@charset "UTF-8";

@import url('../assets/css2');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

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

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

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

html{
  --container-max-width: 800px;
  --container-padding: 1.875rem;
  --container-padding-negative: calc(var(--container-padding) * -1);
}

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

@media (min-width: 1280px){
  html{
    --container-padding: 0;
  }
}

html{
  --container-sm-padding: 1.875rem;
  --container-sm-padding-negative: calc(var(--container-sm-padding) * -1);
}

@media (min-width: 1024px){
  html{
    --container-sm-padding: 0;
  }
}

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

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

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

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

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

.c-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: var(--container-max-width);
  padding-left: 1.875rem;
  padding-left: var(--container-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-padding);
}

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-classes.scss. 

   This is a lodash template.
*/

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-fontface.scss. 

   This is a lodash template.
*/

@font-face {
  font-family: "iconfont";

  src: url('../assets/icons-249006619.eot');

  src: url('../assets/icons-249006619_1.eot') format("eot"), url('../assets/icons-249006619.woff2') format("woff2"), url('../assets/icons-249006619.woff') format("woff"), url("../fonts/icons-249006619.ttf") format("truetype"), url("../fonts/icons-249006619.svg#icons-249006619") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* This file has been generated from a template. Do not edit it directly, your edits will 
   be ignored like a ten-year-old's dad. Instead, edit the source template in 
   /assets/font-svg/_iconfont-vars.scss. 

   This is a lodash template.
*/

.ic:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic--add_more_layers_slides:before {
  content: "\ea01";
}

.ic--address_bar:before {
  content: "\ea02";
}

.ic--address_book_contacts:before {
  content: "\ea03";
}

.ic--airplay_screen_sharing:before {
  content: "\ea04";
}

.ic--alarm_clock:before {
  content: "\ea05";
}

.ic--alert:before {
  content: "\ea06";
}

.ic--angle-left:before {
  content: "\ea07";
}

.ic--angle-right:before {
  content: "\ea08";
}

.ic--archive_open_slide:before {
  content: "\ea09";
}

.ic--arrow_back_left:before {
  content: "\ea0a";
}

.ic--arrow_back_undo:before {
  content: "\ea0b";
}

.ic--arrow_left_back:before {
  content: "\ea0c";
}

.ic--arrow_next_right:before {
  content: "\ea0d";
}

.ic--arrow_right_next:before {
  content: "\ea0e";
}

.ic--arrow_rotate_left_counter_clockwise:before {
  content: "\ea0f";
}

.ic--arrow_rotate_right_clockwise:before {
  content: "\ea10";
}

.ic--arrows_curves:before {
  content: "\ea11";
}

.ic--arrows_directions_left_right:before {
  content: "\ea12";
}

.ic--arrows_divide_split:before {
  content: "\ea13";
}

.ic--arrows_fast_forward:before {
  content: "\ea14";
}

.ic--arrows_play_repeat:before {
  content: "\ea15";
}

.ic--arrows_play_shuffle:before {
  content: "\ea16";
}

.ic--attachment:before {
  content: "\ea17";
}

.ic--audio:before {
  content: "\ea18";
}

.ic--back_delete_backspace:before {
  content: "\ea19";
}

.ic--backbone:before {
  content: "\ea1a";
}

.ic--bandage:before {
  content: "\ea1b";
}

.ic--bank:before {
  content: "\ea1c";
}

.ic--battery_charge_empty:before {
  content: "\ea1d";
}

.ic--battery_charge_full:before {
  content: "\ea1e";
}

.ic--battery_charge_half_empty:before {
  content: "\ea1f";
}

.ic--battery_charging_energy:before {
  content: "\ea20";
}

.ic--body:before {
  content: "\ea21";
}

.ic--bolt:before {
  content: "\ea22";
}

.ic--book_bookmark:before {
  content: "\ea23";
}

.ic--book_manual:before {
  content: "\ea24";
}

.ic--book_read_manual:before {
  content: "\ea25";
}

.ic--bookmark_reading:before {
  content: "\ea26";
}

.ic--bookmark_tag:before {
  content: "\ea27";
}

.ic--box_load_package:before {
  content: "\ea28";
}

.ic--brain:before {
  content: "\ea29";
}

.ic--bullets_list:before {
  content: "\ea2a";
}

.ic--bullets_list_radiobuttons:before {
  content: "\ea2b";
}

.ic--bullets_list_view:before {
  content: "\ea2c";
}

.ic--camera:before {
  content: "\ea2d";
}

.ic--chat_bubble:before {
  content: "\ea2e";
}

.ic--chat_bubble_add_new:before {
  content: "\ea2f";
}

.ic--chat_bubble_cloud:before {
  content: "\ea30";
}

.ic--chat_bubble_conversation:before {
  content: "\ea31";
}

.ic--chat_bubble_like:before {
  content: "\ea32";
}

.ic--chat_bubble_reply:before {
  content: "\ea33";
}

.ic--chat_bubble_reply_conversation:before {
  content: "\ea34";
}

.ic--chat_bubble_tweet:before {
  content: "\ea35";
}

.ic--chat_bubble_typing:before {
  content: "\ea36";
}

.ic--chat_contact_support:before {
  content: "\ea37";
}

.ic--chat_discussion:before {
  content: "\ea38";
}

.ic--chat_reply:before {
  content: "\ea39";
}

.ic--check_successful:before {
  content: "\ea3a";
}

.ic--check_yes_no:before {
  content: "\ea3b";
}

.ic--checkbox_successful:before {
  content: "\ea3c";
}

.ic--checkboxes_lines:before {
  content: "\ea3d";
}

.ic--checkboxes_todo:before {
  content: "\ea3e";
}

.ic--checkboxes_todo_done:before {
  content: "\ea3f";
}

.ic--clendar_month_day_planner:before {
  content: "\ea40";
}

.ic--clendar_month_day_planner_events:before {
  content: "\ea41";
}

.ic--clock:before {
  content: "\ea42";
}

.ic--clock_plain:before {
  content: "\ea43";
}

.ic--clock_wall:before {
  content: "\ea44";
}

.ic--close:before {
  content: "\ea45";
}

.ic--close_x:before {
  content: "\ea46";
}

.ic--cog-box:before {
  content: "\ea47";
}

.ic--compose_new:before {
  content: "\ea48";
}

.ic--connection_plugin:before {
  content: "\ea49";
}

.ic--delete_close:before {
  content: "\ea4a";
}

.ic--delete_close_checkbox:before {
  content: "\ea4b";
}

.ic--delete_minus:before {
  content: "\ea4c";
}

.ic--dna:before {
  content: "\ea4d";
}

.ic--doctor:before {
  content: "\ea4e";
}

.ic--dropdown_menu:before {
  content: "\ea4f";
}

.ic--ecg:before {
  content: "\ea50";
}

.ic--email_at_sign:before {
  content: "\ea51";
}

.ic--email_attachment:before {
  content: "\ea52";
}

.ic--email_mail_post_at:before {
  content: "\ea53";
}

.ic--email_mail_post_card:before {
  content: "\ea54";
}

.ic--email_mail_post_card_sent_successful:before {
  content: "\ea55";
}

.ic--email_mail_post_open:before {
  content: "\ea56";
}

.ic--email_mail_post_send:before {
  content: "\ea57";
}

.ic--error_attention:before {
  content: "\ea58";
}

.ic--error_delete:before {
  content: "\ea59";
}

.ic--error_stop:before {
  content: "\ea5a";
}

.ic--event:before {
  content: "\ea5b";
}

.ic--expand_full_screen:before {
  content: "\ea5c";
}

.ic--eyetest:before {
  content: "\ea5d";
}

.ic--facebook-block:before {
  content: "\ea5e";
}

.ic--facebook:before {
  content: "\ea5f";
}

.ic--factory_work:before {
  content: "\ea60";
}

.ic--fancy_link_arrow:before {
  content: "\ea61";
}

.ic--filter_funnel:before {
  content: "\ea62";
}

.ic--find:before {
  content: "\ea63";
}

.ic--flag:before {
  content: "\ea64";
}

.ic--footinjury:before {
  content: "\ea65";
}

.ic--fountain_pen:before {
  content: "\ea66";
}

.ic--fracture:before {
  content: "\ea67";
}

.ic--garbage:before {
  content: "\ea68";
}

.ic--garbage_empty:before {
  content: "\ea69";
}

.ic--garbage_full:before {
  content: "\ea6a";
}

.ic--grid_view:before {
  content: "\ea6b";
}

.ic--hamburger:before {
  content: "\ea6c";
}

.ic--heart:before {
  content: "\ea6d";
}

.ic--heartbeat:before {
  content: "\ea6e";
}

.ic--home:before {
  content: "\ea6f";
}

.ic--home_apartment:before {
  content: "\ea70";
}

.ic--home_house:before {
  content: "\ea71";
}

.ic--hospital:before {
  content: "\ea72";
}

.ic--hospitalrecord:before {
  content: "\ea73";
}

.ic--hospitalsign:before {
  content: "\ea74";
}

.ic--info:before {
  content: "\ea75";
}

.ic--instagram-block:before {
  content: "\ea76";
}

.ic--instagram:before {
  content: "\ea77";
}

.ic--ipad_reading:before {
  content: "\ea78";
}

.ic--kidney:before {
  content: "\ea79";
}

.ic--layers_slides:before {
  content: "\ea7a";
}

.ic--layout_columns_sidemenu:before {
  content: "\ea7b";
}

.ic--layout_columns_three:before {
  content: "\ea7c";
}

.ic--layout_columns_title:before {
  content: "\ea7d";
}

.ic--layout_grid_view:before {
  content: "\ea7e";
}

.ic--line_thumb_view:before {
  content: "\ea7f";
}

.ic--linkedin-block:before {
  content: "\ea80";
}

.ic--linkedin:before {
  content: "\ea81";
}

.ic--logout_door:before {
  content: "\ea82";
}

.ic--magnify:before {
  content: "\ea83";
}

.ic--mail_post_box:before {
  content: "\ea84";
}

.ic--major_alert:before {
  content: "\ea85";
}

.ic--medicine:before {
  content: "\ea86";
}

.ic--menu_hamburger:before {
  content: "\ea87";
}

.ic--message_favorite:before {
  content: "\ea88";
}

.ic--minor_alert:before {
  content: "\ea89";
}

.ic--mobile_call:before {
  content: "\ea8a";
}

.ic--mobile_call_ringing:before {
  content: "\ea8b";
}

.ic--mobile_iphone:before {
  content: "\ea8c";
}

.ic--mobile_message:before {
  content: "\ea8d";
}

.ic--nav-arrow-right:before {
  content: "\ea8e";
}

.ic--newspper:before {
  content: "\ea8f";
}

.ic--notebook:before {
  content: "\ea90";
}

.ic--notebook_certificate:before {
  content: "\ea91";
}

.ic--notebook_todo:before {
  content: "\ea92";
}

.ic--notification_badge:before {
  content: "\ea93";
}

.ic--office_archive:before {
  content: "\ea94";
}

.ic--office_trash:before {
  content: "\ea95";
}

.ic--pause:before {
  content: "\ea96";
}

.ic--pdf:before {
  content: "\ea97";
}

.ic--pencil_ruler:before {
  content: "\ea98";
}

.ic--phone_call_contact:before {
  content: "\ea99";
}

.ic--phone_call_hold:before {
  content: "\ea9a";
}

.ic--phone_call_number_dialer:before {
  content: "\ea9b";
}

.ic--phone_call_ringing:before {
  content: "\ea9c";
}

.ic--phone_contact:before {
  content: "\ea9d";
}

.ic--phone_mobile_contact:before {
  content: "\ea9e";
}

.ic--phone_telephone_contact:before {
  content: "\ea9f";
}

.ic--pin:before {
  content: "\eaa0";
}

.ic--pin_bookmark:before {
  content: "\eaa1";
}

.ic--pinterest-block:before {
  content: "\eaa2";
}

.ic--pinterest:before {
  content: "\eaa3";
}

.ic--play-triangle:before {
  content: "\eaa4";
}

.ic--plus_add_new:before {
  content: "\eaa5";
}

.ic--plus_minus:before {
  content: "\eaa6";
}

.ic--popup:before {
  content: "\eaa7";
}

.ic--post_stamp:before {
  content: "\eaa8";
}

.ic--puzzle_build:before {
  content: "\eaa9";
}

.ic--puzzle_connect:before {
  content: "\eaaa";
}

.ic--quote-close:before {
  content: "\eaab";
}

.ic--quote-double:before {
  content: "\eaac";
}

.ic--quote-open:before {
  content: "\eaad";
}

.ic--quote-single:before {
  content: "\eaae";
}

.ic--radiobuttons:before {
  content: "\eaaf";
}

.ic--reading_glasses:before {
  content: "\eab0";
}

.ic--report:before {
  content: "\eab1";
}

.ic--resize_left_right:before {
  content: "\eab2";
}

.ic--rotate_clockwise:before {
  content: "\eab3";
}

.ic--rotate_lock:before {
  content: "\eab4";
}

.ic--rotate_sync:before {
  content: "\eab5";
}

.ic--rss:before {
  content: "\eab6";
}

.ic--screen_grid:before {
  content: "\eab7";
}

.ic--screen_presentation:before {
  content: "\eab8";
}

.ic--screen_success:before {
  content: "\eab9";
}

.ic--screen_text:before {
  content: "\eaba";
}

.ic--send:before {
  content: "\eabb";
}

.ic--settings_equalizer:before {
  content: "\eabc";
}

.ic--settings_gear:before {
  content: "\eabd";
}

.ic--settings_gears:before {
  content: "\eabe";
}

.ic--settings_pipe:before {
  content: "\eabf";
}

.ic--settings_wrench:before {
  content: "\eac0";
}

.ic--share:before {
  content: "\eac1";
}

.ic--signature:before {
  content: "\eac2";
}

.ic--sim_card:before {
  content: "\eac3";
}

.ic--slideshow:before {
  content: "\eac4";
}

.ic--smiley_happy:before {
  content: "\eac5";
}

.ic--smiley_neutral:before {
  content: "\eac6";
}

.ic--smiley_sad:before {
  content: "\eac7";
}

.ic--snapchat-block:before {
  content: "\eac8";
}

.ic--snapchat:before {
  content: "\eac9";
}

.ic--stamp:before {
  content: "\eaca";
}

.ic--stethoscope:before {
  content: "\eacb";
}

.ic--stopwatch:before {
  content: "\eacc";
}

.ic--submenu:before {
  content: "\eacd";
}

.ic--support_call:before {
  content: "\eace";
}

.ic--support_help:before {
  content: "\eacf";
}

.ic--surgeon:before {
  content: "\ead0";
}

.ic--surgeon2:before {
  content: "\ead1";
}

.ic--target:before {
  content: "\ead2";
}

.ic--text:before {
  content: "\ead3";
}

.ic--text_article:before {
  content: "\ead4";
}

.ic--toggle_settings:before {
  content: "\ead5";
}

.ic--twitter-block:before {
  content: "\ead6";
}

.ic--twitter:before {
  content: "\ead7";
}

.ic--ultrasound:before {
  content: "\ead8";
}

.ic--unavailable:before {
  content: "\ead9";
}

.ic--undo:before {
  content: "\eada";
}

.ic--video:before {
  content: "\eadb";
}

.ic--visibility_hide:before {
  content: "\eadc";
}

.ic--visibility_show:before {
  content: "\eadd";
}

.ic--wallet:before {
  content: "\eade";
}

.ic--window_alert:before {
  content: "\eadf";
}

.ic--window_cursor:before {
  content: "\eae0";
}

.ic--window_error:before {
  content: "\eae1";
}

.ic--window_full_screen:before {
  content: "\eae2";
}

.ic--window_graph:before {
  content: "\eae3";
}

.ic--window_settings:before {
  content: "\eae4";
}

.ic--window_terminal:before {
  content: "\eae5";
}

.ic--window_text:before {
  content: "\eae6";
}

.ic--window_text_images:before {
  content: "\eae7";
}

.ic--wristwatch:before {
  content: "\eae8";
}

.ic--write_edit:before {
  content: "\eae9";
}

.ic--youtube-block:before {
  content: "\eaea";
}

.ic--youtube:before {
  content: "\eaeb";
}

.ic--zoom_expand:before {
  content: "\eaec";
}

.ic--arrow_back_left,
.ic--arrow_next_right {
  margin-right: 0 !important;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";

  font-style: normal;

  font-weight: 900;

  font-display: auto;

  src: url("../webfonts/fa-solid-900.eot");

  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";

  font-style: normal;

  font-weight: normal;

  font-display: auto;

  src: url("../webfonts/fa-brands-400.eot");

  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-close,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-hide {
  display: none !important;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
}

.modal .modal__wrapper {
  max-width: 80vw;
  max-height: 80vh;
}

.modal .modal__wrapper img {
  max-width: 80vw;
  max-height: 80vw;
}

.image-gallery__block a {
  display: block;
  overflow: hidden;
  margin: 10px;
}

.image-gallery__block a:hover figure::before, .image-gallery__block a:hover figure::after, .image-gallery__block a:focus figure::before, .image-gallery__block a:focus figure::after {
  opacity: 1;
}

.image-gallery__block figure {
  position: relative;
  overflow: hidden;
}

.image-gallery__block figure img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.image-gallery__block figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  font-family: "iconfont";
  font-size: 2.2em;
  line-height: 1.2;
  content: "\eaa7";
  opacity: 0;
  z-index: 10;
}

.image-gallery__block figure::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(131, 0, 63, 0.7);
  -webkit-box-shadow: inset 0 0 0 0.5rem #83003f;
          box-shadow: inset 0 0 0 0.5rem #83003f;
  content: "";
  opacity: 0;
  z-index: 10;
}

.image-gallery__block figcaption {
  display: none;
}

.image-gallery__slide__title {
  font-size: 1.1667rem;
  line-height: 0;
  font-weight: 500;
}

.image-gallery__block-sizer,
.image-gallery__block {
  width: 33.3333%;
}

.image-gallery__block--width2 {
  width: 66.6666%;
}

.mfp-bg {
  background-color: #83003f;
}

button.mfp-close {
  right: 0;
  width: 1.4em !important;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.mfp-image-holder .mfp-bottom-bar {
  position: relative;
  top: auto;
  margin-top: 0;
}

.mfp-image-holder .mfp-figure {
  padding: 3rem;
  background-color: #fff;
}

.mfp-image-holder .mfp-figure::after {
  display: none;
}

.mfp-image-holder .mfp-title {
  padding-right: 4rem;
}

.mfp-image-holder .mfp-counter {
  top: 0;
  bottom: auto;
}

.mfp-image-holder .mfp-img {
  padding: 0 0 1rem;
}

.mfp-image-holder figure img {
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .mfp-image-holder .mfp-landscape figure figcaption {
    margin: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 70vw;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 30vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    margin-right: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-right: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure .mfp-bottom-bar {
    margin-top: 56px;
  }
}

@media print {
  body {
    font-size: 14px;
    line-height: 1;
  }

  picture, img, iframe, .teaser {
    max-width: 500px;
  }

  .overlay {
    display: none;
  }

  a[href] {
    color: black !important;
    text-decoration: none !important;
    background: transparent !important;
    line-height: 1.1 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    margin: 0 !important;
  }

  a[href]::before {
    display: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
  }

  .breadcrumbs a {
    font-size: 12px !important;
  }

  input {
    color: black !important;
    background: transparent !important;
  }

  a.button {
    border: solid black 1px;
    background: white !important;
  }

  button {
    display: none;
  }

  p {
    color: black;
    font-size: 14px !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: black;
    line-height: 1.1 !important;
  }

  h1 {
    font-size: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .slab {
    padding: 1rem 0 !important;
    margin-top: 0 !important;
  }

  .header,
  .footer,
  .section-nav {
    display: none;
  }

  .page__banner {
    display: none !important;
    height: 0 !important;
  }

  .hero {
    display: block;
    height: 150px !important;
  }

  .hero .hero__content {
    top: 0 !important;
    padding: 0 !important;
  }

  .hero:after {
    display: none !important;
  }

  .grid, .teaser.teaser--archive.teaser--archive-with-image a, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form .form-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid > *, .teaser.teaser--archive.teaser--archive-with-image a > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] > *, .views-exposed-form .form-item > * {
    margin: 1rem !important;
  }

  .share-button-container {
    display: none !important;
  }

  .teaser-collection {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .teaser {
    display: block !important;
    margin: 1rem !important;
  }

  .teaser a {
    display: block !important;
  }

  .with-sidebar {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .with-sidebar > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    width: 100% !important;
  }
}

body {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-variant: common-ligatures contextual oldstyle-nums proportional-nums;
}

.breadcrumb-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.breadcrumb-wrapper nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: var(--container-max-width);
  padding-left: 1.875rem;
  padding-left: var(--container-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-padding);
}

.breadcrumb-wrapper ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #222;
}

.breadcrumb-wrapper ol > li {
  margin: 0;
}

.breadcrumb-wrapper ol > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  margin-left: -3px;
  -webkit-transform: translateX(calc(1rem + 1px)) translateY(1px);
          transform: translateX(calc(1rem + 1px)) translateY(1px);
  height: 0.75rem;
  background-color: #DBBE71;
}

.breadcrumb-wrapper ol > li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: -webkit-text-decoration-color 250ms;
  transition: -webkit-text-decoration-color 250ms;
  transition: text-decoration-color 250ms;
  transition: text-decoration-color 250ms, -webkit-text-decoration-color 250ms;
}

.breadcrumb-wrapper ol > li a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media screen and (max-width: 768px) {
  .breadcrumb-wrapper ol > li {
    display: none;
  }

  .breadcrumb-wrapper ol > li:nth-last-child(3), .breadcrumb-wrapper ol > li:nth-last-child(2) {
    display: inline-block;
  }

  .breadcrumb-wrapper ol > li:nth-last-child(2)::after {
    display: none;
  }
}

.space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.-space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.-space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.divide-y-20 > :not(template) ~ :not(template){
  --divide-y-reverse: 0;
  border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
}

.divide-x-20 > :not(template) ~ :not(template){
  --divide-x-reverse: 0;
  border-right-width: calc(1.25rem * var(--divide-x-reverse));
  border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
}

.divide-opacity-20 > :not(template) ~ :not(template){
  --divide-opacity: 0.2px;
}

.divide-opacity-40 > :not(template) ~ :not(template){
  --divide-opacity: 0.4px;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  background-clip: text;
}

.bg-transparent{
  background-color: transparent;
}

.bg-maroon-100{
  --bg-opacity: 1;
  background-color: #F2E5EB;
  background-color: rgba(242, 229, 235, var(--bg-opacity));
}

.bg-maroon-400{
  --bg-opacity: 1;
  background-color: #c17f9f;
  background-color: rgba(193, 127, 159, var(--bg-opacity));
}

.bg-maroon-500{
  --bg-opacity: 1;
  background-color: #ae095e;
  background-color: rgba(174, 9, 94, var(--bg-opacity));
}

.bg-maroon-600{
  --bg-opacity: 1;
  background-color: #60002E;
  background-color: rgba(96, 0, 46, var(--bg-opacity));
}

.bg-maroon{
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.bg-orange-100{
  --bg-opacity: 1;
  background-color: #fde2ce;
  background-color: rgba(253, 226, 206, var(--bg-opacity));
}

.bg-orange-400{
  --bg-opacity: 1;
  background-color: #f3bb90;
  background-color: rgba(243, 187, 144, var(--bg-opacity));
}

.bg-orange-700{
  --bg-opacity: 1;
  background-color: #e1670b;
  background-color: rgba(225, 103, 11, var(--bg-opacity));
}

.bg-orange-800{
  --bg-opacity: 1;
  background-color: #CB6212;
  background-color: rgba(203, 98, 18, var(--bg-opacity));
}

.bg-orange-900{
  --bg-opacity: 1;
  background-color: #c45400;
  background-color: rgba(196, 84, 0, var(--bg-opacity));
}

.bg-orange{
  --bg-opacity: 1;
  background-color: #e87722;
  background-color: rgba(232, 119, 34, var(--bg-opacity));
}

.bg-blue-100{
  --bg-opacity: 1;
  background-color: #d6e0f5;
  background-color: rgba(214, 224, 245, var(--bg-opacity));
}

.bg-blue-400{
  --bg-opacity: 1;
  background-color: #8f9ebd;
  background-color: rgba(143, 158, 189, var(--bg-opacity));
}

.bg-blue-700{
  --bg-opacity: 1;
  background-color: #0e275c;
  background-color: rgba(14, 39, 92, var(--bg-opacity));
}

.bg-blue-800{
  --bg-opacity: 1;
  background-color: #0A2151;
  background-color: rgba(10, 33, 81, var(--bg-opacity));
}

.bg-blue{
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.bg-gray-100{
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.bg-gray-150{
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.bg-gray-200{
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

.bg-gray-300{
  --bg-opacity: 1;
  background-color: #c3c3c3;
  background-color: rgba(195, 195, 195, var(--bg-opacity));
}

.bg-gray-400{
  --bg-opacity: 1;
  background-color: #b6b6b8;
  background-color: rgba(182, 182, 184, var(--bg-opacity));
}

.bg-gray-600{
  --bg-opacity: 1;
  background-color: #3F4042;
  background-color: rgba(63, 64, 66, var(--bg-opacity));
}

.bg-gray-700{
  --bg-opacity: 1;
  background-color: #363738;
  background-color: rgba(54, 55, 56, var(--bg-opacity));
}

.bg-gray{
  --bg-opacity: 1;
  background-color: #6d6e71;
  background-color: rgba(109, 110, 113, var(--bg-opacity));
}

.bg-green-700{
  --bg-opacity: 1;
  background-color: #107233;
  background-color: rgba(16, 114, 51, var(--bg-opacity));
}

.bg-green{
  --bg-opacity: 1;
  background-color: #1f7b40;
  background-color: rgba(31, 123, 64, var(--bg-opacity));
}

.bg-gold-600{
  --bg-opacity: 1;
  background-color: #918259;
  background-color: rgba(145, 130, 89, var(--bg-opacity));
}

.bg-gold{
  --bg-opacity: 1;
  background-color: #A99A6F;
  background-color: rgba(169, 154, 111, var(--bg-opacity));
}

.bg-yellow-600{
  --bg-opacity: 1;
  background-color: #DBBE71;
  background-color: rgba(219, 190, 113, var(--bg-opacity));
}

.bg-yellow{
  --bg-opacity: 1;
  background-color: #EDD085;
  background-color: rgba(237, 208, 133, var(--bg-opacity));
}

.bg-turquoise{
  --bg-opacity: 1;
  background-color: #00C8FF;
  background-color: rgba(0, 200, 255, var(--bg-opacity));
}

.bg-purple{
  --bg-opacity: 1;
  background-color: #654F90;
  background-color: rgba(101, 79, 144, var(--bg-opacity));
}

.bg-black{
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
}

.bg-white{
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-maroon-100:hover{
  --bg-opacity: 1;
  background-color: #F2E5EB;
  background-color: rgba(242, 229, 235, var(--bg-opacity));
}

.hover\:bg-maroon-400:hover{
  --bg-opacity: 1;
  background-color: #c17f9f;
  background-color: rgba(193, 127, 159, var(--bg-opacity));
}

.hover\:bg-maroon-500:hover{
  --bg-opacity: 1;
  background-color: #ae095e;
  background-color: rgba(174, 9, 94, var(--bg-opacity));
}

.hover\:bg-maroon-600:hover{
  --bg-opacity: 1;
  background-color: #60002E;
  background-color: rgba(96, 0, 46, var(--bg-opacity));
}

.hover\:bg-maroon:hover{
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.hover\:bg-orange-100:hover{
  --bg-opacity: 1;
  background-color: #fde2ce;
  background-color: rgba(253, 226, 206, var(--bg-opacity));
}

.hover\:bg-orange-400:hover{
  --bg-opacity: 1;
  background-color: #f3bb90;
  background-color: rgba(243, 187, 144, var(--bg-opacity));
}

.hover\:bg-orange-700:hover{
  --bg-opacity: 1;
  background-color: #e1670b;
  background-color: rgba(225, 103, 11, var(--bg-opacity));
}

.hover\:bg-orange-800:hover{
  --bg-opacity: 1;
  background-color: #CB6212;
  background-color: rgba(203, 98, 18, var(--bg-opacity));
}

.hover\:bg-orange-900:hover{
  --bg-opacity: 1;
  background-color: #c45400;
  background-color: rgba(196, 84, 0, var(--bg-opacity));
}

.hover\:bg-orange:hover{
  --bg-opacity: 1;
  background-color: #e87722;
  background-color: rgba(232, 119, 34, var(--bg-opacity));
}

.hover\:bg-blue-100:hover{
  --bg-opacity: 1;
  background-color: #d6e0f5;
  background-color: rgba(214, 224, 245, var(--bg-opacity));
}

.hover\:bg-blue-400:hover{
  --bg-opacity: 1;
  background-color: #8f9ebd;
  background-color: rgba(143, 158, 189, var(--bg-opacity));
}

.hover\:bg-blue-700:hover{
  --bg-opacity: 1;
  background-color: #0e275c;
  background-color: rgba(14, 39, 92, var(--bg-opacity));
}

.hover\:bg-blue-800:hover{
  --bg-opacity: 1;
  background-color: #0A2151;
  background-color: rgba(10, 33, 81, var(--bg-opacity));
}

.hover\:bg-blue:hover{
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.hover\:bg-gray-100:hover{
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.hover\:bg-gray-150:hover{
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.hover\:bg-gray-200:hover{
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

.hover\:bg-gray-300:hover{
  --bg-opacity: 1;
  background-color: #c3c3c3;
  background-color: rgba(195, 195, 195, var(--bg-opacity));
}

.hover\:bg-gray-400:hover{
  --bg-opacity: 1;
  background-color: #b6b6b8;
  background-color: rgba(182, 182, 184, var(--bg-opacity));
}

.hover\:bg-gray-600:hover{
  --bg-opacity: 1;
  background-color: #3F4042;
  background-color: rgba(63, 64, 66, var(--bg-opacity));
}

.hover\:bg-gray-700:hover{
  --bg-opacity: 1;
  background-color: #363738;
  background-color: rgba(54, 55, 56, var(--bg-opacity));
}

.hover\:bg-gray:hover{
  --bg-opacity: 1;
  background-color: #6d6e71;
  background-color: rgba(109, 110, 113, var(--bg-opacity));
}

.hover\:bg-green-700:hover{
  --bg-opacity: 1;
  background-color: #107233;
  background-color: rgba(16, 114, 51, var(--bg-opacity));
}

.hover\:bg-green:hover{
  --bg-opacity: 1;
  background-color: #1f7b40;
  background-color: rgba(31, 123, 64, var(--bg-opacity));
}

.hover\:bg-gold-600:hover{
  --bg-opacity: 1;
  background-color: #918259;
  background-color: rgba(145, 130, 89, var(--bg-opacity));
}

.hover\:bg-gold:hover{
  --bg-opacity: 1;
  background-color: #A99A6F;
  background-color: rgba(169, 154, 111, var(--bg-opacity));
}

.hover\:bg-yellow-600:hover{
  --bg-opacity: 1;
  background-color: #DBBE71;
  background-color: rgba(219, 190, 113, var(--bg-opacity));
}

.hover\:bg-yellow:hover{
  --bg-opacity: 1;
  background-color: #EDD085;
  background-color: rgba(237, 208, 133, var(--bg-opacity));
}

.hover\:bg-turquoise:hover{
  --bg-opacity: 1;
  background-color: #00C8FF;
  background-color: rgba(0, 200, 255, var(--bg-opacity));
}

.hover\:bg-purple:hover{
  --bg-opacity: 1;
  background-color: #654F90;
  background-color: rgba(101, 79, 144, var(--bg-opacity));
}

.hover\:bg-black:hover{
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
}

.hover\:bg-white:hover{
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:bg-maroon-100:focus{
  --bg-opacity: 1;
  background-color: #F2E5EB;
  background-color: rgba(242, 229, 235, var(--bg-opacity));
}

.focus\:bg-maroon-400:focus{
  --bg-opacity: 1;
  background-color: #c17f9f;
  background-color: rgba(193, 127, 159, var(--bg-opacity));
}

.focus\:bg-maroon-500:focus{
  --bg-opacity: 1;
  background-color: #ae095e;
  background-color: rgba(174, 9, 94, var(--bg-opacity));
}

.focus\:bg-maroon-600:focus{
  --bg-opacity: 1;
  background-color: #60002E;
  background-color: rgba(96, 0, 46, var(--bg-opacity));
}

.focus\:bg-maroon:focus{
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.focus\:bg-orange-100:focus{
  --bg-opacity: 1;
  background-color: #fde2ce;
  background-color: rgba(253, 226, 206, var(--bg-opacity));
}

.focus\:bg-orange-400:focus{
  --bg-opacity: 1;
  background-color: #f3bb90;
  background-color: rgba(243, 187, 144, var(--bg-opacity));
}

.focus\:bg-orange-700:focus{
  --bg-opacity: 1;
  background-color: #e1670b;
  background-color: rgba(225, 103, 11, var(--bg-opacity));
}

.focus\:bg-orange-800:focus{
  --bg-opacity: 1;
  background-color: #CB6212;
  background-color: rgba(203, 98, 18, var(--bg-opacity));
}

.focus\:bg-orange-900:focus{
  --bg-opacity: 1;
  background-color: #c45400;
  background-color: rgba(196, 84, 0, var(--bg-opacity));
}

.focus\:bg-orange:focus{
  --bg-opacity: 1;
  background-color: #e87722;
  background-color: rgba(232, 119, 34, var(--bg-opacity));
}

.focus\:bg-blue-100:focus{
  --bg-opacity: 1;
  background-color: #d6e0f5;
  background-color: rgba(214, 224, 245, var(--bg-opacity));
}

.focus\:bg-blue-400:focus{
  --bg-opacity: 1;
  background-color: #8f9ebd;
  background-color: rgba(143, 158, 189, var(--bg-opacity));
}

.focus\:bg-blue-700:focus{
  --bg-opacity: 1;
  background-color: #0e275c;
  background-color: rgba(14, 39, 92, var(--bg-opacity));
}

.focus\:bg-blue-800:focus{
  --bg-opacity: 1;
  background-color: #0A2151;
  background-color: rgba(10, 33, 81, var(--bg-opacity));
}

.focus\:bg-blue:focus{
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.focus\:bg-gray-100:focus{
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.focus\:bg-gray-150:focus{
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.focus\:bg-gray-200:focus{
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

.focus\:bg-gray-300:focus{
  --bg-opacity: 1;
  background-color: #c3c3c3;
  background-color: rgba(195, 195, 195, var(--bg-opacity));
}

.focus\:bg-gray-400:focus{
  --bg-opacity: 1;
  background-color: #b6b6b8;
  background-color: rgba(182, 182, 184, var(--bg-opacity));
}

.focus\:bg-gray-600:focus{
  --bg-opacity: 1;
  background-color: #3F4042;
  background-color: rgba(63, 64, 66, var(--bg-opacity));
}

.focus\:bg-gray-700:focus{
  --bg-opacity: 1;
  background-color: #363738;
  background-color: rgba(54, 55, 56, var(--bg-opacity));
}

.focus\:bg-gray:focus{
  --bg-opacity: 1;
  background-color: #6d6e71;
  background-color: rgba(109, 110, 113, var(--bg-opacity));
}

.focus\:bg-green-700:focus{
  --bg-opacity: 1;
  background-color: #107233;
  background-color: rgba(16, 114, 51, var(--bg-opacity));
}

.focus\:bg-green:focus{
  --bg-opacity: 1;
  background-color: #1f7b40;
  background-color: rgba(31, 123, 64, var(--bg-opacity));
}

.focus\:bg-gold-600:focus{
  --bg-opacity: 1;
  background-color: #918259;
  background-color: rgba(145, 130, 89, var(--bg-opacity));
}

.focus\:bg-gold:focus{
  --bg-opacity: 1;
  background-color: #A99A6F;
  background-color: rgba(169, 154, 111, var(--bg-opacity));
}

.focus\:bg-yellow-600:focus{
  --bg-opacity: 1;
  background-color: #DBBE71;
  background-color: rgba(219, 190, 113, var(--bg-opacity));
}

.focus\:bg-yellow:focus{
  --bg-opacity: 1;
  background-color: #EDD085;
  background-color: rgba(237, 208, 133, var(--bg-opacity));
}

.focus\:bg-turquoise:focus{
  --bg-opacity: 1;
  background-color: #00C8FF;
  background-color: rgba(0, 200, 255, var(--bg-opacity));
}

.focus\:bg-purple:focus{
  --bg-opacity: 1;
  background-color: #654F90;
  background-color: rgba(101, 79, 144, var(--bg-opacity));
}

.focus\:bg-black:focus{
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
}

.focus\:bg-white:focus{
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-none{
  background-image: none;
}

.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.bg-gradient-to-bl{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.bg-gradient-to-tl{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.from-black{
  --gradient-from-color: #202122;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
}

.bg-opacity-0{
  --bg-opacity: 0;
}

.bg-opacity-10{
  --bg-opacity: 0.1px;
}

.bg-opacity-20{
  --bg-opacity: 0.2px;
}

.bg-opacity-30{
  --bg-opacity: 0.3px;
}

.bg-opacity-40{
  --bg-opacity: 0.4px;
}

.bg-opacity-50{
  --bg-opacity: 0.5px;
}

.bg-opacity-60{
  --bg-opacity: 0.6px;
}

.bg-opacity-70{
  --bg-opacity: 0.7px;
}

.bg-opacity-80{
  --bg-opacity: 0.8px;
}

.bg-opacity-90{
  --bg-opacity: 0.9px;
}

.bg-opacity-100{
  --bg-opacity: 1px;
}

.hover\:bg-opacity-0:hover{
  --bg-opacity: 0;
}

.hover\:bg-opacity-10:hover{
  --bg-opacity: 0.1px;
}

.hover\:bg-opacity-20:hover{
  --bg-opacity: 0.2px;
}

.hover\:bg-opacity-30:hover{
  --bg-opacity: 0.3px;
}

.hover\:bg-opacity-40:hover{
  --bg-opacity: 0.4px;
}

.hover\:bg-opacity-50:hover{
  --bg-opacity: 0.5px;
}

.hover\:bg-opacity-60:hover{
  --bg-opacity: 0.6px;
}

.hover\:bg-opacity-70:hover{
  --bg-opacity: 0.7px;
}

.hover\:bg-opacity-80:hover{
  --bg-opacity: 0.8px;
}

.hover\:bg-opacity-90:hover{
  --bg-opacity: 0.9px;
}

.hover\:bg-opacity-100:hover{
  --bg-opacity: 1px;
}

.focus\:bg-opacity-0:focus{
  --bg-opacity: 0;
}

.focus\:bg-opacity-10:focus{
  --bg-opacity: 0.1px;
}

.focus\:bg-opacity-20:focus{
  --bg-opacity: 0.2px;
}

.focus\:bg-opacity-30:focus{
  --bg-opacity: 0.3px;
}

.focus\:bg-opacity-40:focus{
  --bg-opacity: 0.4px;
}

.focus\:bg-opacity-50:focus{
  --bg-opacity: 0.5px;
}

.focus\:bg-opacity-60:focus{
  --bg-opacity: 0.6px;
}

.focus\:bg-opacity-70:focus{
  --bg-opacity: 0.7px;
}

.focus\:bg-opacity-80:focus{
  --bg-opacity: 0.8px;
}

.focus\:bg-opacity-90:focus{
  --bg-opacity: 0.9px;
}

.focus\:bg-opacity-100:focus{
  --bg-opacity: 1px;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.border-transparent{
  border-color: transparent;
}

.border-maroon-100{
  --border-opacity: 1;
  border-color: #F2E5EB;
  border-color: rgba(242, 229, 235, var(--border-opacity));
}

.border-maroon-400{
  --border-opacity: 1;
  border-color: #c17f9f;
  border-color: rgba(193, 127, 159, var(--border-opacity));
}

.border-maroon-500{
  --border-opacity: 1;
  border-color: #ae095e;
  border-color: rgba(174, 9, 94, var(--border-opacity));
}

.border-maroon-600{
  --border-opacity: 1;
  border-color: #60002E;
  border-color: rgba(96, 0, 46, var(--border-opacity));
}

.border-maroon{
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.border-orange-100{
  --border-opacity: 1;
  border-color: #fde2ce;
  border-color: rgba(253, 226, 206, var(--border-opacity));
}

.border-orange-400{
  --border-opacity: 1;
  border-color: #f3bb90;
  border-color: rgba(243, 187, 144, var(--border-opacity));
}

.border-orange-700{
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
}

.border-orange-800{
  --border-opacity: 1;
  border-color: #CB6212;
  border-color: rgba(203, 98, 18, var(--border-opacity));
}

.border-orange-900{
  --border-opacity: 1;
  border-color: #c45400;
  border-color: rgba(196, 84, 0, var(--border-opacity));
}

.border-orange{
  --border-opacity: 1;
  border-color: #e87722;
  border-color: rgba(232, 119, 34, var(--border-opacity));
}

.border-blue-100{
  --border-opacity: 1;
  border-color: #d6e0f5;
  border-color: rgba(214, 224, 245, var(--border-opacity));
}

.border-blue-400{
  --border-opacity: 1;
  border-color: #8f9ebd;
  border-color: rgba(143, 158, 189, var(--border-opacity));
}

.border-blue-700{
  --border-opacity: 1;
  border-color: #0e275c;
  border-color: rgba(14, 39, 92, var(--border-opacity));
}

.border-blue-800{
  --border-opacity: 1;
  border-color: #0A2151;
  border-color: rgba(10, 33, 81, var(--border-opacity));
}

.border-blue{
  --border-opacity: 1;
  border-color: #1f3d7b;
  border-color: rgba(31, 61, 123, var(--border-opacity));
}

.border-gray-100{
  --border-opacity: 1;
  border-color: #f6f6f6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
}

.border-gray-150{
  --border-opacity: 1;
  border-color: #F2F2F2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.border-gray-200{
  --border-opacity: 1;
  border-color: #e2e2e3;
  border-color: rgba(226, 226, 227, var(--border-opacity));
}

.border-gray-300{
  --border-opacity: 1;
  border-color: #c3c3c3;
  border-color: rgba(195, 195, 195, var(--border-opacity));
}

.border-gray-400{
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
}

.border-gray-600{
  --border-opacity: 1;
  border-color: #3F4042;
  border-color: rgba(63, 64, 66, var(--border-opacity));
}

.border-gray-700{
  --border-opacity: 1;
  border-color: #363738;
  border-color: rgba(54, 55, 56, var(--border-opacity));
}

.border-gray{
  --border-opacity: 1;
  border-color: #6d6e71;
  border-color: rgba(109, 110, 113, var(--border-opacity));
}

.border-green-700{
  --border-opacity: 1;
  border-color: #107233;
  border-color: rgba(16, 114, 51, var(--border-opacity));
}

.border-green{
  --border-opacity: 1;
  border-color: #1f7b40;
  border-color: rgba(31, 123, 64, var(--border-opacity));
}

.border-gold-600{
  --border-opacity: 1;
  border-color: #918259;
  border-color: rgba(145, 130, 89, var(--border-opacity));
}

.border-gold{
  --border-opacity: 1;
  border-color: #A99A6F;
  border-color: rgba(169, 154, 111, var(--border-opacity));
}

.border-yellow-600{
  --border-opacity: 1;
  border-color: #DBBE71;
  border-color: rgba(219, 190, 113, var(--border-opacity));
}

.border-yellow{
  --border-opacity: 1;
  border-color: #EDD085;
  border-color: rgba(237, 208, 133, var(--border-opacity));
}

.border-turquoise{
  --border-opacity: 1;
  border-color: #00C8FF;
  border-color: rgba(0, 200, 255, var(--border-opacity));
}

.border-purple{
  --border-opacity: 1;
  border-color: #654F90;
  border-color: rgba(101, 79, 144, var(--border-opacity));
}

.border-black{
  --border-opacity: 1;
  border-color: #202122;
  border-color: rgba(32, 33, 34, var(--border-opacity));
}

.border-white{
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-maroon-100:hover{
  --border-opacity: 1;
  border-color: #F2E5EB;
  border-color: rgba(242, 229, 235, var(--border-opacity));
}

.hover\:border-maroon-400:hover{
  --border-opacity: 1;
  border-color: #c17f9f;
  border-color: rgba(193, 127, 159, var(--border-opacity));
}

.hover\:border-maroon-500:hover{
  --border-opacity: 1;
  border-color: #ae095e;
  border-color: rgba(174, 9, 94, var(--border-opacity));
}

.hover\:border-maroon-600:hover{
  --border-opacity: 1;
  border-color: #60002E;
  border-color: rgba(96, 0, 46, var(--border-opacity));
}

.hover\:border-maroon:hover{
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.hover\:border-orange-100:hover{
  --border-opacity: 1;
  border-color: #fde2ce;
  border-color: rgba(253, 226, 206, var(--border-opacity));
}

.hover\:border-orange-400:hover{
  --border-opacity: 1;
  border-color: #f3bb90;
  border-color: rgba(243, 187, 144, var(--border-opacity));
}

.hover\:border-orange-700:hover{
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
}

.hover\:border-orange-800:hover{
  --border-opacity: 1;
  border-color: #CB6212;
  border-color: rgba(203, 98, 18, var(--border-opacity));
}

.hover\:border-orange-900:hover{
  --border-opacity: 1;
  border-color: #c45400;
  border-color: rgba(196, 84, 0, var(--border-opacity));
}

.hover\:border-orange:hover{
  --border-opacity: 1;
  border-color: #e87722;
  border-color: rgba(232, 119, 34, var(--border-opacity));
}

.hover\:border-blue-100:hover{
  --border-opacity: 1;
  border-color: #d6e0f5;
  border-color: rgba(214, 224, 245, var(--border-opacity));
}

.hover\:border-blue-400:hover{
  --border-opacity: 1;
  border-color: #8f9ebd;
  border-color: rgba(143, 158, 189, var(--border-opacity));
}

.hover\:border-blue-700:hover{
  --border-opacity: 1;
  border-color: #0e275c;
  border-color: rgba(14, 39, 92, var(--border-opacity));
}

.hover\:border-blue-800:hover{
  --border-opacity: 1;
  border-color: #0A2151;
  border-color: rgba(10, 33, 81, var(--border-opacity));
}

.hover\:border-blue:hover{
  --border-opacity: 1;
  border-color: #1f3d7b;
  border-color: rgba(31, 61, 123, var(--border-opacity));
}

.hover\:border-gray-100:hover{
  --border-opacity: 1;
  border-color: #f6f6f6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
}

.hover\:border-gray-150:hover{
  --border-opacity: 1;
  border-color: #F2F2F2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.hover\:border-gray-200:hover{
  --border-opacity: 1;
  border-color: #e2e2e3;
  border-color: rgba(226, 226, 227, var(--border-opacity));
}

.hover\:border-gray-300:hover{
  --border-opacity: 1;
  border-color: #c3c3c3;
  border-color: rgba(195, 195, 195, var(--border-opacity));
}

.hover\:border-gray-400:hover{
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
}

.hover\:border-gray-600:hover{
  --border-opacity: 1;
  border-color: #3F4042;
  border-color: rgba(63, 64, 66, var(--border-opacity));
}

.hover\:border-gray-700:hover{
  --border-opacity: 1;
  border-color: #363738;
  border-color: rgba(54, 55, 56, var(--border-opacity));
}

.hover\:border-gray:hover{
  --border-opacity: 1;
  border-color: #6d6e71;
  border-color: rgba(109, 110, 113, var(--border-opacity));
}

.hover\:border-green-700:hover{
  --border-opacity: 1;
  border-color: #107233;
  border-color: rgba(16, 114, 51, var(--border-opacity));
}

.hover\:border-green:hover{
  --border-opacity: 1;
  border-color: #1f7b40;
  border-color: rgba(31, 123, 64, var(--border-opacity));
}

.hover\:border-gold-600:hover{
  --border-opacity: 1;
  border-color: #918259;
  border-color: rgba(145, 130, 89, var(--border-opacity));
}

.hover\:border-gold:hover{
  --border-opacity: 1;
  border-color: #A99A6F;
  border-color: rgba(169, 154, 111, var(--border-opacity));
}

.hover\:border-yellow-600:hover{
  --border-opacity: 1;
  border-color: #DBBE71;
  border-color: rgba(219, 190, 113, var(--border-opacity));
}

.hover\:border-yellow:hover{
  --border-opacity: 1;
  border-color: #EDD085;
  border-color: rgba(237, 208, 133, var(--border-opacity));
}

.hover\:border-turquoise:hover{
  --border-opacity: 1;
  border-color: #00C8FF;
  border-color: rgba(0, 200, 255, var(--border-opacity));
}

.hover\:border-purple:hover{
  --border-opacity: 1;
  border-color: #654F90;
  border-color: rgba(101, 79, 144, var(--border-opacity));
}

.hover\:border-black:hover{
  --border-opacity: 1;
  border-color: #202122;
  border-color: rgba(32, 33, 34, var(--border-opacity));
}

.hover\:border-white:hover{
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-maroon-100:focus{
  --border-opacity: 1;
  border-color: #F2E5EB;
  border-color: rgba(242, 229, 235, var(--border-opacity));
}

.focus\:border-maroon-400:focus{
  --border-opacity: 1;
  border-color: #c17f9f;
  border-color: rgba(193, 127, 159, var(--border-opacity));
}

.focus\:border-maroon-500:focus{
  --border-opacity: 1;
  border-color: #ae095e;
  border-color: rgba(174, 9, 94, var(--border-opacity));
}

.focus\:border-maroon-600:focus{
  --border-opacity: 1;
  border-color: #60002E;
  border-color: rgba(96, 0, 46, var(--border-opacity));
}

.focus\:border-maroon:focus{
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.focus\:border-orange-100:focus{
  --border-opacity: 1;
  border-color: #fde2ce;
  border-color: rgba(253, 226, 206, var(--border-opacity));
}

.focus\:border-orange-400:focus{
  --border-opacity: 1;
  border-color: #f3bb90;
  border-color: rgba(243, 187, 144, var(--border-opacity));
}

.focus\:border-orange-700:focus{
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
}

.focus\:border-orange-800:focus{
  --border-opacity: 1;
  border-color: #CB6212;
  border-color: rgba(203, 98, 18, var(--border-opacity));
}

.focus\:border-orange-900:focus{
  --border-opacity: 1;
  border-color: #c45400;
  border-color: rgba(196, 84, 0, var(--border-opacity));
}

.focus\:border-orange:focus{
  --border-opacity: 1;
  border-color: #e87722;
  border-color: rgba(232, 119, 34, var(--border-opacity));
}

.focus\:border-blue-100:focus{
  --border-opacity: 1;
  border-color: #d6e0f5;
  border-color: rgba(214, 224, 245, var(--border-opacity));
}

.focus\:border-blue-400:focus{
  --border-opacity: 1;
  border-color: #8f9ebd;
  border-color: rgba(143, 158, 189, var(--border-opacity));
}

.focus\:border-blue-700:focus{
  --border-opacity: 1;
  border-color: #0e275c;
  border-color: rgba(14, 39, 92, var(--border-opacity));
}

.focus\:border-blue-800:focus{
  --border-opacity: 1;
  border-color: #0A2151;
  border-color: rgba(10, 33, 81, var(--border-opacity));
}

.focus\:border-blue:focus{
  --border-opacity: 1;
  border-color: #1f3d7b;
  border-color: rgba(31, 61, 123, var(--border-opacity));
}

.focus\:border-gray-100:focus{
  --border-opacity: 1;
  border-color: #f6f6f6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
}

.focus\:border-gray-150:focus{
  --border-opacity: 1;
  border-color: #F2F2F2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.focus\:border-gray-200:focus{
  --border-opacity: 1;
  border-color: #e2e2e3;
  border-color: rgba(226, 226, 227, var(--border-opacity));
}

.focus\:border-gray-300:focus{
  --border-opacity: 1;
  border-color: #c3c3c3;
  border-color: rgba(195, 195, 195, var(--border-opacity));
}

.focus\:border-gray-400:focus{
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
}

.focus\:border-gray-600:focus{
  --border-opacity: 1;
  border-color: #3F4042;
  border-color: rgba(63, 64, 66, var(--border-opacity));
}

.focus\:border-gray-700:focus{
  --border-opacity: 1;
  border-color: #363738;
  border-color: rgba(54, 55, 56, var(--border-opacity));
}

.focus\:border-gray:focus{
  --border-opacity: 1;
  border-color: #6d6e71;
  border-color: rgba(109, 110, 113, var(--border-opacity));
}

.focus\:border-green-700:focus{
  --border-opacity: 1;
  border-color: #107233;
  border-color: rgba(16, 114, 51, var(--border-opacity));
}

.focus\:border-green:focus{
  --border-opacity: 1;
  border-color: #1f7b40;
  border-color: rgba(31, 123, 64, var(--border-opacity));
}

.focus\:border-gold-600:focus{
  --border-opacity: 1;
  border-color: #918259;
  border-color: rgba(145, 130, 89, var(--border-opacity));
}

.focus\:border-gold:focus{
  --border-opacity: 1;
  border-color: #A99A6F;
  border-color: rgba(169, 154, 111, var(--border-opacity));
}

.focus\:border-yellow-600:focus{
  --border-opacity: 1;
  border-color: #DBBE71;
  border-color: rgba(219, 190, 113, var(--border-opacity));
}

.focus\:border-yellow:focus{
  --border-opacity: 1;
  border-color: #EDD085;
  border-color: rgba(237, 208, 133, var(--border-opacity));
}

.focus\:border-turquoise:focus{
  --border-opacity: 1;
  border-color: #00C8FF;
  border-color: rgba(0, 200, 255, var(--border-opacity));
}

.focus\:border-purple:focus{
  --border-opacity: 1;
  border-color: #654F90;
  border-color: rgba(101, 79, 144, var(--border-opacity));
}

.focus\:border-black:focus{
  --border-opacity: 1;
  border-color: #202122;
  border-color: rgba(32, 33, 34, var(--border-opacity));
}

.focus\:border-white:focus{
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-opacity-0{
  --border-opacity: 0;
}

.border-opacity-10{
  --border-opacity: 0.1px;
}

.border-opacity-20{
  --border-opacity: 0.2px;
}

.border-opacity-30{
  --border-opacity: 0.3px;
}

.border-opacity-40{
  --border-opacity: 0.4px;
}

.border-opacity-50{
  --border-opacity: 0.5px;
}

.border-opacity-60{
  --border-opacity: 0.6px;
}

.border-opacity-70{
  --border-opacity: 0.7px;
}

.border-opacity-80{
  --border-opacity: 0.8px;
}

.border-opacity-90{
  --border-opacity: 0.9px;
}

.border-opacity-100{
  --border-opacity: 1px;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0;
}

.hover\:border-opacity-10:hover{
  --border-opacity: 0.1px;
}

.hover\:border-opacity-20:hover{
  --border-opacity: 0.2px;
}

.hover\:border-opacity-30:hover{
  --border-opacity: 0.3px;
}

.hover\:border-opacity-40:hover{
  --border-opacity: 0.4px;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5px;
}

.hover\:border-opacity-60:hover{
  --border-opacity: 0.6px;
}

.hover\:border-opacity-70:hover{
  --border-opacity: 0.7px;
}

.hover\:border-opacity-80:hover{
  --border-opacity: 0.8px;
}

.hover\:border-opacity-90:hover{
  --border-opacity: 0.9px;
}

.hover\:border-opacity-100:hover{
  --border-opacity: 1px;
}

.focus\:border-opacity-0:focus{
  --border-opacity: 0;
}

.focus\:border-opacity-10:focus{
  --border-opacity: 0.1px;
}

.focus\:border-opacity-20:focus{
  --border-opacity: 0.2px;
}

.focus\:border-opacity-30:focus{
  --border-opacity: 0.3px;
}

.focus\:border-opacity-40:focus{
  --border-opacity: 0.4px;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5px;
}

.focus\:border-opacity-60:focus{
  --border-opacity: 0.6px;
}

.focus\:border-opacity-70:focus{
  --border-opacity: 0.7px;
}

.focus\:border-opacity-80:focus{
  --border-opacity: 0.8px;
}

.focus\:border-opacity-90:focus{
  --border-opacity: 0.9px;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1px;
}

.rounded-full{
  border-radius: 9999px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-none{
  border-style: none;
}

.border-0{
  border-width: 0rem;
}

.border-1{
  border-width: 0.0625rem;
}

.border-2{
  border-width: 0.125rem;
}

.border-3{
  border-width: 0.1875rem;
}

.border-4{
  border-width: 0.25rem;
}

.border-5{
  border-width: 0.3125rem;
}

.border-6{
  border-width: 0.375rem;
}

.border-8{
  border-width: 0.5rem;
}

.border-10{
  border-width: 0.625rem;
}

.border-15{
  border-width: 0.9375rem;
}

.border-20{
  border-width: 1.25rem;
}

.border-t-0{
  border-top-width: 0rem;
}

.border-r-0{
  border-right-width: 0rem;
}

.border-b-0{
  border-bottom-width: 0rem;
}

.border-l-0{
  border-left-width: 0rem;
}

.border-t-1{
  border-top-width: 0.0625rem;
}

.border-r-1{
  border-right-width: 0.0625rem;
}

.border-b-1{
  border-bottom-width: 0.0625rem;
}

.border-l-1{
  border-left-width: 0.0625rem;
}

.border-t-2{
  border-top-width: 0.125rem;
}

.border-r-2{
  border-right-width: 0.125rem;
}

.border-b-2{
  border-bottom-width: 0.125rem;
}

.border-l-2{
  border-left-width: 0.125rem;
}

.border-t-3{
  border-top-width: 0.1875rem;
}

.border-r-3{
  border-right-width: 0.1875rem;
}

.border-b-3{
  border-bottom-width: 0.1875rem;
}

.border-l-3{
  border-left-width: 0.1875rem;
}

.border-t-4{
  border-top-width: 0.25rem;
}

.border-r-4{
  border-right-width: 0.25rem;
}

.border-b-4{
  border-bottom-width: 0.25rem;
}

.border-l-4{
  border-left-width: 0.25rem;
}

.border-t-5{
  border-top-width: 0.3125rem;
}

.border-r-5{
  border-right-width: 0.3125rem;
}

.border-b-5{
  border-bottom-width: 0.3125rem;
}

.border-l-5{
  border-left-width: 0.3125rem;
}

.border-t-6{
  border-top-width: 0.375rem;
}

.border-r-6{
  border-right-width: 0.375rem;
}

.border-b-6{
  border-bottom-width: 0.375rem;
}

.border-l-6{
  border-left-width: 0.375rem;
}

.border-t-8{
  border-top-width: 0.5rem;
}

.border-r-8{
  border-right-width: 0.5rem;
}

.border-b-8{
  border-bottom-width: 0.5rem;
}

.border-l-8{
  border-left-width: 0.5rem;
}

.border-t-10{
  border-top-width: 0.625rem;
}

.border-r-10{
  border-right-width: 0.625rem;
}

.border-b-10{
  border-bottom-width: 0.625rem;
}

.border-l-10{
  border-left-width: 0.625rem;
}

.border-t-15{
  border-top-width: 0.9375rem;
}

.border-r-15{
  border-right-width: 0.9375rem;
}

.border-b-15{
  border-bottom-width: 0.9375rem;
}

.border-l-15{
  border-left-width: 0.9375rem;
}

.border-t-20{
  border-top-width: 1.25rem;
}

.border-r-20{
  border-right-width: 1.25rem;
}

.border-b-20{
  border-bottom-width: 1.25rem;
}

.border-l-20{
  border-left-width: 1.25rem;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-text{
  cursor: text;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table{
  display: table;
}

.table-cell{
  display: table-cell;
}

.table-header-group{
  display: table-header-group;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-no-wrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline{
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.self-start{
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-center{
  -ms-flex-item-align: center;
      align-self: center;
}

.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-auto{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-1\/3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.flex-2\/3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}

.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.float-left{
  float: left;
}

.font-sans{
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

.font-serif{
  font-family: Poppins, serif;
}

.font-icon{
  font-family: iconfont;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

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

.h-20{
  height: 1.25rem;
}

.h-40{
  height: 2.5rem;
}

.h-50{
  height: 3.125rem;
}

.h-120{
  height: 7.5rem;
}

.h-140{
  height: 8.75rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.text-xs{
  font-size: 0.75rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-base{
  font-size: 1rem;
}

.text-lg{
  font-size: 1.125rem;
}

.text-xl{
  font-size: 1.3125rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-3xl{
  font-size: 1.875rem;
}

.text-4xl{
  font-size: 2.375rem;
}

.text-5xl{
  font-size: 2.75rem;
}

.text-6xl{
  font-size: 3.125rem;
}

.text-7xl{
  font-size: 3.625rem;
}

.text-8xl{
  font-size: 4.6875rem;
}

.text-9xl{
  font-size: 6.25rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-normal{
  line-height: 1.5;
}

.leading-loose{
  line-height: 2;
}

.list-disc{
  list-style-type: disc;
}

.m-15{
  margin: 0.9375rem;
}

.m-20{
  margin: 1.25rem;
}

.m-40{
  margin: 2.5rem;
}

.-m-20{
  margin: -1.25rem;
}

.-m-40{
  margin: -2.5rem;
}

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

.my-1{
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.my-2{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-3{
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.my-4{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-5{
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.my-6{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-8{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-10{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-15{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.my-20{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-25{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.my-30{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-35{
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.my-40{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-40{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-45{
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.my-50{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-60{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-75{
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.my-100{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.my-125{
  margin-top: 7.8125rem;
  margin-bottom: 7.8125rem;
}

.my-150{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.my-200{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

.-my-1{
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.-my-2{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-3{
  margin-top: -0.1875rem;
  margin-bottom: -0.1875rem;
}

.-my-4{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-5{
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.-my-6{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-8{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-10{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-15{
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.-my-20{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-20{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-25{
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.-my-30{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-my-35{
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}

.-my-40{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-40{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-45{
  margin-top: -2.8125rem;
  margin-bottom: -2.8125rem;
}

.-my-50{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-my-60{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-my-75{
  margin-top: -4.6875rem;
  margin-bottom: -4.6875rem;
}

.-my-100{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-my-125{
  margin-top: -7.8125rem;
  margin-bottom: -7.8125rem;
}

.-my-150{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.-my-200{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

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

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

.mt-1{
  margin-top: 0.0625rem;
}

.mb-1{
  margin-bottom: 0.0625rem;
}

.mt-2{
  margin-top: 0.125rem;
}

.mb-2{
  margin-bottom: 0.125rem;
}

.mt-3{
  margin-top: 0.1875rem;
}

.mb-3{
  margin-bottom: 0.1875rem;
}

.mt-4{
  margin-top: 0.25rem;
}

.mb-4{
  margin-bottom: 0.25rem;
}

.mt-5{
  margin-top: 0.3125rem;
}

.mb-5{
  margin-bottom: 0.3125rem;
}

.mt-6{
  margin-top: 0.375rem;
}

.mb-6{
  margin-bottom: 0.375rem;
}

.mt-8{
  margin-top: 0.5rem;
}

.mb-8{
  margin-bottom: 0.5rem;
}

.mt-10{
  margin-top: 0.625rem;
}

.mb-10{
  margin-bottom: 0.625rem;
}

.mt-15{
  margin-top: 0.9375rem;
}

.mb-15{
  margin-bottom: 0.9375rem;
}

.mt-20{
  margin-top: 1.25rem;
}

.mr-20{
  margin-right: 1.25rem;
}

.mb-20{
  margin-bottom: 1.25rem;
}

.ml-20{
  margin-left: 1.25rem;
}

.mt-25{
  margin-top: 1.5625rem;
}

.mb-25{
  margin-bottom: 1.5625rem;
}

.ml-25{
  margin-left: 1.5625rem;
}

.mt-30{
  margin-top: 1.875rem;
}

.mb-30{
  margin-bottom: 1.875rem;
}

.mt-35{
  margin-top: 2.1875rem;
}

.mb-35{
  margin-bottom: 2.1875rem;
}

.mt-40{
  margin-top: 2.5rem;
}

.mr-40{
  margin-right: 2.5rem;
}

.mb-40{
  margin-bottom: 2.5rem;
}

.ml-40{
  margin-left: 2.5rem;
}

.mt-45{
  margin-top: 2.8125rem;
}

.mb-45{
  margin-bottom: 2.8125rem;
}

.mt-50{
  margin-top: 3.125rem;
}

.mb-50{
  margin-bottom: 3.125rem;
}

.mt-60{
  margin-top: 3.75rem;
}

.mb-60{
  margin-bottom: 3.75rem;
}

.mt-75{
  margin-top: 4.6875rem;
}

.mb-75{
  margin-bottom: 4.6875rem;
}

.mt-100{
  margin-top: 6.25rem;
}

.mb-100{
  margin-bottom: 6.25rem;
}

.mt-125{
  margin-top: 7.8125rem;
}

.mb-125{
  margin-bottom: 7.8125rem;
}

.mt-150{
  margin-top: 9.375rem;
}

.mb-150{
  margin-bottom: 9.375rem;
}

.mt-200{
  margin-top: 12.5rem;
}

.mb-200{
  margin-bottom: 12.5rem;
}

.mt-auto{
  margin-top: auto;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-auto{
  margin-left: auto;
}

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

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

.-mt-1{
  margin-top: -0.0625rem;
}

.-mb-1{
  margin-bottom: -0.0625rem;
}

.-mt-2{
  margin-top: -0.125rem;
}

.-mb-2{
  margin-bottom: -0.125rem;
}

.-mt-3{
  margin-top: -0.1875rem;
}

.-mb-3{
  margin-bottom: -0.1875rem;
}

.-mt-4{
  margin-top: -0.25rem;
}

.-mb-4{
  margin-bottom: -0.25rem;
}

.-mt-5{
  margin-top: -0.3125rem;
}

.-mb-5{
  margin-bottom: -0.3125rem;
}

.-mt-6{
  margin-top: -0.375rem;
}

.-mb-6{
  margin-bottom: -0.375rem;
}

.-mt-8{
  margin-top: -0.5rem;
}

.-mb-8{
  margin-bottom: -0.5rem;
}

.-mt-10{
  margin-top: -0.625rem;
}

.-mb-10{
  margin-bottom: -0.625rem;
}

.-mt-15{
  margin-top: -0.9375rem;
}

.-mb-15{
  margin-bottom: -0.9375rem;
}

.-mt-20{
  margin-top: -1.25rem;
}

.-mr-20{
  margin-right: -1.25rem;
}

.-mb-20{
  margin-bottom: -1.25rem;
}

.-ml-20{
  margin-left: -1.25rem;
}

.-mt-25{
  margin-top: -1.5625rem;
}

.-mb-25{
  margin-bottom: -1.5625rem;
}

.-mt-30{
  margin-top: -1.875rem;
}

.-mb-30{
  margin-bottom: -1.875rem;
}

.-mt-35{
  margin-top: -2.1875rem;
}

.-mb-35{
  margin-bottom: -2.1875rem;
}

.-mt-40{
  margin-top: -2.5rem;
}

.-mr-40{
  margin-right: -2.5rem;
}

.-mb-40{
  margin-bottom: -2.5rem;
}

.-ml-40{
  margin-left: -2.5rem;
}

.-mt-45{
  margin-top: -2.8125rem;
}

.-mb-45{
  margin-bottom: -2.8125rem;
}

.-mt-50{
  margin-top: -3.125rem;
}

.-mb-50{
  margin-bottom: -3.125rem;
}

.-mt-60{
  margin-top: -3.75rem;
}

.-mb-60{
  margin-bottom: -3.75rem;
}

.-mt-75{
  margin-top: -4.6875rem;
}

.-mb-75{
  margin-bottom: -4.6875rem;
}

.-mt-100{
  margin-top: -6.25rem;
}

.-mb-100{
  margin-bottom: -6.25rem;
}

.-mt-125{
  margin-top: -7.8125rem;
}

.-mb-125{
  margin-bottom: -7.8125rem;
}

.-mt-150{
  margin-top: -9.375rem;
}

.-mb-150{
  margin-bottom: -9.375rem;
}

.-mt-200{
  margin-top: -12.5rem;
}

.-mb-200{
  margin-bottom: -12.5rem;
}

.first\:m-20:first-child{
  margin: 1.25rem;
}

.first\:m-40:first-child{
  margin: 2.5rem;
}

.first\:-m-20:first-child{
  margin: -1.25rem;
}

.first\:-m-40:first-child{
  margin: -2.5rem;
}

.first\:my-0:first-child{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.first\:my-1:first-child{
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.first\:my-2:first-child{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.first\:my-3:first-child{
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.first\:my-4:first-child{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:my-5:first-child{
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.first\:my-6:first-child{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.first\:my-8:first-child{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:my-10:first-child{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.first\:my-15:first-child{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.first\:my-20:first-child{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:mx-20:first-child{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:my-25:first-child{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.first\:my-30:first-child{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.first\:my-35:first-child{
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.first\:my-40:first-child{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-40:first-child{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:my-45:first-child{
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.first\:my-50:first-child{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.first\:my-60:first-child{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.first\:my-75:first-child{
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.first\:my-100:first-child{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.first\:my-125:first-child{
  margin-top: 7.8125rem;
  margin-bottom: 7.8125rem;
}

.first\:my-150:first-child{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.first\:my-200:first-child{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.first\:my-auto:first-child{
  margin-top: auto;
  margin-bottom: auto;
}

.first\:-my-0:first-child{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.first\:-my-1:first-child{
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.first\:-my-2:first-child{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.first\:-my-3:first-child{
  margin-top: -0.1875rem;
  margin-bottom: -0.1875rem;
}

.first\:-my-4:first-child{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-my-5:first-child{
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.first\:-my-6:first-child{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.first\:-my-8:first-child{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-my-10:first-child{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.first\:-my-15:first-child{
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.first\:-my-20:first-child{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-mx-20:first-child{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-my-25:first-child{
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.first\:-my-30:first-child{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.first\:-my-35:first-child{
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}

.first\:-my-40:first-child{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-40:first-child{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-my-45:first-child{
  margin-top: -2.8125rem;
  margin-bottom: -2.8125rem;
}

.first\:-my-50:first-child{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.first\:-my-60:first-child{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.first\:-my-75:first-child{
  margin-top: -4.6875rem;
  margin-bottom: -4.6875rem;
}

.first\:-my-100:first-child{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.first\:-my-125:first-child{
  margin-top: -7.8125rem;
  margin-bottom: -7.8125rem;
}

.first\:-my-150:first-child{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.first\:-my-200:first-child{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.first\:mt-0:first-child{
  margin-top: 0rem;
}

.first\:mb-0:first-child{
  margin-bottom: 0rem;
}

.first\:mt-1:first-child{
  margin-top: 0.0625rem;
}

.first\:mb-1:first-child{
  margin-bottom: 0.0625rem;
}

.first\:mt-2:first-child{
  margin-top: 0.125rem;
}

.first\:mb-2:first-child{
  margin-bottom: 0.125rem;
}

.first\:mt-3:first-child{
  margin-top: 0.1875rem;
}

.first\:mb-3:first-child{
  margin-bottom: 0.1875rem;
}

.first\:mt-4:first-child{
  margin-top: 0.25rem;
}

.first\:mb-4:first-child{
  margin-bottom: 0.25rem;
}

.first\:mt-5:first-child{
  margin-top: 0.3125rem;
}

.first\:mb-5:first-child{
  margin-bottom: 0.3125rem;
}

.first\:mt-6:first-child{
  margin-top: 0.375rem;
}

.first\:mb-6:first-child{
  margin-bottom: 0.375rem;
}

.first\:mt-8:first-child{
  margin-top: 0.5rem;
}

.first\:mb-8:first-child{
  margin-bottom: 0.5rem;
}

.first\:mt-10:first-child{
  margin-top: 0.625rem;
}

.first\:mb-10:first-child{
  margin-bottom: 0.625rem;
}

.first\:mt-15:first-child{
  margin-top: 0.9375rem;
}

.first\:mb-15:first-child{
  margin-bottom: 0.9375rem;
}

.first\:mt-20:first-child{
  margin-top: 1.25rem;
}

.first\:mr-20:first-child{
  margin-right: 1.25rem;
}

.first\:mb-20:first-child{
  margin-bottom: 1.25rem;
}

.first\:ml-20:first-child{
  margin-left: 1.25rem;
}

.first\:mt-25:first-child{
  margin-top: 1.5625rem;
}

.first\:mb-25:first-child{
  margin-bottom: 1.5625rem;
}

.first\:mt-30:first-child{
  margin-top: 1.875rem;
}

.first\:mb-30:first-child{
  margin-bottom: 1.875rem;
}

.first\:mt-35:first-child{
  margin-top: 2.1875rem;
}

.first\:mb-35:first-child{
  margin-bottom: 2.1875rem;
}

.first\:mt-40:first-child{
  margin-top: 2.5rem;
}

.first\:mr-40:first-child{
  margin-right: 2.5rem;
}

.first\:mb-40:first-child{
  margin-bottom: 2.5rem;
}

.first\:ml-40:first-child{
  margin-left: 2.5rem;
}

.first\:mt-45:first-child{
  margin-top: 2.8125rem;
}

.first\:mb-45:first-child{
  margin-bottom: 2.8125rem;
}

.first\:mt-50:first-child{
  margin-top: 3.125rem;
}

.first\:mb-50:first-child{
  margin-bottom: 3.125rem;
}

.first\:mt-60:first-child{
  margin-top: 3.75rem;
}

.first\:mb-60:first-child{
  margin-bottom: 3.75rem;
}

.first\:mt-75:first-child{
  margin-top: 4.6875rem;
}

.first\:mb-75:first-child{
  margin-bottom: 4.6875rem;
}

.first\:mt-100:first-child{
  margin-top: 6.25rem;
}

.first\:mb-100:first-child{
  margin-bottom: 6.25rem;
}

.first\:mt-125:first-child{
  margin-top: 7.8125rem;
}

.first\:mb-125:first-child{
  margin-bottom: 7.8125rem;
}

.first\:mt-150:first-child{
  margin-top: 9.375rem;
}

.first\:mb-150:first-child{
  margin-bottom: 9.375rem;
}

.first\:mt-200:first-child{
  margin-top: 12.5rem;
}

.first\:mb-200:first-child{
  margin-bottom: 12.5rem;
}

.first\:mt-auto:first-child{
  margin-top: auto;
}

.first\:mb-auto:first-child{
  margin-bottom: auto;
}

.first\:-mt-0:first-child{
  margin-top: 0rem;
}

.first\:-mb-0:first-child{
  margin-bottom: 0rem;
}

.first\:-mt-1:first-child{
  margin-top: -0.0625rem;
}

.first\:-mb-1:first-child{
  margin-bottom: -0.0625rem;
}

.first\:-mt-2:first-child{
  margin-top: -0.125rem;
}

.first\:-mb-2:first-child{
  margin-bottom: -0.125rem;
}

.first\:-mt-3:first-child{
  margin-top: -0.1875rem;
}

.first\:-mb-3:first-child{
  margin-bottom: -0.1875rem;
}

.first\:-mt-4:first-child{
  margin-top: -0.25rem;
}

.first\:-mb-4:first-child{
  margin-bottom: -0.25rem;
}

.first\:-mt-5:first-child{
  margin-top: -0.3125rem;
}

.first\:-mb-5:first-child{
  margin-bottom: -0.3125rem;
}

.first\:-mt-6:first-child{
  margin-top: -0.375rem;
}

.first\:-mb-6:first-child{
  margin-bottom: -0.375rem;
}

.first\:-mt-8:first-child{
  margin-top: -0.5rem;
}

.first\:-mb-8:first-child{
  margin-bottom: -0.5rem;
}

.first\:-mt-10:first-child{
  margin-top: -0.625rem;
}

.first\:-mb-10:first-child{
  margin-bottom: -0.625rem;
}

.first\:-mt-15:first-child{
  margin-top: -0.9375rem;
}

.first\:-mb-15:first-child{
  margin-bottom: -0.9375rem;
}

.first\:-mt-20:first-child{
  margin-top: -1.25rem;
}

.first\:-mr-20:first-child{
  margin-right: -1.25rem;
}

.first\:-mb-20:first-child{
  margin-bottom: -1.25rem;
}

.first\:-ml-20:first-child{
  margin-left: -1.25rem;
}

.first\:-mt-25:first-child{
  margin-top: -1.5625rem;
}

.first\:-mb-25:first-child{
  margin-bottom: -1.5625rem;
}

.first\:-mt-30:first-child{
  margin-top: -1.875rem;
}

.first\:-mb-30:first-child{
  margin-bottom: -1.875rem;
}

.first\:-mt-35:first-child{
  margin-top: -2.1875rem;
}

.first\:-mb-35:first-child{
  margin-bottom: -2.1875rem;
}

.first\:-mt-40:first-child{
  margin-top: -2.5rem;
}

.first\:-mr-40:first-child{
  margin-right: -2.5rem;
}

.first\:-mb-40:first-child{
  margin-bottom: -2.5rem;
}

.first\:-ml-40:first-child{
  margin-left: -2.5rem;
}

.first\:-mt-45:first-child{
  margin-top: -2.8125rem;
}

.first\:-mb-45:first-child{
  margin-bottom: -2.8125rem;
}

.first\:-mt-50:first-child{
  margin-top: -3.125rem;
}

.first\:-mb-50:first-child{
  margin-bottom: -3.125rem;
}

.first\:-mt-60:first-child{
  margin-top: -3.75rem;
}

.first\:-mb-60:first-child{
  margin-bottom: -3.75rem;
}

.first\:-mt-75:first-child{
  margin-top: -4.6875rem;
}

.first\:-mb-75:first-child{
  margin-bottom: -4.6875rem;
}

.first\:-mt-100:first-child{
  margin-top: -6.25rem;
}

.first\:-mb-100:first-child{
  margin-bottom: -6.25rem;
}

.first\:-mt-125:first-child{
  margin-top: -7.8125rem;
}

.first\:-mb-125:first-child{
  margin-bottom: -7.8125rem;
}

.first\:-mt-150:first-child{
  margin-top: -9.375rem;
}

.first\:-mb-150:first-child{
  margin-bottom: -9.375rem;
}

.first\:-mt-200:first-child{
  margin-top: -12.5rem;
}

.first\:-mb-200:first-child{
  margin-bottom: -12.5rem;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-8th{
  max-width: 12.5%;
}

.max-w-4th{
  max-width: 25%;
}

.max-w-3rd{
  max-width: 33.3%;
}

.max-w-half{
  max-width: 50%;
}

.max-w-2-3rds{
  max-width: 66.6%;
}

.max-w-3-4ths{
  max-width: 75%;
}

.max-w-7-8ths{
  max-width: 87.5%;
}

.min-h-20{
  min-height: 1.25rem;
}

.min-h-40{
  min-height: 2.5rem;
}

.min-h-120{
  min-height: 7.5rem;
}

.min-h-140{
  min-height: 8.75rem;
}

.min-h-full{
  min-height: 100%;
}

.min-w-20{
  min-width: 1.25rem;
}

.min-w-40{
  min-width: 2.5rem;
}

.min-w-120{
  min-width: 7.5rem;
}

.min-w-140{
  min-width: 8.75rem;
}

.min-w-full{
  min-width: 100%;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-0{
  opacity: 0;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-40{
  opacity: 0.4;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.p-0{
  padding: 0rem;
}

.p-1{
  padding: 0.0625rem;
}

.p-2{
  padding: 0.125rem;
}

.p-3{
  padding: 0.1875rem;
}

.p-4{
  padding: 0.25rem;
}

.p-5{
  padding: 0.3125rem;
}

.p-6{
  padding: 0.375rem;
}

.p-8{
  padding: 0.5rem;
}

.p-10{
  padding: 0.625rem;
}

.p-15{
  padding: 0.9375rem;
}

.p-20{
  padding: 1.25rem;
}

.p-25{
  padding: 1.5625rem;
}

.p-30{
  padding: 1.875rem;
}

.p-40{
  padding: 2.5rem;
}

.p-45{
  padding: 2.8125rem;
}

.p-50{
  padding: 3.125rem;
}

.p-60{
  padding: 3.75rem;
}

.p-75{
  padding: 4.6875rem;
}

.p-100{
  padding: 6.25rem;
}

.px-5{
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.px-10{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-15{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-25{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-30{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-35{
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pl-5{
  padding-left: 0.3125rem;
}

.pb-10{
  padding-bottom: 0.625rem;
}

.pl-15{
  padding-left: 0.9375rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pl-20{
  padding-left: 1.25rem;
}

.pt-30{
  padding-top: 1.875rem;
}

.pb-30{
  padding-bottom: 1.875rem;
}

.pt-40{
  padding-top: 2.5rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pb-40{
  padding-bottom: 2.5rem;
}

.pl-40{
  padding-left: 2.5rem;
}

.pt-50{
  padding-top: 3.125rem;
}

.pr-50{
  padding-right: 3.125rem;
}

.pb-75{
  padding-bottom: 4.6875rem;
}

.placeholder-opacity-20::-webkit-input-placeholder{
  --placeholder-opacity: 0.2px;
}

.placeholder-opacity-20::-moz-placeholder{
  --placeholder-opacity: 0.2px;
}

.placeholder-opacity-20::-ms-input-placeholder{
  --placeholder-opacity: 0.2px;
}

.placeholder-opacity-20::placeholder{
  --placeholder-opacity: 0.2px;
}

.placeholder-opacity-40::-webkit-input-placeholder{
  --placeholder-opacity: 0.4px;
}

.placeholder-opacity-40::-moz-placeholder{
  --placeholder-opacity: 0.4px;
}

.placeholder-opacity-40::-ms-input-placeholder{
  --placeholder-opacity: 0.4px;
}

.placeholder-opacity-40::placeholder{
  --placeholder-opacity: 0.4px;
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.2px;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --placeholder-opacity: 0.2px;
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.2px;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --placeholder-opacity: 0.2px;
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.4px;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --placeholder-opacity: 0.4px;
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.4px;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --placeholder-opacity: 0.4px;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.left-0{
  left: 0;
}

.resize{
  resize: both;
}

.fill-current{
  fill: currentColor;
}

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

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

.text-transparent{
  color: transparent;
}

.text-maroon{
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.text-blue{
  --text-opacity: 1;
  color: #1f3d7b;
  color: rgba(31, 61, 123, var(--text-opacity));
}

.text-gold{
  --text-opacity: 1;
  color: #A99A6F;
  color: rgba(169, 154, 111, var(--text-opacity));
}

.text-yellow{
  --text-opacity: 1;
  color: #EDD085;
  color: rgba(237, 208, 133, var(--text-opacity));
}

.text-black{
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

.text-white{
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-opacity-20{
  --text-opacity: 0.2px;
}

.text-opacity-40{
  --text-opacity: 0.4px;
}

.hover\:text-opacity-20:hover{
  --text-opacity: 0.2px;
}

.hover\:text-opacity-40:hover{
  --text-opacity: 0.4px;
}

.focus\:text-opacity-20:focus{
  --text-opacity: 0.2px;
}

.focus\:text-opacity-40:focus{
  --text-opacity: 0.4px;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

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

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

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-middle{
  vertical-align: middle;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.break-all{
  word-break: break-all;
}

.w-20{
  width: 1.25rem;
}

.w-40{
  width: 2.5rem;
}

.w-50{
  width: 3.125rem;
}

.w-120{
  width: 7.5rem;
}

.w-140{
  width: 8.75rem;
}

.w-250{
  width: 15.625rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-half{
  width: 50%;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.gap-5{
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

.gap-10{
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-20{
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-30{
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.gap-40{
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.col-gap-20{
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.col-gap-40{
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-20{
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-40{
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.row-gap-20{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-40{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.gap-y-20{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.gap-y-40{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.translate-x-20{
  --transform-translate-x: 1.25rem;
}

.translate-x-40{
  --transform-translate-x: 2.5rem;
}

.-translate-x-20{
  --transform-translate-x: -1.25rem;
}

.-translate-x-40{
  --transform-translate-x: -2.5rem;
}

.translate-y-20{
  --transform-translate-y: 1.25rem;
}

.translate-y-40{
  --transform-translate-y: 2.5rem;
}

.-translate-y-20{
  --transform-translate-y: -1.25rem;
}

.-translate-y-40{
  --transform-translate-y: -2.5rem;
}

.-translate-y-1\/2{
  --transform-translate-y: -50%;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 2.5rem;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -2.5rem;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 2.5rem;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -2.5rem;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 2.5rem;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -2.5rem;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 2.5rem;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -2.5rem;
}

.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity{
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

p.intro {
  font-size: 1.125rem;
}

p.drop-cap::first-letter {
  font-weight: 700;
  font-family: Poppins, serif;
  float: left;
  padding-right: 0.3125rem;
  line-height: 0.8;
  font-size: 5rem;
}

.virginia .button, .virginia.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #83003f;
  border-color: #83003f;
}

.virginia .button:hover, .virginia.button:hover {
  background-color: transparent;
  font-weight: 700;
  color: #83003f;
}

.virginia .button.button--ghost, .virginia .feature.feature--dark .feature__content .button, .feature.feature--dark .feature__content .virginia .button, .virginia .feature.feature--gradient .feature__content .button, .feature.feature--gradient .feature__content .virginia .button, .virginia .callout-box.color-background .button, .callout-box.color-background .virginia .button, .virginia .louisiana.feature--campus.feature--dark .button, .louisiana.feature--campus.feature--dark .virginia .button, .virginia .auburn.feature--campus.feature--dark .button, .auburn.feature--campus.feature--dark .virginia .button, .virginia .carolinas.feature--campus.feature--dark .button, .carolinas.feature--campus.feature--dark .virginia .button, .virginia.feature--campus.feature--dark .button, .virginia.button.button--ghost, .feature.feature--dark .feature__content .virginia.button, .feature.feature--gradient .feature__content .virginia.button, .callout-box.color-background .virginia.button, .louisiana.feature--campus.feature--dark .virginia.button, .auburn.feature--campus.feature--dark .virginia.button, .carolinas.feature--campus.feature--dark .virginia.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.virginia .button.button--ghost:hover, .virginia .feature.feature--dark .feature__content .button:hover, .feature.feature--dark .feature__content .virginia .button:hover, .virginia .feature.feature--gradient .feature__content .button:hover, .feature.feature--gradient .feature__content .virginia .button:hover, .virginia .callout-box.color-background .button:hover, .callout-box.color-background .virginia .button:hover, .virginia .louisiana.feature--campus.feature--dark .button:hover, .louisiana.feature--campus.feature--dark .virginia .button:hover, .virginia .auburn.feature--campus.feature--dark .button:hover, .auburn.feature--campus.feature--dark .virginia .button:hover, .virginia .carolinas.feature--campus.feature--dark .button:hover, .carolinas.feature--campus.feature--dark .virginia .button:hover, .virginia.feature--campus.feature--dark .button:hover, .virginia.button.button--ghost:hover, .feature.feature--dark .feature__content .virginia.button:hover, .feature.feature--gradient .feature__content .virginia.button:hover, .callout-box.color-background .virginia.button:hover, .louisiana.feature--campus.feature--dark .virginia.button:hover, .auburn.feature--campus.feature--dark .virginia.button:hover, .carolinas.feature--campus.feature--dark .virginia.button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #83003f;
}

.virginia .social-media-links .icon {
  background-color: #83003f;
}

.virginia .social-media-links .icon:hover .ic:before {
  color: #83003f;
}

.virginia[role=tab] {
  background-color: #83003f;
}

.virginia[role=tab]:hover {
  background-color: #83003f;
  opacity: 0.8;
}

.virginia[role=tab][aria-selected=true] {
  color: #83003f;
  border-color: #83003f;
}

.virginia .vcard .heading--linked {
  color: #c17f9f;
}

.virginia.feature--campus.feature--dark {
  border-bottom-width: 0.375rem;
  background-color: #83003f;
  border-color: #c45400;
}

.virginia.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.virginia.feature--campus.feature--dark .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #83003f;
}

.virginia.feature--campus.feature--dark .button.button--ghost, .virginia.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: white !important;
  border-width: 1px !important;
  border-color: white !important;
  background-color: transparent !important;
}

.virginia.feature--campus.feature--dark .button.button--ghost:hover, .virginia.feature--campus.feature--dark .button:hover {
  background-color: white !important;
  color: #83003f !important;
}

.virginia.feature--campus:not(.feature--dark) .feature__inset {
  border-bottom-width: 0.375rem;
  border-color: #83003f;
}

.virginia.teaser.teaser--campus .teaser__content {
  background-color: #83003f;
}

.virginia .page__banner:not(.gradient), .virginia.page__banner:not(.gradient) {
  background-color: #c45400;
  border-color: #83003f;
}

.virginia .page__banner:not(.gradient).hero__content, .virginia.page__banner:not(.gradient).hero__content {
  border-color: #c45400;
}

.virginia .section-nav {
  border-bottom: 8px #83003f solid;
}

.virginia.quote .quote__body.editorial {
  border-color: #c45400;
}

.virginia.quote .quote__body.editorial a {
  color: #83003f;
}

.virginia .display figcaption, .virginia.display figcaption {
  background-color: #83003f;
}

.virginia .display:hover figcaption, .virginia.display:hover figcaption {
  background-color: rgba(131, 0, 63, 0.6);
}

.virginia .display:hover figcaption .font-bold, .virginia.display:hover figcaption .font-bold {
  text-decoration: underline;
}

.virginia.node--type-person .social-media-links .icon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.virginia.node--type-person .social-media-links .icon:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.virginia.node--type-person .social-media-links .icon:hover .ic:before {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.virginia.node--type-person .button {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.virginia.node--type-person .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.carolinas .button, .carolinas.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #c45400;
  border-color: #c45400;
}

.carolinas .button:hover, .carolinas.button:hover {
  background-color: transparent;
  font-weight: 700;
  color: #c45400;
}

.carolinas .button.button--ghost, .carolinas .feature.feature--dark .feature__content .button, .feature.feature--dark .feature__content .carolinas .button, .carolinas .feature.feature--gradient .feature__content .button, .feature.feature--gradient .feature__content .carolinas .button, .carolinas .callout-box.color-background .button, .callout-box.color-background .carolinas .button, .carolinas .louisiana.feature--campus.feature--dark .button, .louisiana.feature--campus.feature--dark .carolinas .button, .carolinas .auburn.feature--campus.feature--dark .button, .auburn.feature--campus.feature--dark .carolinas .button, .carolinas.feature--campus.feature--dark .button, .carolinas .virginia.feature--campus.feature--dark .button, .virginia.feature--campus.feature--dark .carolinas .button, .carolinas.button.button--ghost, .feature.feature--dark .feature__content .carolinas.button, .feature.feature--gradient .feature__content .carolinas.button, .callout-box.color-background .carolinas.button, .louisiana.feature--campus.feature--dark .carolinas.button, .auburn.feature--campus.feature--dark .carolinas.button, .virginia.feature--campus.feature--dark .carolinas.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.carolinas .button.button--ghost:hover, .carolinas .feature.feature--dark .feature__content .button:hover, .feature.feature--dark .feature__content .carolinas .button:hover, .carolinas .feature.feature--gradient .feature__content .button:hover, .feature.feature--gradient .feature__content .carolinas .button:hover, .carolinas .callout-box.color-background .button:hover, .callout-box.color-background .carolinas .button:hover, .carolinas .louisiana.feature--campus.feature--dark .button:hover, .louisiana.feature--campus.feature--dark .carolinas .button:hover, .carolinas .auburn.feature--campus.feature--dark .button:hover, .auburn.feature--campus.feature--dark .carolinas .button:hover, .carolinas.feature--campus.feature--dark .button:hover, .carolinas .virginia.feature--campus.feature--dark .button:hover, .virginia.feature--campus.feature--dark .carolinas .button:hover, .carolinas.button.button--ghost:hover, .feature.feature--dark .feature__content .carolinas.button:hover, .feature.feature--gradient .feature__content .carolinas.button:hover, .callout-box.color-background .carolinas.button:hover, .louisiana.feature--campus.feature--dark .carolinas.button:hover, .auburn.feature--campus.feature--dark .carolinas.button:hover, .virginia.feature--campus.feature--dark .carolinas.button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #c45400;
}

.carolinas .social-media-links .icon {
  background-color: #c45400;
}

.carolinas .social-media-links .icon:hover .ic:before {
  color: #c45400;
}

.carolinas[role=tab] {
  background-color: #c45400;
}

.carolinas[role=tab]:hover {
  background-color: #c45400;
  opacity: 0.8;
}

.carolinas[role=tab][aria-selected=true] {
  color: #c45400;
  border-color: #c45400;
}

.carolinas .vcard .heading--linked {
  color: #f3bb90;
}

.carolinas.feature--campus.feature--dark {
  border-bottom-width: 0.375rem;
  background-color: #c45400;
  border-color: #83003f;
}

.carolinas.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.carolinas.feature--campus.feature--dark .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #c45400;
}

.carolinas.feature--campus.feature--dark .button.button--ghost, .carolinas.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: white !important;
  border-width: 1px !important;
  border-color: white !important;
  background-color: transparent !important;
}

.carolinas.feature--campus.feature--dark .button.button--ghost:hover, .carolinas.feature--campus.feature--dark .button:hover {
  background-color: white !important;
  color: #c45400 !important;
}

.carolinas.feature--campus:not(.feature--dark) .feature__inset {
  border-bottom-width: 0.375rem;
  border-color: #c45400;
}

.carolinas.teaser.teaser--campus .teaser__content {
  background-color: #c45400;
}

.carolinas .page__banner:not(.gradient), .carolinas.page__banner:not(.gradient) {
  background-color: #83003f;
  border-color: #c45400;
}

.carolinas .page__banner:not(.gradient).hero__content, .carolinas.page__banner:not(.gradient).hero__content {
  border-color: #83003f;
}

.carolinas .section-nav {
  border-bottom: 8px #c45400 solid;
}

.carolinas.quote .quote__body.editorial {
  border-color: #83003f;
}

.carolinas.quote .quote__body.editorial a {
  color: #c45400;
}

.carolinas .display figcaption, .carolinas.display figcaption {
  background-color: #c45400;
}

.carolinas .display:hover figcaption, .carolinas.display:hover figcaption {
  background-color: rgba(196, 84, 0, 0.6);
}

.carolinas .display:hover figcaption .font-bold, .carolinas.display:hover figcaption .font-bold {
  text-decoration: underline;
}

.carolinas.node--type-person .social-media-links .icon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.carolinas.node--type-person .social-media-links .icon:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.carolinas.node--type-person .social-media-links .icon:hover .ic:before {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.carolinas.node--type-person .button {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.carolinas.node--type-person .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.auburn .button, .auburn.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #1f3d7b;
  border-color: #1f3d7b;
}

.auburn .button:hover, .auburn.button:hover {
  background-color: transparent;
  font-weight: 700;
  color: #1f3d7b;
}

.auburn .button.button--ghost, .auburn .feature.feature--dark .feature__content .button, .feature.feature--dark .feature__content .auburn .button, .auburn .feature.feature--gradient .feature__content .button, .feature.feature--gradient .feature__content .auburn .button, .auburn .callout-box.color-background .button, .callout-box.color-background .auburn .button, .auburn .louisiana.feature--campus.feature--dark .button, .louisiana.feature--campus.feature--dark .auburn .button, .auburn.feature--campus.feature--dark .button, .auburn .virginia.feature--campus.feature--dark .button, .virginia.feature--campus.feature--dark .auburn .button, .auburn .carolinas.feature--campus.feature--dark .button, .carolinas.feature--campus.feature--dark .auburn .button, .auburn.button.button--ghost, .feature.feature--dark .feature__content .auburn.button, .feature.feature--gradient .feature__content .auburn.button, .callout-box.color-background .auburn.button, .louisiana.feature--campus.feature--dark .auburn.button, .virginia.feature--campus.feature--dark .auburn.button, .carolinas.feature--campus.feature--dark .auburn.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.auburn .button.button--ghost:hover, .auburn .feature.feature--dark .feature__content .button:hover, .feature.feature--dark .feature__content .auburn .button:hover, .auburn .feature.feature--gradient .feature__content .button:hover, .feature.feature--gradient .feature__content .auburn .button:hover, .auburn .callout-box.color-background .button:hover, .callout-box.color-background .auburn .button:hover, .auburn .louisiana.feature--campus.feature--dark .button:hover, .louisiana.feature--campus.feature--dark .auburn .button:hover, .auburn.feature--campus.feature--dark .button:hover, .auburn .virginia.feature--campus.feature--dark .button:hover, .virginia.feature--campus.feature--dark .auburn .button:hover, .auburn .carolinas.feature--campus.feature--dark .button:hover, .carolinas.feature--campus.feature--dark .auburn .button:hover, .auburn.button.button--ghost:hover, .feature.feature--dark .feature__content .auburn.button:hover, .feature.feature--gradient .feature__content .auburn.button:hover, .callout-box.color-background .auburn.button:hover, .louisiana.feature--campus.feature--dark .auburn.button:hover, .virginia.feature--campus.feature--dark .auburn.button:hover, .carolinas.feature--campus.feature--dark .auburn.button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #1f3d7b;
}

.auburn .social-media-links .icon {
  background-color: #1f3d7b;
}

.auburn .social-media-links .icon:hover .ic:before {
  color: #1f3d7b;
}

.auburn[role=tab] {
  background-color: #1f3d7b;
}

.auburn[role=tab]:hover {
  background-color: #1f3d7b;
  opacity: 0.8;
}

.auburn[role=tab][aria-selected=true] {
  color: #1f3d7b;
  border-color: #1f3d7b;
}

.auburn .vcard .heading--linked {
  color: #8f9ebd;
}

.auburn.feature--campus.feature--dark {
  border-bottom-width: 0.375rem;
  background-color: #1f3d7b;
  border-color: #6d6e71;
}

.auburn.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.auburn.feature--campus.feature--dark .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #1f3d7b;
}

.auburn.feature--campus.feature--dark .button.button--ghost, .auburn.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: white !important;
  border-width: 1px !important;
  border-color: white !important;
  background-color: transparent !important;
}

.auburn.feature--campus.feature--dark .button.button--ghost:hover, .auburn.feature--campus.feature--dark .button:hover {
  background-color: white !important;
  color: #1f3d7b !important;
}

.auburn.feature--campus:not(.feature--dark) .feature__inset {
  border-bottom-width: 0.375rem;
  border-color: #1f3d7b;
}

.auburn.teaser.teaser--campus .teaser__content {
  background-color: #1f3d7b;
}

.auburn .page__banner:not(.gradient), .auburn.page__banner:not(.gradient) {
  background-color: #6d6e71;
  border-color: #1f3d7b;
}

.auburn .page__banner:not(.gradient).hero__content, .auburn.page__banner:not(.gradient).hero__content {
  border-color: #6d6e71;
}

.auburn .section-nav {
  border-bottom: 8px #1f3d7b solid;
}

.auburn.quote .quote__body.editorial {
  border-color: #6d6e71;
}

.auburn.quote .quote__body.editorial a {
  color: #1f3d7b;
}

.auburn .display figcaption, .auburn.display figcaption {
  background-color: #1f3d7b;
}

.auburn .display:hover figcaption, .auburn.display:hover figcaption {
  background-color: rgba(31, 61, 123, 0.6);
}

.auburn .display:hover figcaption .font-bold, .auburn.display:hover figcaption .font-bold {
  text-decoration: underline;
}

.auburn.node--type-person .social-media-links .icon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.auburn.node--type-person .social-media-links .icon:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.auburn.node--type-person .social-media-links .icon:hover .ic:before {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.auburn.node--type-person .button {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.auburn.node--type-person .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.louisiana .button, .louisiana.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #6d6e71;
  border-color: #6d6e71;
}

.louisiana .button:hover, .louisiana.button:hover {
  background-color: transparent;
  font-weight: 700;
  color: #6d6e71;
}

.louisiana .button.button--ghost, .louisiana .feature.feature--dark .feature__content .button, .feature.feature--dark .feature__content .louisiana .button, .louisiana .feature.feature--gradient .feature__content .button, .feature.feature--gradient .feature__content .louisiana .button, .louisiana .callout-box.color-background .button, .callout-box.color-background .louisiana .button, .louisiana.feature--campus.feature--dark .button, .louisiana .virginia.feature--campus.feature--dark .button, .virginia.feature--campus.feature--dark .louisiana .button, .louisiana .carolinas.feature--campus.feature--dark .button, .carolinas.feature--campus.feature--dark .louisiana .button, .louisiana .auburn.feature--campus.feature--dark .button, .auburn.feature--campus.feature--dark .louisiana .button, .louisiana.button.button--ghost, .feature.feature--dark .feature__content .louisiana.button, .feature.feature--gradient .feature__content .louisiana.button, .callout-box.color-background .louisiana.button, .virginia.feature--campus.feature--dark .louisiana.button, .carolinas.feature--campus.feature--dark .louisiana.button, .auburn.feature--campus.feature--dark .louisiana.button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.louisiana .button.button--ghost:hover, .louisiana .feature.feature--dark .feature__content .button:hover, .feature.feature--dark .feature__content .louisiana .button:hover, .louisiana .feature.feature--gradient .feature__content .button:hover, .feature.feature--gradient .feature__content .louisiana .button:hover, .louisiana .callout-box.color-background .button:hover, .callout-box.color-background .louisiana .button:hover, .louisiana.feature--campus.feature--dark .button:hover, .louisiana .virginia.feature--campus.feature--dark .button:hover, .virginia.feature--campus.feature--dark .louisiana .button:hover, .louisiana .carolinas.feature--campus.feature--dark .button:hover, .carolinas.feature--campus.feature--dark .louisiana .button:hover, .louisiana .auburn.feature--campus.feature--dark .button:hover, .auburn.feature--campus.feature--dark .louisiana .button:hover, .louisiana.button.button--ghost:hover, .feature.feature--dark .feature__content .louisiana.button:hover, .feature.feature--gradient .feature__content .louisiana.button:hover, .callout-box.color-background .louisiana.button:hover, .virginia.feature--campus.feature--dark .louisiana.button:hover, .carolinas.feature--campus.feature--dark .louisiana.button:hover, .auburn.feature--campus.feature--dark .louisiana.button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #6d6e71;
}

.louisiana .social-media-links .icon {
  background-color: #6d6e71;
}

.louisiana .social-media-links .icon:hover .ic:before {
  color: #6d6e71;
}

.louisiana[role=tab] {
  background-color: #6d6e71;
}

.louisiana[role=tab]:hover {
  background-color: #6d6e71;
  opacity: 0.8;
}

.louisiana[role=tab][aria-selected=true] {
  color: #6d6e71;
  border-color: #6d6e71;
}

.louisiana .vcard .heading--linked {
  color: #b6b6b8;
}

.louisiana.feature--campus.feature--dark {
  border-bottom-width: 0.375rem;
  background-color: #6d6e71;
  border-color: #1f3d7b;
}

.louisiana.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  background-color: transparent;
}

.louisiana.feature--campus.feature--dark .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: #6d6e71;
}

.louisiana.feature--campus.feature--dark .button.button--ghost, .louisiana.feature--campus.feature--dark .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: white !important;
  border-width: 1px !important;
  border-color: white !important;
  background-color: transparent !important;
}

.louisiana.feature--campus.feature--dark .button.button--ghost:hover, .louisiana.feature--campus.feature--dark .button:hover {
  background-color: white !important;
  color: #6d6e71 !important;
}

.louisiana.feature--campus:not(.feature--dark) .feature__inset {
  border-bottom-width: 0.375rem;
  border-color: #6d6e71;
}

.louisiana.teaser.teaser--campus .teaser__content {
  background-color: #6d6e71;
}

.louisiana .page__banner:not(.gradient), .louisiana.page__banner:not(.gradient) {
  background-color: #1f3d7b;
  border-color: #6d6e71;
}

.louisiana .page__banner:not(.gradient).hero__content, .louisiana.page__banner:not(.gradient).hero__content {
  border-color: #1f3d7b;
}

.louisiana .section-nav {
  border-bottom: 8px #6d6e71 solid;
}

.louisiana.quote .quote__body.editorial {
  border-color: #1f3d7b;
}

.louisiana.quote .quote__body.editorial a {
  color: #6d6e71;
}

.louisiana .display figcaption, .louisiana.display figcaption {
  background-color: #6d6e71;
}

.louisiana .display:hover figcaption, .louisiana.display:hover figcaption {
  background-color: rgba(109, 110, 113, 0.6);
}

.louisiana .display:hover figcaption .font-bold, .louisiana.display:hover figcaption .font-bold {
  text-decoration: underline;
}

.louisiana.node--type-person .social-media-links .icon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.louisiana.node--type-person .social-media-links .icon:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.louisiana.node--type-person .social-media-links .icon:hover .ic:before {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.louisiana.node--type-person .button {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
}

.louisiana.node--type-person .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.campuses .button {
  margin-bottom: 0.625rem;
}

.home-hero {
  --video-aspect-ratio: 21/9;
  --container-aspect-ratio: 16/9;
}

@media screen and (min-width: 1440px) {
  .home-hero {
    --container-aspect-ratio: var(--video-aspect-ratio);
  }
}

.home-hero .home-hero__media-wrapper {
  position: relative;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.home-hero #page-header-video-outer-wrapper {
  position: relative;
  aspect-ratio: var(--container-aspect-ratio);
}

.home-hero #page-header-video-outer-wrapper::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .home-hero #page-header-video-outer-wrapper::after {
    display: block;
  }
}

.home-hero #page-header-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.home-hero [data-vimeo-video-id] {
  position: absolute;
  pointer-events: none;
  inset: -1px;
}

.home-hero [data-vimeo-video-id] > iframe {
  width: 100%;
  height: 100%;
  scale: calc((var(--video-aspect-ratio)) / (var(--container-aspect-ratio)));
}

.home-hero .home-hero__video-controls {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  height: 5rem;
  max-height: 50%;
}

.home-hero .home-hero__video-controls-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #202122;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .home-hero .home-hero__video-controls-overlay {
    display: none;
  }
}

.home-hero .home-hero__video-button-outer-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.home-hero .home-hero__video-button-inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: var(--container-max-width);
  padding-left: 1.875rem;
  padding-left: var(--container-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-padding);
}

.home-hero #page-header-video-button {
  margin-left: auto;
  display: block;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 460px) {
  .home-hero #page-header-video-button {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.home-hero #page-header-video-button[data-video-ready] {
  visibility: visible;
  opacity: 1;
}

.home-hero .home-hero__video-button-pause-icon,
.home-hero .home-hero__video-button-play-icon,
.home-hero .home-hero__video-button-loading-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-transition-property: background-color, opacity, visibility;
  transition-property: background-color, opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.home-hero .home-hero__video-button-pause-icon {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMjY3NjEpIj48cGF0aCBkPSJNOSAxNkgxMVY4SDlWMTZaTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyQzIgMTcuNTIgNi40OCAyMiAxMiAyMkMxNy41MiAyMiAyMiAxNy41MiAyMiAxMkMyMiA2LjQ4IDE3LjUyIDIgMTIgMlpNMTIgMjBDNy41OSAyMCA0IDE2LjQxIDQgMTJDNCA3LjU5IDcuNTkgNCAxMiA0QzE2LjQxIDQgMjAgNy41OSAyMCAxMkMyMCAxNi40MSAxNi40MSAyMCAxMiAyMFpNMTMgMTZIMTVWOEgxM1YxNloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNDU4XzI2NzYxIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMjY3NjEpIj48cGF0aCBkPSJNOSAxNkgxMVY4SDlWMTZaTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyQzIgMTcuNTIgNi40OCAyMiAxMiAyMkMxNy41MiAyMiAyMiAxNy41MiAyMiAxMkMyMiA2LjQ4IDE3LjUyIDIgMTIgMlpNMTIgMjBDNy41OSAyMCA0IDE2LjQxIDQgMTJDNCA3LjU5IDcuNTkgNCAxMiA0QzE2LjQxIDQgMjAgNy41OSAyMCAxMkMyMCAxNi40MSAxNi40MSAyMCAxMiAyMFpNMTMgMTZIMTVWOEgxM1YxNloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNDU4XzI2NzYxIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat 50% 50%;
  visibility: hidden;
  opacity: 0;
}

.home-hero .home-hero__video-button-play-icon {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMTQyNzEpIj48cGF0aCBkPSJNMTAgMTYuNUwxNiAxMkwxMCA3LjVWMTYuNVpNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJDMiAxNy41MiA2LjQ4IDIyIDEyIDIyQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyQzIyIDYuNDggMTcuNTIgMiAxMiAyWk0xMiAyMEM3LjU5IDIwIDQgMTYuNDEgNCAxMkM0IDcuNTkgNy41OSA0IDEyIDRDMTYuNDEgNCAyMCA3LjU5IDIwIDEyQzIwIDE2LjQxIDE2LjQxIDIwIDEyIDIwWiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NThfMTQyNzEiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMTQyNzEpIj48cGF0aCBkPSJNMTAgMTYuNUwxNiAxMkwxMCA3LjVWMTYuNVpNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJDMiAxNy41MiA2LjQ4IDIyIDEyIDIyQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyQzIyIDYuNDggMTcuNTIgMiAxMiAyWk0xMiAyMEM3LjU5IDIwIDQgMTYuNDEgNCAxMkM0IDcuNTkgNy41OSA0IDEyIDRDMTYuNDEgNCAyMCA3LjU5IDIwIDEyQzIwIDE2LjQxIDE2LjQxIDIwIDEyIDIwWiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NThfMTQyNzEiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
  visibility: visible;
  opacity: 1;
}

.home-hero .home-hero__video-button-loading-spinner {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMTQyNzEpIj48cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJDMiAxNy41MiA2LjQ4IDIyIDEyIDIyQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyQzIyIDYuNDggMTcuNTIgMiAxMiAyWk0xMiAyMEM3LjU5IDIwIDQgMTYuNDEgNCAxMkM0IDcuNTkgNy41OSA0IDEyIDRDMTYuNDEgNCAyMCA3LjU5IDIwIDEyQzIwIDE2LjQxIDE2LjQxIDIwIDEyIDIwWiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NThfMTQyNzEiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0NThfMTQyNzEpIj48cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJDMiAxNy41MiA2LjQ4IDIyIDEyIDIyQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyQzIyIDYuNDggMTcuNTIgMiAxMiAyWk0xMiAyMEM3LjU5IDIwIDQgMTYuNDEgNCAxMkM0IDcuNTkgNy41OSA0IDEyIDRDMTYuNDEgNCAyMCA3LjU5IDIwIDEyQzIwIDE2LjQxIDE2LjQxIDIwIDEyIDIwWiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NThfMTQyNzEiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.home-hero .home-hero__video-button-loading-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #EDD085;
  background-color: rgba(237, 208, 133, var(--bg-opacity));
  height: 50%;
  width: 50%;
}

.home-hero #page-header-video-button:hover .home-hero__video-button-pause-icon,
.home-hero #page-header-video-button:hover .home-hero__video-button-play-icon, .home-hero #page-header-video-button:focus-visible .home-hero__video-button-pause-icon,
.home-hero #page-header-video-button:focus-visible .home-hero__video-button-play-icon {
  --bg-opacity: 1;
  background-color: #EDD085;
  background-color: rgba(237, 208, 133, var(--bg-opacity));
}

.home-hero #page-header-video-button[data-video-loading] .home-hero__video-button-loading-spinner {
  opacity: 1;
  visibility: visible;
}

.home-hero #page-header-video-button[data-video-loading] .home-hero__video-button-pause-icon,
.home-hero #page-header-video-button[data-video-loading] .home-hero__video-button-play-icon {
  opacity: 0 !important;
  visibility: hidden !important;
}

.home-hero #page-header-video-button[aria-pressed=true] .home-hero__video-button-pause-icon {
  visibility: visible;
  opacity: 1;
}

.home-hero #page-header-video-button[aria-pressed=true] .home-hero__video-button-play-icon {
  visibility: hidden;
  opacity: 0;
}

.home-hero #page-header-video-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 5000ms;
          transition-duration: 5000ms;
}

.home-hero #page-header-video-image-overlay * {
  height: 100%;
  width: 100%;
}

.home-hero #page-header-video-image-overlay img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero #page-header-video-image-overlay[data-video-started] {
  opacity: 0;
  visibility: hidden;
}

.home-hero .home-hero__media-wrapper .home-hero__content-wrapper {
  max-width: 52rem;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.home-hero .home-hero__media-wrapper .home-hero__content-wrapper .button {
  background-color: transparent;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.home-hero .home-hero__media-wrapper .home-hero__content-wrapper .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.home-hero .home-hero__media-wrapper .home-hero__content-wrapper .link--fancy-list {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.home-hero .home-hero__content-wrapper h1 {
  font-size: 1.125rem;
}

@media (min-width: 460px) {
  .home-hero .home-hero__content-wrapper h1 {
    font-size: 1.25rem;
  }
}

.home-hero .home-hero__content-wrapper h1 + p {
  line-height: 1.15;
}

.home-hero .home-hero__content-wrapper .home-hero__body {
  font-size: 1.125rem;
}

@media (min-width: 460px) {
  .home-hero .home-hero__content-wrapper .home-hero__body {
    font-size: 1.25rem;
  }
}

.media-contacts .media-contact {
  border-bottom-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
}

.media-contacts .media-contact:last-of-type {
  border-bottom-width: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}

.page {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr minmax(16.25rem, 71.5rem) 1fr;
  grid-template-rows: -webkit-max-content minmax(1fr, -webkit-max-content) -webkit-max-content;
  grid-template-rows: max-content minmax(1fr, max-content) max-content;
  grid-template-areas: "header header header" "body   body   body  " "footer footer footer";
}

.page > header {
  grid-area: header;
}

.page .page__content {
  grid-area: body;
}

.page > footer {
  grid-area: footer;
}

.node--type-person .person--name {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
}

.node--type-person .download-cv {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.publications table .views-field-field-citation a {
  word-break: break-all !important;
}

.nc-placeholder {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  text-align: center;
  border-width: 0.375rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  padding: 2.5rem;
}

.form-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-item [type=text],
.form-item [type=password],
.form-item [type=email],
.form-item [type=number],
.form-item [type=date],
.form-item textarea {
  font-size: 1.125rem;
  padding: 0.625rem;
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #e2e2e3;
  border-color: rgba(226, 226, 227, var(--border-opacity));
  width: 100%;
}

.form-item label {
  display: inline-block;
  min-width: 6.25rem;
  font-weight: 700;
  margin-right: 0.625rem;
  font-size: 1.125rem;
}

.form-item select {
  height: 3.125rem;
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #e2e2e3;
  border-color: rgba(226, 226, 227, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
}

.form-item .description {
  font-style: italic;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.form-item .chosen-single {
  height: 48px !important;
  border-width: 1px !important;
  border-color: #e2e2e3 !important;
  background: none !important;
  color: black !important;
  padding: 10px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: default !important;
  text-decoration: none !important;
  line-height: 24px !important;
}

.form-item .chosen-single div {
  display: none !important;
}

.form-actions {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-actions .button {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  border-width: 0.0625rem;
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-width: 15.625rem;
  min-height: 3.125rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.form-actions .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.webform-submission-form {
  max-width: 100%;
}

@media (min-width: 768px) {
  .webform-submission-form .form-item input,
  .webform-submission-form .form-item textarea {
    width: 600px;
  }
}

.webform-submission-form .form-item label {
  display: block;
  margin-bottom: 0.625rem;
}

.views-exposed-form {
  margin-bottom: 1.25rem;
}

.views-exposed-form .form-item label {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .views-exposed-form .form-item {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  }
}

@media (min-width: 1024px) {
  .views-exposed-form .form-item {
    grid-template-columns: repeat(4, 1fr);
  }
}

.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] {
  grid-row-gap: 0 !important;
}

@media (min-width: 1024px) {
}

@media (min-width: 1024px) {
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] {
  grid-template-areas: "campus" "class" "type" "sort" "order" "button";
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item-campus {
  grid-area: campus;
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item-class {
  grid-area: class;
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item-type {
  grid-area: type;
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item-sort-by {
  grid-area: sort;
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item-sort-order {
  grid-area: order;
}

.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-actions {
  grid-area: button;
}

@media (min-width: 768px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] {
    grid-template-areas: "campus class type" "sort order ." "button . .";
  }
}

.pager__item.is-active {
  margin: 0rem;
  position: relative;
  top: -3px;
}

.button {
  border-width: 0;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: center;
  font-weight: 700;
  border-width: 0.1875rem;
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.button:hover {
  background-color: transparent;
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.button.button--content {
  width: 15.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.button.button--ghost, .feature.feature--dark .feature__content .button, .feature.feature--gradient .feature__content .button, .callout-box.color-background .button, .virginia.feature--campus.feature--dark .button, .carolinas.feature--campus.feature--dark .button, .auburn.feature--campus.feature--dark .button, .louisiana.feature--campus.feature--dark .button {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 0.1875rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.button.button--ghost:hover, .feature.feature--dark .feature__content .button:hover, .feature.feature--gradient .feature__content .button:hover, .callout-box.color-background .button:hover, .virginia.feature--campus.feature--dark .button:hover, .carolinas.feature--campus.feature--dark .button:hover, .auburn.feature--campus.feature--dark .button:hover, .louisiana.feature--campus.feature--dark .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.button.button--transparent, .quote-slider .button, .mixed-media-grid .button, .slab.slab--maroon .button, .slab.slab--blue .button {
  background-color: transparent;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.button.button--transparent:hover, .quote-slider .button:hover, .mixed-media-grid .button:hover, .slab.slab--maroon .button:hover, .slab.slab--blue .button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.button.button--grid {
  min-width: 100%;
}

a.link--default {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.link--default:hover {
  --text-opacity: 1;
  color: #8f9ebd;
  color: rgba(143, 158, 189, var(--text-opacity));
}

a.link--underlined {
  text-decoration: underline;
}

a.link--underlined:hover {
  text-decoration: none;
  font-weight: 700;
}

a.link--fancy {
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
  text-decoration: underline;
  line-height: 2;
  margin-bottom: 0.625rem;
}

a.link--fancy::before {
  content: "\ea61";
  font-family: iconfont;
  padding-right: 0.3125rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  display: inline-block;
  font-size: 0.75em;
  --transform-translate-y: .2em;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

a.link--fancy:hover::before {
  --transform-translate-x: 0.3125rem;
}

a.link--fancy:before {
  display: inline-block;
  text-decoration: none;
}

a.link--button {
  display: inline-block;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

a.link--default-list {
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  text-decoration: underline;
}

a.link--fancy-list {
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
}

a.link--fancy-list::before {
  content: "\ea08";
  font-family: iconfont;
  padding-right: 0.3125rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  display: inline-block;
  font-size: 0.75em;
  --transform-translate-y: .2em;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

a.link--fancy-list:hover::before {
  --transform-translate-x: 0.3125rem;
}

ol {
  counter-reset: list;
}

ol > li {
  margin-left: 2.5rem;
}

.editorial ol li,
.decimal li {
  position: relative;
}

.editorial ol li::before,
.decimal li::before {
  position: absolute;
  left: -40px;
  width: calc(40px - 0.3rem);
  text-align: right;
}

.editorial ol > li::before,
.decimal > li::before {
  font-weight: 700;
  counter-increment: list;
  content: counter(list, decimal) ") ";
}

.editorial ol li > ol,
.decimal li > ol {
  counter-reset: list;
}

.editorial ol li > ol > li::before,
.decimal li > ol > li::before {
  content: counter(list, lower-alpha) ") ";
}

.editorial ol.roman li,
.roman li {
  position: relative;
}

.editorial ol.roman li::before,
.roman li::before {
  position: absolute;
  left: -40px;
  width: calc(40px - 0.3rem);
  text-align: right;
}

.editorial ol.roman > li:before,
.roman > li:before {
  font-weight: 700;
  counter-increment: list;
  content: counter(list, upper-roman) ". ";
}

.editorial ol.roman li > ol,
.roman li > ol {
  counter-reset: list;
}

.editorial ol.roman li > ol > li::before,
.roman li > ol > li::before {
  content: counter(list, lower-roman) ") ";
}

.list--vertical {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--vertical li {
  margin: 0.3em 0;
  padding-right: 5px;
}

.list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
}

.list--horizontal li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.list--columns, .menu--columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

@media (min-width: 768px) {
  .list--columns, .menu--columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1024px) {
  .list--columns, .menu--columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 1280px) {
  .list--columns, .menu--columns {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.list--bullets, .cke_editable ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table),
.editorial ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table), .cke_editable ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) ul,
.editorial ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) ul, .list--bullets ul {
  list-style-position: initial;
  margin-left: 1.25rem;
  list-style-type: disc;
}

.page__banner:not(.image--hero):not(.gradient) {
  height: 175px;
  border-bottom-width: 0.375rem;
}

@media (min-width: 1280px) {
  .page__banner:not(.image--hero):not(.gradient) {
    height: auto;
    max-height: 210px;
  }
}

.page__banner:not(.image--hero):not(.gradient) img {
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .page__banner:not(.image--hero):not(.gradient) img {
    max-height: 210px;
  }
}

.page__banner.image--hero {
  height: 100%;
  position: relative;
}

.page__banner.image--hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__banner.gradient .banner__main {
  position: relative;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .page__banner.gradient .banner__main {
    padding-top: 6rem;
  }
}

.page__banner.gradient .decorative-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: var(--gradient-trio-maroon-purple-blue, linear-gradient(90deg, var(--color-maroon-light, #83003F) 0%, var(--color-purple, #654F90) 50%, var(--color-blue-light, #1F3D7B) 100%));
}

.page__banner.gradient .decorative-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 0.2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='260' viewBox='0 0 1440 260' fill='none'%3E%3Cpath d='M1101.93 -278.988L1101.5 -277.312L1101.08 -275.672C1096.88 -258.694 1094.28 -241.097 1093.46 -223.036L1094.05 -222.971C1100.17 -222.159 1104.9 -216.909 1104.9 -210.575C1104.9 -204.241 1100.17 -198.991 1094.05 -198.18L1093.46 -198.115L1093.6 -195.386C1096.78 -138.135 1117.81 -85.5899 1151.22 -43.2178C1152.28 -41.8674 1153.37 -40.5142 1154.46 -39.1846L1155.63 -37.7627C1167.81 -23.1026 1181.49 -9.75473 1196.46 2.05762C1197.81 3.1225 1199.18 4.18353 1200.55 5.22363L1202.31 6.54785C1211.15 13.1355 1220.39 19.2014 1230.01 24.6934C1229.66 25.0896 1229.36 25.5126 1229.1 25.9629C1220.3 20.9334 1211.83 15.4353 1203.69 9.4873C1202.49 8.61829 1201.31 7.74017 1200.14 6.84863C1193.97 2.19247 1188.01 -2.72104 1182.26 -7.87402C1213.2 27.551 1233.48 72.506 1238.09 121.947C1240.12 120.864 1242.44 120.249 1244.91 120.249C1252.93 120.249 1259.45 126.778 1259.45 134.802C1259.45 136.726 1259.07 138.564 1258.39 140.247C1279.26 151.056 1298.4 164.74 1315.31 180.772C1315.43 180.638 1315.56 180.508 1315.68 180.378C1316 180.031 1316.44 179.86 1316.88 179.86C1317.28 179.86 1317.68 180.004 1318 180.306C1318.67 180.927 1318.7 181.967 1318.08 182.629C1317.95 182.773 1317.81 182.913 1317.68 183.053H1317.68C1341.14 205.902 1360.12 233.344 1373.14 263.91L1373.15 263.911V263.912L1374.93 264.125C1379.1 264.606 1383.31 264.979 1387.5 265.235C1388.28 265.285 1388.88 265.961 1388.83 266.744C1388.78 267.496 1388.15 268.076 1387.41 268.076L1387.32 268.072C1383.02 267.811 1378.69 267.424 1374.41 266.929L1374.53 267.217C1386.37 296.179 1392.91 327.86 1392.91 361.039C1392.91 391.129 1387.53 419.987 1377.69 446.702C1377.75 446.872 1377.76 447.057 1377.72 447.243C1377.66 447.566 1377.47 447.832 1377.21 447.997C1341.91 542.233 1250.96 609.487 1144.61 609.487C1007.69 609.487 896.305 498.033 896.301 361.039C896.301 355.532 896.481 350.066 896.836 344.646C826.413 305.212 778.703 229.826 778.7 143.496C778.7 125.425 780.791 107.834 784.743 90.9512C778.762 82.6198 772.411 74.571 765.713 66.8301C765.987 66.1772 766.267 65.5109 766.551 64.8535C773.151 72.4404 779.419 80.3243 785.335 88.4805C788.839 74.2266 793.673 60.4902 799.697 47.4111C776.835 25.2106 762.331 -5.55554 761.437 -39.6641C761.54 -39.6546 761.644 -39.6494 761.752 -39.6494C761.887 -39.6494 762.022 -39.6581 762.152 -39.6738C763.045 -5.85529 777.389 24.6643 800.018 46.7207C836.081 -30.8982 914.119 -85.1982 1004.78 -86.7988C996.45 -109.087 981.956 -128.391 963.383 -142.617C963.54 -142.795 963.685 -142.99 963.802 -143.199C982.556 -128.839 997.176 -109.334 1005.54 -86.8105C1006.66 -86.8266 1007.78 -86.835 1008.9 -86.835C1066.97 -86.8353 1120.09 -65.2054 1160.63 -29.5742C1156.82 -33.8534 1153.14 -38.2523 1149.6 -42.7666C1148.69 -43.9259 1147.78 -45.0969 1146.89 -46.2715C1114.58 -88.8636 1094.49 -141.229 1091.91 -198.08L1091.6 -198.097C1085.08 -198.511 1079.91 -203.951 1079.91 -210.575C1079.91 -217.304 1085.25 -222.811 1091.91 -223.07C1092.76 -241.667 1095.47 -259.772 1099.88 -277.224C1100.02 -277.78 1100.16 -278.339 1100.3 -278.896V-278.897C1100.16 -278.339 1100.02 -277.781 1099.88 -277.224C1099.04 -277.26 1098.36 -277.916 1098.31 -278.764C1098.25 -279.671 1098.94 -280.453 1099.84 -280.511C1100.14 -280.53 1100.44 -280.548 1100.74 -280.566C1101.28 -280.599 1101.83 -280.63 1102.37 -280.66C1102.22 -280.105 1102.07 -279.547 1101.93 -278.988ZM1257.8 141.532C1255.37 146.18 1250.5 149.358 1244.9 149.358C1242.82 149.358 1240.84 148.917 1239.04 148.124C1237.9 206.14 1215.2 258.963 1178.66 298.897C1179.56 300.623 1180.48 302.338 1181.42 304.035C1181.73 304.589 1181.53 305.287 1180.97 305.593C1180.79 305.687 1180.61 305.737 1180.42 305.737C1180.02 305.737 1179.62 305.521 1179.42 305.143C1178.6 303.668 1177.8 302.179 1177.01 300.682C1134.97 345.667 1075.16 373.826 1008.9 373.826C968.803 373.826 931.07 363.516 898.207 345.407C897.883 350.577 897.718 355.789 897.718 361.039C897.718 497.254 1008.47 608.074 1144.61 608.074C1250.16 608.074 1340.45 541.45 1375.69 448.023C1370.06 446.944 1364.41 445.685 1358.86 444.267C1358.25 444.109 1357.88 443.487 1358.04 442.875C1358.19 442.258 1358.81 441.89 1359.43 442.047C1365.05 443.484 1370.79 444.76 1376.5 445.846C1386.2 419.386 1391.49 390.819 1391.49 361.039C1391.49 327.66 1384.84 295.806 1372.8 266.734C1372.69 266.721 1372.58 266.708 1372.47 266.694C1371.69 266.6 1371.14 265.888 1371.24 265.109C1371.28 264.74 1371.47 264.421 1371.73 264.2C1358.79 233.92 1339.96 206.732 1316.71 184.08C1313.2 187.763 1309.55 191.383 1305.86 194.854C1305.54 195.156 1305.13 195.3 1304.73 195.3C1304.29 195.3 1303.86 195.129 1303.53 194.782C1302.91 194.12 1302.94 193.076 1303.6 192.454C1307.26 189.019 1310.86 185.443 1314.33 181.796C1297.54 165.87 1278.52 152.275 1257.8 141.532ZM307.939 563.2C308.439 563.182 308.854 563.57 308.872 564.069C308.89 564.565 308.502 564.983 308.005 565.001C304.556 565.123 301.053 565.19 297.594 565.19C297.097 565.19 296.694 564.785 296.693 564.29C296.693 563.795 297.096 563.39 297.593 563.39C301.03 563.39 304.512 563.326 307.939 563.2ZM276.917 562.65C280.336 562.898 283.812 563.083 287.249 563.205C287.745 563.223 288.134 563.642 288.116 564.137C288.099 564.623 287.699 565.006 287.217 565.006H287.185C283.727 564.884 280.228 564.695 276.788 564.447C276.292 564.411 275.92 563.983 275.955 563.483C275.991 562.988 276.417 562.61 276.917 562.65ZM328.575 561.701C329.066 561.652 329.513 562.007 329.567 562.502C329.621 562.993 329.264 563.439 328.771 563.493C325.342 563.867 321.852 564.186 318.401 564.434L318.336 564.438C317.868 564.438 317.474 564.073 317.439 563.601C317.404 563.105 317.776 562.674 318.271 562.638C321.7 562.39 325.167 562.075 328.575 561.701ZM256.35 560.422C259.743 560.913 263.196 561.354 266.613 561.724C267.107 561.778 267.465 562.223 267.411 562.714C267.361 563.177 266.971 563.519 266.518 563.52L266.419 563.516C262.98 563.142 259.505 562.7 256.091 562.2C255.599 562.128 255.258 561.673 255.33 561.183C255.402 560.688 255.857 560.345 256.35 560.422ZM349.045 558.707C349.535 558.617 350.003 558.941 350.093 559.432C350.182 559.922 349.859 560.39 349.37 560.48C345.974 561.102 342.519 561.674 339.098 562.174C339.054 562.183 339.009 562.183 338.966 562.183C338.526 562.182 338.142 561.862 338.076 561.412C338.005 560.922 338.345 560.463 338.837 560.396C342.236 559.896 345.671 559.328 349.045 558.707ZM234.926 557.374C235.033 556.888 235.514 556.582 235.999 556.689C239.351 557.432 242.764 558.121 246.141 558.742C246.629 558.832 246.954 559.301 246.864 559.792C246.785 560.224 246.406 560.53 245.979 560.53C245.926 560.53 245.871 560.525 245.816 560.512C242.418 559.89 238.984 559.198 235.61 558.45C235.125 558.342 234.819 557.86 234.926 557.374ZM369.241 554.222C369.721 554.096 370.213 554.384 370.339 554.866C370.464 555.348 370.177 555.839 369.696 555.965C366.354 556.838 362.948 557.657 359.574 558.409C359.509 558.423 359.443 558.432 359.378 558.432C358.965 558.432 358.594 558.143 358.501 557.725C358.393 557.238 358.7 556.756 359.185 556.648C362.537 555.906 365.92 555.086 369.241 554.222ZM214.857 552.078C215 551.601 215.502 551.332 215.978 551.476C219.264 552.462 222.617 553.402 225.941 554.267C226.422 554.393 226.71 554.884 226.585 555.365C226.48 555.77 226.114 556.041 225.715 556.041C225.64 556.041 225.563 556.032 225.487 556.01C222.142 555.141 218.768 554.194 215.461 553.199C214.985 553.06 214.715 552.555 214.857 552.078ZM389.054 548.261C389.524 548.099 390.036 548.35 390.196 548.823C390.357 549.291 390.105 549.804 389.635 549.962C386.365 551.079 383.029 552.15 379.721 553.146C379.634 553.173 379.547 553.187 379.461 553.187C379.074 553.187 378.717 552.934 378.6 552.542C378.457 552.069 378.726 551.565 379.202 551.421C382.489 550.435 385.805 549.368 389.054 548.261ZM195.174 545.302C195.352 544.834 195.873 544.604 196.336 544.779C199.551 546.008 202.834 547.197 206.094 548.31C206.564 548.467 206.816 548.981 206.655 549.453C206.528 549.827 206.178 550.062 205.803 550.062C205.707 550.061 205.609 550.048 205.513 550.012C202.232 548.895 198.928 547.702 195.693 546.464C195.229 546.284 194.996 545.766 195.174 545.302ZM408.346 540.867C408.803 540.674 409.332 540.885 409.526 541.344C409.721 541.803 409.508 542.33 409.051 542.523C405.88 543.874 402.642 545.185 399.426 546.419C399.32 546.459 399.211 546.478 399.104 546.478C398.742 546.478 398.4 546.256 398.264 545.9C398.086 545.432 398.318 544.914 398.782 544.734C401.977 543.51 405.195 542.209 408.346 540.867ZM176.055 537.094C176.266 536.643 176.803 536.45 177.253 536.661C180.37 538.124 183.554 539.547 186.718 540.894C187.175 541.087 187.389 541.619 187.194 542.078C187.049 542.42 186.715 542.623 186.365 542.623C186.248 542.623 186.128 542.6 186.014 542.551C182.829 541.195 179.624 539.763 176.487 538.291C176.038 538.079 175.844 537.544 176.055 537.094ZM427.026 532.091C427.467 531.866 428.012 532.037 428.237 532.479C428.467 532.92 428.291 533.465 427.851 533.694C424.786 535.275 421.649 536.814 418.53 538.282C418.404 538.341 418.274 538.368 418.148 538.368C417.81 538.368 417.487 538.174 417.333 537.851C417.122 537.4 417.315 536.864 417.765 536.652C420.862 535.193 423.98 533.662 427.026 532.091ZM157.601 527.508C157.844 527.071 158.392 526.918 158.826 527.161C161.827 528.85 164.897 530.507 167.951 532.078C168.393 532.308 168.566 532.852 168.339 533.293C168.18 533.604 167.864 533.779 167.538 533.779C167.399 533.779 167.259 533.748 167.127 533.681C164.054 532.096 160.964 530.43 157.944 528.732C157.511 528.489 157.357 527.94 157.601 527.508ZM445.026 521.965C445.454 521.708 446.008 521.838 446.265 522.262C446.526 522.689 446.39 523.243 445.967 523.5C443.024 525.301 440.009 527.071 437.003 528.764C436.864 528.84 436.711 528.881 436.562 528.881C436.248 528.881 435.941 528.714 435.774 528.422C435.531 527.985 435.685 527.436 436.121 527.192C439.104 525.513 442.106 523.752 445.026 521.965ZM139.906 516.598C140.181 516.183 140.74 516.071 141.154 516.346C144.016 518.246 146.955 520.119 149.891 521.915C150.315 522.176 150.448 522.73 150.188 523.153C150.019 523.432 149.723 523.586 149.42 523.586C149.26 523.586 149.098 523.54 148.951 523.45C145.997 521.645 143.039 519.758 140.159 517.845C139.745 517.57 139.631 517.012 139.906 516.598ZM462.257 510.546C462.657 510.258 463.22 510.352 463.513 510.753C463.801 511.158 463.706 511.721 463.301 512.009C460.497 514.021 457.613 516.008 454.737 517.917C454.585 518.016 454.414 518.065 454.243 518.065C453.951 518.065 453.667 517.921 453.491 517.66C453.217 517.246 453.329 516.688 453.743 516.413C456.601 514.522 459.467 512.545 462.257 510.546ZM123.062 504.436C123.366 504.04 123.931 503.967 124.324 504.273C127.044 506.381 129.838 508.461 132.628 510.46C133.032 510.753 133.124 511.315 132.835 511.721C132.659 511.964 132.383 512.095 132.104 512.095C131.922 512.095 131.738 512.04 131.579 511.928C128.772 509.911 125.96 507.817 123.223 505.696C122.83 505.395 122.757 504.827 123.062 504.436ZM478.615 497.897C478.998 497.583 479.564 497.632 479.884 498.015C480.199 498.397 480.149 498.964 479.767 499.284C477.112 501.495 474.38 503.684 471.648 505.8C471.486 505.926 471.293 505.984 471.1 505.984C470.83 505.984 470.564 505.867 470.389 505.638C470.083 505.242 470.155 504.679 470.551 504.373C473.264 502.275 475.978 500.095 478.615 497.897ZM242.52 135.797C242.859 136.612 243.194 137.436 243.521 138.255C250.57 155.924 254.938 174.936 256.135 194.797C260.385 194.441 264.683 194.257 269.023 194.257C318.345 194.257 362.293 217.708 390.322 254.05C390.335 253.62 390.347 253.191 390.362 252.763C390.496 252.754 390.631 252.749 390.767 252.749C390.982 252.749 391.196 252.759 391.406 252.781C391.375 253.645 391.352 254.51 391.333 255.376C410.684 281.035 422.171 312.948 422.171 347.496C422.175 431.993 353.47 500.741 269.023 500.741C184.576 500.741 115.873 431.993 115.872 347.496C115.872 296.782 140.621 251.744 178.668 223.837C183.64 197.57 191.654 172.365 202.324 148.607C202.662 149.431 202.996 150.265 203.322 151.098C193.357 173.617 185.791 197.426 180.947 222.198C202.304 207.124 227.668 197.371 255.097 194.886C253.969 176.12 249.991 158.117 243.585 141.294L242.928 139.593C242.602 138.76 242.267 137.927 241.93 137.103C242.128 136.661 242.32 136.238 242.52 135.797ZM269.023 195.131C264.701 195.131 260.42 195.314 256.188 195.669C256.222 196.289 256.255 196.911 256.283 197.533C256.174 197.529 256.062 197.524 255.952 197.524C255.712 197.524 255.475 197.538 255.24 197.556C255.213 196.956 255.182 196.357 255.148 195.759C227.568 198.263 202.088 208.155 180.706 223.438C176.762 244.023 174.696 265.267 174.696 286.984C174.696 298.52 175.278 309.916 176.416 321.159H174.477C173.345 309.916 172.767 298.52 172.767 286.984C172.767 265.853 174.713 245.167 178.434 225.097C141.029 252.885 116.745 297.406 116.745 347.496C116.745 431.512 185.057 499.867 269.024 499.867C352.99 499.867 421.302 431.511 421.298 347.496C421.3 313.545 410.144 282.152 391.308 256.794C391.296 257.652 391.288 258.512 391.288 259.373C391.288 261.579 391.328 263.781 391.406 265.969C391.196 265.987 390.982 266.001 390.767 266.001C390.631 266.001 390.496 265.996 390.362 265.987C390.284 263.794 390.245 261.588 390.245 259.377C390.245 258.061 390.26 256.747 390.288 255.438C362.451 218.816 318.45 195.131 269.023 195.131ZM107.151 491.081C107.483 490.712 108.052 490.68 108.422 491.014C110.978 493.31 113.613 495.588 116.252 497.79C116.634 498.105 116.685 498.672 116.367 499.055C116.189 499.271 115.933 499.379 115.676 499.379C115.472 499.379 115.267 499.311 115.1 499.172C112.443 496.957 109.793 494.661 107.221 492.355C106.851 492.022 106.819 491.455 107.151 491.081ZM494.019 484.093C494.379 483.746 494.95 483.76 495.292 484.115C495.638 484.475 495.625 485.043 495.27 485.39C492.781 487.785 490.216 490.171 487.642 492.477C487.471 492.63 487.254 492.706 487.043 492.706C486.796 492.706 486.548 492.607 486.373 492.409C486.04 492.035 486.071 491.468 486.44 491.135C488.996 488.843 491.548 486.475 494.019 484.093ZM92.2588 476.618C92.6165 476.272 93.1861 476.281 93.5312 476.641C95.9117 479.112 98.3726 481.576 100.846 483.962C101.203 484.309 101.214 484.876 100.869 485.236C100.692 485.416 100.456 485.511 100.221 485.511C99.9958 485.511 99.7707 485.425 99.5957 485.259C97.1072 482.854 94.6311 480.378 92.2354 477.888C91.8903 477.532 91.9011 476.96 92.2588 476.618ZM508.392 469.197C508.725 468.824 509.291 468.797 509.66 469.126C510.029 469.459 510.061 470.027 509.732 470.4C507.424 472.971 505.034 475.537 502.636 478.027C502.46 478.207 502.221 478.302 501.987 478.302C501.762 478.302 501.538 478.216 501.362 478.05C501.007 477.703 500.993 477.131 501.34 476.775C503.725 474.303 506.097 471.75 508.392 469.197ZM78.459 461.115C78.8401 460.796 79.4084 460.845 79.7266 461.228C81.9253 463.871 84.2 466.506 86.4883 469.059C86.8196 469.428 86.7889 469.999 86.4189 470.332C86.2471 470.485 86.0316 470.562 85.8184 470.562C85.5713 470.562 85.3252 470.459 85.1475 470.261C82.8449 467.69 80.5563 465.042 78.3438 462.381C78.0256 461.998 78.0769 461.43 78.459 461.115ZM521.648 453.29C521.95 452.898 522.517 452.826 522.908 453.128C523.304 453.434 523.376 453.996 523.07 454.393C520.955 457.126 518.759 459.859 516.545 462.516C516.365 462.732 516.113 462.84 515.853 462.84C515.65 462.84 515.447 462.772 515.276 462.633C514.898 462.313 514.845 461.746 515.164 461.363C517.365 458.725 519.547 456.005 521.648 453.29ZM65.8262 444.658C66.2307 444.366 66.7917 444.46 67.0811 444.865C69.0772 447.652 71.1538 450.444 73.2539 453.159C73.5581 453.555 73.4865 454.119 73.0928 454.425C72.929 454.551 72.735 454.613 72.543 454.613C72.274 454.613 72.0073 454.492 71.8301 454.263C69.7164 451.53 67.627 448.719 65.6182 445.914C65.3286 445.509 65.4221 444.946 65.8262 444.658ZM1447.71 450.291C1448.34 450.242 1448.89 450.728 1448.93 451.362C1448.96 451.993 1448.49 452.537 1447.86 452.578C1441.92 452.947 1435.89 453.137 1429.92 453.142C1429.29 453.142 1428.77 452.628 1428.77 451.993C1428.77 451.363 1429.28 450.85 1429.92 450.85C1435.84 450.845 1441.83 450.656 1447.71 450.291ZM1394.4 448.661C1400.26 449.391 1406.22 449.944 1412.12 450.305C1412.75 450.345 1413.23 450.89 1413.19 451.521C1413.16 452.128 1412.65 452.597 1412.05 452.597H1411.98C1406.03 452.227 1400.02 451.669 1394.11 450.935C1393.49 450.858 1393.04 450.286 1393.12 449.656C1393.19 449.026 1393.77 448.585 1394.4 448.661ZM1483.02 445.852C1483.64 445.735 1484.24 446.144 1484.36 446.766C1484.47 447.387 1484.07 447.985 1483.45 448.103C1477.6 449.215 1471.64 450.156 1465.72 450.899C1465.67 450.908 1465.62 450.908 1465.57 450.908C1465.01 450.908 1464.51 450.485 1464.44 449.904C1464.36 449.278 1464.81 448.706 1465.43 448.625C1471.31 447.887 1477.22 446.955 1483.02 445.852ZM533.717 436.454C533.991 436.04 534.55 435.927 534.964 436.202C535.378 436.477 535.495 437.035 535.216 437.449C533.308 440.331 531.314 443.222 529.298 446.031C529.122 446.279 528.848 446.409 528.564 446.409C528.385 446.409 528.2 446.351 528.043 446.238C527.638 445.95 527.548 445.388 527.836 444.982C529.838 442.186 531.818 439.318 533.717 436.454ZM1517.48 437.008C1518.09 436.81 1518.74 437.143 1518.93 437.742C1519.12 438.346 1518.79 438.994 1518.2 439.188C1512.53 441.029 1506.73 442.718 1500.96 444.199C1500.87 444.222 1500.77 444.235 1500.67 444.235C1500.16 444.235 1499.7 443.888 1499.57 443.37C1499.41 442.758 1499.78 442.132 1500.39 441.975C1506.11 440.507 1511.86 438.836 1517.48 437.008ZM1324.07 431.704C1324.29 431.114 1324.96 430.826 1325.55 431.061C1331.06 433.24 1336.71 435.27 1342.33 437.094C1342.93 437.292 1343.26 437.936 1343.07 438.539C1342.91 439.025 1342.46 439.332 1341.98 439.332C1341.86 439.332 1341.74 439.313 1341.62 439.277C1335.95 437.436 1330.26 435.392 1324.71 433.194C1324.12 432.96 1323.83 432.294 1324.07 431.704ZM54.4268 427.332C54.8511 427.075 55.4049 427.206 55.6641 427.634C57.4523 430.556 59.3199 433.491 61.2148 436.351C61.4898 436.765 61.3764 437.323 60.9619 437.598C60.8094 437.701 60.6368 437.751 60.4658 437.751C60.1742 437.751 59.8885 437.607 59.7148 437.346C57.8078 434.469 55.928 431.515 54.1289 428.57C53.8693 428.147 54.0029 427.593 54.4268 427.332ZM1550.54 423.892C1551.11 423.622 1551.8 423.865 1552.07 424.441C1552.34 425.013 1552.09 425.693 1551.52 425.963C1546.14 428.502 1540.61 430.902 1535.08 433.1C1534.94 433.154 1534.8 433.181 1534.66 433.181C1534.2 433.181 1533.77 432.906 1533.59 432.456C1533.36 431.866 1533.64 431.2 1534.23 430.966C1539.72 428.791 1545.2 426.409 1550.54 423.892ZM544.535 418.772C544.778 418.34 545.327 418.187 545.759 418.43C546.191 418.673 546.344 419.222 546.102 419.659C544.405 422.671 542.628 425.702 540.823 428.655C540.652 428.93 540.355 429.083 540.054 429.083C539.892 429.083 539.729 429.043 539.585 428.953C539.162 428.692 539.027 428.138 539.288 427.715C541.084 424.779 542.848 421.771 544.535 418.772ZM1291.76 416.327C1292.06 415.774 1292.76 415.571 1293.31 415.877C1298.5 418.727 1303.84 421.456 1309.19 423.978C1309.76 424.248 1310.01 424.928 1309.74 425.504C1309.54 425.918 1309.13 426.161 1308.7 426.161C1308.54 426.161 1308.37 426.126 1308.21 426.054C1302.82 423.51 1297.43 420.763 1292.21 417.886C1291.65 417.58 1291.45 416.881 1291.76 416.327ZM44.3262 409.235C44.768 409.006 45.3104 409.182 45.5381 409.623C47.1063 412.667 48.7549 415.728 50.4365 418.718C50.6804 419.15 50.5261 419.699 50.0928 419.942C49.9533 420.023 49.8017 420.06 49.6523 420.06C49.3379 420.059 49.0323 419.893 48.8672 419.601C47.1748 416.593 45.517 413.513 43.9385 410.446C43.7114 410.005 43.8843 409.46 44.3262 409.235ZM1581.68 406.723C1582.21 406.381 1582.92 406.539 1583.26 407.074C1583.6 407.61 1583.44 408.317 1582.91 408.659C1577.89 411.852 1572.7 414.931 1567.48 417.809C1567.31 417.903 1567.12 417.948 1566.93 417.948C1566.53 417.948 1566.14 417.737 1565.93 417.354C1565.62 416.801 1565.82 416.107 1566.38 415.801C1571.55 412.946 1576.7 409.893 1581.68 406.723ZM554.03 400.338C554.242 399.892 554.778 399.699 555.228 399.91C555.677 400.122 555.871 400.658 555.659 401.108C554.188 404.242 552.635 407.394 551.051 410.47C550.889 410.78 550.574 410.96 550.25 410.96C550.111 410.96 549.971 410.928 549.836 410.856C549.395 410.631 549.224 410.087 549.449 409.646C551.024 406.588 552.568 403.458 554.03 400.338ZM1261.65 397.02C1262.02 396.506 1262.74 396.394 1263.25 396.768C1268.03 400.244 1272.99 403.621 1277.98 406.791C1278.51 407.133 1278.67 407.84 1278.33 408.376C1278.12 408.718 1277.74 408.907 1277.36 408.907C1277.15 408.907 1276.94 408.848 1276.75 408.727C1271.72 405.53 1266.72 402.126 1261.9 398.618C1261.39 398.249 1261.28 397.528 1261.65 397.02ZM35.5801 390.455C36.0366 390.262 36.5652 390.473 36.7598 390.932C38.1021 394.083 39.5213 397.254 40.9775 400.356C41.1889 400.807 40.9954 401.342 40.5459 401.554C40.4222 401.612 40.2918 401.64 40.1641 401.64C39.8262 401.64 39.5022 401.451 39.3486 401.122C37.883 398.002 36.4549 394.813 35.1045 391.639C34.9095 391.18 35.1225 390.653 35.5801 390.455ZM1610.44 385.781C1610.93 385.376 1611.65 385.443 1612.06 385.93C1612.46 386.42 1612.39 387.141 1611.9 387.546C1607.32 391.346 1602.55 395.048 1597.73 398.556C1597.53 398.704 1597.3 398.776 1597.06 398.776C1596.71 398.776 1596.36 398.613 1596.14 398.303C1595.76 397.794 1595.87 397.074 1596.39 396.705C1601.17 393.224 1605.89 389.55 1610.44 385.781ZM562.152 381.247C562.332 380.783 562.85 380.549 563.313 380.729C563.781 380.905 564.011 381.427 563.836 381.891C562.598 385.128 561.279 388.388 559.925 391.576C559.776 391.918 559.444 392.125 559.093 392.125C558.976 392.125 558.859 392.099 558.742 392.054C558.288 391.856 558.072 391.328 558.27 390.869C559.615 387.704 560.924 384.466 562.152 381.247ZM1234.2 374.105C1234.64 373.646 1235.36 373.624 1235.82 374.057C1240.13 378.104 1244.63 382.071 1249.18 385.84C1249.67 386.241 1249.74 386.966 1249.33 387.452C1249.11 387.727 1248.78 387.87 1248.45 387.87C1248.19 387.87 1247.93 387.78 1247.72 387.604C1243.13 383.804 1238.6 379.81 1234.25 375.727C1233.79 375.294 1233.77 374.569 1234.2 374.105ZM28.2246 371.071C28.6944 370.909 29.2069 371.161 29.3672 371.629C30.4778 374.884 31.6636 378.158 32.8926 381.364C33.0696 381.828 32.8378 382.35 32.374 382.525C32.2678 382.566 32.1589 382.589 32.0518 382.589C31.69 382.589 31.3482 382.368 31.2109 382.008C29.9749 378.78 28.7818 375.488 27.6641 372.215C27.5034 371.742 27.7544 371.233 28.2246 371.071ZM1636.38 361.399C1636.82 360.94 1637.54 360.917 1638 361.35C1638.46 361.782 1638.48 362.507 1638.05 362.971C1633.97 367.316 1629.7 371.589 1625.36 375.668C1625.14 375.875 1624.86 375.979 1624.58 375.979C1624.27 375.978 1623.97 375.857 1623.74 375.614C1623.31 375.155 1623.33 374.43 1623.79 373.998C1628.1 369.95 1632.33 365.713 1636.38 361.399ZM568.854 361.597C568.993 361.12 569.497 360.85 569.974 360.994C570.451 361.138 570.721 361.638 570.577 362.115C569.578 365.433 568.507 368.783 567.387 372.065C567.261 372.439 566.909 372.679 566.536 372.679C566.437 372.679 566.342 372.66 566.243 372.629C565.775 372.467 565.524 371.958 565.686 371.485C566.797 368.221 567.864 364.893 568.854 361.597ZM1144.61 114.004C1014.21 114.004 907.096 215.682 898.302 343.963C931.103 362.152 968.814 372.516 1008.9 372.516C1074.95 372.516 1134.55 344.379 1176.36 299.455C1174.59 296.057 1172.88 292.615 1171.25 289.172C1170.98 288.6 1171.23 287.916 1171.8 287.646C1172.37 287.375 1173.05 287.618 1173.32 288.194C1174.82 291.362 1176.39 294.528 1178.01 297.661C1214.29 257.851 1236.76 205.232 1237.75 147.47C1233.34 144.966 1230.36 140.227 1230.36 134.802C1230.36 133.013 1230.68 131.298 1231.28 129.714C1216.09 123.997 1200.19 119.737 1183.76 117.106C1183.81 117.246 1183.87 117.385 1183.92 117.524C1184.21 118.254 1183.85 119.083 1183.13 119.371C1182.95 119.439 1182.78 119.47 1182.6 119.47C1182.04 119.47 1181.51 119.132 1181.28 118.574C1181.02 117.922 1180.77 117.266 1180.51 116.609C1170.93 115.206 1161.17 114.356 1151.26 114.093C1151.26 114.183 1151.26 114.276 1151.24 114.369C1150.15 120.177 1149.22 126.098 1148.5 131.97C1148.43 132.546 1147.93 132.974 1147.36 132.974C1147.31 132.974 1147.26 132.969 1147.22 132.965C1146.59 132.888 1146.14 132.311 1146.22 131.686C1146.95 125.797 1147.88 119.864 1148.97 114.042C1147.52 114.017 1146.06 114.004 1144.61 114.004ZM1209.83 347.959C1210.32 347.558 1211.04 347.625 1211.44 348.111C1215.22 352.659 1219.18 357.153 1223.23 361.462C1223.66 361.926 1223.64 362.651 1223.18 363.083C1222.96 363.29 1222.67 363.394 1222.39 363.394C1222.09 363.394 1221.79 363.273 1221.56 363.034C1217.47 358.689 1213.48 354.163 1209.68 349.575C1209.27 349.089 1209.34 348.364 1209.83 347.959ZM22.3047 351.164C22.7857 351.038 23.2778 351.327 23.4033 351.809C24.2713 355.131 25.2136 358.486 26.2031 361.772C26.3458 362.25 26.0762 362.754 25.6006 362.898C25.5142 362.921 25.4268 362.935 25.3408 362.935C24.9539 362.935 24.5965 362.682 24.4795 362.295C23.4832 358.981 22.5355 355.608 21.6621 352.263C21.5368 351.781 21.8242 351.29 22.3047 351.164ZM574.068 341.564C574.176 341.078 574.659 340.772 575.145 340.88C575.63 340.988 575.936 341.47 575.828 341.956C575.077 345.329 574.258 348.737 573.385 352.083C573.281 352.488 572.917 352.759 572.517 352.759C572.44 352.759 572.364 352.745 572.287 352.727C571.81 352.6 571.518 352.11 571.644 351.628C572.512 348.305 573.326 344.919 574.068 341.564ZM1659.09 333.965C1659.46 333.456 1660.18 333.343 1660.69 333.712C1661.21 334.086 1661.32 334.802 1660.94 335.315C1657.44 340.138 1653.73 344.91 1649.93 349.503C1649.7 349.778 1649.38 349.917 1649.05 349.917C1648.79 349.917 1648.53 349.831 1648.32 349.651C1647.83 349.251 1647.76 348.526 1648.17 348.04C1651.94 343.483 1655.61 338.751 1659.09 333.965ZM1008.9 -85.5215C1007.94 -85.5215 1006.97 -85.5158 1006.01 -85.5039C1006.91 -82.9939 1007.74 -80.4475 1008.48 -77.8672C1008.23 -77.864 1007.98 -77.8605 1007.74 -77.8564C1006.99 -80.4367 1006.16 -82.9828 1005.26 -85.4922C962.969 -84.8297 923.428 -72.6349 889.645 -51.918C889.799 -51.8578 889.939 -51.755 890.045 -51.6113C891.894 -49.0746 893.686 -46.4488 895.373 -43.8076C895.639 -43.388 895.517 -42.8309 895.099 -42.5635C894.946 -42.4681 894.78 -42.4219 894.613 -42.4219C894.316 -42.4219 894.027 -42.5691 893.856 -42.8379C892.191 -45.4481 890.419 -48.0422 888.592 -50.5488C888.456 -50.7332 888.401 -50.9515 888.42 -51.1621C851.62 -28.2763 821.752 4.76117 802.756 44.0078C804.743 43.3606 806.743 42.7352 808.757 42.1406H808.758C809.028 42.0596 809.302 41.9789 809.572 41.9023L810.062 41.7578V41.7588C810.629 41.5922 811.201 41.4297 811.768 41.2676L813.074 40.9033C814.38 40.5435 815.686 40.196 816.992 39.8584C817.109 39.8269 817.231 39.8135 817.348 39.8135C817.978 39.8135 818.554 40.2406 818.721 40.8799C818.919 41.6407 818.46 42.4156 817.699 42.6094C815.85 43.0866 813.995 43.5904 812.142 44.1172L810.886 43.0508L812.142 44.1182C811.867 44.1947 811.588 44.2754 811.313 44.3564L810.08 44.7119C809.513 44.8785 808.951 45.0497 808.389 45.2207C806.769 45.707 805.153 46.2159 803.551 46.7383C803.407 46.7878 803.258 46.8105 803.109 46.8105C802.56 46.8104 802.05 46.4874 801.816 45.9717C801.547 46.5417 801.28 47.113 801.016 47.6855C802.144 48.7617 803.293 49.8167 804.461 50.8506C804.191 50.9271 803.917 51.0088 803.646 51.0898C802.649 50.2004 801.668 49.2933 800.699 48.373C794.646 61.5853 789.813 75.4695 786.345 89.8799C804.444 115.102 819.171 142.905 829.857 172.62C830.503 172.327 831.146 172.03 831.784 171.729C832.234 171.517 832.769 171.71 832.98 172.16C833.192 172.61 833.004 173.147 832.554 173.358C831.862 173.685 831.165 174.006 830.465 174.323C841.287 204.932 847.83 237.547 849.368 271.441C849.166 271.432 848.959 271.428 848.757 271.428C848.311 271.428 847.874 271.445 847.438 271.481C845.91 237.844 839.426 205.49 828.7 175.108C827.107 175.806 825.502 176.477 823.896 177.113C823.788 177.158 823.675 177.181 823.562 177.181C823.203 177.181 822.865 176.965 822.726 176.609C822.541 176.15 822.766 175.623 823.229 175.443C824.857 174.797 826.483 174.116 828.095 173.408C827.033 170.451 825.931 167.512 824.789 164.593C825.131 164.269 825.172 163.728 824.866 163.363C824.691 163.147 824.434 163.034 824.173 163.034C814.176 137.855 801.228 114.16 785.759 92.375C781.997 108.818 780.009 125.929 780.009 143.496C780.009 229.112 827.207 303.906 896.935 343.198C906.108 214.499 1013.68 112.59 1144.61 112.59C1156.6 112.59 1168.39 113.445 1179.94 115.098C1179.75 114.6 1179.56 114.102 1179.37 113.603L1178.76 111.933C1178.45 111.082 1178.15 110.23 1177.85 109.384C1177.29 107.767 1176.74 106.151 1176.21 104.534C1175.98 103.787 1176.38 102.985 1177.13 102.742C1177.27 102.697 1177.42 102.675 1177.57 102.675C1178.17 102.675 1178.72 103.053 1178.92 103.656C1179.13 104.323 1179.35 104.99 1179.58 105.658L1180.26 107.664L1181.08 109.983L1181.77 111.881C1182.22 113.12 1182.69 114.354 1183.16 115.581C1200 118.219 1216.29 122.558 1231.84 128.414C1232.97 126.094 1234.71 124.12 1236.84 122.694C1226.31 6.12323 1128.1 -85.5218 1008.9 -85.5215ZM17.8643 330.88C18.3532 330.786 18.8221 331.114 18.9121 331.601C19.534 334.982 20.2265 338.395 20.9717 341.745C21.0795 342.231 20.774 342.713 20.2891 342.821C20.2234 342.835 20.1571 342.844 20.0928 342.844C19.6802 342.844 19.3081 342.555 19.2148 342.137C18.4651 338.764 17.7675 335.328 17.1416 331.929C17.0518 331.438 17.3752 330.97 17.8643 330.88ZM1188.92 318.988C1189.45 318.651 1190.16 318.809 1190.5 319.34C1193.67 324.324 1197.04 329.277 1200.52 334.055C1200.89 334.563 1200.78 335.284 1200.27 335.653C1200.06 335.802 1199.83 335.873 1199.6 335.873C1199.24 335.873 1198.89 335.711 1198.67 335.4C1195.16 330.587 1191.77 325.598 1188.57 320.573C1188.23 320.037 1188.38 319.331 1188.92 318.988ZM578.825 320.442C579.316 320.514 579.658 320.97 579.586 321.465C579.086 324.887 578.519 328.345 577.894 331.744C577.813 332.176 577.435 332.482 577.012 332.482C576.958 332.482 576.9 332.478 576.846 332.465C576.36 332.375 576.035 331.906 576.125 331.42C576.741 328.039 577.309 324.603 577.804 321.204C577.876 320.713 578.33 320.37 578.825 320.442ZM14.9199 310.325C15.4162 310.271 15.8576 310.627 15.9121 311.122C16.2852 314.535 16.7274 317.989 17.2256 321.389C17.2973 321.879 16.9561 322.338 16.4648 322.41C16.4204 322.415 16.3765 322.419 16.333 322.419C15.894 322.419 15.51 322.1 15.4443 321.649C14.943 318.227 14.4988 314.751 14.123 311.315C14.0692 310.82 14.4259 310.379 14.9199 310.325ZM1678.21 303.896C1678.51 303.342 1679.21 303.139 1679.76 303.445C1680.32 303.751 1680.52 304.449 1680.21 305.003C1677.34 310.226 1674.26 315.427 1671.06 320.466C1670.84 320.808 1670.47 320.997 1670.09 320.997C1669.88 320.997 1669.67 320.938 1669.47 320.816C1668.94 320.474 1668.78 319.767 1669.12 319.231C1672.3 314.238 1675.35 309.078 1678.21 303.896ZM581.003 299.793C581.498 299.824 581.872 300.257 581.836 300.752C581.588 304.205 581.273 307.695 580.899 311.131C580.85 311.59 580.458 311.933 580.004 311.933L579.905 311.928C579.415 311.874 579.054 311.428 579.108 310.933C579.482 307.524 579.793 304.052 580.04 300.626C580.076 300.126 580.508 299.753 581.003 299.793ZM216.067 310.104H214.127C214.113 309.96 214.096 309.798 214.082 309.654H216.021C216.036 309.798 216.053 309.96 216.067 310.104ZM255.24 214.319C255.475 214.337 255.712 214.351 255.952 214.351H255.954C256.064 214.351 256.174 214.346 256.283 214.342C254.683 249.611 243.069 282.31 224.223 309.654H224.222C224.117 309.807 224.016 309.952 223.911 310.104H222.641C222.745 309.956 222.85 309.803 222.954 309.654H222.955C241.931 282.35 253.635 249.634 255.24 214.319ZM391.479 267.757C392.136 282.224 394.489 296.25 398.343 309.654L398.473 310.104H397.387C397.344 309.956 397.3 309.803 397.258 309.654C393.428 296.254 391.091 282.233 390.436 267.779C390.546 267.784 390.657 267.784 390.768 267.784H390.769C391.007 267.784 391.245 267.775 391.479 267.757ZM755.072 267.757C755.311 267.775 755.545 267.784 755.788 267.784C755.9 267.784 756.008 267.784 756.116 267.779C755.459 282.233 753.123 296.254 749.294 309.654C749.253 309.803 749.209 309.956 749.164 310.104H748.079C748.124 309.951 748.165 309.807 748.21 309.654C752.066 296.25 754.415 282.224 755.072 267.757ZM887.044 290.981C887.48 291.017 887.917 291.035 888.362 291.035C888.565 291.035 888.772 291.031 888.975 291.021C888.691 297.28 888.236 303.49 887.615 309.654L887.57 310.104H885.631L885.676 309.654C886.301 303.472 886.76 297.258 887.044 290.981ZM1110.86 298.208C1111.63 298.303 1112.19 299.014 1112.09 299.793C1111.68 303.075 1111.2 306.376 1110.65 309.654L1110.57 310.104H1107.69L1107.76 309.654C1108.35 306.259 1108.85 302.842 1109.27 299.442C1109.36 298.727 1109.96 298.195 1110.67 298.195C1110.73 298.195 1110.79 298.199 1110.86 298.208ZM13.4775 289.608C13.9588 289.586 14.3906 289.978 14.4092 290.473C14.5343 293.908 14.7243 297.384 14.9736 300.811C15.0096 301.306 14.6378 301.738 14.1416 301.774L14.0752 301.779C13.6077 301.779 13.2134 301.414 13.1787 300.941C12.9281 297.497 12.7364 293.994 12.6104 290.54C12.5925 290.04 12.9809 289.626 13.4775 289.608ZM640.781 283.683C641.533 283.683 642.163 284.259 642.208 285.016C642.518 289.906 642.982 294.845 643.594 299.694C643.693 300.473 643.139 301.185 642.36 301.284C642.302 301.293 642.244 301.293 642.181 301.293C641.479 301.293 640.866 300.77 640.776 300.05C640.155 295.142 639.684 290.144 639.373 285.191C639.324 284.408 639.917 283.737 640.7 283.688C640.727 283.683 640.754 283.683 640.781 283.683ZM848.757 274.732C849.004 274.732 849.256 274.741 849.504 274.755C849.648 278.812 849.72 282.891 849.72 286.984C849.72 291.077 849.648 295.157 849.504 299.214C849.256 299.227 849.004 299.236 848.757 299.236C848.356 299.236 847.965 299.218 847.573 299.178C847.717 295.134 847.794 291.064 847.794 286.984C847.794 282.905 847.717 278.834 847.573 274.786C847.965 274.75 848.356 274.732 848.757 274.732ZM581.683 278.604C582.182 278.604 582.583 279.005 582.583 279.5V279.937C582.583 283.395 582.52 286.898 582.398 290.352C582.38 290.838 581.979 291.221 581.498 291.221H581.467C580.967 291.203 580.581 290.783 580.599 290.288C580.72 286.857 580.783 283.372 580.783 279.937V279.504C580.783 279.009 581.183 278.604 581.683 278.604ZM1693.4 271.647C1693.63 271.058 1694.3 270.769 1694.88 271.003C1695.47 271.237 1695.76 271.899 1695.53 272.489C1693.33 278.036 1690.93 283.588 1688.38 288.991C1688.19 289.405 1687.77 289.649 1687.35 289.649C1687.18 289.649 1687.02 289.613 1686.86 289.541C1686.28 289.271 1686.04 288.586 1686.31 288.015C1688.84 282.657 1691.22 277.15 1693.4 271.647ZM116.309 273.984C120.188 273.984 123.342 277.14 123.343 281.021C123.343 284.903 120.188 288.06 116.309 288.06C112.43 288.059 109.275 284.903 109.275 281.021C109.275 277.14 112.43 273.984 116.309 273.984ZM116.309 275.479C113.255 275.479 110.769 277.964 110.769 281.021C110.769 284.079 113.255 286.564 116.31 286.564C119.365 286.564 121.85 284.079 121.85 281.021C121.85 277.964 119.364 275.479 116.309 275.479ZM1112.52 268.095C1113.3 268.095 1113.93 268.73 1113.94 269.509V270.018C1113.94 274.984 1113.78 280.004 1113.47 284.935C1113.43 285.687 1112.8 286.268 1112.06 286.268H1111.97C1111.19 286.218 1110.59 285.542 1110.64 284.759C1110.94 279.887 1111.09 274.925 1111.09 270.018V269.521C1111.09 268.738 1111.72 268.099 1112.51 268.095H1112.52ZM13.5283 268.838C14.0251 268.856 14.414 269.274 14.3965 269.77C14.2781 273.142 14.2178 276.56 14.2178 279.937V280.121C14.2178 280.621 13.8142 281.021 13.3174 281.021C12.8202 281.021 12.417 280.621 12.417 280.121V279.932C12.417 276.541 12.4774 273.096 12.5967 269.706C12.6144 269.211 13.0317 268.82 13.5283 268.838ZM1158.75 254.389C1159.36 254.195 1160 254.523 1160.2 255.122C1160.99 257.558 1161.82 259.995 1162.69 262.421C1164.67 262.089 1166.65 261.737 1168.62 261.363C1168.73 261.341 1168.82 261.332 1168.93 261.332C1169.7 261.332 1170.4 261.881 1170.54 262.674C1170.71 263.565 1170.13 264.424 1169.23 264.596C1167.44 264.937 1165.64 265.259 1163.83 265.565C1164.61 267.685 1165.42 269.792 1166.25 271.877C1166.48 272.467 1166.19 273.133 1165.6 273.367C1165.46 273.421 1165.32 273.448 1165.18 273.448C1164.73 273.448 1164.29 273.174 1164.12 272.724C1163.23 270.485 1162.36 268.222 1161.53 265.945C1158.41 266.446 1155.28 266.897 1152.17 267.289C1152.1 267.298 1152.03 267.302 1151.96 267.302C1151.14 267.302 1150.44 266.69 1150.33 265.861C1150.22 264.956 1150.86 264.132 1151.76 264.02C1154.63 263.661 1157.51 263.251 1160.39 262.796C1159.57 260.481 1158.78 258.157 1158.02 255.834C1157.83 255.231 1158.16 254.587 1158.75 254.389ZM640.844 254.023C641.627 254.073 642.225 254.749 642.176 255.532C641.888 260.323 641.739 265.2 641.739 270.018V270.273C641.739 271.057 641.1 271.692 640.317 271.692C639.535 271.692 638.896 271.057 638.896 270.273V270.018C638.896 265.141 639.048 260.206 639.341 255.356C639.386 254.609 640.008 254.023 640.75 254.023H640.844ZM580.841 257.851C581.336 257.815 581.769 258.188 581.805 258.684C582.057 262.128 582.249 265.627 582.38 269.085C582.398 269.58 582.011 269.999 581.517 270.018L581.48 270.021C580.999 270.021 580.603 269.639 580.585 269.152C580.454 265.717 580.261 262.236 580.009 258.814C579.973 258.319 580.346 257.887 580.841 257.851ZM1134.86 265.613C1135.73 265.613 1136.46 266.28 1136.51 267.158C1136.57 268.068 1135.88 268.847 1134.97 268.905C1129.26 269.261 1123.45 269.445 1117.7 269.445C1116.79 269.445 1116.06 268.711 1116.06 267.802C1116.05 266.892 1116.79 266.154 1117.7 266.154C1123.38 266.15 1129.12 265.969 1134.76 265.618C1134.8 265.618 1134.83 265.613 1134.86 265.613ZM1083.64 264.061C1089.26 264.758 1094.97 265.289 1100.64 265.636C1101.54 265.69 1102.23 266.474 1102.18 267.379C1102.13 268.252 1101.4 268.928 1100.54 268.928L1100.43 268.923C1094.7 268.572 1088.91 268.031 1083.23 267.324C1082.33 267.211 1081.69 266.392 1081.8 265.487C1081.91 264.654 1082.62 264.047 1083.44 264.047C1083.5 264.047 1083.57 264.052 1083.64 264.061ZM1417.04 265.218C1417.8 265.218 1418.42 265.794 1418.47 266.55C1418.52 267.333 1417.93 268.009 1417.14 268.059C1412.21 268.365 1407.19 268.523 1402.23 268.527C1401.45 268.527 1400.81 267.892 1400.81 267.104C1400.81 266.321 1401.44 265.686 1402.23 265.686C1407.13 265.681 1412.09 265.523 1416.96 265.222C1416.99 265.217 1417.02 265.218 1417.04 265.218ZM1446.46 261.521C1447.13 261.521 1447.73 261.993 1447.86 262.678C1448 263.448 1447.5 264.19 1446.73 264.339C1441.86 265.262 1436.9 266.046 1431.99 266.663C1431.93 266.672 1431.87 266.672 1431.81 266.672C1431.11 266.672 1430.5 266.149 1430.41 265.429C1430.31 264.65 1430.86 263.939 1431.64 263.84C1436.49 263.232 1441.39 262.462 1446.2 261.548C1446.29 261.53 1446.37 261.521 1446.46 261.521ZM1049.71 257.666C1049.84 257.666 1049.97 257.684 1050.11 257.716C1055.6 259.121 1061.21 260.363 1066.78 261.417C1067.67 261.588 1068.26 262.448 1068.09 263.34C1067.94 264.132 1067.25 264.682 1066.48 264.682C1066.37 264.682 1066.27 264.672 1066.17 264.654C1060.53 263.587 1054.86 262.327 1049.3 260.908C1048.42 260.683 1047.89 259.787 1048.11 258.904C1048.3 258.162 1048.97 257.666 1049.71 257.666ZM1343.52 258.355C1343.64 258.355 1343.76 258.369 1343.88 258.4C1348.61 259.612 1353.45 260.683 1358.26 261.593C1359.03 261.741 1359.54 262.484 1359.4 263.254C1359.27 263.934 1358.67 264.411 1358 264.411C1357.91 264.411 1357.82 264.402 1357.73 264.389C1352.87 263.466 1347.97 262.381 1343.17 261.156C1342.41 260.958 1341.95 260.188 1342.15 259.427C1342.31 258.783 1342.89 258.356 1343.52 258.355ZM1475.17 254.154C1475.77 254.154 1476.33 254.532 1476.52 255.136C1476.76 255.883 1476.35 256.685 1475.61 256.928C1470.9 258.459 1466.08 259.859 1461.28 261.088C1461.17 261.119 1461.05 261.134 1460.93 261.134C1460.3 261.134 1459.72 260.71 1459.56 260.066C1459.36 259.305 1459.82 258.531 1460.58 258.337C1465.32 257.121 1470.08 255.735 1474.73 254.222C1474.88 254.177 1475.03 254.154 1475.17 254.154ZM1202.18 252.799C1202.88 252.799 1203.52 253.241 1203.75 253.938C1204.02 254.803 1203.55 255.731 1202.69 256.01C1197.23 257.788 1191.65 259.409 1186.1 260.832C1185.96 260.868 1185.82 260.886 1185.69 260.886C1184.95 260.886 1184.29 260.39 1184.09 259.647C1183.87 258.765 1184.4 257.869 1185.28 257.644C1190.77 256.234 1196.28 254.631 1201.67 252.88C1201.84 252.826 1202.01 252.799 1202.18 252.799ZM15.0742 248.13C15.5681 248.184 15.9256 248.63 15.8721 249.125C15.5035 252.533 15.1921 256.005 14.9473 259.432C14.9129 259.909 14.5181 260.268 14.0508 260.269H13.9854C13.4896 260.233 13.116 259.801 13.1514 259.306C13.3984 255.857 13.7112 252.362 14.082 248.931C14.1358 248.436 14.5838 248.076 15.0742 248.13ZM1315.3 249.206C1315.48 249.206 1315.65 249.237 1315.82 249.305C1320.38 251.11 1325.06 252.79 1329.72 254.303C1330.46 254.541 1330.87 255.343 1330.63 256.091C1330.44 256.694 1329.88 257.076 1329.28 257.076C1329.14 257.076 1328.99 257.054 1328.84 257.005C1324.12 255.479 1319.39 253.776 1314.78 251.948C1314.05 251.66 1313.69 250.836 1313.98 250.106C1314.2 249.548 1314.74 249.206 1315.3 249.206ZM1704.39 237.751C1704.55 237.134 1705.18 236.77 1705.79 236.923C1706.4 237.08 1706.77 237.706 1706.61 238.318C1705.13 244.091 1703.46 249.895 1701.62 255.563C1701.46 256.05 1701.01 256.356 1700.53 256.356C1700.41 256.356 1700.29 256.338 1700.17 256.302C1699.57 256.108 1699.24 255.46 1699.44 254.856C1701.26 249.233 1702.93 243.478 1704.39 237.751ZM1017.02 247.071C1017.22 247.071 1017.43 247.108 1017.62 247.185C1022.91 249.274 1028.32 251.223 1033.72 252.97C1034.58 253.253 1035.05 254.181 1034.77 255.046C1034.55 255.744 1033.91 256.185 1033.21 256.185C1033.04 256.185 1032.87 256.158 1032.7 256.104C1027.24 254.334 1021.76 252.362 1016.41 250.246C1015.57 249.913 1015.15 248.958 1015.49 248.111C1015.74 247.463 1016.37 247.071 1017.02 247.071ZM1110.62 238.494C1111.32 238.494 1111.94 239.021 1112.03 239.736C1112.65 244.64 1113.13 249.643 1113.44 254.596C1113.49 255.379 1112.9 256.054 1112.12 256.104L1112.03 256.108C1111.28 256.108 1110.66 255.527 1110.61 254.775C1110.3 249.881 1109.83 244.941 1109.21 240.097C1109.11 239.318 1109.66 238.607 1110.44 238.508C1110.5 238.499 1110.56 238.494 1110.62 238.494ZM1502.7 243.227C1503.24 243.227 1503.75 243.528 1503.99 244.041C1504.32 244.752 1504.02 245.599 1503.31 245.933C1498.84 248.044 1494.24 250.039 1489.64 251.862C1489.47 251.93 1489.29 251.966 1489.12 251.966C1488.55 251.966 1488.02 251.624 1487.8 251.065C1487.51 250.336 1487.87 249.512 1488.59 249.22C1493.14 247.419 1497.68 245.446 1502.1 243.361C1502.29 243.271 1502.5 243.227 1502.7 243.227ZM409.241 178.167C409.543 178.338 409.861 178.482 410.192 178.595C407.492 184.034 405.054 189.626 402.897 195.354C402.712 195.844 402.528 196.34 402.346 196.835C401.673 198.672 401.035 200.505 400.42 202.369L400.061 203.468C399.738 204.463 399.425 205.462 399.12 206.466C398.967 206.97 398.814 207.479 398.666 207.983C394.62 221.721 392.154 236.125 391.479 250.993C391.244 250.971 391.006 250.962 390.767 250.962C390.655 250.962 390.544 250.966 390.435 250.971C391.11 236.089 393.568 221.667 397.601 207.907C397.742 207.425 397.887 206.939 398.033 206.457C398.456 205.057 398.895 203.665 399.35 202.278L399.71 201.193L400.138 199.937C400.57 198.682 401.014 197.433 401.473 196.187C401.648 195.714 401.823 195.246 402.002 194.769C404.147 189.095 406.565 183.557 409.241 178.167ZM733.216 170.396C735.524 174.533 737.675 178.761 739.664 183.088C739.258 183.01 738.851 182.928 738.444 182.846C739.181 182.997 739.918 183.143 740.654 183.282C741.145 183.372 741.464 183.845 741.374 184.331C741.289 184.763 740.911 185.065 740.488 185.065H740.487H740.556C749.601 205.368 755.054 227.602 756.116 250.971C756.008 250.966 755.896 250.962 755.788 250.962C755.545 250.962 755.311 250.971 755.072 250.993C754.006 227.521 748.48 205.21 739.322 184.857C736.569 184.315 733.805 183.694 731.092 183.003C730.61 182.877 730.323 182.386 730.444 181.904C730.566 181.423 731.056 181.134 731.537 181.256C733.8 181.832 736.097 182.362 738.395 182.835C736.518 178.797 734.503 174.844 732.343 170.972C732.649 170.796 732.941 170.607 733.216 170.396ZM1221.42 245.59C1220.67 247.089 1219.89 248.598 1219.12 250.079C1219.06 250.102 1219 250.124 1218.94 250.146C1218.74 250.228 1218.54 250.264 1218.34 250.264C1217.68 250.264 1217.07 249.872 1216.81 249.224C1216.47 248.382 1216.88 247.423 1217.73 247.09C1218.96 246.599 1220.19 246.099 1221.42 245.59ZM1234.07 240.146C1234.69 240.147 1235.28 240.494 1235.55 241.088C1235.95 241.912 1235.59 242.893 1234.77 243.28C1230.26 245.41 1225.63 247.441 1220.99 249.327C1220.36 249.579 1219.74 249.832 1219.12 250.079C1219.9 248.598 1220.67 247.089 1221.42 245.59C1222.04 245.338 1222.65 245.077 1223.27 244.82L1225.81 243.727C1228.35 242.62 1230.88 241.475 1233.37 240.3C1233.59 240.196 1233.83 240.146 1234.07 240.146ZM578.501 237.22C578.991 237.148 579.45 237.486 579.522 237.977C580.026 241.394 580.473 244.87 580.851 248.31C580.905 248.805 580.549 249.251 580.054 249.305L579.955 249.31C579.505 249.31 579.113 248.967 579.063 248.508C578.685 245.09 578.241 241.637 577.741 238.242C577.669 237.747 578.006 237.292 578.501 237.22ZM1288.45 236.558C1288.68 236.558 1288.92 236.617 1289.13 236.738C1293.42 239.098 1297.85 241.353 1302.28 243.442C1302.99 243.776 1303.29 244.622 1302.96 245.333C1302.72 245.846 1302.2 246.148 1301.67 246.148C1301.47 246.148 1301.26 246.108 1301.07 246.014C1296.58 243.902 1292.11 241.618 1287.76 239.228C1287.08 238.849 1286.82 237.985 1287.2 237.296C1287.46 236.828 1287.95 236.558 1288.45 236.558ZM985.918 232.425C986.188 232.425 986.458 232.487 986.71 232.627C991.682 235.365 996.803 237.977 1001.94 240.395C1002.76 240.782 1003.11 241.763 1002.73 242.587C1002.45 243.181 1001.85 243.532 1001.24 243.532C1001 243.532 1000.76 243.478 1000.53 243.375C995.341 240.926 990.157 238.283 985.126 235.514C984.329 235.072 984.041 234.072 984.478 233.275C984.775 232.731 985.338 232.425 985.918 232.425ZM644.403 224.59C644.493 224.59 644.579 224.598 644.669 224.616C645.438 224.76 645.948 225.504 645.804 226.278C644.899 231.083 644.133 235.986 643.53 240.849C643.44 241.565 642.829 242.092 642.122 242.092C642.064 242.092 642.005 242.092 641.946 242.083C641.168 241.984 640.615 241.277 640.714 240.498C641.321 235.577 642.095 230.614 643.009 225.751C643.139 225.067 643.738 224.59 644.403 224.59ZM17.0742 228.313C17.1638 227.823 17.6343 227.499 18.1221 227.589C18.6109 227.679 18.9348 228.147 18.8457 228.638C18.2283 232.015 17.6645 235.451 17.1709 238.854C17.1059 239.3 16.7212 239.624 16.2812 239.624C16.2387 239.624 16.1953 239.62 16.1514 239.615C15.66 239.543 15.3191 239.084 15.3906 238.593C15.887 235.171 16.4532 231.713 17.0742 228.313ZM1150.01 219.727C1150.63 219.61 1151.23 220.015 1151.35 220.637C1152.45 226.45 1153.76 232.299 1155.23 238.021C1155.38 238.634 1155.01 239.259 1154.4 239.417C1154.31 239.44 1154.21 239.453 1154.12 239.453C1153.61 239.453 1153.14 239.11 1153.01 238.593C1151.53 232.82 1150.21 226.926 1149.09 221.068C1148.97 220.447 1149.39 219.844 1150.01 219.727ZM1528.64 228.926C1529.11 228.926 1529.57 229.155 1529.84 229.583C1530.26 230.245 1530.06 231.123 1529.4 231.546C1525.22 234.202 1520.91 236.76 1516.58 239.151C1516.36 239.273 1516.13 239.327 1515.9 239.327C1515.39 239.327 1514.91 239.061 1514.65 238.593C1514.27 237.904 1514.52 237.039 1515.21 236.661C1519.49 234.302 1523.75 231.771 1527.88 229.146C1528.11 228.998 1528.37 228.926 1528.64 228.926ZM1263.41 220.646C1263.7 220.646 1263.99 220.731 1264.24 220.915C1268.2 223.797 1272.31 226.589 1276.44 229.219C1277.1 229.637 1277.3 230.515 1276.87 231.177C1276.6 231.604 1276.14 231.839 1275.68 231.839C1275.42 231.839 1275.15 231.767 1274.92 231.618C1271.82 229.651 1268.75 227.593 1265.73 225.477C1265.66 225.927 1265.41 226.351 1264.99 226.616C1260.15 229.692 1255.16 232.658 1250.14 235.423C1249.89 235.562 1249.62 235.63 1249.35 235.63C1248.77 235.63 1248.2 235.32 1247.9 234.779C1247.47 233.982 1247.76 232.978 1248.55 232.541C1253.51 229.808 1258.45 226.877 1263.23 223.838C1263.26 223.815 1263.3 223.793 1263.34 223.771C1263.08 223.586 1262.83 223.401 1262.57 223.217C1261.94 222.753 1261.8 221.865 1262.26 221.23C1262.54 220.848 1262.97 220.646 1263.41 220.646ZM574.658 216.809C575.144 216.701 575.625 217.007 575.733 217.493C576.485 220.866 577.187 224.302 577.812 227.701C577.902 228.192 577.583 228.66 577.093 228.75C577.039 228.759 576.984 228.764 576.926 228.764C576.503 228.763 576.125 228.461 576.044 228.029C575.418 224.652 574.722 221.239 573.975 217.885C573.867 217.399 574.172 216.917 574.658 216.809ZM956.92 213.99C957.253 213.99 957.595 214.094 957.883 214.306C962.468 217.642 967.221 220.875 972.009 223.919C972.778 224.405 973.002 225.423 972.517 226.192C972.202 226.683 971.671 226.954 971.126 226.954C970.825 226.954 970.519 226.873 970.244 226.697C965.398 223.617 960.588 220.344 955.948 216.967C955.215 216.435 955.052 215.404 955.588 214.67C955.907 214.224 956.411 213.99 956.92 213.99ZM1105.04 209.37C1105.67 209.37 1106.24 209.794 1106.41 210.438C1107.65 215.233 1108.75 220.132 1109.68 224.999C1109.83 225.769 1109.33 226.513 1108.55 226.661C1108.46 226.679 1108.37 226.688 1108.29 226.688C1107.62 226.687 1107.02 226.215 1106.89 225.535C1105.97 220.726 1104.88 215.886 1103.66 211.149C1103.46 210.388 1103.92 209.614 1104.68 209.416C1104.8 209.385 1104.92 209.37 1105.04 209.37ZM1552.59 211.478C1553 211.478 1553.41 211.653 1553.69 211.995C1554.19 212.598 1554.11 213.495 1553.5 213.995C1549.69 217.156 1545.73 220.235 1541.73 223.148C1541.47 223.333 1541.18 223.424 1540.89 223.424C1540.45 223.424 1540.02 223.221 1539.74 222.838C1539.28 222.203 1539.42 221.312 1540.05 220.853C1544.01 217.971 1547.92 214.927 1551.69 211.807C1551.95 211.586 1552.27 211.478 1552.59 211.478ZM1712.3 201.771C1712.93 201.852 1713.37 202.423 1713.29 203.054C1712.56 208.974 1711.62 214.94 1710.51 220.789C1710.4 221.338 1709.92 221.722 1709.38 221.722C1709.32 221.722 1709.24 221.717 1709.17 221.703C1708.55 221.586 1708.14 220.983 1708.26 220.361C1709.36 214.562 1710.29 208.641 1711.02 202.766C1711.1 202.14 1711.68 201.694 1712.3 201.771ZM21.5674 207.971C21.6925 207.489 22.1845 207.2 22.665 207.326C23.146 207.452 23.4346 207.943 23.3096 208.425C22.4465 211.748 21.6327 215.134 20.8916 218.488C20.7993 218.907 20.4263 219.195 20.0137 219.195C19.9494 219.195 19.884 219.186 19.8184 219.173C19.3335 219.065 19.0265 218.588 19.1338 218.102C19.8799 214.725 20.6985 211.316 21.5674 207.971ZM1291.85 203.378C1292.33 203.378 1292.8 203.58 1293.12 203.972C1293.7 204.674 1293.61 205.71 1292.9 206.291C1288.49 209.947 1283.9 213.514 1279.26 216.891C1278.97 217.107 1278.63 217.205 1278.3 217.205C1277.79 217.205 1277.29 216.971 1276.96 216.53C1276.43 215.796 1276.59 214.765 1277.33 214.229C1281.91 210.893 1286.45 207.367 1290.81 203.756C1291.11 203.499 1291.49 203.378 1291.85 203.378ZM1240.56 201.729C1240.91 201.729 1241.26 201.856 1241.53 202.117C1245.1 205.467 1248.82 208.749 1252.59 211.869C1253.2 212.369 1253.28 213.265 1252.78 213.873C1252.5 214.211 1252.1 214.387 1251.69 214.387C1251.37 214.387 1251.05 214.279 1250.78 214.062C1246.97 210.902 1243.2 207.578 1239.59 204.188C1239.02 203.652 1238.99 202.751 1239.52 202.18C1239.8 201.883 1240.18 201.73 1240.56 201.729ZM134.158 203.923C136.853 203.923 139.044 206.115 139.044 208.808C139.044 211.505 136.852 213.697 134.157 213.697C131.463 213.697 129.271 211.505 129.271 208.808C129.272 206.115 131.464 203.923 134.158 203.923ZM651.721 195.849C651.869 195.849 652.014 195.871 652.162 195.921C652.909 196.16 653.314 196.962 653.075 197.709C651.568 202.369 650.195 207.133 648.984 211.879C648.822 212.523 648.247 212.95 647.612 212.95C647.495 212.95 647.379 212.937 647.262 212.905C646.501 212.712 646.042 211.937 646.235 211.176C647.455 206.376 648.85 201.549 650.371 196.835C650.565 196.236 651.122 195.849 651.721 195.849ZM134.158 204.958C132.036 204.958 130.309 206.687 130.31 208.808C130.31 210.933 132.036 212.662 134.157 212.657C136.279 212.657 138.005 210.933 138.006 208.812C138.005 206.687 136.279 204.958 134.158 204.958ZM569.33 196.74C569.807 196.596 570.307 196.867 570.451 197.34C571.45 200.654 572.399 204.026 573.276 207.367C573.402 207.849 573.114 208.344 572.633 208.47C572.556 208.488 572.48 208.497 572.403 208.497C572.008 208.497 571.643 208.231 571.535 207.826C570.662 204.503 569.722 201.153 568.728 197.861C568.584 197.384 568.853 196.884 569.33 196.74ZM930.455 192.085C930.86 192.085 931.265 192.233 931.58 192.53C935.716 196.412 940.022 200.212 944.392 203.828C945.089 204.409 945.188 205.444 944.612 206.146C944.284 206.538 943.816 206.741 943.344 206.741C942.975 206.741 942.601 206.62 942.295 206.363C937.876 202.707 933.511 198.857 929.33 194.931C928.664 194.309 928.633 193.264 929.254 192.603C929.578 192.256 930.019 192.085 930.455 192.085ZM398.63 206.489V206.488V206.489ZM1574.2 191.175C1574.55 191.175 1574.9 191.301 1575.17 191.558C1575.75 192.098 1575.77 192.994 1575.24 193.57C1571.85 197.181 1568.29 200.73 1564.69 204.12C1564.41 204.381 1564.06 204.508 1563.71 204.508C1563.34 204.508 1562.96 204.359 1562.68 204.062C1562.14 203.485 1562.17 202.589 1562.74 202.049C1566.31 198.699 1569.82 195.192 1573.16 191.621C1573.44 191.324 1573.82 191.175 1574.2 191.175ZM1145.68 184.241C1146.32 184.205 1146.86 184.682 1146.89 185.312C1147.27 191.225 1147.83 197.191 1148.57 203.045C1148.64 203.675 1148.2 204.247 1147.57 204.328C1147.52 204.333 1147.48 204.337 1147.43 204.337C1146.86 204.337 1146.37 203.914 1146.29 203.333C1145.55 197.435 1144.98 191.419 1144.61 185.457C1144.56 184.827 1145.05 184.282 1145.68 184.241ZM27.5439 188.015C27.7041 187.542 28.215 187.289 28.6855 187.451C29.1561 187.609 29.4079 188.122 29.248 188.595C28.1424 191.846 27.0822 195.165 26.0967 198.456C25.9801 198.843 25.6218 199.096 25.2344 199.096C25.149 199.096 25.0618 199.082 24.9756 199.06C24.4998 198.915 24.2301 198.411 24.3721 197.938C25.3638 194.625 26.4316 191.288 27.5439 188.015ZM1095.82 181.18C1096.39 181.18 1096.92 181.517 1097.14 182.075C1098.98 186.681 1100.69 191.401 1102.22 196.11C1102.47 196.853 1102.06 197.659 1101.32 197.902C1101.17 197.947 1101.02 197.97 1100.88 197.97C1100.28 197.97 1099.72 197.592 1099.52 196.993C1098 192.342 1096.32 187.677 1094.51 183.129C1094.21 182.4 1094.57 181.571 1095.3 181.278C1095.47 181.211 1095.65 181.18 1095.82 181.18ZM1220.26 180.121C1220.66 180.121 1221.07 180.297 1221.35 180.639C1224.47 184.407 1227.75 188.127 1231.1 191.688C1231.64 192.26 1231.61 193.161 1231.04 193.701C1230.77 193.958 1230.42 194.084 1230.07 194.084C1229.69 194.084 1229.31 193.935 1229.04 193.638C1225.64 190.027 1222.32 186.267 1219.16 182.449C1218.66 181.846 1218.74 180.95 1219.35 180.45C1219.61 180.23 1219.94 180.121 1220.26 180.121ZM72.0312 -176.725C170.087 -176.725 250.377 -99.1715 254.861 -2.14453C255.138 -2.18604 255.414 -2.22894 255.689 -2.26953C256.181 -2.34192 256.638 -2.00186 256.711 -1.50977C256.783 -1.01764 256.443 -0.559784 255.951 -0.487305C255.613 -0.437653 255.276 -0.38501 254.938 -0.333984C255.019 1.90646 255.062 4.15698 255.062 6.41699C255.063 39.8064 246.083 71.1364 230.418 98.1201C251.997 66.1034 278.898 37.9534 309.825 14.9629C310.238 15.4591 310.681 15.9318 311.151 16.373C277.943 41.0208 249.413 71.6315 227.152 106.61C229.012 109.482 230.796 112.409 232.497 115.386C232.226 115.606 231.938 115.805 231.634 115.98C230.008 113.13 228.309 110.33 226.537 107.579C219.796 118.252 213.636 129.328 208.104 140.764C207.335 140.872 206.572 140.985 205.806 141.106C210.657 130.977 215.998 121.124 221.798 111.579C188.648 158.704 133.874 189.555 72.0312 189.555C-28.8919 189.554 -111 107.398 -111 6.41699C-111 -94.5686 -28.892 -176.725 72.0312 -176.725ZM562.54 177.113C563.003 176.938 563.521 177.167 563.701 177.631C564.939 180.859 566.135 184.156 567.256 187.425C567.418 187.897 567.166 188.406 566.698 188.568C566.599 188.604 566.5 188.617 566.405 188.617C566.032 188.617 565.681 188.383 565.555 188.01C564.439 184.759 563.251 181.485 562.022 178.279C561.843 177.816 562.072 177.293 562.54 177.113ZM72.0312 -175.682C-28.3171 -175.682 -109.957 -93.9921 -109.956 6.41699C-109.957 106.822 -28.3176 188.514 72.0322 188.515C136.058 188.512 192.464 155.255 224.912 105.102C224.829 104.977 224.747 104.852 224.664 104.729C224.912 104.562 225.173 104.413 225.442 104.28C243.526 75.9974 254.02 42.4087 254.02 6.41309C254.02 4.20734 253.978 2.01028 253.899 -0.176758C251.175 0.244507 248.441 0.707123 245.745 1.20508C245.69 1.21497 245.634 1.21973 245.58 1.21973C245.154 1.21973 244.776 0.916473 244.696 0.482422C244.606 -0.00646973 244.929 -0.475891 245.418 -0.566406C248.197 -1.07944 251.017 -1.55496 253.824 -1.9873C249.423 -98.5091 169.567 -175.682 72.0312 -175.682ZM777.847 185.578C778.346 185.551 778.769 185.926 778.801 186.421C778.832 186.916 778.454 187.344 777.959 187.375C774.832 187.569 771.655 187.672 768.514 187.672C768.014 187.672 767.614 187.271 767.609 186.771C767.609 186.276 768.015 185.871 768.51 185.871C771.619 185.871 774.76 185.772 777.847 185.578ZM749.879 184.723C752.948 185.105 756.076 185.399 759.177 185.588C759.672 185.62 760.049 186.047 760.018 186.542C759.991 187.019 759.595 187.389 759.122 187.389L759.068 187.384C755.932 187.195 752.764 186.898 749.659 186.511C749.164 186.452 748.813 186.002 748.876 185.507C748.934 185.016 749.389 184.664 749.879 184.723ZM796.364 183.251C796.855 183.156 797.327 183.476 797.417 183.967C797.511 184.453 797.192 184.926 796.702 185.021C793.62 185.606 790.479 186.1 787.369 186.492L787.252 186.497C786.806 186.497 786.42 186.164 786.361 185.709C786.298 185.218 786.649 184.768 787.144 184.705C790.217 184.318 793.322 183.827 796.364 183.251ZM1714.36 165.528C1715.02 165.519 1715.51 166.042 1715.52 166.672V167.23C1715.52 173.201 1715.33 179.239 1714.96 185.173C1714.92 185.781 1714.42 186.249 1713.82 186.249H1713.75C1713.12 186.208 1712.64 185.664 1712.68 185.034C1713.04 179.145 1713.23 173.156 1713.23 167.23V166.681C1713.22 166.046 1713.73 165.533 1714.36 165.528ZM662.629 168.221C662.831 168.221 663.038 168.266 663.231 168.355C663.942 168.693 664.249 169.54 663.911 170.247C661.828 174.687 659.862 179.248 658.062 183.805C657.841 184.363 657.305 184.705 656.738 184.705C656.563 184.705 656.387 184.673 656.216 184.605C655.487 184.317 655.127 183.494 655.415 182.76C657.238 178.149 659.231 173.529 661.342 169.04C661.585 168.522 662.093 168.221 662.629 168.221ZM906.934 167.059C907.411 167.059 907.879 167.262 908.203 167.653C911.821 172.021 915.623 176.325 919.502 180.454C920.127 181.116 920.096 182.161 919.431 182.782C919.116 183.084 918.711 183.228 918.306 183.229C917.869 183.229 917.428 183.057 917.108 182.71C913.18 178.531 909.332 174.173 905.669 169.756C905.089 169.053 905.188 168.018 905.886 167.438C906.196 167.181 906.565 167.059 906.934 167.059ZM814.445 178.608C814.918 178.455 815.426 178.717 815.579 179.189C815.732 179.662 815.475 180.171 815.003 180.324C812.02 181.292 808.964 182.179 805.927 182.963C805.85 182.981 805.779 182.989 805.702 182.989C805.302 182.989 804.937 182.719 804.829 182.314C804.708 181.833 804.995 181.342 805.477 181.216C808.483 180.446 811.498 179.567 814.445 178.608ZM1569.89 -470C1748.16 -469.999 1893.2 -324.876 1893.2 -146.493C1893.2 -20.0855 1820.37 89.6185 1714.49 142.817C1714.65 144.789 1714.8 146.759 1714.93 148.724C1714.97 149.359 1714.49 149.904 1713.86 149.944H1713.78C1713.18 149.944 1712.68 149.481 1712.64 148.873C1712.54 147.224 1712.41 145.57 1712.28 143.916C1674.46 162.556 1632.5 174.014 1588.18 176.5C1588.06 176.507 1587.93 176.516 1587.81 176.523C1587.96 176.514 1588.11 176.506 1588.26 176.497V178.482C1588.11 178.671 1587.96 178.861 1587.81 179.05C1586.92 180.166 1586.02 181.274 1585.11 182.372C1584.83 182.714 1584.42 182.891 1584.01 182.891C1583.74 182.891 1583.46 182.809 1583.22 182.643L1583.44 182.165C1583.37 182.326 1583.29 182.485 1583.22 182.643C1583.18 182.616 1583.14 182.588 1583.11 182.562C1582.51 182.062 1582.42 181.165 1582.92 180.558C1583.46 179.909 1583.99 179.257 1584.53 178.6C1585.06 177.942 1585.59 177.276 1586.12 176.609C1580.74 176.877 1575.33 177.015 1569.89 177.015C1497.33 177.015 1430.28 152.972 1376.27 112.433C1373.55 115.436 1369.62 117.327 1365.26 117.327C1357.07 117.327 1350.41 110.658 1350.41 102.468C1350.41 99.1314 1351.52 96.0482 1353.38 93.5654C1341.6 82.92 1330.61 71.4224 1320.5 59.1689L1319.62 58.1074C1292.96 53.7398 1267.6 45.4862 1244.12 33.9414C1244.34 33.4779 1244.53 32.9874 1244.66 32.4834C1267.54 43.7446 1292.21 51.8671 1318.14 56.2842C1293.76 26.0417 1274.71 -8.6658 1262.41 -46.4004C1261.3 -46.1364 1260.15 -45.9952 1258.96 -45.9951C1254.6 -45.9962 1250.67 -47.8918 1247.95 -50.9014C1247.7 -50.9495 1247.46 -51.0806 1247.28 -51.2939C1247.1 -51.5112 1247.02 -51.7753 1247.02 -52.0371C1245.19 -54.5057 1244.11 -57.5576 1244.11 -60.8564C1244.11 -67.5013 1248.5 -73.1425 1254.52 -75.0361C1249.32 -98.0309 1246.57 -121.947 1246.57 -146.492C1246.57 -324.875 1391.61 -470 1569.89 -470ZM1314.54 181.995C1314.57 182.024 1314.6 182.052 1314.63 182.081C1314.6 182.052 1314.57 182.024 1314.54 181.995ZM1583.65 181.68C1583.78 181.353 1583.9 181.021 1584.01 180.684C1583.9 181.021 1583.78 181.353 1583.65 181.68ZM712.597 176.001C712.781 175.537 713.303 175.313 713.767 175.497C716.656 176.636 719.617 177.704 722.569 178.658C723.042 178.812 723.302 179.32 723.149 179.793C723.023 180.175 722.672 180.418 722.294 180.418C722.2 180.418 722.105 180.404 722.016 180.373C719.028 179.405 716.03 178.325 713.105 177.168C712.642 176.988 712.417 176.465 712.597 176.001ZM34.9922 168.5C35.1866 168.041 35.7161 167.829 36.1729 168.022C36.6307 168.216 36.8433 168.743 36.6494 169.202C35.303 172.372 33.9981 175.614 32.7705 178.829C32.6337 179.189 32.2922 179.41 31.9297 179.41C31.823 179.41 31.7141 179.387 31.6084 179.347C31.1441 179.171 30.912 178.648 31.0889 178.185C32.3245 174.947 33.6378 171.688 34.9922 168.5ZM414.147 168.954C414.462 169.112 414.755 169.301 415.023 169.526C413.538 172.133 412.113 174.786 410.755 177.474C410.418 177.37 410.097 177.23 409.798 177.055C411.183 174.313 412.63 171.615 414.147 168.954ZM1569.89 -468.157C1392.63 -468.158 1248.42 -323.859 1248.42 -146.493C1248.42 -122.1 1251.15 -98.3317 1256.31 -75.4785C1257.17 -75.6341 1258.06 -75.7148 1258.96 -75.7148C1267.15 -75.7152 1273.81 -69.0479 1273.81 -60.8545C1273.81 -54.4953 1269.8 -49.0564 1264.17 -46.9404C1276.62 -8.76074 1296.03 26.3012 1320.89 56.7393C1334.84 58.9678 1349.15 60.125 1363.72 60.125C1377.58 60.125 1391.2 59.0803 1404.5 57.0586C1404.42 56.4869 1404.38 55.9061 1404.38 55.3164C1404.38 48.4228 1409.98 42.8125 1416.87 42.8125C1422.68 42.8126 1427.57 46.7928 1428.97 52.1689V52.168C1470.85 41.7506 1508.9 21.5442 1540.56 -5.87109C1537.85 -6.76752 1535.14 -7.7496 1532.48 -8.79883C1532.02 -8.98163 1531.8 -9.50534 1531.98 -9.96777C1532.16 -10.4304 1532.69 -10.6572 1533.14 -10.4736C1536.03 -9.33041 1539 -8.26639 1541.95 -7.30957C1542.01 -7.28995 1542.07 -7.26376 1542.12 -7.2334C1559.45 -22.475 1574.83 -39.8941 1587.81 -59.0586C1587.96 -59.2837 1588.11 -59.4991 1588.26 -59.7246V-56.9658C1588.11 -56.7476 1587.96 -56.5303 1587.81 -56.3125C1550.64 -2.4231 1494.57 37.4722 1429.27 53.6953C1429.34 54.2266 1429.37 54.7672 1429.37 55.3164C1429.37 62.2097 1423.77 67.8202 1416.87 67.8203C1411.11 67.8203 1406.25 63.8978 1404.81 58.5801C1397.8 59.6472 1390.72 60.4431 1383.55 60.9609L1383.55 60.9619L1383.64 61.0391C1384.04 61.4381 1384.23 62.0373 1384.08 62.624C1382.66 68.1892 1381.04 73.7769 1379.27 79.2295C1379.04 79.9229 1378.4 80.3691 1377.7 80.3691C1377.53 80.3691 1377.36 80.3421 1377.2 80.2881C1376.33 80.0089 1375.86 79.0764 1376.14 78.2119C1377.89 72.8267 1379.48 67.3064 1380.89 61.8086C1380.96 61.5432 1381.09 61.3091 1381.26 61.1201C1375.46 61.4893 1369.61 61.6787 1363.72 61.6787C1349.66 61.6787 1335.86 60.6068 1322.37 58.54C1322.01 58.1123 1321.66 57.6765 1321.3 57.2432C1331.51 69.695 1342.64 81.3688 1354.57 92.1611C1357.28 89.3553 1361.07 87.6069 1365.26 87.6045C1373.45 87.6045 1380.11 94.2727 1380.11 102.463C1380.11 105.634 1379.11 108.576 1377.42 110.992C1431.11 151.278 1497.76 175.168 1569.89 175.168C1575.84 175.168 1581.76 175.003 1587.63 174.682C1587.69 174.602 1587.75 174.527 1587.81 174.447C1587.96 174.254 1588.11 174.061 1588.26 173.867V174.647C1632.51 172.141 1674.39 160.637 1712.11 141.941C1711.79 138.327 1711.41 134.714 1710.95 131.142C1710.87 130.516 1711.32 129.938 1711.94 129.857C1712.58 129.772 1713.14 130.227 1713.23 130.853C1713.64 134.159 1714.01 137.499 1714.31 140.842C1819.24 87.825 1891.36 -21.0656 1891.36 -146.493C1891.36 -323.858 1747.15 -468.156 1569.89 -468.157ZM695.632 167.888C695.875 167.451 696.419 167.294 696.855 167.532C699.573 169.027 702.378 170.458 705.186 171.777C705.635 171.993 705.828 172.529 705.617 172.979C705.464 173.304 705.14 173.493 704.803 173.493C704.672 173.493 704.542 173.467 704.416 173.408C701.577 172.071 698.741 170.625 695.987 169.107C695.551 168.869 695.393 168.32 695.632 167.888ZM1202.8 156.162C1203.28 156.162 1203.74 156.396 1204.01 156.819C1206.63 160.944 1209.42 165.042 1212.3 169C1212.77 169.635 1212.63 170.522 1211.99 170.985C1211.74 171.17 1211.45 171.256 1211.16 171.256C1210.72 171.256 1210.29 171.053 1210.01 170.67C1207.09 166.667 1204.27 162.521 1201.61 158.347C1201.19 157.685 1201.38 156.806 1202.04 156.383C1202.28 156.234 1202.54 156.162 1202.8 156.162ZM1083.15 154.411C1083.65 154.411 1084.14 154.672 1084.4 155.145C1086.79 159.481 1089.08 163.948 1091.2 168.41C1091.53 169.121 1091.23 169.968 1090.52 170.306C1090.32 170.396 1090.12 170.44 1089.91 170.44C1089.38 170.44 1088.87 170.138 1088.63 169.625C1086.54 165.217 1084.28 160.805 1081.91 156.519C1081.53 155.834 1081.78 154.97 1082.46 154.587C1082.68 154.465 1082.92 154.411 1083.15 154.411ZM1338.79 153.394C1339.12 153.394 1339.46 153.493 1339.75 153.709C1340.49 154.245 1340.65 155.271 1340.12 156.01C1336.74 160.643 1333.17 165.235 1329.51 169.666C1329.19 170.058 1328.71 170.261 1328.24 170.261C1327.87 170.261 1327.5 170.138 1327.19 169.882C1326.5 169.301 1326.4 168.266 1326.98 167.563C1330.6 163.191 1334.12 158.648 1337.45 154.068C1337.78 153.627 1338.28 153.394 1338.79 153.394ZM725.408 157.653C727.847 161.287 730.156 165.011 732.329 168.824C732.059 169.045 731.771 169.242 731.47 169.418C729.278 165.573 726.951 161.827 724.499 158.162C724.787 157.969 725.093 157.797 725.408 157.653ZM554.35 158.094C554.8 157.882 555.335 158.076 555.547 158.526C557.018 161.647 558.449 164.84 559.799 168.005C559.992 168.464 559.781 168.995 559.327 169.188C559.21 169.238 559.089 169.261 558.972 169.261C558.621 169.261 558.292 169.053 558.144 168.716C556.803 165.564 555.38 162.394 553.918 159.292C553.706 158.846 553.9 158.305 554.35 158.094ZM848.119 162.723C848.538 162.457 849.091 162.579 849.361 162.998C849.626 163.421 849.505 163.975 849.082 164.24C846.436 165.924 843.704 167.545 840.959 169.062C840.824 169.139 840.671 169.175 840.527 169.175C840.208 169.175 839.902 169.004 839.735 168.707C839.497 168.27 839.654 167.726 840.091 167.482C842.804 165.988 845.505 164.384 848.119 162.723ZM1145.78 148.49C1146.42 148.526 1146.9 149.071 1146.86 149.701C1146.5 155.505 1146.32 161.399 1146.32 167.23V167.51C1146.32 168.14 1145.81 168.653 1145.18 168.653C1144.55 168.653 1144.03 168.14 1144.03 167.51V167.23C1144.03 161.354 1144.21 155.411 1144.57 149.562C1144.61 148.931 1145.15 148.445 1145.78 148.49ZM564.871 76.7529C564.871 76.996 564.879 77.2347 564.897 77.4688C501.142 80.3686 445.832 116.26 415.647 168.437C415.372 168.225 415.077 168.035 414.767 167.878C445.13 115.413 500.755 79.3381 564.875 76.4248C564.871 76.5327 564.871 76.645 564.871 76.7529ZM679.828 157.707C680.121 157.306 680.683 157.216 681.088 157.509C683.594 159.332 686.195 161.102 688.814 162.768C689.233 163.033 689.354 163.592 689.089 164.011C688.918 164.281 688.625 164.43 688.328 164.43C688.166 164.43 688 164.384 687.847 164.285C685.196 162.601 682.564 160.813 680.03 158.963C679.625 158.67 679.536 158.108 679.828 157.707ZM43.8506 149.598C44.0778 149.156 44.6211 148.981 45.0625 149.21C45.5049 149.435 45.6784 149.981 45.4512 150.422C43.8758 153.484 42.3377 156.617 40.8789 159.729C40.7255 160.057 40.4009 160.246 40.0625 160.246C39.9348 160.246 39.8043 160.22 39.6807 160.161C39.2308 159.954 39.038 159.413 39.249 158.963C40.7173 155.834 42.2653 152.682 43.8506 149.598ZM863.203 151.736C863.59 151.421 864.157 151.471 864.472 151.858C864.791 152.241 864.737 152.808 864.351 153.123C861.939 155.122 859.428 157.077 856.89 158.923C856.732 159.04 856.548 159.094 856.363 159.094C856.084 159.094 855.809 158.968 855.634 158.725C855.341 158.324 855.432 157.76 855.832 157.468C858.338 155.64 860.818 153.713 863.203 151.736ZM676.916 142.204C677.177 142.204 677.443 142.276 677.677 142.425C678.338 142.844 678.537 143.722 678.118 144.384C676.588 146.797 675.094 149.251 673.645 151.728H673.644C673.663 151.744 673.683 151.761 673.703 151.777C674.09 152.093 674.14 152.66 673.825 153.047C673.645 153.258 673.388 153.371 673.132 153.371C673 153.371 672.87 153.339 672.747 153.28C672.746 153.282 672.746 153.284 672.745 153.285C672.021 154.55 671.305 155.82 670.607 157.09C670.351 157.563 669.864 157.828 669.36 157.828C669.131 157.828 668.897 157.769 668.682 157.652C667.993 157.274 667.741 156.41 668.119 155.721C668.902 154.294 669.707 152.871 670.521 151.448C668.803 149.973 667.109 148.451 665.464 146.909C665.104 146.567 665.086 145.999 665.424 145.635C665.766 145.275 666.337 145.257 666.697 145.595C668.243 147.046 669.832 148.475 671.444 149.866C672.83 147.503 674.261 145.162 675.719 142.861C675.989 142.438 676.448 142.204 676.916 142.204ZM886.729 139.305C887.273 139.305 887.804 139.575 888.119 140.07C891.156 144.847 894.392 149.593 897.727 154.172C898.262 154.906 898.101 155.938 897.367 156.474C897.075 156.685 896.737 156.788 896.399 156.788C895.891 156.788 895.391 156.554 895.067 156.113C891.692 151.476 888.421 146.675 885.343 141.835C884.852 141.07 885.082 140.052 885.847 139.565C886.121 139.39 886.427 139.305 886.729 139.305ZM715.185 143.834C718.42 147.801 721.498 151.921 724.4 156.158C724.086 156.316 723.784 156.491 723.496 156.685C720.603 152.461 717.534 148.359 714.303 144.401C714.613 144.239 714.91 144.046 715.185 143.834ZM544.787 139.714C545.219 139.471 545.769 139.624 546.012 140.057C547.708 143.064 549.369 146.14 550.948 149.206C551.177 149.647 551.001 150.192 550.561 150.417C550.43 150.489 550.291 150.521 550.151 150.521C549.823 150.521 549.508 150.34 549.351 150.034C547.776 146.986 546.128 143.928 544.445 140.938C544.198 140.506 544.351 139.957 544.787 139.714ZM207.648 141.71C206.374 144.371 205.121 147.068 203.915 149.761C203.587 148.941 203.252 148.117 202.913 147.302C203.711 145.546 204.523 143.799 205.35 142.061C206.115 141.939 206.879 141.823 207.648 141.71ZM876.811 138.949C877.152 138.585 877.724 138.571 878.084 138.908C878.444 139.25 878.463 139.818 878.125 140.183C875.974 142.47 873.724 144.721 871.438 146.869C871.267 147.031 871.042 147.112 870.821 147.112C870.583 147.112 870.344 147.017 870.169 146.828C869.827 146.468 869.845 145.896 870.205 145.554C872.468 143.433 874.687 141.209 876.811 138.949ZM1188.5 130.218C1189.03 130.218 1189.54 130.52 1189.79 131.033C1191.87 135.45 1194.13 139.863 1196.49 144.149C1196.87 144.834 1196.62 145.698 1195.93 146.076C1195.71 146.198 1195.48 146.257 1195.25 146.257C1194.74 146.257 1194.26 145.991 1194 145.522C1191.61 141.187 1189.33 136.72 1187.22 132.244C1186.88 131.537 1187.18 130.691 1187.9 130.354C1188.09 130.263 1188.3 130.218 1188.5 130.218ZM1067.22 129.426C1067.66 129.426 1068.09 129.629 1068.36 130.007C1071.29 134.014 1074.12 138.157 1076.78 142.326C1077.2 142.988 1077 143.866 1076.34 144.289C1076.11 144.438 1075.84 144.51 1075.58 144.51C1075.11 144.51 1074.65 144.28 1074.38 143.856C1071.76 139.737 1068.96 135.639 1066.07 131.686C1065.61 131.051 1065.75 130.159 1066.38 129.7C1066.63 129.516 1066.93 129.426 1067.22 129.426ZM1357.23 124.383C1357.49 124.383 1357.77 124.45 1358.02 124.585C1358.81 125.026 1359.1 126.026 1358.66 126.823C1355.89 131.857 1352.93 136.864 1349.85 141.709C1349.53 142.204 1349 142.475 1348.46 142.475C1348.15 142.475 1347.85 142.388 1347.57 142.213C1346.81 141.727 1346.58 140.709 1347.07 139.943C1350.11 135.153 1353.05 130.209 1355.78 125.233C1356.08 124.689 1356.65 124.383 1357.23 124.383ZM54.0654 131.406C54.3241 130.983 54.8785 130.848 55.3027 131.104C55.727 131.366 55.8606 131.92 55.6016 132.343C53.8061 135.283 52.0439 138.296 50.3623 141.29C50.1972 141.583 49.8912 141.749 49.5762 141.749C49.4272 141.749 49.2752 141.713 49.1357 141.632C48.7027 141.389 48.5496 140.839 48.793 140.407C50.4849 137.395 52.2587 134.364 54.0654 131.406ZM652.644 131.87C653.026 131.551 653.593 131.605 653.908 131.987C655.888 134.374 657.967 136.733 660.091 138.989C660.433 139.354 660.415 139.921 660.051 140.264C659.88 140.426 659.654 140.507 659.434 140.507C659.195 140.507 658.957 140.412 658.781 140.223C656.63 137.94 654.524 135.554 652.521 133.136C652.207 132.753 652.261 132.185 652.644 131.87ZM234.529 119.042C234.73 119.416 234.932 119.789 235.13 120.163C236.929 123.545 238.627 126.994 240.217 130.497C240.341 130.772 240.462 131.042 240.585 131.316C241.248 132.798 241.894 134.297 242.519 135.797C242.319 136.238 242.128 136.661 241.93 137.103C241.161 135.225 240.363 133.365 239.534 131.52C239.411 131.249 239.288 130.979 239.164 130.704C237.713 127.516 236.175 124.383 234.548 121.294C234.353 120.925 234.151 120.542 233.953 120.173C233.479 119.29 232.999 118.412 232.511 117.534C232.814 117.363 233.106 117.17 233.384 116.958C233.771 117.656 234.15 118.344 234.529 119.042ZM633.153 86.2988C654.942 93.8679 674.878 105.449 692.063 120.15C692.459 119.669 692.855 119.187 693.251 118.705C693.53 118.367 693.935 118.191 694.345 118.191C694.664 118.191 694.984 118.295 695.249 118.516C695.852 119.015 695.938 119.912 695.438 120.52L694.21 122.019L695.092 122.802C699.49 126.73 703.688 130.862 707.691 135.193C707.44 135.436 707.21 135.707 707.008 135.99C702.751 131.375 698.265 126.985 693.558 122.829C692.842 122.199 692.131 121.581 691.411 120.96V120.961C674.298 106.318 654.434 94.7814 632.73 87.2529C632.892 86.9468 633.032 86.6274 633.153 86.2988ZM888.723 124.559C889.015 124.153 889.577 124.068 889.982 124.36C890.383 124.653 890.473 125.216 890.181 125.616C888.336 128.151 886.382 130.668 884.38 133.091C884.2 133.302 883.944 133.415 883.683 133.415C883.485 133.415 883.278 133.347 883.111 133.208C882.729 132.888 882.675 132.321 882.994 131.938C884.974 129.548 886.9 127.062 888.723 124.559ZM693.557 122.829C691.095 125.882 688.697 129.02 686.406 132.177C686.127 132.559 685.696 132.766 685.255 132.767C684.967 132.767 684.674 132.677 684.422 132.492C683.787 132.033 683.644 131.145 684.107 130.506C686.447 127.282 688.899 124.081 691.41 120.961C692.13 121.582 692.841 122.199 693.557 122.829ZM533.901 122.068C534.315 121.794 534.874 121.906 535.148 122.32C537.056 125.197 538.938 128.147 540.742 131.092C541.003 131.515 540.867 132.069 540.444 132.33C540.3 132.42 540.134 132.46 539.977 132.46C539.675 132.46 539.378 132.307 539.207 132.032C537.416 129.106 535.544 126.174 533.649 123.315C533.375 122.901 533.488 122.343 533.901 122.068ZM247.254 130.204C246.485 130.317 245.721 130.434 244.955 130.556C245.107 130.236 245.259 129.916 245.411 129.601C246.177 129.479 246.941 129.367 247.71 129.259C247.557 129.574 247.406 129.889 247.254 130.204ZM870.16 109.258C870.776 109.258 871.366 109.605 871.649 110.204C874.061 115.319 876.676 120.43 879.412 125.392C879.853 126.188 879.56 127.188 878.764 127.629C878.516 127.768 878.242 127.832 877.972 127.832C877.391 127.832 876.829 127.525 876.532 126.98C873.76 121.96 871.118 116.786 868.67 111.608C868.283 110.784 868.635 109.803 869.458 109.416C869.683 109.308 869.922 109.258 870.16 109.258ZM641.677 116.624C642.1 116.354 642.654 116.481 642.924 116.899C644.584 119.511 646.353 122.109 648.18 124.612C648.472 125.018 648.382 125.58 647.981 125.873C647.819 125.99 647.635 126.044 647.45 126.044C647.176 126.044 646.901 125.918 646.726 125.675C644.876 123.14 643.085 120.51 641.402 117.867C641.137 117.444 641.258 116.89 641.677 116.624ZM65.5762 114.018C65.8655 113.612 66.4275 113.522 66.832 113.811C67.2361 114.099 67.3293 114.661 67.04 115.066C65.0403 117.862 63.0634 120.731 61.1641 123.599C60.9909 123.864 60.7045 124.004 60.4131 124.004C60.2421 124.004 60.069 123.955 59.916 123.855C59.5018 123.581 59.3886 123.023 59.6631 122.608C61.5746 119.718 63.5639 116.832 65.5762 114.018ZM1048.28 106.615C1048.66 106.615 1049.03 106.768 1049.31 107.065C1052.71 110.667 1056.03 114.428 1059.2 118.241C1059.7 118.845 1059.61 119.741 1059.01 120.24C1058.75 120.461 1058.43 120.568 1058.11 120.568C1057.7 120.568 1057.29 120.393 1057.01 120.056C1053.89 116.292 1050.6 112.577 1047.24 109.011C1046.7 108.443 1046.73 107.542 1047.3 107.002C1047.58 106.745 1047.93 106.615 1048.28 106.615ZM898.748 108.785C898.987 108.348 899.536 108.191 899.973 108.43C900.409 108.668 900.567 109.218 900.328 109.654C898.812 112.405 897.187 115.147 895.504 117.795C895.333 118.065 895.04 118.214 894.743 118.214C894.577 118.214 894.41 118.169 894.262 118.074C893.839 117.804 893.717 117.25 893.982 116.827C895.647 114.211 897.25 111.505 898.748 108.785ZM521.756 105.255C522.147 104.949 522.715 105.021 523.017 105.413C525.136 108.146 527.229 110.955 529.24 113.756C529.528 114.161 529.434 114.724 529.033 115.013C528.871 115.13 528.69 115.184 528.506 115.184C528.227 115.183 527.953 115.053 527.777 114.81C525.775 112.022 523.696 109.235 521.595 106.516C521.293 106.124 521.36 105.557 521.756 105.255ZM1705.08 94.7773C1705.69 94.6198 1706.32 94.9847 1706.48 95.6016C1707.96 101.374 1709.28 107.268 1710.4 113.121C1710.53 113.742 1710.12 114.341 1709.5 114.463C1709.42 114.476 1709.35 114.481 1709.28 114.481C1708.74 114.481 1708.26 114.098 1708.15 113.549C1707.04 107.749 1705.73 101.9 1704.26 96.1729C1704.1 95.5607 1704.46 94.9349 1705.08 94.7773ZM1355.74 95.6797C1354.37 97.5956 1353.57 99.9385 1353.57 102.468C1353.57 108.92 1358.81 114.17 1365.26 114.17C1368.6 114.17 1371.61 112.764 1373.74 110.518C1372.06 109.23 1370.39 107.926 1368.73 106.605V106.606C1368.01 108.218 1367.28 109.821 1366.53 111.41C1366.25 112.004 1365.66 112.355 1365.04 112.355C1364.8 112.355 1364.57 112.302 1364.34 112.198C1363.52 111.811 1363.17 110.83 1363.55 110.006C1364.41 108.178 1365.26 106.331 1366.08 104.472V104.47C1362.57 101.611 1359.13 98.6801 1355.74 95.6797ZM632.713 100.131C633.163 99.9193 633.699 100.108 633.91 100.559C635.233 103.359 636.664 106.156 638.158 108.871C638.401 109.303 638.243 109.852 637.807 110.091C637.667 110.167 637.519 110.204 637.37 110.204C637.055 110.204 636.75 110.037 636.583 109.74C635.067 106.994 633.622 104.161 632.285 101.329C632.074 100.879 632.263 100.342 632.713 100.131ZM714.622 96.5469C715 96.5469 715.378 96.7 715.657 96.9971C716.197 97.5689 716.17 98.4656 715.599 99.0059C712.035 102.36 708.529 105.872 705.186 109.447C704.902 109.744 704.523 109.893 704.146 109.893C703.799 109.892 703.448 109.766 703.174 109.51C702.603 108.974 702.576 108.074 703.111 107.502C706.5 103.887 710.045 100.329 713.649 96.9346C713.924 96.6779 714.276 96.5469 714.622 96.5469ZM1365.26 90.7607C1362 90.7609 1359.05 92.1046 1356.92 94.2666C1360.18 97.149 1363.49 99.9669 1366.85 102.718C1368.07 99.9313 1369.24 97.123 1370.35 94.3096C1370.61 93.6658 1371.22 93.2697 1371.88 93.2695C1372.08 93.2695 1372.28 93.3092 1372.48 93.3857C1373.33 93.7234 1373.74 94.678 1373.41 95.5244C1372.17 98.6436 1370.87 101.768 1369.51 104.864C1371.29 106.29 1373.09 107.697 1374.9 109.085C1376.2 107.201 1376.96 104.922 1376.96 102.468C1376.96 96.011 1371.71 90.7653 1365.26 90.7607ZM78.3164 97.5244C78.6346 97.1417 79.2019 97.092 79.584 97.4072C79.9659 97.7269 80.0179 98.2941 79.7002 98.6768C77.5006 101.32 75.3214 104.04 73.2217 106.755C73.0444 106.984 72.7778 107.105 72.5088 107.105C72.3168 107.105 72.1232 107.043 71.959 106.917C71.5658 106.615 71.4935 106.048 71.7969 105.656C73.9096 102.919 76.1034 100.185 78.3164 97.5244ZM215.352 90.3965C218.586 94.3677 221.666 98.4829 224.564 102.72C224.252 102.877 223.951 103.054 223.663 103.247C220.769 99.0236 217.698 94.9218 214.469 90.9639C214.781 90.8018 215.076 90.6126 215.352 90.3965ZM906.718 91.8691C906.902 91.4053 907.425 91.1802 907.884 91.3604C908.347 91.5451 908.571 92.0667 908.392 92.5303C907.235 95.4525 905.966 98.375 904.63 101.221C904.477 101.545 904.153 101.738 903.815 101.738C903.685 101.738 903.554 101.712 903.433 101.653C902.983 101.442 902.79 100.901 903.001 100.451C904.324 97.6461 905.575 94.7552 906.718 91.8691ZM1026.64 86.3389C1026.96 86.3389 1027.28 86.4426 1027.54 86.6631C1031.36 89.8195 1035.13 93.1384 1038.75 96.5244C1039.32 97.0602 1039.35 97.9604 1038.82 98.5322C1038.53 98.8294 1038.15 98.9824 1037.78 98.9824C1037.43 98.9823 1037.08 98.8571 1036.8 98.6006C1033.24 95.2506 1029.51 91.9723 1025.73 88.8564C1025.13 88.3566 1025.05 87.4603 1025.54 86.8525C1025.82 86.5149 1026.23 86.3389 1026.64 86.3389ZM508.414 89.3604C508.788 89.0275 509.355 89.0543 509.688 89.4277C511.996 91.9987 514.286 94.6468 516.5 97.2988C516.815 97.6816 516.765 98.2487 516.383 98.5684C516.216 98.7078 516.01 98.7753 515.808 98.7754C515.551 98.7754 515.294 98.6677 515.114 98.4561C512.918 95.8175 510.642 93.1874 508.347 90.6299C508.014 90.2607 508.045 89.689 508.414 89.3604ZM1157.85 79.1621C1158.04 78.5589 1158.69 78.2258 1159.29 78.4238C1159.89 78.6174 1160.22 79.261 1160.03 79.8643C1158.21 85.4926 1156.55 91.2521 1155.09 96.9795C1154.96 97.4971 1154.49 97.8436 1153.98 97.8438C1153.89 97.8438 1153.79 97.8301 1153.7 97.8076C1153.08 97.6499 1152.71 97.0243 1152.87 96.4121C1154.34 90.6396 1156.01 84.8355 1157.85 79.1621ZM807.03 53.0664C821.08 64.8467 837.736 73.6044 855.995 78.334C856.178 77.9238 856.525 77.5889 856.983 77.4375C857.154 77.3835 857.326 77.3564 857.497 77.3564C858.19 77.3566 858.834 77.7979 859.059 78.4912C859.128 78.7053 859.2 78.9187 859.271 79.1328C867.26 80.972 875.538 82.0471 884.025 82.2705C884.012 82.4055 884.003 82.5408 884.003 82.6758C884.003 82.7794 884.008 82.8876 884.017 82.9912C875.628 82.7704 867.441 81.7236 859.533 79.9316C861.164 84.8422 862.952 89.7538 864.858 94.5566C865.191 95.4031 864.782 96.3575 863.937 96.6953C863.739 96.7763 863.531 96.8124 863.329 96.8125C862.677 96.8125 862.055 96.4208 861.799 95.7725C859.679 90.4368 857.708 84.9655 855.931 79.5127C855.88 79.3555 855.854 79.1962 855.851 79.0391C837.311 74.2416 820.414 65.3156 806.202 53.3047C806.477 53.2237 806.756 53.1429 807.03 53.0664ZM625.891 82.6377C626.363 82.4846 626.871 82.7421 627.024 83.2148C627.983 86.1641 629.054 89.1177 630.197 92.0039C630.382 92.4631 630.157 92.9898 629.693 93.1699C629.585 93.215 629.473 93.2373 629.36 93.2373C629.005 93.2373 628.663 93.0215 628.523 92.666C627.367 89.7483 626.286 86.7532 625.314 83.7725C625.162 83.2999 625.418 82.7908 625.891 82.6377ZM1170.19 73.9482C1170.86 73.9484 1171.45 74.4257 1171.58 75.1055C1172.5 79.9188 1173.58 84.7639 1174.8 89.4961C1174.99 90.257 1174.53 91.031 1173.77 91.2246C1173.66 91.2561 1173.54 91.2744 1173.42 91.2744C1172.79 91.2744 1172.21 90.8467 1172.05 90.2031C1170.81 85.4123 1169.72 80.5131 1168.79 75.6367C1168.64 74.8668 1169.15 74.1232 1169.92 73.9746C1170.01 73.9566 1170.1 73.9482 1170.19 73.9482ZM92.2148 82.0029C92.5594 81.6474 93.1291 81.6341 93.4873 81.9805C93.8451 82.3271 93.8559 82.8947 93.5107 83.2549C91.1258 85.7313 88.7554 88.2849 86.4658 90.8379C86.2881 91.0357 86.0423 91.1387 85.7959 91.1387C85.5817 91.1387 85.3672 91.0623 85.1953 90.9092C84.8255 90.576 84.7945 90.0095 85.126 89.6357C87.43 87.0647 89.815 84.4974 92.2148 82.0029ZM737.428 77.6133C737.864 77.6133 738.296 77.8116 738.575 78.1943C739.039 78.8292 738.899 79.7159 738.265 80.1797C734.314 83.0659 730.399 86.1144 726.637 89.2393C726.371 89.4598 726.052 89.5635 725.732 89.5635C725.323 89.5635 724.918 89.392 724.639 89.0498C724.135 88.4465 724.22 87.5505 724.823 87.0508C728.63 83.8899 732.59 80.8051 736.591 77.8828C736.843 77.6983 737.135 77.6133 737.428 77.6133ZM999.522 12.8145C999.725 12.9383 999.95 13.0284 1000.19 13.0869C983.133 47.2758 951.002 72.6744 912.565 80.5059C912.252 81.5488 911.93 82.5868 911.596 83.6152C911.474 83.9978 911.119 84.241 910.741 84.2412C910.651 84.2412 910.556 84.2278 910.462 84.1963C909.989 84.0432 909.733 83.5343 909.886 83.0615C910.118 82.3436 910.345 81.6213 910.567 80.8965C904.119 82.1013 897.499 82.8135 890.749 82.9912C890.758 82.8876 890.762 82.7794 890.762 82.6758C890.762 82.5408 890.753 82.4055 890.739 82.2705C897.576 82.0896 904.278 81.3567 910.803 80.1172C911.404 78.1185 911.967 76.1014 912.482 74.0879C912.608 73.6061 913.094 73.3135 913.58 73.4395C914.062 73.561 914.35 74.0515 914.229 74.5332C913.786 76.2637 913.306 77.998 912.799 79.7207C929.223 76.3209 944.482 69.6957 957.884 60.5361C958.446 60.5316 958.973 60.1895 959.193 59.6357C959.198 59.6312 959.198 59.6266 959.198 59.6221C976.226 47.6584 990.158 31.5703 999.522 12.8145ZM493.951 74.4658C494.298 74.1103 494.869 74.0967 495.225 74.4434C497.713 76.8386 500.192 79.3148 502.591 81.8047C502.937 82.1603 502.928 82.7324 502.568 83.0791C502.397 83.2457 502.172 83.3311 501.947 83.3311C501.709 83.3311 501.474 83.2368 501.299 83.0566C498.909 80.5803 496.448 78.1221 493.978 75.7402C493.618 75.3936 493.609 74.826 493.951 74.4658ZM890.015 82.2891C890.033 82.415 890.042 82.5453 890.042 82.6758C890.042 82.7882 890.038 82.8964 890.024 83.0088C889.147 83.0268 888.265 83.0361 887.383 83.0361C886.501 83.0361 885.619 83.0268 884.741 83.0088C884.728 82.8964 884.719 82.7882 884.719 82.6758C884.719 82.5453 884.728 82.415 884.75 82.2891C885.623 82.3071 886.501 82.3154 887.383 82.3154C888.265 82.3154 889.137 82.3071 890.015 82.2891ZM581.679 76.4248C593.815 76.9742 605.655 78.7161 617.066 81.5303C616.994 81.868 616.936 82.2152 616.904 82.5664C605.533 79.7567 593.747 78.0181 581.655 77.4688C581.673 77.2347 581.683 76.9963 581.683 76.7578C581.683 76.6454 581.683 76.5328 581.679 76.4248ZM133.321 32.8613C162.082 42.8527 187.609 59.8319 207.856 81.7598C207.605 82.0029 207.376 82.2691 207.172 82.5527C187.007 60.6877 161.566 43.7622 132.896 33.8203C133.057 33.5097 133.199 33.1899 133.321 32.8613ZM1002.64 68.9141C1002.89 68.9141 1003.16 68.9818 1003.39 69.1348C1007.58 71.7868 1011.73 74.6053 1015.74 77.5186C1016.38 77.9824 1016.52 78.8691 1016.06 79.5039C1015.78 79.8865 1015.35 80.0936 1014.91 80.0938C1014.62 80.0938 1014.33 80.004 1014.07 79.8193C1010.11 76.9421 1006 74.1547 1001.87 71.5342C1001.21 71.1154 1001.01 70.2331 1001.43 69.5713C1001.7 69.1436 1002.16 68.9141 1002.64 68.9141ZM1693.84 60.8359C1694.43 60.6018 1695.1 60.8906 1695.33 61.4805C1697.54 67.014 1699.59 72.6962 1701.44 78.3604C1701.64 78.9637 1701.31 79.6124 1700.71 79.8105C1700.59 79.8466 1700.47 79.8643 1700.36 79.8643C1699.87 79.8641 1699.42 79.5586 1699.27 79.0771C1697.43 73.4534 1695.39 67.8203 1693.21 62.3271C1692.97 61.7374 1693.25 61.0701 1693.84 60.8359ZM573.276 76.2354C575.486 76.2354 577.692 76.276 579.888 76.3525C579.897 76.4875 579.896 76.6183 579.896 76.7578C579.896 76.9739 579.887 77.1859 579.869 77.3975C577.682 77.3164 575.481 77.2754 573.276 77.2754C571.072 77.2754 568.871 77.3164 566.685 77.3975C566.667 77.1859 566.657 76.9694 566.657 76.7578C566.657 76.6183 566.661 76.4875 566.666 76.3525C568.862 76.276 571.062 76.2354 573.276 76.2354ZM892.493 70.3457C894.221 70.3457 895.648 71.6473 895.851 73.3223C895.864 73.4573 895.873 73.5925 895.873 73.7275C895.873 73.8311 895.868 73.9395 895.859 74.043C895.697 75.7584 894.253 77.1094 892.493 77.1094C890.734 77.1093 889.289 75.7583 889.127 74.043C889.118 73.9395 889.114 73.8311 889.114 73.7275C889.114 73.5925 889.123 73.4573 889.137 73.3223C889.339 71.6473 890.765 70.3458 892.493 70.3457ZM892.493 71.0615C891.157 71.0616 890.045 72.0523 889.86 73.3398C889.838 73.4659 889.829 73.597 889.829 73.7275C889.829 73.84 889.838 73.9481 889.852 74.0605C890.014 75.3708 891.139 76.3886 892.493 76.3887C893.848 76.3887 894.968 75.3708 895.135 74.0605C895.148 73.9481 895.152 73.84 895.152 73.7275C895.152 73.597 895.144 73.4659 895.126 73.3398C894.941 72.0522 893.83 71.0615 892.493 71.0615ZM107.197 67.541C107.567 67.2078 108.136 67.2392 108.468 67.6084C108.8 67.9821 108.768 68.5497 108.398 68.8828C105.843 71.1746 103.296 73.5473 100.825 75.9336C100.651 76.1 100.426 76.1854 100.201 76.1855C99.9654 76.1855 99.7296 76.0912 99.5527 75.9111C99.208 75.5509 99.2184 74.9834 99.5762 74.6367C102.062 72.2369 104.626 69.8508 107.197 67.541ZM621.328 64.4111C621.814 64.3168 622.286 64.6365 622.381 65.127C622.961 68.1752 623.646 71.2463 624.415 74.2451C624.541 74.7269 624.248 75.2173 623.767 75.3389C623.695 75.3569 623.618 75.3711 623.542 75.3711C623.142 75.3711 622.778 75.1009 622.674 74.6914C621.895 71.6566 621.197 68.5492 620.612 65.4648C620.518 64.9741 620.838 64.5012 621.328 64.4111ZM526.777 -51.3408C621.786 -47.0253 706.705 -3.34055 765.597 63.7637C765.309 64.4166 765.034 65.0696 764.755 65.7314C764.293 65.2018 763.828 64.6742 763.362 64.1475C763.281 64.2212 763.192 64.2886 763.092 64.3438C758.817 66.7076 754.559 69.238 750.433 71.8721C750.194 72.0206 749.933 72.0977 749.672 72.0977C749.2 72.0975 748.741 71.8632 748.471 71.4355C748.048 70.7737 748.246 69.896 748.907 69.4727C752.997 66.8663 757.217 64.3545 761.452 62.0059C726.667 23.3136 683.077 -7.2966 633.868 -26.6279C633.893 -26.4593 633.871 -26.2819 633.793 -26.1162C632.474 -23.3048 631.223 -20.4143 630.085 -17.5264C629.945 -17.1725 629.608 -16.9571 629.248 -16.957C629.14 -16.957 629.027 -16.9767 628.919 -17.0195C628.456 -17.2025 628.227 -17.7257 628.411 -18.1885C629.568 -21.111 630.828 -24.0363 632.164 -26.8818C632.224 -27.0085 632.309 -27.1146 632.41 -27.1973C599.372 -39.9977 563.828 -47.7236 526.736 -49.4121C526.772 -49.8461 526.79 -50.2851 526.79 -50.7285C526.79 -50.9335 526.786 -51.1376 526.777 -51.3408ZM478.443 60.6602C478.758 60.2776 479.326 60.2236 479.708 60.543C482.367 62.7537 485.018 65.0463 487.592 67.3516C487.965 67.6848 487.997 68.2523 487.664 68.626C487.489 68.8239 487.241 68.9227 486.994 68.9229C486.778 68.9229 486.566 68.8464 486.396 68.6934C483.835 66.4016 481.198 64.123 478.557 61.9258C478.179 61.6106 478.124 61.0429 478.443 60.6602ZM916.964 54.9561C917.459 55.0191 917.81 55.4692 917.747 55.96C917.356 59.0802 916.865 62.223 916.28 65.3027C916.199 65.735 915.821 66.037 915.398 66.0371C915.344 66.0371 915.286 66.032 915.228 66.0186C914.742 65.9285 914.422 65.4556 914.512 64.9648C915.088 61.9211 915.578 58.819 915.961 55.7393C916.024 55.2441 916.469 54.8932 916.964 54.9561ZM1426.67 54.3252C1420.35 55.829 1413.94 57.1124 1407.45 58.166C1408.68 62.2139 1412.44 65.1676 1416.87 65.1631C1422.31 65.163 1426.72 60.7464 1426.72 55.3164C1426.72 54.9832 1426.7 54.6494 1426.67 54.3252ZM976.621 54.627C976.823 54.627 977.026 54.6718 977.224 54.7617C981.706 56.869 986.188 59.1478 990.535 61.5342C991.223 61.9125 991.476 62.777 991.098 63.4658C990.837 63.9386 990.35 64.2041 989.851 64.2041C989.621 64.204 989.383 64.1453 989.167 64.0283C984.87 61.6689 980.446 59.4182 976.018 57.3379C975.307 57.0046 975.001 56.1577 975.334 55.4463C975.577 54.9286 976.086 54.627 976.621 54.627ZM1166.47 44.5273C1167.22 44.5273 1167.85 45.1039 1167.89 45.8604C1168.02 47.7943 1168.16 49.736 1168.33 51.6768C1169.22 49.6766 1170.12 47.6886 1171.05 45.7207C1171.32 45.1489 1172 44.9017 1172.57 45.1719C1173.14 45.4421 1173.39 46.1265 1173.12 46.6982C1171.63 49.884 1170.18 53.1223 1168.79 56.3818C1168.94 57.7727 1169.11 59.1596 1169.28 60.5391C1169.38 61.318 1168.82 62.0298 1168.05 62.1289C1167.99 62.1379 1167.93 62.1377 1167.87 62.1377C1167.38 62.1377 1166.94 61.8865 1166.68 61.4932C1166.47 62.0186 1166.26 62.5438 1166.05 63.0693C1165.87 63.5195 1165.44 63.7987 1164.99 63.7988C1164.85 63.7988 1164.7 63.7717 1164.56 63.7178C1163.98 63.4836 1163.69 62.8174 1163.92 62.2275C1164.6 60.5107 1165.3 58.7944 1166.01 57.082C1165.61 53.4122 1165.29 49.7123 1165.06 46.04C1165.01 45.2568 1165.6 44.5818 1166.39 44.5322C1166.41 44.5277 1166.44 44.5273 1166.47 44.5273ZM123.18 54.208C123.573 53.9019 124.138 53.9786 124.442 54.3701C124.747 54.7618 124.675 55.3296 124.281 55.6357C121.568 57.7339 118.856 59.9131 116.221 62.1104C116.052 62.2543 115.848 62.3222 115.646 62.3223C115.388 62.3223 115.131 62.2096 114.953 61.998C114.635 61.6154 114.686 61.0482 115.068 60.7285C117.721 58.5177 120.45 56.3242 123.18 54.208ZM1404.63 57.8281H1404.63H1404.63ZM789.164 49.0117C789.731 49.0117 790.267 49.3544 790.487 49.9082C790.775 50.6376 790.419 51.4658 789.69 51.7539C785.155 53.564 780.614 55.5407 776.195 57.6299C776.002 57.7199 775.795 57.7656 775.588 57.7656C775.057 57.7656 774.549 57.468 774.306 56.9502C773.968 56.2433 774.274 55.3973 774.98 55.0596C779.453 52.9433 784.048 50.9433 788.643 49.1152C788.813 49.0478 788.993 49.0118 789.164 49.0117ZM65.0361 23.3193C65.0361 23.558 65.0466 23.7971 65.0664 24.0312C29.8651 25.6313 -2.75194 37.2837 -29.9961 56.1885L-31.2891 57.0947C-31.4385 57.1982 -31.5908 57.3057 -31.7393 57.4092V56.1357C-31.5893 56.0277 -31.44 55.9235 -31.2891 55.8154L-29.9941 54.916C-2.71014 36.1472 29.8913 24.582 65.043 22.9863C65.0385 23.0988 65.0361 23.2069 65.0361 23.3193ZM619.087 45.7568C619.586 45.7299 620.009 46.0989 620.041 46.5986C620.239 49.6964 620.531 52.8257 620.918 55.8965C620.981 56.3918 620.635 56.8422 620.14 56.9053L620.027 56.9102C619.577 56.9102 619.191 56.5768 619.137 56.1221C618.741 53.0152 618.443 49.8448 618.245 46.7109C618.214 46.2158 618.592 45.7883 619.087 45.7568ZM1416.87 45.4688C1411.45 45.4688 1407.03 49.8862 1407.03 55.3164C1407.03 55.7665 1407.06 56.2124 1407.12 56.6445C1413.63 55.5909 1420.05 54.3078 1426.39 52.7949C1425.28 48.5804 1421.43 45.4688 1416.87 45.4688ZM461.965 48.0127C462.253 47.6075 462.816 47.5126 463.221 47.8008C466.033 49.8179 468.845 51.9073 471.581 54.0234C471.973 54.3251 472.045 54.8925 471.743 55.2842C471.568 55.5138 471.297 55.6357 471.027 55.6357C470.839 55.6357 470.645 55.5771 470.479 55.4512C467.76 53.3484 464.966 51.2678 462.172 49.2686C461.767 48.9759 461.672 48.4135 461.965 48.0127ZM806.156 53.3486C805.873 54.0059 805.594 54.6724 805.319 55.3252C805 54.9606 804.676 54.5911 804.361 54.2266C804.64 53.5648 804.914 52.9116 805.202 52.2588C805.522 52.6235 805.837 52.9839 806.156 53.3486ZM949 43.7305C949.144 43.7305 949.293 43.7532 949.437 43.8027C954.161 45.3246 958.895 47.0219 963.503 48.8408C964.232 49.129 964.588 49.9444 964.309 50.6738L964.304 50.6875C964.083 51.2409 963.557 51.5832 962.995 51.5879H962.981C962.81 51.5879 962.635 51.5558 962.464 51.4883C957.906 49.6873 953.23 48.0126 948.563 46.5088C947.817 46.2657 947.407 45.4641 947.649 44.7168C947.843 44.1135 948.401 43.7305 949 43.7305ZM140.081 42.0781C140.496 41.8035 141.054 41.9158 141.329 42.3301C141.604 42.7443 141.491 43.3025 141.076 43.5771C138.219 45.4772 135.357 47.454 132.57 49.4531C132.411 49.5656 132.229 49.6201 132.047 49.6201C131.767 49.6201 131.49 49.4893 131.314 49.2461C131.025 48.8409 131.118 48.2784 131.521 47.9902C134.325 45.9775 137.206 43.9872 140.081 42.0781ZM918.018 35.8779C918.512 35.878 918.912 36.2784 918.917 36.7734V37.0977C918.917 37.2101 918.915 37.323 918.915 37.4355C918.916 37.4342 918.917 37.433 918.917 37.4316V37.4307C919.097 36.8321 919.651 36.4269 920.271 36.4268C920.357 36.4268 920.447 36.4357 920.537 36.4492C925.406 37.3633 930.307 38.4488 935.104 39.6689C935.864 39.8625 936.323 40.6375 936.13 41.3984C935.968 42.0375 935.387 42.4648 934.753 42.4648C934.64 42.4648 934.523 42.4518 934.406 42.4248C929.663 41.2181 924.821 40.1511 920.011 39.2461C919.538 39.1555 919.166 38.8406 918.98 38.4316L918.913 38.251C918.892 41.0166 918.795 43.8016 918.625 46.5449C918.598 47.0221 918.197 47.3915 917.729 47.3916H917.671C917.176 47.3601 916.798 46.9318 916.829 46.4365C917.018 43.3477 917.117 40.2045 917.117 37.0977V36.7832C917.113 36.2835 917.513 35.878 918.013 35.8779H918.018ZM1678.45 28.6289C1679 28.3183 1679.7 28.5206 1680 29.0742C1682.88 34.2882 1685.63 39.6555 1688.18 45.0361C1688.45 45.608 1688.21 46.2924 1687.63 46.5625C1687.48 46.639 1687.31 46.6758 1687.14 46.6758C1686.72 46.6757 1686.3 46.4318 1686.11 46.0176C1683.58 40.682 1680.85 35.3555 1678 30.1865C1677.69 29.6327 1677.89 28.9351 1678.45 28.6289ZM444.6 36.5938C444.861 36.1661 445.414 36.0309 445.837 36.292C448.789 38.093 451.745 39.9796 454.634 41.8887C455.048 42.1633 455.161 42.7216 454.887 43.1357C454.716 43.3969 454.427 43.541 454.135 43.541C453.964 43.541 453.793 43.4916 453.64 43.3926C450.773 41.4925 447.83 39.6192 444.9 37.8271C444.473 37.5704 444.343 37.0169 444.6 36.5938ZM846.458 34.2432C847.164 34.2432 847.777 34.7659 847.867 35.4863C847.966 36.2651 847.412 36.9761 846.634 37.0752C841.778 37.6876 836.882 38.4672 832.081 39.3857C831.991 39.4037 831.901 39.4121 831.811 39.4121C831.145 39.412 830.546 38.9347 830.42 38.2549C830.272 37.4851 830.776 36.7425 831.545 36.5938C836.409 35.6617 841.364 34.8778 846.278 34.252C846.341 34.2475 846.4 34.2432 846.458 34.2432ZM157.812 31.2178C158.245 30.9748 158.793 31.1274 159.037 31.5596C159.281 31.9917 159.127 32.5409 158.694 32.7842C155.706 34.4727 152.709 36.2339 149.788 38.0215C149.642 38.1113 149.479 38.1562 149.319 38.1562C149.016 38.1562 148.72 38.0027 148.551 37.7236C148.291 37.3004 148.425 36.7465 148.849 36.4854C151.788 34.6843 154.804 32.9107 157.812 31.2178ZM619.177 26.9629C619.676 26.9944 620.054 27.4218 620.022 27.917C619.838 30.9517 619.744 34.0405 619.744 37.0977V37.2559C619.744 37.7556 619.343 38.1562 618.844 38.1562C618.349 38.1562 617.944 37.7556 617.944 37.2559V37.0977C617.944 34.0046 618.039 30.8801 618.228 27.8096C618.255 27.3098 618.682 26.9269 619.177 26.9629ZM890.945 32.7979C895.895 33.095 900.89 33.5549 905.795 34.1582C906.573 34.2573 907.127 34.9642 907.032 35.7432C906.942 36.4633 906.33 36.9902 905.624 36.9902C905.566 36.9902 905.507 36.985 905.448 36.9805C900.602 36.3817 895.666 35.9274 890.774 35.6348C889.991 35.5852 889.393 34.9143 889.442 34.1309C889.487 33.3745 890.117 32.7932 890.859 32.793C890.886 32.793 890.914 32.7933 890.945 32.7979ZM876.037 32.3564C876.824 32.3567 877.459 32.9916 877.459 33.7793C877.459 34.5628 876.824 35.2021 876.041 35.2021C871.141 35.2067 866.182 35.369 861.309 35.6797L861.214 35.6846C860.471 35.6846 859.846 35.1034 859.801 34.3516C859.747 33.5682 860.345 32.8925 861.128 32.8428C866.06 32.5276 871.078 32.3654 876.037 32.3564ZM426.441 26.4668C426.666 26.0256 427.211 25.8505 427.652 26.0801C430.726 27.6605 433.817 29.3221 436.837 31.0195C437.273 31.2627 437.426 31.812 437.184 32.2441C437.017 32.5413 436.711 32.7031 436.396 32.7031C436.247 32.7031 436.098 32.6673 435.959 32.5908C432.958 30.9024 429.884 29.254 426.829 27.6826C426.388 27.453 426.212 26.9081 426.441 26.4668ZM1166.53 14.873C1167.32 14.9183 1167.91 15.5936 1167.86 16.377C1167.57 21.1677 1167.43 26.044 1167.43 30.8662V31.1182C1167.43 31.9016 1166.79 32.5371 1166 32.5371C1165.22 32.5369 1164.58 31.9015 1164.58 31.1182V30.8662C1164.58 25.9854 1164.73 21.0505 1165.03 16.2012C1165.07 15.4537 1165.69 14.8682 1166.44 14.8682C1166.47 14.8682 1166.5 14.8686 1166.53 14.873ZM1188.35 14.2334C1188.68 13.6977 1189.39 13.5403 1189.93 13.8779C1190.46 14.2156 1190.62 14.9267 1190.28 15.458C1187.11 20.4604 1184.06 25.6206 1181.21 30.8076C1181 31.1859 1180.61 31.4023 1180.21 31.4023C1180.02 31.4023 1179.83 31.3569 1179.66 31.2578C1179.1 30.9516 1178.9 30.2585 1179.2 29.7002C1182.07 24.4771 1185.15 19.2719 1188.35 14.2334ZM81.8428 22.9863C93.9797 23.5402 105.82 25.2835 117.234 28.0977C117.158 28.4306 117.103 28.777 117.068 29.1279C105.698 26.3183 93.9116 24.5806 81.8203 24.0312C81.8396 23.7973 81.8496 23.5588 81.8496 23.3203C81.8496 23.2077 81.8473 23.0989 81.8428 22.9863ZM916.699 17.1328C917.19 17.0656 917.644 17.417 917.707 17.9121C918.103 21.019 918.404 24.1849 918.606 27.3232C918.638 27.8183 918.26 28.2461 917.766 28.2822H917.707C917.234 28.2822 916.838 27.9167 916.807 27.4395C916.609 24.3373 916.311 21.2083 915.92 18.1377C915.857 17.6469 916.209 17.1959 916.699 17.1328ZM176.274 21.6855C176.724 21.474 177.26 21.6673 177.472 22.1172C177.683 22.5674 177.491 23.1038 177.041 23.3154C173.941 24.7743 170.826 26.3094 167.782 27.8809C167.65 27.9483 167.509 27.9805 167.37 27.9805C167.045 27.9803 166.73 27.8045 166.57 27.4941C166.342 27.0529 166.515 26.5074 166.957 26.2822C170.02 24.7018 173.155 23.1534 176.274 21.6855ZM73.4424 22.7979C75.6539 22.7979 77.8596 22.8385 80.0518 22.915C80.0598 23.05 80.0645 23.1853 80.0645 23.3203C80.0644 23.5362 80.0534 23.7476 80.0332 23.959C77.8472 23.8824 75.6468 23.8418 73.4424 23.8418C71.2377 23.8418 69.0383 23.8824 66.8525 23.959C66.8323 23.7476 66.8213 23.5362 66.8213 23.3203C66.8213 23.1853 66.8259 23.05 66.834 22.915C69.0267 22.8385 71.2312 22.7979 73.4424 22.7979ZM407.577 17.7002C407.771 17.241 408.3 17.03 408.758 17.2236C411.942 18.5744 415.149 20.0062 418.288 21.4785C418.738 21.6902 418.931 22.2257 418.72 22.6758C418.567 23.0043 418.244 23.1932 417.905 23.1934C417.778 23.1934 417.648 23.1668 417.524 23.1084C414.405 21.6496 411.219 20.2262 408.055 18.8799C407.597 18.6863 407.383 18.1595 407.577 17.7002ZM620.55 9.05078C620.644 8.56009 621.112 8.24005 621.603 8.33008C622.093 8.42017 622.412 8.8931 622.317 9.38379C621.746 12.4275 621.261 15.5345 620.883 18.6143C620.824 19.0689 620.437 19.4021 619.987 19.4023L619.879 19.3984C619.384 19.3354 619.033 18.8849 619.096 18.3896C619.478 15.2738 619.969 12.1306 620.55 9.05078ZM195.373 13.5352C195.837 13.3551 196.358 13.59 196.536 14.0537C196.714 14.5174 196.482 15.0393 196.018 15.2148C192.824 16.4441 189.607 17.7455 186.457 19.0918C186.342 19.1413 186.222 19.1641 186.104 19.1641C185.755 19.1639 185.422 18.9564 185.276 18.6143C185.082 18.1595 185.294 17.6282 185.751 17.4346C188.921 16.0793 192.159 14.7689 195.373 13.5352ZM1659.12 -1.41602C1659.63 -1.78928 1660.35 -1.67752 1660.72 -1.16602C1664.23 3.65134 1667.64 8.63641 1670.84 13.6523C1671.18 14.1882 1671.02 14.8951 1670.48 15.2373C1670.3 15.3588 1670.08 15.4179 1669.87 15.418C1669.5 15.418 1669.12 15.2288 1668.91 14.8867C1665.73 9.91125 1662.35 4.96243 1658.87 0.185547C1658.5 -0.325409 1658.61 -1.04315 1659.12 -1.41602ZM388.109 10.3428C388.269 9.87009 388.781 9.61823 389.251 9.78027C392.531 10.8924 395.836 12.086 399.074 13.3242C399.539 13.4998 399.772 14.0171 399.595 14.4854C399.458 14.841 399.116 15.0614 398.754 15.0615C398.647 15.0615 398.538 15.0435 398.433 15.0029C395.216 13.7783 391.931 12.5945 388.672 11.4824C388.201 11.3247 387.949 10.8109 388.109 10.3428ZM215.073 6.79004C215.551 6.64609 216.051 6.91693 216.194 7.38965C216.338 7.86685 216.068 8.37057 215.593 8.51465C212.304 9.50522 208.991 10.5724 205.744 11.6846C205.647 11.7161 205.549 11.7344 205.452 11.7344C205.078 11.7342 204.729 11.4955 204.602 11.1221C204.44 10.6539 204.691 10.1407 205.161 9.97852C208.428 8.86185 211.763 7.78964 215.073 6.79004ZM913.054 -1.30078C913.535 -1.42593 914.026 -1.13513 914.147 -0.654297C914.935 2.38577 915.628 5.48904 916.222 8.57324C916.316 9.05936 915.993 9.53217 915.507 9.62695C915.448 9.63596 915.393 9.64062 915.335 9.64062C914.912 9.64041 914.534 9.34323 914.453 8.91113C913.868 5.8674 913.18 2.7991 912.406 -0.204102C912.28 -0.685364 912.572 -1.17599 913.054 -1.30078ZM1012.24 -32.7207C1012.45 -32.6784 1012.67 -32.6553 1012.89 -32.6553C1012.91 -32.6553 1012.93 -32.6562 1012.95 -32.6562C1012.03 -21.4255 1009.64 -10.6122 1005.96 -0.40332C1006.18 -0.389893 1006.4 -0.345612 1006.6 -0.271484C1006.83 -0.188202 1007.05 -0.0700073 1007.23 0.0771484C1007.77 0.498993 1008.12 1.15622 1008.12 1.89355C1008.12 3.16373 1007.09 4.1972 1005.82 4.19727C1005.64 4.19727 1005.47 4.1792 1005.3 4.13867C1005.06 4.08014 1004.84 3.98999 1004.63 3.86621C1004.55 3.81631 1004.47 3.76062 1004.4 3.70117C1003.68 5.49603 1002.92 7.27188 1002.12 9.02539C1001.94 8.87814 1001.72 8.76007 1001.49 8.67676C1002.33 6.84146 1003.12 4.98157 1003.86 3.10059C1003.65 2.74939 1003.52 2.33578 1003.52 1.89355C1003.52 0.853149 1004.21 -0.027771 1005.16 -0.3125C1008.89 -10.5628 1011.31 -21.4316 1012.24 -32.7207ZM368.206 4.45312C368.331 3.97168 368.822 3.68494 369.303 3.80859C372.648 4.67896 376.023 5.61978 379.332 6.61035C379.808 6.75443 380.079 7.25418 379.937 7.73145C379.82 8.12302 379.462 8.37482 379.075 8.375C378.99 8.375 378.902 8.36197 378.816 8.33496C375.528 7.35339 372.175 6.41626 368.851 5.55176C368.37 5.42557 368.081 4.93481 368.206 4.45312ZM235.215 1.5127C235.7 1.40375 236.182 1.70996 236.29 2.19531C236.398 2.68069 236.092 3.16245 235.606 3.27051C232.254 4.01703 228.871 4.83649 225.552 5.70996C225.476 5.72797 225.398 5.7373 225.323 5.7373C224.924 5.7373 224.559 5.47067 224.453 5.06543C224.327 4.58383 224.615 4.0929 225.096 3.9668C228.436 3.08969 231.841 2.26508 235.215 1.5127ZM1005.64 3.69824H1005.64L1005.82 3.70801L1005.64 3.69824ZM1004.81 3.39746C1004.91 3.46271 1005.01 3.51947 1005.12 3.56543C1005.01 3.51947 1004.91 3.46271 1004.81 3.39746ZM1006.83 3.39844C1006.74 3.46353 1006.63 3.51956 1006.53 3.56543C1006.63 3.51956 1006.74 3.46356 1006.83 3.39844ZM347.925 0.0458984C348.014 -0.44342 348.483 -0.765869 348.971 -0.678711C352.371 -0.0578003 355.806 0.633667 359.178 1.37793C359.663 1.48508 359.97 1.96536 359.863 2.45117C359.771 2.87158 359.398 3.15802 358.985 3.1582C358.922 3.1582 358.856 3.15106 358.791 3.13672C355.44 2.3974 352.028 1.70917 348.648 1.09277C348.16 1.00363 347.835 0.535217 347.925 0.0458984ZM1170.09 -14.5625C1170.18 -14.5625 1170.27 -14.5547 1170.35 -14.5381C1171.13 -14.3927 1171.63 -13.6501 1171.49 -12.8789C1170.58 -8.07242 1169.82 -3.17047 1169.22 1.69141C1169.13 2.41138 1168.51 2.93848 1167.81 2.93848C1167.75 2.93848 1167.69 2.93494 1167.63 2.92773C1166.85 2.83072 1166.3 2.12094 1166.4 1.34277C1167.01 -3.57822 1167.78 -8.54059 1168.7 -13.4053C1168.83 -14.0876 1169.42 -14.5625 1170.09 -14.5625ZM1004.02 1.70898C1004.01 1.76968 1004.01 1.83127 1004.01 1.89355C1004.01 1.99875 1004.02 2.10181 1004.04 2.20215C1004.02 2.10178 1004.01 1.99878 1004.01 1.89355C1004.01 1.83127 1004.01 1.76965 1004.02 1.70898ZM1597.22 -0.391602C1597.72 -0.417694 1598.15 -0.0440369 1598.18 0.452148C1598.21 0.948151 1597.84 1.37518 1597.34 1.40625C1594.21 1.6012 1591.04 1.70132 1587.89 1.70312C1587.4 1.70358 1586.99 1.30109 1586.99 0.803711C1586.99 0.30661 1587.39 -0.0971985 1587.89 -0.0976562C1591 -0.0994568 1594.14 -0.198425 1597.22 -0.391602ZM1569.26 -1.24414C1572.33 -0.86142 1575.46 -0.570862 1578.56 -0.380859C1579.05 -0.35025 1579.43 0.0770569 1579.4 0.573242C1579.37 1.0509 1578.97 1.41882 1578.5 1.41895L1578.45 1.41699C1575.31 1.22427 1572.15 0.930695 1569.04 0.543945C1568.55 0.482269 1568.2 0.0315857 1568.25 -0.461914C1568.32 -0.955627 1568.77 -1.30624 1569.26 -1.24414ZM1209.44 -14.8281C1209.85 -15.3162 1210.57 -15.384 1211.06 -14.9814C1211.54 -14.5775 1211.61 -13.8552 1211.21 -13.3672C1207.44 -8.80777 1203.77 -4.06909 1200.29 0.716797C1200.07 1.02567 1199.72 1.18945 1199.37 1.18945C1199.13 1.18945 1198.9 1.11838 1198.7 0.970703C1198.18 0.598297 1198.07 -0.118042 1198.44 -0.629883C1201.94 -5.45447 1205.64 -10.2318 1209.44 -14.8281ZM625.216 -9.27051C625.369 -9.74374 625.873 -10.0041 626.346 -9.85059C626.823 -9.69785 627.079 -9.18948 626.926 -8.7168C625.972 -5.7663 625.103 -2.74612 624.338 0.259766C624.234 0.666656 623.866 0.937286 623.466 0.9375C623.394 0.9375 623.317 0.929474 623.245 0.910156C622.759 0.787262 622.471 0.297577 622.593 -0.18457C623.367 -3.2269 624.248 -6.28403 625.216 -9.27051ZM1615.75 -2.71875C1616.23 -2.81085 1616.71 -2.49127 1616.8 -2.00293C1616.89 -1.51437 1616.57 -1.04196 1616.08 -0.949219C1613 -0.363007 1609.86 0.131653 1606.75 0.522461L1606.63 0.529297C1606.18 0.529114 1605.8 0.196259 1605.74 -0.258789C1605.68 -0.752228 1606.03 -1.20288 1606.52 -1.26465C1609.6 -1.65097 1612.7 -2.13971 1615.75 -2.71875ZM495.695 -50.7295C495.695 -50.286 495.714 -49.8461 495.75 -49.4121C438.674 -46.8142 385.28 -29.929 339.022 -2.24512C339.329 -2.06516 339.511 -1.71198 339.457 -1.33887C339.392 -0.890564 339.007 -0.567383 338.567 -0.567383C338.525 -0.567383 338.481 -0.571289 338.438 -0.577148C337.85 -0.662231 337.261 -0.7435 336.671 -0.825195C336.54 -0.745667 336.41 -0.666626 336.279 -0.586914C336.239 -0.691284 336.195 -0.79422 336.152 -0.897461C333.501 -1.25931 330.826 -1.58713 328.173 -1.87305C327.679 -1.92627 327.322 -2.36963 327.375 -2.86426C327.429 -3.35809 327.869 -3.71692 328.365 -3.66309C330.935 -3.38626 333.525 -3.07242 336.094 -2.72461C383.059 -31.2619 437.5 -48.6915 495.709 -51.3408C495.7 -51.1379 495.695 -50.9342 495.695 -50.7295ZM1549.83 -4.0625C1549.95 -4.54428 1550.44 -4.83582 1550.92 -4.71289C1553.92 -3.94611 1556.99 -3.2648 1560.04 -2.68848C1560.52 -2.59598 1560.85 -2.12512 1560.75 -1.63672C1560.67 -1.20447 1560.29 -0.90332 1559.87 -0.90332C1559.81 -0.90332 1559.76 -0.908142 1559.7 -0.918945C1556.62 -1.50201 1553.51 -2.19104 1550.47 -2.9668C1549.99 -3.09015 1549.7 -3.58078 1549.83 -4.0625ZM276.384 -4.54492C276.882 -4.57846 277.31 -4.20877 277.347 -3.71289C277.383 -3.21713 277.011 -2.78503 276.515 -2.74902C273.086 -2.49777 269.62 -2.18027 266.213 -1.80566L266.113 -1.7998C265.66 -1.7998 265.271 -2.14151 265.22 -2.60254C265.166 -3.09641 265.522 -3.54111 266.016 -3.5957C269.444 -3.97256 272.933 -4.29233 276.384 -4.54492ZM307.6 -5.14062C311.057 -5.01996 314.555 -4.83432 317.996 -4.58984C318.492 -4.55426 318.865 -4.12408 318.83 -3.62793C318.796 -3.15347 318.401 -2.7912 317.934 -2.79102L317.868 -2.79395C314.45 -3.03708 310.973 -3.22006 307.537 -3.33984C307.04 -3.35709 306.652 -3.77457 306.669 -4.27148C306.686 -4.76804 307.106 -5.15982 307.6 -5.14062ZM1633.83 -7.3584C1634.3 -7.51215 1634.8 -7.25293 1634.96 -6.78027C1635.11 -6.30759 1634.85 -5.79947 1634.38 -5.64551C1631.4 -4.67523 1628.35 -3.78809 1625.3 -3.00781C1625.23 -2.98889 1625.16 -2.97949 1625.08 -2.97949C1624.68 -2.97958 1624.31 -3.24985 1624.21 -3.65625C1624.08 -4.13803 1624.38 -4.62955 1624.86 -4.75293C1627.86 -5.52332 1630.88 -6.39981 1633.83 -7.3584ZM297.19 -5.31543C297.687 -5.31543 298.091 -4.91312 298.091 -4.41602C298.092 -3.91858 297.689 -3.51511 297.191 -3.51465C293.756 -3.51105 290.276 -3.44531 286.847 -3.31836L286.812 -3.31738C286.331 -3.31744 285.932 -3.69888 285.914 -4.18457C285.895 -4.68106 286.283 -5.09946 286.779 -5.11816C290.23 -5.24603 293.733 -5.31183 297.19 -5.31543ZM845.766 -8.80762C844.668 -7.57889 843.588 -6.33755 842.517 -5.08496C842.481 -5.22363 842.458 -5.36966 842.458 -5.52051V-5.8125C842.458 -6.2182 842.457 -6.62512 842.462 -7.03125C843.56 -8.30057 844.667 -9.55722 845.792 -10.8018C845.783 -10.1372 845.77 -9.47177 845.766 -8.80762ZM907.109 -19.126C907.568 -19.3102 908.095 -19.0841 908.279 -18.623C909.44 -15.7055 910.525 -12.7143 911.497 -9.73145C911.65 -9.25867 911.393 -8.75015 910.921 -8.5957C910.826 -8.56509 910.732 -8.55078 910.642 -8.55078C910.264 -8.55087 909.909 -8.79221 909.787 -9.17188C908.824 -12.1184 907.753 -15.0739 906.605 -17.9561C906.421 -18.4184 906.646 -18.9413 907.109 -19.126ZM1651.17 -14.2393C1651.62 -14.4508 1652.15 -14.2592 1652.36 -13.8096C1652.57 -13.3597 1652.38 -12.8224 1651.93 -12.6104C1649.1 -11.2737 1646.19 -10.0101 1643.27 -8.85352C1643.17 -8.8103 1643.05 -8.79004 1642.94 -8.79004C1642.58 -8.79016 1642.25 -9.00504 1642.11 -9.3584C1641.92 -9.82025 1642.15 -10.344 1642.61 -10.5273C1645.49 -11.6701 1648.37 -12.9187 1651.17 -14.2393ZM1515.01 -18.083C1515.25 -18.518 1515.8 -18.6775 1516.24 -18.4375C1518.96 -16.9408 1521.76 -15.5109 1524.56 -14.1885C1525.01 -13.9763 1525.21 -13.4403 1525 -12.9902C1524.84 -12.6647 1524.52 -12.4736 1524.18 -12.4736C1524.05 -12.4736 1523.92 -12.501 1523.8 -12.5596C1520.95 -13.8976 1518.12 -15.3444 1515.37 -16.8594C1514.93 -17.0988 1514.78 -17.6472 1515.01 -18.083ZM1636.19 -28.8242C1636.64 -29.2572 1637.37 -29.2363 1637.81 -28.7754C1641.89 -24.4389 1645.89 -19.9136 1649.69 -15.3271C1650.1 -14.8404 1650.03 -14.1172 1649.54 -13.7129C1649.33 -13.535 1649.07 -13.4492 1648.81 -13.4492C1648.48 -13.4493 1648.16 -13.5897 1647.93 -13.8623C1644.16 -18.4123 1640.19 -22.9013 1636.14 -27.2031C1635.7 -27.6642 1635.72 -28.3898 1636.19 -28.8242ZM1667.5 -23.2461C1667.92 -23.5127 1668.47 -23.3894 1668.74 -22.9697C1669.01 -22.5496 1668.88 -21.9931 1668.46 -21.7266C1665.82 -20.0431 1663.09 -18.4215 1660.34 -16.9082C1660.2 -16.8321 1660.05 -16.7959 1659.91 -16.7959C1659.59 -16.7959 1659.28 -16.9641 1659.12 -17.2617C1658.88 -17.697 1659.04 -18.2448 1659.47 -18.4854C1662.18 -19.9807 1664.88 -21.5828 1667.5 -23.2461ZM1499.21 -28.2617C1499.5 -28.6642 1500.07 -28.7535 1500.47 -28.4609C1502.97 -26.6364 1505.57 -24.8668 1508.19 -23.2021C1508.61 -22.9352 1508.74 -22.3786 1508.47 -21.959C1508.3 -21.6889 1508.01 -21.5411 1507.71 -21.541C1507.54 -21.541 1507.38 -21.5863 1507.23 -21.6816C1504.58 -23.3665 1501.95 -25.1573 1499.41 -27.0039C1499.01 -27.2965 1498.92 -27.8592 1499.21 -28.2617ZM844.717 -24.3369C845.059 -24.3162 845.369 -24.1911 845.621 -23.9961C844.667 -23.6368 843.771 -23.1544 842.957 -22.5674C842.962 -22.6429 842.966 -22.718 842.971 -22.7939C843.025 -23.6629 843.745 -24.3407 844.6 -24.3408C844.64 -24.3408 844.676 -24.3396 844.717 -24.3369ZM898.978 -36.0381C899.414 -36.2794 899.959 -36.1215 900.202 -35.6865C901.719 -32.9372 903.172 -30.1089 904.509 -27.2803C904.72 -26.831 904.531 -26.2935 904.081 -26.0811C903.955 -26.0222 903.825 -25.9942 903.694 -25.9941C903.357 -25.9941 903.036 -26.1847 902.879 -26.5098C901.56 -29.3036 900.125 -32.0981 898.627 -34.8145C898.384 -35.2493 898.541 -35.7975 898.978 -36.0381ZM1177.41 -43.3037C1177.55 -43.3037 1177.7 -43.2812 1177.85 -43.2344C1178.59 -42.9925 1179 -42.1912 1178.76 -41.4453C1177.26 -36.7878 1175.88 -32.0208 1174.67 -27.2764C1174.51 -26.6334 1173.93 -26.2051 1173.3 -26.2051C1173.18 -26.2051 1173.06 -26.2195 1172.95 -26.25C1172.19 -26.4436 1171.73 -27.2171 1171.92 -27.9775C1173.14 -32.7801 1174.54 -37.6059 1176.06 -42.3193C1176.25 -42.921 1176.81 -43.3037 1177.41 -43.3037ZM1233.99 -41.0166C1234.45 -41.4497 1235.17 -41.4291 1235.6 -40.9678C1236.04 -40.5071 1236.02 -39.7807 1235.56 -39.3467C1231.25 -35.2952 1227.02 -31.0527 1222.98 -26.7383C1222.75 -26.4981 1222.45 -26.3771 1222.15 -26.377C1221.86 -26.377 1221.58 -26.479 1221.36 -26.6865C1220.9 -27.1197 1220.88 -27.8456 1221.31 -28.3076C1225.39 -32.6566 1229.65 -36.9319 1233.99 -41.0166ZM1682.58 -34.2324C1682.97 -34.5498 1683.53 -34.4964 1683.85 -34.1133C1684.17 -33.7301 1684.11 -33.1617 1683.73 -32.8447C1681.32 -30.8438 1678.81 -28.8932 1676.27 -27.0459C1676.11 -26.9297 1675.92 -26.873 1675.74 -26.873C1675.47 -26.8732 1675.19 -27.0022 1675.02 -27.2441C1674.72 -27.6461 1674.81 -28.2092 1675.21 -28.502C1677.72 -30.3268 1680.2 -32.2553 1682.58 -34.2324ZM1484.81 -40.332C1485.15 -40.6945 1485.71 -40.7133 1486.08 -40.373C1488.34 -38.2496 1490.7 -36.1704 1493.09 -34.1924C1493.47 -33.8754 1493.52 -33.307 1493.21 -32.9238C1493.03 -32.7087 1492.77 -32.5977 1492.51 -32.5977C1492.31 -32.5977 1492.1 -32.666 1491.94 -32.8047C1489.52 -34.807 1487.13 -36.9109 1484.85 -39.0596C1484.48 -39.4 1484.46 -39.9697 1484.81 -40.332ZM1012.89 -38.7021C1013.03 -38.7021 1013.17 -38.6911 1013.3 -38.6709C1013.24 -36.8951 1013.14 -35.1339 1013.01 -33.377C1012.97 -33.3756 1012.93 -33.375 1012.89 -33.375C1012.69 -33.375 1012.49 -33.3984 1012.29 -33.4434C1012.42 -35.1818 1012.52 -36.9262 1012.58 -38.6836C1012.69 -38.6957 1012.79 -38.7021 1012.89 -38.7021ZM641.271 -43.4668C641.537 -43.8868 642.095 -44.011 642.514 -43.7451C642.932 -43.4781 643.058 -42.9216 642.793 -42.502C641.128 -39.8797 639.53 -37.1717 638.036 -34.4521C637.87 -34.1536 637.564 -33.9844 637.244 -33.9844C637.1 -33.9844 636.952 -34.0211 636.812 -34.0967C636.376 -34.3358 636.219 -34.8835 636.457 -35.3193C637.969 -38.0717 639.589 -40.813 641.271 -43.4668ZM1696.19 -47.0205C1696.53 -47.3829 1697.1 -47.4007 1697.46 -47.0605C1697.83 -46.7202 1697.84 -46.1496 1697.5 -45.7871C1695.36 -43.4988 1693.11 -41.2493 1690.82 -39.1006C1690.64 -38.9373 1690.42 -38.8566 1690.2 -38.8564C1689.97 -38.8564 1689.72 -38.952 1689.55 -39.1406C1689.21 -39.503 1689.22 -40.0727 1689.59 -40.4131C1691.85 -42.536 1694.07 -44.7593 1696.19 -47.0205ZM1013.19 -49.8389C1013.31 -47.5859 1013.37 -45.314 1013.37 -43.0312C1013.37 -41.814 1013.36 -40.6027 1013.32 -39.3936C1013.18 -39.4111 1013.04 -39.4199 1012.89 -39.4199C1012.8 -39.4199 1012.7 -39.4153 1012.6 -39.4072C1012.64 -40.6097 1012.65 -41.8206 1012.65 -43.0312C1012.65 -45.309 1012.6 -47.5738 1012.47 -49.8223C1012.53 -49.8205 1012.59 -49.8203 1012.65 -49.8203H1012.66C1012.84 -49.8203 1013.01 -49.8263 1013.19 -49.8389ZM1610 -53.168C1610.41 -53.6555 1611.13 -53.7255 1611.62 -53.3223C1616.21 -49.5269 1620.75 -45.5341 1625.1 -41.4561C1625.56 -41.0235 1625.58 -40.2989 1625.15 -39.8369C1624.92 -39.5961 1624.62 -39.4737 1624.31 -39.4736C1624.03 -39.4736 1623.75 -39.5771 1623.53 -39.7842C1619.21 -43.8289 1614.72 -47.7891 1610.16 -51.5547C1609.67 -51.9578 1609.6 -52.68 1610 -53.168ZM761.752 -45.6953C761.882 -45.6953 762.008 -45.6854 762.134 -45.667C762.116 -44.7899 762.107 -43.9128 762.107 -43.0312C762.107 -42.1498 762.116 -41.2734 762.134 -40.3965C762.008 -40.3781 761.882 -40.3682 761.752 -40.3682C761.64 -40.3682 761.527 -40.3748 761.419 -40.3887C761.401 -41.2667 761.392 -42.1497 761.392 -43.0322C761.392 -43.9147 761.401 -44.7964 761.419 -45.6748C761.527 -45.6883 761.64 -45.6953 761.752 -45.6953ZM1018 -48.3682C1018.15 -48.3682 1018.29 -48.3593 1018.43 -48.3418C1020.1 -48.1309 1021.39 -46.7058 1021.39 -44.9863C1021.39 -43.1409 1019.9 -41.6357 1018.06 -41.6045C1018.04 -41.6045 1018.03 -41.6045 1018 -41.6045C1017.78 -41.6045 1017.56 -41.6266 1017.35 -41.6689C1015.8 -41.9765 1014.62 -43.3475 1014.62 -44.9863C1014.62 -46.7527 1015.99 -48.2088 1017.71 -48.3564C1017.81 -48.3646 1017.91 -48.3682 1018 -48.3682ZM1018 -47.6504C1017.9 -47.6504 1017.8 -47.644 1017.69 -47.6318C1016.37 -47.4765 1015.34 -46.3493 1015.34 -44.9863C1015.34 -43.7248 1016.23 -42.6649 1017.4 -42.3916C1017.6 -42.3466 1017.8 -42.3232 1018 -42.3232C1018.04 -42.3232 1018.08 -42.3239 1018.12 -42.3252C1019.53 -42.3852 1020.67 -43.5559 1020.67 -44.9863C1020.67 -46.3175 1019.69 -47.4231 1018.41 -47.6191C1018.28 -47.6394 1018.14 -47.6504 1018 -47.6504ZM1472.02 -54.0986C1472.4 -54.4159 1472.97 -54.363 1473.29 -53.9805C1475.27 -51.5927 1477.35 -49.2365 1479.47 -46.9775C1479.81 -46.6155 1479.79 -46.045 1479.43 -45.7041C1479.26 -45.5408 1479.04 -45.46 1478.82 -45.46C1478.58 -45.46 1478.33 -45.5551 1478.16 -45.7432C1476.01 -48.0296 1473.91 -50.4149 1471.9 -52.8311C1471.58 -53.2138 1471.64 -53.7812 1472.02 -54.0986ZM776.917 -102.115C767.967 -85.4275 762.683 -66.4927 762.152 -46.3906C762.022 -46.4064 761.887 -46.4141 761.752 -46.4141C761.644 -46.4141 761.54 -46.4089 761.437 -46.3994C761.963 -66.5119 767.224 -85.4634 776.143 -102.184C776.399 -102.162 776.661 -102.139 776.917 -102.115ZM1258.62 -58.8652C1255.94 -56.8261 1253.28 -54.7348 1250.67 -52.6064C1252.79 -50.4747 1255.72 -49.1531 1258.96 -49.1533C1259.81 -49.1533 1260.64 -49.2476 1261.44 -49.4209C1260.45 -52.5489 1259.52 -55.6973 1258.62 -58.8652ZM511.243 -51.6934C515.334 -51.6934 519.41 -51.6201 523.465 -51.4756C523.483 -51.2284 523.487 -50.9793 523.487 -50.7285C523.487 -50.3296 523.47 -49.9349 523.434 -49.5459C519.388 -49.6909 515.32 -49.7637 511.243 -49.7637C507.166 -49.7637 503.098 -49.6914 499.057 -49.5469C499.016 -49.9356 498.999 -50.3299 498.999 -50.7285C498.999 -50.9793 499.008 -51.2284 499.021 -51.4756C503.076 -51.6206 507.153 -51.6934 511.243 -51.6934ZM652.383 -58.7725C652.698 -59.1551 653.264 -59.21 653.646 -58.8926C654.029 -58.5757 654.083 -58.0082 653.769 -57.625C651.793 -55.2328 649.866 -52.747 648.044 -50.2363C647.868 -49.9937 647.594 -49.8643 647.315 -49.8643C647.131 -49.8643 646.946 -49.9201 646.789 -50.0361C646.384 -50.3283 646.294 -50.8914 646.586 -51.2939C648.431 -53.8353 650.38 -56.3514 652.383 -58.7725ZM1258.96 -72.5596C1258.3 -72.5596 1257.65 -72.5019 1257.02 -72.3965C1257.82 -69.0537 1258.66 -65.7306 1259.55 -62.4287C1260.23 -62.9336 1260.91 -63.4354 1261.59 -63.9326C1262.1 -64.3058 1262.82 -64.1938 1263.19 -63.6826C1263.56 -63.1717 1263.45 -62.4544 1262.94 -62.0811C1262.03 -61.4138 1261.11 -60.7377 1260.2 -60.0566C1261.15 -56.6663 1262.15 -53.2986 1263.21 -49.9541C1267.56 -51.6577 1270.66 -55.9 1270.66 -60.8555C1270.66 -67.3103 1265.41 -72.5581 1258.96 -72.5596ZM1708.1 -61.4111C1708.4 -61.8137 1708.96 -61.902 1709.36 -61.6094C1709.77 -61.3167 1709.85 -60.7536 1709.56 -60.3516C1707.71 -57.8161 1705.76 -55.3019 1703.76 -52.8799C1703.58 -52.6648 1703.33 -52.5547 1703.06 -52.5547C1702.86 -52.5547 1702.66 -52.6217 1702.49 -52.7607C1702.11 -53.0782 1702.06 -53.6457 1702.37 -54.0293C1704.35 -56.4219 1706.28 -58.906 1708.1 -61.4111ZM1255.24 -71.9473C1250.61 -70.3872 1247.26 -66.0069 1247.26 -60.8555C1247.26 -58.4637 1247.99 -56.2379 1249.22 -54.3828C1252.08 -56.7198 1255.01 -59.014 1257.96 -61.2422C1257 -64.7869 1256.09 -68.3555 1255.24 -71.9473ZM1188.31 -70.9326C1188.52 -70.9326 1188.72 -70.8895 1188.92 -70.7979C1189.63 -70.4638 1189.93 -69.6168 1189.6 -68.9062C1187.51 -64.4681 1185.55 -59.9071 1183.75 -55.3496C1183.53 -54.7909 1182.99 -54.4492 1182.42 -54.4492C1182.25 -54.4492 1182.07 -54.4813 1181.9 -54.5488C1181.17 -54.8371 1180.82 -55.6633 1181.11 -56.3936C1182.92 -61.0069 1184.92 -65.6234 1187.03 -70.1152C1187.27 -70.6303 1187.78 -70.9326 1188.31 -70.9326ZM876.698 -66.1865C877.063 -66.5273 877.63 -66.5107 877.972 -66.1484C880.123 -63.8642 882.234 -61.4813 884.236 -59.0674C884.551 -58.6847 884.502 -58.1171 884.119 -57.7988C883.948 -57.6597 883.745 -57.5918 883.543 -57.5918C883.286 -57.5918 883.03 -57.7022 882.85 -57.917C880.87 -60.3016 878.786 -62.6555 876.662 -64.9131C876.32 -65.2751 876.338 -65.8457 876.698 -66.1865ZM1461.06 -69.3467C1461.48 -69.6139 1462.04 -69.4894 1462.3 -69.0703C1463.97 -66.4565 1465.74 -63.8602 1467.56 -61.3545C1467.85 -60.9525 1467.76 -60.3893 1467.36 -60.0967C1467.2 -59.9797 1467.02 -59.9239 1466.83 -59.9238C1466.55 -59.9238 1466.28 -60.0522 1466.1 -60.2939C1464.26 -62.8303 1462.47 -65.4578 1460.78 -68.1035C1460.51 -68.5227 1460.64 -69.0797 1461.06 -69.3467ZM1580.98 -74.0615C1581.32 -74.5959 1582.03 -74.755 1582.56 -74.416C1587.6 -71.2223 1592.6 -67.8263 1597.42 -64.3232C1597.94 -63.9508 1598.05 -63.2345 1597.68 -62.7217C1597.45 -62.4131 1597.1 -62.2491 1596.75 -62.249C1596.52 -62.249 1596.28 -62.3205 1596.08 -62.4678C1591.29 -65.9428 1586.33 -69.3111 1581.34 -72.4795C1580.8 -72.8181 1580.65 -73.5271 1580.98 -74.0615ZM665.307 -72.5654C665.667 -72.9057 666.238 -72.8897 666.58 -72.5273C666.918 -72.1653 666.899 -71.5952 666.539 -71.2539C664.28 -69.1278 662.062 -66.9021 659.942 -64.6387C659.767 -64.4501 659.524 -64.3545 659.285 -64.3545C659.065 -64.3546 658.844 -64.4353 658.669 -64.5977C658.309 -64.9384 658.291 -65.5081 658.628 -65.8711C660.774 -68.1612 663.021 -70.4136 665.307 -72.5654ZM1008.85 -76.5586C1009.93 -72.662 1010.82 -68.6835 1011.52 -64.6465C1011.28 -64.61 1011.05 -64.5619 1010.82 -64.5029C1010.11 -68.5899 1009.2 -72.6068 1008.11 -76.5488C1008.36 -76.5524 1008.6 -76.5559 1008.85 -76.5586ZM1718.13 -77.1846C1718.37 -77.6204 1718.92 -77.7791 1719.35 -77.5391C1719.79 -77.299 1719.94 -76.7507 1719.71 -76.3154C1718.19 -73.5626 1716.57 -70.8231 1714.88 -68.1729C1714.71 -67.9032 1714.42 -67.7559 1714.12 -67.7559C1713.96 -67.7559 1713.79 -67.8011 1713.64 -67.8965C1713.22 -68.1635 1713.1 -68.7205 1713.37 -69.1396C1715.03 -71.7583 1716.63 -74.4646 1718.13 -77.1846ZM862.915 -78.9521C863.23 -79.3353 863.797 -79.3893 864.18 -79.0732C866.601 -77.0742 868.99 -74.972 871.28 -72.8262C871.64 -72.4862 871.659 -71.9156 871.321 -71.5527C871.146 -71.3632 870.902 -71.2676 870.664 -71.2676C870.444 -71.2676 870.222 -71.3482 870.047 -71.5107C867.783 -73.6315 865.426 -75.7093 863.036 -77.6846C862.649 -78.0016 862.596 -78.5686 862.915 -78.9521ZM1291.82 -83.2129C1292.38 -83.5193 1293.07 -83.3173 1293.38 -82.7637C1293.69 -82.209 1293.48 -81.5118 1292.93 -81.2061C1287.76 -78.3505 1282.62 -75.2914 1277.64 -72.1152C1277.45 -71.9933 1277.23 -71.9355 1277.02 -71.9355C1276.64 -71.9356 1276.28 -72.1228 1276.05 -72.4658C1275.72 -72.9998 1275.88 -73.7085 1276.41 -74.0488C1281.43 -77.2506 1286.62 -80.3344 1291.82 -83.2129ZM1452.09 -85.8389C1452.54 -86.0514 1453.08 -85.858 1453.29 -85.4082C1454.61 -82.6091 1456.04 -79.8137 1457.54 -77.0996C1457.78 -76.6642 1457.62 -76.1164 1457.18 -75.876C1457.05 -75.8 1456.9 -75.7637 1456.75 -75.7637C1456.43 -75.7637 1456.13 -75.9319 1455.96 -76.2295C1454.45 -78.9761 1453 -81.8057 1451.66 -84.6396C1451.45 -85.0894 1451.64 -85.6263 1452.09 -85.8389ZM679.842 -84.6357C680.242 -84.9281 680.804 -84.84 681.097 -84.4385C681.389 -84.0365 681.304 -83.4742 680.903 -83.1807C678.397 -81.3531 675.917 -79.4226 673.537 -77.4424C673.366 -77.3033 673.163 -77.2354 672.961 -77.2354C672.7 -77.2354 672.443 -77.3453 672.268 -77.5596C671.948 -77.9427 672.002 -78.5102 672.385 -78.8281C674.797 -80.8314 677.308 -82.7856 679.842 -84.6357ZM1202.6 -96.9521C1202.86 -96.9521 1203.13 -96.8799 1203.36 -96.7305C1204.02 -96.31 1204.22 -95.4323 1203.8 -94.7695C1201.18 -90.6302 1198.65 -86.3549 1196.29 -82.0625C1196.04 -81.592 1195.55 -81.3262 1195.05 -81.3262C1194.82 -81.3262 1194.58 -81.3824 1194.37 -81.502C1193.68 -81.8797 1193.43 -82.7437 1193.8 -83.4316C1196.19 -87.7763 1198.75 -92.1036 1201.41 -96.292C1201.68 -96.7184 1202.13 -96.9521 1202.6 -96.9521ZM1549.56 -91.1592C1549.83 -91.7322 1550.51 -91.9777 1551.09 -91.709C1556.48 -89.1749 1561.87 -86.4331 1567.1 -83.5586C1567.66 -83.2538 1567.86 -82.5562 1567.55 -82.001C1567.34 -81.6211 1566.95 -81.4062 1566.55 -81.4062C1566.36 -81.4063 1566.17 -81.4521 1566 -81.5479C1560.81 -84.3998 1555.46 -87.12 1550.11 -89.6338C1549.54 -89.9026 1549.29 -90.586 1549.56 -91.1592ZM847.638 -89.9014C847.903 -90.3217 848.46 -90.4456 848.879 -90.1797C851.082 -88.783 853.272 -87.312 855.409 -85.7949C855.48 -85.7444 855.552 -85.6942 855.623 -85.6436C855.985 -85.3855 856.346 -85.1268 856.705 -84.8662C856.755 -84.8298 856.8 -84.789 856.84 -84.7451C856.86 -84.7229 856.879 -84.6996 856.896 -84.6758C856.914 -84.652 856.931 -84.6277 856.946 -84.6025C856.961 -84.5777 856.975 -84.5523 856.987 -84.5264C857.125 -84.2383 857.104 -83.8855 856.903 -83.6084C856.728 -83.3657 856.453 -83.2373 856.174 -83.2373C856.084 -83.2373 855.992 -83.2509 855.903 -83.2793C855.815 -83.3076 855.728 -83.3503 855.647 -83.4082C855.072 -83.8255 854.491 -84.2404 853.906 -84.6514V-84.6533C851.942 -86.0366 849.934 -87.3798 847.916 -88.6592C847.493 -88.9254 847.372 -89.4814 847.638 -89.9014ZM1726.1 -94.1016C1726.28 -94.5639 1726.8 -94.7906 1727.27 -94.6074C1727.73 -94.4242 1727.95 -93.8999 1727.77 -93.4375C1726.61 -90.5149 1725.35 -87.5914 1724.01 -84.748C1723.85 -84.4225 1723.53 -84.2315 1723.19 -84.2314C1723.07 -84.2314 1722.94 -84.2589 1722.81 -84.3174C1722.36 -84.529 1722.17 -85.0658 1722.38 -85.5156C1723.7 -88.3249 1724.95 -91.2135 1726.1 -94.1016ZM695.763 -94.79C696.199 -95.0304 696.743 -94.8722 696.981 -94.4375C697.224 -94.0026 697.067 -93.4543 696.631 -93.2139C693.922 -91.7172 691.227 -90.1117 688.612 -88.4443C688.459 -88.3484 688.292 -88.3028 688.126 -88.3027C687.829 -88.3027 687.541 -88.4506 687.37 -88.7197C687.1 -89.1394 687.226 -89.6959 687.645 -89.9629C690.291 -91.6509 693.022 -93.2749 695.763 -94.79ZM1324.21 -98.5361C1324.8 -98.7712 1325.47 -98.4827 1325.7 -97.8955C1325.94 -97.3071 1325.65 -96.64 1325.06 -96.4062C1319.58 -94.2265 1314.1 -91.8409 1308.76 -89.3145C1308.6 -89.2398 1308.44 -89.2041 1308.27 -89.2041C1307.84 -89.2042 1307.43 -89.4466 1307.24 -89.8604C1306.97 -90.4326 1307.21 -91.1161 1307.78 -91.3867C1313.16 -93.9338 1318.69 -96.3389 1324.21 -98.5361ZM1445.27 -103.332C1445.75 -103.485 1446.25 -103.227 1446.41 -102.754C1447.37 -99.8066 1448.43 -96.8501 1449.58 -93.9668C1449.76 -93.5044 1449.53 -92.9806 1449.08 -92.7969C1448.96 -92.7533 1448.85 -92.7334 1448.74 -92.7334C1448.38 -92.7336 1448.04 -92.9489 1447.91 -93.3018C1446.74 -96.2207 1445.66 -99.2134 1444.69 -102.196C1444.54 -102.669 1444.8 -103.178 1445.27 -103.332ZM831.1 -98.8525C831.311 -99.3032 831.851 -99.4953 832.297 -99.2842C835.141 -97.9501 837.976 -96.507 840.734 -94.9941C841.166 -94.7542 841.328 -94.2068 841.09 -93.7705C840.923 -93.4724 840.617 -93.3027 840.298 -93.3027C840.154 -93.3027 840.006 -93.339 839.866 -93.415C837.144 -94.9094 834.34 -96.336 831.532 -97.6543C831.082 -97.8655 830.888 -98.4027 831.1 -98.8525ZM1516.22 -104.163C1516.41 -104.765 1517.06 -105.096 1517.66 -104.901C1523.34 -103.067 1529.03 -101.025 1534.58 -98.834C1535.17 -98.6016 1535.46 -97.9359 1535.23 -97.3477C1535.05 -96.8965 1534.62 -96.6211 1534.17 -96.6211C1534.02 -96.6211 1533.88 -96.6472 1533.74 -96.7021C1528.24 -98.8755 1522.59 -100.9 1516.96 -102.72C1516.36 -102.914 1516.02 -103.56 1516.22 -104.163ZM712.817 -102.863C713.281 -103.046 713.803 -102.822 713.987 -102.359C714.172 -101.897 713.947 -101.373 713.483 -101.189C710.608 -100.044 707.733 -98.7924 704.934 -97.4678C704.808 -97.4092 704.677 -97.3818 704.551 -97.3818C704.213 -97.3819 703.889 -97.5724 703.736 -97.8975C703.525 -98.3468 703.714 -98.8833 704.164 -99.0967C706.995 -100.437 709.906 -101.704 712.817 -102.863ZM813.559 -105.649C813.712 -106.122 814.22 -106.382 814.692 -106.229C817.685 -105.263 820.687 -104.189 823.607 -103.035C824.071 -102.853 824.296 -102.33 824.116 -101.867C823.977 -101.513 823.635 -101.297 823.279 -101.297C823.167 -101.297 823.054 -101.318 822.946 -101.36C820.062 -102.499 817.096 -103.561 814.14 -104.516C813.667 -104.668 813.41 -105.176 813.559 -105.649ZM1731.86 -111.881C1731.99 -112.363 1732.48 -112.654 1732.96 -112.53C1733.44 -112.407 1733.73 -111.916 1733.61 -111.435C1732.83 -108.39 1731.95 -105.334 1730.98 -102.352C1730.85 -101.971 1730.5 -101.729 1730.12 -101.729C1730.03 -101.729 1729.93 -101.743 1729.84 -101.773C1729.37 -101.927 1729.11 -102.435 1729.26 -102.907C1730.22 -105.854 1731.09 -108.874 1731.86 -111.881ZM1358.32 -109.668C1358.93 -109.823 1359.56 -109.457 1359.71 -108.844C1359.87 -108.231 1359.51 -107.607 1358.89 -107.448C1353.17 -105.973 1347.42 -104.296 1341.8 -102.463C1341.68 -102.424 1341.57 -102.406 1341.45 -102.406C1340.96 -102.406 1340.52 -102.713 1340.36 -103.197C1340.16 -103.799 1340.49 -104.446 1341.09 -104.643C1346.75 -106.49 1352.55 -108.181 1358.32 -109.668ZM822.763 -151.222C822.898 -151.019 823.051 -150.831 823.227 -150.662C807.295 -141.12 793.65 -128.139 783.318 -112.751C784.566 -112.628 785.81 -112.491 787.045 -112.339C787.54 -112.278 787.891 -111.828 787.828 -111.335C787.774 -110.879 787.382 -110.544 786.937 -110.544L786.824 -110.551C785.293 -110.74 783.746 -110.906 782.196 -111.049C780.672 -108.698 779.225 -106.293 777.857 -103.837C777.601 -103.862 777.339 -103.886 777.078 -103.909C778.437 -106.364 779.875 -108.769 781.389 -111.12C780.1 -111.232 778.811 -111.327 777.527 -111.405C777.032 -111.435 776.655 -111.862 776.682 -112.358C776.713 -112.855 777.141 -113.232 777.636 -113.202C779.256 -113.104 780.884 -112.979 782.508 -112.828C792.902 -128.414 806.672 -141.563 822.763 -151.222ZM730.781 -108.728C731.263 -108.851 731.753 -108.561 731.875 -108.08C732.001 -107.598 731.708 -107.107 731.227 -106.983C728.225 -106.21 725.21 -105.33 722.268 -104.367C722.173 -104.337 722.078 -104.323 721.983 -104.323C721.606 -104.323 721.255 -104.564 721.129 -104.944C720.976 -105.418 721.233 -105.926 721.705 -106.08C724.688 -107.054 727.739 -107.944 730.781 -108.728ZM1220.03 -120.965C1220.35 -120.965 1220.67 -120.858 1220.93 -120.639C1221.54 -120.138 1221.62 -119.242 1221.12 -118.638C1218.01 -114.862 1214.97 -110.938 1212.09 -106.976C1211.81 -106.592 1211.38 -106.39 1210.94 -106.39C1210.65 -106.39 1210.36 -106.478 1210.11 -106.661C1209.47 -107.123 1209.33 -108.011 1209.79 -108.646C1212.7 -112.657 1215.78 -116.628 1218.94 -120.449C1219.22 -120.789 1219.62 -120.965 1220.03 -120.965ZM795.334 -110.168C795.424 -110.656 795.892 -110.979 796.383 -110.887C799.47 -110.307 802.575 -109.621 805.612 -108.849C806.094 -108.726 806.386 -108.236 806.265 -107.754C806.161 -107.346 805.792 -107.074 805.392 -107.074C805.32 -107.074 805.243 -107.083 805.171 -107.103C802.165 -107.866 799.101 -108.543 796.05 -109.116C795.564 -109.209 795.24 -109.679 795.334 -110.168ZM1481.56 -112.834C1481.67 -113.456 1482.27 -113.87 1482.89 -113.749C1488.75 -112.647 1494.65 -111.344 1500.42 -109.876C1501.03 -109.72 1501.4 -109.096 1501.24 -108.481C1501.11 -107.963 1500.65 -107.617 1500.13 -107.617C1500.04 -107.617 1499.94 -107.629 1499.85 -107.653C1494.13 -109.11 1488.28 -110.403 1482.47 -111.496C1481.85 -111.613 1481.44 -112.212 1481.56 -112.834ZM749.335 -112.278C749.83 -112.34 750.28 -111.992 750.343 -111.498C750.406 -111.005 750.054 -110.554 749.56 -110.491C746.486 -110.102 743.381 -109.609 740.339 -109.027C740.281 -109.017 740.226 -109.011 740.168 -109.011C739.745 -109.011 739.372 -109.311 739.286 -109.742C739.192 -110.231 739.516 -110.702 740.002 -110.796C743.08 -111.385 746.221 -111.883 749.335 -112.278ZM1440.71 -121.559C1441.2 -121.652 1441.66 -121.331 1441.76 -120.843C1442.34 -117.792 1443.03 -114.724 1443.8 -111.725C1443.92 -111.243 1443.63 -110.752 1443.15 -110.629C1443.07 -110.61 1443 -110.6 1442.92 -110.6C1442.52 -110.6 1442.16 -110.87 1442.05 -111.276C1441.27 -114.312 1440.58 -117.417 1439.99 -120.505C1439.9 -120.993 1440.22 -121.466 1440.71 -121.559ZM1393.55 -116.405C1394.18 -116.485 1394.76 -116.04 1394.84 -115.412C1394.92 -114.784 1394.47 -114.21 1393.84 -114.131C1387.98 -113.388 1382.06 -112.449 1376.26 -111.341C1376.19 -111.327 1376.12 -111.32 1376.04 -111.32C1375.51 -111.32 1375.03 -111.703 1374.92 -112.252C1374.8 -112.874 1375.21 -113.474 1375.83 -113.593C1381.68 -114.71 1387.64 -115.656 1393.55 -116.405ZM768.189 -113.479C768.689 -113.479 769.09 -113.076 769.09 -112.579C769.094 -112.082 768.689 -111.679 768.194 -111.678C765.085 -111.673 761.948 -111.572 758.856 -111.375L758.799 -111.373C758.331 -111.373 757.935 -111.74 757.903 -112.217C757.872 -112.713 758.245 -113.141 758.744 -113.172C761.867 -113.371 765.049 -113.474 768.189 -113.479ZM1447.29 -118.151C1453.25 -117.791 1459.26 -117.239 1465.16 -116.51C1465.79 -116.432 1466.23 -115.86 1466.16 -115.231C1466.09 -114.651 1465.59 -114.226 1465.02 -114.226C1464.97 -114.226 1464.93 -114.228 1464.88 -114.233C1459.03 -114.957 1453.06 -115.506 1447.15 -115.863C1446.52 -115.902 1446.04 -116.445 1446.08 -117.077C1446.12 -117.709 1446.65 -118.196 1447.29 -118.151ZM1429.36 -118.68C1429.99 -118.68 1430.5 -118.168 1430.5 -117.535C1430.51 -116.902 1430 -116.389 1429.36 -116.388C1423.44 -116.379 1417.45 -116.185 1411.56 -115.812L1411.49 -115.81C1410.89 -115.81 1410.39 -116.276 1410.35 -116.883C1410.31 -117.515 1410.79 -118.06 1411.42 -118.1C1417.36 -118.476 1423.39 -118.671 1429.36 -118.68H1429.36ZM1573.96 -132.538C1574.34 -132.538 1574.72 -132.389 1575 -132.092C1578.39 -128.486 1581.72 -124.725 1584.88 -120.915C1585.38 -120.311 1585.3 -119.416 1584.7 -118.914C1584.43 -118.694 1584.11 -118.586 1583.79 -118.586C1583.38 -118.586 1582.98 -118.76 1582.7 -119.099C1579.57 -122.863 1576.29 -126.579 1572.93 -130.142C1572.39 -130.713 1572.42 -131.613 1572.99 -132.151C1573.26 -132.41 1573.61 -132.538 1573.96 -132.538ZM1736.35 -131.013C1736.84 -130.951 1737.19 -130.501 1737.12 -130.008C1736.74 -126.891 1736.24 -123.747 1735.66 -120.666C1735.58 -120.234 1735.2 -119.933 1734.78 -119.933C1734.72 -119.933 1734.66 -119.938 1734.61 -119.949C1734.12 -120.042 1733.8 -120.513 1733.89 -121.001C1734.47 -124.046 1734.96 -127.151 1735.34 -130.23C1735.4 -130.724 1735.85 -131.077 1736.35 -131.013ZM1438.47 -140.214C1438.96 -140.241 1439.39 -139.868 1439.42 -139.372C1439.62 -136.273 1439.91 -133.143 1440.3 -130.07C1440.36 -129.577 1440.01 -129.127 1439.52 -129.064L1439.41 -129.057C1438.96 -129.057 1438.57 -129.39 1438.51 -129.845C1438.12 -132.955 1437.82 -136.122 1437.63 -139.259C1437.6 -139.755 1437.97 -140.183 1438.47 -140.214ZM1240.31 -142.606C1240.69 -142.606 1241.06 -142.456 1241.34 -142.159C1241.88 -141.587 1241.86 -140.688 1241.28 -140.15C1237.72 -136.795 1234.21 -133.282 1230.87 -129.71C1230.59 -129.411 1230.21 -129.261 1229.83 -129.261C1229.48 -129.261 1229.13 -129.388 1228.86 -129.646C1228.29 -130.182 1228.26 -131.081 1228.8 -131.654C1232.18 -135.269 1235.73 -138.824 1239.33 -142.22C1239.61 -142.478 1239.96 -142.606 1240.31 -142.606ZM1737.4 -150.092C1737.89 -150.092 1738.29 -149.691 1738.29 -149.195V-148.872C1738.29 -145.726 1738.2 -142.547 1738.01 -139.422C1737.98 -138.944 1737.58 -138.577 1737.11 -138.577L1737.05 -138.579C1736.55 -138.61 1736.18 -139.037 1736.21 -139.533C1736.4 -142.621 1736.5 -145.763 1736.5 -148.872V-149.188C1736.5 -149.685 1736.9 -150.09 1737.4 -150.092ZM1552.33 -152.816C1552.64 -152.816 1552.96 -152.711 1553.23 -152.492C1557.05 -149.336 1560.82 -146.019 1564.43 -142.631C1565.01 -142.094 1565.04 -141.194 1564.5 -140.621C1564.22 -140.323 1563.84 -140.172 1563.46 -140.172C1563.11 -140.172 1562.76 -140.298 1562.49 -140.556C1558.92 -143.903 1555.19 -147.182 1551.42 -150.3C1550.82 -150.8 1550.73 -151.695 1551.23 -152.301C1551.51 -152.641 1551.92 -152.816 1552.33 -152.816ZM958.96 -146.729C960.404 -145.727 961.826 -144.698 963.226 -143.639C963.113 -143.425 962.973 -143.228 962.807 -143.054C961.407 -144.114 959.977 -145.149 958.532 -146.151C958.649 -146.363 958.793 -146.557 958.96 -146.729ZM931.41 -161.157C941 -157.567 950.036 -152.841 958.361 -147.141C958.199 -146.963 958.06 -146.768 957.938 -146.56C949.681 -152.212 940.716 -156.902 931.203 -160.467C931.307 -160.681 931.379 -160.913 931.41 -161.157ZM1438.56 -159.006C1439.05 -158.975 1439.43 -158.548 1439.4 -158.052C1439.22 -155.016 1439.13 -151.927 1439.13 -148.872V-148.712C1439.13 -148.215 1438.72 -147.812 1438.23 -147.812C1437.73 -147.812 1437.33 -148.215 1437.33 -148.712V-148.872C1437.33 -151.963 1437.42 -155.089 1437.61 -158.161C1437.64 -158.657 1438.06 -159.04 1438.56 -159.006ZM1263.11 -161.544C1263.55 -161.544 1263.98 -161.341 1264.26 -160.96C1264.72 -160.325 1264.58 -159.437 1263.95 -158.975C1260 -156.09 1256.09 -153.042 1252.32 -149.917C1252.06 -149.696 1251.74 -149.589 1251.42 -149.589C1251.01 -149.589 1250.6 -149.765 1250.32 -150.104C1249.82 -150.708 1249.91 -151.603 1250.51 -152.104C1254.32 -155.267 1258.28 -158.351 1262.28 -161.271C1262.53 -161.455 1262.82 -161.544 1263.11 -161.544ZM965.979 -157.205C967.841 -157.204 969.357 -155.688 969.357 -153.823C969.357 -153.214 969.196 -152.641 968.912 -152.147C968.795 -151.938 968.651 -151.743 968.494 -151.565C967.873 -150.876 966.977 -150.442 965.979 -150.441C964.116 -150.441 962.599 -151.959 962.599 -153.823C962.599 -154.436 962.761 -155.012 963.049 -155.509C963.17 -155.717 963.31 -155.912 963.472 -156.09C964.093 -156.775 964.984 -157.205 965.979 -157.205ZM965.979 -156.486C965.232 -156.486 964.552 -156.177 964.07 -155.678C963.904 -155.506 963.76 -155.311 963.643 -155.1C963.436 -154.721 963.318 -154.285 963.318 -153.823C963.318 -152.354 964.512 -151.159 965.979 -151.159C966.743 -151.159 967.432 -151.484 967.918 -152.002C968.084 -152.177 968.224 -152.373 968.336 -152.587C968.529 -152.956 968.638 -153.377 968.638 -153.823C968.638 -155.292 967.445 -156.486 965.979 -156.486ZM846.667 -162.345C846.69 -162.099 846.748 -161.863 846.838 -161.645C840.619 -159.51 834.611 -156.896 828.874 -153.851C828.82 -154.09 828.738 -154.319 828.635 -154.536C834.395 -157.587 840.425 -160.206 846.667 -162.345ZM1736.08 -168.837C1736.57 -168.902 1737.03 -168.551 1737.09 -168.058C1737.48 -164.95 1737.78 -161.783 1737.98 -158.646C1738.02 -158.149 1737.64 -157.722 1737.14 -157.689L1737.08 -157.688C1736.62 -157.688 1736.22 -158.053 1736.19 -158.53C1735.99 -161.631 1735.69 -164.761 1735.3 -167.831C1735.24 -168.324 1735.59 -168.774 1736.08 -168.837ZM1528.32 -170.243C1528.58 -170.243 1528.84 -170.171 1529.08 -170.021C1533.26 -167.37 1537.42 -164.548 1541.43 -161.635C1542.06 -161.174 1542.21 -160.284 1541.74 -159.649C1541.47 -159.266 1541.03 -159.063 1540.59 -159.062C1540.3 -159.062 1540.02 -159.151 1539.76 -159.334C1535.8 -162.213 1531.69 -165 1527.56 -167.62C1526.89 -168.041 1526.7 -168.919 1527.12 -169.582C1527.39 -170.009 1527.85 -170.243 1528.32 -170.243ZM850.527 -163.599C850.662 -163.401 850.761 -163.176 850.815 -162.934C849.641 -162.574 848.471 -162.198 847.314 -161.806C847.216 -162.023 847.162 -162.261 847.157 -162.511C848.273 -162.888 849.398 -163.252 850.527 -163.599ZM901.44 -168.318C910.323 -167.327 918.933 -165.409 927.163 -162.661C927.042 -162.458 926.946 -162.233 926.888 -161.994C918.576 -164.766 909.887 -166.687 900.905 -167.655C901.085 -167.877 901.261 -168.097 901.44 -168.318ZM857.89 -165.611C857.894 -165.365 857.93 -165.125 857.988 -164.896C855.734 -164.351 853.498 -163.744 851.293 -163.079C851.239 -163.318 851.144 -163.544 851.022 -163.749C853.286 -164.432 855.577 -165.054 857.89 -165.611ZM884.003 -168.739C884.003 -168.603 884.012 -168.468 884.025 -168.336C877.411 -168.161 870.922 -167.47 864.595 -166.303C864.554 -166.544 864.486 -166.776 864.396 -166.996C870.782 -168.179 877.334 -168.878 884.017 -169.054C884.008 -168.95 884.003 -168.845 884.003 -168.739ZM1439.93 -176.92C1440.02 -177.409 1440.49 -177.731 1440.98 -177.639C1441.47 -177.547 1441.79 -177.075 1441.7 -176.587C1441.12 -173.542 1440.64 -170.436 1440.26 -167.355C1440.21 -166.899 1439.81 -166.565 1439.37 -166.565L1439.26 -166.572C1438.76 -166.634 1438.42 -167.084 1438.47 -167.577C1438.86 -170.695 1439.35 -173.838 1439.93 -176.92ZM1288.09 -177.476C1288.59 -177.476 1289.08 -177.21 1289.33 -176.741C1289.71 -176.054 1289.46 -175.19 1288.78 -174.811C1284.51 -172.448 1280.24 -169.914 1276.12 -167.282C1275.88 -167.132 1275.62 -167.06 1275.36 -167.06C1274.89 -167.06 1274.43 -167.292 1274.16 -167.717C1273.73 -168.379 1273.93 -169.258 1274.59 -169.68C1278.77 -172.344 1283.08 -174.907 1287.4 -177.299C1287.62 -177.419 1287.86 -177.476 1288.09 -177.476ZM890.749 -169.054C893.021 -168.994 895.276 -168.874 897.517 -168.694C897.337 -168.468 897.156 -168.243 896.977 -168.017C894.911 -168.174 892.832 -168.281 890.739 -168.336C890.753 -168.468 890.762 -168.603 890.762 -168.739C890.762 -168.845 890.758 -168.95 890.749 -169.054ZM934.239 -172.718C935.508 -172.718 936.544 -171.685 936.544 -170.415C936.544 -170.31 936.535 -170.207 936.521 -170.105C936.49 -169.862 936.418 -169.63 936.314 -169.416C935.945 -168.645 935.153 -168.111 934.239 -168.111C932.97 -168.112 931.94 -169.145 931.94 -170.415C931.94 -170.597 931.959 -170.773 931.999 -170.942C932.057 -171.181 932.152 -171.406 932.273 -171.609C932.678 -172.273 933.407 -172.718 934.239 -172.718ZM887.383 -169.099C888.265 -169.099 889.147 -169.089 890.024 -169.071C890.038 -168.963 890.042 -168.852 890.042 -168.739C890.042 -168.608 890.033 -168.479 890.015 -168.353C889.137 -168.371 888.265 -168.38 887.383 -168.38C886.501 -168.38 885.623 -168.371 884.75 -168.353C884.727 -168.479 884.719 -168.608 884.719 -168.739C884.719 -168.852 884.728 -168.963 884.741 -169.071C885.619 -169.089 886.501 -169.099 887.383 -169.099ZM932.426 -170.415H932.427H932.426ZM892.493 -181.069C894.253 -181.069 895.697 -179.721 895.859 -178.003C895.868 -177.899 895.873 -177.794 895.873 -177.688C895.873 -177.551 895.864 -177.416 895.851 -177.284C895.648 -175.609 894.221 -174.306 892.493 -174.306C890.765 -174.306 889.339 -175.609 889.137 -177.284C889.123 -177.416 889.114 -177.551 889.114 -177.688C889.114 -177.794 889.118 -177.899 889.127 -178.003C889.289 -179.721 890.734 -181.069 892.493 -181.069ZM1502.31 -184.527C1502.51 -184.527 1502.72 -184.483 1502.91 -184.392C1507.39 -182.286 1511.87 -180.007 1516.22 -177.619C1516.91 -177.241 1517.16 -176.377 1516.78 -175.688C1516.53 -175.218 1516.04 -174.951 1515.54 -174.951C1515.31 -174.951 1515.07 -175.008 1514.85 -175.127C1510.56 -177.486 1506.13 -179.738 1501.7 -181.818C1500.99 -182.152 1500.69 -182.999 1501.02 -183.709C1501.26 -184.225 1501.77 -184.527 1502.31 -184.527ZM892.493 -180.352C891.139 -180.351 890.014 -179.332 889.852 -178.02C889.838 -177.911 889.829 -177.8 889.829 -177.688C889.829 -177.556 889.838 -177.428 889.86 -177.302C890.045 -176.015 891.157 -175.025 892.493 -175.024C893.83 -175.024 894.941 -176.015 895.126 -177.302C895.144 -177.428 895.152 -177.556 895.152 -177.688C895.152 -177.8 895.148 -177.911 895.135 -178.02C894.968 -179.332 893.848 -180.352 892.493 -180.352ZM1732.43 -187.27C1732.92 -187.395 1733.4 -187.104 1733.53 -186.623C1734.31 -183.583 1735.01 -180.479 1735.6 -177.396C1735.69 -176.908 1735.37 -176.435 1734.88 -176.342C1734.83 -176.331 1734.77 -176.326 1734.72 -176.326C1734.29 -176.326 1733.92 -176.626 1733.83 -177.057C1733.25 -180.102 1732.56 -183.17 1731.78 -186.173C1731.66 -186.654 1731.95 -187.145 1732.43 -187.27ZM902.627 -177.644C903.941 -177.538 905.25 -177.413 906.551 -177.268C906.371 -177.047 906.196 -176.825 906.016 -176.604C904.715 -176.744 903.401 -176.865 902.087 -176.965C902.267 -177.191 902.447 -177.418 902.627 -177.644ZM1316.6 -195.066C1317.04 -195.066 1317.48 -194.892 1317.8 -194.549C1321.73 -190.373 1325.59 -186.017 1329.25 -181.604C1329.83 -180.905 1329.74 -179.868 1329.03 -179.287C1328.73 -179.031 1328.35 -178.907 1327.99 -178.907C1327.51 -178.907 1327.04 -179.109 1326.72 -179.502C1323.1 -183.861 1319.29 -188.164 1315.41 -192.291C1314.78 -192.952 1314.81 -193.995 1315.48 -194.618C1315.79 -194.917 1316.2 -195.066 1316.6 -195.066ZM1314.85 -190.141C1315.42 -190.141 1315.95 -189.802 1316.17 -189.244C1316.46 -188.515 1316.1 -187.689 1315.38 -187.398C1310.84 -185.592 1306.3 -183.615 1301.88 -181.525C1301.69 -181.433 1301.48 -181.389 1301.28 -181.389C1300.74 -181.389 1300.23 -181.69 1299.99 -182.203C1299.65 -182.913 1299.96 -183.758 1300.67 -184.095C1305.14 -186.211 1309.73 -188.212 1314.33 -190.04C1314.5 -190.108 1314.68 -190.141 1314.85 -190.141ZM1444.59 -195.24C1444.75 -195.713 1445.26 -195.973 1445.73 -195.819C1446.2 -195.666 1446.46 -195.159 1446.31 -194.686C1445.35 -191.735 1444.48 -188.715 1443.72 -185.709C1443.61 -185.302 1443.25 -185.03 1442.84 -185.03C1442.77 -185.03 1442.7 -185.039 1442.62 -185.059C1442.14 -185.181 1441.85 -185.672 1441.97 -186.154C1442.75 -189.197 1443.63 -192.254 1444.59 -195.24ZM1474.69 -195.423C1474.83 -195.423 1474.98 -195.4 1475.12 -195.354C1479.85 -193.828 1484.58 -192.132 1489.19 -190.312C1489.92 -190.024 1490.28 -189.199 1489.99 -188.468C1489.77 -187.909 1489.23 -187.568 1488.67 -187.568C1488.5 -187.568 1488.32 -187.6 1488.15 -187.668C1483.59 -189.465 1478.92 -191.141 1474.25 -192.648C1473.5 -192.889 1473.09 -193.691 1473.33 -194.438C1473.53 -195.039 1474.09 -195.423 1474.69 -195.423ZM930.163 -206.728C930.604 -206.727 931.04 -206.553 931.364 -206.209C931.985 -205.547 931.953 -204.506 931.292 -203.883C927.166 -199.997 923.107 -195.928 919.232 -191.79C918.909 -191.445 918.468 -191.271 918.031 -191.271C917.626 -191.271 917.221 -191.418 916.906 -191.716C916.245 -192.338 916.208 -193.379 916.829 -194.043C920.753 -198.23 924.858 -202.347 929.038 -206.28C929.353 -206.579 929.758 -206.728 930.163 -206.728ZM1343.03 -199.342C1343.66 -199.342 1344.24 -198.916 1344.41 -198.274C1344.6 -197.515 1344.15 -196.739 1343.38 -196.543C1338.65 -195.322 1333.89 -193.934 1329.24 -192.415C1329.09 -192.367 1328.94 -192.345 1328.79 -192.345C1328.2 -192.345 1327.64 -192.726 1327.45 -193.325C1327.2 -194.072 1327.61 -194.875 1328.35 -195.118C1333.06 -196.654 1337.88 -198.06 1342.68 -199.297C1342.79 -199.327 1342.92 -199.342 1343.03 -199.342ZM1726.49 -205.095C1726.95 -205.279 1727.47 -205.054 1727.66 -204.592C1728.82 -201.675 1729.9 -198.683 1730.88 -195.7C1731.03 -195.227 1730.78 -194.719 1730.3 -194.564C1730.21 -194.534 1730.11 -194.52 1730.02 -194.52C1729.64 -194.52 1729.29 -194.761 1729.17 -195.141C1728.2 -198.087 1727.13 -201.043 1725.99 -203.925C1725.8 -204.387 1726.03 -204.911 1726.49 -205.095ZM1445.96 -202.729C1446.05 -202.729 1446.13 -202.721 1446.22 -202.704C1451.09 -201.789 1455.99 -200.706 1460.79 -199.486C1461.55 -199.293 1462.01 -198.52 1461.82 -197.759C1461.65 -197.115 1461.07 -196.687 1460.44 -196.687C1460.33 -196.687 1460.21 -196.701 1460.09 -196.731C1455.35 -197.937 1450.51 -199.006 1445.7 -199.91C1444.93 -200.055 1444.42 -200.798 1444.56 -201.569C1444.69 -202.252 1445.29 -202.728 1445.96 -202.729ZM1372.14 -204.912C1372.85 -204.912 1373.46 -204.388 1373.55 -203.669C1373.65 -202.891 1373.1 -202.18 1372.32 -202.081C1367.47 -201.466 1362.57 -200.687 1357.77 -199.769C1357.68 -199.751 1357.59 -199.743 1357.5 -199.743C1356.83 -199.743 1356.24 -200.218 1356.11 -200.898C1355.96 -201.67 1356.46 -202.414 1357.23 -202.562C1362.09 -203.491 1367.05 -204.278 1371.96 -204.9C1372.03 -204.908 1372.09 -204.912 1372.14 -204.912ZM1416.63 -206.359C1421.58 -206.06 1426.58 -205.601 1431.48 -204.995C1432.26 -204.899 1432.81 -204.19 1432.72 -203.411C1432.63 -202.692 1432.02 -202.163 1431.31 -202.163C1431.25 -202.163 1431.19 -202.168 1431.13 -202.175C1426.29 -202.773 1421.35 -203.226 1416.46 -203.521C1415.68 -203.569 1415.08 -204.243 1415.13 -205.026C1415.17 -205.781 1415.8 -206.362 1416.54 -206.362C1416.57 -206.362 1416.6 -206.361 1416.63 -206.359ZM1451.55 -212.852C1451.76 -213.301 1452.29 -213.495 1452.74 -213.283C1453.19 -213.072 1453.39 -212.534 1453.17 -212.084C1451.85 -209.273 1450.61 -206.383 1449.47 -203.495C1449.33 -203.141 1448.99 -202.926 1448.63 -202.926C1448.52 -202.926 1448.4 -202.945 1448.3 -202.988C1447.83 -203.171 1447.61 -203.694 1447.79 -204.156C1448.94 -207.079 1450.21 -210.005 1451.55 -212.852ZM1401.73 -206.796C1402.51 -206.796 1403.14 -206.161 1403.14 -205.376C1403.15 -204.591 1402.51 -203.954 1401.73 -203.953C1396.83 -203.945 1391.87 -203.784 1386.99 -203.475L1386.9 -203.472C1386.16 -203.472 1385.53 -204.05 1385.49 -204.803C1385.44 -205.586 1386.03 -206.261 1386.81 -206.312C1391.75 -206.625 1396.76 -206.788 1401.72 -206.796H1401.73ZM1291.54 -218.553C1291.91 -218.553 1292.28 -218.429 1292.59 -218.177C1297.01 -214.521 1301.38 -210.679 1305.57 -206.755C1306.23 -206.134 1306.26 -205.092 1305.64 -204.429C1305.32 -204.082 1304.88 -203.907 1304.44 -203.907C1304.04 -203.907 1303.63 -204.055 1303.32 -204.353C1299.18 -208.23 1294.87 -212.026 1290.5 -215.637C1289.79 -216.216 1289.69 -217.254 1290.27 -217.955C1290.6 -218.349 1291.07 -218.553 1291.54 -218.553ZM1718.36 -222.007C1718.79 -222.248 1719.34 -222.09 1719.58 -221.655C1721.1 -218.906 1722.55 -216.078 1723.89 -213.249C1724.1 -212.8 1723.91 -212.262 1723.46 -212.05C1723.34 -211.991 1723.21 -211.963 1723.08 -211.963C1722.74 -211.963 1722.41 -212.154 1722.26 -212.479C1720.94 -215.273 1719.51 -218.067 1718 -220.783C1717.77 -221.218 1717.92 -221.766 1718.36 -222.007ZM956.573 -228.66C957.082 -228.66 957.581 -228.426 957.905 -227.984C958.441 -227.25 958.278 -226.22 957.545 -225.685C952.969 -222.343 948.437 -218.814 944.081 -215.195C943.771 -214.94 943.402 -214.815 943.028 -214.815C942.556 -214.815 942.088 -215.018 941.764 -215.41C941.183 -216.11 941.278 -217.148 941.979 -217.729C946.389 -221.391 950.975 -224.963 955.605 -228.345C955.898 -228.558 956.24 -228.66 956.573 -228.66ZM1460.65 -229.436C1460.92 -229.855 1461.47 -229.98 1461.9 -229.714C1462.31 -229.447 1462.44 -228.891 1462.17 -228.471C1460.51 -225.849 1458.91 -223.14 1457.41 -220.421C1457.25 -220.122 1456.94 -219.953 1456.63 -219.953C1456.48 -219.953 1456.33 -219.989 1456.19 -220.064C1455.76 -220.304 1455.6 -220.852 1455.84 -221.288C1457.35 -224.041 1458.97 -226.782 1460.65 -229.436ZM1263.74 -238.736C1264.04 -238.736 1264.34 -238.654 1264.62 -238.48C1269.46 -235.409 1274.27 -232.14 1278.92 -228.766C1279.66 -228.232 1279.82 -227.202 1279.29 -226.467C1278.97 -226.023 1278.46 -225.787 1277.95 -225.787C1277.62 -225.787 1277.28 -225.889 1276.99 -226.101C1272.4 -229.435 1267.64 -232.665 1262.86 -235.699C1262.09 -236.186 1261.86 -237.203 1262.34 -237.971C1262.66 -238.466 1263.19 -238.736 1263.74 -238.736ZM1708.17 -237.776C1708.57 -238.069 1709.13 -237.981 1709.42 -237.579C1711.28 -235.043 1713.07 -232.417 1714.75 -229.775C1715.02 -229.356 1714.9 -228.8 1714.48 -228.532C1714.33 -228.437 1714.16 -228.391 1714 -228.391C1713.7 -228.391 1713.41 -228.537 1713.23 -228.807C1711.57 -231.416 1709.8 -234.011 1707.97 -236.518C1707.68 -236.919 1707.76 -237.483 1708.17 -237.776ZM985.504 -247.113C986.084 -247.113 986.646 -246.805 986.943 -246.263C987.384 -245.467 987.097 -244.466 986.301 -244.026C981.351 -241.29 976.419 -238.356 971.64 -235.308C971.365 -235.133 971.059 -235.049 970.758 -235.049C970.214 -235.049 969.682 -235.319 969.367 -235.811C968.877 -236.577 969.102 -237.595 969.871 -238.084C974.708 -241.17 979.699 -244.138 984.712 -246.907C984.964 -247.047 985.234 -247.113 985.504 -247.113ZM1471.76 -244.741C1472.08 -245.124 1472.64 -245.179 1473.03 -244.861C1473.41 -244.544 1473.47 -243.976 1473.15 -243.593C1471.17 -241.201 1469.24 -238.716 1467.42 -236.205C1467.25 -235.962 1466.97 -235.833 1466.69 -235.833C1466.51 -235.833 1466.33 -235.889 1466.17 -236.005C1465.77 -236.297 1465.68 -236.86 1465.97 -237.263C1467.81 -239.804 1469.76 -242.32 1471.76 -244.741ZM1696.08 -252.155C1696.44 -252.495 1697.01 -252.479 1697.35 -252.117C1699.51 -249.833 1701.61 -247.45 1703.61 -245.036C1703.93 -244.654 1703.88 -244.087 1703.5 -243.769C1703.33 -243.629 1703.13 -243.561 1702.92 -243.561C1702.66 -243.561 1702.41 -243.672 1702.23 -243.886C1700.25 -246.271 1698.17 -248.624 1696.04 -250.882C1695.7 -251.244 1695.72 -251.814 1696.08 -252.155ZM1233.61 -255.28C1233.84 -255.28 1234.08 -255.23 1234.31 -255.124C1239.5 -252.685 1244.69 -250.045 1249.73 -247.279C1250.52 -246.842 1250.81 -245.841 1250.37 -245.044C1250.08 -244.499 1249.51 -244.189 1248.93 -244.189C1248.66 -244.189 1248.39 -244.255 1248.14 -244.393C1243.16 -247.126 1238.04 -249.733 1232.91 -252.143C1232.09 -252.529 1231.73 -253.51 1232.12 -254.333C1232.4 -254.931 1232.99 -255.28 1233.61 -255.28ZM1484.68 -258.534C1485.05 -258.874 1485.62 -258.859 1485.96 -258.496C1486.3 -258.134 1486.28 -257.564 1485.92 -257.223C1483.66 -255.097 1481.44 -252.871 1479.32 -250.607C1479.14 -250.419 1478.91 -250.324 1478.66 -250.324C1478.44 -250.324 1478.22 -250.404 1478.05 -250.567C1477.69 -250.907 1477.67 -251.477 1478.01 -251.84C1480.15 -254.13 1482.4 -256.382 1484.68 -258.534ZM1016.5 -261.782C1017.15 -261.782 1017.77 -261.389 1018.03 -260.744C1018.36 -259.899 1017.95 -258.942 1017.11 -258.605C1011.85 -256.513 1006.59 -254.224 1001.48 -251.804C1001.25 -251.696 1001.01 -251.645 1000.78 -251.645C1000.16 -251.645 999.566 -251.993 999.287 -252.588C998.9 -253.41 999.251 -254.39 1000.07 -254.779C1005.25 -257.23 1010.57 -259.547 1015.89 -261.665C1016.09 -261.744 1016.3 -261.782 1016.5 -261.782ZM1682.29 -264.921C1682.61 -265.304 1683.18 -265.358 1683.56 -265.042C1685.98 -263.043 1688.37 -260.94 1690.66 -258.794C1691.02 -258.454 1691.04 -257.884 1690.7 -257.521C1690.52 -257.332 1690.28 -257.236 1690.04 -257.236C1689.82 -257.236 1689.6 -257.317 1689.43 -257.479C1687.17 -259.6 1684.8 -261.678 1682.41 -263.653C1682.03 -263.97 1681.98 -264.537 1682.29 -264.921ZM1201.62 -267.899C1201.79 -267.899 1201.96 -267.874 1202.12 -267.819C1207.6 -266.053 1213.08 -264.088 1218.42 -261.979C1219.26 -261.646 1219.68 -260.691 1219.35 -259.845C1219.09 -259.197 1218.47 -258.803 1217.82 -258.803C1217.61 -258.803 1217.41 -258.84 1217.21 -258.918C1211.93 -261 1206.52 -262.941 1201.12 -264.687C1200.25 -264.966 1199.78 -265.893 1200.05 -266.758C1200.28 -267.455 1200.92 -267.899 1201.62 -267.899ZM1499.22 -270.604C1499.62 -270.898 1500.19 -270.809 1500.48 -270.407C1500.77 -270.006 1500.68 -269.442 1500.28 -269.149C1497.78 -267.321 1495.3 -265.391 1492.92 -263.411C1492.75 -263.271 1492.54 -263.204 1492.34 -263.204C1492.08 -263.204 1491.83 -263.314 1491.65 -263.528C1491.33 -263.911 1491.39 -264.479 1491.77 -264.797C1494.18 -266.8 1496.69 -268.755 1499.22 -270.604ZM1049.14 -272.438C1049.87 -272.438 1050.54 -271.945 1050.73 -271.203C1050.96 -270.322 1050.43 -269.424 1049.55 -269.197C1044.06 -267.783 1038.55 -266.175 1033.16 -264.416C1032.99 -264.361 1032.82 -264.334 1032.65 -264.334C1031.96 -264.334 1031.31 -264.775 1031.08 -265.47C1030.8 -266.334 1031.28 -267.264 1032.14 -267.546C1037.59 -269.326 1043.17 -270.954 1048.72 -272.386C1048.86 -272.421 1049 -272.438 1049.14 -272.438ZM1667.02 -275.87C1667.28 -276.291 1667.84 -276.414 1668.26 -276.148C1670.91 -274.469 1673.54 -272.681 1676.09 -270.835C1676.49 -270.543 1676.58 -269.98 1676.29 -269.577C1676.11 -269.334 1675.83 -269.205 1675.56 -269.205C1675.37 -269.205 1675.19 -269.261 1675.03 -269.377C1672.51 -271.2 1669.91 -272.967 1667.29 -274.627C1666.88 -274.894 1666.75 -275.45 1667.02 -275.87ZM1168.35 -276.361C1168.45 -276.361 1168.55 -276.352 1168.65 -276.333C1174.29 -275.273 1179.97 -274.018 1185.52 -272.605C1186.41 -272.382 1186.94 -271.486 1186.71 -270.604C1186.52 -269.86 1185.86 -269.363 1185.12 -269.363C1184.98 -269.363 1184.85 -269.38 1184.71 -269.415C1179.22 -270.811 1173.62 -272.049 1168.05 -273.096C1167.15 -273.264 1166.57 -274.124 1166.73 -275.018C1166.88 -275.809 1167.57 -276.361 1168.35 -276.361ZM1082.86 -278.891C1083.68 -278.891 1084.38 -278.283 1084.49 -277.451C1084.6 -276.548 1083.96 -275.725 1083.06 -275.61C1077.44 -274.898 1071.76 -273.997 1066.2 -272.934C1066.1 -272.913 1065.99 -272.904 1065.89 -272.904C1065.12 -272.904 1064.43 -273.453 1064.28 -274.241C1064.11 -275.134 1064.69 -275.996 1065.59 -276.167C1071.22 -277.244 1076.96 -278.157 1082.65 -278.878C1082.72 -278.886 1082.79 -278.891 1082.86 -278.891ZM1515.14 -280.759C1515.58 -280.999 1516.13 -280.841 1516.36 -280.406C1516.6 -279.971 1516.44 -279.423 1516.01 -279.183C1513.3 -277.686 1510.6 -276.08 1507.99 -274.413C1507.84 -274.317 1507.67 -274.272 1507.51 -274.272C1507.21 -274.273 1506.92 -274.42 1506.75 -274.688C1506.48 -275.108 1506.6 -275.665 1507.02 -275.933C1509.67 -277.62 1512.4 -279.244 1515.14 -280.759ZM1134.38 -280.565C1140.11 -280.219 1145.9 -279.688 1151.58 -278.986C1152.48 -278.875 1153.12 -278.053 1153.01 -277.151C1152.91 -276.317 1152.2 -275.707 1151.38 -275.707C1151.32 -275.707 1151.25 -275.71 1151.18 -275.719C1145.56 -276.412 1139.85 -276.937 1134.18 -277.279C1133.28 -277.334 1132.58 -278.114 1132.64 -279.021C1132.69 -279.896 1133.42 -280.568 1134.28 -280.568C1134.31 -280.568 1134.35 -280.567 1134.38 -280.565ZM1117.12 -281.071C1118.02 -281.071 1118.76 -280.336 1118.76 -279.428C1118.76 -278.519 1118.02 -277.78 1117.12 -277.779C1111.92 -277.771 1106.68 -277.614 1101.5 -277.312C1101.78 -278.428 1102.07 -279.55 1102.37 -280.66C1107.27 -280.926 1112.21 -281.064 1117.12 -281.071ZM1650.48 -284.82C1650.69 -285.271 1651.23 -285.464 1651.68 -285.253C1654.52 -283.919 1657.36 -282.475 1660.11 -280.962C1660.55 -280.722 1660.71 -280.175 1660.47 -279.739C1660.31 -279.441 1659.99 -279.271 1659.68 -279.271C1659.53 -279.272 1659.38 -279.308 1659.25 -279.383C1656.53 -280.878 1653.72 -282.305 1650.91 -283.623C1650.46 -283.834 1650.27 -284.371 1650.48 -284.82ZM1230.09 -445.895C1218.01 -438.998 1206.51 -431.198 1195.68 -422.585L1195.68 -422.584C1197.15 -421.053 1198.05 -418.974 1198.05 -416.689C1198.05 -411.995 1194.23 -408.173 1189.54 -408.173C1186.75 -408.172 1184.27 -409.522 1182.72 -411.601H1182.72C1144.47 -377.092 1116.09 -331.852 1102.37 -280.66C1101.83 -280.63 1101.28 -280.599 1100.74 -280.566C1114.52 -332.343 1143.2 -378.107 1181.89 -412.945L1181.7 -413.376C1181.26 -414.395 1181.02 -415.515 1181.02 -416.689C1181.02 -421.384 1184.84 -425.207 1189.54 -425.207C1191.38 -425.207 1193.09 -424.618 1194.48 -423.617C1204.74 -431.791 1215.61 -439.248 1226.99 -445.895H1230.09ZM1532.2 -288.832C1532.66 -289.015 1533.19 -288.79 1533.37 -288.328C1533.55 -287.866 1533.32 -287.342 1532.87 -287.158C1529.99 -286.013 1527.11 -284.761 1524.32 -283.437C1524.19 -283.378 1524.06 -283.351 1523.93 -283.351C1523.59 -283.351 1523.27 -283.541 1523.11 -283.866C1522.9 -284.316 1523.1 -284.853 1523.55 -285.065C1526.38 -286.406 1529.29 -287.673 1532.2 -288.832ZM1632.94 -291.618C1633.09 -292.091 1633.6 -292.351 1634.08 -292.198C1637.07 -291.232 1640.06 -290.157 1642.99 -289.004C1643.45 -288.821 1643.68 -288.299 1643.49 -287.836C1643.35 -287.482 1643.02 -287.266 1642.66 -287.266C1642.55 -287.266 1642.44 -287.286 1642.33 -287.329C1639.44 -288.468 1636.48 -289.529 1633.52 -290.484C1633.05 -290.637 1632.79 -291.145 1632.94 -291.618ZM1550.16 -294.696C1550.64 -294.82 1551.13 -294.531 1551.26 -294.049C1551.38 -293.568 1551.09 -293.077 1550.61 -292.952C1547.61 -292.179 1544.59 -291.298 1541.65 -290.336C1541.55 -290.306 1541.46 -290.292 1541.37 -290.292C1540.99 -290.292 1540.63 -290.533 1540.51 -290.913C1540.35 -291.386 1540.61 -291.894 1541.09 -292.049C1544.07 -293.023 1547.12 -293.913 1550.16 -294.696ZM1614.71 -296.137C1614.81 -296.625 1615.27 -296.947 1615.76 -296.855C1618.85 -296.276 1621.95 -295.59 1624.99 -294.817C1625.48 -294.695 1625.76 -294.204 1625.64 -293.723C1625.54 -293.315 1625.17 -293.043 1624.77 -293.043C1624.7 -293.043 1624.63 -293.052 1624.55 -293.071C1621.55 -293.835 1618.48 -294.512 1615.43 -295.085C1614.94 -295.177 1614.62 -295.648 1614.71 -296.137ZM1568.72 -298.248C1569.21 -298.31 1569.66 -297.96 1569.72 -297.467C1569.78 -296.974 1569.44 -296.524 1568.94 -296.461C1565.86 -296.071 1562.76 -295.578 1559.72 -294.996C1559.66 -294.985 1559.6 -294.98 1559.55 -294.979C1559.13 -294.979 1558.75 -295.28 1558.67 -295.711C1558.57 -296.199 1558.89 -296.671 1559.38 -296.765C1562.46 -297.354 1565.6 -297.853 1568.72 -298.248ZM1597.01 -299.171C1600.15 -298.981 1603.32 -298.691 1606.43 -298.308C1606.92 -298.246 1607.27 -297.797 1607.21 -297.304C1607.15 -296.848 1606.76 -296.513 1606.31 -296.513L1606.21 -296.52C1603.13 -296.899 1600.01 -297.186 1596.91 -297.373C1596.41 -297.403 1596.03 -297.83 1596.06 -298.326C1596.09 -298.823 1596.52 -299.2 1597.01 -299.171ZM1587.57 -299.448C1588.07 -299.448 1588.47 -299.045 1588.47 -298.549C1588.47 -298.051 1588.07 -297.647 1587.57 -297.646C1584.47 -297.642 1581.33 -297.54 1578.24 -297.344L1578.18 -297.342C1577.71 -297.342 1577.31 -297.709 1577.28 -298.186C1577.25 -298.682 1577.63 -299.11 1578.12 -299.142C1581.25 -299.34 1584.43 -299.443 1587.57 -299.448H1587.57ZM1500.45 -445.895C1525.95 -431 1548.83 -412.08 1568.2 -390.002C1570.04 -391.069 1572.17 -391.679 1574.45 -391.679C1581.34 -391.679 1586.95 -386.07 1586.95 -379.175C1586.95 -375.916 1585.69 -372.943 1583.64 -370.715C1585.05 -368.779 1586.45 -366.812 1587.81 -364.838C1587.96 -364.62 1588.11 -364.402 1588.26 -364.185V-361.426C1588.11 -361.651 1587.96 -361.867 1587.81 -362.092C1586.09 -364.635 1584.32 -367.151 1582.51 -369.632C1580.34 -367.785 1577.52 -366.67 1574.45 -366.67C1567.56 -366.67 1561.95 -372.281 1561.95 -379.175C1561.95 -383.107 1563.77 -386.622 1566.62 -388.916L1566.9 -389.134C1547.59 -411.104 1524.79 -429.926 1499.37 -444.727C1499.6 -445.098 1499.8 -445.489 1499.98 -445.895H1500.45ZM1568.65 -387.126C1566.2 -385.333 1564.6 -382.437 1564.6 -379.175C1564.6 -373.743 1569.02 -369.327 1574.45 -369.325C1576.93 -369.325 1579.2 -370.25 1580.94 -371.774C1577.02 -377.047 1572.93 -382.157 1568.65 -387.126ZM1574.45 -389.024C1572.84 -389.024 1571.32 -388.636 1569.98 -387.95C1574.17 -383.078 1578.18 -378.064 1582.03 -372.901C1583.44 -374.606 1584.29 -376.793 1584.29 -379.175C1584.29 -384.605 1579.88 -389.024 1574.45 -389.024ZM1191.84 -410.39H1191.84H1191.84ZM1193.55 -411.316H1193.55H1193.55ZM1195.83 -418.994H1195.84H1195.83ZM1190.56 -423.321C1191.89 -423.117 1193.09 -422.52 1194.04 -421.653C1193.88 -421.798 1193.72 -421.936 1193.55 -422.064C1193.46 -422.129 1193.37 -422.191 1193.28 -422.251C1192.84 -422.553 1192.35 -422.802 1191.84 -422.99C1191.64 -423.066 1191.43 -423.131 1191.21 -423.187C1191 -423.242 1190.78 -423.287 1190.56 -423.321ZM1185.79 -422.251C1185.67 -422.167 1185.55 -422.077 1185.43 -421.985C1185.55 -422.077 1185.67 -422.167 1185.79 -422.251ZM1187.86 -423.187C1187.65 -423.132 1187.44 -423.066 1187.24 -422.991C1187.44 -423.066 1187.65 -423.132 1187.86 -423.187ZM1188.52 -423.321L1188.52 -423.32L1188.52 -423.321Z' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='260' viewBox='0 0 1440 260' fill='none'%3E%3Cpath d='M1101.93 -278.988L1101.5 -277.312L1101.08 -275.672C1096.88 -258.694 1094.28 -241.097 1093.46 -223.036L1094.05 -222.971C1100.17 -222.159 1104.9 -216.909 1104.9 -210.575C1104.9 -204.241 1100.17 -198.991 1094.05 -198.18L1093.46 -198.115L1093.6 -195.386C1096.78 -138.135 1117.81 -85.5899 1151.22 -43.2178C1152.28 -41.8674 1153.37 -40.5142 1154.46 -39.1846L1155.63 -37.7627C1167.81 -23.1026 1181.49 -9.75473 1196.46 2.05762C1197.81 3.1225 1199.18 4.18353 1200.55 5.22363L1202.31 6.54785C1211.15 13.1355 1220.39 19.2014 1230.01 24.6934C1229.66 25.0896 1229.36 25.5126 1229.1 25.9629C1220.3 20.9334 1211.83 15.4353 1203.69 9.4873C1202.49 8.61829 1201.31 7.74017 1200.14 6.84863C1193.97 2.19247 1188.01 -2.72104 1182.26 -7.87402C1213.2 27.551 1233.48 72.506 1238.09 121.947C1240.12 120.864 1242.44 120.249 1244.91 120.249C1252.93 120.249 1259.45 126.778 1259.45 134.802C1259.45 136.726 1259.07 138.564 1258.39 140.247C1279.26 151.056 1298.4 164.74 1315.31 180.772C1315.43 180.638 1315.56 180.508 1315.68 180.378C1316 180.031 1316.44 179.86 1316.88 179.86C1317.28 179.86 1317.68 180.004 1318 180.306C1318.67 180.927 1318.7 181.967 1318.08 182.629C1317.95 182.773 1317.81 182.913 1317.68 183.053H1317.68C1341.14 205.902 1360.12 233.344 1373.14 263.91L1373.15 263.911V263.912L1374.93 264.125C1379.1 264.606 1383.31 264.979 1387.5 265.235C1388.28 265.285 1388.88 265.961 1388.83 266.744C1388.78 267.496 1388.15 268.076 1387.41 268.076L1387.32 268.072C1383.02 267.811 1378.69 267.424 1374.41 266.929L1374.53 267.217C1386.37 296.179 1392.91 327.86 1392.91 361.039C1392.91 391.129 1387.53 419.987 1377.69 446.702C1377.75 446.872 1377.76 447.057 1377.72 447.243C1377.66 447.566 1377.47 447.832 1377.21 447.997C1341.91 542.233 1250.96 609.487 1144.61 609.487C1007.69 609.487 896.305 498.033 896.301 361.039C896.301 355.532 896.481 350.066 896.836 344.646C826.413 305.212 778.703 229.826 778.7 143.496C778.7 125.425 780.791 107.834 784.743 90.9512C778.762 82.6198 772.411 74.571 765.713 66.8301C765.987 66.1772 766.267 65.5109 766.551 64.8535C773.151 72.4404 779.419 80.3243 785.335 88.4805C788.839 74.2266 793.673 60.4902 799.697 47.4111C776.835 25.2106 762.331 -5.55554 761.437 -39.6641C761.54 -39.6546 761.644 -39.6494 761.752 -39.6494C761.887 -39.6494 762.022 -39.6581 762.152 -39.6738C763.045 -5.85529 777.389 24.6643 800.018 46.7207C836.081 -30.8982 914.119 -85.1982 1004.78 -86.7988C996.45 -109.087 981.956 -128.391 963.383 -142.617C963.54 -142.795 963.685 -142.99 963.802 -143.199C982.556 -128.839 997.176 -109.334 1005.54 -86.8105C1006.66 -86.8266 1007.78 -86.835 1008.9 -86.835C1066.97 -86.8353 1120.09 -65.2054 1160.63 -29.5742C1156.82 -33.8534 1153.14 -38.2523 1149.6 -42.7666C1148.69 -43.9259 1147.78 -45.0969 1146.89 -46.2715C1114.58 -88.8636 1094.49 -141.229 1091.91 -198.08L1091.6 -198.097C1085.08 -198.511 1079.91 -203.951 1079.91 -210.575C1079.91 -217.304 1085.25 -222.811 1091.91 -223.07C1092.76 -241.667 1095.47 -259.772 1099.88 -277.224C1100.02 -277.78 1100.16 -278.339 1100.3 -278.896V-278.897C1100.16 -278.339 1100.02 -277.781 1099.88 -277.224C1099.04 -277.26 1098.36 -277.916 1098.31 -278.764C1098.25 -279.671 1098.94 -280.453 1099.84 -280.511C1100.14 -280.53 1100.44 -280.548 1100.74 -280.566C1101.28 -280.599 1101.83 -280.63 1102.37 -280.66C1102.22 -280.105 1102.07 -279.547 1101.93 -278.988ZM1257.8 141.532C1255.37 146.18 1250.5 149.358 1244.9 149.358C1242.82 149.358 1240.84 148.917 1239.04 148.124C1237.9 206.14 1215.2 258.963 1178.66 298.897C1179.56 300.623 1180.48 302.338 1181.42 304.035C1181.73 304.589 1181.53 305.287 1180.97 305.593C1180.79 305.687 1180.61 305.737 1180.42 305.737C1180.02 305.737 1179.62 305.521 1179.42 305.143C1178.6 303.668 1177.8 302.179 1177.01 300.682C1134.97 345.667 1075.16 373.826 1008.9 373.826C968.803 373.826 931.07 363.516 898.207 345.407C897.883 350.577 897.718 355.789 897.718 361.039C897.718 497.254 1008.47 608.074 1144.61 608.074C1250.16 608.074 1340.45 541.45 1375.69 448.023C1370.06 446.944 1364.41 445.685 1358.86 444.267C1358.25 444.109 1357.88 443.487 1358.04 442.875C1358.19 442.258 1358.81 441.89 1359.43 442.047C1365.05 443.484 1370.79 444.76 1376.5 445.846C1386.2 419.386 1391.49 390.819 1391.49 361.039C1391.49 327.66 1384.84 295.806 1372.8 266.734C1372.69 266.721 1372.58 266.708 1372.47 266.694C1371.69 266.6 1371.14 265.888 1371.24 265.109C1371.28 264.74 1371.47 264.421 1371.73 264.2C1358.79 233.92 1339.96 206.732 1316.71 184.08C1313.2 187.763 1309.55 191.383 1305.86 194.854C1305.54 195.156 1305.13 195.3 1304.73 195.3C1304.29 195.3 1303.86 195.129 1303.53 194.782C1302.91 194.12 1302.94 193.076 1303.6 192.454C1307.26 189.019 1310.86 185.443 1314.33 181.796C1297.54 165.87 1278.52 152.275 1257.8 141.532ZM307.939 563.2C308.439 563.182 308.854 563.57 308.872 564.069C308.89 564.565 308.502 564.983 308.005 565.001C304.556 565.123 301.053 565.19 297.594 565.19C297.097 565.19 296.694 564.785 296.693 564.29C296.693 563.795 297.096 563.39 297.593 563.39C301.03 563.39 304.512 563.326 307.939 563.2ZM276.917 562.65C280.336 562.898 283.812 563.083 287.249 563.205C287.745 563.223 288.134 563.642 288.116 564.137C288.099 564.623 287.699 565.006 287.217 565.006H287.185C283.727 564.884 280.228 564.695 276.788 564.447C276.292 564.411 275.92 563.983 275.955 563.483C275.991 562.988 276.417 562.61 276.917 562.65ZM328.575 561.701C329.066 561.652 329.513 562.007 329.567 562.502C329.621 562.993 329.264 563.439 328.771 563.493C325.342 563.867 321.852 564.186 318.401 564.434L318.336 564.438C317.868 564.438 317.474 564.073 317.439 563.601C317.404 563.105 317.776 562.674 318.271 562.638C321.7 562.39 325.167 562.075 328.575 561.701ZM256.35 560.422C259.743 560.913 263.196 561.354 266.613 561.724C267.107 561.778 267.465 562.223 267.411 562.714C267.361 563.177 266.971 563.519 266.518 563.52L266.419 563.516C262.98 563.142 259.505 562.7 256.091 562.2C255.599 562.128 255.258 561.673 255.33 561.183C255.402 560.688 255.857 560.345 256.35 560.422ZM349.045 558.707C349.535 558.617 350.003 558.941 350.093 559.432C350.182 559.922 349.859 560.39 349.37 560.48C345.974 561.102 342.519 561.674 339.098 562.174C339.054 562.183 339.009 562.183 338.966 562.183C338.526 562.182 338.142 561.862 338.076 561.412C338.005 560.922 338.345 560.463 338.837 560.396C342.236 559.896 345.671 559.328 349.045 558.707ZM234.926 557.374C235.033 556.888 235.514 556.582 235.999 556.689C239.351 557.432 242.764 558.121 246.141 558.742C246.629 558.832 246.954 559.301 246.864 559.792C246.785 560.224 246.406 560.53 245.979 560.53C245.926 560.53 245.871 560.525 245.816 560.512C242.418 559.89 238.984 559.198 235.61 558.45C235.125 558.342 234.819 557.86 234.926 557.374ZM369.241 554.222C369.721 554.096 370.213 554.384 370.339 554.866C370.464 555.348 370.177 555.839 369.696 555.965C366.354 556.838 362.948 557.657 359.574 558.409C359.509 558.423 359.443 558.432 359.378 558.432C358.965 558.432 358.594 558.143 358.501 557.725C358.393 557.238 358.7 556.756 359.185 556.648C362.537 555.906 365.92 555.086 369.241 554.222ZM214.857 552.078C215 551.601 215.502 551.332 215.978 551.476C219.264 552.462 222.617 553.402 225.941 554.267C226.422 554.393 226.71 554.884 226.585 555.365C226.48 555.77 226.114 556.041 225.715 556.041C225.64 556.041 225.563 556.032 225.487 556.01C222.142 555.141 218.768 554.194 215.461 553.199C214.985 553.06 214.715 552.555 214.857 552.078ZM389.054 548.261C389.524 548.099 390.036 548.35 390.196 548.823C390.357 549.291 390.105 549.804 389.635 549.962C386.365 551.079 383.029 552.15 379.721 553.146C379.634 553.173 379.547 553.187 379.461 553.187C379.074 553.187 378.717 552.934 378.6 552.542C378.457 552.069 378.726 551.565 379.202 551.421C382.489 550.435 385.805 549.368 389.054 548.261ZM195.174 545.302C195.352 544.834 195.873 544.604 196.336 544.779C199.551 546.008 202.834 547.197 206.094 548.31C206.564 548.467 206.816 548.981 206.655 549.453C206.528 549.827 206.178 550.062 205.803 550.062C205.707 550.061 205.609 550.048 205.513 550.012C202.232 548.895 198.928 547.702 195.693 546.464C195.229 546.284 194.996 545.766 195.174 545.302ZM408.346 540.867C408.803 540.674 409.332 540.885 409.526 541.344C409.721 541.803 409.508 542.33 409.051 542.523C405.88 543.874 402.642 545.185 399.426 546.419C399.32 546.459 399.211 546.478 399.104 546.478C398.742 546.478 398.4 546.256 398.264 545.9C398.086 545.432 398.318 544.914 398.782 544.734C401.977 543.51 405.195 542.209 408.346 540.867ZM176.055 537.094C176.266 536.643 176.803 536.45 177.253 536.661C180.37 538.124 183.554 539.547 186.718 540.894C187.175 541.087 187.389 541.619 187.194 542.078C187.049 542.42 186.715 542.623 186.365 542.623C186.248 542.623 186.128 542.6 186.014 542.551C182.829 541.195 179.624 539.763 176.487 538.291C176.038 538.079 175.844 537.544 176.055 537.094ZM427.026 532.091C427.467 531.866 428.012 532.037 428.237 532.479C428.467 532.92 428.291 533.465 427.851 533.694C424.786 535.275 421.649 536.814 418.53 538.282C418.404 538.341 418.274 538.368 418.148 538.368C417.81 538.368 417.487 538.174 417.333 537.851C417.122 537.4 417.315 536.864 417.765 536.652C420.862 535.193 423.98 533.662 427.026 532.091ZM157.601 527.508C157.844 527.071 158.392 526.918 158.826 527.161C161.827 528.85 164.897 530.507 167.951 532.078C168.393 532.308 168.566 532.852 168.339 533.293C168.18 533.604 167.864 533.779 167.538 533.779C167.399 533.779 167.259 533.748 167.127 533.681C164.054 532.096 160.964 530.43 157.944 528.732C157.511 528.489 157.357 527.94 157.601 527.508ZM445.026 521.965C445.454 521.708 446.008 521.838 446.265 522.262C446.526 522.689 446.39 523.243 445.967 523.5C443.024 525.301 440.009 527.071 437.003 528.764C436.864 528.84 436.711 528.881 436.562 528.881C436.248 528.881 435.941 528.714 435.774 528.422C435.531 527.985 435.685 527.436 436.121 527.192C439.104 525.513 442.106 523.752 445.026 521.965ZM139.906 516.598C140.181 516.183 140.74 516.071 141.154 516.346C144.016 518.246 146.955 520.119 149.891 521.915C150.315 522.176 150.448 522.73 150.188 523.153C150.019 523.432 149.723 523.586 149.42 523.586C149.26 523.586 149.098 523.54 148.951 523.45C145.997 521.645 143.039 519.758 140.159 517.845C139.745 517.57 139.631 517.012 139.906 516.598ZM462.257 510.546C462.657 510.258 463.22 510.352 463.513 510.753C463.801 511.158 463.706 511.721 463.301 512.009C460.497 514.021 457.613 516.008 454.737 517.917C454.585 518.016 454.414 518.065 454.243 518.065C453.951 518.065 453.667 517.921 453.491 517.66C453.217 517.246 453.329 516.688 453.743 516.413C456.601 514.522 459.467 512.545 462.257 510.546ZM123.062 504.436C123.366 504.04 123.931 503.967 124.324 504.273C127.044 506.381 129.838 508.461 132.628 510.46C133.032 510.753 133.124 511.315 132.835 511.721C132.659 511.964 132.383 512.095 132.104 512.095C131.922 512.095 131.738 512.04 131.579 511.928C128.772 509.911 125.96 507.817 123.223 505.696C122.83 505.395 122.757 504.827 123.062 504.436ZM478.615 497.897C478.998 497.583 479.564 497.632 479.884 498.015C480.199 498.397 480.149 498.964 479.767 499.284C477.112 501.495 474.38 503.684 471.648 505.8C471.486 505.926 471.293 505.984 471.1 505.984C470.83 505.984 470.564 505.867 470.389 505.638C470.083 505.242 470.155 504.679 470.551 504.373C473.264 502.275 475.978 500.095 478.615 497.897ZM242.52 135.797C242.859 136.612 243.194 137.436 243.521 138.255C250.57 155.924 254.938 174.936 256.135 194.797C260.385 194.441 264.683 194.257 269.023 194.257C318.345 194.257 362.293 217.708 390.322 254.05C390.335 253.62 390.347 253.191 390.362 252.763C390.496 252.754 390.631 252.749 390.767 252.749C390.982 252.749 391.196 252.759 391.406 252.781C391.375 253.645 391.352 254.51 391.333 255.376C410.684 281.035 422.171 312.948 422.171 347.496C422.175 431.993 353.47 500.741 269.023 500.741C184.576 500.741 115.873 431.993 115.872 347.496C115.872 296.782 140.621 251.744 178.668 223.837C183.64 197.57 191.654 172.365 202.324 148.607C202.662 149.431 202.996 150.265 203.322 151.098C193.357 173.617 185.791 197.426 180.947 222.198C202.304 207.124 227.668 197.371 255.097 194.886C253.969 176.12 249.991 158.117 243.585 141.294L242.928 139.593C242.602 138.76 242.267 137.927 241.93 137.103C242.128 136.661 242.32 136.238 242.52 135.797ZM269.023 195.131C264.701 195.131 260.42 195.314 256.188 195.669C256.222 196.289 256.255 196.911 256.283 197.533C256.174 197.529 256.062 197.524 255.952 197.524C255.712 197.524 255.475 197.538 255.24 197.556C255.213 196.956 255.182 196.357 255.148 195.759C227.568 198.263 202.088 208.155 180.706 223.438C176.762 244.023 174.696 265.267 174.696 286.984C174.696 298.52 175.278 309.916 176.416 321.159H174.477C173.345 309.916 172.767 298.52 172.767 286.984C172.767 265.853 174.713 245.167 178.434 225.097C141.029 252.885 116.745 297.406 116.745 347.496C116.745 431.512 185.057 499.867 269.024 499.867C352.99 499.867 421.302 431.511 421.298 347.496C421.3 313.545 410.144 282.152 391.308 256.794C391.296 257.652 391.288 258.512 391.288 259.373C391.288 261.579 391.328 263.781 391.406 265.969C391.196 265.987 390.982 266.001 390.767 266.001C390.631 266.001 390.496 265.996 390.362 265.987C390.284 263.794 390.245 261.588 390.245 259.377C390.245 258.061 390.26 256.747 390.288 255.438C362.451 218.816 318.45 195.131 269.023 195.131ZM107.151 491.081C107.483 490.712 108.052 490.68 108.422 491.014C110.978 493.31 113.613 495.588 116.252 497.79C116.634 498.105 116.685 498.672 116.367 499.055C116.189 499.271 115.933 499.379 115.676 499.379C115.472 499.379 115.267 499.311 115.1 499.172C112.443 496.957 109.793 494.661 107.221 492.355C106.851 492.022 106.819 491.455 107.151 491.081ZM494.019 484.093C494.379 483.746 494.95 483.76 495.292 484.115C495.638 484.475 495.625 485.043 495.27 485.39C492.781 487.785 490.216 490.171 487.642 492.477C487.471 492.63 487.254 492.706 487.043 492.706C486.796 492.706 486.548 492.607 486.373 492.409C486.04 492.035 486.071 491.468 486.44 491.135C488.996 488.843 491.548 486.475 494.019 484.093ZM92.2588 476.618C92.6165 476.272 93.1861 476.281 93.5312 476.641C95.9117 479.112 98.3726 481.576 100.846 483.962C101.203 484.309 101.214 484.876 100.869 485.236C100.692 485.416 100.456 485.511 100.221 485.511C99.9958 485.511 99.7707 485.425 99.5957 485.259C97.1072 482.854 94.6311 480.378 92.2354 477.888C91.8903 477.532 91.9011 476.96 92.2588 476.618ZM508.392 469.197C508.725 468.824 509.291 468.797 509.66 469.126C510.029 469.459 510.061 470.027 509.732 470.4C507.424 472.971 505.034 475.537 502.636 478.027C502.46 478.207 502.221 478.302 501.987 478.302C501.762 478.302 501.538 478.216 501.362 478.05C501.007 477.703 500.993 477.131 501.34 476.775C503.725 474.303 506.097 471.75 508.392 469.197ZM78.459 461.115C78.8401 460.796 79.4084 460.845 79.7266 461.228C81.9253 463.871 84.2 466.506 86.4883 469.059C86.8196 469.428 86.7889 469.999 86.4189 470.332C86.2471 470.485 86.0316 470.562 85.8184 470.562C85.5713 470.562 85.3252 470.459 85.1475 470.261C82.8449 467.69 80.5563 465.042 78.3438 462.381C78.0256 461.998 78.0769 461.43 78.459 461.115ZM521.648 453.29C521.95 452.898 522.517 452.826 522.908 453.128C523.304 453.434 523.376 453.996 523.07 454.393C520.955 457.126 518.759 459.859 516.545 462.516C516.365 462.732 516.113 462.84 515.853 462.84C515.65 462.84 515.447 462.772 515.276 462.633C514.898 462.313 514.845 461.746 515.164 461.363C517.365 458.725 519.547 456.005 521.648 453.29ZM65.8262 444.658C66.2307 444.366 66.7917 444.46 67.0811 444.865C69.0772 447.652 71.1538 450.444 73.2539 453.159C73.5581 453.555 73.4865 454.119 73.0928 454.425C72.929 454.551 72.735 454.613 72.543 454.613C72.274 454.613 72.0073 454.492 71.8301 454.263C69.7164 451.53 67.627 448.719 65.6182 445.914C65.3286 445.509 65.4221 444.946 65.8262 444.658ZM1447.71 450.291C1448.34 450.242 1448.89 450.728 1448.93 451.362C1448.96 451.993 1448.49 452.537 1447.86 452.578C1441.92 452.947 1435.89 453.137 1429.92 453.142C1429.29 453.142 1428.77 452.628 1428.77 451.993C1428.77 451.363 1429.28 450.85 1429.92 450.85C1435.84 450.845 1441.83 450.656 1447.71 450.291ZM1394.4 448.661C1400.26 449.391 1406.22 449.944 1412.12 450.305C1412.75 450.345 1413.23 450.89 1413.19 451.521C1413.16 452.128 1412.65 452.597 1412.05 452.597H1411.98C1406.03 452.227 1400.02 451.669 1394.11 450.935C1393.49 450.858 1393.04 450.286 1393.12 449.656C1393.19 449.026 1393.77 448.585 1394.4 448.661ZM1483.02 445.852C1483.64 445.735 1484.24 446.144 1484.36 446.766C1484.47 447.387 1484.07 447.985 1483.45 448.103C1477.6 449.215 1471.64 450.156 1465.72 450.899C1465.67 450.908 1465.62 450.908 1465.57 450.908C1465.01 450.908 1464.51 450.485 1464.44 449.904C1464.36 449.278 1464.81 448.706 1465.43 448.625C1471.31 447.887 1477.22 446.955 1483.02 445.852ZM533.717 436.454C533.991 436.04 534.55 435.927 534.964 436.202C535.378 436.477 535.495 437.035 535.216 437.449C533.308 440.331 531.314 443.222 529.298 446.031C529.122 446.279 528.848 446.409 528.564 446.409C528.385 446.409 528.2 446.351 528.043 446.238C527.638 445.95 527.548 445.388 527.836 444.982C529.838 442.186 531.818 439.318 533.717 436.454ZM1517.48 437.008C1518.09 436.81 1518.74 437.143 1518.93 437.742C1519.12 438.346 1518.79 438.994 1518.2 439.188C1512.53 441.029 1506.73 442.718 1500.96 444.199C1500.87 444.222 1500.77 444.235 1500.67 444.235C1500.16 444.235 1499.7 443.888 1499.57 443.37C1499.41 442.758 1499.78 442.132 1500.39 441.975C1506.11 440.507 1511.86 438.836 1517.48 437.008ZM1324.07 431.704C1324.29 431.114 1324.96 430.826 1325.55 431.061C1331.06 433.24 1336.71 435.27 1342.33 437.094C1342.93 437.292 1343.26 437.936 1343.07 438.539C1342.91 439.025 1342.46 439.332 1341.98 439.332C1341.86 439.332 1341.74 439.313 1341.62 439.277C1335.95 437.436 1330.26 435.392 1324.71 433.194C1324.12 432.96 1323.83 432.294 1324.07 431.704ZM54.4268 427.332C54.8511 427.075 55.4049 427.206 55.6641 427.634C57.4523 430.556 59.3199 433.491 61.2148 436.351C61.4898 436.765 61.3764 437.323 60.9619 437.598C60.8094 437.701 60.6368 437.751 60.4658 437.751C60.1742 437.751 59.8885 437.607 59.7148 437.346C57.8078 434.469 55.928 431.515 54.1289 428.57C53.8693 428.147 54.0029 427.593 54.4268 427.332ZM1550.54 423.892C1551.11 423.622 1551.8 423.865 1552.07 424.441C1552.34 425.013 1552.09 425.693 1551.52 425.963C1546.14 428.502 1540.61 430.902 1535.08 433.1C1534.94 433.154 1534.8 433.181 1534.66 433.181C1534.2 433.181 1533.77 432.906 1533.59 432.456C1533.36 431.866 1533.64 431.2 1534.23 430.966C1539.72 428.791 1545.2 426.409 1550.54 423.892ZM544.535 418.772C544.778 418.34 545.327 418.187 545.759 418.43C546.191 418.673 546.344 419.222 546.102 419.659C544.405 422.671 542.628 425.702 540.823 428.655C540.652 428.93 540.355 429.083 540.054 429.083C539.892 429.083 539.729 429.043 539.585 428.953C539.162 428.692 539.027 428.138 539.288 427.715C541.084 424.779 542.848 421.771 544.535 418.772ZM1291.76 416.327C1292.06 415.774 1292.76 415.571 1293.31 415.877C1298.5 418.727 1303.84 421.456 1309.19 423.978C1309.76 424.248 1310.01 424.928 1309.74 425.504C1309.54 425.918 1309.13 426.161 1308.7 426.161C1308.54 426.161 1308.37 426.126 1308.21 426.054C1302.82 423.51 1297.43 420.763 1292.21 417.886C1291.65 417.58 1291.45 416.881 1291.76 416.327ZM44.3262 409.235C44.768 409.006 45.3104 409.182 45.5381 409.623C47.1063 412.667 48.7549 415.728 50.4365 418.718C50.6804 419.15 50.5261 419.699 50.0928 419.942C49.9533 420.023 49.8017 420.06 49.6523 420.06C49.3379 420.059 49.0323 419.893 48.8672 419.601C47.1748 416.593 45.517 413.513 43.9385 410.446C43.7114 410.005 43.8843 409.46 44.3262 409.235ZM1581.68 406.723C1582.21 406.381 1582.92 406.539 1583.26 407.074C1583.6 407.61 1583.44 408.317 1582.91 408.659C1577.89 411.852 1572.7 414.931 1567.48 417.809C1567.31 417.903 1567.12 417.948 1566.93 417.948C1566.53 417.948 1566.14 417.737 1565.93 417.354C1565.62 416.801 1565.82 416.107 1566.38 415.801C1571.55 412.946 1576.7 409.893 1581.68 406.723ZM554.03 400.338C554.242 399.892 554.778 399.699 555.228 399.91C555.677 400.122 555.871 400.658 555.659 401.108C554.188 404.242 552.635 407.394 551.051 410.47C550.889 410.78 550.574 410.96 550.25 410.96C550.111 410.96 549.971 410.928 549.836 410.856C549.395 410.631 549.224 410.087 549.449 409.646C551.024 406.588 552.568 403.458 554.03 400.338ZM1261.65 397.02C1262.02 396.506 1262.74 396.394 1263.25 396.768C1268.03 400.244 1272.99 403.621 1277.98 406.791C1278.51 407.133 1278.67 407.84 1278.33 408.376C1278.12 408.718 1277.74 408.907 1277.36 408.907C1277.15 408.907 1276.94 408.848 1276.75 408.727C1271.72 405.53 1266.72 402.126 1261.9 398.618C1261.39 398.249 1261.28 397.528 1261.65 397.02ZM35.5801 390.455C36.0366 390.262 36.5652 390.473 36.7598 390.932C38.1021 394.083 39.5213 397.254 40.9775 400.356C41.1889 400.807 40.9954 401.342 40.5459 401.554C40.4222 401.612 40.2918 401.64 40.1641 401.64C39.8262 401.64 39.5022 401.451 39.3486 401.122C37.883 398.002 36.4549 394.813 35.1045 391.639C34.9095 391.18 35.1225 390.653 35.5801 390.455ZM1610.44 385.781C1610.93 385.376 1611.65 385.443 1612.06 385.93C1612.46 386.42 1612.39 387.141 1611.9 387.546C1607.32 391.346 1602.55 395.048 1597.73 398.556C1597.53 398.704 1597.3 398.776 1597.06 398.776C1596.71 398.776 1596.36 398.613 1596.14 398.303C1595.76 397.794 1595.87 397.074 1596.39 396.705C1601.17 393.224 1605.89 389.55 1610.44 385.781ZM562.152 381.247C562.332 380.783 562.85 380.549 563.313 380.729C563.781 380.905 564.011 381.427 563.836 381.891C562.598 385.128 561.279 388.388 559.925 391.576C559.776 391.918 559.444 392.125 559.093 392.125C558.976 392.125 558.859 392.099 558.742 392.054C558.288 391.856 558.072 391.328 558.27 390.869C559.615 387.704 560.924 384.466 562.152 381.247ZM1234.2 374.105C1234.64 373.646 1235.36 373.624 1235.82 374.057C1240.13 378.104 1244.63 382.071 1249.18 385.84C1249.67 386.241 1249.74 386.966 1249.33 387.452C1249.11 387.727 1248.78 387.87 1248.45 387.87C1248.19 387.87 1247.93 387.78 1247.72 387.604C1243.13 383.804 1238.6 379.81 1234.25 375.727C1233.79 375.294 1233.77 374.569 1234.2 374.105ZM28.2246 371.071C28.6944 370.909 29.2069 371.161 29.3672 371.629C30.4778 374.884 31.6636 378.158 32.8926 381.364C33.0696 381.828 32.8378 382.35 32.374 382.525C32.2678 382.566 32.1589 382.589 32.0518 382.589C31.69 382.589 31.3482 382.368 31.2109 382.008C29.9749 378.78 28.7818 375.488 27.6641 372.215C27.5034 371.742 27.7544 371.233 28.2246 371.071ZM1636.38 361.399C1636.82 360.94 1637.54 360.917 1638 361.35C1638.46 361.782 1638.48 362.507 1638.05 362.971C1633.97 367.316 1629.7 371.589 1625.36 375.668C1625.14 375.875 1624.86 375.979 1624.58 375.979C1624.27 375.978 1623.97 375.857 1623.74 375.614C1623.31 375.155 1623.33 374.43 1623.79 373.998C1628.1 369.95 1632.33 365.713 1636.38 361.399ZM568.854 361.597C568.993 361.12 569.497 360.85 569.974 360.994C570.451 361.138 570.721 361.638 570.577 362.115C569.578 365.433 568.507 368.783 567.387 372.065C567.261 372.439 566.909 372.679 566.536 372.679C566.437 372.679 566.342 372.66 566.243 372.629C565.775 372.467 565.524 371.958 565.686 371.485C566.797 368.221 567.864 364.893 568.854 361.597ZM1144.61 114.004C1014.21 114.004 907.096 215.682 898.302 343.963C931.103 362.152 968.814 372.516 1008.9 372.516C1074.95 372.516 1134.55 344.379 1176.36 299.455C1174.59 296.057 1172.88 292.615 1171.25 289.172C1170.98 288.6 1171.23 287.916 1171.8 287.646C1172.37 287.375 1173.05 287.618 1173.32 288.194C1174.82 291.362 1176.39 294.528 1178.01 297.661C1214.29 257.851 1236.76 205.232 1237.75 147.47C1233.34 144.966 1230.36 140.227 1230.36 134.802C1230.36 133.013 1230.68 131.298 1231.28 129.714C1216.09 123.997 1200.19 119.737 1183.76 117.106C1183.81 117.246 1183.87 117.385 1183.92 117.524C1184.21 118.254 1183.85 119.083 1183.13 119.371C1182.95 119.439 1182.78 119.47 1182.6 119.47C1182.04 119.47 1181.51 119.132 1181.28 118.574C1181.02 117.922 1180.77 117.266 1180.51 116.609C1170.93 115.206 1161.17 114.356 1151.26 114.093C1151.26 114.183 1151.26 114.276 1151.24 114.369C1150.15 120.177 1149.22 126.098 1148.5 131.97C1148.43 132.546 1147.93 132.974 1147.36 132.974C1147.31 132.974 1147.26 132.969 1147.22 132.965C1146.59 132.888 1146.14 132.311 1146.22 131.686C1146.95 125.797 1147.88 119.864 1148.97 114.042C1147.52 114.017 1146.06 114.004 1144.61 114.004ZM1209.83 347.959C1210.32 347.558 1211.04 347.625 1211.44 348.111C1215.22 352.659 1219.18 357.153 1223.23 361.462C1223.66 361.926 1223.64 362.651 1223.18 363.083C1222.96 363.29 1222.67 363.394 1222.39 363.394C1222.09 363.394 1221.79 363.273 1221.56 363.034C1217.47 358.689 1213.48 354.163 1209.68 349.575C1209.27 349.089 1209.34 348.364 1209.83 347.959ZM22.3047 351.164C22.7857 351.038 23.2778 351.327 23.4033 351.809C24.2713 355.131 25.2136 358.486 26.2031 361.772C26.3458 362.25 26.0762 362.754 25.6006 362.898C25.5142 362.921 25.4268 362.935 25.3408 362.935C24.9539 362.935 24.5965 362.682 24.4795 362.295C23.4832 358.981 22.5355 355.608 21.6621 352.263C21.5368 351.781 21.8242 351.29 22.3047 351.164ZM574.068 341.564C574.176 341.078 574.659 340.772 575.145 340.88C575.63 340.988 575.936 341.47 575.828 341.956C575.077 345.329 574.258 348.737 573.385 352.083C573.281 352.488 572.917 352.759 572.517 352.759C572.44 352.759 572.364 352.745 572.287 352.727C571.81 352.6 571.518 352.11 571.644 351.628C572.512 348.305 573.326 344.919 574.068 341.564ZM1659.09 333.965C1659.46 333.456 1660.18 333.343 1660.69 333.712C1661.21 334.086 1661.32 334.802 1660.94 335.315C1657.44 340.138 1653.73 344.91 1649.93 349.503C1649.7 349.778 1649.38 349.917 1649.05 349.917C1648.79 349.917 1648.53 349.831 1648.32 349.651C1647.83 349.251 1647.76 348.526 1648.17 348.04C1651.94 343.483 1655.61 338.751 1659.09 333.965ZM1008.9 -85.5215C1007.94 -85.5215 1006.97 -85.5158 1006.01 -85.5039C1006.91 -82.9939 1007.74 -80.4475 1008.48 -77.8672C1008.23 -77.864 1007.98 -77.8605 1007.74 -77.8564C1006.99 -80.4367 1006.16 -82.9828 1005.26 -85.4922C962.969 -84.8297 923.428 -72.6349 889.645 -51.918C889.799 -51.8578 889.939 -51.755 890.045 -51.6113C891.894 -49.0746 893.686 -46.4488 895.373 -43.8076C895.639 -43.388 895.517 -42.8309 895.099 -42.5635C894.946 -42.4681 894.78 -42.4219 894.613 -42.4219C894.316 -42.4219 894.027 -42.5691 893.856 -42.8379C892.191 -45.4481 890.419 -48.0422 888.592 -50.5488C888.456 -50.7332 888.401 -50.9515 888.42 -51.1621C851.62 -28.2763 821.752 4.76117 802.756 44.0078C804.743 43.3606 806.743 42.7352 808.757 42.1406H808.758C809.028 42.0596 809.302 41.9789 809.572 41.9023L810.062 41.7578V41.7588C810.629 41.5922 811.201 41.4297 811.768 41.2676L813.074 40.9033C814.38 40.5435 815.686 40.196 816.992 39.8584C817.109 39.8269 817.231 39.8135 817.348 39.8135C817.978 39.8135 818.554 40.2406 818.721 40.8799C818.919 41.6407 818.46 42.4156 817.699 42.6094C815.85 43.0866 813.995 43.5904 812.142 44.1172L810.886 43.0508L812.142 44.1182C811.867 44.1947 811.588 44.2754 811.313 44.3564L810.08 44.7119C809.513 44.8785 808.951 45.0497 808.389 45.2207C806.769 45.707 805.153 46.2159 803.551 46.7383C803.407 46.7878 803.258 46.8105 803.109 46.8105C802.56 46.8104 802.05 46.4874 801.816 45.9717C801.547 46.5417 801.28 47.113 801.016 47.6855C802.144 48.7617 803.293 49.8167 804.461 50.8506C804.191 50.9271 803.917 51.0088 803.646 51.0898C802.649 50.2004 801.668 49.2933 800.699 48.373C794.646 61.5853 789.813 75.4695 786.345 89.8799C804.444 115.102 819.171 142.905 829.857 172.62C830.503 172.327 831.146 172.03 831.784 171.729C832.234 171.517 832.769 171.71 832.98 172.16C833.192 172.61 833.004 173.147 832.554 173.358C831.862 173.685 831.165 174.006 830.465 174.323C841.287 204.932 847.83 237.547 849.368 271.441C849.166 271.432 848.959 271.428 848.757 271.428C848.311 271.428 847.874 271.445 847.438 271.481C845.91 237.844 839.426 205.49 828.7 175.108C827.107 175.806 825.502 176.477 823.896 177.113C823.788 177.158 823.675 177.181 823.562 177.181C823.203 177.181 822.865 176.965 822.726 176.609C822.541 176.15 822.766 175.623 823.229 175.443C824.857 174.797 826.483 174.116 828.095 173.408C827.033 170.451 825.931 167.512 824.789 164.593C825.131 164.269 825.172 163.728 824.866 163.363C824.691 163.147 824.434 163.034 824.173 163.034C814.176 137.855 801.228 114.16 785.759 92.375C781.997 108.818 780.009 125.929 780.009 143.496C780.009 229.112 827.207 303.906 896.935 343.198C906.108 214.499 1013.68 112.59 1144.61 112.59C1156.6 112.59 1168.39 113.445 1179.94 115.098C1179.75 114.6 1179.56 114.102 1179.37 113.603L1178.76 111.933C1178.45 111.082 1178.15 110.23 1177.85 109.384C1177.29 107.767 1176.74 106.151 1176.21 104.534C1175.98 103.787 1176.38 102.985 1177.13 102.742C1177.27 102.697 1177.42 102.675 1177.57 102.675C1178.17 102.675 1178.72 103.053 1178.92 103.656C1179.13 104.323 1179.35 104.99 1179.58 105.658L1180.26 107.664L1181.08 109.983L1181.77 111.881C1182.22 113.12 1182.69 114.354 1183.16 115.581C1200 118.219 1216.29 122.558 1231.84 128.414C1232.97 126.094 1234.71 124.12 1236.84 122.694C1226.31 6.12323 1128.1 -85.5218 1008.9 -85.5215ZM17.8643 330.88C18.3532 330.786 18.8221 331.114 18.9121 331.601C19.534 334.982 20.2265 338.395 20.9717 341.745C21.0795 342.231 20.774 342.713 20.2891 342.821C20.2234 342.835 20.1571 342.844 20.0928 342.844C19.6802 342.844 19.3081 342.555 19.2148 342.137C18.4651 338.764 17.7675 335.328 17.1416 331.929C17.0518 331.438 17.3752 330.97 17.8643 330.88ZM1188.92 318.988C1189.45 318.651 1190.16 318.809 1190.5 319.34C1193.67 324.324 1197.04 329.277 1200.52 334.055C1200.89 334.563 1200.78 335.284 1200.27 335.653C1200.06 335.802 1199.83 335.873 1199.6 335.873C1199.24 335.873 1198.89 335.711 1198.67 335.4C1195.16 330.587 1191.77 325.598 1188.57 320.573C1188.23 320.037 1188.38 319.331 1188.92 318.988ZM578.825 320.442C579.316 320.514 579.658 320.97 579.586 321.465C579.086 324.887 578.519 328.345 577.894 331.744C577.813 332.176 577.435 332.482 577.012 332.482C576.958 332.482 576.9 332.478 576.846 332.465C576.36 332.375 576.035 331.906 576.125 331.42C576.741 328.039 577.309 324.603 577.804 321.204C577.876 320.713 578.33 320.37 578.825 320.442ZM14.9199 310.325C15.4162 310.271 15.8576 310.627 15.9121 311.122C16.2852 314.535 16.7274 317.989 17.2256 321.389C17.2973 321.879 16.9561 322.338 16.4648 322.41C16.4204 322.415 16.3765 322.419 16.333 322.419C15.894 322.419 15.51 322.1 15.4443 321.649C14.943 318.227 14.4988 314.751 14.123 311.315C14.0692 310.82 14.4259 310.379 14.9199 310.325ZM1678.21 303.896C1678.51 303.342 1679.21 303.139 1679.76 303.445C1680.32 303.751 1680.52 304.449 1680.21 305.003C1677.34 310.226 1674.26 315.427 1671.06 320.466C1670.84 320.808 1670.47 320.997 1670.09 320.997C1669.88 320.997 1669.67 320.938 1669.47 320.816C1668.94 320.474 1668.78 319.767 1669.12 319.231C1672.3 314.238 1675.35 309.078 1678.21 303.896ZM581.003 299.793C581.498 299.824 581.872 300.257 581.836 300.752C581.588 304.205 581.273 307.695 580.899 311.131C580.85 311.59 580.458 311.933 580.004 311.933L579.905 311.928C579.415 311.874 579.054 311.428 579.108 310.933C579.482 307.524 579.793 304.052 580.04 300.626C580.076 300.126 580.508 299.753 581.003 299.793ZM216.067 310.104H214.127C214.113 309.96 214.096 309.798 214.082 309.654H216.021C216.036 309.798 216.053 309.96 216.067 310.104ZM255.24 214.319C255.475 214.337 255.712 214.351 255.952 214.351H255.954C256.064 214.351 256.174 214.346 256.283 214.342C254.683 249.611 243.069 282.31 224.223 309.654H224.222C224.117 309.807 224.016 309.952 223.911 310.104H222.641C222.745 309.956 222.85 309.803 222.954 309.654H222.955C241.931 282.35 253.635 249.634 255.24 214.319ZM391.479 267.757C392.136 282.224 394.489 296.25 398.343 309.654L398.473 310.104H397.387C397.344 309.956 397.3 309.803 397.258 309.654C393.428 296.254 391.091 282.233 390.436 267.779C390.546 267.784 390.657 267.784 390.768 267.784H390.769C391.007 267.784 391.245 267.775 391.479 267.757ZM755.072 267.757C755.311 267.775 755.545 267.784 755.788 267.784C755.9 267.784 756.008 267.784 756.116 267.779C755.459 282.233 753.123 296.254 749.294 309.654C749.253 309.803 749.209 309.956 749.164 310.104H748.079C748.124 309.951 748.165 309.807 748.21 309.654C752.066 296.25 754.415 282.224 755.072 267.757ZM887.044 290.981C887.48 291.017 887.917 291.035 888.362 291.035C888.565 291.035 888.772 291.031 888.975 291.021C888.691 297.28 888.236 303.49 887.615 309.654L887.57 310.104H885.631L885.676 309.654C886.301 303.472 886.76 297.258 887.044 290.981ZM1110.86 298.208C1111.63 298.303 1112.19 299.014 1112.09 299.793C1111.68 303.075 1111.2 306.376 1110.65 309.654L1110.57 310.104H1107.69L1107.76 309.654C1108.35 306.259 1108.85 302.842 1109.27 299.442C1109.36 298.727 1109.96 298.195 1110.67 298.195C1110.73 298.195 1110.79 298.199 1110.86 298.208ZM13.4775 289.608C13.9588 289.586 14.3906 289.978 14.4092 290.473C14.5343 293.908 14.7243 297.384 14.9736 300.811C15.0096 301.306 14.6378 301.738 14.1416 301.774L14.0752 301.779C13.6077 301.779 13.2134 301.414 13.1787 300.941C12.9281 297.497 12.7364 293.994 12.6104 290.54C12.5925 290.04 12.9809 289.626 13.4775 289.608ZM640.781 283.683C641.533 283.683 642.163 284.259 642.208 285.016C642.518 289.906 642.982 294.845 643.594 299.694C643.693 300.473 643.139 301.185 642.36 301.284C642.302 301.293 642.244 301.293 642.181 301.293C641.479 301.293 640.866 300.77 640.776 300.05C640.155 295.142 639.684 290.144 639.373 285.191C639.324 284.408 639.917 283.737 640.7 283.688C640.727 283.683 640.754 283.683 640.781 283.683ZM848.757 274.732C849.004 274.732 849.256 274.741 849.504 274.755C849.648 278.812 849.72 282.891 849.72 286.984C849.72 291.077 849.648 295.157 849.504 299.214C849.256 299.227 849.004 299.236 848.757 299.236C848.356 299.236 847.965 299.218 847.573 299.178C847.717 295.134 847.794 291.064 847.794 286.984C847.794 282.905 847.717 278.834 847.573 274.786C847.965 274.75 848.356 274.732 848.757 274.732ZM581.683 278.604C582.182 278.604 582.583 279.005 582.583 279.5V279.937C582.583 283.395 582.52 286.898 582.398 290.352C582.38 290.838 581.979 291.221 581.498 291.221H581.467C580.967 291.203 580.581 290.783 580.599 290.288C580.72 286.857 580.783 283.372 580.783 279.937V279.504C580.783 279.009 581.183 278.604 581.683 278.604ZM1693.4 271.647C1693.63 271.058 1694.3 270.769 1694.88 271.003C1695.47 271.237 1695.76 271.899 1695.53 272.489C1693.33 278.036 1690.93 283.588 1688.38 288.991C1688.19 289.405 1687.77 289.649 1687.35 289.649C1687.18 289.649 1687.02 289.613 1686.86 289.541C1686.28 289.271 1686.04 288.586 1686.31 288.015C1688.84 282.657 1691.22 277.15 1693.4 271.647ZM116.309 273.984C120.188 273.984 123.342 277.14 123.343 281.021C123.343 284.903 120.188 288.06 116.309 288.06C112.43 288.059 109.275 284.903 109.275 281.021C109.275 277.14 112.43 273.984 116.309 273.984ZM116.309 275.479C113.255 275.479 110.769 277.964 110.769 281.021C110.769 284.079 113.255 286.564 116.31 286.564C119.365 286.564 121.85 284.079 121.85 281.021C121.85 277.964 119.364 275.479 116.309 275.479ZM1112.52 268.095C1113.3 268.095 1113.93 268.73 1113.94 269.509V270.018C1113.94 274.984 1113.78 280.004 1113.47 284.935C1113.43 285.687 1112.8 286.268 1112.06 286.268H1111.97C1111.19 286.218 1110.59 285.542 1110.64 284.759C1110.94 279.887 1111.09 274.925 1111.09 270.018V269.521C1111.09 268.738 1111.72 268.099 1112.51 268.095H1112.52ZM13.5283 268.838C14.0251 268.856 14.414 269.274 14.3965 269.77C14.2781 273.142 14.2178 276.56 14.2178 279.937V280.121C14.2178 280.621 13.8142 281.021 13.3174 281.021C12.8202 281.021 12.417 280.621 12.417 280.121V279.932C12.417 276.541 12.4774 273.096 12.5967 269.706C12.6144 269.211 13.0317 268.82 13.5283 268.838ZM1158.75 254.389C1159.36 254.195 1160 254.523 1160.2 255.122C1160.99 257.558 1161.82 259.995 1162.69 262.421C1164.67 262.089 1166.65 261.737 1168.62 261.363C1168.73 261.341 1168.82 261.332 1168.93 261.332C1169.7 261.332 1170.4 261.881 1170.54 262.674C1170.71 263.565 1170.13 264.424 1169.23 264.596C1167.44 264.937 1165.64 265.259 1163.83 265.565C1164.61 267.685 1165.42 269.792 1166.25 271.877C1166.48 272.467 1166.19 273.133 1165.6 273.367C1165.46 273.421 1165.32 273.448 1165.18 273.448C1164.73 273.448 1164.29 273.174 1164.12 272.724C1163.23 270.485 1162.36 268.222 1161.53 265.945C1158.41 266.446 1155.28 266.897 1152.17 267.289C1152.1 267.298 1152.03 267.302 1151.96 267.302C1151.14 267.302 1150.44 266.69 1150.33 265.861C1150.22 264.956 1150.86 264.132 1151.76 264.02C1154.63 263.661 1157.51 263.251 1160.39 262.796C1159.57 260.481 1158.78 258.157 1158.02 255.834C1157.83 255.231 1158.16 254.587 1158.75 254.389ZM640.844 254.023C641.627 254.073 642.225 254.749 642.176 255.532C641.888 260.323 641.739 265.2 641.739 270.018V270.273C641.739 271.057 641.1 271.692 640.317 271.692C639.535 271.692 638.896 271.057 638.896 270.273V270.018C638.896 265.141 639.048 260.206 639.341 255.356C639.386 254.609 640.008 254.023 640.75 254.023H640.844ZM580.841 257.851C581.336 257.815 581.769 258.188 581.805 258.684C582.057 262.128 582.249 265.627 582.38 269.085C582.398 269.58 582.011 269.999 581.517 270.018L581.48 270.021C580.999 270.021 580.603 269.639 580.585 269.152C580.454 265.717 580.261 262.236 580.009 258.814C579.973 258.319 580.346 257.887 580.841 257.851ZM1134.86 265.613C1135.73 265.613 1136.46 266.28 1136.51 267.158C1136.57 268.068 1135.88 268.847 1134.97 268.905C1129.26 269.261 1123.45 269.445 1117.7 269.445C1116.79 269.445 1116.06 268.711 1116.06 267.802C1116.05 266.892 1116.79 266.154 1117.7 266.154C1123.38 266.15 1129.12 265.969 1134.76 265.618C1134.8 265.618 1134.83 265.613 1134.86 265.613ZM1083.64 264.061C1089.26 264.758 1094.97 265.289 1100.64 265.636C1101.54 265.69 1102.23 266.474 1102.18 267.379C1102.13 268.252 1101.4 268.928 1100.54 268.928L1100.43 268.923C1094.7 268.572 1088.91 268.031 1083.23 267.324C1082.33 267.211 1081.69 266.392 1081.8 265.487C1081.91 264.654 1082.62 264.047 1083.44 264.047C1083.5 264.047 1083.57 264.052 1083.64 264.061ZM1417.04 265.218C1417.8 265.218 1418.42 265.794 1418.47 266.55C1418.52 267.333 1417.93 268.009 1417.14 268.059C1412.21 268.365 1407.19 268.523 1402.23 268.527C1401.45 268.527 1400.81 267.892 1400.81 267.104C1400.81 266.321 1401.44 265.686 1402.23 265.686C1407.13 265.681 1412.09 265.523 1416.96 265.222C1416.99 265.217 1417.02 265.218 1417.04 265.218ZM1446.46 261.521C1447.13 261.521 1447.73 261.993 1447.86 262.678C1448 263.448 1447.5 264.19 1446.73 264.339C1441.86 265.262 1436.9 266.046 1431.99 266.663C1431.93 266.672 1431.87 266.672 1431.81 266.672C1431.11 266.672 1430.5 266.149 1430.41 265.429C1430.31 264.65 1430.86 263.939 1431.64 263.84C1436.49 263.232 1441.39 262.462 1446.2 261.548C1446.29 261.53 1446.37 261.521 1446.46 261.521ZM1049.71 257.666C1049.84 257.666 1049.97 257.684 1050.11 257.716C1055.6 259.121 1061.21 260.363 1066.78 261.417C1067.67 261.588 1068.26 262.448 1068.09 263.34C1067.94 264.132 1067.25 264.682 1066.48 264.682C1066.37 264.682 1066.27 264.672 1066.17 264.654C1060.53 263.587 1054.86 262.327 1049.3 260.908C1048.42 260.683 1047.89 259.787 1048.11 258.904C1048.3 258.162 1048.97 257.666 1049.71 257.666ZM1343.52 258.355C1343.64 258.355 1343.76 258.369 1343.88 258.4C1348.61 259.612 1353.45 260.683 1358.26 261.593C1359.03 261.741 1359.54 262.484 1359.4 263.254C1359.27 263.934 1358.67 264.411 1358 264.411C1357.91 264.411 1357.82 264.402 1357.73 264.389C1352.87 263.466 1347.97 262.381 1343.17 261.156C1342.41 260.958 1341.95 260.188 1342.15 259.427C1342.31 258.783 1342.89 258.356 1343.52 258.355ZM1475.17 254.154C1475.77 254.154 1476.33 254.532 1476.52 255.136C1476.76 255.883 1476.35 256.685 1475.61 256.928C1470.9 258.459 1466.08 259.859 1461.28 261.088C1461.17 261.119 1461.05 261.134 1460.93 261.134C1460.3 261.134 1459.72 260.71 1459.56 260.066C1459.36 259.305 1459.82 258.531 1460.58 258.337C1465.32 257.121 1470.08 255.735 1474.73 254.222C1474.88 254.177 1475.03 254.154 1475.17 254.154ZM1202.18 252.799C1202.88 252.799 1203.52 253.241 1203.75 253.938C1204.02 254.803 1203.55 255.731 1202.69 256.01C1197.23 257.788 1191.65 259.409 1186.1 260.832C1185.96 260.868 1185.82 260.886 1185.69 260.886C1184.95 260.886 1184.29 260.39 1184.09 259.647C1183.87 258.765 1184.4 257.869 1185.28 257.644C1190.77 256.234 1196.28 254.631 1201.67 252.88C1201.84 252.826 1202.01 252.799 1202.18 252.799ZM15.0742 248.13C15.5681 248.184 15.9256 248.63 15.8721 249.125C15.5035 252.533 15.1921 256.005 14.9473 259.432C14.9129 259.909 14.5181 260.268 14.0508 260.269H13.9854C13.4896 260.233 13.116 259.801 13.1514 259.306C13.3984 255.857 13.7112 252.362 14.082 248.931C14.1358 248.436 14.5838 248.076 15.0742 248.13ZM1315.3 249.206C1315.48 249.206 1315.65 249.237 1315.82 249.305C1320.38 251.11 1325.06 252.79 1329.72 254.303C1330.46 254.541 1330.87 255.343 1330.63 256.091C1330.44 256.694 1329.88 257.076 1329.28 257.076C1329.14 257.076 1328.99 257.054 1328.84 257.005C1324.12 255.479 1319.39 253.776 1314.78 251.948C1314.05 251.66 1313.69 250.836 1313.98 250.106C1314.2 249.548 1314.74 249.206 1315.3 249.206ZM1704.39 237.751C1704.55 237.134 1705.18 236.77 1705.79 236.923C1706.4 237.08 1706.77 237.706 1706.61 238.318C1705.13 244.091 1703.46 249.895 1701.62 255.563C1701.46 256.05 1701.01 256.356 1700.53 256.356C1700.41 256.356 1700.29 256.338 1700.17 256.302C1699.57 256.108 1699.24 255.46 1699.44 254.856C1701.26 249.233 1702.93 243.478 1704.39 237.751ZM1017.02 247.071C1017.22 247.071 1017.43 247.108 1017.62 247.185C1022.91 249.274 1028.32 251.223 1033.72 252.97C1034.58 253.253 1035.05 254.181 1034.77 255.046C1034.55 255.744 1033.91 256.185 1033.21 256.185C1033.04 256.185 1032.87 256.158 1032.7 256.104C1027.24 254.334 1021.76 252.362 1016.41 250.246C1015.57 249.913 1015.15 248.958 1015.49 248.111C1015.74 247.463 1016.37 247.071 1017.02 247.071ZM1110.62 238.494C1111.32 238.494 1111.94 239.021 1112.03 239.736C1112.65 244.64 1113.13 249.643 1113.44 254.596C1113.49 255.379 1112.9 256.054 1112.12 256.104L1112.03 256.108C1111.28 256.108 1110.66 255.527 1110.61 254.775C1110.3 249.881 1109.83 244.941 1109.21 240.097C1109.11 239.318 1109.66 238.607 1110.44 238.508C1110.5 238.499 1110.56 238.494 1110.62 238.494ZM1502.7 243.227C1503.24 243.227 1503.75 243.528 1503.99 244.041C1504.32 244.752 1504.02 245.599 1503.31 245.933C1498.84 248.044 1494.24 250.039 1489.64 251.862C1489.47 251.93 1489.29 251.966 1489.12 251.966C1488.55 251.966 1488.02 251.624 1487.8 251.065C1487.51 250.336 1487.87 249.512 1488.59 249.22C1493.14 247.419 1497.68 245.446 1502.1 243.361C1502.29 243.271 1502.5 243.227 1502.7 243.227ZM409.241 178.167C409.543 178.338 409.861 178.482 410.192 178.595C407.492 184.034 405.054 189.626 402.897 195.354C402.712 195.844 402.528 196.34 402.346 196.835C401.673 198.672 401.035 200.505 400.42 202.369L400.061 203.468C399.738 204.463 399.425 205.462 399.12 206.466C398.967 206.97 398.814 207.479 398.666 207.983C394.62 221.721 392.154 236.125 391.479 250.993C391.244 250.971 391.006 250.962 390.767 250.962C390.655 250.962 390.544 250.966 390.435 250.971C391.11 236.089 393.568 221.667 397.601 207.907C397.742 207.425 397.887 206.939 398.033 206.457C398.456 205.057 398.895 203.665 399.35 202.278L399.71 201.193L400.138 199.937C400.57 198.682 401.014 197.433 401.473 196.187C401.648 195.714 401.823 195.246 402.002 194.769C404.147 189.095 406.565 183.557 409.241 178.167ZM733.216 170.396C735.524 174.533 737.675 178.761 739.664 183.088C739.258 183.01 738.851 182.928 738.444 182.846C739.181 182.997 739.918 183.143 740.654 183.282C741.145 183.372 741.464 183.845 741.374 184.331C741.289 184.763 740.911 185.065 740.488 185.065H740.487H740.556C749.601 205.368 755.054 227.602 756.116 250.971C756.008 250.966 755.896 250.962 755.788 250.962C755.545 250.962 755.311 250.971 755.072 250.993C754.006 227.521 748.48 205.21 739.322 184.857C736.569 184.315 733.805 183.694 731.092 183.003C730.61 182.877 730.323 182.386 730.444 181.904C730.566 181.423 731.056 181.134 731.537 181.256C733.8 181.832 736.097 182.362 738.395 182.835C736.518 178.797 734.503 174.844 732.343 170.972C732.649 170.796 732.941 170.607 733.216 170.396ZM1221.42 245.59C1220.67 247.089 1219.89 248.598 1219.12 250.079C1219.06 250.102 1219 250.124 1218.94 250.146C1218.74 250.228 1218.54 250.264 1218.34 250.264C1217.68 250.264 1217.07 249.872 1216.81 249.224C1216.47 248.382 1216.88 247.423 1217.73 247.09C1218.96 246.599 1220.19 246.099 1221.42 245.59ZM1234.07 240.146C1234.69 240.147 1235.28 240.494 1235.55 241.088C1235.95 241.912 1235.59 242.893 1234.77 243.28C1230.26 245.41 1225.63 247.441 1220.99 249.327C1220.36 249.579 1219.74 249.832 1219.12 250.079C1219.9 248.598 1220.67 247.089 1221.42 245.59C1222.04 245.338 1222.65 245.077 1223.27 244.82L1225.81 243.727C1228.35 242.62 1230.88 241.475 1233.37 240.3C1233.59 240.196 1233.83 240.146 1234.07 240.146ZM578.501 237.22C578.991 237.148 579.45 237.486 579.522 237.977C580.026 241.394 580.473 244.87 580.851 248.31C580.905 248.805 580.549 249.251 580.054 249.305L579.955 249.31C579.505 249.31 579.113 248.967 579.063 248.508C578.685 245.09 578.241 241.637 577.741 238.242C577.669 237.747 578.006 237.292 578.501 237.22ZM1288.45 236.558C1288.68 236.558 1288.92 236.617 1289.13 236.738C1293.42 239.098 1297.85 241.353 1302.28 243.442C1302.99 243.776 1303.29 244.622 1302.96 245.333C1302.72 245.846 1302.2 246.148 1301.67 246.148C1301.47 246.148 1301.26 246.108 1301.07 246.014C1296.58 243.902 1292.11 241.618 1287.76 239.228C1287.08 238.849 1286.82 237.985 1287.2 237.296C1287.46 236.828 1287.95 236.558 1288.45 236.558ZM985.918 232.425C986.188 232.425 986.458 232.487 986.71 232.627C991.682 235.365 996.803 237.977 1001.94 240.395C1002.76 240.782 1003.11 241.763 1002.73 242.587C1002.45 243.181 1001.85 243.532 1001.24 243.532C1001 243.532 1000.76 243.478 1000.53 243.375C995.341 240.926 990.157 238.283 985.126 235.514C984.329 235.072 984.041 234.072 984.478 233.275C984.775 232.731 985.338 232.425 985.918 232.425ZM644.403 224.59C644.493 224.59 644.579 224.598 644.669 224.616C645.438 224.76 645.948 225.504 645.804 226.278C644.899 231.083 644.133 235.986 643.53 240.849C643.44 241.565 642.829 242.092 642.122 242.092C642.064 242.092 642.005 242.092 641.946 242.083C641.168 241.984 640.615 241.277 640.714 240.498C641.321 235.577 642.095 230.614 643.009 225.751C643.139 225.067 643.738 224.59 644.403 224.59ZM17.0742 228.313C17.1638 227.823 17.6343 227.499 18.1221 227.589C18.6109 227.679 18.9348 228.147 18.8457 228.638C18.2283 232.015 17.6645 235.451 17.1709 238.854C17.1059 239.3 16.7212 239.624 16.2812 239.624C16.2387 239.624 16.1953 239.62 16.1514 239.615C15.66 239.543 15.3191 239.084 15.3906 238.593C15.887 235.171 16.4532 231.713 17.0742 228.313ZM1150.01 219.727C1150.63 219.61 1151.23 220.015 1151.35 220.637C1152.45 226.45 1153.76 232.299 1155.23 238.021C1155.38 238.634 1155.01 239.259 1154.4 239.417C1154.31 239.44 1154.21 239.453 1154.12 239.453C1153.61 239.453 1153.14 239.11 1153.01 238.593C1151.53 232.82 1150.21 226.926 1149.09 221.068C1148.97 220.447 1149.39 219.844 1150.01 219.727ZM1528.64 228.926C1529.11 228.926 1529.57 229.155 1529.84 229.583C1530.26 230.245 1530.06 231.123 1529.4 231.546C1525.22 234.202 1520.91 236.76 1516.58 239.151C1516.36 239.273 1516.13 239.327 1515.9 239.327C1515.39 239.327 1514.91 239.061 1514.65 238.593C1514.27 237.904 1514.52 237.039 1515.21 236.661C1519.49 234.302 1523.75 231.771 1527.88 229.146C1528.11 228.998 1528.37 228.926 1528.64 228.926ZM1263.41 220.646C1263.7 220.646 1263.99 220.731 1264.24 220.915C1268.2 223.797 1272.31 226.589 1276.44 229.219C1277.1 229.637 1277.3 230.515 1276.87 231.177C1276.6 231.604 1276.14 231.839 1275.68 231.839C1275.42 231.839 1275.15 231.767 1274.92 231.618C1271.82 229.651 1268.75 227.593 1265.73 225.477C1265.66 225.927 1265.41 226.351 1264.99 226.616C1260.15 229.692 1255.16 232.658 1250.14 235.423C1249.89 235.562 1249.62 235.63 1249.35 235.63C1248.77 235.63 1248.2 235.32 1247.9 234.779C1247.47 233.982 1247.76 232.978 1248.55 232.541C1253.51 229.808 1258.45 226.877 1263.23 223.838C1263.26 223.815 1263.3 223.793 1263.34 223.771C1263.08 223.586 1262.83 223.401 1262.57 223.217C1261.94 222.753 1261.8 221.865 1262.26 221.23C1262.54 220.848 1262.97 220.646 1263.41 220.646ZM574.658 216.809C575.144 216.701 575.625 217.007 575.733 217.493C576.485 220.866 577.187 224.302 577.812 227.701C577.902 228.192 577.583 228.66 577.093 228.75C577.039 228.759 576.984 228.764 576.926 228.764C576.503 228.763 576.125 228.461 576.044 228.029C575.418 224.652 574.722 221.239 573.975 217.885C573.867 217.399 574.172 216.917 574.658 216.809ZM956.92 213.99C957.253 213.99 957.595 214.094 957.883 214.306C962.468 217.642 967.221 220.875 972.009 223.919C972.778 224.405 973.002 225.423 972.517 226.192C972.202 226.683 971.671 226.954 971.126 226.954C970.825 226.954 970.519 226.873 970.244 226.697C965.398 223.617 960.588 220.344 955.948 216.967C955.215 216.435 955.052 215.404 955.588 214.67C955.907 214.224 956.411 213.99 956.92 213.99ZM1105.04 209.37C1105.67 209.37 1106.24 209.794 1106.41 210.438C1107.65 215.233 1108.75 220.132 1109.68 224.999C1109.83 225.769 1109.33 226.513 1108.55 226.661C1108.46 226.679 1108.37 226.688 1108.29 226.688C1107.62 226.687 1107.02 226.215 1106.89 225.535C1105.97 220.726 1104.88 215.886 1103.66 211.149C1103.46 210.388 1103.92 209.614 1104.68 209.416C1104.8 209.385 1104.92 209.37 1105.04 209.37ZM1552.59 211.478C1553 211.478 1553.41 211.653 1553.69 211.995C1554.19 212.598 1554.11 213.495 1553.5 213.995C1549.69 217.156 1545.73 220.235 1541.73 223.148C1541.47 223.333 1541.18 223.424 1540.89 223.424C1540.45 223.424 1540.02 223.221 1539.74 222.838C1539.28 222.203 1539.42 221.312 1540.05 220.853C1544.01 217.971 1547.92 214.927 1551.69 211.807C1551.95 211.586 1552.27 211.478 1552.59 211.478ZM1712.3 201.771C1712.93 201.852 1713.37 202.423 1713.29 203.054C1712.56 208.974 1711.62 214.94 1710.51 220.789C1710.4 221.338 1709.92 221.722 1709.38 221.722C1709.32 221.722 1709.24 221.717 1709.17 221.703C1708.55 221.586 1708.14 220.983 1708.26 220.361C1709.36 214.562 1710.29 208.641 1711.02 202.766C1711.1 202.14 1711.68 201.694 1712.3 201.771ZM21.5674 207.971C21.6925 207.489 22.1845 207.2 22.665 207.326C23.146 207.452 23.4346 207.943 23.3096 208.425C22.4465 211.748 21.6327 215.134 20.8916 218.488C20.7993 218.907 20.4263 219.195 20.0137 219.195C19.9494 219.195 19.884 219.186 19.8184 219.173C19.3335 219.065 19.0265 218.588 19.1338 218.102C19.8799 214.725 20.6985 211.316 21.5674 207.971ZM1291.85 203.378C1292.33 203.378 1292.8 203.58 1293.12 203.972C1293.7 204.674 1293.61 205.71 1292.9 206.291C1288.49 209.947 1283.9 213.514 1279.26 216.891C1278.97 217.107 1278.63 217.205 1278.3 217.205C1277.79 217.205 1277.29 216.971 1276.96 216.53C1276.43 215.796 1276.59 214.765 1277.33 214.229C1281.91 210.893 1286.45 207.367 1290.81 203.756C1291.11 203.499 1291.49 203.378 1291.85 203.378ZM1240.56 201.729C1240.91 201.729 1241.26 201.856 1241.53 202.117C1245.1 205.467 1248.82 208.749 1252.59 211.869C1253.2 212.369 1253.28 213.265 1252.78 213.873C1252.5 214.211 1252.1 214.387 1251.69 214.387C1251.37 214.387 1251.05 214.279 1250.78 214.062C1246.97 210.902 1243.2 207.578 1239.59 204.188C1239.02 203.652 1238.99 202.751 1239.52 202.18C1239.8 201.883 1240.18 201.73 1240.56 201.729ZM134.158 203.923C136.853 203.923 139.044 206.115 139.044 208.808C139.044 211.505 136.852 213.697 134.157 213.697C131.463 213.697 129.271 211.505 129.271 208.808C129.272 206.115 131.464 203.923 134.158 203.923ZM651.721 195.849C651.869 195.849 652.014 195.871 652.162 195.921C652.909 196.16 653.314 196.962 653.075 197.709C651.568 202.369 650.195 207.133 648.984 211.879C648.822 212.523 648.247 212.95 647.612 212.95C647.495 212.95 647.379 212.937 647.262 212.905C646.501 212.712 646.042 211.937 646.235 211.176C647.455 206.376 648.85 201.549 650.371 196.835C650.565 196.236 651.122 195.849 651.721 195.849ZM134.158 204.958C132.036 204.958 130.309 206.687 130.31 208.808C130.31 210.933 132.036 212.662 134.157 212.657C136.279 212.657 138.005 210.933 138.006 208.812C138.005 206.687 136.279 204.958 134.158 204.958ZM569.33 196.74C569.807 196.596 570.307 196.867 570.451 197.34C571.45 200.654 572.399 204.026 573.276 207.367C573.402 207.849 573.114 208.344 572.633 208.47C572.556 208.488 572.48 208.497 572.403 208.497C572.008 208.497 571.643 208.231 571.535 207.826C570.662 204.503 569.722 201.153 568.728 197.861C568.584 197.384 568.853 196.884 569.33 196.74ZM930.455 192.085C930.86 192.085 931.265 192.233 931.58 192.53C935.716 196.412 940.022 200.212 944.392 203.828C945.089 204.409 945.188 205.444 944.612 206.146C944.284 206.538 943.816 206.741 943.344 206.741C942.975 206.741 942.601 206.62 942.295 206.363C937.876 202.707 933.511 198.857 929.33 194.931C928.664 194.309 928.633 193.264 929.254 192.603C929.578 192.256 930.019 192.085 930.455 192.085ZM398.63 206.489V206.488V206.489ZM1574.2 191.175C1574.55 191.175 1574.9 191.301 1575.17 191.558C1575.75 192.098 1575.77 192.994 1575.24 193.57C1571.85 197.181 1568.29 200.73 1564.69 204.12C1564.41 204.381 1564.06 204.508 1563.71 204.508C1563.34 204.508 1562.96 204.359 1562.68 204.062C1562.14 203.485 1562.17 202.589 1562.74 202.049C1566.31 198.699 1569.82 195.192 1573.16 191.621C1573.44 191.324 1573.82 191.175 1574.2 191.175ZM1145.68 184.241C1146.32 184.205 1146.86 184.682 1146.89 185.312C1147.27 191.225 1147.83 197.191 1148.57 203.045C1148.64 203.675 1148.2 204.247 1147.57 204.328C1147.52 204.333 1147.48 204.337 1147.43 204.337C1146.86 204.337 1146.37 203.914 1146.29 203.333C1145.55 197.435 1144.98 191.419 1144.61 185.457C1144.56 184.827 1145.05 184.282 1145.68 184.241ZM27.5439 188.015C27.7041 187.542 28.215 187.289 28.6855 187.451C29.1561 187.609 29.4079 188.122 29.248 188.595C28.1424 191.846 27.0822 195.165 26.0967 198.456C25.9801 198.843 25.6218 199.096 25.2344 199.096C25.149 199.096 25.0618 199.082 24.9756 199.06C24.4998 198.915 24.2301 198.411 24.3721 197.938C25.3638 194.625 26.4316 191.288 27.5439 188.015ZM1095.82 181.18C1096.39 181.18 1096.92 181.517 1097.14 182.075C1098.98 186.681 1100.69 191.401 1102.22 196.11C1102.47 196.853 1102.06 197.659 1101.32 197.902C1101.17 197.947 1101.02 197.97 1100.88 197.97C1100.28 197.97 1099.72 197.592 1099.52 196.993C1098 192.342 1096.32 187.677 1094.51 183.129C1094.21 182.4 1094.57 181.571 1095.3 181.278C1095.47 181.211 1095.65 181.18 1095.82 181.18ZM1220.26 180.121C1220.66 180.121 1221.07 180.297 1221.35 180.639C1224.47 184.407 1227.75 188.127 1231.1 191.688C1231.64 192.26 1231.61 193.161 1231.04 193.701C1230.77 193.958 1230.42 194.084 1230.07 194.084C1229.69 194.084 1229.31 193.935 1229.04 193.638C1225.64 190.027 1222.32 186.267 1219.16 182.449C1218.66 181.846 1218.74 180.95 1219.35 180.45C1219.61 180.23 1219.94 180.121 1220.26 180.121ZM72.0312 -176.725C170.087 -176.725 250.377 -99.1715 254.861 -2.14453C255.138 -2.18604 255.414 -2.22894 255.689 -2.26953C256.181 -2.34192 256.638 -2.00186 256.711 -1.50977C256.783 -1.01764 256.443 -0.559784 255.951 -0.487305C255.613 -0.437653 255.276 -0.38501 254.938 -0.333984C255.019 1.90646 255.062 4.15698 255.062 6.41699C255.063 39.8064 246.083 71.1364 230.418 98.1201C251.997 66.1034 278.898 37.9534 309.825 14.9629C310.238 15.4591 310.681 15.9318 311.151 16.373C277.943 41.0208 249.413 71.6315 227.152 106.61C229.012 109.482 230.796 112.409 232.497 115.386C232.226 115.606 231.938 115.805 231.634 115.98C230.008 113.13 228.309 110.33 226.537 107.579C219.796 118.252 213.636 129.328 208.104 140.764C207.335 140.872 206.572 140.985 205.806 141.106C210.657 130.977 215.998 121.124 221.798 111.579C188.648 158.704 133.874 189.555 72.0312 189.555C-28.8919 189.554 -111 107.398 -111 6.41699C-111 -94.5686 -28.892 -176.725 72.0312 -176.725ZM562.54 177.113C563.003 176.938 563.521 177.167 563.701 177.631C564.939 180.859 566.135 184.156 567.256 187.425C567.418 187.897 567.166 188.406 566.698 188.568C566.599 188.604 566.5 188.617 566.405 188.617C566.032 188.617 565.681 188.383 565.555 188.01C564.439 184.759 563.251 181.485 562.022 178.279C561.843 177.816 562.072 177.293 562.54 177.113ZM72.0312 -175.682C-28.3171 -175.682 -109.957 -93.9921 -109.956 6.41699C-109.957 106.822 -28.3176 188.514 72.0322 188.515C136.058 188.512 192.464 155.255 224.912 105.102C224.829 104.977 224.747 104.852 224.664 104.729C224.912 104.562 225.173 104.413 225.442 104.28C243.526 75.9974 254.02 42.4087 254.02 6.41309C254.02 4.20734 253.978 2.01028 253.899 -0.176758C251.175 0.244507 248.441 0.707123 245.745 1.20508C245.69 1.21497 245.634 1.21973 245.58 1.21973C245.154 1.21973 244.776 0.916473 244.696 0.482422C244.606 -0.00646973 244.929 -0.475891 245.418 -0.566406C248.197 -1.07944 251.017 -1.55496 253.824 -1.9873C249.423 -98.5091 169.567 -175.682 72.0312 -175.682ZM777.847 185.578C778.346 185.551 778.769 185.926 778.801 186.421C778.832 186.916 778.454 187.344 777.959 187.375C774.832 187.569 771.655 187.672 768.514 187.672C768.014 187.672 767.614 187.271 767.609 186.771C767.609 186.276 768.015 185.871 768.51 185.871C771.619 185.871 774.76 185.772 777.847 185.578ZM749.879 184.723C752.948 185.105 756.076 185.399 759.177 185.588C759.672 185.62 760.049 186.047 760.018 186.542C759.991 187.019 759.595 187.389 759.122 187.389L759.068 187.384C755.932 187.195 752.764 186.898 749.659 186.511C749.164 186.452 748.813 186.002 748.876 185.507C748.934 185.016 749.389 184.664 749.879 184.723ZM796.364 183.251C796.855 183.156 797.327 183.476 797.417 183.967C797.511 184.453 797.192 184.926 796.702 185.021C793.62 185.606 790.479 186.1 787.369 186.492L787.252 186.497C786.806 186.497 786.42 186.164 786.361 185.709C786.298 185.218 786.649 184.768 787.144 184.705C790.217 184.318 793.322 183.827 796.364 183.251ZM1714.36 165.528C1715.02 165.519 1715.51 166.042 1715.52 166.672V167.23C1715.52 173.201 1715.33 179.239 1714.96 185.173C1714.92 185.781 1714.42 186.249 1713.82 186.249H1713.75C1713.12 186.208 1712.64 185.664 1712.68 185.034C1713.04 179.145 1713.23 173.156 1713.23 167.23V166.681C1713.22 166.046 1713.73 165.533 1714.36 165.528ZM662.629 168.221C662.831 168.221 663.038 168.266 663.231 168.355C663.942 168.693 664.249 169.54 663.911 170.247C661.828 174.687 659.862 179.248 658.062 183.805C657.841 184.363 657.305 184.705 656.738 184.705C656.563 184.705 656.387 184.673 656.216 184.605C655.487 184.317 655.127 183.494 655.415 182.76C657.238 178.149 659.231 173.529 661.342 169.04C661.585 168.522 662.093 168.221 662.629 168.221ZM906.934 167.059C907.411 167.059 907.879 167.262 908.203 167.653C911.821 172.021 915.623 176.325 919.502 180.454C920.127 181.116 920.096 182.161 919.431 182.782C919.116 183.084 918.711 183.228 918.306 183.229C917.869 183.229 917.428 183.057 917.108 182.71C913.18 178.531 909.332 174.173 905.669 169.756C905.089 169.053 905.188 168.018 905.886 167.438C906.196 167.181 906.565 167.059 906.934 167.059ZM814.445 178.608C814.918 178.455 815.426 178.717 815.579 179.189C815.732 179.662 815.475 180.171 815.003 180.324C812.02 181.292 808.964 182.179 805.927 182.963C805.85 182.981 805.779 182.989 805.702 182.989C805.302 182.989 804.937 182.719 804.829 182.314C804.708 181.833 804.995 181.342 805.477 181.216C808.483 180.446 811.498 179.567 814.445 178.608ZM1569.89 -470C1748.16 -469.999 1893.2 -324.876 1893.2 -146.493C1893.2 -20.0855 1820.37 89.6185 1714.49 142.817C1714.65 144.789 1714.8 146.759 1714.93 148.724C1714.97 149.359 1714.49 149.904 1713.86 149.944H1713.78C1713.18 149.944 1712.68 149.481 1712.64 148.873C1712.54 147.224 1712.41 145.57 1712.28 143.916C1674.46 162.556 1632.5 174.014 1588.18 176.5C1588.06 176.507 1587.93 176.516 1587.81 176.523C1587.96 176.514 1588.11 176.506 1588.26 176.497V178.482C1588.11 178.671 1587.96 178.861 1587.81 179.05C1586.92 180.166 1586.02 181.274 1585.11 182.372C1584.83 182.714 1584.42 182.891 1584.01 182.891C1583.74 182.891 1583.46 182.809 1583.22 182.643L1583.44 182.165C1583.37 182.326 1583.29 182.485 1583.22 182.643C1583.18 182.616 1583.14 182.588 1583.11 182.562C1582.51 182.062 1582.42 181.165 1582.92 180.558C1583.46 179.909 1583.99 179.257 1584.53 178.6C1585.06 177.942 1585.59 177.276 1586.12 176.609C1580.74 176.877 1575.33 177.015 1569.89 177.015C1497.33 177.015 1430.28 152.972 1376.27 112.433C1373.55 115.436 1369.62 117.327 1365.26 117.327C1357.07 117.327 1350.41 110.658 1350.41 102.468C1350.41 99.1314 1351.52 96.0482 1353.38 93.5654C1341.6 82.92 1330.61 71.4224 1320.5 59.1689L1319.62 58.1074C1292.96 53.7398 1267.6 45.4862 1244.12 33.9414C1244.34 33.4779 1244.53 32.9874 1244.66 32.4834C1267.54 43.7446 1292.21 51.8671 1318.14 56.2842C1293.76 26.0417 1274.71 -8.6658 1262.41 -46.4004C1261.3 -46.1364 1260.15 -45.9952 1258.96 -45.9951C1254.6 -45.9962 1250.67 -47.8918 1247.95 -50.9014C1247.7 -50.9495 1247.46 -51.0806 1247.28 -51.2939C1247.1 -51.5112 1247.02 -51.7753 1247.02 -52.0371C1245.19 -54.5057 1244.11 -57.5576 1244.11 -60.8564C1244.11 -67.5013 1248.5 -73.1425 1254.52 -75.0361C1249.32 -98.0309 1246.57 -121.947 1246.57 -146.492C1246.57 -324.875 1391.61 -470 1569.89 -470ZM1314.54 181.995C1314.57 182.024 1314.6 182.052 1314.63 182.081C1314.6 182.052 1314.57 182.024 1314.54 181.995ZM1583.65 181.68C1583.78 181.353 1583.9 181.021 1584.01 180.684C1583.9 181.021 1583.78 181.353 1583.65 181.68ZM712.597 176.001C712.781 175.537 713.303 175.313 713.767 175.497C716.656 176.636 719.617 177.704 722.569 178.658C723.042 178.812 723.302 179.32 723.149 179.793C723.023 180.175 722.672 180.418 722.294 180.418C722.2 180.418 722.105 180.404 722.016 180.373C719.028 179.405 716.03 178.325 713.105 177.168C712.642 176.988 712.417 176.465 712.597 176.001ZM34.9922 168.5C35.1866 168.041 35.7161 167.829 36.1729 168.022C36.6307 168.216 36.8433 168.743 36.6494 169.202C35.303 172.372 33.9981 175.614 32.7705 178.829C32.6337 179.189 32.2922 179.41 31.9297 179.41C31.823 179.41 31.7141 179.387 31.6084 179.347C31.1441 179.171 30.912 178.648 31.0889 178.185C32.3245 174.947 33.6378 171.688 34.9922 168.5ZM414.147 168.954C414.462 169.112 414.755 169.301 415.023 169.526C413.538 172.133 412.113 174.786 410.755 177.474C410.418 177.37 410.097 177.23 409.798 177.055C411.183 174.313 412.63 171.615 414.147 168.954ZM1569.89 -468.157C1392.63 -468.158 1248.42 -323.859 1248.42 -146.493C1248.42 -122.1 1251.15 -98.3317 1256.31 -75.4785C1257.17 -75.6341 1258.06 -75.7148 1258.96 -75.7148C1267.15 -75.7152 1273.81 -69.0479 1273.81 -60.8545C1273.81 -54.4953 1269.8 -49.0564 1264.17 -46.9404C1276.62 -8.76074 1296.03 26.3012 1320.89 56.7393C1334.84 58.9678 1349.15 60.125 1363.72 60.125C1377.58 60.125 1391.2 59.0803 1404.5 57.0586C1404.42 56.4869 1404.38 55.9061 1404.38 55.3164C1404.38 48.4228 1409.98 42.8125 1416.87 42.8125C1422.68 42.8126 1427.57 46.7928 1428.97 52.1689V52.168C1470.85 41.7506 1508.9 21.5442 1540.56 -5.87109C1537.85 -6.76752 1535.14 -7.7496 1532.48 -8.79883C1532.02 -8.98163 1531.8 -9.50534 1531.98 -9.96777C1532.16 -10.4304 1532.69 -10.6572 1533.14 -10.4736C1536.03 -9.33041 1539 -8.26639 1541.95 -7.30957C1542.01 -7.28995 1542.07 -7.26376 1542.12 -7.2334C1559.45 -22.475 1574.83 -39.8941 1587.81 -59.0586C1587.96 -59.2837 1588.11 -59.4991 1588.26 -59.7246V-56.9658C1588.11 -56.7476 1587.96 -56.5303 1587.81 -56.3125C1550.64 -2.4231 1494.57 37.4722 1429.27 53.6953C1429.34 54.2266 1429.37 54.7672 1429.37 55.3164C1429.37 62.2097 1423.77 67.8202 1416.87 67.8203C1411.11 67.8203 1406.25 63.8978 1404.81 58.5801C1397.8 59.6472 1390.72 60.4431 1383.55 60.9609L1383.55 60.9619L1383.64 61.0391C1384.04 61.4381 1384.23 62.0373 1384.08 62.624C1382.66 68.1892 1381.04 73.7769 1379.27 79.2295C1379.04 79.9229 1378.4 80.3691 1377.7 80.3691C1377.53 80.3691 1377.36 80.3421 1377.2 80.2881C1376.33 80.0089 1375.86 79.0764 1376.14 78.2119C1377.89 72.8267 1379.48 67.3064 1380.89 61.8086C1380.96 61.5432 1381.09 61.3091 1381.26 61.1201C1375.46 61.4893 1369.61 61.6787 1363.72 61.6787C1349.66 61.6787 1335.86 60.6068 1322.37 58.54C1322.01 58.1123 1321.66 57.6765 1321.3 57.2432C1331.51 69.695 1342.64 81.3688 1354.57 92.1611C1357.28 89.3553 1361.07 87.6069 1365.26 87.6045C1373.45 87.6045 1380.11 94.2727 1380.11 102.463C1380.11 105.634 1379.11 108.576 1377.42 110.992C1431.11 151.278 1497.76 175.168 1569.89 175.168C1575.84 175.168 1581.76 175.003 1587.63 174.682C1587.69 174.602 1587.75 174.527 1587.81 174.447C1587.96 174.254 1588.11 174.061 1588.26 173.867V174.647C1632.51 172.141 1674.39 160.637 1712.11 141.941C1711.79 138.327 1711.41 134.714 1710.95 131.142C1710.87 130.516 1711.32 129.938 1711.94 129.857C1712.58 129.772 1713.14 130.227 1713.23 130.853C1713.64 134.159 1714.01 137.499 1714.31 140.842C1819.24 87.825 1891.36 -21.0656 1891.36 -146.493C1891.36 -323.858 1747.15 -468.156 1569.89 -468.157ZM695.632 167.888C695.875 167.451 696.419 167.294 696.855 167.532C699.573 169.027 702.378 170.458 705.186 171.777C705.635 171.993 705.828 172.529 705.617 172.979C705.464 173.304 705.14 173.493 704.803 173.493C704.672 173.493 704.542 173.467 704.416 173.408C701.577 172.071 698.741 170.625 695.987 169.107C695.551 168.869 695.393 168.32 695.632 167.888ZM1202.8 156.162C1203.28 156.162 1203.74 156.396 1204.01 156.819C1206.63 160.944 1209.42 165.042 1212.3 169C1212.77 169.635 1212.63 170.522 1211.99 170.985C1211.74 171.17 1211.45 171.256 1211.16 171.256C1210.72 171.256 1210.29 171.053 1210.01 170.67C1207.09 166.667 1204.27 162.521 1201.61 158.347C1201.19 157.685 1201.38 156.806 1202.04 156.383C1202.28 156.234 1202.54 156.162 1202.8 156.162ZM1083.15 154.411C1083.65 154.411 1084.14 154.672 1084.4 155.145C1086.79 159.481 1089.08 163.948 1091.2 168.41C1091.53 169.121 1091.23 169.968 1090.52 170.306C1090.32 170.396 1090.12 170.44 1089.91 170.44C1089.38 170.44 1088.87 170.138 1088.63 169.625C1086.54 165.217 1084.28 160.805 1081.91 156.519C1081.53 155.834 1081.78 154.97 1082.46 154.587C1082.68 154.465 1082.92 154.411 1083.15 154.411ZM1338.79 153.394C1339.12 153.394 1339.46 153.493 1339.75 153.709C1340.49 154.245 1340.65 155.271 1340.12 156.01C1336.74 160.643 1333.17 165.235 1329.51 169.666C1329.19 170.058 1328.71 170.261 1328.24 170.261C1327.87 170.261 1327.5 170.138 1327.19 169.882C1326.5 169.301 1326.4 168.266 1326.98 167.563C1330.6 163.191 1334.12 158.648 1337.45 154.068C1337.78 153.627 1338.28 153.394 1338.79 153.394ZM725.408 157.653C727.847 161.287 730.156 165.011 732.329 168.824C732.059 169.045 731.771 169.242 731.47 169.418C729.278 165.573 726.951 161.827 724.499 158.162C724.787 157.969 725.093 157.797 725.408 157.653ZM554.35 158.094C554.8 157.882 555.335 158.076 555.547 158.526C557.018 161.647 558.449 164.84 559.799 168.005C559.992 168.464 559.781 168.995 559.327 169.188C559.21 169.238 559.089 169.261 558.972 169.261C558.621 169.261 558.292 169.053 558.144 168.716C556.803 165.564 555.38 162.394 553.918 159.292C553.706 158.846 553.9 158.305 554.35 158.094ZM848.119 162.723C848.538 162.457 849.091 162.579 849.361 162.998C849.626 163.421 849.505 163.975 849.082 164.24C846.436 165.924 843.704 167.545 840.959 169.062C840.824 169.139 840.671 169.175 840.527 169.175C840.208 169.175 839.902 169.004 839.735 168.707C839.497 168.27 839.654 167.726 840.091 167.482C842.804 165.988 845.505 164.384 848.119 162.723ZM1145.78 148.49C1146.42 148.526 1146.9 149.071 1146.86 149.701C1146.5 155.505 1146.32 161.399 1146.32 167.23V167.51C1146.32 168.14 1145.81 168.653 1145.18 168.653C1144.55 168.653 1144.03 168.14 1144.03 167.51V167.23C1144.03 161.354 1144.21 155.411 1144.57 149.562C1144.61 148.931 1145.15 148.445 1145.78 148.49ZM564.871 76.7529C564.871 76.996 564.879 77.2347 564.897 77.4688C501.142 80.3686 445.832 116.26 415.647 168.437C415.372 168.225 415.077 168.035 414.767 167.878C445.13 115.413 500.755 79.3381 564.875 76.4248C564.871 76.5327 564.871 76.645 564.871 76.7529ZM679.828 157.707C680.121 157.306 680.683 157.216 681.088 157.509C683.594 159.332 686.195 161.102 688.814 162.768C689.233 163.033 689.354 163.592 689.089 164.011C688.918 164.281 688.625 164.43 688.328 164.43C688.166 164.43 688 164.384 687.847 164.285C685.196 162.601 682.564 160.813 680.03 158.963C679.625 158.67 679.536 158.108 679.828 157.707ZM43.8506 149.598C44.0778 149.156 44.6211 148.981 45.0625 149.21C45.5049 149.435 45.6784 149.981 45.4512 150.422C43.8758 153.484 42.3377 156.617 40.8789 159.729C40.7255 160.057 40.4009 160.246 40.0625 160.246C39.9348 160.246 39.8043 160.22 39.6807 160.161C39.2308 159.954 39.038 159.413 39.249 158.963C40.7173 155.834 42.2653 152.682 43.8506 149.598ZM863.203 151.736C863.59 151.421 864.157 151.471 864.472 151.858C864.791 152.241 864.737 152.808 864.351 153.123C861.939 155.122 859.428 157.077 856.89 158.923C856.732 159.04 856.548 159.094 856.363 159.094C856.084 159.094 855.809 158.968 855.634 158.725C855.341 158.324 855.432 157.76 855.832 157.468C858.338 155.64 860.818 153.713 863.203 151.736ZM676.916 142.204C677.177 142.204 677.443 142.276 677.677 142.425C678.338 142.844 678.537 143.722 678.118 144.384C676.588 146.797 675.094 149.251 673.645 151.728H673.644C673.663 151.744 673.683 151.761 673.703 151.777C674.09 152.093 674.14 152.66 673.825 153.047C673.645 153.258 673.388 153.371 673.132 153.371C673 153.371 672.87 153.339 672.747 153.28C672.746 153.282 672.746 153.284 672.745 153.285C672.021 154.55 671.305 155.82 670.607 157.09C670.351 157.563 669.864 157.828 669.36 157.828C669.131 157.828 668.897 157.769 668.682 157.652C667.993 157.274 667.741 156.41 668.119 155.721C668.902 154.294 669.707 152.871 670.521 151.448C668.803 149.973 667.109 148.451 665.464 146.909C665.104 146.567 665.086 145.999 665.424 145.635C665.766 145.275 666.337 145.257 666.697 145.595C668.243 147.046 669.832 148.475 671.444 149.866C672.83 147.503 674.261 145.162 675.719 142.861C675.989 142.438 676.448 142.204 676.916 142.204ZM886.729 139.305C887.273 139.305 887.804 139.575 888.119 140.07C891.156 144.847 894.392 149.593 897.727 154.172C898.262 154.906 898.101 155.938 897.367 156.474C897.075 156.685 896.737 156.788 896.399 156.788C895.891 156.788 895.391 156.554 895.067 156.113C891.692 151.476 888.421 146.675 885.343 141.835C884.852 141.07 885.082 140.052 885.847 139.565C886.121 139.39 886.427 139.305 886.729 139.305ZM715.185 143.834C718.42 147.801 721.498 151.921 724.4 156.158C724.086 156.316 723.784 156.491 723.496 156.685C720.603 152.461 717.534 148.359 714.303 144.401C714.613 144.239 714.91 144.046 715.185 143.834ZM544.787 139.714C545.219 139.471 545.769 139.624 546.012 140.057C547.708 143.064 549.369 146.14 550.948 149.206C551.177 149.647 551.001 150.192 550.561 150.417C550.43 150.489 550.291 150.521 550.151 150.521C549.823 150.521 549.508 150.34 549.351 150.034C547.776 146.986 546.128 143.928 544.445 140.938C544.198 140.506 544.351 139.957 544.787 139.714ZM207.648 141.71C206.374 144.371 205.121 147.068 203.915 149.761C203.587 148.941 203.252 148.117 202.913 147.302C203.711 145.546 204.523 143.799 205.35 142.061C206.115 141.939 206.879 141.823 207.648 141.71ZM876.811 138.949C877.152 138.585 877.724 138.571 878.084 138.908C878.444 139.25 878.463 139.818 878.125 140.183C875.974 142.47 873.724 144.721 871.438 146.869C871.267 147.031 871.042 147.112 870.821 147.112C870.583 147.112 870.344 147.017 870.169 146.828C869.827 146.468 869.845 145.896 870.205 145.554C872.468 143.433 874.687 141.209 876.811 138.949ZM1188.5 130.218C1189.03 130.218 1189.54 130.52 1189.79 131.033C1191.87 135.45 1194.13 139.863 1196.49 144.149C1196.87 144.834 1196.62 145.698 1195.93 146.076C1195.71 146.198 1195.48 146.257 1195.25 146.257C1194.74 146.257 1194.26 145.991 1194 145.522C1191.61 141.187 1189.33 136.72 1187.22 132.244C1186.88 131.537 1187.18 130.691 1187.9 130.354C1188.09 130.263 1188.3 130.218 1188.5 130.218ZM1067.22 129.426C1067.66 129.426 1068.09 129.629 1068.36 130.007C1071.29 134.014 1074.12 138.157 1076.78 142.326C1077.2 142.988 1077 143.866 1076.34 144.289C1076.11 144.438 1075.84 144.51 1075.58 144.51C1075.11 144.51 1074.65 144.28 1074.38 143.856C1071.76 139.737 1068.96 135.639 1066.07 131.686C1065.61 131.051 1065.75 130.159 1066.38 129.7C1066.63 129.516 1066.93 129.426 1067.22 129.426ZM1357.23 124.383C1357.49 124.383 1357.77 124.45 1358.02 124.585C1358.81 125.026 1359.1 126.026 1358.66 126.823C1355.89 131.857 1352.93 136.864 1349.85 141.709C1349.53 142.204 1349 142.475 1348.46 142.475C1348.15 142.475 1347.85 142.388 1347.57 142.213C1346.81 141.727 1346.58 140.709 1347.07 139.943C1350.11 135.153 1353.05 130.209 1355.78 125.233C1356.08 124.689 1356.65 124.383 1357.23 124.383ZM54.0654 131.406C54.3241 130.983 54.8785 130.848 55.3027 131.104C55.727 131.366 55.8606 131.92 55.6016 132.343C53.8061 135.283 52.0439 138.296 50.3623 141.29C50.1972 141.583 49.8912 141.749 49.5762 141.749C49.4272 141.749 49.2752 141.713 49.1357 141.632C48.7027 141.389 48.5496 140.839 48.793 140.407C50.4849 137.395 52.2587 134.364 54.0654 131.406ZM652.644 131.87C653.026 131.551 653.593 131.605 653.908 131.987C655.888 134.374 657.967 136.733 660.091 138.989C660.433 139.354 660.415 139.921 660.051 140.264C659.88 140.426 659.654 140.507 659.434 140.507C659.195 140.507 658.957 140.412 658.781 140.223C656.63 137.94 654.524 135.554 652.521 133.136C652.207 132.753 652.261 132.185 652.644 131.87ZM234.529 119.042C234.73 119.416 234.932 119.789 235.13 120.163C236.929 123.545 238.627 126.994 240.217 130.497C240.341 130.772 240.462 131.042 240.585 131.316C241.248 132.798 241.894 134.297 242.519 135.797C242.319 136.238 242.128 136.661 241.93 137.103C241.161 135.225 240.363 133.365 239.534 131.52C239.411 131.249 239.288 130.979 239.164 130.704C237.713 127.516 236.175 124.383 234.548 121.294C234.353 120.925 234.151 120.542 233.953 120.173C233.479 119.29 232.999 118.412 232.511 117.534C232.814 117.363 233.106 117.17 233.384 116.958C233.771 117.656 234.15 118.344 234.529 119.042ZM633.153 86.2988C654.942 93.8679 674.878 105.449 692.063 120.15C692.459 119.669 692.855 119.187 693.251 118.705C693.53 118.367 693.935 118.191 694.345 118.191C694.664 118.191 694.984 118.295 695.249 118.516C695.852 119.015 695.938 119.912 695.438 120.52L694.21 122.019L695.092 122.802C699.49 126.73 703.688 130.862 707.691 135.193C707.44 135.436 707.21 135.707 707.008 135.99C702.751 131.375 698.265 126.985 693.558 122.829C692.842 122.199 692.131 121.581 691.411 120.96V120.961C674.298 106.318 654.434 94.7814 632.73 87.2529C632.892 86.9468 633.032 86.6274 633.153 86.2988ZM888.723 124.559C889.015 124.153 889.577 124.068 889.982 124.36C890.383 124.653 890.473 125.216 890.181 125.616C888.336 128.151 886.382 130.668 884.38 133.091C884.2 133.302 883.944 133.415 883.683 133.415C883.485 133.415 883.278 133.347 883.111 133.208C882.729 132.888 882.675 132.321 882.994 131.938C884.974 129.548 886.9 127.062 888.723 124.559ZM693.557 122.829C691.095 125.882 688.697 129.02 686.406 132.177C686.127 132.559 685.696 132.766 685.255 132.767C684.967 132.767 684.674 132.677 684.422 132.492C683.787 132.033 683.644 131.145 684.107 130.506C686.447 127.282 688.899 124.081 691.41 120.961C692.13 121.582 692.841 122.199 693.557 122.829ZM533.901 122.068C534.315 121.794 534.874 121.906 535.148 122.32C537.056 125.197 538.938 128.147 540.742 131.092C541.003 131.515 540.867 132.069 540.444 132.33C540.3 132.42 540.134 132.46 539.977 132.46C539.675 132.46 539.378 132.307 539.207 132.032C537.416 129.106 535.544 126.174 533.649 123.315C533.375 122.901 533.488 122.343 533.901 122.068ZM247.254 130.204C246.485 130.317 245.721 130.434 244.955 130.556C245.107 130.236 245.259 129.916 245.411 129.601C246.177 129.479 246.941 129.367 247.71 129.259C247.557 129.574 247.406 129.889 247.254 130.204ZM870.16 109.258C870.776 109.258 871.366 109.605 871.649 110.204C874.061 115.319 876.676 120.43 879.412 125.392C879.853 126.188 879.56 127.188 878.764 127.629C878.516 127.768 878.242 127.832 877.972 127.832C877.391 127.832 876.829 127.525 876.532 126.98C873.76 121.96 871.118 116.786 868.67 111.608C868.283 110.784 868.635 109.803 869.458 109.416C869.683 109.308 869.922 109.258 870.16 109.258ZM641.677 116.624C642.1 116.354 642.654 116.481 642.924 116.899C644.584 119.511 646.353 122.109 648.18 124.612C648.472 125.018 648.382 125.58 647.981 125.873C647.819 125.99 647.635 126.044 647.45 126.044C647.176 126.044 646.901 125.918 646.726 125.675C644.876 123.14 643.085 120.51 641.402 117.867C641.137 117.444 641.258 116.89 641.677 116.624ZM65.5762 114.018C65.8655 113.612 66.4275 113.522 66.832 113.811C67.2361 114.099 67.3293 114.661 67.04 115.066C65.0403 117.862 63.0634 120.731 61.1641 123.599C60.9909 123.864 60.7045 124.004 60.4131 124.004C60.2421 124.004 60.069 123.955 59.916 123.855C59.5018 123.581 59.3886 123.023 59.6631 122.608C61.5746 119.718 63.5639 116.832 65.5762 114.018ZM1048.28 106.615C1048.66 106.615 1049.03 106.768 1049.31 107.065C1052.71 110.667 1056.03 114.428 1059.2 118.241C1059.7 118.845 1059.61 119.741 1059.01 120.24C1058.75 120.461 1058.43 120.568 1058.11 120.568C1057.7 120.568 1057.29 120.393 1057.01 120.056C1053.89 116.292 1050.6 112.577 1047.24 109.011C1046.7 108.443 1046.73 107.542 1047.3 107.002C1047.58 106.745 1047.93 106.615 1048.28 106.615ZM898.748 108.785C898.987 108.348 899.536 108.191 899.973 108.43C900.409 108.668 900.567 109.218 900.328 109.654C898.812 112.405 897.187 115.147 895.504 117.795C895.333 118.065 895.04 118.214 894.743 118.214C894.577 118.214 894.41 118.169 894.262 118.074C893.839 117.804 893.717 117.25 893.982 116.827C895.647 114.211 897.25 111.505 898.748 108.785ZM521.756 105.255C522.147 104.949 522.715 105.021 523.017 105.413C525.136 108.146 527.229 110.955 529.24 113.756C529.528 114.161 529.434 114.724 529.033 115.013C528.871 115.13 528.69 115.184 528.506 115.184C528.227 115.183 527.953 115.053 527.777 114.81C525.775 112.022 523.696 109.235 521.595 106.516C521.293 106.124 521.36 105.557 521.756 105.255ZM1705.08 94.7773C1705.69 94.6198 1706.32 94.9847 1706.48 95.6016C1707.96 101.374 1709.28 107.268 1710.4 113.121C1710.53 113.742 1710.12 114.341 1709.5 114.463C1709.42 114.476 1709.35 114.481 1709.28 114.481C1708.74 114.481 1708.26 114.098 1708.15 113.549C1707.04 107.749 1705.73 101.9 1704.26 96.1729C1704.1 95.5607 1704.46 94.9349 1705.08 94.7773ZM1355.74 95.6797C1354.37 97.5956 1353.57 99.9385 1353.57 102.468C1353.57 108.92 1358.81 114.17 1365.26 114.17C1368.6 114.17 1371.61 112.764 1373.74 110.518C1372.06 109.23 1370.39 107.926 1368.73 106.605V106.606C1368.01 108.218 1367.28 109.821 1366.53 111.41C1366.25 112.004 1365.66 112.355 1365.04 112.355C1364.8 112.355 1364.57 112.302 1364.34 112.198C1363.52 111.811 1363.17 110.83 1363.55 110.006C1364.41 108.178 1365.26 106.331 1366.08 104.472V104.47C1362.57 101.611 1359.13 98.6801 1355.74 95.6797ZM632.713 100.131C633.163 99.9193 633.699 100.108 633.91 100.559C635.233 103.359 636.664 106.156 638.158 108.871C638.401 109.303 638.243 109.852 637.807 110.091C637.667 110.167 637.519 110.204 637.37 110.204C637.055 110.204 636.75 110.037 636.583 109.74C635.067 106.994 633.622 104.161 632.285 101.329C632.074 100.879 632.263 100.342 632.713 100.131ZM714.622 96.5469C715 96.5469 715.378 96.7 715.657 96.9971C716.197 97.5689 716.17 98.4656 715.599 99.0059C712.035 102.36 708.529 105.872 705.186 109.447C704.902 109.744 704.523 109.893 704.146 109.893C703.799 109.892 703.448 109.766 703.174 109.51C702.603 108.974 702.576 108.074 703.111 107.502C706.5 103.887 710.045 100.329 713.649 96.9346C713.924 96.6779 714.276 96.5469 714.622 96.5469ZM1365.26 90.7607C1362 90.7609 1359.05 92.1046 1356.92 94.2666C1360.18 97.149 1363.49 99.9669 1366.85 102.718C1368.07 99.9313 1369.24 97.123 1370.35 94.3096C1370.61 93.6658 1371.22 93.2697 1371.88 93.2695C1372.08 93.2695 1372.28 93.3092 1372.48 93.3857C1373.33 93.7234 1373.74 94.678 1373.41 95.5244C1372.17 98.6436 1370.87 101.768 1369.51 104.864C1371.29 106.29 1373.09 107.697 1374.9 109.085C1376.2 107.201 1376.96 104.922 1376.96 102.468C1376.96 96.011 1371.71 90.7653 1365.26 90.7607ZM78.3164 97.5244C78.6346 97.1417 79.2019 97.092 79.584 97.4072C79.9659 97.7269 80.0179 98.2941 79.7002 98.6768C77.5006 101.32 75.3214 104.04 73.2217 106.755C73.0444 106.984 72.7778 107.105 72.5088 107.105C72.3168 107.105 72.1232 107.043 71.959 106.917C71.5658 106.615 71.4935 106.048 71.7969 105.656C73.9096 102.919 76.1034 100.185 78.3164 97.5244ZM215.352 90.3965C218.586 94.3677 221.666 98.4829 224.564 102.72C224.252 102.877 223.951 103.054 223.663 103.247C220.769 99.0236 217.698 94.9218 214.469 90.9639C214.781 90.8018 215.076 90.6126 215.352 90.3965ZM906.718 91.8691C906.902 91.4053 907.425 91.1802 907.884 91.3604C908.347 91.5451 908.571 92.0667 908.392 92.5303C907.235 95.4525 905.966 98.375 904.63 101.221C904.477 101.545 904.153 101.738 903.815 101.738C903.685 101.738 903.554 101.712 903.433 101.653C902.983 101.442 902.79 100.901 903.001 100.451C904.324 97.6461 905.575 94.7552 906.718 91.8691ZM1026.64 86.3389C1026.96 86.3389 1027.28 86.4426 1027.54 86.6631C1031.36 89.8195 1035.13 93.1384 1038.75 96.5244C1039.32 97.0602 1039.35 97.9604 1038.82 98.5322C1038.53 98.8294 1038.15 98.9824 1037.78 98.9824C1037.43 98.9823 1037.08 98.8571 1036.8 98.6006C1033.24 95.2506 1029.51 91.9723 1025.73 88.8564C1025.13 88.3566 1025.05 87.4603 1025.54 86.8525C1025.82 86.5149 1026.23 86.3389 1026.64 86.3389ZM508.414 89.3604C508.788 89.0275 509.355 89.0543 509.688 89.4277C511.996 91.9987 514.286 94.6468 516.5 97.2988C516.815 97.6816 516.765 98.2487 516.383 98.5684C516.216 98.7078 516.01 98.7753 515.808 98.7754C515.551 98.7754 515.294 98.6677 515.114 98.4561C512.918 95.8175 510.642 93.1874 508.347 90.6299C508.014 90.2607 508.045 89.689 508.414 89.3604ZM1157.85 79.1621C1158.04 78.5589 1158.69 78.2258 1159.29 78.4238C1159.89 78.6174 1160.22 79.261 1160.03 79.8643C1158.21 85.4926 1156.55 91.2521 1155.09 96.9795C1154.96 97.4971 1154.49 97.8436 1153.98 97.8438C1153.89 97.8438 1153.79 97.8301 1153.7 97.8076C1153.08 97.6499 1152.71 97.0243 1152.87 96.4121C1154.34 90.6396 1156.01 84.8355 1157.85 79.1621ZM807.03 53.0664C821.08 64.8467 837.736 73.6044 855.995 78.334C856.178 77.9238 856.525 77.5889 856.983 77.4375C857.154 77.3835 857.326 77.3564 857.497 77.3564C858.19 77.3566 858.834 77.7979 859.059 78.4912C859.128 78.7053 859.2 78.9187 859.271 79.1328C867.26 80.972 875.538 82.0471 884.025 82.2705C884.012 82.4055 884.003 82.5408 884.003 82.6758C884.003 82.7794 884.008 82.8876 884.017 82.9912C875.628 82.7704 867.441 81.7236 859.533 79.9316C861.164 84.8422 862.952 89.7538 864.858 94.5566C865.191 95.4031 864.782 96.3575 863.937 96.6953C863.739 96.7763 863.531 96.8124 863.329 96.8125C862.677 96.8125 862.055 96.4208 861.799 95.7725C859.679 90.4368 857.708 84.9655 855.931 79.5127C855.88 79.3555 855.854 79.1962 855.851 79.0391C837.311 74.2416 820.414 65.3156 806.202 53.3047C806.477 53.2237 806.756 53.1429 807.03 53.0664ZM625.891 82.6377C626.363 82.4846 626.871 82.7421 627.024 83.2148C627.983 86.1641 629.054 89.1177 630.197 92.0039C630.382 92.4631 630.157 92.9898 629.693 93.1699C629.585 93.215 629.473 93.2373 629.36 93.2373C629.005 93.2373 628.663 93.0215 628.523 92.666C627.367 89.7483 626.286 86.7532 625.314 83.7725C625.162 83.2999 625.418 82.7908 625.891 82.6377ZM1170.19 73.9482C1170.86 73.9484 1171.45 74.4257 1171.58 75.1055C1172.5 79.9188 1173.58 84.7639 1174.8 89.4961C1174.99 90.257 1174.53 91.031 1173.77 91.2246C1173.66 91.2561 1173.54 91.2744 1173.42 91.2744C1172.79 91.2744 1172.21 90.8467 1172.05 90.2031C1170.81 85.4123 1169.72 80.5131 1168.79 75.6367C1168.64 74.8668 1169.15 74.1232 1169.92 73.9746C1170.01 73.9566 1170.1 73.9482 1170.19 73.9482ZM92.2148 82.0029C92.5594 81.6474 93.1291 81.6341 93.4873 81.9805C93.8451 82.3271 93.8559 82.8947 93.5107 83.2549C91.1258 85.7313 88.7554 88.2849 86.4658 90.8379C86.2881 91.0357 86.0423 91.1387 85.7959 91.1387C85.5817 91.1387 85.3672 91.0623 85.1953 90.9092C84.8255 90.576 84.7945 90.0095 85.126 89.6357C87.43 87.0647 89.815 84.4974 92.2148 82.0029ZM737.428 77.6133C737.864 77.6133 738.296 77.8116 738.575 78.1943C739.039 78.8292 738.899 79.7159 738.265 80.1797C734.314 83.0659 730.399 86.1144 726.637 89.2393C726.371 89.4598 726.052 89.5635 725.732 89.5635C725.323 89.5635 724.918 89.392 724.639 89.0498C724.135 88.4465 724.22 87.5505 724.823 87.0508C728.63 83.8899 732.59 80.8051 736.591 77.8828C736.843 77.6983 737.135 77.6133 737.428 77.6133ZM999.522 12.8145C999.725 12.9383 999.95 13.0284 1000.19 13.0869C983.133 47.2758 951.002 72.6744 912.565 80.5059C912.252 81.5488 911.93 82.5868 911.596 83.6152C911.474 83.9978 911.119 84.241 910.741 84.2412C910.651 84.2412 910.556 84.2278 910.462 84.1963C909.989 84.0432 909.733 83.5343 909.886 83.0615C910.118 82.3436 910.345 81.6213 910.567 80.8965C904.119 82.1013 897.499 82.8135 890.749 82.9912C890.758 82.8876 890.762 82.7794 890.762 82.6758C890.762 82.5408 890.753 82.4055 890.739 82.2705C897.576 82.0896 904.278 81.3567 910.803 80.1172C911.404 78.1185 911.967 76.1014 912.482 74.0879C912.608 73.6061 913.094 73.3135 913.58 73.4395C914.062 73.561 914.35 74.0515 914.229 74.5332C913.786 76.2637 913.306 77.998 912.799 79.7207C929.223 76.3209 944.482 69.6957 957.884 60.5361C958.446 60.5316 958.973 60.1895 959.193 59.6357C959.198 59.6312 959.198 59.6266 959.198 59.6221C976.226 47.6584 990.158 31.5703 999.522 12.8145ZM493.951 74.4658C494.298 74.1103 494.869 74.0967 495.225 74.4434C497.713 76.8386 500.192 79.3148 502.591 81.8047C502.937 82.1603 502.928 82.7324 502.568 83.0791C502.397 83.2457 502.172 83.3311 501.947 83.3311C501.709 83.3311 501.474 83.2368 501.299 83.0566C498.909 80.5803 496.448 78.1221 493.978 75.7402C493.618 75.3936 493.609 74.826 493.951 74.4658ZM890.015 82.2891C890.033 82.415 890.042 82.5453 890.042 82.6758C890.042 82.7882 890.038 82.8964 890.024 83.0088C889.147 83.0268 888.265 83.0361 887.383 83.0361C886.501 83.0361 885.619 83.0268 884.741 83.0088C884.728 82.8964 884.719 82.7882 884.719 82.6758C884.719 82.5453 884.728 82.415 884.75 82.2891C885.623 82.3071 886.501 82.3154 887.383 82.3154C888.265 82.3154 889.137 82.3071 890.015 82.2891ZM581.679 76.4248C593.815 76.9742 605.655 78.7161 617.066 81.5303C616.994 81.868 616.936 82.2152 616.904 82.5664C605.533 79.7567 593.747 78.0181 581.655 77.4688C581.673 77.2347 581.683 76.9963 581.683 76.7578C581.683 76.6454 581.683 76.5328 581.679 76.4248ZM133.321 32.8613C162.082 42.8527 187.609 59.8319 207.856 81.7598C207.605 82.0029 207.376 82.2691 207.172 82.5527C187.007 60.6877 161.566 43.7622 132.896 33.8203C133.057 33.5097 133.199 33.1899 133.321 32.8613ZM1002.64 68.9141C1002.89 68.9141 1003.16 68.9818 1003.39 69.1348C1007.58 71.7868 1011.73 74.6053 1015.74 77.5186C1016.38 77.9824 1016.52 78.8691 1016.06 79.5039C1015.78 79.8865 1015.35 80.0936 1014.91 80.0938C1014.62 80.0938 1014.33 80.004 1014.07 79.8193C1010.11 76.9421 1006 74.1547 1001.87 71.5342C1001.21 71.1154 1001.01 70.2331 1001.43 69.5713C1001.7 69.1436 1002.16 68.9141 1002.64 68.9141ZM1693.84 60.8359C1694.43 60.6018 1695.1 60.8906 1695.33 61.4805C1697.54 67.014 1699.59 72.6962 1701.44 78.3604C1701.64 78.9637 1701.31 79.6124 1700.71 79.8105C1700.59 79.8466 1700.47 79.8643 1700.36 79.8643C1699.87 79.8641 1699.42 79.5586 1699.27 79.0771C1697.43 73.4534 1695.39 67.8203 1693.21 62.3271C1692.97 61.7374 1693.25 61.0701 1693.84 60.8359ZM573.276 76.2354C575.486 76.2354 577.692 76.276 579.888 76.3525C579.897 76.4875 579.896 76.6183 579.896 76.7578C579.896 76.9739 579.887 77.1859 579.869 77.3975C577.682 77.3164 575.481 77.2754 573.276 77.2754C571.072 77.2754 568.871 77.3164 566.685 77.3975C566.667 77.1859 566.657 76.9694 566.657 76.7578C566.657 76.6183 566.661 76.4875 566.666 76.3525C568.862 76.276 571.062 76.2354 573.276 76.2354ZM892.493 70.3457C894.221 70.3457 895.648 71.6473 895.851 73.3223C895.864 73.4573 895.873 73.5925 895.873 73.7275C895.873 73.8311 895.868 73.9395 895.859 74.043C895.697 75.7584 894.253 77.1094 892.493 77.1094C890.734 77.1093 889.289 75.7583 889.127 74.043C889.118 73.9395 889.114 73.8311 889.114 73.7275C889.114 73.5925 889.123 73.4573 889.137 73.3223C889.339 71.6473 890.765 70.3458 892.493 70.3457ZM892.493 71.0615C891.157 71.0616 890.045 72.0523 889.86 73.3398C889.838 73.4659 889.829 73.597 889.829 73.7275C889.829 73.84 889.838 73.9481 889.852 74.0605C890.014 75.3708 891.139 76.3886 892.493 76.3887C893.848 76.3887 894.968 75.3708 895.135 74.0605C895.148 73.9481 895.152 73.84 895.152 73.7275C895.152 73.597 895.144 73.4659 895.126 73.3398C894.941 72.0522 893.83 71.0615 892.493 71.0615ZM107.197 67.541C107.567 67.2078 108.136 67.2392 108.468 67.6084C108.8 67.9821 108.768 68.5497 108.398 68.8828C105.843 71.1746 103.296 73.5473 100.825 75.9336C100.651 76.1 100.426 76.1854 100.201 76.1855C99.9654 76.1855 99.7296 76.0912 99.5527 75.9111C99.208 75.5509 99.2184 74.9834 99.5762 74.6367C102.062 72.2369 104.626 69.8508 107.197 67.541ZM621.328 64.4111C621.814 64.3168 622.286 64.6365 622.381 65.127C622.961 68.1752 623.646 71.2463 624.415 74.2451C624.541 74.7269 624.248 75.2173 623.767 75.3389C623.695 75.3569 623.618 75.3711 623.542 75.3711C623.142 75.3711 622.778 75.1009 622.674 74.6914C621.895 71.6566 621.197 68.5492 620.612 65.4648C620.518 64.9741 620.838 64.5012 621.328 64.4111ZM526.777 -51.3408C621.786 -47.0253 706.705 -3.34055 765.597 63.7637C765.309 64.4166 765.034 65.0696 764.755 65.7314C764.293 65.2018 763.828 64.6742 763.362 64.1475C763.281 64.2212 763.192 64.2886 763.092 64.3438C758.817 66.7076 754.559 69.238 750.433 71.8721C750.194 72.0206 749.933 72.0977 749.672 72.0977C749.2 72.0975 748.741 71.8632 748.471 71.4355C748.048 70.7737 748.246 69.896 748.907 69.4727C752.997 66.8663 757.217 64.3545 761.452 62.0059C726.667 23.3136 683.077 -7.2966 633.868 -26.6279C633.893 -26.4593 633.871 -26.2819 633.793 -26.1162C632.474 -23.3048 631.223 -20.4143 630.085 -17.5264C629.945 -17.1725 629.608 -16.9571 629.248 -16.957C629.14 -16.957 629.027 -16.9767 628.919 -17.0195C628.456 -17.2025 628.227 -17.7257 628.411 -18.1885C629.568 -21.111 630.828 -24.0363 632.164 -26.8818C632.224 -27.0085 632.309 -27.1146 632.41 -27.1973C599.372 -39.9977 563.828 -47.7236 526.736 -49.4121C526.772 -49.8461 526.79 -50.2851 526.79 -50.7285C526.79 -50.9335 526.786 -51.1376 526.777 -51.3408ZM478.443 60.6602C478.758 60.2776 479.326 60.2236 479.708 60.543C482.367 62.7537 485.018 65.0463 487.592 67.3516C487.965 67.6848 487.997 68.2523 487.664 68.626C487.489 68.8239 487.241 68.9227 486.994 68.9229C486.778 68.9229 486.566 68.8464 486.396 68.6934C483.835 66.4016 481.198 64.123 478.557 61.9258C478.179 61.6106 478.124 61.0429 478.443 60.6602ZM916.964 54.9561C917.459 55.0191 917.81 55.4692 917.747 55.96C917.356 59.0802 916.865 62.223 916.28 65.3027C916.199 65.735 915.821 66.037 915.398 66.0371C915.344 66.0371 915.286 66.032 915.228 66.0186C914.742 65.9285 914.422 65.4556 914.512 64.9648C915.088 61.9211 915.578 58.819 915.961 55.7393C916.024 55.2441 916.469 54.8932 916.964 54.9561ZM1426.67 54.3252C1420.35 55.829 1413.94 57.1124 1407.45 58.166C1408.68 62.2139 1412.44 65.1676 1416.87 65.1631C1422.31 65.163 1426.72 60.7464 1426.72 55.3164C1426.72 54.9832 1426.7 54.6494 1426.67 54.3252ZM976.621 54.627C976.823 54.627 977.026 54.6718 977.224 54.7617C981.706 56.869 986.188 59.1478 990.535 61.5342C991.223 61.9125 991.476 62.777 991.098 63.4658C990.837 63.9386 990.35 64.2041 989.851 64.2041C989.621 64.204 989.383 64.1453 989.167 64.0283C984.87 61.6689 980.446 59.4182 976.018 57.3379C975.307 57.0046 975.001 56.1577 975.334 55.4463C975.577 54.9286 976.086 54.627 976.621 54.627ZM1166.47 44.5273C1167.22 44.5273 1167.85 45.1039 1167.89 45.8604C1168.02 47.7943 1168.16 49.736 1168.33 51.6768C1169.22 49.6766 1170.12 47.6886 1171.05 45.7207C1171.32 45.1489 1172 44.9017 1172.57 45.1719C1173.14 45.4421 1173.39 46.1265 1173.12 46.6982C1171.63 49.884 1170.18 53.1223 1168.79 56.3818C1168.94 57.7727 1169.11 59.1596 1169.28 60.5391C1169.38 61.318 1168.82 62.0298 1168.05 62.1289C1167.99 62.1379 1167.93 62.1377 1167.87 62.1377C1167.38 62.1377 1166.94 61.8865 1166.68 61.4932C1166.47 62.0186 1166.26 62.5438 1166.05 63.0693C1165.87 63.5195 1165.44 63.7987 1164.99 63.7988C1164.85 63.7988 1164.7 63.7717 1164.56 63.7178C1163.98 63.4836 1163.69 62.8174 1163.92 62.2275C1164.6 60.5107 1165.3 58.7944 1166.01 57.082C1165.61 53.4122 1165.29 49.7123 1165.06 46.04C1165.01 45.2568 1165.6 44.5818 1166.39 44.5322C1166.41 44.5277 1166.44 44.5273 1166.47 44.5273ZM123.18 54.208C123.573 53.9019 124.138 53.9786 124.442 54.3701C124.747 54.7618 124.675 55.3296 124.281 55.6357C121.568 57.7339 118.856 59.9131 116.221 62.1104C116.052 62.2543 115.848 62.3222 115.646 62.3223C115.388 62.3223 115.131 62.2096 114.953 61.998C114.635 61.6154 114.686 61.0482 115.068 60.7285C117.721 58.5177 120.45 56.3242 123.18 54.208ZM1404.63 57.8281H1404.63H1404.63ZM789.164 49.0117C789.731 49.0117 790.267 49.3544 790.487 49.9082C790.775 50.6376 790.419 51.4658 789.69 51.7539C785.155 53.564 780.614 55.5407 776.195 57.6299C776.002 57.7199 775.795 57.7656 775.588 57.7656C775.057 57.7656 774.549 57.468 774.306 56.9502C773.968 56.2433 774.274 55.3973 774.98 55.0596C779.453 52.9433 784.048 50.9433 788.643 49.1152C788.813 49.0478 788.993 49.0118 789.164 49.0117ZM65.0361 23.3193C65.0361 23.558 65.0466 23.7971 65.0664 24.0312C29.8651 25.6313 -2.75194 37.2837 -29.9961 56.1885L-31.2891 57.0947C-31.4385 57.1982 -31.5908 57.3057 -31.7393 57.4092V56.1357C-31.5893 56.0277 -31.44 55.9235 -31.2891 55.8154L-29.9941 54.916C-2.71014 36.1472 29.8913 24.582 65.043 22.9863C65.0385 23.0988 65.0361 23.2069 65.0361 23.3193ZM619.087 45.7568C619.586 45.7299 620.009 46.0989 620.041 46.5986C620.239 49.6964 620.531 52.8257 620.918 55.8965C620.981 56.3918 620.635 56.8422 620.14 56.9053L620.027 56.9102C619.577 56.9102 619.191 56.5768 619.137 56.1221C618.741 53.0152 618.443 49.8448 618.245 46.7109C618.214 46.2158 618.592 45.7883 619.087 45.7568ZM1416.87 45.4688C1411.45 45.4688 1407.03 49.8862 1407.03 55.3164C1407.03 55.7665 1407.06 56.2124 1407.12 56.6445C1413.63 55.5909 1420.05 54.3078 1426.39 52.7949C1425.28 48.5804 1421.43 45.4688 1416.87 45.4688ZM461.965 48.0127C462.253 47.6075 462.816 47.5126 463.221 47.8008C466.033 49.8179 468.845 51.9073 471.581 54.0234C471.973 54.3251 472.045 54.8925 471.743 55.2842C471.568 55.5138 471.297 55.6357 471.027 55.6357C470.839 55.6357 470.645 55.5771 470.479 55.4512C467.76 53.3484 464.966 51.2678 462.172 49.2686C461.767 48.9759 461.672 48.4135 461.965 48.0127ZM806.156 53.3486C805.873 54.0059 805.594 54.6724 805.319 55.3252C805 54.9606 804.676 54.5911 804.361 54.2266C804.64 53.5648 804.914 52.9116 805.202 52.2588C805.522 52.6235 805.837 52.9839 806.156 53.3486ZM949 43.7305C949.144 43.7305 949.293 43.7532 949.437 43.8027C954.161 45.3246 958.895 47.0219 963.503 48.8408C964.232 49.129 964.588 49.9444 964.309 50.6738L964.304 50.6875C964.083 51.2409 963.557 51.5832 962.995 51.5879H962.981C962.81 51.5879 962.635 51.5558 962.464 51.4883C957.906 49.6873 953.23 48.0126 948.563 46.5088C947.817 46.2657 947.407 45.4641 947.649 44.7168C947.843 44.1135 948.401 43.7305 949 43.7305ZM140.081 42.0781C140.496 41.8035 141.054 41.9158 141.329 42.3301C141.604 42.7443 141.491 43.3025 141.076 43.5771C138.219 45.4772 135.357 47.454 132.57 49.4531C132.411 49.5656 132.229 49.6201 132.047 49.6201C131.767 49.6201 131.49 49.4893 131.314 49.2461C131.025 48.8409 131.118 48.2784 131.521 47.9902C134.325 45.9775 137.206 43.9872 140.081 42.0781ZM918.018 35.8779C918.512 35.878 918.912 36.2784 918.917 36.7734V37.0977C918.917 37.2101 918.915 37.323 918.915 37.4355C918.916 37.4342 918.917 37.433 918.917 37.4316V37.4307C919.097 36.8321 919.651 36.4269 920.271 36.4268C920.357 36.4268 920.447 36.4357 920.537 36.4492C925.406 37.3633 930.307 38.4488 935.104 39.6689C935.864 39.8625 936.323 40.6375 936.13 41.3984C935.968 42.0375 935.387 42.4648 934.753 42.4648C934.64 42.4648 934.523 42.4518 934.406 42.4248C929.663 41.2181 924.821 40.1511 920.011 39.2461C919.538 39.1555 919.166 38.8406 918.98 38.4316L918.913 38.251C918.892 41.0166 918.795 43.8016 918.625 46.5449C918.598 47.0221 918.197 47.3915 917.729 47.3916H917.671C917.176 47.3601 916.798 46.9318 916.829 46.4365C917.018 43.3477 917.117 40.2045 917.117 37.0977V36.7832C917.113 36.2835 917.513 35.878 918.013 35.8779H918.018ZM1678.45 28.6289C1679 28.3183 1679.7 28.5206 1680 29.0742C1682.88 34.2882 1685.63 39.6555 1688.18 45.0361C1688.45 45.608 1688.21 46.2924 1687.63 46.5625C1687.48 46.639 1687.31 46.6758 1687.14 46.6758C1686.72 46.6757 1686.3 46.4318 1686.11 46.0176C1683.58 40.682 1680.85 35.3555 1678 30.1865C1677.69 29.6327 1677.89 28.9351 1678.45 28.6289ZM444.6 36.5938C444.861 36.1661 445.414 36.0309 445.837 36.292C448.789 38.093 451.745 39.9796 454.634 41.8887C455.048 42.1633 455.161 42.7216 454.887 43.1357C454.716 43.3969 454.427 43.541 454.135 43.541C453.964 43.541 453.793 43.4916 453.64 43.3926C450.773 41.4925 447.83 39.6192 444.9 37.8271C444.473 37.5704 444.343 37.0169 444.6 36.5938ZM846.458 34.2432C847.164 34.2432 847.777 34.7659 847.867 35.4863C847.966 36.2651 847.412 36.9761 846.634 37.0752C841.778 37.6876 836.882 38.4672 832.081 39.3857C831.991 39.4037 831.901 39.4121 831.811 39.4121C831.145 39.412 830.546 38.9347 830.42 38.2549C830.272 37.4851 830.776 36.7425 831.545 36.5938C836.409 35.6617 841.364 34.8778 846.278 34.252C846.341 34.2475 846.4 34.2432 846.458 34.2432ZM157.812 31.2178C158.245 30.9748 158.793 31.1274 159.037 31.5596C159.281 31.9917 159.127 32.5409 158.694 32.7842C155.706 34.4727 152.709 36.2339 149.788 38.0215C149.642 38.1113 149.479 38.1562 149.319 38.1562C149.016 38.1562 148.72 38.0027 148.551 37.7236C148.291 37.3004 148.425 36.7465 148.849 36.4854C151.788 34.6843 154.804 32.9107 157.812 31.2178ZM619.177 26.9629C619.676 26.9944 620.054 27.4218 620.022 27.917C619.838 30.9517 619.744 34.0405 619.744 37.0977V37.2559C619.744 37.7556 619.343 38.1562 618.844 38.1562C618.349 38.1562 617.944 37.7556 617.944 37.2559V37.0977C617.944 34.0046 618.039 30.8801 618.228 27.8096C618.255 27.3098 618.682 26.9269 619.177 26.9629ZM890.945 32.7979C895.895 33.095 900.89 33.5549 905.795 34.1582C906.573 34.2573 907.127 34.9642 907.032 35.7432C906.942 36.4633 906.33 36.9902 905.624 36.9902C905.566 36.9902 905.507 36.985 905.448 36.9805C900.602 36.3817 895.666 35.9274 890.774 35.6348C889.991 35.5852 889.393 34.9143 889.442 34.1309C889.487 33.3745 890.117 32.7932 890.859 32.793C890.886 32.793 890.914 32.7933 890.945 32.7979ZM876.037 32.3564C876.824 32.3567 877.459 32.9916 877.459 33.7793C877.459 34.5628 876.824 35.2021 876.041 35.2021C871.141 35.2067 866.182 35.369 861.309 35.6797L861.214 35.6846C860.471 35.6846 859.846 35.1034 859.801 34.3516C859.747 33.5682 860.345 32.8925 861.128 32.8428C866.06 32.5276 871.078 32.3654 876.037 32.3564ZM426.441 26.4668C426.666 26.0256 427.211 25.8505 427.652 26.0801C430.726 27.6605 433.817 29.3221 436.837 31.0195C437.273 31.2627 437.426 31.812 437.184 32.2441C437.017 32.5413 436.711 32.7031 436.396 32.7031C436.247 32.7031 436.098 32.6673 435.959 32.5908C432.958 30.9024 429.884 29.254 426.829 27.6826C426.388 27.453 426.212 26.9081 426.441 26.4668ZM1166.53 14.873C1167.32 14.9183 1167.91 15.5936 1167.86 16.377C1167.57 21.1677 1167.43 26.044 1167.43 30.8662V31.1182C1167.43 31.9016 1166.79 32.5371 1166 32.5371C1165.22 32.5369 1164.58 31.9015 1164.58 31.1182V30.8662C1164.58 25.9854 1164.73 21.0505 1165.03 16.2012C1165.07 15.4537 1165.69 14.8682 1166.44 14.8682C1166.47 14.8682 1166.5 14.8686 1166.53 14.873ZM1188.35 14.2334C1188.68 13.6977 1189.39 13.5403 1189.93 13.8779C1190.46 14.2156 1190.62 14.9267 1190.28 15.458C1187.11 20.4604 1184.06 25.6206 1181.21 30.8076C1181 31.1859 1180.61 31.4023 1180.21 31.4023C1180.02 31.4023 1179.83 31.3569 1179.66 31.2578C1179.1 30.9516 1178.9 30.2585 1179.2 29.7002C1182.07 24.4771 1185.15 19.2719 1188.35 14.2334ZM81.8428 22.9863C93.9797 23.5402 105.82 25.2835 117.234 28.0977C117.158 28.4306 117.103 28.777 117.068 29.1279C105.698 26.3183 93.9116 24.5806 81.8203 24.0312C81.8396 23.7973 81.8496 23.5588 81.8496 23.3203C81.8496 23.2077 81.8473 23.0989 81.8428 22.9863ZM916.699 17.1328C917.19 17.0656 917.644 17.417 917.707 17.9121C918.103 21.019 918.404 24.1849 918.606 27.3232C918.638 27.8183 918.26 28.2461 917.766 28.2822H917.707C917.234 28.2822 916.838 27.9167 916.807 27.4395C916.609 24.3373 916.311 21.2083 915.92 18.1377C915.857 17.6469 916.209 17.1959 916.699 17.1328ZM176.274 21.6855C176.724 21.474 177.26 21.6673 177.472 22.1172C177.683 22.5674 177.491 23.1038 177.041 23.3154C173.941 24.7743 170.826 26.3094 167.782 27.8809C167.65 27.9483 167.509 27.9805 167.37 27.9805C167.045 27.9803 166.73 27.8045 166.57 27.4941C166.342 27.0529 166.515 26.5074 166.957 26.2822C170.02 24.7018 173.155 23.1534 176.274 21.6855ZM73.4424 22.7979C75.6539 22.7979 77.8596 22.8385 80.0518 22.915C80.0598 23.05 80.0645 23.1853 80.0645 23.3203C80.0644 23.5362 80.0534 23.7476 80.0332 23.959C77.8472 23.8824 75.6468 23.8418 73.4424 23.8418C71.2377 23.8418 69.0383 23.8824 66.8525 23.959C66.8323 23.7476 66.8213 23.5362 66.8213 23.3203C66.8213 23.1853 66.8259 23.05 66.834 22.915C69.0267 22.8385 71.2312 22.7979 73.4424 22.7979ZM407.577 17.7002C407.771 17.241 408.3 17.03 408.758 17.2236C411.942 18.5744 415.149 20.0062 418.288 21.4785C418.738 21.6902 418.931 22.2257 418.72 22.6758C418.567 23.0043 418.244 23.1932 417.905 23.1934C417.778 23.1934 417.648 23.1668 417.524 23.1084C414.405 21.6496 411.219 20.2262 408.055 18.8799C407.597 18.6863 407.383 18.1595 407.577 17.7002ZM620.55 9.05078C620.644 8.56009 621.112 8.24005 621.603 8.33008C622.093 8.42017 622.412 8.8931 622.317 9.38379C621.746 12.4275 621.261 15.5345 620.883 18.6143C620.824 19.0689 620.437 19.4021 619.987 19.4023L619.879 19.3984C619.384 19.3354 619.033 18.8849 619.096 18.3896C619.478 15.2738 619.969 12.1306 620.55 9.05078ZM195.373 13.5352C195.837 13.3551 196.358 13.59 196.536 14.0537C196.714 14.5174 196.482 15.0393 196.018 15.2148C192.824 16.4441 189.607 17.7455 186.457 19.0918C186.342 19.1413 186.222 19.1641 186.104 19.1641C185.755 19.1639 185.422 18.9564 185.276 18.6143C185.082 18.1595 185.294 17.6282 185.751 17.4346C188.921 16.0793 192.159 14.7689 195.373 13.5352ZM1659.12 -1.41602C1659.63 -1.78928 1660.35 -1.67752 1660.72 -1.16602C1664.23 3.65134 1667.64 8.63641 1670.84 13.6523C1671.18 14.1882 1671.02 14.8951 1670.48 15.2373C1670.3 15.3588 1670.08 15.4179 1669.87 15.418C1669.5 15.418 1669.12 15.2288 1668.91 14.8867C1665.73 9.91125 1662.35 4.96243 1658.87 0.185547C1658.5 -0.325409 1658.61 -1.04315 1659.12 -1.41602ZM388.109 10.3428C388.269 9.87009 388.781 9.61823 389.251 9.78027C392.531 10.8924 395.836 12.086 399.074 13.3242C399.539 13.4998 399.772 14.0171 399.595 14.4854C399.458 14.841 399.116 15.0614 398.754 15.0615C398.647 15.0615 398.538 15.0435 398.433 15.0029C395.216 13.7783 391.931 12.5945 388.672 11.4824C388.201 11.3247 387.949 10.8109 388.109 10.3428ZM215.073 6.79004C215.551 6.64609 216.051 6.91693 216.194 7.38965C216.338 7.86685 216.068 8.37057 215.593 8.51465C212.304 9.50522 208.991 10.5724 205.744 11.6846C205.647 11.7161 205.549 11.7344 205.452 11.7344C205.078 11.7342 204.729 11.4955 204.602 11.1221C204.44 10.6539 204.691 10.1407 205.161 9.97852C208.428 8.86185 211.763 7.78964 215.073 6.79004ZM913.054 -1.30078C913.535 -1.42593 914.026 -1.13513 914.147 -0.654297C914.935 2.38577 915.628 5.48904 916.222 8.57324C916.316 9.05936 915.993 9.53217 915.507 9.62695C915.448 9.63596 915.393 9.64062 915.335 9.64062C914.912 9.64041 914.534 9.34323 914.453 8.91113C913.868 5.8674 913.18 2.7991 912.406 -0.204102C912.28 -0.685364 912.572 -1.17599 913.054 -1.30078ZM1012.24 -32.7207C1012.45 -32.6784 1012.67 -32.6553 1012.89 -32.6553C1012.91 -32.6553 1012.93 -32.6562 1012.95 -32.6562C1012.03 -21.4255 1009.64 -10.6122 1005.96 -0.40332C1006.18 -0.389893 1006.4 -0.345612 1006.6 -0.271484C1006.83 -0.188202 1007.05 -0.0700073 1007.23 0.0771484C1007.77 0.498993 1008.12 1.15622 1008.12 1.89355C1008.12 3.16373 1007.09 4.1972 1005.82 4.19727C1005.64 4.19727 1005.47 4.1792 1005.3 4.13867C1005.06 4.08014 1004.84 3.98999 1004.63 3.86621C1004.55 3.81631 1004.47 3.76062 1004.4 3.70117C1003.68 5.49603 1002.92 7.27188 1002.12 9.02539C1001.94 8.87814 1001.72 8.76007 1001.49 8.67676C1002.33 6.84146 1003.12 4.98157 1003.86 3.10059C1003.65 2.74939 1003.52 2.33578 1003.52 1.89355C1003.52 0.853149 1004.21 -0.027771 1005.16 -0.3125C1008.89 -10.5628 1011.31 -21.4316 1012.24 -32.7207ZM368.206 4.45312C368.331 3.97168 368.822 3.68494 369.303 3.80859C372.648 4.67896 376.023 5.61978 379.332 6.61035C379.808 6.75443 380.079 7.25418 379.937 7.73145C379.82 8.12302 379.462 8.37482 379.075 8.375C378.99 8.375 378.902 8.36197 378.816 8.33496C375.528 7.35339 372.175 6.41626 368.851 5.55176C368.37 5.42557 368.081 4.93481 368.206 4.45312ZM235.215 1.5127C235.7 1.40375 236.182 1.70996 236.29 2.19531C236.398 2.68069 236.092 3.16245 235.606 3.27051C232.254 4.01703 228.871 4.83649 225.552 5.70996C225.476 5.72797 225.398 5.7373 225.323 5.7373C224.924 5.7373 224.559 5.47067 224.453 5.06543C224.327 4.58383 224.615 4.0929 225.096 3.9668C228.436 3.08969 231.841 2.26508 235.215 1.5127ZM1005.64 3.69824H1005.64L1005.82 3.70801L1005.64 3.69824ZM1004.81 3.39746C1004.91 3.46271 1005.01 3.51947 1005.12 3.56543C1005.01 3.51947 1004.91 3.46271 1004.81 3.39746ZM1006.83 3.39844C1006.74 3.46353 1006.63 3.51956 1006.53 3.56543C1006.63 3.51956 1006.74 3.46356 1006.83 3.39844ZM347.925 0.0458984C348.014 -0.44342 348.483 -0.765869 348.971 -0.678711C352.371 -0.0578003 355.806 0.633667 359.178 1.37793C359.663 1.48508 359.97 1.96536 359.863 2.45117C359.771 2.87158 359.398 3.15802 358.985 3.1582C358.922 3.1582 358.856 3.15106 358.791 3.13672C355.44 2.3974 352.028 1.70917 348.648 1.09277C348.16 1.00363 347.835 0.535217 347.925 0.0458984ZM1170.09 -14.5625C1170.18 -14.5625 1170.27 -14.5547 1170.35 -14.5381C1171.13 -14.3927 1171.63 -13.6501 1171.49 -12.8789C1170.58 -8.07242 1169.82 -3.17047 1169.22 1.69141C1169.13 2.41138 1168.51 2.93848 1167.81 2.93848C1167.75 2.93848 1167.69 2.93494 1167.63 2.92773C1166.85 2.83072 1166.3 2.12094 1166.4 1.34277C1167.01 -3.57822 1167.78 -8.54059 1168.7 -13.4053C1168.83 -14.0876 1169.42 -14.5625 1170.09 -14.5625ZM1004.02 1.70898C1004.01 1.76968 1004.01 1.83127 1004.01 1.89355C1004.01 1.99875 1004.02 2.10181 1004.04 2.20215C1004.02 2.10178 1004.01 1.99878 1004.01 1.89355C1004.01 1.83127 1004.01 1.76965 1004.02 1.70898ZM1597.22 -0.391602C1597.72 -0.417694 1598.15 -0.0440369 1598.18 0.452148C1598.21 0.948151 1597.84 1.37518 1597.34 1.40625C1594.21 1.6012 1591.04 1.70132 1587.89 1.70312C1587.4 1.70358 1586.99 1.30109 1586.99 0.803711C1586.99 0.30661 1587.39 -0.0971985 1587.89 -0.0976562C1591 -0.0994568 1594.14 -0.198425 1597.22 -0.391602ZM1569.26 -1.24414C1572.33 -0.86142 1575.46 -0.570862 1578.56 -0.380859C1579.05 -0.35025 1579.43 0.0770569 1579.4 0.573242C1579.37 1.0509 1578.97 1.41882 1578.5 1.41895L1578.45 1.41699C1575.31 1.22427 1572.15 0.930695 1569.04 0.543945C1568.55 0.482269 1568.2 0.0315857 1568.25 -0.461914C1568.32 -0.955627 1568.77 -1.30624 1569.26 -1.24414ZM1209.44 -14.8281C1209.85 -15.3162 1210.57 -15.384 1211.06 -14.9814C1211.54 -14.5775 1211.61 -13.8552 1211.21 -13.3672C1207.44 -8.80777 1203.77 -4.06909 1200.29 0.716797C1200.07 1.02567 1199.72 1.18945 1199.37 1.18945C1199.13 1.18945 1198.9 1.11838 1198.7 0.970703C1198.18 0.598297 1198.07 -0.118042 1198.44 -0.629883C1201.94 -5.45447 1205.64 -10.2318 1209.44 -14.8281ZM625.216 -9.27051C625.369 -9.74374 625.873 -10.0041 626.346 -9.85059C626.823 -9.69785 627.079 -9.18948 626.926 -8.7168C625.972 -5.7663 625.103 -2.74612 624.338 0.259766C624.234 0.666656 623.866 0.937286 623.466 0.9375C623.394 0.9375 623.317 0.929474 623.245 0.910156C622.759 0.787262 622.471 0.297577 622.593 -0.18457C623.367 -3.2269 624.248 -6.28403 625.216 -9.27051ZM1615.75 -2.71875C1616.23 -2.81085 1616.71 -2.49127 1616.8 -2.00293C1616.89 -1.51437 1616.57 -1.04196 1616.08 -0.949219C1613 -0.363007 1609.86 0.131653 1606.75 0.522461L1606.63 0.529297C1606.18 0.529114 1605.8 0.196259 1605.74 -0.258789C1605.68 -0.752228 1606.03 -1.20288 1606.52 -1.26465C1609.6 -1.65097 1612.7 -2.13971 1615.75 -2.71875ZM495.695 -50.7295C495.695 -50.286 495.714 -49.8461 495.75 -49.4121C438.674 -46.8142 385.28 -29.929 339.022 -2.24512C339.329 -2.06516 339.511 -1.71198 339.457 -1.33887C339.392 -0.890564 339.007 -0.567383 338.567 -0.567383C338.525 -0.567383 338.481 -0.571289 338.438 -0.577148C337.85 -0.662231 337.261 -0.7435 336.671 -0.825195C336.54 -0.745667 336.41 -0.666626 336.279 -0.586914C336.239 -0.691284 336.195 -0.79422 336.152 -0.897461C333.501 -1.25931 330.826 -1.58713 328.173 -1.87305C327.679 -1.92627 327.322 -2.36963 327.375 -2.86426C327.429 -3.35809 327.869 -3.71692 328.365 -3.66309C330.935 -3.38626 333.525 -3.07242 336.094 -2.72461C383.059 -31.2619 437.5 -48.6915 495.709 -51.3408C495.7 -51.1379 495.695 -50.9342 495.695 -50.7295ZM1549.83 -4.0625C1549.95 -4.54428 1550.44 -4.83582 1550.92 -4.71289C1553.92 -3.94611 1556.99 -3.2648 1560.04 -2.68848C1560.52 -2.59598 1560.85 -2.12512 1560.75 -1.63672C1560.67 -1.20447 1560.29 -0.90332 1559.87 -0.90332C1559.81 -0.90332 1559.76 -0.908142 1559.7 -0.918945C1556.62 -1.50201 1553.51 -2.19104 1550.47 -2.9668C1549.99 -3.09015 1549.7 -3.58078 1549.83 -4.0625ZM276.384 -4.54492C276.882 -4.57846 277.31 -4.20877 277.347 -3.71289C277.383 -3.21713 277.011 -2.78503 276.515 -2.74902C273.086 -2.49777 269.62 -2.18027 266.213 -1.80566L266.113 -1.7998C265.66 -1.7998 265.271 -2.14151 265.22 -2.60254C265.166 -3.09641 265.522 -3.54111 266.016 -3.5957C269.444 -3.97256 272.933 -4.29233 276.384 -4.54492ZM307.6 -5.14062C311.057 -5.01996 314.555 -4.83432 317.996 -4.58984C318.492 -4.55426 318.865 -4.12408 318.83 -3.62793C318.796 -3.15347 318.401 -2.7912 317.934 -2.79102L317.868 -2.79395C314.45 -3.03708 310.973 -3.22006 307.537 -3.33984C307.04 -3.35709 306.652 -3.77457 306.669 -4.27148C306.686 -4.76804 307.106 -5.15982 307.6 -5.14062ZM1633.83 -7.3584C1634.3 -7.51215 1634.8 -7.25293 1634.96 -6.78027C1635.11 -6.30759 1634.85 -5.79947 1634.38 -5.64551C1631.4 -4.67523 1628.35 -3.78809 1625.3 -3.00781C1625.23 -2.98889 1625.16 -2.97949 1625.08 -2.97949C1624.68 -2.97958 1624.31 -3.24985 1624.21 -3.65625C1624.08 -4.13803 1624.38 -4.62955 1624.86 -4.75293C1627.86 -5.52332 1630.88 -6.39981 1633.83 -7.3584ZM297.19 -5.31543C297.687 -5.31543 298.091 -4.91312 298.091 -4.41602C298.092 -3.91858 297.689 -3.51511 297.191 -3.51465C293.756 -3.51105 290.276 -3.44531 286.847 -3.31836L286.812 -3.31738C286.331 -3.31744 285.932 -3.69888 285.914 -4.18457C285.895 -4.68106 286.283 -5.09946 286.779 -5.11816C290.23 -5.24603 293.733 -5.31183 297.19 -5.31543ZM845.766 -8.80762C844.668 -7.57889 843.588 -6.33755 842.517 -5.08496C842.481 -5.22363 842.458 -5.36966 842.458 -5.52051V-5.8125C842.458 -6.2182 842.457 -6.62512 842.462 -7.03125C843.56 -8.30057 844.667 -9.55722 845.792 -10.8018C845.783 -10.1372 845.77 -9.47177 845.766 -8.80762ZM907.109 -19.126C907.568 -19.3102 908.095 -19.0841 908.279 -18.623C909.44 -15.7055 910.525 -12.7143 911.497 -9.73145C911.65 -9.25867 911.393 -8.75015 910.921 -8.5957C910.826 -8.56509 910.732 -8.55078 910.642 -8.55078C910.264 -8.55087 909.909 -8.79221 909.787 -9.17188C908.824 -12.1184 907.753 -15.0739 906.605 -17.9561C906.421 -18.4184 906.646 -18.9413 907.109 -19.126ZM1651.17 -14.2393C1651.62 -14.4508 1652.15 -14.2592 1652.36 -13.8096C1652.57 -13.3597 1652.38 -12.8224 1651.93 -12.6104C1649.1 -11.2737 1646.19 -10.0101 1643.27 -8.85352C1643.17 -8.8103 1643.05 -8.79004 1642.94 -8.79004C1642.58 -8.79016 1642.25 -9.00504 1642.11 -9.3584C1641.92 -9.82025 1642.15 -10.344 1642.61 -10.5273C1645.49 -11.6701 1648.37 -12.9187 1651.17 -14.2393ZM1515.01 -18.083C1515.25 -18.518 1515.8 -18.6775 1516.24 -18.4375C1518.96 -16.9408 1521.76 -15.5109 1524.56 -14.1885C1525.01 -13.9763 1525.21 -13.4403 1525 -12.9902C1524.84 -12.6647 1524.52 -12.4736 1524.18 -12.4736C1524.05 -12.4736 1523.92 -12.501 1523.8 -12.5596C1520.95 -13.8976 1518.12 -15.3444 1515.37 -16.8594C1514.93 -17.0988 1514.78 -17.6472 1515.01 -18.083ZM1636.19 -28.8242C1636.64 -29.2572 1637.37 -29.2363 1637.81 -28.7754C1641.89 -24.4389 1645.89 -19.9136 1649.69 -15.3271C1650.1 -14.8404 1650.03 -14.1172 1649.54 -13.7129C1649.33 -13.535 1649.07 -13.4492 1648.81 -13.4492C1648.48 -13.4493 1648.16 -13.5897 1647.93 -13.8623C1644.16 -18.4123 1640.19 -22.9013 1636.14 -27.2031C1635.7 -27.6642 1635.72 -28.3898 1636.19 -28.8242ZM1667.5 -23.2461C1667.92 -23.5127 1668.47 -23.3894 1668.74 -22.9697C1669.01 -22.5496 1668.88 -21.9931 1668.46 -21.7266C1665.82 -20.0431 1663.09 -18.4215 1660.34 -16.9082C1660.2 -16.8321 1660.05 -16.7959 1659.91 -16.7959C1659.59 -16.7959 1659.28 -16.9641 1659.12 -17.2617C1658.88 -17.697 1659.04 -18.2448 1659.47 -18.4854C1662.18 -19.9807 1664.88 -21.5828 1667.5 -23.2461ZM1499.21 -28.2617C1499.5 -28.6642 1500.07 -28.7535 1500.47 -28.4609C1502.97 -26.6364 1505.57 -24.8668 1508.19 -23.2021C1508.61 -22.9352 1508.74 -22.3786 1508.47 -21.959C1508.3 -21.6889 1508.01 -21.5411 1507.71 -21.541C1507.54 -21.541 1507.38 -21.5863 1507.23 -21.6816C1504.58 -23.3665 1501.95 -25.1573 1499.41 -27.0039C1499.01 -27.2965 1498.92 -27.8592 1499.21 -28.2617ZM844.717 -24.3369C845.059 -24.3162 845.369 -24.1911 845.621 -23.9961C844.667 -23.6368 843.771 -23.1544 842.957 -22.5674C842.962 -22.6429 842.966 -22.718 842.971 -22.7939C843.025 -23.6629 843.745 -24.3407 844.6 -24.3408C844.64 -24.3408 844.676 -24.3396 844.717 -24.3369ZM898.978 -36.0381C899.414 -36.2794 899.959 -36.1215 900.202 -35.6865C901.719 -32.9372 903.172 -30.1089 904.509 -27.2803C904.72 -26.831 904.531 -26.2935 904.081 -26.0811C903.955 -26.0222 903.825 -25.9942 903.694 -25.9941C903.357 -25.9941 903.036 -26.1847 902.879 -26.5098C901.56 -29.3036 900.125 -32.0981 898.627 -34.8145C898.384 -35.2493 898.541 -35.7975 898.978 -36.0381ZM1177.41 -43.3037C1177.55 -43.3037 1177.7 -43.2812 1177.85 -43.2344C1178.59 -42.9925 1179 -42.1912 1178.76 -41.4453C1177.26 -36.7878 1175.88 -32.0208 1174.67 -27.2764C1174.51 -26.6334 1173.93 -26.2051 1173.3 -26.2051C1173.18 -26.2051 1173.06 -26.2195 1172.95 -26.25C1172.19 -26.4436 1171.73 -27.2171 1171.92 -27.9775C1173.14 -32.7801 1174.54 -37.6059 1176.06 -42.3193C1176.25 -42.921 1176.81 -43.3037 1177.41 -43.3037ZM1233.99 -41.0166C1234.45 -41.4497 1235.17 -41.4291 1235.6 -40.9678C1236.04 -40.5071 1236.02 -39.7807 1235.56 -39.3467C1231.25 -35.2952 1227.02 -31.0527 1222.98 -26.7383C1222.75 -26.4981 1222.45 -26.3771 1222.15 -26.377C1221.86 -26.377 1221.58 -26.479 1221.36 -26.6865C1220.9 -27.1197 1220.88 -27.8456 1221.31 -28.3076C1225.39 -32.6566 1229.65 -36.9319 1233.99 -41.0166ZM1682.58 -34.2324C1682.97 -34.5498 1683.53 -34.4964 1683.85 -34.1133C1684.17 -33.7301 1684.11 -33.1617 1683.73 -32.8447C1681.32 -30.8438 1678.81 -28.8932 1676.27 -27.0459C1676.11 -26.9297 1675.92 -26.873 1675.74 -26.873C1675.47 -26.8732 1675.19 -27.0022 1675.02 -27.2441C1674.72 -27.6461 1674.81 -28.2092 1675.21 -28.502C1677.72 -30.3268 1680.2 -32.2553 1682.58 -34.2324ZM1484.81 -40.332C1485.15 -40.6945 1485.71 -40.7133 1486.08 -40.373C1488.34 -38.2496 1490.7 -36.1704 1493.09 -34.1924C1493.47 -33.8754 1493.52 -33.307 1493.21 -32.9238C1493.03 -32.7087 1492.77 -32.5977 1492.51 -32.5977C1492.31 -32.5977 1492.1 -32.666 1491.94 -32.8047C1489.52 -34.807 1487.13 -36.9109 1484.85 -39.0596C1484.48 -39.4 1484.46 -39.9697 1484.81 -40.332ZM1012.89 -38.7021C1013.03 -38.7021 1013.17 -38.6911 1013.3 -38.6709C1013.24 -36.8951 1013.14 -35.1339 1013.01 -33.377C1012.97 -33.3756 1012.93 -33.375 1012.89 -33.375C1012.69 -33.375 1012.49 -33.3984 1012.29 -33.4434C1012.42 -35.1818 1012.52 -36.9262 1012.58 -38.6836C1012.69 -38.6957 1012.79 -38.7021 1012.89 -38.7021ZM641.271 -43.4668C641.537 -43.8868 642.095 -44.011 642.514 -43.7451C642.932 -43.4781 643.058 -42.9216 642.793 -42.502C641.128 -39.8797 639.53 -37.1717 638.036 -34.4521C637.87 -34.1536 637.564 -33.9844 637.244 -33.9844C637.1 -33.9844 636.952 -34.0211 636.812 -34.0967C636.376 -34.3358 636.219 -34.8835 636.457 -35.3193C637.969 -38.0717 639.589 -40.813 641.271 -43.4668ZM1696.19 -47.0205C1696.53 -47.3829 1697.1 -47.4007 1697.46 -47.0605C1697.83 -46.7202 1697.84 -46.1496 1697.5 -45.7871C1695.36 -43.4988 1693.11 -41.2493 1690.82 -39.1006C1690.64 -38.9373 1690.42 -38.8566 1690.2 -38.8564C1689.97 -38.8564 1689.72 -38.952 1689.55 -39.1406C1689.21 -39.503 1689.22 -40.0727 1689.59 -40.4131C1691.85 -42.536 1694.07 -44.7593 1696.19 -47.0205ZM1013.19 -49.8389C1013.31 -47.5859 1013.37 -45.314 1013.37 -43.0312C1013.37 -41.814 1013.36 -40.6027 1013.32 -39.3936C1013.18 -39.4111 1013.04 -39.4199 1012.89 -39.4199C1012.8 -39.4199 1012.7 -39.4153 1012.6 -39.4072C1012.64 -40.6097 1012.65 -41.8206 1012.65 -43.0312C1012.65 -45.309 1012.6 -47.5738 1012.47 -49.8223C1012.53 -49.8205 1012.59 -49.8203 1012.65 -49.8203H1012.66C1012.84 -49.8203 1013.01 -49.8263 1013.19 -49.8389ZM1610 -53.168C1610.41 -53.6555 1611.13 -53.7255 1611.62 -53.3223C1616.21 -49.5269 1620.75 -45.5341 1625.1 -41.4561C1625.56 -41.0235 1625.58 -40.2989 1625.15 -39.8369C1624.92 -39.5961 1624.62 -39.4737 1624.31 -39.4736C1624.03 -39.4736 1623.75 -39.5771 1623.53 -39.7842C1619.21 -43.8289 1614.72 -47.7891 1610.16 -51.5547C1609.67 -51.9578 1609.6 -52.68 1610 -53.168ZM761.752 -45.6953C761.882 -45.6953 762.008 -45.6854 762.134 -45.667C762.116 -44.7899 762.107 -43.9128 762.107 -43.0312C762.107 -42.1498 762.116 -41.2734 762.134 -40.3965C762.008 -40.3781 761.882 -40.3682 761.752 -40.3682C761.64 -40.3682 761.527 -40.3748 761.419 -40.3887C761.401 -41.2667 761.392 -42.1497 761.392 -43.0322C761.392 -43.9147 761.401 -44.7964 761.419 -45.6748C761.527 -45.6883 761.64 -45.6953 761.752 -45.6953ZM1018 -48.3682C1018.15 -48.3682 1018.29 -48.3593 1018.43 -48.3418C1020.1 -48.1309 1021.39 -46.7058 1021.39 -44.9863C1021.39 -43.1409 1019.9 -41.6357 1018.06 -41.6045C1018.04 -41.6045 1018.03 -41.6045 1018 -41.6045C1017.78 -41.6045 1017.56 -41.6266 1017.35 -41.6689C1015.8 -41.9765 1014.62 -43.3475 1014.62 -44.9863C1014.62 -46.7527 1015.99 -48.2088 1017.71 -48.3564C1017.81 -48.3646 1017.91 -48.3682 1018 -48.3682ZM1018 -47.6504C1017.9 -47.6504 1017.8 -47.644 1017.69 -47.6318C1016.37 -47.4765 1015.34 -46.3493 1015.34 -44.9863C1015.34 -43.7248 1016.23 -42.6649 1017.4 -42.3916C1017.6 -42.3466 1017.8 -42.3232 1018 -42.3232C1018.04 -42.3232 1018.08 -42.3239 1018.12 -42.3252C1019.53 -42.3852 1020.67 -43.5559 1020.67 -44.9863C1020.67 -46.3175 1019.69 -47.4231 1018.41 -47.6191C1018.28 -47.6394 1018.14 -47.6504 1018 -47.6504ZM1472.02 -54.0986C1472.4 -54.4159 1472.97 -54.363 1473.29 -53.9805C1475.27 -51.5927 1477.35 -49.2365 1479.47 -46.9775C1479.81 -46.6155 1479.79 -46.045 1479.43 -45.7041C1479.26 -45.5408 1479.04 -45.46 1478.82 -45.46C1478.58 -45.46 1478.33 -45.5551 1478.16 -45.7432C1476.01 -48.0296 1473.91 -50.4149 1471.9 -52.8311C1471.58 -53.2138 1471.64 -53.7812 1472.02 -54.0986ZM776.917 -102.115C767.967 -85.4275 762.683 -66.4927 762.152 -46.3906C762.022 -46.4064 761.887 -46.4141 761.752 -46.4141C761.644 -46.4141 761.54 -46.4089 761.437 -46.3994C761.963 -66.5119 767.224 -85.4634 776.143 -102.184C776.399 -102.162 776.661 -102.139 776.917 -102.115ZM1258.62 -58.8652C1255.94 -56.8261 1253.28 -54.7348 1250.67 -52.6064C1252.79 -50.4747 1255.72 -49.1531 1258.96 -49.1533C1259.81 -49.1533 1260.64 -49.2476 1261.44 -49.4209C1260.45 -52.5489 1259.52 -55.6973 1258.62 -58.8652ZM511.243 -51.6934C515.334 -51.6934 519.41 -51.6201 523.465 -51.4756C523.483 -51.2284 523.487 -50.9793 523.487 -50.7285C523.487 -50.3296 523.47 -49.9349 523.434 -49.5459C519.388 -49.6909 515.32 -49.7637 511.243 -49.7637C507.166 -49.7637 503.098 -49.6914 499.057 -49.5469C499.016 -49.9356 498.999 -50.3299 498.999 -50.7285C498.999 -50.9793 499.008 -51.2284 499.021 -51.4756C503.076 -51.6206 507.153 -51.6934 511.243 -51.6934ZM652.383 -58.7725C652.698 -59.1551 653.264 -59.21 653.646 -58.8926C654.029 -58.5757 654.083 -58.0082 653.769 -57.625C651.793 -55.2328 649.866 -52.747 648.044 -50.2363C647.868 -49.9937 647.594 -49.8643 647.315 -49.8643C647.131 -49.8643 646.946 -49.9201 646.789 -50.0361C646.384 -50.3283 646.294 -50.8914 646.586 -51.2939C648.431 -53.8353 650.38 -56.3514 652.383 -58.7725ZM1258.96 -72.5596C1258.3 -72.5596 1257.65 -72.5019 1257.02 -72.3965C1257.82 -69.0537 1258.66 -65.7306 1259.55 -62.4287C1260.23 -62.9336 1260.91 -63.4354 1261.59 -63.9326C1262.1 -64.3058 1262.82 -64.1938 1263.19 -63.6826C1263.56 -63.1717 1263.45 -62.4544 1262.94 -62.0811C1262.03 -61.4138 1261.11 -60.7377 1260.2 -60.0566C1261.15 -56.6663 1262.15 -53.2986 1263.21 -49.9541C1267.56 -51.6577 1270.66 -55.9 1270.66 -60.8555C1270.66 -67.3103 1265.41 -72.5581 1258.96 -72.5596ZM1708.1 -61.4111C1708.4 -61.8137 1708.96 -61.902 1709.36 -61.6094C1709.77 -61.3167 1709.85 -60.7536 1709.56 -60.3516C1707.71 -57.8161 1705.76 -55.3019 1703.76 -52.8799C1703.58 -52.6648 1703.33 -52.5547 1703.06 -52.5547C1702.86 -52.5547 1702.66 -52.6217 1702.49 -52.7607C1702.11 -53.0782 1702.06 -53.6457 1702.37 -54.0293C1704.35 -56.4219 1706.28 -58.906 1708.1 -61.4111ZM1255.24 -71.9473C1250.61 -70.3872 1247.26 -66.0069 1247.26 -60.8555C1247.26 -58.4637 1247.99 -56.2379 1249.22 -54.3828C1252.08 -56.7198 1255.01 -59.014 1257.96 -61.2422C1257 -64.7869 1256.09 -68.3555 1255.24 -71.9473ZM1188.31 -70.9326C1188.52 -70.9326 1188.72 -70.8895 1188.92 -70.7979C1189.63 -70.4638 1189.93 -69.6168 1189.6 -68.9062C1187.51 -64.4681 1185.55 -59.9071 1183.75 -55.3496C1183.53 -54.7909 1182.99 -54.4492 1182.42 -54.4492C1182.25 -54.4492 1182.07 -54.4813 1181.9 -54.5488C1181.17 -54.8371 1180.82 -55.6633 1181.11 -56.3936C1182.92 -61.0069 1184.92 -65.6234 1187.03 -70.1152C1187.27 -70.6303 1187.78 -70.9326 1188.31 -70.9326ZM876.698 -66.1865C877.063 -66.5273 877.63 -66.5107 877.972 -66.1484C880.123 -63.8642 882.234 -61.4813 884.236 -59.0674C884.551 -58.6847 884.502 -58.1171 884.119 -57.7988C883.948 -57.6597 883.745 -57.5918 883.543 -57.5918C883.286 -57.5918 883.03 -57.7022 882.85 -57.917C880.87 -60.3016 878.786 -62.6555 876.662 -64.9131C876.32 -65.2751 876.338 -65.8457 876.698 -66.1865ZM1461.06 -69.3467C1461.48 -69.6139 1462.04 -69.4894 1462.3 -69.0703C1463.97 -66.4565 1465.74 -63.8602 1467.56 -61.3545C1467.85 -60.9525 1467.76 -60.3893 1467.36 -60.0967C1467.2 -59.9797 1467.02 -59.9239 1466.83 -59.9238C1466.55 -59.9238 1466.28 -60.0522 1466.1 -60.2939C1464.26 -62.8303 1462.47 -65.4578 1460.78 -68.1035C1460.51 -68.5227 1460.64 -69.0797 1461.06 -69.3467ZM1580.98 -74.0615C1581.32 -74.5959 1582.03 -74.755 1582.56 -74.416C1587.6 -71.2223 1592.6 -67.8263 1597.42 -64.3232C1597.94 -63.9508 1598.05 -63.2345 1597.68 -62.7217C1597.45 -62.4131 1597.1 -62.2491 1596.75 -62.249C1596.52 -62.249 1596.28 -62.3205 1596.08 -62.4678C1591.29 -65.9428 1586.33 -69.3111 1581.34 -72.4795C1580.8 -72.8181 1580.65 -73.5271 1580.98 -74.0615ZM665.307 -72.5654C665.667 -72.9057 666.238 -72.8897 666.58 -72.5273C666.918 -72.1653 666.899 -71.5952 666.539 -71.2539C664.28 -69.1278 662.062 -66.9021 659.942 -64.6387C659.767 -64.4501 659.524 -64.3545 659.285 -64.3545C659.065 -64.3546 658.844 -64.4353 658.669 -64.5977C658.309 -64.9384 658.291 -65.5081 658.628 -65.8711C660.774 -68.1612 663.021 -70.4136 665.307 -72.5654ZM1008.85 -76.5586C1009.93 -72.662 1010.82 -68.6835 1011.52 -64.6465C1011.28 -64.61 1011.05 -64.5619 1010.82 -64.5029C1010.11 -68.5899 1009.2 -72.6068 1008.11 -76.5488C1008.36 -76.5524 1008.6 -76.5559 1008.85 -76.5586ZM1718.13 -77.1846C1718.37 -77.6204 1718.92 -77.7791 1719.35 -77.5391C1719.79 -77.299 1719.94 -76.7507 1719.71 -76.3154C1718.19 -73.5626 1716.57 -70.8231 1714.88 -68.1729C1714.71 -67.9032 1714.42 -67.7559 1714.12 -67.7559C1713.96 -67.7559 1713.79 -67.8011 1713.64 -67.8965C1713.22 -68.1635 1713.1 -68.7205 1713.37 -69.1396C1715.03 -71.7583 1716.63 -74.4646 1718.13 -77.1846ZM862.915 -78.9521C863.23 -79.3353 863.797 -79.3893 864.18 -79.0732C866.601 -77.0742 868.99 -74.972 871.28 -72.8262C871.64 -72.4862 871.659 -71.9156 871.321 -71.5527C871.146 -71.3632 870.902 -71.2676 870.664 -71.2676C870.444 -71.2676 870.222 -71.3482 870.047 -71.5107C867.783 -73.6315 865.426 -75.7093 863.036 -77.6846C862.649 -78.0016 862.596 -78.5686 862.915 -78.9521ZM1291.82 -83.2129C1292.38 -83.5193 1293.07 -83.3173 1293.38 -82.7637C1293.69 -82.209 1293.48 -81.5118 1292.93 -81.2061C1287.76 -78.3505 1282.62 -75.2914 1277.64 -72.1152C1277.45 -71.9933 1277.23 -71.9355 1277.02 -71.9355C1276.64 -71.9356 1276.28 -72.1228 1276.05 -72.4658C1275.72 -72.9998 1275.88 -73.7085 1276.41 -74.0488C1281.43 -77.2506 1286.62 -80.3344 1291.82 -83.2129ZM1452.09 -85.8389C1452.54 -86.0514 1453.08 -85.858 1453.29 -85.4082C1454.61 -82.6091 1456.04 -79.8137 1457.54 -77.0996C1457.78 -76.6642 1457.62 -76.1164 1457.18 -75.876C1457.05 -75.8 1456.9 -75.7637 1456.75 -75.7637C1456.43 -75.7637 1456.13 -75.9319 1455.96 -76.2295C1454.45 -78.9761 1453 -81.8057 1451.66 -84.6396C1451.45 -85.0894 1451.64 -85.6263 1452.09 -85.8389ZM679.842 -84.6357C680.242 -84.9281 680.804 -84.84 681.097 -84.4385C681.389 -84.0365 681.304 -83.4742 680.903 -83.1807C678.397 -81.3531 675.917 -79.4226 673.537 -77.4424C673.366 -77.3033 673.163 -77.2354 672.961 -77.2354C672.7 -77.2354 672.443 -77.3453 672.268 -77.5596C671.948 -77.9427 672.002 -78.5102 672.385 -78.8281C674.797 -80.8314 677.308 -82.7856 679.842 -84.6357ZM1202.6 -96.9521C1202.86 -96.9521 1203.13 -96.8799 1203.36 -96.7305C1204.02 -96.31 1204.22 -95.4323 1203.8 -94.7695C1201.18 -90.6302 1198.65 -86.3549 1196.29 -82.0625C1196.04 -81.592 1195.55 -81.3262 1195.05 -81.3262C1194.82 -81.3262 1194.58 -81.3824 1194.37 -81.502C1193.68 -81.8797 1193.43 -82.7437 1193.8 -83.4316C1196.19 -87.7763 1198.75 -92.1036 1201.41 -96.292C1201.68 -96.7184 1202.13 -96.9521 1202.6 -96.9521ZM1549.56 -91.1592C1549.83 -91.7322 1550.51 -91.9777 1551.09 -91.709C1556.48 -89.1749 1561.87 -86.4331 1567.1 -83.5586C1567.66 -83.2538 1567.86 -82.5562 1567.55 -82.001C1567.34 -81.6211 1566.95 -81.4062 1566.55 -81.4062C1566.36 -81.4063 1566.17 -81.4521 1566 -81.5479C1560.81 -84.3998 1555.46 -87.12 1550.11 -89.6338C1549.54 -89.9026 1549.29 -90.586 1549.56 -91.1592ZM847.638 -89.9014C847.903 -90.3217 848.46 -90.4456 848.879 -90.1797C851.082 -88.783 853.272 -87.312 855.409 -85.7949C855.48 -85.7444 855.552 -85.6942 855.623 -85.6436C855.985 -85.3855 856.346 -85.1268 856.705 -84.8662C856.755 -84.8298 856.8 -84.789 856.84 -84.7451C856.86 -84.7229 856.879 -84.6996 856.896 -84.6758C856.914 -84.652 856.931 -84.6277 856.946 -84.6025C856.961 -84.5777 856.975 -84.5523 856.987 -84.5264C857.125 -84.2383 857.104 -83.8855 856.903 -83.6084C856.728 -83.3657 856.453 -83.2373 856.174 -83.2373C856.084 -83.2373 855.992 -83.2509 855.903 -83.2793C855.815 -83.3076 855.728 -83.3503 855.647 -83.4082C855.072 -83.8255 854.491 -84.2404 853.906 -84.6514V-84.6533C851.942 -86.0366 849.934 -87.3798 847.916 -88.6592C847.493 -88.9254 847.372 -89.4814 847.638 -89.9014ZM1726.1 -94.1016C1726.28 -94.5639 1726.8 -94.7906 1727.27 -94.6074C1727.73 -94.4242 1727.95 -93.8999 1727.77 -93.4375C1726.61 -90.5149 1725.35 -87.5914 1724.01 -84.748C1723.85 -84.4225 1723.53 -84.2315 1723.19 -84.2314C1723.07 -84.2314 1722.94 -84.2589 1722.81 -84.3174C1722.36 -84.529 1722.17 -85.0658 1722.38 -85.5156C1723.7 -88.3249 1724.95 -91.2135 1726.1 -94.1016ZM695.763 -94.79C696.199 -95.0304 696.743 -94.8722 696.981 -94.4375C697.224 -94.0026 697.067 -93.4543 696.631 -93.2139C693.922 -91.7172 691.227 -90.1117 688.612 -88.4443C688.459 -88.3484 688.292 -88.3028 688.126 -88.3027C687.829 -88.3027 687.541 -88.4506 687.37 -88.7197C687.1 -89.1394 687.226 -89.6959 687.645 -89.9629C690.291 -91.6509 693.022 -93.2749 695.763 -94.79ZM1324.21 -98.5361C1324.8 -98.7712 1325.47 -98.4827 1325.7 -97.8955C1325.94 -97.3071 1325.65 -96.64 1325.06 -96.4062C1319.58 -94.2265 1314.1 -91.8409 1308.76 -89.3145C1308.6 -89.2398 1308.44 -89.2041 1308.27 -89.2041C1307.84 -89.2042 1307.43 -89.4466 1307.24 -89.8604C1306.97 -90.4326 1307.21 -91.1161 1307.78 -91.3867C1313.16 -93.9338 1318.69 -96.3389 1324.21 -98.5361ZM1445.27 -103.332C1445.75 -103.485 1446.25 -103.227 1446.41 -102.754C1447.37 -99.8066 1448.43 -96.8501 1449.58 -93.9668C1449.76 -93.5044 1449.53 -92.9806 1449.08 -92.7969C1448.96 -92.7533 1448.85 -92.7334 1448.74 -92.7334C1448.38 -92.7336 1448.04 -92.9489 1447.91 -93.3018C1446.74 -96.2207 1445.66 -99.2134 1444.69 -102.196C1444.54 -102.669 1444.8 -103.178 1445.27 -103.332ZM831.1 -98.8525C831.311 -99.3032 831.851 -99.4953 832.297 -99.2842C835.141 -97.9501 837.976 -96.507 840.734 -94.9941C841.166 -94.7542 841.328 -94.2068 841.09 -93.7705C840.923 -93.4724 840.617 -93.3027 840.298 -93.3027C840.154 -93.3027 840.006 -93.339 839.866 -93.415C837.144 -94.9094 834.34 -96.336 831.532 -97.6543C831.082 -97.8655 830.888 -98.4027 831.1 -98.8525ZM1516.22 -104.163C1516.41 -104.765 1517.06 -105.096 1517.66 -104.901C1523.34 -103.067 1529.03 -101.025 1534.58 -98.834C1535.17 -98.6016 1535.46 -97.9359 1535.23 -97.3477C1535.05 -96.8965 1534.62 -96.6211 1534.17 -96.6211C1534.02 -96.6211 1533.88 -96.6472 1533.74 -96.7021C1528.24 -98.8755 1522.59 -100.9 1516.96 -102.72C1516.36 -102.914 1516.02 -103.56 1516.22 -104.163ZM712.817 -102.863C713.281 -103.046 713.803 -102.822 713.987 -102.359C714.172 -101.897 713.947 -101.373 713.483 -101.189C710.608 -100.044 707.733 -98.7924 704.934 -97.4678C704.808 -97.4092 704.677 -97.3818 704.551 -97.3818C704.213 -97.3819 703.889 -97.5724 703.736 -97.8975C703.525 -98.3468 703.714 -98.8833 704.164 -99.0967C706.995 -100.437 709.906 -101.704 712.817 -102.863ZM813.559 -105.649C813.712 -106.122 814.22 -106.382 814.692 -106.229C817.685 -105.263 820.687 -104.189 823.607 -103.035C824.071 -102.853 824.296 -102.33 824.116 -101.867C823.977 -101.513 823.635 -101.297 823.279 -101.297C823.167 -101.297 823.054 -101.318 822.946 -101.36C820.062 -102.499 817.096 -103.561 814.14 -104.516C813.667 -104.668 813.41 -105.176 813.559 -105.649ZM1731.86 -111.881C1731.99 -112.363 1732.48 -112.654 1732.96 -112.53C1733.44 -112.407 1733.73 -111.916 1733.61 -111.435C1732.83 -108.39 1731.95 -105.334 1730.98 -102.352C1730.85 -101.971 1730.5 -101.729 1730.12 -101.729C1730.03 -101.729 1729.93 -101.743 1729.84 -101.773C1729.37 -101.927 1729.11 -102.435 1729.26 -102.907C1730.22 -105.854 1731.09 -108.874 1731.86 -111.881ZM1358.32 -109.668C1358.93 -109.823 1359.56 -109.457 1359.71 -108.844C1359.87 -108.231 1359.51 -107.607 1358.89 -107.448C1353.17 -105.973 1347.42 -104.296 1341.8 -102.463C1341.68 -102.424 1341.57 -102.406 1341.45 -102.406C1340.96 -102.406 1340.52 -102.713 1340.36 -103.197C1340.16 -103.799 1340.49 -104.446 1341.09 -104.643C1346.75 -106.49 1352.55 -108.181 1358.32 -109.668ZM822.763 -151.222C822.898 -151.019 823.051 -150.831 823.227 -150.662C807.295 -141.12 793.65 -128.139 783.318 -112.751C784.566 -112.628 785.81 -112.491 787.045 -112.339C787.54 -112.278 787.891 -111.828 787.828 -111.335C787.774 -110.879 787.382 -110.544 786.937 -110.544L786.824 -110.551C785.293 -110.74 783.746 -110.906 782.196 -111.049C780.672 -108.698 779.225 -106.293 777.857 -103.837C777.601 -103.862 777.339 -103.886 777.078 -103.909C778.437 -106.364 779.875 -108.769 781.389 -111.12C780.1 -111.232 778.811 -111.327 777.527 -111.405C777.032 -111.435 776.655 -111.862 776.682 -112.358C776.713 -112.855 777.141 -113.232 777.636 -113.202C779.256 -113.104 780.884 -112.979 782.508 -112.828C792.902 -128.414 806.672 -141.563 822.763 -151.222ZM730.781 -108.728C731.263 -108.851 731.753 -108.561 731.875 -108.08C732.001 -107.598 731.708 -107.107 731.227 -106.983C728.225 -106.21 725.21 -105.33 722.268 -104.367C722.173 -104.337 722.078 -104.323 721.983 -104.323C721.606 -104.323 721.255 -104.564 721.129 -104.944C720.976 -105.418 721.233 -105.926 721.705 -106.08C724.688 -107.054 727.739 -107.944 730.781 -108.728ZM1220.03 -120.965C1220.35 -120.965 1220.67 -120.858 1220.93 -120.639C1221.54 -120.138 1221.62 -119.242 1221.12 -118.638C1218.01 -114.862 1214.97 -110.938 1212.09 -106.976C1211.81 -106.592 1211.38 -106.39 1210.94 -106.39C1210.65 -106.39 1210.36 -106.478 1210.11 -106.661C1209.47 -107.123 1209.33 -108.011 1209.79 -108.646C1212.7 -112.657 1215.78 -116.628 1218.94 -120.449C1219.22 -120.789 1219.62 -120.965 1220.03 -120.965ZM795.334 -110.168C795.424 -110.656 795.892 -110.979 796.383 -110.887C799.47 -110.307 802.575 -109.621 805.612 -108.849C806.094 -108.726 806.386 -108.236 806.265 -107.754C806.161 -107.346 805.792 -107.074 805.392 -107.074C805.32 -107.074 805.243 -107.083 805.171 -107.103C802.165 -107.866 799.101 -108.543 796.05 -109.116C795.564 -109.209 795.24 -109.679 795.334 -110.168ZM1481.56 -112.834C1481.67 -113.456 1482.27 -113.87 1482.89 -113.749C1488.75 -112.647 1494.65 -111.344 1500.42 -109.876C1501.03 -109.72 1501.4 -109.096 1501.24 -108.481C1501.11 -107.963 1500.65 -107.617 1500.13 -107.617C1500.04 -107.617 1499.94 -107.629 1499.85 -107.653C1494.13 -109.11 1488.28 -110.403 1482.47 -111.496C1481.85 -111.613 1481.44 -112.212 1481.56 -112.834ZM749.335 -112.278C749.83 -112.34 750.28 -111.992 750.343 -111.498C750.406 -111.005 750.054 -110.554 749.56 -110.491C746.486 -110.102 743.381 -109.609 740.339 -109.027C740.281 -109.017 740.226 -109.011 740.168 -109.011C739.745 -109.011 739.372 -109.311 739.286 -109.742C739.192 -110.231 739.516 -110.702 740.002 -110.796C743.08 -111.385 746.221 -111.883 749.335 -112.278ZM1440.71 -121.559C1441.2 -121.652 1441.66 -121.331 1441.76 -120.843C1442.34 -117.792 1443.03 -114.724 1443.8 -111.725C1443.92 -111.243 1443.63 -110.752 1443.15 -110.629C1443.07 -110.61 1443 -110.6 1442.92 -110.6C1442.52 -110.6 1442.16 -110.87 1442.05 -111.276C1441.27 -114.312 1440.58 -117.417 1439.99 -120.505C1439.9 -120.993 1440.22 -121.466 1440.71 -121.559ZM1393.55 -116.405C1394.18 -116.485 1394.76 -116.04 1394.84 -115.412C1394.92 -114.784 1394.47 -114.21 1393.84 -114.131C1387.98 -113.388 1382.06 -112.449 1376.26 -111.341C1376.19 -111.327 1376.12 -111.32 1376.04 -111.32C1375.51 -111.32 1375.03 -111.703 1374.92 -112.252C1374.8 -112.874 1375.21 -113.474 1375.83 -113.593C1381.68 -114.71 1387.64 -115.656 1393.55 -116.405ZM768.189 -113.479C768.689 -113.479 769.09 -113.076 769.09 -112.579C769.094 -112.082 768.689 -111.679 768.194 -111.678C765.085 -111.673 761.948 -111.572 758.856 -111.375L758.799 -111.373C758.331 -111.373 757.935 -111.74 757.903 -112.217C757.872 -112.713 758.245 -113.141 758.744 -113.172C761.867 -113.371 765.049 -113.474 768.189 -113.479ZM1447.29 -118.151C1453.25 -117.791 1459.26 -117.239 1465.16 -116.51C1465.79 -116.432 1466.23 -115.86 1466.16 -115.231C1466.09 -114.651 1465.59 -114.226 1465.02 -114.226C1464.97 -114.226 1464.93 -114.228 1464.88 -114.233C1459.03 -114.957 1453.06 -115.506 1447.15 -115.863C1446.52 -115.902 1446.04 -116.445 1446.08 -117.077C1446.12 -117.709 1446.65 -118.196 1447.29 -118.151ZM1429.36 -118.68C1429.99 -118.68 1430.5 -118.168 1430.5 -117.535C1430.51 -116.902 1430 -116.389 1429.36 -116.388C1423.44 -116.379 1417.45 -116.185 1411.56 -115.812L1411.49 -115.81C1410.89 -115.81 1410.39 -116.276 1410.35 -116.883C1410.31 -117.515 1410.79 -118.06 1411.42 -118.1C1417.36 -118.476 1423.39 -118.671 1429.36 -118.68H1429.36ZM1573.96 -132.538C1574.34 -132.538 1574.72 -132.389 1575 -132.092C1578.39 -128.486 1581.72 -124.725 1584.88 -120.915C1585.38 -120.311 1585.3 -119.416 1584.7 -118.914C1584.43 -118.694 1584.11 -118.586 1583.79 -118.586C1583.38 -118.586 1582.98 -118.76 1582.7 -119.099C1579.57 -122.863 1576.29 -126.579 1572.93 -130.142C1572.39 -130.713 1572.42 -131.613 1572.99 -132.151C1573.26 -132.41 1573.61 -132.538 1573.96 -132.538ZM1736.35 -131.013C1736.84 -130.951 1737.19 -130.501 1737.12 -130.008C1736.74 -126.891 1736.24 -123.747 1735.66 -120.666C1735.58 -120.234 1735.2 -119.933 1734.78 -119.933C1734.72 -119.933 1734.66 -119.938 1734.61 -119.949C1734.12 -120.042 1733.8 -120.513 1733.89 -121.001C1734.47 -124.046 1734.96 -127.151 1735.34 -130.23C1735.4 -130.724 1735.85 -131.077 1736.35 -131.013ZM1438.47 -140.214C1438.96 -140.241 1439.39 -139.868 1439.42 -139.372C1439.62 -136.273 1439.91 -133.143 1440.3 -130.07C1440.36 -129.577 1440.01 -129.127 1439.52 -129.064L1439.41 -129.057C1438.96 -129.057 1438.57 -129.39 1438.51 -129.845C1438.12 -132.955 1437.82 -136.122 1437.63 -139.259C1437.6 -139.755 1437.97 -140.183 1438.47 -140.214ZM1240.31 -142.606C1240.69 -142.606 1241.06 -142.456 1241.34 -142.159C1241.88 -141.587 1241.86 -140.688 1241.28 -140.15C1237.72 -136.795 1234.21 -133.282 1230.87 -129.71C1230.59 -129.411 1230.21 -129.261 1229.83 -129.261C1229.48 -129.261 1229.13 -129.388 1228.86 -129.646C1228.29 -130.182 1228.26 -131.081 1228.8 -131.654C1232.18 -135.269 1235.73 -138.824 1239.33 -142.22C1239.61 -142.478 1239.96 -142.606 1240.31 -142.606ZM1737.4 -150.092C1737.89 -150.092 1738.29 -149.691 1738.29 -149.195V-148.872C1738.29 -145.726 1738.2 -142.547 1738.01 -139.422C1737.98 -138.944 1737.58 -138.577 1737.11 -138.577L1737.05 -138.579C1736.55 -138.61 1736.18 -139.037 1736.21 -139.533C1736.4 -142.621 1736.5 -145.763 1736.5 -148.872V-149.188C1736.5 -149.685 1736.9 -150.09 1737.4 -150.092ZM1552.33 -152.816C1552.64 -152.816 1552.96 -152.711 1553.23 -152.492C1557.05 -149.336 1560.82 -146.019 1564.43 -142.631C1565.01 -142.094 1565.04 -141.194 1564.5 -140.621C1564.22 -140.323 1563.84 -140.172 1563.46 -140.172C1563.11 -140.172 1562.76 -140.298 1562.49 -140.556C1558.92 -143.903 1555.19 -147.182 1551.42 -150.3C1550.82 -150.8 1550.73 -151.695 1551.23 -152.301C1551.51 -152.641 1551.92 -152.816 1552.33 -152.816ZM958.96 -146.729C960.404 -145.727 961.826 -144.698 963.226 -143.639C963.113 -143.425 962.973 -143.228 962.807 -143.054C961.407 -144.114 959.977 -145.149 958.532 -146.151C958.649 -146.363 958.793 -146.557 958.96 -146.729ZM931.41 -161.157C941 -157.567 950.036 -152.841 958.361 -147.141C958.199 -146.963 958.06 -146.768 957.938 -146.56C949.681 -152.212 940.716 -156.902 931.203 -160.467C931.307 -160.681 931.379 -160.913 931.41 -161.157ZM1438.56 -159.006C1439.05 -158.975 1439.43 -158.548 1439.4 -158.052C1439.22 -155.016 1439.13 -151.927 1439.13 -148.872V-148.712C1439.13 -148.215 1438.72 -147.812 1438.23 -147.812C1437.73 -147.812 1437.33 -148.215 1437.33 -148.712V-148.872C1437.33 -151.963 1437.42 -155.089 1437.61 -158.161C1437.64 -158.657 1438.06 -159.04 1438.56 -159.006ZM1263.11 -161.544C1263.55 -161.544 1263.98 -161.341 1264.26 -160.96C1264.72 -160.325 1264.58 -159.437 1263.95 -158.975C1260 -156.09 1256.09 -153.042 1252.32 -149.917C1252.06 -149.696 1251.74 -149.589 1251.42 -149.589C1251.01 -149.589 1250.6 -149.765 1250.32 -150.104C1249.82 -150.708 1249.91 -151.603 1250.51 -152.104C1254.32 -155.267 1258.28 -158.351 1262.28 -161.271C1262.53 -161.455 1262.82 -161.544 1263.11 -161.544ZM965.979 -157.205C967.841 -157.204 969.357 -155.688 969.357 -153.823C969.357 -153.214 969.196 -152.641 968.912 -152.147C968.795 -151.938 968.651 -151.743 968.494 -151.565C967.873 -150.876 966.977 -150.442 965.979 -150.441C964.116 -150.441 962.599 -151.959 962.599 -153.823C962.599 -154.436 962.761 -155.012 963.049 -155.509C963.17 -155.717 963.31 -155.912 963.472 -156.09C964.093 -156.775 964.984 -157.205 965.979 -157.205ZM965.979 -156.486C965.232 -156.486 964.552 -156.177 964.07 -155.678C963.904 -155.506 963.76 -155.311 963.643 -155.1C963.436 -154.721 963.318 -154.285 963.318 -153.823C963.318 -152.354 964.512 -151.159 965.979 -151.159C966.743 -151.159 967.432 -151.484 967.918 -152.002C968.084 -152.177 968.224 -152.373 968.336 -152.587C968.529 -152.956 968.638 -153.377 968.638 -153.823C968.638 -155.292 967.445 -156.486 965.979 -156.486ZM846.667 -162.345C846.69 -162.099 846.748 -161.863 846.838 -161.645C840.619 -159.51 834.611 -156.896 828.874 -153.851C828.82 -154.09 828.738 -154.319 828.635 -154.536C834.395 -157.587 840.425 -160.206 846.667 -162.345ZM1736.08 -168.837C1736.57 -168.902 1737.03 -168.551 1737.09 -168.058C1737.48 -164.95 1737.78 -161.783 1737.98 -158.646C1738.02 -158.149 1737.64 -157.722 1737.14 -157.689L1737.08 -157.688C1736.62 -157.688 1736.22 -158.053 1736.19 -158.53C1735.99 -161.631 1735.69 -164.761 1735.3 -167.831C1735.24 -168.324 1735.59 -168.774 1736.08 -168.837ZM1528.32 -170.243C1528.58 -170.243 1528.84 -170.171 1529.08 -170.021C1533.26 -167.37 1537.42 -164.548 1541.43 -161.635C1542.06 -161.174 1542.21 -160.284 1541.74 -159.649C1541.47 -159.266 1541.03 -159.063 1540.59 -159.062C1540.3 -159.062 1540.02 -159.151 1539.76 -159.334C1535.8 -162.213 1531.69 -165 1527.56 -167.62C1526.89 -168.041 1526.7 -168.919 1527.12 -169.582C1527.39 -170.009 1527.85 -170.243 1528.32 -170.243ZM850.527 -163.599C850.662 -163.401 850.761 -163.176 850.815 -162.934C849.641 -162.574 848.471 -162.198 847.314 -161.806C847.216 -162.023 847.162 -162.261 847.157 -162.511C848.273 -162.888 849.398 -163.252 850.527 -163.599ZM901.44 -168.318C910.323 -167.327 918.933 -165.409 927.163 -162.661C927.042 -162.458 926.946 -162.233 926.888 -161.994C918.576 -164.766 909.887 -166.687 900.905 -167.655C901.085 -167.877 901.261 -168.097 901.44 -168.318ZM857.89 -165.611C857.894 -165.365 857.93 -165.125 857.988 -164.896C855.734 -164.351 853.498 -163.744 851.293 -163.079C851.239 -163.318 851.144 -163.544 851.022 -163.749C853.286 -164.432 855.577 -165.054 857.89 -165.611ZM884.003 -168.739C884.003 -168.603 884.012 -168.468 884.025 -168.336C877.411 -168.161 870.922 -167.47 864.595 -166.303C864.554 -166.544 864.486 -166.776 864.396 -166.996C870.782 -168.179 877.334 -168.878 884.017 -169.054C884.008 -168.95 884.003 -168.845 884.003 -168.739ZM1439.93 -176.92C1440.02 -177.409 1440.49 -177.731 1440.98 -177.639C1441.47 -177.547 1441.79 -177.075 1441.7 -176.587C1441.12 -173.542 1440.64 -170.436 1440.26 -167.355C1440.21 -166.899 1439.81 -166.565 1439.37 -166.565L1439.26 -166.572C1438.76 -166.634 1438.42 -167.084 1438.47 -167.577C1438.86 -170.695 1439.35 -173.838 1439.93 -176.92ZM1288.09 -177.476C1288.59 -177.476 1289.08 -177.21 1289.33 -176.741C1289.71 -176.054 1289.46 -175.19 1288.78 -174.811C1284.51 -172.448 1280.24 -169.914 1276.12 -167.282C1275.88 -167.132 1275.62 -167.06 1275.36 -167.06C1274.89 -167.06 1274.43 -167.292 1274.16 -167.717C1273.73 -168.379 1273.93 -169.258 1274.59 -169.68C1278.77 -172.344 1283.08 -174.907 1287.4 -177.299C1287.62 -177.419 1287.86 -177.476 1288.09 -177.476ZM890.749 -169.054C893.021 -168.994 895.276 -168.874 897.517 -168.694C897.337 -168.468 897.156 -168.243 896.977 -168.017C894.911 -168.174 892.832 -168.281 890.739 -168.336C890.753 -168.468 890.762 -168.603 890.762 -168.739C890.762 -168.845 890.758 -168.95 890.749 -169.054ZM934.239 -172.718C935.508 -172.718 936.544 -171.685 936.544 -170.415C936.544 -170.31 936.535 -170.207 936.521 -170.105C936.49 -169.862 936.418 -169.63 936.314 -169.416C935.945 -168.645 935.153 -168.111 934.239 -168.111C932.97 -168.112 931.94 -169.145 931.94 -170.415C931.94 -170.597 931.959 -170.773 931.999 -170.942C932.057 -171.181 932.152 -171.406 932.273 -171.609C932.678 -172.273 933.407 -172.718 934.239 -172.718ZM887.383 -169.099C888.265 -169.099 889.147 -169.089 890.024 -169.071C890.038 -168.963 890.042 -168.852 890.042 -168.739C890.042 -168.608 890.033 -168.479 890.015 -168.353C889.137 -168.371 888.265 -168.38 887.383 -168.38C886.501 -168.38 885.623 -168.371 884.75 -168.353C884.727 -168.479 884.719 -168.608 884.719 -168.739C884.719 -168.852 884.728 -168.963 884.741 -169.071C885.619 -169.089 886.501 -169.099 887.383 -169.099ZM932.426 -170.415H932.427H932.426ZM892.493 -181.069C894.253 -181.069 895.697 -179.721 895.859 -178.003C895.868 -177.899 895.873 -177.794 895.873 -177.688C895.873 -177.551 895.864 -177.416 895.851 -177.284C895.648 -175.609 894.221 -174.306 892.493 -174.306C890.765 -174.306 889.339 -175.609 889.137 -177.284C889.123 -177.416 889.114 -177.551 889.114 -177.688C889.114 -177.794 889.118 -177.899 889.127 -178.003C889.289 -179.721 890.734 -181.069 892.493 -181.069ZM1502.31 -184.527C1502.51 -184.527 1502.72 -184.483 1502.91 -184.392C1507.39 -182.286 1511.87 -180.007 1516.22 -177.619C1516.91 -177.241 1517.16 -176.377 1516.78 -175.688C1516.53 -175.218 1516.04 -174.951 1515.54 -174.951C1515.31 -174.951 1515.07 -175.008 1514.85 -175.127C1510.56 -177.486 1506.13 -179.738 1501.7 -181.818C1500.99 -182.152 1500.69 -182.999 1501.02 -183.709C1501.26 -184.225 1501.77 -184.527 1502.31 -184.527ZM892.493 -180.352C891.139 -180.351 890.014 -179.332 889.852 -178.02C889.838 -177.911 889.829 -177.8 889.829 -177.688C889.829 -177.556 889.838 -177.428 889.86 -177.302C890.045 -176.015 891.157 -175.025 892.493 -175.024C893.83 -175.024 894.941 -176.015 895.126 -177.302C895.144 -177.428 895.152 -177.556 895.152 -177.688C895.152 -177.8 895.148 -177.911 895.135 -178.02C894.968 -179.332 893.848 -180.352 892.493 -180.352ZM1732.43 -187.27C1732.92 -187.395 1733.4 -187.104 1733.53 -186.623C1734.31 -183.583 1735.01 -180.479 1735.6 -177.396C1735.69 -176.908 1735.37 -176.435 1734.88 -176.342C1734.83 -176.331 1734.77 -176.326 1734.72 -176.326C1734.29 -176.326 1733.92 -176.626 1733.83 -177.057C1733.25 -180.102 1732.56 -183.17 1731.78 -186.173C1731.66 -186.654 1731.95 -187.145 1732.43 -187.27ZM902.627 -177.644C903.941 -177.538 905.25 -177.413 906.551 -177.268C906.371 -177.047 906.196 -176.825 906.016 -176.604C904.715 -176.744 903.401 -176.865 902.087 -176.965C902.267 -177.191 902.447 -177.418 902.627 -177.644ZM1316.6 -195.066C1317.04 -195.066 1317.48 -194.892 1317.8 -194.549C1321.73 -190.373 1325.59 -186.017 1329.25 -181.604C1329.83 -180.905 1329.74 -179.868 1329.03 -179.287C1328.73 -179.031 1328.35 -178.907 1327.99 -178.907C1327.51 -178.907 1327.04 -179.109 1326.72 -179.502C1323.1 -183.861 1319.29 -188.164 1315.41 -192.291C1314.78 -192.952 1314.81 -193.995 1315.48 -194.618C1315.79 -194.917 1316.2 -195.066 1316.6 -195.066ZM1314.85 -190.141C1315.42 -190.141 1315.95 -189.802 1316.17 -189.244C1316.46 -188.515 1316.1 -187.689 1315.38 -187.398C1310.84 -185.592 1306.3 -183.615 1301.88 -181.525C1301.69 -181.433 1301.48 -181.389 1301.28 -181.389C1300.74 -181.389 1300.23 -181.69 1299.99 -182.203C1299.65 -182.913 1299.96 -183.758 1300.67 -184.095C1305.14 -186.211 1309.73 -188.212 1314.33 -190.04C1314.5 -190.108 1314.68 -190.141 1314.85 -190.141ZM1444.59 -195.24C1444.75 -195.713 1445.26 -195.973 1445.73 -195.819C1446.2 -195.666 1446.46 -195.159 1446.31 -194.686C1445.35 -191.735 1444.48 -188.715 1443.72 -185.709C1443.61 -185.302 1443.25 -185.03 1442.84 -185.03C1442.77 -185.03 1442.7 -185.039 1442.62 -185.059C1442.14 -185.181 1441.85 -185.672 1441.97 -186.154C1442.75 -189.197 1443.63 -192.254 1444.59 -195.24ZM1474.69 -195.423C1474.83 -195.423 1474.98 -195.4 1475.12 -195.354C1479.85 -193.828 1484.58 -192.132 1489.19 -190.312C1489.92 -190.024 1490.28 -189.199 1489.99 -188.468C1489.77 -187.909 1489.23 -187.568 1488.67 -187.568C1488.5 -187.568 1488.32 -187.6 1488.15 -187.668C1483.59 -189.465 1478.92 -191.141 1474.25 -192.648C1473.5 -192.889 1473.09 -193.691 1473.33 -194.438C1473.53 -195.039 1474.09 -195.423 1474.69 -195.423ZM930.163 -206.728C930.604 -206.727 931.04 -206.553 931.364 -206.209C931.985 -205.547 931.953 -204.506 931.292 -203.883C927.166 -199.997 923.107 -195.928 919.232 -191.79C918.909 -191.445 918.468 -191.271 918.031 -191.271C917.626 -191.271 917.221 -191.418 916.906 -191.716C916.245 -192.338 916.208 -193.379 916.829 -194.043C920.753 -198.23 924.858 -202.347 929.038 -206.28C929.353 -206.579 929.758 -206.728 930.163 -206.728ZM1343.03 -199.342C1343.66 -199.342 1344.24 -198.916 1344.41 -198.274C1344.6 -197.515 1344.15 -196.739 1343.38 -196.543C1338.65 -195.322 1333.89 -193.934 1329.24 -192.415C1329.09 -192.367 1328.94 -192.345 1328.79 -192.345C1328.2 -192.345 1327.64 -192.726 1327.45 -193.325C1327.2 -194.072 1327.61 -194.875 1328.35 -195.118C1333.06 -196.654 1337.88 -198.06 1342.68 -199.297C1342.79 -199.327 1342.92 -199.342 1343.03 -199.342ZM1726.49 -205.095C1726.95 -205.279 1727.47 -205.054 1727.66 -204.592C1728.82 -201.675 1729.9 -198.683 1730.88 -195.7C1731.03 -195.227 1730.78 -194.719 1730.3 -194.564C1730.21 -194.534 1730.11 -194.52 1730.02 -194.52C1729.64 -194.52 1729.29 -194.761 1729.17 -195.141C1728.2 -198.087 1727.13 -201.043 1725.99 -203.925C1725.8 -204.387 1726.03 -204.911 1726.49 -205.095ZM1445.96 -202.729C1446.05 -202.729 1446.13 -202.721 1446.22 -202.704C1451.09 -201.789 1455.99 -200.706 1460.79 -199.486C1461.55 -199.293 1462.01 -198.52 1461.82 -197.759C1461.65 -197.115 1461.07 -196.687 1460.44 -196.687C1460.33 -196.687 1460.21 -196.701 1460.09 -196.731C1455.35 -197.937 1450.51 -199.006 1445.7 -199.91C1444.93 -200.055 1444.42 -200.798 1444.56 -201.569C1444.69 -202.252 1445.29 -202.728 1445.96 -202.729ZM1372.14 -204.912C1372.85 -204.912 1373.46 -204.388 1373.55 -203.669C1373.65 -202.891 1373.1 -202.18 1372.32 -202.081C1367.47 -201.466 1362.57 -200.687 1357.77 -199.769C1357.68 -199.751 1357.59 -199.743 1357.5 -199.743C1356.83 -199.743 1356.24 -200.218 1356.11 -200.898C1355.96 -201.67 1356.46 -202.414 1357.23 -202.562C1362.09 -203.491 1367.05 -204.278 1371.96 -204.9C1372.03 -204.908 1372.09 -204.912 1372.14 -204.912ZM1416.63 -206.359C1421.58 -206.06 1426.58 -205.601 1431.48 -204.995C1432.26 -204.899 1432.81 -204.19 1432.72 -203.411C1432.63 -202.692 1432.02 -202.163 1431.31 -202.163C1431.25 -202.163 1431.19 -202.168 1431.13 -202.175C1426.29 -202.773 1421.35 -203.226 1416.46 -203.521C1415.68 -203.569 1415.08 -204.243 1415.13 -205.026C1415.17 -205.781 1415.8 -206.362 1416.54 -206.362C1416.57 -206.362 1416.6 -206.361 1416.63 -206.359ZM1451.55 -212.852C1451.76 -213.301 1452.29 -213.495 1452.74 -213.283C1453.19 -213.072 1453.39 -212.534 1453.17 -212.084C1451.85 -209.273 1450.61 -206.383 1449.47 -203.495C1449.33 -203.141 1448.99 -202.926 1448.63 -202.926C1448.52 -202.926 1448.4 -202.945 1448.3 -202.988C1447.83 -203.171 1447.61 -203.694 1447.79 -204.156C1448.94 -207.079 1450.21 -210.005 1451.55 -212.852ZM1401.73 -206.796C1402.51 -206.796 1403.14 -206.161 1403.14 -205.376C1403.15 -204.591 1402.51 -203.954 1401.73 -203.953C1396.83 -203.945 1391.87 -203.784 1386.99 -203.475L1386.9 -203.472C1386.16 -203.472 1385.53 -204.05 1385.49 -204.803C1385.44 -205.586 1386.03 -206.261 1386.81 -206.312C1391.75 -206.625 1396.76 -206.788 1401.72 -206.796H1401.73ZM1291.54 -218.553C1291.91 -218.553 1292.28 -218.429 1292.59 -218.177C1297.01 -214.521 1301.38 -210.679 1305.57 -206.755C1306.23 -206.134 1306.26 -205.092 1305.64 -204.429C1305.32 -204.082 1304.88 -203.907 1304.44 -203.907C1304.04 -203.907 1303.63 -204.055 1303.32 -204.353C1299.18 -208.23 1294.87 -212.026 1290.5 -215.637C1289.79 -216.216 1289.69 -217.254 1290.27 -217.955C1290.6 -218.349 1291.07 -218.553 1291.54 -218.553ZM1718.36 -222.007C1718.79 -222.248 1719.34 -222.09 1719.58 -221.655C1721.1 -218.906 1722.55 -216.078 1723.89 -213.249C1724.1 -212.8 1723.91 -212.262 1723.46 -212.05C1723.34 -211.991 1723.21 -211.963 1723.08 -211.963C1722.74 -211.963 1722.41 -212.154 1722.26 -212.479C1720.94 -215.273 1719.51 -218.067 1718 -220.783C1717.77 -221.218 1717.92 -221.766 1718.36 -222.007ZM956.573 -228.66C957.082 -228.66 957.581 -228.426 957.905 -227.984C958.441 -227.25 958.278 -226.22 957.545 -225.685C952.969 -222.343 948.437 -218.814 944.081 -215.195C943.771 -214.94 943.402 -214.815 943.028 -214.815C942.556 -214.815 942.088 -215.018 941.764 -215.41C941.183 -216.11 941.278 -217.148 941.979 -217.729C946.389 -221.391 950.975 -224.963 955.605 -228.345C955.898 -228.558 956.24 -228.66 956.573 -228.66ZM1460.65 -229.436C1460.92 -229.855 1461.47 -229.98 1461.9 -229.714C1462.31 -229.447 1462.44 -228.891 1462.17 -228.471C1460.51 -225.849 1458.91 -223.14 1457.41 -220.421C1457.25 -220.122 1456.94 -219.953 1456.63 -219.953C1456.48 -219.953 1456.33 -219.989 1456.19 -220.064C1455.76 -220.304 1455.6 -220.852 1455.84 -221.288C1457.35 -224.041 1458.97 -226.782 1460.65 -229.436ZM1263.74 -238.736C1264.04 -238.736 1264.34 -238.654 1264.62 -238.48C1269.46 -235.409 1274.27 -232.14 1278.92 -228.766C1279.66 -228.232 1279.82 -227.202 1279.29 -226.467C1278.97 -226.023 1278.46 -225.787 1277.95 -225.787C1277.62 -225.787 1277.28 -225.889 1276.99 -226.101C1272.4 -229.435 1267.64 -232.665 1262.86 -235.699C1262.09 -236.186 1261.86 -237.203 1262.34 -237.971C1262.66 -238.466 1263.19 -238.736 1263.74 -238.736ZM1708.17 -237.776C1708.57 -238.069 1709.13 -237.981 1709.42 -237.579C1711.28 -235.043 1713.07 -232.417 1714.75 -229.775C1715.02 -229.356 1714.9 -228.8 1714.48 -228.532C1714.33 -228.437 1714.16 -228.391 1714 -228.391C1713.7 -228.391 1713.41 -228.537 1713.23 -228.807C1711.57 -231.416 1709.8 -234.011 1707.97 -236.518C1707.68 -236.919 1707.76 -237.483 1708.17 -237.776ZM985.504 -247.113C986.084 -247.113 986.646 -246.805 986.943 -246.263C987.384 -245.467 987.097 -244.466 986.301 -244.026C981.351 -241.29 976.419 -238.356 971.64 -235.308C971.365 -235.133 971.059 -235.049 970.758 -235.049C970.214 -235.049 969.682 -235.319 969.367 -235.811C968.877 -236.577 969.102 -237.595 969.871 -238.084C974.708 -241.17 979.699 -244.138 984.712 -246.907C984.964 -247.047 985.234 -247.113 985.504 -247.113ZM1471.76 -244.741C1472.08 -245.124 1472.64 -245.179 1473.03 -244.861C1473.41 -244.544 1473.47 -243.976 1473.15 -243.593C1471.17 -241.201 1469.24 -238.716 1467.42 -236.205C1467.25 -235.962 1466.97 -235.833 1466.69 -235.833C1466.51 -235.833 1466.33 -235.889 1466.17 -236.005C1465.77 -236.297 1465.68 -236.86 1465.97 -237.263C1467.81 -239.804 1469.76 -242.32 1471.76 -244.741ZM1696.08 -252.155C1696.44 -252.495 1697.01 -252.479 1697.35 -252.117C1699.51 -249.833 1701.61 -247.45 1703.61 -245.036C1703.93 -244.654 1703.88 -244.087 1703.5 -243.769C1703.33 -243.629 1703.13 -243.561 1702.92 -243.561C1702.66 -243.561 1702.41 -243.672 1702.23 -243.886C1700.25 -246.271 1698.17 -248.624 1696.04 -250.882C1695.7 -251.244 1695.72 -251.814 1696.08 -252.155ZM1233.61 -255.28C1233.84 -255.28 1234.08 -255.23 1234.31 -255.124C1239.5 -252.685 1244.69 -250.045 1249.73 -247.279C1250.52 -246.842 1250.81 -245.841 1250.37 -245.044C1250.08 -244.499 1249.51 -244.189 1248.93 -244.189C1248.66 -244.189 1248.39 -244.255 1248.14 -244.393C1243.16 -247.126 1238.04 -249.733 1232.91 -252.143C1232.09 -252.529 1231.73 -253.51 1232.12 -254.333C1232.4 -254.931 1232.99 -255.28 1233.61 -255.28ZM1484.68 -258.534C1485.05 -258.874 1485.62 -258.859 1485.96 -258.496C1486.3 -258.134 1486.28 -257.564 1485.92 -257.223C1483.66 -255.097 1481.44 -252.871 1479.32 -250.607C1479.14 -250.419 1478.91 -250.324 1478.66 -250.324C1478.44 -250.324 1478.22 -250.404 1478.05 -250.567C1477.69 -250.907 1477.67 -251.477 1478.01 -251.84C1480.15 -254.13 1482.4 -256.382 1484.68 -258.534ZM1016.5 -261.782C1017.15 -261.782 1017.77 -261.389 1018.03 -260.744C1018.36 -259.899 1017.95 -258.942 1017.11 -258.605C1011.85 -256.513 1006.59 -254.224 1001.48 -251.804C1001.25 -251.696 1001.01 -251.645 1000.78 -251.645C1000.16 -251.645 999.566 -251.993 999.287 -252.588C998.9 -253.41 999.251 -254.39 1000.07 -254.779C1005.25 -257.23 1010.57 -259.547 1015.89 -261.665C1016.09 -261.744 1016.3 -261.782 1016.5 -261.782ZM1682.29 -264.921C1682.61 -265.304 1683.18 -265.358 1683.56 -265.042C1685.98 -263.043 1688.37 -260.94 1690.66 -258.794C1691.02 -258.454 1691.04 -257.884 1690.7 -257.521C1690.52 -257.332 1690.28 -257.236 1690.04 -257.236C1689.82 -257.236 1689.6 -257.317 1689.43 -257.479C1687.17 -259.6 1684.8 -261.678 1682.41 -263.653C1682.03 -263.97 1681.98 -264.537 1682.29 -264.921ZM1201.62 -267.899C1201.79 -267.899 1201.96 -267.874 1202.12 -267.819C1207.6 -266.053 1213.08 -264.088 1218.42 -261.979C1219.26 -261.646 1219.68 -260.691 1219.35 -259.845C1219.09 -259.197 1218.47 -258.803 1217.82 -258.803C1217.61 -258.803 1217.41 -258.84 1217.21 -258.918C1211.93 -261 1206.52 -262.941 1201.12 -264.687C1200.25 -264.966 1199.78 -265.893 1200.05 -266.758C1200.28 -267.455 1200.92 -267.899 1201.62 -267.899ZM1499.22 -270.604C1499.62 -270.898 1500.19 -270.809 1500.48 -270.407C1500.77 -270.006 1500.68 -269.442 1500.28 -269.149C1497.78 -267.321 1495.3 -265.391 1492.92 -263.411C1492.75 -263.271 1492.54 -263.204 1492.34 -263.204C1492.08 -263.204 1491.83 -263.314 1491.65 -263.528C1491.33 -263.911 1491.39 -264.479 1491.77 -264.797C1494.18 -266.8 1496.69 -268.755 1499.22 -270.604ZM1049.14 -272.438C1049.87 -272.438 1050.54 -271.945 1050.73 -271.203C1050.96 -270.322 1050.43 -269.424 1049.55 -269.197C1044.06 -267.783 1038.55 -266.175 1033.16 -264.416C1032.99 -264.361 1032.82 -264.334 1032.65 -264.334C1031.96 -264.334 1031.31 -264.775 1031.08 -265.47C1030.8 -266.334 1031.28 -267.264 1032.14 -267.546C1037.59 -269.326 1043.17 -270.954 1048.72 -272.386C1048.86 -272.421 1049 -272.438 1049.14 -272.438ZM1667.02 -275.87C1667.28 -276.291 1667.84 -276.414 1668.26 -276.148C1670.91 -274.469 1673.54 -272.681 1676.09 -270.835C1676.49 -270.543 1676.58 -269.98 1676.29 -269.577C1676.11 -269.334 1675.83 -269.205 1675.56 -269.205C1675.37 -269.205 1675.19 -269.261 1675.03 -269.377C1672.51 -271.2 1669.91 -272.967 1667.29 -274.627C1666.88 -274.894 1666.75 -275.45 1667.02 -275.87ZM1168.35 -276.361C1168.45 -276.361 1168.55 -276.352 1168.65 -276.333C1174.29 -275.273 1179.97 -274.018 1185.52 -272.605C1186.41 -272.382 1186.94 -271.486 1186.71 -270.604C1186.52 -269.86 1185.86 -269.363 1185.12 -269.363C1184.98 -269.363 1184.85 -269.38 1184.71 -269.415C1179.22 -270.811 1173.62 -272.049 1168.05 -273.096C1167.15 -273.264 1166.57 -274.124 1166.73 -275.018C1166.88 -275.809 1167.57 -276.361 1168.35 -276.361ZM1082.86 -278.891C1083.68 -278.891 1084.38 -278.283 1084.49 -277.451C1084.6 -276.548 1083.96 -275.725 1083.06 -275.61C1077.44 -274.898 1071.76 -273.997 1066.2 -272.934C1066.1 -272.913 1065.99 -272.904 1065.89 -272.904C1065.12 -272.904 1064.43 -273.453 1064.28 -274.241C1064.11 -275.134 1064.69 -275.996 1065.59 -276.167C1071.22 -277.244 1076.96 -278.157 1082.65 -278.878C1082.72 -278.886 1082.79 -278.891 1082.86 -278.891ZM1515.14 -280.759C1515.58 -280.999 1516.13 -280.841 1516.36 -280.406C1516.6 -279.971 1516.44 -279.423 1516.01 -279.183C1513.3 -277.686 1510.6 -276.08 1507.99 -274.413C1507.84 -274.317 1507.67 -274.272 1507.51 -274.272C1507.21 -274.273 1506.92 -274.42 1506.75 -274.688C1506.48 -275.108 1506.6 -275.665 1507.02 -275.933C1509.67 -277.62 1512.4 -279.244 1515.14 -280.759ZM1134.38 -280.565C1140.11 -280.219 1145.9 -279.688 1151.58 -278.986C1152.48 -278.875 1153.12 -278.053 1153.01 -277.151C1152.91 -276.317 1152.2 -275.707 1151.38 -275.707C1151.32 -275.707 1151.25 -275.71 1151.18 -275.719C1145.56 -276.412 1139.85 -276.937 1134.18 -277.279C1133.28 -277.334 1132.58 -278.114 1132.64 -279.021C1132.69 -279.896 1133.42 -280.568 1134.28 -280.568C1134.31 -280.568 1134.35 -280.567 1134.38 -280.565ZM1117.12 -281.071C1118.02 -281.071 1118.76 -280.336 1118.76 -279.428C1118.76 -278.519 1118.02 -277.78 1117.12 -277.779C1111.92 -277.771 1106.68 -277.614 1101.5 -277.312C1101.78 -278.428 1102.07 -279.55 1102.37 -280.66C1107.27 -280.926 1112.21 -281.064 1117.12 -281.071ZM1650.48 -284.82C1650.69 -285.271 1651.23 -285.464 1651.68 -285.253C1654.52 -283.919 1657.36 -282.475 1660.11 -280.962C1660.55 -280.722 1660.71 -280.175 1660.47 -279.739C1660.31 -279.441 1659.99 -279.271 1659.68 -279.271C1659.53 -279.272 1659.38 -279.308 1659.25 -279.383C1656.53 -280.878 1653.72 -282.305 1650.91 -283.623C1650.46 -283.834 1650.27 -284.371 1650.48 -284.82ZM1230.09 -445.895C1218.01 -438.998 1206.51 -431.198 1195.68 -422.585L1195.68 -422.584C1197.15 -421.053 1198.05 -418.974 1198.05 -416.689C1198.05 -411.995 1194.23 -408.173 1189.54 -408.173C1186.75 -408.172 1184.27 -409.522 1182.72 -411.601H1182.72C1144.47 -377.092 1116.09 -331.852 1102.37 -280.66C1101.83 -280.63 1101.28 -280.599 1100.74 -280.566C1114.52 -332.343 1143.2 -378.107 1181.89 -412.945L1181.7 -413.376C1181.26 -414.395 1181.02 -415.515 1181.02 -416.689C1181.02 -421.384 1184.84 -425.207 1189.54 -425.207C1191.38 -425.207 1193.09 -424.618 1194.48 -423.617C1204.74 -431.791 1215.61 -439.248 1226.99 -445.895H1230.09ZM1532.2 -288.832C1532.66 -289.015 1533.19 -288.79 1533.37 -288.328C1533.55 -287.866 1533.32 -287.342 1532.87 -287.158C1529.99 -286.013 1527.11 -284.761 1524.32 -283.437C1524.19 -283.378 1524.06 -283.351 1523.93 -283.351C1523.59 -283.351 1523.27 -283.541 1523.11 -283.866C1522.9 -284.316 1523.1 -284.853 1523.55 -285.065C1526.38 -286.406 1529.29 -287.673 1532.2 -288.832ZM1632.94 -291.618C1633.09 -292.091 1633.6 -292.351 1634.08 -292.198C1637.07 -291.232 1640.06 -290.157 1642.99 -289.004C1643.45 -288.821 1643.68 -288.299 1643.49 -287.836C1643.35 -287.482 1643.02 -287.266 1642.66 -287.266C1642.55 -287.266 1642.44 -287.286 1642.33 -287.329C1639.44 -288.468 1636.48 -289.529 1633.52 -290.484C1633.05 -290.637 1632.79 -291.145 1632.94 -291.618ZM1550.16 -294.696C1550.64 -294.82 1551.13 -294.531 1551.26 -294.049C1551.38 -293.568 1551.09 -293.077 1550.61 -292.952C1547.61 -292.179 1544.59 -291.298 1541.65 -290.336C1541.55 -290.306 1541.46 -290.292 1541.37 -290.292C1540.99 -290.292 1540.63 -290.533 1540.51 -290.913C1540.35 -291.386 1540.61 -291.894 1541.09 -292.049C1544.07 -293.023 1547.12 -293.913 1550.16 -294.696ZM1614.71 -296.137C1614.81 -296.625 1615.27 -296.947 1615.76 -296.855C1618.85 -296.276 1621.95 -295.59 1624.99 -294.817C1625.48 -294.695 1625.76 -294.204 1625.64 -293.723C1625.54 -293.315 1625.17 -293.043 1624.77 -293.043C1624.7 -293.043 1624.63 -293.052 1624.55 -293.071C1621.55 -293.835 1618.48 -294.512 1615.43 -295.085C1614.94 -295.177 1614.62 -295.648 1614.71 -296.137ZM1568.72 -298.248C1569.21 -298.31 1569.66 -297.96 1569.72 -297.467C1569.78 -296.974 1569.44 -296.524 1568.94 -296.461C1565.86 -296.071 1562.76 -295.578 1559.72 -294.996C1559.66 -294.985 1559.6 -294.98 1559.55 -294.979C1559.13 -294.979 1558.75 -295.28 1558.67 -295.711C1558.57 -296.199 1558.89 -296.671 1559.38 -296.765C1562.46 -297.354 1565.6 -297.853 1568.72 -298.248ZM1597.01 -299.171C1600.15 -298.981 1603.32 -298.691 1606.43 -298.308C1606.92 -298.246 1607.27 -297.797 1607.21 -297.304C1607.15 -296.848 1606.76 -296.513 1606.31 -296.513L1606.21 -296.52C1603.13 -296.899 1600.01 -297.186 1596.91 -297.373C1596.41 -297.403 1596.03 -297.83 1596.06 -298.326C1596.09 -298.823 1596.52 -299.2 1597.01 -299.171ZM1587.57 -299.448C1588.07 -299.448 1588.47 -299.045 1588.47 -298.549C1588.47 -298.051 1588.07 -297.647 1587.57 -297.646C1584.47 -297.642 1581.33 -297.54 1578.24 -297.344L1578.18 -297.342C1577.71 -297.342 1577.31 -297.709 1577.28 -298.186C1577.25 -298.682 1577.63 -299.11 1578.12 -299.142C1581.25 -299.34 1584.43 -299.443 1587.57 -299.448H1587.57ZM1500.45 -445.895C1525.95 -431 1548.83 -412.08 1568.2 -390.002C1570.04 -391.069 1572.17 -391.679 1574.45 -391.679C1581.34 -391.679 1586.95 -386.07 1586.95 -379.175C1586.95 -375.916 1585.69 -372.943 1583.64 -370.715C1585.05 -368.779 1586.45 -366.812 1587.81 -364.838C1587.96 -364.62 1588.11 -364.402 1588.26 -364.185V-361.426C1588.11 -361.651 1587.96 -361.867 1587.81 -362.092C1586.09 -364.635 1584.32 -367.151 1582.51 -369.632C1580.34 -367.785 1577.52 -366.67 1574.45 -366.67C1567.56 -366.67 1561.95 -372.281 1561.95 -379.175C1561.95 -383.107 1563.77 -386.622 1566.62 -388.916L1566.9 -389.134C1547.59 -411.104 1524.79 -429.926 1499.37 -444.727C1499.6 -445.098 1499.8 -445.489 1499.98 -445.895H1500.45ZM1568.65 -387.126C1566.2 -385.333 1564.6 -382.437 1564.6 -379.175C1564.6 -373.743 1569.02 -369.327 1574.45 -369.325C1576.93 -369.325 1579.2 -370.25 1580.94 -371.774C1577.02 -377.047 1572.93 -382.157 1568.65 -387.126ZM1574.45 -389.024C1572.84 -389.024 1571.32 -388.636 1569.98 -387.95C1574.17 -383.078 1578.18 -378.064 1582.03 -372.901C1583.44 -374.606 1584.29 -376.793 1584.29 -379.175C1584.29 -384.605 1579.88 -389.024 1574.45 -389.024ZM1191.84 -410.39H1191.84H1191.84ZM1193.55 -411.316H1193.55H1193.55ZM1195.83 -418.994H1195.84H1195.83ZM1190.56 -423.321C1191.89 -423.117 1193.09 -422.52 1194.04 -421.653C1193.88 -421.798 1193.72 -421.936 1193.55 -422.064C1193.46 -422.129 1193.37 -422.191 1193.28 -422.251C1192.84 -422.553 1192.35 -422.802 1191.84 -422.99C1191.64 -423.066 1191.43 -423.131 1191.21 -423.187C1191 -423.242 1190.78 -423.287 1190.56 -423.321ZM1185.79 -422.251C1185.67 -422.167 1185.55 -422.077 1185.43 -421.985C1185.55 -422.077 1185.67 -422.167 1185.79 -422.251ZM1187.86 -423.187C1187.65 -423.132 1187.44 -423.066 1187.24 -422.991C1187.44 -423.066 1187.65 -423.132 1187.86 -423.187ZM1188.52 -423.321L1188.52 -423.32L1188.52 -423.321Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.page__banner.gradient h1 {
  position: relative;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .page__banner.gradient h1 {
    font-size: 3.625rem;
    line-height: 1.1;
  }
}

.page__banner.gradient .section-links {
  position: relative;
}

.page__banner.gradient .section-links .section-links__header-wrapper {
  margin-top: -2.8rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.page__banner.gradient .section-links .section-links__header-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page__banner.gradient .section-links h2 {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: -0.125rem;
}

.page__banner.gradient .section-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 1.5625rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  grid-row-gap: 0.9375rem;
  row-gap: 0.9375rem;
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  padding: 1.5625rem;
  padding-left: 2.1875rem;
  margin-top: -1.125rem;
}

.page__banner.gradient .section-links ul a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
}

.page__banner.gradient .section-links ul a:hover {
  --text-opacity: 1;
  color: #60002E;
  color: rgba(96, 0, 46, var(--text-opacity));
}

blockquote {
  font-style: italic;
  padding-left: 1.875rem;
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
  border-left-width: 0.375rem;
}

.dateblock {
  min-width: 4.375rem;
  height: 4.375rem;
  padding-top: 0.3125rem;
  text-align: center;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  line-height: 1.25;
  --bg-opacity: 1;
  background-color: #6d6e71;
  background-color: rgba(109, 110, 113, var(--bg-opacity));
}

.dateblock span {
  display: block;
}

.dateblock .dateblock--day {
  font-size: 1.875rem;
}

.dateblock .dateblock--month {
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Poppins, serif;
}

h1 {
  font-size: 2.75rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 2.375rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3125rem;
}

h6 {
  font-size: 1.125rem;
}

.icon__glyph {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.icon .icon__glyph {
  width: auto;
  margin-right: 0.55em;
  vertical-align: baseline;
}

.icon .icon__label {
  white-space: normal;
}

.icon--no-label .icon__label {
  display: none;
}

.icon--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

.icon--stacked .icon__glyph {
  margin-right: 0;
  font-size: 2.5em;
}

.icon--stacked .icon__label {
  font-size: 0.85em;
}

.icon--big {
  font-size: 1.25rem;
  line-height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.icon--big .icon__glyph {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 0.5em;
  font-size: 2em;
}

button .icon--big .icon__label,
.button .icon--big .icon__label {
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
}

.icon--reversed .icon__glyph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}

.icon--reversed .icon__label {
  margin-right: 0.55em;
}

.sep::before {
  content: "â¢";
}

.sep--dash::before {
  content: "-";
}

.sep--pipe::before {
  content: "|";
}

.color-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.color-grid__swatch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  width: 33.3%;
  min-height: 25vh;
  position: relative;
}

@media (min-width: 768px) {
  .color-grid__swatch {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .color-grid__swatch {
    width: 12.5%;
    min-height: 10vw;
  }
}

.color-grid__label {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 0.5rem 0;
}

.bg--undefined {
  background-color: #83003f;
}

.bg--undefined::after {
  content: "#83003f";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--neutral {
  background-color: #ccc;
}

.bg--neutral::after {
  content: "#ccc";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--offwhite {
  background-color: #f2efe2;
}

.bg--offwhite::after {
  content: "#f2efe2";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--white1 {
  background-color: #fff;
}

.bg--white1::after {
  content: "#fff";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--lavender1 {
  background-color: #af74b1;
}

.bg--lavender1::after {
  content: "#af74b1";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--blue1 {
  background-color: #20438f;
}

.bg--blue1::after {
  content: "#20438f";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--blue2 {
  background-color: #2558a3;
}

.bg--blue2::after {
  content: "#2558a3";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--blue3 {
  background-color: #2f63d4;
}

.bg--blue3::after {
  content: "#2f63d4";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--cyan1 {
  background-color: #018abb;
}

.bg--cyan1::after {
  content: "#018abb";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--cyan2 {
  background-color: #03bdff;
}

.bg--cyan2::after {
  content: "#03bdff";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--cyan3 {
  background-color: #60a7d5;
}

.bg--cyan3::after {
  content: "#60a7d5";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--grass1 {
  background-color: #3fad70;
}

.bg--grass1::after {
  content: "#3fad70";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--seafoam1 {
  background-color: #68c187;
}

.bg--seafoam1::after {
  content: "#68c187";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--orange1 {
  background-color: #ea7e24;
}

.bg--orange1::after {
  content: "#ea7e24";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--yellow1 {
  background-color: #ffe121;
}

.bg--yellow1::after {
  content: "#ffe121";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--gold1 {
  background-color: #ffc146;
}

.bg--gold1::after {
  content: "#ffc146";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--khaki1 {
  background-color: #827e56;
}

.bg--khaki1::after {
  content: "#827e56";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--canvas1 {
  background-color: #cfd2aa;
}

.bg--canvas1::after {
  content: "#cfd2aa";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--red1 {
  background-color: #c00;
}

.bg--red1::after {
  content: "#c00";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--gray2 {
  background-color: #d8d8d8;
}

.bg--gray2::after {
  content: "#d8d8d8";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--gray3 {
  background-color: #bbb;
}

.bg--gray3::after {
  content: "#bbb";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.bg--gray4 {
  background-color: #eee;
}

.bg--gray4::after {
  content: "#eee";
  background-color: rgba(0, 0, 0, 0.6666666667);
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Poppins, serif;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0;
}

.icon-catalog ul li {
  margin-bottom: 1.25rem;
}

.icon-catalog ul li .icon--no-label .icon__label {
  display: inline-block !important;
}

.padding-swatch {
  font-size: 1.125rem;
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.body p {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  margin-bottom: 0.625rem;
}

.body p:last-child {
  margin-bottom: 0rem;
}

.button-collection {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.button-collection.button-collection--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-collection.button--content .button {
  width: 15.625rem;
}

.button-collection.button--grid .button {
  min-width: 100%;
}

.callout-box .button {
  margin-top: 0.625rem;
}

.callout-box.color-background {
  --bg-opacity: 1;
  background-color: #363738;
  background-color: rgba(54, 55, 56, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.callout-box.color-background .button {
  background-color: transparent;
}

.cke_editable::after,
.editorial::after {
  content: "";
  display: table;
  clear: both;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6,
.editorial h1,
.editorial h2,
.editorial h3,
.editorial h4,
.editorial h5,
.editorial h6 {
  line-height: 1.25;
}

.cke_editable h1:not(.headline-group):not(.teaser__heading), .cke_editable h2:not(.headline-group):not(.teaser__heading), .cke_editable h3:not(.headline-group):not(.teaser__heading), .cke_editable h4:not(.headline-group):not(.teaser__heading), .cke_editable h5:not(.headline-group):not(.teaser__heading), .cke_editable h6:not(.headline-group):not(.teaser__heading),
.editorial h1:not(.headline-group):not(.teaser__heading),
.editorial h2:not(.headline-group):not(.teaser__heading),
.editorial h3:not(.headline-group):not(.teaser__heading),
.editorial h4:not(.headline-group):not(.teaser__heading),
.editorial h5:not(.headline-group):not(.teaser__heading),
.editorial h6:not(.headline-group):not(.teaser__heading) {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.cke_editable p,
.editorial p {
  margin-bottom: 0.625rem;
}

.cke_editable p:last-child,
.editorial p:last-child {
  margin-bottom: 0rem;
}

.cke_editable p.extra-space,
.editorial p.extra-space {
  margin-bottom: 1.25rem;
}

.cke_editable p.extra-space:last-child,
.editorial p.extra-space:last-child {
  margin-bottom: 0rem;
}

.cke_editable hr,
.editorial hr {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.cke_editable.extra-space p,
.editorial.extra-space p {
  margin-bottom: 1.25rem;
}

.cke_editable.extra-space p:last-child,
.editorial.extra-space p:last-child {
  margin-bottom: 0rem;
}

.cke_editable a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial),
.editorial a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial) {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  text-decoration: underline;
  font-weight: 700;
  word-break: break-all;
  -webkit-transition: color 700ms;
  transition: color 700ms;
}

@media (min-width: 768px) {
  .cke_editable a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial),
  .editorial a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial) {
    word-break: normal;
  }
}

.cke_editable a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial):hover,
.editorial a:not(.button):not(.teaser__link):not(.link--fancy):not(.is-active):not(.testimonial):hover {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

.cke_editable a.job-title, .cke_editable a.event-title, .cke_editable a.scholarship-title,
.editorial a.job-title,
.editorial a.event-title,
.editorial a.scholarship-title {
  word-break: normal !important;
}

.cke_editable ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) > li,
.editorial ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) > li {
  margin-left: 1.25rem;
}

.cke_editable ul, .cke_editable ol,
.editorial ul,
.editorial ol {
  margin-bottom: 1.25rem;
}

.cke_editable ul li, .cke_editable ol li,
.editorial ul li,
.editorial ol li {
  line-height: 1.5;
}

.cke_editable ul li.menu__item a, .cke_editable ol li.menu__item a,
.editorial ul li.menu__item a,
.editorial ol li.menu__item a {
  font-weight: 400 !important;
}

.cke_editable ul li.menu__item a.is-active, .cke_editable ol li.menu__item a.is-active,
.editorial ul li.menu__item a.is-active,
.editorial ol li.menu__item a.is-active {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

.cke_editable ul li > ul, .cke_editable ul li > ol, .cke_editable ol li > ul, .cke_editable ol li > ol,
.editorial ul li > ul,
.editorial ul li > ol,
.editorial ol li > ul,
.editorial ol li > ol {
  margin-bottom: 0rem;
}

.cke_editable ul.menu li, .cke_editable ol.menu li,
.editorial ul.menu li,
.editorial ol.menu li {
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
  list-style: none;
}

.cke_editable ul.menu.list--bullets li, .cke_editable .list--bullets ul.menu li, .list--bullets .cke_editable ul.menu li, .cke_editable ul.menu:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) li, .cke_editable ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) ul.menu li, .cke_editable ol.menu.list--bullets li,
.editorial ul.menu.list--bullets li,
.editorial .list--bullets ul.menu li,
.list--bullets .editorial ul.menu li,
.editorial ul.menu:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) li,
.editorial ul:not(.menu):not(.button-collection):not(.icon-catalog):not(.platforms):not(.pager__items):not(.photo-table) ul.menu li,
.editorial ol.menu.list--bullets li {
  list-style: disc;
}

.cke_editable ul.two-column, .cke_editable ol.two-column,
.editorial ul.two-column,
.editorial ol.two-column {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

@media (min-width: 768px) {
  .cke_editable ul.two-column, .cke_editable ol.two-column,
  .editorial ul.two-column,
  .editorial ol.two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.cke_editable ul.three-column, .cke_editable ol.three-column,
.editorial ul.three-column,
.editorial ol.three-column {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

@media (min-width: 460px) {
  .cke_editable ul.three-column, .cke_editable ol.three-column,
  .editorial ul.three-column,
  .editorial ol.three-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 768px) {
  .cke_editable ul.three-column, .cke_editable ol.three-column,
  .editorial ul.three-column,
  .editorial ol.three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.cke_editable ul.clean > li, .cke_editable ul.piped > li,
.cke_editable .editorial ul.piped > li,
.editorial .cke_editable ul.piped > li, .cke_editable ol.clean > li, .cke_editable ol.piped > li,
.cke_editable .editorial ol.piped > li,
.editorial .cke_editable ol.piped > li,
.editorial ul.clean > li,
.editorial .cke_editable ul.piped > li,
.cke_editable .editorial ul.piped > li,
.editorial ul.piped > li,
.editorial ol.clean > li,
.editorial .cke_editable ol.piped > li,
.cke_editable .editorial ol.piped > li,
.editorial ol.piped > li {
  list-style-type: none;
}

.cke_editable ul.loose > li, .cke_editable ol.loose > li,
.editorial ul.loose > li,
.editorial ol.loose > li {
  line-height: 2;
}

.cke_editable ul.space > li, .cke_editable ol.space > li,
.editorial ul.space > li,
.editorial ol.space > li {
  margin-bottom: 0.3125rem;
}

.cke_editable ul.piped, .cke_editable ol.piped,
.editorial ul.piped,
.editorial ol.piped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
}

.cke_editable ul.piped li, .cke_editable ol.piped li,
.editorial ul.piped li,
.editorial ol.piped li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.cke_editable ul.piped li::after, .cke_editable ol.piped li::after,
.editorial ul.piped li::after,
.editorial ol.piped li::after {
  content: " | ";
}

.cke_editable ul.piped li:last-child::after, .cke_editable ol.piped li:last-child::after,
.editorial ul.piped li:last-child::after,
.editorial ol.piped li:last-child::after {
  content: "";
}

.cke_editable button:not(.accordion__header):not(.social-sharing-buttons__button),
.editorial button:not(.accordion__header):not(.social-sharing-buttons__button) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.cke_editable blockquote,
.editorial blockquote {
  max-width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.cke_editable figure:not(.display),
.editorial figure:not(.display) {
  margin-bottom: 1.25rem;
}

.cke_editable table:not(:last-of-type),
.editorial table:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.cke_editable table.table--content,
.editorial table.table--content {
  margin: 1.25rem;
  width: auto;
}

.cke_editable table.table--content caption,
.editorial table.table--content caption {
  margin-top: 0.625rem;
}

.cke_editable.editorial-main,
.editorial.editorial-main {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

.cke_editable.editorial-serif,
.editorial.editorial-serif {
  font-family: Poppins, serif;
}

.cke_editable.news-story p:first-of-type::first-letter,
.editorial.news-story p:first-of-type::first-letter {
  font-weight: 700;
  font-family: Poppins, serif;
  float: left;
  padding-right: 0.3125rem;
  line-height: 0.8;
  font-size: 5rem;
}

@media (min-width: 768px) {
  .cke_editable.editorial--aside-right aside,
  .editorial.editorial--aside-right aside {
    max-width: 40%;
    margin: 0 0 1rem 2rem;
    float: right;
  }

  .cke_editable.editorial--aside-left aside,
  .editorial.editorial--aside-left aside {
    max-width: 40%;
    margin: 0 2rem 1rem 0;
    float: left;
  }

  .cke_editable.editorial--aside-right aside figure,
  .cke_editable.editorial--aside-right aside figure.paragraph, .cke_editable.editorial--aside-left aside figure,
  .cke_editable.editorial--aside-left aside figure.paragraph,
  .editorial.editorial--aside-right aside figure,
  .editorial.editorial--aside-right aside figure.paragraph,
  .editorial.editorial--aside-left aside figure,
  .editorial.editorial--aside-left aside figure.paragraph {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cke_editable.editorial--aside-right aside .alert__icon, .cke_editable.editorial--aside-left aside .alert__icon,
  .editorial.editorial--aside-right aside .alert__icon,
  .editorial.editorial--aside-left aside .alert__icon {
    max-width: 75px;
  }

  .cke_editable.editorial--aside-right aside .fluid-width-video-wrapper, .cke_editable.editorial--aside-left aside .fluid-width-video-wrapper,
  .editorial.editorial--aside-right aside .fluid-width-video-wrapper,
  .editorial.editorial--aside-left aside .fluid-width-video-wrapper {
    min-width: 20rem;
  }
}

@media (min-width: 1280px) {
  .cke_editable.editorial--aside-right aside .fluid-width-video-wrapper, .cke_editable.editorial--aside-left aside .fluid-width-video-wrapper,
  .editorial.editorial--aside-right aside .fluid-width-video-wrapper,
  .editorial.editorial--aside-left aside .fluid-width-video-wrapper {
    min-width: 28rem;
  }
}

.menu--vertical {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu--vertical li {
  margin: 0.3em 0;
  padding-right: 5px;
}

.menu--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
}

.menu--horizontal li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.menu--piped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
}

.menu--piped li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.menu--piped li {
  border-right-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #202122;
  border-color: rgba(32, 33, 34, var(--border-opacity));
  border-style: solid;
}

.menu--piped li:last-child {
  border-width: 0;
}

.menu--heading {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu--heading li {
  margin: 0.3em 0;
  padding-right: 5px;
}

.missing-image {
  width: 250px;
  height: 350px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

.social-media-links .icon {
  padding-right: 0.3125rem;
  width: 2.8125rem;
  height: 2.8125rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  font-size: 35px;
  line-height: 45px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.social-media-links .icon:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.social-media-links .icon:hover .ic:before {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.social-media-links .icon .ic:before {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  position: relative;
  top: 15%;
  -webkit-transform: translateX(12.5%);
          transform: translateX(12.5%);
}

.social-media-links .icon .ic--twitter:before {
  -webkit-transform: translateX(17.5%);
          transform: translateX(17.5%);
}

.social-media-links .icon .ic--youtube:before {
  -webkit-transform: translate(15%, 2.5%);
          transform: translate(15%, 2.5%);
}

.social-media-links .icon .ic--linkedin:before {
  -webkit-transform: translateX(17.5%);
          transform: translateX(17.5%);
}

.social-media-links .icon .icon__glyph {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.social-sharing-buttons__button {
  height: 45px;
  width: 45px;
}

.social-sharing-buttons__button[title="Share to Facebook"] svg {
  fill: #3b5998;
}

.social-sharing-buttons__button[title="Share to Facebook"]:hover {
  background-color: #3b5998;
}

.social-sharing-buttons__button[title="Share to Facebook"]:hover svg {
  fill: white;
}

.social-sharing-buttons__button[title="Share to Twitter"] svg {
  fill: #1DA1F2;
}

.social-sharing-buttons__button[title="Share to Twitter"]:hover {
  background-color: #1DA1F2;
}

.social-sharing-buttons__button[title="Share to Twitter"]:hover svg {
  fill: white;
}

.social-sharing-buttons__button[title="Share to E-mail"] svg {
  fill: #e1670b;
}

.social-sharing-buttons__button[title="Share to E-mail"]:hover {
  background-color: #e1670b;
}

.social-sharing-buttons__button[title="Share to E-mail"]:hover svg {
  fill: white;
}

.social-sharing-buttons__button[title="Share to Linkedin"]:hover {
  background-color: #000;
}

.social-sharing-buttons__button[title="Share to Linkedin"]:hover svg {
  fill: white;
}

.social-sharing-buttons__button.btnCopy svg {
  fill: #83003f;
}

.social-sharing-buttons__button.btnCopy:hover {
  background-color: #83003f;
}

.social-sharing-buttons__button.btnCopy:hover svg {
  fill: white;
}

.social-sharing-buttons__button:first-of-type {
  margin-left: 0rem;
}

.directory-table {
  margin: 0 auto;
}

.directory-table table {
  width: 100%;
  margin: 2rem 0;
}

.directory-table caption {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 2rem 1rem;
}

.directory-table td {
  padding: 0.5rem;
}

.directory-table tbody tr {
  background-color: white;
}

.directory-table tbody tr:hover {
  background-color: #ffffcc;
}

.directory-table tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.directory-table tbody tr:nth-child(odd):hover {
  background-color: #e0e0cf;
}

a:hover .portrait-teaser__name {
  text-decoration: underline;
}

.alert .heading__text {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  line-height: 2;
}

.alert h2 {
  font-size: inherit !important;
}

.alert a,
.alert p {
  font-size: 1rem;
  line-height: 1;
  display: inline;
}

.alert .alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.alert .alert__icon .icon {
  margin-left: 2.5rem;
  display: block;
}

.alert .alert__icon .icon .ic:before {
  font-size: 3.125rem;
}

@media (min-width: 1024px) {
  .alert .alert__icon .icon {
    margin-left: 6.25rem;
  }

  .alert .alert__icon .icon .icon__glyph {
    margin-right: 2.1875rem;
  }
}

.alert .alert__message {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.alert .alert__message a {
  font-weight: 700;
}

.alert .alert__message a:hover {
  text-decoration: underline;
}

.alert.alert--major .alert__icon {
  --bg-opacity: 1;
  background-color: #e1670b;
  background-color: rgba(225, 103, 11, var(--bg-opacity));
}

.alert.alert--major .alert__message {
  --bg-opacity: 1;
  background-color: #e87722;
  background-color: rgba(232, 119, 34, var(--bg-opacity));
}

.alert.alert--major .alert__message a {
  color: #202122 !important;
}

.alert.alert--minor .alert__icon {
  --bg-opacity: 1;
  background-color: #0e275c;
  background-color: rgba(14, 39, 92, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.alert.alert--minor .alert__message {
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.alert.alert--minor .alert__message a {
  color: #ffffff !important;
}

.alert.alert--clear .alert__icon {
  --bg-opacity: 1;
  background-color: #107233;
  background-color: rgba(16, 114, 51, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.alert.alert--clear .alert__message {
  --bg-opacity: 1;
  background-color: #1f7b40;
  background-color: rgba(31, 123, 64, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.alert.alert--clear .alert__message a {
  color: #ffffff !important;
}

.fast-fact .fast-fact__description a {
  text-decoration: underline;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.fast-fact .fast-fact__description a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.fast-fact .fast-fact__icon {
  --text-opacity: 1;
  color: #A99A6F;
  color: rgba(169, 154, 111, var(--text-opacity));
}

.fast-fact.fast-fact--on-dark {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.fast-fact.fast-fact--on-dark .fast-fact__icon {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.fast-fact.fast-fact--on-dark .fast-fact__description a {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.fast-fact.fast-fact--on-dark .fast-fact__fancy-link .link--fancy-list {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.contact-info__photo {
  width: 66vw;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 460px) {
  .contact-info__photo {
    position: relative;
    width: 6.25rem;
    float: right;
  }
}

.teaser .teaser__content .content-meta,
.teaser .teaser__content .event-meta,
.teaser .teaser__content .teaser__heading,
.teaser .teaser__content p {
  margin-bottom: 1.25rem;
}

.teaser .teaser__content .teaser__heading {
  font-family: Poppins, serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
}

.teaser:not(.teaser--overlay) a {
  display: inline-block;
}

.teaser:not(.teaser--overlay) a:hover {
  opacity: 0.8;
}

.teaser.teaser--archive .teaser__content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.teaser.teaser--archive .teaser__content .teaser__heading {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}

.teaser.teaser--archive .teaser__content p {
  margin-bottom: 0.625rem;
  line-height: 1.25;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .teaser.teaser--archive.teaser--archive-with-image a {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-template-areas: "image content content content";
    }

    .teaser.teaser--archive.teaser--archive-with-image a .teaser__content {
      grid-area: content;
    }

    .teaser.teaser--archive.teaser--archive-with-image a .teaser__image {
      grid-area: image;
    }

    .teaser.teaser--archive.teaser--archive-with-image a .teaser__image img {
      display: block;
      height: 100%;
      width: 100%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
    }
  }
}

.teaser.teaser--archive.teaser--archive-with-image a.teaser--archive-small .teaser__image a div {
  height: 150px;
}

@supports not (display: grid) {
  .teaser.teaser--archive.teaser--archive-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  @media (min-width: 768px) {
    .teaser.teaser--archive.teaser--archive-with-image {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

    .teaser.teaser--archive.teaser--archive-with-image .teaser__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
    }

    .teaser.teaser--archive.teaser--archive-with-image .teaser__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
    }
  }
}

.teaser.teaser--campus .teaser__content {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  padding: 1.25rem;
  text-align: center;
}

.teaser.teaser--campus .teaser__content .teaser__heading {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 1.5rem;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .teaser.teaser--campus .teaser__content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .teaser.teaser--campus .teaser__content .teaser__heading {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1024px) {
  .teaser.teaser--campus .teaser__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .teaser.teaser--campus .teaser__content .teaser__heading {
    font-size: 1.5rem;
  }
}

.teaser.teaser--card {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.teaser.teaser--card a {
  border-bottom-width: 0.375rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.teaser.teaser--card a .teaser__content {
  text-align: center;
  padding: 1.25rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teaser.teaser--card a .teaser__content .teaser__heading {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  margin-bottom: 0.625rem;
}

.teaser.teaser--card a .teaser__content p {
  margin-bottom: 0rem;
}

.teaser.teaser--card.teaser--card-without-heavy-bottom a {
  border-bottom-width: 0rem;
}

.teaser.teaser--card.teaser--card-without-heavy-bottom a .teaser__content {
  border-bottom-width: 0.0625rem;
}

.teaser.teaser--card.teaser--card-without-heavy-bottom a .teaser__heading {
  font-size: 1.3125rem;
  line-height: 1.25;
}

.teaser.teaser--event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.teaser.teaser--event a .teaser__content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teaser.teaser--event a .teaser__content .teaser__heading {
  font-size: 1.3125rem;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  margin-bottom: 0.3125rem;
}

.teaser.teaser--event a .teaser__content .teaser__heading .teaser__text {
  font-size: 1.125rem;
}

.teaser.teaser--event a .teaser__content p, .teaser.teaser--event a .teaser__content time {
  font-size: 0.875rem;
}

.teaser.teaser--news time {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.teaser.teaser--news .teaser__image {
  margin-bottom: 1.25rem;
}

.teaser.teaser--news .teaser__heading {
  font-size: 1.3125rem;
  line-height: 1.25;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.teaser.teaser--news.teaser--no-image {
  border-left-width: 0.25rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  padding-left: 1.25rem;
}

.teaser.teaser--overlay {
  position: relative;
  overflow: hidden;
}

.teaser.teaser--overlay:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.teaser.teaser--overlay .teaser__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0rem;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser.teaser--overlay .teaser__image img {
  display: none;
}

.teaser.teaser--overlay .teaser__content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6.25rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.teaser.teaser--overlay .teaser__content .content-meta {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.teaser.teaser--overlay .teaser__content .content-meta .taxonomy {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  margin-right: 0.625rem;
}

.teaser.teaser--overlay a:hover .teaser__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: -1;
}

@media (min-width: 768px) {
  .teaser.teaser--overlay .teaser__content .teaser__heading {
    font-size: 1.3125rem;
  }

  .teaser.teaser--overlay .teaser__content .content-meta .taxonomy {
    margin-bottom: 0.3125rem;
  }

  .teaser.teaser--overlay .teaser__content .content-meta time {
    display: block;
  }
}

@media (min-width: 1024px) {
  .teaser.teaser--overlay .teaser__content .teaser__heading {
    font-size: 1.875rem;
  }

  .teaser.teaser--overlay .teaser__content .content-meta .taxonomy {
    margin-bottom: 0rem;
  }

  .teaser.teaser--overlay .teaser__content .content-meta time {
    display: inline-block;
  }
}

.teaser.teaser--publication .teaser__image {
  margin-bottom: 1.25rem;
}

.teaser.teaser--publication .teaser__content .teaser__heading {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}

.teaser.teaser--publication .teaser__content p {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
}

#search-block-form input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

#search-block-form input::-moz-placeholder {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

#search-block-form input::-ms-input-placeholder {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

#search-block-form input::placeholder {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

#search-block-form input:not(:placeholder-shown) + .ic {
  display: none;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-control-cse table.gcsc-branding, .gsc-control-cse table.gsc-resultsHeader {
  display: none;
}

.gsc-control-cse table.gsc-above-wrapper-area-container {
  border: none;
}

.gsc-control-cse td.gsc-orderby-container {
  border-right: none;
}

.gsc-control-cse td.gsc-table-cell-snippet-close {
  padding: rem-calc(8);
}

.gsc-control-cse table tr td, .gsc-control-cse table tr th {
  border: none;
}

.gsc-control-cse table tbody tr:nth-child(odd) {
  background: none;
}

.gsc-control-cse table.gsc-table-result,
.gsc-control-cse table.gsc-search-box,
.gsc-control-cse table.gsc-above-wrapper-area-container {
  padding: 0;
  border: none;
  margin: 0;
}

.gsc-control-cse td.gsc-orderby-container {
  border-right: none;
}

.gsc-control-cse td.gsc-table-cell-snippet-close {
  text-align: left;
}

.gsc-control-cse .gsc-selected-option-container {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gsc-control-cse .gsc-control-cse {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif !important;
}

.gsc-control-cse .gsc-control-cse .gsc-table-result {
  font-family: inherit !important;
}

.gsc-control-cse .gsc-results .gsc-expansionArea .gsc-webResult.gsc-result {
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.gsc-control-cse .gsc-results .gsc-expansionArea .gsc-webResult.gsc-result:hover {
  border-color: #83003f;
  background-color: #f6f6f6;
}

.gsc-control-cse .gsc-results .gsc-expansionArea .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title {
  color: #83003f;
  font-weight: bold;
  -webkit-transition: color 700ms;
  transition: color 700ms;
}

.gsc-control-cse .gsc-results .gsc-expansionArea .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title:hover {
  color: #000;
}

.gsc-control-cse .gsc-results .gsc-cursor-box {
  margin: 10px 0 !important;
  padding: 0 !important;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif !important;
  text-decoration: none !important;
  font-size: 1.2rem !important;
  padding: 0.2rem 0.7rem !important;
  background-color: #83003f !important;
  border: 1px solid #83003f !important;
  color: white !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: transparent !important;
  color: #83003f !important;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: transparent !important;
  text-shadow: none !important;
  padding: 0.2rem 0.7rem !important;
  color: #83003f !important;
  border: 1px solid #83003f !important;
}

.gsc-control-cse td.gsc-input {
  padding: 0 !important;
  height: 3.125rem;
}

.gsc-control-cse td.gsc-input div.gsc-input-box {
  height: 48px;
}

.gsc-control-cse td.gsc-input .gsst_a .gscb_a {
  color: #83003f !important;
}

.gsc-control-cse td.gsc-search-button {
  padding: 0 !important;
}

.gsc-control-cse td.gsc-search-button button.gsc-search-button-v2 {
  border-width: 0;
  border-radius: 0;
  height: 48px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: center;
  font-weight: 700;
  border-width: 0.0625rem;
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0rem;
  width: 100%;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.gsc-control-cse td.gsc-search-button button.gsc-search-button-v2:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-weight: 700;
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
}

.gsc-control-cse td.gsc-search-button button.gsc-search-button-v2:hover svg {
  fill: #83003f;
}

.newcity-logo svg {
  width: 10rem;
  height: 16.29rem;
}

.newcity-logo-horizontal svg {
  width: 10rem;
  height: 2.944444rem;
}

.newcity-logo-vertical svg {
  width: 10rem;
  height: 10.648rem;
}

.newcity-logo-wordmark svg {
  width: 10rem;
  height: 1.3rem;
}

figure img {
  display: block;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

figure figcaption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
}

figure figcaption span {
  display: block;
  line-height: 1.25;
}

figure.display figcaption {
  text-align: center;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  bottom: 0;
  padding: 0.625rem;
  min-width: 100%;
  margin-top: 0rem;
}

figure.display:hover img {
  opacity: 0.8;
}

figure.display:hover figcaption {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

figure.no-caption figcaption {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.hero.with-video-background::before {
  background: rgba(0, 0, 0, 0.25);
}

.hero::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.hero .image--hero {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.hero #hero-video {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 1000vw;
  /* If they choose a narrower video and need a CSS tweak, try: */
  /*
      height: 100vh;
      @media (min-aspect-ratio: 16/9) {
        height: 1000vw;
        width: 100vw;
      }
  */
}

.hero #hero-video iframe {
  height: 100%;
  width: 100%;
}

.hero #hero-video-play, .hero #hero-video-pause {
  position: absolute;
  --bg-opacity: 1;
  background-color: #ae095e;
  background-color: rgba(174, 9, 94, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 0.5rem;
  z-index: 40;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  right: 40px;
  bottom: 50px;
}

.hero #hero-video-play:hover, .hero #hero-video-pause:hover {
  --text-opacity: 1;
  color: #f3bb90;
  color: rgba(243, 187, 144, var(--text-opacity));
}

.hero .hero__content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  text-align: center;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  width: 100%;
  border-bottom-width: 0.375rem;
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.hero .hero__content .heading__text {
  font-family: Poppins, serif;
}

.hero .hero__content p {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

.hero .hero__content .button-collection.grid, .hero .hero__content .views-exposed-form .button-collection.form-item, .views-exposed-form .hero .hero__content .button-collection.form-item, .hero .hero__content .button-collection.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .hero .hero__content .button-collection.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .hero .hero__content .button-collection.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .hero .hero__content .teaser.teaser--archive.teaser--archive-with-image a.button-collection, .teaser.teaser--archive.teaser--archive-with-image .hero .hero__content a.button-collection {
  justify-items: center;
}

@media (min-width: 768px) {
  .hero .hero__content h1,
  .hero .hero__content p,
  .hero .hero__content .button-collection {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

@media (min-width: 1024px) {
  .hero .hero__content h1,
  .hero .hero__content p,
  .hero .hero__content .button-collection {
    padding-left: 0rem;
    padding-right: 0rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero .hero__content h1 {
  font-size: 2.375rem;
}

@media (min-width: 768px) {
  .hero .hero__content h1 {
    font-size: 3.125rem;
  }
}

.hero .hero__content a.button {
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.hero .hero__content a.button:last-of-type {
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .hero .hero__content a.button {
    margin-bottom: 0rem;
  }
}

.hero .hero__content a.button:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.grid, .views-exposed-form .form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@supports (display: grid) {
  .grid, .views-exposed-form .form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }

  .grid:last-child, .views-exposed-form .form-item:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full]:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1]:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive]:last-child, .teaser.teaser--archive.teaser--archive-with-image a:last-child {
    margin-bottom: 0;
  }

  @media (min-width: 768px) {
    .grid, .views-exposed-form .form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a {
      grid-template-columns: repeat(4, 1fr);
    }

    .grid > *, .views-exposed-form .form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] > *, .teaser.teaser--archive.teaser--archive-with-image a > * {
      width: auto;
      min-width: 0;
    }
  }
}

@media (min-width: 768px) {
  .grid.grid--flexible, .views-exposed-form .grid--flexible.form-item, .grid--flexible.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--flexible.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--flexible.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--flexible {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  }
}

@media (min-width: 768px) {
  .grid.grid--small, .views-exposed-form .grid--small.form-item, .grid--small.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--small.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--small.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--small {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 768px) {
  .grid.grid--large, .grid.teaser-collection.teaser-collection--three-across, .views-exposed-form .grid--large.form-item, .views-exposed-form .form-item.teaser-collection.teaser-collection--three-across, .grid--large.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--three-across, .grid--large.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--three-across, .teaser.teaser--archive.teaser--archive-with-image a.grid--large, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--three-across, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image a.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .grid.grid--xlarge, .grid.teaser-collection.teaser-collection--two-across, .views-exposed-form .grid--xlarge.form-item, .views-exposed-form .form-item.teaser-collection.teaser-collection--two-across, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--two-across, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--two-across, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--two-across, .teaser.teaser--archive.teaser--archive-with-image a.grid--xlarge, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--two-across {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid.grid--xlarge > *, .grid.teaser-collection.teaser-collection--two-across > *, .views-exposed-form .grid--xlarge.form-item > *, .views-exposed-form .form-item.teaser-collection.teaser-collection--two-across > *, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--two-across > *, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--two-across > *, .grid--xlarge.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--two-across > *, .teaser.teaser--archive.teaser--archive-with-image a.grid--xlarge > *, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--two-across > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (min-width: 768px) {
  .grid.grid--full, .grid.teaser-collection.teaser-collection--full, .views-exposed-form .grid--full.form-item, .views-exposed-form .form-item.teaser-collection.teaser-collection--full, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--full, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--full, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--full, .teaser.teaser--archive.teaser--archive-with-image a.grid--full, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--full, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.form-item {
    grid-template-columns: 1fr;
  }
}

.grid.grid--full > *, .grid.teaser-collection.teaser-collection--full > *, .views-exposed-form .grid--full.form-item > *, .views-exposed-form .form-item.teaser-collection.teaser-collection--full > *, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--full > *, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--full > *, .grid--full.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--full > *, .teaser.teaser--archive.teaser--archive-with-image a.grid--full > *, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--full > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .form-item > *, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item > *, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .form-item > *, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.form-item > *, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.form-item > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 768px) {
  .grid.grid--custom, .grid.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--custom.form-item, .views-exposed-form .form-item.teaser-collection.teaser-collection--overlay, .grid--custom.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--custom.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--custom.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--custom, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--overlay {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 768px) {
  .grid.grid--major-left, .views-exposed-form .grid--major-left.form-item, .grid--major-left.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--major-left.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image a.grid--major-left, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 768px) {
  .grid.grid--major-right, .views-exposed-form .grid--major-right.form-item, .grid--major-right.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--major-right.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--major-right.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--major-right, .views-exposed-form[data-drupal-selector=views-exposed-form-job-listings-page-1] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-job-listings-page-1] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-job-listings-page-1] .teaser.teaser--archive.teaser--archive-with-image a.form-item {
    grid-template-columns: 1fr 2fr;
  }
}

@supports (display: grid) {
  .grid.grid--narrow-gutters, .grid.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.form-item, .views-exposed-form .form-item.teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters, .teaser.teaser--archive.teaser--archive-with-image a.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.form-item {
    grid-gap: 1rem;
  }

  .grid.grid--narrow-gutters.box:last-child, .grid.box.teaser-collection.teaser-collection--overlay:last-child, .views-exposed-form .grid--narrow-gutters.box.form-item:last-child, .views-exposed-form .box.form-item.teaser-collection.teaser-collection--overlay:last-child, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full]:last-child, .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay:last-child, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1]:last-child, .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay:last-child, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive]:last-child, .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay:last-child, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box:last-child, .teaser.teaser--archive.teaser--archive-with-image a.box.teaser-collection.teaser-collection--overlay:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item:last-child, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item:last-child, .grid.grid--narrow-gutters.box.grid, .grid.box.grid.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.grid.form-item, .views-exposed-form .box.grid.form-item.teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.grid, .teaser.teaser--archive.teaser--archive-with-image a.box.grid.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.grid.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.grid.form-item, .views-exposed-form .grid.grid--narrow-gutters.box.form-item, .views-exposed-form .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.form-item, .views-exposed-form .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form a.grid--narrow-gutters.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.form-item, .views-exposed-form .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .grid.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1][data-drupal-selector=views-exposed-form-directory-directory-full], .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1][data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive][data-drupal-selector=views-exposed-form-directory-directory-full], .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive][data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-directory-directory-full], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full][data-drupal-selector=views-exposed-form-scholarships-page-1], .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full][data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive][data-drupal-selector=views-exposed-form-scholarships-page-1], .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive][data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .grid.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full][data-drupal-selector=views-exposed-form-news-news-archive], .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full][data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1][data-drupal-selector=views-exposed-form-news-news-archive], .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1][data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid.grid--narrow-gutters.box, .teaser.teaser--archive.teaser--archive-with-image a.grid.box.teaser-collection.teaser-collection--overlay, .views-exposed-form .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.form-item, .views-exposed-form .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form a.grid--narrow-gutters.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form a.box.form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box, .teaser.teaser--archive.teaser--archive-with-image a.box.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.grid.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.grid.box.form-item, .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.grid.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.grid.box.form-item, .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.grid.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.grid.box.form-item, .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .grid.grid--narrow-gutters.box.grid--narrow-gutters, .grid.box.teaser-collection.teaser-collection--overlay, .views-exposed-form .grid--narrow-gutters.box.grid--narrow-gutters.form-item, .views-exposed-form .box.form-item.teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].teaser-collection.teaser-collection--overlay, .grid--narrow-gutters.box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.grid--narrow-gutters, .teaser.teaser--archive.teaser--archive-with-image a.box.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.grid--narrow-gutters.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.grid--narrow-gutters.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.grid--narrow-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.grid--narrow-gutters.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.grid--narrow-gutters.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.grid--narrow-gutters.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.grid--narrow-gutters.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid--narrow-gutters.box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item.teaser-collection.teaser-collection--overlay, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.grid--narrow-gutters.box.form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.grid--narrow-gutters.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image a.box.form-item.teaser-collection.teaser-collection--overlay, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1] a.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .grid.box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1].form-item, .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] .box.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive].form-item, .teaser.teaser--archive.teaser--archive-with-image .views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive] a.box.form-item {
    margin-bottom: 0;
  }
}

@supports (display: grid) {
  .grid.grid--wide-gutters, .views-exposed-form .grid--wide-gutters.form-item, .grid--wide-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--wide-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--wide-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--wide-gutters {
    grid-gap: 4rem;
  }
}

@supports (display: grid) {
  .grid.grid--without-gutters, .views-exposed-form .grid--without-gutters.form-item, .grid--without-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--without-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--without-gutters.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a {
    grid-gap: 0;
  }
}

.grid.grid--fifty-fifty, .views-exposed-form .grid--fifty-fifty.form-item, .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--fifty-fifty {
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
}

@media (min-width: 768px) {
  .grid.grid--fifty-fifty, .views-exposed-form .grid--fifty-fifty.form-item, .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-directory-directory-full], .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-scholarships-page-1], .grid--fifty-fifty.views-exposed-form[data-drupal-selector=views-exposed-form-news-news-archive], .teaser.teaser--archive.teaser--archive-with-image a.grid--fifty-fifty {
    grid-template-columns: repeat(2, 1fr);
  }
}

.one-col, .user-login-form {
  display: grid;
  grid-template-columns: minmax(1.875rem, 1fr) minmax(16.25rem, 71.5rem) minmax(1.875rem, 1fr);
  grid-template-rows: auto;
}

.one-col > *, .user-login-form > * {
  grid-column: 2/3;
}

.one-col > *.left-bleed, .user-login-form > *.left-bleed {
  grid-column: 1/3;
}

.one-col > *.right-bleed, .user-login-form > *.right-bleed {
  grid-column: 2/4;
}

.one-col > *.full-bleed, .user-login-form > *.full-bleed, .one-col > *.one-col, .user-login-form > *.one-col, .one-col > .user-login-form, .user-login-form > .user-login-form {
  grid-column: 1/4;
}

.one-col > *.constrain, .user-login-form > *.constrain {
  grid-column: 2/3;
}

.slab {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .slab {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.slab:not(.slab--tab-overlay):not(.slab--tab-underlay) .slab__wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .slab:not(.slab--tab-overlay):not(.slab--tab-underlay) .slab__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.slab .slab__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slab .slab__background-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slab .slab__background-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
  opacity: 0.6;
}

.slab .slab__wrapper {
  position: relative;
}

.slab .slab__wrapper.with-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.slab .slab__wrapper.with-shadow .button:hover {
  text-shadow: none;
}

.slab .slab__wrapper .slab__header {
  margin-bottom: 0.9375rem;
}

.slab .slab__wrapper .slab__header h2, .slab .slab__wrapper .slab__header h3 {
  line-height: 1.25;
}

.slab .slab__wrapper .slab__header.slab__header--centered {
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .slab .slab__wrapper .slab__header.slab__header--centered {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .slab .slab__wrapper .slab__header.slab__header--centered {
    padding-left: 0rem;
    padding-right: 0rem;
    width: 50%;
  }
}

.slab .slab__wrapper .slab__cta {
  margin-top: 1.875rem;
}

.slab.slab--gray {
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.slab.slab--dark {
  --bg-opacity: 1;
  background-color: #363738;
  background-color: rgba(54, 55, 56, var(--bg-opacity));
}

.slab.slab--maroon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.slab.slab--blue {
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.slab.slab--maroon, .slab.slab--blue {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.slab.slab--maroon a:not(.button), .slab.slab--blue a:not(.button) {
  color: #ffffff !important;
}

.slab.slab--border-bottom {
  border-bottom-width: 0.375rem;
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
}

.slab.slab--body-padding {
  padding-top: 1.25rem;
}

.slab.slab--tab-underlay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 54px;
}

.slab.slab--no-bottom-padding {
  padding-bottom: 0rem;
}

.slab.slab--no-top-padding {
  padding-top: 0rem;
}

.slab.slab--tab-overlay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: -54px;
}

.with-sidebar {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .with-sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.link-group--invisible-header .headline-group {
  position: absolute;
  left: -999999em;
}

.section-nav {
  border-bottom: 8px #83003f solid;
}

.section-nav a:not(.button) {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  text-decoration: underline;
  word-break: break-word !important;
  -webkit-transition: color 700ms;
  transition: color 700ms;
}

.section-nav a:not(.button).is-active {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

.section-nav a:not(.button):hover {
  --text-opacity: 1;
  color: #202122;
  color: rgba(32, 33, 34, var(--text-opacity));
}

.section-nav ul {
  margin-left: 0 !important;
}

.section-nav ul > li {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.section-nav ul > li > ul {
  margin-left: 20px !important;
  margin-top: 10px !important;
}

.section-nav ul > li > ul > li:before {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.section-nav ul > li > ul > li > ul > li:before {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  border-width: 0.0625rem;
  background-color: transparent;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.skip-nav {
  font-size: 1.25rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: color(newcity-black);
}

.skip-nav:link, .skip-nav:visited {
  color: #fff;
}

.skip-nav:active, .skip-nav:hover, .skip-nav:focus {
  color: #83003f;
}

.skip-nav:focus {
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.footer {
  border-bottom-width: 0.375rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

@supports not (display: grid) {
  .footer .footer__links, .footer .footer__addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  @media (min-width: 1024px) {
    .footer .footer__links, .footer .footer__addresses {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
}

.footer .footer__links .menu-box {
  min-width: 25%;
  padding-bottom: 1.5625rem;
}

.footer .footer__links .menu-box:last-child {
  padding-bottom: 0rem;
}

.footer .footer__links .menu-box .menu__item a:hover {
  text-decoration: underline;
}

.footer .footer__links .menu-box .menu__header, .footer .footer__links .menu-box .headline-group {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  padding-bottom: 0.625rem;
}

.footer .footer__addresses .address__wrapper {
  min-width: 25%;
  padding-bottom: 1.5625rem;
}

.footer .footer__addresses .address__wrapper:last-child {
  padding-bottom: 0rem;
}

.footer .footer__addresses .address__wrapper .vcard {
  margin-bottom: 0.9375rem;
}

.footer .footer__addresses .address__wrapper .vcard .heading--linked {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.footer .footer__addresses .address__wrapper .vcard .heading--linked:hover {
  text-decoration: underline;
}

.footer .footer__addresses .address__wrapper .vcard .street-address {
  display: block;
}

.footer .footer__ribbon {
  font-size: 0.875rem;
}

.footer .footer__ribbon .copyright {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.footer .footer__ribbon .menu--piped {
  display: inline-block;
}

.footer .footer__ribbon .menu--piped li.menu__item {
  display: inline-block;
  padding-right: 0.625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.footer .footer__ribbon .menu--piped li.menu__item a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .footer .footer__links .menu {
    padding-bottom: 0rem;
  }

  .footer .footer__addresses .address__wrapper {
    padding-bottom: 0rem;
  }
}

.header .logo-container {
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .header .logo-container {
    display: none;
  }
}

.header .logo-container a:hover .logo-mobile {
  fill: #c17f9f;
}

.header .hamburger:before, .header .hamburger:after {
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
  display: block;
  height: 0.1875rem;
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header .hamburger:before {
  -webkit-box-shadow: 0 14px #202122;
          box-shadow: 0 14px #202122;
  margin-bottom: 1.5625rem;
}

.header .hamburger--open.hamburger:before {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white;
  -webkit-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}

.header .hamburger--open.hamburger:after {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-transform: translateY(-14px) rotate(-45deg);
          transform: translateY(-14px) rotate(-45deg);
}

.header .quicklinks {
  font-weight: 500;
  min-width: 12.5rem;
  min-height: 3.125rem;
  border-width: 0.125rem;
  --border-opacity: 1;
  border-color: #b6b6b8;
  border-color: rgba(182, 182, 184, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -ms-flex-item-align: center;
      align-self: center;
}

.header .quicklinks:hover {
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .header .quicklinks {
    min-width: auto;
  }
}

.header .quicklinks .icon__glyph {
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.header .mobile-quicklinks .menu--columns {
  margin-bottom: -0.625rem;
}

.header .mobile-quicklinks .menu--columns * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.header .mobile-quicklinks .menu--columns > * {
  padding-bottom: 0.625rem;
}

.header .main-nav .c-container {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 1024px) {
  .header .main-nav .c-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.header .main-nav .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .main-nav .menu .menu__item {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  --border-opacity: 1;
  border-color: #c3c3c3;
  border-color: rgba(195, 195, 195, var(--border-opacity));
  min-width: 100%;
  margin: 0rem;
  border-bottom-width: 1px;
  line-height: 3;
}

.header .main-nav .menu .menu__item:last-child {
  border-bottom: 0;
}

.header .main-nav .menu .menu__item:last-child .menu__link {
  padding-bottom: 0rem;
}

.header .main-nav .menu .menu__item > a {
  letter-spacing: 1.1px;
  padding-bottom: 0.3125rem;
}

.header .main-nav .menu .menu__item > a.active {
  --text-opacity: 1;
  color: #c3c3c3;
  color: rgba(195, 195, 195, var(--text-opacity));
}

.header .main-nav .menu .menu__item > a:hover {
  --text-opacity: 1;
  color: #c17f9f;
  color: rgba(193, 127, 159, var(--text-opacity));
}

.header #mega-menu-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .header #mega-menu-wrapper {
    display: block;
    margin-left: 11rem;
  }
}

.header #mega-menu-wrapper .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header #mega-menu-wrapper .mega-menu__item {
  position: relative;
  z-index: 40;
  margin-left: 0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition-property: z-index, -webkit-filter;
  transition-property: z-index, -webkit-filter;
  transition-property: filter, z-index;
  transition-property: filter, z-index, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #mega-menu-wrapper .mega-menu__item:has([aria-expanded=true]) {
  z-index: 50;
  -webkit-filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.25));
}

.header #mega-menu-wrapper .mega-menu__button {
  padding-left: 0.1875rem;
  padding-right: 1.25rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #mega-menu-wrapper .mega-menu__button:hover, .header #mega-menu-wrapper .mega-menu__button:focus-visible, .header #mega-menu-wrapper .mega-menu__button[aria-expanded=true] {
  --text-opacity: 1;
  color: #EDD085;
  color: rgba(237, 208, 133, var(--text-opacity));
}

.header #mega-menu-wrapper .mega-menu__button::after {
  content: "";
  will-change: transform;
  position: absolute;
  display: inline-block;
  background-color: currentColor;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -1rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: transform, background-color, opacity;
  transition-property: transform, background-color, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #mega-menu-wrapper .mega-menu__button[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.header #mega-menu-wrapper .mega-menu__button:focus:not(:focus-visible) {
  outline: none;
}

.header #mega-menu-wrapper .mega-menu__panel {
  display: none;
  position: absolute;
  z-index: 50;
  top: 100%;
  right: 0;
  min-width: 100%;
  max-width: 32rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 1024px) {
  .header #mega-menu-wrapper .mega-menu__panel {
    display: block;
  }
}

.header #mega-menu-wrapper .mega-menu__panel:is(.mega-menu__item:nth-child(1) *, .mega-menu__item:nth-child(2) *) {
  right: auto;
  left: 0;
}

.header #mega-menu-wrapper .mega-menu__panel:is([aria-expanded=true] + *) {
  visibility: visible;
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .header #mega-menu-wrapper .mega-menu__panel {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
  }
}

.header #mega-menu-wrapper .mega-menu__panel-outer-wrapper {
  --bg-opacity: 1;
  background-color: #3F4042;
  background-color: rgba(63, 64, 66, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #EDD085;
  border-color: rgba(237, 208, 133, var(--border-opacity));
  border-top-width: 0.375rem;
  border-style: solid;
}

.header #mega-menu-wrapper .mega-menu__panel-inner-wrapper {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list {
  margin-bottom: -0.625rem;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list:has(> :nth-child(5)) {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 1.5rem;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list > * {
  padding-bottom: 0.625rem;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list-item {
  margin: 0rem;
  overflow: clip;
}

.header #mega-menu-wrapper .mega-menu__panel-link-list-item a {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: none;
  font-size: 0.875rem;
  will-change: transform;
}

@media (min-width: 1024px) {
  .header #accordion-main-menu-wrapper {
    display: none;
  }
}

.header #accordion-main-menu-wrapper .accordion-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__item {
  border-top-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #6d6e71;
  border-color: rgba(109, 110, 113, var(--border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__heading {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__button {
  padding-left: 0.1875rem;
  padding-right: 1.25rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__button:hover, .header #accordion-main-menu-wrapper .accordion-main-menu__button:focus-visible, .header #accordion-main-menu-wrapper .accordion-main-menu__button[aria-expanded=true] {
  --text-opacity: 1;
  color: #EDD085;
  color: rgba(237, 208, 133, var(--text-opacity));
}

.header #accordion-main-menu-wrapper .accordion-main-menu__button::after {
  content: "";
  will-change: transform;
  position: absolute;
  display: inline-block;
  background-color: currentColor;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -1rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: transform, background-color, opacity;
  transition-property: transform, background-color, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__button[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.header #accordion-main-menu-wrapper .accordion-main-menu__button:focus:not(:focus-visible) {
  outline: none;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel {
  display: grid;
  visibility: hidden;
  grid-template-rows: 0fr;
  -webkit-transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility, -ms-grid-rows;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel[aria-hidden=false] {
  visibility: visible;
  grid-template-rows: 1fr;
}

@media (prefers-reduced-motion: reduce) {
  .header #accordion-main-menu-wrapper .accordion-main-menu__panel {
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 5ms;
            transition-duration: 5ms;
  }
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-outer-wrapper {
  overflow: hidden;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-inner-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list {
  margin-bottom: -0.9375rem;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list > * {
  padding-bottom: 0.9375rem;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

@media (min-width: 460px) {
  .header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list:has(> :nth-child(5)) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 1.5rem;
  }
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list-item {
  margin: 0rem;
  overflow: clip;
}

.header #accordion-main-menu-wrapper .accordion-main-menu__panel-link-list-item a {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: none;
  font-size: 0.875rem;
  will-change: transform;
}

.header .utility-nav {
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.header .utility-nav .nav-items .menu:not(.mobile-quicklinks *) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .utility-nav .nav-items .menu:not(.mobile-quicklinks *) .menu__item {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.5625rem;
  font-weight: 500;
  font-size: 0.875rem;
}

.header .utility-nav .nav-items .menu:not(.mobile-quicklinks *) .menu__item > a.active {
  --text-opacity: 1;
  color: #363738;
  color: rgba(54, 55, 56, var(--text-opacity));
  --border-opacity: 1;
  border-color: #363738;
  border-color: rgba(54, 55, 56, var(--border-opacity));
  border-bottom-width: 0.0625rem;
  padding-bottom: 0.3125rem;
}

.header .utility-nav .nav-items .menu:not(.mobile-quicklinks *) .menu__item > a:hover {
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  border-bottom-width: 0.0625rem;
  padding-bottom: 0.3125rem;
}

.header .utility-nav .auxiliary-navigation .close-button .icon__glyph {
  margin-top: -7px;
  margin-left: 7px;
}

.header .utility-nav .auxiliary-navigation .menu-box .headline-group .headline-group__head {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .header .auxiliary-navigation {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

@media (min-width: 1024px) {
  .header .header__nav .main-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header .header__nav .main-nav .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header .header__nav .main-nav .menu .menu__item {
    padding-left: 2.5rem;
    border-width: 0rem;
    line-height: 2;
    min-width: auto;
  }

  .header .header__nav .utility-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .header .header__nav .utility-nav .nav-items .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header .header__nav .utility-nav .nav-items .menu .menu__item {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 1.875rem;
    padding-left: 0rem;
  }

  .header .header__logo {
    border-bottom: 5px solid #83003f;
    width: 145px;
    left: 0;
    bottom: -100px;
  }

  @media (min-width: 1024px) {
    .header .header__logo {
      left: 1.875rem;
    }
  }
}

@media (min-width: 1280px) {
  .header .header__nav .main-nav .menu__item {
    padding-left: 60px;
  }
}

.address__location .adr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.address__location .adr .directions {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding-left: 0.3125rem;
}

.address__location .adr .directions:before {
  content: "(";
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}

.address__location .adr .directions:after {
  content: ")";
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}

.address__location .adr .phone span, .address__location .adr .fax span, .address__location .adr .hours span {
  font-weight: 700;
}

.address__location .adr .phone {
  margin-top: 1.25rem;
}

.described-links .editorial p {
  font-size: 1rem;
  line-height: 1;
}

.headline-group {
  display: block;
  margin-top: 0rem;
  line-height: 1.1;
}

.headline-group .headline-group__super,
.headline-group .headline-group__sub {
  display: block;
}

.headline-group .headline-group__super {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

.headline-group .headline-group__sub {
  font-size: 1.125rem;
  font-style: italic;
}

.headline-group .headline-group__head {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

button.small .icon__label,
button.small .icon__glyph {
  font-size: 1rem;
}

.icon-link {
  display: inline-block;
}

.icon-link--hidden-label .icon__label {
  position: absolute;
  left: -9999999em;
}

.section-intro .heading__text {
  font-family: Poppins, serif;
}

.section-intro p {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th, table td {
  padding: 0.625rem;
  display: block;
  border-width: 0;
}

table th.align-right, table td.align-right {
  text-align: initial;
}

table thead tr th {
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
  font-weight: 700;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

table thead tr th.views-field a {
  color: white !important;
  text-decoration: underline !important;
}

table thead tr th.views-field a:hover {
  color: #c3c3c3 !important;
}

table tbody tr th {
  text-align: center;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #6d6e71;
  background-color: rgba(109, 110, 113, var(--bg-opacity));
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

table tbody tr:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

table caption {
  font-style: italic;
  caption-side: bottom;
}

table .responsive-label {
  display: block;
  font-weight: 700;
  height: 100%;
}

table .responsive-label::after {
  content: ": ";
}

table.tablesaw-stack thead th .tablesaw-cell-label {
  width: 40%;
}

table.tablesaw-stack tbody tr {
  border-bottom: 0 !important;
}

table.tablesaw-stack tbody tr td {
  background-color: inherit !important;
}

table.tablesaw-stack tbody tr td .tablesaw-cell-label {
  width: 40%;
}

table.tablesaw-stack .tablesaw-cell-content {
  max-width: 57%;
}

@media (min-width: 768px) {
  table.tablesaw-stack .tablesaw-cell-content {
    max-width: 100%;
  }
}

table .views-field-field-pmid a,
table .views-field-field-person a {
  word-break: normal !important;
}

@media (min-width: 768px) {
  table thead {
    display: table-header-group;
  }

  table tr {
    display: table-row;
  }

  table th,
  table td {
    display: table-cell;
  }

  table th.align-right,
  table td.align-right {
    text-align: right;
  }

  table tbody tr {
    border-bottom-width: 0;
  }

  table .responsive-label {
    display: none;
  }
}

.ambient-video {
  position: relative;
  width: 100%;
}

.ambient-video video {
  width: 100%;
  height: auto;
}

.ambient-video button {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
}

.modal .modal__wrapper {
  max-width: 80vw;
  max-height: 80vh;
}

.modal .modal__wrapper img {
  max-width: 80vw;
  max-height: 80vw;
}

.image-gallery__block a {
  display: block;
  overflow: hidden;
  margin: 10px;
}

.image-gallery__block a:hover figure::before, .image-gallery__block a:hover figure::after, .image-gallery__block a:focus figure::before, .image-gallery__block a:focus figure::after {
  opacity: 1;
}

.image-gallery__block figure {
  position: relative;
  overflow: hidden;
}

.image-gallery__block figure img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.image-gallery__block figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  font-family: "iconfont";
  font-size: 2.2em;
  line-height: 1.2;
  content: "\eaa7";
  opacity: 0;
  z-index: 10;
}

.image-gallery__block figure::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(131, 0, 63, 0.7);
  -webkit-box-shadow: inset 0 0 0 0.5rem #83003f;
          box-shadow: inset 0 0 0 0.5rem #83003f;
  content: "";
  opacity: 0;
  z-index: 10;
}

.image-gallery__block figcaption {
  display: none;
}

.image-gallery__slide__title {
  font-size: 1.1667rem;
  line-height: 0;
  font-weight: 500;
}

.image-gallery__block-sizer,
.image-gallery__block {
  width: 33.3333%;
}

.image-gallery__block--width2 {
  width: 66.6666%;
}

.mfp-bg {
  background-color: #83003f;
}

button.mfp-close {
  right: 0;
  width: 1.4em !important;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.mfp-image-holder .mfp-bottom-bar {
  position: relative;
  top: auto;
  margin-top: 0;
}

.mfp-image-holder .mfp-figure {
  padding: 3rem;
  background-color: #fff;
}

.mfp-image-holder .mfp-figure::after {
  display: none;
}

.mfp-image-holder .mfp-title {
  padding-right: 4rem;
}

.mfp-image-holder .mfp-counter {
  top: 0;
  bottom: auto;
}

.mfp-image-holder .mfp-img {
  padding: 0 0 1rem;
}

.mfp-image-holder figure img {
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .mfp-image-holder .mfp-landscape figure figcaption {
    margin: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 70vw;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 30vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    margin-right: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-right: 2rem;
  }

  .mfp-image-holder .mfp-portrait.mfp-has-title figure .mfp-bottom-bar {
    margin-top: 56px;
  }
}

.no-scroll {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #83003f;
  opacity: 0.89;
  z-index: 666;
}

.mfp-inline-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #83003f;
}

.mfp-inline-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  color: #fff;
}

.modal-display {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border-width: 0;
  background: #fff;
  z-index: 667;
  overflow-x: none;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal-display {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    max-height: 95vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

.modal-close {
  position: absolute;
  padding: 0;
  border: 0;
}

.modal-close::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "iconfont";
  font-size: 2em;
  content: "\ea45";
  vertical-align: middle;
}

.nice-video {
  position: relative;
  background-color: #83003f;
}

.nice-video img {
  opacity: 0.57;
}

.nice-video--control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out;
  color: #83003f;
  text-decoration: none;
}

.nice-video--control .ic--play-triangle {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  padding-right: 0;
  border: 1px transparent solid;
  border-radius: 100%;
  background-color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.nice-video--control .label {
  position: absolute;
  left: -99999em;
}

.nice-video--control:hover .ic--play-triangle {
  background-color: color(light-blue);
  color: #fff;
}

.event-meta {
  font-size: 1rem;
  line-height: 1;
}

.cta-grid {
  margin-top: 2.8125rem;
  margin-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .cta-grid {
    margin-top: 3.125rem;
    margin-bottom: 4.6875rem;
  }
}

.cta-grid .cta-grid__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2.8125rem;
  gap: 2.8125rem;
}

@media (min-width: 768px) {
  .cta-grid .cta-grid__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.cta-grid .cta-grid__intro-block {
  max-width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.cta-grid .cta-grid__button {
  margin-top: 0.9375rem;
}

.cta-grid .cta-grid__items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2.8125rem;
  gap: 2.8125rem;
}

@media (min-width: 768px) {
  .cta-grid .cta-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cta-grid .cta-grid__items {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}

.cta-grid .cta-grid__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 3/2;
}

.cta-grid .cta-grid__item .cta-grid__item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-grid .cta-grid__item .cta-grid__item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-grid .cta-grid__item .cta-grid__item-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.cta-grid .cta-grid__item:hover .cta-grid__item-image::after {
  opacity: 0.2;
}

.cta-grid .cta-grid__item .cta-grid__item-link {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 0.625rem;
  padding-right: 0.9375rem;
  margin-top: 0.625rem;
  margin-right: 0.9375rem;
  border-top-width: 0.375rem;
  --border-opacity: 1;
  border-color: #00C8FF;
  border-color: rgba(0, 200, 255, var(--border-opacity));
  font-size: 1.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 460px) {
  .cta-grid .cta-grid__item .cta-grid__item-link {
    padding-top: 0.9375rem;
    padding-right: 1.25rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cta-grid .cta-grid__item .cta-grid__item-link {
    padding-top: 0.625rem;
    padding-right: 0.9375rem;
    font-size: 1.3125rem;
  }
}

@media (min-width: 1024px) {
  .cta-grid .cta-grid__item .cta-grid__item-link {
    padding-top: 0.9375rem;
    padding-right: 1.25rem;
    font-size: 1.5rem;
  }
}

.cta-grid .cta-grid__item .cta-grid__item-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.views-row:last-child {
  border-bottom-width: 0rem;
}

@supports not (display: grid) {
  .fast-facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  @media (min-width: 768px) {
    .fast-facts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }

  .fast-facts .fast-fact {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    width: 18.75rem;
  }

  .fast-facts .fast-fact__stat {
    margin-bottom: 1.25rem;
  }
}

.icon-card-teaser-collection {
  position: relative;
  margin-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .icon-card-teaser-collection {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.icon-card-teaser-collection .icon-card-teaser-collection__decorative-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 13.75rem;
}

.icon-card-teaser-collection .icon-card-teaser-collection__decorative-strip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 0.2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='260' viewBox='0 0 1440 260' fill='none'%3E%3Cpath d='M1101.93 -278.988L1101.5 -277.312L1101.08 -275.672C1096.88 -258.694 1094.28 -241.097 1093.46 -223.036L1094.05 -222.971C1100.17 -222.159 1104.9 -216.909 1104.9 -210.575C1104.9 -204.241 1100.17 -198.991 1094.05 -198.18L1093.46 -198.115L1093.6 -195.386C1096.78 -138.135 1117.81 -85.5899 1151.22 -43.2178C1152.28 -41.8674 1153.37 -40.5142 1154.46 -39.1846L1155.63 -37.7627C1167.81 -23.1026 1181.49 -9.75473 1196.46 2.05762C1197.81 3.1225 1199.18 4.18353 1200.55 5.22363L1202.31 6.54785C1211.15 13.1355 1220.39 19.2014 1230.01 24.6934C1229.66 25.0896 1229.36 25.5126 1229.1 25.9629C1220.3 20.9334 1211.83 15.4353 1203.69 9.4873C1202.49 8.61829 1201.31 7.74017 1200.14 6.84863C1193.97 2.19247 1188.01 -2.72104 1182.26 -7.87402C1213.2 27.551 1233.48 72.506 1238.09 121.947C1240.12 120.864 1242.44 120.249 1244.91 120.249C1252.93 120.249 1259.45 126.778 1259.45 134.802C1259.45 136.726 1259.07 138.564 1258.39 140.247C1279.26 151.056 1298.4 164.74 1315.31 180.772C1315.43 180.638 1315.56 180.508 1315.68 180.378C1316 180.031 1316.44 179.86 1316.88 179.86C1317.28 179.86 1317.68 180.004 1318 180.306C1318.67 180.927 1318.7 181.967 1318.08 182.629C1317.95 182.773 1317.81 182.913 1317.68 183.053H1317.68C1341.14 205.902 1360.12 233.344 1373.14 263.91L1373.15 263.911V263.912L1374.93 264.125C1379.1 264.606 1383.31 264.979 1387.5 265.235C1388.28 265.285 1388.88 265.961 1388.83 266.744C1388.78 267.496 1388.15 268.076 1387.41 268.076L1387.32 268.072C1383.02 267.811 1378.69 267.424 1374.41 266.929L1374.53 267.217C1386.37 296.179 1392.91 327.86 1392.91 361.039C1392.91 391.129 1387.53 419.987 1377.69 446.702C1377.75 446.872 1377.76 447.057 1377.72 447.243C1377.66 447.566 1377.47 447.832 1377.21 447.997C1341.91 542.233 1250.96 609.487 1144.61 609.487C1007.69 609.487 896.305 498.033 896.301 361.039C896.301 355.532 896.481 350.066 896.836 344.646C826.413 305.212 778.703 229.826 778.7 143.496C778.7 125.425 780.791 107.834 784.743 90.9512C778.762 82.6198 772.411 74.571 765.713 66.8301C765.987 66.1772 766.267 65.5109 766.551 64.8535C773.151 72.4404 779.419 80.3243 785.335 88.4805C788.839 74.2266 793.673 60.4902 799.697 47.4111C776.835 25.2106 762.331 -5.55554 761.437 -39.6641C761.54 -39.6546 761.644 -39.6494 761.752 -39.6494C761.887 -39.6494 762.022 -39.6581 762.152 -39.6738C763.045 -5.85529 777.389 24.6643 800.018 46.7207C836.081 -30.8982 914.119 -85.1982 1004.78 -86.7988C996.45 -109.087 981.956 -128.391 963.383 -142.617C963.54 -142.795 963.685 -142.99 963.802 -143.199C982.556 -128.839 997.176 -109.334 1005.54 -86.8105C1006.66 -86.8266 1007.78 -86.835 1008.9 -86.835C1066.97 -86.8353 1120.09 -65.2054 1160.63 -29.5742C1156.82 -33.8534 1153.14 -38.2523 1149.6 -42.7666C1148.69 -43.9259 1147.78 -45.0969 1146.89 -46.2715C1114.58 -88.8636 1094.49 -141.229 1091.91 -198.08L1091.6 -198.097C1085.08 -198.511 1079.91 -203.951 1079.91 -210.575C1079.91 -217.304 1085.25 -222.811 1091.91 -223.07C1092.76 -241.667 1095.47 -259.772 1099.88 -277.224C1100.02 -277.78 1100.16 -278.339 1100.3 -278.896V-278.897C1100.16 -278.339 1100.02 -277.781 1099.88 -277.224C1099.04 -277.26 1098.36 -277.916 1098.31 -278.764C1098.25 -279.671 1098.94 -280.453 1099.84 -280.511C1100.14 -280.53 1100.44 -280.548 1100.74 -280.566C1101.28 -280.599 1101.83 -280.63 1102.37 -280.66C1102.22 -280.105 1102.07 -279.547 1101.93 -278.988ZM1257.8 141.532C1255.37 146.18 1250.5 149.358 1244.9 149.358C1242.82 149.358 1240.84 148.917 1239.04 148.124C1237.9 206.14 1215.2 258.963 1178.66 298.897C1179.56 300.623 1180.48 302.338 1181.42 304.035C1181.73 304.589 1181.53 305.287 1180.97 305.593C1180.79 305.687 1180.61 305.737 1180.42 305.737C1180.02 305.737 1179.62 305.521 1179.42 305.143C1178.6 303.668 1177.8 302.179 1177.01 300.682C1134.97 345.667 1075.16 373.826 1008.9 373.826C968.803 373.826 931.07 363.516 898.207 345.407C897.883 350.577 897.718 355.789 897.718 361.039C897.718 497.254 1008.47 608.074 1144.61 608.074C1250.16 608.074 1340.45 541.45 1375.69 448.023C1370.06 446.944 1364.41 445.685 1358.86 444.267C1358.25 444.109 1357.88 443.487 1358.04 442.875C1358.19 442.258 1358.81 441.89 1359.43 442.047C1365.05 443.484 1370.79 444.76 1376.5 445.846C1386.2 419.386 1391.49 390.819 1391.49 361.039C1391.49 327.66 1384.84 295.806 1372.8 266.734C1372.69 266.721 1372.58 266.708 1372.47 266.694C1371.69 266.6 1371.14 265.888 1371.24 265.109C1371.28 264.74 1371.47 264.421 1371.73 264.2C1358.79 233.92 1339.96 206.732 1316.71 184.08C1313.2 187.763 1309.55 191.383 1305.86 194.854C1305.54 195.156 1305.13 195.3 1304.73 195.3C1304.29 195.3 1303.86 195.129 1303.53 194.782C1302.91 194.12 1302.94 193.076 1303.6 192.454C1307.26 189.019 1310.86 185.443 1314.33 181.796C1297.54 165.87 1278.52 152.275 1257.8 141.532ZM307.939 563.2C308.439 563.182 308.854 563.57 308.872 564.069C308.89 564.565 308.502 564.983 308.005 565.001C304.556 565.123 301.053 565.19 297.594 565.19C297.097 565.19 296.694 564.785 296.693 564.29C296.693 563.795 297.096 563.39 297.593 563.39C301.03 563.39 304.512 563.326 307.939 563.2ZM276.917 562.65C280.336 562.898 283.812 563.083 287.249 563.205C287.745 563.223 288.134 563.642 288.116 564.137C288.099 564.623 287.699 565.006 287.217 565.006H287.185C283.727 564.884 280.228 564.695 276.788 564.447C276.292 564.411 275.92 563.983 275.955 563.483C275.991 562.988 276.417 562.61 276.917 562.65ZM328.575 561.701C329.066 561.652 329.513 562.007 329.567 562.502C329.621 562.993 329.264 563.439 328.771 563.493C325.342 563.867 321.852 564.186 318.401 564.434L318.336 564.438C317.868 564.438 317.474 564.073 317.439 563.601C317.404 563.105 317.776 562.674 318.271 562.638C321.7 562.39 325.167 562.075 328.575 561.701ZM256.35 560.422C259.743 560.913 263.196 561.354 266.613 561.724C267.107 561.778 267.465 562.223 267.411 562.714C267.361 563.177 266.971 563.519 266.518 563.52L266.419 563.516C262.98 563.142 259.505 562.7 256.091 562.2C255.599 562.128 255.258 561.673 255.33 561.183C255.402 560.688 255.857 560.345 256.35 560.422ZM349.045 558.707C349.535 558.617 350.003 558.941 350.093 559.432C350.182 559.922 349.859 560.39 349.37 560.48C345.974 561.102 342.519 561.674 339.098 562.174C339.054 562.183 339.009 562.183 338.966 562.183C338.526 562.182 338.142 561.862 338.076 561.412C338.005 560.922 338.345 560.463 338.837 560.396C342.236 559.896 345.671 559.328 349.045 558.707ZM234.926 557.374C235.033 556.888 235.514 556.582 235.999 556.689C239.351 557.432 242.764 558.121 246.141 558.742C246.629 558.832 246.954 559.301 246.864 559.792C246.785 560.224 246.406 560.53 245.979 560.53C245.926 560.53 245.871 560.525 245.816 560.512C242.418 559.89 238.984 559.198 235.61 558.45C235.125 558.342 234.819 557.86 234.926 557.374ZM369.241 554.222C369.721 554.096 370.213 554.384 370.339 554.866C370.464 555.348 370.177 555.839 369.696 555.965C366.354 556.838 362.948 557.657 359.574 558.409C359.509 558.423 359.443 558.432 359.378 558.432C358.965 558.432 358.594 558.143 358.501 557.725C358.393 557.238 358.7 556.756 359.185 556.648C362.537 555.906 365.92 555.086 369.241 554.222ZM214.857 552.078C215 551.601 215.502 551.332 215.978 551.476C219.264 552.462 222.617 553.402 225.941 554.267C226.422 554.393 226.71 554.884 226.585 555.365C226.48 555.77 226.114 556.041 225.715 556.041C225.64 556.041 225.563 556.032 225.487 556.01C222.142 555.141 218.768 554.194 215.461 553.199C214.985 553.06 214.715 552.555 214.857 552.078ZM389.054 548.261C389.524 548.099 390.036 548.35 390.196 548.823C390.357 549.291 390.105 549.804 389.635 549.962C386.365 551.079 383.029 552.15 379.721 553.146C379.634 553.173 379.547 553.187 379.461 553.187C379.074 553.187 378.717 552.934 378.6 552.542C378.457 552.069 378.726 551.565 379.202 551.421C382.489 550.435 385.805 549.368 389.054 548.261ZM195.174 545.302C195.352 544.834 195.873 544.604 196.336 544.779C199.551 546.008 202.834 547.197 206.094 548.31C206.564 548.467 206.816 548.981 206.655 549.453C206.528 549.827 206.178 550.062 205.803 550.062C205.707 550.061 205.609 550.048 205.513 550.012C202.232 548.895 198.928 547.702 195.693 546.464C195.229 546.284 194.996 545.766 195.174 545.302ZM408.346 540.867C408.803 540.674 409.332 540.885 409.526 541.344C409.721 541.803 409.508 542.33 409.051 542.523C405.88 543.874 402.642 545.185 399.426 546.419C399.32 546.459 399.211 546.478 399.104 546.478C398.742 546.478 398.4 546.256 398.264 545.9C398.086 545.432 398.318 544.914 398.782 544.734C401.977 543.51 405.195 542.209 408.346 540.867ZM176.055 537.094C176.266 536.643 176.803 536.45 177.253 536.661C180.37 538.124 183.554 539.547 186.718 540.894C187.175 541.087 187.389 541.619 187.194 542.078C187.049 542.42 186.715 542.623 186.365 542.623C186.248 542.623 186.128 542.6 186.014 542.551C182.829 541.195 179.624 539.763 176.487 538.291C176.038 538.079 175.844 537.544 176.055 537.094ZM427.026 532.091C427.467 531.866 428.012 532.037 428.237 532.479C428.467 532.92 428.291 533.465 427.851 533.694C424.786 535.275 421.649 536.814 418.53 538.282C418.404 538.341 418.274 538.368 418.148 538.368C417.81 538.368 417.487 538.174 417.333 537.851C417.122 537.4 417.315 536.864 417.765 536.652C420.862 535.193 423.98 533.662 427.026 532.091ZM157.601 527.508C157.844 527.071 158.392 526.918 158.826 527.161C161.827 528.85 164.897 530.507 167.951 532.078C168.393 532.308 168.566 532.852 168.339 533.293C168.18 533.604 167.864 533.779 167.538 533.779C167.399 533.779 167.259 533.748 167.127 533.681C164.054 532.096 160.964 530.43 157.944 528.732C157.511 528.489 157.357 527.94 157.601 527.508ZM445.026 521.965C445.454 521.708 446.008 521.838 446.265 522.262C446.526 522.689 446.39 523.243 445.967 523.5C443.024 525.301 440.009 527.071 437.003 528.764C436.864 528.84 436.711 528.881 436.562 528.881C436.248 528.881 435.941 528.714 435.774 528.422C435.531 527.985 435.685 527.436 436.121 527.192C439.104 525.513 442.106 523.752 445.026 521.965ZM139.906 516.598C140.181 516.183 140.74 516.071 141.154 516.346C144.016 518.246 146.955 520.119 149.891 521.915C150.315 522.176 150.448 522.73 150.188 523.153C150.019 523.432 149.723 523.586 149.42 523.586C149.26 523.586 149.098 523.54 148.951 523.45C145.997 521.645 143.039 519.758 140.159 517.845C139.745 517.57 139.631 517.012 139.906 516.598ZM462.257 510.546C462.657 510.258 463.22 510.352 463.513 510.753C463.801 511.158 463.706 511.721 463.301 512.009C460.497 514.021 457.613 516.008 454.737 517.917C454.585 518.016 454.414 518.065 454.243 518.065C453.951 518.065 453.667 517.921 453.491 517.66C453.217 517.246 453.329 516.688 453.743 516.413C456.601 514.522 459.467 512.545 462.257 510.546ZM123.062 504.436C123.366 504.04 123.931 503.967 124.324 504.273C127.044 506.381 129.838 508.461 132.628 510.46C133.032 510.753 133.124 511.315 132.835 511.721C132.659 511.964 132.383 512.095 132.104 512.095C131.922 512.095 131.738 512.04 131.579 511.928C128.772 509.911 125.96 507.817 123.223 505.696C122.83 505.395 122.757 504.827 123.062 504.436ZM478.615 497.897C478.998 497.583 479.564 497.632 479.884 498.015C480.199 498.397 480.149 498.964 479.767 499.284C477.112 501.495 474.38 503.684 471.648 505.8C471.486 505.926 471.293 505.984 471.1 505.984C470.83 505.984 470.564 505.867 470.389 505.638C470.083 505.242 470.155 504.679 470.551 504.373C473.264 502.275 475.978 500.095 478.615 497.897ZM242.52 135.797C242.859 136.612 243.194 137.436 243.521 138.255C250.57 155.924 254.938 174.936 256.135 194.797C260.385 194.441 264.683 194.257 269.023 194.257C318.345 194.257 362.293 217.708 390.322 254.05C390.335 253.62 390.347 253.191 390.362 252.763C390.496 252.754 390.631 252.749 390.767 252.749C390.982 252.749 391.196 252.759 391.406 252.781C391.375 253.645 391.352 254.51 391.333 255.376C410.684 281.035 422.171 312.948 422.171 347.496C422.175 431.993 353.47 500.741 269.023 500.741C184.576 500.741 115.873 431.993 115.872 347.496C115.872 296.782 140.621 251.744 178.668 223.837C183.64 197.57 191.654 172.365 202.324 148.607C202.662 149.431 202.996 150.265 203.322 151.098C193.357 173.617 185.791 197.426 180.947 222.198C202.304 207.124 227.668 197.371 255.097 194.886C253.969 176.12 249.991 158.117 243.585 141.294L242.928 139.593C242.602 138.76 242.267 137.927 241.93 137.103C242.128 136.661 242.32 136.238 242.52 135.797ZM269.023 195.131C264.701 195.131 260.42 195.314 256.188 195.669C256.222 196.289 256.255 196.911 256.283 197.533C256.174 197.529 256.062 197.524 255.952 197.524C255.712 197.524 255.475 197.538 255.24 197.556C255.213 196.956 255.182 196.357 255.148 195.759C227.568 198.263 202.088 208.155 180.706 223.438C176.762 244.023 174.696 265.267 174.696 286.984C174.696 298.52 175.278 309.916 176.416 321.159H174.477C173.345 309.916 172.767 298.52 172.767 286.984C172.767 265.853 174.713 245.167 178.434 225.097C141.029 252.885 116.745 297.406 116.745 347.496C116.745 431.512 185.057 499.867 269.024 499.867C352.99 499.867 421.302 431.511 421.298 347.496C421.3 313.545 410.144 282.152 391.308 256.794C391.296 257.652 391.288 258.512 391.288 259.373C391.288 261.579 391.328 263.781 391.406 265.969C391.196 265.987 390.982 266.001 390.767 266.001C390.631 266.001 390.496 265.996 390.362 265.987C390.284 263.794 390.245 261.588 390.245 259.377C390.245 258.061 390.26 256.747 390.288 255.438C362.451 218.816 318.45 195.131 269.023 195.131ZM107.151 491.081C107.483 490.712 108.052 490.68 108.422 491.014C110.978 493.31 113.613 495.588 116.252 497.79C116.634 498.105 116.685 498.672 116.367 499.055C116.189 499.271 115.933 499.379 115.676 499.379C115.472 499.379 115.267 499.311 115.1 499.172C112.443 496.957 109.793 494.661 107.221 492.355C106.851 492.022 106.819 491.455 107.151 491.081ZM494.019 484.093C494.379 483.746 494.95 483.76 495.292 484.115C495.638 484.475 495.625 485.043 495.27 485.39C492.781 487.785 490.216 490.171 487.642 492.477C487.471 492.63 487.254 492.706 487.043 492.706C486.796 492.706 486.548 492.607 486.373 492.409C486.04 492.035 486.071 491.468 486.44 491.135C488.996 488.843 491.548 486.475 494.019 484.093ZM92.2588 476.618C92.6165 476.272 93.1861 476.281 93.5312 476.641C95.9117 479.112 98.3726 481.576 100.846 483.962C101.203 484.309 101.214 484.876 100.869 485.236C100.692 485.416 100.456 485.511 100.221 485.511C99.9958 485.511 99.7707 485.425 99.5957 485.259C97.1072 482.854 94.6311 480.378 92.2354 477.888C91.8903 477.532 91.9011 476.96 92.2588 476.618ZM508.392 469.197C508.725 468.824 509.291 468.797 509.66 469.126C510.029 469.459 510.061 470.027 509.732 470.4C507.424 472.971 505.034 475.537 502.636 478.027C502.46 478.207 502.221 478.302 501.987 478.302C501.762 478.302 501.538 478.216 501.362 478.05C501.007 477.703 500.993 477.131 501.34 476.775C503.725 474.303 506.097 471.75 508.392 469.197ZM78.459 461.115C78.8401 460.796 79.4084 460.845 79.7266 461.228C81.9253 463.871 84.2 466.506 86.4883 469.059C86.8196 469.428 86.7889 469.999 86.4189 470.332C86.2471 470.485 86.0316 470.562 85.8184 470.562C85.5713 470.562 85.3252 470.459 85.1475 470.261C82.8449 467.69 80.5563 465.042 78.3438 462.381C78.0256 461.998 78.0769 461.43 78.459 461.115ZM521.648 453.29C521.95 452.898 522.517 452.826 522.908 453.128C523.304 453.434 523.376 453.996 523.07 454.393C520.955 457.126 518.759 459.859 516.545 462.516C516.365 462.732 516.113 462.84 515.853 462.84C515.65 462.84 515.447 462.772 515.276 462.633C514.898 462.313 514.845 461.746 515.164 461.363C517.365 458.725 519.547 456.005 521.648 453.29ZM65.8262 444.658C66.2307 444.366 66.7917 444.46 67.0811 444.865C69.0772 447.652 71.1538 450.444 73.2539 453.159C73.5581 453.555 73.4865 454.119 73.0928 454.425C72.929 454.551 72.735 454.613 72.543 454.613C72.274 454.613 72.0073 454.492 71.8301 454.263C69.7164 451.53 67.627 448.719 65.6182 445.914C65.3286 445.509 65.4221 444.946 65.8262 444.658ZM1447.71 450.291C1448.34 450.242 1448.89 450.728 1448.93 451.362C1448.96 451.993 1448.49 452.537 1447.86 452.578C1441.92 452.947 1435.89 453.137 1429.92 453.142C1429.29 453.142 1428.77 452.628 1428.77 451.993C1428.77 451.363 1429.28 450.85 1429.92 450.85C1435.84 450.845 1441.83 450.656 1447.71 450.291ZM1394.4 448.661C1400.26 449.391 1406.22 449.944 1412.12 450.305C1412.75 450.345 1413.23 450.89 1413.19 451.521C1413.16 452.128 1412.65 452.597 1412.05 452.597H1411.98C1406.03 452.227 1400.02 451.669 1394.11 450.935C1393.49 450.858 1393.04 450.286 1393.12 449.656C1393.19 449.026 1393.77 448.585 1394.4 448.661ZM1483.02 445.852C1483.64 445.735 1484.24 446.144 1484.36 446.766C1484.47 447.387 1484.07 447.985 1483.45 448.103C1477.6 449.215 1471.64 450.156 1465.72 450.899C1465.67 450.908 1465.62 450.908 1465.57 450.908C1465.01 450.908 1464.51 450.485 1464.44 449.904C1464.36 449.278 1464.81 448.706 1465.43 448.625C1471.31 447.887 1477.22 446.955 1483.02 445.852ZM533.717 436.454C533.991 436.04 534.55 435.927 534.964 436.202C535.378 436.477 535.495 437.035 535.216 437.449C533.308 440.331 531.314 443.222 529.298 446.031C529.122 446.279 528.848 446.409 528.564 446.409C528.385 446.409 528.2 446.351 528.043 446.238C527.638 445.95 527.548 445.388 527.836 444.982C529.838 442.186 531.818 439.318 533.717 436.454ZM1517.48 437.008C1518.09 436.81 1518.74 437.143 1518.93 437.742C1519.12 438.346 1518.79 438.994 1518.2 439.188C1512.53 441.029 1506.73 442.718 1500.96 444.199C1500.87 444.222 1500.77 444.235 1500.67 444.235C1500.16 444.235 1499.7 443.888 1499.57 443.37C1499.41 442.758 1499.78 442.132 1500.39 441.975C1506.11 440.507 1511.86 438.836 1517.48 437.008ZM1324.07 431.704C1324.29 431.114 1324.96 430.826 1325.55 431.061C1331.06 433.24 1336.71 435.27 1342.33 437.094C1342.93 437.292 1343.26 437.936 1343.07 438.539C1342.91 439.025 1342.46 439.332 1341.98 439.332C1341.86 439.332 1341.74 439.313 1341.62 439.277C1335.95 437.436 1330.26 435.392 1324.71 433.194C1324.12 432.96 1323.83 432.294 1324.07 431.704ZM54.4268 427.332C54.8511 427.075 55.4049 427.206 55.6641 427.634C57.4523 430.556 59.3199 433.491 61.2148 436.351C61.4898 436.765 61.3764 437.323 60.9619 437.598C60.8094 437.701 60.6368 437.751 60.4658 437.751C60.1742 437.751 59.8885 437.607 59.7148 437.346C57.8078 434.469 55.928 431.515 54.1289 428.57C53.8693 428.147 54.0029 427.593 54.4268 427.332ZM1550.54 423.892C1551.11 423.622 1551.8 423.865 1552.07 424.441C1552.34 425.013 1552.09 425.693 1551.52 425.963C1546.14 428.502 1540.61 430.902 1535.08 433.1C1534.94 433.154 1534.8 433.181 1534.66 433.181C1534.2 433.181 1533.77 432.906 1533.59 432.456C1533.36 431.866 1533.64 431.2 1534.23 430.966C1539.72 428.791 1545.2 426.409 1550.54 423.892ZM544.535 418.772C544.778 418.34 545.327 418.187 545.759 418.43C546.191 418.673 546.344 419.222 546.102 419.659C544.405 422.671 542.628 425.702 540.823 428.655C540.652 428.93 540.355 429.083 540.054 429.083C539.892 429.083 539.729 429.043 539.585 428.953C539.162 428.692 539.027 428.138 539.288 427.715C541.084 424.779 542.848 421.771 544.535 418.772ZM1291.76 416.327C1292.06 415.774 1292.76 415.571 1293.31 415.877C1298.5 418.727 1303.84 421.456 1309.19 423.978C1309.76 424.248 1310.01 424.928 1309.74 425.504C1309.54 425.918 1309.13 426.161 1308.7 426.161C1308.54 426.161 1308.37 426.126 1308.21 426.054C1302.82 423.51 1297.43 420.763 1292.21 417.886C1291.65 417.58 1291.45 416.881 1291.76 416.327ZM44.3262 409.235C44.768 409.006 45.3104 409.182 45.5381 409.623C47.1063 412.667 48.7549 415.728 50.4365 418.718C50.6804 419.15 50.5261 419.699 50.0928 419.942C49.9533 420.023 49.8017 420.06 49.6523 420.06C49.3379 420.059 49.0323 419.893 48.8672 419.601C47.1748 416.593 45.517 413.513 43.9385 410.446C43.7114 410.005 43.8843 409.46 44.3262 409.235ZM1581.68 406.723C1582.21 406.381 1582.92 406.539 1583.26 407.074C1583.6 407.61 1583.44 408.317 1582.91 408.659C1577.89 411.852 1572.7 414.931 1567.48 417.809C1567.31 417.903 1567.12 417.948 1566.93 417.948C1566.53 417.948 1566.14 417.737 1565.93 417.354C1565.62 416.801 1565.82 416.107 1566.38 415.801C1571.55 412.946 1576.7 409.893 1581.68 406.723ZM554.03 400.338C554.242 399.892 554.778 399.699 555.228 399.91C555.677 400.122 555.871 400.658 555.659 401.108C554.188 404.242 552.635 407.394 551.051 410.47C550.889 410.78 550.574 410.96 550.25 410.96C550.111 410.96 549.971 410.928 549.836 410.856C549.395 410.631 549.224 410.087 549.449 409.646C551.024 406.588 552.568 403.458 554.03 400.338ZM1261.65 397.02C1262.02 396.506 1262.74 396.394 1263.25 396.768C1268.03 400.244 1272.99 403.621 1277.98 406.791C1278.51 407.133 1278.67 407.84 1278.33 408.376C1278.12 408.718 1277.74 408.907 1277.36 408.907C1277.15 408.907 1276.94 408.848 1276.75 408.727C1271.72 405.53 1266.72 402.126 1261.9 398.618C1261.39 398.249 1261.28 397.528 1261.65 397.02ZM35.5801 390.455C36.0366 390.262 36.5652 390.473 36.7598 390.932C38.1021 394.083 39.5213 397.254 40.9775 400.356C41.1889 400.807 40.9954 401.342 40.5459 401.554C40.4222 401.612 40.2918 401.64 40.1641 401.64C39.8262 401.64 39.5022 401.451 39.3486 401.122C37.883 398.002 36.4549 394.813 35.1045 391.639C34.9095 391.18 35.1225 390.653 35.5801 390.455ZM1610.44 385.781C1610.93 385.376 1611.65 385.443 1612.06 385.93C1612.46 386.42 1612.39 387.141 1611.9 387.546C1607.32 391.346 1602.55 395.048 1597.73 398.556C1597.53 398.704 1597.3 398.776 1597.06 398.776C1596.71 398.776 1596.36 398.613 1596.14 398.303C1595.76 397.794 1595.87 397.074 1596.39 396.705C1601.17 393.224 1605.89 389.55 1610.44 385.781ZM562.152 381.247C562.332 380.783 562.85 380.549 563.313 380.729C563.781 380.905 564.011 381.427 563.836 381.891C562.598 385.128 561.279 388.388 559.925 391.576C559.776 391.918 559.444 392.125 559.093 392.125C558.976 392.125 558.859 392.099 558.742 392.054C558.288 391.856 558.072 391.328 558.27 390.869C559.615 387.704 560.924 384.466 562.152 381.247ZM1234.2 374.105C1234.64 373.646 1235.36 373.624 1235.82 374.057C1240.13 378.104 1244.63 382.071 1249.18 385.84C1249.67 386.241 1249.74 386.966 1249.33 387.452C1249.11 387.727 1248.78 387.87 1248.45 387.87C1248.19 387.87 1247.93 387.78 1247.72 387.604C1243.13 383.804 1238.6 379.81 1234.25 375.727C1233.79 375.294 1233.77 374.569 1234.2 374.105ZM28.2246 371.071C28.6944 370.909 29.2069 371.161 29.3672 371.629C30.4778 374.884 31.6636 378.158 32.8926 381.364C33.0696 381.828 32.8378 382.35 32.374 382.525C32.2678 382.566 32.1589 382.589 32.0518 382.589C31.69 382.589 31.3482 382.368 31.2109 382.008C29.9749 378.78 28.7818 375.488 27.6641 372.215C27.5034 371.742 27.7544 371.233 28.2246 371.071ZM1636.38 361.399C1636.82 360.94 1637.54 360.917 1638 361.35C1638.46 361.782 1638.48 362.507 1638.05 362.971C1633.97 367.316 1629.7 371.589 1625.36 375.668C1625.14 375.875 1624.86 375.979 1624.58 375.979C1624.27 375.978 1623.97 375.857 1623.74 375.614C1623.31 375.155 1623.33 374.43 1623.79 373.998C1628.1 369.95 1632.33 365.713 1636.38 361.399ZM568.854 361.597C568.993 361.12 569.497 360.85 569.974 360.994C570.451 361.138 570.721 361.638 570.577 362.115C569.578 365.433 568.507 368.783 567.387 372.065C567.261 372.439 566.909 372.679 566.536 372.679C566.437 372.679 566.342 372.66 566.243 372.629C565.775 372.467 565.524 371.958 565.686 371.485C566.797 368.221 567.864 364.893 568.854 361.597ZM1144.61 114.004C1014.21 114.004 907.096 215.682 898.302 343.963C931.103 362.152 968.814 372.516 1008.9 372.516C1074.95 372.516 1134.55 344.379 1176.36 299.455C1174.59 296.057 1172.88 292.615 1171.25 289.172C1170.98 288.6 1171.23 287.916 1171.8 287.646C1172.37 287.375 1173.05 287.618 1173.32 288.194C1174.82 291.362 1176.39 294.528 1178.01 297.661C1214.29 257.851 1236.76 205.232 1237.75 147.47C1233.34 144.966 1230.36 140.227 1230.36 134.802C1230.36 133.013 1230.68 131.298 1231.28 129.714C1216.09 123.997 1200.19 119.737 1183.76 117.106C1183.81 117.246 1183.87 117.385 1183.92 117.524C1184.21 118.254 1183.85 119.083 1183.13 119.371C1182.95 119.439 1182.78 119.47 1182.6 119.47C1182.04 119.47 1181.51 119.132 1181.28 118.574C1181.02 117.922 1180.77 117.266 1180.51 116.609C1170.93 115.206 1161.17 114.356 1151.26 114.093C1151.26 114.183 1151.26 114.276 1151.24 114.369C1150.15 120.177 1149.22 126.098 1148.5 131.97C1148.43 132.546 1147.93 132.974 1147.36 132.974C1147.31 132.974 1147.26 132.969 1147.22 132.965C1146.59 132.888 1146.14 132.311 1146.22 131.686C1146.95 125.797 1147.88 119.864 1148.97 114.042C1147.52 114.017 1146.06 114.004 1144.61 114.004ZM1209.83 347.959C1210.32 347.558 1211.04 347.625 1211.44 348.111C1215.22 352.659 1219.18 357.153 1223.23 361.462C1223.66 361.926 1223.64 362.651 1223.18 363.083C1222.96 363.29 1222.67 363.394 1222.39 363.394C1222.09 363.394 1221.79 363.273 1221.56 363.034C1217.47 358.689 1213.48 354.163 1209.68 349.575C1209.27 349.089 1209.34 348.364 1209.83 347.959ZM22.3047 351.164C22.7857 351.038 23.2778 351.327 23.4033 351.809C24.2713 355.131 25.2136 358.486 26.2031 361.772C26.3458 362.25 26.0762 362.754 25.6006 362.898C25.5142 362.921 25.4268 362.935 25.3408 362.935C24.9539 362.935 24.5965 362.682 24.4795 362.295C23.4832 358.981 22.5355 355.608 21.6621 352.263C21.5368 351.781 21.8242 351.29 22.3047 351.164ZM574.068 341.564C574.176 341.078 574.659 340.772 575.145 340.88C575.63 340.988 575.936 341.47 575.828 341.956C575.077 345.329 574.258 348.737 573.385 352.083C573.281 352.488 572.917 352.759 572.517 352.759C572.44 352.759 572.364 352.745 572.287 352.727C571.81 352.6 571.518 352.11 571.644 351.628C572.512 348.305 573.326 344.919 574.068 341.564ZM1659.09 333.965C1659.46 333.456 1660.18 333.343 1660.69 333.712C1661.21 334.086 1661.32 334.802 1660.94 335.315C1657.44 340.138 1653.73 344.91 1649.93 349.503C1649.7 349.778 1649.38 349.917 1649.05 349.917C1648.79 349.917 1648.53 349.831 1648.32 349.651C1647.83 349.251 1647.76 348.526 1648.17 348.04C1651.94 343.483 1655.61 338.751 1659.09 333.965ZM1008.9 -85.5215C1007.94 -85.5215 1006.97 -85.5158 1006.01 -85.5039C1006.91 -82.9939 1007.74 -80.4475 1008.48 -77.8672C1008.23 -77.864 1007.98 -77.8605 1007.74 -77.8564C1006.99 -80.4367 1006.16 -82.9828 1005.26 -85.4922C962.969 -84.8297 923.428 -72.6349 889.645 -51.918C889.799 -51.8578 889.939 -51.755 890.045 -51.6113C891.894 -49.0746 893.686 -46.4488 895.373 -43.8076C895.639 -43.388 895.517 -42.8309 895.099 -42.5635C894.946 -42.4681 894.78 -42.4219 894.613 -42.4219C894.316 -42.4219 894.027 -42.5691 893.856 -42.8379C892.191 -45.4481 890.419 -48.0422 888.592 -50.5488C888.456 -50.7332 888.401 -50.9515 888.42 -51.1621C851.62 -28.2763 821.752 4.76117 802.756 44.0078C804.743 43.3606 806.743 42.7352 808.757 42.1406H808.758C809.028 42.0596 809.302 41.9789 809.572 41.9023L810.062 41.7578V41.7588C810.629 41.5922 811.201 41.4297 811.768 41.2676L813.074 40.9033C814.38 40.5435 815.686 40.196 816.992 39.8584C817.109 39.8269 817.231 39.8135 817.348 39.8135C817.978 39.8135 818.554 40.2406 818.721 40.8799C818.919 41.6407 818.46 42.4156 817.699 42.6094C815.85 43.0866 813.995 43.5904 812.142 44.1172L810.886 43.0508L812.142 44.1182C811.867 44.1947 811.588 44.2754 811.313 44.3564L810.08 44.7119C809.513 44.8785 808.951 45.0497 808.389 45.2207C806.769 45.707 805.153 46.2159 803.551 46.7383C803.407 46.7878 803.258 46.8105 803.109 46.8105C802.56 46.8104 802.05 46.4874 801.816 45.9717C801.547 46.5417 801.28 47.113 801.016 47.6855C802.144 48.7617 803.293 49.8167 804.461 50.8506C804.191 50.9271 803.917 51.0088 803.646 51.0898C802.649 50.2004 801.668 49.2933 800.699 48.373C794.646 61.5853 789.813 75.4695 786.345 89.8799C804.444 115.102 819.171 142.905 829.857 172.62C830.503 172.327 831.146 172.03 831.784 171.729C832.234 171.517 832.769 171.71 832.98 172.16C833.192 172.61 833.004 173.147 832.554 173.358C831.862 173.685 831.165 174.006 830.465 174.323C841.287 204.932 847.83 237.547 849.368 271.441C849.166 271.432 848.959 271.428 848.757 271.428C848.311 271.428 847.874 271.445 847.438 271.481C845.91 237.844 839.426 205.49 828.7 175.108C827.107 175.806 825.502 176.477 823.896 177.113C823.788 177.158 823.675 177.181 823.562 177.181C823.203 177.181 822.865 176.965 822.726 176.609C822.541 176.15 822.766 175.623 823.229 175.443C824.857 174.797 826.483 174.116 828.095 173.408C827.033 170.451 825.931 167.512 824.789 164.593C825.131 164.269 825.172 163.728 824.866 163.363C824.691 163.147 824.434 163.034 824.173 163.034C814.176 137.855 801.228 114.16 785.759 92.375C781.997 108.818 780.009 125.929 780.009 143.496C780.009 229.112 827.207 303.906 896.935 343.198C906.108 214.499 1013.68 112.59 1144.61 112.59C1156.6 112.59 1168.39 113.445 1179.94 115.098C1179.75 114.6 1179.56 114.102 1179.37 113.603L1178.76 111.933C1178.45 111.082 1178.15 110.23 1177.85 109.384C1177.29 107.767 1176.74 106.151 1176.21 104.534C1175.98 103.787 1176.38 102.985 1177.13 102.742C1177.27 102.697 1177.42 102.675 1177.57 102.675C1178.17 102.675 1178.72 103.053 1178.92 103.656C1179.13 104.323 1179.35 104.99 1179.58 105.658L1180.26 107.664L1181.08 109.983L1181.77 111.881C1182.22 113.12 1182.69 114.354 1183.16 115.581C1200 118.219 1216.29 122.558 1231.84 128.414C1232.97 126.094 1234.71 124.12 1236.84 122.694C1226.31 6.12323 1128.1 -85.5218 1008.9 -85.5215ZM17.8643 330.88C18.3532 330.786 18.8221 331.114 18.9121 331.601C19.534 334.982 20.2265 338.395 20.9717 341.745C21.0795 342.231 20.774 342.713 20.2891 342.821C20.2234 342.835 20.1571 342.844 20.0928 342.844C19.6802 342.844 19.3081 342.555 19.2148 342.137C18.4651 338.764 17.7675 335.328 17.1416 331.929C17.0518 331.438 17.3752 330.97 17.8643 330.88ZM1188.92 318.988C1189.45 318.651 1190.16 318.809 1190.5 319.34C1193.67 324.324 1197.04 329.277 1200.52 334.055C1200.89 334.563 1200.78 335.284 1200.27 335.653C1200.06 335.802 1199.83 335.873 1199.6 335.873C1199.24 335.873 1198.89 335.711 1198.67 335.4C1195.16 330.587 1191.77 325.598 1188.57 320.573C1188.23 320.037 1188.38 319.331 1188.92 318.988ZM578.825 320.442C579.316 320.514 579.658 320.97 579.586 321.465C579.086 324.887 578.519 328.345 577.894 331.744C577.813 332.176 577.435 332.482 577.012 332.482C576.958 332.482 576.9 332.478 576.846 332.465C576.36 332.375 576.035 331.906 576.125 331.42C576.741 328.039 577.309 324.603 577.804 321.204C577.876 320.713 578.33 320.37 578.825 320.442ZM14.9199 310.325C15.4162 310.271 15.8576 310.627 15.9121 311.122C16.2852 314.535 16.7274 317.989 17.2256 321.389C17.2973 321.879 16.9561 322.338 16.4648 322.41C16.4204 322.415 16.3765 322.419 16.333 322.419C15.894 322.419 15.51 322.1 15.4443 321.649C14.943 318.227 14.4988 314.751 14.123 311.315C14.0692 310.82 14.4259 310.379 14.9199 310.325ZM1678.21 303.896C1678.51 303.342 1679.21 303.139 1679.76 303.445C1680.32 303.751 1680.52 304.449 1680.21 305.003C1677.34 310.226 1674.26 315.427 1671.06 320.466C1670.84 320.808 1670.47 320.997 1670.09 320.997C1669.88 320.997 1669.67 320.938 1669.47 320.816C1668.94 320.474 1668.78 319.767 1669.12 319.231C1672.3 314.238 1675.35 309.078 1678.21 303.896ZM581.003 299.793C581.498 299.824 581.872 300.257 581.836 300.752C581.588 304.205 581.273 307.695 580.899 311.131C580.85 311.59 580.458 311.933 580.004 311.933L579.905 311.928C579.415 311.874 579.054 311.428 579.108 310.933C579.482 307.524 579.793 304.052 580.04 300.626C580.076 300.126 580.508 299.753 581.003 299.793ZM216.067 310.104H214.127C214.113 309.96 214.096 309.798 214.082 309.654H216.021C216.036 309.798 216.053 309.96 216.067 310.104ZM255.24 214.319C255.475 214.337 255.712 214.351 255.952 214.351H255.954C256.064 214.351 256.174 214.346 256.283 214.342C254.683 249.611 243.069 282.31 224.223 309.654H224.222C224.117 309.807 224.016 309.952 223.911 310.104H222.641C222.745 309.956 222.85 309.803 222.954 309.654H222.955C241.931 282.35 253.635 249.634 255.24 214.319ZM391.479 267.757C392.136 282.224 394.489 296.25 398.343 309.654L398.473 310.104H397.387C397.344 309.956 397.3 309.803 397.258 309.654C393.428 296.254 391.091 282.233 390.436 267.779C390.546 267.784 390.657 267.784 390.768 267.784H390.769C391.007 267.784 391.245 267.775 391.479 267.757ZM755.072 267.757C755.311 267.775 755.545 267.784 755.788 267.784C755.9 267.784 756.008 267.784 756.116 267.779C755.459 282.233 753.123 296.254 749.294 309.654C749.253 309.803 749.209 309.956 749.164 310.104H748.079C748.124 309.951 748.165 309.807 748.21 309.654C752.066 296.25 754.415 282.224 755.072 267.757ZM887.044 290.981C887.48 291.017 887.917 291.035 888.362 291.035C888.565 291.035 888.772 291.031 888.975 291.021C888.691 297.28 888.236 303.49 887.615 309.654L887.57 310.104H885.631L885.676 309.654C886.301 303.472 886.76 297.258 887.044 290.981ZM1110.86 298.208C1111.63 298.303 1112.19 299.014 1112.09 299.793C1111.68 303.075 1111.2 306.376 1110.65 309.654L1110.57 310.104H1107.69L1107.76 309.654C1108.35 306.259 1108.85 302.842 1109.27 299.442C1109.36 298.727 1109.96 298.195 1110.67 298.195C1110.73 298.195 1110.79 298.199 1110.86 298.208ZM13.4775 289.608C13.9588 289.586 14.3906 289.978 14.4092 290.473C14.5343 293.908 14.7243 297.384 14.9736 300.811C15.0096 301.306 14.6378 301.738 14.1416 301.774L14.0752 301.779C13.6077 301.779 13.2134 301.414 13.1787 300.941C12.9281 297.497 12.7364 293.994 12.6104 290.54C12.5925 290.04 12.9809 289.626 13.4775 289.608ZM640.781 283.683C641.533 283.683 642.163 284.259 642.208 285.016C642.518 289.906 642.982 294.845 643.594 299.694C643.693 300.473 643.139 301.185 642.36 301.284C642.302 301.293 642.244 301.293 642.181 301.293C641.479 301.293 640.866 300.77 640.776 300.05C640.155 295.142 639.684 290.144 639.373 285.191C639.324 284.408 639.917 283.737 640.7 283.688C640.727 283.683 640.754 283.683 640.781 283.683ZM848.757 274.732C849.004 274.732 849.256 274.741 849.504 274.755C849.648 278.812 849.72 282.891 849.72 286.984C849.72 291.077 849.648 295.157 849.504 299.214C849.256 299.227 849.004 299.236 848.757 299.236C848.356 299.236 847.965 299.218 847.573 299.178C847.717 295.134 847.794 291.064 847.794 286.984C847.794 282.905 847.717 278.834 847.573 274.786C847.965 274.75 848.356 274.732 848.757 274.732ZM581.683 278.604C582.182 278.604 582.583 279.005 582.583 279.5V279.937C582.583 283.395 582.52 286.898 582.398 290.352C582.38 290.838 581.979 291.221 581.498 291.221H581.467C580.967 291.203 580.581 290.783 580.599 290.288C580.72 286.857 580.783 283.372 580.783 279.937V279.504C580.783 279.009 581.183 278.604 581.683 278.604ZM1693.4 271.647C1693.63 271.058 1694.3 270.769 1694.88 271.003C1695.47 271.237 1695.76 271.899 1695.53 272.489C1693.33 278.036 1690.93 283.588 1688.38 288.991C1688.19 289.405 1687.77 289.649 1687.35 289.649C1687.18 289.649 1687.02 289.613 1686.86 289.541C1686.28 289.271 1686.04 288.586 1686.31 288.015C1688.84 282.657 1691.22 277.15 1693.4 271.647ZM116.309 273.984C120.188 273.984 123.342 277.14 123.343 281.021C123.343 284.903 120.188 288.06 116.309 288.06C112.43 288.059 109.275 284.903 109.275 281.021C109.275 277.14 112.43 273.984 116.309 273.984ZM116.309 275.479C113.255 275.479 110.769 277.964 110.769 281.021C110.769 284.079 113.255 286.564 116.31 286.564C119.365 286.564 121.85 284.079 121.85 281.021C121.85 277.964 119.364 275.479 116.309 275.479ZM1112.52 268.095C1113.3 268.095 1113.93 268.73 1113.94 269.509V270.018C1113.94 274.984 1113.78 280.004 1113.47 284.935C1113.43 285.687 1112.8 286.268 1112.06 286.268H1111.97C1111.19 286.218 1110.59 285.542 1110.64 284.759C1110.94 279.887 1111.09 274.925 1111.09 270.018V269.521C1111.09 268.738 1111.72 268.099 1112.51 268.095H1112.52ZM13.5283 268.838C14.0251 268.856 14.414 269.274 14.3965 269.77C14.2781 273.142 14.2178 276.56 14.2178 279.937V280.121C14.2178 280.621 13.8142 281.021 13.3174 281.021C12.8202 281.021 12.417 280.621 12.417 280.121V279.932C12.417 276.541 12.4774 273.096 12.5967 269.706C12.6144 269.211 13.0317 268.82 13.5283 268.838ZM1158.75 254.389C1159.36 254.195 1160 254.523 1160.2 255.122C1160.99 257.558 1161.82 259.995 1162.69 262.421C1164.67 262.089 1166.65 261.737 1168.62 261.363C1168.73 261.341 1168.82 261.332 1168.93 261.332C1169.7 261.332 1170.4 261.881 1170.54 262.674C1170.71 263.565 1170.13 264.424 1169.23 264.596C1167.44 264.937 1165.64 265.259 1163.83 265.565C1164.61 267.685 1165.42 269.792 1166.25 271.877C1166.48 272.467 1166.19 273.133 1165.6 273.367C1165.46 273.421 1165.32 273.448 1165.18 273.448C1164.73 273.448 1164.29 273.174 1164.12 272.724C1163.23 270.485 1162.36 268.222 1161.53 265.945C1158.41 266.446 1155.28 266.897 1152.17 267.289C1152.1 267.298 1152.03 267.302 1151.96 267.302C1151.14 267.302 1150.44 266.69 1150.33 265.861C1150.22 264.956 1150.86 264.132 1151.76 264.02C1154.63 263.661 1157.51 263.251 1160.39 262.796C1159.57 260.481 1158.78 258.157 1158.02 255.834C1157.83 255.231 1158.16 254.587 1158.75 254.389ZM640.844 254.023C641.627 254.073 642.225 254.749 642.176 255.532C641.888 260.323 641.739 265.2 641.739 270.018V270.273C641.739 271.057 641.1 271.692 640.317 271.692C639.535 271.692 638.896 271.057 638.896 270.273V270.018C638.896 265.141 639.048 260.206 639.341 255.356C639.386 254.609 640.008 254.023 640.75 254.023H640.844ZM580.841 257.851C581.336 257.815 581.769 258.188 581.805 258.684C582.057 262.128 582.249 265.627 582.38 269.085C582.398 269.58 582.011 269.999 581.517 270.018L581.48 270.021C580.999 270.021 580.603 269.639 580.585 269.152C580.454 265.717 580.261 262.236 580.009 258.814C579.973 258.319 580.346 257.887 580.841 257.851ZM1134.86 265.613C1135.73 265.613 1136.46 266.28 1136.51 267.158C1136.57 268.068 1135.88 268.847 1134.97 268.905C1129.26 269.261 1123.45 269.445 1117.7 269.445C1116.79 269.445 1116.06 268.711 1116.06 267.802C1116.05 266.892 1116.79 266.154 1117.7 266.154C1123.38 266.15 1129.12 265.969 1134.76 265.618C1134.8 265.618 1134.83 265.613 1134.86 265.613ZM1083.64 264.061C1089.26 264.758 1094.97 265.289 1100.64 265.636C1101.54 265.69 1102.23 266.474 1102.18 267.379C1102.13 268.252 1101.4 268.928 1100.54 268.928L1100.43 268.923C1094.7 268.572 1088.91 268.031 1083.23 267.324C1082.33 267.211 1081.69 266.392 1081.8 265.487C1081.91 264.654 1082.62 264.047 1083.44 264.047C1083.5 264.047 1083.57 264.052 1083.64 264.061ZM1417.04 265.218C1417.8 265.218 1418.42 265.794 1418.47 266.55C1418.52 267.333 1417.93 268.009 1417.14 268.059C1412.21 268.365 1407.19 268.523 1402.23 268.527C1401.45 268.527 1400.81 267.892 1400.81 267.104C1400.81 266.321 1401.44 265.686 1402.23 265.686C1407.13 265.681 1412.09 265.523 1416.96 265.222C1416.99 265.217 1417.02 265.218 1417.04 265.218ZM1446.46 261.521C1447.13 261.521 1447.73 261.993 1447.86 262.678C1448 263.448 1447.5 264.19 1446.73 264.339C1441.86 265.262 1436.9 266.046 1431.99 266.663C1431.93 266.672 1431.87 266.672 1431.81 266.672C1431.11 266.672 1430.5 266.149 1430.41 265.429C1430.31 264.65 1430.86 263.939 1431.64 263.84C1436.49 263.232 1441.39 262.462 1446.2 261.548C1446.29 261.53 1446.37 261.521 1446.46 261.521ZM1049.71 257.666C1049.84 257.666 1049.97 257.684 1050.11 257.716C1055.6 259.121 1061.21 260.363 1066.78 261.417C1067.67 261.588 1068.26 262.448 1068.09 263.34C1067.94 264.132 1067.25 264.682 1066.48 264.682C1066.37 264.682 1066.27 264.672 1066.17 264.654C1060.53 263.587 1054.86 262.327 1049.3 260.908C1048.42 260.683 1047.89 259.787 1048.11 258.904C1048.3 258.162 1048.97 257.666 1049.71 257.666ZM1343.52 258.355C1343.64 258.355 1343.76 258.369 1343.88 258.4C1348.61 259.612 1353.45 260.683 1358.26 261.593C1359.03 261.741 1359.54 262.484 1359.4 263.254C1359.27 263.934 1358.67 264.411 1358 264.411C1357.91 264.411 1357.82 264.402 1357.73 264.389C1352.87 263.466 1347.97 262.381 1343.17 261.156C1342.41 260.958 1341.95 260.188 1342.15 259.427C1342.31 258.783 1342.89 258.356 1343.52 258.355ZM1475.17 254.154C1475.77 254.154 1476.33 254.532 1476.52 255.136C1476.76 255.883 1476.35 256.685 1475.61 256.928C1470.9 258.459 1466.08 259.859 1461.28 261.088C1461.17 261.119 1461.05 261.134 1460.93 261.134C1460.3 261.134 1459.72 260.71 1459.56 260.066C1459.36 259.305 1459.82 258.531 1460.58 258.337C1465.32 257.121 1470.08 255.735 1474.73 254.222C1474.88 254.177 1475.03 254.154 1475.17 254.154ZM1202.18 252.799C1202.88 252.799 1203.52 253.241 1203.75 253.938C1204.02 254.803 1203.55 255.731 1202.69 256.01C1197.23 257.788 1191.65 259.409 1186.1 260.832C1185.96 260.868 1185.82 260.886 1185.69 260.886C1184.95 260.886 1184.29 260.39 1184.09 259.647C1183.87 258.765 1184.4 257.869 1185.28 257.644C1190.77 256.234 1196.28 254.631 1201.67 252.88C1201.84 252.826 1202.01 252.799 1202.18 252.799ZM15.0742 248.13C15.5681 248.184 15.9256 248.63 15.8721 249.125C15.5035 252.533 15.1921 256.005 14.9473 259.432C14.9129 259.909 14.5181 260.268 14.0508 260.269H13.9854C13.4896 260.233 13.116 259.801 13.1514 259.306C13.3984 255.857 13.7112 252.362 14.082 248.931C14.1358 248.436 14.5838 248.076 15.0742 248.13ZM1315.3 249.206C1315.48 249.206 1315.65 249.237 1315.82 249.305C1320.38 251.11 1325.06 252.79 1329.72 254.303C1330.46 254.541 1330.87 255.343 1330.63 256.091C1330.44 256.694 1329.88 257.076 1329.28 257.076C1329.14 257.076 1328.99 257.054 1328.84 257.005C1324.12 255.479 1319.39 253.776 1314.78 251.948C1314.05 251.66 1313.69 250.836 1313.98 250.106C1314.2 249.548 1314.74 249.206 1315.3 249.206ZM1704.39 237.751C1704.55 237.134 1705.18 236.77 1705.79 236.923C1706.4 237.08 1706.77 237.706 1706.61 238.318C1705.13 244.091 1703.46 249.895 1701.62 255.563C1701.46 256.05 1701.01 256.356 1700.53 256.356C1700.41 256.356 1700.29 256.338 1700.17 256.302C1699.57 256.108 1699.24 255.46 1699.44 254.856C1701.26 249.233 1702.93 243.478 1704.39 237.751ZM1017.02 247.071C1017.22 247.071 1017.43 247.108 1017.62 247.185C1022.91 249.274 1028.32 251.223 1033.72 252.97C1034.58 253.253 1035.05 254.181 1034.77 255.046C1034.55 255.744 1033.91 256.185 1033.21 256.185C1033.04 256.185 1032.87 256.158 1032.7 256.104C1027.24 254.334 1021.76 252.362 1016.41 250.246C1015.57 249.913 1015.15 248.958 1015.49 248.111C1015.74 247.463 1016.37 247.071 1017.02 247.071ZM1110.62 238.494C1111.32 238.494 1111.94 239.021 1112.03 239.736C1112.65 244.64 1113.13 249.643 1113.44 254.596C1113.49 255.379 1112.9 256.054 1112.12 256.104L1112.03 256.108C1111.28 256.108 1110.66 255.527 1110.61 254.775C1110.3 249.881 1109.83 244.941 1109.21 240.097C1109.11 239.318 1109.66 238.607 1110.44 238.508C1110.5 238.499 1110.56 238.494 1110.62 238.494ZM1502.7 243.227C1503.24 243.227 1503.75 243.528 1503.99 244.041C1504.32 244.752 1504.02 245.599 1503.31 245.933C1498.84 248.044 1494.24 250.039 1489.64 251.862C1489.47 251.93 1489.29 251.966 1489.12 251.966C1488.55 251.966 1488.02 251.624 1487.8 251.065C1487.51 250.336 1487.87 249.512 1488.59 249.22C1493.14 247.419 1497.68 245.446 1502.1 243.361C1502.29 243.271 1502.5 243.227 1502.7 243.227ZM409.241 178.167C409.543 178.338 409.861 178.482 410.192 178.595C407.492 184.034 405.054 189.626 402.897 195.354C402.712 195.844 402.528 196.34 402.346 196.835C401.673 198.672 401.035 200.505 400.42 202.369L400.061 203.468C399.738 204.463 399.425 205.462 399.12 206.466C398.967 206.97 398.814 207.479 398.666 207.983C394.62 221.721 392.154 236.125 391.479 250.993C391.244 250.971 391.006 250.962 390.767 250.962C390.655 250.962 390.544 250.966 390.435 250.971C391.11 236.089 393.568 221.667 397.601 207.907C397.742 207.425 397.887 206.939 398.033 206.457C398.456 205.057 398.895 203.665 399.35 202.278L399.71 201.193L400.138 199.937C400.57 198.682 401.014 197.433 401.473 196.187C401.648 195.714 401.823 195.246 402.002 194.769C404.147 189.095 406.565 183.557 409.241 178.167ZM733.216 170.396C735.524 174.533 737.675 178.761 739.664 183.088C739.258 183.01 738.851 182.928 738.444 182.846C739.181 182.997 739.918 183.143 740.654 183.282C741.145 183.372 741.464 183.845 741.374 184.331C741.289 184.763 740.911 185.065 740.488 185.065H740.487H740.556C749.601 205.368 755.054 227.602 756.116 250.971C756.008 250.966 755.896 250.962 755.788 250.962C755.545 250.962 755.311 250.971 755.072 250.993C754.006 227.521 748.48 205.21 739.322 184.857C736.569 184.315 733.805 183.694 731.092 183.003C730.61 182.877 730.323 182.386 730.444 181.904C730.566 181.423 731.056 181.134 731.537 181.256C733.8 181.832 736.097 182.362 738.395 182.835C736.518 178.797 734.503 174.844 732.343 170.972C732.649 170.796 732.941 170.607 733.216 170.396ZM1221.42 245.59C1220.67 247.089 1219.89 248.598 1219.12 250.079C1219.06 250.102 1219 250.124 1218.94 250.146C1218.74 250.228 1218.54 250.264 1218.34 250.264C1217.68 250.264 1217.07 249.872 1216.81 249.224C1216.47 248.382 1216.88 247.423 1217.73 247.09C1218.96 246.599 1220.19 246.099 1221.42 245.59ZM1234.07 240.146C1234.69 240.147 1235.28 240.494 1235.55 241.088C1235.95 241.912 1235.59 242.893 1234.77 243.28C1230.26 245.41 1225.63 247.441 1220.99 249.327C1220.36 249.579 1219.74 249.832 1219.12 250.079C1219.9 248.598 1220.67 247.089 1221.42 245.59C1222.04 245.338 1222.65 245.077 1223.27 244.82L1225.81 243.727C1228.35 242.62 1230.88 241.475 1233.37 240.3C1233.59 240.196 1233.83 240.146 1234.07 240.146ZM578.501 237.22C578.991 237.148 579.45 237.486 579.522 237.977C580.026 241.394 580.473 244.87 580.851 248.31C580.905 248.805 580.549 249.251 580.054 249.305L579.955 249.31C579.505 249.31 579.113 248.967 579.063 248.508C578.685 245.09 578.241 241.637 577.741 238.242C577.669 237.747 578.006 237.292 578.501 237.22ZM1288.45 236.558C1288.68 236.558 1288.92 236.617 1289.13 236.738C1293.42 239.098 1297.85 241.353 1302.28 243.442C1302.99 243.776 1303.29 244.622 1302.96 245.333C1302.72 245.846 1302.2 246.148 1301.67 246.148C1301.47 246.148 1301.26 246.108 1301.07 246.014C1296.58 243.902 1292.11 241.618 1287.76 239.228C1287.08 238.849 1286.82 237.985 1287.2 237.296C1287.46 236.828 1287.95 236.558 1288.45 236.558ZM985.918 232.425C986.188 232.425 986.458 232.487 986.71 232.627C991.682 235.365 996.803 237.977 1001.94 240.395C1002.76 240.782 1003.11 241.763 1002.73 242.587C1002.45 243.181 1001.85 243.532 1001.24 243.532C1001 243.532 1000.76 243.478 1000.53 243.375C995.341 240.926 990.157 238.283 985.126 235.514C984.329 235.072 984.041 234.072 984.478 233.275C984.775 232.731 985.338 232.425 985.918 232.425ZM644.403 224.59C644.493 224.59 644.579 224.598 644.669 224.616C645.438 224.76 645.948 225.504 645.804 226.278C644.899 231.083 644.133 235.986 643.53 240.849C643.44 241.565 642.829 242.092 642.122 242.092C642.064 242.092 642.005 242.092 641.946 242.083C641.168 241.984 640.615 241.277 640.714 240.498C641.321 235.577 642.095 230.614 643.009 225.751C643.139 225.067 643.738 224.59 644.403 224.59ZM17.0742 228.313C17.1638 227.823 17.6343 227.499 18.1221 227.589C18.6109 227.679 18.9348 228.147 18.8457 228.638C18.2283 232.015 17.6645 235.451 17.1709 238.854C17.1059 239.3 16.7212 239.624 16.2812 239.624C16.2387 239.624 16.1953 239.62 16.1514 239.615C15.66 239.543 15.3191 239.084 15.3906 238.593C15.887 235.171 16.4532 231.713 17.0742 228.313ZM1150.01 219.727C1150.63 219.61 1151.23 220.015 1151.35 220.637C1152.45 226.45 1153.76 232.299 1155.23 238.021C1155.38 238.634 1155.01 239.259 1154.4 239.417C1154.31 239.44 1154.21 239.453 1154.12 239.453C1153.61 239.453 1153.14 239.11 1153.01 238.593C1151.53 232.82 1150.21 226.926 1149.09 221.068C1148.97 220.447 1149.39 219.844 1150.01 219.727ZM1528.64 228.926C1529.11 228.926 1529.57 229.155 1529.84 229.583C1530.26 230.245 1530.06 231.123 1529.4 231.546C1525.22 234.202 1520.91 236.76 1516.58 239.151C1516.36 239.273 1516.13 239.327 1515.9 239.327C1515.39 239.327 1514.91 239.061 1514.65 238.593C1514.27 237.904 1514.52 237.039 1515.21 236.661C1519.49 234.302 1523.75 231.771 1527.88 229.146C1528.11 228.998 1528.37 228.926 1528.64 228.926ZM1263.41 220.646C1263.7 220.646 1263.99 220.731 1264.24 220.915C1268.2 223.797 1272.31 226.589 1276.44 229.219C1277.1 229.637 1277.3 230.515 1276.87 231.177C1276.6 231.604 1276.14 231.839 1275.68 231.839C1275.42 231.839 1275.15 231.767 1274.92 231.618C1271.82 229.651 1268.75 227.593 1265.73 225.477C1265.66 225.927 1265.41 226.351 1264.99 226.616C1260.15 229.692 1255.16 232.658 1250.14 235.423C1249.89 235.562 1249.62 235.63 1249.35 235.63C1248.77 235.63 1248.2 235.32 1247.9 234.779C1247.47 233.982 1247.76 232.978 1248.55 232.541C1253.51 229.808 1258.45 226.877 1263.23 223.838C1263.26 223.815 1263.3 223.793 1263.34 223.771C1263.08 223.586 1262.83 223.401 1262.57 223.217C1261.94 222.753 1261.8 221.865 1262.26 221.23C1262.54 220.848 1262.97 220.646 1263.41 220.646ZM574.658 216.809C575.144 216.701 575.625 217.007 575.733 217.493C576.485 220.866 577.187 224.302 577.812 227.701C577.902 228.192 577.583 228.66 577.093 228.75C577.039 228.759 576.984 228.764 576.926 228.764C576.503 228.763 576.125 228.461 576.044 228.029C575.418 224.652 574.722 221.239 573.975 217.885C573.867 217.399 574.172 216.917 574.658 216.809ZM956.92 213.99C957.253 213.99 957.595 214.094 957.883 214.306C962.468 217.642 967.221 220.875 972.009 223.919C972.778 224.405 973.002 225.423 972.517 226.192C972.202 226.683 971.671 226.954 971.126 226.954C970.825 226.954 970.519 226.873 970.244 226.697C965.398 223.617 960.588 220.344 955.948 216.967C955.215 216.435 955.052 215.404 955.588 214.67C955.907 214.224 956.411 213.99 956.92 213.99ZM1105.04 209.37C1105.67 209.37 1106.24 209.794 1106.41 210.438C1107.65 215.233 1108.75 220.132 1109.68 224.999C1109.83 225.769 1109.33 226.513 1108.55 226.661C1108.46 226.679 1108.37 226.688 1108.29 226.688C1107.62 226.687 1107.02 226.215 1106.89 225.535C1105.97 220.726 1104.88 215.886 1103.66 211.149C1103.46 210.388 1103.92 209.614 1104.68 209.416C1104.8 209.385 1104.92 209.37 1105.04 209.37ZM1552.59 211.478C1553 211.478 1553.41 211.653 1553.69 211.995C1554.19 212.598 1554.11 213.495 1553.5 213.995C1549.69 217.156 1545.73 220.235 1541.73 223.148C1541.47 223.333 1541.18 223.424 1540.89 223.424C1540.45 223.424 1540.02 223.221 1539.74 222.838C1539.28 222.203 1539.42 221.312 1540.05 220.853C1544.01 217.971 1547.92 214.927 1551.69 211.807C1551.95 211.586 1552.27 211.478 1552.59 211.478ZM1712.3 201.771C1712.93 201.852 1713.37 202.423 1713.29 203.054C1712.56 208.974 1711.62 214.94 1710.51 220.789C1710.4 221.338 1709.92 221.722 1709.38 221.722C1709.32 221.722 1709.24 221.717 1709.17 221.703C1708.55 221.586 1708.14 220.983 1708.26 220.361C1709.36 214.562 1710.29 208.641 1711.02 202.766C1711.1 202.14 1711.68 201.694 1712.3 201.771ZM21.5674 207.971C21.6925 207.489 22.1845 207.2 22.665 207.326C23.146 207.452 23.4346 207.943 23.3096 208.425C22.4465 211.748 21.6327 215.134 20.8916 218.488C20.7993 218.907 20.4263 219.195 20.0137 219.195C19.9494 219.195 19.884 219.186 19.8184 219.173C19.3335 219.065 19.0265 218.588 19.1338 218.102C19.8799 214.725 20.6985 211.316 21.5674 207.971ZM1291.85 203.378C1292.33 203.378 1292.8 203.58 1293.12 203.972C1293.7 204.674 1293.61 205.71 1292.9 206.291C1288.49 209.947 1283.9 213.514 1279.26 216.891C1278.97 217.107 1278.63 217.205 1278.3 217.205C1277.79 217.205 1277.29 216.971 1276.96 216.53C1276.43 215.796 1276.59 214.765 1277.33 214.229C1281.91 210.893 1286.45 207.367 1290.81 203.756C1291.11 203.499 1291.49 203.378 1291.85 203.378ZM1240.56 201.729C1240.91 201.729 1241.26 201.856 1241.53 202.117C1245.1 205.467 1248.82 208.749 1252.59 211.869C1253.2 212.369 1253.28 213.265 1252.78 213.873C1252.5 214.211 1252.1 214.387 1251.69 214.387C1251.37 214.387 1251.05 214.279 1250.78 214.062C1246.97 210.902 1243.2 207.578 1239.59 204.188C1239.02 203.652 1238.99 202.751 1239.52 202.18C1239.8 201.883 1240.18 201.73 1240.56 201.729ZM134.158 203.923C136.853 203.923 139.044 206.115 139.044 208.808C139.044 211.505 136.852 213.697 134.157 213.697C131.463 213.697 129.271 211.505 129.271 208.808C129.272 206.115 131.464 203.923 134.158 203.923ZM651.721 195.849C651.869 195.849 652.014 195.871 652.162 195.921C652.909 196.16 653.314 196.962 653.075 197.709C651.568 202.369 650.195 207.133 648.984 211.879C648.822 212.523 648.247 212.95 647.612 212.95C647.495 212.95 647.379 212.937 647.262 212.905C646.501 212.712 646.042 211.937 646.235 211.176C647.455 206.376 648.85 201.549 650.371 196.835C650.565 196.236 651.122 195.849 651.721 195.849ZM134.158 204.958C132.036 204.958 130.309 206.687 130.31 208.808C130.31 210.933 132.036 212.662 134.157 212.657C136.279 212.657 138.005 210.933 138.006 208.812C138.005 206.687 136.279 204.958 134.158 204.958ZM569.33 196.74C569.807 196.596 570.307 196.867 570.451 197.34C571.45 200.654 572.399 204.026 573.276 207.367C573.402 207.849 573.114 208.344 572.633 208.47C572.556 208.488 572.48 208.497 572.403 208.497C572.008 208.497 571.643 208.231 571.535 207.826C570.662 204.503 569.722 201.153 568.728 197.861C568.584 197.384 568.853 196.884 569.33 196.74ZM930.455 192.085C930.86 192.085 931.265 192.233 931.58 192.53C935.716 196.412 940.022 200.212 944.392 203.828C945.089 204.409 945.188 205.444 944.612 206.146C944.284 206.538 943.816 206.741 943.344 206.741C942.975 206.741 942.601 206.62 942.295 206.363C937.876 202.707 933.511 198.857 929.33 194.931C928.664 194.309 928.633 193.264 929.254 192.603C929.578 192.256 930.019 192.085 930.455 192.085ZM398.63 206.489V206.488V206.489ZM1574.2 191.175C1574.55 191.175 1574.9 191.301 1575.17 191.558C1575.75 192.098 1575.77 192.994 1575.24 193.57C1571.85 197.181 1568.29 200.73 1564.69 204.12C1564.41 204.381 1564.06 204.508 1563.71 204.508C1563.34 204.508 1562.96 204.359 1562.68 204.062C1562.14 203.485 1562.17 202.589 1562.74 202.049C1566.31 198.699 1569.82 195.192 1573.16 191.621C1573.44 191.324 1573.82 191.175 1574.2 191.175ZM1145.68 184.241C1146.32 184.205 1146.86 184.682 1146.89 185.312C1147.27 191.225 1147.83 197.191 1148.57 203.045C1148.64 203.675 1148.2 204.247 1147.57 204.328C1147.52 204.333 1147.48 204.337 1147.43 204.337C1146.86 204.337 1146.37 203.914 1146.29 203.333C1145.55 197.435 1144.98 191.419 1144.61 185.457C1144.56 184.827 1145.05 184.282 1145.68 184.241ZM27.5439 188.015C27.7041 187.542 28.215 187.289 28.6855 187.451C29.1561 187.609 29.4079 188.122 29.248 188.595C28.1424 191.846 27.0822 195.165 26.0967 198.456C25.9801 198.843 25.6218 199.096 25.2344 199.096C25.149 199.096 25.0618 199.082 24.9756 199.06C24.4998 198.915 24.2301 198.411 24.3721 197.938C25.3638 194.625 26.4316 191.288 27.5439 188.015ZM1095.82 181.18C1096.39 181.18 1096.92 181.517 1097.14 182.075C1098.98 186.681 1100.69 191.401 1102.22 196.11C1102.47 196.853 1102.06 197.659 1101.32 197.902C1101.17 197.947 1101.02 197.97 1100.88 197.97C1100.28 197.97 1099.72 197.592 1099.52 196.993C1098 192.342 1096.32 187.677 1094.51 183.129C1094.21 182.4 1094.57 181.571 1095.3 181.278C1095.47 181.211 1095.65 181.18 1095.82 181.18ZM1220.26 180.121C1220.66 180.121 1221.07 180.297 1221.35 180.639C1224.47 184.407 1227.75 188.127 1231.1 191.688C1231.64 192.26 1231.61 193.161 1231.04 193.701C1230.77 193.958 1230.42 194.084 1230.07 194.084C1229.69 194.084 1229.31 193.935 1229.04 193.638C1225.64 190.027 1222.32 186.267 1219.16 182.449C1218.66 181.846 1218.74 180.95 1219.35 180.45C1219.61 180.23 1219.94 180.121 1220.26 180.121ZM72.0312 -176.725C170.087 -176.725 250.377 -99.1715 254.861 -2.14453C255.138 -2.18604 255.414 -2.22894 255.689 -2.26953C256.181 -2.34192 256.638 -2.00186 256.711 -1.50977C256.783 -1.01764 256.443 -0.559784 255.951 -0.487305C255.613 -0.437653 255.276 -0.38501 254.938 -0.333984C255.019 1.90646 255.062 4.15698 255.062 6.41699C255.063 39.8064 246.083 71.1364 230.418 98.1201C251.997 66.1034 278.898 37.9534 309.825 14.9629C310.238 15.4591 310.681 15.9318 311.151 16.373C277.943 41.0208 249.413 71.6315 227.152 106.61C229.012 109.482 230.796 112.409 232.497 115.386C232.226 115.606 231.938 115.805 231.634 115.98C230.008 113.13 228.309 110.33 226.537 107.579C219.796 118.252 213.636 129.328 208.104 140.764C207.335 140.872 206.572 140.985 205.806 141.106C210.657 130.977 215.998 121.124 221.798 111.579C188.648 158.704 133.874 189.555 72.0312 189.555C-28.8919 189.554 -111 107.398 -111 6.41699C-111 -94.5686 -28.892 -176.725 72.0312 -176.725ZM562.54 177.113C563.003 176.938 563.521 177.167 563.701 177.631C564.939 180.859 566.135 184.156 567.256 187.425C567.418 187.897 567.166 188.406 566.698 188.568C566.599 188.604 566.5 188.617 566.405 188.617C566.032 188.617 565.681 188.383 565.555 188.01C564.439 184.759 563.251 181.485 562.022 178.279C561.843 177.816 562.072 177.293 562.54 177.113ZM72.0312 -175.682C-28.3171 -175.682 -109.957 -93.9921 -109.956 6.41699C-109.957 106.822 -28.3176 188.514 72.0322 188.515C136.058 188.512 192.464 155.255 224.912 105.102C224.829 104.977 224.747 104.852 224.664 104.729C224.912 104.562 225.173 104.413 225.442 104.28C243.526 75.9974 254.02 42.4087 254.02 6.41309C254.02 4.20734 253.978 2.01028 253.899 -0.176758C251.175 0.244507 248.441 0.707123 245.745 1.20508C245.69 1.21497 245.634 1.21973 245.58 1.21973C245.154 1.21973 244.776 0.916473 244.696 0.482422C244.606 -0.00646973 244.929 -0.475891 245.418 -0.566406C248.197 -1.07944 251.017 -1.55496 253.824 -1.9873C249.423 -98.5091 169.567 -175.682 72.0312 -175.682ZM777.847 185.578C778.346 185.551 778.769 185.926 778.801 186.421C778.832 186.916 778.454 187.344 777.959 187.375C774.832 187.569 771.655 187.672 768.514 187.672C768.014 187.672 767.614 187.271 767.609 186.771C767.609 186.276 768.015 185.871 768.51 185.871C771.619 185.871 774.76 185.772 777.847 185.578ZM749.879 184.723C752.948 185.105 756.076 185.399 759.177 185.588C759.672 185.62 760.049 186.047 760.018 186.542C759.991 187.019 759.595 187.389 759.122 187.389L759.068 187.384C755.932 187.195 752.764 186.898 749.659 186.511C749.164 186.452 748.813 186.002 748.876 185.507C748.934 185.016 749.389 184.664 749.879 184.723ZM796.364 183.251C796.855 183.156 797.327 183.476 797.417 183.967C797.511 184.453 797.192 184.926 796.702 185.021C793.62 185.606 790.479 186.1 787.369 186.492L787.252 186.497C786.806 186.497 786.42 186.164 786.361 185.709C786.298 185.218 786.649 184.768 787.144 184.705C790.217 184.318 793.322 183.827 796.364 183.251ZM1714.36 165.528C1715.02 165.519 1715.51 166.042 1715.52 166.672V167.23C1715.52 173.201 1715.33 179.239 1714.96 185.173C1714.92 185.781 1714.42 186.249 1713.82 186.249H1713.75C1713.12 186.208 1712.64 185.664 1712.68 185.034C1713.04 179.145 1713.23 173.156 1713.23 167.23V166.681C1713.22 166.046 1713.73 165.533 1714.36 165.528ZM662.629 168.221C662.831 168.221 663.038 168.266 663.231 168.355C663.942 168.693 664.249 169.54 663.911 170.247C661.828 174.687 659.862 179.248 658.062 183.805C657.841 184.363 657.305 184.705 656.738 184.705C656.563 184.705 656.387 184.673 656.216 184.605C655.487 184.317 655.127 183.494 655.415 182.76C657.238 178.149 659.231 173.529 661.342 169.04C661.585 168.522 662.093 168.221 662.629 168.221ZM906.934 167.059C907.411 167.059 907.879 167.262 908.203 167.653C911.821 172.021 915.623 176.325 919.502 180.454C920.127 181.116 920.096 182.161 919.431 182.782C919.116 183.084 918.711 183.228 918.306 183.229C917.869 183.229 917.428 183.057 917.108 182.71C913.18 178.531 909.332 174.173 905.669 169.756C905.089 169.053 905.188 168.018 905.886 167.438C906.196 167.181 906.565 167.059 906.934 167.059ZM814.445 178.608C814.918 178.455 815.426 178.717 815.579 179.189C815.732 179.662 815.475 180.171 815.003 180.324C812.02 181.292 808.964 182.179 805.927 182.963C805.85 182.981 805.779 182.989 805.702 182.989C805.302 182.989 804.937 182.719 804.829 182.314C804.708 181.833 804.995 181.342 805.477 181.216C808.483 180.446 811.498 179.567 814.445 178.608ZM1569.89 -470C1748.16 -469.999 1893.2 -324.876 1893.2 -146.493C1893.2 -20.0855 1820.37 89.6185 1714.49 142.817C1714.65 144.789 1714.8 146.759 1714.93 148.724C1714.97 149.359 1714.49 149.904 1713.86 149.944H1713.78C1713.18 149.944 1712.68 149.481 1712.64 148.873C1712.54 147.224 1712.41 145.57 1712.28 143.916C1674.46 162.556 1632.5 174.014 1588.18 176.5C1588.06 176.507 1587.93 176.516 1587.81 176.523C1587.96 176.514 1588.11 176.506 1588.26 176.497V178.482C1588.11 178.671 1587.96 178.861 1587.81 179.05C1586.92 180.166 1586.02 181.274 1585.11 182.372C1584.83 182.714 1584.42 182.891 1584.01 182.891C1583.74 182.891 1583.46 182.809 1583.22 182.643L1583.44 182.165C1583.37 182.326 1583.29 182.485 1583.22 182.643C1583.18 182.616 1583.14 182.588 1583.11 182.562C1582.51 182.062 1582.42 181.165 1582.92 180.558C1583.46 179.909 1583.99 179.257 1584.53 178.6C1585.06 177.942 1585.59 177.276 1586.12 176.609C1580.74 176.877 1575.33 177.015 1569.89 177.015C1497.33 177.015 1430.28 152.972 1376.27 112.433C1373.55 115.436 1369.62 117.327 1365.26 117.327C1357.07 117.327 1350.41 110.658 1350.41 102.468C1350.41 99.1314 1351.52 96.0482 1353.38 93.5654C1341.6 82.92 1330.61 71.4224 1320.5 59.1689L1319.62 58.1074C1292.96 53.7398 1267.6 45.4862 1244.12 33.9414C1244.34 33.4779 1244.53 32.9874 1244.66 32.4834C1267.54 43.7446 1292.21 51.8671 1318.14 56.2842C1293.76 26.0417 1274.71 -8.6658 1262.41 -46.4004C1261.3 -46.1364 1260.15 -45.9952 1258.96 -45.9951C1254.6 -45.9962 1250.67 -47.8918 1247.95 -50.9014C1247.7 -50.9495 1247.46 -51.0806 1247.28 -51.2939C1247.1 -51.5112 1247.02 -51.7753 1247.02 -52.0371C1245.19 -54.5057 1244.11 -57.5576 1244.11 -60.8564C1244.11 -67.5013 1248.5 -73.1425 1254.52 -75.0361C1249.32 -98.0309 1246.57 -121.947 1246.57 -146.492C1246.57 -324.875 1391.61 -470 1569.89 -470ZM1314.54 181.995C1314.57 182.024 1314.6 182.052 1314.63 182.081C1314.6 182.052 1314.57 182.024 1314.54 181.995ZM1583.65 181.68C1583.78 181.353 1583.9 181.021 1584.01 180.684C1583.9 181.021 1583.78 181.353 1583.65 181.68ZM712.597 176.001C712.781 175.537 713.303 175.313 713.767 175.497C716.656 176.636 719.617 177.704 722.569 178.658C723.042 178.812 723.302 179.32 723.149 179.793C723.023 180.175 722.672 180.418 722.294 180.418C722.2 180.418 722.105 180.404 722.016 180.373C719.028 179.405 716.03 178.325 713.105 177.168C712.642 176.988 712.417 176.465 712.597 176.001ZM34.9922 168.5C35.1866 168.041 35.7161 167.829 36.1729 168.022C36.6307 168.216 36.8433 168.743 36.6494 169.202C35.303 172.372 33.9981 175.614 32.7705 178.829C32.6337 179.189 32.2922 179.41 31.9297 179.41C31.823 179.41 31.7141 179.387 31.6084 179.347C31.1441 179.171 30.912 178.648 31.0889 178.185C32.3245 174.947 33.6378 171.688 34.9922 168.5ZM414.147 168.954C414.462 169.112 414.755 169.301 415.023 169.526C413.538 172.133 412.113 174.786 410.755 177.474C410.418 177.37 410.097 177.23 409.798 177.055C411.183 174.313 412.63 171.615 414.147 168.954ZM1569.89 -468.157C1392.63 -468.158 1248.42 -323.859 1248.42 -146.493C1248.42 -122.1 1251.15 -98.3317 1256.31 -75.4785C1257.17 -75.6341 1258.06 -75.7148 1258.96 -75.7148C1267.15 -75.7152 1273.81 -69.0479 1273.81 -60.8545C1273.81 -54.4953 1269.8 -49.0564 1264.17 -46.9404C1276.62 -8.76074 1296.03 26.3012 1320.89 56.7393C1334.84 58.9678 1349.15 60.125 1363.72 60.125C1377.58 60.125 1391.2 59.0803 1404.5 57.0586C1404.42 56.4869 1404.38 55.9061 1404.38 55.3164C1404.38 48.4228 1409.98 42.8125 1416.87 42.8125C1422.68 42.8126 1427.57 46.7928 1428.97 52.1689V52.168C1470.85 41.7506 1508.9 21.5442 1540.56 -5.87109C1537.85 -6.76752 1535.14 -7.7496 1532.48 -8.79883C1532.02 -8.98163 1531.8 -9.50534 1531.98 -9.96777C1532.16 -10.4304 1532.69 -10.6572 1533.14 -10.4736C1536.03 -9.33041 1539 -8.26639 1541.95 -7.30957C1542.01 -7.28995 1542.07 -7.26376 1542.12 -7.2334C1559.45 -22.475 1574.83 -39.8941 1587.81 -59.0586C1587.96 -59.2837 1588.11 -59.4991 1588.26 -59.7246V-56.9658C1588.11 -56.7476 1587.96 -56.5303 1587.81 -56.3125C1550.64 -2.4231 1494.57 37.4722 1429.27 53.6953C1429.34 54.2266 1429.37 54.7672 1429.37 55.3164C1429.37 62.2097 1423.77 67.8202 1416.87 67.8203C1411.11 67.8203 1406.25 63.8978 1404.81 58.5801C1397.8 59.6472 1390.72 60.4431 1383.55 60.9609L1383.55 60.9619L1383.64 61.0391C1384.04 61.4381 1384.23 62.0373 1384.08 62.624C1382.66 68.1892 1381.04 73.7769 1379.27 79.2295C1379.04 79.9229 1378.4 80.3691 1377.7 80.3691C1377.53 80.3691 1377.36 80.3421 1377.2 80.2881C1376.33 80.0089 1375.86 79.0764 1376.14 78.2119C1377.89 72.8267 1379.48 67.3064 1380.89 61.8086C1380.96 61.5432 1381.09 61.3091 1381.26 61.1201C1375.46 61.4893 1369.61 61.6787 1363.72 61.6787C1349.66 61.6787 1335.86 60.6068 1322.37 58.54C1322.01 58.1123 1321.66 57.6765 1321.3 57.2432C1331.51 69.695 1342.64 81.3688 1354.57 92.1611C1357.28 89.3553 1361.07 87.6069 1365.26 87.6045C1373.45 87.6045 1380.11 94.2727 1380.11 102.463C1380.11 105.634 1379.11 108.576 1377.42 110.992C1431.11 151.278 1497.76 175.168 1569.89 175.168C1575.84 175.168 1581.76 175.003 1587.63 174.682C1587.69 174.602 1587.75 174.527 1587.81 174.447C1587.96 174.254 1588.11 174.061 1588.26 173.867V174.647C1632.51 172.141 1674.39 160.637 1712.11 141.941C1711.79 138.327 1711.41 134.714 1710.95 131.142C1710.87 130.516 1711.32 129.938 1711.94 129.857C1712.58 129.772 1713.14 130.227 1713.23 130.853C1713.64 134.159 1714.01 137.499 1714.31 140.842C1819.24 87.825 1891.36 -21.0656 1891.36 -146.493C1891.36 -323.858 1747.15 -468.156 1569.89 -468.157ZM695.632 167.888C695.875 167.451 696.419 167.294 696.855 167.532C699.573 169.027 702.378 170.458 705.186 171.777C705.635 171.993 705.828 172.529 705.617 172.979C705.464 173.304 705.14 173.493 704.803 173.493C704.672 173.493 704.542 173.467 704.416 173.408C701.577 172.071 698.741 170.625 695.987 169.107C695.551 168.869 695.393 168.32 695.632 167.888ZM1202.8 156.162C1203.28 156.162 1203.74 156.396 1204.01 156.819C1206.63 160.944 1209.42 165.042 1212.3 169C1212.77 169.635 1212.63 170.522 1211.99 170.985C1211.74 171.17 1211.45 171.256 1211.16 171.256C1210.72 171.256 1210.29 171.053 1210.01 170.67C1207.09 166.667 1204.27 162.521 1201.61 158.347C1201.19 157.685 1201.38 156.806 1202.04 156.383C1202.28 156.234 1202.54 156.162 1202.8 156.162ZM1083.15 154.411C1083.65 154.411 1084.14 154.672 1084.4 155.145C1086.79 159.481 1089.08 163.948 1091.2 168.41C1091.53 169.121 1091.23 169.968 1090.52 170.306C1090.32 170.396 1090.12 170.44 1089.91 170.44C1089.38 170.44 1088.87 170.138 1088.63 169.625C1086.54 165.217 1084.28 160.805 1081.91 156.519C1081.53 155.834 1081.78 154.97 1082.46 154.587C1082.68 154.465 1082.92 154.411 1083.15 154.411ZM1338.79 153.394C1339.12 153.394 1339.46 153.493 1339.75 153.709C1340.49 154.245 1340.65 155.271 1340.12 156.01C1336.74 160.643 1333.17 165.235 1329.51 169.666C1329.19 170.058 1328.71 170.261 1328.24 170.261C1327.87 170.261 1327.5 170.138 1327.19 169.882C1326.5 169.301 1326.4 168.266 1326.98 167.563C1330.6 163.191 1334.12 158.648 1337.45 154.068C1337.78 153.627 1338.28 153.394 1338.79 153.394ZM725.408 157.653C727.847 161.287 730.156 165.011 732.329 168.824C732.059 169.045 731.771 169.242 731.47 169.418C729.278 165.573 726.951 161.827 724.499 158.162C724.787 157.969 725.093 157.797 725.408 157.653ZM554.35 158.094C554.8 157.882 555.335 158.076 555.547 158.526C557.018 161.647 558.449 164.84 559.799 168.005C559.992 168.464 559.781 168.995 559.327 169.188C559.21 169.238 559.089 169.261 558.972 169.261C558.621 169.261 558.292 169.053 558.144 168.716C556.803 165.564 555.38 162.394 553.918 159.292C553.706 158.846 553.9 158.305 554.35 158.094ZM848.119 162.723C848.538 162.457 849.091 162.579 849.361 162.998C849.626 163.421 849.505 163.975 849.082 164.24C846.436 165.924 843.704 167.545 840.959 169.062C840.824 169.139 840.671 169.175 840.527 169.175C840.208 169.175 839.902 169.004 839.735 168.707C839.497 168.27 839.654 167.726 840.091 167.482C842.804 165.988 845.505 164.384 848.119 162.723ZM1145.78 148.49C1146.42 148.526 1146.9 149.071 1146.86 149.701C1146.5 155.505 1146.32 161.399 1146.32 167.23V167.51C1146.32 168.14 1145.81 168.653 1145.18 168.653C1144.55 168.653 1144.03 168.14 1144.03 167.51V167.23C1144.03 161.354 1144.21 155.411 1144.57 149.562C1144.61 148.931 1145.15 148.445 1145.78 148.49ZM564.871 76.7529C564.871 76.996 564.879 77.2347 564.897 77.4688C501.142 80.3686 445.832 116.26 415.647 168.437C415.372 168.225 415.077 168.035 414.767 167.878C445.13 115.413 500.755 79.3381 564.875 76.4248C564.871 76.5327 564.871 76.645 564.871 76.7529ZM679.828 157.707C680.121 157.306 680.683 157.216 681.088 157.509C683.594 159.332 686.195 161.102 688.814 162.768C689.233 163.033 689.354 163.592 689.089 164.011C688.918 164.281 688.625 164.43 688.328 164.43C688.166 164.43 688 164.384 687.847 164.285C685.196 162.601 682.564 160.813 680.03 158.963C679.625 158.67 679.536 158.108 679.828 157.707ZM43.8506 149.598C44.0778 149.156 44.6211 148.981 45.0625 149.21C45.5049 149.435 45.6784 149.981 45.4512 150.422C43.8758 153.484 42.3377 156.617 40.8789 159.729C40.7255 160.057 40.4009 160.246 40.0625 160.246C39.9348 160.246 39.8043 160.22 39.6807 160.161C39.2308 159.954 39.038 159.413 39.249 158.963C40.7173 155.834 42.2653 152.682 43.8506 149.598ZM863.203 151.736C863.59 151.421 864.157 151.471 864.472 151.858C864.791 152.241 864.737 152.808 864.351 153.123C861.939 155.122 859.428 157.077 856.89 158.923C856.732 159.04 856.548 159.094 856.363 159.094C856.084 159.094 855.809 158.968 855.634 158.725C855.341 158.324 855.432 157.76 855.832 157.468C858.338 155.64 860.818 153.713 863.203 151.736ZM676.916 142.204C677.177 142.204 677.443 142.276 677.677 142.425C678.338 142.844 678.537 143.722 678.118 144.384C676.588 146.797 675.094 149.251 673.645 151.728H673.644C673.663 151.744 673.683 151.761 673.703 151.777C674.09 152.093 674.14 152.66 673.825 153.047C673.645 153.258 673.388 153.371 673.132 153.371C673 153.371 672.87 153.339 672.747 153.28C672.746 153.282 672.746 153.284 672.745 153.285C672.021 154.55 671.305 155.82 670.607 157.09C670.351 157.563 669.864 157.828 669.36 157.828C669.131 157.828 668.897 157.769 668.682 157.652C667.993 157.274 667.741 156.41 668.119 155.721C668.902 154.294 669.707 152.871 670.521 151.448C668.803 149.973 667.109 148.451 665.464 146.909C665.104 146.567 665.086 145.999 665.424 145.635C665.766 145.275 666.337 145.257 666.697 145.595C668.243 147.046 669.832 148.475 671.444 149.866C672.83 147.503 674.261 145.162 675.719 142.861C675.989 142.438 676.448 142.204 676.916 142.204ZM886.729 139.305C887.273 139.305 887.804 139.575 888.119 140.07C891.156 144.847 894.392 149.593 897.727 154.172C898.262 154.906 898.101 155.938 897.367 156.474C897.075 156.685 896.737 156.788 896.399 156.788C895.891 156.788 895.391 156.554 895.067 156.113C891.692 151.476 888.421 146.675 885.343 141.835C884.852 141.07 885.082 140.052 885.847 139.565C886.121 139.39 886.427 139.305 886.729 139.305ZM715.185 143.834C718.42 147.801 721.498 151.921 724.4 156.158C724.086 156.316 723.784 156.491 723.496 156.685C720.603 152.461 717.534 148.359 714.303 144.401C714.613 144.239 714.91 144.046 715.185 143.834ZM544.787 139.714C545.219 139.471 545.769 139.624 546.012 140.057C547.708 143.064 549.369 146.14 550.948 149.206C551.177 149.647 551.001 150.192 550.561 150.417C550.43 150.489 550.291 150.521 550.151 150.521C549.823 150.521 549.508 150.34 549.351 150.034C547.776 146.986 546.128 143.928 544.445 140.938C544.198 140.506 544.351 139.957 544.787 139.714ZM207.648 141.71C206.374 144.371 205.121 147.068 203.915 149.761C203.587 148.941 203.252 148.117 202.913 147.302C203.711 145.546 204.523 143.799 205.35 142.061C206.115 141.939 206.879 141.823 207.648 141.71ZM876.811 138.949C877.152 138.585 877.724 138.571 878.084 138.908C878.444 139.25 878.463 139.818 878.125 140.183C875.974 142.47 873.724 144.721 871.438 146.869C871.267 147.031 871.042 147.112 870.821 147.112C870.583 147.112 870.344 147.017 870.169 146.828C869.827 146.468 869.845 145.896 870.205 145.554C872.468 143.433 874.687 141.209 876.811 138.949ZM1188.5 130.218C1189.03 130.218 1189.54 130.52 1189.79 131.033C1191.87 135.45 1194.13 139.863 1196.49 144.149C1196.87 144.834 1196.62 145.698 1195.93 146.076C1195.71 146.198 1195.48 146.257 1195.25 146.257C1194.74 146.257 1194.26 145.991 1194 145.522C1191.61 141.187 1189.33 136.72 1187.22 132.244C1186.88 131.537 1187.18 130.691 1187.9 130.354C1188.09 130.263 1188.3 130.218 1188.5 130.218ZM1067.22 129.426C1067.66 129.426 1068.09 129.629 1068.36 130.007C1071.29 134.014 1074.12 138.157 1076.78 142.326C1077.2 142.988 1077 143.866 1076.34 144.289C1076.11 144.438 1075.84 144.51 1075.58 144.51C1075.11 144.51 1074.65 144.28 1074.38 143.856C1071.76 139.737 1068.96 135.639 1066.07 131.686C1065.61 131.051 1065.75 130.159 1066.38 129.7C1066.63 129.516 1066.93 129.426 1067.22 129.426ZM1357.23 124.383C1357.49 124.383 1357.77 124.45 1358.02 124.585C1358.81 125.026 1359.1 126.026 1358.66 126.823C1355.89 131.857 1352.93 136.864 1349.85 141.709C1349.53 142.204 1349 142.475 1348.46 142.475C1348.15 142.475 1347.85 142.388 1347.57 142.213C1346.81 141.727 1346.58 140.709 1347.07 139.943C1350.11 135.153 1353.05 130.209 1355.78 125.233C1356.08 124.689 1356.65 124.383 1357.23 124.383ZM54.0654 131.406C54.3241 130.983 54.8785 130.848 55.3027 131.104C55.727 131.366 55.8606 131.92 55.6016 132.343C53.8061 135.283 52.0439 138.296 50.3623 141.29C50.1972 141.583 49.8912 141.749 49.5762 141.749C49.4272 141.749 49.2752 141.713 49.1357 141.632C48.7027 141.389 48.5496 140.839 48.793 140.407C50.4849 137.395 52.2587 134.364 54.0654 131.406ZM652.644 131.87C653.026 131.551 653.593 131.605 653.908 131.987C655.888 134.374 657.967 136.733 660.091 138.989C660.433 139.354 660.415 139.921 660.051 140.264C659.88 140.426 659.654 140.507 659.434 140.507C659.195 140.507 658.957 140.412 658.781 140.223C656.63 137.94 654.524 135.554 652.521 133.136C652.207 132.753 652.261 132.185 652.644 131.87ZM234.529 119.042C234.73 119.416 234.932 119.789 235.13 120.163C236.929 123.545 238.627 126.994 240.217 130.497C240.341 130.772 240.462 131.042 240.585 131.316C241.248 132.798 241.894 134.297 242.519 135.797C242.319 136.238 242.128 136.661 241.93 137.103C241.161 135.225 240.363 133.365 239.534 131.52C239.411 131.249 239.288 130.979 239.164 130.704C237.713 127.516 236.175 124.383 234.548 121.294C234.353 120.925 234.151 120.542 233.953 120.173C233.479 119.29 232.999 118.412 232.511 117.534C232.814 117.363 233.106 117.17 233.384 116.958C233.771 117.656 234.15 118.344 234.529 119.042ZM633.153 86.2988C654.942 93.8679 674.878 105.449 692.063 120.15C692.459 119.669 692.855 119.187 693.251 118.705C693.53 118.367 693.935 118.191 694.345 118.191C694.664 118.191 694.984 118.295 695.249 118.516C695.852 119.015 695.938 119.912 695.438 120.52L694.21 122.019L695.092 122.802C699.49 126.73 703.688 130.862 707.691 135.193C707.44 135.436 707.21 135.707 707.008 135.99C702.751 131.375 698.265 126.985 693.558 122.829C692.842 122.199 692.131 121.581 691.411 120.96V120.961C674.298 106.318 654.434 94.7814 632.73 87.2529C632.892 86.9468 633.032 86.6274 633.153 86.2988ZM888.723 124.559C889.015 124.153 889.577 124.068 889.982 124.36C890.383 124.653 890.473 125.216 890.181 125.616C888.336 128.151 886.382 130.668 884.38 133.091C884.2 133.302 883.944 133.415 883.683 133.415C883.485 133.415 883.278 133.347 883.111 133.208C882.729 132.888 882.675 132.321 882.994 131.938C884.974 129.548 886.9 127.062 888.723 124.559ZM693.557 122.829C691.095 125.882 688.697 129.02 686.406 132.177C686.127 132.559 685.696 132.766 685.255 132.767C684.967 132.767 684.674 132.677 684.422 132.492C683.787 132.033 683.644 131.145 684.107 130.506C686.447 127.282 688.899 124.081 691.41 120.961C692.13 121.582 692.841 122.199 693.557 122.829ZM533.901 122.068C534.315 121.794 534.874 121.906 535.148 122.32C537.056 125.197 538.938 128.147 540.742 131.092C541.003 131.515 540.867 132.069 540.444 132.33C540.3 132.42 540.134 132.46 539.977 132.46C539.675 132.46 539.378 132.307 539.207 132.032C537.416 129.106 535.544 126.174 533.649 123.315C533.375 122.901 533.488 122.343 533.901 122.068ZM247.254 130.204C246.485 130.317 245.721 130.434 244.955 130.556C245.107 130.236 245.259 129.916 245.411 129.601C246.177 129.479 246.941 129.367 247.71 129.259C247.557 129.574 247.406 129.889 247.254 130.204ZM870.16 109.258C870.776 109.258 871.366 109.605 871.649 110.204C874.061 115.319 876.676 120.43 879.412 125.392C879.853 126.188 879.56 127.188 878.764 127.629C878.516 127.768 878.242 127.832 877.972 127.832C877.391 127.832 876.829 127.525 876.532 126.98C873.76 121.96 871.118 116.786 868.67 111.608C868.283 110.784 868.635 109.803 869.458 109.416C869.683 109.308 869.922 109.258 870.16 109.258ZM641.677 116.624C642.1 116.354 642.654 116.481 642.924 116.899C644.584 119.511 646.353 122.109 648.18 124.612C648.472 125.018 648.382 125.58 647.981 125.873C647.819 125.99 647.635 126.044 647.45 126.044C647.176 126.044 646.901 125.918 646.726 125.675C644.876 123.14 643.085 120.51 641.402 117.867C641.137 117.444 641.258 116.89 641.677 116.624ZM65.5762 114.018C65.8655 113.612 66.4275 113.522 66.832 113.811C67.2361 114.099 67.3293 114.661 67.04 115.066C65.0403 117.862 63.0634 120.731 61.1641 123.599C60.9909 123.864 60.7045 124.004 60.4131 124.004C60.2421 124.004 60.069 123.955 59.916 123.855C59.5018 123.581 59.3886 123.023 59.6631 122.608C61.5746 119.718 63.5639 116.832 65.5762 114.018ZM1048.28 106.615C1048.66 106.615 1049.03 106.768 1049.31 107.065C1052.71 110.667 1056.03 114.428 1059.2 118.241C1059.7 118.845 1059.61 119.741 1059.01 120.24C1058.75 120.461 1058.43 120.568 1058.11 120.568C1057.7 120.568 1057.29 120.393 1057.01 120.056C1053.89 116.292 1050.6 112.577 1047.24 109.011C1046.7 108.443 1046.73 107.542 1047.3 107.002C1047.58 106.745 1047.93 106.615 1048.28 106.615ZM898.748 108.785C898.987 108.348 899.536 108.191 899.973 108.43C900.409 108.668 900.567 109.218 900.328 109.654C898.812 112.405 897.187 115.147 895.504 117.795C895.333 118.065 895.04 118.214 894.743 118.214C894.577 118.214 894.41 118.169 894.262 118.074C893.839 117.804 893.717 117.25 893.982 116.827C895.647 114.211 897.25 111.505 898.748 108.785ZM521.756 105.255C522.147 104.949 522.715 105.021 523.017 105.413C525.136 108.146 527.229 110.955 529.24 113.756C529.528 114.161 529.434 114.724 529.033 115.013C528.871 115.13 528.69 115.184 528.506 115.184C528.227 115.183 527.953 115.053 527.777 114.81C525.775 112.022 523.696 109.235 521.595 106.516C521.293 106.124 521.36 105.557 521.756 105.255ZM1705.08 94.7773C1705.69 94.6198 1706.32 94.9847 1706.48 95.6016C1707.96 101.374 1709.28 107.268 1710.4 113.121C1710.53 113.742 1710.12 114.341 1709.5 114.463C1709.42 114.476 1709.35 114.481 1709.28 114.481C1708.74 114.481 1708.26 114.098 1708.15 113.549C1707.04 107.749 1705.73 101.9 1704.26 96.1729C1704.1 95.5607 1704.46 94.9349 1705.08 94.7773ZM1355.74 95.6797C1354.37 97.5956 1353.57 99.9385 1353.57 102.468C1353.57 108.92 1358.81 114.17 1365.26 114.17C1368.6 114.17 1371.61 112.764 1373.74 110.518C1372.06 109.23 1370.39 107.926 1368.73 106.605V106.606C1368.01 108.218 1367.28 109.821 1366.53 111.41C1366.25 112.004 1365.66 112.355 1365.04 112.355C1364.8 112.355 1364.57 112.302 1364.34 112.198C1363.52 111.811 1363.17 110.83 1363.55 110.006C1364.41 108.178 1365.26 106.331 1366.08 104.472V104.47C1362.57 101.611 1359.13 98.6801 1355.74 95.6797ZM632.713 100.131C633.163 99.9193 633.699 100.108 633.91 100.559C635.233 103.359 636.664 106.156 638.158 108.871C638.401 109.303 638.243 109.852 637.807 110.091C637.667 110.167 637.519 110.204 637.37 110.204C637.055 110.204 636.75 110.037 636.583 109.74C635.067 106.994 633.622 104.161 632.285 101.329C632.074 100.879 632.263 100.342 632.713 100.131ZM714.622 96.5469C715 96.5469 715.378 96.7 715.657 96.9971C716.197 97.5689 716.17 98.4656 715.599 99.0059C712.035 102.36 708.529 105.872 705.186 109.447C704.902 109.744 704.523 109.893 704.146 109.893C703.799 109.892 703.448 109.766 703.174 109.51C702.603 108.974 702.576 108.074 703.111 107.502C706.5 103.887 710.045 100.329 713.649 96.9346C713.924 96.6779 714.276 96.5469 714.622 96.5469ZM1365.26 90.7607C1362 90.7609 1359.05 92.1046 1356.92 94.2666C1360.18 97.149 1363.49 99.9669 1366.85 102.718C1368.07 99.9313 1369.24 97.123 1370.35 94.3096C1370.61 93.6658 1371.22 93.2697 1371.88 93.2695C1372.08 93.2695 1372.28 93.3092 1372.48 93.3857C1373.33 93.7234 1373.74 94.678 1373.41 95.5244C1372.17 98.6436 1370.87 101.768 1369.51 104.864C1371.29 106.29 1373.09 107.697 1374.9 109.085C1376.2 107.201 1376.96 104.922 1376.96 102.468C1376.96 96.011 1371.71 90.7653 1365.26 90.7607ZM78.3164 97.5244C78.6346 97.1417 79.2019 97.092 79.584 97.4072C79.9659 97.7269 80.0179 98.2941 79.7002 98.6768C77.5006 101.32 75.3214 104.04 73.2217 106.755C73.0444 106.984 72.7778 107.105 72.5088 107.105C72.3168 107.105 72.1232 107.043 71.959 106.917C71.5658 106.615 71.4935 106.048 71.7969 105.656C73.9096 102.919 76.1034 100.185 78.3164 97.5244ZM215.352 90.3965C218.586 94.3677 221.666 98.4829 224.564 102.72C224.252 102.877 223.951 103.054 223.663 103.247C220.769 99.0236 217.698 94.9218 214.469 90.9639C214.781 90.8018 215.076 90.6126 215.352 90.3965ZM906.718 91.8691C906.902 91.4053 907.425 91.1802 907.884 91.3604C908.347 91.5451 908.571 92.0667 908.392 92.5303C907.235 95.4525 905.966 98.375 904.63 101.221C904.477 101.545 904.153 101.738 903.815 101.738C903.685 101.738 903.554 101.712 903.433 101.653C902.983 101.442 902.79 100.901 903.001 100.451C904.324 97.6461 905.575 94.7552 906.718 91.8691ZM1026.64 86.3389C1026.96 86.3389 1027.28 86.4426 1027.54 86.6631C1031.36 89.8195 1035.13 93.1384 1038.75 96.5244C1039.32 97.0602 1039.35 97.9604 1038.82 98.5322C1038.53 98.8294 1038.15 98.9824 1037.78 98.9824C1037.43 98.9823 1037.08 98.8571 1036.8 98.6006C1033.24 95.2506 1029.51 91.9723 1025.73 88.8564C1025.13 88.3566 1025.05 87.4603 1025.54 86.8525C1025.82 86.5149 1026.23 86.3389 1026.64 86.3389ZM508.414 89.3604C508.788 89.0275 509.355 89.0543 509.688 89.4277C511.996 91.9987 514.286 94.6468 516.5 97.2988C516.815 97.6816 516.765 98.2487 516.383 98.5684C516.216 98.7078 516.01 98.7753 515.808 98.7754C515.551 98.7754 515.294 98.6677 515.114 98.4561C512.918 95.8175 510.642 93.1874 508.347 90.6299C508.014 90.2607 508.045 89.689 508.414 89.3604ZM1157.85 79.1621C1158.04 78.5589 1158.69 78.2258 1159.29 78.4238C1159.89 78.6174 1160.22 79.261 1160.03 79.8643C1158.21 85.4926 1156.55 91.2521 1155.09 96.9795C1154.96 97.4971 1154.49 97.8436 1153.98 97.8438C1153.89 97.8438 1153.79 97.8301 1153.7 97.8076C1153.08 97.6499 1152.71 97.0243 1152.87 96.4121C1154.34 90.6396 1156.01 84.8355 1157.85 79.1621ZM807.03 53.0664C821.08 64.8467 837.736 73.6044 855.995 78.334C856.178 77.9238 856.525 77.5889 856.983 77.4375C857.154 77.3835 857.326 77.3564 857.497 77.3564C858.19 77.3566 858.834 77.7979 859.059 78.4912C859.128 78.7053 859.2 78.9187 859.271 79.1328C867.26 80.972 875.538 82.0471 884.025 82.2705C884.012 82.4055 884.003 82.5408 884.003 82.6758C884.003 82.7794 884.008 82.8876 884.017 82.9912C875.628 82.7704 867.441 81.7236 859.533 79.9316C861.164 84.8422 862.952 89.7538 864.858 94.5566C865.191 95.4031 864.782 96.3575 863.937 96.6953C863.739 96.7763 863.531 96.8124 863.329 96.8125C862.677 96.8125 862.055 96.4208 861.799 95.7725C859.679 90.4368 857.708 84.9655 855.931 79.5127C855.88 79.3555 855.854 79.1962 855.851 79.0391C837.311 74.2416 820.414 65.3156 806.202 53.3047C806.477 53.2237 806.756 53.1429 807.03 53.0664ZM625.891 82.6377C626.363 82.4846 626.871 82.7421 627.024 83.2148C627.983 86.1641 629.054 89.1177 630.197 92.0039C630.382 92.4631 630.157 92.9898 629.693 93.1699C629.585 93.215 629.473 93.2373 629.36 93.2373C629.005 93.2373 628.663 93.0215 628.523 92.666C627.367 89.7483 626.286 86.7532 625.314 83.7725C625.162 83.2999 625.418 82.7908 625.891 82.6377ZM1170.19 73.9482C1170.86 73.9484 1171.45 74.4257 1171.58 75.1055C1172.5 79.9188 1173.58 84.7639 1174.8 89.4961C1174.99 90.257 1174.53 91.031 1173.77 91.2246C1173.66 91.2561 1173.54 91.2744 1173.42 91.2744C1172.79 91.2744 1172.21 90.8467 1172.05 90.2031C1170.81 85.4123 1169.72 80.5131 1168.79 75.6367C1168.64 74.8668 1169.15 74.1232 1169.92 73.9746C1170.01 73.9566 1170.1 73.9482 1170.19 73.9482ZM92.2148 82.0029C92.5594 81.6474 93.1291 81.6341 93.4873 81.9805C93.8451 82.3271 93.8559 82.8947 93.5107 83.2549C91.1258 85.7313 88.7554 88.2849 86.4658 90.8379C86.2881 91.0357 86.0423 91.1387 85.7959 91.1387C85.5817 91.1387 85.3672 91.0623 85.1953 90.9092C84.8255 90.576 84.7945 90.0095 85.126 89.6357C87.43 87.0647 89.815 84.4974 92.2148 82.0029ZM737.428 77.6133C737.864 77.6133 738.296 77.8116 738.575 78.1943C739.039 78.8292 738.899 79.7159 738.265 80.1797C734.314 83.0659 730.399 86.1144 726.637 89.2393C726.371 89.4598 726.052 89.5635 725.732 89.5635C725.323 89.5635 724.918 89.392 724.639 89.0498C724.135 88.4465 724.22 87.5505 724.823 87.0508C728.63 83.8899 732.59 80.8051 736.591 77.8828C736.843 77.6983 737.135 77.6133 737.428 77.6133ZM999.522 12.8145C999.725 12.9383 999.95 13.0284 1000.19 13.0869C983.133 47.2758 951.002 72.6744 912.565 80.5059C912.252 81.5488 911.93 82.5868 911.596 83.6152C911.474 83.9978 911.119 84.241 910.741 84.2412C910.651 84.2412 910.556 84.2278 910.462 84.1963C909.989 84.0432 909.733 83.5343 909.886 83.0615C910.118 82.3436 910.345 81.6213 910.567 80.8965C904.119 82.1013 897.499 82.8135 890.749 82.9912C890.758 82.8876 890.762 82.7794 890.762 82.6758C890.762 82.5408 890.753 82.4055 890.739 82.2705C897.576 82.0896 904.278 81.3567 910.803 80.1172C911.404 78.1185 911.967 76.1014 912.482 74.0879C912.608 73.6061 913.094 73.3135 913.58 73.4395C914.062 73.561 914.35 74.0515 914.229 74.5332C913.786 76.2637 913.306 77.998 912.799 79.7207C929.223 76.3209 944.482 69.6957 957.884 60.5361C958.446 60.5316 958.973 60.1895 959.193 59.6357C959.198 59.6312 959.198 59.6266 959.198 59.6221C976.226 47.6584 990.158 31.5703 999.522 12.8145ZM493.951 74.4658C494.298 74.1103 494.869 74.0967 495.225 74.4434C497.713 76.8386 500.192 79.3148 502.591 81.8047C502.937 82.1603 502.928 82.7324 502.568 83.0791C502.397 83.2457 502.172 83.3311 501.947 83.3311C501.709 83.3311 501.474 83.2368 501.299 83.0566C498.909 80.5803 496.448 78.1221 493.978 75.7402C493.618 75.3936 493.609 74.826 493.951 74.4658ZM890.015 82.2891C890.033 82.415 890.042 82.5453 890.042 82.6758C890.042 82.7882 890.038 82.8964 890.024 83.0088C889.147 83.0268 888.265 83.0361 887.383 83.0361C886.501 83.0361 885.619 83.0268 884.741 83.0088C884.728 82.8964 884.719 82.7882 884.719 82.6758C884.719 82.5453 884.728 82.415 884.75 82.2891C885.623 82.3071 886.501 82.3154 887.383 82.3154C888.265 82.3154 889.137 82.3071 890.015 82.2891ZM581.679 76.4248C593.815 76.9742 605.655 78.7161 617.066 81.5303C616.994 81.868 616.936 82.2152 616.904 82.5664C605.533 79.7567 593.747 78.0181 581.655 77.4688C581.673 77.2347 581.683 76.9963 581.683 76.7578C581.683 76.6454 581.683 76.5328 581.679 76.4248ZM133.321 32.8613C162.082 42.8527 187.609 59.8319 207.856 81.7598C207.605 82.0029 207.376 82.2691 207.172 82.5527C187.007 60.6877 161.566 43.7622 132.896 33.8203C133.057 33.5097 133.199 33.1899 133.321 32.8613ZM1002.64 68.9141C1002.89 68.9141 1003.16 68.9818 1003.39 69.1348C1007.58 71.7868 1011.73 74.6053 1015.74 77.5186C1016.38 77.9824 1016.52 78.8691 1016.06 79.5039C1015.78 79.8865 1015.35 80.0936 1014.91 80.0938C1014.62 80.0938 1014.33 80.004 1014.07 79.8193C1010.11 76.9421 1006 74.1547 1001.87 71.5342C1001.21 71.1154 1001.01 70.2331 1001.43 69.5713C1001.7 69.1436 1002.16 68.9141 1002.64 68.9141ZM1693.84 60.8359C1694.43 60.6018 1695.1 60.8906 1695.33 61.4805C1697.54 67.014 1699.59 72.6962 1701.44 78.3604C1701.64 78.9637 1701.31 79.6124 1700.71 79.8105C1700.59 79.8466 1700.47 79.8643 1700.36 79.8643C1699.87 79.8641 1699.42 79.5586 1699.27 79.0771C1697.43 73.4534 1695.39 67.8203 1693.21 62.3271C1692.97 61.7374 1693.25 61.0701 1693.84 60.8359ZM573.276 76.2354C575.486 76.2354 577.692 76.276 579.888 76.3525C579.897 76.4875 579.896 76.6183 579.896 76.7578C579.896 76.9739 579.887 77.1859 579.869 77.3975C577.682 77.3164 575.481 77.2754 573.276 77.2754C571.072 77.2754 568.871 77.3164 566.685 77.3975C566.667 77.1859 566.657 76.9694 566.657 76.7578C566.657 76.6183 566.661 76.4875 566.666 76.3525C568.862 76.276 571.062 76.2354 573.276 76.2354ZM892.493 70.3457C894.221 70.3457 895.648 71.6473 895.851 73.3223C895.864 73.4573 895.873 73.5925 895.873 73.7275C895.873 73.8311 895.868 73.9395 895.859 74.043C895.697 75.7584 894.253 77.1094 892.493 77.1094C890.734 77.1093 889.289 75.7583 889.127 74.043C889.118 73.9395 889.114 73.8311 889.114 73.7275C889.114 73.5925 889.123 73.4573 889.137 73.3223C889.339 71.6473 890.765 70.3458 892.493 70.3457ZM892.493 71.0615C891.157 71.0616 890.045 72.0523 889.86 73.3398C889.838 73.4659 889.829 73.597 889.829 73.7275C889.829 73.84 889.838 73.9481 889.852 74.0605C890.014 75.3708 891.139 76.3886 892.493 76.3887C893.848 76.3887 894.968 75.3708 895.135 74.0605C895.148 73.9481 895.152 73.84 895.152 73.7275C895.152 73.597 895.144 73.4659 895.126 73.3398C894.941 72.0522 893.83 71.0615 892.493 71.0615ZM107.197 67.541C107.567 67.2078 108.136 67.2392 108.468 67.6084C108.8 67.9821 108.768 68.5497 108.398 68.8828C105.843 71.1746 103.296 73.5473 100.825 75.9336C100.651 76.1 100.426 76.1854 100.201 76.1855C99.9654 76.1855 99.7296 76.0912 99.5527 75.9111C99.208 75.5509 99.2184 74.9834 99.5762 74.6367C102.062 72.2369 104.626 69.8508 107.197 67.541ZM621.328 64.4111C621.814 64.3168 622.286 64.6365 622.381 65.127C622.961 68.1752 623.646 71.2463 624.415 74.2451C624.541 74.7269 624.248 75.2173 623.767 75.3389C623.695 75.3569 623.618 75.3711 623.542 75.3711C623.142 75.3711 622.778 75.1009 622.674 74.6914C621.895 71.6566 621.197 68.5492 620.612 65.4648C620.518 64.9741 620.838 64.5012 621.328 64.4111ZM526.777 -51.3408C621.786 -47.0253 706.705 -3.34055 765.597 63.7637C765.309 64.4166 765.034 65.0696 764.755 65.7314C764.293 65.2018 763.828 64.6742 763.362 64.1475C763.281 64.2212 763.192 64.2886 763.092 64.3438C758.817 66.7076 754.559 69.238 750.433 71.8721C750.194 72.0206 749.933 72.0977 749.672 72.0977C749.2 72.0975 748.741 71.8632 748.471 71.4355C748.048 70.7737 748.246 69.896 748.907 69.4727C752.997 66.8663 757.217 64.3545 761.452 62.0059C726.667 23.3136 683.077 -7.2966 633.868 -26.6279C633.893 -26.4593 633.871 -26.2819 633.793 -26.1162C632.474 -23.3048 631.223 -20.4143 630.085 -17.5264C629.945 -17.1725 629.608 -16.9571 629.248 -16.957C629.14 -16.957 629.027 -16.9767 628.919 -17.0195C628.456 -17.2025 628.227 -17.7257 628.411 -18.1885C629.568 -21.111 630.828 -24.0363 632.164 -26.8818C632.224 -27.0085 632.309 -27.1146 632.41 -27.1973C599.372 -39.9977 563.828 -47.7236 526.736 -49.4121C526.772 -49.8461 526.79 -50.2851 526.79 -50.7285C526.79 -50.9335 526.786 -51.1376 526.777 -51.3408ZM478.443 60.6602C478.758 60.2776 479.326 60.2236 479.708 60.543C482.367 62.7537 485.018 65.0463 487.592 67.3516C487.965 67.6848 487.997 68.2523 487.664 68.626C487.489 68.8239 487.241 68.9227 486.994 68.9229C486.778 68.9229 486.566 68.8464 486.396 68.6934C483.835 66.4016 481.198 64.123 478.557 61.9258C478.179 61.6106 478.124 61.0429 478.443 60.6602ZM916.964 54.9561C917.459 55.0191 917.81 55.4692 917.747 55.96C917.356 59.0802 916.865 62.223 916.28 65.3027C916.199 65.735 915.821 66.037 915.398 66.0371C915.344 66.0371 915.286 66.032 915.228 66.0186C914.742 65.9285 914.422 65.4556 914.512 64.9648C915.088 61.9211 915.578 58.819 915.961 55.7393C916.024 55.2441 916.469 54.8932 916.964 54.9561ZM1426.67 54.3252C1420.35 55.829 1413.94 57.1124 1407.45 58.166C1408.68 62.2139 1412.44 65.1676 1416.87 65.1631C1422.31 65.163 1426.72 60.7464 1426.72 55.3164C1426.72 54.9832 1426.7 54.6494 1426.67 54.3252ZM976.621 54.627C976.823 54.627 977.026 54.6718 977.224 54.7617C981.706 56.869 986.188 59.1478 990.535 61.5342C991.223 61.9125 991.476 62.777 991.098 63.4658C990.837 63.9386 990.35 64.2041 989.851 64.2041C989.621 64.204 989.383 64.1453 989.167 64.0283C984.87 61.6689 980.446 59.4182 976.018 57.3379C975.307 57.0046 975.001 56.1577 975.334 55.4463C975.577 54.9286 976.086 54.627 976.621 54.627ZM1166.47 44.5273C1167.22 44.5273 1167.85 45.1039 1167.89 45.8604C1168.02 47.7943 1168.16 49.736 1168.33 51.6768C1169.22 49.6766 1170.12 47.6886 1171.05 45.7207C1171.32 45.1489 1172 44.9017 1172.57 45.1719C1173.14 45.4421 1173.39 46.1265 1173.12 46.6982C1171.63 49.884 1170.18 53.1223 1168.79 56.3818C1168.94 57.7727 1169.11 59.1596 1169.28 60.5391C1169.38 61.318 1168.82 62.0298 1168.05 62.1289C1167.99 62.1379 1167.93 62.1377 1167.87 62.1377C1167.38 62.1377 1166.94 61.8865 1166.68 61.4932C1166.47 62.0186 1166.26 62.5438 1166.05 63.0693C1165.87 63.5195 1165.44 63.7987 1164.99 63.7988C1164.85 63.7988 1164.7 63.7717 1164.56 63.7178C1163.98 63.4836 1163.69 62.8174 1163.92 62.2275C1164.6 60.5107 1165.3 58.7944 1166.01 57.082C1165.61 53.4122 1165.29 49.7123 1165.06 46.04C1165.01 45.2568 1165.6 44.5818 1166.39 44.5322C1166.41 44.5277 1166.44 44.5273 1166.47 44.5273ZM123.18 54.208C123.573 53.9019 124.138 53.9786 124.442 54.3701C124.747 54.7618 124.675 55.3296 124.281 55.6357C121.568 57.7339 118.856 59.9131 116.221 62.1104C116.052 62.2543 115.848 62.3222 115.646 62.3223C115.388 62.3223 115.131 62.2096 114.953 61.998C114.635 61.6154 114.686 61.0482 115.068 60.7285C117.721 58.5177 120.45 56.3242 123.18 54.208ZM1404.63 57.8281H1404.63H1404.63ZM789.164 49.0117C789.731 49.0117 790.267 49.3544 790.487 49.9082C790.775 50.6376 790.419 51.4658 789.69 51.7539C785.155 53.564 780.614 55.5407 776.195 57.6299C776.002 57.7199 775.795 57.7656 775.588 57.7656C775.057 57.7656 774.549 57.468 774.306 56.9502C773.968 56.2433 774.274 55.3973 774.98 55.0596C779.453 52.9433 784.048 50.9433 788.643 49.1152C788.813 49.0478 788.993 49.0118 789.164 49.0117ZM65.0361 23.3193C65.0361 23.558 65.0466 23.7971 65.0664 24.0312C29.8651 25.6313 -2.75194 37.2837 -29.9961 56.1885L-31.2891 57.0947C-31.4385 57.1982 -31.5908 57.3057 -31.7393 57.4092V56.1357C-31.5893 56.0277 -31.44 55.9235 -31.2891 55.8154L-29.9941 54.916C-2.71014 36.1472 29.8913 24.582 65.043 22.9863C65.0385 23.0988 65.0361 23.2069 65.0361 23.3193ZM619.087 45.7568C619.586 45.7299 620.009 46.0989 620.041 46.5986C620.239 49.6964 620.531 52.8257 620.918 55.8965C620.981 56.3918 620.635 56.8422 620.14 56.9053L620.027 56.9102C619.577 56.9102 619.191 56.5768 619.137 56.1221C618.741 53.0152 618.443 49.8448 618.245 46.7109C618.214 46.2158 618.592 45.7883 619.087 45.7568ZM1416.87 45.4688C1411.45 45.4688 1407.03 49.8862 1407.03 55.3164C1407.03 55.7665 1407.06 56.2124 1407.12 56.6445C1413.63 55.5909 1420.05 54.3078 1426.39 52.7949C1425.28 48.5804 1421.43 45.4688 1416.87 45.4688ZM461.965 48.0127C462.253 47.6075 462.816 47.5126 463.221 47.8008C466.033 49.8179 468.845 51.9073 471.581 54.0234C471.973 54.3251 472.045 54.8925 471.743 55.2842C471.568 55.5138 471.297 55.6357 471.027 55.6357C470.839 55.6357 470.645 55.5771 470.479 55.4512C467.76 53.3484 464.966 51.2678 462.172 49.2686C461.767 48.9759 461.672 48.4135 461.965 48.0127ZM806.156 53.3486C805.873 54.0059 805.594 54.6724 805.319 55.3252C805 54.9606 804.676 54.5911 804.361 54.2266C804.64 53.5648 804.914 52.9116 805.202 52.2588C805.522 52.6235 805.837 52.9839 806.156 53.3486ZM949 43.7305C949.144 43.7305 949.293 43.7532 949.437 43.8027C954.161 45.3246 958.895 47.0219 963.503 48.8408C964.232 49.129 964.588 49.9444 964.309 50.6738L964.304 50.6875C964.083 51.2409 963.557 51.5832 962.995 51.5879H962.981C962.81 51.5879 962.635 51.5558 962.464 51.4883C957.906 49.6873 953.23 48.0126 948.563 46.5088C947.817 46.2657 947.407 45.4641 947.649 44.7168C947.843 44.1135 948.401 43.7305 949 43.7305ZM140.081 42.0781C140.496 41.8035 141.054 41.9158 141.329 42.3301C141.604 42.7443 141.491 43.3025 141.076 43.5771C138.219 45.4772 135.357 47.454 132.57 49.4531C132.411 49.5656 132.229 49.6201 132.047 49.6201C131.767 49.6201 131.49 49.4893 131.314 49.2461C131.025 48.8409 131.118 48.2784 131.521 47.9902C134.325 45.9775 137.206 43.9872 140.081 42.0781ZM918.018 35.8779C918.512 35.878 918.912 36.2784 918.917 36.7734V37.0977C918.917 37.2101 918.915 37.323 918.915 37.4355C918.916 37.4342 918.917 37.433 918.917 37.4316V37.4307C919.097 36.8321 919.651 36.4269 920.271 36.4268C920.357 36.4268 920.447 36.4357 920.537 36.4492C925.406 37.3633 930.307 38.4488 935.104 39.6689C935.864 39.8625 936.323 40.6375 936.13 41.3984C935.968 42.0375 935.387 42.4648 934.753 42.4648C934.64 42.4648 934.523 42.4518 934.406 42.4248C929.663 41.2181 924.821 40.1511 920.011 39.2461C919.538 39.1555 919.166 38.8406 918.98 38.4316L918.913 38.251C918.892 41.0166 918.795 43.8016 918.625 46.5449C918.598 47.0221 918.197 47.3915 917.729 47.3916H917.671C917.176 47.3601 916.798 46.9318 916.829 46.4365C917.018 43.3477 917.117 40.2045 917.117 37.0977V36.7832C917.113 36.2835 917.513 35.878 918.013 35.8779H918.018ZM1678.45 28.6289C1679 28.3183 1679.7 28.5206 1680 29.0742C1682.88 34.2882 1685.63 39.6555 1688.18 45.0361C1688.45 45.608 1688.21 46.2924 1687.63 46.5625C1687.48 46.639 1687.31 46.6758 1687.14 46.6758C1686.72 46.6757 1686.3 46.4318 1686.11 46.0176C1683.58 40.682 1680.85 35.3555 1678 30.1865C1677.69 29.6327 1677.89 28.9351 1678.45 28.6289ZM444.6 36.5938C444.861 36.1661 445.414 36.0309 445.837 36.292C448.789 38.093 451.745 39.9796 454.634 41.8887C455.048 42.1633 455.161 42.7216 454.887 43.1357C454.716 43.3969 454.427 43.541 454.135 43.541C453.964 43.541 453.793 43.4916 453.64 43.3926C450.773 41.4925 447.83 39.6192 444.9 37.8271C444.473 37.5704 444.343 37.0169 444.6 36.5938ZM846.458 34.2432C847.164 34.2432 847.777 34.7659 847.867 35.4863C847.966 36.2651 847.412 36.9761 846.634 37.0752C841.778 37.6876 836.882 38.4672 832.081 39.3857C831.991 39.4037 831.901 39.4121 831.811 39.4121C831.145 39.412 830.546 38.9347 830.42 38.2549C830.272 37.4851 830.776 36.7425 831.545 36.5938C836.409 35.6617 841.364 34.8778 846.278 34.252C846.341 34.2475 846.4 34.2432 846.458 34.2432ZM157.812 31.2178C158.245 30.9748 158.793 31.1274 159.037 31.5596C159.281 31.9917 159.127 32.5409 158.694 32.7842C155.706 34.4727 152.709 36.2339 149.788 38.0215C149.642 38.1113 149.479 38.1562 149.319 38.1562C149.016 38.1562 148.72 38.0027 148.551 37.7236C148.291 37.3004 148.425 36.7465 148.849 36.4854C151.788 34.6843 154.804 32.9107 157.812 31.2178ZM619.177 26.9629C619.676 26.9944 620.054 27.4218 620.022 27.917C619.838 30.9517 619.744 34.0405 619.744 37.0977V37.2559C619.744 37.7556 619.343 38.1562 618.844 38.1562C618.349 38.1562 617.944 37.7556 617.944 37.2559V37.0977C617.944 34.0046 618.039 30.8801 618.228 27.8096C618.255 27.3098 618.682 26.9269 619.177 26.9629ZM890.945 32.7979C895.895 33.095 900.89 33.5549 905.795 34.1582C906.573 34.2573 907.127 34.9642 907.032 35.7432C906.942 36.4633 906.33 36.9902 905.624 36.9902C905.566 36.9902 905.507 36.985 905.448 36.9805C900.602 36.3817 895.666 35.9274 890.774 35.6348C889.991 35.5852 889.393 34.9143 889.442 34.1309C889.487 33.3745 890.117 32.7932 890.859 32.793C890.886 32.793 890.914 32.7933 890.945 32.7979ZM876.037 32.3564C876.824 32.3567 877.459 32.9916 877.459 33.7793C877.459 34.5628 876.824 35.2021 876.041 35.2021C871.141 35.2067 866.182 35.369 861.309 35.6797L861.214 35.6846C860.471 35.6846 859.846 35.1034 859.801 34.3516C859.747 33.5682 860.345 32.8925 861.128 32.8428C866.06 32.5276 871.078 32.3654 876.037 32.3564ZM426.441 26.4668C426.666 26.0256 427.211 25.8505 427.652 26.0801C430.726 27.6605 433.817 29.3221 436.837 31.0195C437.273 31.2627 437.426 31.812 437.184 32.2441C437.017 32.5413 436.711 32.7031 436.396 32.7031C436.247 32.7031 436.098 32.6673 435.959 32.5908C432.958 30.9024 429.884 29.254 426.829 27.6826C426.388 27.453 426.212 26.9081 426.441 26.4668ZM1166.53 14.873C1167.32 14.9183 1167.91 15.5936 1167.86 16.377C1167.57 21.1677 1167.43 26.044 1167.43 30.8662V31.1182C1167.43 31.9016 1166.79 32.5371 1166 32.5371C1165.22 32.5369 1164.58 31.9015 1164.58 31.1182V30.8662C1164.58 25.9854 1164.73 21.0505 1165.03 16.2012C1165.07 15.4537 1165.69 14.8682 1166.44 14.8682C1166.47 14.8682 1166.5 14.8686 1166.53 14.873ZM1188.35 14.2334C1188.68 13.6977 1189.39 13.5403 1189.93 13.8779C1190.46 14.2156 1190.62 14.9267 1190.28 15.458C1187.11 20.4604 1184.06 25.6206 1181.21 30.8076C1181 31.1859 1180.61 31.4023 1180.21 31.4023C1180.02 31.4023 1179.83 31.3569 1179.66 31.2578C1179.1 30.9516 1178.9 30.2585 1179.2 29.7002C1182.07 24.4771 1185.15 19.2719 1188.35 14.2334ZM81.8428 22.9863C93.9797 23.5402 105.82 25.2835 117.234 28.0977C117.158 28.4306 117.103 28.777 117.068 29.1279C105.698 26.3183 93.9116 24.5806 81.8203 24.0312C81.8396 23.7973 81.8496 23.5588 81.8496 23.3203C81.8496 23.2077 81.8473 23.0989 81.8428 22.9863ZM916.699 17.1328C917.19 17.0656 917.644 17.417 917.707 17.9121C918.103 21.019 918.404 24.1849 918.606 27.3232C918.638 27.8183 918.26 28.2461 917.766 28.2822H917.707C917.234 28.2822 916.838 27.9167 916.807 27.4395C916.609 24.3373 916.311 21.2083 915.92 18.1377C915.857 17.6469 916.209 17.1959 916.699 17.1328ZM176.274 21.6855C176.724 21.474 177.26 21.6673 177.472 22.1172C177.683 22.5674 177.491 23.1038 177.041 23.3154C173.941 24.7743 170.826 26.3094 167.782 27.8809C167.65 27.9483 167.509 27.9805 167.37 27.9805C167.045 27.9803 166.73 27.8045 166.57 27.4941C166.342 27.0529 166.515 26.5074 166.957 26.2822C170.02 24.7018 173.155 23.1534 176.274 21.6855ZM73.4424 22.7979C75.6539 22.7979 77.8596 22.8385 80.0518 22.915C80.0598 23.05 80.0645 23.1853 80.0645 23.3203C80.0644 23.5362 80.0534 23.7476 80.0332 23.959C77.8472 23.8824 75.6468 23.8418 73.4424 23.8418C71.2377 23.8418 69.0383 23.8824 66.8525 23.959C66.8323 23.7476 66.8213 23.5362 66.8213 23.3203C66.8213 23.1853 66.8259 23.05 66.834 22.915C69.0267 22.8385 71.2312 22.7979 73.4424 22.7979ZM407.577 17.7002C407.771 17.241 408.3 17.03 408.758 17.2236C411.942 18.5744 415.149 20.0062 418.288 21.4785C418.738 21.6902 418.931 22.2257 418.72 22.6758C418.567 23.0043 418.244 23.1932 417.905 23.1934C417.778 23.1934 417.648 23.1668 417.524 23.1084C414.405 21.6496 411.219 20.2262 408.055 18.8799C407.597 18.6863 407.383 18.1595 407.577 17.7002ZM620.55 9.05078C620.644 8.56009 621.112 8.24005 621.603 8.33008C622.093 8.42017 622.412 8.8931 622.317 9.38379C621.746 12.4275 621.261 15.5345 620.883 18.6143C620.824 19.0689 620.437 19.4021 619.987 19.4023L619.879 19.3984C619.384 19.3354 619.033 18.8849 619.096 18.3896C619.478 15.2738 619.969 12.1306 620.55 9.05078ZM195.373 13.5352C195.837 13.3551 196.358 13.59 196.536 14.0537C196.714 14.5174 196.482 15.0393 196.018 15.2148C192.824 16.4441 189.607 17.7455 186.457 19.0918C186.342 19.1413 186.222 19.1641 186.104 19.1641C185.755 19.1639 185.422 18.9564 185.276 18.6143C185.082 18.1595 185.294 17.6282 185.751 17.4346C188.921 16.0793 192.159 14.7689 195.373 13.5352ZM1659.12 -1.41602C1659.63 -1.78928 1660.35 -1.67752 1660.72 -1.16602C1664.23 3.65134 1667.64 8.63641 1670.84 13.6523C1671.18 14.1882 1671.02 14.8951 1670.48 15.2373C1670.3 15.3588 1670.08 15.4179 1669.87 15.418C1669.5 15.418 1669.12 15.2288 1668.91 14.8867C1665.73 9.91125 1662.35 4.96243 1658.87 0.185547C1658.5 -0.325409 1658.61 -1.04315 1659.12 -1.41602ZM388.109 10.3428C388.269 9.87009 388.781 9.61823 389.251 9.78027C392.531 10.8924 395.836 12.086 399.074 13.3242C399.539 13.4998 399.772 14.0171 399.595 14.4854C399.458 14.841 399.116 15.0614 398.754 15.0615C398.647 15.0615 398.538 15.0435 398.433 15.0029C395.216 13.7783 391.931 12.5945 388.672 11.4824C388.201 11.3247 387.949 10.8109 388.109 10.3428ZM215.073 6.79004C215.551 6.64609 216.051 6.91693 216.194 7.38965C216.338 7.86685 216.068 8.37057 215.593 8.51465C212.304 9.50522 208.991 10.5724 205.744 11.6846C205.647 11.7161 205.549 11.7344 205.452 11.7344C205.078 11.7342 204.729 11.4955 204.602 11.1221C204.44 10.6539 204.691 10.1407 205.161 9.97852C208.428 8.86185 211.763 7.78964 215.073 6.79004ZM913.054 -1.30078C913.535 -1.42593 914.026 -1.13513 914.147 -0.654297C914.935 2.38577 915.628 5.48904 916.222 8.57324C916.316 9.05936 915.993 9.53217 915.507 9.62695C915.448 9.63596 915.393 9.64062 915.335 9.64062C914.912 9.64041 914.534 9.34323 914.453 8.91113C913.868 5.8674 913.18 2.7991 912.406 -0.204102C912.28 -0.685364 912.572 -1.17599 913.054 -1.30078ZM1012.24 -32.7207C1012.45 -32.6784 1012.67 -32.6553 1012.89 -32.6553C1012.91 -32.6553 1012.93 -32.6562 1012.95 -32.6562C1012.03 -21.4255 1009.64 -10.6122 1005.96 -0.40332C1006.18 -0.389893 1006.4 -0.345612 1006.6 -0.271484C1006.83 -0.188202 1007.05 -0.0700073 1007.23 0.0771484C1007.77 0.498993 1008.12 1.15622 1008.12 1.89355C1008.12 3.16373 1007.09 4.1972 1005.82 4.19727C1005.64 4.19727 1005.47 4.1792 1005.3 4.13867C1005.06 4.08014 1004.84 3.98999 1004.63 3.86621C1004.55 3.81631 1004.47 3.76062 1004.4 3.70117C1003.68 5.49603 1002.92 7.27188 1002.12 9.02539C1001.94 8.87814 1001.72 8.76007 1001.49 8.67676C1002.33 6.84146 1003.12 4.98157 1003.86 3.10059C1003.65 2.74939 1003.52 2.33578 1003.52 1.89355C1003.52 0.853149 1004.21 -0.027771 1005.16 -0.3125C1008.89 -10.5628 1011.31 -21.4316 1012.24 -32.7207ZM368.206 4.45312C368.331 3.97168 368.822 3.68494 369.303 3.80859C372.648 4.67896 376.023 5.61978 379.332 6.61035C379.808 6.75443 380.079 7.25418 379.937 7.73145C379.82 8.12302 379.462 8.37482 379.075 8.375C378.99 8.375 378.902 8.36197 378.816 8.33496C375.528 7.35339 372.175 6.41626 368.851 5.55176C368.37 5.42557 368.081 4.93481 368.206 4.45312ZM235.215 1.5127C235.7 1.40375 236.182 1.70996 236.29 2.19531C236.398 2.68069 236.092 3.16245 235.606 3.27051C232.254 4.01703 228.871 4.83649 225.552 5.70996C225.476 5.72797 225.398 5.7373 225.323 5.7373C224.924 5.7373 224.559 5.47067 224.453 5.06543C224.327 4.58383 224.615 4.0929 225.096 3.9668C228.436 3.08969 231.841 2.26508 235.215 1.5127ZM1005.64 3.69824H1005.64L1005.82 3.70801L1005.64 3.69824ZM1004.81 3.39746C1004.91 3.46271 1005.01 3.51947 1005.12 3.56543C1005.01 3.51947 1004.91 3.46271 1004.81 3.39746ZM1006.83 3.39844C1006.74 3.46353 1006.63 3.51956 1006.53 3.56543C1006.63 3.51956 1006.74 3.46356 1006.83 3.39844ZM347.925 0.0458984C348.014 -0.44342 348.483 -0.765869 348.971 -0.678711C352.371 -0.0578003 355.806 0.633667 359.178 1.37793C359.663 1.48508 359.97 1.96536 359.863 2.45117C359.771 2.87158 359.398 3.15802 358.985 3.1582C358.922 3.1582 358.856 3.15106 358.791 3.13672C355.44 2.3974 352.028 1.70917 348.648 1.09277C348.16 1.00363 347.835 0.535217 347.925 0.0458984ZM1170.09 -14.5625C1170.18 -14.5625 1170.27 -14.5547 1170.35 -14.5381C1171.13 -14.3927 1171.63 -13.6501 1171.49 -12.8789C1170.58 -8.07242 1169.82 -3.17047 1169.22 1.69141C1169.13 2.41138 1168.51 2.93848 1167.81 2.93848C1167.75 2.93848 1167.69 2.93494 1167.63 2.92773C1166.85 2.83072 1166.3 2.12094 1166.4 1.34277C1167.01 -3.57822 1167.78 -8.54059 1168.7 -13.4053C1168.83 -14.0876 1169.42 -14.5625 1170.09 -14.5625ZM1004.02 1.70898C1004.01 1.76968 1004.01 1.83127 1004.01 1.89355C1004.01 1.99875 1004.02 2.10181 1004.04 2.20215C1004.02 2.10178 1004.01 1.99878 1004.01 1.89355C1004.01 1.83127 1004.01 1.76965 1004.02 1.70898ZM1597.22 -0.391602C1597.72 -0.417694 1598.15 -0.0440369 1598.18 0.452148C1598.21 0.948151 1597.84 1.37518 1597.34 1.40625C1594.21 1.6012 1591.04 1.70132 1587.89 1.70312C1587.4 1.70358 1586.99 1.30109 1586.99 0.803711C1586.99 0.30661 1587.39 -0.0971985 1587.89 -0.0976562C1591 -0.0994568 1594.14 -0.198425 1597.22 -0.391602ZM1569.26 -1.24414C1572.33 -0.86142 1575.46 -0.570862 1578.56 -0.380859C1579.05 -0.35025 1579.43 0.0770569 1579.4 0.573242C1579.37 1.0509 1578.97 1.41882 1578.5 1.41895L1578.45 1.41699C1575.31 1.22427 1572.15 0.930695 1569.04 0.543945C1568.55 0.482269 1568.2 0.0315857 1568.25 -0.461914C1568.32 -0.955627 1568.77 -1.30624 1569.26 -1.24414ZM1209.44 -14.8281C1209.85 -15.3162 1210.57 -15.384 1211.06 -14.9814C1211.54 -14.5775 1211.61 -13.8552 1211.21 -13.3672C1207.44 -8.80777 1203.77 -4.06909 1200.29 0.716797C1200.07 1.02567 1199.72 1.18945 1199.37 1.18945C1199.13 1.18945 1198.9 1.11838 1198.7 0.970703C1198.18 0.598297 1198.07 -0.118042 1198.44 -0.629883C1201.94 -5.45447 1205.64 -10.2318 1209.44 -14.8281ZM625.216 -9.27051C625.369 -9.74374 625.873 -10.0041 626.346 -9.85059C626.823 -9.69785 627.079 -9.18948 626.926 -8.7168C625.972 -5.7663 625.103 -2.74612 624.338 0.259766C624.234 0.666656 623.866 0.937286 623.466 0.9375C623.394 0.9375 623.317 0.929474 623.245 0.910156C622.759 0.787262 622.471 0.297577 622.593 -0.18457C623.367 -3.2269 624.248 -6.28403 625.216 -9.27051ZM1615.75 -2.71875C1616.23 -2.81085 1616.71 -2.49127 1616.8 -2.00293C1616.89 -1.51437 1616.57 -1.04196 1616.08 -0.949219C1613 -0.363007 1609.86 0.131653 1606.75 0.522461L1606.63 0.529297C1606.18 0.529114 1605.8 0.196259 1605.74 -0.258789C1605.68 -0.752228 1606.03 -1.20288 1606.52 -1.26465C1609.6 -1.65097 1612.7 -2.13971 1615.75 -2.71875ZM495.695 -50.7295C495.695 -50.286 495.714 -49.8461 495.75 -49.4121C438.674 -46.8142 385.28 -29.929 339.022 -2.24512C339.329 -2.06516 339.511 -1.71198 339.457 -1.33887C339.392 -0.890564 339.007 -0.567383 338.567 -0.567383C338.525 -0.567383 338.481 -0.571289 338.438 -0.577148C337.85 -0.662231 337.261 -0.7435 336.671 -0.825195C336.54 -0.745667 336.41 -0.666626 336.279 -0.586914C336.239 -0.691284 336.195 -0.79422 336.152 -0.897461C333.501 -1.25931 330.826 -1.58713 328.173 -1.87305C327.679 -1.92627 327.322 -2.36963 327.375 -2.86426C327.429 -3.35809 327.869 -3.71692 328.365 -3.66309C330.935 -3.38626 333.525 -3.07242 336.094 -2.72461C383.059 -31.2619 437.5 -48.6915 495.709 -51.3408C495.7 -51.1379 495.695 -50.9342 495.695 -50.7295ZM1549.83 -4.0625C1549.95 -4.54428 1550.44 -4.83582 1550.92 -4.71289C1553.92 -3.94611 1556.99 -3.2648 1560.04 -2.68848C1560.52 -2.59598 1560.85 -2.12512 1560.75 -1.63672C1560.67 -1.20447 1560.29 -0.90332 1559.87 -0.90332C1559.81 -0.90332 1559.76 -0.908142 1559.7 -0.918945C1556.62 -1.50201 1553.51 -2.19104 1550.47 -2.9668C1549.99 -3.09015 1549.7 -3.58078 1549.83 -4.0625ZM276.384 -4.54492C276.882 -4.57846 277.31 -4.20877 277.347 -3.71289C277.383 -3.21713 277.011 -2.78503 276.515 -2.74902C273.086 -2.49777 269.62 -2.18027 266.213 -1.80566L266.113 -1.7998C265.66 -1.7998 265.271 -2.14151 265.22 -2.60254C265.166 -3.09641 265.522 -3.54111 266.016 -3.5957C269.444 -3.97256 272.933 -4.29233 276.384 -4.54492ZM307.6 -5.14062C311.057 -5.01996 314.555 -4.83432 317.996 -4.58984C318.492 -4.55426 318.865 -4.12408 318.83 -3.62793C318.796 -3.15347 318.401 -2.7912 317.934 -2.79102L317.868 -2.79395C314.45 -3.03708 310.973 -3.22006 307.537 -3.33984C307.04 -3.35709 306.652 -3.77457 306.669 -4.27148C306.686 -4.76804 307.106 -5.15982 307.6 -5.14062ZM1633.83 -7.3584C1634.3 -7.51215 1634.8 -7.25293 1634.96 -6.78027C1635.11 -6.30759 1634.85 -5.79947 1634.38 -5.64551C1631.4 -4.67523 1628.35 -3.78809 1625.3 -3.00781C1625.23 -2.98889 1625.16 -2.97949 1625.08 -2.97949C1624.68 -2.97958 1624.31 -3.24985 1624.21 -3.65625C1624.08 -4.13803 1624.38 -4.62955 1624.86 -4.75293C1627.86 -5.52332 1630.88 -6.39981 1633.83 -7.3584ZM297.19 -5.31543C297.687 -5.31543 298.091 -4.91312 298.091 -4.41602C298.092 -3.91858 297.689 -3.51511 297.191 -3.51465C293.756 -3.51105 290.276 -3.44531 286.847 -3.31836L286.812 -3.31738C286.331 -3.31744 285.932 -3.69888 285.914 -4.18457C285.895 -4.68106 286.283 -5.09946 286.779 -5.11816C290.23 -5.24603 293.733 -5.31183 297.19 -5.31543ZM845.766 -8.80762C844.668 -7.57889 843.588 -6.33755 842.517 -5.08496C842.481 -5.22363 842.458 -5.36966 842.458 -5.52051V-5.8125C842.458 -6.2182 842.457 -6.62512 842.462 -7.03125C843.56 -8.30057 844.667 -9.55722 845.792 -10.8018C845.783 -10.1372 845.77 -9.47177 845.766 -8.80762ZM907.109 -19.126C907.568 -19.3102 908.095 -19.0841 908.279 -18.623C909.44 -15.7055 910.525 -12.7143 911.497 -9.73145C911.65 -9.25867 911.393 -8.75015 910.921 -8.5957C910.826 -8.56509 910.732 -8.55078 910.642 -8.55078C910.264 -8.55087 909.909 -8.79221 909.787 -9.17188C908.824 -12.1184 907.753 -15.0739 906.605 -17.9561C906.421 -18.4184 906.646 -18.9413 907.109 -19.126ZM1651.17 -14.2393C1651.62 -14.4508 1652.15 -14.2592 1652.36 -13.8096C1652.57 -13.3597 1652.38 -12.8224 1651.93 -12.6104C1649.1 -11.2737 1646.19 -10.0101 1643.27 -8.85352C1643.17 -8.8103 1643.05 -8.79004 1642.94 -8.79004C1642.58 -8.79016 1642.25 -9.00504 1642.11 -9.3584C1641.92 -9.82025 1642.15 -10.344 1642.61 -10.5273C1645.49 -11.6701 1648.37 -12.9187 1651.17 -14.2393ZM1515.01 -18.083C1515.25 -18.518 1515.8 -18.6775 1516.24 -18.4375C1518.96 -16.9408 1521.76 -15.5109 1524.56 -14.1885C1525.01 -13.9763 1525.21 -13.4403 1525 -12.9902C1524.84 -12.6647 1524.52 -12.4736 1524.18 -12.4736C1524.05 -12.4736 1523.92 -12.501 1523.8 -12.5596C1520.95 -13.8976 1518.12 -15.3444 1515.37 -16.8594C1514.93 -17.0988 1514.78 -17.6472 1515.01 -18.083ZM1636.19 -28.8242C1636.64 -29.2572 1637.37 -29.2363 1637.81 -28.7754C1641.89 -24.4389 1645.89 -19.9136 1649.69 -15.3271C1650.1 -14.8404 1650.03 -14.1172 1649.54 -13.7129C1649.33 -13.535 1649.07 -13.4492 1648.81 -13.4492C1648.48 -13.4493 1648.16 -13.5897 1647.93 -13.8623C1644.16 -18.4123 1640.19 -22.9013 1636.14 -27.2031C1635.7 -27.6642 1635.72 -28.3898 1636.19 -28.8242ZM1667.5 -23.2461C1667.92 -23.5127 1668.47 -23.3894 1668.74 -22.9697C1669.01 -22.5496 1668.88 -21.9931 1668.46 -21.7266C1665.82 -20.0431 1663.09 -18.4215 1660.34 -16.9082C1660.2 -16.8321 1660.05 -16.7959 1659.91 -16.7959C1659.59 -16.7959 1659.28 -16.9641 1659.12 -17.2617C1658.88 -17.697 1659.04 -18.2448 1659.47 -18.4854C1662.18 -19.9807 1664.88 -21.5828 1667.5 -23.2461ZM1499.21 -28.2617C1499.5 -28.6642 1500.07 -28.7535 1500.47 -28.4609C1502.97 -26.6364 1505.57 -24.8668 1508.19 -23.2021C1508.61 -22.9352 1508.74 -22.3786 1508.47 -21.959C1508.3 -21.6889 1508.01 -21.5411 1507.71 -21.541C1507.54 -21.541 1507.38 -21.5863 1507.23 -21.6816C1504.58 -23.3665 1501.95 -25.1573 1499.41 -27.0039C1499.01 -27.2965 1498.92 -27.8592 1499.21 -28.2617ZM844.717 -24.3369C845.059 -24.3162 845.369 -24.1911 845.621 -23.9961C844.667 -23.6368 843.771 -23.1544 842.957 -22.5674C842.962 -22.6429 842.966 -22.718 842.971 -22.7939C843.025 -23.6629 843.745 -24.3407 844.6 -24.3408C844.64 -24.3408 844.676 -24.3396 844.717 -24.3369ZM898.978 -36.0381C899.414 -36.2794 899.959 -36.1215 900.202 -35.6865C901.719 -32.9372 903.172 -30.1089 904.509 -27.2803C904.72 -26.831 904.531 -26.2935 904.081 -26.0811C903.955 -26.0222 903.825 -25.9942 903.694 -25.9941C903.357 -25.9941 903.036 -26.1847 902.879 -26.5098C901.56 -29.3036 900.125 -32.0981 898.627 -34.8145C898.384 -35.2493 898.541 -35.7975 898.978 -36.0381ZM1177.41 -43.3037C1177.55 -43.3037 1177.7 -43.2812 1177.85 -43.2344C1178.59 -42.9925 1179 -42.1912 1178.76 -41.4453C1177.26 -36.7878 1175.88 -32.0208 1174.67 -27.2764C1174.51 -26.6334 1173.93 -26.2051 1173.3 -26.2051C1173.18 -26.2051 1173.06 -26.2195 1172.95 -26.25C1172.19 -26.4436 1171.73 -27.2171 1171.92 -27.9775C1173.14 -32.7801 1174.54 -37.6059 1176.06 -42.3193C1176.25 -42.921 1176.81 -43.3037 1177.41 -43.3037ZM1233.99 -41.0166C1234.45 -41.4497 1235.17 -41.4291 1235.6 -40.9678C1236.04 -40.5071 1236.02 -39.7807 1235.56 -39.3467C1231.25 -35.2952 1227.02 -31.0527 1222.98 -26.7383C1222.75 -26.4981 1222.45 -26.3771 1222.15 -26.377C1221.86 -26.377 1221.58 -26.479 1221.36 -26.6865C1220.9 -27.1197 1220.88 -27.8456 1221.31 -28.3076C1225.39 -32.6566 1229.65 -36.9319 1233.99 -41.0166ZM1682.58 -34.2324C1682.97 -34.5498 1683.53 -34.4964 1683.85 -34.1133C1684.17 -33.7301 1684.11 -33.1617 1683.73 -32.8447C1681.32 -30.8438 1678.81 -28.8932 1676.27 -27.0459C1676.11 -26.9297 1675.92 -26.873 1675.74 -26.873C1675.47 -26.8732 1675.19 -27.0022 1675.02 -27.2441C1674.72 -27.6461 1674.81 -28.2092 1675.21 -28.502C1677.72 -30.3268 1680.2 -32.2553 1682.58 -34.2324ZM1484.81 -40.332C1485.15 -40.6945 1485.71 -40.7133 1486.08 -40.373C1488.34 -38.2496 1490.7 -36.1704 1493.09 -34.1924C1493.47 -33.8754 1493.52 -33.307 1493.21 -32.9238C1493.03 -32.7087 1492.77 -32.5977 1492.51 -32.5977C1492.31 -32.5977 1492.1 -32.666 1491.94 -32.8047C1489.52 -34.807 1487.13 -36.9109 1484.85 -39.0596C1484.48 -39.4 1484.46 -39.9697 1484.81 -40.332ZM1012.89 -38.7021C1013.03 -38.7021 1013.17 -38.6911 1013.3 -38.6709C1013.24 -36.8951 1013.14 -35.1339 1013.01 -33.377C1012.97 -33.3756 1012.93 -33.375 1012.89 -33.375C1012.69 -33.375 1012.49 -33.3984 1012.29 -33.4434C1012.42 -35.1818 1012.52 -36.9262 1012.58 -38.6836C1012.69 -38.6957 1012.79 -38.7021 1012.89 -38.7021ZM641.271 -43.4668C641.537 -43.8868 642.095 -44.011 642.514 -43.7451C642.932 -43.4781 643.058 -42.9216 642.793 -42.502C641.128 -39.8797 639.53 -37.1717 638.036 -34.4521C637.87 -34.1536 637.564 -33.9844 637.244 -33.9844C637.1 -33.9844 636.952 -34.0211 636.812 -34.0967C636.376 -34.3358 636.219 -34.8835 636.457 -35.3193C637.969 -38.0717 639.589 -40.813 641.271 -43.4668ZM1696.19 -47.0205C1696.53 -47.3829 1697.1 -47.4007 1697.46 -47.0605C1697.83 -46.7202 1697.84 -46.1496 1697.5 -45.7871C1695.36 -43.4988 1693.11 -41.2493 1690.82 -39.1006C1690.64 -38.9373 1690.42 -38.8566 1690.2 -38.8564C1689.97 -38.8564 1689.72 -38.952 1689.55 -39.1406C1689.21 -39.503 1689.22 -40.0727 1689.59 -40.4131C1691.85 -42.536 1694.07 -44.7593 1696.19 -47.0205ZM1013.19 -49.8389C1013.31 -47.5859 1013.37 -45.314 1013.37 -43.0312C1013.37 -41.814 1013.36 -40.6027 1013.32 -39.3936C1013.18 -39.4111 1013.04 -39.4199 1012.89 -39.4199C1012.8 -39.4199 1012.7 -39.4153 1012.6 -39.4072C1012.64 -40.6097 1012.65 -41.8206 1012.65 -43.0312C1012.65 -45.309 1012.6 -47.5738 1012.47 -49.8223C1012.53 -49.8205 1012.59 -49.8203 1012.65 -49.8203H1012.66C1012.84 -49.8203 1013.01 -49.8263 1013.19 -49.8389ZM1610 -53.168C1610.41 -53.6555 1611.13 -53.7255 1611.62 -53.3223C1616.21 -49.5269 1620.75 -45.5341 1625.1 -41.4561C1625.56 -41.0235 1625.58 -40.2989 1625.15 -39.8369C1624.92 -39.5961 1624.62 -39.4737 1624.31 -39.4736C1624.03 -39.4736 1623.75 -39.5771 1623.53 -39.7842C1619.21 -43.8289 1614.72 -47.7891 1610.16 -51.5547C1609.67 -51.9578 1609.6 -52.68 1610 -53.168ZM761.752 -45.6953C761.882 -45.6953 762.008 -45.6854 762.134 -45.667C762.116 -44.7899 762.107 -43.9128 762.107 -43.0312C762.107 -42.1498 762.116 -41.2734 762.134 -40.3965C762.008 -40.3781 761.882 -40.3682 761.752 -40.3682C761.64 -40.3682 761.527 -40.3748 761.419 -40.3887C761.401 -41.2667 761.392 -42.1497 761.392 -43.0322C761.392 -43.9147 761.401 -44.7964 761.419 -45.6748C761.527 -45.6883 761.64 -45.6953 761.752 -45.6953ZM1018 -48.3682C1018.15 -48.3682 1018.29 -48.3593 1018.43 -48.3418C1020.1 -48.1309 1021.39 -46.7058 1021.39 -44.9863C1021.39 -43.1409 1019.9 -41.6357 1018.06 -41.6045C1018.04 -41.6045 1018.03 -41.6045 1018 -41.6045C1017.78 -41.6045 1017.56 -41.6266 1017.35 -41.6689C1015.8 -41.9765 1014.62 -43.3475 1014.62 -44.9863C1014.62 -46.7527 1015.99 -48.2088 1017.71 -48.3564C1017.81 -48.3646 1017.91 -48.3682 1018 -48.3682ZM1018 -47.6504C1017.9 -47.6504 1017.8 -47.644 1017.69 -47.6318C1016.37 -47.4765 1015.34 -46.3493 1015.34 -44.9863C1015.34 -43.7248 1016.23 -42.6649 1017.4 -42.3916C1017.6 -42.3466 1017.8 -42.3232 1018 -42.3232C1018.04 -42.3232 1018.08 -42.3239 1018.12 -42.3252C1019.53 -42.3852 1020.67 -43.5559 1020.67 -44.9863C1020.67 -46.3175 1019.69 -47.4231 1018.41 -47.6191C1018.28 -47.6394 1018.14 -47.6504 1018 -47.6504ZM1472.02 -54.0986C1472.4 -54.4159 1472.97 -54.363 1473.29 -53.9805C1475.27 -51.5927 1477.35 -49.2365 1479.47 -46.9775C1479.81 -46.6155 1479.79 -46.045 1479.43 -45.7041C1479.26 -45.5408 1479.04 -45.46 1478.82 -45.46C1478.58 -45.46 1478.33 -45.5551 1478.16 -45.7432C1476.01 -48.0296 1473.91 -50.4149 1471.9 -52.8311C1471.58 -53.2138 1471.64 -53.7812 1472.02 -54.0986ZM776.917 -102.115C767.967 -85.4275 762.683 -66.4927 762.152 -46.3906C762.022 -46.4064 761.887 -46.4141 761.752 -46.4141C761.644 -46.4141 761.54 -46.4089 761.437 -46.3994C761.963 -66.5119 767.224 -85.4634 776.143 -102.184C776.399 -102.162 776.661 -102.139 776.917 -102.115ZM1258.62 -58.8652C1255.94 -56.8261 1253.28 -54.7348 1250.67 -52.6064C1252.79 -50.4747 1255.72 -49.1531 1258.96 -49.1533C1259.81 -49.1533 1260.64 -49.2476 1261.44 -49.4209C1260.45 -52.5489 1259.52 -55.6973 1258.62 -58.8652ZM511.243 -51.6934C515.334 -51.6934 519.41 -51.6201 523.465 -51.4756C523.483 -51.2284 523.487 -50.9793 523.487 -50.7285C523.487 -50.3296 523.47 -49.9349 523.434 -49.5459C519.388 -49.6909 515.32 -49.7637 511.243 -49.7637C507.166 -49.7637 503.098 -49.6914 499.057 -49.5469C499.016 -49.9356 498.999 -50.3299 498.999 -50.7285C498.999 -50.9793 499.008 -51.2284 499.021 -51.4756C503.076 -51.6206 507.153 -51.6934 511.243 -51.6934ZM652.383 -58.7725C652.698 -59.1551 653.264 -59.21 653.646 -58.8926C654.029 -58.5757 654.083 -58.0082 653.769 -57.625C651.793 -55.2328 649.866 -52.747 648.044 -50.2363C647.868 -49.9937 647.594 -49.8643 647.315 -49.8643C647.131 -49.8643 646.946 -49.9201 646.789 -50.0361C646.384 -50.3283 646.294 -50.8914 646.586 -51.2939C648.431 -53.8353 650.38 -56.3514 652.383 -58.7725ZM1258.96 -72.5596C1258.3 -72.5596 1257.65 -72.5019 1257.02 -72.3965C1257.82 -69.0537 1258.66 -65.7306 1259.55 -62.4287C1260.23 -62.9336 1260.91 -63.4354 1261.59 -63.9326C1262.1 -64.3058 1262.82 -64.1938 1263.19 -63.6826C1263.56 -63.1717 1263.45 -62.4544 1262.94 -62.0811C1262.03 -61.4138 1261.11 -60.7377 1260.2 -60.0566C1261.15 -56.6663 1262.15 -53.2986 1263.21 -49.9541C1267.56 -51.6577 1270.66 -55.9 1270.66 -60.8555C1270.66 -67.3103 1265.41 -72.5581 1258.96 -72.5596ZM1708.1 -61.4111C1708.4 -61.8137 1708.96 -61.902 1709.36 -61.6094C1709.77 -61.3167 1709.85 -60.7536 1709.56 -60.3516C1707.71 -57.8161 1705.76 -55.3019 1703.76 -52.8799C1703.58 -52.6648 1703.33 -52.5547 1703.06 -52.5547C1702.86 -52.5547 1702.66 -52.6217 1702.49 -52.7607C1702.11 -53.0782 1702.06 -53.6457 1702.37 -54.0293C1704.35 -56.4219 1706.28 -58.906 1708.1 -61.4111ZM1255.24 -71.9473C1250.61 -70.3872 1247.26 -66.0069 1247.26 -60.8555C1247.26 -58.4637 1247.99 -56.2379 1249.22 -54.3828C1252.08 -56.7198 1255.01 -59.014 1257.96 -61.2422C1257 -64.7869 1256.09 -68.3555 1255.24 -71.9473ZM1188.31 -70.9326C1188.52 -70.9326 1188.72 -70.8895 1188.92 -70.7979C1189.63 -70.4638 1189.93 -69.6168 1189.6 -68.9062C1187.51 -64.4681 1185.55 -59.9071 1183.75 -55.3496C1183.53 -54.7909 1182.99 -54.4492 1182.42 -54.4492C1182.25 -54.4492 1182.07 -54.4813 1181.9 -54.5488C1181.17 -54.8371 1180.82 -55.6633 1181.11 -56.3936C1182.92 -61.0069 1184.92 -65.6234 1187.03 -70.1152C1187.27 -70.6303 1187.78 -70.9326 1188.31 -70.9326ZM876.698 -66.1865C877.063 -66.5273 877.63 -66.5107 877.972 -66.1484C880.123 -63.8642 882.234 -61.4813 884.236 -59.0674C884.551 -58.6847 884.502 -58.1171 884.119 -57.7988C883.948 -57.6597 883.745 -57.5918 883.543 -57.5918C883.286 -57.5918 883.03 -57.7022 882.85 -57.917C880.87 -60.3016 878.786 -62.6555 876.662 -64.9131C876.32 -65.2751 876.338 -65.8457 876.698 -66.1865ZM1461.06 -69.3467C1461.48 -69.6139 1462.04 -69.4894 1462.3 -69.0703C1463.97 -66.4565 1465.74 -63.8602 1467.56 -61.3545C1467.85 -60.9525 1467.76 -60.3893 1467.36 -60.0967C1467.2 -59.9797 1467.02 -59.9239 1466.83 -59.9238C1466.55 -59.9238 1466.28 -60.0522 1466.1 -60.2939C1464.26 -62.8303 1462.47 -65.4578 1460.78 -68.1035C1460.51 -68.5227 1460.64 -69.0797 1461.06 -69.3467ZM1580.98 -74.0615C1581.32 -74.5959 1582.03 -74.755 1582.56 -74.416C1587.6 -71.2223 1592.6 -67.8263 1597.42 -64.3232C1597.94 -63.9508 1598.05 -63.2345 1597.68 -62.7217C1597.45 -62.4131 1597.1 -62.2491 1596.75 -62.249C1596.52 -62.249 1596.28 -62.3205 1596.08 -62.4678C1591.29 -65.9428 1586.33 -69.3111 1581.34 -72.4795C1580.8 -72.8181 1580.65 -73.5271 1580.98 -74.0615ZM665.307 -72.5654C665.667 -72.9057 666.238 -72.8897 666.58 -72.5273C666.918 -72.1653 666.899 -71.5952 666.539 -71.2539C664.28 -69.1278 662.062 -66.9021 659.942 -64.6387C659.767 -64.4501 659.524 -64.3545 659.285 -64.3545C659.065 -64.3546 658.844 -64.4353 658.669 -64.5977C658.309 -64.9384 658.291 -65.5081 658.628 -65.8711C660.774 -68.1612 663.021 -70.4136 665.307 -72.5654ZM1008.85 -76.5586C1009.93 -72.662 1010.82 -68.6835 1011.52 -64.6465C1011.28 -64.61 1011.05 -64.5619 1010.82 -64.5029C1010.11 -68.5899 1009.2 -72.6068 1008.11 -76.5488C1008.36 -76.5524 1008.6 -76.5559 1008.85 -76.5586ZM1718.13 -77.1846C1718.37 -77.6204 1718.92 -77.7791 1719.35 -77.5391C1719.79 -77.299 1719.94 -76.7507 1719.71 -76.3154C1718.19 -73.5626 1716.57 -70.8231 1714.88 -68.1729C1714.71 -67.9032 1714.42 -67.7559 1714.12 -67.7559C1713.96 -67.7559 1713.79 -67.8011 1713.64 -67.8965C1713.22 -68.1635 1713.1 -68.7205 1713.37 -69.1396C1715.03 -71.7583 1716.63 -74.4646 1718.13 -77.1846ZM862.915 -78.9521C863.23 -79.3353 863.797 -79.3893 864.18 -79.0732C866.601 -77.0742 868.99 -74.972 871.28 -72.8262C871.64 -72.4862 871.659 -71.9156 871.321 -71.5527C871.146 -71.3632 870.902 -71.2676 870.664 -71.2676C870.444 -71.2676 870.222 -71.3482 870.047 -71.5107C867.783 -73.6315 865.426 -75.7093 863.036 -77.6846C862.649 -78.0016 862.596 -78.5686 862.915 -78.9521ZM1291.82 -83.2129C1292.38 -83.5193 1293.07 -83.3173 1293.38 -82.7637C1293.69 -82.209 1293.48 -81.5118 1292.93 -81.2061C1287.76 -78.3505 1282.62 -75.2914 1277.64 -72.1152C1277.45 -71.9933 1277.23 -71.9355 1277.02 -71.9355C1276.64 -71.9356 1276.28 -72.1228 1276.05 -72.4658C1275.72 -72.9998 1275.88 -73.7085 1276.41 -74.0488C1281.43 -77.2506 1286.62 -80.3344 1291.82 -83.2129ZM1452.09 -85.8389C1452.54 -86.0514 1453.08 -85.858 1453.29 -85.4082C1454.61 -82.6091 1456.04 -79.8137 1457.54 -77.0996C1457.78 -76.6642 1457.62 -76.1164 1457.18 -75.876C1457.05 -75.8 1456.9 -75.7637 1456.75 -75.7637C1456.43 -75.7637 1456.13 -75.9319 1455.96 -76.2295C1454.45 -78.9761 1453 -81.8057 1451.66 -84.6396C1451.45 -85.0894 1451.64 -85.6263 1452.09 -85.8389ZM679.842 -84.6357C680.242 -84.9281 680.804 -84.84 681.097 -84.4385C681.389 -84.0365 681.304 -83.4742 680.903 -83.1807C678.397 -81.3531 675.917 -79.4226 673.537 -77.4424C673.366 -77.3033 673.163 -77.2354 672.961 -77.2354C672.7 -77.2354 672.443 -77.3453 672.268 -77.5596C671.948 -77.9427 672.002 -78.5102 672.385 -78.8281C674.797 -80.8314 677.308 -82.7856 679.842 -84.6357ZM1202.6 -96.9521C1202.86 -96.9521 1203.13 -96.8799 1203.36 -96.7305C1204.02 -96.31 1204.22 -95.4323 1203.8 -94.7695C1201.18 -90.6302 1198.65 -86.3549 1196.29 -82.0625C1196.04 -81.592 1195.55 -81.3262 1195.05 -81.3262C1194.82 -81.3262 1194.58 -81.3824 1194.37 -81.502C1193.68 -81.8797 1193.43 -82.7437 1193.8 -83.4316C1196.19 -87.7763 1198.75 -92.1036 1201.41 -96.292C1201.68 -96.7184 1202.13 -96.9521 1202.6 -96.9521ZM1549.56 -91.1592C1549.83 -91.7322 1550.51 -91.9777 1551.09 -91.709C1556.48 -89.1749 1561.87 -86.4331 1567.1 -83.5586C1567.66 -83.2538 1567.86 -82.5562 1567.55 -82.001C1567.34 -81.6211 1566.95 -81.4062 1566.55 -81.4062C1566.36 -81.4063 1566.17 -81.4521 1566 -81.5479C1560.81 -84.3998 1555.46 -87.12 1550.11 -89.6338C1549.54 -89.9026 1549.29 -90.586 1549.56 -91.1592ZM847.638 -89.9014C847.903 -90.3217 848.46 -90.4456 848.879 -90.1797C851.082 -88.783 853.272 -87.312 855.409 -85.7949C855.48 -85.7444 855.552 -85.6942 855.623 -85.6436C855.985 -85.3855 856.346 -85.1268 856.705 -84.8662C856.755 -84.8298 856.8 -84.789 856.84 -84.7451C856.86 -84.7229 856.879 -84.6996 856.896 -84.6758C856.914 -84.652 856.931 -84.6277 856.946 -84.6025C856.961 -84.5777 856.975 -84.5523 856.987 -84.5264C857.125 -84.2383 857.104 -83.8855 856.903 -83.6084C856.728 -83.3657 856.453 -83.2373 856.174 -83.2373C856.084 -83.2373 855.992 -83.2509 855.903 -83.2793C855.815 -83.3076 855.728 -83.3503 855.647 -83.4082C855.072 -83.8255 854.491 -84.2404 853.906 -84.6514V-84.6533C851.942 -86.0366 849.934 -87.3798 847.916 -88.6592C847.493 -88.9254 847.372 -89.4814 847.638 -89.9014ZM1726.1 -94.1016C1726.28 -94.5639 1726.8 -94.7906 1727.27 -94.6074C1727.73 -94.4242 1727.95 -93.8999 1727.77 -93.4375C1726.61 -90.5149 1725.35 -87.5914 1724.01 -84.748C1723.85 -84.4225 1723.53 -84.2315 1723.19 -84.2314C1723.07 -84.2314 1722.94 -84.2589 1722.81 -84.3174C1722.36 -84.529 1722.17 -85.0658 1722.38 -85.5156C1723.7 -88.3249 1724.95 -91.2135 1726.1 -94.1016ZM695.763 -94.79C696.199 -95.0304 696.743 -94.8722 696.981 -94.4375C697.224 -94.0026 697.067 -93.4543 696.631 -93.2139C693.922 -91.7172 691.227 -90.1117 688.612 -88.4443C688.459 -88.3484 688.292 -88.3028 688.126 -88.3027C687.829 -88.3027 687.541 -88.4506 687.37 -88.7197C687.1 -89.1394 687.226 -89.6959 687.645 -89.9629C690.291 -91.6509 693.022 -93.2749 695.763 -94.79ZM1324.21 -98.5361C1324.8 -98.7712 1325.47 -98.4827 1325.7 -97.8955C1325.94 -97.3071 1325.65 -96.64 1325.06 -96.4062C1319.58 -94.2265 1314.1 -91.8409 1308.76 -89.3145C1308.6 -89.2398 1308.44 -89.2041 1308.27 -89.2041C1307.84 -89.2042 1307.43 -89.4466 1307.24 -89.8604C1306.97 -90.4326 1307.21 -91.1161 1307.78 -91.3867C1313.16 -93.9338 1318.69 -96.3389 1324.21 -98.5361ZM1445.27 -103.332C1445.75 -103.485 1446.25 -103.227 1446.41 -102.754C1447.37 -99.8066 1448.43 -96.8501 1449.58 -93.9668C1449.76 -93.5044 1449.53 -92.9806 1449.08 -92.7969C1448.96 -92.7533 1448.85 -92.7334 1448.74 -92.7334C1448.38 -92.7336 1448.04 -92.9489 1447.91 -93.3018C1446.74 -96.2207 1445.66 -99.2134 1444.69 -102.196C1444.54 -102.669 1444.8 -103.178 1445.27 -103.332ZM831.1 -98.8525C831.311 -99.3032 831.851 -99.4953 832.297 -99.2842C835.141 -97.9501 837.976 -96.507 840.734 -94.9941C841.166 -94.7542 841.328 -94.2068 841.09 -93.7705C840.923 -93.4724 840.617 -93.3027 840.298 -93.3027C840.154 -93.3027 840.006 -93.339 839.866 -93.415C837.144 -94.9094 834.34 -96.336 831.532 -97.6543C831.082 -97.8655 830.888 -98.4027 831.1 -98.8525ZM1516.22 -104.163C1516.41 -104.765 1517.06 -105.096 1517.66 -104.901C1523.34 -103.067 1529.03 -101.025 1534.58 -98.834C1535.17 -98.6016 1535.46 -97.9359 1535.23 -97.3477C1535.05 -96.8965 1534.62 -96.6211 1534.17 -96.6211C1534.02 -96.6211 1533.88 -96.6472 1533.74 -96.7021C1528.24 -98.8755 1522.59 -100.9 1516.96 -102.72C1516.36 -102.914 1516.02 -103.56 1516.22 -104.163ZM712.817 -102.863C713.281 -103.046 713.803 -102.822 713.987 -102.359C714.172 -101.897 713.947 -101.373 713.483 -101.189C710.608 -100.044 707.733 -98.7924 704.934 -97.4678C704.808 -97.4092 704.677 -97.3818 704.551 -97.3818C704.213 -97.3819 703.889 -97.5724 703.736 -97.8975C703.525 -98.3468 703.714 -98.8833 704.164 -99.0967C706.995 -100.437 709.906 -101.704 712.817 -102.863ZM813.559 -105.649C813.712 -106.122 814.22 -106.382 814.692 -106.229C817.685 -105.263 820.687 -104.189 823.607 -103.035C824.071 -102.853 824.296 -102.33 824.116 -101.867C823.977 -101.513 823.635 -101.297 823.279 -101.297C823.167 -101.297 823.054 -101.318 822.946 -101.36C820.062 -102.499 817.096 -103.561 814.14 -104.516C813.667 -104.668 813.41 -105.176 813.559 -105.649ZM1731.86 -111.881C1731.99 -112.363 1732.48 -112.654 1732.96 -112.53C1733.44 -112.407 1733.73 -111.916 1733.61 -111.435C1732.83 -108.39 1731.95 -105.334 1730.98 -102.352C1730.85 -101.971 1730.5 -101.729 1730.12 -101.729C1730.03 -101.729 1729.93 -101.743 1729.84 -101.773C1729.37 -101.927 1729.11 -102.435 1729.26 -102.907C1730.22 -105.854 1731.09 -108.874 1731.86 -111.881ZM1358.32 -109.668C1358.93 -109.823 1359.56 -109.457 1359.71 -108.844C1359.87 -108.231 1359.51 -107.607 1358.89 -107.448C1353.17 -105.973 1347.42 -104.296 1341.8 -102.463C1341.68 -102.424 1341.57 -102.406 1341.45 -102.406C1340.96 -102.406 1340.52 -102.713 1340.36 -103.197C1340.16 -103.799 1340.49 -104.446 1341.09 -104.643C1346.75 -106.49 1352.55 -108.181 1358.32 -109.668ZM822.763 -151.222C822.898 -151.019 823.051 -150.831 823.227 -150.662C807.295 -141.12 793.65 -128.139 783.318 -112.751C784.566 -112.628 785.81 -112.491 787.045 -112.339C787.54 -112.278 787.891 -111.828 787.828 -111.335C787.774 -110.879 787.382 -110.544 786.937 -110.544L786.824 -110.551C785.293 -110.74 783.746 -110.906 782.196 -111.049C780.672 -108.698 779.225 -106.293 777.857 -103.837C777.601 -103.862 777.339 -103.886 777.078 -103.909C778.437 -106.364 779.875 -108.769 781.389 -111.12C780.1 -111.232 778.811 -111.327 777.527 -111.405C777.032 -111.435 776.655 -111.862 776.682 -112.358C776.713 -112.855 777.141 -113.232 777.636 -113.202C779.256 -113.104 780.884 -112.979 782.508 -112.828C792.902 -128.414 806.672 -141.563 822.763 -151.222ZM730.781 -108.728C731.263 -108.851 731.753 -108.561 731.875 -108.08C732.001 -107.598 731.708 -107.107 731.227 -106.983C728.225 -106.21 725.21 -105.33 722.268 -104.367C722.173 -104.337 722.078 -104.323 721.983 -104.323C721.606 -104.323 721.255 -104.564 721.129 -104.944C720.976 -105.418 721.233 -105.926 721.705 -106.08C724.688 -107.054 727.739 -107.944 730.781 -108.728ZM1220.03 -120.965C1220.35 -120.965 1220.67 -120.858 1220.93 -120.639C1221.54 -120.138 1221.62 -119.242 1221.12 -118.638C1218.01 -114.862 1214.97 -110.938 1212.09 -106.976C1211.81 -106.592 1211.38 -106.39 1210.94 -106.39C1210.65 -106.39 1210.36 -106.478 1210.11 -106.661C1209.47 -107.123 1209.33 -108.011 1209.79 -108.646C1212.7 -112.657 1215.78 -116.628 1218.94 -120.449C1219.22 -120.789 1219.62 -120.965 1220.03 -120.965ZM795.334 -110.168C795.424 -110.656 795.892 -110.979 796.383 -110.887C799.47 -110.307 802.575 -109.621 805.612 -108.849C806.094 -108.726 806.386 -108.236 806.265 -107.754C806.161 -107.346 805.792 -107.074 805.392 -107.074C805.32 -107.074 805.243 -107.083 805.171 -107.103C802.165 -107.866 799.101 -108.543 796.05 -109.116C795.564 -109.209 795.24 -109.679 795.334 -110.168ZM1481.56 -112.834C1481.67 -113.456 1482.27 -113.87 1482.89 -113.749C1488.75 -112.647 1494.65 -111.344 1500.42 -109.876C1501.03 -109.72 1501.4 -109.096 1501.24 -108.481C1501.11 -107.963 1500.65 -107.617 1500.13 -107.617C1500.04 -107.617 1499.94 -107.629 1499.85 -107.653C1494.13 -109.11 1488.28 -110.403 1482.47 -111.496C1481.85 -111.613 1481.44 -112.212 1481.56 -112.834ZM749.335 -112.278C749.83 -112.34 750.28 -111.992 750.343 -111.498C750.406 -111.005 750.054 -110.554 749.56 -110.491C746.486 -110.102 743.381 -109.609 740.339 -109.027C740.281 -109.017 740.226 -109.011 740.168 -109.011C739.745 -109.011 739.372 -109.311 739.286 -109.742C739.192 -110.231 739.516 -110.702 740.002 -110.796C743.08 -111.385 746.221 -111.883 749.335 -112.278ZM1440.71 -121.559C1441.2 -121.652 1441.66 -121.331 1441.76 -120.843C1442.34 -117.792 1443.03 -114.724 1443.8 -111.725C1443.92 -111.243 1443.63 -110.752 1443.15 -110.629C1443.07 -110.61 1443 -110.6 1442.92 -110.6C1442.52 -110.6 1442.16 -110.87 1442.05 -111.276C1441.27 -114.312 1440.58 -117.417 1439.99 -120.505C1439.9 -120.993 1440.22 -121.466 1440.71 -121.559ZM1393.55 -116.405C1394.18 -116.485 1394.76 -116.04 1394.84 -115.412C1394.92 -114.784 1394.47 -114.21 1393.84 -114.131C1387.98 -113.388 1382.06 -112.449 1376.26 -111.341C1376.19 -111.327 1376.12 -111.32 1376.04 -111.32C1375.51 -111.32 1375.03 -111.703 1374.92 -112.252C1374.8 -112.874 1375.21 -113.474 1375.83 -113.593C1381.68 -114.71 1387.64 -115.656 1393.55 -116.405ZM768.189 -113.479C768.689 -113.479 769.09 -113.076 769.09 -112.579C769.094 -112.082 768.689 -111.679 768.194 -111.678C765.085 -111.673 761.948 -111.572 758.856 -111.375L758.799 -111.373C758.331 -111.373 757.935 -111.74 757.903 -112.217C757.872 -112.713 758.245 -113.141 758.744 -113.172C761.867 -113.371 765.049 -113.474 768.189 -113.479ZM1447.29 -118.151C1453.25 -117.791 1459.26 -117.239 1465.16 -116.51C1465.79 -116.432 1466.23 -115.86 1466.16 -115.231C1466.09 -114.651 1465.59 -114.226 1465.02 -114.226C1464.97 -114.226 1464.93 -114.228 1464.88 -114.233C1459.03 -114.957 1453.06 -115.506 1447.15 -115.863C1446.52 -115.902 1446.04 -116.445 1446.08 -117.077C1446.12 -117.709 1446.65 -118.196 1447.29 -118.151ZM1429.36 -118.68C1429.99 -118.68 1430.5 -118.168 1430.5 -117.535C1430.51 -116.902 1430 -116.389 1429.36 -116.388C1423.44 -116.379 1417.45 -116.185 1411.56 -115.812L1411.49 -115.81C1410.89 -115.81 1410.39 -116.276 1410.35 -116.883C1410.31 -117.515 1410.79 -118.06 1411.42 -118.1C1417.36 -118.476 1423.39 -118.671 1429.36 -118.68H1429.36ZM1573.96 -132.538C1574.34 -132.538 1574.72 -132.389 1575 -132.092C1578.39 -128.486 1581.72 -124.725 1584.88 -120.915C1585.38 -120.311 1585.3 -119.416 1584.7 -118.914C1584.43 -118.694 1584.11 -118.586 1583.79 -118.586C1583.38 -118.586 1582.98 -118.76 1582.7 -119.099C1579.57 -122.863 1576.29 -126.579 1572.93 -130.142C1572.39 -130.713 1572.42 -131.613 1572.99 -132.151C1573.26 -132.41 1573.61 -132.538 1573.96 -132.538ZM1736.35 -131.013C1736.84 -130.951 1737.19 -130.501 1737.12 -130.008C1736.74 -126.891 1736.24 -123.747 1735.66 -120.666C1735.58 -120.234 1735.2 -119.933 1734.78 -119.933C1734.72 -119.933 1734.66 -119.938 1734.61 -119.949C1734.12 -120.042 1733.8 -120.513 1733.89 -121.001C1734.47 -124.046 1734.96 -127.151 1735.34 -130.23C1735.4 -130.724 1735.85 -131.077 1736.35 -131.013ZM1438.47 -140.214C1438.96 -140.241 1439.39 -139.868 1439.42 -139.372C1439.62 -136.273 1439.91 -133.143 1440.3 -130.07C1440.36 -129.577 1440.01 -129.127 1439.52 -129.064L1439.41 -129.057C1438.96 -129.057 1438.57 -129.39 1438.51 -129.845C1438.12 -132.955 1437.82 -136.122 1437.63 -139.259C1437.6 -139.755 1437.97 -140.183 1438.47 -140.214ZM1240.31 -142.606C1240.69 -142.606 1241.06 -142.456 1241.34 -142.159C1241.88 -141.587 1241.86 -140.688 1241.28 -140.15C1237.72 -136.795 1234.21 -133.282 1230.87 -129.71C1230.59 -129.411 1230.21 -129.261 1229.83 -129.261C1229.48 -129.261 1229.13 -129.388 1228.86 -129.646C1228.29 -130.182 1228.26 -131.081 1228.8 -131.654C1232.18 -135.269 1235.73 -138.824 1239.33 -142.22C1239.61 -142.478 1239.96 -142.606 1240.31 -142.606ZM1737.4 -150.092C1737.89 -150.092 1738.29 -149.691 1738.29 -149.195V-148.872C1738.29 -145.726 1738.2 -142.547 1738.01 -139.422C1737.98 -138.944 1737.58 -138.577 1737.11 -138.577L1737.05 -138.579C1736.55 -138.61 1736.18 -139.037 1736.21 -139.533C1736.4 -142.621 1736.5 -145.763 1736.5 -148.872V-149.188C1736.5 -149.685 1736.9 -150.09 1737.4 -150.092ZM1552.33 -152.816C1552.64 -152.816 1552.96 -152.711 1553.23 -152.492C1557.05 -149.336 1560.82 -146.019 1564.43 -142.631C1565.01 -142.094 1565.04 -141.194 1564.5 -140.621C1564.22 -140.323 1563.84 -140.172 1563.46 -140.172C1563.11 -140.172 1562.76 -140.298 1562.49 -140.556C1558.92 -143.903 1555.19 -147.182 1551.42 -150.3C1550.82 -150.8 1550.73 -151.695 1551.23 -152.301C1551.51 -152.641 1551.92 -152.816 1552.33 -152.816ZM958.96 -146.729C960.404 -145.727 961.826 -144.698 963.226 -143.639C963.113 -143.425 962.973 -143.228 962.807 -143.054C961.407 -144.114 959.977 -145.149 958.532 -146.151C958.649 -146.363 958.793 -146.557 958.96 -146.729ZM931.41 -161.157C941 -157.567 950.036 -152.841 958.361 -147.141C958.199 -146.963 958.06 -146.768 957.938 -146.56C949.681 -152.212 940.716 -156.902 931.203 -160.467C931.307 -160.681 931.379 -160.913 931.41 -161.157ZM1438.56 -159.006C1439.05 -158.975 1439.43 -158.548 1439.4 -158.052C1439.22 -155.016 1439.13 -151.927 1439.13 -148.872V-148.712C1439.13 -148.215 1438.72 -147.812 1438.23 -147.812C1437.73 -147.812 1437.33 -148.215 1437.33 -148.712V-148.872C1437.33 -151.963 1437.42 -155.089 1437.61 -158.161C1437.64 -158.657 1438.06 -159.04 1438.56 -159.006ZM1263.11 -161.544C1263.55 -161.544 1263.98 -161.341 1264.26 -160.96C1264.72 -160.325 1264.58 -159.437 1263.95 -158.975C1260 -156.09 1256.09 -153.042 1252.32 -149.917C1252.06 -149.696 1251.74 -149.589 1251.42 -149.589C1251.01 -149.589 1250.6 -149.765 1250.32 -150.104C1249.82 -150.708 1249.91 -151.603 1250.51 -152.104C1254.32 -155.267 1258.28 -158.351 1262.28 -161.271C1262.53 -161.455 1262.82 -161.544 1263.11 -161.544ZM965.979 -157.205C967.841 -157.204 969.357 -155.688 969.357 -153.823C969.357 -153.214 969.196 -152.641 968.912 -152.147C968.795 -151.938 968.651 -151.743 968.494 -151.565C967.873 -150.876 966.977 -150.442 965.979 -150.441C964.116 -150.441 962.599 -151.959 962.599 -153.823C962.599 -154.436 962.761 -155.012 963.049 -155.509C963.17 -155.717 963.31 -155.912 963.472 -156.09C964.093 -156.775 964.984 -157.205 965.979 -157.205ZM965.979 -156.486C965.232 -156.486 964.552 -156.177 964.07 -155.678C963.904 -155.506 963.76 -155.311 963.643 -155.1C963.436 -154.721 963.318 -154.285 963.318 -153.823C963.318 -152.354 964.512 -151.159 965.979 -151.159C966.743 -151.159 967.432 -151.484 967.918 -152.002C968.084 -152.177 968.224 -152.373 968.336 -152.587C968.529 -152.956 968.638 -153.377 968.638 -153.823C968.638 -155.292 967.445 -156.486 965.979 -156.486ZM846.667 -162.345C846.69 -162.099 846.748 -161.863 846.838 -161.645C840.619 -159.51 834.611 -156.896 828.874 -153.851C828.82 -154.09 828.738 -154.319 828.635 -154.536C834.395 -157.587 840.425 -160.206 846.667 -162.345ZM1736.08 -168.837C1736.57 -168.902 1737.03 -168.551 1737.09 -168.058C1737.48 -164.95 1737.78 -161.783 1737.98 -158.646C1738.02 -158.149 1737.64 -157.722 1737.14 -157.689L1737.08 -157.688C1736.62 -157.688 1736.22 -158.053 1736.19 -158.53C1735.99 -161.631 1735.69 -164.761 1735.3 -167.831C1735.24 -168.324 1735.59 -168.774 1736.08 -168.837ZM1528.32 -170.243C1528.58 -170.243 1528.84 -170.171 1529.08 -170.021C1533.26 -167.37 1537.42 -164.548 1541.43 -161.635C1542.06 -161.174 1542.21 -160.284 1541.74 -159.649C1541.47 -159.266 1541.03 -159.063 1540.59 -159.062C1540.3 -159.062 1540.02 -159.151 1539.76 -159.334C1535.8 -162.213 1531.69 -165 1527.56 -167.62C1526.89 -168.041 1526.7 -168.919 1527.12 -169.582C1527.39 -170.009 1527.85 -170.243 1528.32 -170.243ZM850.527 -163.599C850.662 -163.401 850.761 -163.176 850.815 -162.934C849.641 -162.574 848.471 -162.198 847.314 -161.806C847.216 -162.023 847.162 -162.261 847.157 -162.511C848.273 -162.888 849.398 -163.252 850.527 -163.599ZM901.44 -168.318C910.323 -167.327 918.933 -165.409 927.163 -162.661C927.042 -162.458 926.946 -162.233 926.888 -161.994C918.576 -164.766 909.887 -166.687 900.905 -167.655C901.085 -167.877 901.261 -168.097 901.44 -168.318ZM857.89 -165.611C857.894 -165.365 857.93 -165.125 857.988 -164.896C855.734 -164.351 853.498 -163.744 851.293 -163.079C851.239 -163.318 851.144 -163.544 851.022 -163.749C853.286 -164.432 855.577 -165.054 857.89 -165.611ZM884.003 -168.739C884.003 -168.603 884.012 -168.468 884.025 -168.336C877.411 -168.161 870.922 -167.47 864.595 -166.303C864.554 -166.544 864.486 -166.776 864.396 -166.996C870.782 -168.179 877.334 -168.878 884.017 -169.054C884.008 -168.95 884.003 -168.845 884.003 -168.739ZM1439.93 -176.92C1440.02 -177.409 1440.49 -177.731 1440.98 -177.639C1441.47 -177.547 1441.79 -177.075 1441.7 -176.587C1441.12 -173.542 1440.64 -170.436 1440.26 -167.355C1440.21 -166.899 1439.81 -166.565 1439.37 -166.565L1439.26 -166.572C1438.76 -166.634 1438.42 -167.084 1438.47 -167.577C1438.86 -170.695 1439.35 -173.838 1439.93 -176.92ZM1288.09 -177.476C1288.59 -177.476 1289.08 -177.21 1289.33 -176.741C1289.71 -176.054 1289.46 -175.19 1288.78 -174.811C1284.51 -172.448 1280.24 -169.914 1276.12 -167.282C1275.88 -167.132 1275.62 -167.06 1275.36 -167.06C1274.89 -167.06 1274.43 -167.292 1274.16 -167.717C1273.73 -168.379 1273.93 -169.258 1274.59 -169.68C1278.77 -172.344 1283.08 -174.907 1287.4 -177.299C1287.62 -177.419 1287.86 -177.476 1288.09 -177.476ZM890.749 -169.054C893.021 -168.994 895.276 -168.874 897.517 -168.694C897.337 -168.468 897.156 -168.243 896.977 -168.017C894.911 -168.174 892.832 -168.281 890.739 -168.336C890.753 -168.468 890.762 -168.603 890.762 -168.739C890.762 -168.845 890.758 -168.95 890.749 -169.054ZM934.239 -172.718C935.508 -172.718 936.544 -171.685 936.544 -170.415C936.544 -170.31 936.535 -170.207 936.521 -170.105C936.49 -169.862 936.418 -169.63 936.314 -169.416C935.945 -168.645 935.153 -168.111 934.239 -168.111C932.97 -168.112 931.94 -169.145 931.94 -170.415C931.94 -170.597 931.959 -170.773 931.999 -170.942C932.057 -171.181 932.152 -171.406 932.273 -171.609C932.678 -172.273 933.407 -172.718 934.239 -172.718ZM887.383 -169.099C888.265 -169.099 889.147 -169.089 890.024 -169.071C890.038 -168.963 890.042 -168.852 890.042 -168.739C890.042 -168.608 890.033 -168.479 890.015 -168.353C889.137 -168.371 888.265 -168.38 887.383 -168.38C886.501 -168.38 885.623 -168.371 884.75 -168.353C884.727 -168.479 884.719 -168.608 884.719 -168.739C884.719 -168.852 884.728 -168.963 884.741 -169.071C885.619 -169.089 886.501 -169.099 887.383 -169.099ZM932.426 -170.415H932.427H932.426ZM892.493 -181.069C894.253 -181.069 895.697 -179.721 895.859 -178.003C895.868 -177.899 895.873 -177.794 895.873 -177.688C895.873 -177.551 895.864 -177.416 895.851 -177.284C895.648 -175.609 894.221 -174.306 892.493 -174.306C890.765 -174.306 889.339 -175.609 889.137 -177.284C889.123 -177.416 889.114 -177.551 889.114 -177.688C889.114 -177.794 889.118 -177.899 889.127 -178.003C889.289 -179.721 890.734 -181.069 892.493 -181.069ZM1502.31 -184.527C1502.51 -184.527 1502.72 -184.483 1502.91 -184.392C1507.39 -182.286 1511.87 -180.007 1516.22 -177.619C1516.91 -177.241 1517.16 -176.377 1516.78 -175.688C1516.53 -175.218 1516.04 -174.951 1515.54 -174.951C1515.31 -174.951 1515.07 -175.008 1514.85 -175.127C1510.56 -177.486 1506.13 -179.738 1501.7 -181.818C1500.99 -182.152 1500.69 -182.999 1501.02 -183.709C1501.26 -184.225 1501.77 -184.527 1502.31 -184.527ZM892.493 -180.352C891.139 -180.351 890.014 -179.332 889.852 -178.02C889.838 -177.911 889.829 -177.8 889.829 -177.688C889.829 -177.556 889.838 -177.428 889.86 -177.302C890.045 -176.015 891.157 -175.025 892.493 -175.024C893.83 -175.024 894.941 -176.015 895.126 -177.302C895.144 -177.428 895.152 -177.556 895.152 -177.688C895.152 -177.8 895.148 -177.911 895.135 -178.02C894.968 -179.332 893.848 -180.352 892.493 -180.352ZM1732.43 -187.27C1732.92 -187.395 1733.4 -187.104 1733.53 -186.623C1734.31 -183.583 1735.01 -180.479 1735.6 -177.396C1735.69 -176.908 1735.37 -176.435 1734.88 -176.342C1734.83 -176.331 1734.77 -176.326 1734.72 -176.326C1734.29 -176.326 1733.92 -176.626 1733.83 -177.057C1733.25 -180.102 1732.56 -183.17 1731.78 -186.173C1731.66 -186.654 1731.95 -187.145 1732.43 -187.27ZM902.627 -177.644C903.941 -177.538 905.25 -177.413 906.551 -177.268C906.371 -177.047 906.196 -176.825 906.016 -176.604C904.715 -176.744 903.401 -176.865 902.087 -176.965C902.267 -177.191 902.447 -177.418 902.627 -177.644ZM1316.6 -195.066C1317.04 -195.066 1317.48 -194.892 1317.8 -194.549C1321.73 -190.373 1325.59 -186.017 1329.25 -181.604C1329.83 -180.905 1329.74 -179.868 1329.03 -179.287C1328.73 -179.031 1328.35 -178.907 1327.99 -178.907C1327.51 -178.907 1327.04 -179.109 1326.72 -179.502C1323.1 -183.861 1319.29 -188.164 1315.41 -192.291C1314.78 -192.952 1314.81 -193.995 1315.48 -194.618C1315.79 -194.917 1316.2 -195.066 1316.6 -195.066ZM1314.85 -190.141C1315.42 -190.141 1315.95 -189.802 1316.17 -189.244C1316.46 -188.515 1316.1 -187.689 1315.38 -187.398C1310.84 -185.592 1306.3 -183.615 1301.88 -181.525C1301.69 -181.433 1301.48 -181.389 1301.28 -181.389C1300.74 -181.389 1300.23 -181.69 1299.99 -182.203C1299.65 -182.913 1299.96 -183.758 1300.67 -184.095C1305.14 -186.211 1309.73 -188.212 1314.33 -190.04C1314.5 -190.108 1314.68 -190.141 1314.85 -190.141ZM1444.59 -195.24C1444.75 -195.713 1445.26 -195.973 1445.73 -195.819C1446.2 -195.666 1446.46 -195.159 1446.31 -194.686C1445.35 -191.735 1444.48 -188.715 1443.72 -185.709C1443.61 -185.302 1443.25 -185.03 1442.84 -185.03C1442.77 -185.03 1442.7 -185.039 1442.62 -185.059C1442.14 -185.181 1441.85 -185.672 1441.97 -186.154C1442.75 -189.197 1443.63 -192.254 1444.59 -195.24ZM1474.69 -195.423C1474.83 -195.423 1474.98 -195.4 1475.12 -195.354C1479.85 -193.828 1484.58 -192.132 1489.19 -190.312C1489.92 -190.024 1490.28 -189.199 1489.99 -188.468C1489.77 -187.909 1489.23 -187.568 1488.67 -187.568C1488.5 -187.568 1488.32 -187.6 1488.15 -187.668C1483.59 -189.465 1478.92 -191.141 1474.25 -192.648C1473.5 -192.889 1473.09 -193.691 1473.33 -194.438C1473.53 -195.039 1474.09 -195.423 1474.69 -195.423ZM930.163 -206.728C930.604 -206.727 931.04 -206.553 931.364 -206.209C931.985 -205.547 931.953 -204.506 931.292 -203.883C927.166 -199.997 923.107 -195.928 919.232 -191.79C918.909 -191.445 918.468 -191.271 918.031 -191.271C917.626 -191.271 917.221 -191.418 916.906 -191.716C916.245 -192.338 916.208 -193.379 916.829 -194.043C920.753 -198.23 924.858 -202.347 929.038 -206.28C929.353 -206.579 929.758 -206.728 930.163 -206.728ZM1343.03 -199.342C1343.66 -199.342 1344.24 -198.916 1344.41 -198.274C1344.6 -197.515 1344.15 -196.739 1343.38 -196.543C1338.65 -195.322 1333.89 -193.934 1329.24 -192.415C1329.09 -192.367 1328.94 -192.345 1328.79 -192.345C1328.2 -192.345 1327.64 -192.726 1327.45 -193.325C1327.2 -194.072 1327.61 -194.875 1328.35 -195.118C1333.06 -196.654 1337.88 -198.06 1342.68 -199.297C1342.79 -199.327 1342.92 -199.342 1343.03 -199.342ZM1726.49 -205.095C1726.95 -205.279 1727.47 -205.054 1727.66 -204.592C1728.82 -201.675 1729.9 -198.683 1730.88 -195.7C1731.03 -195.227 1730.78 -194.719 1730.3 -194.564C1730.21 -194.534 1730.11 -194.52 1730.02 -194.52C1729.64 -194.52 1729.29 -194.761 1729.17 -195.141C1728.2 -198.087 1727.13 -201.043 1725.99 -203.925C1725.8 -204.387 1726.03 -204.911 1726.49 -205.095ZM1445.96 -202.729C1446.05 -202.729 1446.13 -202.721 1446.22 -202.704C1451.09 -201.789 1455.99 -200.706 1460.79 -199.486C1461.55 -199.293 1462.01 -198.52 1461.82 -197.759C1461.65 -197.115 1461.07 -196.687 1460.44 -196.687C1460.33 -196.687 1460.21 -196.701 1460.09 -196.731C1455.35 -197.937 1450.51 -199.006 1445.7 -199.91C1444.93 -200.055 1444.42 -200.798 1444.56 -201.569C1444.69 -202.252 1445.29 -202.728 1445.96 -202.729ZM1372.14 -204.912C1372.85 -204.912 1373.46 -204.388 1373.55 -203.669C1373.65 -202.891 1373.1 -202.18 1372.32 -202.081C1367.47 -201.466 1362.57 -200.687 1357.77 -199.769C1357.68 -199.751 1357.59 -199.743 1357.5 -199.743C1356.83 -199.743 1356.24 -200.218 1356.11 -200.898C1355.96 -201.67 1356.46 -202.414 1357.23 -202.562C1362.09 -203.491 1367.05 -204.278 1371.96 -204.9C1372.03 -204.908 1372.09 -204.912 1372.14 -204.912ZM1416.63 -206.359C1421.58 -206.06 1426.58 -205.601 1431.48 -204.995C1432.26 -204.899 1432.81 -204.19 1432.72 -203.411C1432.63 -202.692 1432.02 -202.163 1431.31 -202.163C1431.25 -202.163 1431.19 -202.168 1431.13 -202.175C1426.29 -202.773 1421.35 -203.226 1416.46 -203.521C1415.68 -203.569 1415.08 -204.243 1415.13 -205.026C1415.17 -205.781 1415.8 -206.362 1416.54 -206.362C1416.57 -206.362 1416.6 -206.361 1416.63 -206.359ZM1451.55 -212.852C1451.76 -213.301 1452.29 -213.495 1452.74 -213.283C1453.19 -213.072 1453.39 -212.534 1453.17 -212.084C1451.85 -209.273 1450.61 -206.383 1449.47 -203.495C1449.33 -203.141 1448.99 -202.926 1448.63 -202.926C1448.52 -202.926 1448.4 -202.945 1448.3 -202.988C1447.83 -203.171 1447.61 -203.694 1447.79 -204.156C1448.94 -207.079 1450.21 -210.005 1451.55 -212.852ZM1401.73 -206.796C1402.51 -206.796 1403.14 -206.161 1403.14 -205.376C1403.15 -204.591 1402.51 -203.954 1401.73 -203.953C1396.83 -203.945 1391.87 -203.784 1386.99 -203.475L1386.9 -203.472C1386.16 -203.472 1385.53 -204.05 1385.49 -204.803C1385.44 -205.586 1386.03 -206.261 1386.81 -206.312C1391.75 -206.625 1396.76 -206.788 1401.72 -206.796H1401.73ZM1291.54 -218.553C1291.91 -218.553 1292.28 -218.429 1292.59 -218.177C1297.01 -214.521 1301.38 -210.679 1305.57 -206.755C1306.23 -206.134 1306.26 -205.092 1305.64 -204.429C1305.32 -204.082 1304.88 -203.907 1304.44 -203.907C1304.04 -203.907 1303.63 -204.055 1303.32 -204.353C1299.18 -208.23 1294.87 -212.026 1290.5 -215.637C1289.79 -216.216 1289.69 -217.254 1290.27 -217.955C1290.6 -218.349 1291.07 -218.553 1291.54 -218.553ZM1718.36 -222.007C1718.79 -222.248 1719.34 -222.09 1719.58 -221.655C1721.1 -218.906 1722.55 -216.078 1723.89 -213.249C1724.1 -212.8 1723.91 -212.262 1723.46 -212.05C1723.34 -211.991 1723.21 -211.963 1723.08 -211.963C1722.74 -211.963 1722.41 -212.154 1722.26 -212.479C1720.94 -215.273 1719.51 -218.067 1718 -220.783C1717.77 -221.218 1717.92 -221.766 1718.36 -222.007ZM956.573 -228.66C957.082 -228.66 957.581 -228.426 957.905 -227.984C958.441 -227.25 958.278 -226.22 957.545 -225.685C952.969 -222.343 948.437 -218.814 944.081 -215.195C943.771 -214.94 943.402 -214.815 943.028 -214.815C942.556 -214.815 942.088 -215.018 941.764 -215.41C941.183 -216.11 941.278 -217.148 941.979 -217.729C946.389 -221.391 950.975 -224.963 955.605 -228.345C955.898 -228.558 956.24 -228.66 956.573 -228.66ZM1460.65 -229.436C1460.92 -229.855 1461.47 -229.98 1461.9 -229.714C1462.31 -229.447 1462.44 -228.891 1462.17 -228.471C1460.51 -225.849 1458.91 -223.14 1457.41 -220.421C1457.25 -220.122 1456.94 -219.953 1456.63 -219.953C1456.48 -219.953 1456.33 -219.989 1456.19 -220.064C1455.76 -220.304 1455.6 -220.852 1455.84 -221.288C1457.35 -224.041 1458.97 -226.782 1460.65 -229.436ZM1263.74 -238.736C1264.04 -238.736 1264.34 -238.654 1264.62 -238.48C1269.46 -235.409 1274.27 -232.14 1278.92 -228.766C1279.66 -228.232 1279.82 -227.202 1279.29 -226.467C1278.97 -226.023 1278.46 -225.787 1277.95 -225.787C1277.62 -225.787 1277.28 -225.889 1276.99 -226.101C1272.4 -229.435 1267.64 -232.665 1262.86 -235.699C1262.09 -236.186 1261.86 -237.203 1262.34 -237.971C1262.66 -238.466 1263.19 -238.736 1263.74 -238.736ZM1708.17 -237.776C1708.57 -238.069 1709.13 -237.981 1709.42 -237.579C1711.28 -235.043 1713.07 -232.417 1714.75 -229.775C1715.02 -229.356 1714.9 -228.8 1714.48 -228.532C1714.33 -228.437 1714.16 -228.391 1714 -228.391C1713.7 -228.391 1713.41 -228.537 1713.23 -228.807C1711.57 -231.416 1709.8 -234.011 1707.97 -236.518C1707.68 -236.919 1707.76 -237.483 1708.17 -237.776ZM985.504 -247.113C986.084 -247.113 986.646 -246.805 986.943 -246.263C987.384 -245.467 987.097 -244.466 986.301 -244.026C981.351 -241.29 976.419 -238.356 971.64 -235.308C971.365 -235.133 971.059 -235.049 970.758 -235.049C970.214 -235.049 969.682 -235.319 969.367 -235.811C968.877 -236.577 969.102 -237.595 969.871 -238.084C974.708 -241.17 979.699 -244.138 984.712 -246.907C984.964 -247.047 985.234 -247.113 985.504 -247.113ZM1471.76 -244.741C1472.08 -245.124 1472.64 -245.179 1473.03 -244.861C1473.41 -244.544 1473.47 -243.976 1473.15 -243.593C1471.17 -241.201 1469.24 -238.716 1467.42 -236.205C1467.25 -235.962 1466.97 -235.833 1466.69 -235.833C1466.51 -235.833 1466.33 -235.889 1466.17 -236.005C1465.77 -236.297 1465.68 -236.86 1465.97 -237.263C1467.81 -239.804 1469.76 -242.32 1471.76 -244.741ZM1696.08 -252.155C1696.44 -252.495 1697.01 -252.479 1697.35 -252.117C1699.51 -249.833 1701.61 -247.45 1703.61 -245.036C1703.93 -244.654 1703.88 -244.087 1703.5 -243.769C1703.33 -243.629 1703.13 -243.561 1702.92 -243.561C1702.66 -243.561 1702.41 -243.672 1702.23 -243.886C1700.25 -246.271 1698.17 -248.624 1696.04 -250.882C1695.7 -251.244 1695.72 -251.814 1696.08 -252.155ZM1233.61 -255.28C1233.84 -255.28 1234.08 -255.23 1234.31 -255.124C1239.5 -252.685 1244.69 -250.045 1249.73 -247.279C1250.52 -246.842 1250.81 -245.841 1250.37 -245.044C1250.08 -244.499 1249.51 -244.189 1248.93 -244.189C1248.66 -244.189 1248.39 -244.255 1248.14 -244.393C1243.16 -247.126 1238.04 -249.733 1232.91 -252.143C1232.09 -252.529 1231.73 -253.51 1232.12 -254.333C1232.4 -254.931 1232.99 -255.28 1233.61 -255.28ZM1484.68 -258.534C1485.05 -258.874 1485.62 -258.859 1485.96 -258.496C1486.3 -258.134 1486.28 -257.564 1485.92 -257.223C1483.66 -255.097 1481.44 -252.871 1479.32 -250.607C1479.14 -250.419 1478.91 -250.324 1478.66 -250.324C1478.44 -250.324 1478.22 -250.404 1478.05 -250.567C1477.69 -250.907 1477.67 -251.477 1478.01 -251.84C1480.15 -254.13 1482.4 -256.382 1484.68 -258.534ZM1016.5 -261.782C1017.15 -261.782 1017.77 -261.389 1018.03 -260.744C1018.36 -259.899 1017.95 -258.942 1017.11 -258.605C1011.85 -256.513 1006.59 -254.224 1001.48 -251.804C1001.25 -251.696 1001.01 -251.645 1000.78 -251.645C1000.16 -251.645 999.566 -251.993 999.287 -252.588C998.9 -253.41 999.251 -254.39 1000.07 -254.779C1005.25 -257.23 1010.57 -259.547 1015.89 -261.665C1016.09 -261.744 1016.3 -261.782 1016.5 -261.782ZM1682.29 -264.921C1682.61 -265.304 1683.18 -265.358 1683.56 -265.042C1685.98 -263.043 1688.37 -260.94 1690.66 -258.794C1691.02 -258.454 1691.04 -257.884 1690.7 -257.521C1690.52 -257.332 1690.28 -257.236 1690.04 -257.236C1689.82 -257.236 1689.6 -257.317 1689.43 -257.479C1687.17 -259.6 1684.8 -261.678 1682.41 -263.653C1682.03 -263.97 1681.98 -264.537 1682.29 -264.921ZM1201.62 -267.899C1201.79 -267.899 1201.96 -267.874 1202.12 -267.819C1207.6 -266.053 1213.08 -264.088 1218.42 -261.979C1219.26 -261.646 1219.68 -260.691 1219.35 -259.845C1219.09 -259.197 1218.47 -258.803 1217.82 -258.803C1217.61 -258.803 1217.41 -258.84 1217.21 -258.918C1211.93 -261 1206.52 -262.941 1201.12 -264.687C1200.25 -264.966 1199.78 -265.893 1200.05 -266.758C1200.28 -267.455 1200.92 -267.899 1201.62 -267.899ZM1499.22 -270.604C1499.62 -270.898 1500.19 -270.809 1500.48 -270.407C1500.77 -270.006 1500.68 -269.442 1500.28 -269.149C1497.78 -267.321 1495.3 -265.391 1492.92 -263.411C1492.75 -263.271 1492.54 -263.204 1492.34 -263.204C1492.08 -263.204 1491.83 -263.314 1491.65 -263.528C1491.33 -263.911 1491.39 -264.479 1491.77 -264.797C1494.18 -266.8 1496.69 -268.755 1499.22 -270.604ZM1049.14 -272.438C1049.87 -272.438 1050.54 -271.945 1050.73 -271.203C1050.96 -270.322 1050.43 -269.424 1049.55 -269.197C1044.06 -267.783 1038.55 -266.175 1033.16 -264.416C1032.99 -264.361 1032.82 -264.334 1032.65 -264.334C1031.96 -264.334 1031.31 -264.775 1031.08 -265.47C1030.8 -266.334 1031.28 -267.264 1032.14 -267.546C1037.59 -269.326 1043.17 -270.954 1048.72 -272.386C1048.86 -272.421 1049 -272.438 1049.14 -272.438ZM1667.02 -275.87C1667.28 -276.291 1667.84 -276.414 1668.26 -276.148C1670.91 -274.469 1673.54 -272.681 1676.09 -270.835C1676.49 -270.543 1676.58 -269.98 1676.29 -269.577C1676.11 -269.334 1675.83 -269.205 1675.56 -269.205C1675.37 -269.205 1675.19 -269.261 1675.03 -269.377C1672.51 -271.2 1669.91 -272.967 1667.29 -274.627C1666.88 -274.894 1666.75 -275.45 1667.02 -275.87ZM1168.35 -276.361C1168.45 -276.361 1168.55 -276.352 1168.65 -276.333C1174.29 -275.273 1179.97 -274.018 1185.52 -272.605C1186.41 -272.382 1186.94 -271.486 1186.71 -270.604C1186.52 -269.86 1185.86 -269.363 1185.12 -269.363C1184.98 -269.363 1184.85 -269.38 1184.71 -269.415C1179.22 -270.811 1173.62 -272.049 1168.05 -273.096C1167.15 -273.264 1166.57 -274.124 1166.73 -275.018C1166.88 -275.809 1167.57 -276.361 1168.35 -276.361ZM1082.86 -278.891C1083.68 -278.891 1084.38 -278.283 1084.49 -277.451C1084.6 -276.548 1083.96 -275.725 1083.06 -275.61C1077.44 -274.898 1071.76 -273.997 1066.2 -272.934C1066.1 -272.913 1065.99 -272.904 1065.89 -272.904C1065.12 -272.904 1064.43 -273.453 1064.28 -274.241C1064.11 -275.134 1064.69 -275.996 1065.59 -276.167C1071.22 -277.244 1076.96 -278.157 1082.65 -278.878C1082.72 -278.886 1082.79 -278.891 1082.86 -278.891ZM1515.14 -280.759C1515.58 -280.999 1516.13 -280.841 1516.36 -280.406C1516.6 -279.971 1516.44 -279.423 1516.01 -279.183C1513.3 -277.686 1510.6 -276.08 1507.99 -274.413C1507.84 -274.317 1507.67 -274.272 1507.51 -274.272C1507.21 -274.273 1506.92 -274.42 1506.75 -274.688C1506.48 -275.108 1506.6 -275.665 1507.02 -275.933C1509.67 -277.62 1512.4 -279.244 1515.14 -280.759ZM1134.38 -280.565C1140.11 -280.219 1145.9 -279.688 1151.58 -278.986C1152.48 -278.875 1153.12 -278.053 1153.01 -277.151C1152.91 -276.317 1152.2 -275.707 1151.38 -275.707C1151.32 -275.707 1151.25 -275.71 1151.18 -275.719C1145.56 -276.412 1139.85 -276.937 1134.18 -277.279C1133.28 -277.334 1132.58 -278.114 1132.64 -279.021C1132.69 -279.896 1133.42 -280.568 1134.28 -280.568C1134.31 -280.568 1134.35 -280.567 1134.38 -280.565ZM1117.12 -281.071C1118.02 -281.071 1118.76 -280.336 1118.76 -279.428C1118.76 -278.519 1118.02 -277.78 1117.12 -277.779C1111.92 -277.771 1106.68 -277.614 1101.5 -277.312C1101.78 -278.428 1102.07 -279.55 1102.37 -280.66C1107.27 -280.926 1112.21 -281.064 1117.12 -281.071ZM1650.48 -284.82C1650.69 -285.271 1651.23 -285.464 1651.68 -285.253C1654.52 -283.919 1657.36 -282.475 1660.11 -280.962C1660.55 -280.722 1660.71 -280.175 1660.47 -279.739C1660.31 -279.441 1659.99 -279.271 1659.68 -279.271C1659.53 -279.272 1659.38 -279.308 1659.25 -279.383C1656.53 -280.878 1653.72 -282.305 1650.91 -283.623C1650.46 -283.834 1650.27 -284.371 1650.48 -284.82ZM1230.09 -445.895C1218.01 -438.998 1206.51 -431.198 1195.68 -422.585L1195.68 -422.584C1197.15 -421.053 1198.05 -418.974 1198.05 -416.689C1198.05 -411.995 1194.23 -408.173 1189.54 -408.173C1186.75 -408.172 1184.27 -409.522 1182.72 -411.601H1182.72C1144.47 -377.092 1116.09 -331.852 1102.37 -280.66C1101.83 -280.63 1101.28 -280.599 1100.74 -280.566C1114.52 -332.343 1143.2 -378.107 1181.89 -412.945L1181.7 -413.376C1181.26 -414.395 1181.02 -415.515 1181.02 -416.689C1181.02 -421.384 1184.84 -425.207 1189.54 -425.207C1191.38 -425.207 1193.09 -424.618 1194.48 -423.617C1204.74 -431.791 1215.61 -439.248 1226.99 -445.895H1230.09ZM1532.2 -288.832C1532.66 -289.015 1533.19 -288.79 1533.37 -288.328C1533.55 -287.866 1533.32 -287.342 1532.87 -287.158C1529.99 -286.013 1527.11 -284.761 1524.32 -283.437C1524.19 -283.378 1524.06 -283.351 1523.93 -283.351C1523.59 -283.351 1523.27 -283.541 1523.11 -283.866C1522.9 -284.316 1523.1 -284.853 1523.55 -285.065C1526.38 -286.406 1529.29 -287.673 1532.2 -288.832ZM1632.94 -291.618C1633.09 -292.091 1633.6 -292.351 1634.08 -292.198C1637.07 -291.232 1640.06 -290.157 1642.99 -289.004C1643.45 -288.821 1643.68 -288.299 1643.49 -287.836C1643.35 -287.482 1643.02 -287.266 1642.66 -287.266C1642.55 -287.266 1642.44 -287.286 1642.33 -287.329C1639.44 -288.468 1636.48 -289.529 1633.52 -290.484C1633.05 -290.637 1632.79 -291.145 1632.94 -291.618ZM1550.16 -294.696C1550.64 -294.82 1551.13 -294.531 1551.26 -294.049C1551.38 -293.568 1551.09 -293.077 1550.61 -292.952C1547.61 -292.179 1544.59 -291.298 1541.65 -290.336C1541.55 -290.306 1541.46 -290.292 1541.37 -290.292C1540.99 -290.292 1540.63 -290.533 1540.51 -290.913C1540.35 -291.386 1540.61 -291.894 1541.09 -292.049C1544.07 -293.023 1547.12 -293.913 1550.16 -294.696ZM1614.71 -296.137C1614.81 -296.625 1615.27 -296.947 1615.76 -296.855C1618.85 -296.276 1621.95 -295.59 1624.99 -294.817C1625.48 -294.695 1625.76 -294.204 1625.64 -293.723C1625.54 -293.315 1625.17 -293.043 1624.77 -293.043C1624.7 -293.043 1624.63 -293.052 1624.55 -293.071C1621.55 -293.835 1618.48 -294.512 1615.43 -295.085C1614.94 -295.177 1614.62 -295.648 1614.71 -296.137ZM1568.72 -298.248C1569.21 -298.31 1569.66 -297.96 1569.72 -297.467C1569.78 -296.974 1569.44 -296.524 1568.94 -296.461C1565.86 -296.071 1562.76 -295.578 1559.72 -294.996C1559.66 -294.985 1559.6 -294.98 1559.55 -294.979C1559.13 -294.979 1558.75 -295.28 1558.67 -295.711C1558.57 -296.199 1558.89 -296.671 1559.38 -296.765C1562.46 -297.354 1565.6 -297.853 1568.72 -298.248ZM1597.01 -299.171C1600.15 -298.981 1603.32 -298.691 1606.43 -298.308C1606.92 -298.246 1607.27 -297.797 1607.21 -297.304C1607.15 -296.848 1606.76 -296.513 1606.31 -296.513L1606.21 -296.52C1603.13 -296.899 1600.01 -297.186 1596.91 -297.373C1596.41 -297.403 1596.03 -297.83 1596.06 -298.326C1596.09 -298.823 1596.52 -299.2 1597.01 -299.171ZM1587.57 -299.448C1588.07 -299.448 1588.47 -299.045 1588.47 -298.549C1588.47 -298.051 1588.07 -297.647 1587.57 -297.646C1584.47 -297.642 1581.33 -297.54 1578.24 -297.344L1578.18 -297.342C1577.71 -297.342 1577.31 -297.709 1577.28 -298.186C1577.25 -298.682 1577.63 -299.11 1578.12 -299.142C1581.25 -299.34 1584.43 -299.443 1587.57 -299.448H1587.57ZM1500.45 -445.895C1525.95 -431 1548.83 -412.08 1568.2 -390.002C1570.04 -391.069 1572.17 -391.679 1574.45 -391.679C1581.34 -391.679 1586.95 -386.07 1586.95 -379.175C1586.95 -375.916 1585.69 -372.943 1583.64 -370.715C1585.05 -368.779 1586.45 -366.812 1587.81 -364.838C1587.96 -364.62 1588.11 -364.402 1588.26 -364.185V-361.426C1588.11 -361.651 1587.96 -361.867 1587.81 -362.092C1586.09 -364.635 1584.32 -367.151 1582.51 -369.632C1580.34 -367.785 1577.52 -366.67 1574.45 -366.67C1567.56 -366.67 1561.95 -372.281 1561.95 -379.175C1561.95 -383.107 1563.77 -386.622 1566.62 -388.916L1566.9 -389.134C1547.59 -411.104 1524.79 -429.926 1499.37 -444.727C1499.6 -445.098 1499.8 -445.489 1499.98 -445.895H1500.45ZM1568.65 -387.126C1566.2 -385.333 1564.6 -382.437 1564.6 -379.175C1564.6 -373.743 1569.02 -369.327 1574.45 -369.325C1576.93 -369.325 1579.2 -370.25 1580.94 -371.774C1577.02 -377.047 1572.93 -382.157 1568.65 -387.126ZM1574.45 -389.024C1572.84 -389.024 1571.32 -388.636 1569.98 -387.95C1574.17 -383.078 1578.18 -378.064 1582.03 -372.901C1583.44 -374.606 1584.29 -376.793 1584.29 -379.175C1584.29 -384.605 1579.88 -389.024 1574.45 -389.024ZM1191.84 -410.39H1191.84H1191.84ZM1193.55 -411.316H1193.55H1193.55ZM1195.83 -418.994H1195.84H1195.83ZM1190.56 -423.321C1191.89 -423.117 1193.09 -422.52 1194.04 -421.653C1193.88 -421.798 1193.72 -421.936 1193.55 -422.064C1193.46 -422.129 1193.37 -422.191 1193.28 -422.251C1192.84 -422.553 1192.35 -422.802 1191.84 -422.99C1191.64 -423.066 1191.43 -423.131 1191.21 -423.187C1191 -423.242 1190.78 -423.287 1190.56 -423.321ZM1185.79 -422.251C1185.67 -422.167 1185.55 -422.077 1185.43 -421.985C1185.55 -422.077 1185.67 -422.167 1185.79 -422.251ZM1187.86 -423.187C1187.65 -423.132 1187.44 -423.066 1187.24 -422.991C1187.44 -423.066 1187.65 -423.132 1187.86 -423.187ZM1188.52 -423.321L1188.52 -423.32L1188.52 -423.321Z' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='260' viewBox='0 0 1440 260' fill='none'%3E%3Cpath d='M1101.93 -278.988L1101.5 -277.312L1101.08 -275.672C1096.88 -258.694 1094.28 -241.097 1093.46 -223.036L1094.05 -222.971C1100.17 -222.159 1104.9 -216.909 1104.9 -210.575C1104.9 -204.241 1100.17 -198.991 1094.05 -198.18L1093.46 -198.115L1093.6 -195.386C1096.78 -138.135 1117.81 -85.5899 1151.22 -43.2178C1152.28 -41.8674 1153.37 -40.5142 1154.46 -39.1846L1155.63 -37.7627C1167.81 -23.1026 1181.49 -9.75473 1196.46 2.05762C1197.81 3.1225 1199.18 4.18353 1200.55 5.22363L1202.31 6.54785C1211.15 13.1355 1220.39 19.2014 1230.01 24.6934C1229.66 25.0896 1229.36 25.5126 1229.1 25.9629C1220.3 20.9334 1211.83 15.4353 1203.69 9.4873C1202.49 8.61829 1201.31 7.74017 1200.14 6.84863C1193.97 2.19247 1188.01 -2.72104 1182.26 -7.87402C1213.2 27.551 1233.48 72.506 1238.09 121.947C1240.12 120.864 1242.44 120.249 1244.91 120.249C1252.93 120.249 1259.45 126.778 1259.45 134.802C1259.45 136.726 1259.07 138.564 1258.39 140.247C1279.26 151.056 1298.4 164.74 1315.31 180.772C1315.43 180.638 1315.56 180.508 1315.68 180.378C1316 180.031 1316.44 179.86 1316.88 179.86C1317.28 179.86 1317.68 180.004 1318 180.306C1318.67 180.927 1318.7 181.967 1318.08 182.629C1317.95 182.773 1317.81 182.913 1317.68 183.053H1317.68C1341.14 205.902 1360.12 233.344 1373.14 263.91L1373.15 263.911V263.912L1374.93 264.125C1379.1 264.606 1383.31 264.979 1387.5 265.235C1388.28 265.285 1388.88 265.961 1388.83 266.744C1388.78 267.496 1388.15 268.076 1387.41 268.076L1387.32 268.072C1383.02 267.811 1378.69 267.424 1374.41 266.929L1374.53 267.217C1386.37 296.179 1392.91 327.86 1392.91 361.039C1392.91 391.129 1387.53 419.987 1377.69 446.702C1377.75 446.872 1377.76 447.057 1377.72 447.243C1377.66 447.566 1377.47 447.832 1377.21 447.997C1341.91 542.233 1250.96 609.487 1144.61 609.487C1007.69 609.487 896.305 498.033 896.301 361.039C896.301 355.532 896.481 350.066 896.836 344.646C826.413 305.212 778.703 229.826 778.7 143.496C778.7 125.425 780.791 107.834 784.743 90.9512C778.762 82.6198 772.411 74.571 765.713 66.8301C765.987 66.1772 766.267 65.5109 766.551 64.8535C773.151 72.4404 779.419 80.3243 785.335 88.4805C788.839 74.2266 793.673 60.4902 799.697 47.4111C776.835 25.2106 762.331 -5.55554 761.437 -39.6641C761.54 -39.6546 761.644 -39.6494 761.752 -39.6494C761.887 -39.6494 762.022 -39.6581 762.152 -39.6738C763.045 -5.85529 777.389 24.6643 800.018 46.7207C836.081 -30.8982 914.119 -85.1982 1004.78 -86.7988C996.45 -109.087 981.956 -128.391 963.383 -142.617C963.54 -142.795 963.685 -142.99 963.802 -143.199C982.556 -128.839 997.176 -109.334 1005.54 -86.8105C1006.66 -86.8266 1007.78 -86.835 1008.9 -86.835C1066.97 -86.8353 1120.09 -65.2054 1160.63 -29.5742C1156.82 -33.8534 1153.14 -38.2523 1149.6 -42.7666C1148.69 -43.9259 1147.78 -45.0969 1146.89 -46.2715C1114.58 -88.8636 1094.49 -141.229 1091.91 -198.08L1091.6 -198.097C1085.08 -198.511 1079.91 -203.951 1079.91 -210.575C1079.91 -217.304 1085.25 -222.811 1091.91 -223.07C1092.76 -241.667 1095.47 -259.772 1099.88 -277.224C1100.02 -277.78 1100.16 -278.339 1100.3 -278.896V-278.897C1100.16 -278.339 1100.02 -277.781 1099.88 -277.224C1099.04 -277.26 1098.36 -277.916 1098.31 -278.764C1098.25 -279.671 1098.94 -280.453 1099.84 -280.511C1100.14 -280.53 1100.44 -280.548 1100.74 -280.566C1101.28 -280.599 1101.83 -280.63 1102.37 -280.66C1102.22 -280.105 1102.07 -279.547 1101.93 -278.988ZM1257.8 141.532C1255.37 146.18 1250.5 149.358 1244.9 149.358C1242.82 149.358 1240.84 148.917 1239.04 148.124C1237.9 206.14 1215.2 258.963 1178.66 298.897C1179.56 300.623 1180.48 302.338 1181.42 304.035C1181.73 304.589 1181.53 305.287 1180.97 305.593C1180.79 305.687 1180.61 305.737 1180.42 305.737C1180.02 305.737 1179.62 305.521 1179.42 305.143C1178.6 303.668 1177.8 302.179 1177.01 300.682C1134.97 345.667 1075.16 373.826 1008.9 373.826C968.803 373.826 931.07 363.516 898.207 345.407C897.883 350.577 897.718 355.789 897.718 361.039C897.718 497.254 1008.47 608.074 1144.61 608.074C1250.16 608.074 1340.45 541.45 1375.69 448.023C1370.06 446.944 1364.41 445.685 1358.86 444.267C1358.25 444.109 1357.88 443.487 1358.04 442.875C1358.19 442.258 1358.81 441.89 1359.43 442.047C1365.05 443.484 1370.79 444.76 1376.5 445.846C1386.2 419.386 1391.49 390.819 1391.49 361.039C1391.49 327.66 1384.84 295.806 1372.8 266.734C1372.69 266.721 1372.58 266.708 1372.47 266.694C1371.69 266.6 1371.14 265.888 1371.24 265.109C1371.28 264.74 1371.47 264.421 1371.73 264.2C1358.79 233.92 1339.96 206.732 1316.71 184.08C1313.2 187.763 1309.55 191.383 1305.86 194.854C1305.54 195.156 1305.13 195.3 1304.73 195.3C1304.29 195.3 1303.86 195.129 1303.53 194.782C1302.91 194.12 1302.94 193.076 1303.6 192.454C1307.26 189.019 1310.86 185.443 1314.33 181.796C1297.54 165.87 1278.52 152.275 1257.8 141.532ZM307.939 563.2C308.439 563.182 308.854 563.57 308.872 564.069C308.89 564.565 308.502 564.983 308.005 565.001C304.556 565.123 301.053 565.19 297.594 565.19C297.097 565.19 296.694 564.785 296.693 564.29C296.693 563.795 297.096 563.39 297.593 563.39C301.03 563.39 304.512 563.326 307.939 563.2ZM276.917 562.65C280.336 562.898 283.812 563.083 287.249 563.205C287.745 563.223 288.134 563.642 288.116 564.137C288.099 564.623 287.699 565.006 287.217 565.006H287.185C283.727 564.884 280.228 564.695 276.788 564.447C276.292 564.411 275.92 563.983 275.955 563.483C275.991 562.988 276.417 562.61 276.917 562.65ZM328.575 561.701C329.066 561.652 329.513 562.007 329.567 562.502C329.621 562.993 329.264 563.439 328.771 563.493C325.342 563.867 321.852 564.186 318.401 564.434L318.336 564.438C317.868 564.438 317.474 564.073 317.439 563.601C317.404 563.105 317.776 562.674 318.271 562.638C321.7 562.39 325.167 562.075 328.575 561.701ZM256.35 560.422C259.743 560.913 263.196 561.354 266.613 561.724C267.107 561.778 267.465 562.223 267.411 562.714C267.361 563.177 266.971 563.519 266.518 563.52L266.419 563.516C262.98 563.142 259.505 562.7 256.091 562.2C255.599 562.128 255.258 561.673 255.33 561.183C255.402 560.688 255.857 560.345 256.35 560.422ZM349.045 558.707C349.535 558.617 350.003 558.941 350.093 559.432C350.182 559.922 349.859 560.39 349.37 560.48C345.974 561.102 342.519 561.674 339.098 562.174C339.054 562.183 339.009 562.183 338.966 562.183C338.526 562.182 338.142 561.862 338.076 561.412C338.005 560.922 338.345 560.463 338.837 560.396C342.236 559.896 345.671 559.328 349.045 558.707ZM234.926 557.374C235.033 556.888 235.514 556.582 235.999 556.689C239.351 557.432 242.764 558.121 246.141 558.742C246.629 558.832 246.954 559.301 246.864 559.792C246.785 560.224 246.406 560.53 245.979 560.53C245.926 560.53 245.871 560.525 245.816 560.512C242.418 559.89 238.984 559.198 235.61 558.45C235.125 558.342 234.819 557.86 234.926 557.374ZM369.241 554.222C369.721 554.096 370.213 554.384 370.339 554.866C370.464 555.348 370.177 555.839 369.696 555.965C366.354 556.838 362.948 557.657 359.574 558.409C359.509 558.423 359.443 558.432 359.378 558.432C358.965 558.432 358.594 558.143 358.501 557.725C358.393 557.238 358.7 556.756 359.185 556.648C362.537 555.906 365.92 555.086 369.241 554.222ZM214.857 552.078C215 551.601 215.502 551.332 215.978 551.476C219.264 552.462 222.617 553.402 225.941 554.267C226.422 554.393 226.71 554.884 226.585 555.365C226.48 555.77 226.114 556.041 225.715 556.041C225.64 556.041 225.563 556.032 225.487 556.01C222.142 555.141 218.768 554.194 215.461 553.199C214.985 553.06 214.715 552.555 214.857 552.078ZM389.054 548.261C389.524 548.099 390.036 548.35 390.196 548.823C390.357 549.291 390.105 549.804 389.635 549.962C386.365 551.079 383.029 552.15 379.721 553.146C379.634 553.173 379.547 553.187 379.461 553.187C379.074 553.187 378.717 552.934 378.6 552.542C378.457 552.069 378.726 551.565 379.202 551.421C382.489 550.435 385.805 549.368 389.054 548.261ZM195.174 545.302C195.352 544.834 195.873 544.604 196.336 544.779C199.551 546.008 202.834 547.197 206.094 548.31C206.564 548.467 206.816 548.981 206.655 549.453C206.528 549.827 206.178 550.062 205.803 550.062C205.707 550.061 205.609 550.048 205.513 550.012C202.232 548.895 198.928 547.702 195.693 546.464C195.229 546.284 194.996 545.766 195.174 545.302ZM408.346 540.867C408.803 540.674 409.332 540.885 409.526 541.344C409.721 541.803 409.508 542.33 409.051 542.523C405.88 543.874 402.642 545.185 399.426 546.419C399.32 546.459 399.211 546.478 399.104 546.478C398.742 546.478 398.4 546.256 398.264 545.9C398.086 545.432 398.318 544.914 398.782 544.734C401.977 543.51 405.195 542.209 408.346 540.867ZM176.055 537.094C176.266 536.643 176.803 536.45 177.253 536.661C180.37 538.124 183.554 539.547 186.718 540.894C187.175 541.087 187.389 541.619 187.194 542.078C187.049 542.42 186.715 542.623 186.365 542.623C186.248 542.623 186.128 542.6 186.014 542.551C182.829 541.195 179.624 539.763 176.487 538.291C176.038 538.079 175.844 537.544 176.055 537.094ZM427.026 532.091C427.467 531.866 428.012 532.037 428.237 532.479C428.467 532.92 428.291 533.465 427.851 533.694C424.786 535.275 421.649 536.814 418.53 538.282C418.404 538.341 418.274 538.368 418.148 538.368C417.81 538.368 417.487 538.174 417.333 537.851C417.122 537.4 417.315 536.864 417.765 536.652C420.862 535.193 423.98 533.662 427.026 532.091ZM157.601 527.508C157.844 527.071 158.392 526.918 158.826 527.161C161.827 528.85 164.897 530.507 167.951 532.078C168.393 532.308 168.566 532.852 168.339 533.293C168.18 533.604 167.864 533.779 167.538 533.779C167.399 533.779 167.259 533.748 167.127 533.681C164.054 532.096 160.964 530.43 157.944 528.732C157.511 528.489 157.357 527.94 157.601 527.508ZM445.026 521.965C445.454 521.708 446.008 521.838 446.265 522.262C446.526 522.689 446.39 523.243 445.967 523.5C443.024 525.301 440.009 527.071 437.003 528.764C436.864 528.84 436.711 528.881 436.562 528.881C436.248 528.881 435.941 528.714 435.774 528.422C435.531 527.985 435.685 527.436 436.121 527.192C439.104 525.513 442.106 523.752 445.026 521.965ZM139.906 516.598C140.181 516.183 140.74 516.071 141.154 516.346C144.016 518.246 146.955 520.119 149.891 521.915C150.315 522.176 150.448 522.73 150.188 523.153C150.019 523.432 149.723 523.586 149.42 523.586C149.26 523.586 149.098 523.54 148.951 523.45C145.997 521.645 143.039 519.758 140.159 517.845C139.745 517.57 139.631 517.012 139.906 516.598ZM462.257 510.546C462.657 510.258 463.22 510.352 463.513 510.753C463.801 511.158 463.706 511.721 463.301 512.009C460.497 514.021 457.613 516.008 454.737 517.917C454.585 518.016 454.414 518.065 454.243 518.065C453.951 518.065 453.667 517.921 453.491 517.66C453.217 517.246 453.329 516.688 453.743 516.413C456.601 514.522 459.467 512.545 462.257 510.546ZM123.062 504.436C123.366 504.04 123.931 503.967 124.324 504.273C127.044 506.381 129.838 508.461 132.628 510.46C133.032 510.753 133.124 511.315 132.835 511.721C132.659 511.964 132.383 512.095 132.104 512.095C131.922 512.095 131.738 512.04 131.579 511.928C128.772 509.911 125.96 507.817 123.223 505.696C122.83 505.395 122.757 504.827 123.062 504.436ZM478.615 497.897C478.998 497.583 479.564 497.632 479.884 498.015C480.199 498.397 480.149 498.964 479.767 499.284C477.112 501.495 474.38 503.684 471.648 505.8C471.486 505.926 471.293 505.984 471.1 505.984C470.83 505.984 470.564 505.867 470.389 505.638C470.083 505.242 470.155 504.679 470.551 504.373C473.264 502.275 475.978 500.095 478.615 497.897ZM242.52 135.797C242.859 136.612 243.194 137.436 243.521 138.255C250.57 155.924 254.938 174.936 256.135 194.797C260.385 194.441 264.683 194.257 269.023 194.257C318.345 194.257 362.293 217.708 390.322 254.05C390.335 253.62 390.347 253.191 390.362 252.763C390.496 252.754 390.631 252.749 390.767 252.749C390.982 252.749 391.196 252.759 391.406 252.781C391.375 253.645 391.352 254.51 391.333 255.376C410.684 281.035 422.171 312.948 422.171 347.496C422.175 431.993 353.47 500.741 269.023 500.741C184.576 500.741 115.873 431.993 115.872 347.496C115.872 296.782 140.621 251.744 178.668 223.837C183.64 197.57 191.654 172.365 202.324 148.607C202.662 149.431 202.996 150.265 203.322 151.098C193.357 173.617 185.791 197.426 180.947 222.198C202.304 207.124 227.668 197.371 255.097 194.886C253.969 176.12 249.991 158.117 243.585 141.294L242.928 139.593C242.602 138.76 242.267 137.927 241.93 137.103C242.128 136.661 242.32 136.238 242.52 135.797ZM269.023 195.131C264.701 195.131 260.42 195.314 256.188 195.669C256.222 196.289 256.255 196.911 256.283 197.533C256.174 197.529 256.062 197.524 255.952 197.524C255.712 197.524 255.475 197.538 255.24 197.556C255.213 196.956 255.182 196.357 255.148 195.759C227.568 198.263 202.088 208.155 180.706 223.438C176.762 244.023 174.696 265.267 174.696 286.984C174.696 298.52 175.278 309.916 176.416 321.159H174.477C173.345 309.916 172.767 298.52 172.767 286.984C172.767 265.853 174.713 245.167 178.434 225.097C141.029 252.885 116.745 297.406 116.745 347.496C116.745 431.512 185.057 499.867 269.024 499.867C352.99 499.867 421.302 431.511 421.298 347.496C421.3 313.545 410.144 282.152 391.308 256.794C391.296 257.652 391.288 258.512 391.288 259.373C391.288 261.579 391.328 263.781 391.406 265.969C391.196 265.987 390.982 266.001 390.767 266.001C390.631 266.001 390.496 265.996 390.362 265.987C390.284 263.794 390.245 261.588 390.245 259.377C390.245 258.061 390.26 256.747 390.288 255.438C362.451 218.816 318.45 195.131 269.023 195.131ZM107.151 491.081C107.483 490.712 108.052 490.68 108.422 491.014C110.978 493.31 113.613 495.588 116.252 497.79C116.634 498.105 116.685 498.672 116.367 499.055C116.189 499.271 115.933 499.379 115.676 499.379C115.472 499.379 115.267 499.311 115.1 499.172C112.443 496.957 109.793 494.661 107.221 492.355C106.851 492.022 106.819 491.455 107.151 491.081ZM494.019 484.093C494.379 483.746 494.95 483.76 495.292 484.115C495.638 484.475 495.625 485.043 495.27 485.39C492.781 487.785 490.216 490.171 487.642 492.477C487.471 492.63 487.254 492.706 487.043 492.706C486.796 492.706 486.548 492.607 486.373 492.409C486.04 492.035 486.071 491.468 486.44 491.135C488.996 488.843 491.548 486.475 494.019 484.093ZM92.2588 476.618C92.6165 476.272 93.1861 476.281 93.5312 476.641C95.9117 479.112 98.3726 481.576 100.846 483.962C101.203 484.309 101.214 484.876 100.869 485.236C100.692 485.416 100.456 485.511 100.221 485.511C99.9958 485.511 99.7707 485.425 99.5957 485.259C97.1072 482.854 94.6311 480.378 92.2354 477.888C91.8903 477.532 91.9011 476.96 92.2588 476.618ZM508.392 469.197C508.725 468.824 509.291 468.797 509.66 469.126C510.029 469.459 510.061 470.027 509.732 470.4C507.424 472.971 505.034 475.537 502.636 478.027C502.46 478.207 502.221 478.302 501.987 478.302C501.762 478.302 501.538 478.216 501.362 478.05C501.007 477.703 500.993 477.131 501.34 476.775C503.725 474.303 506.097 471.75 508.392 469.197ZM78.459 461.115C78.8401 460.796 79.4084 460.845 79.7266 461.228C81.9253 463.871 84.2 466.506 86.4883 469.059C86.8196 469.428 86.7889 469.999 86.4189 470.332C86.2471 470.485 86.0316 470.562 85.8184 470.562C85.5713 470.562 85.3252 470.459 85.1475 470.261C82.8449 467.69 80.5563 465.042 78.3438 462.381C78.0256 461.998 78.0769 461.43 78.459 461.115ZM521.648 453.29C521.95 452.898 522.517 452.826 522.908 453.128C523.304 453.434 523.376 453.996 523.07 454.393C520.955 457.126 518.759 459.859 516.545 462.516C516.365 462.732 516.113 462.84 515.853 462.84C515.65 462.84 515.447 462.772 515.276 462.633C514.898 462.313 514.845 461.746 515.164 461.363C517.365 458.725 519.547 456.005 521.648 453.29ZM65.8262 444.658C66.2307 444.366 66.7917 444.46 67.0811 444.865C69.0772 447.652 71.1538 450.444 73.2539 453.159C73.5581 453.555 73.4865 454.119 73.0928 454.425C72.929 454.551 72.735 454.613 72.543 454.613C72.274 454.613 72.0073 454.492 71.8301 454.263C69.7164 451.53 67.627 448.719 65.6182 445.914C65.3286 445.509 65.4221 444.946 65.8262 444.658ZM1447.71 450.291C1448.34 450.242 1448.89 450.728 1448.93 451.362C1448.96 451.993 1448.49 452.537 1447.86 452.578C1441.92 452.947 1435.89 453.137 1429.92 453.142C1429.29 453.142 1428.77 452.628 1428.77 451.993C1428.77 451.363 1429.28 450.85 1429.92 450.85C1435.84 450.845 1441.83 450.656 1447.71 450.291ZM1394.4 448.661C1400.26 449.391 1406.22 449.944 1412.12 450.305C1412.75 450.345 1413.23 450.89 1413.19 451.521C1413.16 452.128 1412.65 452.597 1412.05 452.597H1411.98C1406.03 452.227 1400.02 451.669 1394.11 450.935C1393.49 450.858 1393.04 450.286 1393.12 449.656C1393.19 449.026 1393.77 448.585 1394.4 448.661ZM1483.02 445.852C1483.64 445.735 1484.24 446.144 1484.36 446.766C1484.47 447.387 1484.07 447.985 1483.45 448.103C1477.6 449.215 1471.64 450.156 1465.72 450.899C1465.67 450.908 1465.62 450.908 1465.57 450.908C1465.01 450.908 1464.51 450.485 1464.44 449.904C1464.36 449.278 1464.81 448.706 1465.43 448.625C1471.31 447.887 1477.22 446.955 1483.02 445.852ZM533.717 436.454C533.991 436.04 534.55 435.927 534.964 436.202C535.378 436.477 535.495 437.035 535.216 437.449C533.308 440.331 531.314 443.222 529.298 446.031C529.122 446.279 528.848 446.409 528.564 446.409C528.385 446.409 528.2 446.351 528.043 446.238C527.638 445.95 527.548 445.388 527.836 444.982C529.838 442.186 531.818 439.318 533.717 436.454ZM1517.48 437.008C1518.09 436.81 1518.74 437.143 1518.93 437.742C1519.12 438.346 1518.79 438.994 1518.2 439.188C1512.53 441.029 1506.73 442.718 1500.96 444.199C1500.87 444.222 1500.77 444.235 1500.67 444.235C1500.16 444.235 1499.7 443.888 1499.57 443.37C1499.41 442.758 1499.78 442.132 1500.39 441.975C1506.11 440.507 1511.86 438.836 1517.48 437.008ZM1324.07 431.704C1324.29 431.114 1324.96 430.826 1325.55 431.061C1331.06 433.24 1336.71 435.27 1342.33 437.094C1342.93 437.292 1343.26 437.936 1343.07 438.539C1342.91 439.025 1342.46 439.332 1341.98 439.332C1341.86 439.332 1341.74 439.313 1341.62 439.277C1335.95 437.436 1330.26 435.392 1324.71 433.194C1324.12 432.96 1323.83 432.294 1324.07 431.704ZM54.4268 427.332C54.8511 427.075 55.4049 427.206 55.6641 427.634C57.4523 430.556 59.3199 433.491 61.2148 436.351C61.4898 436.765 61.3764 437.323 60.9619 437.598C60.8094 437.701 60.6368 437.751 60.4658 437.751C60.1742 437.751 59.8885 437.607 59.7148 437.346C57.8078 434.469 55.928 431.515 54.1289 428.57C53.8693 428.147 54.0029 427.593 54.4268 427.332ZM1550.54 423.892C1551.11 423.622 1551.8 423.865 1552.07 424.441C1552.34 425.013 1552.09 425.693 1551.52 425.963C1546.14 428.502 1540.61 430.902 1535.08 433.1C1534.94 433.154 1534.8 433.181 1534.66 433.181C1534.2 433.181 1533.77 432.906 1533.59 432.456C1533.36 431.866 1533.64 431.2 1534.23 430.966C1539.72 428.791 1545.2 426.409 1550.54 423.892ZM544.535 418.772C544.778 418.34 545.327 418.187 545.759 418.43C546.191 418.673 546.344 419.222 546.102 419.659C544.405 422.671 542.628 425.702 540.823 428.655C540.652 428.93 540.355 429.083 540.054 429.083C539.892 429.083 539.729 429.043 539.585 428.953C539.162 428.692 539.027 428.138 539.288 427.715C541.084 424.779 542.848 421.771 544.535 418.772ZM1291.76 416.327C1292.06 415.774 1292.76 415.571 1293.31 415.877C1298.5 418.727 1303.84 421.456 1309.19 423.978C1309.76 424.248 1310.01 424.928 1309.74 425.504C1309.54 425.918 1309.13 426.161 1308.7 426.161C1308.54 426.161 1308.37 426.126 1308.21 426.054C1302.82 423.51 1297.43 420.763 1292.21 417.886C1291.65 417.58 1291.45 416.881 1291.76 416.327ZM44.3262 409.235C44.768 409.006 45.3104 409.182 45.5381 409.623C47.1063 412.667 48.7549 415.728 50.4365 418.718C50.6804 419.15 50.5261 419.699 50.0928 419.942C49.9533 420.023 49.8017 420.06 49.6523 420.06C49.3379 420.059 49.0323 419.893 48.8672 419.601C47.1748 416.593 45.517 413.513 43.9385 410.446C43.7114 410.005 43.8843 409.46 44.3262 409.235ZM1581.68 406.723C1582.21 406.381 1582.92 406.539 1583.26 407.074C1583.6 407.61 1583.44 408.317 1582.91 408.659C1577.89 411.852 1572.7 414.931 1567.48 417.809C1567.31 417.903 1567.12 417.948 1566.93 417.948C1566.53 417.948 1566.14 417.737 1565.93 417.354C1565.62 416.801 1565.82 416.107 1566.38 415.801C1571.55 412.946 1576.7 409.893 1581.68 406.723ZM554.03 400.338C554.242 399.892 554.778 399.699 555.228 399.91C555.677 400.122 555.871 400.658 555.659 401.108C554.188 404.242 552.635 407.394 551.051 410.47C550.889 410.78 550.574 410.96 550.25 410.96C550.111 410.96 549.971 410.928 549.836 410.856C549.395 410.631 549.224 410.087 549.449 409.646C551.024 406.588 552.568 403.458 554.03 400.338ZM1261.65 397.02C1262.02 396.506 1262.74 396.394 1263.25 396.768C1268.03 400.244 1272.99 403.621 1277.98 406.791C1278.51 407.133 1278.67 407.84 1278.33 408.376C1278.12 408.718 1277.74 408.907 1277.36 408.907C1277.15 408.907 1276.94 408.848 1276.75 408.727C1271.72 405.53 1266.72 402.126 1261.9 398.618C1261.39 398.249 1261.28 397.528 1261.65 397.02ZM35.5801 390.455C36.0366 390.262 36.5652 390.473 36.7598 390.932C38.1021 394.083 39.5213 397.254 40.9775 400.356C41.1889 400.807 40.9954 401.342 40.5459 401.554C40.4222 401.612 40.2918 401.64 40.1641 401.64C39.8262 401.64 39.5022 401.451 39.3486 401.122C37.883 398.002 36.4549 394.813 35.1045 391.639C34.9095 391.18 35.1225 390.653 35.5801 390.455ZM1610.44 385.781C1610.93 385.376 1611.65 385.443 1612.06 385.93C1612.46 386.42 1612.39 387.141 1611.9 387.546C1607.32 391.346 1602.55 395.048 1597.73 398.556C1597.53 398.704 1597.3 398.776 1597.06 398.776C1596.71 398.776 1596.36 398.613 1596.14 398.303C1595.76 397.794 1595.87 397.074 1596.39 396.705C1601.17 393.224 1605.89 389.55 1610.44 385.781ZM562.152 381.247C562.332 380.783 562.85 380.549 563.313 380.729C563.781 380.905 564.011 381.427 563.836 381.891C562.598 385.128 561.279 388.388 559.925 391.576C559.776 391.918 559.444 392.125 559.093 392.125C558.976 392.125 558.859 392.099 558.742 392.054C558.288 391.856 558.072 391.328 558.27 390.869C559.615 387.704 560.924 384.466 562.152 381.247ZM1234.2 374.105C1234.64 373.646 1235.36 373.624 1235.82 374.057C1240.13 378.104 1244.63 382.071 1249.18 385.84C1249.67 386.241 1249.74 386.966 1249.33 387.452C1249.11 387.727 1248.78 387.87 1248.45 387.87C1248.19 387.87 1247.93 387.78 1247.72 387.604C1243.13 383.804 1238.6 379.81 1234.25 375.727C1233.79 375.294 1233.77 374.569 1234.2 374.105ZM28.2246 371.071C28.6944 370.909 29.2069 371.161 29.3672 371.629C30.4778 374.884 31.6636 378.158 32.8926 381.364C33.0696 381.828 32.8378 382.35 32.374 382.525C32.2678 382.566 32.1589 382.589 32.0518 382.589C31.69 382.589 31.3482 382.368 31.2109 382.008C29.9749 378.78 28.7818 375.488 27.6641 372.215C27.5034 371.742 27.7544 371.233 28.2246 371.071ZM1636.38 361.399C1636.82 360.94 1637.54 360.917 1638 361.35C1638.46 361.782 1638.48 362.507 1638.05 362.971C1633.97 367.316 1629.7 371.589 1625.36 375.668C1625.14 375.875 1624.86 375.979 1624.58 375.979C1624.27 375.978 1623.97 375.857 1623.74 375.614C1623.31 375.155 1623.33 374.43 1623.79 373.998C1628.1 369.95 1632.33 365.713 1636.38 361.399ZM568.854 361.597C568.993 361.12 569.497 360.85 569.974 360.994C570.451 361.138 570.721 361.638 570.577 362.115C569.578 365.433 568.507 368.783 567.387 372.065C567.261 372.439 566.909 372.679 566.536 372.679C566.437 372.679 566.342 372.66 566.243 372.629C565.775 372.467 565.524 371.958 565.686 371.485C566.797 368.221 567.864 364.893 568.854 361.597ZM1144.61 114.004C1014.21 114.004 907.096 215.682 898.302 343.963C931.103 362.152 968.814 372.516 1008.9 372.516C1074.95 372.516 1134.55 344.379 1176.36 299.455C1174.59 296.057 1172.88 292.615 1171.25 289.172C1170.98 288.6 1171.23 287.916 1171.8 287.646C1172.37 287.375 1173.05 287.618 1173.32 288.194C1174.82 291.362 1176.39 294.528 1178.01 297.661C1214.29 257.851 1236.76 205.232 1237.75 147.47C1233.34 144.966 1230.36 140.227 1230.36 134.802C1230.36 133.013 1230.68 131.298 1231.28 129.714C1216.09 123.997 1200.19 119.737 1183.76 117.106C1183.81 117.246 1183.87 117.385 1183.92 117.524C1184.21 118.254 1183.85 119.083 1183.13 119.371C1182.95 119.439 1182.78 119.47 1182.6 119.47C1182.04 119.47 1181.51 119.132 1181.28 118.574C1181.02 117.922 1180.77 117.266 1180.51 116.609C1170.93 115.206 1161.17 114.356 1151.26 114.093C1151.26 114.183 1151.26 114.276 1151.24 114.369C1150.15 120.177 1149.22 126.098 1148.5 131.97C1148.43 132.546 1147.93 132.974 1147.36 132.974C1147.31 132.974 1147.26 132.969 1147.22 132.965C1146.59 132.888 1146.14 132.311 1146.22 131.686C1146.95 125.797 1147.88 119.864 1148.97 114.042C1147.52 114.017 1146.06 114.004 1144.61 114.004ZM1209.83 347.959C1210.32 347.558 1211.04 347.625 1211.44 348.111C1215.22 352.659 1219.18 357.153 1223.23 361.462C1223.66 361.926 1223.64 362.651 1223.18 363.083C1222.96 363.29 1222.67 363.394 1222.39 363.394C1222.09 363.394 1221.79 363.273 1221.56 363.034C1217.47 358.689 1213.48 354.163 1209.68 349.575C1209.27 349.089 1209.34 348.364 1209.83 347.959ZM22.3047 351.164C22.7857 351.038 23.2778 351.327 23.4033 351.809C24.2713 355.131 25.2136 358.486 26.2031 361.772C26.3458 362.25 26.0762 362.754 25.6006 362.898C25.5142 362.921 25.4268 362.935 25.3408 362.935C24.9539 362.935 24.5965 362.682 24.4795 362.295C23.4832 358.981 22.5355 355.608 21.6621 352.263C21.5368 351.781 21.8242 351.29 22.3047 351.164ZM574.068 341.564C574.176 341.078 574.659 340.772 575.145 340.88C575.63 340.988 575.936 341.47 575.828 341.956C575.077 345.329 574.258 348.737 573.385 352.083C573.281 352.488 572.917 352.759 572.517 352.759C572.44 352.759 572.364 352.745 572.287 352.727C571.81 352.6 571.518 352.11 571.644 351.628C572.512 348.305 573.326 344.919 574.068 341.564ZM1659.09 333.965C1659.46 333.456 1660.18 333.343 1660.69 333.712C1661.21 334.086 1661.32 334.802 1660.94 335.315C1657.44 340.138 1653.73 344.91 1649.93 349.503C1649.7 349.778 1649.38 349.917 1649.05 349.917C1648.79 349.917 1648.53 349.831 1648.32 349.651C1647.83 349.251 1647.76 348.526 1648.17 348.04C1651.94 343.483 1655.61 338.751 1659.09 333.965ZM1008.9 -85.5215C1007.94 -85.5215 1006.97 -85.5158 1006.01 -85.5039C1006.91 -82.9939 1007.74 -80.4475 1008.48 -77.8672C1008.23 -77.864 1007.98 -77.8605 1007.74 -77.8564C1006.99 -80.4367 1006.16 -82.9828 1005.26 -85.4922C962.969 -84.8297 923.428 -72.6349 889.645 -51.918C889.799 -51.8578 889.939 -51.755 890.045 -51.6113C891.894 -49.0746 893.686 -46.4488 895.373 -43.8076C895.639 -43.388 895.517 -42.8309 895.099 -42.5635C894.946 -42.4681 894.78 -42.4219 894.613 -42.4219C894.316 -42.4219 894.027 -42.5691 893.856 -42.8379C892.191 -45.4481 890.419 -48.0422 888.592 -50.5488C888.456 -50.7332 888.401 -50.9515 888.42 -51.1621C851.62 -28.2763 821.752 4.76117 802.756 44.0078C804.743 43.3606 806.743 42.7352 808.757 42.1406H808.758C809.028 42.0596 809.302 41.9789 809.572 41.9023L810.062 41.7578V41.7588C810.629 41.5922 811.201 41.4297 811.768 41.2676L813.074 40.9033C814.38 40.5435 815.686 40.196 816.992 39.8584C817.109 39.8269 817.231 39.8135 817.348 39.8135C817.978 39.8135 818.554 40.2406 818.721 40.8799C818.919 41.6407 818.46 42.4156 817.699 42.6094C815.85 43.0866 813.995 43.5904 812.142 44.1172L810.886 43.0508L812.142 44.1182C811.867 44.1947 811.588 44.2754 811.313 44.3564L810.08 44.7119C809.513 44.8785 808.951 45.0497 808.389 45.2207C806.769 45.707 805.153 46.2159 803.551 46.7383C803.407 46.7878 803.258 46.8105 803.109 46.8105C802.56 46.8104 802.05 46.4874 801.816 45.9717C801.547 46.5417 801.28 47.113 801.016 47.6855C802.144 48.7617 803.293 49.8167 804.461 50.8506C804.191 50.9271 803.917 51.0088 803.646 51.0898C802.649 50.2004 801.668 49.2933 800.699 48.373C794.646 61.5853 789.813 75.4695 786.345 89.8799C804.444 115.102 819.171 142.905 829.857 172.62C830.503 172.327 831.146 172.03 831.784 171.729C832.234 171.517 832.769 171.71 832.98 172.16C833.192 172.61 833.004 173.147 832.554 173.358C831.862 173.685 831.165 174.006 830.465 174.323C841.287 204.932 847.83 237.547 849.368 271.441C849.166 271.432 848.959 271.428 848.757 271.428C848.311 271.428 847.874 271.445 847.438 271.481C845.91 237.844 839.426 205.49 828.7 175.108C827.107 175.806 825.502 176.477 823.896 177.113C823.788 177.158 823.675 177.181 823.562 177.181C823.203 177.181 822.865 176.965 822.726 176.609C822.541 176.15 822.766 175.623 823.229 175.443C824.857 174.797 826.483 174.116 828.095 173.408C827.033 170.451 825.931 167.512 824.789 164.593C825.131 164.269 825.172 163.728 824.866 163.363C824.691 163.147 824.434 163.034 824.173 163.034C814.176 137.855 801.228 114.16 785.759 92.375C781.997 108.818 780.009 125.929 780.009 143.496C780.009 229.112 827.207 303.906 896.935 343.198C906.108 214.499 1013.68 112.59 1144.61 112.59C1156.6 112.59 1168.39 113.445 1179.94 115.098C1179.75 114.6 1179.56 114.102 1179.37 113.603L1178.76 111.933C1178.45 111.082 1178.15 110.23 1177.85 109.384C1177.29 107.767 1176.74 106.151 1176.21 104.534C1175.98 103.787 1176.38 102.985 1177.13 102.742C1177.27 102.697 1177.42 102.675 1177.57 102.675C1178.17 102.675 1178.72 103.053 1178.92 103.656C1179.13 104.323 1179.35 104.99 1179.58 105.658L1180.26 107.664L1181.08 109.983L1181.77 111.881C1182.22 113.12 1182.69 114.354 1183.16 115.581C1200 118.219 1216.29 122.558 1231.84 128.414C1232.97 126.094 1234.71 124.12 1236.84 122.694C1226.31 6.12323 1128.1 -85.5218 1008.9 -85.5215ZM17.8643 330.88C18.3532 330.786 18.8221 331.114 18.9121 331.601C19.534 334.982 20.2265 338.395 20.9717 341.745C21.0795 342.231 20.774 342.713 20.2891 342.821C20.2234 342.835 20.1571 342.844 20.0928 342.844C19.6802 342.844 19.3081 342.555 19.2148 342.137C18.4651 338.764 17.7675 335.328 17.1416 331.929C17.0518 331.438 17.3752 330.97 17.8643 330.88ZM1188.92 318.988C1189.45 318.651 1190.16 318.809 1190.5 319.34C1193.67 324.324 1197.04 329.277 1200.52 334.055C1200.89 334.563 1200.78 335.284 1200.27 335.653C1200.06 335.802 1199.83 335.873 1199.6 335.873C1199.24 335.873 1198.89 335.711 1198.67 335.4C1195.16 330.587 1191.77 325.598 1188.57 320.573C1188.23 320.037 1188.38 319.331 1188.92 318.988ZM578.825 320.442C579.316 320.514 579.658 320.97 579.586 321.465C579.086 324.887 578.519 328.345 577.894 331.744C577.813 332.176 577.435 332.482 577.012 332.482C576.958 332.482 576.9 332.478 576.846 332.465C576.36 332.375 576.035 331.906 576.125 331.42C576.741 328.039 577.309 324.603 577.804 321.204C577.876 320.713 578.33 320.37 578.825 320.442ZM14.9199 310.325C15.4162 310.271 15.8576 310.627 15.9121 311.122C16.2852 314.535 16.7274 317.989 17.2256 321.389C17.2973 321.879 16.9561 322.338 16.4648 322.41C16.4204 322.415 16.3765 322.419 16.333 322.419C15.894 322.419 15.51 322.1 15.4443 321.649C14.943 318.227 14.4988 314.751 14.123 311.315C14.0692 310.82 14.4259 310.379 14.9199 310.325ZM1678.21 303.896C1678.51 303.342 1679.21 303.139 1679.76 303.445C1680.32 303.751 1680.52 304.449 1680.21 305.003C1677.34 310.226 1674.26 315.427 1671.06 320.466C1670.84 320.808 1670.47 320.997 1670.09 320.997C1669.88 320.997 1669.67 320.938 1669.47 320.816C1668.94 320.474 1668.78 319.767 1669.12 319.231C1672.3 314.238 1675.35 309.078 1678.21 303.896ZM581.003 299.793C581.498 299.824 581.872 300.257 581.836 300.752C581.588 304.205 581.273 307.695 580.899 311.131C580.85 311.59 580.458 311.933 580.004 311.933L579.905 311.928C579.415 311.874 579.054 311.428 579.108 310.933C579.482 307.524 579.793 304.052 580.04 300.626C580.076 300.126 580.508 299.753 581.003 299.793ZM216.067 310.104H214.127C214.113 309.96 214.096 309.798 214.082 309.654H216.021C216.036 309.798 216.053 309.96 216.067 310.104ZM255.24 214.319C255.475 214.337 255.712 214.351 255.952 214.351H255.954C256.064 214.351 256.174 214.346 256.283 214.342C254.683 249.611 243.069 282.31 224.223 309.654H224.222C224.117 309.807 224.016 309.952 223.911 310.104H222.641C222.745 309.956 222.85 309.803 222.954 309.654H222.955C241.931 282.35 253.635 249.634 255.24 214.319ZM391.479 267.757C392.136 282.224 394.489 296.25 398.343 309.654L398.473 310.104H397.387C397.344 309.956 397.3 309.803 397.258 309.654C393.428 296.254 391.091 282.233 390.436 267.779C390.546 267.784 390.657 267.784 390.768 267.784H390.769C391.007 267.784 391.245 267.775 391.479 267.757ZM755.072 267.757C755.311 267.775 755.545 267.784 755.788 267.784C755.9 267.784 756.008 267.784 756.116 267.779C755.459 282.233 753.123 296.254 749.294 309.654C749.253 309.803 749.209 309.956 749.164 310.104H748.079C748.124 309.951 748.165 309.807 748.21 309.654C752.066 296.25 754.415 282.224 755.072 267.757ZM887.044 290.981C887.48 291.017 887.917 291.035 888.362 291.035C888.565 291.035 888.772 291.031 888.975 291.021C888.691 297.28 888.236 303.49 887.615 309.654L887.57 310.104H885.631L885.676 309.654C886.301 303.472 886.76 297.258 887.044 290.981ZM1110.86 298.208C1111.63 298.303 1112.19 299.014 1112.09 299.793C1111.68 303.075 1111.2 306.376 1110.65 309.654L1110.57 310.104H1107.69L1107.76 309.654C1108.35 306.259 1108.85 302.842 1109.27 299.442C1109.36 298.727 1109.96 298.195 1110.67 298.195C1110.73 298.195 1110.79 298.199 1110.86 298.208ZM13.4775 289.608C13.9588 289.586 14.3906 289.978 14.4092 290.473C14.5343 293.908 14.7243 297.384 14.9736 300.811C15.0096 301.306 14.6378 301.738 14.1416 301.774L14.0752 301.779C13.6077 301.779 13.2134 301.414 13.1787 300.941C12.9281 297.497 12.7364 293.994 12.6104 290.54C12.5925 290.04 12.9809 289.626 13.4775 289.608ZM640.781 283.683C641.533 283.683 642.163 284.259 642.208 285.016C642.518 289.906 642.982 294.845 643.594 299.694C643.693 300.473 643.139 301.185 642.36 301.284C642.302 301.293 642.244 301.293 642.181 301.293C641.479 301.293 640.866 300.77 640.776 300.05C640.155 295.142 639.684 290.144 639.373 285.191C639.324 284.408 639.917 283.737 640.7 283.688C640.727 283.683 640.754 283.683 640.781 283.683ZM848.757 274.732C849.004 274.732 849.256 274.741 849.504 274.755C849.648 278.812 849.72 282.891 849.72 286.984C849.72 291.077 849.648 295.157 849.504 299.214C849.256 299.227 849.004 299.236 848.757 299.236C848.356 299.236 847.965 299.218 847.573 299.178C847.717 295.134 847.794 291.064 847.794 286.984C847.794 282.905 847.717 278.834 847.573 274.786C847.965 274.75 848.356 274.732 848.757 274.732ZM581.683 278.604C582.182 278.604 582.583 279.005 582.583 279.5V279.937C582.583 283.395 582.52 286.898 582.398 290.352C582.38 290.838 581.979 291.221 581.498 291.221H581.467C580.967 291.203 580.581 290.783 580.599 290.288C580.72 286.857 580.783 283.372 580.783 279.937V279.504C580.783 279.009 581.183 278.604 581.683 278.604ZM1693.4 271.647C1693.63 271.058 1694.3 270.769 1694.88 271.003C1695.47 271.237 1695.76 271.899 1695.53 272.489C1693.33 278.036 1690.93 283.588 1688.38 288.991C1688.19 289.405 1687.77 289.649 1687.35 289.649C1687.18 289.649 1687.02 289.613 1686.86 289.541C1686.28 289.271 1686.04 288.586 1686.31 288.015C1688.84 282.657 1691.22 277.15 1693.4 271.647ZM116.309 273.984C120.188 273.984 123.342 277.14 123.343 281.021C123.343 284.903 120.188 288.06 116.309 288.06C112.43 288.059 109.275 284.903 109.275 281.021C109.275 277.14 112.43 273.984 116.309 273.984ZM116.309 275.479C113.255 275.479 110.769 277.964 110.769 281.021C110.769 284.079 113.255 286.564 116.31 286.564C119.365 286.564 121.85 284.079 121.85 281.021C121.85 277.964 119.364 275.479 116.309 275.479ZM1112.52 268.095C1113.3 268.095 1113.93 268.73 1113.94 269.509V270.018C1113.94 274.984 1113.78 280.004 1113.47 284.935C1113.43 285.687 1112.8 286.268 1112.06 286.268H1111.97C1111.19 286.218 1110.59 285.542 1110.64 284.759C1110.94 279.887 1111.09 274.925 1111.09 270.018V269.521C1111.09 268.738 1111.72 268.099 1112.51 268.095H1112.52ZM13.5283 268.838C14.0251 268.856 14.414 269.274 14.3965 269.77C14.2781 273.142 14.2178 276.56 14.2178 279.937V280.121C14.2178 280.621 13.8142 281.021 13.3174 281.021C12.8202 281.021 12.417 280.621 12.417 280.121V279.932C12.417 276.541 12.4774 273.096 12.5967 269.706C12.6144 269.211 13.0317 268.82 13.5283 268.838ZM1158.75 254.389C1159.36 254.195 1160 254.523 1160.2 255.122C1160.99 257.558 1161.82 259.995 1162.69 262.421C1164.67 262.089 1166.65 261.737 1168.62 261.363C1168.73 261.341 1168.82 261.332 1168.93 261.332C1169.7 261.332 1170.4 261.881 1170.54 262.674C1170.71 263.565 1170.13 264.424 1169.23 264.596C1167.44 264.937 1165.64 265.259 1163.83 265.565C1164.61 267.685 1165.42 269.792 1166.25 271.877C1166.48 272.467 1166.19 273.133 1165.6 273.367C1165.46 273.421 1165.32 273.448 1165.18 273.448C1164.73 273.448 1164.29 273.174 1164.12 272.724C1163.23 270.485 1162.36 268.222 1161.53 265.945C1158.41 266.446 1155.28 266.897 1152.17 267.289C1152.1 267.298 1152.03 267.302 1151.96 267.302C1151.14 267.302 1150.44 266.69 1150.33 265.861C1150.22 264.956 1150.86 264.132 1151.76 264.02C1154.63 263.661 1157.51 263.251 1160.39 262.796C1159.57 260.481 1158.78 258.157 1158.02 255.834C1157.83 255.231 1158.16 254.587 1158.75 254.389ZM640.844 254.023C641.627 254.073 642.225 254.749 642.176 255.532C641.888 260.323 641.739 265.2 641.739 270.018V270.273C641.739 271.057 641.1 271.692 640.317 271.692C639.535 271.692 638.896 271.057 638.896 270.273V270.018C638.896 265.141 639.048 260.206 639.341 255.356C639.386 254.609 640.008 254.023 640.75 254.023H640.844ZM580.841 257.851C581.336 257.815 581.769 258.188 581.805 258.684C582.057 262.128 582.249 265.627 582.38 269.085C582.398 269.58 582.011 269.999 581.517 270.018L581.48 270.021C580.999 270.021 580.603 269.639 580.585 269.152C580.454 265.717 580.261 262.236 580.009 258.814C579.973 258.319 580.346 257.887 580.841 257.851ZM1134.86 265.613C1135.73 265.613 1136.46 266.28 1136.51 267.158C1136.57 268.068 1135.88 268.847 1134.97 268.905C1129.26 269.261 1123.45 269.445 1117.7 269.445C1116.79 269.445 1116.06 268.711 1116.06 267.802C1116.05 266.892 1116.79 266.154 1117.7 266.154C1123.38 266.15 1129.12 265.969 1134.76 265.618C1134.8 265.618 1134.83 265.613 1134.86 265.613ZM1083.64 264.061C1089.26 264.758 1094.97 265.289 1100.64 265.636C1101.54 265.69 1102.23 266.474 1102.18 267.379C1102.13 268.252 1101.4 268.928 1100.54 268.928L1100.43 268.923C1094.7 268.572 1088.91 268.031 1083.23 267.324C1082.33 267.211 1081.69 266.392 1081.8 265.487C1081.91 264.654 1082.62 264.047 1083.44 264.047C1083.5 264.047 1083.57 264.052 1083.64 264.061ZM1417.04 265.218C1417.8 265.218 1418.42 265.794 1418.47 266.55C1418.52 267.333 1417.93 268.009 1417.14 268.059C1412.21 268.365 1407.19 268.523 1402.23 268.527C1401.45 268.527 1400.81 267.892 1400.81 267.104C1400.81 266.321 1401.44 265.686 1402.23 265.686C1407.13 265.681 1412.09 265.523 1416.96 265.222C1416.99 265.217 1417.02 265.218 1417.04 265.218ZM1446.46 261.521C1447.13 261.521 1447.73 261.993 1447.86 262.678C1448 263.448 1447.5 264.19 1446.73 264.339C1441.86 265.262 1436.9 266.046 1431.99 266.663C1431.93 266.672 1431.87 266.672 1431.81 266.672C1431.11 266.672 1430.5 266.149 1430.41 265.429C1430.31 264.65 1430.86 263.939 1431.64 263.84C1436.49 263.232 1441.39 262.462 1446.2 261.548C1446.29 261.53 1446.37 261.521 1446.46 261.521ZM1049.71 257.666C1049.84 257.666 1049.97 257.684 1050.11 257.716C1055.6 259.121 1061.21 260.363 1066.78 261.417C1067.67 261.588 1068.26 262.448 1068.09 263.34C1067.94 264.132 1067.25 264.682 1066.48 264.682C1066.37 264.682 1066.27 264.672 1066.17 264.654C1060.53 263.587 1054.86 262.327 1049.3 260.908C1048.42 260.683 1047.89 259.787 1048.11 258.904C1048.3 258.162 1048.97 257.666 1049.71 257.666ZM1343.52 258.355C1343.64 258.355 1343.76 258.369 1343.88 258.4C1348.61 259.612 1353.45 260.683 1358.26 261.593C1359.03 261.741 1359.54 262.484 1359.4 263.254C1359.27 263.934 1358.67 264.411 1358 264.411C1357.91 264.411 1357.82 264.402 1357.73 264.389C1352.87 263.466 1347.97 262.381 1343.17 261.156C1342.41 260.958 1341.95 260.188 1342.15 259.427C1342.31 258.783 1342.89 258.356 1343.52 258.355ZM1475.17 254.154C1475.77 254.154 1476.33 254.532 1476.52 255.136C1476.76 255.883 1476.35 256.685 1475.61 256.928C1470.9 258.459 1466.08 259.859 1461.28 261.088C1461.17 261.119 1461.05 261.134 1460.93 261.134C1460.3 261.134 1459.72 260.71 1459.56 260.066C1459.36 259.305 1459.82 258.531 1460.58 258.337C1465.32 257.121 1470.08 255.735 1474.73 254.222C1474.88 254.177 1475.03 254.154 1475.17 254.154ZM1202.18 252.799C1202.88 252.799 1203.52 253.241 1203.75 253.938C1204.02 254.803 1203.55 255.731 1202.69 256.01C1197.23 257.788 1191.65 259.409 1186.1 260.832C1185.96 260.868 1185.82 260.886 1185.69 260.886C1184.95 260.886 1184.29 260.39 1184.09 259.647C1183.87 258.765 1184.4 257.869 1185.28 257.644C1190.77 256.234 1196.28 254.631 1201.67 252.88C1201.84 252.826 1202.01 252.799 1202.18 252.799ZM15.0742 248.13C15.5681 248.184 15.9256 248.63 15.8721 249.125C15.5035 252.533 15.1921 256.005 14.9473 259.432C14.9129 259.909 14.5181 260.268 14.0508 260.269H13.9854C13.4896 260.233 13.116 259.801 13.1514 259.306C13.3984 255.857 13.7112 252.362 14.082 248.931C14.1358 248.436 14.5838 248.076 15.0742 248.13ZM1315.3 249.206C1315.48 249.206 1315.65 249.237 1315.82 249.305C1320.38 251.11 1325.06 252.79 1329.72 254.303C1330.46 254.541 1330.87 255.343 1330.63 256.091C1330.44 256.694 1329.88 257.076 1329.28 257.076C1329.14 257.076 1328.99 257.054 1328.84 257.005C1324.12 255.479 1319.39 253.776 1314.78 251.948C1314.05 251.66 1313.69 250.836 1313.98 250.106C1314.2 249.548 1314.74 249.206 1315.3 249.206ZM1704.39 237.751C1704.55 237.134 1705.18 236.77 1705.79 236.923C1706.4 237.08 1706.77 237.706 1706.61 238.318C1705.13 244.091 1703.46 249.895 1701.62 255.563C1701.46 256.05 1701.01 256.356 1700.53 256.356C1700.41 256.356 1700.29 256.338 1700.17 256.302C1699.57 256.108 1699.24 255.46 1699.44 254.856C1701.26 249.233 1702.93 243.478 1704.39 237.751ZM1017.02 247.071C1017.22 247.071 1017.43 247.108 1017.62 247.185C1022.91 249.274 1028.32 251.223 1033.72 252.97C1034.58 253.253 1035.05 254.181 1034.77 255.046C1034.55 255.744 1033.91 256.185 1033.21 256.185C1033.04 256.185 1032.87 256.158 1032.7 256.104C1027.24 254.334 1021.76 252.362 1016.41 250.246C1015.57 249.913 1015.15 248.958 1015.49 248.111C1015.74 247.463 1016.37 247.071 1017.02 247.071ZM1110.62 238.494C1111.32 238.494 1111.94 239.021 1112.03 239.736C1112.65 244.64 1113.13 249.643 1113.44 254.596C1113.49 255.379 1112.9 256.054 1112.12 256.104L1112.03 256.108C1111.28 256.108 1110.66 255.527 1110.61 254.775C1110.3 249.881 1109.83 244.941 1109.21 240.097C1109.11 239.318 1109.66 238.607 1110.44 238.508C1110.5 238.499 1110.56 238.494 1110.62 238.494ZM1502.7 243.227C1503.24 243.227 1503.75 243.528 1503.99 244.041C1504.32 244.752 1504.02 245.599 1503.31 245.933C1498.84 248.044 1494.24 250.039 1489.64 251.862C1489.47 251.93 1489.29 251.966 1489.12 251.966C1488.55 251.966 1488.02 251.624 1487.8 251.065C1487.51 250.336 1487.87 249.512 1488.59 249.22C1493.14 247.419 1497.68 245.446 1502.1 243.361C1502.29 243.271 1502.5 243.227 1502.7 243.227ZM409.241 178.167C409.543 178.338 409.861 178.482 410.192 178.595C407.492 184.034 405.054 189.626 402.897 195.354C402.712 195.844 402.528 196.34 402.346 196.835C401.673 198.672 401.035 200.505 400.42 202.369L400.061 203.468C399.738 204.463 399.425 205.462 399.12 206.466C398.967 206.97 398.814 207.479 398.666 207.983C394.62 221.721 392.154 236.125 391.479 250.993C391.244 250.971 391.006 250.962 390.767 250.962C390.655 250.962 390.544 250.966 390.435 250.971C391.11 236.089 393.568 221.667 397.601 207.907C397.742 207.425 397.887 206.939 398.033 206.457C398.456 205.057 398.895 203.665 399.35 202.278L399.71 201.193L400.138 199.937C400.57 198.682 401.014 197.433 401.473 196.187C401.648 195.714 401.823 195.246 402.002 194.769C404.147 189.095 406.565 183.557 409.241 178.167ZM733.216 170.396C735.524 174.533 737.675 178.761 739.664 183.088C739.258 183.01 738.851 182.928 738.444 182.846C739.181 182.997 739.918 183.143 740.654 183.282C741.145 183.372 741.464 183.845 741.374 184.331C741.289 184.763 740.911 185.065 740.488 185.065H740.487H740.556C749.601 205.368 755.054 227.602 756.116 250.971C756.008 250.966 755.896 250.962 755.788 250.962C755.545 250.962 755.311 250.971 755.072 250.993C754.006 227.521 748.48 205.21 739.322 184.857C736.569 184.315 733.805 183.694 731.092 183.003C730.61 182.877 730.323 182.386 730.444 181.904C730.566 181.423 731.056 181.134 731.537 181.256C733.8 181.832 736.097 182.362 738.395 182.835C736.518 178.797 734.503 174.844 732.343 170.972C732.649 170.796 732.941 170.607 733.216 170.396ZM1221.42 245.59C1220.67 247.089 1219.89 248.598 1219.12 250.079C1219.06 250.102 1219 250.124 1218.94 250.146C1218.74 250.228 1218.54 250.264 1218.34 250.264C1217.68 250.264 1217.07 249.872 1216.81 249.224C1216.47 248.382 1216.88 247.423 1217.73 247.09C1218.96 246.599 1220.19 246.099 1221.42 245.59ZM1234.07 240.146C1234.69 240.147 1235.28 240.494 1235.55 241.088C1235.95 241.912 1235.59 242.893 1234.77 243.28C1230.26 245.41 1225.63 247.441 1220.99 249.327C1220.36 249.579 1219.74 249.832 1219.12 250.079C1219.9 248.598 1220.67 247.089 1221.42 245.59C1222.04 245.338 1222.65 245.077 1223.27 244.82L1225.81 243.727C1228.35 242.62 1230.88 241.475 1233.37 240.3C1233.59 240.196 1233.83 240.146 1234.07 240.146ZM578.501 237.22C578.991 237.148 579.45 237.486 579.522 237.977C580.026 241.394 580.473 244.87 580.851 248.31C580.905 248.805 580.549 249.251 580.054 249.305L579.955 249.31C579.505 249.31 579.113 248.967 579.063 248.508C578.685 245.09 578.241 241.637 577.741 238.242C577.669 237.747 578.006 237.292 578.501 237.22ZM1288.45 236.558C1288.68 236.558 1288.92 236.617 1289.13 236.738C1293.42 239.098 1297.85 241.353 1302.28 243.442C1302.99 243.776 1303.29 244.622 1302.96 245.333C1302.72 245.846 1302.2 246.148 1301.67 246.148C1301.47 246.148 1301.26 246.108 1301.07 246.014C1296.58 243.902 1292.11 241.618 1287.76 239.228C1287.08 238.849 1286.82 237.985 1287.2 237.296C1287.46 236.828 1287.95 236.558 1288.45 236.558ZM985.918 232.425C986.188 232.425 986.458 232.487 986.71 232.627C991.682 235.365 996.803 237.977 1001.94 240.395C1002.76 240.782 1003.11 241.763 1002.73 242.587C1002.45 243.181 1001.85 243.532 1001.24 243.532C1001 243.532 1000.76 243.478 1000.53 243.375C995.341 240.926 990.157 238.283 985.126 235.514C984.329 235.072 984.041 234.072 984.478 233.275C984.775 232.731 985.338 232.425 985.918 232.425ZM644.403 224.59C644.493 224.59 644.579 224.598 644.669 224.616C645.438 224.76 645.948 225.504 645.804 226.278C644.899 231.083 644.133 235.986 643.53 240.849C643.44 241.565 642.829 242.092 642.122 242.092C642.064 242.092 642.005 242.092 641.946 242.083C641.168 241.984 640.615 241.277 640.714 240.498C641.321 235.577 642.095 230.614 643.009 225.751C643.139 225.067 643.738 224.59 644.403 224.59ZM17.0742 228.313C17.1638 227.823 17.6343 227.499 18.1221 227.589C18.6109 227.679 18.9348 228.147 18.8457 228.638C18.2283 232.015 17.6645 235.451 17.1709 238.854C17.1059 239.3 16.7212 239.624 16.2812 239.624C16.2387 239.624 16.1953 239.62 16.1514 239.615C15.66 239.543 15.3191 239.084 15.3906 238.593C15.887 235.171 16.4532 231.713 17.0742 228.313ZM1150.01 219.727C1150.63 219.61 1151.23 220.015 1151.35 220.637C1152.45 226.45 1153.76 232.299 1155.23 238.021C1155.38 238.634 1155.01 239.259 1154.4 239.417C1154.31 239.44 1154.21 239.453 1154.12 239.453C1153.61 239.453 1153.14 239.11 1153.01 238.593C1151.53 232.82 1150.21 226.926 1149.09 221.068C1148.97 220.447 1149.39 219.844 1150.01 219.727ZM1528.64 228.926C1529.11 228.926 1529.57 229.155 1529.84 229.583C1530.26 230.245 1530.06 231.123 1529.4 231.546C1525.22 234.202 1520.91 236.76 1516.58 239.151C1516.36 239.273 1516.13 239.327 1515.9 239.327C1515.39 239.327 1514.91 239.061 1514.65 238.593C1514.27 237.904 1514.52 237.039 1515.21 236.661C1519.49 234.302 1523.75 231.771 1527.88 229.146C1528.11 228.998 1528.37 228.926 1528.64 228.926ZM1263.41 220.646C1263.7 220.646 1263.99 220.731 1264.24 220.915C1268.2 223.797 1272.31 226.589 1276.44 229.219C1277.1 229.637 1277.3 230.515 1276.87 231.177C1276.6 231.604 1276.14 231.839 1275.68 231.839C1275.42 231.839 1275.15 231.767 1274.92 231.618C1271.82 229.651 1268.75 227.593 1265.73 225.477C1265.66 225.927 1265.41 226.351 1264.99 226.616C1260.15 229.692 1255.16 232.658 1250.14 235.423C1249.89 235.562 1249.62 235.63 1249.35 235.63C1248.77 235.63 1248.2 235.32 1247.9 234.779C1247.47 233.982 1247.76 232.978 1248.55 232.541C1253.51 229.808 1258.45 226.877 1263.23 223.838C1263.26 223.815 1263.3 223.793 1263.34 223.771C1263.08 223.586 1262.83 223.401 1262.57 223.217C1261.94 222.753 1261.8 221.865 1262.26 221.23C1262.54 220.848 1262.97 220.646 1263.41 220.646ZM574.658 216.809C575.144 216.701 575.625 217.007 575.733 217.493C576.485 220.866 577.187 224.302 577.812 227.701C577.902 228.192 577.583 228.66 577.093 228.75C577.039 228.759 576.984 228.764 576.926 228.764C576.503 228.763 576.125 228.461 576.044 228.029C575.418 224.652 574.722 221.239 573.975 217.885C573.867 217.399 574.172 216.917 574.658 216.809ZM956.92 213.99C957.253 213.99 957.595 214.094 957.883 214.306C962.468 217.642 967.221 220.875 972.009 223.919C972.778 224.405 973.002 225.423 972.517 226.192C972.202 226.683 971.671 226.954 971.126 226.954C970.825 226.954 970.519 226.873 970.244 226.697C965.398 223.617 960.588 220.344 955.948 216.967C955.215 216.435 955.052 215.404 955.588 214.67C955.907 214.224 956.411 213.99 956.92 213.99ZM1105.04 209.37C1105.67 209.37 1106.24 209.794 1106.41 210.438C1107.65 215.233 1108.75 220.132 1109.68 224.999C1109.83 225.769 1109.33 226.513 1108.55 226.661C1108.46 226.679 1108.37 226.688 1108.29 226.688C1107.62 226.687 1107.02 226.215 1106.89 225.535C1105.97 220.726 1104.88 215.886 1103.66 211.149C1103.46 210.388 1103.92 209.614 1104.68 209.416C1104.8 209.385 1104.92 209.37 1105.04 209.37ZM1552.59 211.478C1553 211.478 1553.41 211.653 1553.69 211.995C1554.19 212.598 1554.11 213.495 1553.5 213.995C1549.69 217.156 1545.73 220.235 1541.73 223.148C1541.47 223.333 1541.18 223.424 1540.89 223.424C1540.45 223.424 1540.02 223.221 1539.74 222.838C1539.28 222.203 1539.42 221.312 1540.05 220.853C1544.01 217.971 1547.92 214.927 1551.69 211.807C1551.95 211.586 1552.27 211.478 1552.59 211.478ZM1712.3 201.771C1712.93 201.852 1713.37 202.423 1713.29 203.054C1712.56 208.974 1711.62 214.94 1710.51 220.789C1710.4 221.338 1709.92 221.722 1709.38 221.722C1709.32 221.722 1709.24 221.717 1709.17 221.703C1708.55 221.586 1708.14 220.983 1708.26 220.361C1709.36 214.562 1710.29 208.641 1711.02 202.766C1711.1 202.14 1711.68 201.694 1712.3 201.771ZM21.5674 207.971C21.6925 207.489 22.1845 207.2 22.665 207.326C23.146 207.452 23.4346 207.943 23.3096 208.425C22.4465 211.748 21.6327 215.134 20.8916 218.488C20.7993 218.907 20.4263 219.195 20.0137 219.195C19.9494 219.195 19.884 219.186 19.8184 219.173C19.3335 219.065 19.0265 218.588 19.1338 218.102C19.8799 214.725 20.6985 211.316 21.5674 207.971ZM1291.85 203.378C1292.33 203.378 1292.8 203.58 1293.12 203.972C1293.7 204.674 1293.61 205.71 1292.9 206.291C1288.49 209.947 1283.9 213.514 1279.26 216.891C1278.97 217.107 1278.63 217.205 1278.3 217.205C1277.79 217.205 1277.29 216.971 1276.96 216.53C1276.43 215.796 1276.59 214.765 1277.33 214.229C1281.91 210.893 1286.45 207.367 1290.81 203.756C1291.11 203.499 1291.49 203.378 1291.85 203.378ZM1240.56 201.729C1240.91 201.729 1241.26 201.856 1241.53 202.117C1245.1 205.467 1248.82 208.749 1252.59 211.869C1253.2 212.369 1253.28 213.265 1252.78 213.873C1252.5 214.211 1252.1 214.387 1251.69 214.387C1251.37 214.387 1251.05 214.279 1250.78 214.062C1246.97 210.902 1243.2 207.578 1239.59 204.188C1239.02 203.652 1238.99 202.751 1239.52 202.18C1239.8 201.883 1240.18 201.73 1240.56 201.729ZM134.158 203.923C136.853 203.923 139.044 206.115 139.044 208.808C139.044 211.505 136.852 213.697 134.157 213.697C131.463 213.697 129.271 211.505 129.271 208.808C129.272 206.115 131.464 203.923 134.158 203.923ZM651.721 195.849C651.869 195.849 652.014 195.871 652.162 195.921C652.909 196.16 653.314 196.962 653.075 197.709C651.568 202.369 650.195 207.133 648.984 211.879C648.822 212.523 648.247 212.95 647.612 212.95C647.495 212.95 647.379 212.937 647.262 212.905C646.501 212.712 646.042 211.937 646.235 211.176C647.455 206.376 648.85 201.549 650.371 196.835C650.565 196.236 651.122 195.849 651.721 195.849ZM134.158 204.958C132.036 204.958 130.309 206.687 130.31 208.808C130.31 210.933 132.036 212.662 134.157 212.657C136.279 212.657 138.005 210.933 138.006 208.812C138.005 206.687 136.279 204.958 134.158 204.958ZM569.33 196.74C569.807 196.596 570.307 196.867 570.451 197.34C571.45 200.654 572.399 204.026 573.276 207.367C573.402 207.849 573.114 208.344 572.633 208.47C572.556 208.488 572.48 208.497 572.403 208.497C572.008 208.497 571.643 208.231 571.535 207.826C570.662 204.503 569.722 201.153 568.728 197.861C568.584 197.384 568.853 196.884 569.33 196.74ZM930.455 192.085C930.86 192.085 931.265 192.233 931.58 192.53C935.716 196.412 940.022 200.212 944.392 203.828C945.089 204.409 945.188 205.444 944.612 206.146C944.284 206.538 943.816 206.741 943.344 206.741C942.975 206.741 942.601 206.62 942.295 206.363C937.876 202.707 933.511 198.857 929.33 194.931C928.664 194.309 928.633 193.264 929.254 192.603C929.578 192.256 930.019 192.085 930.455 192.085ZM398.63 206.489V206.488V206.489ZM1574.2 191.175C1574.55 191.175 1574.9 191.301 1575.17 191.558C1575.75 192.098 1575.77 192.994 1575.24 193.57C1571.85 197.181 1568.29 200.73 1564.69 204.12C1564.41 204.381 1564.06 204.508 1563.71 204.508C1563.34 204.508 1562.96 204.359 1562.68 204.062C1562.14 203.485 1562.17 202.589 1562.74 202.049C1566.31 198.699 1569.82 195.192 1573.16 191.621C1573.44 191.324 1573.82 191.175 1574.2 191.175ZM1145.68 184.241C1146.32 184.205 1146.86 184.682 1146.89 185.312C1147.27 191.225 1147.83 197.191 1148.57 203.045C1148.64 203.675 1148.2 204.247 1147.57 204.328C1147.52 204.333 1147.48 204.337 1147.43 204.337C1146.86 204.337 1146.37 203.914 1146.29 203.333C1145.55 197.435 1144.98 191.419 1144.61 185.457C1144.56 184.827 1145.05 184.282 1145.68 184.241ZM27.5439 188.015C27.7041 187.542 28.215 187.289 28.6855 187.451C29.1561 187.609 29.4079 188.122 29.248 188.595C28.1424 191.846 27.0822 195.165 26.0967 198.456C25.9801 198.843 25.6218 199.096 25.2344 199.096C25.149 199.096 25.0618 199.082 24.9756 199.06C24.4998 198.915 24.2301 198.411 24.3721 197.938C25.3638 194.625 26.4316 191.288 27.5439 188.015ZM1095.82 181.18C1096.39 181.18 1096.92 181.517 1097.14 182.075C1098.98 186.681 1100.69 191.401 1102.22 196.11C1102.47 196.853 1102.06 197.659 1101.32 197.902C1101.17 197.947 1101.02 197.97 1100.88 197.97C1100.28 197.97 1099.72 197.592 1099.52 196.993C1098 192.342 1096.32 187.677 1094.51 183.129C1094.21 182.4 1094.57 181.571 1095.3 181.278C1095.47 181.211 1095.65 181.18 1095.82 181.18ZM1220.26 180.121C1220.66 180.121 1221.07 180.297 1221.35 180.639C1224.47 184.407 1227.75 188.127 1231.1 191.688C1231.64 192.26 1231.61 193.161 1231.04 193.701C1230.77 193.958 1230.42 194.084 1230.07 194.084C1229.69 194.084 1229.31 193.935 1229.04 193.638C1225.64 190.027 1222.32 186.267 1219.16 182.449C1218.66 181.846 1218.74 180.95 1219.35 180.45C1219.61 180.23 1219.94 180.121 1220.26 180.121ZM72.0312 -176.725C170.087 -176.725 250.377 -99.1715 254.861 -2.14453C255.138 -2.18604 255.414 -2.22894 255.689 -2.26953C256.181 -2.34192 256.638 -2.00186 256.711 -1.50977C256.783 -1.01764 256.443 -0.559784 255.951 -0.487305C255.613 -0.437653 255.276 -0.38501 254.938 -0.333984C255.019 1.90646 255.062 4.15698 255.062 6.41699C255.063 39.8064 246.083 71.1364 230.418 98.1201C251.997 66.1034 278.898 37.9534 309.825 14.9629C310.238 15.4591 310.681 15.9318 311.151 16.373C277.943 41.0208 249.413 71.6315 227.152 106.61C229.012 109.482 230.796 112.409 232.497 115.386C232.226 115.606 231.938 115.805 231.634 115.98C230.008 113.13 228.309 110.33 226.537 107.579C219.796 118.252 213.636 129.328 208.104 140.764C207.335 140.872 206.572 140.985 205.806 141.106C210.657 130.977 215.998 121.124 221.798 111.579C188.648 158.704 133.874 189.555 72.0312 189.555C-28.8919 189.554 -111 107.398 -111 6.41699C-111 -94.5686 -28.892 -176.725 72.0312 -176.725ZM562.54 177.113C563.003 176.938 563.521 177.167 563.701 177.631C564.939 180.859 566.135 184.156 567.256 187.425C567.418 187.897 567.166 188.406 566.698 188.568C566.599 188.604 566.5 188.617 566.405 188.617C566.032 188.617 565.681 188.383 565.555 188.01C564.439 184.759 563.251 181.485 562.022 178.279C561.843 177.816 562.072 177.293 562.54 177.113ZM72.0312 -175.682C-28.3171 -175.682 -109.957 -93.9921 -109.956 6.41699C-109.957 106.822 -28.3176 188.514 72.0322 188.515C136.058 188.512 192.464 155.255 224.912 105.102C224.829 104.977 224.747 104.852 224.664 104.729C224.912 104.562 225.173 104.413 225.442 104.28C243.526 75.9974 254.02 42.4087 254.02 6.41309C254.02 4.20734 253.978 2.01028 253.899 -0.176758C251.175 0.244507 248.441 0.707123 245.745 1.20508C245.69 1.21497 245.634 1.21973 245.58 1.21973C245.154 1.21973 244.776 0.916473 244.696 0.482422C244.606 -0.00646973 244.929 -0.475891 245.418 -0.566406C248.197 -1.07944 251.017 -1.55496 253.824 -1.9873C249.423 -98.5091 169.567 -175.682 72.0312 -175.682ZM777.847 185.578C778.346 185.551 778.769 185.926 778.801 186.421C778.832 186.916 778.454 187.344 777.959 187.375C774.832 187.569 771.655 187.672 768.514 187.672C768.014 187.672 767.614 187.271 767.609 186.771C767.609 186.276 768.015 185.871 768.51 185.871C771.619 185.871 774.76 185.772 777.847 185.578ZM749.879 184.723C752.948 185.105 756.076 185.399 759.177 185.588C759.672 185.62 760.049 186.047 760.018 186.542C759.991 187.019 759.595 187.389 759.122 187.389L759.068 187.384C755.932 187.195 752.764 186.898 749.659 186.511C749.164 186.452 748.813 186.002 748.876 185.507C748.934 185.016 749.389 184.664 749.879 184.723ZM796.364 183.251C796.855 183.156 797.327 183.476 797.417 183.967C797.511 184.453 797.192 184.926 796.702 185.021C793.62 185.606 790.479 186.1 787.369 186.492L787.252 186.497C786.806 186.497 786.42 186.164 786.361 185.709C786.298 185.218 786.649 184.768 787.144 184.705C790.217 184.318 793.322 183.827 796.364 183.251ZM1714.36 165.528C1715.02 165.519 1715.51 166.042 1715.52 166.672V167.23C1715.52 173.201 1715.33 179.239 1714.96 185.173C1714.92 185.781 1714.42 186.249 1713.82 186.249H1713.75C1713.12 186.208 1712.64 185.664 1712.68 185.034C1713.04 179.145 1713.23 173.156 1713.23 167.23V166.681C1713.22 166.046 1713.73 165.533 1714.36 165.528ZM662.629 168.221C662.831 168.221 663.038 168.266 663.231 168.355C663.942 168.693 664.249 169.54 663.911 170.247C661.828 174.687 659.862 179.248 658.062 183.805C657.841 184.363 657.305 184.705 656.738 184.705C656.563 184.705 656.387 184.673 656.216 184.605C655.487 184.317 655.127 183.494 655.415 182.76C657.238 178.149 659.231 173.529 661.342 169.04C661.585 168.522 662.093 168.221 662.629 168.221ZM906.934 167.059C907.411 167.059 907.879 167.262 908.203 167.653C911.821 172.021 915.623 176.325 919.502 180.454C920.127 181.116 920.096 182.161 919.431 182.782C919.116 183.084 918.711 183.228 918.306 183.229C917.869 183.229 917.428 183.057 917.108 182.71C913.18 178.531 909.332 174.173 905.669 169.756C905.089 169.053 905.188 168.018 905.886 167.438C906.196 167.181 906.565 167.059 906.934 167.059ZM814.445 178.608C814.918 178.455 815.426 178.717 815.579 179.189C815.732 179.662 815.475 180.171 815.003 180.324C812.02 181.292 808.964 182.179 805.927 182.963C805.85 182.981 805.779 182.989 805.702 182.989C805.302 182.989 804.937 182.719 804.829 182.314C804.708 181.833 804.995 181.342 805.477 181.216C808.483 180.446 811.498 179.567 814.445 178.608ZM1569.89 -470C1748.16 -469.999 1893.2 -324.876 1893.2 -146.493C1893.2 -20.0855 1820.37 89.6185 1714.49 142.817C1714.65 144.789 1714.8 146.759 1714.93 148.724C1714.97 149.359 1714.49 149.904 1713.86 149.944H1713.78C1713.18 149.944 1712.68 149.481 1712.64 148.873C1712.54 147.224 1712.41 145.57 1712.28 143.916C1674.46 162.556 1632.5 174.014 1588.18 176.5C1588.06 176.507 1587.93 176.516 1587.81 176.523C1587.96 176.514 1588.11 176.506 1588.26 176.497V178.482C1588.11 178.671 1587.96 178.861 1587.81 179.05C1586.92 180.166 1586.02 181.274 1585.11 182.372C1584.83 182.714 1584.42 182.891 1584.01 182.891C1583.74 182.891 1583.46 182.809 1583.22 182.643L1583.44 182.165C1583.37 182.326 1583.29 182.485 1583.22 182.643C1583.18 182.616 1583.14 182.588 1583.11 182.562C1582.51 182.062 1582.42 181.165 1582.92 180.558C1583.46 179.909 1583.99 179.257 1584.53 178.6C1585.06 177.942 1585.59 177.276 1586.12 176.609C1580.74 176.877 1575.33 177.015 1569.89 177.015C1497.33 177.015 1430.28 152.972 1376.27 112.433C1373.55 115.436 1369.62 117.327 1365.26 117.327C1357.07 117.327 1350.41 110.658 1350.41 102.468C1350.41 99.1314 1351.52 96.0482 1353.38 93.5654C1341.6 82.92 1330.61 71.4224 1320.5 59.1689L1319.62 58.1074C1292.96 53.7398 1267.6 45.4862 1244.12 33.9414C1244.34 33.4779 1244.53 32.9874 1244.66 32.4834C1267.54 43.7446 1292.21 51.8671 1318.14 56.2842C1293.76 26.0417 1274.71 -8.6658 1262.41 -46.4004C1261.3 -46.1364 1260.15 -45.9952 1258.96 -45.9951C1254.6 -45.9962 1250.67 -47.8918 1247.95 -50.9014C1247.7 -50.9495 1247.46 -51.0806 1247.28 -51.2939C1247.1 -51.5112 1247.02 -51.7753 1247.02 -52.0371C1245.19 -54.5057 1244.11 -57.5576 1244.11 -60.8564C1244.11 -67.5013 1248.5 -73.1425 1254.52 -75.0361C1249.32 -98.0309 1246.57 -121.947 1246.57 -146.492C1246.57 -324.875 1391.61 -470 1569.89 -470ZM1314.54 181.995C1314.57 182.024 1314.6 182.052 1314.63 182.081C1314.6 182.052 1314.57 182.024 1314.54 181.995ZM1583.65 181.68C1583.78 181.353 1583.9 181.021 1584.01 180.684C1583.9 181.021 1583.78 181.353 1583.65 181.68ZM712.597 176.001C712.781 175.537 713.303 175.313 713.767 175.497C716.656 176.636 719.617 177.704 722.569 178.658C723.042 178.812 723.302 179.32 723.149 179.793C723.023 180.175 722.672 180.418 722.294 180.418C722.2 180.418 722.105 180.404 722.016 180.373C719.028 179.405 716.03 178.325 713.105 177.168C712.642 176.988 712.417 176.465 712.597 176.001ZM34.9922 168.5C35.1866 168.041 35.7161 167.829 36.1729 168.022C36.6307 168.216 36.8433 168.743 36.6494 169.202C35.303 172.372 33.9981 175.614 32.7705 178.829C32.6337 179.189 32.2922 179.41 31.9297 179.41C31.823 179.41 31.7141 179.387 31.6084 179.347C31.1441 179.171 30.912 178.648 31.0889 178.185C32.3245 174.947 33.6378 171.688 34.9922 168.5ZM414.147 168.954C414.462 169.112 414.755 169.301 415.023 169.526C413.538 172.133 412.113 174.786 410.755 177.474C410.418 177.37 410.097 177.23 409.798 177.055C411.183 174.313 412.63 171.615 414.147 168.954ZM1569.89 -468.157C1392.63 -468.158 1248.42 -323.859 1248.42 -146.493C1248.42 -122.1 1251.15 -98.3317 1256.31 -75.4785C1257.17 -75.6341 1258.06 -75.7148 1258.96 -75.7148C1267.15 -75.7152 1273.81 -69.0479 1273.81 -60.8545C1273.81 -54.4953 1269.8 -49.0564 1264.17 -46.9404C1276.62 -8.76074 1296.03 26.3012 1320.89 56.7393C1334.84 58.9678 1349.15 60.125 1363.72 60.125C1377.58 60.125 1391.2 59.0803 1404.5 57.0586C1404.42 56.4869 1404.38 55.9061 1404.38 55.3164C1404.38 48.4228 1409.98 42.8125 1416.87 42.8125C1422.68 42.8126 1427.57 46.7928 1428.97 52.1689V52.168C1470.85 41.7506 1508.9 21.5442 1540.56 -5.87109C1537.85 -6.76752 1535.14 -7.7496 1532.48 -8.79883C1532.02 -8.98163 1531.8 -9.50534 1531.98 -9.96777C1532.16 -10.4304 1532.69 -10.6572 1533.14 -10.4736C1536.03 -9.33041 1539 -8.26639 1541.95 -7.30957C1542.01 -7.28995 1542.07 -7.26376 1542.12 -7.2334C1559.45 -22.475 1574.83 -39.8941 1587.81 -59.0586C1587.96 -59.2837 1588.11 -59.4991 1588.26 -59.7246V-56.9658C1588.11 -56.7476 1587.96 -56.5303 1587.81 -56.3125C1550.64 -2.4231 1494.57 37.4722 1429.27 53.6953C1429.34 54.2266 1429.37 54.7672 1429.37 55.3164C1429.37 62.2097 1423.77 67.8202 1416.87 67.8203C1411.11 67.8203 1406.25 63.8978 1404.81 58.5801C1397.8 59.6472 1390.72 60.4431 1383.55 60.9609L1383.55 60.9619L1383.64 61.0391C1384.04 61.4381 1384.23 62.0373 1384.08 62.624C1382.66 68.1892 1381.04 73.7769 1379.27 79.2295C1379.04 79.9229 1378.4 80.3691 1377.7 80.3691C1377.53 80.3691 1377.36 80.3421 1377.2 80.2881C1376.33 80.0089 1375.86 79.0764 1376.14 78.2119C1377.89 72.8267 1379.48 67.3064 1380.89 61.8086C1380.96 61.5432 1381.09 61.3091 1381.26 61.1201C1375.46 61.4893 1369.61 61.6787 1363.72 61.6787C1349.66 61.6787 1335.86 60.6068 1322.37 58.54C1322.01 58.1123 1321.66 57.6765 1321.3 57.2432C1331.51 69.695 1342.64 81.3688 1354.57 92.1611C1357.28 89.3553 1361.07 87.6069 1365.26 87.6045C1373.45 87.6045 1380.11 94.2727 1380.11 102.463C1380.11 105.634 1379.11 108.576 1377.42 110.992C1431.11 151.278 1497.76 175.168 1569.89 175.168C1575.84 175.168 1581.76 175.003 1587.63 174.682C1587.69 174.602 1587.75 174.527 1587.81 174.447C1587.96 174.254 1588.11 174.061 1588.26 173.867V174.647C1632.51 172.141 1674.39 160.637 1712.11 141.941C1711.79 138.327 1711.41 134.714 1710.95 131.142C1710.87 130.516 1711.32 129.938 1711.94 129.857C1712.58 129.772 1713.14 130.227 1713.23 130.853C1713.64 134.159 1714.01 137.499 1714.31 140.842C1819.24 87.825 1891.36 -21.0656 1891.36 -146.493C1891.36 -323.858 1747.15 -468.156 1569.89 -468.157ZM695.632 167.888C695.875 167.451 696.419 167.294 696.855 167.532C699.573 169.027 702.378 170.458 705.186 171.777C705.635 171.993 705.828 172.529 705.617 172.979C705.464 173.304 705.14 173.493 704.803 173.493C704.672 173.493 704.542 173.467 704.416 173.408C701.577 172.071 698.741 170.625 695.987 169.107C695.551 168.869 695.393 168.32 695.632 167.888ZM1202.8 156.162C1203.28 156.162 1203.74 156.396 1204.01 156.819C1206.63 160.944 1209.42 165.042 1212.3 169C1212.77 169.635 1212.63 170.522 1211.99 170.985C1211.74 171.17 1211.45 171.256 1211.16 171.256C1210.72 171.256 1210.29 171.053 1210.01 170.67C1207.09 166.667 1204.27 162.521 1201.61 158.347C1201.19 157.685 1201.38 156.806 1202.04 156.383C1202.28 156.234 1202.54 156.162 1202.8 156.162ZM1083.15 154.411C1083.65 154.411 1084.14 154.672 1084.4 155.145C1086.79 159.481 1089.08 163.948 1091.2 168.41C1091.53 169.121 1091.23 169.968 1090.52 170.306C1090.32 170.396 1090.12 170.44 1089.91 170.44C1089.38 170.44 1088.87 170.138 1088.63 169.625C1086.54 165.217 1084.28 160.805 1081.91 156.519C1081.53 155.834 1081.78 154.97 1082.46 154.587C1082.68 154.465 1082.92 154.411 1083.15 154.411ZM1338.79 153.394C1339.12 153.394 1339.46 153.493 1339.75 153.709C1340.49 154.245 1340.65 155.271 1340.12 156.01C1336.74 160.643 1333.17 165.235 1329.51 169.666C1329.19 170.058 1328.71 170.261 1328.24 170.261C1327.87 170.261 1327.5 170.138 1327.19 169.882C1326.5 169.301 1326.4 168.266 1326.98 167.563C1330.6 163.191 1334.12 158.648 1337.45 154.068C1337.78 153.627 1338.28 153.394 1338.79 153.394ZM725.408 157.653C727.847 161.287 730.156 165.011 732.329 168.824C732.059 169.045 731.771 169.242 731.47 169.418C729.278 165.573 726.951 161.827 724.499 158.162C724.787 157.969 725.093 157.797 725.408 157.653ZM554.35 158.094C554.8 157.882 555.335 158.076 555.547 158.526C557.018 161.647 558.449 164.84 559.799 168.005C559.992 168.464 559.781 168.995 559.327 169.188C559.21 169.238 559.089 169.261 558.972 169.261C558.621 169.261 558.292 169.053 558.144 168.716C556.803 165.564 555.38 162.394 553.918 159.292C553.706 158.846 553.9 158.305 554.35 158.094ZM848.119 162.723C848.538 162.457 849.091 162.579 849.361 162.998C849.626 163.421 849.505 163.975 849.082 164.24C846.436 165.924 843.704 167.545 840.959 169.062C840.824 169.139 840.671 169.175 840.527 169.175C840.208 169.175 839.902 169.004 839.735 168.707C839.497 168.27 839.654 167.726 840.091 167.482C842.804 165.988 845.505 164.384 848.119 162.723ZM1145.78 148.49C1146.42 148.526 1146.9 149.071 1146.86 149.701C1146.5 155.505 1146.32 161.399 1146.32 167.23V167.51C1146.32 168.14 1145.81 168.653 1145.18 168.653C1144.55 168.653 1144.03 168.14 1144.03 167.51V167.23C1144.03 161.354 1144.21 155.411 1144.57 149.562C1144.61 148.931 1145.15 148.445 1145.78 148.49ZM564.871 76.7529C564.871 76.996 564.879 77.2347 564.897 77.4688C501.142 80.3686 445.832 116.26 415.647 168.437C415.372 168.225 415.077 168.035 414.767 167.878C445.13 115.413 500.755 79.3381 564.875 76.4248C564.871 76.5327 564.871 76.645 564.871 76.7529ZM679.828 157.707C680.121 157.306 680.683 157.216 681.088 157.509C683.594 159.332 686.195 161.102 688.814 162.768C689.233 163.033 689.354 163.592 689.089 164.011C688.918 164.281 688.625 164.43 688.328 164.43C688.166 164.43 688 164.384 687.847 164.285C685.196 162.601 682.564 160.813 680.03 158.963C679.625 158.67 679.536 158.108 679.828 157.707ZM43.8506 149.598C44.0778 149.156 44.6211 148.981 45.0625 149.21C45.5049 149.435 45.6784 149.981 45.4512 150.422C43.8758 153.484 42.3377 156.617 40.8789 159.729C40.7255 160.057 40.4009 160.246 40.0625 160.246C39.9348 160.246 39.8043 160.22 39.6807 160.161C39.2308 159.954 39.038 159.413 39.249 158.963C40.7173 155.834 42.2653 152.682 43.8506 149.598ZM863.203 151.736C863.59 151.421 864.157 151.471 864.472 151.858C864.791 152.241 864.737 152.808 864.351 153.123C861.939 155.122 859.428 157.077 856.89 158.923C856.732 159.04 856.548 159.094 856.363 159.094C856.084 159.094 855.809 158.968 855.634 158.725C855.341 158.324 855.432 157.76 855.832 157.468C858.338 155.64 860.818 153.713 863.203 151.736ZM676.916 142.204C677.177 142.204 677.443 142.276 677.677 142.425C678.338 142.844 678.537 143.722 678.118 144.384C676.588 146.797 675.094 149.251 673.645 151.728H673.644C673.663 151.744 673.683 151.761 673.703 151.777C674.09 152.093 674.14 152.66 673.825 153.047C673.645 153.258 673.388 153.371 673.132 153.371C673 153.371 672.87 153.339 672.747 153.28C672.746 153.282 672.746 153.284 672.745 153.285C672.021 154.55 671.305 155.82 670.607 157.09C670.351 157.563 669.864 157.828 669.36 157.828C669.131 157.828 668.897 157.769 668.682 157.652C667.993 157.274 667.741 156.41 668.119 155.721C668.902 154.294 669.707 152.871 670.521 151.448C668.803 149.973 667.109 148.451 665.464 146.909C665.104 146.567 665.086 145.999 665.424 145.635C665.766 145.275 666.337 145.257 666.697 145.595C668.243 147.046 669.832 148.475 671.444 149.866C672.83 147.503 674.261 145.162 675.719 142.861C675.989 142.438 676.448 142.204 676.916 142.204ZM886.729 139.305C887.273 139.305 887.804 139.575 888.119 140.07C891.156 144.847 894.392 149.593 897.727 154.172C898.262 154.906 898.101 155.938 897.367 156.474C897.075 156.685 896.737 156.788 896.399 156.788C895.891 156.788 895.391 156.554 895.067 156.113C891.692 151.476 888.421 146.675 885.343 141.835C884.852 141.07 885.082 140.052 885.847 139.565C886.121 139.39 886.427 139.305 886.729 139.305ZM715.185 143.834C718.42 147.801 721.498 151.921 724.4 156.158C724.086 156.316 723.784 156.491 723.496 156.685C720.603 152.461 717.534 148.359 714.303 144.401C714.613 144.239 714.91 144.046 715.185 143.834ZM544.787 139.714C545.219 139.471 545.769 139.624 546.012 140.057C547.708 143.064 549.369 146.14 550.948 149.206C551.177 149.647 551.001 150.192 550.561 150.417C550.43 150.489 550.291 150.521 550.151 150.521C549.823 150.521 549.508 150.34 549.351 150.034C547.776 146.986 546.128 143.928 544.445 140.938C544.198 140.506 544.351 139.957 544.787 139.714ZM207.648 141.71C206.374 144.371 205.121 147.068 203.915 149.761C203.587 148.941 203.252 148.117 202.913 147.302C203.711 145.546 204.523 143.799 205.35 142.061C206.115 141.939 206.879 141.823 207.648 141.71ZM876.811 138.949C877.152 138.585 877.724 138.571 878.084 138.908C878.444 139.25 878.463 139.818 878.125 140.183C875.974 142.47 873.724 144.721 871.438 146.869C871.267 147.031 871.042 147.112 870.821 147.112C870.583 147.112 870.344 147.017 870.169 146.828C869.827 146.468 869.845 145.896 870.205 145.554C872.468 143.433 874.687 141.209 876.811 138.949ZM1188.5 130.218C1189.03 130.218 1189.54 130.52 1189.79 131.033C1191.87 135.45 1194.13 139.863 1196.49 144.149C1196.87 144.834 1196.62 145.698 1195.93 146.076C1195.71 146.198 1195.48 146.257 1195.25 146.257C1194.74 146.257 1194.26 145.991 1194 145.522C1191.61 141.187 1189.33 136.72 1187.22 132.244C1186.88 131.537 1187.18 130.691 1187.9 130.354C1188.09 130.263 1188.3 130.218 1188.5 130.218ZM1067.22 129.426C1067.66 129.426 1068.09 129.629 1068.36 130.007C1071.29 134.014 1074.12 138.157 1076.78 142.326C1077.2 142.988 1077 143.866 1076.34 144.289C1076.11 144.438 1075.84 144.51 1075.58 144.51C1075.11 144.51 1074.65 144.28 1074.38 143.856C1071.76 139.737 1068.96 135.639 1066.07 131.686C1065.61 131.051 1065.75 130.159 1066.38 129.7C1066.63 129.516 1066.93 129.426 1067.22 129.426ZM1357.23 124.383C1357.49 124.383 1357.77 124.45 1358.02 124.585C1358.81 125.026 1359.1 126.026 1358.66 126.823C1355.89 131.857 1352.93 136.864 1349.85 141.709C1349.53 142.204 1349 142.475 1348.46 142.475C1348.15 142.475 1347.85 142.388 1347.57 142.213C1346.81 141.727 1346.58 140.709 1347.07 139.943C1350.11 135.153 1353.05 130.209 1355.78 125.233C1356.08 124.689 1356.65 124.383 1357.23 124.383ZM54.0654 131.406C54.3241 130.983 54.8785 130.848 55.3027 131.104C55.727 131.366 55.8606 131.92 55.6016 132.343C53.8061 135.283 52.0439 138.296 50.3623 141.29C50.1972 141.583 49.8912 141.749 49.5762 141.749C49.4272 141.749 49.2752 141.713 49.1357 141.632C48.7027 141.389 48.5496 140.839 48.793 140.407C50.4849 137.395 52.2587 134.364 54.0654 131.406ZM652.644 131.87C653.026 131.551 653.593 131.605 653.908 131.987C655.888 134.374 657.967 136.733 660.091 138.989C660.433 139.354 660.415 139.921 660.051 140.264C659.88 140.426 659.654 140.507 659.434 140.507C659.195 140.507 658.957 140.412 658.781 140.223C656.63 137.94 654.524 135.554 652.521 133.136C652.207 132.753 652.261 132.185 652.644 131.87ZM234.529 119.042C234.73 119.416 234.932 119.789 235.13 120.163C236.929 123.545 238.627 126.994 240.217 130.497C240.341 130.772 240.462 131.042 240.585 131.316C241.248 132.798 241.894 134.297 242.519 135.797C242.319 136.238 242.128 136.661 241.93 137.103C241.161 135.225 240.363 133.365 239.534 131.52C239.411 131.249 239.288 130.979 239.164 130.704C237.713 127.516 236.175 124.383 234.548 121.294C234.353 120.925 234.151 120.542 233.953 120.173C233.479 119.29 232.999 118.412 232.511 117.534C232.814 117.363 233.106 117.17 233.384 116.958C233.771 117.656 234.15 118.344 234.529 119.042ZM633.153 86.2988C654.942 93.8679 674.878 105.449 692.063 120.15C692.459 119.669 692.855 119.187 693.251 118.705C693.53 118.367 693.935 118.191 694.345 118.191C694.664 118.191 694.984 118.295 695.249 118.516C695.852 119.015 695.938 119.912 695.438 120.52L694.21 122.019L695.092 122.802C699.49 126.73 703.688 130.862 707.691 135.193C707.44 135.436 707.21 135.707 707.008 135.99C702.751 131.375 698.265 126.985 693.558 122.829C692.842 122.199 692.131 121.581 691.411 120.96V120.961C674.298 106.318 654.434 94.7814 632.73 87.2529C632.892 86.9468 633.032 86.6274 633.153 86.2988ZM888.723 124.559C889.015 124.153 889.577 124.068 889.982 124.36C890.383 124.653 890.473 125.216 890.181 125.616C888.336 128.151 886.382 130.668 884.38 133.091C884.2 133.302 883.944 133.415 883.683 133.415C883.485 133.415 883.278 133.347 883.111 133.208C882.729 132.888 882.675 132.321 882.994 131.938C884.974 129.548 886.9 127.062 888.723 124.559ZM693.557 122.829C691.095 125.882 688.697 129.02 686.406 132.177C686.127 132.559 685.696 132.766 685.255 132.767C684.967 132.767 684.674 132.677 684.422 132.492C683.787 132.033 683.644 131.145 684.107 130.506C686.447 127.282 688.899 124.081 691.41 120.961C692.13 121.582 692.841 122.199 693.557 122.829ZM533.901 122.068C534.315 121.794 534.874 121.906 535.148 122.32C537.056 125.197 538.938 128.147 540.742 131.092C541.003 131.515 540.867 132.069 540.444 132.33C540.3 132.42 540.134 132.46 539.977 132.46C539.675 132.46 539.378 132.307 539.207 132.032C537.416 129.106 535.544 126.174 533.649 123.315C533.375 122.901 533.488 122.343 533.901 122.068ZM247.254 130.204C246.485 130.317 245.721 130.434 244.955 130.556C245.107 130.236 245.259 129.916 245.411 129.601C246.177 129.479 246.941 129.367 247.71 129.259C247.557 129.574 247.406 129.889 247.254 130.204ZM870.16 109.258C870.776 109.258 871.366 109.605 871.649 110.204C874.061 115.319 876.676 120.43 879.412 125.392C879.853 126.188 879.56 127.188 878.764 127.629C878.516 127.768 878.242 127.832 877.972 127.832C877.391 127.832 876.829 127.525 876.532 126.98C873.76 121.96 871.118 116.786 868.67 111.608C868.283 110.784 868.635 109.803 869.458 109.416C869.683 109.308 869.922 109.258 870.16 109.258ZM641.677 116.624C642.1 116.354 642.654 116.481 642.924 116.899C644.584 119.511 646.353 122.109 648.18 124.612C648.472 125.018 648.382 125.58 647.981 125.873C647.819 125.99 647.635 126.044 647.45 126.044C647.176 126.044 646.901 125.918 646.726 125.675C644.876 123.14 643.085 120.51 641.402 117.867C641.137 117.444 641.258 116.89 641.677 116.624ZM65.5762 114.018C65.8655 113.612 66.4275 113.522 66.832 113.811C67.2361 114.099 67.3293 114.661 67.04 115.066C65.0403 117.862 63.0634 120.731 61.1641 123.599C60.9909 123.864 60.7045 124.004 60.4131 124.004C60.2421 124.004 60.069 123.955 59.916 123.855C59.5018 123.581 59.3886 123.023 59.6631 122.608C61.5746 119.718 63.5639 116.832 65.5762 114.018ZM1048.28 106.615C1048.66 106.615 1049.03 106.768 1049.31 107.065C1052.71 110.667 1056.03 114.428 1059.2 118.241C1059.7 118.845 1059.61 119.741 1059.01 120.24C1058.75 120.461 1058.43 120.568 1058.11 120.568C1057.7 120.568 1057.29 120.393 1057.01 120.056C1053.89 116.292 1050.6 112.577 1047.24 109.011C1046.7 108.443 1046.73 107.542 1047.3 107.002C1047.58 106.745 1047.93 106.615 1048.28 106.615ZM898.748 108.785C898.987 108.348 899.536 108.191 899.973 108.43C900.409 108.668 900.567 109.218 900.328 109.654C898.812 112.405 897.187 115.147 895.504 117.795C895.333 118.065 895.04 118.214 894.743 118.214C894.577 118.214 894.41 118.169 894.262 118.074C893.839 117.804 893.717 117.25 893.982 116.827C895.647 114.211 897.25 111.505 898.748 108.785ZM521.756 105.255C522.147 104.949 522.715 105.021 523.017 105.413C525.136 108.146 527.229 110.955 529.24 113.756C529.528 114.161 529.434 114.724 529.033 115.013C528.871 115.13 528.69 115.184 528.506 115.184C528.227 115.183 527.953 115.053 527.777 114.81C525.775 112.022 523.696 109.235 521.595 106.516C521.293 106.124 521.36 105.557 521.756 105.255ZM1705.08 94.7773C1705.69 94.6198 1706.32 94.9847 1706.48 95.6016C1707.96 101.374 1709.28 107.268 1710.4 113.121C1710.53 113.742 1710.12 114.341 1709.5 114.463C1709.42 114.476 1709.35 114.481 1709.28 114.481C1708.74 114.481 1708.26 114.098 1708.15 113.549C1707.04 107.749 1705.73 101.9 1704.26 96.1729C1704.1 95.5607 1704.46 94.9349 1705.08 94.7773ZM1355.74 95.6797C1354.37 97.5956 1353.57 99.9385 1353.57 102.468C1353.57 108.92 1358.81 114.17 1365.26 114.17C1368.6 114.17 1371.61 112.764 1373.74 110.518C1372.06 109.23 1370.39 107.926 1368.73 106.605V106.606C1368.01 108.218 1367.28 109.821 1366.53 111.41C1366.25 112.004 1365.66 112.355 1365.04 112.355C1364.8 112.355 1364.57 112.302 1364.34 112.198C1363.52 111.811 1363.17 110.83 1363.55 110.006C1364.41 108.178 1365.26 106.331 1366.08 104.472V104.47C1362.57 101.611 1359.13 98.6801 1355.74 95.6797ZM632.713 100.131C633.163 99.9193 633.699 100.108 633.91 100.559C635.233 103.359 636.664 106.156 638.158 108.871C638.401 109.303 638.243 109.852 637.807 110.091C637.667 110.167 637.519 110.204 637.37 110.204C637.055 110.204 636.75 110.037 636.583 109.74C635.067 106.994 633.622 104.161 632.285 101.329C632.074 100.879 632.263 100.342 632.713 100.131ZM714.622 96.5469C715 96.5469 715.378 96.7 715.657 96.9971C716.197 97.5689 716.17 98.4656 715.599 99.0059C712.035 102.36 708.529 105.872 705.186 109.447C704.902 109.744 704.523 109.893 704.146 109.893C703.799 109.892 703.448 109.766 703.174 109.51C702.603 108.974 702.576 108.074 703.111 107.502C706.5 103.887 710.045 100.329 713.649 96.9346C713.924 96.6779 714.276 96.5469 714.622 96.5469ZM1365.26 90.7607C1362 90.7609 1359.05 92.1046 1356.92 94.2666C1360.18 97.149 1363.49 99.9669 1366.85 102.718C1368.07 99.9313 1369.24 97.123 1370.35 94.3096C1370.61 93.6658 1371.22 93.2697 1371.88 93.2695C1372.08 93.2695 1372.28 93.3092 1372.48 93.3857C1373.33 93.7234 1373.74 94.678 1373.41 95.5244C1372.17 98.6436 1370.87 101.768 1369.51 104.864C1371.29 106.29 1373.09 107.697 1374.9 109.085C1376.2 107.201 1376.96 104.922 1376.96 102.468C1376.96 96.011 1371.71 90.7653 1365.26 90.7607ZM78.3164 97.5244C78.6346 97.1417 79.2019 97.092 79.584 97.4072C79.9659 97.7269 80.0179 98.2941 79.7002 98.6768C77.5006 101.32 75.3214 104.04 73.2217 106.755C73.0444 106.984 72.7778 107.105 72.5088 107.105C72.3168 107.105 72.1232 107.043 71.959 106.917C71.5658 106.615 71.4935 106.048 71.7969 105.656C73.9096 102.919 76.1034 100.185 78.3164 97.5244ZM215.352 90.3965C218.586 94.3677 221.666 98.4829 224.564 102.72C224.252 102.877 223.951 103.054 223.663 103.247C220.769 99.0236 217.698 94.9218 214.469 90.9639C214.781 90.8018 215.076 90.6126 215.352 90.3965ZM906.718 91.8691C906.902 91.4053 907.425 91.1802 907.884 91.3604C908.347 91.5451 908.571 92.0667 908.392 92.5303C907.235 95.4525 905.966 98.375 904.63 101.221C904.477 101.545 904.153 101.738 903.815 101.738C903.685 101.738 903.554 101.712 903.433 101.653C902.983 101.442 902.79 100.901 903.001 100.451C904.324 97.6461 905.575 94.7552 906.718 91.8691ZM1026.64 86.3389C1026.96 86.3389 1027.28 86.4426 1027.54 86.6631C1031.36 89.8195 1035.13 93.1384 1038.75 96.5244C1039.32 97.0602 1039.35 97.9604 1038.82 98.5322C1038.53 98.8294 1038.15 98.9824 1037.78 98.9824C1037.43 98.9823 1037.08 98.8571 1036.8 98.6006C1033.24 95.2506 1029.51 91.9723 1025.73 88.8564C1025.13 88.3566 1025.05 87.4603 1025.54 86.8525C1025.82 86.5149 1026.23 86.3389 1026.64 86.3389ZM508.414 89.3604C508.788 89.0275 509.355 89.0543 509.688 89.4277C511.996 91.9987 514.286 94.6468 516.5 97.2988C516.815 97.6816 516.765 98.2487 516.383 98.5684C516.216 98.7078 516.01 98.7753 515.808 98.7754C515.551 98.7754 515.294 98.6677 515.114 98.4561C512.918 95.8175 510.642 93.1874 508.347 90.6299C508.014 90.2607 508.045 89.689 508.414 89.3604ZM1157.85 79.1621C1158.04 78.5589 1158.69 78.2258 1159.29 78.4238C1159.89 78.6174 1160.22 79.261 1160.03 79.8643C1158.21 85.4926 1156.55 91.2521 1155.09 96.9795C1154.96 97.4971 1154.49 97.8436 1153.98 97.8438C1153.89 97.8438 1153.79 97.8301 1153.7 97.8076C1153.08 97.6499 1152.71 97.0243 1152.87 96.4121C1154.34 90.6396 1156.01 84.8355 1157.85 79.1621ZM807.03 53.0664C821.08 64.8467 837.736 73.6044 855.995 78.334C856.178 77.9238 856.525 77.5889 856.983 77.4375C857.154 77.3835 857.326 77.3564 857.497 77.3564C858.19 77.3566 858.834 77.7979 859.059 78.4912C859.128 78.7053 859.2 78.9187 859.271 79.1328C867.26 80.972 875.538 82.0471 884.025 82.2705C884.012 82.4055 884.003 82.5408 884.003 82.6758C884.003 82.7794 884.008 82.8876 884.017 82.9912C875.628 82.7704 867.441 81.7236 859.533 79.9316C861.164 84.8422 862.952 89.7538 864.858 94.5566C865.191 95.4031 864.782 96.3575 863.937 96.6953C863.739 96.7763 863.531 96.8124 863.329 96.8125C862.677 96.8125 862.055 96.4208 861.799 95.7725C859.679 90.4368 857.708 84.9655 855.931 79.5127C855.88 79.3555 855.854 79.1962 855.851 79.0391C837.311 74.2416 820.414 65.3156 806.202 53.3047C806.477 53.2237 806.756 53.1429 807.03 53.0664ZM625.891 82.6377C626.363 82.4846 626.871 82.7421 627.024 83.2148C627.983 86.1641 629.054 89.1177 630.197 92.0039C630.382 92.4631 630.157 92.9898 629.693 93.1699C629.585 93.215 629.473 93.2373 629.36 93.2373C629.005 93.2373 628.663 93.0215 628.523 92.666C627.367 89.7483 626.286 86.7532 625.314 83.7725C625.162 83.2999 625.418 82.7908 625.891 82.6377ZM1170.19 73.9482C1170.86 73.9484 1171.45 74.4257 1171.58 75.1055C1172.5 79.9188 1173.58 84.7639 1174.8 89.4961C1174.99 90.257 1174.53 91.031 1173.77 91.2246C1173.66 91.2561 1173.54 91.2744 1173.42 91.2744C1172.79 91.2744 1172.21 90.8467 1172.05 90.2031C1170.81 85.4123 1169.72 80.5131 1168.79 75.6367C1168.64 74.8668 1169.15 74.1232 1169.92 73.9746C1170.01 73.9566 1170.1 73.9482 1170.19 73.9482ZM92.2148 82.0029C92.5594 81.6474 93.1291 81.6341 93.4873 81.9805C93.8451 82.3271 93.8559 82.8947 93.5107 83.2549C91.1258 85.7313 88.7554 88.2849 86.4658 90.8379C86.2881 91.0357 86.0423 91.1387 85.7959 91.1387C85.5817 91.1387 85.3672 91.0623 85.1953 90.9092C84.8255 90.576 84.7945 90.0095 85.126 89.6357C87.43 87.0647 89.815 84.4974 92.2148 82.0029ZM737.428 77.6133C737.864 77.6133 738.296 77.8116 738.575 78.1943C739.039 78.8292 738.899 79.7159 738.265 80.1797C734.314 83.0659 730.399 86.1144 726.637 89.2393C726.371 89.4598 726.052 89.5635 725.732 89.5635C725.323 89.5635 724.918 89.392 724.639 89.0498C724.135 88.4465 724.22 87.5505 724.823 87.0508C728.63 83.8899 732.59 80.8051 736.591 77.8828C736.843 77.6983 737.135 77.6133 737.428 77.6133ZM999.522 12.8145C999.725 12.9383 999.95 13.0284 1000.19 13.0869C983.133 47.2758 951.002 72.6744 912.565 80.5059C912.252 81.5488 911.93 82.5868 911.596 83.6152C911.474 83.9978 911.119 84.241 910.741 84.2412C910.651 84.2412 910.556 84.2278 910.462 84.1963C909.989 84.0432 909.733 83.5343 909.886 83.0615C910.118 82.3436 910.345 81.6213 910.567 80.8965C904.119 82.1013 897.499 82.8135 890.749 82.9912C890.758 82.8876 890.762 82.7794 890.762 82.6758C890.762 82.5408 890.753 82.4055 890.739 82.2705C897.576 82.0896 904.278 81.3567 910.803 80.1172C911.404 78.1185 911.967 76.1014 912.482 74.0879C912.608 73.6061 913.094 73.3135 913.58 73.4395C914.062 73.561 914.35 74.0515 914.229 74.5332C913.786 76.2637 913.306 77.998 912.799 79.7207C929.223 76.3209 944.482 69.6957 957.884 60.5361C958.446 60.5316 958.973 60.1895 959.193 59.6357C959.198 59.6312 959.198 59.6266 959.198 59.6221C976.226 47.6584 990.158 31.5703 999.522 12.8145ZM493.951 74.4658C494.298 74.1103 494.869 74.0967 495.225 74.4434C497.713 76.8386 500.192 79.3148 502.591 81.8047C502.937 82.1603 502.928 82.7324 502.568 83.0791C502.397 83.2457 502.172 83.3311 501.947 83.3311C501.709 83.3311 501.474 83.2368 501.299 83.0566C498.909 80.5803 496.448 78.1221 493.978 75.7402C493.618 75.3936 493.609 74.826 493.951 74.4658ZM890.015 82.2891C890.033 82.415 890.042 82.5453 890.042 82.6758C890.042 82.7882 890.038 82.8964 890.024 83.0088C889.147 83.0268 888.265 83.0361 887.383 83.0361C886.501 83.0361 885.619 83.0268 884.741 83.0088C884.728 82.8964 884.719 82.7882 884.719 82.6758C884.719 82.5453 884.728 82.415 884.75 82.2891C885.623 82.3071 886.501 82.3154 887.383 82.3154C888.265 82.3154 889.137 82.3071 890.015 82.2891ZM581.679 76.4248C593.815 76.9742 605.655 78.7161 617.066 81.5303C616.994 81.868 616.936 82.2152 616.904 82.5664C605.533 79.7567 593.747 78.0181 581.655 77.4688C581.673 77.2347 581.683 76.9963 581.683 76.7578C581.683 76.6454 581.683 76.5328 581.679 76.4248ZM133.321 32.8613C162.082 42.8527 187.609 59.8319 207.856 81.7598C207.605 82.0029 207.376 82.2691 207.172 82.5527C187.007 60.6877 161.566 43.7622 132.896 33.8203C133.057 33.5097 133.199 33.1899 133.321 32.8613ZM1002.64 68.9141C1002.89 68.9141 1003.16 68.9818 1003.39 69.1348C1007.58 71.7868 1011.73 74.6053 1015.74 77.5186C1016.38 77.9824 1016.52 78.8691 1016.06 79.5039C1015.78 79.8865 1015.35 80.0936 1014.91 80.0938C1014.62 80.0938 1014.33 80.004 1014.07 79.8193C1010.11 76.9421 1006 74.1547 1001.87 71.5342C1001.21 71.1154 1001.01 70.2331 1001.43 69.5713C1001.7 69.1436 1002.16 68.9141 1002.64 68.9141ZM1693.84 60.8359C1694.43 60.6018 1695.1 60.8906 1695.33 61.4805C1697.54 67.014 1699.59 72.6962 1701.44 78.3604C1701.64 78.9637 1701.31 79.6124 1700.71 79.8105C1700.59 79.8466 1700.47 79.8643 1700.36 79.8643C1699.87 79.8641 1699.42 79.5586 1699.27 79.0771C1697.43 73.4534 1695.39 67.8203 1693.21 62.3271C1692.97 61.7374 1693.25 61.0701 1693.84 60.8359ZM573.276 76.2354C575.486 76.2354 577.692 76.276 579.888 76.3525C579.897 76.4875 579.896 76.6183 579.896 76.7578C579.896 76.9739 579.887 77.1859 579.869 77.3975C577.682 77.3164 575.481 77.2754 573.276 77.2754C571.072 77.2754 568.871 77.3164 566.685 77.3975C566.667 77.1859 566.657 76.9694 566.657 76.7578C566.657 76.6183 566.661 76.4875 566.666 76.3525C568.862 76.276 571.062 76.2354 573.276 76.2354ZM892.493 70.3457C894.221 70.3457 895.648 71.6473 895.851 73.3223C895.864 73.4573 895.873 73.5925 895.873 73.7275C895.873 73.8311 895.868 73.9395 895.859 74.043C895.697 75.7584 894.253 77.1094 892.493 77.1094C890.734 77.1093 889.289 75.7583 889.127 74.043C889.118 73.9395 889.114 73.8311 889.114 73.7275C889.114 73.5925 889.123 73.4573 889.137 73.3223C889.339 71.6473 890.765 70.3458 892.493 70.3457ZM892.493 71.0615C891.157 71.0616 890.045 72.0523 889.86 73.3398C889.838 73.4659 889.829 73.597 889.829 73.7275C889.829 73.84 889.838 73.9481 889.852 74.0605C890.014 75.3708 891.139 76.3886 892.493 76.3887C893.848 76.3887 894.968 75.3708 895.135 74.0605C895.148 73.9481 895.152 73.84 895.152 73.7275C895.152 73.597 895.144 73.4659 895.126 73.3398C894.941 72.0522 893.83 71.0615 892.493 71.0615ZM107.197 67.541C107.567 67.2078 108.136 67.2392 108.468 67.6084C108.8 67.9821 108.768 68.5497 108.398 68.8828C105.843 71.1746 103.296 73.5473 100.825 75.9336C100.651 76.1 100.426 76.1854 100.201 76.1855C99.9654 76.1855 99.7296 76.0912 99.5527 75.9111C99.208 75.5509 99.2184 74.9834 99.5762 74.6367C102.062 72.2369 104.626 69.8508 107.197 67.541ZM621.328 64.4111C621.814 64.3168 622.286 64.6365 622.381 65.127C622.961 68.1752 623.646 71.2463 624.415 74.2451C624.541 74.7269 624.248 75.2173 623.767 75.3389C623.695 75.3569 623.618 75.3711 623.542 75.3711C623.142 75.3711 622.778 75.1009 622.674 74.6914C621.895 71.6566 621.197 68.5492 620.612 65.4648C620.518 64.9741 620.838 64.5012 621.328 64.4111ZM526.777 -51.3408C621.786 -47.0253 706.705 -3.34055 765.597 63.7637C765.309 64.4166 765.034 65.0696 764.755 65.7314C764.293 65.2018 763.828 64.6742 763.362 64.1475C763.281 64.2212 763.192 64.2886 763.092 64.3438C758.817 66.7076 754.559 69.238 750.433 71.8721C750.194 72.0206 749.933 72.0977 749.672 72.0977C749.2 72.0975 748.741 71.8632 748.471 71.4355C748.048 70.7737 748.246 69.896 748.907 69.4727C752.997 66.8663 757.217 64.3545 761.452 62.0059C726.667 23.3136 683.077 -7.2966 633.868 -26.6279C633.893 -26.4593 633.871 -26.2819 633.793 -26.1162C632.474 -23.3048 631.223 -20.4143 630.085 -17.5264C629.945 -17.1725 629.608 -16.9571 629.248 -16.957C629.14 -16.957 629.027 -16.9767 628.919 -17.0195C628.456 -17.2025 628.227 -17.7257 628.411 -18.1885C629.568 -21.111 630.828 -24.0363 632.164 -26.8818C632.224 -27.0085 632.309 -27.1146 632.41 -27.1973C599.372 -39.9977 563.828 -47.7236 526.736 -49.4121C526.772 -49.8461 526.79 -50.2851 526.79 -50.7285C526.79 -50.9335 526.786 -51.1376 526.777 -51.3408ZM478.443 60.6602C478.758 60.2776 479.326 60.2236 479.708 60.543C482.367 62.7537 485.018 65.0463 487.592 67.3516C487.965 67.6848 487.997 68.2523 487.664 68.626C487.489 68.8239 487.241 68.9227 486.994 68.9229C486.778 68.9229 486.566 68.8464 486.396 68.6934C483.835 66.4016 481.198 64.123 478.557 61.9258C478.179 61.6106 478.124 61.0429 478.443 60.6602ZM916.964 54.9561C917.459 55.0191 917.81 55.4692 917.747 55.96C917.356 59.0802 916.865 62.223 916.28 65.3027C916.199 65.735 915.821 66.037 915.398 66.0371C915.344 66.0371 915.286 66.032 915.228 66.0186C914.742 65.9285 914.422 65.4556 914.512 64.9648C915.088 61.9211 915.578 58.819 915.961 55.7393C916.024 55.2441 916.469 54.8932 916.964 54.9561ZM1426.67 54.3252C1420.35 55.829 1413.94 57.1124 1407.45 58.166C1408.68 62.2139 1412.44 65.1676 1416.87 65.1631C1422.31 65.163 1426.72 60.7464 1426.72 55.3164C1426.72 54.9832 1426.7 54.6494 1426.67 54.3252ZM976.621 54.627C976.823 54.627 977.026 54.6718 977.224 54.7617C981.706 56.869 986.188 59.1478 990.535 61.5342C991.223 61.9125 991.476 62.777 991.098 63.4658C990.837 63.9386 990.35 64.2041 989.851 64.2041C989.621 64.204 989.383 64.1453 989.167 64.0283C984.87 61.6689 980.446 59.4182 976.018 57.3379C975.307 57.0046 975.001 56.1577 975.334 55.4463C975.577 54.9286 976.086 54.627 976.621 54.627ZM1166.47 44.5273C1167.22 44.5273 1167.85 45.1039 1167.89 45.8604C1168.02 47.7943 1168.16 49.736 1168.33 51.6768C1169.22 49.6766 1170.12 47.6886 1171.05 45.7207C1171.32 45.1489 1172 44.9017 1172.57 45.1719C1173.14 45.4421 1173.39 46.1265 1173.12 46.6982C1171.63 49.884 1170.18 53.1223 1168.79 56.3818C1168.94 57.7727 1169.11 59.1596 1169.28 60.5391C1169.38 61.318 1168.82 62.0298 1168.05 62.1289C1167.99 62.1379 1167.93 62.1377 1167.87 62.1377C1167.38 62.1377 1166.94 61.8865 1166.68 61.4932C1166.47 62.0186 1166.26 62.5438 1166.05 63.0693C1165.87 63.5195 1165.44 63.7987 1164.99 63.7988C1164.85 63.7988 1164.7 63.7717 1164.56 63.7178C1163.98 63.4836 1163.69 62.8174 1163.92 62.2275C1164.6 60.5107 1165.3 58.7944 1166.01 57.082C1165.61 53.4122 1165.29 49.7123 1165.06 46.04C1165.01 45.2568 1165.6 44.5818 1166.39 44.5322C1166.41 44.5277 1166.44 44.5273 1166.47 44.5273ZM123.18 54.208C123.573 53.9019 124.138 53.9786 124.442 54.3701C124.747 54.7618 124.675 55.3296 124.281 55.6357C121.568 57.7339 118.856 59.9131 116.221 62.1104C116.052 62.2543 115.848 62.3222 115.646 62.3223C115.388 62.3223 115.131 62.2096 114.953 61.998C114.635 61.6154 114.686 61.0482 115.068 60.7285C117.721 58.5177 120.45 56.3242 123.18 54.208ZM1404.63 57.8281H1404.63H1404.63ZM789.164 49.0117C789.731 49.0117 790.267 49.3544 790.487 49.9082C790.775 50.6376 790.419 51.4658 789.69 51.7539C785.155 53.564 780.614 55.5407 776.195 57.6299C776.002 57.7199 775.795 57.7656 775.588 57.7656C775.057 57.7656 774.549 57.468 774.306 56.9502C773.968 56.2433 774.274 55.3973 774.98 55.0596C779.453 52.9433 784.048 50.9433 788.643 49.1152C788.813 49.0478 788.993 49.0118 789.164 49.0117ZM65.0361 23.3193C65.0361 23.558 65.0466 23.7971 65.0664 24.0312C29.8651 25.6313 -2.75194 37.2837 -29.9961 56.1885L-31.2891 57.0947C-31.4385 57.1982 -31.5908 57.3057 -31.7393 57.4092V56.1357C-31.5893 56.0277 -31.44 55.9235 -31.2891 55.8154L-29.9941 54.916C-2.71014 36.1472 29.8913 24.582 65.043 22.9863C65.0385 23.0988 65.0361 23.2069 65.0361 23.3193ZM619.087 45.7568C619.586 45.7299 620.009 46.0989 620.041 46.5986C620.239 49.6964 620.531 52.8257 620.918 55.8965C620.981 56.3918 620.635 56.8422 620.14 56.9053L620.027 56.9102C619.577 56.9102 619.191 56.5768 619.137 56.1221C618.741 53.0152 618.443 49.8448 618.245 46.7109C618.214 46.2158 618.592 45.7883 619.087 45.7568ZM1416.87 45.4688C1411.45 45.4688 1407.03 49.8862 1407.03 55.3164C1407.03 55.7665 1407.06 56.2124 1407.12 56.6445C1413.63 55.5909 1420.05 54.3078 1426.39 52.7949C1425.28 48.5804 1421.43 45.4688 1416.87 45.4688ZM461.965 48.0127C462.253 47.6075 462.816 47.5126 463.221 47.8008C466.033 49.8179 468.845 51.9073 471.581 54.0234C471.973 54.3251 472.045 54.8925 471.743 55.2842C471.568 55.5138 471.297 55.6357 471.027 55.6357C470.839 55.6357 470.645 55.5771 470.479 55.4512C467.76 53.3484 464.966 51.2678 462.172 49.2686C461.767 48.9759 461.672 48.4135 461.965 48.0127ZM806.156 53.3486C805.873 54.0059 805.594 54.6724 805.319 55.3252C805 54.9606 804.676 54.5911 804.361 54.2266C804.64 53.5648 804.914 52.9116 805.202 52.2588C805.522 52.6235 805.837 52.9839 806.156 53.3486ZM949 43.7305C949.144 43.7305 949.293 43.7532 949.437 43.8027C954.161 45.3246 958.895 47.0219 963.503 48.8408C964.232 49.129 964.588 49.9444 964.309 50.6738L964.304 50.6875C964.083 51.2409 963.557 51.5832 962.995 51.5879H962.981C962.81 51.5879 962.635 51.5558 962.464 51.4883C957.906 49.6873 953.23 48.0126 948.563 46.5088C947.817 46.2657 947.407 45.4641 947.649 44.7168C947.843 44.1135 948.401 43.7305 949 43.7305ZM140.081 42.0781C140.496 41.8035 141.054 41.9158 141.329 42.3301C141.604 42.7443 141.491 43.3025 141.076 43.5771C138.219 45.4772 135.357 47.454 132.57 49.4531C132.411 49.5656 132.229 49.6201 132.047 49.6201C131.767 49.6201 131.49 49.4893 131.314 49.2461C131.025 48.8409 131.118 48.2784 131.521 47.9902C134.325 45.9775 137.206 43.9872 140.081 42.0781ZM918.018 35.8779C918.512 35.878 918.912 36.2784 918.917 36.7734V37.0977C918.917 37.2101 918.915 37.323 918.915 37.4355C918.916 37.4342 918.917 37.433 918.917 37.4316V37.4307C919.097 36.8321 919.651 36.4269 920.271 36.4268C920.357 36.4268 920.447 36.4357 920.537 36.4492C925.406 37.3633 930.307 38.4488 935.104 39.6689C935.864 39.8625 936.323 40.6375 936.13 41.3984C935.968 42.0375 935.387 42.4648 934.753 42.4648C934.64 42.4648 934.523 42.4518 934.406 42.4248C929.663 41.2181 924.821 40.1511 920.011 39.2461C919.538 39.1555 919.166 38.8406 918.98 38.4316L918.913 38.251C918.892 41.0166 918.795 43.8016 918.625 46.5449C918.598 47.0221 918.197 47.3915 917.729 47.3916H917.671C917.176 47.3601 916.798 46.9318 916.829 46.4365C917.018 43.3477 917.117 40.2045 917.117 37.0977V36.7832C917.113 36.2835 917.513 35.878 918.013 35.8779H918.018ZM1678.45 28.6289C1679 28.3183 1679.7 28.5206 1680 29.0742C1682.88 34.2882 1685.63 39.6555 1688.18 45.0361C1688.45 45.608 1688.21 46.2924 1687.63 46.5625C1687.48 46.639 1687.31 46.6758 1687.14 46.6758C1686.72 46.6757 1686.3 46.4318 1686.11 46.0176C1683.58 40.682 1680.85 35.3555 1678 30.1865C1677.69 29.6327 1677.89 28.9351 1678.45 28.6289ZM444.6 36.5938C444.861 36.1661 445.414 36.0309 445.837 36.292C448.789 38.093 451.745 39.9796 454.634 41.8887C455.048 42.1633 455.161 42.7216 454.887 43.1357C454.716 43.3969 454.427 43.541 454.135 43.541C453.964 43.541 453.793 43.4916 453.64 43.3926C450.773 41.4925 447.83 39.6192 444.9 37.8271C444.473 37.5704 444.343 37.0169 444.6 36.5938ZM846.458 34.2432C847.164 34.2432 847.777 34.7659 847.867 35.4863C847.966 36.2651 847.412 36.9761 846.634 37.0752C841.778 37.6876 836.882 38.4672 832.081 39.3857C831.991 39.4037 831.901 39.4121 831.811 39.4121C831.145 39.412 830.546 38.9347 830.42 38.2549C830.272 37.4851 830.776 36.7425 831.545 36.5938C836.409 35.6617 841.364 34.8778 846.278 34.252C846.341 34.2475 846.4 34.2432 846.458 34.2432ZM157.812 31.2178C158.245 30.9748 158.793 31.1274 159.037 31.5596C159.281 31.9917 159.127 32.5409 158.694 32.7842C155.706 34.4727 152.709 36.2339 149.788 38.0215C149.642 38.1113 149.479 38.1562 149.319 38.1562C149.016 38.1562 148.72 38.0027 148.551 37.7236C148.291 37.3004 148.425 36.7465 148.849 36.4854C151.788 34.6843 154.804 32.9107 157.812 31.2178ZM619.177 26.9629C619.676 26.9944 620.054 27.4218 620.022 27.917C619.838 30.9517 619.744 34.0405 619.744 37.0977V37.2559C619.744 37.7556 619.343 38.1562 618.844 38.1562C618.349 38.1562 617.944 37.7556 617.944 37.2559V37.0977C617.944 34.0046 618.039 30.8801 618.228 27.8096C618.255 27.3098 618.682 26.9269 619.177 26.9629ZM890.945 32.7979C895.895 33.095 900.89 33.5549 905.795 34.1582C906.573 34.2573 907.127 34.9642 907.032 35.7432C906.942 36.4633 906.33 36.9902 905.624 36.9902C905.566 36.9902 905.507 36.985 905.448 36.9805C900.602 36.3817 895.666 35.9274 890.774 35.6348C889.991 35.5852 889.393 34.9143 889.442 34.1309C889.487 33.3745 890.117 32.7932 890.859 32.793C890.886 32.793 890.914 32.7933 890.945 32.7979ZM876.037 32.3564C876.824 32.3567 877.459 32.9916 877.459 33.7793C877.459 34.5628 876.824 35.2021 876.041 35.2021C871.141 35.2067 866.182 35.369 861.309 35.6797L861.214 35.6846C860.471 35.6846 859.846 35.1034 859.801 34.3516C859.747 33.5682 860.345 32.8925 861.128 32.8428C866.06 32.5276 871.078 32.3654 876.037 32.3564ZM426.441 26.4668C426.666 26.0256 427.211 25.8505 427.652 26.0801C430.726 27.6605 433.817 29.3221 436.837 31.0195C437.273 31.2627 437.426 31.812 437.184 32.2441C437.017 32.5413 436.711 32.7031 436.396 32.7031C436.247 32.7031 436.098 32.6673 435.959 32.5908C432.958 30.9024 429.884 29.254 426.829 27.6826C426.388 27.453 426.212 26.9081 426.441 26.4668ZM1166.53 14.873C1167.32 14.9183 1167.91 15.5936 1167.86 16.377C1167.57 21.1677 1167.43 26.044 1167.43 30.8662V31.1182C1167.43 31.9016 1166.79 32.5371 1166 32.5371C1165.22 32.5369 1164.58 31.9015 1164.58 31.1182V30.8662C1164.58 25.9854 1164.73 21.0505 1165.03 16.2012C1165.07 15.4537 1165.69 14.8682 1166.44 14.8682C1166.47 14.8682 1166.5 14.8686 1166.53 14.873ZM1188.35 14.2334C1188.68 13.6977 1189.39 13.5403 1189.93 13.8779C1190.46 14.2156 1190.62 14.9267 1190.28 15.458C1187.11 20.4604 1184.06 25.6206 1181.21 30.8076C1181 31.1859 1180.61 31.4023 1180.21 31.4023C1180.02 31.4023 1179.83 31.3569 1179.66 31.2578C1179.1 30.9516 1178.9 30.2585 1179.2 29.7002C1182.07 24.4771 1185.15 19.2719 1188.35 14.2334ZM81.8428 22.9863C93.9797 23.5402 105.82 25.2835 117.234 28.0977C117.158 28.4306 117.103 28.777 117.068 29.1279C105.698 26.3183 93.9116 24.5806 81.8203 24.0312C81.8396 23.7973 81.8496 23.5588 81.8496 23.3203C81.8496 23.2077 81.8473 23.0989 81.8428 22.9863ZM916.699 17.1328C917.19 17.0656 917.644 17.417 917.707 17.9121C918.103 21.019 918.404 24.1849 918.606 27.3232C918.638 27.8183 918.26 28.2461 917.766 28.2822H917.707C917.234 28.2822 916.838 27.9167 916.807 27.4395C916.609 24.3373 916.311 21.2083 915.92 18.1377C915.857 17.6469 916.209 17.1959 916.699 17.1328ZM176.274 21.6855C176.724 21.474 177.26 21.6673 177.472 22.1172C177.683 22.5674 177.491 23.1038 177.041 23.3154C173.941 24.7743 170.826 26.3094 167.782 27.8809C167.65 27.9483 167.509 27.9805 167.37 27.9805C167.045 27.9803 166.73 27.8045 166.57 27.4941C166.342 27.0529 166.515 26.5074 166.957 26.2822C170.02 24.7018 173.155 23.1534 176.274 21.6855ZM73.4424 22.7979C75.6539 22.7979 77.8596 22.8385 80.0518 22.915C80.0598 23.05 80.0645 23.1853 80.0645 23.3203C80.0644 23.5362 80.0534 23.7476 80.0332 23.959C77.8472 23.8824 75.6468 23.8418 73.4424 23.8418C71.2377 23.8418 69.0383 23.8824 66.8525 23.959C66.8323 23.7476 66.8213 23.5362 66.8213 23.3203C66.8213 23.1853 66.8259 23.05 66.834 22.915C69.0267 22.8385 71.2312 22.7979 73.4424 22.7979ZM407.577 17.7002C407.771 17.241 408.3 17.03 408.758 17.2236C411.942 18.5744 415.149 20.0062 418.288 21.4785C418.738 21.6902 418.931 22.2257 418.72 22.6758C418.567 23.0043 418.244 23.1932 417.905 23.1934C417.778 23.1934 417.648 23.1668 417.524 23.1084C414.405 21.6496 411.219 20.2262 408.055 18.8799C407.597 18.6863 407.383 18.1595 407.577 17.7002ZM620.55 9.05078C620.644 8.56009 621.112 8.24005 621.603 8.33008C622.093 8.42017 622.412 8.8931 622.317 9.38379C621.746 12.4275 621.261 15.5345 620.883 18.6143C620.824 19.0689 620.437 19.4021 619.987 19.4023L619.879 19.3984C619.384 19.3354 619.033 18.8849 619.096 18.3896C619.478 15.2738 619.969 12.1306 620.55 9.05078ZM195.373 13.5352C195.837 13.3551 196.358 13.59 196.536 14.0537C196.714 14.5174 196.482 15.0393 196.018 15.2148C192.824 16.4441 189.607 17.7455 186.457 19.0918C186.342 19.1413 186.222 19.1641 186.104 19.1641C185.755 19.1639 185.422 18.9564 185.276 18.6143C185.082 18.1595 185.294 17.6282 185.751 17.4346C188.921 16.0793 192.159 14.7689 195.373 13.5352ZM1659.12 -1.41602C1659.63 -1.78928 1660.35 -1.67752 1660.72 -1.16602C1664.23 3.65134 1667.64 8.63641 1670.84 13.6523C1671.18 14.1882 1671.02 14.8951 1670.48 15.2373C1670.3 15.3588 1670.08 15.4179 1669.87 15.418C1669.5 15.418 1669.12 15.2288 1668.91 14.8867C1665.73 9.91125 1662.35 4.96243 1658.87 0.185547C1658.5 -0.325409 1658.61 -1.04315 1659.12 -1.41602ZM388.109 10.3428C388.269 9.87009 388.781 9.61823 389.251 9.78027C392.531 10.8924 395.836 12.086 399.074 13.3242C399.539 13.4998 399.772 14.0171 399.595 14.4854C399.458 14.841 399.116 15.0614 398.754 15.0615C398.647 15.0615 398.538 15.0435 398.433 15.0029C395.216 13.7783 391.931 12.5945 388.672 11.4824C388.201 11.3247 387.949 10.8109 388.109 10.3428ZM215.073 6.79004C215.551 6.64609 216.051 6.91693 216.194 7.38965C216.338 7.86685 216.068 8.37057 215.593 8.51465C212.304 9.50522 208.991 10.5724 205.744 11.6846C205.647 11.7161 205.549 11.7344 205.452 11.7344C205.078 11.7342 204.729 11.4955 204.602 11.1221C204.44 10.6539 204.691 10.1407 205.161 9.97852C208.428 8.86185 211.763 7.78964 215.073 6.79004ZM913.054 -1.30078C913.535 -1.42593 914.026 -1.13513 914.147 -0.654297C914.935 2.38577 915.628 5.48904 916.222 8.57324C916.316 9.05936 915.993 9.53217 915.507 9.62695C915.448 9.63596 915.393 9.64062 915.335 9.64062C914.912 9.64041 914.534 9.34323 914.453 8.91113C913.868 5.8674 913.18 2.7991 912.406 -0.204102C912.28 -0.685364 912.572 -1.17599 913.054 -1.30078ZM1012.24 -32.7207C1012.45 -32.6784 1012.67 -32.6553 1012.89 -32.6553C1012.91 -32.6553 1012.93 -32.6562 1012.95 -32.6562C1012.03 -21.4255 1009.64 -10.6122 1005.96 -0.40332C1006.18 -0.389893 1006.4 -0.345612 1006.6 -0.271484C1006.83 -0.188202 1007.05 -0.0700073 1007.23 0.0771484C1007.77 0.498993 1008.12 1.15622 1008.12 1.89355C1008.12 3.16373 1007.09 4.1972 1005.82 4.19727C1005.64 4.19727 1005.47 4.1792 1005.3 4.13867C1005.06 4.08014 1004.84 3.98999 1004.63 3.86621C1004.55 3.81631 1004.47 3.76062 1004.4 3.70117C1003.68 5.49603 1002.92 7.27188 1002.12 9.02539C1001.94 8.87814 1001.72 8.76007 1001.49 8.67676C1002.33 6.84146 1003.12 4.98157 1003.86 3.10059C1003.65 2.74939 1003.52 2.33578 1003.52 1.89355C1003.52 0.853149 1004.21 -0.027771 1005.16 -0.3125C1008.89 -10.5628 1011.31 -21.4316 1012.24 -32.7207ZM368.206 4.45312C368.331 3.97168 368.822 3.68494 369.303 3.80859C372.648 4.67896 376.023 5.61978 379.332 6.61035C379.808 6.75443 380.079 7.25418 379.937 7.73145C379.82 8.12302 379.462 8.37482 379.075 8.375C378.99 8.375 378.902 8.36197 378.816 8.33496C375.528 7.35339 372.175 6.41626 368.851 5.55176C368.37 5.42557 368.081 4.93481 368.206 4.45312ZM235.215 1.5127C235.7 1.40375 236.182 1.70996 236.29 2.19531C236.398 2.68069 236.092 3.16245 235.606 3.27051C232.254 4.01703 228.871 4.83649 225.552 5.70996C225.476 5.72797 225.398 5.7373 225.323 5.7373C224.924 5.7373 224.559 5.47067 224.453 5.06543C224.327 4.58383 224.615 4.0929 225.096 3.9668C228.436 3.08969 231.841 2.26508 235.215 1.5127ZM1005.64 3.69824H1005.64L1005.82 3.70801L1005.64 3.69824ZM1004.81 3.39746C1004.91 3.46271 1005.01 3.51947 1005.12 3.56543C1005.01 3.51947 1004.91 3.46271 1004.81 3.39746ZM1006.83 3.39844C1006.74 3.46353 1006.63 3.51956 1006.53 3.56543C1006.63 3.51956 1006.74 3.46356 1006.83 3.39844ZM347.925 0.0458984C348.014 -0.44342 348.483 -0.765869 348.971 -0.678711C352.371 -0.0578003 355.806 0.633667 359.178 1.37793C359.663 1.48508 359.97 1.96536 359.863 2.45117C359.771 2.87158 359.398 3.15802 358.985 3.1582C358.922 3.1582 358.856 3.15106 358.791 3.13672C355.44 2.3974 352.028 1.70917 348.648 1.09277C348.16 1.00363 347.835 0.535217 347.925 0.0458984ZM1170.09 -14.5625C1170.18 -14.5625 1170.27 -14.5547 1170.35 -14.5381C1171.13 -14.3927 1171.63 -13.6501 1171.49 -12.8789C1170.58 -8.07242 1169.82 -3.17047 1169.22 1.69141C1169.13 2.41138 1168.51 2.93848 1167.81 2.93848C1167.75 2.93848 1167.69 2.93494 1167.63 2.92773C1166.85 2.83072 1166.3 2.12094 1166.4 1.34277C1167.01 -3.57822 1167.78 -8.54059 1168.7 -13.4053C1168.83 -14.0876 1169.42 -14.5625 1170.09 -14.5625ZM1004.02 1.70898C1004.01 1.76968 1004.01 1.83127 1004.01 1.89355C1004.01 1.99875 1004.02 2.10181 1004.04 2.20215C1004.02 2.10178 1004.01 1.99878 1004.01 1.89355C1004.01 1.83127 1004.01 1.76965 1004.02 1.70898ZM1597.22 -0.391602C1597.72 -0.417694 1598.15 -0.0440369 1598.18 0.452148C1598.21 0.948151 1597.84 1.37518 1597.34 1.40625C1594.21 1.6012 1591.04 1.70132 1587.89 1.70312C1587.4 1.70358 1586.99 1.30109 1586.99 0.803711C1586.99 0.30661 1587.39 -0.0971985 1587.89 -0.0976562C1591 -0.0994568 1594.14 -0.198425 1597.22 -0.391602ZM1569.26 -1.24414C1572.33 -0.86142 1575.46 -0.570862 1578.56 -0.380859C1579.05 -0.35025 1579.43 0.0770569 1579.4 0.573242C1579.37 1.0509 1578.97 1.41882 1578.5 1.41895L1578.45 1.41699C1575.31 1.22427 1572.15 0.930695 1569.04 0.543945C1568.55 0.482269 1568.2 0.0315857 1568.25 -0.461914C1568.32 -0.955627 1568.77 -1.30624 1569.26 -1.24414ZM1209.44 -14.8281C1209.85 -15.3162 1210.57 -15.384 1211.06 -14.9814C1211.54 -14.5775 1211.61 -13.8552 1211.21 -13.3672C1207.44 -8.80777 1203.77 -4.06909 1200.29 0.716797C1200.07 1.02567 1199.72 1.18945 1199.37 1.18945C1199.13 1.18945 1198.9 1.11838 1198.7 0.970703C1198.18 0.598297 1198.07 -0.118042 1198.44 -0.629883C1201.94 -5.45447 1205.64 -10.2318 1209.44 -14.8281ZM625.216 -9.27051C625.369 -9.74374 625.873 -10.0041 626.346 -9.85059C626.823 -9.69785 627.079 -9.18948 626.926 -8.7168C625.972 -5.7663 625.103 -2.74612 624.338 0.259766C624.234 0.666656 623.866 0.937286 623.466 0.9375C623.394 0.9375 623.317 0.929474 623.245 0.910156C622.759 0.787262 622.471 0.297577 622.593 -0.18457C623.367 -3.2269 624.248 -6.28403 625.216 -9.27051ZM1615.75 -2.71875C1616.23 -2.81085 1616.71 -2.49127 1616.8 -2.00293C1616.89 -1.51437 1616.57 -1.04196 1616.08 -0.949219C1613 -0.363007 1609.86 0.131653 1606.75 0.522461L1606.63 0.529297C1606.18 0.529114 1605.8 0.196259 1605.74 -0.258789C1605.68 -0.752228 1606.03 -1.20288 1606.52 -1.26465C1609.6 -1.65097 1612.7 -2.13971 1615.75 -2.71875ZM495.695 -50.7295C495.695 -50.286 495.714 -49.8461 495.75 -49.4121C438.674 -46.8142 385.28 -29.929 339.022 -2.24512C339.329 -2.06516 339.511 -1.71198 339.457 -1.33887C339.392 -0.890564 339.007 -0.567383 338.567 -0.567383C338.525 -0.567383 338.481 -0.571289 338.438 -0.577148C337.85 -0.662231 337.261 -0.7435 336.671 -0.825195C336.54 -0.745667 336.41 -0.666626 336.279 -0.586914C336.239 -0.691284 336.195 -0.79422 336.152 -0.897461C333.501 -1.25931 330.826 -1.58713 328.173 -1.87305C327.679 -1.92627 327.322 -2.36963 327.375 -2.86426C327.429 -3.35809 327.869 -3.71692 328.365 -3.66309C330.935 -3.38626 333.525 -3.07242 336.094 -2.72461C383.059 -31.2619 437.5 -48.6915 495.709 -51.3408C495.7 -51.1379 495.695 -50.9342 495.695 -50.7295ZM1549.83 -4.0625C1549.95 -4.54428 1550.44 -4.83582 1550.92 -4.71289C1553.92 -3.94611 1556.99 -3.2648 1560.04 -2.68848C1560.52 -2.59598 1560.85 -2.12512 1560.75 -1.63672C1560.67 -1.20447 1560.29 -0.90332 1559.87 -0.90332C1559.81 -0.90332 1559.76 -0.908142 1559.7 -0.918945C1556.62 -1.50201 1553.51 -2.19104 1550.47 -2.9668C1549.99 -3.09015 1549.7 -3.58078 1549.83 -4.0625ZM276.384 -4.54492C276.882 -4.57846 277.31 -4.20877 277.347 -3.71289C277.383 -3.21713 277.011 -2.78503 276.515 -2.74902C273.086 -2.49777 269.62 -2.18027 266.213 -1.80566L266.113 -1.7998C265.66 -1.7998 265.271 -2.14151 265.22 -2.60254C265.166 -3.09641 265.522 -3.54111 266.016 -3.5957C269.444 -3.97256 272.933 -4.29233 276.384 -4.54492ZM307.6 -5.14062C311.057 -5.01996 314.555 -4.83432 317.996 -4.58984C318.492 -4.55426 318.865 -4.12408 318.83 -3.62793C318.796 -3.15347 318.401 -2.7912 317.934 -2.79102L317.868 -2.79395C314.45 -3.03708 310.973 -3.22006 307.537 -3.33984C307.04 -3.35709 306.652 -3.77457 306.669 -4.27148C306.686 -4.76804 307.106 -5.15982 307.6 -5.14062ZM1633.83 -7.3584C1634.3 -7.51215 1634.8 -7.25293 1634.96 -6.78027C1635.11 -6.30759 1634.85 -5.79947 1634.38 -5.64551C1631.4 -4.67523 1628.35 -3.78809 1625.3 -3.00781C1625.23 -2.98889 1625.16 -2.97949 1625.08 -2.97949C1624.68 -2.97958 1624.31 -3.24985 1624.21 -3.65625C1624.08 -4.13803 1624.38 -4.62955 1624.86 -4.75293C1627.86 -5.52332 1630.88 -6.39981 1633.83 -7.3584ZM297.19 -5.31543C297.687 -5.31543 298.091 -4.91312 298.091 -4.41602C298.092 -3.91858 297.689 -3.51511 297.191 -3.51465C293.756 -3.51105 290.276 -3.44531 286.847 -3.31836L286.812 -3.31738C286.331 -3.31744 285.932 -3.69888 285.914 -4.18457C285.895 -4.68106 286.283 -5.09946 286.779 -5.11816C290.23 -5.24603 293.733 -5.31183 297.19 -5.31543ZM845.766 -8.80762C844.668 -7.57889 843.588 -6.33755 842.517 -5.08496C842.481 -5.22363 842.458 -5.36966 842.458 -5.52051V-5.8125C842.458 -6.2182 842.457 -6.62512 842.462 -7.03125C843.56 -8.30057 844.667 -9.55722 845.792 -10.8018C845.783 -10.1372 845.77 -9.47177 845.766 -8.80762ZM907.109 -19.126C907.568 -19.3102 908.095 -19.0841 908.279 -18.623C909.44 -15.7055 910.525 -12.7143 911.497 -9.73145C911.65 -9.25867 911.393 -8.75015 910.921 -8.5957C910.826 -8.56509 910.732 -8.55078 910.642 -8.55078C910.264 -8.55087 909.909 -8.79221 909.787 -9.17188C908.824 -12.1184 907.753 -15.0739 906.605 -17.9561C906.421 -18.4184 906.646 -18.9413 907.109 -19.126ZM1651.17 -14.2393C1651.62 -14.4508 1652.15 -14.2592 1652.36 -13.8096C1652.57 -13.3597 1652.38 -12.8224 1651.93 -12.6104C1649.1 -11.2737 1646.19 -10.0101 1643.27 -8.85352C1643.17 -8.8103 1643.05 -8.79004 1642.94 -8.79004C1642.58 -8.79016 1642.25 -9.00504 1642.11 -9.3584C1641.92 -9.82025 1642.15 -10.344 1642.61 -10.5273C1645.49 -11.6701 1648.37 -12.9187 1651.17 -14.2393ZM1515.01 -18.083C1515.25 -18.518 1515.8 -18.6775 1516.24 -18.4375C1518.96 -16.9408 1521.76 -15.5109 1524.56 -14.1885C1525.01 -13.9763 1525.21 -13.4403 1525 -12.9902C1524.84 -12.6647 1524.52 -12.4736 1524.18 -12.4736C1524.05 -12.4736 1523.92 -12.501 1523.8 -12.5596C1520.95 -13.8976 1518.12 -15.3444 1515.37 -16.8594C1514.93 -17.0988 1514.78 -17.6472 1515.01 -18.083ZM1636.19 -28.8242C1636.64 -29.2572 1637.37 -29.2363 1637.81 -28.7754C1641.89 -24.4389 1645.89 -19.9136 1649.69 -15.3271C1650.1 -14.8404 1650.03 -14.1172 1649.54 -13.7129C1649.33 -13.535 1649.07 -13.4492 1648.81 -13.4492C1648.48 -13.4493 1648.16 -13.5897 1647.93 -13.8623C1644.16 -18.4123 1640.19 -22.9013 1636.14 -27.2031C1635.7 -27.6642 1635.72 -28.3898 1636.19 -28.8242ZM1667.5 -23.2461C1667.92 -23.5127 1668.47 -23.3894 1668.74 -22.9697C1669.01 -22.5496 1668.88 -21.9931 1668.46 -21.7266C1665.82 -20.0431 1663.09 -18.4215 1660.34 -16.9082C1660.2 -16.8321 1660.05 -16.7959 1659.91 -16.7959C1659.59 -16.7959 1659.28 -16.9641 1659.12 -17.2617C1658.88 -17.697 1659.04 -18.2448 1659.47 -18.4854C1662.18 -19.9807 1664.88 -21.5828 1667.5 -23.2461ZM1499.21 -28.2617C1499.5 -28.6642 1500.07 -28.7535 1500.47 -28.4609C1502.97 -26.6364 1505.57 -24.8668 1508.19 -23.2021C1508.61 -22.9352 1508.74 -22.3786 1508.47 -21.959C1508.3 -21.6889 1508.01 -21.5411 1507.71 -21.541C1507.54 -21.541 1507.38 -21.5863 1507.23 -21.6816C1504.58 -23.3665 1501.95 -25.1573 1499.41 -27.0039C1499.01 -27.2965 1498.92 -27.8592 1499.21 -28.2617ZM844.717 -24.3369C845.059 -24.3162 845.369 -24.1911 845.621 -23.9961C844.667 -23.6368 843.771 -23.1544 842.957 -22.5674C842.962 -22.6429 842.966 -22.718 842.971 -22.7939C843.025 -23.6629 843.745 -24.3407 844.6 -24.3408C844.64 -24.3408 844.676 -24.3396 844.717 -24.3369ZM898.978 -36.0381C899.414 -36.2794 899.959 -36.1215 900.202 -35.6865C901.719 -32.9372 903.172 -30.1089 904.509 -27.2803C904.72 -26.831 904.531 -26.2935 904.081 -26.0811C903.955 -26.0222 903.825 -25.9942 903.694 -25.9941C903.357 -25.9941 903.036 -26.1847 902.879 -26.5098C901.56 -29.3036 900.125 -32.0981 898.627 -34.8145C898.384 -35.2493 898.541 -35.7975 898.978 -36.0381ZM1177.41 -43.3037C1177.55 -43.3037 1177.7 -43.2812 1177.85 -43.2344C1178.59 -42.9925 1179 -42.1912 1178.76 -41.4453C1177.26 -36.7878 1175.88 -32.0208 1174.67 -27.2764C1174.51 -26.6334 1173.93 -26.2051 1173.3 -26.2051C1173.18 -26.2051 1173.06 -26.2195 1172.95 -26.25C1172.19 -26.4436 1171.73 -27.2171 1171.92 -27.9775C1173.14 -32.7801 1174.54 -37.6059 1176.06 -42.3193C1176.25 -42.921 1176.81 -43.3037 1177.41 -43.3037ZM1233.99 -41.0166C1234.45 -41.4497 1235.17 -41.4291 1235.6 -40.9678C1236.04 -40.5071 1236.02 -39.7807 1235.56 -39.3467C1231.25 -35.2952 1227.02 -31.0527 1222.98 -26.7383C1222.75 -26.4981 1222.45 -26.3771 1222.15 -26.377C1221.86 -26.377 1221.58 -26.479 1221.36 -26.6865C1220.9 -27.1197 1220.88 -27.8456 1221.31 -28.3076C1225.39 -32.6566 1229.65 -36.9319 1233.99 -41.0166ZM1682.58 -34.2324C1682.97 -34.5498 1683.53 -34.4964 1683.85 -34.1133C1684.17 -33.7301 1684.11 -33.1617 1683.73 -32.8447C1681.32 -30.8438 1678.81 -28.8932 1676.27 -27.0459C1676.11 -26.9297 1675.92 -26.873 1675.74 -26.873C1675.47 -26.8732 1675.19 -27.0022 1675.02 -27.2441C1674.72 -27.6461 1674.81 -28.2092 1675.21 -28.502C1677.72 -30.3268 1680.2 -32.2553 1682.58 -34.2324ZM1484.81 -40.332C1485.15 -40.6945 1485.71 -40.7133 1486.08 -40.373C1488.34 -38.2496 1490.7 -36.1704 1493.09 -34.1924C1493.47 -33.8754 1493.52 -33.307 1493.21 -32.9238C1493.03 -32.7087 1492.77 -32.5977 1492.51 -32.5977C1492.31 -32.5977 1492.1 -32.666 1491.94 -32.8047C1489.52 -34.807 1487.13 -36.9109 1484.85 -39.0596C1484.48 -39.4 1484.46 -39.9697 1484.81 -40.332ZM1012.89 -38.7021C1013.03 -38.7021 1013.17 -38.6911 1013.3 -38.6709C1013.24 -36.8951 1013.14 -35.1339 1013.01 -33.377C1012.97 -33.3756 1012.93 -33.375 1012.89 -33.375C1012.69 -33.375 1012.49 -33.3984 1012.29 -33.4434C1012.42 -35.1818 1012.52 -36.9262 1012.58 -38.6836C1012.69 -38.6957 1012.79 -38.7021 1012.89 -38.7021ZM641.271 -43.4668C641.537 -43.8868 642.095 -44.011 642.514 -43.7451C642.932 -43.4781 643.058 -42.9216 642.793 -42.502C641.128 -39.8797 639.53 -37.1717 638.036 -34.4521C637.87 -34.1536 637.564 -33.9844 637.244 -33.9844C637.1 -33.9844 636.952 -34.0211 636.812 -34.0967C636.376 -34.3358 636.219 -34.8835 636.457 -35.3193C637.969 -38.0717 639.589 -40.813 641.271 -43.4668ZM1696.19 -47.0205C1696.53 -47.3829 1697.1 -47.4007 1697.46 -47.0605C1697.83 -46.7202 1697.84 -46.1496 1697.5 -45.7871C1695.36 -43.4988 1693.11 -41.2493 1690.82 -39.1006C1690.64 -38.9373 1690.42 -38.8566 1690.2 -38.8564C1689.97 -38.8564 1689.72 -38.952 1689.55 -39.1406C1689.21 -39.503 1689.22 -40.0727 1689.59 -40.4131C1691.85 -42.536 1694.07 -44.7593 1696.19 -47.0205ZM1013.19 -49.8389C1013.31 -47.5859 1013.37 -45.314 1013.37 -43.0312C1013.37 -41.814 1013.36 -40.6027 1013.32 -39.3936C1013.18 -39.4111 1013.04 -39.4199 1012.89 -39.4199C1012.8 -39.4199 1012.7 -39.4153 1012.6 -39.4072C1012.64 -40.6097 1012.65 -41.8206 1012.65 -43.0312C1012.65 -45.309 1012.6 -47.5738 1012.47 -49.8223C1012.53 -49.8205 1012.59 -49.8203 1012.65 -49.8203H1012.66C1012.84 -49.8203 1013.01 -49.8263 1013.19 -49.8389ZM1610 -53.168C1610.41 -53.6555 1611.13 -53.7255 1611.62 -53.3223C1616.21 -49.5269 1620.75 -45.5341 1625.1 -41.4561C1625.56 -41.0235 1625.58 -40.2989 1625.15 -39.8369C1624.92 -39.5961 1624.62 -39.4737 1624.31 -39.4736C1624.03 -39.4736 1623.75 -39.5771 1623.53 -39.7842C1619.21 -43.8289 1614.72 -47.7891 1610.16 -51.5547C1609.67 -51.9578 1609.6 -52.68 1610 -53.168ZM761.752 -45.6953C761.882 -45.6953 762.008 -45.6854 762.134 -45.667C762.116 -44.7899 762.107 -43.9128 762.107 -43.0312C762.107 -42.1498 762.116 -41.2734 762.134 -40.3965C762.008 -40.3781 761.882 -40.3682 761.752 -40.3682C761.64 -40.3682 761.527 -40.3748 761.419 -40.3887C761.401 -41.2667 761.392 -42.1497 761.392 -43.0322C761.392 -43.9147 761.401 -44.7964 761.419 -45.6748C761.527 -45.6883 761.64 -45.6953 761.752 -45.6953ZM1018 -48.3682C1018.15 -48.3682 1018.29 -48.3593 1018.43 -48.3418C1020.1 -48.1309 1021.39 -46.7058 1021.39 -44.9863C1021.39 -43.1409 1019.9 -41.6357 1018.06 -41.6045C1018.04 -41.6045 1018.03 -41.6045 1018 -41.6045C1017.78 -41.6045 1017.56 -41.6266 1017.35 -41.6689C1015.8 -41.9765 1014.62 -43.3475 1014.62 -44.9863C1014.62 -46.7527 1015.99 -48.2088 1017.71 -48.3564C1017.81 -48.3646 1017.91 -48.3682 1018 -48.3682ZM1018 -47.6504C1017.9 -47.6504 1017.8 -47.644 1017.69 -47.6318C1016.37 -47.4765 1015.34 -46.3493 1015.34 -44.9863C1015.34 -43.7248 1016.23 -42.6649 1017.4 -42.3916C1017.6 -42.3466 1017.8 -42.3232 1018 -42.3232C1018.04 -42.3232 1018.08 -42.3239 1018.12 -42.3252C1019.53 -42.3852 1020.67 -43.5559 1020.67 -44.9863C1020.67 -46.3175 1019.69 -47.4231 1018.41 -47.6191C1018.28 -47.6394 1018.14 -47.6504 1018 -47.6504ZM1472.02 -54.0986C1472.4 -54.4159 1472.97 -54.363 1473.29 -53.9805C1475.27 -51.5927 1477.35 -49.2365 1479.47 -46.9775C1479.81 -46.6155 1479.79 -46.045 1479.43 -45.7041C1479.26 -45.5408 1479.04 -45.46 1478.82 -45.46C1478.58 -45.46 1478.33 -45.5551 1478.16 -45.7432C1476.01 -48.0296 1473.91 -50.4149 1471.9 -52.8311C1471.58 -53.2138 1471.64 -53.7812 1472.02 -54.0986ZM776.917 -102.115C767.967 -85.4275 762.683 -66.4927 762.152 -46.3906C762.022 -46.4064 761.887 -46.4141 761.752 -46.4141C761.644 -46.4141 761.54 -46.4089 761.437 -46.3994C761.963 -66.5119 767.224 -85.4634 776.143 -102.184C776.399 -102.162 776.661 -102.139 776.917 -102.115ZM1258.62 -58.8652C1255.94 -56.8261 1253.28 -54.7348 1250.67 -52.6064C1252.79 -50.4747 1255.72 -49.1531 1258.96 -49.1533C1259.81 -49.1533 1260.64 -49.2476 1261.44 -49.4209C1260.45 -52.5489 1259.52 -55.6973 1258.62 -58.8652ZM511.243 -51.6934C515.334 -51.6934 519.41 -51.6201 523.465 -51.4756C523.483 -51.2284 523.487 -50.9793 523.487 -50.7285C523.487 -50.3296 523.47 -49.9349 523.434 -49.5459C519.388 -49.6909 515.32 -49.7637 511.243 -49.7637C507.166 -49.7637 503.098 -49.6914 499.057 -49.5469C499.016 -49.9356 498.999 -50.3299 498.999 -50.7285C498.999 -50.9793 499.008 -51.2284 499.021 -51.4756C503.076 -51.6206 507.153 -51.6934 511.243 -51.6934ZM652.383 -58.7725C652.698 -59.1551 653.264 -59.21 653.646 -58.8926C654.029 -58.5757 654.083 -58.0082 653.769 -57.625C651.793 -55.2328 649.866 -52.747 648.044 -50.2363C647.868 -49.9937 647.594 -49.8643 647.315 -49.8643C647.131 -49.8643 646.946 -49.9201 646.789 -50.0361C646.384 -50.3283 646.294 -50.8914 646.586 -51.2939C648.431 -53.8353 650.38 -56.3514 652.383 -58.7725ZM1258.96 -72.5596C1258.3 -72.5596 1257.65 -72.5019 1257.02 -72.3965C1257.82 -69.0537 1258.66 -65.7306 1259.55 -62.4287C1260.23 -62.9336 1260.91 -63.4354 1261.59 -63.9326C1262.1 -64.3058 1262.82 -64.1938 1263.19 -63.6826C1263.56 -63.1717 1263.45 -62.4544 1262.94 -62.0811C1262.03 -61.4138 1261.11 -60.7377 1260.2 -60.0566C1261.15 -56.6663 1262.15 -53.2986 1263.21 -49.9541C1267.56 -51.6577 1270.66 -55.9 1270.66 -60.8555C1270.66 -67.3103 1265.41 -72.5581 1258.96 -72.5596ZM1708.1 -61.4111C1708.4 -61.8137 1708.96 -61.902 1709.36 -61.6094C1709.77 -61.3167 1709.85 -60.7536 1709.56 -60.3516C1707.71 -57.8161 1705.76 -55.3019 1703.76 -52.8799C1703.58 -52.6648 1703.33 -52.5547 1703.06 -52.5547C1702.86 -52.5547 1702.66 -52.6217 1702.49 -52.7607C1702.11 -53.0782 1702.06 -53.6457 1702.37 -54.0293C1704.35 -56.4219 1706.28 -58.906 1708.1 -61.4111ZM1255.24 -71.9473C1250.61 -70.3872 1247.26 -66.0069 1247.26 -60.8555C1247.26 -58.4637 1247.99 -56.2379 1249.22 -54.3828C1252.08 -56.7198 1255.01 -59.014 1257.96 -61.2422C1257 -64.7869 1256.09 -68.3555 1255.24 -71.9473ZM1188.31 -70.9326C1188.52 -70.9326 1188.72 -70.8895 1188.92 -70.7979C1189.63 -70.4638 1189.93 -69.6168 1189.6 -68.9062C1187.51 -64.4681 1185.55 -59.9071 1183.75 -55.3496C1183.53 -54.7909 1182.99 -54.4492 1182.42 -54.4492C1182.25 -54.4492 1182.07 -54.4813 1181.9 -54.5488C1181.17 -54.8371 1180.82 -55.6633 1181.11 -56.3936C1182.92 -61.0069 1184.92 -65.6234 1187.03 -70.1152C1187.27 -70.6303 1187.78 -70.9326 1188.31 -70.9326ZM876.698 -66.1865C877.063 -66.5273 877.63 -66.5107 877.972 -66.1484C880.123 -63.8642 882.234 -61.4813 884.236 -59.0674C884.551 -58.6847 884.502 -58.1171 884.119 -57.7988C883.948 -57.6597 883.745 -57.5918 883.543 -57.5918C883.286 -57.5918 883.03 -57.7022 882.85 -57.917C880.87 -60.3016 878.786 -62.6555 876.662 -64.9131C876.32 -65.2751 876.338 -65.8457 876.698 -66.1865ZM1461.06 -69.3467C1461.48 -69.6139 1462.04 -69.4894 1462.3 -69.0703C1463.97 -66.4565 1465.74 -63.8602 1467.56 -61.3545C1467.85 -60.9525 1467.76 -60.3893 1467.36 -60.0967C1467.2 -59.9797 1467.02 -59.9239 1466.83 -59.9238C1466.55 -59.9238 1466.28 -60.0522 1466.1 -60.2939C1464.26 -62.8303 1462.47 -65.4578 1460.78 -68.1035C1460.51 -68.5227 1460.64 -69.0797 1461.06 -69.3467ZM1580.98 -74.0615C1581.32 -74.5959 1582.03 -74.755 1582.56 -74.416C1587.6 -71.2223 1592.6 -67.8263 1597.42 -64.3232C1597.94 -63.9508 1598.05 -63.2345 1597.68 -62.7217C1597.45 -62.4131 1597.1 -62.2491 1596.75 -62.249C1596.52 -62.249 1596.28 -62.3205 1596.08 -62.4678C1591.29 -65.9428 1586.33 -69.3111 1581.34 -72.4795C1580.8 -72.8181 1580.65 -73.5271 1580.98 -74.0615ZM665.307 -72.5654C665.667 -72.9057 666.238 -72.8897 666.58 -72.5273C666.918 -72.1653 666.899 -71.5952 666.539 -71.2539C664.28 -69.1278 662.062 -66.9021 659.942 -64.6387C659.767 -64.4501 659.524 -64.3545 659.285 -64.3545C659.065 -64.3546 658.844 -64.4353 658.669 -64.5977C658.309 -64.9384 658.291 -65.5081 658.628 -65.8711C660.774 -68.1612 663.021 -70.4136 665.307 -72.5654ZM1008.85 -76.5586C1009.93 -72.662 1010.82 -68.6835 1011.52 -64.6465C1011.28 -64.61 1011.05 -64.5619 1010.82 -64.5029C1010.11 -68.5899 1009.2 -72.6068 1008.11 -76.5488C1008.36 -76.5524 1008.6 -76.5559 1008.85 -76.5586ZM1718.13 -77.1846C1718.37 -77.6204 1718.92 -77.7791 1719.35 -77.5391C1719.79 -77.299 1719.94 -76.7507 1719.71 -76.3154C1718.19 -73.5626 1716.57 -70.8231 1714.88 -68.1729C1714.71 -67.9032 1714.42 -67.7559 1714.12 -67.7559C1713.96 -67.7559 1713.79 -67.8011 1713.64 -67.8965C1713.22 -68.1635 1713.1 -68.7205 1713.37 -69.1396C1715.03 -71.7583 1716.63 -74.4646 1718.13 -77.1846ZM862.915 -78.9521C863.23 -79.3353 863.797 -79.3893 864.18 -79.0732C866.601 -77.0742 868.99 -74.972 871.28 -72.8262C871.64 -72.4862 871.659 -71.9156 871.321 -71.5527C871.146 -71.3632 870.902 -71.2676 870.664 -71.2676C870.444 -71.2676 870.222 -71.3482 870.047 -71.5107C867.783 -73.6315 865.426 -75.7093 863.036 -77.6846C862.649 -78.0016 862.596 -78.5686 862.915 -78.9521ZM1291.82 -83.2129C1292.38 -83.5193 1293.07 -83.3173 1293.38 -82.7637C1293.69 -82.209 1293.48 -81.5118 1292.93 -81.2061C1287.76 -78.3505 1282.62 -75.2914 1277.64 -72.1152C1277.45 -71.9933 1277.23 -71.9355 1277.02 -71.9355C1276.64 -71.9356 1276.28 -72.1228 1276.05 -72.4658C1275.72 -72.9998 1275.88 -73.7085 1276.41 -74.0488C1281.43 -77.2506 1286.62 -80.3344 1291.82 -83.2129ZM1452.09 -85.8389C1452.54 -86.0514 1453.08 -85.858 1453.29 -85.4082C1454.61 -82.6091 1456.04 -79.8137 1457.54 -77.0996C1457.78 -76.6642 1457.62 -76.1164 1457.18 -75.876C1457.05 -75.8 1456.9 -75.7637 1456.75 -75.7637C1456.43 -75.7637 1456.13 -75.9319 1455.96 -76.2295C1454.45 -78.9761 1453 -81.8057 1451.66 -84.6396C1451.45 -85.0894 1451.64 -85.6263 1452.09 -85.8389ZM679.842 -84.6357C680.242 -84.9281 680.804 -84.84 681.097 -84.4385C681.389 -84.0365 681.304 -83.4742 680.903 -83.1807C678.397 -81.3531 675.917 -79.4226 673.537 -77.4424C673.366 -77.3033 673.163 -77.2354 672.961 -77.2354C672.7 -77.2354 672.443 -77.3453 672.268 -77.5596C671.948 -77.9427 672.002 -78.5102 672.385 -78.8281C674.797 -80.8314 677.308 -82.7856 679.842 -84.6357ZM1202.6 -96.9521C1202.86 -96.9521 1203.13 -96.8799 1203.36 -96.7305C1204.02 -96.31 1204.22 -95.4323 1203.8 -94.7695C1201.18 -90.6302 1198.65 -86.3549 1196.29 -82.0625C1196.04 -81.592 1195.55 -81.3262 1195.05 -81.3262C1194.82 -81.3262 1194.58 -81.3824 1194.37 -81.502C1193.68 -81.8797 1193.43 -82.7437 1193.8 -83.4316C1196.19 -87.7763 1198.75 -92.1036 1201.41 -96.292C1201.68 -96.7184 1202.13 -96.9521 1202.6 -96.9521ZM1549.56 -91.1592C1549.83 -91.7322 1550.51 -91.9777 1551.09 -91.709C1556.48 -89.1749 1561.87 -86.4331 1567.1 -83.5586C1567.66 -83.2538 1567.86 -82.5562 1567.55 -82.001C1567.34 -81.6211 1566.95 -81.4062 1566.55 -81.4062C1566.36 -81.4063 1566.17 -81.4521 1566 -81.5479C1560.81 -84.3998 1555.46 -87.12 1550.11 -89.6338C1549.54 -89.9026 1549.29 -90.586 1549.56 -91.1592ZM847.638 -89.9014C847.903 -90.3217 848.46 -90.4456 848.879 -90.1797C851.082 -88.783 853.272 -87.312 855.409 -85.7949C855.48 -85.7444 855.552 -85.6942 855.623 -85.6436C855.985 -85.3855 856.346 -85.1268 856.705 -84.8662C856.755 -84.8298 856.8 -84.789 856.84 -84.7451C856.86 -84.7229 856.879 -84.6996 856.896 -84.6758C856.914 -84.652 856.931 -84.6277 856.946 -84.6025C856.961 -84.5777 856.975 -84.5523 856.987 -84.5264C857.125 -84.2383 857.104 -83.8855 856.903 -83.6084C856.728 -83.3657 856.453 -83.2373 856.174 -83.2373C856.084 -83.2373 855.992 -83.2509 855.903 -83.2793C855.815 -83.3076 855.728 -83.3503 855.647 -83.4082C855.072 -83.8255 854.491 -84.2404 853.906 -84.6514V-84.6533C851.942 -86.0366 849.934 -87.3798 847.916 -88.6592C847.493 -88.9254 847.372 -89.4814 847.638 -89.9014ZM1726.1 -94.1016C1726.28 -94.5639 1726.8 -94.7906 1727.27 -94.6074C1727.73 -94.4242 1727.95 -93.8999 1727.77 -93.4375C1726.61 -90.5149 1725.35 -87.5914 1724.01 -84.748C1723.85 -84.4225 1723.53 -84.2315 1723.19 -84.2314C1723.07 -84.2314 1722.94 -84.2589 1722.81 -84.3174C1722.36 -84.529 1722.17 -85.0658 1722.38 -85.5156C1723.7 -88.3249 1724.95 -91.2135 1726.1 -94.1016ZM695.763 -94.79C696.199 -95.0304 696.743 -94.8722 696.981 -94.4375C697.224 -94.0026 697.067 -93.4543 696.631 -93.2139C693.922 -91.7172 691.227 -90.1117 688.612 -88.4443C688.459 -88.3484 688.292 -88.3028 688.126 -88.3027C687.829 -88.3027 687.541 -88.4506 687.37 -88.7197C687.1 -89.1394 687.226 -89.6959 687.645 -89.9629C690.291 -91.6509 693.022 -93.2749 695.763 -94.79ZM1324.21 -98.5361C1324.8 -98.7712 1325.47 -98.4827 1325.7 -97.8955C1325.94 -97.3071 1325.65 -96.64 1325.06 -96.4062C1319.58 -94.2265 1314.1 -91.8409 1308.76 -89.3145C1308.6 -89.2398 1308.44 -89.2041 1308.27 -89.2041C1307.84 -89.2042 1307.43 -89.4466 1307.24 -89.8604C1306.97 -90.4326 1307.21 -91.1161 1307.78 -91.3867C1313.16 -93.9338 1318.69 -96.3389 1324.21 -98.5361ZM1445.27 -103.332C1445.75 -103.485 1446.25 -103.227 1446.41 -102.754C1447.37 -99.8066 1448.43 -96.8501 1449.58 -93.9668C1449.76 -93.5044 1449.53 -92.9806 1449.08 -92.7969C1448.96 -92.7533 1448.85 -92.7334 1448.74 -92.7334C1448.38 -92.7336 1448.04 -92.9489 1447.91 -93.3018C1446.74 -96.2207 1445.66 -99.2134 1444.69 -102.196C1444.54 -102.669 1444.8 -103.178 1445.27 -103.332ZM831.1 -98.8525C831.311 -99.3032 831.851 -99.4953 832.297 -99.2842C835.141 -97.9501 837.976 -96.507 840.734 -94.9941C841.166 -94.7542 841.328 -94.2068 841.09 -93.7705C840.923 -93.4724 840.617 -93.3027 840.298 -93.3027C840.154 -93.3027 840.006 -93.339 839.866 -93.415C837.144 -94.9094 834.34 -96.336 831.532 -97.6543C831.082 -97.8655 830.888 -98.4027 831.1 -98.8525ZM1516.22 -104.163C1516.41 -104.765 1517.06 -105.096 1517.66 -104.901C1523.34 -103.067 1529.03 -101.025 1534.58 -98.834C1535.17 -98.6016 1535.46 -97.9359 1535.23 -97.3477C1535.05 -96.8965 1534.62 -96.6211 1534.17 -96.6211C1534.02 -96.6211 1533.88 -96.6472 1533.74 -96.7021C1528.24 -98.8755 1522.59 -100.9 1516.96 -102.72C1516.36 -102.914 1516.02 -103.56 1516.22 -104.163ZM712.817 -102.863C713.281 -103.046 713.803 -102.822 713.987 -102.359C714.172 -101.897 713.947 -101.373 713.483 -101.189C710.608 -100.044 707.733 -98.7924 704.934 -97.4678C704.808 -97.4092 704.677 -97.3818 704.551 -97.3818C704.213 -97.3819 703.889 -97.5724 703.736 -97.8975C703.525 -98.3468 703.714 -98.8833 704.164 -99.0967C706.995 -100.437 709.906 -101.704 712.817 -102.863ZM813.559 -105.649C813.712 -106.122 814.22 -106.382 814.692 -106.229C817.685 -105.263 820.687 -104.189 823.607 -103.035C824.071 -102.853 824.296 -102.33 824.116 -101.867C823.977 -101.513 823.635 -101.297 823.279 -101.297C823.167 -101.297 823.054 -101.318 822.946 -101.36C820.062 -102.499 817.096 -103.561 814.14 -104.516C813.667 -104.668 813.41 -105.176 813.559 -105.649ZM1731.86 -111.881C1731.99 -112.363 1732.48 -112.654 1732.96 -112.53C1733.44 -112.407 1733.73 -111.916 1733.61 -111.435C1732.83 -108.39 1731.95 -105.334 1730.98 -102.352C1730.85 -101.971 1730.5 -101.729 1730.12 -101.729C1730.03 -101.729 1729.93 -101.743 1729.84 -101.773C1729.37 -101.927 1729.11 -102.435 1729.26 -102.907C1730.22 -105.854 1731.09 -108.874 1731.86 -111.881ZM1358.32 -109.668C1358.93 -109.823 1359.56 -109.457 1359.71 -108.844C1359.87 -108.231 1359.51 -107.607 1358.89 -107.448C1353.17 -105.973 1347.42 -104.296 1341.8 -102.463C1341.68 -102.424 1341.57 -102.406 1341.45 -102.406C1340.96 -102.406 1340.52 -102.713 1340.36 -103.197C1340.16 -103.799 1340.49 -104.446 1341.09 -104.643C1346.75 -106.49 1352.55 -108.181 1358.32 -109.668ZM822.763 -151.222C822.898 -151.019 823.051 -150.831 823.227 -150.662C807.295 -141.12 793.65 -128.139 783.318 -112.751C784.566 -112.628 785.81 -112.491 787.045 -112.339C787.54 -112.278 787.891 -111.828 787.828 -111.335C787.774 -110.879 787.382 -110.544 786.937 -110.544L786.824 -110.551C785.293 -110.74 783.746 -110.906 782.196 -111.049C780.672 -108.698 779.225 -106.293 777.857 -103.837C777.601 -103.862 777.339 -103.886 777.078 -103.909C778.437 -106.364 779.875 -108.769 781.389 -111.12C780.1 -111.232 778.811 -111.327 777.527 -111.405C777.032 -111.435 776.655 -111.862 776.682 -112.358C776.713 -112.855 777.141 -113.232 777.636 -113.202C779.256 -113.104 780.884 -112.979 782.508 -112.828C792.902 -128.414 806.672 -141.563 822.763 -151.222ZM730.781 -108.728C731.263 -108.851 731.753 -108.561 731.875 -108.08C732.001 -107.598 731.708 -107.107 731.227 -106.983C728.225 -106.21 725.21 -105.33 722.268 -104.367C722.173 -104.337 722.078 -104.323 721.983 -104.323C721.606 -104.323 721.255 -104.564 721.129 -104.944C720.976 -105.418 721.233 -105.926 721.705 -106.08C724.688 -107.054 727.739 -107.944 730.781 -108.728ZM1220.03 -120.965C1220.35 -120.965 1220.67 -120.858 1220.93 -120.639C1221.54 -120.138 1221.62 -119.242 1221.12 -118.638C1218.01 -114.862 1214.97 -110.938 1212.09 -106.976C1211.81 -106.592 1211.38 -106.39 1210.94 -106.39C1210.65 -106.39 1210.36 -106.478 1210.11 -106.661C1209.47 -107.123 1209.33 -108.011 1209.79 -108.646C1212.7 -112.657 1215.78 -116.628 1218.94 -120.449C1219.22 -120.789 1219.62 -120.965 1220.03 -120.965ZM795.334 -110.168C795.424 -110.656 795.892 -110.979 796.383 -110.887C799.47 -110.307 802.575 -109.621 805.612 -108.849C806.094 -108.726 806.386 -108.236 806.265 -107.754C806.161 -107.346 805.792 -107.074 805.392 -107.074C805.32 -107.074 805.243 -107.083 805.171 -107.103C802.165 -107.866 799.101 -108.543 796.05 -109.116C795.564 -109.209 795.24 -109.679 795.334 -110.168ZM1481.56 -112.834C1481.67 -113.456 1482.27 -113.87 1482.89 -113.749C1488.75 -112.647 1494.65 -111.344 1500.42 -109.876C1501.03 -109.72 1501.4 -109.096 1501.24 -108.481C1501.11 -107.963 1500.65 -107.617 1500.13 -107.617C1500.04 -107.617 1499.94 -107.629 1499.85 -107.653C1494.13 -109.11 1488.28 -110.403 1482.47 -111.496C1481.85 -111.613 1481.44 -112.212 1481.56 -112.834ZM749.335 -112.278C749.83 -112.34 750.28 -111.992 750.343 -111.498C750.406 -111.005 750.054 -110.554 749.56 -110.491C746.486 -110.102 743.381 -109.609 740.339 -109.027C740.281 -109.017 740.226 -109.011 740.168 -109.011C739.745 -109.011 739.372 -109.311 739.286 -109.742C739.192 -110.231 739.516 -110.702 740.002 -110.796C743.08 -111.385 746.221 -111.883 749.335 -112.278ZM1440.71 -121.559C1441.2 -121.652 1441.66 -121.331 1441.76 -120.843C1442.34 -117.792 1443.03 -114.724 1443.8 -111.725C1443.92 -111.243 1443.63 -110.752 1443.15 -110.629C1443.07 -110.61 1443 -110.6 1442.92 -110.6C1442.52 -110.6 1442.16 -110.87 1442.05 -111.276C1441.27 -114.312 1440.58 -117.417 1439.99 -120.505C1439.9 -120.993 1440.22 -121.466 1440.71 -121.559ZM1393.55 -116.405C1394.18 -116.485 1394.76 -116.04 1394.84 -115.412C1394.92 -114.784 1394.47 -114.21 1393.84 -114.131C1387.98 -113.388 1382.06 -112.449 1376.26 -111.341C1376.19 -111.327 1376.12 -111.32 1376.04 -111.32C1375.51 -111.32 1375.03 -111.703 1374.92 -112.252C1374.8 -112.874 1375.21 -113.474 1375.83 -113.593C1381.68 -114.71 1387.64 -115.656 1393.55 -116.405ZM768.189 -113.479C768.689 -113.479 769.09 -113.076 769.09 -112.579C769.094 -112.082 768.689 -111.679 768.194 -111.678C765.085 -111.673 761.948 -111.572 758.856 -111.375L758.799 -111.373C758.331 -111.373 757.935 -111.74 757.903 -112.217C757.872 -112.713 758.245 -113.141 758.744 -113.172C761.867 -113.371 765.049 -113.474 768.189 -113.479ZM1447.29 -118.151C1453.25 -117.791 1459.26 -117.239 1465.16 -116.51C1465.79 -116.432 1466.23 -115.86 1466.16 -115.231C1466.09 -114.651 1465.59 -114.226 1465.02 -114.226C1464.97 -114.226 1464.93 -114.228 1464.88 -114.233C1459.03 -114.957 1453.06 -115.506 1447.15 -115.863C1446.52 -115.902 1446.04 -116.445 1446.08 -117.077C1446.12 -117.709 1446.65 -118.196 1447.29 -118.151ZM1429.36 -118.68C1429.99 -118.68 1430.5 -118.168 1430.5 -117.535C1430.51 -116.902 1430 -116.389 1429.36 -116.388C1423.44 -116.379 1417.45 -116.185 1411.56 -115.812L1411.49 -115.81C1410.89 -115.81 1410.39 -116.276 1410.35 -116.883C1410.31 -117.515 1410.79 -118.06 1411.42 -118.1C1417.36 -118.476 1423.39 -118.671 1429.36 -118.68H1429.36ZM1573.96 -132.538C1574.34 -132.538 1574.72 -132.389 1575 -132.092C1578.39 -128.486 1581.72 -124.725 1584.88 -120.915C1585.38 -120.311 1585.3 -119.416 1584.7 -118.914C1584.43 -118.694 1584.11 -118.586 1583.79 -118.586C1583.38 -118.586 1582.98 -118.76 1582.7 -119.099C1579.57 -122.863 1576.29 -126.579 1572.93 -130.142C1572.39 -130.713 1572.42 -131.613 1572.99 -132.151C1573.26 -132.41 1573.61 -132.538 1573.96 -132.538ZM1736.35 -131.013C1736.84 -130.951 1737.19 -130.501 1737.12 -130.008C1736.74 -126.891 1736.24 -123.747 1735.66 -120.666C1735.58 -120.234 1735.2 -119.933 1734.78 -119.933C1734.72 -119.933 1734.66 -119.938 1734.61 -119.949C1734.12 -120.042 1733.8 -120.513 1733.89 -121.001C1734.47 -124.046 1734.96 -127.151 1735.34 -130.23C1735.4 -130.724 1735.85 -131.077 1736.35 -131.013ZM1438.47 -140.214C1438.96 -140.241 1439.39 -139.868 1439.42 -139.372C1439.62 -136.273 1439.91 -133.143 1440.3 -130.07C1440.36 -129.577 1440.01 -129.127 1439.52 -129.064L1439.41 -129.057C1438.96 -129.057 1438.57 -129.39 1438.51 -129.845C1438.12 -132.955 1437.82 -136.122 1437.63 -139.259C1437.6 -139.755 1437.97 -140.183 1438.47 -140.214ZM1240.31 -142.606C1240.69 -142.606 1241.06 -142.456 1241.34 -142.159C1241.88 -141.587 1241.86 -140.688 1241.28 -140.15C1237.72 -136.795 1234.21 -133.282 1230.87 -129.71C1230.59 -129.411 1230.21 -129.261 1229.83 -129.261C1229.48 -129.261 1229.13 -129.388 1228.86 -129.646C1228.29 -130.182 1228.26 -131.081 1228.8 -131.654C1232.18 -135.269 1235.73 -138.824 1239.33 -142.22C1239.61 -142.478 1239.96 -142.606 1240.31 -142.606ZM1737.4 -150.092C1737.89 -150.092 1738.29 -149.691 1738.29 -149.195V-148.872C1738.29 -145.726 1738.2 -142.547 1738.01 -139.422C1737.98 -138.944 1737.58 -138.577 1737.11 -138.577L1737.05 -138.579C1736.55 -138.61 1736.18 -139.037 1736.21 -139.533C1736.4 -142.621 1736.5 -145.763 1736.5 -148.872V-149.188C1736.5 -149.685 1736.9 -150.09 1737.4 -150.092ZM1552.33 -152.816C1552.64 -152.816 1552.96 -152.711 1553.23 -152.492C1557.05 -149.336 1560.82 -146.019 1564.43 -142.631C1565.01 -142.094 1565.04 -141.194 1564.5 -140.621C1564.22 -140.323 1563.84 -140.172 1563.46 -140.172C1563.11 -140.172 1562.76 -140.298 1562.49 -140.556C1558.92 -143.903 1555.19 -147.182 1551.42 -150.3C1550.82 -150.8 1550.73 -151.695 1551.23 -152.301C1551.51 -152.641 1551.92 -152.816 1552.33 -152.816ZM958.96 -146.729C960.404 -145.727 961.826 -144.698 963.226 -143.639C963.113 -143.425 962.973 -143.228 962.807 -143.054C961.407 -144.114 959.977 -145.149 958.532 -146.151C958.649 -146.363 958.793 -146.557 958.96 -146.729ZM931.41 -161.157C941 -157.567 950.036 -152.841 958.361 -147.141C958.199 -146.963 958.06 -146.768 957.938 -146.56C949.681 -152.212 940.716 -156.902 931.203 -160.467C931.307 -160.681 931.379 -160.913 931.41 -161.157ZM1438.56 -159.006C1439.05 -158.975 1439.43 -158.548 1439.4 -158.052C1439.22 -155.016 1439.13 -151.927 1439.13 -148.872V-148.712C1439.13 -148.215 1438.72 -147.812 1438.23 -147.812C1437.73 -147.812 1437.33 -148.215 1437.33 -148.712V-148.872C1437.33 -151.963 1437.42 -155.089 1437.61 -158.161C1437.64 -158.657 1438.06 -159.04 1438.56 -159.006ZM1263.11 -161.544C1263.55 -161.544 1263.98 -161.341 1264.26 -160.96C1264.72 -160.325 1264.58 -159.437 1263.95 -158.975C1260 -156.09 1256.09 -153.042 1252.32 -149.917C1252.06 -149.696 1251.74 -149.589 1251.42 -149.589C1251.01 -149.589 1250.6 -149.765 1250.32 -150.104C1249.82 -150.708 1249.91 -151.603 1250.51 -152.104C1254.32 -155.267 1258.28 -158.351 1262.28 -161.271C1262.53 -161.455 1262.82 -161.544 1263.11 -161.544ZM965.979 -157.205C967.841 -157.204 969.357 -155.688 969.357 -153.823C969.357 -153.214 969.196 -152.641 968.912 -152.147C968.795 -151.938 968.651 -151.743 968.494 -151.565C967.873 -150.876 966.977 -150.442 965.979 -150.441C964.116 -150.441 962.599 -151.959 962.599 -153.823C962.599 -154.436 962.761 -155.012 963.049 -155.509C963.17 -155.717 963.31 -155.912 963.472 -156.09C964.093 -156.775 964.984 -157.205 965.979 -157.205ZM965.979 -156.486C965.232 -156.486 964.552 -156.177 964.07 -155.678C963.904 -155.506 963.76 -155.311 963.643 -155.1C963.436 -154.721 963.318 -154.285 963.318 -153.823C963.318 -152.354 964.512 -151.159 965.979 -151.159C966.743 -151.159 967.432 -151.484 967.918 -152.002C968.084 -152.177 968.224 -152.373 968.336 -152.587C968.529 -152.956 968.638 -153.377 968.638 -153.823C968.638 -155.292 967.445 -156.486 965.979 -156.486ZM846.667 -162.345C846.69 -162.099 846.748 -161.863 846.838 -161.645C840.619 -159.51 834.611 -156.896 828.874 -153.851C828.82 -154.09 828.738 -154.319 828.635 -154.536C834.395 -157.587 840.425 -160.206 846.667 -162.345ZM1736.08 -168.837C1736.57 -168.902 1737.03 -168.551 1737.09 -168.058C1737.48 -164.95 1737.78 -161.783 1737.98 -158.646C1738.02 -158.149 1737.64 -157.722 1737.14 -157.689L1737.08 -157.688C1736.62 -157.688 1736.22 -158.053 1736.19 -158.53C1735.99 -161.631 1735.69 -164.761 1735.3 -167.831C1735.24 -168.324 1735.59 -168.774 1736.08 -168.837ZM1528.32 -170.243C1528.58 -170.243 1528.84 -170.171 1529.08 -170.021C1533.26 -167.37 1537.42 -164.548 1541.43 -161.635C1542.06 -161.174 1542.21 -160.284 1541.74 -159.649C1541.47 -159.266 1541.03 -159.063 1540.59 -159.062C1540.3 -159.062 1540.02 -159.151 1539.76 -159.334C1535.8 -162.213 1531.69 -165 1527.56 -167.62C1526.89 -168.041 1526.7 -168.919 1527.12 -169.582C1527.39 -170.009 1527.85 -170.243 1528.32 -170.243ZM850.527 -163.599C850.662 -163.401 850.761 -163.176 850.815 -162.934C849.641 -162.574 848.471 -162.198 847.314 -161.806C847.216 -162.023 847.162 -162.261 847.157 -162.511C848.273 -162.888 849.398 -163.252 850.527 -163.599ZM901.44 -168.318C910.323 -167.327 918.933 -165.409 927.163 -162.661C927.042 -162.458 926.946 -162.233 926.888 -161.994C918.576 -164.766 909.887 -166.687 900.905 -167.655C901.085 -167.877 901.261 -168.097 901.44 -168.318ZM857.89 -165.611C857.894 -165.365 857.93 -165.125 857.988 -164.896C855.734 -164.351 853.498 -163.744 851.293 -163.079C851.239 -163.318 851.144 -163.544 851.022 -163.749C853.286 -164.432 855.577 -165.054 857.89 -165.611ZM884.003 -168.739C884.003 -168.603 884.012 -168.468 884.025 -168.336C877.411 -168.161 870.922 -167.47 864.595 -166.303C864.554 -166.544 864.486 -166.776 864.396 -166.996C870.782 -168.179 877.334 -168.878 884.017 -169.054C884.008 -168.95 884.003 -168.845 884.003 -168.739ZM1439.93 -176.92C1440.02 -177.409 1440.49 -177.731 1440.98 -177.639C1441.47 -177.547 1441.79 -177.075 1441.7 -176.587C1441.12 -173.542 1440.64 -170.436 1440.26 -167.355C1440.21 -166.899 1439.81 -166.565 1439.37 -166.565L1439.26 -166.572C1438.76 -166.634 1438.42 -167.084 1438.47 -167.577C1438.86 -170.695 1439.35 -173.838 1439.93 -176.92ZM1288.09 -177.476C1288.59 -177.476 1289.08 -177.21 1289.33 -176.741C1289.71 -176.054 1289.46 -175.19 1288.78 -174.811C1284.51 -172.448 1280.24 -169.914 1276.12 -167.282C1275.88 -167.132 1275.62 -167.06 1275.36 -167.06C1274.89 -167.06 1274.43 -167.292 1274.16 -167.717C1273.73 -168.379 1273.93 -169.258 1274.59 -169.68C1278.77 -172.344 1283.08 -174.907 1287.4 -177.299C1287.62 -177.419 1287.86 -177.476 1288.09 -177.476ZM890.749 -169.054C893.021 -168.994 895.276 -168.874 897.517 -168.694C897.337 -168.468 897.156 -168.243 896.977 -168.017C894.911 -168.174 892.832 -168.281 890.739 -168.336C890.753 -168.468 890.762 -168.603 890.762 -168.739C890.762 -168.845 890.758 -168.95 890.749 -169.054ZM934.239 -172.718C935.508 -172.718 936.544 -171.685 936.544 -170.415C936.544 -170.31 936.535 -170.207 936.521 -170.105C936.49 -169.862 936.418 -169.63 936.314 -169.416C935.945 -168.645 935.153 -168.111 934.239 -168.111C932.97 -168.112 931.94 -169.145 931.94 -170.415C931.94 -170.597 931.959 -170.773 931.999 -170.942C932.057 -171.181 932.152 -171.406 932.273 -171.609C932.678 -172.273 933.407 -172.718 934.239 -172.718ZM887.383 -169.099C888.265 -169.099 889.147 -169.089 890.024 -169.071C890.038 -168.963 890.042 -168.852 890.042 -168.739C890.042 -168.608 890.033 -168.479 890.015 -168.353C889.137 -168.371 888.265 -168.38 887.383 -168.38C886.501 -168.38 885.623 -168.371 884.75 -168.353C884.727 -168.479 884.719 -168.608 884.719 -168.739C884.719 -168.852 884.728 -168.963 884.741 -169.071C885.619 -169.089 886.501 -169.099 887.383 -169.099ZM932.426 -170.415H932.427H932.426ZM892.493 -181.069C894.253 -181.069 895.697 -179.721 895.859 -178.003C895.868 -177.899 895.873 -177.794 895.873 -177.688C895.873 -177.551 895.864 -177.416 895.851 -177.284C895.648 -175.609 894.221 -174.306 892.493 -174.306C890.765 -174.306 889.339 -175.609 889.137 -177.284C889.123 -177.416 889.114 -177.551 889.114 -177.688C889.114 -177.794 889.118 -177.899 889.127 -178.003C889.289 -179.721 890.734 -181.069 892.493 -181.069ZM1502.31 -184.527C1502.51 -184.527 1502.72 -184.483 1502.91 -184.392C1507.39 -182.286 1511.87 -180.007 1516.22 -177.619C1516.91 -177.241 1517.16 -176.377 1516.78 -175.688C1516.53 -175.218 1516.04 -174.951 1515.54 -174.951C1515.31 -174.951 1515.07 -175.008 1514.85 -175.127C1510.56 -177.486 1506.13 -179.738 1501.7 -181.818C1500.99 -182.152 1500.69 -182.999 1501.02 -183.709C1501.26 -184.225 1501.77 -184.527 1502.31 -184.527ZM892.493 -180.352C891.139 -180.351 890.014 -179.332 889.852 -178.02C889.838 -177.911 889.829 -177.8 889.829 -177.688C889.829 -177.556 889.838 -177.428 889.86 -177.302C890.045 -176.015 891.157 -175.025 892.493 -175.024C893.83 -175.024 894.941 -176.015 895.126 -177.302C895.144 -177.428 895.152 -177.556 895.152 -177.688C895.152 -177.8 895.148 -177.911 895.135 -178.02C894.968 -179.332 893.848 -180.352 892.493 -180.352ZM1732.43 -187.27C1732.92 -187.395 1733.4 -187.104 1733.53 -186.623C1734.31 -183.583 1735.01 -180.479 1735.6 -177.396C1735.69 -176.908 1735.37 -176.435 1734.88 -176.342C1734.83 -176.331 1734.77 -176.326 1734.72 -176.326C1734.29 -176.326 1733.92 -176.626 1733.83 -177.057C1733.25 -180.102 1732.56 -183.17 1731.78 -186.173C1731.66 -186.654 1731.95 -187.145 1732.43 -187.27ZM902.627 -177.644C903.941 -177.538 905.25 -177.413 906.551 -177.268C906.371 -177.047 906.196 -176.825 906.016 -176.604C904.715 -176.744 903.401 -176.865 902.087 -176.965C902.267 -177.191 902.447 -177.418 902.627 -177.644ZM1316.6 -195.066C1317.04 -195.066 1317.48 -194.892 1317.8 -194.549C1321.73 -190.373 1325.59 -186.017 1329.25 -181.604C1329.83 -180.905 1329.74 -179.868 1329.03 -179.287C1328.73 -179.031 1328.35 -178.907 1327.99 -178.907C1327.51 -178.907 1327.04 -179.109 1326.72 -179.502C1323.1 -183.861 1319.29 -188.164 1315.41 -192.291C1314.78 -192.952 1314.81 -193.995 1315.48 -194.618C1315.79 -194.917 1316.2 -195.066 1316.6 -195.066ZM1314.85 -190.141C1315.42 -190.141 1315.95 -189.802 1316.17 -189.244C1316.46 -188.515 1316.1 -187.689 1315.38 -187.398C1310.84 -185.592 1306.3 -183.615 1301.88 -181.525C1301.69 -181.433 1301.48 -181.389 1301.28 -181.389C1300.74 -181.389 1300.23 -181.69 1299.99 -182.203C1299.65 -182.913 1299.96 -183.758 1300.67 -184.095C1305.14 -186.211 1309.73 -188.212 1314.33 -190.04C1314.5 -190.108 1314.68 -190.141 1314.85 -190.141ZM1444.59 -195.24C1444.75 -195.713 1445.26 -195.973 1445.73 -195.819C1446.2 -195.666 1446.46 -195.159 1446.31 -194.686C1445.35 -191.735 1444.48 -188.715 1443.72 -185.709C1443.61 -185.302 1443.25 -185.03 1442.84 -185.03C1442.77 -185.03 1442.7 -185.039 1442.62 -185.059C1442.14 -185.181 1441.85 -185.672 1441.97 -186.154C1442.75 -189.197 1443.63 -192.254 1444.59 -195.24ZM1474.69 -195.423C1474.83 -195.423 1474.98 -195.4 1475.12 -195.354C1479.85 -193.828 1484.58 -192.132 1489.19 -190.312C1489.92 -190.024 1490.28 -189.199 1489.99 -188.468C1489.77 -187.909 1489.23 -187.568 1488.67 -187.568C1488.5 -187.568 1488.32 -187.6 1488.15 -187.668C1483.59 -189.465 1478.92 -191.141 1474.25 -192.648C1473.5 -192.889 1473.09 -193.691 1473.33 -194.438C1473.53 -195.039 1474.09 -195.423 1474.69 -195.423ZM930.163 -206.728C930.604 -206.727 931.04 -206.553 931.364 -206.209C931.985 -205.547 931.953 -204.506 931.292 -203.883C927.166 -199.997 923.107 -195.928 919.232 -191.79C918.909 -191.445 918.468 -191.271 918.031 -191.271C917.626 -191.271 917.221 -191.418 916.906 -191.716C916.245 -192.338 916.208 -193.379 916.829 -194.043C920.753 -198.23 924.858 -202.347 929.038 -206.28C929.353 -206.579 929.758 -206.728 930.163 -206.728ZM1343.03 -199.342C1343.66 -199.342 1344.24 -198.916 1344.41 -198.274C1344.6 -197.515 1344.15 -196.739 1343.38 -196.543C1338.65 -195.322 1333.89 -193.934 1329.24 -192.415C1329.09 -192.367 1328.94 -192.345 1328.79 -192.345C1328.2 -192.345 1327.64 -192.726 1327.45 -193.325C1327.2 -194.072 1327.61 -194.875 1328.35 -195.118C1333.06 -196.654 1337.88 -198.06 1342.68 -199.297C1342.79 -199.327 1342.92 -199.342 1343.03 -199.342ZM1726.49 -205.095C1726.95 -205.279 1727.47 -205.054 1727.66 -204.592C1728.82 -201.675 1729.9 -198.683 1730.88 -195.7C1731.03 -195.227 1730.78 -194.719 1730.3 -194.564C1730.21 -194.534 1730.11 -194.52 1730.02 -194.52C1729.64 -194.52 1729.29 -194.761 1729.17 -195.141C1728.2 -198.087 1727.13 -201.043 1725.99 -203.925C1725.8 -204.387 1726.03 -204.911 1726.49 -205.095ZM1445.96 -202.729C1446.05 -202.729 1446.13 -202.721 1446.22 -202.704C1451.09 -201.789 1455.99 -200.706 1460.79 -199.486C1461.55 -199.293 1462.01 -198.52 1461.82 -197.759C1461.65 -197.115 1461.07 -196.687 1460.44 -196.687C1460.33 -196.687 1460.21 -196.701 1460.09 -196.731C1455.35 -197.937 1450.51 -199.006 1445.7 -199.91C1444.93 -200.055 1444.42 -200.798 1444.56 -201.569C1444.69 -202.252 1445.29 -202.728 1445.96 -202.729ZM1372.14 -204.912C1372.85 -204.912 1373.46 -204.388 1373.55 -203.669C1373.65 -202.891 1373.1 -202.18 1372.32 -202.081C1367.47 -201.466 1362.57 -200.687 1357.77 -199.769C1357.68 -199.751 1357.59 -199.743 1357.5 -199.743C1356.83 -199.743 1356.24 -200.218 1356.11 -200.898C1355.96 -201.67 1356.46 -202.414 1357.23 -202.562C1362.09 -203.491 1367.05 -204.278 1371.96 -204.9C1372.03 -204.908 1372.09 -204.912 1372.14 -204.912ZM1416.63 -206.359C1421.58 -206.06 1426.58 -205.601 1431.48 -204.995C1432.26 -204.899 1432.81 -204.19 1432.72 -203.411C1432.63 -202.692 1432.02 -202.163 1431.31 -202.163C1431.25 -202.163 1431.19 -202.168 1431.13 -202.175C1426.29 -202.773 1421.35 -203.226 1416.46 -203.521C1415.68 -203.569 1415.08 -204.243 1415.13 -205.026C1415.17 -205.781 1415.8 -206.362 1416.54 -206.362C1416.57 -206.362 1416.6 -206.361 1416.63 -206.359ZM1451.55 -212.852C1451.76 -213.301 1452.29 -213.495 1452.74 -213.283C1453.19 -213.072 1453.39 -212.534 1453.17 -212.084C1451.85 -209.273 1450.61 -206.383 1449.47 -203.495C1449.33 -203.141 1448.99 -202.926 1448.63 -202.926C1448.52 -202.926 1448.4 -202.945 1448.3 -202.988C1447.83 -203.171 1447.61 -203.694 1447.79 -204.156C1448.94 -207.079 1450.21 -210.005 1451.55 -212.852ZM1401.73 -206.796C1402.51 -206.796 1403.14 -206.161 1403.14 -205.376C1403.15 -204.591 1402.51 -203.954 1401.73 -203.953C1396.83 -203.945 1391.87 -203.784 1386.99 -203.475L1386.9 -203.472C1386.16 -203.472 1385.53 -204.05 1385.49 -204.803C1385.44 -205.586 1386.03 -206.261 1386.81 -206.312C1391.75 -206.625 1396.76 -206.788 1401.72 -206.796H1401.73ZM1291.54 -218.553C1291.91 -218.553 1292.28 -218.429 1292.59 -218.177C1297.01 -214.521 1301.38 -210.679 1305.57 -206.755C1306.23 -206.134 1306.26 -205.092 1305.64 -204.429C1305.32 -204.082 1304.88 -203.907 1304.44 -203.907C1304.04 -203.907 1303.63 -204.055 1303.32 -204.353C1299.18 -208.23 1294.87 -212.026 1290.5 -215.637C1289.79 -216.216 1289.69 -217.254 1290.27 -217.955C1290.6 -218.349 1291.07 -218.553 1291.54 -218.553ZM1718.36 -222.007C1718.79 -222.248 1719.34 -222.09 1719.58 -221.655C1721.1 -218.906 1722.55 -216.078 1723.89 -213.249C1724.1 -212.8 1723.91 -212.262 1723.46 -212.05C1723.34 -211.991 1723.21 -211.963 1723.08 -211.963C1722.74 -211.963 1722.41 -212.154 1722.26 -212.479C1720.94 -215.273 1719.51 -218.067 1718 -220.783C1717.77 -221.218 1717.92 -221.766 1718.36 -222.007ZM956.573 -228.66C957.082 -228.66 957.581 -228.426 957.905 -227.984C958.441 -227.25 958.278 -226.22 957.545 -225.685C952.969 -222.343 948.437 -218.814 944.081 -215.195C943.771 -214.94 943.402 -214.815 943.028 -214.815C942.556 -214.815 942.088 -215.018 941.764 -215.41C941.183 -216.11 941.278 -217.148 941.979 -217.729C946.389 -221.391 950.975 -224.963 955.605 -228.345C955.898 -228.558 956.24 -228.66 956.573 -228.66ZM1460.65 -229.436C1460.92 -229.855 1461.47 -229.98 1461.9 -229.714C1462.31 -229.447 1462.44 -228.891 1462.17 -228.471C1460.51 -225.849 1458.91 -223.14 1457.41 -220.421C1457.25 -220.122 1456.94 -219.953 1456.63 -219.953C1456.48 -219.953 1456.33 -219.989 1456.19 -220.064C1455.76 -220.304 1455.6 -220.852 1455.84 -221.288C1457.35 -224.041 1458.97 -226.782 1460.65 -229.436ZM1263.74 -238.736C1264.04 -238.736 1264.34 -238.654 1264.62 -238.48C1269.46 -235.409 1274.27 -232.14 1278.92 -228.766C1279.66 -228.232 1279.82 -227.202 1279.29 -226.467C1278.97 -226.023 1278.46 -225.787 1277.95 -225.787C1277.62 -225.787 1277.28 -225.889 1276.99 -226.101C1272.4 -229.435 1267.64 -232.665 1262.86 -235.699C1262.09 -236.186 1261.86 -237.203 1262.34 -237.971C1262.66 -238.466 1263.19 -238.736 1263.74 -238.736ZM1708.17 -237.776C1708.57 -238.069 1709.13 -237.981 1709.42 -237.579C1711.28 -235.043 1713.07 -232.417 1714.75 -229.775C1715.02 -229.356 1714.9 -228.8 1714.48 -228.532C1714.33 -228.437 1714.16 -228.391 1714 -228.391C1713.7 -228.391 1713.41 -228.537 1713.23 -228.807C1711.57 -231.416 1709.8 -234.011 1707.97 -236.518C1707.68 -236.919 1707.76 -237.483 1708.17 -237.776ZM985.504 -247.113C986.084 -247.113 986.646 -246.805 986.943 -246.263C987.384 -245.467 987.097 -244.466 986.301 -244.026C981.351 -241.29 976.419 -238.356 971.64 -235.308C971.365 -235.133 971.059 -235.049 970.758 -235.049C970.214 -235.049 969.682 -235.319 969.367 -235.811C968.877 -236.577 969.102 -237.595 969.871 -238.084C974.708 -241.17 979.699 -244.138 984.712 -246.907C984.964 -247.047 985.234 -247.113 985.504 -247.113ZM1471.76 -244.741C1472.08 -245.124 1472.64 -245.179 1473.03 -244.861C1473.41 -244.544 1473.47 -243.976 1473.15 -243.593C1471.17 -241.201 1469.24 -238.716 1467.42 -236.205C1467.25 -235.962 1466.97 -235.833 1466.69 -235.833C1466.51 -235.833 1466.33 -235.889 1466.17 -236.005C1465.77 -236.297 1465.68 -236.86 1465.97 -237.263C1467.81 -239.804 1469.76 -242.32 1471.76 -244.741ZM1696.08 -252.155C1696.44 -252.495 1697.01 -252.479 1697.35 -252.117C1699.51 -249.833 1701.61 -247.45 1703.61 -245.036C1703.93 -244.654 1703.88 -244.087 1703.5 -243.769C1703.33 -243.629 1703.13 -243.561 1702.92 -243.561C1702.66 -243.561 1702.41 -243.672 1702.23 -243.886C1700.25 -246.271 1698.17 -248.624 1696.04 -250.882C1695.7 -251.244 1695.72 -251.814 1696.08 -252.155ZM1233.61 -255.28C1233.84 -255.28 1234.08 -255.23 1234.31 -255.124C1239.5 -252.685 1244.69 -250.045 1249.73 -247.279C1250.52 -246.842 1250.81 -245.841 1250.37 -245.044C1250.08 -244.499 1249.51 -244.189 1248.93 -244.189C1248.66 -244.189 1248.39 -244.255 1248.14 -244.393C1243.16 -247.126 1238.04 -249.733 1232.91 -252.143C1232.09 -252.529 1231.73 -253.51 1232.12 -254.333C1232.4 -254.931 1232.99 -255.28 1233.61 -255.28ZM1484.68 -258.534C1485.05 -258.874 1485.62 -258.859 1485.96 -258.496C1486.3 -258.134 1486.28 -257.564 1485.92 -257.223C1483.66 -255.097 1481.44 -252.871 1479.32 -250.607C1479.14 -250.419 1478.91 -250.324 1478.66 -250.324C1478.44 -250.324 1478.22 -250.404 1478.05 -250.567C1477.69 -250.907 1477.67 -251.477 1478.01 -251.84C1480.15 -254.13 1482.4 -256.382 1484.68 -258.534ZM1016.5 -261.782C1017.15 -261.782 1017.77 -261.389 1018.03 -260.744C1018.36 -259.899 1017.95 -258.942 1017.11 -258.605C1011.85 -256.513 1006.59 -254.224 1001.48 -251.804C1001.25 -251.696 1001.01 -251.645 1000.78 -251.645C1000.16 -251.645 999.566 -251.993 999.287 -252.588C998.9 -253.41 999.251 -254.39 1000.07 -254.779C1005.25 -257.23 1010.57 -259.547 1015.89 -261.665C1016.09 -261.744 1016.3 -261.782 1016.5 -261.782ZM1682.29 -264.921C1682.61 -265.304 1683.18 -265.358 1683.56 -265.042C1685.98 -263.043 1688.37 -260.94 1690.66 -258.794C1691.02 -258.454 1691.04 -257.884 1690.7 -257.521C1690.52 -257.332 1690.28 -257.236 1690.04 -257.236C1689.82 -257.236 1689.6 -257.317 1689.43 -257.479C1687.17 -259.6 1684.8 -261.678 1682.41 -263.653C1682.03 -263.97 1681.98 -264.537 1682.29 -264.921ZM1201.62 -267.899C1201.79 -267.899 1201.96 -267.874 1202.12 -267.819C1207.6 -266.053 1213.08 -264.088 1218.42 -261.979C1219.26 -261.646 1219.68 -260.691 1219.35 -259.845C1219.09 -259.197 1218.47 -258.803 1217.82 -258.803C1217.61 -258.803 1217.41 -258.84 1217.21 -258.918C1211.93 -261 1206.52 -262.941 1201.12 -264.687C1200.25 -264.966 1199.78 -265.893 1200.05 -266.758C1200.28 -267.455 1200.92 -267.899 1201.62 -267.899ZM1499.22 -270.604C1499.62 -270.898 1500.19 -270.809 1500.48 -270.407C1500.77 -270.006 1500.68 -269.442 1500.28 -269.149C1497.78 -267.321 1495.3 -265.391 1492.92 -263.411C1492.75 -263.271 1492.54 -263.204 1492.34 -263.204C1492.08 -263.204 1491.83 -263.314 1491.65 -263.528C1491.33 -263.911 1491.39 -264.479 1491.77 -264.797C1494.18 -266.8 1496.69 -268.755 1499.22 -270.604ZM1049.14 -272.438C1049.87 -272.438 1050.54 -271.945 1050.73 -271.203C1050.96 -270.322 1050.43 -269.424 1049.55 -269.197C1044.06 -267.783 1038.55 -266.175 1033.16 -264.416C1032.99 -264.361 1032.82 -264.334 1032.65 -264.334C1031.96 -264.334 1031.31 -264.775 1031.08 -265.47C1030.8 -266.334 1031.28 -267.264 1032.14 -267.546C1037.59 -269.326 1043.17 -270.954 1048.72 -272.386C1048.86 -272.421 1049 -272.438 1049.14 -272.438ZM1667.02 -275.87C1667.28 -276.291 1667.84 -276.414 1668.26 -276.148C1670.91 -274.469 1673.54 -272.681 1676.09 -270.835C1676.49 -270.543 1676.58 -269.98 1676.29 -269.577C1676.11 -269.334 1675.83 -269.205 1675.56 -269.205C1675.37 -269.205 1675.19 -269.261 1675.03 -269.377C1672.51 -271.2 1669.91 -272.967 1667.29 -274.627C1666.88 -274.894 1666.75 -275.45 1667.02 -275.87ZM1168.35 -276.361C1168.45 -276.361 1168.55 -276.352 1168.65 -276.333C1174.29 -275.273 1179.97 -274.018 1185.52 -272.605C1186.41 -272.382 1186.94 -271.486 1186.71 -270.604C1186.52 -269.86 1185.86 -269.363 1185.12 -269.363C1184.98 -269.363 1184.85 -269.38 1184.71 -269.415C1179.22 -270.811 1173.62 -272.049 1168.05 -273.096C1167.15 -273.264 1166.57 -274.124 1166.73 -275.018C1166.88 -275.809 1167.57 -276.361 1168.35 -276.361ZM1082.86 -278.891C1083.68 -278.891 1084.38 -278.283 1084.49 -277.451C1084.6 -276.548 1083.96 -275.725 1083.06 -275.61C1077.44 -274.898 1071.76 -273.997 1066.2 -272.934C1066.1 -272.913 1065.99 -272.904 1065.89 -272.904C1065.12 -272.904 1064.43 -273.453 1064.28 -274.241C1064.11 -275.134 1064.69 -275.996 1065.59 -276.167C1071.22 -277.244 1076.96 -278.157 1082.65 -278.878C1082.72 -278.886 1082.79 -278.891 1082.86 -278.891ZM1515.14 -280.759C1515.58 -280.999 1516.13 -280.841 1516.36 -280.406C1516.6 -279.971 1516.44 -279.423 1516.01 -279.183C1513.3 -277.686 1510.6 -276.08 1507.99 -274.413C1507.84 -274.317 1507.67 -274.272 1507.51 -274.272C1507.21 -274.273 1506.92 -274.42 1506.75 -274.688C1506.48 -275.108 1506.6 -275.665 1507.02 -275.933C1509.67 -277.62 1512.4 -279.244 1515.14 -280.759ZM1134.38 -280.565C1140.11 -280.219 1145.9 -279.688 1151.58 -278.986C1152.48 -278.875 1153.12 -278.053 1153.01 -277.151C1152.91 -276.317 1152.2 -275.707 1151.38 -275.707C1151.32 -275.707 1151.25 -275.71 1151.18 -275.719C1145.56 -276.412 1139.85 -276.937 1134.18 -277.279C1133.28 -277.334 1132.58 -278.114 1132.64 -279.021C1132.69 -279.896 1133.42 -280.568 1134.28 -280.568C1134.31 -280.568 1134.35 -280.567 1134.38 -280.565ZM1117.12 -281.071C1118.02 -281.071 1118.76 -280.336 1118.76 -279.428C1118.76 -278.519 1118.02 -277.78 1117.12 -277.779C1111.92 -277.771 1106.68 -277.614 1101.5 -277.312C1101.78 -278.428 1102.07 -279.55 1102.37 -280.66C1107.27 -280.926 1112.21 -281.064 1117.12 -281.071ZM1650.48 -284.82C1650.69 -285.271 1651.23 -285.464 1651.68 -285.253C1654.52 -283.919 1657.36 -282.475 1660.11 -280.962C1660.55 -280.722 1660.71 -280.175 1660.47 -279.739C1660.31 -279.441 1659.99 -279.271 1659.68 -279.271C1659.53 -279.272 1659.38 -279.308 1659.25 -279.383C1656.53 -280.878 1653.72 -282.305 1650.91 -283.623C1650.46 -283.834 1650.27 -284.371 1650.48 -284.82ZM1230.09 -445.895C1218.01 -438.998 1206.51 -431.198 1195.68 -422.585L1195.68 -422.584C1197.15 -421.053 1198.05 -418.974 1198.05 -416.689C1198.05 -411.995 1194.23 -408.173 1189.54 -408.173C1186.75 -408.172 1184.27 -409.522 1182.72 -411.601H1182.72C1144.47 -377.092 1116.09 -331.852 1102.37 -280.66C1101.83 -280.63 1101.28 -280.599 1100.74 -280.566C1114.52 -332.343 1143.2 -378.107 1181.89 -412.945L1181.7 -413.376C1181.26 -414.395 1181.02 -415.515 1181.02 -416.689C1181.02 -421.384 1184.84 -425.207 1189.54 -425.207C1191.38 -425.207 1193.09 -424.618 1194.48 -423.617C1204.74 -431.791 1215.61 -439.248 1226.99 -445.895H1230.09ZM1532.2 -288.832C1532.66 -289.015 1533.19 -288.79 1533.37 -288.328C1533.55 -287.866 1533.32 -287.342 1532.87 -287.158C1529.99 -286.013 1527.11 -284.761 1524.32 -283.437C1524.19 -283.378 1524.06 -283.351 1523.93 -283.351C1523.59 -283.351 1523.27 -283.541 1523.11 -283.866C1522.9 -284.316 1523.1 -284.853 1523.55 -285.065C1526.38 -286.406 1529.29 -287.673 1532.2 -288.832ZM1632.94 -291.618C1633.09 -292.091 1633.6 -292.351 1634.08 -292.198C1637.07 -291.232 1640.06 -290.157 1642.99 -289.004C1643.45 -288.821 1643.68 -288.299 1643.49 -287.836C1643.35 -287.482 1643.02 -287.266 1642.66 -287.266C1642.55 -287.266 1642.44 -287.286 1642.33 -287.329C1639.44 -288.468 1636.48 -289.529 1633.52 -290.484C1633.05 -290.637 1632.79 -291.145 1632.94 -291.618ZM1550.16 -294.696C1550.64 -294.82 1551.13 -294.531 1551.26 -294.049C1551.38 -293.568 1551.09 -293.077 1550.61 -292.952C1547.61 -292.179 1544.59 -291.298 1541.65 -290.336C1541.55 -290.306 1541.46 -290.292 1541.37 -290.292C1540.99 -290.292 1540.63 -290.533 1540.51 -290.913C1540.35 -291.386 1540.61 -291.894 1541.09 -292.049C1544.07 -293.023 1547.12 -293.913 1550.16 -294.696ZM1614.71 -296.137C1614.81 -296.625 1615.27 -296.947 1615.76 -296.855C1618.85 -296.276 1621.95 -295.59 1624.99 -294.817C1625.48 -294.695 1625.76 -294.204 1625.64 -293.723C1625.54 -293.315 1625.17 -293.043 1624.77 -293.043C1624.7 -293.043 1624.63 -293.052 1624.55 -293.071C1621.55 -293.835 1618.48 -294.512 1615.43 -295.085C1614.94 -295.177 1614.62 -295.648 1614.71 -296.137ZM1568.72 -298.248C1569.21 -298.31 1569.66 -297.96 1569.72 -297.467C1569.78 -296.974 1569.44 -296.524 1568.94 -296.461C1565.86 -296.071 1562.76 -295.578 1559.72 -294.996C1559.66 -294.985 1559.6 -294.98 1559.55 -294.979C1559.13 -294.979 1558.75 -295.28 1558.67 -295.711C1558.57 -296.199 1558.89 -296.671 1559.38 -296.765C1562.46 -297.354 1565.6 -297.853 1568.72 -298.248ZM1597.01 -299.171C1600.15 -298.981 1603.32 -298.691 1606.43 -298.308C1606.92 -298.246 1607.27 -297.797 1607.21 -297.304C1607.15 -296.848 1606.76 -296.513 1606.31 -296.513L1606.21 -296.52C1603.13 -296.899 1600.01 -297.186 1596.91 -297.373C1596.41 -297.403 1596.03 -297.83 1596.06 -298.326C1596.09 -298.823 1596.52 -299.2 1597.01 -299.171ZM1587.57 -299.448C1588.07 -299.448 1588.47 -299.045 1588.47 -298.549C1588.47 -298.051 1588.07 -297.647 1587.57 -297.646C1584.47 -297.642 1581.33 -297.54 1578.24 -297.344L1578.18 -297.342C1577.71 -297.342 1577.31 -297.709 1577.28 -298.186C1577.25 -298.682 1577.63 -299.11 1578.12 -299.142C1581.25 -299.34 1584.43 -299.443 1587.57 -299.448H1587.57ZM1500.45 -445.895C1525.95 -431 1548.83 -412.08 1568.2 -390.002C1570.04 -391.069 1572.17 -391.679 1574.45 -391.679C1581.34 -391.679 1586.95 -386.07 1586.95 -379.175C1586.95 -375.916 1585.69 -372.943 1583.64 -370.715C1585.05 -368.779 1586.45 -366.812 1587.81 -364.838C1587.96 -364.62 1588.11 -364.402 1588.26 -364.185V-361.426C1588.11 -361.651 1587.96 -361.867 1587.81 -362.092C1586.09 -364.635 1584.32 -367.151 1582.51 -369.632C1580.34 -367.785 1577.52 -366.67 1574.45 -366.67C1567.56 -366.67 1561.95 -372.281 1561.95 -379.175C1561.95 -383.107 1563.77 -386.622 1566.62 -388.916L1566.9 -389.134C1547.59 -411.104 1524.79 -429.926 1499.37 -444.727C1499.6 -445.098 1499.8 -445.489 1499.98 -445.895H1500.45ZM1568.65 -387.126C1566.2 -385.333 1564.6 -382.437 1564.6 -379.175C1564.6 -373.743 1569.02 -369.327 1574.45 -369.325C1576.93 -369.325 1579.2 -370.25 1580.94 -371.774C1577.02 -377.047 1572.93 -382.157 1568.65 -387.126ZM1574.45 -389.024C1572.84 -389.024 1571.32 -388.636 1569.98 -387.95C1574.17 -383.078 1578.18 -378.064 1582.03 -372.901C1583.44 -374.606 1584.29 -376.793 1584.29 -379.175C1584.29 -384.605 1579.88 -389.024 1574.45 -389.024ZM1191.84 -410.39H1191.84H1191.84ZM1193.55 -411.316H1193.55H1193.55ZM1195.83 -418.994H1195.84H1195.83ZM1190.56 -423.321C1191.89 -423.117 1193.09 -422.52 1194.04 -421.653C1193.88 -421.798 1193.72 -421.936 1193.55 -422.064C1193.46 -422.129 1193.37 -422.191 1193.28 -422.251C1192.84 -422.553 1192.35 -422.802 1191.84 -422.99C1191.64 -423.066 1191.43 -423.131 1191.21 -423.187C1191 -423.242 1190.78 -423.287 1190.56 -423.321ZM1185.79 -422.251C1185.67 -422.167 1185.55 -422.077 1185.43 -421.985C1185.55 -422.077 1185.67 -422.167 1185.79 -422.251ZM1187.86 -423.187C1187.65 -423.132 1187.44 -423.066 1187.24 -422.991C1187.44 -423.066 1187.65 -423.132 1187.86 -423.187ZM1188.52 -423.321L1188.52 -423.32L1188.52 -423.321Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.icon-card-teaser-collection.icon-card-teaser-collection--gradient .icon-card-teaser-collection__decorative-strip {
  background: radial-gradient(150.63% 80.34% at 90.42% 97.27%, #143374 0%, rgba(31, 61, 123, 0) 100%), radial-gradient(80.48% 78.86% at 54.55% 113.21%, rgba(232, 119, 34, 0.75) 0%, rgba(100, 0, 48, 0.75) 100%), linear-gradient(97deg, #640030 -14.06%, #83003F 20.9%, #1F3D7B 65.39%, #190D50 91.87%);
}

.icon-card-teaser-collection.icon-card-teaser-collection--maroon .icon-card-teaser-collection__decorative-strip {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.icon-card-teaser-collection.icon-card-teaser-collection--blue .icon-card-teaser-collection__decorative-strip {
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.icon-card-teaser-collection .icon-card-teaser-collection__wrapper {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .icon-card-teaser-collection .icon-card-teaser-collection__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.icon-card-teaser-collection .icon-card-teaser-collection__intro-block {
  max-width: 56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.icon-card-teaser-collection .icon-card-teaser-collection__items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .icon-card-teaser-collection .icon-card-teaser-collection__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .icon-card-teaser-collection .icon-card-teaser-collection__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.icon-card-teaser-collection .icon-card-teaser-collection__item {
  position: relative;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item:hover .icon-card-teaser-collection__item-content {
  --transform-translate-y: -0.625rem;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item:hover .icon-card-teaser-collection__item-link a::after {
  bottom: -0.625rem;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item-content {
  height: 100%;
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  border-top-width: 0.375rem;
  --border-opacity: 1;
  border-color: #EDD085;
  border-color: rgba(237, 208, 133, var(--border-opacity));
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  will-change: transform;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item-icon {
  line-height: 1;
  font-size: 4.75rem;
  --text-opacity: 1;
  color: #918259;
  color: rgba(145, 130, 89, var(--text-opacity));
  margin-bottom: 0.3125rem;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item-link a {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  will-change: transform;
}

.icon-card-teaser-collection .icon-card-teaser-collection__item-link a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -6px;
  will-change: transform;
}

.link-group-with-descriptions {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .link-group-with-descriptions {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.link-group-with-descriptions.link-group-with-descriptions--gray {
  --bg-opacity: 1;
  background-color: #F2F2F2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  position: relative;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .link-group-with-descriptions.link-group-with-descriptions--gray {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.link-group-with-descriptions .link-group-with-descriptions_content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2.8125rem;
  gap: 2.8125rem;
}

@media (min-width: 768px) {
  .link-group-with-descriptions .link-group-with-descriptions_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

@media (min-width: 1024px) {
  .link-group-with-descriptions .link-group-with-descriptions_content {
    grid-gap: 2.8125rem;
    gap: 2.8125rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.link-group-with-descriptions .link-group-with-descriptions_intro-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.link-group-with-descriptions .link-group-with-descriptions_intro-block-fancy-links {
  padding-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .link-group-with-descriptions .link-group-with-descriptions_items {
    grid-column: span 2 / span 2;
  }
}

.link-group-with-descriptions .link-group-with-descriptions_items-list {
  display: block;
  margin-bottom: -1.875rem;
}

@media (min-width: 768px) {
  .link-group-with-descriptions .link-group-with-descriptions_items-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .link-group-with-descriptions .link-group-with-descriptions_items-list {
    padding-left: 1.25rem;
    padding-top: 0.9375rem;
  }
}

@media (min-width: 1280px) {
  .link-group-with-descriptions .link-group-with-descriptions_items-list {
    padding-left: 2.5rem;
  }
}

.link-group-with-descriptions .link-group-with-descriptions_items-list > li {
  padding-bottom: 1.875rem;
}

.link-group-with-descriptions .link-group-with-descriptions_items-list > li .link-group-with-descriptions_items-list-item-link {
  line-height: 1.25;
  font-size: 1.25rem;
}

.link-group-with-descriptions .link-group-with-descriptions_items-list * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.link-group-with-descriptions .link-group-with-descriptions_items-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.mixed-media-grid {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  /* default anyway, but just in case */
}

@media (min-width: 768px) {
  .mixed-media-grid {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.mixed-media-grid a:not(.button) {
  color: #ffffff !important;
}

.mixed-media-grid .mixed-media-grid__decoration-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mixed-media-grid .mixed-media-grid__decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  --bg-opacity: 1;
  background-color: #202122;
  background-color: rgba(32, 33, 34, var(--bg-opacity));
  top: 25%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1371' viewBox='0 0 1600 1371' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.528 1035.91C762.042 1016.48 802.919 1055.59 831.55 1091.83C863.846 1132.69 893.094 1175.51 921.385 1216.92C958.14 1270.73 993.885 1323.05 1035.26 1370.62H1029.97C989.438 1323.61 954.237 1272.12 918.075 1219.18C889.825 1177.83 860.617 1135.07 828.409 1094.31C800.568 1059.08 760.884 1021.03 700.718 1039.73C639.895 1058.63 632.491 1104.65 624.647 1153.37C619.888 1182.96 614.965 1213.55 597.467 1238.55C584.135 1257.59 580.582 1258.8 570.038 1262.39C565.612 1263.9 560.099 1265.78 551.947 1269.62C551.719 1269.72 551.474 1269.79 551.226 1269.81C509.699 1272.55 467.925 1278.13 427.063 1286.39C376.019 1297.3 325.239 1311.82 276.149 1329.56C263.823 1333.89 251.529 1338.26 239.267 1342.62C212.29 1352.22 185.518 1361.73 158.958 1370.62H146.207C176.496 1360.69 207.079 1349.82 237.925 1338.85C250.195 1334.48 262.489 1330.11 274.808 1325.78C324.045 1307.99 375.006 1293.42 426.251 1282.46C467.184 1274.2 509.003 1268.6 550.581 1265.84C558.757 1262.01 564.522 1260.04 568.748 1258.6C578.879 1255.15 581.604 1254.22 594.187 1236.25C611.156 1212.01 616.003 1181.88 620.694 1152.73C628.386 1104.95 636.334 1055.55 699.528 1035.91ZM763.607 1124.17C821.674 1119.63 864.551 1163.74 884.938 1190.43C913.148 1227.36 938.297 1265.88 962.621 1303.13C977.579 1326.04 992.33 1348.63 1007.57 1370.62H1002.7C987.999 1349.32 973.726 1327.47 959.269 1305.32C934.984 1268.13 909.874 1229.67 881.752 1192.86C861.862 1166.82 820.152 1123.81 763.916 1128.15C700.91 1133.06 690.138 1178.32 678.729 1226.23C671.526 1256.5 664.074 1287.79 643.043 1310.21C623.57 1330.98 619.035 1331.84 593.861 1336.62L589.603 1337.43C551.794 1344.66 514.426 1347.87 478.3 1350.97C433.497 1354.82 387.472 1358.79 340.65 1370.62H325.167C377.305 1355.62 428.374 1351.24 477.96 1346.98C513.986 1343.89 551.241 1340.69 588.85 1333.49L593.116 1332.68C618.302 1327.91 621.538 1327.29 640.122 1307.47C660.424 1285.82 667.747 1255.06 674.83 1225.3C686.584 1175.93 697.689 1129.29 763.607 1124.17ZM697.333 1265.16C712.303 1215.27 726.413 1168.19 792.977 1169.38C846.372 1170.38 886.019 1209.72 904.899 1233.08C936.431 1272.08 962.818 1313.5 988.345 1353.56C991.982 1359.27 995.608 1364.95 999.233 1370.62H994.474C991.309 1365.66 988.141 1360.7 984.964 1355.71C959.502 1315.75 933.174 1274.43 901.787 1235.6C883.344 1212.78 844.67 1174.36 792.9 1173.39C729.513 1172.09 715.693 1217.92 701.167 1266.31C691.657 1298 681.825 1330.77 657.549 1352.15C644.77 1363.41 635.936 1368.08 625.072 1370.62H594.122C595.059 1370.52 595.981 1370.45 596.923 1370.35L601.273 1369.9C626.054 1367.35 635.324 1366.4 654.901 1349.15C678.316 1328.52 687.983 1296.31 697.333 1265.16ZM578.971 861.911C612.461 834.715 640.287 823.407 666.546 826.355C693.462 829.367 719.117 847.47 747.287 883.329C785.981 932.581 821.347 984.545 855.55 1034.79C943.734 1164.35 1027.32 1287.07 1165.07 1370.62H1157.35C1022.21 1286.73 939.479 1165.22 852.236 1037.05C818.073 986.852 782.744 934.949 744.139 885.801C716.674 850.846 691.876 833.221 666.102 830.337C640.976 827.509 614.1 838.549 581.495 865.015C546.931 893.08 513.001 941.206 495.054 987.618C487.21 1007.91 486.048 1030.77 484.927 1052.89C483.757 1075.95 482.546 1099.8 473.617 1120.29C447.105 1181.11 341.127 1207.23 255.972 1228.23C228.687 1234.95 202.912 1241.31 183.066 1248.03C121.911 1268.76 60.2222 1286.47 0 1295.1V1291.02C59.7855 1282.42 121.045 1264.83 181.776 1244.24C201.786 1237.46 227.641 1231.08 255.01 1224.33C339.308 1203.56 444.222 1177.69 469.944 1118.68C478.585 1098.87 479.723 1076.44 480.929 1052.69C482.062 1030.26 483.24 1007.06 491.32 986.167C509.5 939.155 543.902 890.376 578.971 861.911ZM2003 965.575C1939.9 1092.97 1825.05 1183.65 1739.18 1243.34C1667.02 1293.51 1581.71 1347.29 1491.97 1370.62H1474.74C1476.02 1370.34 1477.3 1370.12 1478.59 1369.84C1572.23 1348.62 1661.71 1292.32 1736.89 1240.06C1831.15 1174.52 1942.76 1084.76 2003 956.698V965.575ZM2003 1024.58C1940.7 1164.15 1808.47 1295.01 1654.89 1370.62H1645.81C1804.83 1294.51 1941.79 1158.6 2003 1014.46V1024.58ZM666.967 992.4C731.868 963.686 771.952 998.761 805.599 1040.94C839.822 1083.84 870.98 1128.87 901.109 1172.41C950.051 1243.16 997.35 1311.48 1056.21 1370.61H1050.55C992.786 1311.93 946.097 1244.49 897.812 1174.7C867.723 1131.2 836.609 1086.23 802.466 1043.43C747.219 974.185 705.472 979.745 668.589 996.061C609.076 1022.4 602.238 1069.28 594.999 1118.92C590.669 1148.58 586.194 1179.26 569.861 1205.97C557.908 1225.51 555.328 1227.01 545.104 1230.92C540.986 1232.48 535.341 1234.64 526.849 1239.23C526.628 1239.35 526.384 1239.43 526.132 1239.46C485.287 1244.32 444.301 1251.68 404.313 1261.33C354.731 1273.84 305.177 1288.96 257.041 1306.28L245.64 1310.29C181.363 1332.92 115.665 1355.99 51.1484 1370.61H31.9756C102.105 1356.51 174.056 1331.24 244.31 1306.52L255.694 1302.51C303.939 1285.15 353.621 1269.99 403.352 1257.44C443.391 1247.78 484.401 1240.41 525.278 1235.52C533.819 1230.93 539.508 1228.76 543.678 1227.17C552.655 1223.75 554.791 1222.94 566.44 1203.88C582.348 1177.87 586.763 1147.6 591.033 1118.34C598.112 1069.81 605.435 1019.63 666.967 992.4ZM732.068 1079.76C778.021 1071.21 819.351 1091.46 858.458 1141.68C888.719 1180.56 915.94 1221.21 942.268 1260.52C967.654 1298.43 992.51 1335.54 1019.51 1370.61H1014.46C988.123 1336.18 963.78 1299.85 938.938 1262.75C912.651 1223.5 885.47 1182.91 855.297 1144.15C817.196 1095.21 777.12 1075.46 732.806 1083.7C670.685 1095.28 661.943 1140.84 652.689 1189.07C646.973 1218.88 641.06 1249.69 622.023 1273.27C607.506 1291.25 602.654 1292.71 590.937 1296.23C586.43 1297.59 580.822 1299.27 573.118 1302.38C572.89 1302.47 572.646 1302.51 572.397 1302.52C530.27 1303.08 487.795 1306.81 446.156 1313.6C393.874 1322.8 342.016 1336.63 292.054 1354.72C277.175 1359.93 262.2 1365.3 247.482 1370.61H235.692C253.739 1364.09 272.295 1357.39 290.711 1350.95C340.87 1332.79 392.953 1318.9 445.487 1309.65C487.226 1302.84 529.77 1299.09 571.973 1298.52C579.664 1295.44 585.268 1293.75 589.783 1292.4C601.292 1288.94 605.167 1287.77 618.907 1270.75C637.315 1247.96 643.131 1217.64 648.756 1188.32C657.857 1140.89 667.263 1091.84 732.068 1079.76ZM635.355 949.048C700.028 911.053 740.742 937.604 781.983 989.147C817.969 1034.12 850.831 1081.42 882.614 1127.15C944.347 1216 1003.61 1301.26 1083.67 1370.61H1077.56C998.932 1301.53 940.325 1217.23 879.321 1129.44C847.582 1083.76 814.76 1036.52 778.854 991.651C738.915 941.73 699.572 915.984 637.387 952.497C578.983 986.803 571.868 1034.77 564.337 1085.55C559.894 1115.51 555.296 1146.5 539.688 1175.45C528.424 1196.35 526.26 1197.78 516.689 1201.88C512.619 1203.61 507.039 1206 498.334 1211.31C498.122 1211.44 497.882 1211.53 497.634 1211.58C457.558 1218.49 417.381 1227.55 378.219 1238.51C330.163 1252.5 281.902 1268.1 234.804 1284.88C151.255 1314.12 74.3514 1339.46 0 1350.24V1346.65C78.818 1335.21 158.193 1307.45 233.47 1281.11C280.632 1264.3 328.969 1248.67 377.121 1234.66C416.308 1223.69 456.492 1214.62 496.576 1207.69C505.341 1202.37 510.981 1199.96 515.115 1198.2C523.656 1194.54 525.203 1193.88 536.167 1173.55C551.438 1145.22 555.98 1114.59 560.375 1084.96C568.05 1033.2 575.302 984.32 635.355 949.048ZM605.711 905.61C666.338 862.715 710.184 871.397 762.086 936.576C799.59 983.672 833.881 1033.28 867.047 1081.25C941.947 1189.58 1013.41 1292.89 1119.27 1370.61H1112.54C1008.57 1292.91 937.833 1190.68 863.754 1083.52C830.624 1035.61 796.373 986.063 758.953 939.071C708.093 875.198 667.191 867.022 608.026 908.879C576.443 931.224 545.328 973.942 528.76 1017.71C521.641 1036.51 520.548 1058.23 519.486 1079.23C518.313 1102.64 517.095 1126.86 507.448 1146.91C496.728 1169.19 495.069 1170.65 485.311 1175.39C481.245 1177.37 475.672 1180.07 466.907 1186C427.572 1212.6 363.055 1227.41 300.67 1241.72C266.952 1249.45 235.104 1256.75 209.963 1265.45C140.126 1289.6 69.2237 1311.61 0 1321.5V1317.58C69.2436 1307.49 140.434 1285.25 208.652 1261.66C233.998 1252.89 265.951 1245.57 299.773 1237.81C358.914 1224.25 425.946 1208.88 464.664 1182.68C473.665 1176.59 479.386 1173.82 483.561 1171.79C492.013 1167.69 493.311 1167.05 503.839 1145.18C513.133 1125.85 514.282 1103.11 515.488 1079.03C516.566 1057.72 517.672 1035.68 525.015 1016.3C541.848 971.831 573.523 928.383 605.711 905.61ZM556.108 817.718C595.147 783.653 627.079 769.147 656.583 772.087C684.489 774.867 711.438 793.659 738.967 829.527C778.446 880.966 814.444 935.333 849.256 987.906C944.186 1131.27 1033.84 1266.68 1191.42 1353.65C1202.6 1359.83 1213.75 1365.46 1224.88 1370.61H1215.48C1206.83 1366.43 1198.16 1361.95 1189.48 1357.16C1031.05 1269.71 941.122 1133.9 845.915 990.12C811.143 937.6 775.185 883.298 735.79 831.967C708.97 797.02 682.931 778.737 656.187 776.074C627.86 773.29 596.89 787.446 558.741 820.739C520.512 854.103 482.45 907.745 461.771 957.402C451.817 981.304 450.198 1006.45 448.632 1030.77C447.254 1052.16 445.832 1074.27 438.733 1095.37C416.083 1162.69 299.368 1193.48 214.148 1215.95C192.011 1221.79 171.1 1227.31 154.632 1232.73C97.3901 1251.54 46.4656 1264.04 0 1270.6V1266.56C46.073 1260.01 96.5889 1247.59 153.378 1228.92C169.967 1223.47 190.93 1217.94 213.127 1212.08C297.465 1189.84 412.971 1159.37 434.936 1094.09C441.866 1073.49 443.272 1051.64 444.634 1030.51C446.22 1005.87 447.863 980.382 458.074 955.859C478.969 905.682 517.451 851.459 556.108 817.718ZM538.09 772.853C585.505 730.804 621.683 713.623 655.39 717.112C684.549 720.144 711.738 739.171 738.514 775.28C778.305 828.934 814.416 885.757 849.332 940.704C944.503 1090.45 1034.39 1231.9 1196.38 1322.41C1237.93 1345.63 1278.89 1361.66 1319.7 1370.61H1302.78C1266.91 1361.13 1230.89 1346.28 1194.42 1325.91C1031.55 1234.91 941.398 1093.04 845.955 942.852C811.071 887.964 775 831.209 735.297 777.663C709.226 742.508 682.954 724.005 654.977 721.097C622.476 717.708 587.252 734.605 540.746 775.849C496.752 814.866 453.035 874.028 429.367 926.573C416.676 954.75 414.392 982.146 411.973 1011.15C410.314 1031 408.6 1051.53 403.22 1072.21C383.638 1147.45 260.03 1181.73 169.774 1206.76C153.426 1211.29 137.983 1215.58 125.188 1219.6C81.1095 1233.46 39.3229 1243.1 0 1248.55V1244.5C38.9382 1239.07 80.3201 1229.51 123.985 1215.78C136.845 1211.74 152.321 1207.44 168.705 1202.9C252.983 1179.53 380.341 1144.21 399.342 1071.2C404.638 1050.85 406.337 1030.5 407.979 1010.81C410.323 982.754 412.742 953.732 425.714 924.93C449.594 871.909 493.703 812.214 538.09 772.853ZM2003 993.962C1954.02 1099.3 1863.13 1195.11 1726.62 1285.6C1665.58 1326.06 1616.7 1352.67 1576.74 1370.61H1566.46C1625.3 1345.47 1679.62 1311.95 1724.41 1282.25C1863.75 1189.89 1955.28 1092.03 2003 984.204V993.962ZM2003 1058.71C1948.59 1179.49 1840.1 1293.81 1710.96 1370.61H1703.09C1837.04 1292.52 1949.44 1173.78 2003 1048.89V1058.71ZM2003 1097.61C1954.55 1200.19 1865.92 1297.68 1759.08 1370.61H1751.98C1863.13 1295.92 1955.02 1194.47 2003 1088.1V1097.61ZM2003 1141.12C1959.77 1225.31 1888.86 1305.49 1803.3 1370.61H1796.64C1885.99 1303.51 1959.74 1219.94 2003 1132.33V1141.12ZM613.527 670.556C684.818 642.66 699.107 652.562 747.375 720.725C786.954 776.626 822.608 835.957 857.088 893.336C950.752 1049.21 1039.22 1196.44 1204.22 1290.57C1325.95 1360.01 1458.02 1371.91 1566.58 1323.23C1614.54 1301.72 1657.58 1268.04 1699.19 1235.48C1715.49 1222.72 1732.34 1209.53 1749.08 1197.42C1897.87 1089.79 1966.5 1003.59 2003 931.656V939.183C1943.86 1050.73 1844.64 1133.23 1751.43 1200.67C1734.75 1212.74 1717.93 1225.9 1701.66 1238.63C1659.85 1271.35 1616.63 1305.17 1568.22 1326.88C1523.63 1346.88 1475.12 1356.77 1425.01 1356.78C1351.81 1356.78 1275.17 1335.66 1202.24 1294.06C1036.33 1199.41 947.599 1051.74 853.654 895.399C819.215 838.084 783.602 778.813 744.103 723.04C694.721 653.295 681.445 648.284 614.985 674.289C586.955 685.257 558.664 703.527 528.495 730.138C473.905 778.292 425.233 839.802 398.293 894.678C382.83 926.176 379.881 956.652 376.756 988.919C374.817 1008.96 372.81 1029.68 367.559 1050.81C346.127 1137.03 209.999 1175.91 119.92 1201.63C111.191 1204.12 102.918 1206.48 95.2627 1208.75C62.3294 1218.47 30.5658 1225.41 0 1229.69V1225.86C29.3038 1221.65 60.6268 1214.8 94.1289 1204.9C101.792 1202.64 110.077 1200.27 118.818 1197.77C208.012 1172.31 342.797 1133.82 363.673 1049.84C368.853 1029 370.844 1008.43 372.771 988.535C375.931 955.895 378.916 925.062 394.695 892.911C421.856 837.587 470.885 775.617 525.848 727.134C556.373 700.203 585.053 681.7 613.527 670.556ZM520.504 680.522C565.043 643.368 623.278 601.507 678.801 607.503C708.589 610.732 735.574 627.681 759.005 657.885C800.615 711.527 832.808 774.567 863.946 835.532C888.791 884.174 914.478 934.476 944.755 979.585C1054.54 1143.15 1140.85 1209.15 1196.23 1244.56C1315.89 1321.09 1434.87 1338.46 1549.85 1296.17C1609.94 1274.07 1656.87 1236.44 1706.54 1196.59C1719.16 1186.48 1732.2 1176.02 1745.39 1165.9C1838.23 1094.73 1941 1015.87 2003 904.612V912.756C1940.33 1021.43 1839.28 1098.97 1747.83 1169.08C1734.67 1179.17 1721.65 1189.62 1709.05 1199.72C1659.11 1239.78 1611.93 1277.61 1551.23 1299.93C1509.95 1315.11 1468.15 1322.69 1426.02 1322.7C1349.55 1322.7 1271.94 1297.74 1194.07 1247.94C1138.39 1212.33 1051.63 1146.01 941.43 981.813C911.02 936.511 885.274 886.101 860.377 837.354C829.326 776.553 797.218 713.686 755.84 660.34C732.781 630.613 707.44 614.634 678.368 611.486C624.339 605.637 567.001 646.954 523.071 683.603C489.877 711.287 408.023 784.666 364.874 867.87C347.284 901.796 344.011 936.182 340.546 972.587C338.559 993.474 336.5 1015.08 331.484 1036.55C307.705 1138.3 119.619 1186.41 57.8145 1202.22C38.2972 1207.22 19.0044 1210.99 0 1213.69V1209.64C18.68 1206.97 37.6366 1203.25 56.8213 1198.34C118.045 1182.68 304.356 1135.02 327.583 1035.64C332.538 1014.43 334.582 992.965 336.561 972.206C339.91 937.023 343.37 900.642 361.321 866.024C404.802 782.178 487.126 708.366 520.504 680.522ZM527.862 636.134C626.878 561.289 676.012 556.787 707.756 561.253C738.294 565.54 765.21 582.913 787.764 612.901C829.086 667.833 860.016 732.975 889.929 795.971C913.195 844.97 937.255 895.64 965.986 940.974C1047.85 1070.17 1123.42 1153.64 1211 1211.6C1329.28 1289.9 1447.47 1307.18 1562.31 1262.94C1622.38 1239.81 1668.66 1200.92 1717.67 1159.74C1730.8 1148.71 1744.38 1137.3 1758.16 1126.3C1849.23 1053.6 1942.62 978.978 2003 876.028V883.959C1942.23 984.457 1850.31 1057.86 1760.66 1129.43C1746.92 1140.4 1733.36 1151.79 1720.24 1162.81C1670.98 1204.21 1624.44 1243.3 1563.75 1266.68C1522.81 1282.45 1480.79 1290.29 1438.33 1290.29C1362.1 1290.29 1284.42 1265.01 1208.79 1214.95C1120.71 1156.65 1044.78 1072.81 962.602 943.118C933.742 897.575 909.63 846.793 886.312 797.686C856.483 734.875 825.641 669.919 784.563 615.308C762.675 586.198 736.643 569.353 707.199 565.223C676.221 560.869 628.121 565.376 530.278 639.328C483.881 674.399 398.429 745.634 347.437 828.719C322.287 869.695 314.679 914.255 306.623 961.432C303.574 979.306 300.418 997.797 296.235 1015.85C270.02 1128.93 81.9907 1177.31 24.9854 1189.45C16.6088 1191.23 8.2844 1192.7 0 1193.99V1189.96C7.99196 1188.68 16.0282 1187.26 24.1523 1185.53C201.478 1147.78 278.954 1072.66 292.33 1014.94C296.488 997.004 299.637 978.577 302.678 960.755C310.441 915.285 318.465 868.26 344.023 826.62C395.36 742.978 481.241 671.373 527.862 636.134ZM552.135 596.023C632.327 543.442 746.827 483.844 815.013 572.881C856.595 627.184 886.387 693.825 915.194 758.271C935.761 804.27 957.026 851.835 982.235 893.924C1057.34 1019.3 1129.62 1105.56 1209.73 1165.4C1316.66 1245.26 1439.66 1274.54 1547.15 1245.7C1623.56 1225.21 1682.46 1173.41 1739.42 1123.31C1752.49 1111.81 1766.01 1099.93 1779.51 1088.61C1874.03 1009.44 1950.77 933.333 2003 842.509V850.469C1950.62 939.134 1874.88 1013.95 1782.09 1091.68C1768.61 1102.97 1755.12 1114.84 1742.07 1126.32C1684.76 1176.72 1625.49 1228.84 1548.19 1249.57C1520.74 1256.93 1492.28 1260.55 1463.36 1260.55C1377.76 1260.55 1287.99 1228.85 1207.34 1168.61C1126.8 1108.45 1054.17 1021.82 978.798 895.984C953.468 853.69 932.152 806.013 911.541 759.906C882.822 695.668 853.13 629.247 811.832 575.317C745.673 488.939 633.188 547.676 554.33 599.371C393.637 704.721 322.094 828.132 264.119 981.023C229.511 1072.28 131.549 1138.51 0 1160.72V1156.66C129.79 1134.58 226.339 1069.36 260.374 979.601C318.625 825.981 390.537 701.965 552.135 596.023ZM577.284 557.539C662.824 508.692 769.661 462.413 837.09 538.712C883.347 591.048 913.901 662.16 943.449 730.932C961.152 772.14 977.877 811.065 997.755 846.376C1102.45 1032.32 1187.31 1105.3 1242.04 1144.02C1347.55 1218.66 1468.49 1242.85 1573.85 1210.35C1643.93 1188.74 1698.73 1139.93 1751.72 1092.73C1760.96 1084.51 1770.18 1076.29 1779.47 1068.23C1873.84 986.276 1948.99 910.069 2003 820.527V828.302C1949.03 915.785 1874.79 990.762 1782.1 1071.25C1772.82 1079.3 1763.61 1087.51 1754.39 1095.72C1701.07 1143.21 1645.94 1192.31 1575.03 1214.18C1543.95 1223.76 1511.53 1228.47 1478.57 1228.47C1398.51 1228.48 1315.19 1200.68 1239.73 1147.29C1184.69 1108.35 1099.35 1034.99 994.266 848.339C974.28 812.844 956.737 772.004 939.768 732.514C910.344 664.034 879.917 593.219 834.089 541.364C768.571 467.236 663.497 512.923 579.271 561.021C406.168 659.861 314.683 792.875 230.577 962.185C186.363 1051.19 105.274 1110.09 0 1130.73V1126.64C103.651 1106.1 183.459 1048.02 226.988 960.402C311.423 790.439 403.308 656.884 577.284 557.539ZM604.842 520.578C650.694 497.649 790.232 427.872 862.921 502.496C914.193 555.133 946.101 634.404 976.959 711.068C995.519 757.175 1013.05 800.723 1034.36 838.41C1079.91 918.951 1144.42 1020.97 1239.71 1095.63C1354.35 1185.44 1484.85 1214.05 1597.74 1174.11C1663.94 1150.69 1718.07 1101.88 1770.42 1054.68C1779.62 1046.38 1788.76 1038.14 1797.88 1030.12C1887.35 951.382 1953.97 876.152 2003 796.613V804.156C1954.1 882.021 1888.28 955.904 1800.52 1033.12C1791.41 1041.14 1782.29 1049.37 1773.1 1057.66C1720.46 1105.12 1666.03 1154.2 1599.08 1177.89C1565.22 1189.87 1529.79 1195.75 1493.71 1195.76C1408.08 1195.77 1318.67 1162.58 1237.24 1098.78C1141.39 1023.69 1076.6 921.246 1030.87 840.384C1009.43 802.469 991.853 758.797 973.241 712.562C942.531 636.263 910.772 557.36 860.052 505.288C812.513 456.486 729.625 462.65 606.637 524.163C410.303 622.342 299.268 776.776 208.528 929.037C157.067 1015.39 82.3753 1073.72 0 1095.85V1091.68C80.9771 1069.6 154.399 1012.05 205.087 926.991C296.139 774.2 407.59 619.222 604.842 520.578ZM783.337 443.782C840.446 440.901 884.172 461.046 913.292 503.664C948.432 555.087 972.885 616.124 996.536 675.158C1012.6 715.268 1029.22 756.749 1048.92 794.32C1138.69 965.613 1216.29 1035.61 1266.85 1073.37C1372.77 1152.45 1487.67 1171.54 1608.34 1130.12C1683.67 1104.26 1798.9 1041.01 1920.04 886.494C1950.31 847.889 1978.19 806.778 2003 764.704V772.508C1978.96 812.723 1952.18 851.995 1923.19 888.969C1801.45 1044.24 1685.48 1107.88 1609.64 1133.91C1567.82 1148.26 1526.67 1155.43 1486.36 1155.43C1409.07 1155.44 1334.81 1129.1 1264.46 1076.57C1213.59 1038.59 1135.52 968.196 1045.36 796.178C1025.58 758.431 1008.92 716.854 992.815 676.648C969.248 617.814 944.875 556.986 909.983 505.924C846.697 413.301 730.57 448.236 636.478 489.003C439.895 574.179 312.031 717.88 180.522 907.436C131.409 978.227 75.6373 1044.11 0 1071.6V1067.29C74.0268 1039.81 128.861 974.87 177.233 905.153C309.131 715.032 437.435 570.878 634.883 485.326C673.068 468.782 730.005 446.474 783.337 443.782ZM666.938 451.242C757.875 417.152 870.812 388.85 937.5 473.301C979.595 526.615 1005.42 596.392 1030.39 663.878C1045.77 705.447 1061.69 748.433 1080.99 785.896C1156.58 932.609 1218.72 994.897 1258.88 1028.99C1353.98 1109.71 1450.4 1137.18 1553.67 1112.98C1635.24 1093.86 1721.21 1042.6 1824.2 951.661C1896.75 887.612 1955.42 819.157 2003 741.848V749.427C1955.84 824.821 1898 891.859 1826.86 954.666C1723.35 1046.06 1636.82 1097.6 1554.58 1116.88C1530.14 1122.61 1506.07 1125.48 1482.34 1125.48C1404.46 1125.49 1329.96 1094.58 1256.29 1032.04C1171.89 960.406 1113.79 858.301 1077.43 787.735C1058.01 750.052 1042.06 706.949 1026.64 665.273C1001.77 598.075 976.058 528.597 934.355 475.785C869.274 393.365 758.011 421.378 668.341 454.987C449.149 537.142 298.84 700.252 169.065 864.279L160.601 874.998C114.143 933.892 63.8716 997.545 0 1030.46V1025.8C62.3613 992.957 111.776 930.418 157.456 872.514L165.925 861.79C296.06 697.311 446.825 533.734 666.938 451.242ZM701.166 418.809C792.078 389.659 904.767 366.913 969.776 450.559C1010.55 503.015 1033.96 572.469 1056.59 639.63C1070.55 681.026 1083.73 720.132 1100.7 755.776C1136.44 830.833 1187.47 925.891 1265.48 995.296C1360.42 1079.77 1476.66 1111.03 1584.42 1081.07C1670.22 1057.2 1739.88 995.344 1807.25 935.529C1814.23 929.328 1821.17 923.163 1828.08 917.086C1898.13 855.493 1955.24 789.104 2003 712.212V719.819C1955.75 794.72 1899.42 859.695 1830.72 920.099C1823.82 926.168 1816.89 932.325 1809.91 938.522C1742.2 998.641 1672.19 1060.81 1585.49 1084.92C1558.32 1092.48 1530.61 1096.2 1502.86 1096.2C1419.15 1096.2 1334.9 1062.42 1262.82 998.292C1184.27 928.403 1132.98 832.895 1097.08 757.494C1080.01 721.637 1066.18 680.598 1052.8 640.912C1030.27 574.063 1006.98 504.943 966.616 453.015C903.129 371.34 792.058 393.864 702.388 422.626C472.824 496.242 304.411 660.204 156.618 826.426C147.028 837.21 137.474 848.398 127.354 860.244C88.7848 905.385 47.5993 953.547 0 984.533V979.673C46.2933 948.944 86.5661 901.816 124.307 857.64C134.442 845.779 144.012 834.574 153.622 823.766C217.213 752.25 302.758 660.256 400.656 583.028C498.178 506.1 596.473 452.386 701.166 418.809ZM737.381 387.956C827.668 363.401 939.412 345.831 1002.62 428.715C1041.96 480.294 1062.71 549.335 1082.77 616.1C1094.6 655.429 1105.76 692.572 1120.44 726.401C1152.49 800.264 1198.63 893.82 1271.62 962.232C1361.56 1046.52 1456.33 1074.29 1561.34 1047.15C1611.28 1034.24 1693.55 1003.15 1830.77 882.764C1903.37 819.079 1958.93 750.84 2003 680.47V687.929C1959.29 756.701 1904.52 823.406 1833.42 885.777C1695.54 1006.73 1612.68 1038.02 1562.34 1051.03C1536.1 1057.81 1510.49 1061.22 1485.43 1061.22C1408.86 1061.22 1337.46 1029.43 1268.88 965.157C1195.35 896.24 1148.96 802.215 1116.76 727.999C1101.99 693.954 1090.79 656.696 1078.94 617.254C1058.97 550.83 1038.33 482.141 999.433 431.143C937.668 350.161 827.503 367.586 738.43 391.822C499.203 456.904 314.102 619.746 149.712 786.028C136.152 799.748 122.251 815.106 107.537 831.366C75.2688 867.013 39.5752 906.423 0 935.477V930.975C37.4761 902.746 71.9436 864.718 104.564 828.677C119.31 812.381 133.24 796.995 146.864 783.211C311.647 616.533 497.237 453.287 737.381 387.956ZM775.481 358.73C811.656 350.446 865.609 340.022 916.269 345.03C968.555 350.205 1008.81 371.26 1035.94 407.605C1073.75 458.279 1091.63 526.826 1108.92 593.107C1118.65 630.397 1127.84 665.616 1140.3 697.659C1168.53 770.284 1209.64 862.283 1277.56 929.681C1364.47 1015.91 1458.22 1043.77 1564.18 1014.85C1665.75 987.117 1760.93 911.442 1832.5 848.611C1903.01 786.713 1957.72 720.516 2003 647.542V655.129C1958.2 726.253 1904.23 790.975 1835.14 851.623C1763.25 914.735 1667.6 990.766 1565.24 1018.71C1537.94 1026.17 1511.43 1029.9 1485.65 1029.9C1409.94 1029.9 1340.4 997.668 1274.74 932.521C1206.28 864.602 1164.93 772.103 1136.56 699.109C1124.02 666.85 1114.8 631.523 1105.05 594.117C1087.85 528.205 1070.07 460.053 1032.73 410C972.14 328.806 857.404 344.08 776.375 362.631C528.259 419.442 328.163 579.443 148.891 743.886C132.734 758.712 115.633 776.65 97.5303 795.65C67.7096 826.939 35.0805 861.161 0 888.084V882.973C33.9589 856.539 65.6385 823.305 94.6299 792.885C112.781 773.838 129.926 755.848 146.187 740.934C325.86 576.118 526.457 415.745 775.481 358.73ZM815.346 331.07C895.798 315.695 1009.69 304.772 1069.71 387.091C1105.98 436.856 1120.85 504.831 1135.23 570.559C1142.95 605.862 1150.24 639.199 1160.59 669.495C1184.96 740.854 1221.01 831.27 1283.94 897.679C1367.64 985.999 1460.27 1013.95 1567.16 983.107C1667.36 954.189 1762.35 877.946 1833.91 814.75C1905.04 751.935 1959.06 685.234 2003 613.742V621.372C1959.5 691.07 1906.21 756.249 1836.56 817.754C1764.69 881.227 1669.24 957.818 1568.27 986.953C1539.9 995.136 1512.51 999.246 1486.02 999.25C1411.27 999.254 1343.66 966.531 1281.03 900.435C1217.57 833.465 1181.3 742.533 1156.8 670.792C1146.38 640.276 1139.06 606.831 1131.31 571.415C1117.02 506.088 1102.24 438.534 1066.47 389.454C1007.8 308.961 895.477 319.829 816.099 335.003C559.182 384.115 337.57 547.437 154.672 700.724C136.605 715.87 116.899 735.559 96.0322 756.401C66.3998 786 34.1111 818.247 0 843.993V838.929C33.0415 813.66 64.3921 782.347 93.1992 753.569C114.131 732.658 133.896 712.91 152.1 697.66C272.055 597.117 367.531 527.364 461.672 471.466C583.346 399.225 699.032 353.302 815.346 331.07ZM856.398 304.208C934.828 292.075 1045.79 285.365 1103.79 366.995C1138.47 415.807 1150.17 483.1 1161.48 548.179C1167.27 581.515 1172.74 613.001 1181.08 641.575C1201.54 711.601 1232.44 800.362 1290.4 865.749C1344.72 927.034 1406.11 960.099 1472.85 964.025C1602.67 971.62 1734.27 870.024 1834.52 780.65C1905.97 716.941 1959.66 649.09 2003 576.985V584.777C1960.1 655.047 1907.11 721.291 1837.18 783.638C1739.97 870.312 1613.24 968.423 1486.7 968.431C1482 968.431 1477.32 968.298 1472.62 968.022C1404.77 964.036 1342.45 930.52 1287.4 868.41C1228.92 802.425 1197.81 713.123 1177.24 642.701C1168.83 613.907 1163.34 582.316 1157.53 548.868C1146.3 484.226 1134.68 417.385 1100.52 369.315C1043.8 289.491 934.38 296.188 857.012 308.169C593.08 349.033 360.228 507.332 167.259 656.786C147.605 672.008 125.664 693.014 102.441 715.239C70.7581 745.567 36.15 778.686 0 804.291V799.328C35.1125 774.14 68.7988 741.897 99.6689 712.346C122.976 690.038 144.985 668.971 164.807 653.617C358.176 503.847 591.566 345.216 856.398 304.208ZM898.077 278.286C1024.56 263.264 1107.86 288.292 1145.72 352.694C1172.11 397.579 1179.03 457.066 1185.73 514.589C1189.05 543.135 1192.19 570.094 1197.57 594.558C1216.02 678.364 1243.55 773.55 1307.89 844.097C1473.98 1026.19 1672.55 891.05 1826.99 752.985C1899.15 688.483 1957.06 622.971 2003 553.867V561.129C1957.41 628.672 1900.32 692.805 1829.66 755.973C1728 846.853 1607.34 936.415 1488.97 936.415C1425.9 936.415 1363.49 910.994 1304.93 846.797C1239.95 775.554 1212.22 679.746 1193.66 595.419C1188.24 570.759 1185.08 543.704 1181.75 515.05C1175.1 457.939 1168.23 398.881 1142.27 354.721C1105.29 291.822 1023.3 267.425 898.55 282.263C619.925 315.375 364.999 481.121 174.037 621.814C153.711 636.788 131.225 657.546 107.413 679.518C74.2795 710.106 37.8527 743.727 0 768.119V763.28C36.8272 739.213 72.3528 706.433 104.697 676.578C128.589 654.526 151.154 633.699 171.661 618.589C363.02 477.604 618.518 311.51 898.077 278.286ZM939.779 252.74C1024.6 245.541 1135.14 253.589 1180.23 332.792C1205.11 376.492 1208.93 435.329 1212.62 492.224C1214.36 519.095 1216.01 544.48 1219.82 567.257C1233.57 649.309 1255.56 742.564 1314.47 812.037C1361.34 867.322 1415.59 897.326 1475.71 901.211C1600 909.215 1728.2 808.096 1826.01 719.075C1897.62 653.892 1956.95 584.639 2003 512.686V520.149C1957.26 590.499 1898.82 658.218 1828.7 722.042C1734.04 808.2 1610.96 905.661 1489.72 905.665C1484.96 905.665 1480.21 905.518 1475.45 905.209C1414.21 901.252 1359.02 870.779 1311.41 814.629C1251.88 744.415 1229.71 650.51 1215.87 567.922C1212.02 544.941 1210.37 519.46 1208.62 492.481C1204.96 436.043 1201.17 377.669 1176.75 334.775C1132.71 257.41 1023.77 249.635 940.12 256.729C652.914 281.104 380.413 451.878 200.428 578.205C178.419 593.656 154.295 615.46 128.753 638.549C89.382 674.129 45.3959 713.866 0 737.336V733.363C43.3328 710.345 85.9565 671.825 126.064 635.577C151.703 612.403 175.92 590.519 198.129 574.928C327.042 484.444 442.063 415.845 549.756 365.203C688.323 300.041 815.902 263.255 939.779 252.74ZM981.01 227.327C1084.71 221.923 1158.31 244.131 1199.7 293.37C1237.81 338.704 1239.17 411.975 1240.37 476.621C1240.86 503.164 1241.32 528.236 1244.11 550.445C1253.55 625.85 1268.49 704.441 1313.5 768.37C1356.72 829.756 1408.8 864.114 1468.29 870.483C1592.83 883.81 1726.73 775.276 1816.68 692.48C1893.67 621.621 1956.05 546.122 2003 467.244V475.039C1956.27 552.172 1894.8 626.023 1819.4 695.428C1734.04 773.998 1609.17 875.599 1489.49 875.607C1482.25 875.611 1475.05 875.237 1467.86 874.464C1407.18 867.967 1354.14 833.053 1310.23 770.678C1264.71 706.032 1249.64 626.864 1240.13 550.946C1237.32 528.525 1236.86 503.344 1236.36 476.694C1235.17 412.713 1233.83 340.199 1196.63 295.947C1156.09 247.725 1083.61 226.001 981.218 231.328C701.567 245.926 440.848 395.616 244.959 524.391C219.697 540.999 192.188 565.603 163.064 591.653C111.615 637.672 56.1521 687.265 0 705.387V701.029C55.0585 682.878 109.705 634.014 160.393 588.668C189.632 562.514 217.25 537.815 242.756 521.042C439.074 391.991 700.398 241.976 981.01 227.327ZM1021.44 202.244C1126.88 200.421 1199.3 227.012 1237.02 281.243C1268.21 326.084 1266.87 386.348 1265.57 444.628C1265.1 465.531 1264.66 485.271 1265.68 504.147C1273.67 651.702 1300.87 708.616 1329.09 748.142C1368.77 803.747 1416.96 834.748 1472.29 840.288C1562.68 849.302 1672.13 792.499 1806.91 666.568C1888.93 589.932 1954.64 506.49 2003 417.789V426.009C1954.78 512.735 1890.03 594.386 1809.65 669.492C1683.33 787.519 1578.84 845.219 1491.11 845.223C1484.61 845.223 1478.21 844.907 1471.89 844.27C1415.36 838.618 1366.21 807.055 1325.82 750.465C1297.26 710.451 1269.72 652.94 1261.68 504.364C1260.66 485.332 1261.1 465.519 1261.56 444.54C1262.85 386.901 1264.18 327.301 1233.73 283.53C1196.82 230.461 1125.38 204.415 1021.51 206.249C797.955 210.103 549.187 303.074 260.987 490.479C236.126 506.65 209.469 530.244 181.247 555.233C124.442 605.514 62.5136 660.326 0 667.729V663.467C61.3198 655.98 122.496 601.889 178.592 552.233C206.93 527.148 233.694 503.454 258.804 487.126C547.652 299.297 797.11 206.113 1021.44 202.244ZM305.521 436.312C600.772 255.04 841.392 172.432 1062.79 176.234C1112.22 177.091 1232.29 187.522 1279.45 265.684C1304.79 307.681 1298.9 370.272 1293.7 425.493C1291.59 447.785 1289.61 468.844 1289.75 487.17C1290.32 562.556 1295.84 641.006 1332.13 704.089C1368.05 766.552 1414.64 801.848 1470.59 808.998C1591.16 824.393 1732.87 709.073 1830.52 609.604C1902.64 536.141 1960.45 456.645 2003 372.595V381.276C1960.62 463.147 1903.81 540.66 1833.37 612.412C1741.14 706.373 1609.66 814.378 1492.82 814.39C1485.16 814.39 1477.59 813.929 1470.08 812.972C1412.82 805.653 1365.24 769.693 1328.65 706.084C1291.91 642.203 1286.32 563.132 1285.74 487.202C1285.6 468.667 1287.6 447.512 1289.71 425.116C1294.85 370.512 1300.68 308.622 1276.02 267.754C1229.89 191.303 1111.48 181.085 1062.72 180.24C842.145 176.442 602.19 258.874 307.621 439.725C280.232 456.541 250.484 482.467 218.984 509.915C149.757 570.247 73.5301 636.656 0 625.583V621.309C72.236 632.477 147.777 566.662 216.352 506.895C221.708 502.232 226.992 497.642 232.24 493.099C234.761 491.022 237.274 488.919 239.78 486.796L239.781 486.795C237.275 488.918 234.761 491.02 232.24 493.098C233.93 491.638 235.615 490.185 237.294 488.741C242.331 484.409 247.322 480.157 252.255 476.033C250.303 477.745 248.345 479.449 246.385 481.143C248.345 479.449 250.302 477.746 252.254 476.034C270.766 460.559 288.56 446.727 305.521 436.312ZM889.585 137.015C967.261 106.427 1053.08 114.382 1136.07 122.085L1144.35 122.851C1168.96 125.118 1217.3 132.124 1264.55 153.555C1309.68 174.017 1340.65 201.537 1356.6 235.346C1373.69 271.587 1360.62 332.921 1349.08 387.032C1343.95 411.126 1339.09 433.887 1337.78 451.096C1332.23 524.034 1332.4 599.945 1370.92 661.01C1405.83 716.363 1449.82 746.563 1501.68 750.773C1621.32 760.511 1760.97 633.102 1857.13 524.532C1916.99 456.945 1966.32 381.752 2003 302.885V312.199C1966.55 388.634 1918.31 461.495 1860.13 527.187C1766.89 632.46 1632.77 755.299 1514.68 755.299C1510.21 755.299 1505.77 755.127 1501.35 754.771C1448.17 750.445 1403.15 719.619 1367.53 663.145C1328.39 601.099 1328.19 524.415 1333.79 450.792C1335.12 433.315 1340 410.429 1345.16 386.198C1356.57 332.704 1369.5 272.076 1352.97 237.053C1331.29 191.09 1265.01 137.996 1143.99 126.84L1135.71 126.072C1053.18 118.421 967.846 110.509 891.051 140.741C860.429 152.798 829.086 164.836 798.776 176.473C658.667 230.275 513.781 285.912 383.799 364.895C368.785 374.02 353.375 385.887 337.536 399.31C629.544 219.261 880.34 137.669 1103.82 150.075C1164.38 153.436 1272.13 171.121 1313.25 251.819C1335.23 294.961 1327.82 351.132 1320.66 405.454C1317.68 428.079 1314.86 449.455 1314.21 469.411C1311.95 538.115 1312.84 616.87 1352.19 682.004C1387.29 740.109 1431.9 772.621 1484.77 778.625C1575.75 788.976 1690.54 723.373 1825.89 583.682C1901.02 506.145 1960.38 421.766 2003 332.171V341.369C1960.48 428.575 1902.11 510.779 1828.78 586.465C1701.86 717.448 1592.61 783.681 1503.64 783.681C1497.09 783.681 1490.65 783.32 1484.32 782.603C1430.14 776.454 1384.53 743.302 1348.76 684.079C1308.84 617.999 1307.93 538.555 1310.2 469.279C1310.87 449.125 1313.7 427.658 1316.69 404.929C1323.78 351.215 1331.1 295.67 1309.68 253.637C1292.42 219.768 1242.7 161.792 1103.6 154.073C878.343 141.615 625.164 224.944 329.55 408.923C325.348 411.539 321.093 414.436 316.811 417.453C316.809 417.454 316.806 417.454 316.805 417.455C308.109 425.261 299.291 433.356 290.327 441.59C277.865 453.043 265.157 464.716 252.254 476.033C245.676 481.533 238.998 487.258 232.24 493.098C219.139 503.904 205.86 514.044 192.454 522.956C192.452 522.958 192.45 522.961 192.448 522.962C192.444 522.965 192.44 522.967 192.436 522.97C130.554 573.691 64.6726 611.635 0 574.56V569.813C54.8942 602.384 111.155 578.722 165.096 539.161L165.097 539.16C172.575 533.672 180.01 527.884 187.393 521.896C205.788 506.966 223.847 490.811 241.417 475.096C266.859 452.331 291.103 430.695 314.294 414.328C314.845 413.938 315.397 413.551 315.947 413.165L315.948 413.164C315.398 413.55 314.846 413.937 314.295 414.327C337.594 393.42 360.007 374.665 381.72 361.47C512.011 282.299 657.064 226.598 797.338 172.736C827.643 161.099 858.979 149.065 889.585 137.015ZM917.502 110.753C1003.96 77.2004 1086.44 83.1649 1185.27 94.4574C1227.84 99.3205 1272.5 112.167 1307.79 129.701C1354.76 153.043 1384.38 183.243 1395.83 219.463C1403.19 242.729 1390.28 295.506 1379.91 337.911C1375.78 354.82 1372.2 369.422 1370.84 378.667C1359.54 455.227 1351.68 529.295 1379.31 593.933C1406.25 656.972 1445.19 693.257 1495.04 701.782C1626.35 724.194 1796.6 551.53 1845.66 498.073C1910.79 427.101 1964.06 347.281 2003 263.159V272.737C1964.23 354.335 1911.98 431.728 1848.61 500.781C1802.21 551.338 1648.08 707.77 1519.11 707.774C1510.74 707.774 1502.49 707.117 1494.37 705.727C1443.09 696.962 1403.14 659.881 1375.62 595.507C1347.58 529.908 1355.49 455.231 1366.88 378.082C1368.27 368.653 1371.86 353.967 1376.02 336.962C1385.73 297.252 1399.03 242.865 1392.01 220.673C1380 182.69 1322.85 114.202 1184.82 98.4349C1086.55 87.2066 1004.56 81.2583 918.948 114.487C884.797 127.738 849.865 140.849 816.078 153.528C695.017 198.958 569.833 245.934 454.681 309.178C381.632 349.3 322.495 398.059 259.89 449.678C244.923 462.02 229.444 474.783 213.772 487.413C153.498 535.98 111.691 535.952 54.0049 487.293C34.744 471.046 16.7811 449.626 0 422.887V415.277C17.5142 444.223 36.3346 467.148 56.5889 484.233C113.122 531.91 152.148 531.935 211.257 484.293C226.912 471.675 242.383 458.924 257.342 446.586C320.096 394.843 379.372 345.972 452.75 305.669C568.159 242.285 693.478 195.256 814.672 149.778C848.446 137.103 883.371 123.997 917.502 110.753ZM1014.1 64.5589C1078.43 49.3328 1152.97 57.0116 1218.74 63.7894L1223.65 64.2943C1271.41 69.2054 1358.14 86.5112 1402.37 147.24C1434.62 191.528 1421.09 247.028 1408.01 300.703C1403.51 319.181 1399.25 336.639 1396.94 353.311C1387.34 422.724 1380.1 501.779 1416 561.474C1445.34 610.257 1482.8 637.561 1527.32 642.617C1606.47 651.602 1709.1 591.322 1832.51 463.448C1903.49 389.909 1961.41 305.682 2003 216.24V225.597C1961.5 312.584 1904.64 394.479 1835.39 466.236C1719.21 586.607 1620.94 647.488 1542.96 647.492C1537.49 647.492 1532.13 647.195 1526.87 646.598C1481.04 641.39 1442.59 613.446 1412.57 563.541C1376 502.725 1383.28 422.856 1392.97 352.766C1395.31 335.89 1399.59 318.336 1404.12 299.753C1416.99 246.969 1430.29 192.385 1399.13 149.599C1355.82 90.1284 1270.34 73.1237 1223.24 68.2806L1218.33 67.7757C1152.88 61.0299 1078.7 53.3826 1015.02 68.4525C792.006 121.249 570.271 229.896 457.946 289.959C415.843 312.472 377.689 341.847 340.79 370.26C306.771 396.454 271.599 423.537 233.73 444.844C180.879 474.587 145.45 490.651 85.6045 448.085C53.8009 425.468 24.8372 387.049 0 342.52V334.263C25.3099 380.963 55.1066 421.483 87.9277 444.825C145.906 486.068 178.736 471.195 231.763 441.356C269.379 420.189 304.44 393.189 338.347 367.083C375.374 338.578 413.663 309.095 456.059 286.426C568.555 226.271 790.644 117.456 1014.1 64.5589ZM530.187 236.016C754.591 132.309 1008.92 14.7539 1260.14 33.5052C1326.54 38.4605 1407.94 63.1562 1437.29 117.623C1458.91 157.758 1445.04 216.107 1432.82 267.586C1427.77 288.853 1423 308.938 1421.14 325.991C1415.25 380.193 1411.23 437.028 1431.88 483.828C1456.6 539.842 1491.49 572.47 1535.58 580.81C1633.89 599.401 1757.46 494.216 1822.36 429.854C1898.92 353.919 1959.43 268.507 2003 175.215V184.541C1959.52 275.285 1899.99 358.503 1825.19 432.699C1695.98 560.837 1608.12 586.826 1558.16 586.83C1549.16 586.83 1541.39 585.985 1534.83 584.744C1489.37 576.147 1453.5 542.739 1428.22 485.452C1407.16 437.734 1411.21 380.302 1417.16 325.558C1419.04 308.257 1423.84 288.052 1428.92 266.661C1440.98 215.879 1454.65 158.319 1433.76 119.523C1405.18 66.4816 1325.18 42.3745 1259.84 37.4994C1009.64 18.8523 755.832 136.15 531.868 239.649C471.67 267.469 417.325 303.455 364.767 338.257C329.426 361.655 292.879 385.855 254.689 407.514C193.975 441.948 154.343 439.48 103.247 398.072C67.117 368.789 30.1932 317.94 0 264.638V256.474C30.5618 311.594 68.6029 364.836 105.771 394.959C155.297 435.098 193.751 437.465 252.715 404.029C290.784 382.437 327.27 358.278 362.555 334.916C415.238 300.034 469.716 263.961 530.187 236.016ZM0 501.437C5.15172 507.341 10.428 512.845 15.8281 517.937C73.2581 572.051 130.696 559.129 187.393 521.895C180.01 527.883 172.575 533.672 165.096 539.16C115.065 564.901 63.6557 568.514 13.084 520.853C8.63335 516.663 4.27838 512.169 0 507.434V501.437ZM1103.68 17.4818C1158.54 3.30516 1220.64 -2.15915 1293.51 0.761096C1329.08 2.18322 1415.75 11.5653 1452.17 67.767C1466.01 89.1138 1471.58 112.884 1472.37 138.325L1472.41 139.78C1472.59 147.064 1472.38 154.482 1471.86 162.019C1470.62 180.117 1467.63 198.897 1463.98 218.124C1462.06 228.211 1459.97 238.418 1457.85 248.713C1457.67 249.64 1457.47 250.567 1457.29 251.494C1457.29 251.496 1457.29 251.499 1457.29 251.502C1444.12 315.696 1431.12 381.864 1460.01 437.633C1486.45 488.679 1521.78 517.35 1565.02 522.854C1670.66 536.309 1800.78 410.831 1868.91 334.844C1922.15 275.462 1967.9 205.905 2003 131.42V140.677C1968.23 212.658 1923.58 279.864 1871.89 337.52C1806.71 410.218 1685.13 527.853 1580.99 527.853C1575.44 527.853 1569.95 527.521 1564.52 526.828C1519.89 521.151 1483.53 491.76 1456.45 439.472C1426.49 381.64 1440.45 313.653 1453.93 247.91C1456.03 237.687 1458.11 227.553 1460.01 217.542C1460.01 217.537 1460.01 217.533 1460.01 217.528V217.525C1461.02 207.776 1462.14 198.255 1463.23 189.119C1464.16 181.316 1465.89 171.823 1467.86 161.628V161.625C1470.14 127.977 1466.24 96.8403 1448.81 69.9457C1413.4 15.3147 1328.29 6.16113 1293.35 4.76305C1220.85 1.85482 1159.16 7.2823 1104.68 21.3588C931.355 66.1439 741.559 133.014 555.809 214.744C508.442 235.587 463.751 262.999 420.53 289.505C379.873 314.442 337.83 340.227 293.952 360.245C231.503 388.734 190.033 403.628 126.954 353.17C98.187 330.153 78.3612 296.564 59.1885 264.08C51.9457 251.815 45.1078 240.226 37.833 229.226C28.2066 214.673 16.6084 201.293 5.3916 188.354C3.59711 186.283 1.7985 184.204 0 182.118V175.94C2.80019 179.229 5.6167 182.498 8.4209 185.731C19.7217 198.77 31.4073 212.25 41.1738 227.015C48.5047 238.103 55.3709 249.732 62.6377 262.045C81.6261 294.216 101.264 327.485 129.458 350.037C190.706 399.029 231.239 384.456 292.29 356.599C335.943 336.682 377.878 310.964 418.435 286.092C461.771 259.513 506.579 232.03 554.198 211.079C740.137 129.264 930.145 62.3191 1103.68 17.4818ZM211.629 506.783C209.987 508.201 208.342 509.615 206.694 511.023C208.342 509.615 209.987 508.201 211.629 506.783ZM222.069 496.373C221.362 496.943 220.653 497.508 219.945 498.073C221.701 496.672 223.458 495.257 225.212 493.827L222.069 496.373ZM2003 94.2211C1964.92 172.555 1916.34 242.826 1858.2 303.518C1732.95 434.268 1648.56 465.898 1596.26 465.898C1589.78 465.898 1583.79 465.414 1578.28 464.573C1536.62 458.199 1502.9 429.565 1478.04 379.468C1458.04 339.134 1455.05 294.084 1457.29 251.502C1457.48 250.573 1457.67 249.644 1457.86 248.714C1459.97 238.419 1462.06 228.212 1463.98 218.125C1458.68 269.296 1456.7 327.429 1481.64 377.686C1505.88 426.553 1538.59 454.45 1578.89 460.607C1667.71 474.178 1778.26 381.174 1855.31 300.749C1915.01 238.427 1964.58 165.941 2003 84.9593V94.2211ZM270.205 454.917C267.942 456.891 265.667 458.885 263.384 460.9C265.667 458.885 267.942 456.891 270.205 454.917ZM301.208 429.078C300.358 429.742 299.507 430.413 298.653 431.089C299.507 430.413 300.358 429.742 301.208 429.078ZM329.965 403.955C329.123 404.474 328.28 404.995 327.435 405.522C324.723 407.207 321.991 409.008 319.246 410.883C321.99 409.009 324.722 407.208 327.434 405.523C329.124 404.469 330.807 403.437 332.488 402.408L329.965 403.955ZM328.681 406.937C327.966 407.561 327.251 408.187 326.534 408.816C327.251 408.187 327.966 407.561 328.681 406.937Z' fill='black' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1371' viewBox='0 0 1600 1371' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.528 1035.91C762.042 1016.48 802.919 1055.59 831.55 1091.83C863.846 1132.69 893.094 1175.51 921.385 1216.92C958.14 1270.73 993.885 1323.05 1035.26 1370.62H1029.97C989.438 1323.61 954.237 1272.12 918.075 1219.18C889.825 1177.83 860.617 1135.07 828.409 1094.31C800.568 1059.08 760.884 1021.03 700.718 1039.73C639.895 1058.63 632.491 1104.65 624.647 1153.37C619.888 1182.96 614.965 1213.55 597.467 1238.55C584.135 1257.59 580.582 1258.8 570.038 1262.39C565.612 1263.9 560.099 1265.78 551.947 1269.62C551.719 1269.72 551.474 1269.79 551.226 1269.81C509.699 1272.55 467.925 1278.13 427.063 1286.39C376.019 1297.3 325.239 1311.82 276.149 1329.56C263.823 1333.89 251.529 1338.26 239.267 1342.62C212.29 1352.22 185.518 1361.73 158.958 1370.62H146.207C176.496 1360.69 207.079 1349.82 237.925 1338.85C250.195 1334.48 262.489 1330.11 274.808 1325.78C324.045 1307.99 375.006 1293.42 426.251 1282.46C467.184 1274.2 509.003 1268.6 550.581 1265.84C558.757 1262.01 564.522 1260.04 568.748 1258.6C578.879 1255.15 581.604 1254.22 594.187 1236.25C611.156 1212.01 616.003 1181.88 620.694 1152.73C628.386 1104.95 636.334 1055.55 699.528 1035.91ZM763.607 1124.17C821.674 1119.63 864.551 1163.74 884.938 1190.43C913.148 1227.36 938.297 1265.88 962.621 1303.13C977.579 1326.04 992.33 1348.63 1007.57 1370.62H1002.7C987.999 1349.32 973.726 1327.47 959.269 1305.32C934.984 1268.13 909.874 1229.67 881.752 1192.86C861.862 1166.82 820.152 1123.81 763.916 1128.15C700.91 1133.06 690.138 1178.32 678.729 1226.23C671.526 1256.5 664.074 1287.79 643.043 1310.21C623.57 1330.98 619.035 1331.84 593.861 1336.62L589.603 1337.43C551.794 1344.66 514.426 1347.87 478.3 1350.97C433.497 1354.82 387.472 1358.79 340.65 1370.62H325.167C377.305 1355.62 428.374 1351.24 477.96 1346.98C513.986 1343.89 551.241 1340.69 588.85 1333.49L593.116 1332.68C618.302 1327.91 621.538 1327.29 640.122 1307.47C660.424 1285.82 667.747 1255.06 674.83 1225.3C686.584 1175.93 697.689 1129.29 763.607 1124.17ZM697.333 1265.16C712.303 1215.27 726.413 1168.19 792.977 1169.38C846.372 1170.38 886.019 1209.72 904.899 1233.08C936.431 1272.08 962.818 1313.5 988.345 1353.56C991.982 1359.27 995.608 1364.95 999.233 1370.62H994.474C991.309 1365.66 988.141 1360.7 984.964 1355.71C959.502 1315.75 933.174 1274.43 901.787 1235.6C883.344 1212.78 844.67 1174.36 792.9 1173.39C729.513 1172.09 715.693 1217.92 701.167 1266.31C691.657 1298 681.825 1330.77 657.549 1352.15C644.77 1363.41 635.936 1368.08 625.072 1370.62H594.122C595.059 1370.52 595.981 1370.45 596.923 1370.35L601.273 1369.9C626.054 1367.35 635.324 1366.4 654.901 1349.15C678.316 1328.52 687.983 1296.31 697.333 1265.16ZM578.971 861.911C612.461 834.715 640.287 823.407 666.546 826.355C693.462 829.367 719.117 847.47 747.287 883.329C785.981 932.581 821.347 984.545 855.55 1034.79C943.734 1164.35 1027.32 1287.07 1165.07 1370.62H1157.35C1022.21 1286.73 939.479 1165.22 852.236 1037.05C818.073 986.852 782.744 934.949 744.139 885.801C716.674 850.846 691.876 833.221 666.102 830.337C640.976 827.509 614.1 838.549 581.495 865.015C546.931 893.08 513.001 941.206 495.054 987.618C487.21 1007.91 486.048 1030.77 484.927 1052.89C483.757 1075.95 482.546 1099.8 473.617 1120.29C447.105 1181.11 341.127 1207.23 255.972 1228.23C228.687 1234.95 202.912 1241.31 183.066 1248.03C121.911 1268.76 60.2222 1286.47 0 1295.1V1291.02C59.7855 1282.42 121.045 1264.83 181.776 1244.24C201.786 1237.46 227.641 1231.08 255.01 1224.33C339.308 1203.56 444.222 1177.69 469.944 1118.68C478.585 1098.87 479.723 1076.44 480.929 1052.69C482.062 1030.26 483.24 1007.06 491.32 986.167C509.5 939.155 543.902 890.376 578.971 861.911ZM2003 965.575C1939.9 1092.97 1825.05 1183.65 1739.18 1243.34C1667.02 1293.51 1581.71 1347.29 1491.97 1370.62H1474.74C1476.02 1370.34 1477.3 1370.12 1478.59 1369.84C1572.23 1348.62 1661.71 1292.32 1736.89 1240.06C1831.15 1174.52 1942.76 1084.76 2003 956.698V965.575ZM2003 1024.58C1940.7 1164.15 1808.47 1295.01 1654.89 1370.62H1645.81C1804.83 1294.51 1941.79 1158.6 2003 1014.46V1024.58ZM666.967 992.4C731.868 963.686 771.952 998.761 805.599 1040.94C839.822 1083.84 870.98 1128.87 901.109 1172.41C950.051 1243.16 997.35 1311.48 1056.21 1370.61H1050.55C992.786 1311.93 946.097 1244.49 897.812 1174.7C867.723 1131.2 836.609 1086.23 802.466 1043.43C747.219 974.185 705.472 979.745 668.589 996.061C609.076 1022.4 602.238 1069.28 594.999 1118.92C590.669 1148.58 586.194 1179.26 569.861 1205.97C557.908 1225.51 555.328 1227.01 545.104 1230.92C540.986 1232.48 535.341 1234.64 526.849 1239.23C526.628 1239.35 526.384 1239.43 526.132 1239.46C485.287 1244.32 444.301 1251.68 404.313 1261.33C354.731 1273.84 305.177 1288.96 257.041 1306.28L245.64 1310.29C181.363 1332.92 115.665 1355.99 51.1484 1370.61H31.9756C102.105 1356.51 174.056 1331.24 244.31 1306.52L255.694 1302.51C303.939 1285.15 353.621 1269.99 403.352 1257.44C443.391 1247.78 484.401 1240.41 525.278 1235.52C533.819 1230.93 539.508 1228.76 543.678 1227.17C552.655 1223.75 554.791 1222.94 566.44 1203.88C582.348 1177.87 586.763 1147.6 591.033 1118.34C598.112 1069.81 605.435 1019.63 666.967 992.4ZM732.068 1079.76C778.021 1071.21 819.351 1091.46 858.458 1141.68C888.719 1180.56 915.94 1221.21 942.268 1260.52C967.654 1298.43 992.51 1335.54 1019.51 1370.61H1014.46C988.123 1336.18 963.78 1299.85 938.938 1262.75C912.651 1223.5 885.47 1182.91 855.297 1144.15C817.196 1095.21 777.12 1075.46 732.806 1083.7C670.685 1095.28 661.943 1140.84 652.689 1189.07C646.973 1218.88 641.06 1249.69 622.023 1273.27C607.506 1291.25 602.654 1292.71 590.937 1296.23C586.43 1297.59 580.822 1299.27 573.118 1302.38C572.89 1302.47 572.646 1302.51 572.397 1302.52C530.27 1303.08 487.795 1306.81 446.156 1313.6C393.874 1322.8 342.016 1336.63 292.054 1354.72C277.175 1359.93 262.2 1365.3 247.482 1370.61H235.692C253.739 1364.09 272.295 1357.39 290.711 1350.95C340.87 1332.79 392.953 1318.9 445.487 1309.65C487.226 1302.84 529.77 1299.09 571.973 1298.52C579.664 1295.44 585.268 1293.75 589.783 1292.4C601.292 1288.94 605.167 1287.77 618.907 1270.75C637.315 1247.96 643.131 1217.64 648.756 1188.32C657.857 1140.89 667.263 1091.84 732.068 1079.76ZM635.355 949.048C700.028 911.053 740.742 937.604 781.983 989.147C817.969 1034.12 850.831 1081.42 882.614 1127.15C944.347 1216 1003.61 1301.26 1083.67 1370.61H1077.56C998.932 1301.53 940.325 1217.23 879.321 1129.44C847.582 1083.76 814.76 1036.52 778.854 991.651C738.915 941.73 699.572 915.984 637.387 952.497C578.983 986.803 571.868 1034.77 564.337 1085.55C559.894 1115.51 555.296 1146.5 539.688 1175.45C528.424 1196.35 526.26 1197.78 516.689 1201.88C512.619 1203.61 507.039 1206 498.334 1211.31C498.122 1211.44 497.882 1211.53 497.634 1211.58C457.558 1218.49 417.381 1227.55 378.219 1238.51C330.163 1252.5 281.902 1268.1 234.804 1284.88C151.255 1314.12 74.3514 1339.46 0 1350.24V1346.65C78.818 1335.21 158.193 1307.45 233.47 1281.11C280.632 1264.3 328.969 1248.67 377.121 1234.66C416.308 1223.69 456.492 1214.62 496.576 1207.69C505.341 1202.37 510.981 1199.96 515.115 1198.2C523.656 1194.54 525.203 1193.88 536.167 1173.55C551.438 1145.22 555.98 1114.59 560.375 1084.96C568.05 1033.2 575.302 984.32 635.355 949.048ZM605.711 905.61C666.338 862.715 710.184 871.397 762.086 936.576C799.59 983.672 833.881 1033.28 867.047 1081.25C941.947 1189.58 1013.41 1292.89 1119.27 1370.61H1112.54C1008.57 1292.91 937.833 1190.68 863.754 1083.52C830.624 1035.61 796.373 986.063 758.953 939.071C708.093 875.198 667.191 867.022 608.026 908.879C576.443 931.224 545.328 973.942 528.76 1017.71C521.641 1036.51 520.548 1058.23 519.486 1079.23C518.313 1102.64 517.095 1126.86 507.448 1146.91C496.728 1169.19 495.069 1170.65 485.311 1175.39C481.245 1177.37 475.672 1180.07 466.907 1186C427.572 1212.6 363.055 1227.41 300.67 1241.72C266.952 1249.45 235.104 1256.75 209.963 1265.45C140.126 1289.6 69.2237 1311.61 0 1321.5V1317.58C69.2436 1307.49 140.434 1285.25 208.652 1261.66C233.998 1252.89 265.951 1245.57 299.773 1237.81C358.914 1224.25 425.946 1208.88 464.664 1182.68C473.665 1176.59 479.386 1173.82 483.561 1171.79C492.013 1167.69 493.311 1167.05 503.839 1145.18C513.133 1125.85 514.282 1103.11 515.488 1079.03C516.566 1057.72 517.672 1035.68 525.015 1016.3C541.848 971.831 573.523 928.383 605.711 905.61ZM556.108 817.718C595.147 783.653 627.079 769.147 656.583 772.087C684.489 774.867 711.438 793.659 738.967 829.527C778.446 880.966 814.444 935.333 849.256 987.906C944.186 1131.27 1033.84 1266.68 1191.42 1353.65C1202.6 1359.83 1213.75 1365.46 1224.88 1370.61H1215.48C1206.83 1366.43 1198.16 1361.95 1189.48 1357.16C1031.05 1269.71 941.122 1133.9 845.915 990.12C811.143 937.6 775.185 883.298 735.79 831.967C708.97 797.02 682.931 778.737 656.187 776.074C627.86 773.29 596.89 787.446 558.741 820.739C520.512 854.103 482.45 907.745 461.771 957.402C451.817 981.304 450.198 1006.45 448.632 1030.77C447.254 1052.16 445.832 1074.27 438.733 1095.37C416.083 1162.69 299.368 1193.48 214.148 1215.95C192.011 1221.79 171.1 1227.31 154.632 1232.73C97.3901 1251.54 46.4656 1264.04 0 1270.6V1266.56C46.073 1260.01 96.5889 1247.59 153.378 1228.92C169.967 1223.47 190.93 1217.94 213.127 1212.08C297.465 1189.84 412.971 1159.37 434.936 1094.09C441.866 1073.49 443.272 1051.64 444.634 1030.51C446.22 1005.87 447.863 980.382 458.074 955.859C478.969 905.682 517.451 851.459 556.108 817.718ZM538.09 772.853C585.505 730.804 621.683 713.623 655.39 717.112C684.549 720.144 711.738 739.171 738.514 775.28C778.305 828.934 814.416 885.757 849.332 940.704C944.503 1090.45 1034.39 1231.9 1196.38 1322.41C1237.93 1345.63 1278.89 1361.66 1319.7 1370.61H1302.78C1266.91 1361.13 1230.89 1346.28 1194.42 1325.91C1031.55 1234.91 941.398 1093.04 845.955 942.852C811.071 887.964 775 831.209 735.297 777.663C709.226 742.508 682.954 724.005 654.977 721.097C622.476 717.708 587.252 734.605 540.746 775.849C496.752 814.866 453.035 874.028 429.367 926.573C416.676 954.75 414.392 982.146 411.973 1011.15C410.314 1031 408.6 1051.53 403.22 1072.21C383.638 1147.45 260.03 1181.73 169.774 1206.76C153.426 1211.29 137.983 1215.58 125.188 1219.6C81.1095 1233.46 39.3229 1243.1 0 1248.55V1244.5C38.9382 1239.07 80.3201 1229.51 123.985 1215.78C136.845 1211.74 152.321 1207.44 168.705 1202.9C252.983 1179.53 380.341 1144.21 399.342 1071.2C404.638 1050.85 406.337 1030.5 407.979 1010.81C410.323 982.754 412.742 953.732 425.714 924.93C449.594 871.909 493.703 812.214 538.09 772.853ZM2003 993.962C1954.02 1099.3 1863.13 1195.11 1726.62 1285.6C1665.58 1326.06 1616.7 1352.67 1576.74 1370.61H1566.46C1625.3 1345.47 1679.62 1311.95 1724.41 1282.25C1863.75 1189.89 1955.28 1092.03 2003 984.204V993.962ZM2003 1058.71C1948.59 1179.49 1840.1 1293.81 1710.96 1370.61H1703.09C1837.04 1292.52 1949.44 1173.78 2003 1048.89V1058.71ZM2003 1097.61C1954.55 1200.19 1865.92 1297.68 1759.08 1370.61H1751.98C1863.13 1295.92 1955.02 1194.47 2003 1088.1V1097.61ZM2003 1141.12C1959.77 1225.31 1888.86 1305.49 1803.3 1370.61H1796.64C1885.99 1303.51 1959.74 1219.94 2003 1132.33V1141.12ZM613.527 670.556C684.818 642.66 699.107 652.562 747.375 720.725C786.954 776.626 822.608 835.957 857.088 893.336C950.752 1049.21 1039.22 1196.44 1204.22 1290.57C1325.95 1360.01 1458.02 1371.91 1566.58 1323.23C1614.54 1301.72 1657.58 1268.04 1699.19 1235.48C1715.49 1222.72 1732.34 1209.53 1749.08 1197.42C1897.87 1089.79 1966.5 1003.59 2003 931.656V939.183C1943.86 1050.73 1844.64 1133.23 1751.43 1200.67C1734.75 1212.74 1717.93 1225.9 1701.66 1238.63C1659.85 1271.35 1616.63 1305.17 1568.22 1326.88C1523.63 1346.88 1475.12 1356.77 1425.01 1356.78C1351.81 1356.78 1275.17 1335.66 1202.24 1294.06C1036.33 1199.41 947.599 1051.74 853.654 895.399C819.215 838.084 783.602 778.813 744.103 723.04C694.721 653.295 681.445 648.284 614.985 674.289C586.955 685.257 558.664 703.527 528.495 730.138C473.905 778.292 425.233 839.802 398.293 894.678C382.83 926.176 379.881 956.652 376.756 988.919C374.817 1008.96 372.81 1029.68 367.559 1050.81C346.127 1137.03 209.999 1175.91 119.92 1201.63C111.191 1204.12 102.918 1206.48 95.2627 1208.75C62.3294 1218.47 30.5658 1225.41 0 1229.69V1225.86C29.3038 1221.65 60.6268 1214.8 94.1289 1204.9C101.792 1202.64 110.077 1200.27 118.818 1197.77C208.012 1172.31 342.797 1133.82 363.673 1049.84C368.853 1029 370.844 1008.43 372.771 988.535C375.931 955.895 378.916 925.062 394.695 892.911C421.856 837.587 470.885 775.617 525.848 727.134C556.373 700.203 585.053 681.7 613.527 670.556ZM520.504 680.522C565.043 643.368 623.278 601.507 678.801 607.503C708.589 610.732 735.574 627.681 759.005 657.885C800.615 711.527 832.808 774.567 863.946 835.532C888.791 884.174 914.478 934.476 944.755 979.585C1054.54 1143.15 1140.85 1209.15 1196.23 1244.56C1315.89 1321.09 1434.87 1338.46 1549.85 1296.17C1609.94 1274.07 1656.87 1236.44 1706.54 1196.59C1719.16 1186.48 1732.2 1176.02 1745.39 1165.9C1838.23 1094.73 1941 1015.87 2003 904.612V912.756C1940.33 1021.43 1839.28 1098.97 1747.83 1169.08C1734.67 1179.17 1721.65 1189.62 1709.05 1199.72C1659.11 1239.78 1611.93 1277.61 1551.23 1299.93C1509.95 1315.11 1468.15 1322.69 1426.02 1322.7C1349.55 1322.7 1271.94 1297.74 1194.07 1247.94C1138.39 1212.33 1051.63 1146.01 941.43 981.813C911.02 936.511 885.274 886.101 860.377 837.354C829.326 776.553 797.218 713.686 755.84 660.34C732.781 630.613 707.44 614.634 678.368 611.486C624.339 605.637 567.001 646.954 523.071 683.603C489.877 711.287 408.023 784.666 364.874 867.87C347.284 901.796 344.011 936.182 340.546 972.587C338.559 993.474 336.5 1015.08 331.484 1036.55C307.705 1138.3 119.619 1186.41 57.8145 1202.22C38.2972 1207.22 19.0044 1210.99 0 1213.69V1209.64C18.68 1206.97 37.6366 1203.25 56.8213 1198.34C118.045 1182.68 304.356 1135.02 327.583 1035.64C332.538 1014.43 334.582 992.965 336.561 972.206C339.91 937.023 343.37 900.642 361.321 866.024C404.802 782.178 487.126 708.366 520.504 680.522ZM527.862 636.134C626.878 561.289 676.012 556.787 707.756 561.253C738.294 565.54 765.21 582.913 787.764 612.901C829.086 667.833 860.016 732.975 889.929 795.971C913.195 844.97 937.255 895.64 965.986 940.974C1047.85 1070.17 1123.42 1153.64 1211 1211.6C1329.28 1289.9 1447.47 1307.18 1562.31 1262.94C1622.38 1239.81 1668.66 1200.92 1717.67 1159.74C1730.8 1148.71 1744.38 1137.3 1758.16 1126.3C1849.23 1053.6 1942.62 978.978 2003 876.028V883.959C1942.23 984.457 1850.31 1057.86 1760.66 1129.43C1746.92 1140.4 1733.36 1151.79 1720.24 1162.81C1670.98 1204.21 1624.44 1243.3 1563.75 1266.68C1522.81 1282.45 1480.79 1290.29 1438.33 1290.29C1362.1 1290.29 1284.42 1265.01 1208.79 1214.95C1120.71 1156.65 1044.78 1072.81 962.602 943.118C933.742 897.575 909.63 846.793 886.312 797.686C856.483 734.875 825.641 669.919 784.563 615.308C762.675 586.198 736.643 569.353 707.199 565.223C676.221 560.869 628.121 565.376 530.278 639.328C483.881 674.399 398.429 745.634 347.437 828.719C322.287 869.695 314.679 914.255 306.623 961.432C303.574 979.306 300.418 997.797 296.235 1015.85C270.02 1128.93 81.9907 1177.31 24.9854 1189.45C16.6088 1191.23 8.2844 1192.7 0 1193.99V1189.96C7.99196 1188.68 16.0282 1187.26 24.1523 1185.53C201.478 1147.78 278.954 1072.66 292.33 1014.94C296.488 997.004 299.637 978.577 302.678 960.755C310.441 915.285 318.465 868.26 344.023 826.62C395.36 742.978 481.241 671.373 527.862 636.134ZM552.135 596.023C632.327 543.442 746.827 483.844 815.013 572.881C856.595 627.184 886.387 693.825 915.194 758.271C935.761 804.27 957.026 851.835 982.235 893.924C1057.34 1019.3 1129.62 1105.56 1209.73 1165.4C1316.66 1245.26 1439.66 1274.54 1547.15 1245.7C1623.56 1225.21 1682.46 1173.41 1739.42 1123.31C1752.49 1111.81 1766.01 1099.93 1779.51 1088.61C1874.03 1009.44 1950.77 933.333 2003 842.509V850.469C1950.62 939.134 1874.88 1013.95 1782.09 1091.68C1768.61 1102.97 1755.12 1114.84 1742.07 1126.32C1684.76 1176.72 1625.49 1228.84 1548.19 1249.57C1520.74 1256.93 1492.28 1260.55 1463.36 1260.55C1377.76 1260.55 1287.99 1228.85 1207.34 1168.61C1126.8 1108.45 1054.17 1021.82 978.798 895.984C953.468 853.69 932.152 806.013 911.541 759.906C882.822 695.668 853.13 629.247 811.832 575.317C745.673 488.939 633.188 547.676 554.33 599.371C393.637 704.721 322.094 828.132 264.119 981.023C229.511 1072.28 131.549 1138.51 0 1160.72V1156.66C129.79 1134.58 226.339 1069.36 260.374 979.601C318.625 825.981 390.537 701.965 552.135 596.023ZM577.284 557.539C662.824 508.692 769.661 462.413 837.09 538.712C883.347 591.048 913.901 662.16 943.449 730.932C961.152 772.14 977.877 811.065 997.755 846.376C1102.45 1032.32 1187.31 1105.3 1242.04 1144.02C1347.55 1218.66 1468.49 1242.85 1573.85 1210.35C1643.93 1188.74 1698.73 1139.93 1751.72 1092.73C1760.96 1084.51 1770.18 1076.29 1779.47 1068.23C1873.84 986.276 1948.99 910.069 2003 820.527V828.302C1949.03 915.785 1874.79 990.762 1782.1 1071.25C1772.82 1079.3 1763.61 1087.51 1754.39 1095.72C1701.07 1143.21 1645.94 1192.31 1575.03 1214.18C1543.95 1223.76 1511.53 1228.47 1478.57 1228.47C1398.51 1228.48 1315.19 1200.68 1239.73 1147.29C1184.69 1108.35 1099.35 1034.99 994.266 848.339C974.28 812.844 956.737 772.004 939.768 732.514C910.344 664.034 879.917 593.219 834.089 541.364C768.571 467.236 663.497 512.923 579.271 561.021C406.168 659.861 314.683 792.875 230.577 962.185C186.363 1051.19 105.274 1110.09 0 1130.73V1126.64C103.651 1106.1 183.459 1048.02 226.988 960.402C311.423 790.439 403.308 656.884 577.284 557.539ZM604.842 520.578C650.694 497.649 790.232 427.872 862.921 502.496C914.193 555.133 946.101 634.404 976.959 711.068C995.519 757.175 1013.05 800.723 1034.36 838.41C1079.91 918.951 1144.42 1020.97 1239.71 1095.63C1354.35 1185.44 1484.85 1214.05 1597.74 1174.11C1663.94 1150.69 1718.07 1101.88 1770.42 1054.68C1779.62 1046.38 1788.76 1038.14 1797.88 1030.12C1887.35 951.382 1953.97 876.152 2003 796.613V804.156C1954.1 882.021 1888.28 955.904 1800.52 1033.12C1791.41 1041.14 1782.29 1049.37 1773.1 1057.66C1720.46 1105.12 1666.03 1154.2 1599.08 1177.89C1565.22 1189.87 1529.79 1195.75 1493.71 1195.76C1408.08 1195.77 1318.67 1162.58 1237.24 1098.78C1141.39 1023.69 1076.6 921.246 1030.87 840.384C1009.43 802.469 991.853 758.797 973.241 712.562C942.531 636.263 910.772 557.36 860.052 505.288C812.513 456.486 729.625 462.65 606.637 524.163C410.303 622.342 299.268 776.776 208.528 929.037C157.067 1015.39 82.3753 1073.72 0 1095.85V1091.68C80.9771 1069.6 154.399 1012.05 205.087 926.991C296.139 774.2 407.59 619.222 604.842 520.578ZM783.337 443.782C840.446 440.901 884.172 461.046 913.292 503.664C948.432 555.087 972.885 616.124 996.536 675.158C1012.6 715.268 1029.22 756.749 1048.92 794.32C1138.69 965.613 1216.29 1035.61 1266.85 1073.37C1372.77 1152.45 1487.67 1171.54 1608.34 1130.12C1683.67 1104.26 1798.9 1041.01 1920.04 886.494C1950.31 847.889 1978.19 806.778 2003 764.704V772.508C1978.96 812.723 1952.18 851.995 1923.19 888.969C1801.45 1044.24 1685.48 1107.88 1609.64 1133.91C1567.82 1148.26 1526.67 1155.43 1486.36 1155.43C1409.07 1155.44 1334.81 1129.1 1264.46 1076.57C1213.59 1038.59 1135.52 968.196 1045.36 796.178C1025.58 758.431 1008.92 716.854 992.815 676.648C969.248 617.814 944.875 556.986 909.983 505.924C846.697 413.301 730.57 448.236 636.478 489.003C439.895 574.179 312.031 717.88 180.522 907.436C131.409 978.227 75.6373 1044.11 0 1071.6V1067.29C74.0268 1039.81 128.861 974.87 177.233 905.153C309.131 715.032 437.435 570.878 634.883 485.326C673.068 468.782 730.005 446.474 783.337 443.782ZM666.938 451.242C757.875 417.152 870.812 388.85 937.5 473.301C979.595 526.615 1005.42 596.392 1030.39 663.878C1045.77 705.447 1061.69 748.433 1080.99 785.896C1156.58 932.609 1218.72 994.897 1258.88 1028.99C1353.98 1109.71 1450.4 1137.18 1553.67 1112.98C1635.24 1093.86 1721.21 1042.6 1824.2 951.661C1896.75 887.612 1955.42 819.157 2003 741.848V749.427C1955.84 824.821 1898 891.859 1826.86 954.666C1723.35 1046.06 1636.82 1097.6 1554.58 1116.88C1530.14 1122.61 1506.07 1125.48 1482.34 1125.48C1404.46 1125.49 1329.96 1094.58 1256.29 1032.04C1171.89 960.406 1113.79 858.301 1077.43 787.735C1058.01 750.052 1042.06 706.949 1026.64 665.273C1001.77 598.075 976.058 528.597 934.355 475.785C869.274 393.365 758.011 421.378 668.341 454.987C449.149 537.142 298.84 700.252 169.065 864.279L160.601 874.998C114.143 933.892 63.8716 997.545 0 1030.46V1025.8C62.3613 992.957 111.776 930.418 157.456 872.514L165.925 861.79C296.06 697.311 446.825 533.734 666.938 451.242ZM701.166 418.809C792.078 389.659 904.767 366.913 969.776 450.559C1010.55 503.015 1033.96 572.469 1056.59 639.63C1070.55 681.026 1083.73 720.132 1100.7 755.776C1136.44 830.833 1187.47 925.891 1265.48 995.296C1360.42 1079.77 1476.66 1111.03 1584.42 1081.07C1670.22 1057.2 1739.88 995.344 1807.25 935.529C1814.23 929.328 1821.17 923.163 1828.08 917.086C1898.13 855.493 1955.24 789.104 2003 712.212V719.819C1955.75 794.72 1899.42 859.695 1830.72 920.099C1823.82 926.168 1816.89 932.325 1809.91 938.522C1742.2 998.641 1672.19 1060.81 1585.49 1084.92C1558.32 1092.48 1530.61 1096.2 1502.86 1096.2C1419.15 1096.2 1334.9 1062.42 1262.82 998.292C1184.27 928.403 1132.98 832.895 1097.08 757.494C1080.01 721.637 1066.18 680.598 1052.8 640.912C1030.27 574.063 1006.98 504.943 966.616 453.015C903.129 371.34 792.058 393.864 702.388 422.626C472.824 496.242 304.411 660.204 156.618 826.426C147.028 837.21 137.474 848.398 127.354 860.244C88.7848 905.385 47.5993 953.547 0 984.533V979.673C46.2933 948.944 86.5661 901.816 124.307 857.64C134.442 845.779 144.012 834.574 153.622 823.766C217.213 752.25 302.758 660.256 400.656 583.028C498.178 506.1 596.473 452.386 701.166 418.809ZM737.381 387.956C827.668 363.401 939.412 345.831 1002.62 428.715C1041.96 480.294 1062.71 549.335 1082.77 616.1C1094.6 655.429 1105.76 692.572 1120.44 726.401C1152.49 800.264 1198.63 893.82 1271.62 962.232C1361.56 1046.52 1456.33 1074.29 1561.34 1047.15C1611.28 1034.24 1693.55 1003.15 1830.77 882.764C1903.37 819.079 1958.93 750.84 2003 680.47V687.929C1959.29 756.701 1904.52 823.406 1833.42 885.777C1695.54 1006.73 1612.68 1038.02 1562.34 1051.03C1536.1 1057.81 1510.49 1061.22 1485.43 1061.22C1408.86 1061.22 1337.46 1029.43 1268.88 965.157C1195.35 896.24 1148.96 802.215 1116.76 727.999C1101.99 693.954 1090.79 656.696 1078.94 617.254C1058.97 550.83 1038.33 482.141 999.433 431.143C937.668 350.161 827.503 367.586 738.43 391.822C499.203 456.904 314.102 619.746 149.712 786.028C136.152 799.748 122.251 815.106 107.537 831.366C75.2688 867.013 39.5752 906.423 0 935.477V930.975C37.4761 902.746 71.9436 864.718 104.564 828.677C119.31 812.381 133.24 796.995 146.864 783.211C311.647 616.533 497.237 453.287 737.381 387.956ZM775.481 358.73C811.656 350.446 865.609 340.022 916.269 345.03C968.555 350.205 1008.81 371.26 1035.94 407.605C1073.75 458.279 1091.63 526.826 1108.92 593.107C1118.65 630.397 1127.84 665.616 1140.3 697.659C1168.53 770.284 1209.64 862.283 1277.56 929.681C1364.47 1015.91 1458.22 1043.77 1564.18 1014.85C1665.75 987.117 1760.93 911.442 1832.5 848.611C1903.01 786.713 1957.72 720.516 2003 647.542V655.129C1958.2 726.253 1904.23 790.975 1835.14 851.623C1763.25 914.735 1667.6 990.766 1565.24 1018.71C1537.94 1026.17 1511.43 1029.9 1485.65 1029.9C1409.94 1029.9 1340.4 997.668 1274.74 932.521C1206.28 864.602 1164.93 772.103 1136.56 699.109C1124.02 666.85 1114.8 631.523 1105.05 594.117C1087.85 528.205 1070.07 460.053 1032.73 410C972.14 328.806 857.404 344.08 776.375 362.631C528.259 419.442 328.163 579.443 148.891 743.886C132.734 758.712 115.633 776.65 97.5303 795.65C67.7096 826.939 35.0805 861.161 0 888.084V882.973C33.9589 856.539 65.6385 823.305 94.6299 792.885C112.781 773.838 129.926 755.848 146.187 740.934C325.86 576.118 526.457 415.745 775.481 358.73ZM815.346 331.07C895.798 315.695 1009.69 304.772 1069.71 387.091C1105.98 436.856 1120.85 504.831 1135.23 570.559C1142.95 605.862 1150.24 639.199 1160.59 669.495C1184.96 740.854 1221.01 831.27 1283.94 897.679C1367.64 985.999 1460.27 1013.95 1567.16 983.107C1667.36 954.189 1762.35 877.946 1833.91 814.75C1905.04 751.935 1959.06 685.234 2003 613.742V621.372C1959.5 691.07 1906.21 756.249 1836.56 817.754C1764.69 881.227 1669.24 957.818 1568.27 986.953C1539.9 995.136 1512.51 999.246 1486.02 999.25C1411.27 999.254 1343.66 966.531 1281.03 900.435C1217.57 833.465 1181.3 742.533 1156.8 670.792C1146.38 640.276 1139.06 606.831 1131.31 571.415C1117.02 506.088 1102.24 438.534 1066.47 389.454C1007.8 308.961 895.477 319.829 816.099 335.003C559.182 384.115 337.57 547.437 154.672 700.724C136.605 715.87 116.899 735.559 96.0322 756.401C66.3998 786 34.1111 818.247 0 843.993V838.929C33.0415 813.66 64.3921 782.347 93.1992 753.569C114.131 732.658 133.896 712.91 152.1 697.66C272.055 597.117 367.531 527.364 461.672 471.466C583.346 399.225 699.032 353.302 815.346 331.07ZM856.398 304.208C934.828 292.075 1045.79 285.365 1103.79 366.995C1138.47 415.807 1150.17 483.1 1161.48 548.179C1167.27 581.515 1172.74 613.001 1181.08 641.575C1201.54 711.601 1232.44 800.362 1290.4 865.749C1344.72 927.034 1406.11 960.099 1472.85 964.025C1602.67 971.62 1734.27 870.024 1834.52 780.65C1905.97 716.941 1959.66 649.09 2003 576.985V584.777C1960.1 655.047 1907.11 721.291 1837.18 783.638C1739.97 870.312 1613.24 968.423 1486.7 968.431C1482 968.431 1477.32 968.298 1472.62 968.022C1404.77 964.036 1342.45 930.52 1287.4 868.41C1228.92 802.425 1197.81 713.123 1177.24 642.701C1168.83 613.907 1163.34 582.316 1157.53 548.868C1146.3 484.226 1134.68 417.385 1100.52 369.315C1043.8 289.491 934.38 296.188 857.012 308.169C593.08 349.033 360.228 507.332 167.259 656.786C147.605 672.008 125.664 693.014 102.441 715.239C70.7581 745.567 36.15 778.686 0 804.291V799.328C35.1125 774.14 68.7988 741.897 99.6689 712.346C122.976 690.038 144.985 668.971 164.807 653.617C358.176 503.847 591.566 345.216 856.398 304.208ZM898.077 278.286C1024.56 263.264 1107.86 288.292 1145.72 352.694C1172.11 397.579 1179.03 457.066 1185.73 514.589C1189.05 543.135 1192.19 570.094 1197.57 594.558C1216.02 678.364 1243.55 773.55 1307.89 844.097C1473.98 1026.19 1672.55 891.05 1826.99 752.985C1899.15 688.483 1957.06 622.971 2003 553.867V561.129C1957.41 628.672 1900.32 692.805 1829.66 755.973C1728 846.853 1607.34 936.415 1488.97 936.415C1425.9 936.415 1363.49 910.994 1304.93 846.797C1239.95 775.554 1212.22 679.746 1193.66 595.419C1188.24 570.759 1185.08 543.704 1181.75 515.05C1175.1 457.939 1168.23 398.881 1142.27 354.721C1105.29 291.822 1023.3 267.425 898.55 282.263C619.925 315.375 364.999 481.121 174.037 621.814C153.711 636.788 131.225 657.546 107.413 679.518C74.2795 710.106 37.8527 743.727 0 768.119V763.28C36.8272 739.213 72.3528 706.433 104.697 676.578C128.589 654.526 151.154 633.699 171.661 618.589C363.02 477.604 618.518 311.51 898.077 278.286ZM939.779 252.74C1024.6 245.541 1135.14 253.589 1180.23 332.792C1205.11 376.492 1208.93 435.329 1212.62 492.224C1214.36 519.095 1216.01 544.48 1219.82 567.257C1233.57 649.309 1255.56 742.564 1314.47 812.037C1361.34 867.322 1415.59 897.326 1475.71 901.211C1600 909.215 1728.2 808.096 1826.01 719.075C1897.62 653.892 1956.95 584.639 2003 512.686V520.149C1957.26 590.499 1898.82 658.218 1828.7 722.042C1734.04 808.2 1610.96 905.661 1489.72 905.665C1484.96 905.665 1480.21 905.518 1475.45 905.209C1414.21 901.252 1359.02 870.779 1311.41 814.629C1251.88 744.415 1229.71 650.51 1215.87 567.922C1212.02 544.941 1210.37 519.46 1208.62 492.481C1204.96 436.043 1201.17 377.669 1176.75 334.775C1132.71 257.41 1023.77 249.635 940.12 256.729C652.914 281.104 380.413 451.878 200.428 578.205C178.419 593.656 154.295 615.46 128.753 638.549C89.382 674.129 45.3959 713.866 0 737.336V733.363C43.3328 710.345 85.9565 671.825 126.064 635.577C151.703 612.403 175.92 590.519 198.129 574.928C327.042 484.444 442.063 415.845 549.756 365.203C688.323 300.041 815.902 263.255 939.779 252.74ZM981.01 227.327C1084.71 221.923 1158.31 244.131 1199.7 293.37C1237.81 338.704 1239.17 411.975 1240.37 476.621C1240.86 503.164 1241.32 528.236 1244.11 550.445C1253.55 625.85 1268.49 704.441 1313.5 768.37C1356.72 829.756 1408.8 864.114 1468.29 870.483C1592.83 883.81 1726.73 775.276 1816.68 692.48C1893.67 621.621 1956.05 546.122 2003 467.244V475.039C1956.27 552.172 1894.8 626.023 1819.4 695.428C1734.04 773.998 1609.17 875.599 1489.49 875.607C1482.25 875.611 1475.05 875.237 1467.86 874.464C1407.18 867.967 1354.14 833.053 1310.23 770.678C1264.71 706.032 1249.64 626.864 1240.13 550.946C1237.32 528.525 1236.86 503.344 1236.36 476.694C1235.17 412.713 1233.83 340.199 1196.63 295.947C1156.09 247.725 1083.61 226.001 981.218 231.328C701.567 245.926 440.848 395.616 244.959 524.391C219.697 540.999 192.188 565.603 163.064 591.653C111.615 637.672 56.1521 687.265 0 705.387V701.029C55.0585 682.878 109.705 634.014 160.393 588.668C189.632 562.514 217.25 537.815 242.756 521.042C439.074 391.991 700.398 241.976 981.01 227.327ZM1021.44 202.244C1126.88 200.421 1199.3 227.012 1237.02 281.243C1268.21 326.084 1266.87 386.348 1265.57 444.628C1265.1 465.531 1264.66 485.271 1265.68 504.147C1273.67 651.702 1300.87 708.616 1329.09 748.142C1368.77 803.747 1416.96 834.748 1472.29 840.288C1562.68 849.302 1672.13 792.499 1806.91 666.568C1888.93 589.932 1954.64 506.49 2003 417.789V426.009C1954.78 512.735 1890.03 594.386 1809.65 669.492C1683.33 787.519 1578.84 845.219 1491.11 845.223C1484.61 845.223 1478.21 844.907 1471.89 844.27C1415.36 838.618 1366.21 807.055 1325.82 750.465C1297.26 710.451 1269.72 652.94 1261.68 504.364C1260.66 485.332 1261.1 465.519 1261.56 444.54C1262.85 386.901 1264.18 327.301 1233.73 283.53C1196.82 230.461 1125.38 204.415 1021.51 206.249C797.955 210.103 549.187 303.074 260.987 490.479C236.126 506.65 209.469 530.244 181.247 555.233C124.442 605.514 62.5136 660.326 0 667.729V663.467C61.3198 655.98 122.496 601.889 178.592 552.233C206.93 527.148 233.694 503.454 258.804 487.126C547.652 299.297 797.11 206.113 1021.44 202.244ZM305.521 436.312C600.772 255.04 841.392 172.432 1062.79 176.234C1112.22 177.091 1232.29 187.522 1279.45 265.684C1304.79 307.681 1298.9 370.272 1293.7 425.493C1291.59 447.785 1289.61 468.844 1289.75 487.17C1290.32 562.556 1295.84 641.006 1332.13 704.089C1368.05 766.552 1414.64 801.848 1470.59 808.998C1591.16 824.393 1732.87 709.073 1830.52 609.604C1902.64 536.141 1960.45 456.645 2003 372.595V381.276C1960.62 463.147 1903.81 540.66 1833.37 612.412C1741.14 706.373 1609.66 814.378 1492.82 814.39C1485.16 814.39 1477.59 813.929 1470.08 812.972C1412.82 805.653 1365.24 769.693 1328.65 706.084C1291.91 642.203 1286.32 563.132 1285.74 487.202C1285.6 468.667 1287.6 447.512 1289.71 425.116C1294.85 370.512 1300.68 308.622 1276.02 267.754C1229.89 191.303 1111.48 181.085 1062.72 180.24C842.145 176.442 602.19 258.874 307.621 439.725C280.232 456.541 250.484 482.467 218.984 509.915C149.757 570.247 73.5301 636.656 0 625.583V621.309C72.236 632.477 147.777 566.662 216.352 506.895C221.708 502.232 226.992 497.642 232.24 493.099C234.761 491.022 237.274 488.919 239.78 486.796L239.781 486.795C237.275 488.918 234.761 491.02 232.24 493.098C233.93 491.638 235.615 490.185 237.294 488.741C242.331 484.409 247.322 480.157 252.255 476.033C250.303 477.745 248.345 479.449 246.385 481.143C248.345 479.449 250.302 477.746 252.254 476.034C270.766 460.559 288.56 446.727 305.521 436.312ZM889.585 137.015C967.261 106.427 1053.08 114.382 1136.07 122.085L1144.35 122.851C1168.96 125.118 1217.3 132.124 1264.55 153.555C1309.68 174.017 1340.65 201.537 1356.6 235.346C1373.69 271.587 1360.62 332.921 1349.08 387.032C1343.95 411.126 1339.09 433.887 1337.78 451.096C1332.23 524.034 1332.4 599.945 1370.92 661.01C1405.83 716.363 1449.82 746.563 1501.68 750.773C1621.32 760.511 1760.97 633.102 1857.13 524.532C1916.99 456.945 1966.32 381.752 2003 302.885V312.199C1966.55 388.634 1918.31 461.495 1860.13 527.187C1766.89 632.46 1632.77 755.299 1514.68 755.299C1510.21 755.299 1505.77 755.127 1501.35 754.771C1448.17 750.445 1403.15 719.619 1367.53 663.145C1328.39 601.099 1328.19 524.415 1333.79 450.792C1335.12 433.315 1340 410.429 1345.16 386.198C1356.57 332.704 1369.5 272.076 1352.97 237.053C1331.29 191.09 1265.01 137.996 1143.99 126.84L1135.71 126.072C1053.18 118.421 967.846 110.509 891.051 140.741C860.429 152.798 829.086 164.836 798.776 176.473C658.667 230.275 513.781 285.912 383.799 364.895C368.785 374.02 353.375 385.887 337.536 399.31C629.544 219.261 880.34 137.669 1103.82 150.075C1164.38 153.436 1272.13 171.121 1313.25 251.819C1335.23 294.961 1327.82 351.132 1320.66 405.454C1317.68 428.079 1314.86 449.455 1314.21 469.411C1311.95 538.115 1312.84 616.87 1352.19 682.004C1387.29 740.109 1431.9 772.621 1484.77 778.625C1575.75 788.976 1690.54 723.373 1825.89 583.682C1901.02 506.145 1960.38 421.766 2003 332.171V341.369C1960.48 428.575 1902.11 510.779 1828.78 586.465C1701.86 717.448 1592.61 783.681 1503.64 783.681C1497.09 783.681 1490.65 783.32 1484.32 782.603C1430.14 776.454 1384.53 743.302 1348.76 684.079C1308.84 617.999 1307.93 538.555 1310.2 469.279C1310.87 449.125 1313.7 427.658 1316.69 404.929C1323.78 351.215 1331.1 295.67 1309.68 253.637C1292.42 219.768 1242.7 161.792 1103.6 154.073C878.343 141.615 625.164 224.944 329.55 408.923C325.348 411.539 321.093 414.436 316.811 417.453C316.809 417.454 316.806 417.454 316.805 417.455C308.109 425.261 299.291 433.356 290.327 441.59C277.865 453.043 265.157 464.716 252.254 476.033C245.676 481.533 238.998 487.258 232.24 493.098C219.139 503.904 205.86 514.044 192.454 522.956C192.452 522.958 192.45 522.961 192.448 522.962C192.444 522.965 192.44 522.967 192.436 522.97C130.554 573.691 64.6726 611.635 0 574.56V569.813C54.8942 602.384 111.155 578.722 165.096 539.161L165.097 539.16C172.575 533.672 180.01 527.884 187.393 521.896C205.788 506.966 223.847 490.811 241.417 475.096C266.859 452.331 291.103 430.695 314.294 414.328C314.845 413.938 315.397 413.551 315.947 413.165L315.948 413.164C315.398 413.55 314.846 413.937 314.295 414.327C337.594 393.42 360.007 374.665 381.72 361.47C512.011 282.299 657.064 226.598 797.338 172.736C827.643 161.099 858.979 149.065 889.585 137.015ZM917.502 110.753C1003.96 77.2004 1086.44 83.1649 1185.27 94.4574C1227.84 99.3205 1272.5 112.167 1307.79 129.701C1354.76 153.043 1384.38 183.243 1395.83 219.463C1403.19 242.729 1390.28 295.506 1379.91 337.911C1375.78 354.82 1372.2 369.422 1370.84 378.667C1359.54 455.227 1351.68 529.295 1379.31 593.933C1406.25 656.972 1445.19 693.257 1495.04 701.782C1626.35 724.194 1796.6 551.53 1845.66 498.073C1910.79 427.101 1964.06 347.281 2003 263.159V272.737C1964.23 354.335 1911.98 431.728 1848.61 500.781C1802.21 551.338 1648.08 707.77 1519.11 707.774C1510.74 707.774 1502.49 707.117 1494.37 705.727C1443.09 696.962 1403.14 659.881 1375.62 595.507C1347.58 529.908 1355.49 455.231 1366.88 378.082C1368.27 368.653 1371.86 353.967 1376.02 336.962C1385.73 297.252 1399.03 242.865 1392.01 220.673C1380 182.69 1322.85 114.202 1184.82 98.4349C1086.55 87.2066 1004.56 81.2583 918.948 114.487C884.797 127.738 849.865 140.849 816.078 153.528C695.017 198.958 569.833 245.934 454.681 309.178C381.632 349.3 322.495 398.059 259.89 449.678C244.923 462.02 229.444 474.783 213.772 487.413C153.498 535.98 111.691 535.952 54.0049 487.293C34.744 471.046 16.7811 449.626 0 422.887V415.277C17.5142 444.223 36.3346 467.148 56.5889 484.233C113.122 531.91 152.148 531.935 211.257 484.293C226.912 471.675 242.383 458.924 257.342 446.586C320.096 394.843 379.372 345.972 452.75 305.669C568.159 242.285 693.478 195.256 814.672 149.778C848.446 137.103 883.371 123.997 917.502 110.753ZM1014.1 64.5589C1078.43 49.3328 1152.97 57.0116 1218.74 63.7894L1223.65 64.2943C1271.41 69.2054 1358.14 86.5112 1402.37 147.24C1434.62 191.528 1421.09 247.028 1408.01 300.703C1403.51 319.181 1399.25 336.639 1396.94 353.311C1387.34 422.724 1380.1 501.779 1416 561.474C1445.34 610.257 1482.8 637.561 1527.32 642.617C1606.47 651.602 1709.1 591.322 1832.51 463.448C1903.49 389.909 1961.41 305.682 2003 216.24V225.597C1961.5 312.584 1904.64 394.479 1835.39 466.236C1719.21 586.607 1620.94 647.488 1542.96 647.492C1537.49 647.492 1532.13 647.195 1526.87 646.598C1481.04 641.39 1442.59 613.446 1412.57 563.541C1376 502.725 1383.28 422.856 1392.97 352.766C1395.31 335.89 1399.59 318.336 1404.12 299.753C1416.99 246.969 1430.29 192.385 1399.13 149.599C1355.82 90.1284 1270.34 73.1237 1223.24 68.2806L1218.33 67.7757C1152.88 61.0299 1078.7 53.3826 1015.02 68.4525C792.006 121.249 570.271 229.896 457.946 289.959C415.843 312.472 377.689 341.847 340.79 370.26C306.771 396.454 271.599 423.537 233.73 444.844C180.879 474.587 145.45 490.651 85.6045 448.085C53.8009 425.468 24.8372 387.049 0 342.52V334.263C25.3099 380.963 55.1066 421.483 87.9277 444.825C145.906 486.068 178.736 471.195 231.763 441.356C269.379 420.189 304.44 393.189 338.347 367.083C375.374 338.578 413.663 309.095 456.059 286.426C568.555 226.271 790.644 117.456 1014.1 64.5589ZM530.187 236.016C754.591 132.309 1008.92 14.7539 1260.14 33.5052C1326.54 38.4605 1407.94 63.1562 1437.29 117.623C1458.91 157.758 1445.04 216.107 1432.82 267.586C1427.77 288.853 1423 308.938 1421.14 325.991C1415.25 380.193 1411.23 437.028 1431.88 483.828C1456.6 539.842 1491.49 572.47 1535.58 580.81C1633.89 599.401 1757.46 494.216 1822.36 429.854C1898.92 353.919 1959.43 268.507 2003 175.215V184.541C1959.52 275.285 1899.99 358.503 1825.19 432.699C1695.98 560.837 1608.12 586.826 1558.16 586.83C1549.16 586.83 1541.39 585.985 1534.83 584.744C1489.37 576.147 1453.5 542.739 1428.22 485.452C1407.16 437.734 1411.21 380.302 1417.16 325.558C1419.04 308.257 1423.84 288.052 1428.92 266.661C1440.98 215.879 1454.65 158.319 1433.76 119.523C1405.18 66.4816 1325.18 42.3745 1259.84 37.4994C1009.64 18.8523 755.832 136.15 531.868 239.649C471.67 267.469 417.325 303.455 364.767 338.257C329.426 361.655 292.879 385.855 254.689 407.514C193.975 441.948 154.343 439.48 103.247 398.072C67.117 368.789 30.1932 317.94 0 264.638V256.474C30.5618 311.594 68.6029 364.836 105.771 394.959C155.297 435.098 193.751 437.465 252.715 404.029C290.784 382.437 327.27 358.278 362.555 334.916C415.238 300.034 469.716 263.961 530.187 236.016ZM0 501.437C5.15172 507.341 10.428 512.845 15.8281 517.937C73.2581 572.051 130.696 559.129 187.393 521.895C180.01 527.883 172.575 533.672 165.096 539.16C115.065 564.901 63.6557 568.514 13.084 520.853C8.63335 516.663 4.27838 512.169 0 507.434V501.437ZM1103.68 17.4818C1158.54 3.30516 1220.64 -2.15915 1293.51 0.761096C1329.08 2.18322 1415.75 11.5653 1452.17 67.767C1466.01 89.1138 1471.58 112.884 1472.37 138.325L1472.41 139.78C1472.59 147.064 1472.38 154.482 1471.86 162.019C1470.62 180.117 1467.63 198.897 1463.98 218.124C1462.06 228.211 1459.97 238.418 1457.85 248.713C1457.67 249.64 1457.47 250.567 1457.29 251.494C1457.29 251.496 1457.29 251.499 1457.29 251.502C1444.12 315.696 1431.12 381.864 1460.01 437.633C1486.45 488.679 1521.78 517.35 1565.02 522.854C1670.66 536.309 1800.78 410.831 1868.91 334.844C1922.15 275.462 1967.9 205.905 2003 131.42V140.677C1968.23 212.658 1923.58 279.864 1871.89 337.52C1806.71 410.218 1685.13 527.853 1580.99 527.853C1575.44 527.853 1569.95 527.521 1564.52 526.828C1519.89 521.151 1483.53 491.76 1456.45 439.472C1426.49 381.64 1440.45 313.653 1453.93 247.91C1456.03 237.687 1458.11 227.553 1460.01 217.542C1460.01 217.537 1460.01 217.533 1460.01 217.528V217.525C1461.02 207.776 1462.14 198.255 1463.23 189.119C1464.16 181.316 1465.89 171.823 1467.86 161.628V161.625C1470.14 127.977 1466.24 96.8403 1448.81 69.9457C1413.4 15.3147 1328.29 6.16113 1293.35 4.76305C1220.85 1.85482 1159.16 7.2823 1104.68 21.3588C931.355 66.1439 741.559 133.014 555.809 214.744C508.442 235.587 463.751 262.999 420.53 289.505C379.873 314.442 337.83 340.227 293.952 360.245C231.503 388.734 190.033 403.628 126.954 353.17C98.187 330.153 78.3612 296.564 59.1885 264.08C51.9457 251.815 45.1078 240.226 37.833 229.226C28.2066 214.673 16.6084 201.293 5.3916 188.354C3.59711 186.283 1.7985 184.204 0 182.118V175.94C2.80019 179.229 5.6167 182.498 8.4209 185.731C19.7217 198.77 31.4073 212.25 41.1738 227.015C48.5047 238.103 55.3709 249.732 62.6377 262.045C81.6261 294.216 101.264 327.485 129.458 350.037C190.706 399.029 231.239 384.456 292.29 356.599C335.943 336.682 377.878 310.964 418.435 286.092C461.771 259.513 506.579 232.03 554.198 211.079C740.137 129.264 930.145 62.3191 1103.68 17.4818ZM211.629 506.783C209.987 508.201 208.342 509.615 206.694 511.023C208.342 509.615 209.987 508.201 211.629 506.783ZM222.069 496.373C221.362 496.943 220.653 497.508 219.945 498.073C221.701 496.672 223.458 495.257 225.212 493.827L222.069 496.373ZM2003 94.2211C1964.92 172.555 1916.34 242.826 1858.2 303.518C1732.95 434.268 1648.56 465.898 1596.26 465.898C1589.78 465.898 1583.79 465.414 1578.28 464.573C1536.62 458.199 1502.9 429.565 1478.04 379.468C1458.04 339.134 1455.05 294.084 1457.29 251.502C1457.48 250.573 1457.67 249.644 1457.86 248.714C1459.97 238.419 1462.06 228.212 1463.98 218.125C1458.68 269.296 1456.7 327.429 1481.64 377.686C1505.88 426.553 1538.59 454.45 1578.89 460.607C1667.71 474.178 1778.26 381.174 1855.31 300.749C1915.01 238.427 1964.58 165.941 2003 84.9593V94.2211ZM270.205 454.917C267.942 456.891 265.667 458.885 263.384 460.9C265.667 458.885 267.942 456.891 270.205 454.917ZM301.208 429.078C300.358 429.742 299.507 430.413 298.653 431.089C299.507 430.413 300.358 429.742 301.208 429.078ZM329.965 403.955C329.123 404.474 328.28 404.995 327.435 405.522C324.723 407.207 321.991 409.008 319.246 410.883C321.99 409.009 324.722 407.208 327.434 405.523C329.124 404.469 330.807 403.437 332.488 402.408L329.965 403.955ZM328.681 406.937C327.966 407.561 327.251 408.187 326.534 408.816C327.251 408.187 327.966 407.561 328.681 406.937Z' fill='black' /%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 24%;
}

.mixed-media-grid.mixed-media-grid--blue {
  --bg-opacity: 1;
  background-color: #1f3d7b;
  background-color: rgba(31, 61, 123, var(--bg-opacity));
}

.mixed-media-grid.mixed-media-grid--blue .mixed-media-grid__decoration {
  opacity: 24%;
}

.mixed-media-grid.mixed-media-grid--maroon {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.mixed-media-grid.mixed-media-grid--maroon .mixed-media-grid__decoration {
  opacity: 10%;
}

.mixed-media-grid .mixed-media-grid__wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

@media (min-width: 768px) {
  .mixed-media-grid .mixed-media-grid__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.mixed-media-grid .mixed-media-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2.8125rem;
  gap: 2.8125rem;
}

.mixed-media-grid .mixed-media-grid__intro-block {
  max-width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.mixed-media-grid .mixed-media-grid__button {
  margin-top: 0.9375rem;
}

.mixed-media-grid .mixed-media-grid__items {
  display: block;
  margin-bottom: -1.875rem;
}

@media (min-width: 768px) {
  .mixed-media-grid .mixed-media-grid__items {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}

.mixed-media-grid .mixed-media-grid__items > .mixed-media-grid__item {
  padding-bottom: 1.875rem;
}

.mixed-media-grid .mixed-media-grid__items * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

@media (min-width: 1024px) {
  .mixed-media-grid .mixed-media-grid__items {
    grid-gap: 2.8125rem;
    gap: 2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .mixed-media-grid .mixed-media-grid__items > .mixed-media-grid__item {
    padding-bottom: 2.8125rem;
  }
}

@media (min-width: 1280px) {
  .mixed-media-grid .mixed-media-grid__items {
    grid-gap: 3.75rem;
    gap: 3.75rem;
    margin-bottom: -3.75rem;
  }

  .mixed-media-grid .mixed-media-grid__items > .mixed-media-grid__item {
    padding-bottom: 3.75rem;
  }
}

.mixed-media-grid .mixed-media-grid__item-fact {
  --bg-opacity: 1;
  background-color: #0A2151;
  background-color: rgba(10, 33, 81, var(--bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 460px) {
  .mixed-media-grid .mixed-media-grid__item-fact {
    padding: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .mixed-media-grid .mixed-media-grid__item-fact {
    padding: 2.5rem;
  }
}

.mixed-media-grid.mixed-media-grid--blue .mixed-media-grid__item-fact {
  --bg-opacity: 1;
  background-color: #0A2151;
  background-color: rgba(10, 33, 81, var(--bg-opacity));
}

.mixed-media-grid.mixed-media-grid--maroon .mixed-media-grid__item-fact {
  --bg-opacity: 1;
  background-color: #60002E;
  background-color: rgba(96, 0, 46, var(--bg-opacity));
}

.teaser-collection__heading {
  margin-bottom: 1.25rem;
}

.teaser-collection__heading .heading__text {
  font-family: Poppins, serif;
}

.teaser-collection__heading p {
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
}

.teaser-collection.teaser-collection--description .teaser-collection__heading {
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .teaser-collection.teaser-collection--description .teaser-collection__heading {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@supports (display: grid) {
  .teaser-collection.teaser-collection--overlay .views-row, .teaser-collection.teaser-collection--overlay .teaser {
    height: 300px;
  }

  @media (min-width: 768px) {
    .teaser-collection.teaser-collection--overlay {
      grid-template-rows: 300px 275px;
      grid-template-areas: "one   one   one   one   one  one  one  two  two  two  two  two" "three three three three four four four four five five five five";
    }

    .teaser-collection.teaser-collection--overlay .views-row, .teaser-collection.teaser-collection--overlay .teaser {
      height: 400px;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(1) {
      grid-area: one;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(2) {
      grid-area: two;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(3) {
      grid-area: three;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(4) {
      grid-area: four;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(5) {
      grid-area: five;
    }
  }

  @media (min-width: 1024px) {
    .teaser-collection.teaser-collection--overlay {
      grid-template-rows: 400px 375px;
    }
  }
}

@supports not (display: grid) {
  .teaser-collection.teaser-collection--overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .teaser-collection.teaser-collection--overlay .views-row, .teaser-collection.teaser-collection--overlay .teaser {
    height: 300px;
    margin-bottom: 1.25rem;
  }

  @media (min-width: 768px) {
    .teaser-collection.teaser-collection--overlay {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      margin-right: 2%;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 38%;
              flex: 0 0 38%;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(3),
    .teaser-collection.teaser-collection--overlay .views-row:nth-child(4),
    .teaser-collection.teaser-collection--overlay .views-row:nth-child(5) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%;
    }

    .teaser-collection.teaser-collection--overlay .views-row:nth-child(3),
    .teaser-collection.teaser-collection--overlay .views-row:nth-child(4) {
      margin-right: 2%;
    }
  }
}

@media screen and (max-width: 1024px) {
  .teaser-collection {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  }
}

.billboard .billboard__content {
  text-align: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.billboard .headline-group__super {
  font-weight: 300;
}

.billboard .headline-group__head {
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .billboard .headline-group__head {
    font-size: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .billboard .headline-group__head {
    font-size: 3.625rem;
    margin-bottom: 1.5625rem;
  }
}

.billboard .billboard__p p {
  font-size: 1.3125rem;
}

.billboard .billboard__buttons {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .billboard .billboard__buttons .button-collection {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .billboard .billboard__buttons .button-collection {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}

.billboard .billboard__fancy-links {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1.5625rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .feature {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.feature.feature--dark, .feature.feature--gradient {
  position: relative;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .feature.feature--dark, .feature.feature--gradient {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.feature.feature--dark .feature__content, .feature.feature--gradient .feature__content {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.feature.feature--dark .feature__content a:not(.button), .feature.feature--gradient .feature__content a:not(.button) {
  color: #ffffff !important;
}

.feature.feature--dark {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
}

.feature.feature--gradient {
  background: radial-gradient(150.63% 80.34% at 90.42% 97.27%, #143374 0%, rgba(31, 61, 123, 0) 100%), radial-gradient(80.48% 78.86% at 54.55% 113.21%, rgba(232, 119, 34, 0.75) 0%, rgba(100, 0, 48, 0.75) 100%), linear-gradient(97deg, #640030 -14.06%, #83003F 20.9%, #1F3D7B 65.39%, #190D50 91.87%);
}

.feature .feature__wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .feature .feature__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.feature .grid--fifty-fifty {
  grid-gap: 2.5rem;
  gap: 2.5rem;
  grid-template-areas: "image" "meta";
}

@media (min-width: 1024px) {
  .feature .grid--fifty-fifty {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}

.feature .grid--fifty-fifty .feature__inset {
  grid-area: image;
}

.feature .grid--fifty-fifty .feature__content {
  grid-area: meta;
}

@media (min-width: 768px) {
  .feature .grid--fifty-fifty {
    grid-template-areas: "image meta";
  }

  .feature .grid--fifty-fifty:is(.feature--flipped *) {
    grid-template-areas: "meta image";
  }

  .feature .grid--fifty-fifty .feature__content {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .feature .grid--fifty-fifty .feature__inset {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.feature .feature__inset figure figcaption {
  display: none;
}

.feature .feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature .feature__content h2,
.feature .feature__content h3 {
  font-family: Poppins, serif;
  line-height: 1;
  padding-bottom: 1.25rem;
}

.feature .feature__content .editorial h3 {
  padding-bottom: 0rem;
}

.feature .feature__content .button {
  margin-top: 1.25rem;
}

.feature .feature__content .button-collection {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.feature .feature__content .button-collection li {
  margin: 0rem;
  margin-right: 0.625rem;
}

.feature .feature__content .feature__fancy-links {
  margin-top: 1rem;
  margin-bottom: -1rem;
  max-width: 28rem;
}

@media (min-width: 460px) {
  .feature .feature__content .feature__fancy-links:has(:nth-child(4)) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 3rem;
  }
}

.feature .feature__content .feature__fancy-links * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.feature .feature__content .feature__fancy-links > li {
  padding-bottom: 1rem;
}

.inset .inset__body {
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
}

.inset .inset__alert {
  min-width: 33.3%;
}

.inset .inset__alert .alert {
  height: 100%;
}

.inset .inset__alert .alert .alert__icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inset .inset__alert .alert .alert__icon .icon {
  margin-left: 1.25rem;
  line-height: 1.5;
}

.inset .inset__alert .alert .alert__message .heading__text, .inset .inset__alert .alert .alert__message p, .inset .inset__alert .alert .alert__message a {
  font-size: 1rem;
}

.quote.quote--with-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.quote.quote--with-media img {
  border-radius: 9999px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.quote.quote--with-media .quote__body {
  margin-left: 1.875rem;
}

.quote .quote__body {
  border-left-width: 0.375rem;
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
  padding-left: 1.875rem;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote .quote__body .quote__body--quote p {
  font-style: italic;
  margin-bottom: 0.9375rem;
}

.quote .quote__body .quote__body--quote p::before {
  content: "\eaac";
  font-family: iconfont;
  font-style: normal;
  display: block;
  --text-opacity: 1;
  color: #c3c3c3;
  color: rgba(195, 195, 195, var(--text-opacity));
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}

.quote .quote__body .quote__meta .quote__meta--name {
  font-weight: 700;
}

.quote .quote__body .quote__meta .quote__meta--name:before {
  content: "- ";
}

.quote .quote__body .quote__meta .quote__meta--sep {
  margin-left: -3px;
}

.quote .quote__body .quote__meta cite {
  font-style: normal;
}

.accordion .accordion__header {
  --bg-opacity: 1;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  text-transform: uppercase;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-weight: 600;
  width: 100%;
  border-left-width: 0.375rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  text-align: left;
  padding: 0.9375rem;
  padding-right: 2.5rem;
  margin-bottom: 0.625rem;
}

.accordion .accordion__header:last-child {
  margin-bottom: 0rem;
}

.accordion .accordion__header:hover {
  --bg-opacity: 1;
  background-color: #e2e2e3;
  background-color: rgba(226, 226, 227, var(--bg-opacity));
}

.accordion .accordion__title {
  position: absolute;
  left: -99999em;
}

.accordion .accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  margin: 0rem;
  padding: 2.8125rem;
  max-height: 100%;
  -webkit-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.accordion [aria-hidden=true].accordion__panel {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin: 0rem;
  padding: 0rem;
  max-height: 0;
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
}

.accordion button.accordion__header {
  display: block;
  position: relative;
}

.accordion button.accordion__header:before, .accordion button.accordion__header:after {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  position: absolute;
  height: 0.3125rem;
  width: 1.25rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  content: "";
  right: 15px;
  top: 25px;
}

.accordion button.accordion__header:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordion button.accordion__header.active {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  margin-bottom: 0rem;
}

.accordion button.accordion__header.active:after {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion button.accordion__header.active:before {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.photo-table {
  grid-template-areas: "photo" "content";
}

.photo-table .photo-table__photo {
  grid-area: photo;
}

.photo-table .photo-table__column {
  grid-area: content;
}

@media (min-width: 768px) {
  .photo-table {
    grid-template-columns: repeat(auto-fill, 15.625rem);
    grid-template-areas: "photo content";
  }
}

@media (min-width: 768px) {
  .photo-table.flip {
    grid-template-areas: "content photo";
  }
}

.photo-table.events-table {
  border-bottom-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #e1670b;
  border-color: rgba(225, 103, 11, var(--border-opacity));
  padding-bottom: 1.25rem;
}

.photo-table.events-table:last-of-type {
  border-bottom-width: 0rem;
}

@supports not (display: grid) {
  .photo-table li {
    margin: 1.25rem;
  }
}

.photo-table--view .photo-table:last-of-type {
  border-bottom-width: 0rem;
}

.quote-slider {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 768px) {
  .quote-slider {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.quote-slider a:not(.button) {
  color: #ffffff !important;
}

.quote-slider .quote-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2.8125rem;
  gap: 2.8125rem;
}

.quote-slider .quote-slider__intro-block {
  max-width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.quote-slider .quote-slider__button {
  margin-top: 0.9375rem;
}

.quote-slider .quote-slider__slide-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#60002E), to(#83003F));
  background: linear-gradient(180deg, #60002E 0%, #83003F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media (min-width: 768px) {
  .quote-slider .quote-slider__slide-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }
}

.quote-slider .quote-slider__slide-image {
  max-width: 10rem;
}

.quote-slider .quote-slider__slide-image img {
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .quote-slider .quote-slider__slide-image {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
  }
}

@media (min-width: 1024px) {
  .quote-slider .quote-slider__slide-image {
    width: 13rem;
    min-width: 13rem;
    max-width: 13rem;
  }
}

@media (min-width: 1280px) {
  .quote-slider .quote-slider__slide-image {
    width: 19rem;
    min-width: 19rem;
    max-width: 19rem;
  }
}

@media (min-width: 768px) {
  .quote-slider .quote-slider__slide-quote {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .quote-slider .quote-slider__slide-quote {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1280px) {
  .quote-slider .quote-slider__slide-quote {
    font-size: 1.5rem;
  }
}

.quote-slider .quote-slider__slide-quote p + p {
  margin-top: 0.9375rem;
}

.quote-slider .quote-slider__slide-attribution {
  margin-top: 0.9375rem;
  font-weight: 300;
}

.quote-slider .quote-slider__slide-attribution::before {
  content: "â";
  content: "â"/"";
}

.quote-slider .quote-slider__slide-fancy-link {
  margin-top: 1.5625rem;
}

.quote-slider .slick-list {
  position: relative;
}

@media (min-width: 768px) {
  .quote-slider .slick-list::before, .quote-slider .slick-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    z-index: 1;
  }

  .quote-slider .slick-list::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(24%, #83003F), to(rgba(131, 0, 63, 0)));
    background: linear-gradient(90deg, #83003F 24%, rgba(131, 0, 63, 0) 100%);
  }

  .quote-slider .slick-list::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(131, 0, 63, 0)), color-stop(76%, #83003F));
    background: linear-gradient(90deg, rgba(131, 0, 63, 0) 0%, #83003F 76%);
  }
}

.quote-slider .slick-prev, .quote-slider .slick-next {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 768px) {
  .quote-slider .slick-prev, .quote-slider .slick-next {
    width: 3rem;
    height: 3rem;
  }
}

.quote-slider .slick-prev::before, .quote-slider .slick-next::before {
  content: "";
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  position: absolute;
  border-radius: 9999px;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.quote-slider .slick-prev .slick-prev-icon, .quote-slider .slick-prev .slick-next-icon, .quote-slider .slick-next .slick-prev-icon, .quote-slider .slick-next .slick-next-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02944 7.02944C11.5303 2.52856 17.6348 -2.782e-07 24 0C30.3652 2.784e-07 36.4696 2.52856 40.9706 7.02944C45.4714 11.5303 48 17.6348 48 24C48 30.3652 45.4714 36.4696 40.9706 40.9706C36.4696 45.4714 30.3652 48 24 48C17.6348 48 11.5303 45.4714 7.02944 40.9706C2.52856 36.4696 -2.784e-07 30.3652 0 24C2.78e-07 17.6348 2.52856 11.5303 7.02944 7.02944ZM31.1212 14.1213L21.2426 23.9998L31.1214 33.8784L26.8786 38.121L14.8787 26.121L12.7573 23.9998L14.8787 21.8784L26.8788 9.87866L31.1212 14.1213Z' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02944 7.02944C11.5303 2.52856 17.6348 -2.782e-07 24 0C30.3652 2.784e-07 36.4696 2.52856 40.9706 7.02944C45.4714 11.5303 48 17.6348 48 24C48 30.3652 45.4714 36.4696 40.9706 40.9706C36.4696 45.4714 30.3652 48 24 48C17.6348 48 11.5303 45.4714 7.02944 40.9706C2.52856 36.4696 -2.784e-07 30.3652 0 24C2.78e-07 17.6348 2.52856 11.5303 7.02944 7.02944ZM31.1212 14.1213L21.2426 23.9998L31.1214 33.8784L26.8786 38.121L14.8787 26.121L12.7573 23.9998L14.8787 21.8784L26.8788 9.87866L31.1212 14.1213Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  height: 100%;
  width: 100%;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: transparent;
  opacity: 1;
  font-size: 0px;
}

.quote-slider .slick-prev .slick-next-icon, .quote-slider .slick-next .slick-next-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quote-slider .slick-prev:focus, .quote-slider .slick-next:focus {
  top: 50%;
}

.quote-slider .slick-prev:focus .slick-prev-icon, .quote-slider .slick-prev:focus .slick-next-icon, .quote-slider .slick-next:focus .slick-prev-icon, .quote-slider .slick-next:focus .slick-next-icon {
  color: transparent;
  margin-left: 0rem;
  margin-right: 0rem;
  font-size: 0px;
}

.quote-slider .slick-prev {
  left: 0;
}

.quote-slider .slick-next {
  right: 0;
}

.quote-slider .slick-dots.slick-dots li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.quote-slider .slick-dots.slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-width: 3px;
}

.quote-slider .slick-dots.slick-dots li button .slick-dot-icon.slick-dot-icon {
  opacity: 0;
}

.quote-slider .slick-dots.slick-dots li.slick-active button {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.js-tabs .js-tablist {
  display: none;
}

@media (min-width: 768px) {
  .js-tabs .js-tablist {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: var(--container-max-width);
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }
}

.js-tabs .js-tabcontent {
  margin-bottom: 1.25rem;
}

.js-tabs [role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: auto;
}

.js-tabs [role=tablist] li {
  height: 100%;
}

@media (min-width: 768px) {
  .js-tabs [role=tablist] {
    height: 3.125rem;
    margin-bottom: 0.3125rem;
  }
}

.js-tabs [aria-hidden=true] {
  display: none;
}

.js-tabs [role=tabpanel] {
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  border-top-width: 0.0625rem;
}

.js-tabs [role=presentation] {
  width: 100%;
}

@media (min-width: 768px) {
  .js-tabs [role=presentation] {
    width: 25%;
  }
}

.js-tabs [role=tab] {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #83003f;
  border-color: rgba(131, 0, 63, var(--border-opacity));
  --text-opacity: 1;
  color: #83003f;
  color: rgba(131, 0, 63, var(--text-opacity));
  text-transform: uppercase;
  font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.js-tabs.single-color [role=tab][aria-selected=false]:hover {
  --bg-opacity: 1;
  background-color: #F2E5EB;
  background-color: rgba(242, 229, 235, var(--bg-opacity));
}

.js-tabs.single-color [role=tab][aria-selected=true] {
  --bg-opacity: 1;
  background-color: #83003f;
  background-color: rgba(131, 0, 63, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  cursor: text;
}

@media (min-width: 768px) {
  .js-tabs.campuses [role=tablist] {
    margin-bottom: 0.25rem;
  }
}

.js-tabs.campuses [role=tab][aria-selected=false] {
  border-width: 0rem;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.js-tabs.campuses [role=tab][aria-selected=true] {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 0.0625rem;
  border-bottom: white;
}

.js-tabs.campuses [role=tab][aria-selected=true]:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 1;
}

@media (min-width: 460px){

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2px;
  }

  .sm\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4px;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    background-clip: text;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-maroon-100{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .sm\:bg-maroon-400{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .sm\:bg-maroon-500{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .sm\:bg-maroon-600{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .sm\:bg-maroon{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .sm\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .sm\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .sm\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .sm\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .sm\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .sm\:bg-orange{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .sm\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .sm\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .sm\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .sm\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .sm\:bg-blue{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .sm\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .sm\:bg-gray-150{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .sm\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .sm\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .sm\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .sm\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .sm\:bg-gray{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .sm\:bg-green-700{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .sm\:bg-green{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .sm\:bg-gold-600{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .sm\:bg-gold{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .sm\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .sm\:bg-yellow{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .sm\:bg-turquoise{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .sm\:bg-purple{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .sm\:bg-black{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .sm\:bg-white{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-maroon-100:hover{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .sm\:hover\:bg-maroon-400:hover{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .sm\:hover\:bg-maroon-500:hover{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .sm\:hover\:bg-maroon-600:hover{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .sm\:hover\:bg-maroon:hover{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange:hover{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue:hover{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-150:hover{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray:hover{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .sm\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .sm\:hover\:bg-gold-600:hover{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-gold:hover{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow:hover{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .sm\:hover\:bg-turquoise:hover{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple:hover{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .sm\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-maroon-100:focus{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .sm\:focus\:bg-maroon-400:focus{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .sm\:focus\:bg-maroon-500:focus{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .sm\:focus\:bg-maroon-600:focus{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .sm\:focus\:bg-maroon:focus{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange:focus{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue:focus{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-150:focus{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray:focus{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .sm\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .sm\:focus\:bg-gold-600:focus{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-gold:focus{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow:focus{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .sm\:focus\:bg-turquoise:focus{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple:focus{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .sm\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .sm\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-10{
    --bg-opacity: 0.1px;
  }

  .sm\:bg-opacity-20{
    --bg-opacity: 0.2px;
  }

  .sm\:bg-opacity-30{
    --bg-opacity: 0.3px;
  }

  .sm\:bg-opacity-40{
    --bg-opacity: 0.4px;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5px;
  }

  .sm\:bg-opacity-60{
    --bg-opacity: 0.6px;
  }

  .sm\:bg-opacity-70{
    --bg-opacity: 0.7px;
  }

  .sm\:bg-opacity-80{
    --bg-opacity: 0.8px;
  }

  .sm\:bg-opacity-90{
    --bg-opacity: 0.9px;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1px;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1px;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2px;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3px;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4px;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5px;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6px;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7px;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8px;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9px;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1px;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1px;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2px;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3px;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4px;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5px;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6px;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7px;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8px;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9px;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1px;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-maroon-100{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .sm\:border-maroon-400{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .sm\:border-maroon-500{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .sm\:border-maroon-600{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .sm\:border-maroon{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .sm\:border-orange-100{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .sm\:border-orange-400{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .sm\:border-orange-700{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .sm\:border-orange-800{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .sm\:border-orange-900{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .sm\:border-orange{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .sm\:border-blue-100{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .sm\:border-blue-400{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .sm\:border-blue-700{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .sm\:border-blue-800{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .sm\:border-blue{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .sm\:border-gray-100{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .sm\:border-gray-150{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:border-gray-200{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .sm\:border-gray-300{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .sm\:border-gray-400{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .sm\:border-gray-600{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .sm\:border-gray-700{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .sm\:border-gray{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .sm\:border-green-700{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .sm\:border-green{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .sm\:border-gold-600{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .sm\:border-gold{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .sm\:border-yellow-600{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .sm\:border-yellow{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .sm\:border-turquoise{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .sm\:border-purple{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .sm\:border-black{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .sm\:border-white{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-maroon-100:hover{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .sm\:hover\:border-maroon-400:hover{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .sm\:hover\:border-maroon-500:hover{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .sm\:hover\:border-maroon-600:hover{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .sm\:hover\:border-maroon:hover{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .sm\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .sm\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .sm\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .sm\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .sm\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .sm\:hover\:border-orange:hover{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .sm\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .sm\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .sm\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .sm\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .sm\:hover\:border-blue:hover{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .sm\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .sm\:hover\:border-gray-150:hover{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .sm\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .sm\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .sm\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .sm\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .sm\:hover\:border-gray:hover{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .sm\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .sm\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .sm\:hover\:border-gold-600:hover{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .sm\:hover\:border-gold:hover{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .sm\:hover\:border-yellow:hover{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .sm\:hover\:border-turquoise:hover{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .sm\:hover\:border-purple:hover{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .sm\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-maroon-100:focus{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .sm\:focus\:border-maroon-400:focus{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .sm\:focus\:border-maroon-500:focus{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .sm\:focus\:border-maroon-600:focus{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .sm\:focus\:border-maroon:focus{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .sm\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .sm\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .sm\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .sm\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .sm\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .sm\:focus\:border-orange:focus{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .sm\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .sm\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .sm\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .sm\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .sm\:focus\:border-blue:focus{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .sm\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .sm\:focus\:border-gray-150:focus{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .sm\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .sm\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .sm\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .sm\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .sm\:focus\:border-gray:focus{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .sm\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .sm\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .sm\:focus\:border-gold-600:focus{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .sm\:focus\:border-gold:focus{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .sm\:focus\:border-yellow:focus{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .sm\:focus\:border-turquoise:focus{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .sm\:focus\:border-purple:focus{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .sm\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .sm\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-opacity-0{
    --border-opacity: 0;
  }

  .sm\:border-opacity-10{
    --border-opacity: 0.1px;
  }

  .sm\:border-opacity-20{
    --border-opacity: 0.2px;
  }

  .sm\:border-opacity-30{
    --border-opacity: 0.3px;
  }

  .sm\:border-opacity-40{
    --border-opacity: 0.4px;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5px;
  }

  .sm\:border-opacity-60{
    --border-opacity: 0.6px;
  }

  .sm\:border-opacity-70{
    --border-opacity: 0.7px;
  }

  .sm\:border-opacity-80{
    --border-opacity: 0.8px;
  }

  .sm\:border-opacity-90{
    --border-opacity: 0.9px;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1px;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1px;
  }

  .sm\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2px;
  }

  .sm\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3px;
  }

  .sm\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4px;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5px;
  }

  .sm\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6px;
  }

  .sm\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7px;
  }

  .sm\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8px;
  }

  .sm\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9px;
  }

  .sm\:hover\:border-opacity-100:hover{
    --border-opacity: 1px;
  }

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1px;
  }

  .sm\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2px;
  }

  .sm\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3px;
  }

  .sm\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4px;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5px;
  }

  .sm\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6px;
  }

  .sm\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7px;
  }

  .sm\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8px;
  }

  .sm\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9px;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0rem;
  }

  .sm\:border-1{
    border-width: 0.0625rem;
  }

  .sm\:border-2{
    border-width: 0.125rem;
  }

  .sm\:border-3{
    border-width: 0.1875rem;
  }

  .sm\:border-4{
    border-width: 0.25rem;
  }

  .sm\:border-5{
    border-width: 0.3125rem;
  }

  .sm\:border-6{
    border-width: 0.375rem;
  }

  .sm\:border-8{
    border-width: 0.5rem;
  }

  .sm\:border-10{
    border-width: 0.625rem;
  }

  .sm\:border-15{
    border-width: 0.9375rem;
  }

  .sm\:border-20{
    border-width: 1.25rem;
  }

  .sm\:border-t-0{
    border-top-width: 0rem;
  }

  .sm\:border-r-0{
    border-right-width: 0rem;
  }

  .sm\:border-b-0{
    border-bottom-width: 0rem;
  }

  .sm\:border-l-0{
    border-left-width: 0rem;
  }

  .sm\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .sm\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .sm\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .sm\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .sm\:border-t-2{
    border-top-width: 0.125rem;
  }

  .sm\:border-r-2{
    border-right-width: 0.125rem;
  }

  .sm\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .sm\:border-l-2{
    border-left-width: 0.125rem;
  }

  .sm\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .sm\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .sm\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .sm\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .sm\:border-t-4{
    border-top-width: 0.25rem;
  }

  .sm\:border-r-4{
    border-right-width: 0.25rem;
  }

  .sm\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .sm\:border-l-4{
    border-left-width: 0.25rem;
  }

  .sm\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .sm\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .sm\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .sm\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .sm\:border-t-6{
    border-top-width: 0.375rem;
  }

  .sm\:border-r-6{
    border-right-width: 0.375rem;
  }

  .sm\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .sm\:border-l-6{
    border-left-width: 0.375rem;
  }

  .sm\:border-t-8{
    border-top-width: 0.5rem;
  }

  .sm\:border-r-8{
    border-right-width: 0.5rem;
  }

  .sm\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .sm\:border-l-8{
    border-left-width: 0.5rem;
  }

  .sm\:border-t-10{
    border-top-width: 0.625rem;
  }

  .sm\:border-r-10{
    border-right-width: 0.625rem;
  }

  .sm\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .sm\:border-l-10{
    border-left-width: 0.625rem;
  }

  .sm\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .sm\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .sm\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .sm\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .sm\:border-t-20{
    border-top-width: 1.25rem;
  }

  .sm\:border-r-20{
    border-right-width: 1.25rem;
  }

  .sm\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .sm\:border-l-20{
    border-left-width: 1.25rem;
  }

  .sm\:h-20{
    height: 1.25rem;
  }

  .sm\:h-40{
    height: 2.5rem;
  }

  .sm\:h-120{
    height: 7.5rem;
  }

  .sm\:h-140{
    height: 8.75rem;
  }

  .sm\:text-5xl{
    font-size: 2.75rem;
  }

  .sm\:m-20{
    margin: 1.25rem;
  }

  .sm\:m-40{
    margin: 2.5rem;
  }

  .sm\:-m-20{
    margin: -1.25rem;
  }

  .sm\:-m-40{
    margin: -2.5rem;
  }

  .sm\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .sm\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:my-125{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .sm\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .sm\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-my-125{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .sm\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:mt-0{
    margin-top: 0rem;
  }

  .sm\:mb-0{
    margin-bottom: 0rem;
  }

  .sm\:mt-1{
    margin-top: 0.0625rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .sm\:mt-2{
    margin-top: 0.125rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.125rem;
  }

  .sm\:mt-3{
    margin-top: 0.1875rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .sm\:mt-4{
    margin-top: 0.25rem;
  }

  .sm\:mb-4{
    margin-bottom: 0.25rem;
  }

  .sm\:mt-5{
    margin-top: 0.3125rem;
  }

  .sm\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .sm\:mt-6{
    margin-top: 0.375rem;
  }

  .sm\:mb-6{
    margin-bottom: 0.375rem;
  }

  .sm\:mt-8{
    margin-top: 0.5rem;
  }

  .sm\:mb-8{
    margin-bottom: 0.5rem;
  }

  .sm\:mt-10{
    margin-top: 0.625rem;
  }

  .sm\:mb-10{
    margin-bottom: 0.625rem;
  }

  .sm\:mt-15{
    margin-top: 0.9375rem;
  }

  .sm\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .sm\:mt-20{
    margin-top: 1.25rem;
  }

  .sm\:mr-20{
    margin-right: 1.25rem;
  }

  .sm\:mb-20{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-20{
    margin-left: 1.25rem;
  }

  .sm\:mt-25{
    margin-top: 1.5625rem;
  }

  .sm\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .sm\:mt-30{
    margin-top: 1.875rem;
  }

  .sm\:mb-30{
    margin-bottom: 1.875rem;
  }

  .sm\:mt-35{
    margin-top: 2.1875rem;
  }

  .sm\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .sm\:mt-40{
    margin-top: 2.5rem;
  }

  .sm\:mr-40{
    margin-right: 2.5rem;
  }

  .sm\:mb-40{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-40{
    margin-left: 2.5rem;
  }

  .sm\:mt-45{
    margin-top: 2.8125rem;
  }

  .sm\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .sm\:mt-50{
    margin-top: 3.125rem;
  }

  .sm\:mb-50{
    margin-bottom: 3.125rem;
  }

  .sm\:mt-60{
    margin-top: 3.75rem;
  }

  .sm\:mb-60{
    margin-bottom: 3.75rem;
  }

  .sm\:mt-75{
    margin-top: 4.6875rem;
  }

  .sm\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .sm\:mt-100{
    margin-top: 6.25rem;
  }

  .sm\:mb-100{
    margin-bottom: 6.25rem;
  }

  .sm\:mt-125{
    margin-top: 7.8125rem;
  }

  .sm\:mb-125{
    margin-bottom: 7.8125rem;
  }

  .sm\:mt-150{
    margin-top: 9.375rem;
  }

  .sm\:mb-150{
    margin-bottom: 9.375rem;
  }

  .sm\:mt-200{
    margin-top: 12.5rem;
  }

  .sm\:mb-200{
    margin-bottom: 12.5rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:-mt-0{
    margin-top: 0rem;
  }

  .sm\:-mb-0{
    margin-bottom: 0rem;
  }

  .sm\:-mt-1{
    margin-top: -0.0625rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .sm\:-mt-2{
    margin-top: -0.125rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .sm\:-mt-3{
    margin-top: -0.1875rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .sm\:-mt-4{
    margin-top: -0.25rem;
  }

  .sm\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .sm\:-mt-5{
    margin-top: -0.3125rem;
  }

  .sm\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .sm\:-mt-6{
    margin-top: -0.375rem;
  }

  .sm\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .sm\:-mt-8{
    margin-top: -0.5rem;
  }

  .sm\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .sm\:-mt-10{
    margin-top: -0.625rem;
  }

  .sm\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .sm\:-mt-15{
    margin-top: -0.9375rem;
  }

  .sm\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .sm\:-mt-20{
    margin-top: -1.25rem;
  }

  .sm\:-mr-20{
    margin-right: -1.25rem;
  }

  .sm\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-20{
    margin-left: -1.25rem;
  }

  .sm\:-mt-25{
    margin-top: -1.5625rem;
  }

  .sm\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .sm\:-mt-30{
    margin-top: -1.875rem;
  }

  .sm\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .sm\:-mt-35{
    margin-top: -2.1875rem;
  }

  .sm\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .sm\:-mt-40{
    margin-top: -2.5rem;
  }

  .sm\:-mr-40{
    margin-right: -2.5rem;
  }

  .sm\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-40{
    margin-left: -2.5rem;
  }

  .sm\:-mt-45{
    margin-top: -2.8125rem;
  }

  .sm\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .sm\:-mt-50{
    margin-top: -3.125rem;
  }

  .sm\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .sm\:-mt-60{
    margin-top: -3.75rem;
  }

  .sm\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .sm\:-mt-75{
    margin-top: -4.6875rem;
  }

  .sm\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .sm\:-mt-100{
    margin-top: -6.25rem;
  }

  .sm\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .sm\:-mt-125{
    margin-top: -7.8125rem;
  }

  .sm\:-mb-125{
    margin-bottom: -7.8125rem;
  }

  .sm\:-mt-150{
    margin-top: -9.375rem;
  }

  .sm\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .sm\:-mt-200{
    margin-top: -12.5rem;
  }

  .sm\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .sm\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .sm\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .sm\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .sm\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .sm\:first\:my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-45:first-child{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .sm\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:first\:my-125:first-child{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .sm\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:first\:my-200:first-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:-my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-45:first-child{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .sm\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-my-125:first-child{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .sm\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-my-200:first-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:first\:mt-0:first-child{
    margin-top: 0rem;
  }

  .sm\:first\:mb-0:first-child{
    margin-bottom: 0rem;
  }

  .sm\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .sm\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .sm\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .sm\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .sm\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .sm\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .sm\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .sm\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .sm\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .sm\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .sm\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .sm\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .sm\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .sm\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .sm\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .sm\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .sm\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .sm\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .sm\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .sm\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .sm\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .sm\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-45:first-child{
    margin-top: 2.8125rem;
  }

  .sm\:first\:mb-45:first-child{
    margin-bottom: 2.8125rem;
  }

  .sm\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .sm\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .sm\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .sm\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .sm\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .sm\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .sm\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .sm\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .sm\:first\:mt-125:first-child{
    margin-top: 7.8125rem;
  }

  .sm\:first\:mb-125:first-child{
    margin-bottom: 7.8125rem;
  }

  .sm\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .sm\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .sm\:first\:mt-200:first-child{
    margin-top: 12.5rem;
  }

  .sm\:first\:mb-200:first-child{
    margin-bottom: 12.5rem;
  }

  .sm\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .sm\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .sm\:first\:-mt-0:first-child{
    margin-top: 0rem;
  }

  .sm\:first\:-mb-0:first-child{
    margin-bottom: 0rem;
  }

  .sm\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .sm\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .sm\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .sm\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .sm\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .sm\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .sm\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .sm\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .sm\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .sm\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .sm\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .sm\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .sm\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .sm\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .sm\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .sm\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .sm\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .sm\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-45:first-child{
    margin-top: -2.8125rem;
  }

  .sm\:first\:-mb-45:first-child{
    margin-bottom: -2.8125rem;
  }

  .sm\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .sm\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .sm\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .sm\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .sm\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .sm\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-mt-125:first-child{
    margin-top: -7.8125rem;
  }

  .sm\:first\:-mb-125:first-child{
    margin-bottom: -7.8125rem;
  }

  .sm\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .sm\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-mt-200:first-child{
    margin-top: -12.5rem;
  }

  .sm\:first\:-mb-200:first-child{
    margin-bottom: -12.5rem;
  }

  .sm\:min-h-20{
    min-height: 1.25rem;
  }

  .sm\:min-h-40{
    min-height: 2.5rem;
  }

  .sm\:min-h-120{
    min-height: 7.5rem;
  }

  .sm\:min-h-140{
    min-height: 8.75rem;
  }

  .sm\:min-w-20{
    min-width: 1.25rem;
  }

  .sm\:min-w-40{
    min-width: 2.5rem;
  }

  .sm\:min-w-120{
    min-width: 7.5rem;
  }

  .sm\:min-w-140{
    min-width: 8.75rem;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:p-20{
    padding: 1.25rem;
  }

  .sm\:p-40{
    padding: 2.5rem;
  }

  .sm\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:pt-20{
    padding-top: 1.25rem;
  }

  .sm\:pr-20{
    padding-right: 1.25rem;
  }

  .sm\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-20{
    padding-left: 1.25rem;
  }

  .sm\:pt-40{
    padding-top: 2.5rem;
  }

  .sm\:pr-40{
    padding-right: 2.5rem;
  }

  .sm\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-40{
    padding-left: 2.5rem;
  }

  .sm\:placeholder-opacity-20::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:placeholder-opacity-20::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:placeholder-opacity-40::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:placeholder-opacity-40::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .sm\:text-opacity-20{
    --text-opacity: 0.2px;
  }

  .sm\:text-opacity-40{
    --text-opacity: 0.4px;
  }

  .sm\:hover\:text-opacity-20:hover{
    --text-opacity: 0.2px;
  }

  .sm\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4px;
  }

  .sm\:focus\:text-opacity-20:focus{
    --text-opacity: 0.2px;
  }

  .sm\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4px;
  }

  .sm\:w-20{
    width: 1.25rem;
  }

  .sm\:w-40{
    width: 2.5rem;
  }

  .sm\:w-120{
    width: 7.5rem;
  }

  .sm\:w-140{
    width: 8.75rem;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:gap-x-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:gap-x-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:gap-y-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:gap-y-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  @media (min-width: 460px){
    .md\:container{
      max-width: 460px;
    }
  }

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

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

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

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0rem * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0rem * var(--space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--space-y-reverse));
  }

  .md\:space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

  .md\:space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .md\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.1875rem * var(--space-y-reverse));
  }

  .md\:space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.1875rem * var(--space-x-reverse));
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-45 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.8125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.8125rem * var(--space-y-reverse));
  }

  .md\:space-x-45 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.8125rem * var(--space-x-reverse));
    margin-left: calc(2.8125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .md\:space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--space-y-reverse));
  }

  .md\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4.6875rem * var(--space-x-reverse));
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

  .md\:space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-125 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7.8125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7.8125rem * var(--space-y-reverse));
  }

  .md\:space-x-125 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7.8125rem * var(--space-x-reverse));
    margin-left: calc(7.8125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .md\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--space-y-reverse));
  }

  .md\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0rem * var(--space-y-reverse));
  }

  .md\:-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0rem * var(--space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.9375rem * var(--space-y-reverse));
  }

  .md\:-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.9375rem * var(--space-x-reverse));
    margin-left: calc(-0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

  .md\:-space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .md\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse));
  }

  .md\:-space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.1875rem * var(--space-x-reverse));
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-45 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.8125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.8125rem * var(--space-y-reverse));
  }

  .md\:-space-x-45 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.8125rem * var(--space-x-reverse));
    margin-left: calc(-2.8125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .md\:-space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse));
  }

  .md\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4.6875rem * var(--space-x-reverse));
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-125 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7.8125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7.8125rem * var(--space-y-reverse));
  }

  .md\:-space-x-125 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7.8125rem * var(--space-x-reverse));
    margin-left: calc(-7.8125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .md\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0rem * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0rem * var(--divide-x-reverse));
    border-left-width: calc(0rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--divide-y-reverse));
  }

  .md\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.1875rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.1875rem * var(--divide-y-reverse));
  }

  .md\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.1875rem * var(--divide-x-reverse));
    border-left-width: calc(0.1875rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.25rem * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.25rem * var(--divide-x-reverse));
    border-left-width: calc(0.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-5 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.3125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.3125rem * var(--divide-y-reverse));
  }

  .md\:divide-x-5 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.3125rem * var(--divide-x-reverse));
    border-left-width: calc(0.3125rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-6 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.375rem * var(--divide-y-reverse));
  }

  .md\:divide-x-6 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.375rem * var(--divide-x-reverse));
    border-left-width: calc(0.375rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.5rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.5rem * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.5rem * var(--divide-x-reverse));
    border-left-width: calc(0.5rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-10 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.625rem * var(--divide-y-reverse));
  }

  .md\:divide-x-10 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.625rem * var(--divide-x-reverse));
    border-left-width: calc(0.625rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-15 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.9375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.9375rem * var(--divide-y-reverse));
  }

  .md\:divide-x-15 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.9375rem * var(--divide-x-reverse));
    border-left-width: calc(0.9375rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .md\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .md\:divide-maroon-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--divide-opacity));
  }

  .md\:divide-maroon-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--divide-opacity));
  }

  .md\:divide-maroon-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--divide-opacity));
  }

  .md\:divide-maroon-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--divide-opacity));
  }

  .md\:divide-maroon > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--divide-opacity));
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--divide-opacity));
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--divide-opacity));
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--divide-opacity));
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--divide-opacity));
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--divide-opacity));
  }

  .md\:divide-orange > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--divide-opacity));
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--divide-opacity));
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--divide-opacity));
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--divide-opacity));
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--divide-opacity));
  }

  .md\:divide-blue > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--divide-opacity));
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--divide-opacity));
  }

  .md\:divide-gray-150 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--divide-opacity));
  }

  .md\:divide-gray > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--divide-opacity));
  }

  .md\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--divide-opacity));
  }

  .md\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--divide-opacity));
  }

  .md\:divide-gold-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--divide-opacity));
  }

  .md\:divide-gold > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--divide-opacity));
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--divide-opacity));
  }

  .md\:divide-yellow > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--divide-opacity));
  }

  .md\:divide-turquoise > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--divide-opacity));
  }

  .md\:divide-purple > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--divide-opacity));
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .md\:divide-opacity-10 > :not(template) ~ :not(template){
    --divide-opacity: 0.1px;
  }

  .md\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2px;
  }

  .md\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3px;
  }

  .md\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4px;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5px;
  }

  .md\:divide-opacity-60 > :not(template) ~ :not(template){
    --divide-opacity: 0.6px;
  }

  .md\:divide-opacity-70 > :not(template) ~ :not(template){
    --divide-opacity: 0.7px;
  }

  .md\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.8px;
  }

  .md\:divide-opacity-90 > :not(template) ~ :not(template){
    --divide-opacity: 0.9px;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1px;
  }

  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    background-clip: text;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-maroon-100{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .md\:bg-maroon-400{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .md\:bg-maroon-500{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .md\:bg-maroon-600{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .md\:bg-maroon{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .md\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .md\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .md\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .md\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .md\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .md\:bg-orange{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .md\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .md\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .md\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .md\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .md\:bg-blue{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .md\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .md\:bg-gray-150{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .md\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .md\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .md\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .md\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .md\:bg-gray{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .md\:bg-green-700{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .md\:bg-green{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .md\:bg-gold-600{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .md\:bg-gold{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .md\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .md\:bg-yellow{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .md\:bg-turquoise{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .md\:bg-purple{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .md\:bg-black{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .md\:bg-white{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-maroon-100:hover{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .md\:hover\:bg-maroon-400:hover{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .md\:hover\:bg-maroon-500:hover{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .md\:hover\:bg-maroon-600:hover{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .md\:hover\:bg-maroon:hover{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-orange:hover{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .md\:hover\:bg-blue:hover{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-150:hover{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .md\:hover\:bg-gray:hover{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .md\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .md\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .md\:hover\:bg-gold-600:hover{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-gold:hover{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow:hover{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .md\:hover\:bg-turquoise:hover{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-purple:hover{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-maroon-100:focus{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .md\:focus\:bg-maroon-400:focus{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .md\:focus\:bg-maroon-500:focus{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .md\:focus\:bg-maroon-600:focus{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .md\:focus\:bg-maroon:focus{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-orange:focus{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .md\:focus\:bg-blue:focus{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-150:focus{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .md\:focus\:bg-gray:focus{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .md\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .md\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .md\:focus\:bg-gold-600:focus{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-gold:focus{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow:focus{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .md\:focus\:bg-turquoise:focus{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-purple:focus{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .md\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-maroon-100{
    --gradient-from-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:from-maroon-400{
    --gradient-from-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:from-maroon-500{
    --gradient-from-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:from-maroon-600{
    --gradient-from-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:from-maroon{
    --gradient-from-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:from-orange-100{
    --gradient-from-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:from-orange-400{
    --gradient-from-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:from-orange-700{
    --gradient-from-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:from-orange-800{
    --gradient-from-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:from-orange-900{
    --gradient-from-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:from-orange{
    --gradient-from-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:from-blue-100{
    --gradient-from-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:from-blue-400{
    --gradient-from-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:from-blue-700{
    --gradient-from-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:from-blue-800{
    --gradient-from-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:from-blue{
    --gradient-from-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:from-gray-100{
    --gradient-from-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:from-gray-150{
    --gradient-from-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:from-gray-200{
    --gradient-from-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:from-gray-300{
    --gradient-from-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:from-gray-400{
    --gradient-from-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:from-gray-600{
    --gradient-from-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:from-gray-700{
    --gradient-from-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:from-gray{
    --gradient-from-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:from-green-700{
    --gradient-from-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:from-green{
    --gradient-from-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:from-gold-600{
    --gradient-from-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:from-gold{
    --gradient-from-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:from-yellow-600{
    --gradient-from-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:from-yellow{
    --gradient-from-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:from-turquoise{
    --gradient-from-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:from-purple{
    --gradient-from-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:from-black{
    --gradient-from-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:from-white{
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-maroon-100{
    --gradient-via-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:via-maroon-400{
    --gradient-via-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:via-maroon-500{
    --gradient-via-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:via-maroon-600{
    --gradient-via-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:via-maroon{
    --gradient-via-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:via-orange-100{
    --gradient-via-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:via-orange-400{
    --gradient-via-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:via-orange-700{
    --gradient-via-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:via-orange-800{
    --gradient-via-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:via-orange-900{
    --gradient-via-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:via-orange{
    --gradient-via-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:via-blue-100{
    --gradient-via-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:via-blue-400{
    --gradient-via-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:via-blue-700{
    --gradient-via-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:via-blue-800{
    --gradient-via-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:via-blue{
    --gradient-via-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:via-gray-100{
    --gradient-via-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:via-gray-150{
    --gradient-via-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:via-gray-200{
    --gradient-via-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:via-gray-300{
    --gradient-via-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:via-gray-400{
    --gradient-via-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:via-gray-600{
    --gradient-via-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:via-gray-700{
    --gradient-via-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:via-gray{
    --gradient-via-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:via-green-700{
    --gradient-via-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:via-green{
    --gradient-via-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:via-gold-600{
    --gradient-via-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:via-gold{
    --gradient-via-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:via-yellow-600{
    --gradient-via-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:via-yellow{
    --gradient-via-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:via-turquoise{
    --gradient-via-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:via-purple{
    --gradient-via-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:via-black{
    --gradient-via-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:via-white{
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:to-transparent{
    --gradient-to-color: transparent;
  }

  .md\:to-maroon-100{
    --gradient-to-color: #F2E5EB;
  }

  .md\:to-maroon-400{
    --gradient-to-color: #c17f9f;
  }

  .md\:to-maroon-500{
    --gradient-to-color: #ae095e;
  }

  .md\:to-maroon-600{
    --gradient-to-color: #60002E;
  }

  .md\:to-maroon{
    --gradient-to-color: #83003f;
  }

  .md\:to-orange-100{
    --gradient-to-color: #fde2ce;
  }

  .md\:to-orange-400{
    --gradient-to-color: #f3bb90;
  }

  .md\:to-orange-700{
    --gradient-to-color: #e1670b;
  }

  .md\:to-orange-800{
    --gradient-to-color: #CB6212;
  }

  .md\:to-orange-900{
    --gradient-to-color: #c45400;
  }

  .md\:to-orange{
    --gradient-to-color: #e87722;
  }

  .md\:to-blue-100{
    --gradient-to-color: #d6e0f5;
  }

  .md\:to-blue-400{
    --gradient-to-color: #8f9ebd;
  }

  .md\:to-blue-700{
    --gradient-to-color: #0e275c;
  }

  .md\:to-blue-800{
    --gradient-to-color: #0A2151;
  }

  .md\:to-blue{
    --gradient-to-color: #1f3d7b;
  }

  .md\:to-gray-100{
    --gradient-to-color: #f6f6f6;
  }

  .md\:to-gray-150{
    --gradient-to-color: #F2F2F2;
  }

  .md\:to-gray-200{
    --gradient-to-color: #e2e2e3;
  }

  .md\:to-gray-300{
    --gradient-to-color: #c3c3c3;
  }

  .md\:to-gray-400{
    --gradient-to-color: #b6b6b8;
  }

  .md\:to-gray-600{
    --gradient-to-color: #3F4042;
  }

  .md\:to-gray-700{
    --gradient-to-color: #363738;
  }

  .md\:to-gray{
    --gradient-to-color: #6d6e71;
  }

  .md\:to-green-700{
    --gradient-to-color: #107233;
  }

  .md\:to-green{
    --gradient-to-color: #1f7b40;
  }

  .md\:to-gold-600{
    --gradient-to-color: #918259;
  }

  .md\:to-gold{
    --gradient-to-color: #A99A6F;
  }

  .md\:to-yellow-600{
    --gradient-to-color: #DBBE71;
  }

  .md\:to-yellow{
    --gradient-to-color: #EDD085;
  }

  .md\:to-turquoise{
    --gradient-to-color: #00C8FF;
  }

  .md\:to-purple{
    --gradient-to-color: #654F90;
  }

  .md\:to-black{
    --gradient-to-color: #202122;
  }

  .md\:to-white{
    --gradient-to-color: #ffffff;
  }

  .md\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-maroon-100:hover{
    --gradient-from-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:hover\:from-maroon-400:hover{
    --gradient-from-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:hover\:from-maroon-500:hover{
    --gradient-from-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:hover\:from-maroon-600:hover{
    --gradient-from-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:hover\:from-maroon:hover{
    --gradient-from-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:hover\:from-orange-100:hover{
    --gradient-from-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:hover\:from-orange-400:hover{
    --gradient-from-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:hover\:from-orange-700:hover{
    --gradient-from-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:hover\:from-orange-800:hover{
    --gradient-from-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:hover\:from-orange-900:hover{
    --gradient-from-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:hover\:from-orange:hover{
    --gradient-from-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:hover\:from-blue-100:hover{
    --gradient-from-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:hover\:from-blue-400:hover{
    --gradient-from-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:hover\:from-blue-700:hover{
    --gradient-from-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:hover\:from-blue-800:hover{
    --gradient-from-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:hover\:from-blue:hover{
    --gradient-from-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --gradient-from-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:hover\:from-gray-150:hover{
    --gradient-from-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --gradient-from-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --gradient-from-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --gradient-from-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --gradient-from-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:hover\:from-gray-700:hover{
    --gradient-from-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:hover\:from-gray:hover{
    --gradient-from-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:hover\:from-green-700:hover{
    --gradient-from-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:hover\:from-green:hover{
    --gradient-from-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:hover\:from-gold-600:hover{
    --gradient-from-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:hover\:from-gold:hover{
    --gradient-from-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:hover\:from-yellow-600:hover{
    --gradient-from-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:hover\:from-yellow:hover{
    --gradient-from-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:hover\:from-turquoise:hover{
    --gradient-from-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:hover\:from-purple:hover{
    --gradient-from-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-maroon-100:hover{
    --gradient-via-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:hover\:via-maroon-400:hover{
    --gradient-via-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:hover\:via-maroon-500:hover{
    --gradient-via-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:hover\:via-maroon-600:hover{
    --gradient-via-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:hover\:via-maroon:hover{
    --gradient-via-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:hover\:via-orange-100:hover{
    --gradient-via-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:hover\:via-orange-400:hover{
    --gradient-via-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:hover\:via-orange-700:hover{
    --gradient-via-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:hover\:via-orange-800:hover{
    --gradient-via-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:hover\:via-orange-900:hover{
    --gradient-via-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:hover\:via-orange:hover{
    --gradient-via-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:hover\:via-blue-100:hover{
    --gradient-via-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:hover\:via-blue-400:hover{
    --gradient-via-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:hover\:via-blue-700:hover{
    --gradient-via-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:hover\:via-blue-800:hover{
    --gradient-via-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:hover\:via-blue:hover{
    --gradient-via-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --gradient-via-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:hover\:via-gray-150:hover{
    --gradient-via-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --gradient-via-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --gradient-via-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --gradient-via-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --gradient-via-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:hover\:via-gray-700:hover{
    --gradient-via-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:hover\:via-gray:hover{
    --gradient-via-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:hover\:via-green-700:hover{
    --gradient-via-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:hover\:via-green:hover{
    --gradient-via-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:hover\:via-gold-600:hover{
    --gradient-via-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:hover\:via-gold:hover{
    --gradient-via-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:hover\:via-yellow-600:hover{
    --gradient-via-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:hover\:via-yellow:hover{
    --gradient-via-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:hover\:via-turquoise:hover{
    --gradient-via-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:hover\:via-purple:hover{
    --gradient-via-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-maroon-100:hover{
    --gradient-to-color: #F2E5EB;
  }

  .md\:hover\:to-maroon-400:hover{
    --gradient-to-color: #c17f9f;
  }

  .md\:hover\:to-maroon-500:hover{
    --gradient-to-color: #ae095e;
  }

  .md\:hover\:to-maroon-600:hover{
    --gradient-to-color: #60002E;
  }

  .md\:hover\:to-maroon:hover{
    --gradient-to-color: #83003f;
  }

  .md\:hover\:to-orange-100:hover{
    --gradient-to-color: #fde2ce;
  }

  .md\:hover\:to-orange-400:hover{
    --gradient-to-color: #f3bb90;
  }

  .md\:hover\:to-orange-700:hover{
    --gradient-to-color: #e1670b;
  }

  .md\:hover\:to-orange-800:hover{
    --gradient-to-color: #CB6212;
  }

  .md\:hover\:to-orange-900:hover{
    --gradient-to-color: #c45400;
  }

  .md\:hover\:to-orange:hover{
    --gradient-to-color: #e87722;
  }

  .md\:hover\:to-blue-100:hover{
    --gradient-to-color: #d6e0f5;
  }

  .md\:hover\:to-blue-400:hover{
    --gradient-to-color: #8f9ebd;
  }

  .md\:hover\:to-blue-700:hover{
    --gradient-to-color: #0e275c;
  }

  .md\:hover\:to-blue-800:hover{
    --gradient-to-color: #0A2151;
  }

  .md\:hover\:to-blue:hover{
    --gradient-to-color: #1f3d7b;
  }

  .md\:hover\:to-gray-100:hover{
    --gradient-to-color: #f6f6f6;
  }

  .md\:hover\:to-gray-150:hover{
    --gradient-to-color: #F2F2F2;
  }

  .md\:hover\:to-gray-200:hover{
    --gradient-to-color: #e2e2e3;
  }

  .md\:hover\:to-gray-300:hover{
    --gradient-to-color: #c3c3c3;
  }

  .md\:hover\:to-gray-400:hover{
    --gradient-to-color: #b6b6b8;
  }

  .md\:hover\:to-gray-600:hover{
    --gradient-to-color: #3F4042;
  }

  .md\:hover\:to-gray-700:hover{
    --gradient-to-color: #363738;
  }

  .md\:hover\:to-gray:hover{
    --gradient-to-color: #6d6e71;
  }

  .md\:hover\:to-green-700:hover{
    --gradient-to-color: #107233;
  }

  .md\:hover\:to-green:hover{
    --gradient-to-color: #1f7b40;
  }

  .md\:hover\:to-gold-600:hover{
    --gradient-to-color: #918259;
  }

  .md\:hover\:to-gold:hover{
    --gradient-to-color: #A99A6F;
  }

  .md\:hover\:to-yellow-600:hover{
    --gradient-to-color: #DBBE71;
  }

  .md\:hover\:to-yellow:hover{
    --gradient-to-color: #EDD085;
  }

  .md\:hover\:to-turquoise:hover{
    --gradient-to-color: #00C8FF;
  }

  .md\:hover\:to-purple:hover{
    --gradient-to-color: #654F90;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: #202122;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #ffffff;
  }

  .md\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-maroon-100:focus{
    --gradient-from-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:focus\:from-maroon-400:focus{
    --gradient-from-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:focus\:from-maroon-500:focus{
    --gradient-from-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:focus\:from-maroon-600:focus{
    --gradient-from-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:focus\:from-maroon:focus{
    --gradient-from-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:focus\:from-orange-100:focus{
    --gradient-from-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:focus\:from-orange-400:focus{
    --gradient-from-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:focus\:from-orange-700:focus{
    --gradient-from-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:focus\:from-orange-800:focus{
    --gradient-from-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:focus\:from-orange-900:focus{
    --gradient-from-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:focus\:from-orange:focus{
    --gradient-from-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:focus\:from-blue-100:focus{
    --gradient-from-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:focus\:from-blue-400:focus{
    --gradient-from-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:focus\:from-blue-700:focus{
    --gradient-from-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:focus\:from-blue-800:focus{
    --gradient-from-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:focus\:from-blue:focus{
    --gradient-from-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --gradient-from-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:focus\:from-gray-150:focus{
    --gradient-from-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --gradient-from-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --gradient-from-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --gradient-from-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --gradient-from-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:focus\:from-gray-700:focus{
    --gradient-from-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:focus\:from-gray:focus{
    --gradient-from-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:focus\:from-green-700:focus{
    --gradient-from-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:focus\:from-green:focus{
    --gradient-from-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:focus\:from-gold-600:focus{
    --gradient-from-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:focus\:from-gold:focus{
    --gradient-from-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:focus\:from-yellow-600:focus{
    --gradient-from-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:focus\:from-yellow:focus{
    --gradient-from-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:focus\:from-turquoise:focus{
    --gradient-from-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:focus\:from-purple:focus{
    --gradient-from-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-maroon-100:focus{
    --gradient-via-color: #F2E5EB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 229, 235, 0));
  }

  .md\:focus\:via-maroon-400:focus{
    --gradient-via-color: #c17f9f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 127, 159, 0));
  }

  .md\:focus\:via-maroon-500:focus{
    --gradient-via-color: #ae095e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(174, 9, 94, 0));
  }

  .md\:focus\:via-maroon-600:focus{
    --gradient-via-color: #60002E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 0, 46, 0));
  }

  .md\:focus\:via-maroon:focus{
    --gradient-via-color: #83003f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 0, 63, 0));
  }

  .md\:focus\:via-orange-100:focus{
    --gradient-via-color: #fde2ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 226, 206, 0));
  }

  .md\:focus\:via-orange-400:focus{
    --gradient-via-color: #f3bb90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 187, 144, 0));
  }

  .md\:focus\:via-orange-700:focus{
    --gradient-via-color: #e1670b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 103, 11, 0));
  }

  .md\:focus\:via-orange-800:focus{
    --gradient-via-color: #CB6212;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 98, 18, 0));
  }

  .md\:focus\:via-orange-900:focus{
    --gradient-via-color: #c45400;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 84, 0, 0));
  }

  .md\:focus\:via-orange:focus{
    --gradient-via-color: #e87722;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 119, 34, 0));
  }

  .md\:focus\:via-blue-100:focus{
    --gradient-via-color: #d6e0f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 224, 245, 0));
  }

  .md\:focus\:via-blue-400:focus{
    --gradient-via-color: #8f9ebd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(143, 158, 189, 0));
  }

  .md\:focus\:via-blue-700:focus{
    --gradient-via-color: #0e275c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 39, 92, 0));
  }

  .md\:focus\:via-blue-800:focus{
    --gradient-via-color: #0A2151;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(10, 33, 81, 0));
  }

  .md\:focus\:via-blue:focus{
    --gradient-via-color: #1f3d7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 61, 123, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --gradient-via-color: #f6f6f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 246, 246, 0));
  }

  .md\:focus\:via-gray-150:focus{
    --gradient-via-color: #F2F2F2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --gradient-via-color: #e2e2e3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 226, 227, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --gradient-via-color: #c3c3c3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 195, 195, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --gradient-via-color: #b6b6b8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(182, 182, 184, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --gradient-via-color: #3F4042;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 64, 66, 0));
  }

  .md\:focus\:via-gray-700:focus{
    --gradient-via-color: #363738;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 55, 56, 0));
  }

  .md\:focus\:via-gray:focus{
    --gradient-via-color: #6d6e71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 110, 113, 0));
  }

  .md\:focus\:via-green-700:focus{
    --gradient-via-color: #107233;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 114, 51, 0));
  }

  .md\:focus\:via-green:focus{
    --gradient-via-color: #1f7b40;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 123, 64, 0));
  }

  .md\:focus\:via-gold-600:focus{
    --gradient-via-color: #918259;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(145, 130, 89, 0));
  }

  .md\:focus\:via-gold:focus{
    --gradient-via-color: #A99A6F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(169, 154, 111, 0));
  }

  .md\:focus\:via-yellow-600:focus{
    --gradient-via-color: #DBBE71;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 190, 113, 0));
  }

  .md\:focus\:via-yellow:focus{
    --gradient-via-color: #EDD085;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 208, 133, 0));
  }

  .md\:focus\:via-turquoise:focus{
    --gradient-via-color: #00C8FF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 200, 255, 0));
  }

  .md\:focus\:via-purple:focus{
    --gradient-via-color: #654F90;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 79, 144, 0));
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: #202122;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 33, 34, 0));
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: #ffffff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-maroon-100:focus{
    --gradient-to-color: #F2E5EB;
  }

  .md\:focus\:to-maroon-400:focus{
    --gradient-to-color: #c17f9f;
  }

  .md\:focus\:to-maroon-500:focus{
    --gradient-to-color: #ae095e;
  }

  .md\:focus\:to-maroon-600:focus{
    --gradient-to-color: #60002E;
  }

  .md\:focus\:to-maroon:focus{
    --gradient-to-color: #83003f;
  }

  .md\:focus\:to-orange-100:focus{
    --gradient-to-color: #fde2ce;
  }

  .md\:focus\:to-orange-400:focus{
    --gradient-to-color: #f3bb90;
  }

  .md\:focus\:to-orange-700:focus{
    --gradient-to-color: #e1670b;
  }

  .md\:focus\:to-orange-800:focus{
    --gradient-to-color: #CB6212;
  }

  .md\:focus\:to-orange-900:focus{
    --gradient-to-color: #c45400;
  }

  .md\:focus\:to-orange:focus{
    --gradient-to-color: #e87722;
  }

  .md\:focus\:to-blue-100:focus{
    --gradient-to-color: #d6e0f5;
  }

  .md\:focus\:to-blue-400:focus{
    --gradient-to-color: #8f9ebd;
  }

  .md\:focus\:to-blue-700:focus{
    --gradient-to-color: #0e275c;
  }

  .md\:focus\:to-blue-800:focus{
    --gradient-to-color: #0A2151;
  }

  .md\:focus\:to-blue:focus{
    --gradient-to-color: #1f3d7b;
  }

  .md\:focus\:to-gray-100:focus{
    --gradient-to-color: #f6f6f6;
  }

  .md\:focus\:to-gray-150:focus{
    --gradient-to-color: #F2F2F2;
  }

  .md\:focus\:to-gray-200:focus{
    --gradient-to-color: #e2e2e3;
  }

  .md\:focus\:to-gray-300:focus{
    --gradient-to-color: #c3c3c3;
  }

  .md\:focus\:to-gray-400:focus{
    --gradient-to-color: #b6b6b8;
  }

  .md\:focus\:to-gray-600:focus{
    --gradient-to-color: #3F4042;
  }

  .md\:focus\:to-gray-700:focus{
    --gradient-to-color: #363738;
  }

  .md\:focus\:to-gray:focus{
    --gradient-to-color: #6d6e71;
  }

  .md\:focus\:to-green-700:focus{
    --gradient-to-color: #107233;
  }

  .md\:focus\:to-green:focus{
    --gradient-to-color: #1f7b40;
  }

  .md\:focus\:to-gold-600:focus{
    --gradient-to-color: #918259;
  }

  .md\:focus\:to-gold:focus{
    --gradient-to-color: #A99A6F;
  }

  .md\:focus\:to-yellow-600:focus{
    --gradient-to-color: #DBBE71;
  }

  .md\:focus\:to-yellow:focus{
    --gradient-to-color: #EDD085;
  }

  .md\:focus\:to-turquoise:focus{
    --gradient-to-color: #00C8FF;
  }

  .md\:focus\:to-purple:focus{
    --gradient-to-color: #654F90;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: #202122;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #ffffff;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .md\:bg-opacity-10{
    --bg-opacity: 0.1px;
  }

  .md\:bg-opacity-20{
    --bg-opacity: 0.2px;
  }

  .md\:bg-opacity-30{
    --bg-opacity: 0.3px;
  }

  .md\:bg-opacity-40{
    --bg-opacity: 0.4px;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5px;
  }

  .md\:bg-opacity-60{
    --bg-opacity: 0.6px;
  }

  .md\:bg-opacity-70{
    --bg-opacity: 0.7px;
  }

  .md\:bg-opacity-80{
    --bg-opacity: 0.8px;
  }

  .md\:bg-opacity-90{
    --bg-opacity: 0.9px;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1px;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1px;
  }

  .md\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2px;
  }

  .md\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3px;
  }

  .md\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4px;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5px;
  }

  .md\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6px;
  }

  .md\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7px;
  }

  .md\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8px;
  }

  .md\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9px;
  }

  .md\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1px;
  }

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1px;
  }

  .md\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2px;
  }

  .md\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3px;
  }

  .md\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4px;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5px;
  }

  .md\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6px;
  }

  .md\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7px;
  }

  .md\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8px;
  }

  .md\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9px;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1px;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-maroon-100{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .md\:border-maroon-400{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .md\:border-maroon-500{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .md\:border-maroon-600{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .md\:border-maroon{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .md\:border-orange-100{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .md\:border-orange-400{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .md\:border-orange-700{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .md\:border-orange-800{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .md\:border-orange-900{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .md\:border-orange{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .md\:border-blue-100{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .md\:border-blue-400{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .md\:border-blue-700{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .md\:border-blue-800{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .md\:border-blue{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .md\:border-gray-100{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .md\:border-gray-150{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:border-gray-200{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .md\:border-gray-300{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .md\:border-gray-400{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .md\:border-gray-600{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .md\:border-gray-700{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .md\:border-gray{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .md\:border-green-700{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .md\:border-green{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .md\:border-gold-600{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .md\:border-gold{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .md\:border-yellow-600{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .md\:border-yellow{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .md\:border-turquoise{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .md\:border-purple{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .md\:border-black{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .md\:border-white{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-maroon-100:hover{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .md\:hover\:border-maroon-400:hover{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .md\:hover\:border-maroon-500:hover{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .md\:hover\:border-maroon-600:hover{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .md\:hover\:border-maroon:hover{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .md\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .md\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .md\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .md\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .md\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .md\:hover\:border-orange:hover{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .md\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .md\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .md\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .md\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .md\:hover\:border-blue:hover{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .md\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .md\:hover\:border-gray-150:hover{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .md\:hover\:border-gray:hover{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .md\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .md\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .md\:hover\:border-gold-600:hover{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .md\:hover\:border-gold:hover{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .md\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .md\:hover\:border-yellow:hover{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .md\:hover\:border-turquoise:hover{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .md\:hover\:border-purple:hover{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .md\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .md\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-maroon-100:focus{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .md\:focus\:border-maroon-400:focus{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .md\:focus\:border-maroon-500:focus{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .md\:focus\:border-maroon-600:focus{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .md\:focus\:border-maroon:focus{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .md\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .md\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .md\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .md\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .md\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .md\:focus\:border-orange:focus{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .md\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .md\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .md\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .md\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .md\:focus\:border-blue:focus{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .md\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .md\:focus\:border-gray-150:focus{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .md\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .md\:focus\:border-gray:focus{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .md\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .md\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .md\:focus\:border-gold-600:focus{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .md\:focus\:border-gold:focus{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .md\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .md\:focus\:border-yellow:focus{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .md\:focus\:border-turquoise:focus{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .md\:focus\:border-purple:focus{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .md\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .md\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-opacity-0{
    --border-opacity: 0;
  }

  .md\:border-opacity-10{
    --border-opacity: 0.1px;
  }

  .md\:border-opacity-20{
    --border-opacity: 0.2px;
  }

  .md\:border-opacity-30{
    --border-opacity: 0.3px;
  }

  .md\:border-opacity-40{
    --border-opacity: 0.4px;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5px;
  }

  .md\:border-opacity-60{
    --border-opacity: 0.6px;
  }

  .md\:border-opacity-70{
    --border-opacity: 0.7px;
  }

  .md\:border-opacity-80{
    --border-opacity: 0.8px;
  }

  .md\:border-opacity-90{
    --border-opacity: 0.9px;
  }

  .md\:border-opacity-100{
    --border-opacity: 1px;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1px;
  }

  .md\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2px;
  }

  .md\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3px;
  }

  .md\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4px;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5px;
  }

  .md\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6px;
  }

  .md\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7px;
  }

  .md\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8px;
  }

  .md\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9px;
  }

  .md\:hover\:border-opacity-100:hover{
    --border-opacity: 1px;
  }

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1px;
  }

  .md\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2px;
  }

  .md\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3px;
  }

  .md\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4px;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5px;
  }

  .md\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6px;
  }

  .md\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7px;
  }

  .md\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8px;
  }

  .md\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9px;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1px;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0rem;
  }

  .md\:border-1{
    border-width: 0.0625rem;
  }

  .md\:border-2{
    border-width: 0.125rem;
  }

  .md\:border-3{
    border-width: 0.1875rem;
  }

  .md\:border-4{
    border-width: 0.25rem;
  }

  .md\:border-5{
    border-width: 0.3125rem;
  }

  .md\:border-6{
    border-width: 0.375rem;
  }

  .md\:border-8{
    border-width: 0.5rem;
  }

  .md\:border-10{
    border-width: 0.625rem;
  }

  .md\:border-15{
    border-width: 0.9375rem;
  }

  .md\:border-20{
    border-width: 1.25rem;
  }

  .md\:border-t-0{
    border-top-width: 0rem;
  }

  .md\:border-r-0{
    border-right-width: 0rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0rem;
  }

  .md\:border-l-0{
    border-left-width: 0rem;
  }

  .md\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .md\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .md\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .md\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .md\:border-t-2{
    border-top-width: 0.125rem;
  }

  .md\:border-r-2{
    border-right-width: 0.125rem;
  }

  .md\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .md\:border-l-2{
    border-left-width: 0.125rem;
  }

  .md\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .md\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .md\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .md\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .md\:border-t-4{
    border-top-width: 0.25rem;
  }

  .md\:border-r-4{
    border-right-width: 0.25rem;
  }

  .md\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .md\:border-l-4{
    border-left-width: 0.25rem;
  }

  .md\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .md\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .md\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .md\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .md\:border-t-6{
    border-top-width: 0.375rem;
  }

  .md\:border-r-6{
    border-right-width: 0.375rem;
  }

  .md\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .md\:border-l-6{
    border-left-width: 0.375rem;
  }

  .md\:border-t-8{
    border-top-width: 0.5rem;
  }

  .md\:border-r-8{
    border-right-width: 0.5rem;
  }

  .md\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .md\:border-l-8{
    border-left-width: 0.5rem;
  }

  .md\:border-t-10{
    border-top-width: 0.625rem;
  }

  .md\:border-r-10{
    border-right-width: 0.625rem;
  }

  .md\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .md\:border-l-10{
    border-left-width: 0.625rem;
  }

  .md\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .md\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .md\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .md\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .md\:border-t-20{
    border-top-width: 1.25rem;
  }

  .md\:border-r-20{
    border-right-width: 1.25rem;
  }

  .md\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .md\:border-l-20{
    border-left-width: 1.25rem;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:place-items-auto{
    place-items: auto;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:place-items-stretch{
    place-items: stretch;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:place-content-between{
    place-content: space-between;
  }

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .md\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md\:content-start{
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md\:content-end{
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .md\:content-between{
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .md\:content-around{
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .md\:content-evenly{
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }

  .md\:self-auto{
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md\:self-start{
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md\:self-end{
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md\:self-center{
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:self-stretch{
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md\:justify-items-auto{
    justify-items: auto;
  }

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

  .md\:justify-items-center{
    justify-items: center;
  }

  .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .md\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .md\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

  .md\:flex-auto{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .md\:flex-none{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md\:flex-1\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .md\:flex-1\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .md\:flex-2\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .md\:flex-1\/2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .md\:flex-2\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .md\:flex-3\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .md\:flex-3\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-sans{
    font-family: Poppins, Arial, Verdana, Tahoma, sans-serif;
  }

  .md\:font-serif{
    font-family: Poppins, serif;
  }

  .md\:font-icon{
    font-family: iconfont;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0rem;
  }

  .md\:h-1{
    height: 0.0625rem;
  }

  .md\:h-2{
    height: 0.125rem;
  }

  .md\:h-3{
    height: 0.1875rem;
  }

  .md\:h-4{
    height: 0.25rem;
  }

  .md\:h-5{
    height: 0.3125rem;
  }

  .md\:h-6{
    height: 0.375rem;
  }

  .md\:h-8{
    height: 0.5rem;
  }

  .md\:h-10{
    height: 0.625rem;
  }

  .md\:h-15{
    height: 0.9375rem;
  }

  .md\:h-20{
    height: 1.25rem;
  }

  .md\:h-25{
    height: 1.5625rem;
  }

  .md\:h-30{
    height: 1.875rem;
  }

  .md\:h-35{
    height: 2.1875rem;
  }

  .md\:h-40{
    height: 2.5rem;
  }

  .md\:h-45{
    height: 2.8125rem;
  }

  .md\:h-50{
    height: 3.125rem;
  }

  .md\:h-60{
    height: 3.75rem;
  }

  .md\:h-70{
    height: 4.375rem;
  }

  .md\:h-75{
    height: 4.6875rem;
  }

  .md\:h-80{
    height: 5rem;
  }

  .md\:h-90{
    height: 5.625rem;
  }

  .md\:h-100{
    height: 6.25rem;
  }

  .md\:h-110{
    height: 6.875rem;
  }

  .md\:h-120{
    height: 7.5rem;
  }

  .md\:h-125{
    height: 7.8125rem;
  }

  .md\:h-130{
    height: 8.125rem;
  }

  .md\:h-140{
    height: 8.75rem;
  }

  .md\:h-150{
    height: 9.375rem;
  }

  .md\:h-160{
    height: 10rem;
  }

  .md\:h-170{
    height: 10.625rem;
  }

  .md\:h-180{
    height: 11.25rem;
  }

  .md\:h-190{
    height: 11.875rem;
  }

  .md\:h-200{
    height: 12.5rem;
  }

  .md\:h-250{
    height: 15.625rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-8th{
    height: 12.5%;
  }

  .md\:h-4th{
    height: 25%;
  }

  .md\:h-3rd{
    height: 33.3%;
  }

  .md\:h-half{
    height: 50%;
  }

  .md\:h-2-3rds{
    height: 66.6%;
  }

  .md\:h-3-4ths{
    height: 75%;
  }

  .md\:h-7-8ths{
    height: 87.5%;
  }

  .md\:h-1\/4{
    height: 25vh;
  }

  .md\:h-1\/2{
    height: 50vh;
  }

  .md\:h-3\/4{
    height: 75vh;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.3125rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
  }

  .md\:text-4xl{
    font-size: 2.375rem;
  }

  .md\:text-5xl{
    font-size: 2.75rem;
  }

  .md\:text-6xl{
    font-size: 3.125rem;
  }

  .md\:text-7xl{
    font-size: 3.625rem;
  }

  .md\:text-8xl{
    font-size: 4.6875rem;
  }

  .md\:text-9xl{
    font-size: 6.25rem;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0rem;
  }

  .md\:m-1{
    margin: 0.0625rem;
  }

  .md\:m-2{
    margin: 0.125rem;
  }

  .md\:m-3{
    margin: 0.1875rem;
  }

  .md\:m-4{
    margin: 0.25rem;
  }

  .md\:m-5{
    margin: 0.3125rem;
  }

  .md\:m-6{
    margin: 0.375rem;
  }

  .md\:m-8{
    margin: 0.5rem;
  }

  .md\:m-10{
    margin: 0.625rem;
  }

  .md\:m-15{
    margin: 0.9375rem;
  }

  .md\:m-20{
    margin: 1.25rem;
  }

  .md\:m-25{
    margin: 1.5625rem;
  }

  .md\:m-30{
    margin: 1.875rem;
  }

  .md\:m-35{
    margin: 2.1875rem;
  }

  .md\:m-40{
    margin: 2.5rem;
  }

  .md\:m-45{
    margin: 2.8125rem;
  }

  .md\:m-50{
    margin: 3.125rem;
  }

  .md\:m-60{
    margin: 3.75rem;
  }

  .md\:m-75{
    margin: 4.6875rem;
  }

  .md\:m-100{
    margin: 6.25rem;
  }

  .md\:m-125{
    margin: 7.8125rem;
  }

  .md\:m-150{
    margin: 9.375rem;
  }

  .md\:m-200{
    margin: 12.5rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:-m-0{
    margin: 0rem;
  }

  .md\:-m-1{
    margin: -0.0625rem;
  }

  .md\:-m-2{
    margin: -0.125rem;
  }

  .md\:-m-3{
    margin: -0.1875rem;
  }

  .md\:-m-4{
    margin: -0.25rem;
  }

  .md\:-m-5{
    margin: -0.3125rem;
  }

  .md\:-m-6{
    margin: -0.375rem;
  }

  .md\:-m-8{
    margin: -0.5rem;
  }

  .md\:-m-10{
    margin: -0.625rem;
  }

  .md\:-m-15{
    margin: -0.9375rem;
  }

  .md\:-m-20{
    margin: -1.25rem;
  }

  .md\:-m-25{
    margin: -1.5625rem;
  }

  .md\:-m-30{
    margin: -1.875rem;
  }

  .md\:-m-35{
    margin: -2.1875rem;
  }

  .md\:-m-40{
    margin: -2.5rem;
  }

  .md\:-m-45{
    margin: -2.8125rem;
  }

  .md\:-m-50{
    margin: -3.125rem;
  }

  .md\:-m-60{
    margin: -3.75rem;
  }

  .md\:-m-75{
    margin: -4.6875rem;
  }

  .md\:-m-100{
    margin: -6.25rem;
  }

  .md\:-m-125{
    margin: -7.8125rem;
  }

  .md\:-m-150{
    margin: -9.375rem;
  }

  .md\:-m-200{
    margin: -12.5rem;
  }

  .md\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .md\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .md\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:my-125{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .md\:mx-125{
    margin-left: 7.8125rem;
    margin-right: 7.8125rem;
  }

  .md\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:mx-200{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:-mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .md\:-mx-45{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .md\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-my-125{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .md\:-mx-125{
    margin-left: -7.8125rem;
    margin-right: -7.8125rem;
  }

  .md\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-mx-200{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:mt-0{
    margin-top: 0rem;
  }

  .md\:mr-0{
    margin-right: 0rem;
  }

  .md\:mb-0{
    margin-bottom: 0rem;
  }

  .md\:ml-0{
    margin-left: 0rem;
  }

  .md\:mt-1{
    margin-top: 0.0625rem;
  }

  .md\:mr-1{
    margin-right: 0.0625rem;
  }

  .md\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .md\:ml-1{
    margin-left: 0.0625rem;
  }

  .md\:mt-2{
    margin-top: 0.125rem;
  }

  .md\:mr-2{
    margin-right: 0.125rem;
  }

  .md\:mb-2{
    margin-bottom: 0.125rem;
  }

  .md\:ml-2{
    margin-left: 0.125rem;
  }

  .md\:mt-3{
    margin-top: 0.1875rem;
  }

  .md\:mr-3{
    margin-right: 0.1875rem;
  }

  .md\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .md\:ml-3{
    margin-left: 0.1875rem;
  }

  .md\:mt-4{
    margin-top: 0.25rem;
  }

  .md\:mr-4{
    margin-right: 0.25rem;
  }

  .md\:mb-4{
    margin-bottom: 0.25rem;
  }

  .md\:ml-4{
    margin-left: 0.25rem;
  }

  .md\:mt-5{
    margin-top: 0.3125rem;
  }

  .md\:mr-5{
    margin-right: 0.3125rem;
  }

  .md\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .md\:ml-5{
    margin-left: 0.3125rem;
  }

  .md\:mt-6{
    margin-top: 0.375rem;
  }

  .md\:mr-6{
    margin-right: 0.375rem;
  }

  .md\:mb-6{
    margin-bottom: 0.375rem;
  }

  .md\:ml-6{
    margin-left: 0.375rem;
  }

  .md\:mt-8{
    margin-top: 0.5rem;
  }

  .md\:mr-8{
    margin-right: 0.5rem;
  }

  .md\:mb-8{
    margin-bottom: 0.5rem;
  }

  .md\:ml-8{
    margin-left: 0.5rem;
  }

  .md\:mt-10{
    margin-top: 0.625rem;
  }

  .md\:mr-10{
    margin-right: 0.625rem;
  }

  .md\:mb-10{
    margin-bottom: 0.625rem;
  }

  .md\:ml-10{
    margin-left: 0.625rem;
  }

  .md\:mt-15{
    margin-top: 0.9375rem;
  }

  .md\:mr-15{
    margin-right: 0.9375rem;
  }

  .md\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .md\:ml-15{
    margin-left: 0.9375rem;
  }

  .md\:mt-20{
    margin-top: 1.25rem;
  }

  .md\:mr-20{
    margin-right: 1.25rem;
  }

  .md\:mb-20{
    margin-bottom: 1.25rem;
  }

  .md\:ml-20{
    margin-left: 1.25rem;
  }

  .md\:mt-25{
    margin-top: 1.5625rem;
  }

  .md\:mr-25{
    margin-right: 1.5625rem;
  }

  .md\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .md\:ml-25{
    margin-left: 1.5625rem;
  }

  .md\:mt-30{
    margin-top: 1.875rem;
  }

  .md\:mr-30{
    margin-right: 1.875rem;
  }

  .md\:mb-30{
    margin-bottom: 1.875rem;
  }

  .md\:ml-30{
    margin-left: 1.875rem;
  }

  .md\:mt-35{
    margin-top: 2.1875rem;
  }

  .md\:mr-35{
    margin-right: 2.1875rem;
  }

  .md\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .md\:ml-35{
    margin-left: 2.1875rem;
  }

  .md\:mt-40{
    margin-top: 2.5rem;
  }

  .md\:mr-40{
    margin-right: 2.5rem;
  }

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:ml-40{
    margin-left: 2.5rem;
  }

  .md\:mt-45{
    margin-top: 2.8125rem;
  }

  .md\:mr-45{
    margin-right: 2.8125rem;
  }

  .md\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .md\:ml-45{
    margin-left: 2.8125rem;
  }

  .md\:mt-50{
    margin-top: 3.125rem;
  }

  .md\:mr-50{
    margin-right: 3.125rem;
  }

  .md\:mb-50{
    margin-bottom: 3.125rem;
  }

  .md\:ml-50{
    margin-left: 3.125rem;
  }

  .md\:mt-60{
    margin-top: 3.75rem;
  }

  .md\:mr-60{
    margin-right: 3.75rem;
  }

  .md\:mb-60{
    margin-bottom: 3.75rem;
  }

  .md\:ml-60{
    margin-left: 3.75rem;
  }

  .md\:mt-75{
    margin-top: 4.6875rem;
  }

  .md\:mr-75{
    margin-right: 4.6875rem;
  }

  .md\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .md\:ml-75{
    margin-left: 4.6875rem;
  }

  .md\:mt-100{
    margin-top: 6.25rem;
  }

  .md\:mr-100{
    margin-right: 6.25rem;
  }

  .md\:mb-100{
    margin-bottom: 6.25rem;
  }

  .md\:ml-100{
    margin-left: 6.25rem;
  }

  .md\:mt-125{
    margin-top: 7.8125rem;
  }

  .md\:mr-125{
    margin-right: 7.8125rem;
  }

  .md\:mb-125{
    margin-bottom: 7.8125rem;
  }

  .md\:ml-125{
    margin-left: 7.8125rem;
  }

  .md\:mt-150{
    margin-top: 9.375rem;
  }

  .md\:mr-150{
    margin-right: 9.375rem;
  }

  .md\:mb-150{
    margin-bottom: 9.375rem;
  }

  .md\:ml-150{
    margin-left: 9.375rem;
  }

  .md\:mt-200{
    margin-top: 12.5rem;
  }

  .md\:mr-200{
    margin-right: 12.5rem;
  }

  .md\:mb-200{
    margin-bottom: 12.5rem;
  }

  .md\:ml-200{
    margin-left: 12.5rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:-mt-0{
    margin-top: 0rem;
  }

  .md\:-mr-0{
    margin-right: 0rem;
  }

  .md\:-mb-0{
    margin-bottom: 0rem;
  }

  .md\:-ml-0{
    margin-left: 0rem;
  }

  .md\:-mt-1{
    margin-top: -0.0625rem;
  }

  .md\:-mr-1{
    margin-right: -0.0625rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .md\:-ml-1{
    margin-left: -0.0625rem;
  }

  .md\:-mt-2{
    margin-top: -0.125rem;
  }

  .md\:-mr-2{
    margin-right: -0.125rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .md\:-ml-2{
    margin-left: -0.125rem;
  }

  .md\:-mt-3{
    margin-top: -0.1875rem;
  }

  .md\:-mr-3{
    margin-right: -0.1875rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .md\:-ml-3{
    margin-left: -0.1875rem;
  }

  .md\:-mt-4{
    margin-top: -0.25rem;
  }

  .md\:-mr-4{
    margin-right: -0.25rem;
  }

  .md\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-4{
    margin-left: -0.25rem;
  }

  .md\:-mt-5{
    margin-top: -0.3125rem;
  }

  .md\:-mr-5{
    margin-right: -0.3125rem;
  }

  .md\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .md\:-ml-5{
    margin-left: -0.3125rem;
  }

  .md\:-mt-6{
    margin-top: -0.375rem;
  }

  .md\:-mr-6{
    margin-right: -0.375rem;
  }

  .md\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .md\:-ml-6{
    margin-left: -0.375rem;
  }

  .md\:-mt-8{
    margin-top: -0.5rem;
  }

  .md\:-mr-8{
    margin-right: -0.5rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-8{
    margin-left: -0.5rem;
  }

  .md\:-mt-10{
    margin-top: -0.625rem;
  }

  .md\:-mr-10{
    margin-right: -0.625rem;
  }

  .md\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .md\:-ml-10{
    margin-left: -0.625rem;
  }

  .md\:-mt-15{
    margin-top: -0.9375rem;
  }

  .md\:-mr-15{
    margin-right: -0.9375rem;
  }

  .md\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .md\:-ml-15{
    margin-left: -0.9375rem;
  }

  .md\:-mt-20{
    margin-top: -1.25rem;
  }

  .md\:-mr-20{
    margin-right: -1.25rem;
  }

  .md\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-20{
    margin-left: -1.25rem;
  }

  .md\:-mt-25{
    margin-top: -1.5625rem;
  }

  .md\:-mr-25{
    margin-right: -1.5625rem;
  }

  .md\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .md\:-ml-25{
    margin-left: -1.5625rem;
  }

  .md\:-mt-30{
    margin-top: -1.875rem;
  }

  .md\:-mr-30{
    margin-right: -1.875rem;
  }

  .md\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .md\:-ml-30{
    margin-left: -1.875rem;
  }

  .md\:-mt-35{
    margin-top: -2.1875rem;
  }

  .md\:-mr-35{
    margin-right: -2.1875rem;
  }

  .md\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .md\:-ml-35{
    margin-left: -2.1875rem;
  }

  .md\:-mt-40{
    margin-top: -2.5rem;
  }

  .md\:-mr-40{
    margin-right: -2.5rem;
  }

  .md\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-40{
    margin-left: -2.5rem;
  }

  .md\:-mt-45{
    margin-top: -2.8125rem;
  }

  .md\:-mr-45{
    margin-right: -2.8125rem;
  }

  .md\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .md\:-ml-45{
    margin-left: -2.8125rem;
  }

  .md\:-mt-50{
    margin-top: -3.125rem;
  }

  .md\:-mr-50{
    margin-right: -3.125rem;
  }

  .md\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-50{
    margin-left: -3.125rem;
  }

  .md\:-mt-60{
    margin-top: -3.75rem;
  }

  .md\:-mr-60{
    margin-right: -3.75rem;
  }

  .md\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .md\:-ml-60{
    margin-left: -3.75rem;
  }

  .md\:-mt-75{
    margin-top: -4.6875rem;
  }

  .md\:-mr-75{
    margin-right: -4.6875rem;
  }

  .md\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .md\:-ml-75{
    margin-left: -4.6875rem;
  }

  .md\:-mt-100{
    margin-top: -6.25rem;
  }

  .md\:-mr-100{
    margin-right: -6.25rem;
  }

  .md\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .md\:-ml-100{
    margin-left: -6.25rem;
  }

  .md\:-mt-125{
    margin-top: -7.8125rem;
  }

  .md\:-mr-125{
    margin-right: -7.8125rem;
  }

  .md\:-mb-125{
    margin-bottom: -7.8125rem;
  }

  .md\:-ml-125{
    margin-left: -7.8125rem;
  }

  .md\:-mt-150{
    margin-top: -9.375rem;
  }

  .md\:-mr-150{
    margin-right: -9.375rem;
  }

  .md\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .md\:-ml-150{
    margin-left: -9.375rem;
  }

  .md\:-mt-200{
    margin-top: -12.5rem;
  }

  .md\:-mr-200{
    margin-right: -12.5rem;
  }

  .md\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .md\:-ml-200{
    margin-left: -12.5rem;
  }

  .md\:first\:m-0:first-child{
    margin: 0rem;
  }

  .md\:first\:m-1:first-child{
    margin: 0.0625rem;
  }

  .md\:first\:m-2:first-child{
    margin: 0.125rem;
  }

  .md\:first\:m-3:first-child{
    margin: 0.1875rem;
  }

  .md\:first\:m-4:first-child{
    margin: 0.25rem;
  }

  .md\:first\:m-5:first-child{
    margin: 0.3125rem;
  }

  .md\:first\:m-6:first-child{
    margin: 0.375rem;
  }

  .md\:first\:m-8:first-child{
    margin: 0.5rem;
  }

  .md\:first\:m-10:first-child{
    margin: 0.625rem;
  }

  .md\:first\:m-15:first-child{
    margin: 0.9375rem;
  }

  .md\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .md\:first\:m-25:first-child{
    margin: 1.5625rem;
  }

  .md\:first\:m-30:first-child{
    margin: 1.875rem;
  }

  .md\:first\:m-35:first-child{
    margin: 2.1875rem;
  }

  .md\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .md\:first\:m-45:first-child{
    margin: 2.8125rem;
  }

  .md\:first\:m-50:first-child{
    margin: 3.125rem;
  }

  .md\:first\:m-60:first-child{
    margin: 3.75rem;
  }

  .md\:first\:m-75:first-child{
    margin: 4.6875rem;
  }

  .md\:first\:m-100:first-child{
    margin: 6.25rem;
  }

  .md\:first\:m-125:first-child{
    margin: 7.8125rem;
  }

  .md\:first\:m-150:first-child{
    margin: 9.375rem;
  }

  .md\:first\:m-200:first-child{
    margin: 12.5rem;
  }

  .md\:first\:m-auto:first-child{
    margin: auto;
  }

  .md\:first\:-m-0:first-child{
    margin: 0rem;
  }

  .md\:first\:-m-1:first-child{
    margin: -0.0625rem;
  }

  .md\:first\:-m-2:first-child{
    margin: -0.125rem;
  }

  .md\:first\:-m-3:first-child{
    margin: -0.1875rem;
  }

  .md\:first\:-m-4:first-child{
    margin: -0.25rem;
  }

  .md\:first\:-m-5:first-child{
    margin: -0.3125rem;
  }

  .md\:first\:-m-6:first-child{
    margin: -0.375rem;
  }

  .md\:first\:-m-8:first-child{
    margin: -0.5rem;
  }

  .md\:first\:-m-10:first-child{
    margin: -0.625rem;
  }

  .md\:first\:-m-15:first-child{
    margin: -0.9375rem;
  }

  .md\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .md\:first\:-m-25:first-child{
    margin: -1.5625rem;
  }

  .md\:first\:-m-30:first-child{
    margin: -1.875rem;
  }

  .md\:first\:-m-35:first-child{
    margin: -2.1875rem;
  }

  .md\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .md\:first\:-m-45:first-child{
    margin: -2.8125rem;
  }

  .md\:first\:-m-50:first-child{
    margin: -3.125rem;
  }

  .md\:first\:-m-60:first-child{
    margin: -3.75rem;
  }

  .md\:first\:-m-75:first-child{
    margin: -4.6875rem;
  }

  .md\:first\:-m-100:first-child{
    margin: -6.25rem;
  }

  .md\:first\:-m-125:first-child{
    margin: -7.8125rem;
  }

  .md\:first\:-m-150:first-child{
    margin: -9.375rem;
  }

  .md\:first\:-m-200:first-child{
    margin: -12.5rem;
  }

  .md\:first\:my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:first\:mx-0:first-child{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:first\:mx-1:first-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:first\:mx-2:first-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:first\:mx-3:first-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-4:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:first\:mx-5:first-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:first\:mx-6:first-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-8:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:first\:mx-10:first-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:first\:mx-15:first-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:first\:mx-25:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:first\:mx-30:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:first\:mx-35:first-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-45:first-child{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .md\:first\:mx-45:first-child{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .md\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:first\:mx-50:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:first\:mx-60:first-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:first\:mx-75:first-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:first\:mx-100:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:first\:my-125:first-child{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .md\:first\:mx-125:first-child{
    margin-left: 7.8125rem;
    margin-right: 7.8125rem;
  }

  .md\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:first\:mx-150:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:first\:my-200:first-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:first\:mx-200:first-child{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:-my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:first\:-mx-0:first-child{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:first\:-mx-1:first-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:first\:-mx-2:first-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:first\:-mx-3:first-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-4:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:first\:-mx-5:first-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:first\:-mx-6:first-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-8:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:first\:-mx-10:first-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:first\:-mx-15:first-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-mx-25:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:first\:-mx-30:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:first\:-mx-35:first-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-45:first-child{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .md\:first\:-mx-45:first-child{
    margin-left: -2.8125rem;
    margin-right: -2.8125rem;
  }

  .md\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:first\:-mx-50:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:first\:-mx-60:first-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:first\:-mx-75:first-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:first\:-mx-100:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:first\:-my-125:first-child{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .md\:first\:-mx-125:first-child{
    margin-left: -7.8125rem;
    margin-right: -7.8125rem;
  }

  .md\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:first\:-mx-150:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:first\:-my-200:first-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:first\:-mx-200:first-child{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:first\:mt-0:first-child{
    margin-top: 0rem;
  }

  .md\:first\:mr-0:first-child{
    margin-right: 0rem;
  }

  .md\:first\:mb-0:first-child{
    margin-bottom: 0rem;
  }

  .md\:first\:ml-0:first-child{
    margin-left: 0rem;
  }

  .md\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .md\:first\:mr-1:first-child{
    margin-right: 0.0625rem;
  }

  .md\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .md\:first\:ml-1:first-child{
    margin-left: 0.0625rem;
  }

  .md\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .md\:first\:mr-2:first-child{
    margin-right: 0.125rem;
  }

  .md\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .md\:first\:ml-2:first-child{
    margin-left: 0.125rem;
  }

  .md\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .md\:first\:mr-3:first-child{
    margin-right: 0.1875rem;
  }

  .md\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .md\:first\:ml-3:first-child{
    margin-left: 0.1875rem;
  }

  .md\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .md\:first\:mr-4:first-child{
    margin-right: 0.25rem;
  }

  .md\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-4:first-child{
    margin-left: 0.25rem;
  }

  .md\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .md\:first\:mr-5:first-child{
    margin-right: 0.3125rem;
  }

  .md\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .md\:first\:ml-5:first-child{
    margin-left: 0.3125rem;
  }

  .md\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .md\:first\:mr-6:first-child{
    margin-right: 0.375rem;
  }

  .md\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .md\:first\:ml-6:first-child{
    margin-left: 0.375rem;
  }

  .md\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .md\:first\:mr-8:first-child{
    margin-right: 0.5rem;
  }

  .md\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-8:first-child{
    margin-left: 0.5rem;
  }

  .md\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .md\:first\:mr-10:first-child{
    margin-right: 0.625rem;
  }

  .md\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .md\:first\:ml-10:first-child{
    margin-left: 0.625rem;
  }

  .md\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .md\:first\:mr-15:first-child{
    margin-right: 0.9375rem;
  }

  .md\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .md\:first\:ml-15:first-child{
    margin-left: 0.9375rem;
  }

  .md\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .md\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .md\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .md\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .md\:first\:mr-25:first-child{
    margin-right: 1.5625rem;
  }

  .md\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .md\:first\:ml-25:first-child{
    margin-left: 1.5625rem;
  }

  .md\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .md\:first\:mr-30:first-child{
    margin-right: 1.875rem;
  }

  .md\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .md\:first\:ml-30:first-child{
    margin-left: 1.875rem;
  }

  .md\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .md\:first\:mr-35:first-child{
    margin-right: 2.1875rem;
  }

  .md\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .md\:first\:ml-35:first-child{
    margin-left: 2.1875rem;
  }

  .md\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .md\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .md\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .md\:first\:mt-45:first-child{
    margin-top: 2.8125rem;
  }

  .md\:first\:mr-45:first-child{
    margin-right: 2.8125rem;
  }

  .md\:first\:mb-45:first-child{
    margin-bottom: 2.8125rem;
  }

  .md\:first\:ml-45:first-child{
    margin-left: 2.8125rem;
  }

  .md\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .md\:first\:mr-50:first-child{
    margin-right: 3.125rem;
  }

  .md\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .md\:first\:ml-50:first-child{
    margin-left: 3.125rem;
  }

  .md\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .md\:first\:mr-60:first-child{
    margin-right: 3.75rem;
  }

  .md\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .md\:first\:ml-60:first-child{
    margin-left: 3.75rem;
  }

  .md\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .md\:first\:mr-75:first-child{
    margin-right: 4.6875rem;
  }

  .md\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .md\:first\:ml-75:first-child{
    margin-left: 4.6875rem;
  }

  .md\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .md\:first\:mr-100:first-child{
    margin-right: 6.25rem;
  }

  .md\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .md\:first\:ml-100:first-child{
    margin-left: 6.25rem;
  }

  .md\:first\:mt-125:first-child{
    margin-top: 7.8125rem;
  }

  .md\:first\:mr-125:first-child{
    margin-right: 7.8125rem;
  }

  .md\:first\:mb-125:first-child{
    margin-bottom: 7.8125rem;
  }

  .md\:first\:ml-125:first-child{
    margin-left: 7.8125rem;
  }

  .md\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .md\:first\:mr-150:first-child{
    margin-right: 9.375rem;
  }

  .md\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .md\:first\:ml-150:first-child{
    margin-left: 9.375rem;
  }

  .md\:first\:mt-200:first-child{
    margin-top: 12.5rem;
  }

  .md\:first\:mr-200:first-child{
    margin-right: 12.5rem;
  }

  .md\:first\:mb-200:first-child{
    margin-bottom: 12.5rem;
  }

  .md\:first\:ml-200:first-child{
    margin-left: 12.5rem;
  }

  .md\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .md\:first\:-mt-0:first-child{
    margin-top: 0rem;
  }

  .md\:first\:-mr-0:first-child{
    margin-right: 0rem;
  }

  .md\:first\:-mb-0:first-child{
    margin-bottom: 0rem;
  }

  .md\:first\:-ml-0:first-child{
    margin-left: 0rem;
  }

  .md\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .md\:first\:-mr-1:first-child{
    margin-right: -0.0625rem;
  }

  .md\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .md\:first\:-ml-1:first-child{
    margin-left: -0.0625rem;
  }

  .md\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .md\:first\:-mr-2:first-child{
    margin-right: -0.125rem;
  }

  .md\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .md\:first\:-ml-2:first-child{
    margin-left: -0.125rem;
  }

  .md\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .md\:first\:-mr-3:first-child{
    margin-right: -0.1875rem;
  }

  .md\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .md\:first\:-ml-3:first-child{
    margin-left: -0.1875rem;
  }

  .md\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-4:first-child{
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-4:first-child{
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .md\:first\:-mr-5:first-child{
    margin-right: -0.3125rem;
  }

  .md\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .md\:first\:-ml-5:first-child{
    margin-left: -0.3125rem;
  }

  .md\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .md\:first\:-mr-6:first-child{
    margin-right: -0.375rem;
  }

  .md\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .md\:first\:-ml-6:first-child{
    margin-left: -0.375rem;
  }

  .md\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-8:first-child{
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-8:first-child{
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .md\:first\:-mr-10:first-child{
    margin-right: -0.625rem;
  }

  .md\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .md\:first\:-ml-10:first-child{
    margin-left: -0.625rem;
  }

  .md\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .md\:first\:-mr-15:first-child{
    margin-right: -0.9375rem;
  }

  .md\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .md\:first\:-ml-15:first-child{
    margin-left: -0.9375rem;
  }

  .md\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .md\:first\:-mr-25:first-child{
    margin-right: -1.5625rem;
  }

  .md\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-ml-25:first-child{
    margin-left: -1.5625rem;
  }

  .md\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .md\:first\:-mr-30:first-child{
    margin-right: -1.875rem;
  }

  .md\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .md\:first\:-ml-30:first-child{
    margin-left: -1.875rem;
  }

  .md\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .md\:first\:-mr-35:first-child{
    margin-right: -2.1875rem;
  }

  .md\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .md\:first\:-ml-35:first-child{
    margin-left: -2.1875rem;
  }

  .md\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-45:first-child{
    margin-top: -2.8125rem;
  }

  .md\:first\:-mr-45:first-child{
    margin-right: -2.8125rem;
  }

  .md\:first\:-mb-45:first-child{
    margin-bottom: -2.8125rem;
  }

  .md\:first\:-ml-45:first-child{
    margin-left: -2.8125rem;
  }

  .md\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .md\:first\:-mr-50:first-child{
    margin-right: -3.125rem;
  }

  .md\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .md\:first\:-ml-50:first-child{
    margin-left: -3.125rem;
  }

  .md\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .md\:first\:-mr-60:first-child{
    margin-right: -3.75rem;
  }

  .md\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .md\:first\:-ml-60:first-child{
    margin-left: -3.75rem;
  }

  .md\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .md\:first\:-mr-75:first-child{
    margin-right: -4.6875rem;
  }

  .md\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .md\:first\:-ml-75:first-child{
    margin-left: -4.6875rem;
  }

  .md\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .md\:first\:-mr-100:first-child{
    margin-right: -6.25rem;
  }

  .md\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .md\:first\:-ml-100:first-child{
    margin-left: -6.25rem;
  }

  .md\:first\:-mt-125:first-child{
    margin-top: -7.8125rem;
  }

  .md\:first\:-mr-125:first-child{
    margin-right: -7.8125rem;
  }

  .md\:first\:-mb-125:first-child{
    margin-bottom: -7.8125rem;
  }

  .md\:first\:-ml-125:first-child{
    margin-left: -7.8125rem;
  }

  .md\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .md\:first\:-mr-150:first-child{
    margin-right: -9.375rem;
  }

  .md\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .md\:first\:-ml-150:first-child{
    margin-left: -9.375rem;
  }

  .md\:first\:-mt-200:first-child{
    margin-top: -12.5rem;
  }

  .md\:first\:-mr-200:first-child{
    margin-right: -12.5rem;
  }

  .md\:first\:-mb-200:first-child{
    margin-bottom: -12.5rem;
  }

  .md\:first\:-ml-200:first-child{
    margin-left: -12.5rem;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-h-8th{
    max-height: 12.5%;
  }

  .md\:max-h-4th{
    max-height: 25%;
  }

  .md\:max-h-3rd{
    max-height: 33.3%;
  }

  .md\:max-h-half{
    max-height: 50%;
  }

  .md\:max-h-2-3rds{
    max-height: 66.6%;
  }

  .md\:max-h-3-4ths{
    max-height: 75%;
  }

  .md\:max-h-7-8ths{
    max-height: 87.5%;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-screen-sm{
    max-width: 460px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  .md\:max-w-8th{
    max-width: 12.5%;
  }

  .md\:max-w-4th{
    max-width: 25%;
  }

  .md\:max-w-3rd{
    max-width: 33.3%;
  }

  .md\:max-w-half{
    max-width: 50%;
  }

  .md\:max-w-2-3rds{
    max-width: 66.6%;
  }

  .md\:max-w-3-4ths{
    max-width: 75%;
  }

  .md\:max-w-7-8ths{
    max-width: 87.5%;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-10{
    min-height: 0.625rem;
  }

  .md\:min-h-20{
    min-height: 1.25rem;
  }

  .md\:min-h-30{
    min-height: 1.875rem;
  }

  .md\:min-h-40{
    min-height: 2.5rem;
  }

  .md\:min-h-50{
    min-height: 3.125rem;
  }

  .md\:min-h-60{
    min-height: 3.75rem;
  }

  .md\:min-h-70{
    min-height: 4.375rem;
  }

  .md\:min-h-75{
    min-height: 4.6875rem;
  }

  .md\:min-h-80{
    min-height: 5rem;
  }

  .md\:min-h-90{
    min-height: 5.625rem;
  }

  .md\:min-h-100{
    min-height: 6.25rem;
  }

  .md\:min-h-110{
    min-height: 6.875rem;
  }

  .md\:min-h-120{
    min-height: 7.5rem;
  }

  .md\:min-h-130{
    min-height: 8.125rem;
  }

  .md\:min-h-140{
    min-height: 8.75rem;
  }

  .md\:min-h-150{
    min-height: 9.375rem;
  }

  .md\:min-h-160{
    min-height: 10rem;
  }

  .md\:min-h-170{
    min-height: 10.625rem;
  }

  .md\:min-h-180{
    min-height: 11.25rem;
  }

  .md\:min-h-190{
    min-height: 11.875rem;
  }

  .md\:min-h-200{
    min-height: 12.5rem;
  }

  .md\:min-h-250{
    min-height: 15.625rem;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-h-8th{
    min-height: 12.5%;
  }

  .md\:min-h-4th{
    min-height: 25%;
  }

  .md\:min-h-3rd{
    min-height: 33.3%;
  }

  .md\:min-h-half{
    min-height: 50%;
  }

  .md\:min-h-2-3rds{
    min-height: 66.6%;
  }

  .md\:min-h-3-4ths{
    min-height: 75%;
  }

  .md\:min-h-7-8ths{
    min-height: 87.5%;
  }

  .md\:min-h-1\/4{
    min-height: 25vh;
  }

  .md\:min-h-1\/2{
    min-height: 50vh;
  }

  .md\:min-h-3\/4{
    min-height: 75vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-10{
    min-width: 0.625rem;
  }

  .md\:min-w-20{
    min-width: 1.25rem;
  }

  .md\:min-w-30{
    min-width: 1.875rem;
  }

  .md\:min-w-40{
    min-width: 2.5rem;
  }

  .md\:min-w-50{
    min-width: 3.125rem;
  }

  .md\:min-w-60{
    min-width: 3.75rem;
  }

  .md\:min-w-70{
    min-width: 4.375rem;
  }

  .md\:min-w-75{
    min-width: 4.6875rem;
  }

  .md\:min-w-80{
    min-width: 5rem;
  }

  .md\:min-w-90{
    min-width: 5.625rem;
  }

  .md\:min-w-100{
    min-width: 6.25rem;
  }

  .md\:min-w-110{
    min-width: 6.875rem;
  }

  .md\:min-w-120{
    min-width: 7.5rem;
  }

  .md\:min-w-130{
    min-width: 8.125rem;
  }

  .md\:min-w-140{
    min-width: 8.75rem;
  }

  .md\:min-w-150{
    min-width: 9.375rem;
  }

  .md\:min-w-160{
    min-width: 10rem;
  }

  .md\:min-w-170{
    min-width: 10.625rem;
  }

  .md\:min-w-180{
    min-width: 11.25rem;
  }

  .md\:min-w-190{
    min-width: 11.875rem;
  }

  .md\:min-w-200{
    min-width: 12.5rem;
  }

  .md\:min-w-250{
    min-width: 15.625rem;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-8th{
    min-width: 12.5%;
  }

  .md\:min-w-4th{
    min-width: 25%;
  }

  .md\:min-w-3rd{
    min-width: 33.3%;
  }

  .md\:min-w-half{
    min-width: 50%;
  }

  .md\:min-w-2-3rds{
    min-width: 66.6%;
  }

  .md\:min-w-3-4ths{
    min-width: 75%;
  }

  .md\:min-w-7-8ths{
    min-width: 87.5%;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .md\:p-0{
    padding: 0rem;
  }

  .md\:p-1{
    padding: 0.0625rem;
  }

  .md\:p-2{
    padding: 0.125rem;
  }

  .md\:p-3{
    padding: 0.1875rem;
  }

  .md\:p-4{
    padding: 0.25rem;
  }

  .md\:p-5{
    padding: 0.3125rem;
  }

  .md\:p-6{
    padding: 0.375rem;
  }

  .md\:p-8{
    padding: 0.5rem;
  }

  .md\:p-10{
    padding: 0.625rem;
  }

  .md\:p-15{
    padding: 0.9375rem;
  }

  .md\:p-20{
    padding: 1.25rem;
  }

  .md\:p-25{
    padding: 1.5625rem;
  }

  .md\:p-30{
    padding: 1.875rem;
  }

  .md\:p-35{
    padding: 2.1875rem;
  }

  .md\:p-40{
    padding: 2.5rem;
  }

  .md\:p-45{
    padding: 2.8125rem;
  }

  .md\:p-50{
    padding: 3.125rem;
  }

  .md\:p-60{
    padding: 3.75rem;
  }

  .md\:p-75{
    padding: 4.6875rem;
  }

  .md\:p-100{
    padding: 6.25rem;
  }

  .md\:p-125{
    padding: 7.8125rem;
  }

  .md\:p-150{
    padding: 9.375rem;
  }

  .md\:p-200{
    padding: 12.5rem;
  }

  .md\:py-0{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .md\:px-0{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .md\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .md\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .md\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .md\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .md\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .md\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .md\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .md\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .md\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .md\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .md\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .md\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:py-125{
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem;
  }

  .md\:px-125{
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }

  .md\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .md\:py-200{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:px-200{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:pt-0{
    padding-top: 0rem;
  }

  .md\:pr-0{
    padding-right: 0rem;
  }

  .md\:pb-0{
    padding-bottom: 0rem;
  }

  .md\:pl-0{
    padding-left: 0rem;
  }

  .md\:pt-1{
    padding-top: 0.0625rem;
  }

  .md\:pr-1{
    padding-right: 0.0625rem;
  }

  .md\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .md\:pl-1{
    padding-left: 0.0625rem;
  }

  .md\:pt-2{
    padding-top: 0.125rem;
  }

  .md\:pr-2{
    padding-right: 0.125rem;
  }

  .md\:pb-2{
    padding-bottom: 0.125rem;
  }

  .md\:pl-2{
    padding-left: 0.125rem;
  }

  .md\:pt-3{
    padding-top: 0.1875rem;
  }

  .md\:pr-3{
    padding-right: 0.1875rem;
  }

  .md\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .md\:pl-3{
    padding-left: 0.1875rem;
  }

  .md\:pt-4{
    padding-top: 0.25rem;
  }

  .md\:pr-4{
    padding-right: 0.25rem;
  }

  .md\:pb-4{
    padding-bottom: 0.25rem;
  }

  .md\:pl-4{
    padding-left: 0.25rem;
  }

  .md\:pt-5{
    padding-top: 0.3125rem;
  }

  .md\:pr-5{
    padding-right: 0.3125rem;
  }

  .md\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .md\:pl-5{
    padding-left: 0.3125rem;
  }

  .md\:pt-6{
    padding-top: 0.375rem;
  }

  .md\:pr-6{
    padding-right: 0.375rem;
  }

  .md\:pb-6{
    padding-bottom: 0.375rem;
  }

  .md\:pl-6{
    padding-left: 0.375rem;
  }

  .md\:pt-8{
    padding-top: 0.5rem;
  }

  .md\:pr-8{
    padding-right: 0.5rem;
  }

  .md\:pb-8{
    padding-bottom: 0.5rem;
  }

  .md\:pl-8{
    padding-left: 0.5rem;
  }

  .md\:pt-10{
    padding-top: 0.625rem;
  }

  .md\:pr-10{
    padding-right: 0.625rem;
  }

  .md\:pb-10{
    padding-bottom: 0.625rem;
  }

  .md\:pl-10{
    padding-left: 0.625rem;
  }

  .md\:pt-15{
    padding-top: 0.9375rem;
  }

  .md\:pr-15{
    padding-right: 0.9375rem;
  }

  .md\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .md\:pl-15{
    padding-left: 0.9375rem;
  }

  .md\:pt-20{
    padding-top: 1.25rem;
  }

  .md\:pr-20{
    padding-right: 1.25rem;
  }

  .md\:pb-20{
    padding-bottom: 1.25rem;
  }

  .md\:pl-20{
    padding-left: 1.25rem;
  }

  .md\:pt-25{
    padding-top: 1.5625rem;
  }

  .md\:pr-25{
    padding-right: 1.5625rem;
  }

  .md\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .md\:pl-25{
    padding-left: 1.5625rem;
  }

  .md\:pt-30{
    padding-top: 1.875rem;
  }

  .md\:pr-30{
    padding-right: 1.875rem;
  }

  .md\:pb-30{
    padding-bottom: 1.875rem;
  }

  .md\:pl-30{
    padding-left: 1.875rem;
  }

  .md\:pt-35{
    padding-top: 2.1875rem;
  }

  .md\:pr-35{
    padding-right: 2.1875rem;
  }

  .md\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .md\:pl-35{
    padding-left: 2.1875rem;
  }

  .md\:pt-40{
    padding-top: 2.5rem;
  }

  .md\:pr-40{
    padding-right: 2.5rem;
  }

  .md\:pb-40{
    padding-bottom: 2.5rem;
  }

  .md\:pl-40{
    padding-left: 2.5rem;
  }

  .md\:pt-45{
    padding-top: 2.8125rem;
  }

  .md\:pr-45{
    padding-right: 2.8125rem;
  }

  .md\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .md\:pl-45{
    padding-left: 2.8125rem;
  }

  .md\:pt-50{
    padding-top: 3.125rem;
  }

  .md\:pr-50{
    padding-right: 3.125rem;
  }

  .md\:pb-50{
    padding-bottom: 3.125rem;
  }

  .md\:pl-50{
    padding-left: 3.125rem;
  }

  .md\:pt-60{
    padding-top: 3.75rem;
  }

  .md\:pr-60{
    padding-right: 3.75rem;
  }

  .md\:pb-60{
    padding-bottom: 3.75rem;
  }

  .md\:pl-60{
    padding-left: 3.75rem;
  }

  .md\:pt-75{
    padding-top: 4.6875rem;
  }

  .md\:pr-75{
    padding-right: 4.6875rem;
  }

  .md\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .md\:pl-75{
    padding-left: 4.6875rem;
  }

  .md\:pt-100{
    padding-top: 6.25rem;
  }

  .md\:pr-100{
    padding-right: 6.25rem;
  }

  .md\:pb-100{
    padding-bottom: 6.25rem;
  }

  .md\:pl-100{
    padding-left: 6.25rem;
  }

  .md\:pt-125{
    padding-top: 7.8125rem;
  }

  .md\:pr-125{
    padding-right: 7.8125rem;
  }

  .md\:pb-125{
    padding-bottom: 7.8125rem;
  }

  .md\:pl-125{
    padding-left: 7.8125rem;
  }

  .md\:pt-150{
    padding-top: 9.375rem;
  }

  .md\:pr-150{
    padding-right: 9.375rem;
  }

  .md\:pb-150{
    padding-bottom: 9.375rem;
  }

  .md\:pl-150{
    padding-left: 9.375rem;
  }

  .md\:pt-200{
    padding-top: 12.5rem;
  }

  .md\:pr-200{
    padding-right: 12.5rem;
  }

  .md\:pb-200{
    padding-bottom: 12.5rem;
  }

  .md\:pl-200{
    padding-left: 12.5rem;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-maroon-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-100::placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-400::placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-500::placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon-600::placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-maroon::placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-150::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-150::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-150::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-150::placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:placeholder-gray::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-gray::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-gray::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-gray::placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:placeholder-green::placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:placeholder-gold-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gold-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gold-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gold-600::placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-gold::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-gold::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-gold::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-gold::placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:placeholder-turquoise::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-turquoise::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-turquoise::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-turquoise::placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-maroon-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-maroon:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-150:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gold:focus::placeholder{
    --placeholder-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-turquoise:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-turquoise:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-turquoise:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-turquoise:focus::placeholder{
    --placeholder-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::placeholder{
    --placeholder-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-10::-webkit-input-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:placeholder-opacity-10::-ms-input-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:placeholder-opacity-10::placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:placeholder-opacity-20::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:placeholder-opacity-20::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:placeholder-opacity-20::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:placeholder-opacity-30::-webkit-input-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:placeholder-opacity-30::-ms-input-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:placeholder-opacity-40::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:placeholder-opacity-40::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:placeholder-opacity-60::-webkit-input-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:placeholder-opacity-60::-ms-input-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:placeholder-opacity-60::placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:placeholder-opacity-70::-webkit-input-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:placeholder-opacity-70::-ms-input-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:placeholder-opacity-70::placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:placeholder-opacity-90::-webkit-input-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:placeholder-opacity-90::-ms-input-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:placeholder-opacity-90::placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --placeholder-opacity: 0.1px;
  }

  .md\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .md\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3px;
  }

  .md\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5px;
  }

  .md\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --placeholder-opacity: 0.6px;
  }

  .md\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --placeholder-opacity: 0.7px;
  }

  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.8px;
  }

  .md\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --placeholder-opacity: 0.9px;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1px;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:fill-transparent{
    fill: transparent;
  }

  .md\:fill-maroon-100{
    fill: #F2E5EB;
  }

  .md\:fill-maroon-400{
    fill: #c17f9f;
  }

  .md\:fill-maroon-500{
    fill: #ae095e;
  }

  .md\:fill-maroon-600{
    fill: #60002E;
  }

  .md\:fill-maroon{
    fill: #83003f;
  }

  .md\:fill-orange-100{
    fill: #fde2ce;
  }

  .md\:fill-orange-400{
    fill: #f3bb90;
  }

  .md\:fill-orange-700{
    fill: #e1670b;
  }

  .md\:fill-orange-800{
    fill: #CB6212;
  }

  .md\:fill-orange-900{
    fill: #c45400;
  }

  .md\:fill-orange{
    fill: #e87722;
  }

  .md\:fill-blue-100{
    fill: #d6e0f5;
  }

  .md\:fill-blue-400{
    fill: #8f9ebd;
  }

  .md\:fill-blue-700{
    fill: #0e275c;
  }

  .md\:fill-blue-800{
    fill: #0A2151;
  }

  .md\:fill-blue{
    fill: #1f3d7b;
  }

  .md\:fill-gray-100{
    fill: #f6f6f6;
  }

  .md\:fill-gray-150{
    fill: #F2F2F2;
  }

  .md\:fill-gray-200{
    fill: #e2e2e3;
  }

  .md\:fill-gray-300{
    fill: #c3c3c3;
  }

  .md\:fill-gray-400{
    fill: #b6b6b8;
  }

  .md\:fill-gray-600{
    fill: #3F4042;
  }

  .md\:fill-gray-700{
    fill: #363738;
  }

  .md\:fill-gray{
    fill: #6d6e71;
  }

  .md\:fill-green-700{
    fill: #107233;
  }

  .md\:fill-green{
    fill: #1f7b40;
  }

  .md\:fill-gold-600{
    fill: #918259;
  }

  .md\:fill-gold{
    fill: #A99A6F;
  }

  .md\:fill-yellow-600{
    fill: #DBBE71;
  }

  .md\:fill-yellow{
    fill: #EDD085;
  }

  .md\:fill-turquoise{
    fill: #00C8FF;
  }

  .md\:fill-purple{
    fill: #654F90;
  }

  .md\:fill-black{
    fill: #202122;
  }

  .md\:fill-white{
    fill: #ffffff;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

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

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-maroon-100{
    --text-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--text-opacity));
  }

  .md\:text-maroon-400{
    --text-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--text-opacity));
  }

  .md\:text-maroon-500{
    --text-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--text-opacity));
  }

  .md\:text-maroon-600{
    --text-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--text-opacity));
  }

  .md\:text-maroon{
    --text-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--text-opacity));
  }

  .md\:text-orange-100{
    --text-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--text-opacity));
  }

  .md\:text-orange-400{
    --text-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--text-opacity));
  }

  .md\:text-orange-700{
    --text-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--text-opacity));
  }

  .md\:text-orange-800{
    --text-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--text-opacity));
  }

  .md\:text-orange-900{
    --text-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--text-opacity));
  }

  .md\:text-orange{
    --text-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--text-opacity));
  }

  .md\:text-blue-100{
    --text-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--text-opacity));
  }

  .md\:text-blue-400{
    --text-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--text-opacity));
  }

  .md\:text-blue-700{
    --text-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--text-opacity));
  }

  .md\:text-blue-800{
    --text-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--text-opacity));
  }

  .md\:text-blue{
    --text-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--text-opacity));
  }

  .md\:text-gray-100{
    --text-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--text-opacity));
  }

  .md\:text-gray-150{
    --text-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:text-gray-200{
    --text-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--text-opacity));
  }

  .md\:text-gray-300{
    --text-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--text-opacity));
  }

  .md\:text-gray-400{
    --text-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--text-opacity));
  }

  .md\:text-gray-600{
    --text-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--text-opacity));
  }

  .md\:text-gray-700{
    --text-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--text-opacity));
  }

  .md\:text-gray{
    --text-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--text-opacity));
  }

  .md\:text-green-700{
    --text-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--text-opacity));
  }

  .md\:text-green{
    --text-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--text-opacity));
  }

  .md\:text-gold-600{
    --text-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--text-opacity));
  }

  .md\:text-gold{
    --text-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--text-opacity));
  }

  .md\:text-yellow-600{
    --text-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--text-opacity));
  }

  .md\:text-yellow{
    --text-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--text-opacity));
  }

  .md\:text-turquoise{
    --text-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--text-opacity));
  }

  .md\:text-purple{
    --text-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--text-opacity));
  }

  .md\:text-black{
    --text-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--text-opacity));
  }

  .md\:text-white{
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-maroon-100:hover{
    --text-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--text-opacity));
  }

  .md\:hover\:text-maroon-400:hover{
    --text-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--text-opacity));
  }

  .md\:hover\:text-maroon-500:hover{
    --text-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--text-opacity));
  }

  .md\:hover\:text-maroon-600:hover{
    --text-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--text-opacity));
  }

  .md\:hover\:text-maroon:hover{
    --text-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--text-opacity));
  }

  .md\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--text-opacity));
  }

  .md\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--text-opacity));
  }

  .md\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--text-opacity));
  }

  .md\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--text-opacity));
  }

  .md\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--text-opacity));
  }

  .md\:hover\:text-orange:hover{
    --text-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--text-opacity));
  }

  .md\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--text-opacity));
  }

  .md\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--text-opacity));
  }

  .md\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--text-opacity));
  }

  .md\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--text-opacity));
  }

  .md\:hover\:text-blue:hover{
    --text-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--text-opacity));
  }

  .md\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--text-opacity));
  }

  .md\:hover\:text-gray-150:hover{
    --text-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--text-opacity));
  }

  .md\:hover\:text-gray:hover{
    --text-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--text-opacity));
  }

  .md\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--text-opacity));
  }

  .md\:hover\:text-green:hover{
    --text-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--text-opacity));
  }

  .md\:hover\:text-gold-600:hover{
    --text-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--text-opacity));
  }

  .md\:hover\:text-gold:hover{
    --text-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--text-opacity));
  }

  .md\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--text-opacity));
  }

  .md\:hover\:text-yellow:hover{
    --text-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--text-opacity));
  }

  .md\:hover\:text-turquoise:hover{
    --text-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--text-opacity));
  }

  .md\:hover\:text-purple:hover{
    --text-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--text-opacity));
  }

  .md\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--text-opacity));
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-maroon-100:focus{
    --text-opacity: 1;
    color: #F2E5EB;
    color: rgba(242, 229, 235, var(--text-opacity));
  }

  .md\:focus\:text-maroon-400:focus{
    --text-opacity: 1;
    color: #c17f9f;
    color: rgba(193, 127, 159, var(--text-opacity));
  }

  .md\:focus\:text-maroon-500:focus{
    --text-opacity: 1;
    color: #ae095e;
    color: rgba(174, 9, 94, var(--text-opacity));
  }

  .md\:focus\:text-maroon-600:focus{
    --text-opacity: 1;
    color: #60002E;
    color: rgba(96, 0, 46, var(--text-opacity));
  }

  .md\:focus\:text-maroon:focus{
    --text-opacity: 1;
    color: #83003f;
    color: rgba(131, 0, 63, var(--text-opacity));
  }

  .md\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fde2ce;
    color: rgba(253, 226, 206, var(--text-opacity));
  }

  .md\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f3bb90;
    color: rgba(243, 187, 144, var(--text-opacity));
  }

  .md\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #e1670b;
    color: rgba(225, 103, 11, var(--text-opacity));
  }

  .md\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #CB6212;
    color: rgba(203, 98, 18, var(--text-opacity));
  }

  .md\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #c45400;
    color: rgba(196, 84, 0, var(--text-opacity));
  }

  .md\:focus\:text-orange:focus{
    --text-opacity: 1;
    color: #e87722;
    color: rgba(232, 119, 34, var(--text-opacity));
  }

  .md\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #d6e0f5;
    color: rgba(214, 224, 245, var(--text-opacity));
  }

  .md\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #8f9ebd;
    color: rgba(143, 158, 189, var(--text-opacity));
  }

  .md\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #0e275c;
    color: rgba(14, 39, 92, var(--text-opacity));
  }

  .md\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #0A2151;
    color: rgba(10, 33, 81, var(--text-opacity));
  }

  .md\:focus\:text-blue:focus{
    --text-opacity: 1;
    color: #1f3d7b;
    color: rgba(31, 61, 123, var(--text-opacity));
  }

  .md\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f6f6f6;
    color: rgba(246, 246, 246, var(--text-opacity));
  }

  .md\:focus\:text-gray-150:focus{
    --text-opacity: 1;
    color: #F2F2F2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #e2e2e3;
    color: rgba(226, 226, 227, var(--text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #c3c3c3;
    color: rgba(195, 195, 195, var(--text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #b6b6b8;
    color: rgba(182, 182, 184, var(--text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #3F4042;
    color: rgba(63, 64, 66, var(--text-opacity));
  }

  .md\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #363738;
    color: rgba(54, 55, 56, var(--text-opacity));
  }

  .md\:focus\:text-gray:focus{
    --text-opacity: 1;
    color: #6d6e71;
    color: rgba(109, 110, 113, var(--text-opacity));
  }

  .md\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #107233;
    color: rgba(16, 114, 51, var(--text-opacity));
  }

  .md\:focus\:text-green:focus{
    --text-opacity: 1;
    color: #1f7b40;
    color: rgba(31, 123, 64, var(--text-opacity));
  }

  .md\:focus\:text-gold-600:focus{
    --text-opacity: 1;
    color: #918259;
    color: rgba(145, 130, 89, var(--text-opacity));
  }

  .md\:focus\:text-gold:focus{
    --text-opacity: 1;
    color: #A99A6F;
    color: rgba(169, 154, 111, var(--text-opacity));
  }

  .md\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #DBBE71;
    color: rgba(219, 190, 113, var(--text-opacity));
  }

  .md\:focus\:text-yellow:focus{
    --text-opacity: 1;
    color: #EDD085;
    color: rgba(237, 208, 133, var(--text-opacity));
  }

  .md\:focus\:text-turquoise:focus{
    --text-opacity: 1;
    color: #00C8FF;
    color: rgba(0, 200, 255, var(--text-opacity));
  }

  .md\:focus\:text-purple:focus{
    --text-opacity: 1;
    color: #654F90;
    color: rgba(101, 79, 144, var(--text-opacity));
  }

  .md\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #202122;
    color: rgba(32, 33, 34, var(--text-opacity));
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-opacity-0{
    --text-opacity: 0;
  }

  .md\:text-opacity-10{
    --text-opacity: 0.1px;
  }

  .md\:text-opacity-20{
    --text-opacity: 0.2px;
  }

  .md\:text-opacity-30{
    --text-opacity: 0.3px;
  }

  .md\:text-opacity-40{
    --text-opacity: 0.4px;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5px;
  }

  .md\:text-opacity-60{
    --text-opacity: 0.6px;
  }

  .md\:text-opacity-70{
    --text-opacity: 0.7px;
  }

  .md\:text-opacity-80{
    --text-opacity: 0.8px;
  }

  .md\:text-opacity-90{
    --text-opacity: 0.9px;
  }

  .md\:text-opacity-100{
    --text-opacity: 1px;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-10:hover{
    --text-opacity: 0.1px;
  }

  .md\:hover\:text-opacity-20:hover{
    --text-opacity: 0.2px;
  }

  .md\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3px;
  }

  .md\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4px;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5px;
  }

  .md\:hover\:text-opacity-60:hover{
    --text-opacity: 0.6px;
  }

  .md\:hover\:text-opacity-70:hover{
    --text-opacity: 0.7px;
  }

  .md\:hover\:text-opacity-80:hover{
    --text-opacity: 0.8px;
  }

  .md\:hover\:text-opacity-90:hover{
    --text-opacity: 0.9px;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1px;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-10:focus{
    --text-opacity: 0.1px;
  }

  .md\:focus\:text-opacity-20:focus{
    --text-opacity: 0.2px;
  }

  .md\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3px;
  }

  .md\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4px;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5px;
  }

  .md\:focus\:text-opacity-60:focus{
    --text-opacity: 0.6px;
  }

  .md\:focus\:text-opacity-70:focus{
    --text-opacity: 0.7px;
  }

  .md\:focus\:text-opacity-80:focus{
    --text-opacity: 0.8px;
  }

  .md\:focus\:text-opacity-90:focus{
    --text-opacity: 0.9px;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1px;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

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

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0{
    width: 0rem;
  }

  .md\:w-1{
    width: 0.0625rem;
  }

  .md\:w-2{
    width: 0.125rem;
  }

  .md\:w-3{
    width: 0.1875rem;
  }

  .md\:w-4{
    width: 0.25rem;
  }

  .md\:w-5{
    width: 0.3125rem;
  }

  .md\:w-6{
    width: 0.375rem;
  }

  .md\:w-8{
    width: 0.5rem;
  }

  .md\:w-10{
    width: 0.625rem;
  }

  .md\:w-15{
    width: 0.9375rem;
  }

  .md\:w-20{
    width: 1.25rem;
  }

  .md\:w-25{
    width: 1.5625rem;
  }

  .md\:w-30{
    width: 1.875rem;
  }

  .md\:w-35{
    width: 2.1875rem;
  }

  .md\:w-40{
    width: 2.5rem;
  }

  .md\:w-45{
    width: 2.8125rem;
  }

  .md\:w-50{
    width: 3.125rem;
  }

  .md\:w-60{
    width: 3.75rem;
  }

  .md\:w-70{
    width: 4.375rem;
  }

  .md\:w-75{
    width: 4.6875rem;
  }

  .md\:w-80{
    width: 5rem;
  }

  .md\:w-90{
    width: 5.625rem;
  }

  .md\:w-100{
    width: 6.25rem;
  }

  .md\:w-110{
    width: 6.875rem;
  }

  .md\:w-120{
    width: 7.5rem;
  }

  .md\:w-125{
    width: 7.8125rem;
  }

  .md\:w-130{
    width: 8.125rem;
  }

  .md\:w-140{
    width: 8.75rem;
  }

  .md\:w-150{
    width: 9.375rem;
  }

  .md\:w-160{
    width: 10rem;
  }

  .md\:w-170{
    width: 10.625rem;
  }

  .md\:w-180{
    width: 11.25rem;
  }

  .md\:w-190{
    width: 11.875rem;
  }

  .md\:w-200{
    width: 12.5rem;
  }

  .md\:w-250{
    width: 15.625rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-8th{
    width: 12.5%;
  }

  .md\:w-4th{
    width: 25%;
  }

  .md\:w-3rd{
    width: 33.3%;
  }

  .md\:w-half{
    width: 50%;
  }

  .md\:w-2-3rds{
    width: 66.6%;
  }

  .md\:w-3-4ths{
    width: 75%;
  }

  .md\:w-7-8ths{
    width: 87.5%;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:gap-0{
    grid-gap: 0rem;
    gap: 0rem;
  }

  .md\:gap-1{
    grid-gap: 0.0625rem;
    gap: 0.0625rem;
  }

  .md\:gap-2{
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .md\:gap-3{
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
  }

  .md\:gap-4{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-5{
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }

  .md\:gap-6{
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .md\:gap-8{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-10{
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .md\:gap-15{
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }

  .md\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-25{
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }

  .md\:gap-30{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .md\:gap-35{
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }

  .md\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-45{
    grid-gap: 2.8125rem;
    gap: 2.8125rem;
  }

  .md\:gap-50{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .md\:gap-60{
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:gap-75{
    grid-gap: 4.6875rem;
    gap: 4.6875rem;
  }

  .md\:gap-100{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .md\:gap-125{
    grid-gap: 7.8125rem;
    gap: 7.8125rem;
  }

  .md\:gap-150{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .md\:gap-200{
    grid-gap: 12.5rem;
    gap: 12.5rem;
  }

  .md\:col-gap-0{
    grid-column-gap: 0rem;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .md\:col-gap-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:col-gap-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .md\:col-gap-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .md\:col-gap-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:col-gap-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .md\:col-gap-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .md\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:col-gap-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .md\:col-gap-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .md\:col-gap-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .md\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:col-gap-45{
    grid-column-gap: 2.8125rem;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .md\:col-gap-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .md\:col-gap-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .md\:col-gap-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .md\:col-gap-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .md\:col-gap-125{
    grid-column-gap: 7.8125rem;
    -webkit-column-gap: 7.8125rem;
       -moz-column-gap: 7.8125rem;
            column-gap: 7.8125rem;
  }

  .md\:col-gap-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .md\:col-gap-200{
    grid-column-gap: 12.5rem;
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }

  .md\:gap-x-0{
    grid-column-gap: 0rem;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .md\:gap-x-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .md\:gap-x-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .md\:gap-x-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:gap-x-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .md\:gap-x-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .md\:gap-x-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:gap-x-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .md\:gap-x-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .md\:gap-x-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:gap-x-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .md\:gap-x-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .md\:gap-x-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .md\:gap-x-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:gap-x-45{
    grid-column-gap: 2.8125rem;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .md\:gap-x-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .md\:gap-x-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .md\:gap-x-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .md\:gap-x-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .md\:gap-x-125{
    grid-column-gap: 7.8125rem;
    -webkit-column-gap: 7.8125rem;
       -moz-column-gap: 7.8125rem;
            column-gap: 7.8125rem;
  }

  .md\:gap-x-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .md\:gap-x-200{
    grid-column-gap: 12.5rem;
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }

  .md\:row-gap-0{
    grid-row-gap: 0rem;
    row-gap: 0rem;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .md\:row-gap-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .md\:row-gap-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .md\:row-gap-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:row-gap-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .md\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .md\:row-gap-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .md\:row-gap-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .md\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-45{
    grid-row-gap: 2.8125rem;
    row-gap: 2.8125rem;
  }

  .md\:row-gap-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .md\:row-gap-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:row-gap-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .md\:row-gap-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .md\:row-gap-125{
    grid-row-gap: 7.8125rem;
    row-gap: 7.8125rem;
  }

  .md\:row-gap-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .md\:row-gap-200{
    grid-row-gap: 12.5rem;
    row-gap: 12.5rem;
  }

  .md\:gap-y-0{
    grid-row-gap: 0rem;
    row-gap: 0rem;
  }

  .md\:gap-y-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .md\:gap-y-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .md\:gap-y-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .md\:gap-y-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .md\:gap-y-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .md\:gap-y-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:gap-y-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .md\:gap-y-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:gap-y-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .md\:gap-y-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .md\:gap-y-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .md\:gap-y-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:gap-y-45{
    grid-row-gap: 2.8125rem;
    row-gap: 2.8125rem;
  }

  .md\:gap-y-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .md\:gap-y-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:gap-y-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .md\:gap-y-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .md\:gap-y-125{
    grid-row-gap: 7.8125rem;
    row-gap: 7.8125rem;
  }

  .md\:gap-y-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .md\:gap-y-200{
    grid-row-gap: 12.5rem;
    row-gap: 12.5rem;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full{
    grid-row: 1 / -1;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .md\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .md\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .md\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .md\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .md\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0{
    --transform-rotate: 0;
  }

  .md\:rotate-1{
    --transform-rotate: 1deg;
  }

  .md\:rotate-2{
    --transform-rotate: 2deg;
  }

  .md\:rotate-3{
    --transform-rotate: 3deg;
  }

  .md\:rotate-6{
    --transform-rotate: 6deg;
  }

  .md\:rotate-12{
    --transform-rotate: 12deg;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .md\:-rotate-12{
    --transform-rotate: -12deg;
  }

  .md\:-rotate-6{
    --transform-rotate: -6deg;
  }

  .md\:-rotate-3{
    --transform-rotate: -3deg;
  }

  .md\:-rotate-2{
    --transform-rotate: -2deg;
  }

  .md\:-rotate-1{
    --transform-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-1:hover{
    --transform-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover{
    --transform-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover{
    --transform-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover{
    --transform-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover{
    --transform-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-1:focus{
    --transform-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus{
    --transform-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus{
    --transform-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus{
    --transform-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus{
    --transform-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0rem;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.0625rem;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.125rem;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.1875rem;
  }

  .md\:translate-x-4{
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-5{
    --transform-translate-x: 0.3125rem;
  }

  .md\:translate-x-6{
    --transform-translate-x: 0.375rem;
  }

  .md\:translate-x-8{
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-10{
    --transform-translate-x: 0.625rem;
  }

  .md\:translate-x-15{
    --transform-translate-x: 0.9375rem;
  }

  .md\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-25{
    --transform-translate-x: 1.5625rem;
  }

  .md\:translate-x-30{
    --transform-translate-x: 1.875rem;
  }

  .md\:translate-x-35{
    --transform-translate-x: 2.1875rem;
  }

  .md\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-45{
    --transform-translate-x: 2.8125rem;
  }

  .md\:translate-x-50{
    --transform-translate-x: 3.125rem;
  }

  .md\:translate-x-60{
    --transform-translate-x: 3.75rem;
  }

  .md\:translate-x-75{
    --transform-translate-x: 4.6875rem;
  }

  .md\:translate-x-100{
    --transform-translate-x: 6.25rem;
  }

  .md\:translate-x-125{
    --transform-translate-x: 7.8125rem;
  }

  .md\:translate-x-150{
    --transform-translate-x: 9.375rem;
  }

  .md\:translate-x-200{
    --transform-translate-x: 12.5rem;
  }

  .md\:-translate-x-0{
    --transform-translate-x: 0rem;
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.0625rem;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.125rem;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.1875rem;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -0.3125rem;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -0.375rem;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -0.625rem;
  }

  .md\:-translate-x-15{
    --transform-translate-x: -0.9375rem;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-25{
    --transform-translate-x: -1.5625rem;
  }

  .md\:-translate-x-30{
    --transform-translate-x: -1.875rem;
  }

  .md\:-translate-x-35{
    --transform-translate-x: -2.1875rem;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-45{
    --transform-translate-x: -2.8125rem;
  }

  .md\:-translate-x-50{
    --transform-translate-x: -3.125rem;
  }

  .md\:-translate-x-60{
    --transform-translate-x: -3.75rem;
  }

  .md\:-translate-x-75{
    --transform-translate-x: -4.6875rem;
  }

  .md\:-translate-x-100{
    --transform-translate-x: -6.25rem;
  }

  .md\:-translate-x-125{
    --transform-translate-x: -7.8125rem;
  }

  .md\:-translate-x-150{
    --transform-translate-x: -9.375rem;
  }

  .md\:-translate-x-200{
    --transform-translate-x: -12.5rem;
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0rem;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.0625rem;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.125rem;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.1875rem;
  }

  .md\:translate-y-4{
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-5{
    --transform-translate-y: 0.3125rem;
  }

  .md\:translate-y-6{
    --transform-translate-y: 0.375rem;
  }

  .md\:translate-y-8{
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-10{
    --transform-translate-y: 0.625rem;
  }

  .md\:translate-y-15{
    --transform-translate-y: 0.9375rem;
  }

  .md\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-25{
    --transform-translate-y: 1.5625rem;
  }

  .md\:translate-y-30{
    --transform-translate-y: 1.875rem;
  }

  .md\:translate-y-35{
    --transform-translate-y: 2.1875rem;
  }

  .md\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-45{
    --transform-translate-y: 2.8125rem;
  }

  .md\:translate-y-50{
    --transform-translate-y: 3.125rem;
  }

  .md\:translate-y-60{
    --transform-translate-y: 3.75rem;
  }

  .md\:translate-y-75{
    --transform-translate-y: 4.6875rem;
  }

  .md\:translate-y-100{
    --transform-translate-y: 6.25rem;
  }

  .md\:translate-y-125{
    --transform-translate-y: 7.8125rem;
  }

  .md\:translate-y-150{
    --transform-translate-y: 9.375rem;
  }

  .md\:translate-y-200{
    --transform-translate-y: 12.5rem;
  }

  .md\:-translate-y-0{
    --transform-translate-y: 0rem;
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.0625rem;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.125rem;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.1875rem;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -0.3125rem;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -0.375rem;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -0.625rem;
  }

  .md\:-translate-y-15{
    --transform-translate-y: -0.9375rem;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-25{
    --transform-translate-y: -1.5625rem;
  }

  .md\:-translate-y-30{
    --transform-translate-y: -1.875rem;
  }

  .md\:-translate-y-35{
    --transform-translate-y: -2.1875rem;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-45{
    --transform-translate-y: -2.8125rem;
  }

  .md\:-translate-y-50{
    --transform-translate-y: -3.125rem;
  }

  .md\:-translate-y-60{
    --transform-translate-y: -3.75rem;
  }

  .md\:-translate-y-75{
    --transform-translate-y: -4.6875rem;
  }

  .md\:-translate-y-100{
    --transform-translate-y: -6.25rem;
  }

  .md\:-translate-y-125{
    --transform-translate-y: -7.8125rem;
  }

  .md\:-translate-y-150{
    --transform-translate-y: -9.375rem;
  }

  .md\:-translate-y-200{
    --transform-translate-y: -12.5rem;
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0rem;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.0625rem;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.1875rem;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 0.3125rem;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-15:hover{
    --transform-translate-x: 0.9375rem;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-25:hover{
    --transform-translate-x: 1.5625rem;
  }

  .md\:hover\:translate-x-30:hover{
    --transform-translate-x: 1.875rem;
  }

  .md\:hover\:translate-x-35:hover{
    --transform-translate-x: 2.1875rem;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-45:hover{
    --transform-translate-x: 2.8125rem;
  }

  .md\:hover\:translate-x-50:hover{
    --transform-translate-x: 3.125rem;
  }

  .md\:hover\:translate-x-60:hover{
    --transform-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-75:hover{
    --transform-translate-x: 4.6875rem;
  }

  .md\:hover\:translate-x-100:hover{
    --transform-translate-x: 6.25rem;
  }

  .md\:hover\:translate-x-125:hover{
    --transform-translate-x: 7.8125rem;
  }

  .md\:hover\:translate-x-150:hover{
    --transform-translate-x: 9.375rem;
  }

  .md\:hover\:translate-x-200:hover{
    --transform-translate-x: 12.5rem;
  }

  .md\:hover\:-translate-x-0:hover{
    --transform-translate-x: 0rem;
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.0625rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.1875rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -0.3125rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-15:hover{
    --transform-translate-x: -0.9375rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-25:hover{
    --transform-translate-x: -1.5625rem;
  }

  .md\:hover\:-translate-x-30:hover{
    --transform-translate-x: -1.875rem;
  }

  .md\:hover\:-translate-x-35:hover{
    --transform-translate-x: -2.1875rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-45:hover{
    --transform-translate-x: -2.8125rem;
  }

  .md\:hover\:-translate-x-50:hover{
    --transform-translate-x: -3.125rem;
  }

  .md\:hover\:-translate-x-60:hover{
    --transform-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-75:hover{
    --transform-translate-x: -4.6875rem;
  }

  .md\:hover\:-translate-x-100:hover{
    --transform-translate-x: -6.25rem;
  }

  .md\:hover\:-translate-x-125:hover{
    --transform-translate-x: -7.8125rem;
  }

  .md\:hover\:-translate-x-150:hover{
    --transform-translate-x: -9.375rem;
  }

  .md\:hover\:-translate-x-200:hover{
    --transform-translate-x: -12.5rem;
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0rem;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.0625rem;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.1875rem;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 0.3125rem;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-15:hover{
    --transform-translate-y: 0.9375rem;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-25:hover{
    --transform-translate-y: 1.5625rem;
  }

  .md\:hover\:translate-y-30:hover{
    --transform-translate-y: 1.875rem;
  }

  .md\:hover\:translate-y-35:hover{
    --transform-translate-y: 2.1875rem;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-45:hover{
    --transform-translate-y: 2.8125rem;
  }

  .md\:hover\:translate-y-50:hover{
    --transform-translate-y: 3.125rem;
  }

  .md\:hover\:translate-y-60:hover{
    --transform-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-75:hover{
    --transform-translate-y: 4.6875rem;
  }

  .md\:hover\:translate-y-100:hover{
    --transform-translate-y: 6.25rem;
  }

  .md\:hover\:translate-y-125:hover{
    --transform-translate-y: 7.8125rem;
  }

  .md\:hover\:translate-y-150:hover{
    --transform-translate-y: 9.375rem;
  }

  .md\:hover\:translate-y-200:hover{
    --transform-translate-y: 12.5rem;
  }

  .md\:hover\:-translate-y-0:hover{
    --transform-translate-y: 0rem;
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.0625rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.1875rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -0.3125rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-15:hover{
    --transform-translate-y: -0.9375rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-25:hover{
    --transform-translate-y: -1.5625rem;
  }

  .md\:hover\:-translate-y-30:hover{
    --transform-translate-y: -1.875rem;
  }

  .md\:hover\:-translate-y-35:hover{
    --transform-translate-y: -2.1875rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-45:hover{
    --transform-translate-y: -2.8125rem;
  }

  .md\:hover\:-translate-y-50:hover{
    --transform-translate-y: -3.125rem;
  }

  .md\:hover\:-translate-y-60:hover{
    --transform-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-75:hover{
    --transform-translate-y: -4.6875rem;
  }

  .md\:hover\:-translate-y-100:hover{
    --transform-translate-y: -6.25rem;
  }

  .md\:hover\:-translate-y-125:hover{
    --transform-translate-y: -7.8125rem;
  }

  .md\:hover\:-translate-y-150:hover{
    --transform-translate-y: -9.375rem;
  }

  .md\:hover\:-translate-y-200:hover{
    --transform-translate-y: -12.5rem;
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0rem;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.0625rem;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.1875rem;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 0.3125rem;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-15:focus{
    --transform-translate-x: 0.9375rem;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-25:focus{
    --transform-translate-x: 1.5625rem;
  }

  .md\:focus\:translate-x-30:focus{
    --transform-translate-x: 1.875rem;
  }

  .md\:focus\:translate-x-35:focus{
    --transform-translate-x: 2.1875rem;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-45:focus{
    --transform-translate-x: 2.8125rem;
  }

  .md\:focus\:translate-x-50:focus{
    --transform-translate-x: 3.125rem;
  }

  .md\:focus\:translate-x-60:focus{
    --transform-translate-x: 3.75rem;
  }

  .md\:focus\:translate-x-75:focus{
    --transform-translate-x: 4.6875rem;
  }

  .md\:focus\:translate-x-100:focus{
    --transform-translate-x: 6.25rem;
  }

  .md\:focus\:translate-x-125:focus{
    --transform-translate-x: 7.8125rem;
  }

  .md\:focus\:translate-x-150:focus{
    --transform-translate-x: 9.375rem;
  }

  .md\:focus\:translate-x-200:focus{
    --transform-translate-x: 12.5rem;
  }

  .md\:focus\:-translate-x-0:focus{
    --transform-translate-x: 0rem;
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.0625rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.1875rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -0.3125rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-15:focus{
    --transform-translate-x: -0.9375rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-25:focus{
    --transform-translate-x: -1.5625rem;
  }

  .md\:focus\:-translate-x-30:focus{
    --transform-translate-x: -1.875rem;
  }

  .md\:focus\:-translate-x-35:focus{
    --transform-translate-x: -2.1875rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-45:focus{
    --transform-translate-x: -2.8125rem;
  }

  .md\:focus\:-translate-x-50:focus{
    --transform-translate-x: -3.125rem;
  }

  .md\:focus\:-translate-x-60:focus{
    --transform-translate-x: -3.75rem;
  }

  .md\:focus\:-translate-x-75:focus{
    --transform-translate-x: -4.6875rem;
  }

  .md\:focus\:-translate-x-100:focus{
    --transform-translate-x: -6.25rem;
  }

  .md\:focus\:-translate-x-125:focus{
    --transform-translate-x: -7.8125rem;
  }

  .md\:focus\:-translate-x-150:focus{
    --transform-translate-x: -9.375rem;
  }

  .md\:focus\:-translate-x-200:focus{
    --transform-translate-x: -12.5rem;
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0rem;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.0625rem;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.1875rem;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 0.3125rem;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-15:focus{
    --transform-translate-y: 0.9375rem;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-25:focus{
    --transform-translate-y: 1.5625rem;
  }

  .md\:focus\:translate-y-30:focus{
    --transform-translate-y: 1.875rem;
  }

  .md\:focus\:translate-y-35:focus{
    --transform-translate-y: 2.1875rem;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-45:focus{
    --transform-translate-y: 2.8125rem;
  }

  .md\:focus\:translate-y-50:focus{
    --transform-translate-y: 3.125rem;
  }

  .md\:focus\:translate-y-60:focus{
    --transform-translate-y: 3.75rem;
  }

  .md\:focus\:translate-y-75:focus{
    --transform-translate-y: 4.6875rem;
  }

  .md\:focus\:translate-y-100:focus{
    --transform-translate-y: 6.25rem;
  }

  .md\:focus\:translate-y-125:focus{
    --transform-translate-y: 7.8125rem;
  }

  .md\:focus\:translate-y-150:focus{
    --transform-translate-y: 9.375rem;
  }

  .md\:focus\:translate-y-200:focus{
    --transform-translate-y: 12.5rem;
  }

  .md\:focus\:-translate-y-0:focus{
    --transform-translate-y: 0rem;
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.0625rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.1875rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -0.3125rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-15:focus{
    --transform-translate-y: -0.9375rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-25:focus{
    --transform-translate-y: -1.5625rem;
  }

  .md\:focus\:-translate-y-30:focus{
    --transform-translate-y: -1.875rem;
  }

  .md\:focus\:-translate-y-35:focus{
    --transform-translate-y: -2.1875rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-45:focus{
    --transform-translate-y: -2.8125rem;
  }

  .md\:focus\:-translate-y-50:focus{
    --transform-translate-y: -3.125rem;
  }

  .md\:focus\:-translate-y-60:focus{
    --transform-translate-y: -3.75rem;
  }

  .md\:focus\:-translate-y-75:focus{
    --transform-translate-y: -4.6875rem;
  }

  .md\:focus\:-translate-y-100:focus{
    --transform-translate-y: -6.25rem;
  }

  .md\:focus\:-translate-y-125:focus{
    --transform-translate-y: -7.8125rem;
  }

  .md\:focus\:-translate-y-150:focus{
    --transform-translate-y: -9.375rem;
  }

  .md\:focus\:-translate-y-200:focus{
    --transform-translate-y: -12.5rem;
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0;
  }

  .md\:skew-x-1{
    --transform-skew-x: 1deg;
  }

  .md\:skew-x-2{
    --transform-skew-x: 2deg;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .md\:-skew-x-2{
    --transform-skew-x: -2deg;
  }

  .md\:-skew-x-1{
    --transform-skew-x: -1deg;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0;
  }

  .md\:skew-y-1{
    --transform-skew-y: 1deg;
  }

  .md\:skew-y-2{
    --transform-skew-y: 2deg;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .md\:-skew-y-2{
    --transform-skew-y: -2deg;
  }

  .md\:-skew-y-1{
    --transform-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg;
  }

  .md\:transition-none{
    -webkit-transition-property: none;
    transition-property: none;
  }

  .md\:transition-all{
    -webkit-transition-property: all;
    transition-property: all;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:w-container{
    width: 800px;
    width: var(--container-max-width);
  }

  .md\:min-w-container{
    min-width: 800px;
    min-width: var(--container-max-width);
  }

  .md\:max-w-container{
    max-width: 800px;
    max-width: var(--container-max-width);
  }

  .md\:px-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .md\:pl-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
  }

  .md\:pr-container{
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .md\:mx-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .md\:ml-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
  }

  .md\:mr-container{
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .md\:-mx-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .md\:-ml-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
  }

  .md\:-mr-container{
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .md\:w-container-sm{
    width: 938px;
  }

  .md\:min-w-container-sm{
    min-width: 938px;
  }

  .md\:max-w-container-sm{
    max-width: 938px;
  }

  .md\:px-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .md\:pl-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
  }

  .md\:pr-container-sm{
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .md\:mx-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .md\:ml-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
  }

  .md\:mr-container-sm{
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .md\:-mx-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .md\:-ml-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
  }

  .md\:-mr-container-sm{
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }
}

@media (min-width: 1024px){

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2px;
  }

  .lg\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4px;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    background-clip: text;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-maroon-100{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .lg\:bg-maroon-400{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .lg\:bg-maroon-500{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .lg\:bg-maroon-600{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .lg\:bg-maroon{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .lg\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .lg\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .lg\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .lg\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .lg\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .lg\:bg-orange{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .lg\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .lg\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .lg\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .lg\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .lg\:bg-blue{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .lg\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .lg\:bg-gray-150{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .lg\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .lg\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .lg\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .lg\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .lg\:bg-gray{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .lg\:bg-green-700{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .lg\:bg-green{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .lg\:bg-gold-600{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .lg\:bg-gold{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .lg\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .lg\:bg-yellow{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .lg\:bg-turquoise{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .lg\:bg-purple{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .lg\:bg-black{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .lg\:bg-white{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-maroon-100:hover{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .lg\:hover\:bg-maroon-400:hover{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .lg\:hover\:bg-maroon-500:hover{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .lg\:hover\:bg-maroon-600:hover{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .lg\:hover\:bg-maroon:hover{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange:hover{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue:hover{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-150:hover{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray:hover{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .lg\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .lg\:hover\:bg-gold-600:hover{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-gold:hover{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow:hover{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .lg\:hover\:bg-turquoise:hover{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple:hover{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-maroon-100:focus{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .lg\:focus\:bg-maroon-400:focus{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .lg\:focus\:bg-maroon-500:focus{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .lg\:focus\:bg-maroon-600:focus{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .lg\:focus\:bg-maroon:focus{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange:focus{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue:focus{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-150:focus{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray:focus{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .lg\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .lg\:focus\:bg-gold-600:focus{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-gold:focus{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow:focus{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .lg\:focus\:bg-turquoise:focus{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple:focus{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .lg\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-10{
    --bg-opacity: 0.1px;
  }

  .lg\:bg-opacity-20{
    --bg-opacity: 0.2px;
  }

  .lg\:bg-opacity-30{
    --bg-opacity: 0.3px;
  }

  .lg\:bg-opacity-40{
    --bg-opacity: 0.4px;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5px;
  }

  .lg\:bg-opacity-60{
    --bg-opacity: 0.6px;
  }

  .lg\:bg-opacity-70{
    --bg-opacity: 0.7px;
  }

  .lg\:bg-opacity-80{
    --bg-opacity: 0.8px;
  }

  .lg\:bg-opacity-90{
    --bg-opacity: 0.9px;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1px;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1px;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2px;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3px;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4px;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5px;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6px;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7px;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8px;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9px;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1px;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1px;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2px;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3px;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4px;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5px;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6px;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7px;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8px;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9px;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1px;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-maroon-100{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .lg\:border-maroon-400{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .lg\:border-maroon-500{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .lg\:border-maroon-600{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .lg\:border-maroon{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .lg\:border-orange-100{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .lg\:border-orange-400{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .lg\:border-orange-700{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .lg\:border-orange-800{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .lg\:border-orange-900{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .lg\:border-orange{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .lg\:border-blue-100{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .lg\:border-blue-400{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .lg\:border-blue-700{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .lg\:border-blue-800{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .lg\:border-blue{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .lg\:border-gray-100{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .lg\:border-gray-150{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:border-gray-200{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .lg\:border-gray-300{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .lg\:border-gray-400{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .lg\:border-gray-600{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .lg\:border-gray-700{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .lg\:border-gray{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .lg\:border-green-700{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .lg\:border-green{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .lg\:border-gold-600{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .lg\:border-gold{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .lg\:border-yellow-600{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .lg\:border-yellow{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .lg\:border-turquoise{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .lg\:border-purple{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .lg\:border-black{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .lg\:border-white{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-maroon-100:hover{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .lg\:hover\:border-maroon-400:hover{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .lg\:hover\:border-maroon-500:hover{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .lg\:hover\:border-maroon-600:hover{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .lg\:hover\:border-maroon:hover{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .lg\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .lg\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .lg\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .lg\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .lg\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .lg\:hover\:border-orange:hover{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .lg\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .lg\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .lg\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .lg\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .lg\:hover\:border-blue:hover{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .lg\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .lg\:hover\:border-gray-150:hover{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .lg\:hover\:border-gray:hover{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .lg\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .lg\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .lg\:hover\:border-gold-600:hover{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .lg\:hover\:border-gold:hover{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .lg\:hover\:border-yellow:hover{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .lg\:hover\:border-turquoise:hover{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .lg\:hover\:border-purple:hover{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .lg\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-maroon-100:focus{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .lg\:focus\:border-maroon-400:focus{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .lg\:focus\:border-maroon-500:focus{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .lg\:focus\:border-maroon-600:focus{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .lg\:focus\:border-maroon:focus{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .lg\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .lg\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .lg\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .lg\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .lg\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .lg\:focus\:border-orange:focus{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .lg\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .lg\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .lg\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .lg\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .lg\:focus\:border-blue:focus{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .lg\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .lg\:focus\:border-gray-150:focus{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .lg\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .lg\:focus\:border-gray:focus{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .lg\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .lg\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .lg\:focus\:border-gold-600:focus{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .lg\:focus\:border-gold:focus{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .lg\:focus\:border-yellow:focus{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .lg\:focus\:border-turquoise:focus{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .lg\:focus\:border-purple:focus{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .lg\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-opacity-0{
    --border-opacity: 0;
  }

  .lg\:border-opacity-10{
    --border-opacity: 0.1px;
  }

  .lg\:border-opacity-20{
    --border-opacity: 0.2px;
  }

  .lg\:border-opacity-30{
    --border-opacity: 0.3px;
  }

  .lg\:border-opacity-40{
    --border-opacity: 0.4px;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5px;
  }

  .lg\:border-opacity-60{
    --border-opacity: 0.6px;
  }

  .lg\:border-opacity-70{
    --border-opacity: 0.7px;
  }

  .lg\:border-opacity-80{
    --border-opacity: 0.8px;
  }

  .lg\:border-opacity-90{
    --border-opacity: 0.9px;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1px;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1px;
  }

  .lg\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2px;
  }

  .lg\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3px;
  }

  .lg\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4px;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5px;
  }

  .lg\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6px;
  }

  .lg\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7px;
  }

  .lg\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8px;
  }

  .lg\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9px;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1px;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1px;
  }

  .lg\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2px;
  }

  .lg\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3px;
  }

  .lg\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4px;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5px;
  }

  .lg\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6px;
  }

  .lg\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7px;
  }

  .lg\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8px;
  }

  .lg\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9px;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0rem;
  }

  .lg\:border-1{
    border-width: 0.0625rem;
  }

  .lg\:border-2{
    border-width: 0.125rem;
  }

  .lg\:border-3{
    border-width: 0.1875rem;
  }

  .lg\:border-4{
    border-width: 0.25rem;
  }

  .lg\:border-5{
    border-width: 0.3125rem;
  }

  .lg\:border-6{
    border-width: 0.375rem;
  }

  .lg\:border-8{
    border-width: 0.5rem;
  }

  .lg\:border-10{
    border-width: 0.625rem;
  }

  .lg\:border-15{
    border-width: 0.9375rem;
  }

  .lg\:border-20{
    border-width: 1.25rem;
  }

  .lg\:border-t-0{
    border-top-width: 0rem;
  }

  .lg\:border-r-0{
    border-right-width: 0rem;
  }

  .lg\:border-b-0{
    border-bottom-width: 0rem;
  }

  .lg\:border-l-0{
    border-left-width: 0rem;
  }

  .lg\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .lg\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .lg\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .lg\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .lg\:border-t-2{
    border-top-width: 0.125rem;
  }

  .lg\:border-r-2{
    border-right-width: 0.125rem;
  }

  .lg\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .lg\:border-l-2{
    border-left-width: 0.125rem;
  }

  .lg\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .lg\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .lg\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .lg\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .lg\:border-t-4{
    border-top-width: 0.25rem;
  }

  .lg\:border-r-4{
    border-right-width: 0.25rem;
  }

  .lg\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .lg\:border-l-4{
    border-left-width: 0.25rem;
  }

  .lg\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .lg\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .lg\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .lg\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .lg\:border-t-6{
    border-top-width: 0.375rem;
  }

  .lg\:border-r-6{
    border-right-width: 0.375rem;
  }

  .lg\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .lg\:border-l-6{
    border-left-width: 0.375rem;
  }

  .lg\:border-t-8{
    border-top-width: 0.5rem;
  }

  .lg\:border-r-8{
    border-right-width: 0.5rem;
  }

  .lg\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .lg\:border-l-8{
    border-left-width: 0.5rem;
  }

  .lg\:border-t-10{
    border-top-width: 0.625rem;
  }

  .lg\:border-r-10{
    border-right-width: 0.625rem;
  }

  .lg\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .lg\:border-l-10{
    border-left-width: 0.625rem;
  }

  .lg\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .lg\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .lg\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .lg\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .lg\:border-t-20{
    border-top-width: 1.25rem;
  }

  .lg\:border-r-20{
    border-right-width: 1.25rem;
  }

  .lg\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .lg\:border-l-20{
    border-left-width: 1.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:h-20{
    height: 1.25rem;
  }

  .lg\:h-40{
    height: 2.5rem;
  }

  .lg\:h-120{
    height: 7.5rem;
  }

  .lg\:h-140{
    height: 8.75rem;
  }

  .lg\:text-7xl{
    font-size: 3.625rem;
  }

  .lg\:m-20{
    margin: 1.25rem;
  }

  .lg\:m-40{
    margin: 2.5rem;
  }

  .lg\:-m-20{
    margin: -1.25rem;
  }

  .lg\:-m-40{
    margin: -2.5rem;
  }

  .lg\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .lg\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:my-125{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .lg\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .lg\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-my-125{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .lg\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:mt-0{
    margin-top: 0rem;
  }

  .lg\:mb-0{
    margin-bottom: 0rem;
  }

  .lg\:mt-1{
    margin-top: 0.0625rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .lg\:mt-2{
    margin-top: 0.125rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.125rem;
  }

  .lg\:mt-3{
    margin-top: 0.1875rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .lg\:mt-4{
    margin-top: 0.25rem;
  }

  .lg\:mb-4{
    margin-bottom: 0.25rem;
  }

  .lg\:mt-5{
    margin-top: 0.3125rem;
  }

  .lg\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .lg\:mt-6{
    margin-top: 0.375rem;
  }

  .lg\:mb-6{
    margin-bottom: 0.375rem;
  }

  .lg\:mt-8{
    margin-top: 0.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.5rem;
  }

  .lg\:mt-10{
    margin-top: 0.625rem;
  }

  .lg\:mb-10{
    margin-bottom: 0.625rem;
  }

  .lg\:mt-15{
    margin-top: 0.9375rem;
  }

  .lg\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .lg\:mt-20{
    margin-top: 1.25rem;
  }

  .lg\:mr-20{
    margin-right: 1.25rem;
  }

  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-20{
    margin-left: 1.25rem;
  }

  .lg\:mt-25{
    margin-top: 1.5625rem;
  }

  .lg\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .lg\:mt-30{
    margin-top: 1.875rem;
  }

  .lg\:mb-30{
    margin-bottom: 1.875rem;
  }

  .lg\:mt-35{
    margin-top: 2.1875rem;
  }

  .lg\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .lg\:mt-40{
    margin-top: 2.5rem;
  }

  .lg\:mr-40{
    margin-right: 2.5rem;
  }

  .lg\:mb-40{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-40{
    margin-left: 2.5rem;
  }

  .lg\:mt-45{
    margin-top: 2.8125rem;
  }

  .lg\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .lg\:mt-50{
    margin-top: 3.125rem;
  }

  .lg\:mb-50{
    margin-bottom: 3.125rem;
  }

  .lg\:mt-60{
    margin-top: 3.75rem;
  }

  .lg\:mb-60{
    margin-bottom: 3.75rem;
  }

  .lg\:mt-75{
    margin-top: 4.6875rem;
  }

  .lg\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .lg\:mt-100{
    margin-top: 6.25rem;
  }

  .lg\:mb-100{
    margin-bottom: 6.25rem;
  }

  .lg\:mt-125{
    margin-top: 7.8125rem;
  }

  .lg\:mb-125{
    margin-bottom: 7.8125rem;
  }

  .lg\:mt-150{
    margin-top: 9.375rem;
  }

  .lg\:mb-150{
    margin-bottom: 9.375rem;
  }

  .lg\:mt-200{
    margin-top: 12.5rem;
  }

  .lg\:mb-200{
    margin-bottom: 12.5rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:-mt-0{
    margin-top: 0rem;
  }

  .lg\:-mb-0{
    margin-bottom: 0rem;
  }

  .lg\:-mt-1{
    margin-top: -0.0625rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .lg\:-mt-2{
    margin-top: -0.125rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .lg\:-mt-3{
    margin-top: -0.1875rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .lg\:-mt-4{
    margin-top: -0.25rem;
  }

  .lg\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .lg\:-mt-5{
    margin-top: -0.3125rem;
  }

  .lg\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .lg\:-mt-6{
    margin-top: -0.375rem;
  }

  .lg\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .lg\:-mt-8{
    margin-top: -0.5rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .lg\:-mt-10{
    margin-top: -0.625rem;
  }

  .lg\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .lg\:-mt-15{
    margin-top: -0.9375rem;
  }

  .lg\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .lg\:-mt-20{
    margin-top: -1.25rem;
  }

  .lg\:-mr-20{
    margin-right: -1.25rem;
  }

  .lg\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-20{
    margin-left: -1.25rem;
  }

  .lg\:-mt-25{
    margin-top: -1.5625rem;
  }

  .lg\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .lg\:-mt-30{
    margin-top: -1.875rem;
  }

  .lg\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .lg\:-mt-35{
    margin-top: -2.1875rem;
  }

  .lg\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .lg\:-mt-40{
    margin-top: -2.5rem;
  }

  .lg\:-mr-40{
    margin-right: -2.5rem;
  }

  .lg\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-40{
    margin-left: -2.5rem;
  }

  .lg\:-mt-45{
    margin-top: -2.8125rem;
  }

  .lg\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .lg\:-mt-50{
    margin-top: -3.125rem;
  }

  .lg\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .lg\:-mt-60{
    margin-top: -3.75rem;
  }

  .lg\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .lg\:-mt-75{
    margin-top: -4.6875rem;
  }

  .lg\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .lg\:-mt-100{
    margin-top: -6.25rem;
  }

  .lg\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .lg\:-mt-125{
    margin-top: -7.8125rem;
  }

  .lg\:-mb-125{
    margin-bottom: -7.8125rem;
  }

  .lg\:-mt-150{
    margin-top: -9.375rem;
  }

  .lg\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .lg\:-mt-200{
    margin-top: -12.5rem;
  }

  .lg\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .lg\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .lg\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .lg\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .lg\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .lg\:first\:my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-45:first-child{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .lg\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:first\:my-125:first-child{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .lg\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:first\:my-200:first-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:-my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-45:first-child{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .lg\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-my-125:first-child{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .lg\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-my-200:first-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:first\:mt-0:first-child{
    margin-top: 0rem;
  }

  .lg\:first\:mb-0:first-child{
    margin-bottom: 0rem;
  }

  .lg\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .lg\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .lg\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .lg\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .lg\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .lg\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .lg\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .lg\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .lg\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .lg\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .lg\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .lg\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .lg\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .lg\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .lg\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .lg\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .lg\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .lg\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .lg\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .lg\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .lg\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .lg\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-45:first-child{
    margin-top: 2.8125rem;
  }

  .lg\:first\:mb-45:first-child{
    margin-bottom: 2.8125rem;
  }

  .lg\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .lg\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .lg\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .lg\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .lg\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .lg\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .lg\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .lg\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .lg\:first\:mt-125:first-child{
    margin-top: 7.8125rem;
  }

  .lg\:first\:mb-125:first-child{
    margin-bottom: 7.8125rem;
  }

  .lg\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .lg\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .lg\:first\:mt-200:first-child{
    margin-top: 12.5rem;
  }

  .lg\:first\:mb-200:first-child{
    margin-bottom: 12.5rem;
  }

  .lg\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .lg\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .lg\:first\:-mt-0:first-child{
    margin-top: 0rem;
  }

  .lg\:first\:-mb-0:first-child{
    margin-bottom: 0rem;
  }

  .lg\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .lg\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .lg\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .lg\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .lg\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .lg\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .lg\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .lg\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .lg\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .lg\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .lg\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .lg\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .lg\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .lg\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .lg\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .lg\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .lg\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .lg\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-45:first-child{
    margin-top: -2.8125rem;
  }

  .lg\:first\:-mb-45:first-child{
    margin-bottom: -2.8125rem;
  }

  .lg\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .lg\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .lg\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .lg\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .lg\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .lg\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-mt-125:first-child{
    margin-top: -7.8125rem;
  }

  .lg\:first\:-mb-125:first-child{
    margin-bottom: -7.8125rem;
  }

  .lg\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .lg\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-mt-200:first-child{
    margin-top: -12.5rem;
  }

  .lg\:first\:-mb-200:first-child{
    margin-bottom: -12.5rem;
  }

  .lg\:min-h-20{
    min-height: 1.25rem;
  }

  .lg\:min-h-40{
    min-height: 2.5rem;
  }

  .lg\:min-h-120{
    min-height: 7.5rem;
  }

  .lg\:min-h-140{
    min-height: 8.75rem;
  }

  .lg\:min-w-20{
    min-width: 1.25rem;
  }

  .lg\:min-w-40{
    min-width: 2.5rem;
  }

  .lg\:min-w-120{
    min-width: 7.5rem;
  }

  .lg\:min-w-140{
    min-width: 8.75rem;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:p-20{
    padding: 1.25rem;
  }

  .lg\:p-40{
    padding: 2.5rem;
  }

  .lg\:py-0{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .lg\:px-0{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:pt-0{
    padding-top: 0rem;
  }

  .lg\:pt-15{
    padding-top: 0.9375rem;
  }

  .lg\:pt-20{
    padding-top: 1.25rem;
  }

  .lg\:pr-20{
    padding-right: 1.25rem;
  }

  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-20{
    padding-left: 1.25rem;
  }

  .lg\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .lg\:pr-30{
    padding-right: 1.875rem;
  }

  .lg\:pt-40{
    padding-top: 2.5rem;
  }

  .lg\:pr-40{
    padding-right: 2.5rem;
  }

  .lg\:pb-40{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-40{
    padding-left: 2.5rem;
  }

  .lg\:placeholder-opacity-20::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:placeholder-opacity-20::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:placeholder-opacity-40::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:placeholder-opacity-40::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .lg\:text-opacity-20{
    --text-opacity: 0.2px;
  }

  .lg\:text-opacity-40{
    --text-opacity: 0.4px;
  }

  .lg\:hover\:text-opacity-20:hover{
    --text-opacity: 0.2px;
  }

  .lg\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4px;
  }

  .lg\:focus\:text-opacity-20:focus{
    --text-opacity: 0.2px;
  }

  .lg\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4px;
  }

  .lg\:w-20{
    width: 1.25rem;
  }

  .lg\:w-40{
    width: 2.5rem;
  }

  .lg\:w-120{
    width: 7.5rem;
  }

  .lg\:w-140{
    width: 8.75rem;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:gap-x-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:gap-x-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:gap-y-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:gap-y-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }
}

@media (min-width: 1280px){

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-opacity-20 > :not(template) ~ :not(template){
    --divide-opacity: 0.2px;
  }

  .xl\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4px;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    background-clip: text;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-maroon-100{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .xl\:bg-maroon-400{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .xl\:bg-maroon-500{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .xl\:bg-maroon-600{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .xl\:bg-maroon{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .xl\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .xl\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .xl\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .xl\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .xl\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .xl\:bg-orange{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .xl\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .xl\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .xl\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .xl\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .xl\:bg-blue{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .xl\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .xl\:bg-gray-150{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .xl\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .xl\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .xl\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .xl\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .xl\:bg-gray{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .xl\:bg-green-700{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .xl\:bg-green{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .xl\:bg-gold-600{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .xl\:bg-gold{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .xl\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .xl\:bg-yellow{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .xl\:bg-turquoise{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .xl\:bg-purple{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .xl\:bg-black{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .xl\:bg-white{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-maroon-100:hover{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .xl\:hover\:bg-maroon-400:hover{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .xl\:hover\:bg-maroon-500:hover{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .xl\:hover\:bg-maroon-600:hover{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .xl\:hover\:bg-maroon:hover{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange:hover{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue:hover{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-150:hover{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray:hover{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .xl\:hover\:bg-green:hover{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .xl\:hover\:bg-gold-600:hover{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-gold:hover{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow:hover{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .xl\:hover\:bg-turquoise:hover{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple:hover{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .xl\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-maroon-100:focus{
    --bg-opacity: 1;
    background-color: #F2E5EB;
    background-color: rgba(242, 229, 235, var(--bg-opacity));
  }

  .xl\:focus\:bg-maroon-400:focus{
    --bg-opacity: 1;
    background-color: #c17f9f;
    background-color: rgba(193, 127, 159, var(--bg-opacity));
  }

  .xl\:focus\:bg-maroon-500:focus{
    --bg-opacity: 1;
    background-color: #ae095e;
    background-color: rgba(174, 9, 94, var(--bg-opacity));
  }

  .xl\:focus\:bg-maroon-600:focus{
    --bg-opacity: 1;
    background-color: #60002E;
    background-color: rgba(96, 0, 46, var(--bg-opacity));
  }

  .xl\:focus\:bg-maroon:focus{
    --bg-opacity: 1;
    background-color: #83003f;
    background-color: rgba(131, 0, 63, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fde2ce;
    background-color: rgba(253, 226, 206, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f3bb90;
    background-color: rgba(243, 187, 144, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #e1670b;
    background-color: rgba(225, 103, 11, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #CB6212;
    background-color: rgba(203, 98, 18, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #c45400;
    background-color: rgba(196, 84, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange:focus{
    --bg-opacity: 1;
    background-color: #e87722;
    background-color: rgba(232, 119, 34, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #d6e0f5;
    background-color: rgba(214, 224, 245, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #8f9ebd;
    background-color: rgba(143, 158, 189, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #0e275c;
    background-color: rgba(14, 39, 92, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #0A2151;
    background-color: rgba(10, 33, 81, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue:focus{
    --bg-opacity: 1;
    background-color: #1f3d7b;
    background-color: rgba(31, 61, 123, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-150:focus{
    --bg-opacity: 1;
    background-color: #F2F2F2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #e2e2e3;
    background-color: rgba(226, 226, 227, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #c3c3c3;
    background-color: rgba(195, 195, 195, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #b6b6b8;
    background-color: rgba(182, 182, 184, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #3F4042;
    background-color: rgba(63, 64, 66, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #363738;
    background-color: rgba(54, 55, 56, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray:focus{
    --bg-opacity: 1;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #107233;
    background-color: rgba(16, 114, 51, var(--bg-opacity));
  }

  .xl\:focus\:bg-green:focus{
    --bg-opacity: 1;
    background-color: #1f7b40;
    background-color: rgba(31, 123, 64, var(--bg-opacity));
  }

  .xl\:focus\:bg-gold-600:focus{
    --bg-opacity: 1;
    background-color: #918259;
    background-color: rgba(145, 130, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-gold:focus{
    --bg-opacity: 1;
    background-color: #A99A6F;
    background-color: rgba(169, 154, 111, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #DBBE71;
    background-color: rgba(219, 190, 113, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow:focus{
    --bg-opacity: 1;
    background-color: #EDD085;
    background-color: rgba(237, 208, 133, var(--bg-opacity));
  }

  .xl\:focus\:bg-turquoise:focus{
    --bg-opacity: 1;
    background-color: #00C8FF;
    background-color: rgba(0, 200, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple:focus{
    --bg-opacity: 1;
    background-color: #654F90;
    background-color: rgba(101, 79, 144, var(--bg-opacity));
  }

  .xl\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #202122;
    background-color: rgba(32, 33, 34, var(--bg-opacity));
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops)));
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-10{
    --bg-opacity: 0.1px;
  }

  .xl\:bg-opacity-20{
    --bg-opacity: 0.2px;
  }

  .xl\:bg-opacity-30{
    --bg-opacity: 0.3px;
  }

  .xl\:bg-opacity-40{
    --bg-opacity: 0.4px;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5px;
  }

  .xl\:bg-opacity-60{
    --bg-opacity: 0.6px;
  }

  .xl\:bg-opacity-70{
    --bg-opacity: 0.7px;
  }

  .xl\:bg-opacity-80{
    --bg-opacity: 0.8px;
  }

  .xl\:bg-opacity-90{
    --bg-opacity: 0.9px;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1px;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --bg-opacity: 0.1px;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --bg-opacity: 0.2px;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3px;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4px;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5px;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --bg-opacity: 0.6px;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --bg-opacity: 0.7px;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.8px;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --bg-opacity: 0.9px;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1px;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --bg-opacity: 0.1px;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --bg-opacity: 0.2px;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3px;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4px;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5px;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --bg-opacity: 0.6px;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --bg-opacity: 0.7px;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.8px;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --bg-opacity: 0.9px;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1px;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-maroon-100{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .xl\:border-maroon-400{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .xl\:border-maroon-500{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .xl\:border-maroon-600{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .xl\:border-maroon{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .xl\:border-orange-100{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .xl\:border-orange-400{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .xl\:border-orange-700{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .xl\:border-orange-800{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .xl\:border-orange-900{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .xl\:border-orange{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .xl\:border-blue-100{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .xl\:border-blue-400{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .xl\:border-blue-700{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .xl\:border-blue-800{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .xl\:border-blue{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .xl\:border-gray-100{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .xl\:border-gray-150{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:border-gray-200{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .xl\:border-gray-300{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .xl\:border-gray-400{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .xl\:border-gray-600{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .xl\:border-gray-700{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .xl\:border-gray{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .xl\:border-green-700{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .xl\:border-green{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .xl\:border-gold-600{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .xl\:border-gold{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .xl\:border-yellow-600{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .xl\:border-yellow{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .xl\:border-turquoise{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .xl\:border-purple{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .xl\:border-black{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .xl\:border-white{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-maroon-100:hover{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .xl\:hover\:border-maroon-400:hover{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .xl\:hover\:border-maroon-500:hover{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .xl\:hover\:border-maroon-600:hover{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .xl\:hover\:border-maroon:hover{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .xl\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .xl\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .xl\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .xl\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .xl\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .xl\:hover\:border-orange:hover{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .xl\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .xl\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .xl\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .xl\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .xl\:hover\:border-blue:hover{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .xl\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .xl\:hover\:border-gray-150:hover{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .xl\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .xl\:hover\:border-gray:hover{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .xl\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .xl\:hover\:border-green:hover{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .xl\:hover\:border-gold-600:hover{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .xl\:hover\:border-gold:hover{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .xl\:hover\:border-yellow:hover{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .xl\:hover\:border-turquoise:hover{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .xl\:hover\:border-purple:hover{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .xl\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-maroon-100:focus{
    --border-opacity: 1;
    border-color: #F2E5EB;
    border-color: rgba(242, 229, 235, var(--border-opacity));
  }

  .xl\:focus\:border-maroon-400:focus{
    --border-opacity: 1;
    border-color: #c17f9f;
    border-color: rgba(193, 127, 159, var(--border-opacity));
  }

  .xl\:focus\:border-maroon-500:focus{
    --border-opacity: 1;
    border-color: #ae095e;
    border-color: rgba(174, 9, 94, var(--border-opacity));
  }

  .xl\:focus\:border-maroon-600:focus{
    --border-opacity: 1;
    border-color: #60002E;
    border-color: rgba(96, 0, 46, var(--border-opacity));
  }

  .xl\:focus\:border-maroon:focus{
    --border-opacity: 1;
    border-color: #83003f;
    border-color: rgba(131, 0, 63, var(--border-opacity));
  }

  .xl\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fde2ce;
    border-color: rgba(253, 226, 206, var(--border-opacity));
  }

  .xl\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f3bb90;
    border-color: rgba(243, 187, 144, var(--border-opacity));
  }

  .xl\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #e1670b;
    border-color: rgba(225, 103, 11, var(--border-opacity));
  }

  .xl\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #CB6212;
    border-color: rgba(203, 98, 18, var(--border-opacity));
  }

  .xl\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #c45400;
    border-color: rgba(196, 84, 0, var(--border-opacity));
  }

  .xl\:focus\:border-orange:focus{
    --border-opacity: 1;
    border-color: #e87722;
    border-color: rgba(232, 119, 34, var(--border-opacity));
  }

  .xl\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #d6e0f5;
    border-color: rgba(214, 224, 245, var(--border-opacity));
  }

  .xl\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #8f9ebd;
    border-color: rgba(143, 158, 189, var(--border-opacity));
  }

  .xl\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #0e275c;
    border-color: rgba(14, 39, 92, var(--border-opacity));
  }

  .xl\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #0A2151;
    border-color: rgba(10, 33, 81, var(--border-opacity));
  }

  .xl\:focus\:border-blue:focus{
    --border-opacity: 1;
    border-color: #1f3d7b;
    border-color: rgba(31, 61, 123, var(--border-opacity));
  }

  .xl\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f6f6f6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
  }

  .xl\:focus\:border-gray-150:focus{
    --border-opacity: 1;
    border-color: #F2F2F2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #e2e2e3;
    border-color: rgba(226, 226, 227, var(--border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #c3c3c3;
    border-color: rgba(195, 195, 195, var(--border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #b6b6b8;
    border-color: rgba(182, 182, 184, var(--border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #3F4042;
    border-color: rgba(63, 64, 66, var(--border-opacity));
  }

  .xl\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #363738;
    border-color: rgba(54, 55, 56, var(--border-opacity));
  }

  .xl\:focus\:border-gray:focus{
    --border-opacity: 1;
    border-color: #6d6e71;
    border-color: rgba(109, 110, 113, var(--border-opacity));
  }

  .xl\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #107233;
    border-color: rgba(16, 114, 51, var(--border-opacity));
  }

  .xl\:focus\:border-green:focus{
    --border-opacity: 1;
    border-color: #1f7b40;
    border-color: rgba(31, 123, 64, var(--border-opacity));
  }

  .xl\:focus\:border-gold-600:focus{
    --border-opacity: 1;
    border-color: #918259;
    border-color: rgba(145, 130, 89, var(--border-opacity));
  }

  .xl\:focus\:border-gold:focus{
    --border-opacity: 1;
    border-color: #A99A6F;
    border-color: rgba(169, 154, 111, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #DBBE71;
    border-color: rgba(219, 190, 113, var(--border-opacity));
  }

  .xl\:focus\:border-yellow:focus{
    --border-opacity: 1;
    border-color: #EDD085;
    border-color: rgba(237, 208, 133, var(--border-opacity));
  }

  .xl\:focus\:border-turquoise:focus{
    --border-opacity: 1;
    border-color: #00C8FF;
    border-color: rgba(0, 200, 255, var(--border-opacity));
  }

  .xl\:focus\:border-purple:focus{
    --border-opacity: 1;
    border-color: #654F90;
    border-color: rgba(101, 79, 144, var(--border-opacity));
  }

  .xl\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #202122;
    border-color: rgba(32, 33, 34, var(--border-opacity));
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-opacity-0{
    --border-opacity: 0;
  }

  .xl\:border-opacity-10{
    --border-opacity: 0.1px;
  }

  .xl\:border-opacity-20{
    --border-opacity: 0.2px;
  }

  .xl\:border-opacity-30{
    --border-opacity: 0.3px;
  }

  .xl\:border-opacity-40{
    --border-opacity: 0.4px;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5px;
  }

  .xl\:border-opacity-60{
    --border-opacity: 0.6px;
  }

  .xl\:border-opacity-70{
    --border-opacity: 0.7px;
  }

  .xl\:border-opacity-80{
    --border-opacity: 0.8px;
  }

  .xl\:border-opacity-90{
    --border-opacity: 0.9px;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1px;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-10:hover{
    --border-opacity: 0.1px;
  }

  .xl\:hover\:border-opacity-20:hover{
    --border-opacity: 0.2px;
  }

  .xl\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3px;
  }

  .xl\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4px;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5px;
  }

  .xl\:hover\:border-opacity-60:hover{
    --border-opacity: 0.6px;
  }

  .xl\:hover\:border-opacity-70:hover{
    --border-opacity: 0.7px;
  }

  .xl\:hover\:border-opacity-80:hover{
    --border-opacity: 0.8px;
  }

  .xl\:hover\:border-opacity-90:hover{
    --border-opacity: 0.9px;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1px;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-10:focus{
    --border-opacity: 0.1px;
  }

  .xl\:focus\:border-opacity-20:focus{
    --border-opacity: 0.2px;
  }

  .xl\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3px;
  }

  .xl\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4px;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5px;
  }

  .xl\:focus\:border-opacity-60:focus{
    --border-opacity: 0.6px;
  }

  .xl\:focus\:border-opacity-70:focus{
    --border-opacity: 0.7px;
  }

  .xl\:focus\:border-opacity-80:focus{
    --border-opacity: 0.8px;
  }

  .xl\:focus\:border-opacity-90:focus{
    --border-opacity: 0.9px;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0rem;
  }

  .xl\:border-1{
    border-width: 0.0625rem;
  }

  .xl\:border-2{
    border-width: 0.125rem;
  }

  .xl\:border-3{
    border-width: 0.1875rem;
  }

  .xl\:border-4{
    border-width: 0.25rem;
  }

  .xl\:border-5{
    border-width: 0.3125rem;
  }

  .xl\:border-6{
    border-width: 0.375rem;
  }

  .xl\:border-8{
    border-width: 0.5rem;
  }

  .xl\:border-10{
    border-width: 0.625rem;
  }

  .xl\:border-15{
    border-width: 0.9375rem;
  }

  .xl\:border-20{
    border-width: 1.25rem;
  }

  .xl\:border-t-0{
    border-top-width: 0rem;
  }

  .xl\:border-r-0{
    border-right-width: 0rem;
  }

  .xl\:border-b-0{
    border-bottom-width: 0rem;
  }

  .xl\:border-l-0{
    border-left-width: 0rem;
  }

  .xl\:border-t-1{
    border-top-width: 0.0625rem;
  }

  .xl\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .xl\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .xl\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .xl\:border-t-2{
    border-top-width: 0.125rem;
  }

  .xl\:border-r-2{
    border-right-width: 0.125rem;
  }

  .xl\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .xl\:border-l-2{
    border-left-width: 0.125rem;
  }

  .xl\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .xl\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .xl\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .xl\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .xl\:border-t-4{
    border-top-width: 0.25rem;
  }

  .xl\:border-r-4{
    border-right-width: 0.25rem;
  }

  .xl\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .xl\:border-l-4{
    border-left-width: 0.25rem;
  }

  .xl\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .xl\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .xl\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .xl\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .xl\:border-t-6{
    border-top-width: 0.375rem;
  }

  .xl\:border-r-6{
    border-right-width: 0.375rem;
  }

  .xl\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .xl\:border-l-6{
    border-left-width: 0.375rem;
  }

  .xl\:border-t-8{
    border-top-width: 0.5rem;
  }

  .xl\:border-r-8{
    border-right-width: 0.5rem;
  }

  .xl\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .xl\:border-l-8{
    border-left-width: 0.5rem;
  }

  .xl\:border-t-10{
    border-top-width: 0.625rem;
  }

  .xl\:border-r-10{
    border-right-width: 0.625rem;
  }

  .xl\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .xl\:border-l-10{
    border-left-width: 0.625rem;
  }

  .xl\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .xl\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .xl\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .xl\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .xl\:border-t-20{
    border-top-width: 1.25rem;
  }

  .xl\:border-r-20{
    border-right-width: 1.25rem;
  }

  .xl\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .xl\:border-l-20{
    border-left-width: 1.25rem;
  }

  .xl\:h-20{
    height: 1.25rem;
  }

  .xl\:h-40{
    height: 2.5rem;
  }

  .xl\:h-120{
    height: 7.5rem;
  }

  .xl\:h-140{
    height: 8.75rem;
  }

  .xl\:m-20{
    margin: 1.25rem;
  }

  .xl\:m-40{
    margin: 2.5rem;
  }

  .xl\:-m-20{
    margin: -1.25rem;
  }

  .xl\:-m-40{
    margin: -2.5rem;
  }

  .xl\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .xl\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:my-125{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .xl\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:my-200{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-45{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .xl\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-my-125{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .xl\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:-my-200{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:mt-0{
    margin-top: 0rem;
  }

  .xl\:mb-0{
    margin-bottom: 0rem;
  }

  .xl\:mt-1{
    margin-top: 0.0625rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .xl\:mt-2{
    margin-top: 0.125rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.125rem;
  }

  .xl\:mt-3{
    margin-top: 0.1875rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .xl\:mt-4{
    margin-top: 0.25rem;
  }

  .xl\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xl\:mt-5{
    margin-top: 0.3125rem;
  }

  .xl\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .xl\:mt-6{
    margin-top: 0.375rem;
  }

  .xl\:mb-6{
    margin-bottom: 0.375rem;
  }

  .xl\:mt-8{
    margin-top: 0.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xl\:mt-10{
    margin-top: 0.625rem;
  }

  .xl\:mb-10{
    margin-bottom: 0.625rem;
  }

  .xl\:mt-15{
    margin-top: 0.9375rem;
  }

  .xl\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .xl\:mt-20{
    margin-top: 1.25rem;
  }

  .xl\:mr-20{
    margin-right: 1.25rem;
  }

  .xl\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-20{
    margin-left: 1.25rem;
  }

  .xl\:mt-25{
    margin-top: 1.5625rem;
  }

  .xl\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .xl\:mt-30{
    margin-top: 1.875rem;
  }

  .xl\:mb-30{
    margin-bottom: 1.875rem;
  }

  .xl\:mt-35{
    margin-top: 2.1875rem;
  }

  .xl\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .xl\:mt-40{
    margin-top: 2.5rem;
  }

  .xl\:mr-40{
    margin-right: 2.5rem;
  }

  .xl\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-40{
    margin-left: 2.5rem;
  }

  .xl\:mt-45{
    margin-top: 2.8125rem;
  }

  .xl\:mb-45{
    margin-bottom: 2.8125rem;
  }

  .xl\:mt-50{
    margin-top: 3.125rem;
  }

  .xl\:mb-50{
    margin-bottom: 3.125rem;
  }

  .xl\:mt-60{
    margin-top: 3.75rem;
  }

  .xl\:mb-60{
    margin-bottom: 3.75rem;
  }

  .xl\:mt-75{
    margin-top: 4.6875rem;
  }

  .xl\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .xl\:mt-100{
    margin-top: 6.25rem;
  }

  .xl\:mb-100{
    margin-bottom: 6.25rem;
  }

  .xl\:mt-125{
    margin-top: 7.8125rem;
  }

  .xl\:mb-125{
    margin-bottom: 7.8125rem;
  }

  .xl\:mt-150{
    margin-top: 9.375rem;
  }

  .xl\:mb-150{
    margin-bottom: 9.375rem;
  }

  .xl\:mt-200{
    margin-top: 12.5rem;
  }

  .xl\:mb-200{
    margin-bottom: 12.5rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:-mt-0{
    margin-top: 0rem;
  }

  .xl\:-mb-0{
    margin-bottom: 0rem;
  }

  .xl\:-mt-1{
    margin-top: -0.0625rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .xl\:-mt-2{
    margin-top: -0.125rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .xl\:-mt-3{
    margin-top: -0.1875rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .xl\:-mt-4{
    margin-top: -0.25rem;
  }

  .xl\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xl\:-mt-5{
    margin-top: -0.3125rem;
  }

  .xl\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .xl\:-mt-6{
    margin-top: -0.375rem;
  }

  .xl\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .xl\:-mt-8{
    margin-top: -0.5rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xl\:-mt-10{
    margin-top: -0.625rem;
  }

  .xl\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .xl\:-mt-15{
    margin-top: -0.9375rem;
  }

  .xl\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .xl\:-mt-20{
    margin-top: -1.25rem;
  }

  .xl\:-mr-20{
    margin-right: -1.25rem;
  }

  .xl\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-20{
    margin-left: -1.25rem;
  }

  .xl\:-mt-25{
    margin-top: -1.5625rem;
  }

  .xl\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .xl\:-mt-30{
    margin-top: -1.875rem;
  }

  .xl\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .xl\:-mt-35{
    margin-top: -2.1875rem;
  }

  .xl\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .xl\:-mt-40{
    margin-top: -2.5rem;
  }

  .xl\:-mr-40{
    margin-right: -2.5rem;
  }

  .xl\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-40{
    margin-left: -2.5rem;
  }

  .xl\:-mt-45{
    margin-top: -2.8125rem;
  }

  .xl\:-mb-45{
    margin-bottom: -2.8125rem;
  }

  .xl\:-mt-50{
    margin-top: -3.125rem;
  }

  .xl\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .xl\:-mt-60{
    margin-top: -3.75rem;
  }

  .xl\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .xl\:-mt-75{
    margin-top: -4.6875rem;
  }

  .xl\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .xl\:-mt-100{
    margin-top: -6.25rem;
  }

  .xl\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .xl\:-mt-125{
    margin-top: -7.8125rem;
  }

  .xl\:-mb-125{
    margin-bottom: -7.8125rem;
  }

  .xl\:-mt-150{
    margin-top: -9.375rem;
  }

  .xl\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .xl\:-mt-200{
    margin-top: -12.5rem;
  }

  .xl\:-mb-200{
    margin-bottom: -12.5rem;
  }

  .xl\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .xl\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .xl\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .xl\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .xl\:first\:my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-45:first-child{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .xl\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:first\:my-125:first-child{
    margin-top: 7.8125rem;
    margin-bottom: 7.8125rem;
  }

  .xl\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:first\:my-200:first-child{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:-my-0:first-child{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-45:first-child{
    margin-top: -2.8125rem;
    margin-bottom: -2.8125rem;
  }

  .xl\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-my-125:first-child{
    margin-top: -7.8125rem;
    margin-bottom: -7.8125rem;
  }

  .xl\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-my-200:first-child{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:first\:mt-0:first-child{
    margin-top: 0rem;
  }

  .xl\:first\:mb-0:first-child{
    margin-bottom: 0rem;
  }

  .xl\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .xl\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .xl\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .xl\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .xl\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .xl\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .xl\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .xl\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .xl\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .xl\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .xl\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .xl\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .xl\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .xl\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .xl\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .xl\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .xl\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .xl\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .xl\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .xl\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .xl\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .xl\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-45:first-child{
    margin-top: 2.8125rem;
  }

  .xl\:first\:mb-45:first-child{
    margin-bottom: 2.8125rem;
  }

  .xl\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .xl\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .xl\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .xl\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .xl\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .xl\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .xl\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .xl\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .xl\:first\:mt-125:first-child{
    margin-top: 7.8125rem;
  }

  .xl\:first\:mb-125:first-child{
    margin-bottom: 7.8125rem;
  }

  .xl\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .xl\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .xl\:first\:mt-200:first-child{
    margin-top: 12.5rem;
  }

  .xl\:first\:mb-200:first-child{
    margin-bottom: 12.5rem;
  }

  .xl\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .xl\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .xl\:first\:-mt-0:first-child{
    margin-top: 0rem;
  }

  .xl\:first\:-mb-0:first-child{
    margin-bottom: 0rem;
  }

  .xl\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .xl\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .xl\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .xl\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .xl\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .xl\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .xl\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .xl\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .xl\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .xl\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .xl\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .xl\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .xl\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .xl\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .xl\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .xl\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .xl\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .xl\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-45:first-child{
    margin-top: -2.8125rem;
  }

  .xl\:first\:-mb-45:first-child{
    margin-bottom: -2.8125rem;
  }

  .xl\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .xl\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .xl\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .xl\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .xl\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .xl\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-mt-125:first-child{
    margin-top: -7.8125rem;
  }

  .xl\:first\:-mb-125:first-child{
    margin-bottom: -7.8125rem;
  }

  .xl\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .xl\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-mt-200:first-child{
    margin-top: -12.5rem;
  }

  .xl\:first\:-mb-200:first-child{
    margin-bottom: -12.5rem;
  }

  .xl\:min-h-20{
    min-height: 1.25rem;
  }

  .xl\:min-h-40{
    min-height: 2.5rem;
  }

  .xl\:min-h-120{
    min-height: 7.5rem;
  }

  .xl\:min-h-140{
    min-height: 8.75rem;
  }

  .xl\:min-w-20{
    min-width: 1.25rem;
  }

  .xl\:min-w-40{
    min-width: 2.5rem;
  }

  .xl\:min-w-120{
    min-width: 7.5rem;
  }

  .xl\:min-w-140{
    min-width: 8.75rem;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:p-20{
    padding: 1.25rem;
  }

  .xl\:p-40{
    padding: 2.5rem;
  }

  .xl\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pt-20{
    padding-top: 1.25rem;
  }

  .xl\:pr-20{
    padding-right: 1.25rem;
  }

  .xl\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-20{
    padding-left: 1.25rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pr-40{
    padding-right: 2.5rem;
  }

  .xl\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-40{
    padding-left: 2.5rem;
  }

  .xl\:placeholder-opacity-20::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:placeholder-opacity-20::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:placeholder-opacity-40::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:placeholder-opacity-40::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --placeholder-opacity: 0.2px;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4px;
  }

  .xl\:text-opacity-20{
    --text-opacity: 0.2px;
  }

  .xl\:text-opacity-40{
    --text-opacity: 0.4px;
  }

  .xl\:hover\:text-opacity-20:hover{
    --text-opacity: 0.2px;
  }

  .xl\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4px;
  }

  .xl\:focus\:text-opacity-20:focus{
    --text-opacity: 0.2px;
  }

  .xl\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4px;
  }

  .xl\:w-20{
    width: 1.25rem;
  }

  .xl\:w-40{
    width: 2.5rem;
  }

  .xl\:w-120{
    width: 7.5rem;
  }

  .xl\:w-140{
    width: 8.75rem;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:gap-x-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:gap-x-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:gap-y-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:gap-y-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }
}
/*# sourceMappingURL=main.css.map */
