@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap";
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
      --tw-space-x-reverse: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  img,
  picture,
  video,
  canvas {
    display: block;
    max-width: 100%;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: none;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-2 {
    z-index: 2;
  }
  .z-\[19\] {
    z-index: 19;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 280px) {
    .container {
      max-width: 280px;
    }
  }
  @media (min-width: 375px) {
    .container {
      max-width: 375px;
    }
  }
  @media (min-width: 480px) {
    .container {
      max-width: 480px;
    }
  }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px;
    }
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .my-\[0px\] {
    margin-block: 0;
  }
  .my-\[10px\] {
    margin-block: 10px;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[0\],
  .mt-\[0px\] {
    margin-top: 0;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mr-\[auto\] {
    margin-right: auto;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-\[auto\] {
    margin-left: auto;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[329\/461\] {
    aspect-ratio: 329/461;
  }
  .aspect-\[479\/380\] {
    aspect-ratio: 479/380;
  }
  .aspect-\[479\/720\] {
    aspect-ratio: 479/720;
  }
  .aspect-\[495\/680\] {
    aspect-ratio: 495/680;
  }
  .h-\[0\] {
    height: 0;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[675px\] {
    height: 675px;
  }
  .h-\[auto\] {
    height: auto;
  }
  .h-\[calc\(95\%-86px\)\] {
    height: calc(95% - 86px);
  }
  .h-\[var\(--header-logo-height\)\] {
    height: var(--header-logo-height);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100\%\] {
    max-height: 100%;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[auto\] {
    min-height: auto;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[47\%\] {
    width: 47%;
  }
  .w-\[53\%\] {
    width: 53%;
  }
  .w-\[53px\] {
    width: 53px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[734px\] {
    width: 734px;
  }
  .w-\[auto\],
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[434px\] {
    max-width: 434px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[955px\] {
    max-width: 955px;
  }
  .max-w-\[1007px\] {
    max-width: 1007px;
  }
  .max-w-\[1045px\] {
    max-width: 1045px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-\[1150px\] {
    max-width: 1150px;
  }
  .max-w-\[1165px\] {
    max-width: 1165px;
  }
  .max-w-\[1250px\] {
    max-width: 1250px;
  }
  .max-w-\[1585px\] {
    max-width: 1585px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-start {
    place-items: start;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-x-\[25px\] {
    column-gap: 25px;
  }
  .gap-x-\[35px\] {
    column-gap: 35px;
  }
  .gap-y-\[5px\] {
    row-gap: 5px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0px\] {
    border-radius: 0;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-\[185px\] {
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;
  }
  .rounded-tl-\[185px\] {
    border-top-left-radius: 185px;
  }
  .rounded-tr-\[185px\] {
    border-top-right-radius: 185px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#9EAB88\] {
    border-color: #9eab88;
  }
  .border-\[\#07272D\] {
    border-color: #07272d;
  }
  .border-\[\#07272d78\] {
    border-color: #07272d78;
  }
  .border-\[\#FAFAFA\] {
    border-color: #fafafa;
  }
  .border-\[\#a1bfcc\] {
    border-color: #a1bfcc;
  }
  .border-\[\#fff\] {
    border-color: #fff;
  }
  .border-\[var\(--primary-color\)\] {
    border-color: var(--primary-color);
  }
  .border-\[var\(--secondary-color\)\] {
    border-color: var(--secondary-color);
  }
  .border-b-\[\#ded9d473\] {
    border-bottom-color: #ded9d473;
  }
  .border-b-transparent {
    border-bottom-color: #0000;
  }
  .bg-\[\#9EAB88\] {
    background-color: #9eab88;
  }
  .bg-\[\#07272DBF\] {
    background-color: #07272dbf;
  }
  .bg-\[\#07272D\],
  .bg-\[\#07272d\] {
    background-color: #07272d;
  }
  .bg-\[var\(--banner-text-color\)\] {
    background-color: var(--banner-text-color);
  }
  .bg-\[var\(--primary-color\)\] {
    background-color: var(--primary-color);
  }
  .bg-\[var\(--secondary-color\)\] {
    background-color: var(--secondary-color);
  }
  .bg-\[linear-gradient\(0deg\,\#00000060\,transparent\)\] {
    background-image: linear-gradient(#0000, #00000060);
  }
  .bg-\[linear-gradient\(0deg\,\#00000080\,transparent\)\] {
    background-image: linear-gradient(#0000, #00000080);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[2px_12px\] {
    background-position: 2px 12px;
  }
  .bg-center {
    background-position: 50%;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[26px\] {
    padding: 26px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pr-\[0px\] {
    padding-right: 0;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pb-\[0px\] {
    padding-bottom: 0;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-\[0px\] {
    padding-left: 0;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\(family-name\:--var-font-family-heading\) {
    font-family: var(--var-font-family-heading);
  }
  .text-\[14px\]\/\[20px\] {
    font-size: 14px;
    line-height: 20px;
  }
  .text-\[14px\]\/\[30px\] {
    font-size: 14px;
    line-height: 30px;
  }
  .text-\[15px\]\/\[22px\] {
    font-size: 15px;
    line-height: 22px;
  }
  .text-\[15px\]\/\[26px\] {
    font-size: 15px;
    line-height: 26px;
  }
  .text-\[18px\]\/\[20px\] {
    font-size: 18px;
    line-height: 20px;
  }
  .text-\[18px\]\/\[26px\] {
    font-size: 18px;
    line-height: 26px;
  }
  .text-\[20px\]\/\[30px\] {
    font-size: 20px;
    line-height: 30px;
  }
  .text-\[22px\]\/\[32px\] {
    font-size: 22px;
    line-height: 32px;
  }
  .text-\[22px\]\/\[36px\] {
    font-size: 22px;
    line-height: 36px;
  }
  .text-\[24px\]\/\[30px\] {
    font-size: 24px;
    line-height: 30px;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[20\.08px\] {
    --tw-leading: 20.08px;
    line-height: 20.08px;
  }
  .leading-\[20\.078px\] {
    --tw-leading: 20.078px;
    line-height: 20.078px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#07272D\],
  .text-\[\#07272d\] {
    color: #07272d;
  }
  .text-\[\#FAFAFA\] {
    color: #fafafa;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[var\(--banner-text-color\)\] {
    color: var(--banner-text-color);
  }
  .text-\[var\(--header-text-color\)\] {
    color: var(--header-text-color);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-inherit {
    color: inherit;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .drop-shadow-\[0_4px_30px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-drop-shadow-size: drop-shadow(
      0 4px 30px var(--tw-drop-shadow-color, #000c)
    );
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .text-shadow-lg\/20 {
    --tw-text-shadow-alpha: 20%;
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.2)),
      0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.2)),
      0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/0.2));
  }
  .before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:top-\[26px\]:before {
    content: var(--tw-content);
    top: 26px;
  }
  .before\:left-\[26px\]:before {
    content: var(--tw-content);
    left: 26px;
  }
  .before\:h-\[calc\(100\%-\(52px\)\)\]:before {
    content: var(--tw-content);
    height: calc(100% - 52px);
  }
  .before\:w-\[calc\(100\%-\(52px\)\)\]:before {
    content: var(--tw-content);
    width: calc(100% - 52px);
  }
  .before\:border-\[1px\]:before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .before\:border-\[var\(--secondary-color\)\]:before {
    content: var(--tw-content);
    border-color: var(--secondary-color);
  }
  @media (hover: hover) {
    .hover\:border-\[\#fff\]:hover {
      border-color: #fff;
    }
    .hover\:border-\[var\(--primary-color\)\]:hover {
      border-color: var(--primary-color);
    }
    .hover\:border-\[var\(--secondary-color\)\]:hover {
      border-color: var(--secondary-color);
    }
    .hover\:bg-\[transparent\]:hover {
      background-color: #0000;
    }
    .hover\:bg-\[var\(--primary-color\)\]:hover {
      background-color: var(--primary-color);
    }
    .hover\:bg-\[var\(--secondary-color\)\]:hover {
      background-color: var(--secondary-color);
    }
    .hover\:\!text-\[\#07272D\]:hover,
    .hover\:\!text-\[\#07272d\]:hover {
      color: #07272d !important;
    }
    .hover\:\!text-\[\#fff\]:hover {
      color: #fff !important;
    }
    .hover\:text-\[\#fff\]:hover {
      color: #fff;
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (min-width: 280px) {
    .max-3xs\:items-center {
      align-items: center;
    }
  }
  @media (min-width: 40rem) {
    .sm\:mt-\[30px\] {
      margin-top: 30px;
    }
    .sm\:block {
      display: block;
    }
    .sm\:h-\[auto\] {
      height: auto;
    }
    .sm\:h-\[calc\(90\%-86px\)\] {
      height: calc(90% - 86px);
    }
    .sm\:w-\[20\%\] {
      width: 20%;
    }
    .sm\:w-\[100\%\] {
      width: 100%;
    }
    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:place-items-start {
      place-items: start;
    }
    .sm\:justify-center {
      justify-content: center;
    }
    .sm\:gap-\[15px\] {
      gap: 15px;
    }
    .sm\:overflow-visible {
      overflow: visible;
    }
    .sm\:pt-\[50px\] {
      padding-top: 50px;
    }
    .sm\:pr-\[10px\] {
      padding-right: 10px;
    }
    .sm\:pb-\[50px\] {
      padding-bottom: 50px;
    }
    .sm\:pl-\[10px\] {
      padding-left: 10px;
    }
    .sm\:text-\[28px\]\/\[40px\] {
      font-size: 28px;
      line-height: 40px;
    }
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
  }
  @media (min-width: 48rem) {
    .md\:mt-\[26px\] {
      margin-top: 26px;
    }
    .md\:mt-\[50px\] {
      margin-top: 50px;
    }
    .md\:block {
      display: block;
    }
    .md\:w-\[32\%\] {
      width: 32%;
    }
    .md\:w-\[47\%\] {
      width: 47%;
    }
    .md\:w-\[50\%\] {
      width: 50%;
    }
    .md\:w-\[53\%\] {
      width: 53%;
    }
    .md\:w-\[68\%\] {
      width: 68%;
    }
    .md\:w-\[100\%\] {
      width: 100%;
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:gap-\[15px\] {
      gap: 15px;
    }
    .md\:pr-\[0px\] {
      padding-right: 0;
    }
    .md\:pr-\[10px\] {
      padding-right: 10px;
    }
    .md\:pr-\[30px\] {
      padding-right: 30px;
    }
    .md\:pl-\[0px\] {
      padding-left: 0;
    }
    .md\:pl-\[10px\] {
      padding-left: 10px;
    }
    .md\:pl-\[30px\] {
      padding-left: 30px;
    }
  }
  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
    .lg\:h-\[700px\] {
      height: 700px;
    }
    .lg\:h-\[936px\] {
      height: 936px;
    }
    .lg\:w-\[100\%\] {
      width: 100%;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
    .lg\:gap-\[20px\] {
      gap: 20px;
    }
    .lg\:p-\[50px\] {
      padding: 50px;
    }
    .lg\:pt-\[40px\] {
      padding-top: 40px;
    }
    .lg\:pr-\[10px\] {
      padding-right: 10px;
    }
    .lg\:pr-\[30px\] {
      padding-right: 30px;
    }
    .lg\:pb-\[0px\] {
      padding-bottom: 0;
    }
    .lg\:pb-\[40px\] {
      padding-bottom: 40px;
    }
    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }
    .lg\:pl-\[10px\] {
      padding-left: 10px;
    }
    .lg\:pl-\[30px\] {
      padding-left: 30px;
    }
  }
  @media (min-width: 80rem) {
    .xl\:w-\[50\%\] {
      width: 50%;
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:pr-\[20px\] {
      padding-right: 20px;
    }
    .xl\:pl-\[20px\] {
      padding-left: 20px;
    }
    .xl\:text-\[32px\]\/\[40px\] {
      font-size: 32px;
      line-height: 40px;
    }
  }
  @media (min-width: 96rem) {
    .\32 xl\:place-content-between {
      place-content: space-between;
    }
    .\32 xl\:pr-\[0px\] {
      padding-right: 0;
    }
    .\32 xl\:pr-\[50px\] {
      padding-right: 50px;
    }
    .\32 xl\:pl-\[0px\] {
      padding-left: 0;
    }
    .\32 xl\:pl-\[50px\] {
      padding-left: 50px;
    }
  }
}
:root {
  --primary-color: #07272d;
  --secondary-color: #c1df8f;
  --banner-text-color: #c1df8f;
  --bullet-inner-color: #4d612d;
  --bullet-outer-color: #c1df8f;
  --header-background: transparent;
  --var-font-family: "Jost", sans-serif;
  --var-font-family-heading: "Marcellus", serif;
  --white: #fff;
  --header-text-color: #fff;
  --header-scroll-background: #07272d;
  --header-scroll-text-color: #fff;
  --header-tb-spacing: 15px;
  --header-link-spacing: 3px;
  --header-link-tb-spacing: 3px;
  --header-line-height: 30px;
  --header-logo-height: 60px;
  --other-page-header-background: #07272d;
  --other-page-text-color: #fff;
  --zigzag-bg-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1921' height='29' viewBox='0 0 1921 29' fill='none'%3E%3Cpath d='M1626.73 15.87C1626.76 15.7068 1626.85 15.5604 1626.98 15.4562C1627.11 15.352 1627.27 15.2967 1627.44 15.3C1627.54 15.4759 1627.69 15.6216 1627.86 15.7219C1628.04 15.8221 1628.24 15.8733 1628.44 15.87C1629.12 17.13 1629.8 15.69 1630.51 15.87C1631 15.98 1631.26 15.66 1631.14 15.12C1632.04 14.2376 1632.89 13.3027 1633.68 12.32C1633.78 12.0937 1633.93 11.8959 1634.13 11.7451C1634.32 11.5942 1634.55 11.4952 1634.8 11.4573C1635.04 11.4193 1635.29 11.4437 1635.52 11.5281C1635.75 11.6125 1635.96 11.7542 1636.12 11.94L1636.9 12.67C1636.88 12.7732 1636.88 12.8811 1636.92 12.9794C1636.96 13.0777 1637.03 13.1616 1637.12 13.22C1637.72 13.93 1638.12 13.92 1638.46 12.97C1638.53 12.6552 1638.73 12.3818 1639 12.2081C1639.27 12.0343 1639.6 11.974 1639.92 12.04C1640.32 12.0443 1640.72 12.1502 1641.07 12.3477C1641.42 12.5453 1641.71 12.8282 1641.92 13.17C1641.92 13.73 1641.92 14.41 1642.57 14.52C1644.08 14.8 1645.3 15.81 1646.82 16.07C1649.28 16.5 1650.74 16.07 1651.01 13.26C1651.03 12.2004 1650.86 11.1457 1650.53 10.14C1650.26 9.16149 1650.39 8.11676 1650.89 7.23291C1651.39 6.34907 1652.21 5.69755 1653.19 5.42C1653.59 5.30027 1653.95 5.08182 1654.25 4.78474C1654.54 4.48767 1654.76 4.12152 1654.87 3.72C1655.08 3.07928 1655.48 2.51633 1656.02 2.1018C1656.55 1.68727 1657.2 1.43964 1657.87 1.39C1658.35 1.38892 1658.83 1.27755 1659.26 1.06438C1659.7 0.851216 1660.07 0.541886 1660.37 0.16C1660.43 0.136441 1660.49 0.102635 1660.54 0.0599995L1661.15 0.139999C1661.56 0.569999 1661.92 0.52 1662.21 0L1663.41 0.0999985C1663.44 0.2037 1663.48 0.300853 1663.55 0.385269C1663.61 0.469686 1663.7 0.539517 1663.79 0.590315C1663.89 0.641113 1663.99 0.671765 1664.1 0.680319C1664.2 0.688873 1664.31 0.675141 1664.41 0.639999C1664.41 0.989999 1664.53 1.15 1664.86 1.18L1665.12 1.67L1665.48 4.24C1665.43 4.28919 1665.39 4.34279 1665.36 4.4C1664.96 4.4 1664.81 4.76 1665.02 4.98C1665.51 5.51 1665.67 6.28 1666.3 6.7C1666.35 6.86116 1666.46 6.99814 1666.61 7.08617C1666.75 7.17421 1666.92 7.2075 1667.09 7.18C1667.09 7.57 1667.35 7.66 1667.68 7.58C1668.04 7.83217 1668.33 8.17776 1668.51 8.58C1668.2 9.24 1669.21 9.8 1668.71 10.43C1667.96 11.37 1668.71 12.11 1669.06 12.8C1669.29 13.28 1669.99 13.46 1670.38 12.7C1670.6 12.6786 1670.82 12.6117 1671.02 12.5034C1671.22 12.395 1671.39 12.2476 1671.53 12.07C1671.83 11.6086 1672.27 11.2511 1672.78 11.0456C1673.3 10.84 1673.86 10.7962 1674.4 10.92C1674.77 10.92 1675.26 11.07 1675.4 10.46L1675.93 9.96C1676.03 9.94689 1676.13 9.91014 1676.21 9.85277C1676.29 9.7954 1676.36 9.71906 1676.41 9.63C1677.01 8.88 1677.56 8.18 1678.72 8.86C1678.85 8.92978 1678.99 8.97144 1679.14 8.98228C1679.29 8.99311 1679.43 8.97287 1679.57 8.92288C1679.71 8.87288 1679.84 8.79425 1679.94 8.6921C1680.05 8.58996 1680.13 8.46658 1680.19 8.33C1680.61 7.5 1679.48 7.81 1679.51 7.15C1680.41 6.86 1681.41 6.5 1681.66 5.32H1682.66C1682.66 5.57 1682.87 5.55 1683.03 5.58C1682.87 6.56112 1682.93 7.56583 1683.21 8.52C1683.63 9.88 1685.21 10.83 1686.01 10.09C1686.93 9.2 1687.84 9.4 1688.84 9.68C1690.19 9.96627 1691.57 10.0739 1692.95 10H1693.42C1693.93 10.27 1694.42 10.39 1694.7 9.72C1694.91 9.65431 1695.1 9.52205 1695.24 9.34232C1695.37 9.16258 1695.45 8.94465 1695.45 8.72C1695.54 8.68237 1695.61 8.62111 1695.66 8.54326C1695.72 8.46542 1695.75 8.37416 1695.75 8.28C1696.21 8.06 1696.17 7.63 1696.2 7.28C1696.57 7.28 1696.78 6.99 1697 6.76C1697.8 5.96 1698.49 6.02 1699.09 6.99C1699.26 7.27 1699.47 7.52 1699.65 7.8C1700.31 8.8 1700.16 9.32 1699 9.8C1698.4 9.7 1698.17 10.04 1698.19 10.57C1698.19 10.9178 1698.31 11.2543 1698.55 11.512C1698.78 11.7698 1699.1 11.9298 1699.45 11.96C1699.55 12.69 1700.09 12.49 1700.45 12.4C1700.73 12.3245 1700.99 12.1888 1701.21 12.0022C1701.44 11.8157 1701.62 11.5829 1701.74 11.32C1701.84 11.0264 1702.04 10.7789 1702.31 10.6228C1702.58 10.4666 1702.9 10.4124 1703.2 10.47C1703.2 10.62 1703.2 10.77 1703.2 10.91C1703.42 11.6686 1703.39 12.4759 1703.13 13.22C1702.42 13.55 1702.42 13.89 1703.13 14.22V14.72C1703.12 14.7872 1703.13 14.8549 1703.16 14.9184C1703.18 14.9818 1703.22 15.0395 1703.26 15.0872C1703.31 15.1349 1703.37 15.1715 1703.43 15.1945C1703.49 15.2174 1703.56 15.2261 1703.63 15.22C1703.63 15.88 1704.21 16.22 1704.63 15.92C1705.63 15.32 1706.79 15.57 1707.87 15.47C1708.43 15.47 1708.53 15.97 1708.87 16.22C1708.84 16.3537 1708.84 16.4918 1708.87 16.626C1708.89 16.7601 1708.95 16.8873 1709.03 16.9998C1709.1 17.1123 1709.2 17.2076 1709.32 17.2799C1709.44 17.3521 1709.56 17.3998 1709.7 17.42C1710.07 17.4769 1710.41 17.6442 1710.68 17.8997C1710.95 18.1551 1711.13 18.4866 1711.21 18.85C1711.32 19.2764 1711.57 19.6536 1711.92 19.9231C1712.27 20.1926 1712.7 20.3391 1713.14 20.34C1713.62 20.3151 1714.1 20.4222 1714.53 20.65C1714.74 20.7891 1714.98 20.8784 1715.22 20.9113C1715.47 20.9441 1715.73 20.9195 1715.96 20.8393C1716.2 20.7591 1716.42 20.6256 1716.6 20.4489C1716.77 20.2722 1716.91 20.057 1716.99 19.82C1717.23 19.2041 1717.67 18.6858 1718.24 18.3457C1718.81 18.0057 1719.47 17.863 1720.13 17.94C1720.83 17.8573 1721.48 17.5488 1721.99 17.0615C1722.5 16.5742 1722.83 15.9346 1722.94 15.24C1723.03 14.41 1724.05 13.33 1724.68 13.55C1725.68 13.89 1725.68 13.36 1725.62 12.71C1726.4 12.55 1727.03 13.82 1727.88 12.94L1728.43 13.13C1728.89 13.91 1729.43 13.95 1730.13 13.25H1731.13C1731.03 13.7337 1730.87 14.2015 1730.64 14.64C1730.41 15.1424 1730.39 15.7138 1730.58 16.2329C1730.76 16.7519 1731.14 17.1778 1731.64 17.42L1732.34 17.5C1732.5 18.13 1732.97 17.95 1733.34 17.91L1734.79 17.97C1734.87 18.0544 1734.97 18.1214 1735.08 18.1671C1735.19 18.2128 1735.31 18.2364 1735.42 18.2364C1735.54 18.2364 1735.66 18.2128 1735.77 18.1671C1735.88 18.1214 1735.98 18.0544 1736.06 17.97C1736.33 18.0469 1736.62 18.0404 1736.89 17.9513C1737.16 17.8622 1737.4 17.6945 1737.57 17.47C1737.7 17.4352 1737.82 17.3726 1737.92 17.2866C1738.02 17.2007 1738.1 17.0935 1738.15 16.9729C1738.2 16.8523 1738.23 16.7212 1738.23 16.5893C1738.22 16.4574 1738.19 16.3278 1738.13 16.21C1738.17 16.1032 1738.18 15.9895 1738.18 15.8761C1738.17 15.7627 1738.14 15.652 1738.09 15.5507C1738.04 15.4495 1737.97 15.3599 1737.88 15.2875C1737.79 15.2152 1737.69 15.1615 1737.58 15.13L1737.31 14.72C1737.88 14.45 1737.8 13.93 1737.8 13.44C1737.72 12.3779 1737.82 11.31 1738.09 10.28L1738.39 10.01C1739.46 9.77 1739.62 8.77 1740.08 8.01C1740.3 7.88 1740.53 7.74 1740.51 7.42L1740.97 7.12C1741.49 7.27111 1742.03 7.30863 1742.56 7.23C1742.79 7.66692 1742.88 8.15964 1742.84 8.65C1742.84 9.79 1743.39 10.15 1744.52 9.86L1745.35 9.68L1745.41 9.93C1745.1 11.07 1746.14 11.93 1746.1 13C1745.53 13.0267 1744.97 12.8952 1744.47 12.62C1744.77 12.35 1745.29 12.09 1744.82 11.62C1744.35 11.15 1744.09 10.62 1743.33 11L1742.33 10.93C1742.33 10.86 1742.32 10.7908 1742.28 10.7284C1742.25 10.666 1742.21 10.6122 1742.15 10.5718C1742.09 10.5314 1742.02 10.5056 1741.96 10.4966C1741.89 10.4875 1741.82 10.4956 1741.75 10.52L1741.5 10.28C1741.5 9.87 1742.14 9.37 1741.5 9.08C1740.86 8.79 1740.69 9.5 1740.33 9.8C1739.97 10.1 1740.16 11.06 1739.24 11.18C1739.76 11.55 1740.3 11.46 1740.58 11.89C1740.73 12.12 1741.14 12.42 1740.88 12.59C1739.88 13.28 1740.75 14.19 1740.52 14.96C1740.25 14.96 1740.02 15.07 1740.08 15.4C1740.14 15.73 1740.35 15.67 1740.56 15.67L1742.56 15.51C1743.04 15.82 1743.12 15.37 1743.17 15.12C1743.26 14.6 1742.81 14.76 1742.54 14.72L1742.29 14.47C1742.29 13.96 1742.29 13.47 1742.29 12.94L1743.29 13.21C1743.29 13.33 1743.36 13.54 1743.41 13.54C1744.41 13.62 1745.01 13.95 1744.33 15.08C1744.3 15.1371 1744.29 15.1997 1744.29 15.2629C1744.29 15.3261 1744.31 15.3883 1744.34 15.4444C1744.37 15.5006 1744.41 15.5493 1744.46 15.5867C1744.51 15.6241 1744.57 15.6492 1744.63 15.66C1744.7 15.7306 1744.78 15.7788 1744.88 15.7979C1744.97 15.817 1745.07 15.806 1745.16 15.7665C1745.25 15.727 1745.33 15.661 1745.38 15.5774C1745.42 15.4939 1745.45 15.3969 1745.44 15.3C1745.49 15.1428 1745.56 14.9941 1745.65 14.86C1745.8 14.6872 1745.99 14.5532 1746.2 14.4696C1746.41 14.386 1746.64 14.3552 1746.87 14.38C1746.96 14.38 1747.12 14.53 1747.11 14.6C1747.06 15.09 1746.69 15.25 1746.28 15.38C1746.04 15.45 1745.76 15.58 1745.88 15.88C1745.91 15.9369 1745.95 15.9865 1746 16.0247C1746.05 16.0629 1746.1 16.0884 1746.17 16.0992C1746.23 16.11 1746.29 16.1058 1746.35 16.0867C1746.41 16.0677 1746.47 16.0345 1746.51 15.99C1746.99 15.41 1747.84 15.86 1748.2 15.47C1748.72 14.93 1747.7 14.39 1747.88 13.74L1748.52 13.13H1748.71C1748.87 13.8 1749.29 14.02 1749.87 13.66C1750.19 13.4166 1750.48 13.1344 1750.73 12.82H1751.23C1751.98 13.42 1752.72 12.82 1753.43 12.71C1753.95 12.66 1753.72 12.18 1753.22 12.07C1752.96 10.75 1752.15 9.53 1752.49 8.07H1753.24C1753.32 8.0842 1753.39 8.10771 1753.46 8.14V8.82C1753.37 8.86938 1753.3 8.94662 1753.25 9.04028C1753.21 9.13394 1753.2 9.23904 1753.22 9.34C1753.33 10.34 1754.11 10 1754.69 10.08C1754.77 11.08 1755.55 12.08 1754.76 13.24C1754.5 13.63 1755.44 14.15 1755.53 13.91C1755.85 13.07 1756.89 13.28 1757.2 12.56H1757.7C1758.39 13.56 1758.82 14.93 1760.37 15.09C1760.65 15.09 1760.76 15.4 1760.85 15.62C1761.14 16.31 1761.59 16.42 1762.22 16.05C1762.85 15.68 1763.14 15.71 1763.22 16.49C1763.23 16.7013 1763.33 16.8992 1763.48 17.0413C1763.64 17.1833 1763.85 17.2582 1764.06 17.25C1764.18 17.2441 1764.3 17.2129 1764.41 17.1584C1764.52 17.104 1764.62 17.0274 1764.7 16.9335C1764.78 16.8396 1764.84 16.7304 1764.87 16.6128C1764.91 16.4952 1764.92 16.3717 1764.9 16.25L1765.39 16.16L1765.51 17.4C1765.51 17.55 1765.51 17.7 1765.44 17.85C1765.37 17.838 1765.31 17.841 1765.24 17.8588C1765.18 17.8766 1765.12 17.9088 1765.06 17.9529C1765.01 17.9971 1764.97 18.0521 1764.95 18.1139C1764.92 18.1757 1764.91 18.2427 1764.91 18.31V18.6C1764.9 18.6696 1764.9 18.7404 1764.91 18.81C1764.75 18.81 1764.55 18.9 1764.62 19.1C1764.69 19.3 1764.87 19.25 1765.01 19.32C1765.11 19.611 1765.27 19.876 1765.48 20.0944C1765.7 20.3129 1765.96 20.479 1766.25 20.58C1766.44 21.37 1767.07 20.96 1767.52 21.05C1767.59 21.0396 1767.67 21.0396 1767.74 21.05C1767.74 21.1874 1767.77 21.3234 1767.82 21.4496C1767.88 21.5757 1767.96 21.6892 1768.06 21.7831C1768.16 21.8769 1768.28 21.949 1768.41 21.9949C1768.54 22.0409 1768.67 22.0596 1768.81 22.05C1769.06 22.0347 1769.3 21.9226 1769.48 21.7367C1769.65 21.5508 1769.75 21.3051 1769.75 21.05L1770.04 20.59L1770.24 20.54C1770.37 20.5572 1770.51 20.5218 1770.61 20.4414C1770.72 20.361 1770.79 20.242 1770.81 20.11H1771.5C1772.6 20.28 1772.34 19.4 1772.5 18.84C1772.53 18.7146 1772.6 18.5989 1772.68 18.5018C1772.77 18.4047 1772.88 18.3288 1773 18.28H1773.5C1774.07 18.39 1774.68 17.87 1775.24 18.5C1776.54 19.97 1776.54 19.94 1777.54 18.19C1777.7 17.7712 1777.78 17.3279 1777.79 16.88C1777.95 16.18 1778.35 15.29 1779.14 15.82C1780.4 16.66 1781 15.82 1781.78 15.2C1782.12 14.92 1782.32 14.38 1782.9 14.43C1782.99 14.82 1782.69 14.93 1782.6 15.14C1782.31 15.8 1781.12 16.53 1781.86 17.05C1782.6 17.57 1783.46 16.62 1784 15.86C1784.04 15.7909 1784.08 15.7171 1784.11 15.64C1784.21 15.3229 1784.41 15.0455 1784.68 14.8466C1784.94 14.6476 1785.27 14.5369 1785.6 14.53C1785.95 14.4785 1786.27 14.3515 1786.57 14.1579C1786.86 13.9642 1787.1 13.7089 1787.28 13.41C1788.37 11.95 1789.46 10.56 1791.43 9.98C1792.7 9.61 1793.86 10.09 1795.04 9.81H1795.28C1795.38 10.3831 1795.62 10.9241 1795.97 11.39C1796.48 12.24 1798.34 12.87 1798.71 12.31C1799.4 11.24 1800.55 10.53 1801.02 9.31H1801.26C1802.15 9 1802.5 9.31 1802.19 10.19C1801.98 10.81 1802.04 11.19 1802.76 11.33C1802.84 11.74 1802.63 12.22 1803.02 12.57C1803.02 12.75 1803.02 13 1803.33 12.94C1803.42 12.94 1803.47 12.7 1803.53 12.57C1803.45 11.98 1803.76 11.33 1803.29 10.8C1803.29 10.38 1803.23 9.98 1803.69 9.72C1803.9 9.61392 1804.06 9.44598 1804.17 9.23973C1804.28 9.03349 1804.31 8.79929 1804.28 8.57C1804.42 8.23 1804.8 8.01 1804.79 7.57L1805.07 7.43L1805.76 7.62C1806.59 8.18 1807.18 9.14 1808.28 9.28C1808.73 9.34 1809.28 9.28 1809.44 9.8C1809.6 10.32 1809.06 10.47 1808.79 10.75C1808.52 11.03 1808.23 11.15 1808.34 11.54C1808.45 11.93 1808.84 12.03 1809.23 12.04C1809.51 12.004 1809.8 12.05 1810.05 12.1724C1810.31 12.2948 1810.52 12.4885 1810.67 12.73C1810.25 12.6808 1809.83 12.7655 1809.46 12.9721C1809.09 13.1786 1808.8 13.4965 1808.62 13.88C1808.45 14.3 1808.93 14.88 1809.49 15.04C1809.56 15.2786 1809.68 15.496 1809.86 15.6712C1810.03 15.8464 1810.25 15.9734 1810.49 16.04C1810.49 17.04 1811.12 17.34 1812.02 17.26H1812.68C1812.74 17.2873 1812.81 17.2992 1812.88 17.2947C1812.95 17.2903 1813.01 17.2696 1813.07 17.2343C1813.13 17.1991 1813.18 17.1504 1813.22 17.0923C1813.25 17.0341 1813.27 16.9682 1813.28 16.9C1813.55 16.837 1813.81 16.7148 1814.03 16.542C1814.25 16.3693 1814.43 16.1501 1814.56 15.9L1815.02 15.59C1815.17 15.4576 1815.34 15.3435 1815.52 15.25C1816.17 15.04 1816.88 14.63 1817.52 15.01C1818.16 15.39 1817.73 16.01 1817.61 16.49C1817.54 16.7745 1817.56 17.0754 1817.69 17.3416C1817.81 17.6078 1818.03 17.8228 1818.29 17.95C1818.89 18.2283 1819.43 18.6264 1819.87 19.12C1820.1 19.4261 1820.41 19.6714 1820.75 19.835C1821.1 19.9987 1821.49 20.0759 1821.87 20.06C1823.3 20.3351 1824.76 20.3351 1826.19 20.06C1827.02 19.83 1827.81 19.85 1828.13 18.89C1828.16 18.7229 1828.25 18.5715 1828.38 18.4606C1828.51 18.3498 1828.67 18.2861 1828.84 18.28C1829.63 18.28 1830.04 17.82 1830.46 17.28C1831.15 17.15 1831.77 16.95 1831.72 16.06C1832 15.73 1832.39 15.89 1832.72 15.83C1833 16.17 1833.38 15.95 1833.72 16.01C1833.96 16.36 1834.22 16.36 1834.48 16.01H1836.48C1836.82 16.37 1836.91 16.11 1836.99 15.8L1838.23 15.5C1838.28 15.5841 1838.35 15.6524 1838.44 15.6967C1838.53 15.741 1838.62 15.7595 1838.72 15.75C1838.87 17.13 1839.93 16.66 1840.72 16.75H1840.96C1841.1 17.5236 1841.45 18.2455 1841.96 18.84C1842.39 19.28 1842.96 19.84 1843.45 19.41C1844.59 18.41 1846.26 17.92 1846.74 16.24C1846.74 16.1 1846.74 15.95 1846.74 15.81L1847.98 15.74C1848.15 15.8549 1848.28 16.0087 1848.38 16.1881C1848.47 16.3675 1848.52 16.5673 1848.52 16.77C1848.52 16.9727 1848.47 17.1725 1848.38 17.3519C1848.28 17.5313 1848.15 17.6851 1847.98 17.8C1847.78 18.01 1847.56 18.31 1848.05 18.45C1848.54 18.59 1848.98 18.61 1848.84 19.16C1848.7 19.71 1848.14 19.41 1847.77 19.47C1847.64 19.47 1847.52 19.47 1847.39 19.47C1847.11 19.47 1846.75 19.47 1846.75 19.85C1846.75 20.23 1847.07 20.33 1847.34 20.38C1847.79 20.4515 1848.25 20.4783 1848.7 20.46C1849.4 20.46 1849.89 20.57 1849.56 21.46C1849.51 21.549 1849.49 21.6545 1849.52 21.7537C1849.55 21.853 1849.61 21.9378 1849.7 21.99C1849.7 22.42 1849.47 22.89 1849.92 23.23C1850.42 23.97 1850.92 23.99 1851.42 23.23L1851.66 23.16C1852.66 23.16 1853.66 24.1 1854.47 22.77C1854.86 22.64 1855.28 23.11 1855.65 22.71C1855.81 22.715 1855.96 22.6837 1856.1 22.6186C1856.24 22.5535 1856.37 22.4565 1856.46 22.3352C1856.56 22.2139 1856.63 22.0716 1856.66 21.9197C1856.69 21.7678 1856.69 21.6104 1856.65 21.46C1856.64 21.3868 1856.64 21.3132 1856.65 21.24C1857.28 20.99 1857.41 19.85 1858.41 20.24C1858.4 20.4038 1858.44 20.567 1858.54 20.6993C1858.64 20.8317 1858.78 20.9243 1858.94 20.96C1860.12 21.96 1859.66 20.57 1859.94 20.26C1860.1 20.2541 1860.25 20.2016 1860.38 20.1091C1860.51 20.0165 1860.6 19.8881 1860.66 19.74C1860.97 19.5832 1861.22 19.3217 1861.35 19.0016C1861.49 18.6815 1861.51 18.3233 1861.41 17.99C1861.41 17.75 1861.41 17.5 1861.41 17.25C1861.27 16.6591 1861.19 16.0565 1861.16 15.45C1861.16 14.68 1861.45 14.45 1862.16 14.51C1862.26 15.03 1862.48 15.51 1863.1 15.37C1863.72 15.23 1863.69 14.77 1863.68 14.31L1864.44 14.08L1864.91 14.14C1864.91 14.36 1865.02 14.42 1865.17 14.49C1865.03 15.49 1865.34 15.99 1866.47 16.08C1867.6 16.17 1868.73 16.17 1869.47 17.32C1869.85 17.87 1871.47 17.41 1871.27 16.99C1870.92 16.19 1871.41 15.66 1871.63 14.99L1872.36 14.93C1873.04 15.46 1873.26 15.08 1873.36 14.44C1874.16 14.44 1875.01 14.58 1875.08 13.44L1875.87 13.24C1876.28 13.3789 1876.73 13.3789 1877.14 13.2399C1877.56 13.1008 1877.91 12.8305 1878.16 12.47L1878.61 12.53L1878.96 12.96C1878.96 13.13 1878.96 13.31 1878.96 13.48C1878.79 13.55 1878.65 13.68 1878.76 13.83C1878.87 13.98 1879.04 13.91 1879.18 13.94C1879.18 14.22 1879.18 14.41 1879.53 14.47C1880.38 14.65 1880.83 14.12 1880.84 12.94L1880.92 12.54C1880.97 12.4529 1881 12.3525 1881 12.25C1881 12.1475 1880.97 12.0471 1880.92 11.96L1881.1 11.77C1881.45 11.36 1881.18 11.29 1880.82 11.27C1880.82 10.4 1881.38 9.86 1881.82 9.27C1881.88 9.24665 1881.94 9.24665 1882 9.27C1883.94 9.33 1885.89 8.2 1887.82 9.27C1887.82 9.61 1887.93 9.89 1888.32 9.52H1889.32C1889.71 10.31 1890.54 10.46 1891.24 10.72C1891.94 10.98 1892.24 10.6 1891.99 9.91C1891.98 9.88233 1891.97 9.85141 1891.97 9.82C1891.97 9.78859 1891.98 9.75766 1891.99 9.73C1892.36 9.73 1892.76 9.89 1892.99 9.5C1893.33 9.44433 1893.69 9.50784 1893.99 9.68C1894.06 9.95 1893.99 10.29 1894.51 10.11C1895.04 10.003 1895.51 9.71099 1895.83 9.2871C1896.16 8.86321 1896.33 8.33555 1896.3 7.8C1896.42 7.78161 1896.53 7.72172 1896.61 7.63054C1896.7 7.53936 1896.74 7.42254 1896.75 7.3C1896.83 6.86 1896.5 6.2 1897.23 6.08C1897.75 5.99 1898.49 5.87 1898.8 6.14C1899.68 6.75001 1900.73 7.06196 1901.8 7.03L1902.01 7.11V7.3C1902.01 7.57 1902.01 7.84 1902.01 8.11C1901.86 8.61039 1901.88 9.14754 1902.08 9.6329C1902.27 10.1183 1902.62 10.5229 1903.08 10.78C1903.39 10.89 1903.49 10.62 1903.54 10.36C1903.56 10.2841 1903.56 10.2059 1903.54 10.13H1904.03C1904.14 10.3757 1904.33 10.5779 1904.56 10.7047C1904.8 10.8314 1905.07 10.8755 1905.34 10.83C1905.64 10.7927 1905.95 10.8217 1906.24 10.915C1906.53 11.0082 1906.8 11.1635 1907.02 11.37C1907.32 11.6921 1907.68 11.9516 1908.08 12.1336C1908.48 12.3155 1908.91 12.4163 1909.35 12.43C1910.82 12.71 1911.93 13.15 1912.45 14.64C1912.66 15.24 1913.16 15.64 1913.69 15.19C1914.22 14.74 1914.81 14.7 1915.28 14.32H1916.04C1916.92 14.32 1917.04 13.97 1916.4 12.99C1916.26 11.99 1916.24 10.99 1915.26 10.36C1915.13 9.52 1915.67 9.03 1916.2 8.51C1916.51 8.21 1917.09 7.9 1916.45 7.37C1916.45 7.16 1916.45 6.95 1916.45 6.75L1916.69 6.59C1917.09 6.59 1917.22 6.4 1917.33 6.01C1917.6 5.11 1918.02 4.26 1918.33 3.35C1918.48 2.85 1918.78 2.83 1919.17 2.84C1919.56 2.85 1919.86 2.84 1919.81 3.25C1919.6 4.66 1920.43 5.96 1920.17 7.39C1920.06 8 1919.76 8.87 1920.86 9.07V28.3H0V13.12C0.52 13.12 1.21 12.87 1.07 13.88C1.07 14.18 1.38 14.34 1.7 14.36C1.86495 14.3842 2.03294 14.345 2.17022 14.2504C2.30749 14.1558 2.40387 14.0128 2.44 13.85C2.54 13.46 2.53 12.98 3.06 12.9C3.92736 12.6775 4.695 12.1705 5.24 11.46C6.68 12.62 4.81 13.65 5.24 14.87C6.81 14.22 8.55 14.36 10.06 13.59C10.06 13.74 10.11 13.88 10.13 14.02C10.22 14.6 8.9 15.09 9.97 15.67C10.3147 15.8149 10.7018 15.822 11.0516 15.6899C11.4014 15.5578 11.6871 15.2966 11.85 14.96C11.9348 14.8043 11.9799 14.6302 11.9815 14.453C11.983 14.2757 11.9409 14.1008 11.8589 13.9437C11.7769 13.7866 11.6575 13.6521 11.5112 13.552C11.3649 13.4519 11.1962 13.3894 11.02 13.37C10.9887 13.2708 10.9375 13.1791 10.8694 13.1006C10.8013 13.022 10.7178 12.9583 10.624 12.9133C10.5303 12.8683 10.4283 12.843 10.3244 12.839C10.2205 12.835 10.1169 12.8524 10.02 12.89C10.02 12.25 9.02 11.7 9.83 11.02C10.1397 10.7335 10.3969 10.3951 10.59 10.02C10.8572 9.68977 11.1915 9.42005 11.5708 9.22869C11.95 9.03734 12.3656 8.92871 12.79 8.91C13.56 8.78 13.89 9.2 14.07 9.91C14.16 10.23 14.41 10.67 14.76 10.03C15.2252 10.2072 15.7232 10.2823 16.22 10.25C16.2022 10.3087 16.2022 10.3713 16.22 10.43C16.22 10.62 16.29 10.83 16.53 10.86C16.77 10.89 16.93 10.68 17.01 10.45C17.61 10.45 18.23 10.72 18.81 10.34C18.8693 10.3267 18.9307 10.3267 18.99 10.34C18.99 10.89 19.28 10.98 19.71 10.67C20.71 10.83 21.47 9.82 22.49 10.09L22.96 10.17C22.89 10.58 22.78 10.98 22.74 11.38C22.7 11.78 22.84 12.38 23.44 12.38C24.3756 12.4985 25.317 12.5653 26.26 12.58C27.51 12.38 28.2 12.58 28.5 13.86C28.65 14.51 29.35 14.54 29.85 14.26C30.35 13.98 30.32 13.43 29.85 13.01C29.68 12.84 29.48 12.75 29.66 12.42C30.0263 11.7838 30.5606 11.2607 31.2044 10.9079C31.8482 10.5551 32.5767 10.3863 33.31 10.42C33.72 10.42 34.25 10.58 34.54 10.42C35.54 9.71 36.71 10.14 37.78 9.95C39.3 9.69 39.4 11.28 40.34 11.78C41.01 12.13 40.08 12.25 40.06 12.56C40.04 12.87 40.18 12.92 40.4 12.96L41.86 13.22C42.1894 13.2217 42.5118 13.3152 42.7909 13.4901C43.0701 13.665 43.2948 13.9143 43.44 14.21C43.59 14.69 43.53 15.33 44.28 15.03C45.03 14.73 44.8 14.16 44.57 13.64C44.44 13.35 44.02 13.02 44.39 12.79C44.76 12.56 45.11 13.03 45.19 13.34C45.45 14.4 46.62 14.34 47.19 15.03C47.39 15.27 47.71 14.97 47.73 14.61L48.5 14.17L49.2 14.22C49.39 14.78 49.87 14.6 50.2 14.61C50.6966 14.5884 51.1913 14.685 51.6433 14.8919C52.0953 15.0988 52.4918 15.41 52.8 15.8C52.99 16.05 53.2 16.41 53.59 16.22C53.98 16.03 53.93 15.6 53.92 15.22C53.92 14.57 53.44 14.43 52.92 14.38C52.92 14.02 52.92 13.67 52.47 13.6L52.44 13.18C52.15 11.9 51.44 10.95 50.77 10.81L50.54 10.7L50.48 10.13C51.32 8.64 51.32 8.64 53.01 9.49C53.37 9.66 53.73 9.74 54.01 9.33H54.71H55.27C55.41 9.47 55.69 9.68 55.66 9.75C55.26 10.6 55.97 10.88 56.41 11.32C56.7247 11.6369 57.0218 11.9707 57.3 12.32C57.4443 12.5632 57.6704 12.7471 57.938 12.8388C58.2055 12.9304 58.4969 12.9237 58.76 12.82L59.33 12.71L60 12.84C60 13.47 60.4 13.46 60.88 13.57C62.23 13.88 63.42 14.79 64.88 14.71C64.88 14.71 64.95 14.93 64.99 15.05C64.9094 15.0495 64.8301 15.0702 64.76 15.11C64.083 15.0072 63.3908 15.0937 62.76 15.36C62.5609 15.4209 62.3815 15.5334 62.24 15.6861C62.0985 15.8388 61.9998 16.0262 61.9541 16.2293C61.9084 16.4324 61.9173 16.644 61.9798 16.8426C62.0423 17.0412 62.1562 17.2197 62.31 17.36C62.89 18.01 63.57 17.82 64.25 17.59C64.63 17.47 64.97 17.18 65.39 17.59C65.81 18 65.48 18.29 65.33 18.67C64.99 19.54 65.75 20.01 66.17 20.59C66.35 20.85 66.77 21.22 66.98 20.91C67.57 20.04 68.7 20 69.32 19.13C69.5191 18.9037 69.7667 18.7254 70.0444 18.6083C70.3221 18.4912 70.6227 18.4383 70.9237 18.4537C71.2246 18.4691 71.5183 18.5523 71.7826 18.6971C72.0469 18.8419 72.275 19.0446 72.45 19.29C72.45 19.61 72.61 19.86 72.96 19.74C73.1726 19.6758 73.3577 19.5427 73.4863 19.3616C73.6149 19.1806 73.6795 18.9619 73.67 18.74C73.6602 18.6703 73.6602 18.5997 73.67 18.53C73.8118 18.5217 73.9496 18.4796 74.0718 18.4072C74.194 18.3348 74.2971 18.2342 74.3725 18.1138C74.4479 17.9934 74.4933 17.8566 74.5051 17.7151C74.5168 17.5735 74.4945 17.4312 74.44 17.3C74.386 17.1794 74.3086 17.0707 74.2124 16.9802C74.1161 16.8897 74.0029 16.8192 73.8792 16.7727C73.7556 16.7262 73.6239 16.7047 73.4919 16.7094C73.3599 16.7141 73.2301 16.7449 73.11 16.8C72.31 17.06 71.94 16.73 72.04 15.89C72.45 15.89 72.91 15.63 73.24 15.75C74.4 16.18 75.15 15.55 75.88 14.86C76.77 14.01 77.39 14.1 78.13 15.16C78.44 15.62 78.65 16.22 79.31 16.34C79.31 16.85 79.76 17.04 80.14 17.13C80.7 17.27 80.82 18.13 81.4 17.97C82.19 17.73 81.27 16.91 81.83 16.4C82.34 17.27 82.93 18.07 84.1 17.81C84.1558 17.8619 84.1971 17.9273 84.22 18C84.06 18.89 85.05 18.91 85.22 19.56C85.353 19.4347 85.4438 19.2711 85.4796 19.0919C85.5155 18.9127 85.4946 18.7268 85.42 18.56C85.34 18.24 85.09 17.89 85.49 17.68C85.6487 17.5921 85.8314 17.5573 86.0114 17.5807C86.1913 17.6041 86.359 17.6844 86.49 17.81C87.41 18.92 87.91 18.07 88.49 17.42H88.99C89.39 17.42 89.92 17.61 89.99 16.91C90.22 16.91 90.4 16.91 90.43 16.62C90.46 16.33 90.3 16.16 90 16.18H89.93L89.76 15.9C89.7929 15.7315 89.8841 15.58 90.0176 15.4721C90.1511 15.3642 90.3184 15.3068 90.49 15.31C90.5895 15.4866 90.7351 15.6329 90.9112 15.7333C91.0873 15.8337 91.2873 15.8844 91.49 15.88C92.18 17.14 92.86 15.7 93.56 15.88C94.06 15.99 94.32 15.66 94.2 15.13C94.99 14.94 94.93 14.13 95.2 13.65C96.07 13.55 96.26 12.86 96.49 12.2C96.62 12.1877 96.7409 12.1278 96.8295 12.0318C96.9181 11.9359 96.9681 11.8106 96.97 11.68C97.2958 11.5224 97.6531 11.4405 98.015 11.4405C98.3769 11.4405 98.7342 11.5224 99.06 11.68C99.22 12.11 99.63 12.32 99.94 12.68V13.15C100.65 13.91 101.03 13.86 101.45 12.96C101.68 12.46 102.01 11.82 102.58 12.05C103.15 12.28 104.12 11.65 104.42 12.64C104.506 13.2324 104.79 13.7782 105.226 14.1886C105.662 14.599 106.224 14.8497 106.82 14.9C106.903 14.9034 106.983 14.9312 107.05 14.98C107.81 15.87 109.05 15.75 109.98 16.19C110.341 16.3363 110.728 16.4089 111.118 16.4033C111.508 16.3978 111.892 16.3143 112.249 16.1577C112.606 16.0011 112.928 15.7747 113.196 15.4917C113.464 15.2087 113.673 14.8749 113.81 14.51C114.231 13.2509 114.231 11.8891 113.81 10.63C113.16 9.12 113.81 7.89 114.14 6.63C114.25 6.22 114.55 5.76 114.96 5.77C117.08 5.77 117.73 4.24 118.47 2.77C118.572 2.54078 118.725 2.33788 118.918 2.17672C119.11 2.01557 119.336 1.90041 119.58 1.84C120.948 1.53006 122.286 1.10178 123.58 0.559999C124.14 0.359999 124.89 0.85 125.27 0.0799999L126.48 0.179998C126.505 0.284595 126.551 0.382828 126.616 0.468374C126.682 0.55392 126.764 0.624883 126.858 0.676693C126.952 0.728503 127.056 0.760015 127.163 0.769196C127.271 0.778376 127.378 0.765024 127.48 0.73C127.48 1.08 127.61 1.24 127.94 1.27L128.2 1.76L128.56 4.33C128.511 4.37871 128.468 4.43233 128.43 4.49C128.03 4.49 127.89 4.85 128.09 5.07C128.59 5.6 128.74 6.37 129.37 6.79C129.426 6.9508 129.537 7.08681 129.683 7.17447C129.829 7.26214 130.002 7.29593 130.17 7.27C130.17 7.66 130.42 7.75 130.76 7.67C131.122 7.92217 131.409 8.26776 131.59 8.67C131.53 9.51 132.07 10.29 131.59 11.23C131.34 11.71 131.8 12.72 132.44 13.12C133.08 13.52 133.56 13.12 134.03 12.63C135.03 11.53 136.19 10.63 137.89 11C137.961 11.0204 138.035 11.0238 138.107 11.0102C138.18 10.9965 138.248 10.9661 138.306 10.9214C138.364 10.8766 138.411 10.8188 138.443 10.7526C138.475 10.6863 138.491 10.6135 138.49 10.54C138.539 10.4995 138.598 10.472 138.66 10.46C139.11 10.57 139.2 10.18 139.38 9.93C139.97 9.09 140.49 8.21 141.81 8.93C141.938 9.00665 142.081 9.05386 142.229 9.06818C142.377 9.08251 142.526 9.06359 142.666 9.01281C142.806 8.96203 142.933 8.88066 143.037 8.77464C143.142 8.66863 143.221 8.54063 143.27 8.4C143.7 7.57 142.57 7.88 142.6 7.29C143.43 6.85 144.52 6.59 144.75 5.39H145.75C145.75 5.65 145.98 5.63 146.15 5.67C145.9 7.32 145.89 8.89 147.42 10.05C147.99 10.49 148.64 10.74 149.08 10.22C149.99 9.15 150.98 9.49 152.02 9.78C153.253 10.0332 154.513 10.1273 155.77 10.06H156.51C157.82 10.38 158.39 10.06 158.66 8.94L159.28 7.3C159.66 7.3 159.86 7 160.09 6.77C160.89 5.97 161.57 6.03 162.17 7C162.34 7.28 162.56 7.53 162.73 7.8C163.4 8.8 163.25 9.33 162.09 9.8C161.48 9.7 161.26 10.04 161.28 10.57C161.274 10.9169 161.399 11.2533 161.631 11.5113C161.863 11.7693 162.184 11.9297 162.53 11.96C162.63 12.69 163.17 12.49 163.53 12.4C163.811 12.3245 164.071 12.1888 164.294 12.0022C164.517 11.8157 164.696 11.5829 164.82 11.32C164.922 11.0256 165.127 10.7779 165.397 10.6218C165.667 10.4658 165.984 10.4119 166.29 10.47V10.91C166.509 11.669 166.481 12.478 166.21 13.22C165.51 13.55 165.51 13.89 166.21 14.22V14.72C166.202 14.7867 166.209 14.8542 166.231 14.9177C166.253 14.9812 166.289 15.0391 166.336 15.087C166.383 15.135 166.44 15.1718 166.503 15.1948C166.566 15.2178 166.633 15.2264 166.7 15.22C166.75 15.88 167.28 16.22 167.7 15.92C168.75 15.32 169.86 15.57 170.94 15.47C171.49 15.47 171.6 15.97 171.94 16.22C171.911 16.3529 171.91 16.4904 171.936 16.6239C171.962 16.7575 172.015 16.8843 172.092 16.9966C172.168 17.109 172.267 17.2044 172.382 17.2772C172.497 17.35 172.626 17.3986 172.76 17.42C173.128 17.4764 173.471 17.6433 173.742 17.8987C174.014 18.154 174.201 18.4858 174.28 18.85C174.392 19.2747 174.641 19.6508 174.988 19.9201C175.335 20.1894 175.761 20.3369 176.2 20.34C176.686 20.3153 177.17 20.4224 177.6 20.65C177.808 20.7892 178.045 20.879 178.293 20.9125C178.541 20.946 178.794 20.9222 179.031 20.8431C179.268 20.7639 179.485 20.6315 179.663 20.4559C179.841 20.2803 179.977 20.0662 180.06 19.83C180.301 19.2141 180.738 18.6948 181.304 18.3531C181.87 18.0113 182.533 17.8661 183.19 17.94C183.89 17.8593 184.545 17.5518 185.054 17.0643C185.563 16.5768 185.899 15.9361 186.01 15.24C186.1 14.41 187.12 13.33 187.75 13.55C188.75 13.89 188.7 13.36 188.69 12.71C189.46 12.55 190.09 13.82 190.94 12.94L191.5 13.13C191.96 13.91 192.45 13.95 193.2 13.25H194.2C194.102 13.7337 193.937 14.2015 193.71 14.64C193.482 15.1424 193.459 15.7138 193.646 16.2329C193.833 16.7519 194.214 17.1778 194.71 17.42L195.42 17.5C195.57 18.13 196.05 17.95 196.47 17.91L197.91 17.97C197.994 18.0547 198.093 18.1219 198.203 18.1677C198.313 18.2136 198.431 18.2372 198.55 18.2372C198.669 18.2372 198.787 18.2136 198.897 18.1677C199.007 18.1219 199.106 18.0547 199.19 17.97C199.462 18.0395 199.748 18.0293 200.014 17.9406C200.28 17.852 200.514 17.6886 200.69 17.47C200.818 17.4364 200.937 17.3746 201.039 17.2891C201.14 17.2037 201.221 17.0966 201.275 16.9759C201.33 16.8551 201.357 16.7237 201.354 16.5912C201.352 16.4587 201.319 16.3285 201.26 16.21C201.299 16.1032 201.315 15.9895 201.308 15.8761C201.301 15.7627 201.271 15.652 201.219 15.5507C201.168 15.4495 201.096 15.3599 201.008 15.2875C200.921 15.2152 200.819 15.1615 200.71 15.13L200.44 14.72C201.01 14.45 200.93 13.93 200.93 13.44C200.853 12.3785 200.947 11.3114 201.21 10.28L201.52 10.01C202.58 9.77 202.75 8.77 203.21 8.01C203.43 7.88 203.65 7.74 203.63 7.42L204.09 7.12C204.609 7.27131 205.155 7.30883 205.69 7.23C205.914 7.66776 206.008 8.16058 205.96 8.65C205.96 9.79 206.52 10.15 207.64 9.86L208.48 9.68L208.54 9.93C208.23 11.07 209.26 11.93 209.23 13C208.688 13.0266 208.149 12.9056 207.67 12.65C207.82 12.32 208.46 12.11 207.96 11.65C207.46 11.19 207.22 10.65 206.47 11.03L205.47 10.96C205.471 10.8912 205.455 10.8233 205.423 10.762C205.392 10.7006 205.347 10.6477 205.291 10.6075C205.235 10.5673 205.171 10.5411 205.103 10.5311C205.035 10.5211 204.965 10.5276 204.9 10.55L204.65 10.31C204.65 9.9 205.29 9.4 204.65 9.11C204.01 8.82 203.84 9.53 203.48 9.83C203.12 10.13 203.44 10.96 202.44 11.09C202.96 11.46 203.49 11.37 203.77 11.8C203.93 12.03 204.34 12.33 204.08 12.5C203.08 13.19 203.95 14.11 203.72 14.87C203.46 14.87 203.23 14.98 203.29 15.31C203.35 15.64 203.55 15.58 203.77 15.58L205.77 15.42C206.25 15.73 206.33 15.28 206.37 15.03C206.47 14.51 206.02 14.67 205.75 14.63L205.5 14.38V12.85L206.5 13.12C206.5 13.24 206.57 13.45 206.62 13.45C207.62 13.53 208.22 13.86 207.54 14.99C207.513 15.0471 207.499 15.1097 207.5 15.1729C207.501 15.2361 207.517 15.2983 207.546 15.3544C207.575 15.4106 207.617 15.4593 207.668 15.4967C207.719 15.5341 207.778 15.5592 207.84 15.57C207.956 15.6099 208.082 15.6042 208.194 15.554C208.305 15.5038 208.393 15.413 208.44 15.3C208.485 15.1428 208.556 14.9941 208.65 14.86C208.799 14.6872 208.988 14.5532 209.201 14.4696C209.413 14.386 209.643 14.3552 209.87 14.38C209.96 14.38 210.12 14.53 210.11 14.6C210.06 15.09 209.69 15.25 209.27 15.38C209.03 15.45 208.76 15.58 208.88 15.88C208.905 15.9368 208.944 15.9865 208.993 16.0248C209.042 16.0631 209.1 16.0888 209.161 16.0996C209.222 16.1105 209.285 16.1062 209.344 16.0871C209.403 16.068 209.457 16.0346 209.5 15.99C209.99 15.41 210.84 15.86 211.2 15.47C211.56 15.08 210.69 14.39 210.88 13.74L211.13 13.5L211.47 13.59C212.47 14.15 213.11 13.51 213.73 12.84H214.23C214.97 13.44 215.72 12.84 216.43 12.73C216.94 12.68 216.72 12.2 216.22 12.09C215.96 10.77 215.14 9.55 215.49 8.09H216.24C216.316 8.10562 216.389 8.12908 216.46 8.16V8.84C216.368 8.88786 216.293 8.96445 216.248 9.05824C216.203 9.15203 216.19 9.25794 216.21 9.36C216.33 10.36 217.11 10.02 217.69 10.1C217.77 11.1 218.55 12.1 217.76 13.26C217.49 13.65 218.44 14.17 218.53 13.93C218.84 13.09 219.89 13.3 220.2 12.58H220.7C221.39 13.64 221.82 14.95 223.37 15.11C223.65 15.11 223.75 15.42 223.85 15.64C224.14 16.33 224.59 16.44 225.22 16.07C225.85 15.7 226.14 15.73 226.22 16.51C226.233 16.7213 226.328 16.9192 226.485 17.0613C226.642 17.2033 226.848 17.2782 227.06 17.27C227.182 17.2626 227.301 17.2305 227.41 17.1756C227.519 17.1207 227.616 17.0441 227.695 16.9505C227.773 16.8569 227.832 16.7484 227.867 16.6314C227.903 16.5144 227.914 16.3914 227.9 16.27L228.39 16.18L228.51 17.42L228.44 17.87C228.373 17.8559 228.305 17.8575 228.239 17.8745C228.173 17.8916 228.112 17.9236 228.061 17.9682C228.009 18.0128 227.969 18.0686 227.943 18.1314C227.917 18.1942 227.905 18.2622 227.91 18.33V18.62C227.904 18.6899 227.904 18.7601 227.91 18.83C227.75 18.83 227.55 18.92 227.62 19.12C227.69 19.32 227.87 19.27 228 19.34C228.096 19.631 228.258 19.896 228.473 20.1144C228.688 20.3329 228.951 20.499 229.24 20.6C229.43 21.39 230.07 20.98 230.52 21.07C230.593 21.0596 230.667 21.0596 230.74 21.07C230.84 21.68 231.18 22.07 231.81 22.07C232.065 22.0547 232.304 21.9426 232.479 21.7567C232.653 21.5708 232.75 21.3251 232.75 21.07L233.03 20.61L233.24 20.56C233.372 20.5772 233.506 20.5418 233.613 20.4614C233.719 20.381 233.79 20.262 233.81 20.13H234.49C235.6 20.3 235.33 19.42 235.49 18.86C235.523 18.7339 235.586 18.6175 235.673 18.5202C235.76 18.4229 235.869 18.3475 235.99 18.3H236.49C237.06 18.41 237.67 17.89 238.22 18.52C239.52 19.99 239.52 19.96 240.53 18.21C240.684 17.7899 240.769 17.3474 240.78 16.9C240.94 16.2 241.34 15.31 242.12 15.84C243.39 16.69 243.99 15.84 244.76 15.22C245.11 14.94 245.31 14.4 245.89 14.45C245.97 14.84 245.68 14.95 245.59 15.16C245.3 15.82 244.11 16.55 244.84 17.07C245.57 17.59 246.45 16.64 246.99 15.88C247.035 15.8109 247.071 15.7371 247.1 15.66C247.201 15.3445 247.398 15.0682 247.663 14.8694C247.928 14.6706 248.249 14.559 248.58 14.55C248.926 14.5013 249.257 14.3753 249.548 14.1814C249.838 13.9876 250.082 13.7307 250.26 13.43C251.35 11.97 252.45 10.58 254.42 10C255.69 9.63 256.85 10.11 258.03 9.83H258.27C258.375 10.4011 258.607 10.9412 258.95 11.41C259.47 12.26 261.33 12.89 261.7 12.33C262.39 11.26 263.53 10.55 264.01 9.33H264.25C265.14 9.02 265.48 9.33 265.18 10.21C264.96 10.83 265.03 11.21 265.75 11.35C265.83 11.76 265.61 12.24 266.01 12.59C266.08 12.72 266.12 12.94 266.21 12.96C266.48 12.96 266.48 12.77 266.52 12.59C266.44 12 266.75 11.35 266.28 10.82C266.28 10.4 266.22 10 266.68 9.74C266.886 9.63392 267.054 9.46598 267.16 9.25973C267.265 9.05349 267.304 8.81929 267.27 8.59C267.41 8.25 267.78 8.03 267.78 7.59L268.06 7.45L268.74 7.64C268.88 8.06 269.06 8.15 269.3 7.71L269.52 7.56C269.572 7.60244 269.634 7.63009 269.7 7.64C269.7 7.81 269.79 7.98 269.83 8.15C269.83 9.09 270.61 9.15 271.24 9.29C271.68 9.39 272.24 9.29 272.41 9.8C272.58 10.31 272 10.53 271.69 10.8C271.38 11.07 271.19 11.27 271.35 11.64C271.413 11.7734 271.516 11.8832 271.646 11.9533C271.775 12.0235 271.924 12.0504 272.07 12.03C272.373 11.9862 272.682 12.0276 272.963 12.1494C273.244 12.2713 273.485 12.4688 273.66 12.72C273.241 12.6708 272.816 12.7555 272.448 12.9621C272.08 13.1686 271.787 13.4865 271.61 13.87C271.43 14.3 271.92 14.87 272.48 15.04C272.546 15.2791 272.672 15.497 272.848 15.6723C273.023 15.8476 273.241 15.9743 273.48 16.04C273.48 17.04 274.1 17.34 275 17.26H275.66C275.723 17.2873 275.791 17.2992 275.859 17.2947C275.928 17.2903 275.994 17.2696 276.053 17.2343C276.111 17.1991 276.161 17.1504 276.197 17.0923C276.233 17.0341 276.255 16.9682 276.26 16.9C276.536 16.839 276.794 16.7176 277.017 16.5447C277.24 16.3718 277.422 16.1516 277.55 15.9L278.01 15.59C278.16 15.4543 278.329 15.3399 278.51 15.25C279.16 15.04 279.87 14.63 280.51 15.01C281.15 15.39 280.71 16.01 280.6 16.49C280.525 16.7745 280.552 17.0762 280.676 17.3428C280.8 17.6095 281.014 17.8243 281.28 17.95C281.881 18.2283 282.419 18.6264 282.86 19.12C283.093 19.4261 283.397 19.6714 283.745 19.835C284.093 19.9987 284.476 20.0759 284.86 20.06C286.284 20.335 287.747 20.335 289.17 20.06C290 19.83 290.79 19.85 291.17 18.89C291.21 18.7032 291.316 18.5369 291.468 18.4213C291.621 18.3058 291.809 18.2485 292 18.26C292.75 18.26 293.09 17.76 293.5 17.26C294.19 17.13 294.81 16.93 294.76 16.04C295.04 15.71 295.42 15.87 295.76 15.81C296.04 16.15 296.42 15.93 296.76 15.99C297 16.34 297.25 16.34 297.52 15.99H299.52C299.91 16.35 299.96 16.04 300.02 15.74V15.47C300.033 15.457 300.044 15.4414 300.051 15.4242C300.058 15.4071 300.062 15.3886 300.062 15.37C300.062 15.3514 300.058 15.3329 300.051 15.3158C300.044 15.2986 300.033 15.283 300.02 15.27L300.97 15.12C301.02 15.43 301.27 15.45 301.5 15.51C301.68 16.07 301.89 16.7 302.56 16.69C303.66 16.69 304.12 17.26 304.56 18.19C304.9 18.96 305.68 19.96 306.56 19.35C307.96 18.35 309.61 17.51 310.29 15.73H311.03C311.201 15.8399 311.342 15.9897 311.441 16.1664C311.541 16.3431 311.596 16.5414 311.602 16.7442C311.608 16.947 311.565 17.1482 311.475 17.3304C311.386 17.5126 311.254 17.6703 311.09 17.79C310.89 18 310.67 18.3 311.16 18.44C311.65 18.58 312.09 18.6 311.95 19.15C311.81 19.7 311.25 19.4 310.87 19.46C310.707 19.47 310.543 19.47 310.38 19.46C310.12 19.46 309.86 19.46 309.85 19.84C309.84 20.22 310.03 20.19 310.22 20.29C310.727 20.4818 311.275 20.537 311.81 20.45C312.51 20.45 313 20.56 312.66 21.45C312.611 21.5396 312.599 21.6443 312.625 21.7428C312.651 21.8412 312.714 21.9261 312.8 21.98C312.8 22.41 312.58 22.88 313.03 23.22C313.53 23.96 314.03 23.98 314.53 23.22L314.77 23.15C315.72 23.15 316.77 24.09 317.58 22.76C317.97 22.63 318.38 23.1 318.75 22.7C318.904 22.7045 319.057 22.6733 319.197 22.6088C319.338 22.5443 319.461 22.4483 319.558 22.3282C319.655 22.2081 319.722 22.0672 319.756 21.9166C319.789 21.766 319.787 21.6097 319.75 21.46C319.96 21.46 320.22 21.38 320.21 21.16C320.21 20.16 320.83 20.16 321.52 20.23C321.506 20.3924 321.551 20.5545 321.646 20.6866C321.742 20.8188 321.881 20.9122 322.04 20.95C323.23 21.95 322.77 20.56 323.04 20.25C323.198 20.2429 323.35 20.1899 323.478 20.0975C323.606 20.0051 323.704 19.8774 323.76 19.73C323.926 19.6663 324.076 19.5699 324.204 19.4466C324.331 19.3233 324.433 19.1755 324.502 19.0122C324.571 18.8488 324.606 18.6733 324.606 18.4959C324.606 18.3186 324.57 18.1431 324.5 17.98V17.24C324.362 16.6485 324.275 16.0463 324.24 15.44C324.24 14.67 324.53 14.44 325.24 14.5C325.34 15.02 325.56 15.5 326.18 15.36C326.8 15.22 326.77 14.77 326.75 14.29L327.26 14.04H327.74C327.782 14.0936 327.843 14.1293 327.91 14.14C328.02 14.26 328.14 14.38 328.25 14.51C328.11 15.51 328.42 16.01 329.54 16.1C330.66 16.19 331.81 16.19 332.6 17.34C332.97 17.89 334.6 17.43 334.4 17.02C334.04 16.21 334.54 15.68 334.76 15.02L335.49 14.96C336.17 15.49 336.39 15.11 336.49 14.47C337.29 14.47 338.14 14.61 338.2 13.47L339 13.27C340 13.76 340.64 12.81 341.49 12.78L341.78 12.97C341.726 13.1143 341.701 13.268 341.707 13.422C341.714 13.576 341.75 13.7272 341.815 13.8668C341.88 14.0065 341.973 14.1317 342.087 14.2353C342.201 14.3389 342.335 14.4186 342.48 14.47C342.84 14.61 343.23 14.58 343.25 14.03C343.89 13.94 343.95 13.47 343.97 12.97L344.05 12.57C344.101 12.4818 344.128 12.3818 344.128 12.28C344.128 12.1782 344.101 12.0782 344.05 11.99L344.23 11.8C344.58 11.39 344.31 11.32 343.94 11.3C343.89 10.43 344.49 9.89 344.94 9.3C344.968 9.28731 344.999 9.28075 345.03 9.28075C345.061 9.28075 345.092 9.28731 345.12 9.3C347.06 9.36 349.01 8.23 350.94 9.3C350.94 9.64 351.05 9.92 351.44 9.55H352.44C352.83 10.34 353.66 10.49 354.36 10.75C355.06 11.01 355.31 10.63 355.1 9.94C355.087 9.91169 355.081 9.88102 355.081 9.85C355.081 9.81898 355.087 9.78831 355.1 9.76C355.96 9.67 356.79 10.15 357.59 10.1C358.71 10.03 359.72 8.56 359.75 7.26C359.75 6.51 359.94 6.14 360.83 6C361.72 5.86 362.51 6.57 363.4 6.59C364.4 6.23 364.7 7.2 365.3 7.59L365.35 7.85V8.54C364.6 9.37 364.75 9.78 365.91 10.04C365.915 10.1066 365.915 10.1734 365.91 10.24C365.91 10.52 365.79 10.86 366.17 10.97C366.55 11.08 366.76 10.8 366.89 10.48C367.59 10.94 368.39 10.69 369.14 10.78C369.46 11.78 369.67 11.85 370.14 11.33H370.62C370.62 11.88 370.89 12.07 371.4 12H371.88C372.59 12.77 373.03 12.71 373.39 11.77L373.44 11.33H373.59C373.93 11.59 374.05 12.16 374.65 12.04H374.87C374.86 12.1096 374.86 12.1804 374.87 12.25C374.6 12.64 374.04 12.25 373.68 12.76C374.42 12.99 374.54 13.64 374.79 14.24C375.2 15.24 376.11 15.6 376.88 15C377.36 14.63 377.94 14.58 378.38 14.22C379.67 14.35 379.77 13.62 379.53 12.65C379.314 11.8993 379.009 11.1775 378.62 10.5C378.18 9.64 378.56 9.06 379.22 8.5C379.66 8.13 380.22 7.7 379.62 6.99L379.73 6.51C380.11 6.51 380.29 6.37 380.41 5.96C380.68 5.02 381.08 4.12 381.41 3.18C381.56 2.75 381.86 2.75 382.2 2.76C382.54 2.77 382.91 2.76 382.86 3.14C382.68 4.55 383.46 5.86 383.23 7.28C383.13 7.9 382.82 8.75 383.88 9C383.899 9.07881 383.899 9.16118 383.88 9.24C383.88 9.81 383.88 10.38 383.88 10.95C383.48 11.05 383.07 11.26 383.03 11.68C382.99 12.1 383.46 12.38 383.88 12.53C384 13.1 384.88 13.02 384.88 13.68C384.873 13.7843 384.888 13.8891 384.924 13.9871C384.961 14.0851 385.018 14.1741 385.092 14.248C385.166 14.322 385.255 14.3792 385.353 14.4158C385.451 14.4523 385.556 14.4674 385.66 14.46C386.24 14.46 386.41 14.02 386.57 13.6C386.73 13.18 386.62 12.77 387.24 12.71C387.622 12.6714 387.99 12.5471 388.318 12.3462C388.645 12.1453 388.923 11.8732 389.13 11.55C389.221 11.6147 389.304 11.6884 389.38 11.77C390.07 12.77 389.16 13.55 389.05 14.44C389.05 14.75 388.83 15.26 389.34 15.07C390.86 14.52 392.54 14.49 393.97 13.68C394.04 13.86 394.1 14.05 394.17 14.23C393.91 14.49 393.66 14.76 393.41 15.02C393.16 15.28 393.3 15.46 393.53 15.61C393.99 15.92 395.75 15.61 395.76 15.11C395.76 14.41 396 13.48 394.91 13.23C394.833 13.1057 394.723 13.0047 394.592 12.9377C394.462 12.8708 394.316 12.8405 394.17 12.85C393.51 12.14 392.77 11.44 394.17 10.73C394.42 10.6 394.28 10.3 393.97 10.2L394.22 9.51C394.839 9.53449 395.45 9.36682 395.97 9.03C396.76 8.56 397.48 8.44 397.89 9.6C397.924 9.78266 398.005 9.95344 398.124 10.0958C398.244 10.2382 398.398 10.3473 398.572 10.4127C398.746 10.478 398.934 10.4974 399.117 10.4689C399.301 10.4404 399.474 10.365 399.62 10.25H400.62C401.682 10.5089 402.768 10.6596 403.86 10.7C404.251 10.6898 404.632 10.5722 404.96 10.36C405.36 10.44 405.76 10.58 406.11 10.23H407.11C406.934 10.7346 406.846 11.2656 406.85 11.8C406.85 12.11 406.98 12.51 407.31 12.39C408.31 12.05 409.31 12.7 410.2 12.55C411.44 12.34 412.2 12.48 412.56 13.78C412.68 14.23 413.12 14.2 413.5 14.18C413.88 14.16 414 14.13 414.07 13.83C414.103 13.6396 414.079 13.4438 414.003 13.2664C413.927 13.0889 413.801 12.9373 413.64 12.83C413.44 12.64 413.03 12.77 412.98 12.24C413.87 12.24 414.29 11.73 414.34 10.87L414.73 10.49L415.35 10.41C415.417 10.4189 415.485 10.4129 415.549 10.3926C415.614 10.3722 415.673 10.3378 415.723 10.292C415.772 10.2462 415.811 10.19 415.837 10.1274C415.862 10.0649 415.874 9.99746 415.87 9.93H416.62C417.491 10.2045 418.43 10.1728 419.28 9.84C420.77 9.51 422.69 8.94 423.84 10.84C423.93 10.99 424.18 11.05 424.36 11.16C424.31 11.5 424.73 11.81 424.36 12.16C423.99 12.51 424.18 12.8 424.68 12.86L426.87 13.12H427.1C427.1 13.55 427.66 13.72 427.64 14.2C427.62 14.68 427.48 15.2 428.19 15C428.9 14.8 428.87 14.41 428.66 13.81C428.52 13.41 428.11 12.95 428.66 12.43C429.27 13.1 429.39 14.32 430.66 14.1H430.91C430.966 14.1144 431.024 14.1144 431.08 14.1L431.17 14.55C430.93 14.77 430.95 14.95 431.28 15.01C431.61 15.07 431.89 14.95 431.9 14.53L432.41 14.29C433.41 14.82 434.41 14.41 435.41 14.55C436.134 15.0795 436.731 15.7624 437.16 16.55C437.32 16.7468 437.549 16.8755 437.8 16.91C438.281 17.0511 438.718 17.3139 439.069 17.673C439.419 18.032 439.671 18.4753 439.8 18.96C440.09 19.87 440.53 20.17 441.3 19.96C442.07 19.75 442.18 19.04 442.06 18.25C441.94 17.46 441.71 16.43 442.06 15.89C442.661 14.8668 443.452 13.9674 444.39 13.24L445.12 13.34C445.19 14.45 446.07 13.86 446.58 14.04L447.86 14.1C447.86 14.73 448.91 14.29 448.86 15.01L448.44 15.1L448.07 15.03C447.725 14.9411 447.361 14.9627 447.029 15.0919C446.697 15.2211 446.414 15.4513 446.22 15.75C446.075 16.0315 446.034 16.355 446.103 16.664C446.173 16.9729 446.349 17.2476 446.6 17.44C447.18 18.03 447.81 17.75 448.42 17.44C448.76 17.29 449.13 17.08 449.42 17.39C449.526 17.5211 449.589 17.6812 449.601 17.8491C449.614 18.017 449.575 18.1847 449.49 18.33C448.94 19.6 449.94 20.33 450.61 20.98C451.28 21.63 451.15 20.28 451.68 20.22C451.844 20.1928 452.001 20.1315 452.14 20.04C452.926 19.6053 453.59 18.9793 454.07 18.22H455.81C456.22 18.63 456.22 19.8 457.21 19.07C457.54 18.84 458.21 18.57 458 17.95C457.877 17.6845 457.668 17.4686 457.406 17.3378C457.144 17.207 456.846 17.169 456.56 17.23H455.56C455.12 16.23 454.64 15.44 453.3 15.69C453.047 15.7002 452.798 15.6276 452.591 15.4832C452.383 15.3388 452.228 15.1305 452.15 14.89C451.99 14.51 452.36 14.3 452.62 14.12C452.88 13.94 453.25 13.36 453.86 13.88C454.257 14.1821 454.753 14.3247 455.25 14.28L455.54 14.48C455.1 15.37 455.75 15.21 456.24 15.21C456.45 15.4025 456.725 15.5093 457.01 15.5093C457.295 15.5093 457.57 15.4025 457.78 15.21H458.28C458.65 15.56 458.75 15.33 458.79 14.98C458.98 15.0282 459.18 15.0133 459.36 14.9376C459.541 14.8618 459.692 14.7292 459.79 14.56C460.3 13.69 460.91 13.95 461.56 14.32C461.974 14.5612 462.319 14.9058 462.56 15.32C462.754 15.7467 463.031 16.1308 463.374 16.45C463.717 16.7693 464.12 17.0174 464.56 17.18C464.547 17.2467 464.55 17.3154 464.569 17.3807C464.587 17.4461 464.62 17.5063 464.666 17.5566C464.711 17.607 464.768 17.6461 464.831 17.671C464.894 17.6959 464.962 17.7058 465.03 17.7C465.66 17.77 465.81 17.43 465.75 16.9L468.44 18.63L468.97 18.93C469.07 19.31 468.79 19.79 469.29 20.03C469.45 20.11 469.6 20.03 469.71 19.86C469.852 19.6826 469.929 19.4622 469.929 19.235C469.929 19.0078 469.852 18.7874 469.71 18.61C469.592 18.4987 469.457 18.4075 469.31 18.34C469.286 18.3168 469.254 18.3038 469.22 18.3038C469.186 18.3038 469.154 18.3168 469.13 18.34L469.24 17.48L470.24 17.6C470.24 18.1 470.61 18.11 470.97 18.12C471.15 18.73 471.42 18.79 471.77 18.23L472.16 18.04C472.223 18.065 472.291 18.0752 472.358 18.0698C472.426 18.0643 472.491 18.0433 472.549 18.0085C472.607 17.9737 472.656 17.9259 472.693 17.8689C472.73 17.8119 472.753 17.7473 472.76 17.68C473.244 17.5892 473.72 17.4554 474.18 17.28C474.63 17.06 474.96 16.7 474.27 16.28L473.98 16.03L474.11 15.63C474.156 15.6701 474.21 15.6992 474.269 15.7151C474.328 15.731 474.39 15.7332 474.449 15.7216C474.509 15.7101 474.566 15.685 474.614 15.6483C474.663 15.6116 474.702 15.5643 474.73 15.51C474.809 15.5244 474.891 15.5244 474.97 15.51C475.4 15.51 475.51 16.2 475.97 15.96C476.63 16.05 477.19 15.64 477.83 15.6C478.26 15.82 478.4 15.6 478.36 15.2C478.36 15.2 478.43 15.1 478.46 15.04C479.13 14.74 479.09 14.1 479.18 13.52C480.18 13.58 480.37 12.73 480.71 12.06C480.757 12.0196 480.818 11.9982 480.88 12C481.277 11.7483 481.747 11.6371 482.215 11.6842C482.683 11.7314 483.121 11.9341 483.46 12.26C484.06 12.35 484.06 13 484.41 13.32C484.76 13.64 484.89 14.26 485.41 14.19C485.93 14.12 485.85 13.51 485.91 13.08C485.967 12.7195 486.044 12.3623 486.14 12.01C487.011 12.2948 487.949 12.2948 488.82 12.01L488.91 12.51C488.5 12.98 488.64 13.2 489.23 13.22C489.349 13.2524 489.454 13.3226 489.53 13.42C489.606 13.5174 489.648 13.6367 489.65 13.76H489.58C488.89 14.08 489.29 14.31 489.66 14.53C490.1 14.97 490.66 14.7 491.17 14.79C491.42 14.95 491.52 15.3 491.89 15.3C492.18 16.14 492.89 15.62 493.41 15.78C493.92 16.35 494.66 16.1 495.26 16.31C496.43 16.7 497.11 16.01 497.68 15.31C498.042 14.9077 498.3 14.4234 498.432 13.899C498.565 13.3745 498.567 12.8257 498.44 12.3C497.97 10.8908 497.82 9.39456 498 7.92C498.24 6.36 498.81 5.85 500.35 5.67C500.684 5.63231 501 5.50307 501.265 5.29658C501.53 5.09009 501.732 4.8144 501.85 4.5C502.136 3.71218 502.623 3.01313 503.264 2.47266C503.904 1.93219 504.675 1.56922 505.5 1.42C507.61 0.85 509.58 -0.0100008 511.79 0.799999H512.25C512.256 0.835596 512.271 0.869022 512.294 0.897049C512.317 0.925076 512.346 0.946758 512.38 0.959999L512.45 1.67C512.53 2.12 512.24 2.67 512.93 2.92V3.65C512.68 3.84 512.67 4.01 512.93 4.16C512.83 4.49 512.59 4.82 512.85 5.16C512.838 5.32262 512.877 5.48488 512.961 5.62453C513.045 5.76418 513.171 5.87438 513.32 5.94C513.32 5.97386 513.328 6.00727 513.342 6.03821C513.355 6.06915 513.375 6.09698 513.4 6.12C513.4 6.48 513.4 6.82 513.92 6.83C513.937 6.85799 513.96 6.88162 513.988 6.89898C514.016 6.91634 514.047 6.92697 514.08 6.93C514.199 7.19145 514.381 7.41945 514.61 7.59386C514.838 7.76827 515.106 7.88372 515.39 7.93L515.77 8.36C515.71 8.66 515.77 8.88 516.12 8.95L516.24 9.35L516.12 10.89C515.63 11.06 515.69 11.27 516.12 11.5C516.118 11.5622 516.14 11.6228 516.18 11.67C516.36 13.04 516.36 13.04 517.18 12.93C517.82 12.93 518.18 12.39 518.66 12.16C519.28 12.09 519.43 11.68 519.4 11.16L519.8 11.01C520.14 11.19 520.35 11.08 520.45 10.72H521.44C521.89 11.23 522.32 11.4 522.71 10.65L523.27 10.2C523.7 10.13 523.78 9.83 523.74 9.45C524.47 8.95 525.16 8.45 526.18 8.87C526.422 8.9967 526.703 9.02691 526.967 8.95454C527.23 8.88216 527.457 8.71259 527.6 8.48C527.98 7.79 527.01 7.82 526.97 7.29C527.413 7.2068 527.828 7.01406 528.177 6.72935C528.527 6.44464 528.799 6.07702 528.97 5.66C529.374 5.50223 529.808 5.43729 530.24 5.47C530.614 6.29463 530.788 7.19549 530.75 8.1C530.765 8.5378 530.9 8.96308 531.14 9.32973C531.38 9.69639 531.715 9.99043 532.11 10.18C532.85 10.61 533.44 10.3 533.92 9.65C533.992 9.57522 534.079 9.51752 534.176 9.48117C534.273 9.44482 534.377 9.43075 534.48 9.44C536.087 9.51231 537.685 9.71295 539.26 10.04C541.04 10.53 542.65 10.13 543.17 8.66L543.28 8C543.55 7.9 543.72 7.73 543.66 7.42C543.716 7.36753 543.752 7.29652 543.76 7.22L544.66 6.62C545.205 6.60921 545.741 6.47952 546.23 6.24L546.99 6.94V7.21C546.986 7.41122 547.02 7.61143 547.09 7.8C547.73 8.88 547.64 9.6 546.28 9.99C545.6 10.18 545.6 10.79 546.01 11.27C546.224 11.5961 546.524 11.856 546.877 12.0203C547.231 12.1846 547.623 12.2469 548.01 12.2C548.87 12.6 549.14 11.83 549.35 11.37C549.78 10.37 550.21 10.58 550.77 11.18C550.755 11.2767 550.769 11.3756 550.81 11.4645C550.851 11.5534 550.917 11.6283 551 11.68V12.18C550.91 12.31 550.84 12.46 550.75 12.59C550.576 12.7984 550.445 13.0393 550.364 13.2986C550.283 13.558 550.255 13.8307 550.28 14.1012C550.305 14.3716 550.383 14.6345 550.51 14.8745C550.637 15.1146 550.81 15.3272 551.02 15.5C551.73 16.27 552.57 15.95 553.41 15.5C553.85 15.3869 554.307 15.3497 554.76 15.39L555.51 15.63C555.988 16.4619 556.678 17.1521 557.51 17.63C557.794 17.7429 558.053 17.9117 558.272 18.1264C558.49 18.3411 558.663 18.5973 558.78 18.88C558.977 19.3643 559.322 19.7739 559.765 20.0505C560.209 20.3271 560.729 20.4564 561.25 20.42C561.59 20.3842 561.933 20.4323 562.25 20.56C563.42 21.08 564.15 20.9 564.66 19.77C564.906 19.1901 565.328 18.7023 565.866 18.3757C566.405 18.049 567.032 17.9001 567.66 17.95C568.272 17.982 568.877 17.7999 569.369 17.435C569.862 17.0701 570.212 16.545 570.36 15.95C570.71 13.42 572.81 13.65 574.36 12.95C574.589 13.0951 574.851 13.181 575.121 13.2002C575.392 13.2194 575.663 13.1712 575.91 13.06L576.32 13.27C576.32 13.78 576.57 13.96 577.06 13.95C577.55 13.94 577.87 13.88 577.85 13.32L579.85 13.24C579.855 13.3025 579.846 13.3652 579.823 13.4238C579.801 13.4824 579.767 13.5355 579.722 13.5793C579.677 13.6231 579.623 13.6566 579.564 13.6775C579.505 13.6983 579.442 13.706 579.38 13.7C578.3 13.7 578.44 14.7 578.22 15.31C578.156 15.4596 578.122 15.6204 578.121 15.7831C578.12 15.9458 578.15 16.1071 578.212 16.2578C578.273 16.4085 578.364 16.5455 578.479 16.6608C578.593 16.7762 578.73 16.8677 578.88 16.93L579.13 17.18C579.13 17.73 579.52 17.7 579.91 17.64L580.6 17.72C580.74 18.23 580.99 18.33 581.37 17.92C581.787 18.091 582.219 18.2249 582.66 18.32C583.66 18.41 584.66 18.9 585.37 17.7C586.37 17.48 586.16 16.56 586.27 15.91C586.38 15.26 585.9 15.05 585.34 14.91C585.88 13.46 585.34 11.91 585.88 10.43L586.34 10.37C587.45 10.18 587.56 9.23 587.84 8.37C588.24 8.13 588.62 7.88 588.57 7.37C588.625 7.33822 588.687 7.31782 588.75 7.31C589.42 7.64 590.75 6.84 590.66 8.5C590.6 9.91 590.91 10.11 592.46 9.97C592.73 9.97 592.98 9.9 593.06 10.21C593.31 11.21 594.06 12.04 593.83 13.14C593.2 13.14 592.45 13.31 592.83 12.21C592.96 11.78 592.63 11.52 592.35 11.28C591.806 10.9022 591.162 10.6967 590.5 10.69C589.99 10.61 589.56 10.48 589.7 9.86C589.79 9.46 589.89 9.11 589.38 8.98C588.87 8.85 588.69 9.22 588.49 9.52C588.17 10.01 587.91 10.52 587.55 10.99C587.46 11.09 587.16 11.08 587.19 11.34C587.22 11.6 587.46 11.54 587.67 11.53C588.52 11.53 588.82 12.61 588.74 12.67C587.82 13.37 588.55 14.21 588.44 14.95C588.415 15.0152 588.395 15.082 588.38 15.15C588.25 15.22 588.03 15.27 588.02 15.36C587.96 15.62 588.2 15.63 588.39 15.66H590.39C591.13 15.97 591.27 15.11 591.24 14.96C591.12 14.4 590.71 14.82 590.41 14.88L590.15 14.62C590.15 14.06 590.07 13.51 590.64 13.16L591.12 13.23C591.18 13.59 591.46 13.62 591.76 13.67C592.4 13.78 592.76 14.04 592.35 14.75C592.12 15.14 592.03 15.57 592.55 15.75C593.07 15.93 593.32 15.75 593.42 15.22C593.428 15.146 593.455 15.0753 593.498 15.0149C593.541 14.9544 593.6 14.9062 593.667 14.8749C593.735 14.8437 593.809 14.8305 593.883 14.8366C593.957 14.8428 594.029 14.8681 594.09 14.91C594.52 15.16 594.2 15.39 593.97 15.56C593.74 15.73 593.57 15.91 593.75 16.16C593.789 16.2099 593.839 16.2503 593.897 16.278C593.954 16.3058 594.016 16.3202 594.08 16.3202C594.144 16.3202 594.206 16.3058 594.263 16.278C594.321 16.2503 594.371 16.2099 594.41 16.16C594.79 15.81 595.25 15.88 595.7 15.82C596.15 15.76 596.59 15.46 596.15 15.13C595.48 14.62 595.97 14.08 595.86 13.57L596.05 13.52C596.4 13.57 596.91 13.78 597.05 13.33C597.3 12.38 597.7 12.7 598.29 12.99C598.88 13.28 599.44 13.18 599.41 12.28C599.41 11.63 599.67 11.55 600.14 11.97C600.39 12.18 600.65 12.51 600.99 12.22C601.33 11.93 600.99 11.59 600.9 11.31C600.549 10.6206 600.302 9.88239 600.17 9.12C600.17 8.78 600.17 8.42 600.63 8.4C600.715 8.38471 600.802 8.39296 600.882 8.42385C600.963 8.45473 601.033 8.50706 601.085 8.57514C601.138 8.64322 601.171 8.72444 601.181 8.80993C601.19 8.89543 601.176 8.98192 601.14 9.06C600.66 10.66 601.8 10.34 602.66 10.37C602.36 11.17 603.49 11.73 603.03 12.57C602.91 12.79 602.5 13.03 602.89 13.27C603.28 13.51 603.49 13.18 603.66 12.86C604.35 12.99 604.98 12.62 605.66 12.62C607.23 14.07 608.11 16.62 611.03 15.86C611.153 15.845 611.277 15.845 611.4 15.86C611.56 16.46 610.91 18.13 612.59 16.73C612.89 16.48 613.13 16.73 613.15 17.09C613.17 17.45 613.15 17.75 613.15 18.09L612.65 18.36C611.65 19.23 612.4 19.54 613.12 19.87C613.15 20.0677 613.244 20.2503 613.386 20.3908C613.528 20.5313 613.712 20.6222 613.91 20.65C613.97 20.96 614.06 21.23 614.41 20.86H614.92L615.36 20.92L615.67 21.38C615.81 21.89 615.81 21.87 616.58 21.89C617.35 21.91 617.77 21.89 617.69 21.01C618.14 20.9 618.4 20.35 618.94 20.45C619.85 20.66 620.13 20.45 620.18 19.64V19.14L620.67 18.6C620.743 18.6094 620.817 18.6094 620.89 18.6C622.06 18.35 623.09 18.33 623.54 19.76C623.67 20.16 624.32 20.27 624.43 19.88C624.68 19.02 625.72 18.63 625.53 17.43C625.34 16.23 626.28 15.74 627.34 16.43C627.548 16.5666 627.796 16.6282 628.043 16.6045C628.29 16.5809 628.522 16.4734 628.7 16.3C629.01 16.09 629.41 16.07 629.29 16.62C628.98 18.06 629.75 17.62 630.41 17.26C632.036 16.2576 633.549 15.0806 634.92 13.75C636.66 12.08 638.24 10.44 640.6 9.75C640.6 9.75 640.6 9.68 640.68 9.65H641.92C642.18 10.03 642.58 9.88 642.92 9.9C643.057 10.5186 643.338 11.096 643.741 11.5845C644.145 12.0731 644.658 12.4588 645.24 12.71C646.1 13.13 646.35 13.14 646.86 12.35C647.473 11.4803 648.166 10.6701 648.93 9.93C649.045 9.80433 649.195 9.71616 649.361 9.67693C649.527 9.6377 649.701 9.64922 649.86 9.71C650.29 9.89 649.96 10.2 649.95 10.45C649.95 10.86 649.79 11.32 650.42 11.45C650.491 11.8903 650.595 12.3248 650.73 12.75C650.91 13.19 651.39 13.31 651.52 12.83C651.7 12.16 652.08 11.26 650.92 10.95C650.8 9.95 652.22 9.95 652.16 8.95C652.167 8.83489 652.201 8.72312 652.26 8.62407C652.319 8.52503 652.401 8.44162 652.499 8.38086C652.597 8.32009 652.708 8.28376 652.823 8.27491C652.938 8.26606 653.054 8.28495 653.16 8.33C653.58 8.46 654.1 8.39 654.4 8.82C655.11 9.82 656.46 9.48 657.4 10.13C656.89 10.79 655.77 10.84 655.96 11.81C656.2 13.01 657.46 12.05 658.12 12.72C657.52 13.13 656.74 13.39 656.44 13.92C656.03 14.66 656.83 15.07 657.38 15.46C657.467 15.6874 657.602 15.8939 657.774 16.0662C657.946 16.2384 658.153 16.3726 658.38 16.46C658.362 16.667 658.394 16.8753 658.474 17.0674C658.553 17.2594 658.677 17.4297 658.836 17.5639C658.995 17.698 659.183 17.7922 659.385 17.8385C659.588 17.8848 659.799 17.8819 660 17.83C660.74 17.7 662 17.95 662.08 16.53L661.78 16.44L661.73 16.37C661.968 16.376 662.202 16.3167 662.409 16.1985C662.615 16.0804 662.785 15.908 662.9 15.7L663.08 15.41C663.614 15.4613 664.152 15.4173 664.67 15.28C665.48 15 665.76 15.39 665.6 16.15C665.49 16.68 665.14 17.35 665.6 17.68C666.89 18.68 667.79 20.2 669.6 20.39C671.136 20.6849 672.714 20.6849 674.25 20.39C675.83 19.97 676.6 18.55 677.93 17.86C677.93 17.86 677.93 17.78 677.93 17.74C678.08 17.74 678.27 17.74 678.38 17.59C679.015 17.0031 679.788 16.5855 680.626 16.3758C681.465 16.1661 682.344 16.171 683.18 16.39C683.75 16.49 684.63 16.83 684.97 15.84L685.32 15.6H685.89C685.89 15.97 686.14 15.99 686.4 16.04C686.454 16.3923 686.635 16.7124 686.91 16.9393C687.185 17.1662 687.534 17.2839 687.89 17.27C688.2 17.227 688.514 17.3078 688.765 17.495C689.016 17.6822 689.183 17.9606 689.23 18.27C689.55 19.39 690.92 20.27 691.61 19.71C692.82 18.8 694.41 18.21 694.89 16.52V16.03L695.11 15.9C695.231 15.9592 695.365 15.99 695.5 15.99C695.635 15.99 695.769 15.9592 695.89 15.9C695.89 15.95 695.89 16.01 695.89 16.06C695.89 16.57 696.27 16.57 696.63 16.56C696.64 17.2107 696.428 17.8454 696.03 18.36C695.53 19.24 697.25 19.04 696.88 19.93C696.875 19.9698 696.875 20.0102 696.88 20.05C696.507 20.0299 696.133 20.0299 695.76 20.05C695.42 20.05 694.86 19.84 694.76 20.3C694.66 20.76 695.35 20.74 695.68 20.93C695.829 21.0142 696.001 21.0459 696.17 21.02C697.44 20.8 697.75 21.48 697.64 22.57C697.64 22.81 697.59 23.04 697.57 23.28C697.64 24.12 697.83 24.4 698.57 24.28C699.581 24.0575 700.617 23.9734 701.65 24.03C701.841 24.0038 702.018 23.9197 702.16 23.7892C702.301 23.6586 702.399 23.4879 702.44 23.3H702.89C703.322 23.3047 703.741 23.1568 704.074 22.8823C704.407 22.6078 704.632 22.2245 704.71 21.8C705.2 20.23 705.41 20.17 706.71 20.9C706.731 20.9722 706.748 21.0457 706.76 21.12C706.76 21.52 706.68 21.99 707.22 22.04C707.76 22.09 707.71 21.71 707.69 21.36L707.78 20.68C708.73 20.39 709.78 18.53 709.31 17.68C709 16.9238 708.887 16.1017 708.98 15.29C708.98 14.95 708.98 14.58 709.37 14.47C709.76 14.36 709.96 14.7 710.14 14.97C710.32 15.24 710.68 15.72 710.82 15.54C711.32 14.86 712.27 15.11 712.73 14.47L713.19 14.53C713.28 16.35 713.28 16.39 715.09 16.34C715.519 16.2568 715.963 16.3164 716.355 16.5097C716.747 16.7029 717.065 17.0191 717.26 17.41C717.52 17.94 717.92 17.69 718.33 17.63C718.74 17.57 719.01 17.37 718.97 16.91C718.89 15.96 719.49 15.72 720.26 15.43C721.45 14.99 722.8 14.72 723.5 13.43L724 13.36C724.85 13.87 725.34 13.1 726 12.82H726.53L726.91 13.42C726.7 13.84 726.66 14.21 727.21 14.42C727.57 15.08 727.92 15.08 728.28 14.42C728.94 14.18 729.03 13.66 728.93 13.06C729.51 13.14 729.5 12.74 729.5 12.36C729.5 11.98 729.5 11.59 728.91 11.71L729.01 9.88C729.071 9.85698 729.139 9.85698 729.2 9.88C731.42 9.61 733.61 8.61 735.89 9.58C736.35 9.64 736.76 9.98 737.26 9.88C737.75 10.54 738.57 10.69 739.26 11.09C739.53 11.25 740.06 11.29 740.16 10.97C740.54 9.73 741.36 10.28 742.16 10.31C742.96 10.34 743.96 10.31 743.98 9.06C743.977 9.03198 743.981 9.0036 743.991 8.97742C744.002 8.95123 744.018 8.92806 744.04 8.91C744.57 8.91 744.57 8.54 744.56 8.17L744.62 6.95C745.417 6.38977 746.377 6.10853 747.35 6.15C747.419 6.1607 747.486 6.18089 747.55 6.21C747.94 7.57 748.97 6.96 749.81 6.93C750.14 7.16 750.09 7.53 750.13 7.86C750.092 8.39197 750.161 8.92611 750.333 9.431C750.505 9.9359 750.776 10.4014 751.13 10.8C751.62 11.49 751.73 10.9 751.8 10.46L752.51 10.71C752.92 11.57 753.69 11.01 754.29 11.15C754.386 11.1438 754.482 11.1661 754.566 11.2141C754.649 11.2621 754.717 11.3337 754.76 11.42C755.18 12.74 756.69 12.6 757.41 12.68C758.052 12.6944 758.674 12.9013 759.197 13.274C759.719 13.6468 760.118 14.168 760.34 14.77C760.7 15.57 761.34 15.92 762.09 15.21C762.314 14.9982 762.592 14.8517 762.893 14.7865C763.195 14.7213 763.508 14.7398 763.8 14.84C764.8 15.11 765.08 14.68 764.8 13.66C764.8 13.42 764.87 13.13 764.62 12.94C764.468 12.2313 764.194 11.5545 763.81 10.94C763.81 10.27 762.81 10.45 762.81 9.75C764.05 9.36 764.97 8.17 764.76 7.21L764.85 6.75C765.97 5.65 766.05 4.18 766.3 2.75C766.71 2.29 767.3 2.69 767.79 2.39L768.23 2.51V2.73C768.23 2.89 768.23 3.05 768.23 3.21C768.146 3.28212 768.083 3.37433 768.045 3.47794C768.007 3.58154 767.995 3.69312 768.013 3.80217C768.03 3.91122 768.074 4.01415 768.142 4.10124C768.21 4.18834 768.298 4.25674 768.4 4.3L768.31 5.13C768.39 6.1718 768.39 7.2182 768.31 8.26C768.267 8.37333 768.253 8.49538 768.269 8.61543C768.284 8.73549 768.329 8.84989 768.399 8.9486C768.469 9.04731 768.563 9.12733 768.671 9.18162C768.779 9.23591 768.899 9.26282 769.02 9.26C769.034 9.32927 769.034 9.40073 769.02 9.47C769.02 10.01 769.02 10.55 769.07 11.08L768.99 11.49C768.49 11.55 768.22 11.81 768.28 12.32C768.34 12.83 768.71 12.74 769.04 12.71C769.42 13.29 770.04 13.6 770.36 14.33C770.51 14.72 771.28 14.56 771.46 13.91C771.56 13.55 771.56 13.11 772.02 13.04C772.901 12.8356 773.678 12.3209 774.21 11.59C775.69 12.74 773.82 13.77 774.21 14.96C775.79 14.39 777.52 14.49 779.05 13.72L779.11 14.15C779.21 14.73 777.88 15.22 778.95 15.8C779.295 15.9449 779.682 15.952 780.032 15.8199C780.381 15.6878 780.667 15.4266 780.83 15.09C780.915 14.9343 780.96 14.7602 780.961 14.583C780.963 14.4057 780.921 14.2308 780.839 14.0737C780.757 13.9166 780.637 13.7821 780.491 13.682C780.345 13.582 780.176 13.5194 780 13.5C779.971 13.3991 779.922 13.3054 779.854 13.2251C779.787 13.1449 779.703 13.0799 779.608 13.0345C779.514 12.9891 779.411 12.9644 779.306 12.9619C779.201 12.9594 779.097 12.9792 779 13.02C779 12.38 778 11.83 778.8 11.15C779.11 10.8635 779.367 10.5251 779.56 10.15C779.827 9.81977 780.161 9.55005 780.541 9.35869C780.92 9.16734 781.336 9.05871 781.76 9.04C782.53 8.91 782.86 9.33 783.04 10.04C783.14 10.4 783.21 10.38 783.73 10.16C784.198 10.338 784.7 10.4131 785.2 10.38C785.177 10.4377 785.177 10.5023 785.2 10.56C785.2 10.75 785.27 10.96 785.51 10.99C785.75 11.02 785.91 10.81 785.99 10.58C786.59 10.58 787.21 10.85 787.79 10.47C787.849 10.4567 787.911 10.4567 787.97 10.47C787.97 11.02 788.26 11.11 788.69 10.8C789.69 10.96 790.45 9.95 791.47 10.22L791.94 10.3C791.87 10.71 791.76 11.11 791.72 11.51C791.68 11.91 791.82 12.51 792.42 12.51C793.359 12.6289 794.304 12.6957 795.25 12.71C796.49 12.51 797.18 12.71 797.48 13.99C797.64 14.64 798.33 14.67 798.83 14.39C799.33 14.11 799.3 13.56 798.83 13.14C798.66 12.97 798.46 12.88 798.64 12.55C799.006 11.9138 799.541 11.3907 800.184 11.0379C800.828 10.6851 801.557 10.5163 802.29 10.55C802.7 10.55 803.23 10.71 803.52 10.55C804.52 9.84 805.7 10.27 806.77 10.08C808.28 9.82 808.39 11.41 809.33 11.91C810 12.26 809.06 12.38 809.04 12.69C809.02 13 809.16 13.05 809.38 13.09L810.84 13.35C811.16 13.3354 811.477 13.4077 811.759 13.5591C812.04 13.7105 812.276 13.9355 812.44 14.21C812.59 14.69 812.53 15.33 813.28 15.03C814.03 14.73 813.81 14.16 813.57 13.64C813.44 13.35 813.02 13.02 813.39 12.79C813.76 12.56 814.11 13.03 814.19 13.34C814.45 14.4 815.62 14.34 816.19 15.03C816.39 15.27 816.71 14.97 816.73 14.61L817.5 14.17L818.21 14.22C818.39 14.78 818.87 14.6 819.21 14.61C819.707 14.5867 820.202 14.6826 820.654 14.8896C821.107 15.0966 821.503 15.4088 821.81 15.8C822 16.05 822.21 16.41 822.6 16.22C822.99 16.03 822.94 15.6 822.93 15.22C822.93 14.57 822.45 14.43 821.93 14.38C821.93 14.02 821.93 13.67 821.48 13.6L821.39 13.18C821.1 11.9 820.39 10.95 819.72 10.81L819.49 10.7C819.49 10.51 819.49 10.32 819.44 10.13C820.28 8.64 820.28 8.64 821.97 9.49C822.32 9.66 822.68 9.74 822.97 9.33H823.66H824.22C824.36 9.47 824.64 9.68 824.61 9.75C824.21 10.6 824.93 10.88 825.36 11.32C825.675 11.6369 825.972 11.9707 826.25 12.32C826.394 12.5632 826.62 12.7471 826.888 12.8388C827.155 12.9304 827.447 12.9237 827.71 12.82L828.28 12.71L828.95 12.84C828.95 13.47 829.35 13.46 829.83 13.57C831.18 13.88 832.38 14.79 833.83 14.71C833.83 14.71 833.9 14.93 833.94 15.05C833.864 15.0593 833.79 15.0795 833.72 15.11C833.043 15.0176 832.354 15.1038 831.72 15.36C831.584 15.3834 831.455 15.4345 831.34 15.5103C831.225 15.5861 831.127 15.6848 831.051 15.8003C830.976 15.9158 830.926 16.0455 830.903 16.1814C830.881 16.3173 830.886 16.4564 830.92 16.59C830.913 16.8741 831.011 17.1509 831.195 17.367C831.38 17.583 831.638 17.723 831.92 17.76C832.293 17.7899 832.667 17.7899 833.04 17.76C833.39 17.76 833.58 17.65 833.59 17.29V17.23L834.11 17.31C834.103 17.3765 834.112 17.4436 834.135 17.5063C834.158 17.569 834.195 17.6256 834.243 17.6718C834.291 17.7181 834.349 17.7528 834.413 17.7732C834.477 17.7937 834.544 17.7994 834.61 17.79V18.29C834.495 18.2961 834.383 18.3302 834.284 18.3893C834.185 18.4484 834.102 18.5308 834.042 18.6293C833.981 18.7277 833.946 18.8394 833.939 18.9545C833.932 19.0696 833.953 19.1848 834 19.29C834.1 19.66 834.25 20.09 834 20.37C833.35 21.17 833.91 21.58 834.47 21.95C834.738 22.19 835.089 22.315 835.448 22.2982C835.808 22.2814 836.146 22.124 836.39 21.86C836.739 21.5088 837.038 21.1119 837.28 20.68C837.386 20.3869 837.555 20.1202 837.773 19.898C837.992 19.6757 838.256 19.5032 838.547 19.3922C838.839 19.2812 839.15 19.2342 839.461 19.2546C839.773 19.2749 840.076 19.362 840.35 19.51C841.96 20.09 842.35 19.9 843.8 17.44C844.42 16.44 843.2 16.2 842.87 15.58V15.32H843.38C843.86 15.67 843.83 15.32 843.84 14.99L843.97 14.69L844.36 14.54C845.36 14.08 846.25 13.78 846.91 15C846.81 15.33 847.03 15.91 846.57 16C845.73 16.09 845.57 16.83 845.18 17.27C844.79 17.71 844.79 17.94 845.18 18.19C845.57 18.44 846.11 18.43 846.24 17.96C846.56 16.75 847.46 16.8 848.39 16.82L849.39 17.33C849.383 17.3962 849.39 17.4632 849.411 17.5263C849.432 17.5895 849.467 17.6473 849.512 17.6958C849.558 17.7443 849.614 17.7823 849.675 17.8072C849.737 17.8321 849.803 17.8433 849.87 17.84C850.63 18.98 850.87 17.54 851.42 17.53L852 17.4L852.38 17.45C852.45 17.78 852.67 17.8 852.94 17.75C852.997 17.8024 853.042 17.8674 853.07 17.94C852.91 18.83 853.9 18.85 854.07 19.5C854.2 19.3727 854.288 19.2086 854.322 19.0298C854.356 18.851 854.334 18.6661 854.26 18.5C854.18 18.19 853.93 17.84 854.33 17.63C854.489 17.5421 854.671 17.5073 854.851 17.5307C855.031 17.5541 855.199 17.6344 855.33 17.76C856.25 18.86 856.76 18.02 857.33 17.37H857.83C858.23 17.37 858.76 17.55 858.83 16.86C859.07 16.86 859.24 16.86 859.27 16.57C859.3 16.28 859.14 16.11 858.84 16.13H858.77L858.6 15.85C858.643 15.6683 858.754 15.51 858.91 15.4077C859.067 15.3053 859.256 15.2668 859.44 15.3C859.539 15.4766 859.685 15.6229 859.861 15.7233C860.037 15.8237 860.237 15.8744 860.44 15.87C861.13 17.13 861.81 15.69 862.52 15.87C863.01 15.98 863.27 15.65 863.15 15.12C863.93 14.93 863.87 14.12 864.15 13.64C865.02 13.54 865.22 12.85 865.44 12.19C865.57 12.1759 865.691 12.1157 865.781 12.0204C865.871 11.9251 865.924 11.8008 865.93 11.67C866.254 11.5118 866.61 11.4296 866.97 11.4296C867.33 11.4296 867.686 11.5118 868.01 11.67C868.17 12.1 868.59 12.31 868.89 12.67V13.14C869.42 13.91 869.95 14 870.36 13.07C870.61 12.52 870.88 11.87 871.54 12.07C872.2 12.27 873.33 11.75 873.54 13.13C873.603 13.6142 873.842 14.0584 874.21 14.379C874.579 14.6995 875.052 14.8741 875.54 14.87C875.749 14.8692 875.951 14.9438 876.11 15.08C876.9 15.94 878.11 15.94 879.11 16.21C879.572 16.3651 880.064 16.4123 880.548 16.3482C881.031 16.2841 881.494 16.1102 881.9 15.84C883.19 14.84 883.37 12.31 882.77 10.66C882.17 9.01 882.77 7.92 883.11 6.66C883.22 6.25 883.52 5.79 883.94 5.8C886.05 5.8 886.7 4.27 887.44 2.8C887.542 2.57078 887.695 2.36788 887.888 2.20672C888.08 2.04557 888.306 1.9304 888.55 1.87C889.918 1.56005 891.256 1.13178 892.55 0.59C893.11 0.39 893.86 0.879999 894.24 0.109999L895.45 0.209999C895.475 0.314596 895.521 0.412829 895.586 0.498375C895.652 0.583921 895.734 0.654883 895.828 0.706694C895.922 0.758504 896.026 0.790013 896.133 0.799194C896.241 0.808375 896.348 0.795023 896.45 0.759998C896.45 1.11 896.58 1.27 896.91 1.3L897.17 1.79L897.53 4.36C897.482 4.40637 897.441 4.46043 897.41 4.52C897.01 4.52 896.86 4.88 897.06 5.1C897.56 5.63 897.71 6.4 898.35 6.82C898.403 6.98115 898.511 7.11814 898.656 7.20618C898.801 7.29422 898.973 7.32749 899.14 7.3C899.14 7.69 899.39 7.78 899.73 7.7C900.092 7.95217 900.379 8.29776 900.56 8.7C900.25 9.36 901.26 9.92 900.75 10.55C900.01 11.49 900.75 12.23 901.11 12.92C901.34 13.4 902.04 13.58 902.43 12.82C902.654 12.7986 902.872 12.7317 903.07 12.6234C903.268 12.515 903.441 12.3676 903.58 12.19C903.884 11.7286 904.322 11.3711 904.835 11.1656C905.348 10.96 905.911 10.9162 906.45 11.04C906.82 11.04 907.31 11.19 907.45 10.58L907.98 10.08C908.08 10.0669 908.176 10.0301 908.26 9.97277C908.343 9.9154 908.412 9.83906 908.46 9.75C909.05 9 909.61 8.3 910.77 8.98C910.898 9.05665 911.041 9.10386 911.189 9.11819C911.337 9.13251 911.486 9.1136 911.626 9.06281C911.766 9.01203 911.893 8.93066 911.997 8.82464C912.102 8.71863 912.181 8.59064 912.23 8.45C912.66 7.62 911.53 7.93 911.56 7.34C912.39 6.9 913.48 6.64 913.71 5.44H914.71C914.71 5.69 914.92 5.67 915.08 5.7C914.919 6.68112 914.981 7.68583 915.26 8.64C915.68 10 917.26 10.95 918.06 10.21C918.86 9.47 919.89 9.52 920.89 9.8C922.237 10.0859 923.615 10.1934 924.99 10.12H925.44C925.95 10.39 926.44 10.51 926.72 9.84C926.935 9.77431 927.123 9.64205 927.258 9.46231C927.393 9.28258 927.467 9.06465 927.47 8.84C927.556 8.80238 927.63 8.74111 927.683 8.66326C927.737 8.58541 927.767 8.49415 927.77 8.4C928.23 8.18 928.19 7.75 928.22 7.4C928.59 7.4 928.8 7.11 929.02 6.88C929.82 6.08 930.5 6.14 931.1 7.11C931.28 7.39 931.49 7.64 931.67 7.91C932.33 8.91 932.18 9.44 931.02 9.91C930.42 9.81 930.19 10.15 930.21 10.68C930.204 11.0269 930.329 11.3633 930.561 11.6213C930.793 11.8793 931.114 12.0397 931.46 12.07C931.56 12.8 932.1 12.6 932.51 12.51C932.789 12.4332 933.048 12.2969 933.268 12.1104C933.489 11.924 933.667 11.6918 933.79 11.43C933.892 11.1356 934.097 10.8879 934.367 10.7318C934.637 10.5758 934.954 10.5219 935.26 10.58V11.02C935.477 11.7786 935.453 12.5859 935.19 13.33C934.48 13.66 934.48 14 935.19 14.33C935.19 14.5 935.19 14.66 935.19 14.83C935.184 14.8972 935.193 14.9649 935.216 15.0284C935.238 15.0918 935.275 15.1495 935.323 15.1972C935.371 15.2449 935.428 15.2815 935.492 15.3045C935.555 15.3274 935.623 15.3361 935.69 15.33C935.74 15.99 936.27 16.33 936.69 16.03C937.74 15.43 938.85 15.68 939.93 15.58C940.49 15.58 940.59 16.08 940.93 16.33C940.901 16.4629 940.9 16.6004 940.926 16.7339C940.952 16.8675 941.005 16.9943 941.082 17.1066C941.158 17.219 941.257 17.3144 941.372 17.3872C941.487 17.46 941.616 17.5086 941.75 17.53C942.119 17.5851 942.462 17.7515 942.734 18.0071C943.005 18.2627 943.193 18.5951 943.27 18.96C943.382 19.3847 943.631 19.7608 943.978 20.0301C944.325 20.2994 944.751 20.4469 945.19 20.45C945.676 20.4253 946.16 20.5324 946.59 20.76C946.798 20.8993 947.035 20.989 947.283 21.0225C947.531 21.056 947.784 21.0322 948.021 20.9531C948.258 20.8739 948.475 20.7415 948.653 20.5659C948.831 20.3903 948.967 20.1762 949.05 19.94C949.291 19.3222 949.73 18.8017 950.298 18.4598C950.866 18.1178 951.531 17.9737 952.19 18.05C952.888 17.9673 953.541 17.6588 954.048 17.1715C954.555 16.6842 954.889 16.0446 955 15.35C955.09 14.52 956.11 13.44 956.74 13.66C957.74 14 957.74 13.46 957.68 12.82C958.46 12.66 959.09 13.93 959.94 13.05L960.49 13.24C960.95 14.02 961.44 14.06 962.19 13.36H963.19C963.092 13.8437 962.927 14.3115 962.7 14.75C962.472 15.2524 962.449 15.8238 962.636 16.3429C962.823 16.8619 963.204 17.2878 963.7 17.53L964.4 17.61C964.55 18.24 965.03 18.06 965.45 18.02L966.9 18.08C966.983 18.1644 967.082 18.2314 967.191 18.2771C967.3 18.3228 967.417 18.3464 967.535 18.3464C967.653 18.3464 967.77 18.3228 967.879 18.2771C967.988 18.2314 968.087 18.1644 968.17 18.08C968.443 18.1569 968.732 18.1504 969.002 18.0613C969.271 17.9722 969.507 17.8045 969.68 17.58C969.807 17.5452 969.925 17.4826 970.025 17.3966C970.126 17.3107 970.205 17.2035 970.259 17.0829C970.313 16.9623 970.339 16.8312 970.335 16.6993C970.332 16.5674 970.299 16.4378 970.24 16.32C970.279 16.2132 970.295 16.0995 970.288 15.9861C970.281 15.8727 970.251 15.762 970.199 15.6607C970.148 15.5595 970.076 15.4699 969.988 15.3975C969.901 15.3252 969.799 15.2715 969.69 15.24L969.42 14.83C969.99 14.56 969.91 14.04 969.91 13.55C969.831 12.4879 969.929 11.42 970.2 10.39L970.5 10.12C971.57 9.88 971.73 8.88 972.19 8.12C972.41 7.99 972.63 7.85 972.62 7.53L973.08 7.23C973.596 7.38142 974.138 7.41895 974.67 7.34C974.894 7.77776 974.988 8.27058 974.94 8.76C974.99 9.9 975.5 10.26 976.63 9.97L977.46 9.79L977.52 10.04C977.21 11.18 978.25 12.04 978.21 13.11C977.663 13.1412 977.119 13.0164 976.64 12.75C976.79 12.43 977.43 12.22 976.93 11.75C976.43 11.28 976.2 10.75 975.44 11.13L974.44 11.06C974.441 10.99 974.425 10.9208 974.393 10.8584C974.362 10.796 974.315 10.7422 974.258 10.7018C974.201 10.6614 974.135 10.6356 974.066 10.6266C973.996 10.6175 973.926 10.6256 973.86 10.65L973.61 10.41C973.61 10 974.25 9.5 973.61 9.21C972.97 8.92 972.8 9.63 972.44 9.93C972.08 10.23 972.27 11.18 971.35 11.31C971.87 11.68 972.41 11.59 972.69 12.02C972.84 12.25 973.25 12.55 972.99 12.72C971.99 13.41 972.86 14.33 972.63 15.09C972.36 15.09 972.13 15.2 972.19 15.54C972.25 15.88 972.46 15.8 972.67 15.8L974.67 15.64C975.15 15.95 975.23 15.5 975.28 15.25C975.37 14.73 974.92 14.89 974.65 14.85L974.4 14.6C974.4 14.09 974.4 13.6 974.4 13.07L975.4 13.34C975.4 13.46 975.47 13.67 975.52 13.67C976.57 13.75 977.12 14.08 976.44 15.21C976.413 15.2671 976.399 15.3297 976.4 15.3929C976.401 15.4561 976.417 15.5183 976.446 15.5744C976.475 15.6306 976.517 15.6793 976.568 15.7167C976.619 15.7541 976.678 15.7792 976.74 15.79C976.818 15.8355 976.907 15.8578 976.997 15.8541C977.086 15.8505 977.173 15.8212 977.247 15.7696C977.321 15.718 977.378 15.6463 977.412 15.563C977.447 15.4798 977.456 15.3885 977.44 15.3C977.485 15.1428 977.556 14.9941 977.65 14.86C977.799 14.6872 977.988 14.5532 978.201 14.4696C978.413 14.386 978.643 14.3552 978.87 14.38C978.96 14.38 979.12 14.53 979.11 14.6C979.11 15.09 978.69 15.25 978.28 15.38C978.03 15.45 977.76 15.58 977.88 15.88C977.907 15.9369 977.946 15.9865 977.996 16.0247C978.046 16.0629 978.104 16.0884 978.166 16.0992C978.228 16.11 978.292 16.1058 978.352 16.0867C978.411 16.0677 978.466 16.0345 978.51 15.99C978.99 15.41 979.84 15.86 980.2 15.47C980.72 14.93 979.69 14.39 979.88 13.74L980.25 13.36C981.25 14.21 982.04 13.69 982.73 12.84H983.23C983.97 13.44 984.72 12.84 985.43 12.73C985.94 12.68 985.72 12.2 985.22 12.09C984.95 10.77 984.16 9.54 984.48 8.09H985.24L985.46 8.16V8.84C985.369 8.88938 985.297 8.96662 985.254 9.06028C985.211 9.15394 985.199 9.25904 985.22 9.36C985.33 10.36 986.11 10.02 986.69 10.1C986.77 11.1 987.55 12.1 986.76 13.26C986.49 13.65 987.44 14.17 987.53 13.93C987.85 13.09 988.89 13.3 989.2 12.58H989.7C990.39 13.64 990.82 14.95 992.37 15.11C992.65 15.11 992.76 15.42 992.85 15.64C993.14 16.33 993.59 16.44 994.22 16.07C994.85 15.7 995.14 15.73 995.22 16.51C995.233 16.7213 995.328 16.9192 995.485 17.0613C995.642 17.2033 995.848 17.2782 996.06 17.27C996.182 17.2626 996.301 17.2305 996.41 17.1756C996.519 17.1207 996.616 17.0441 996.695 16.9505C996.773 16.8569 996.832 16.7484 996.867 16.6314C996.903 16.5144 996.914 16.3914 996.9 16.27L997.39 16.18L997.51 17.42L997.44 17.87C997.373 17.8559 997.305 17.8575 997.239 17.8745C997.173 17.8916 997.112 17.9236 997.061 17.9682C997.009 18.0128 996.969 18.0686 996.943 18.1314C996.917 18.1942 996.905 18.2622 996.91 18.33V18.62C996.904 18.6899 996.904 18.7601 996.91 18.83C996.75 18.83 996.55 18.92 996.62 19.12C996.69 19.32 996.87 19.27 997.01 19.34C997.105 19.63 997.266 19.8942 997.479 20.1126C997.692 20.331 997.952 20.4978 998.24 20.6C998.44 21.39 999.07 20.98 999.52 21.07C999.593 21.0596 999.667 21.0596 999.74 21.07C999.84 21.68 1000.18 22.07 1000.81 22.07C1001.06 22.0547 1001.3 21.9426 1001.48 21.7567C1001.65 21.5708 1001.75 21.3251 1001.75 21.07L1002.04 20.61L1002.24 20.56C1002.37 20.5772 1002.51 20.5418 1002.61 20.4614C1002.72 20.381 1002.79 20.262 1002.81 20.13H1003.5C1004.6 20.3 1004.34 19.42 1004.5 18.86C1004.53 18.7346 1004.6 18.6189 1004.68 18.5218C1004.77 18.4247 1004.88 18.3488 1005 18.3H1005.5C1006.07 18.41 1006.68 17.89 1007.23 18.52C1008.54 19.99 1008.53 19.96 1009.54 18.21C1009.69 17.7899 1009.78 17.3474 1009.79 16.9C1009.95 16.2 1010.35 15.31 1011.13 15.84C1012.4 16.69 1013 15.84 1013.78 15.22C1014.12 14.94 1014.32 14.4 1014.93 14.45C1014.93 14.82 1014.69 14.95 1014.6 15.16C1014.31 15.82 1013.12 16.55 1013.85 17.07C1014.58 17.59 1015.46 16.64 1016 15.88C1016.04 15.8109 1016.08 15.7371 1016.11 15.66C1016.21 15.3429 1016.41 15.0655 1016.68 14.8666C1016.94 14.6676 1017.27 14.5569 1017.6 14.55C1017.95 14.4985 1018.27 14.3715 1018.57 14.1779C1018.86 13.9842 1019.1 13.7289 1019.28 13.43C1020.36 11.97 1021.46 10.58 1023.43 10C1024.7 9.63 1025.86 10.11 1027.04 9.83H1027.28C1027.38 10.4031 1027.62 10.9441 1027.97 11.41C1028.48 12.26 1030.34 12.89 1030.71 12.33C1031.4 11.26 1032.55 10.55 1033.02 9.33H1033.26C1034.15 9.02 1034.49 9.33 1034.19 10.21C1033.97 10.83 1034.04 11.21 1034.76 11.35C1034.84 11.76 1034.63 12.24 1035.02 12.59C1035.02 12.77 1035.02 13.02 1035.33 12.96C1035.42 12.96 1035.46 12.72 1035.53 12.59C1035.45 12 1035.76 11.35 1035.29 10.82C1035.29 10.4 1035.23 10 1035.69 9.74C1035.9 9.63392 1036.06 9.46598 1036.17 9.25973C1036.28 9.05349 1036.31 8.81929 1036.28 8.59C1036.42 8.25 1036.79 8.03 1036.79 7.59L1037.07 7.45L1037.75 7.64C1038.59 8.2 1039.17 9.16 1040.28 9.3C1040.73 9.36 1041.28 9.3 1041.44 9.82C1041.6 10.34 1041.06 10.49 1040.79 10.76C1040.52 11.03 1040.23 11.17 1040.34 11.56C1040.45 11.95 1040.84 12.05 1041.22 12.06C1041.5 12.022 1041.79 12.067 1042.05 12.1895C1042.3 12.312 1042.52 12.5068 1042.67 12.75C1042.26 12.7117 1041.85 12.8016 1041.49 13.0076C1041.13 13.2135 1040.84 13.5252 1040.67 13.9C1040.5 14.32 1040.98 14.9 1041.54 15.06C1041.61 15.2986 1041.73 15.516 1041.91 15.6912C1042.08 15.8664 1042.3 15.9934 1042.54 16.06C1042.54 17.06 1043.17 17.36 1044.07 17.28H1044.73C1044.79 17.3076 1044.86 17.3198 1044.93 17.3154C1045 17.311 1045.06 17.2902 1045.12 17.2548C1045.18 17.2194 1045.23 17.1704 1045.26 17.1121C1045.3 17.0538 1045.32 16.9879 1045.32 16.92C1045.6 16.859 1045.85 16.7376 1046.08 16.5647C1046.3 16.3918 1046.48 16.1716 1046.61 15.92L1047.07 15.61C1047.22 15.4776 1047.39 15.3635 1047.57 15.27C1048.22 15.06 1048.93 14.65 1049.57 15.03C1050.21 15.41 1049.77 16.03 1049.66 16.51C1049.59 16.7945 1049.61 17.0954 1049.74 17.3616C1049.86 17.6278 1050.08 17.8428 1050.34 17.97C1050.94 18.2483 1051.48 18.6464 1051.92 19.14C1052.15 19.4461 1052.46 19.6914 1052.8 19.855C1053.15 20.0187 1053.54 20.0959 1053.92 20.08C1055.34 20.355 1056.81 20.355 1058.23 20.08C1059.07 19.85 1059.85 19.87 1060.23 18.91C1060.26 18.7429 1060.35 18.5915 1060.48 18.4806C1060.61 18.3698 1060.77 18.3061 1060.94 18.3C1061.73 18.3 1062.14 17.84 1062.56 17.3C1063.25 17.17 1063.87 16.97 1063.82 16.08C1064.1 15.75 1064.48 15.91 1064.82 15.85C1065.1 16.19 1065.48 15.97 1065.82 16.03C1066.06 16.38 1066.32 16.38 1066.58 16.03H1068.58C1068.92 16.39 1069.01 16.13 1069.09 15.82L1070.33 15.52C1070.38 15.6041 1070.45 15.6724 1070.54 15.7167C1070.63 15.761 1070.72 15.7795 1070.82 15.77C1070.97 17.15 1072.03 16.68 1072.82 16.77H1073.06C1073.2 17.5436 1073.55 18.2655 1074.06 18.86C1074.49 19.3 1075.06 19.86 1075.55 19.43C1076.69 18.43 1078.36 17.94 1078.84 16.26C1078.84 16.12 1078.84 15.97 1078.84 15.83L1080.08 15.76C1080.25 15.8749 1080.38 16.0287 1080.48 16.2081C1080.57 16.3875 1080.62 16.5873 1080.62 16.79C1080.62 16.9928 1080.57 17.1925 1080.48 17.3719C1080.38 17.5513 1080.25 17.7051 1080.08 17.82C1079.88 18.03 1079.66 18.33 1080.15 18.47C1080.64 18.61 1081.08 18.63 1080.94 19.18C1080.8 19.73 1080.24 19.43 1079.86 19.49C1079.74 19.49 1079.62 19.49 1079.49 19.49C1079.36 19.49 1078.85 19.49 1078.84 19.87C1078.83 20.25 1079.17 20.35 1079.44 20.4C1079.89 20.4721 1080.35 20.4989 1080.8 20.48C1081.5 20.48 1081.99 20.59 1081.66 21.48C1081.63 21.5237 1081.62 21.5724 1081.61 21.623C1081.6 21.6737 1081.6 21.7253 1081.62 21.7748C1081.63 21.8243 1081.65 21.8707 1081.68 21.9111C1081.72 21.9515 1081.76 21.9851 1081.8 22.01C1081.8 22.44 1081.57 22.91 1082.02 23.25C1082.52 23.99 1083.02 24.01 1083.52 23.25L1083.76 23.18C1084.76 23.18 1085.76 24.12 1086.57 22.79C1086.96 22.66 1087.37 23.13 1087.74 22.73C1087.9 22.735 1088.05 22.7037 1088.19 22.6386C1088.33 22.5735 1088.46 22.4765 1088.55 22.3552C1088.65 22.2339 1088.72 22.0916 1088.75 21.9397C1088.78 21.7878 1088.78 21.6304 1088.74 21.48C1088.73 21.4068 1088.73 21.3332 1088.74 21.26C1089.37 21.01 1089.5 19.87 1090.5 20.26C1090.49 20.4224 1090.53 20.5845 1090.63 20.7166C1090.72 20.8488 1090.86 20.9422 1091.02 20.98C1092.21 21.98 1091.75 20.59 1092.02 20.28C1092.18 20.2741 1092.33 20.2216 1092.46 20.1291C1092.59 20.0365 1092.68 19.9081 1092.74 19.76C1093.05 19.6032 1093.3 19.3417 1093.43 19.0216C1093.57 18.7015 1093.59 18.3433 1093.49 18.01C1093.49 17.77 1093.49 17.52 1093.49 17.27C1093.35 16.6791 1093.27 16.0765 1093.24 15.47C1093.24 14.7 1093.52 14.47 1094.24 14.53C1094.34 15.05 1094.56 15.53 1095.18 15.39C1095.8 15.25 1095.77 14.79 1095.76 14.33L1096.52 14.1L1096.98 14.16C1096.98 14.38 1097.1 14.44 1097.25 14.51C1097.11 15.51 1097.42 16.01 1098.55 16.1C1099.68 16.19 1100.81 16.19 1101.6 17.34C1101.98 17.89 1103.6 17.43 1103.4 17.02C1103.04 16.21 1103.54 15.68 1103.76 15.02L1104.49 14.96C1105.17 15.49 1105.39 15.11 1105.49 14.47C1106.29 14.47 1107.14 14.61 1107.2 13.47L1108 13.27C1108.41 13.4089 1108.86 13.4089 1109.27 13.2699C1109.69 13.1308 1110.04 12.8605 1110.29 12.5L1110.74 12.56L1111.09 12.99V13.51C1110.93 13.58 1110.79 13.71 1110.89 13.86C1110.99 14.01 1111.17 13.94 1111.32 13.97C1111.32 14.25 1111.32 14.44 1111.67 14.5C1112.52 14.68 1112.97 14.15 1112.98 12.97L1113.06 12.57C1113.11 12.4829 1113.14 12.3825 1113.14 12.28C1113.14 12.1775 1113.11 12.0771 1113.06 11.99L1113.24 11.8C1113.59 11.39 1113.32 11.32 1112.96 11.3C1112.96 10.43 1113.51 9.89 1113.96 9.3C1113.99 9.28731 1114.02 9.28075 1114.05 9.28075C1114.08 9.28075 1114.11 9.28731 1114.14 9.3C1116.08 9.36 1118.03 8.23 1119.96 9.3C1119.96 9.64 1120.08 9.92 1120.46 9.55H1121.46C1121.85 10.34 1122.68 10.49 1123.38 10.75C1124.08 11.01 1124.38 10.63 1124.13 9.94C1124.11 9.91233 1124.11 9.88141 1124.11 9.85C1124.11 9.81859 1124.11 9.78766 1124.13 9.76C1124.5 9.76 1124.9 9.92 1125.13 9.53C1125.47 9.47184 1125.83 9.53549 1126.13 9.71C1126.2 9.98 1126.13 10.32 1126.66 10.14C1127.19 10.033 1127.66 9.74099 1127.98 9.3171C1128.31 8.89321 1128.48 8.36555 1128.45 7.83C1128.57 7.81161 1128.68 7.75172 1128.76 7.66054C1128.85 7.56936 1128.89 7.45254 1128.9 7.33C1128.98 6.89 1128.65 6.23 1129.38 6.11C1129.9 6.02 1130.64 5.9 1130.94 6.17C1131.82 6.77557 1132.87 7.08707 1133.94 7.06L1134.16 7.14V7.3C1134.16 7.57 1134.16 7.84 1134.16 8.11C1134 8.61024 1134.03 9.14877 1134.22 9.63503C1134.42 10.1213 1134.77 10.5256 1135.23 10.78C1135.54 10.89 1135.64 10.62 1135.68 10.36C1135.7 10.2846 1135.7 10.2054 1135.68 10.13H1136.17C1136.28 10.3757 1136.47 10.5779 1136.7 10.7047C1136.94 10.8314 1137.21 10.8755 1137.48 10.83C1137.78 10.7934 1138.09 10.8227 1138.38 10.9159C1138.67 11.0092 1138.94 11.1641 1139.16 11.37C1139.46 11.6921 1139.82 11.9516 1140.22 12.1336C1140.62 12.3155 1141.05 12.4163 1141.49 12.43C1142.96 12.71 1144.07 13.15 1144.59 14.64C1144.8 15.24 1145.3 15.64 1145.83 15.19C1146.36 14.74 1146.94 14.7 1147.42 14.32H1148.17C1149.06 14.32 1149.17 13.97 1148.54 12.99C1148.57 12.1073 1148.25 11.2487 1147.65 10.6C1147.62 10.44 1147.54 10.2952 1147.41 10.1896C1147.29 10.084 1147.13 10.0241 1146.97 10.02C1146.9 9.39 1147.71 9.22 1147.69 8.62L1147.8 8.19L1148.51 7.52C1148.61 7.52 1148.77 7.52 1148.82 7.45C1148.87 7.38 1148.82 7.15 1148.67 7.07C1148.67 6.91 1148.74 6.75 1148.77 6.59C1149.15 6.59 1149.44 6.48 1149.42 6.04C1149.36 5.04 1149.99 4.25 1150.18 3.33C1150.3 2.72 1150.75 2.85 1151.18 2.84C1151.61 2.83 1152 2.84 1151.92 3.27C1151.65 4.8 1152.82 6.19 1152.26 7.76C1152.08 8.27 1152.1 8.96 1152.94 9.08C1152.95 9.14927 1152.95 9.22073 1152.94 9.29C1152.94 9.83 1152.94 10.36 1152.94 10.9C1152.96 10.9586 1152.96 11.0214 1152.94 11.08C1152.46 11.08 1152.17 11.33 1152.18 11.83C1152.17 11.9313 1152.18 12.0336 1152.22 12.1285C1152.26 12.2234 1152.32 12.3082 1152.39 12.3756C1152.47 12.4431 1152.56 12.4914 1152.66 12.5165C1152.76 12.5416 1152.86 12.5428 1152.96 12.52C1153.31 13.12 1153.96 13.39 1154.27 14.14C1154.4 14.53 1155.19 14.37 1155.37 13.73C1155.47 13.36 1155.47 12.93 1155.93 12.85C1156.81 12.652 1157.59 12.1356 1158.11 11.4C1159.6 12.55 1157.73 13.58 1158.11 14.77C1159.69 14.2 1161.42 14.3 1162.95 13.53L1163.01 13.96C1163.11 14.54 1161.78 15.03 1162.85 15.61C1163.19 15.7549 1163.58 15.762 1163.93 15.6299C1164.28 15.4978 1164.57 15.2366 1164.73 14.9C1164.81 14.7443 1164.86 14.5702 1164.86 14.393C1164.86 14.2157 1164.82 14.0408 1164.74 13.8837C1164.66 13.7266 1164.54 13.5921 1164.39 13.492C1164.24 13.3919 1164.08 13.3294 1163.9 13.31C1163.87 13.21 1163.82 13.1173 1163.75 13.0379C1163.68 12.9585 1163.6 12.8942 1163.51 12.849C1163.41 12.8038 1163.31 12.7788 1163.2 12.7755C1163.1 12.7723 1163 12.7908 1162.9 12.83C1162.9 12.19 1161.9 11.64 1162.7 10.96C1163.01 10.6713 1163.27 10.3334 1163.47 9.96C1163.74 9.63099 1164.07 9.36201 1164.45 9.1707C1164.82 8.97939 1165.24 8.8701 1165.66 8.85C1166.43 8.72 1166.76 9.14 1166.94 9.85C1167.03 10.17 1167.28 10.61 1167.63 9.97C1168.1 10.148 1168.6 10.2231 1169.1 10.19C1169.08 10.2477 1169.08 10.3123 1169.1 10.37C1169.1 10.56 1169.17 10.77 1169.41 10.8C1169.65 10.83 1169.81 10.62 1169.89 10.39C1170.49 10.39 1171.11 10.66 1171.69 10.28C1171.75 10.2667 1171.81 10.2667 1171.87 10.28C1171.87 10.83 1172.16 10.92 1172.59 10.61C1173.59 10.77 1174.35 9.76 1175.37 10.03L1175.84 10.11C1175.77 10.52 1175.67 10.92 1175.63 11.32C1175.59 11.72 1175.72 12.32 1176.32 12.32C1177.26 12.4389 1178.2 12.5057 1179.15 12.52C1180.4 12.32 1181.08 12.52 1181.38 13.8C1181.54 14.45 1182.24 14.48 1182.73 14.2C1183.22 13.92 1183.2 13.37 1182.73 12.95C1182.56 12.78 1182.36 12.69 1182.54 12.36C1182.91 11.7238 1183.44 11.2007 1184.08 10.8479C1184.73 10.4951 1185.46 10.3263 1186.19 10.36C1186.61 10.36 1187.13 10.52 1187.42 10.36C1188.42 9.65 1189.6 10.09 1190.67 9.89C1192.18 9.63 1192.29 11.22 1193.23 11.72C1193.9 12.07 1192.96 12.19 1192.94 12.5C1192.92 12.81 1193.06 12.86 1193.28 12.9L1194.74 13.16C1195.07 13.1786 1195.39 13.2909 1195.66 13.4838C1195.93 13.6767 1196.14 13.9424 1196.27 14.25C1196.42 14.73 1196.36 15.37 1197.11 15.07C1197.86 14.77 1197.64 14.2 1197.4 13.68C1197.27 13.39 1196.85 13.06 1197.23 12.83C1197.61 12.6 1197.94 13.07 1198.02 13.38C1198.28 14.44 1199.45 14.38 1200.02 15.07C1200.22 15.31 1200.54 15.01 1200.57 14.65L1201.33 14.21L1202.04 14.26C1202.22 14.82 1202.7 14.64 1203.04 14.65C1203.54 14.6275 1204.03 14.7238 1204.48 14.9308C1204.93 15.1378 1205.32 15.4496 1205.63 15.84C1205.82 16.09 1206.03 16.45 1206.42 16.26C1206.81 16.07 1206.76 15.64 1206.75 15.26C1206.75 14.61 1206.27 14.47 1205.75 14.42C1205.75 14.07 1205.75 13.71 1205.3 13.64L1205.21 13.22C1204.92 11.94 1204.21 10.99 1203.54 10.85L1203.31 10.74V10.17C1204.14 8.68 1204.15 8.68 1205.84 9.53C1206.19 9.7 1206.55 9.78 1206.84 9.37H1207.53H1208.09C1208.23 9.51 1208.52 9.72 1208.49 9.79C1208.08 10.64 1208.8 10.92 1209.23 11.36C1209.54 11.6769 1209.84 12.0107 1210.12 12.36C1210.26 12.6032 1210.49 12.7871 1210.76 12.8787C1211.03 12.9704 1211.32 12.9637 1211.58 12.86L1212.15 12.75L1212.82 12.88C1212.82 13.51 1213.22 13.5 1213.7 13.61C1215.06 13.92 1216.25 14.83 1217.7 14.75C1217.7 14.75 1217.77 14.97 1217.81 15.09C1217.73 15.0993 1217.66 15.1195 1217.59 15.15C1216.91 15.0576 1216.22 15.1438 1215.59 15.4C1215.45 15.4234 1215.32 15.4745 1215.21 15.5503C1215.09 15.6261 1215 15.7248 1214.92 15.8403C1214.85 15.9558 1214.8 16.0855 1214.77 16.2214C1214.75 16.3573 1214.76 16.4964 1214.79 16.63C1214.78 16.9141 1214.88 17.1909 1215.07 17.407C1215.25 17.623 1215.51 17.763 1215.79 17.8C1216.16 17.8299 1216.54 17.8299 1216.91 17.8C1217.26 17.8 1217.45 17.69 1217.46 17.33V17.27L1217.98 17.35C1217.97 17.417 1217.98 17.4842 1218.01 17.5468C1218.03 17.6095 1218.07 17.6659 1218.12 17.7119C1218.17 17.7579 1218.23 17.7924 1218.29 17.8129C1218.36 17.8333 1218.42 17.8391 1218.49 17.83C1218.49 18 1218.49 18.16 1218.49 18.33C1218.37 18.3361 1218.26 18.3702 1218.16 18.4293C1218.06 18.4884 1217.98 18.5708 1217.92 18.6693C1217.86 18.7677 1217.83 18.8794 1217.82 18.9945C1217.81 19.1096 1217.83 19.2248 1217.88 19.33C1217.98 19.7 1218.13 20.13 1217.88 20.41C1217.23 21.22 1217.79 21.62 1218.35 21.99C1218.62 22.23 1218.97 22.355 1219.33 22.3382C1219.69 22.3214 1220.03 22.164 1220.27 21.9C1220.62 21.5498 1220.93 21.1527 1221.17 20.72C1221.28 20.4283 1221.44 20.1628 1221.66 19.9416C1221.88 19.7203 1222.14 19.5485 1222.43 19.4375C1222.72 19.3266 1223.03 19.2793 1223.34 19.2987C1223.65 19.3181 1223.96 19.4038 1224.23 19.55C1225.85 20.13 1226.23 19.94 1227.68 17.48C1228.3 16.48 1227.08 16.23 1226.75 15.62V15.36H1227.26C1227.74 15.71 1227.71 15.36 1227.72 15.03L1227.85 14.73L1228.24 14.58C1229.24 14.12 1230.13 13.82 1230.79 15.04C1230.69 15.37 1230.91 15.95 1230.45 16.04C1229.61 16.13 1229.45 16.87 1229.06 17.31C1228.67 17.75 1228.67 17.98 1229.06 18.23C1229.45 18.48 1229.99 18.47 1230.12 18C1230.44 16.79 1231.34 16.84 1232.27 16.86L1233.27 17.37C1233.26 17.4362 1233.27 17.5032 1233.29 17.5663C1233.31 17.6295 1233.35 17.6873 1233.39 17.7358C1233.44 17.7843 1233.49 17.8223 1233.56 17.8472C1233.62 17.8721 1233.68 17.8833 1233.75 17.88C1234.51 19.02 1234.75 17.58 1235.3 17.57L1235.88 17.44L1236.26 17.49C1236.33 17.82 1236.55 17.84 1236.82 17.79C1236.88 17.8424 1236.92 17.9074 1236.95 17.98C1236.79 18.87 1237.78 18.89 1237.95 19.54C1238.08 19.4127 1238.17 19.2486 1238.2 19.0698C1238.24 18.891 1238.21 18.7061 1238.14 18.54C1238.06 18.23 1237.81 17.88 1238.21 17.67C1238.37 17.5821 1238.55 17.5473 1238.73 17.5707C1238.91 17.5941 1239.08 17.6744 1239.21 17.8C1240.14 18.9 1240.64 18.06 1241.21 17.41H1241.71C1242.11 17.41 1242.64 17.59 1242.71 16.9C1242.95 16.9 1243.12 16.9 1243.15 16.61C1243.18 16.32 1243.03 16.15 1242.72 16.17H1242.65C1242.65 16.08 1242.54 15.99 1242.49 15.89C1242.5 15.7829 1242.54 15.6798 1242.59 15.5886C1242.65 15.4974 1242.73 15.4204 1242.82 15.3636C1242.91 15.3067 1243.02 15.2714 1243.12 15.2604C1243.23 15.2494 1243.34 15.2629 1243.44 15.3C1243.54 15.4766 1243.68 15.6229 1243.86 15.7233C1244.04 15.8237 1244.24 15.8744 1244.44 15.87C1245.13 17.13 1245.81 15.69 1246.52 15.87C1247.01 15.98 1247.27 15.66 1247.15 15.12C1248.05 14.2401 1248.9 13.305 1249.68 12.32C1249.78 12.0937 1249.93 11.8961 1250.13 11.7454C1250.33 11.5948 1250.56 11.496 1250.8 11.4581C1251.05 11.4202 1251.29 11.4445 1251.53 11.5287C1251.76 11.613 1251.97 11.7544 1252.13 11.94L1252.91 12.67C1252.89 12.7732 1252.89 12.8811 1252.93 12.9794C1252.97 13.0777 1253.04 13.1616 1253.13 13.22C1253.73 13.93 1254.13 13.92 1254.47 12.97C1254.54 12.6539 1254.74 12.3788 1255.01 12.2047C1255.28 12.0305 1255.61 11.9714 1255.93 12.04C1256.33 12.0443 1256.73 12.1502 1257.08 12.3477C1257.43 12.5453 1257.72 12.8282 1257.93 13.17C1257.93 13.73 1257.93 14.41 1258.58 14.52C1260.09 14.8 1261.31 15.81 1262.83 16.07C1265.29 16.5 1266.75 16.07 1267.02 13.26C1267.04 12.2004 1266.87 11.1457 1266.54 10.14C1266.27 9.16149 1266.4 8.11676 1266.9 7.23291C1267.4 6.34907 1268.22 5.69755 1269.2 5.42C1269.6 5.30027 1269.96 5.08182 1270.26 4.78474C1270.55 4.48767 1270.76 4.12152 1270.88 3.72C1271.09 3.07928 1271.49 2.51633 1272.03 2.1018C1272.56 1.68727 1273.21 1.43964 1273.88 1.39C1274.36 1.38745 1274.84 1.27542 1275.27 1.06237C1275.7 0.849311 1276.08 0.540778 1276.38 0.16C1276.45 0.135523 1276.51 0.0981428 1276.56 0.0499992L1277.16 0.139999C1277.57 0.569999 1277.93 0.52 1278.22 0L1279.42 0.0999985C1279.44 0.204523 1279.49 0.30265 1279.56 0.387913C1279.62 0.473175 1279.7 0.543637 1279.8 0.594658C1279.89 0.645679 1280 0.676099 1280.1 0.683914C1280.21 0.691729 1280.32 0.676763 1280.42 0.639999C1280.42 0.989999 1280.55 1.15 1280.88 1.18L1281.14 1.67L1281.5 4.24C1281.45 4.28919 1281.41 4.34279 1281.38 4.4C1280.98 4.4 1280.83 4.76 1281.03 4.98C1281.53 5.51 1281.69 6.28 1282.32 6.7C1282.37 6.86116 1282.48 6.99814 1282.63 7.08617C1282.77 7.17421 1282.94 7.2075 1283.11 7.18C1283.11 7.57 1283.37 7.66 1283.7 7.58C1284.06 7.83217 1284.35 8.17776 1284.53 8.58C1284.22 9.24 1285.23 9.8 1284.73 10.43C1283.98 11.37 1284.73 12.11 1285.08 12.8C1285.31 13.28 1286.01 13.46 1286.4 12.7C1286.62 12.6786 1286.84 12.6117 1287.04 12.5034C1287.24 12.395 1287.41 12.2476 1287.55 12.07C1287.85 11.6086 1288.29 11.2511 1288.8 11.0456C1289.32 10.84 1289.88 10.7962 1290.42 10.92C1290.79 10.92 1291.28 11.07 1291.42 10.46L1291.95 9.96C1292.05 9.94689 1292.15 9.91014 1292.23 9.85277C1292.31 9.7954 1292.38 9.71906 1292.43 9.63C1293.03 8.88 1293.58 8.18 1294.74 8.86C1294.87 8.93665 1295.01 8.98386 1295.16 8.99818C1295.31 9.01251 1295.46 8.99359 1295.6 8.94281C1295.74 8.89203 1295.86 8.81066 1295.97 8.70464C1296.07 8.59863 1296.15 8.47063 1296.2 8.33C1296.63 7.5 1295.5 7.81 1295.53 7.15C1296.43 6.86 1297.43 6.5 1297.68 5.32H1298.68C1298.68 5.57 1298.89 5.55 1299.05 5.58C1298.89 6.56112 1298.95 7.56583 1299.23 8.52C1299.65 9.88 1301.23 10.83 1302.03 10.09C1302.95 9.2 1303.86 9.4 1304.86 9.68C1306.21 9.96586 1307.59 10.0734 1308.96 10H1309.44C1309.95 10.27 1310.44 10.39 1310.72 9.72C1310.93 9.65431 1311.12 9.52205 1311.26 9.34232C1311.39 9.16258 1311.47 8.94465 1311.47 8.72C1311.56 8.68237 1311.63 8.62111 1311.68 8.54326C1311.74 8.46542 1311.77 8.37416 1311.77 8.28C1312.23 8.06 1312.19 7.63 1312.22 7.28C1312.59 7.28 1312.8 6.99 1313.02 6.76C1313.82 5.96 1314.51 6.02 1315.11 6.99C1315.28 7.27 1315.49 7.52 1315.67 7.8C1316.33 8.8 1316.18 9.32 1315.02 9.8C1314.42 9.7 1314.19 10.04 1314.21 10.57C1314.2 10.9169 1314.33 11.2533 1314.56 11.5113C1314.79 11.7693 1315.11 11.9297 1315.46 11.96C1315.56 12.69 1316.1 12.49 1316.46 12.4C1316.74 12.3245 1317 12.1888 1317.22 12.0022C1317.45 11.8157 1317.63 11.5829 1317.75 11.32C1317.85 11.0264 1318.05 10.7789 1318.32 10.6228C1318.59 10.4666 1318.91 10.4124 1319.21 10.47V10.91C1319.43 11.669 1319.4 12.478 1319.13 13.22C1318.43 13.55 1318.43 13.89 1319.13 14.22C1319.13 14.39 1319.13 14.55 1319.13 14.72C1319.12 14.7867 1319.13 14.8542 1319.15 14.9177C1319.17 14.9812 1319.21 15.0391 1319.26 15.087C1319.3 15.135 1319.36 15.1718 1319.42 15.1948C1319.49 15.2178 1319.55 15.2264 1319.62 15.22C1319.62 15.88 1320.2 16.22 1320.62 15.92C1321.62 15.32 1322.78 15.57 1323.86 15.47C1324.42 15.47 1324.52 15.97 1324.86 16.22C1324.83 16.3537 1324.83 16.4918 1324.86 16.626C1324.88 16.7601 1324.94 16.8873 1325.02 16.9998C1325.09 17.1123 1325.19 17.2076 1325.31 17.2799C1325.43 17.3521 1325.55 17.3998 1325.69 17.42C1326.06 17.4769 1326.4 17.6442 1326.67 17.8997C1326.94 18.1551 1327.12 18.4866 1327.2 18.85C1327.31 19.2764 1327.56 19.6536 1327.91 19.9231C1328.26 20.1926 1328.69 20.3391 1329.13 20.34C1329.61 20.3151 1330.09 20.4222 1330.52 20.65C1330.73 20.7891 1330.97 20.8784 1331.21 20.9113C1331.46 20.9441 1331.72 20.9195 1331.95 20.8393C1332.19 20.7591 1332.41 20.6256 1332.59 20.4489C1332.76 20.2722 1332.9 20.057 1332.98 19.82C1333.22 19.2041 1333.66 18.6858 1334.23 18.3457C1334.8 18.0057 1335.46 17.863 1336.12 17.94C1336.82 17.8573 1337.47 17.5488 1337.98 17.0615C1338.49 16.5742 1338.82 15.9346 1338.93 15.24C1339.02 14.41 1340.04 13.33 1340.67 13.55C1341.67 13.89 1341.67 13.36 1341.61 12.71C1342.39 12.55 1343.02 13.82 1343.87 12.94L1344.42 13.13C1344.88 13.91 1345.42 13.95 1346.12 13.25H1347.12C1347.02 13.7337 1346.86 14.2015 1346.63 14.64C1346.4 15.1424 1346.38 15.7138 1346.57 16.2329C1346.75 16.7519 1347.13 17.1778 1347.63 17.42L1348.33 17.5C1348.48 18.13 1348.96 17.95 1349.33 17.91L1350.78 17.97C1350.86 18.0544 1350.96 18.1214 1351.07 18.1671C1351.18 18.2128 1351.3 18.2364 1351.41 18.2364C1351.53 18.2364 1351.65 18.2128 1351.76 18.1671C1351.87 18.1214 1351.97 18.0544 1352.05 17.97C1352.32 18.0469 1352.61 18.0404 1352.88 17.9513C1353.15 17.8622 1353.39 17.6945 1353.56 17.47C1353.69 17.4352 1353.81 17.3726 1353.91 17.2866C1354.01 17.2007 1354.09 17.0935 1354.14 16.9729C1354.19 16.8523 1354.22 16.7212 1354.22 16.5893C1354.21 16.4574 1354.18 16.3278 1354.12 16.21C1354.16 16.1032 1354.17 15.9895 1354.17 15.8761C1354.16 15.7627 1354.13 15.652 1354.08 15.5507C1354.03 15.4495 1353.96 15.3599 1353.87 15.2875C1353.78 15.2152 1353.68 15.1615 1353.57 15.13L1353.3 14.72C1353.87 14.45 1353.79 13.93 1353.79 13.44C1353.71 12.3779 1353.81 11.31 1354.08 10.28L1354.38 10.01C1355.45 9.77 1355.61 8.77 1356.07 8.01C1356.29 7.88 1356.51 7.74 1356.5 7.42L1356.96 7.12C1357.48 7.27111 1358.02 7.30863 1358.55 7.23C1358.77 7.66776 1358.87 8.16058 1358.82 8.65C1358.82 9.79 1359.38 10.15 1360.51 9.86L1361.34 9.68L1361.4 9.93C1361.09 11.07 1362.13 11.93 1362.09 13C1361.52 13.0278 1360.96 12.8962 1360.46 12.62C1360.76 12.35 1361.27 12.09 1360.81 11.62C1360.35 11.15 1360.08 10.62 1359.32 11L1358.32 10.93C1358.32 10.86 1358.31 10.7908 1358.27 10.7284C1358.24 10.666 1358.2 10.6122 1358.14 10.5718C1358.08 10.5314 1358.02 10.5056 1357.95 10.4966C1357.88 10.4875 1357.81 10.4956 1357.74 10.52L1357.49 10.28C1357.49 9.87 1358.13 9.37 1357.49 9.08C1356.85 8.79 1356.68 9.5 1356.32 9.8C1355.96 10.1 1356.15 11.06 1355.23 11.18C1355.75 11.55 1356.29 11.46 1356.57 11.89C1356.72 12.12 1357.13 12.42 1356.87 12.59C1355.87 13.28 1356.74 14.19 1356.51 14.96C1356.24 14.96 1356.01 15.07 1356.07 15.4C1356.13 15.73 1356.34 15.67 1356.55 15.67L1358.55 15.51C1359.03 15.82 1359.11 15.37 1359.16 15.12C1359.25 14.6 1358.8 14.76 1358.53 14.72L1358.28 14.47V12.85L1359.28 13.12C1359.28 13.24 1359.35 13.45 1359.4 13.45C1360.4 13.54 1361.01 13.86 1360.32 14.98C1360.29 15.0378 1360.28 15.101 1360.28 15.1648C1360.28 15.2286 1360.3 15.2913 1360.33 15.3482C1360.35 15.405 1360.4 15.4546 1360.45 15.493C1360.5 15.5314 1360.56 15.5578 1360.62 15.57C1360.69 15.5981 1360.76 15.6108 1360.83 15.6072C1360.91 15.6037 1360.98 15.5839 1361.04 15.5494C1361.1 15.515 1361.16 15.4666 1361.2 15.4079C1361.25 15.3492 1361.28 15.2816 1361.29 15.21C1361.45 14.64 1361.93 14.49 1362.42 14.39C1362.5 14.3759 1362.58 14.3793 1362.66 14.4C1362.74 14.4208 1362.81 14.4583 1362.87 14.51C1363.03 14.71 1362.87 14.86 1362.73 15.04C1362.49 15.49 1361.43 15.32 1361.73 15.86C1362.14 16.63 1362.63 15.44 1363.18 15.61C1363.26 15.6205 1363.35 15.6205 1363.43 15.61C1364.09 15.61 1364.59 15.5 1363.92 14.74C1363.7 14.49 1363.87 14.06 1363.53 13.87C1363.59 13.4 1363.98 13.3 1364.33 13.15H1364.52C1364.68 13.82 1365.1 14.04 1365.68 13.68C1366 13.4366 1366.29 13.1544 1366.54 12.84H1367.04C1367.79 13.44 1368.53 12.84 1369.24 12.73C1369.75 12.68 1369.53 12.2 1369.03 12.09C1368.76 10.77 1367.97 9.54 1368.29 8.09H1369.05L1369.27 8.16V8.84C1369.18 8.88938 1369.11 8.96662 1369.06 9.06028C1369.02 9.15394 1369.01 9.25904 1369.03 9.36C1369.14 10.36 1369.92 10.02 1370.5 10.1C1370.58 11.1 1371.36 12.1 1370.57 13.26C1370.3 13.65 1371.25 14.17 1371.34 13.93C1371.66 13.09 1372.7 13.3 1373.01 12.58H1373.51C1374.2 13.58 1374.63 14.95 1376.18 15.11C1376.46 15.11 1376.57 15.42 1376.66 15.64C1376.95 16.33 1377.4 16.44 1378.03 16.07C1378.66 15.7 1378.95 15.73 1379.03 16.51C1379.04 16.7213 1379.14 16.9192 1379.3 17.0613C1379.45 17.2033 1379.66 17.2782 1379.87 17.27C1379.99 17.2641 1380.11 17.2329 1380.22 17.1784C1380.33 17.124 1380.43 17.0474 1380.51 16.9535C1380.59 16.8596 1380.65 16.7504 1380.68 16.6328C1380.72 16.5152 1380.73 16.3917 1380.71 16.27L1381.2 16.18L1381.32 17.42C1381.32 17.57 1381.32 17.72 1381.25 17.87C1381.18 17.858 1381.12 17.861 1381.05 17.8788C1380.99 17.8966 1380.93 17.9288 1380.87 17.9729C1380.82 18.0171 1380.78 18.0721 1380.76 18.1339C1380.73 18.1957 1380.72 18.2627 1380.72 18.33V18.62C1380.71 18.6899 1380.71 18.7601 1380.72 18.83C1380.56 18.83 1380.36 18.92 1380.43 19.12C1380.5 19.32 1380.68 19.27 1380.82 19.34C1380.92 19.631 1381.08 19.896 1381.29 20.1144C1381.51 20.3329 1381.77 20.499 1382.06 20.6C1382.25 21.39 1382.88 20.98 1383.33 21.07H1383.55C1383.65 21.68 1383.99 22.07 1384.62 22.07C1384.87 22.0547 1385.11 21.9426 1385.29 21.7567C1385.46 21.5708 1385.56 21.3251 1385.56 21.07L1385.85 20.61L1386.05 20.56C1386.18 20.5772 1386.32 20.5418 1386.42 20.4614C1386.53 20.381 1386.6 20.262 1386.62 20.13H1387.31C1388.41 20.3 1388.15 19.42 1388.31 18.86C1388.34 18.7346 1388.41 18.6189 1388.49 18.5218C1388.58 18.4247 1388.69 18.3488 1388.81 18.3H1389.31C1389.88 18.41 1390.49 17.89 1391.04 18.52C1392.35 19.99 1392.35 19.96 1393.35 18.21C1393.51 17.7912 1393.59 17.3479 1393.6 16.9C1393.76 16.2 1394.16 15.31 1394.94 15.84C1396.21 16.68 1396.81 15.84 1397.59 15.22C1397.93 14.94 1398.13 14.4 1398.71 14.45C1398.79 14.84 1398.5 14.95 1398.41 15.16C1398.12 15.82 1396.93 16.55 1397.66 17.07C1398.39 17.59 1399.27 16.64 1399.81 15.88C1399.85 15.8109 1399.89 15.7371 1399.92 15.66C1400.02 15.3429 1400.22 15.0655 1400.49 14.8666C1400.75 14.6676 1401.08 14.5569 1401.41 14.55C1401.76 14.4985 1402.08 14.3715 1402.38 14.1779C1402.67 13.9842 1402.91 13.7289 1403.09 13.43C1404.18 11.97 1405.27 10.58 1407.24 10C1408.51 9.63 1409.67 10.11 1410.85 9.83H1411.09C1411.19 10.4031 1411.43 10.9441 1411.78 11.41C1412.29 12.26 1414.15 12.89 1414.52 12.33C1415.21 11.26 1416.36 10.55 1416.83 9.33H1417.07C1417.96 9.02 1418.3 9.33 1418 10.21C1417.79 10.83 1417.85 11.21 1418.57 11.35C1418.65 11.76 1418.44 12.24 1418.83 12.59C1418.83 12.77 1418.83 13.02 1419.14 12.96C1419.23 12.96 1419.27 12.72 1419.34 12.59C1419.26 12 1419.57 11.35 1419.1 10.82C1419.1 10.4 1419.04 10 1419.5 9.74C1419.71 9.63392 1419.87 9.46598 1419.98 9.25973C1420.09 9.05349 1420.12 8.81929 1420.09 8.59C1420.23 8.25 1420.61 8.03 1420.6 7.59L1420.88 7.45L1421.56 7.64C1421.7 8.06 1421.88 8.15 1422.12 7.71L1422.34 7.56C1422.39 7.60244 1422.45 7.63009 1422.52 7.64C1422.52 7.81 1422.61 7.98 1422.66 8.15C1422.66 9.09 1423.44 9.15 1424.06 9.29C1424.51 9.39 1425.06 9.29 1425.24 9.8C1425.42 10.31 1424.82 10.53 1424.51 10.8C1424.2 11.07 1424.02 11.27 1424.18 11.64C1424.24 11.7744 1424.34 11.8852 1424.47 11.9555C1424.6 12.0259 1424.75 12.052 1424.9 12.03C1425.2 11.9858 1425.51 12.027 1425.79 12.149C1426.07 12.271 1426.31 12.4688 1426.48 12.72C1426.06 12.6708 1425.64 12.7555 1425.27 12.9621C1424.9 13.1686 1424.61 13.4865 1424.43 13.87C1424.25 14.3 1424.74 14.87 1425.3 15.04C1425.37 15.2786 1425.49 15.496 1425.67 15.6712C1425.84 15.8464 1426.06 15.9734 1426.3 16.04C1426.3 17.04 1426.93 17.34 1427.83 17.26H1428.49C1428.55 17.285 1428.62 17.2952 1428.69 17.2898C1428.76 17.2843 1428.82 17.2633 1428.88 17.2285C1428.94 17.1937 1428.99 17.1459 1429.02 17.0889C1429.06 17.0319 1429.08 16.9673 1429.09 16.9C1429.36 16.837 1429.62 16.7148 1429.84 16.542C1430.06 16.3693 1430.24 16.1501 1430.37 15.9L1430.83 15.59C1430.98 15.4576 1431.15 15.3435 1431.33 15.25C1431.98 15.04 1432.69 14.63 1433.33 15.01C1433.97 15.39 1433.53 16.01 1433.42 16.49C1433.35 16.7745 1433.37 17.0754 1433.5 17.3416C1433.62 17.6078 1433.84 17.8228 1434.1 17.95C1434.7 18.2283 1435.24 18.6264 1435.68 19.12C1435.91 19.4261 1436.22 19.6714 1436.56 19.835C1436.91 19.9987 1437.3 20.0759 1437.68 20.06C1439.11 20.3351 1440.57 20.3351 1442 20.06C1442.83 19.83 1443.62 19.85 1443.94 18.89C1443.97 18.7229 1444.06 18.5715 1444.19 18.4606C1444.32 18.3498 1444.48 18.2861 1444.65 18.28C1445.44 18.28 1445.85 17.82 1446.27 17.28C1446.96 17.15 1447.58 16.95 1447.53 16.06C1447.81 15.73 1448.2 15.89 1448.53 15.83C1448.81 16.17 1449.19 15.95 1449.53 16.01C1449.77 16.36 1450.03 16.36 1450.29 16.01H1452.29C1452.63 16.37 1452.72 16.11 1452.8 15.8L1454.04 15.5C1454.09 15.5841 1454.16 15.6524 1454.25 15.6967C1454.34 15.741 1454.43 15.7595 1454.53 15.75C1454.68 17.13 1455.74 16.66 1456.53 16.75H1456.77C1456.91 17.5236 1457.26 18.2455 1457.77 18.84C1458.2 19.28 1458.77 19.84 1459.26 19.41C1460.4 18.41 1462.07 17.92 1462.55 16.24L1462.81 15.76H1463.04C1463.13 15.89 1463.21 15.88 1463.29 15.76H1463.56L1463.79 16C1464.61 16.36 1464.62 16.83 1464.09 17.5C1463.93 17.72 1463.09 18.15 1464.01 18.5C1464.37 18.64 1464.81 18.69 1464.72 19.17C1464.63 19.65 1464.13 19.47 1463.79 19.51C1463.45 19.55 1463.37 19.51 1463.16 19.51C1462.95 19.51 1462.63 19.51 1462.61 19.87C1462.59 20.23 1462.85 20.32 1463.08 20.37C1463.52 20.4583 1463.98 20.5018 1464.43 20.5C1465.22 20.5 1465.82 20.57 1465.43 21.59C1465.4 21.6699 1465.41 21.7571 1465.44 21.8347C1465.47 21.9124 1465.53 21.9749 1465.61 22.01C1465.61 22.44 1465.38 22.91 1465.83 23.25C1466.33 23.99 1466.83 24.01 1467.33 23.25L1467.57 23.18C1468.57 23.18 1469.57 24.12 1470.38 22.79C1470.77 22.66 1471.19 23.13 1471.56 22.73C1471.72 22.735 1471.87 22.7037 1472.01 22.6386C1472.15 22.5735 1472.28 22.4765 1472.37 22.3552C1472.47 22.2339 1472.54 22.0916 1472.57 21.9397C1472.6 21.7878 1472.6 21.6304 1472.56 21.48C1472.55 21.4068 1472.55 21.3332 1472.56 21.26C1473.19 21.01 1473.32 19.87 1474.32 20.26C1474.31 20.4224 1474.35 20.5845 1474.45 20.7166C1474.54 20.8488 1474.68 20.9422 1474.84 20.98C1476.03 21.98 1475.57 20.59 1475.84 20.28C1476 20.2741 1476.15 20.2216 1476.28 20.1291C1476.41 20.0365 1476.5 19.9081 1476.56 19.76C1476.87 19.6032 1477.12 19.3417 1477.25 19.0216C1477.39 18.7015 1477.41 18.3433 1477.31 18.01C1477.31 17.77 1477.31 17.52 1477.31 17.27C1477.17 16.6791 1477.09 16.0765 1477.06 15.47C1477.06 14.7 1477.34 14.47 1478.06 14.53C1478.16 15.05 1478.38 15.53 1479 15.39C1479.62 15.25 1479.59 14.79 1479.58 14.33L1480.34 14.1L1480.81 14.16C1480.81 14.38 1480.92 14.44 1481.07 14.51C1480.93 15.51 1481.24 16.01 1482.37 16.1C1483.5 16.19 1484.63 16.19 1485.42 17.34C1485.8 17.89 1487.42 17.43 1487.22 17.02C1486.86 16.21 1487.36 15.68 1487.58 15.02L1488.31 14.96C1488.99 15.49 1489.21 15.11 1489.31 14.47C1490.11 14.47 1490.96 14.61 1491.02 13.47L1491.82 13.27C1492.23 13.4089 1492.68 13.4089 1493.09 13.2699C1493.51 13.1308 1493.86 12.8605 1494.11 12.5L1494.56 12.56L1494.91 12.99C1494.91 13.16 1494.91 13.34 1494.91 13.51C1494.74 13.58 1494.6 13.71 1494.7 13.86C1494.8 14.01 1494.98 13.94 1495.13 13.97C1495.13 14.25 1495.13 14.44 1495.48 14.5C1496.33 14.68 1496.78 14.15 1496.79 12.97C1496.79 12.84 1496.79 12.7 1496.87 12.57C1496.92 12.4829 1496.95 12.3825 1496.95 12.28C1496.95 12.1775 1496.92 12.0771 1496.87 11.99L1497.05 11.8C1497.4 11.39 1497.13 11.32 1496.77 11.3C1496.77 10.43 1497.33 9.89 1497.77 9.3C1497.8 9.2879 1497.83 9.28166 1497.86 9.28166C1497.89 9.28166 1497.92 9.2879 1497.95 9.3C1499.89 9.36 1501.84 8.23 1503.77 9.3C1503.77 9.64 1503.89 9.92 1504.28 9.55H1505.28C1505.67 10.34 1506.5 10.49 1507.2 10.75C1507.9 11.01 1508.2 10.63 1507.95 9.94C1507.94 9.91233 1507.93 9.88141 1507.93 9.85C1507.93 9.81859 1507.94 9.78766 1507.95 9.76C1508.32 9.76 1508.72 9.92 1508.95 9.53C1509.29 9.47514 1509.65 9.5386 1509.95 9.71C1510.01 9.98 1509.95 10.32 1510.47 10.14C1511 10.033 1511.47 9.74099 1511.79 9.3171C1512.12 8.89321 1512.29 8.36555 1512.26 7.83C1512.38 7.81161 1512.49 7.75172 1512.57 7.66054C1512.66 7.56936 1512.7 7.45254 1512.71 7.33C1512.79 6.89 1512.46 6.23 1513.19 6.11C1513.71 6.02 1514.45 5.9 1514.76 6.17C1515.64 6.78001 1516.69 7.09196 1517.76 7.06L1517.97 7.14V7.3C1517.97 7.57 1517.97 7.84 1517.97 8.11C1517.82 8.61032 1517.84 9.14815 1518.03 9.63396C1518.23 10.1198 1518.58 10.5242 1519.04 10.78C1519.35 10.89 1519.45 10.62 1519.5 10.36C1519.52 10.2841 1519.52 10.2059 1519.5 10.13H1519.99C1520.1 10.3757 1520.29 10.5779 1520.52 10.7047C1520.76 10.8314 1521.03 10.8755 1521.3 10.83C1521.6 10.7934 1521.91 10.8227 1522.2 10.9159C1522.49 11.0092 1522.76 11.1641 1522.98 11.37C1523.28 11.6921 1523.64 11.9516 1524.04 12.1336C1524.44 12.3155 1524.87 12.4163 1525.31 12.43C1526.78 12.71 1527.89 13.15 1528.41 14.64C1528.62 15.24 1529.12 15.64 1529.65 15.19C1530.18 14.74 1530.76 14.7 1531.24 14.32H1531.99C1532.88 14.32 1532.99 13.97 1532.36 12.99C1532.39 12.1073 1532.07 11.2487 1531.47 10.6C1531.44 10.44 1531.36 10.2952 1531.23 10.1896C1531.11 10.084 1530.95 10.0241 1530.79 10.02C1530.72 9.39 1531.53 9.22 1531.51 8.62L1531.62 8.19L1532.33 7.52C1532.43 7.52 1532.59 7.52 1532.64 7.45C1532.69 7.38 1532.64 7.15 1532.49 7.07C1532.49 6.91 1532.56 6.75 1532.59 6.59C1532.97 6.59 1533.26 6.48 1533.24 6.04C1533.18 5.04 1533.81 4.25 1534 3.33C1534.12 2.72 1534.57 2.85 1535 2.84C1535.43 2.83 1535.82 2.84 1535.74 3.27C1535.47 4.8 1536.64 6.19 1536.08 7.76C1535.9 8.27 1535.92 8.96 1536.76 9.08C1536.77 9.14927 1536.77 9.22073 1536.76 9.29C1536.76 9.83 1536.76 10.36 1536.76 10.9C1536.78 10.9586 1536.78 11.0214 1536.76 11.08C1536.28 11.08 1535.99 11.33 1536 11.83C1535.99 11.9313 1536 12.0336 1536.04 12.1285C1536.08 12.2234 1536.14 12.3082 1536.21 12.3756C1536.29 12.4431 1536.38 12.4914 1536.48 12.5165C1536.58 12.5416 1536.68 12.5428 1536.78 12.52C1537.13 13.12 1537.78 13.39 1538.09 14.14C1538.23 14.53 1539.01 14.37 1539.19 13.73C1539.29 13.36 1539.29 12.93 1539.75 12.85C1540.63 12.652 1541.41 12.1356 1541.93 11.4C1543.42 12.55 1541.55 13.58 1541.93 14.77C1543.51 14.2 1545.24 14.3 1546.77 13.53L1546.83 13.96C1546.93 14.54 1545.6 15.03 1546.67 15.61C1547.01 15.7549 1547.4 15.762 1547.75 15.6299C1548.1 15.4978 1548.39 15.2366 1548.55 14.9C1548.63 14.7443 1548.68 14.5702 1548.68 14.393C1548.68 14.2157 1548.64 14.0408 1548.56 13.8837C1548.48 13.7266 1548.36 13.5921 1548.21 13.492C1548.06 13.3919 1547.9 13.3294 1547.72 13.31C1547.69 13.2091 1547.64 13.1154 1547.57 13.0351C1547.51 12.9549 1547.42 12.8899 1547.33 12.8445C1547.23 12.7991 1547.13 12.7744 1547.03 12.7719C1546.92 12.7694 1546.82 12.7892 1546.72 12.83C1546.72 12.19 1545.72 11.64 1546.52 10.96C1546.83 10.6739 1547.09 10.3355 1547.29 9.96C1547.56 9.63099 1547.89 9.36201 1548.27 9.1707C1548.64 8.97939 1549.06 8.8701 1549.48 8.85C1550.25 8.72 1550.58 9.14 1550.76 9.85C1550.85 10.17 1551.1 10.61 1551.45 9.97C1551.92 10.148 1552.42 10.2231 1552.92 10.19C1552.9 10.2477 1552.9 10.3123 1552.92 10.37C1552.92 10.56 1552.99 10.77 1553.23 10.8C1553.47 10.83 1553.63 10.62 1553.71 10.39C1554.31 10.39 1554.93 10.66 1555.51 10.28C1555.57 10.2667 1555.63 10.2667 1555.69 10.28C1555.69 10.83 1555.98 10.92 1556.41 10.61C1557.41 10.77 1558.17 9.76 1559.19 10.03L1559.66 10.11C1559.59 10.52 1559.49 10.92 1559.45 11.32C1559.41 11.72 1559.54 12.32 1560.14 12.32C1561.08 12.4389 1562.02 12.5057 1562.97 12.52C1564.22 12.32 1564.9 12.52 1565.21 13.8C1565.36 14.45 1566.06 14.48 1566.55 14.2C1567.04 13.92 1567.02 13.37 1566.55 12.95C1566.38 12.78 1566.18 12.69 1566.36 12.36C1566.73 11.7238 1567.26 11.2007 1567.9 10.8479C1568.55 10.4951 1569.28 10.3263 1570.01 10.36C1570.43 10.36 1570.95 10.52 1571.24 10.36C1572.24 9.65 1573.42 10.09 1574.49 9.89C1576 9.63 1576.11 11.22 1577.05 11.72C1577.72 12.07 1576.78 12.19 1576.76 12.5C1576.74 12.81 1576.88 12.86 1577.1 12.9L1578.56 13.16C1578.89 13.1786 1579.21 13.2909 1579.48 13.4838C1579.75 13.6767 1579.96 13.9424 1580.09 14.25C1580.24 14.73 1580.18 15.37 1580.93 15.07C1581.68 14.77 1581.46 14.2 1581.22 13.68C1581.09 13.39 1580.67 13.06 1581.05 12.83C1581.43 12.6 1581.76 13.07 1581.84 13.38C1582.11 14.44 1583.27 14.38 1583.84 15.07C1584.04 15.31 1584.36 15.01 1584.39 14.65L1585.15 14.21L1585.86 14.26C1586.04 14.82 1586.52 14.64 1586.86 14.65C1587.36 14.6275 1587.85 14.7238 1588.3 14.9308C1588.75 15.1378 1589.14 15.4496 1589.45 15.84C1589.64 16.09 1589.85 16.45 1590.24 16.26C1590.63 16.07 1590.58 15.64 1590.57 15.26C1590.57 14.61 1590.09 14.47 1589.57 14.42C1589.57 14.07 1589.57 13.71 1589.12 13.64L1589.03 13.22C1588.74 11.94 1588.03 10.99 1587.36 10.85L1587.13 10.74C1587.13 10.55 1587.13 10.36 1587.13 10.17C1587.96 8.68 1587.97 8.68 1589.66 9.53C1590.02 9.7 1590.37 9.78 1590.66 9.37H1591.35H1591.91C1592.05 9.51 1592.34 9.72 1592.31 9.79C1591.9 10.64 1592.62 10.92 1593.06 11.36C1593.5 11.8 1593.66 12.03 1593.94 12.36C1594.08 12.6032 1594.31 12.7871 1594.58 12.8787C1594.85 12.9704 1595.14 12.9637 1595.4 12.86L1595.97 12.75L1596.64 12.88C1596.64 13.51 1597.05 13.5 1597.52 13.61C1598.88 13.92 1600.07 14.83 1601.52 14.75C1601.52 14.75 1601.6 14.97 1601.63 15.09C1601.55 15.1006 1601.48 15.1208 1601.41 15.15C1600.73 15.0576 1600.04 15.1438 1599.41 15.4C1599.27 15.4234 1599.14 15.4745 1599.03 15.5503C1598.91 15.6261 1598.82 15.7248 1598.74 15.8403C1598.67 15.9558 1598.62 16.0855 1598.59 16.2214C1598.57 16.3573 1598.58 16.4964 1598.61 16.63C1598.6 16.9141 1598.7 17.1909 1598.89 17.407C1599.07 17.623 1599.33 17.763 1599.61 17.8C1599.98 17.8299 1600.36 17.8299 1600.73 17.8C1601.08 17.8 1601.27 17.69 1601.28 17.33V17.27L1601.8 17.35C1601.79 17.417 1601.8 17.4842 1601.83 17.5468C1601.85 17.6095 1601.89 17.6659 1601.94 17.7119C1601.99 17.7579 1602.05 17.7924 1602.11 17.8129C1602.18 17.8333 1602.24 17.8391 1602.31 17.83C1602.31 18 1602.31 18.16 1602.31 18.33C1602.19 18.3361 1602.08 18.3702 1601.98 18.4293C1601.88 18.4884 1601.8 18.5708 1601.74 18.6693C1601.68 18.7677 1601.65 18.8794 1601.64 18.9945C1601.63 19.1096 1601.65 19.2248 1601.7 19.33C1601.8 19.7 1601.95 20.13 1601.7 20.41C1601.05 21.22 1601.61 21.62 1602.17 21.99C1602.44 22.23 1602.79 22.355 1603.15 22.3382C1603.51 22.3214 1603.85 22.164 1604.09 21.9C1604.44 21.5498 1604.75 21.1527 1604.99 20.72C1605.1 20.4283 1605.26 20.1628 1605.48 19.9416C1605.7 19.7203 1605.96 19.5485 1606.25 19.4375C1606.54 19.3266 1606.85 19.2793 1607.16 19.2987C1607.47 19.3181 1607.78 19.4038 1608.05 19.55C1609.67 20.13 1610.05 19.94 1611.5 17.48C1612.12 16.48 1610.9 16.23 1610.57 15.62V15.36H1611.08C1611.56 15.71 1611.54 15.36 1611.54 15.03L1611.67 14.73L1612.06 14.58C1613.06 14.12 1613.95 13.82 1614.61 15.04C1614.51 15.37 1614.74 15.95 1614.27 16.04C1613.43 16.13 1613.27 16.87 1612.88 17.31C1612.49 17.75 1612.5 17.98 1612.88 18.23C1613.26 18.48 1613.81 18.47 1613.94 18C1614.27 16.79 1615.17 16.84 1616.09 16.86L1617.09 17.37C1617.08 17.4362 1617.09 17.5032 1617.11 17.5663C1617.13 17.6295 1617.17 17.6873 1617.21 17.7358C1617.26 17.7843 1617.31 17.8223 1617.38 17.8472C1617.44 17.8721 1617.5 17.8833 1617.57 17.88C1618.33 19.02 1618.57 17.58 1619.12 17.57L1619.7 17.44L1620.08 17.49C1620.15 17.82 1620.38 17.84 1620.64 17.79C1620.7 17.8424 1620.74 17.9074 1620.77 17.98C1620.61 18.87 1621.6 18.89 1621.77 19.54C1621.9 19.4127 1621.99 19.2486 1622.02 19.0698C1622.06 18.891 1622.03 18.7061 1621.96 18.54C1621.88 18.23 1621.63 17.88 1622.03 17.67C1622.19 17.5821 1622.37 17.5473 1622.55 17.5707C1622.73 17.5941 1622.9 17.6744 1623.03 17.8C1623.96 18.9 1624.46 18.06 1625.03 17.41H1625.53C1625.93 17.41 1626.46 17.59 1626.53 16.9C1626.77 16.9 1626.94 16.9 1626.97 16.61C1627 16.32 1626.85 16.15 1626.54 16.17H1626.47C1626.84 16.06 1626.78 15.97 1626.73 15.87ZM1034.19 13.74C1034.19 13.3 1033.01 12.28 1032.37 12.22C1032 12.22 1031.76 12.37 1031.78 12.68C1031.85 13.97 1033.2 13.37 1033.78 13.96C1033.95 14.15 1034.14 13.98 1034.19 13.74ZM264.89 14.12C265.2 13.92 265.29 13.73 265.14 13.48C264.789 12.9625 264.286 12.5675 263.7 12.35C263.38 12.2 263.07 12.08 262.85 12.48C262.63 12.88 262.85 13.1 263.11 13.35C263.62 13.84 264.44 13.4 264.89 14.12ZM649.89 13.83C649.777 13.4493 649.553 13.1109 649.246 12.858C648.94 12.6051 648.565 12.4491 648.17 12.41C647.8 12.35 647.45 12.41 647.52 12.9C647.7 14.01 648.88 13.55 649.47 14.05C649.51 14.077 649.557 14.0926 649.606 14.0951C649.654 14.0977 649.702 14.0872 649.745 14.0647C649.788 14.0422 649.824 14.0085 649.85 13.9672C649.875 13.9259 649.889 13.8785 649.89 13.83ZM1802.17 13.66C1802.17 13.2 1800.83 12.19 1800.27 12.2C1800.2 12.1984 1800.13 12.212 1800.06 12.24C1799.99 12.268 1799.93 12.3097 1799.88 12.3624C1799.83 12.4152 1799.79 12.4778 1799.77 12.5463C1799.74 12.6148 1799.73 12.6876 1799.74 12.76C1799.74 13.2 1801.34 14.12 1801.93 14.02C1802.14 13.98 1802.17 13.84 1802.17 13.66ZM1418.17 13.73C1418.17 13.29 1416.95 12.27 1416.33 12.21C1416.26 12.1951 1416.18 12.1964 1416.11 12.2136C1416.04 12.2308 1415.98 12.2636 1415.92 12.3096C1415.86 12.3556 1415.82 12.4136 1415.79 12.4794C1415.76 12.5452 1415.74 12.6171 1415.74 12.69C1415.67 13.24 1416.95 14.04 1417.85 14.02C1418.08 14.02 1418.15 13.9 1418.19 13.73H1418.17ZM1067.11 22.37C1066.54 22.43 1066.44 22.85 1066.46 23.37C1066.46 23.69 1066.46 24.14 1066.92 24.04C1067.38 23.94 1067.62 23.4 1067.68 22.9C1067.74 22.4 1067.51 22.36 1067.13 22.37H1067.11ZM298.11 22.37C297.51 22.46 297.45 22.9 297.47 23.37C297.49 23.84 297.47 24.14 297.96 24.01C298.45 23.88 298.65 23.34 298.69 22.84C298.73 22.34 298.44 22.36 298.14 22.37H298.11ZM1450.44 23.3C1450.44 23.58 1450.35 24.05 1450.84 24.02C1451.33 23.99 1451.56 23.4 1451.66 22.93C1451.68 22.8595 1451.69 22.7842 1451.67 22.7113C1451.66 22.6384 1451.63 22.5705 1451.58 22.5141C1451.53 22.4577 1451.47 22.4148 1451.4 22.3895C1451.33 22.3643 1451.25 22.3575 1451.18 22.37C1450.61 22.38 1450.44 22.78 1450.44 23.3ZM1834.44 23.3C1834.44 23.52 1834.33 24 1834.79 24.01C1835.42 24.01 1835.53 23.44 1835.65 23.01C1835.73 22.7 1835.65 22.42 1835.24 22.4C1834.66 22.35 1834.44 22.71 1834.44 23.3ZM682.24 23.68C682.35 23.81 682.13 24.32 682.58 24.21C682.832 24.12 683.051 23.9548 683.207 23.7367C683.362 23.5185 683.447 23.2579 683.45 22.99C683.466 22.9189 683.464 22.8448 683.445 22.7746C683.425 22.7043 683.389 22.64 683.338 22.5874C683.287 22.5348 683.225 22.4957 683.155 22.4734C683.086 22.4512 683.012 22.4466 682.94 22.46C682.38 22.6 682.21 23.05 682.24 23.68ZM526.72 12.13C526.26 12.13 525.84 12.18 525.78 12.72C525.78 13.04 525.96 13.33 526.3 13.25C526.64 13.17 527.3 13.05 527.39 12.57C527.48 12.09 527 12.19 526.72 12.13ZM1678.85 13.13C1679.06 13.1192 1679.26 13.0545 1679.43 12.9423C1679.61 12.8301 1679.75 12.6742 1679.85 12.49C1679.98 12.12 1679.48 12.02 1679.18 11.98C1678.99 11.9589 1678.8 12.0088 1678.65 12.12C1678.5 12.2311 1678.4 12.3953 1678.36 12.58C1678.24 12.87 1678.52 13.03 1678.85 13.08V13.13ZM910.85 13.13C911.057 13.1274 911.26 13.0682 911.436 12.959C911.612 12.8497 911.755 12.6945 911.85 12.51C912 12.11 911.5 12.03 911.21 11.99C911.025 11.9634 910.837 12.0087 910.684 12.1166C910.532 12.2245 910.427 12.3867 910.39 12.57C910.25 12.86 910.52 13.02 910.84 13.08L910.85 13.13ZM1294.96 13.13C1295.3 12.97 1295.78 12.83 1295.82 12.43C1295.86 12.03 1295.4 11.97 1295.08 11.98C1294.89 11.977 1294.71 12.0459 1294.57 12.1724C1294.44 12.2989 1294.35 12.4734 1294.34 12.66C1294.31 12.96 1294.6 13.07 1294.95 13.08L1294.96 13.13ZM142.87 12.45C142.87 12.07 142.52 12 142.27 11.94C142.17 11.9182 142.067 11.9169 141.966 11.936C141.866 11.9551 141.77 11.9944 141.685 12.0513C141.6 12.1083 141.528 12.1818 141.472 12.2675C141.416 12.3532 141.378 12.4493 141.36 12.55C141.28 12.82 141.5 13.02 141.76 13.05C142.28 13.13 142.54 12.72 142.87 12.45ZM392.64 15.3C392.57 15.3 392.49 15.21 392.45 15.23C392.41 15.25 392.38 15.35 392.35 15.41C392.32 15.47 392.5 15.51 392.55 15.49C392.6 15.47 392.61 15.37 392.64 15.3Z' fill='%23fff'/%3E%3C/svg%3E");
}
body {
  font-family: var(--var-font-family);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
h1 {
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
}
h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}
h4 {
  font-size: 28px;
  line-height: 1.4;
}
h5 {
  font-size: 24px;
  line-height: 1.4;
}
h6 {
  font-size: 22px;
  line-height: 1.2;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 62px;
    line-height: 1.15;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 28px;
  }
  h5,
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 22px;
  }
  h5,
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 34px;
    line-height: 1.2;
  }
}
img,
picture,
video,
canvas {
  max-width: 100%;
  display: block;
}
video {
  object-fit: cover;
}
.header-container,
.presto-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.presto-container {
  max-width: 1585px;
  min-height: auto;
}
header {
  background: var(--header-background);
  color: var(--header-text-color);
}
header nav {
  min-height: calc(
    (var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
      var(--header-logo-height)
  );
}
.name,
.logo2 {
  display: none;
}
header.scrolling .name {
  display: flex;
}
header.scrolling {
  background-color: var(--header-scroll-background);
  color: var(--header-scroll-text-color);
  box-shadow: 0 2px 10px #0000001a;
}
header.scrolling nav {
  border: none;
}
header.scrolling .mgm-drop-link,
header.scrolling .menu-items a,
header.scrolling .menu-items .dropdown-label {
  color: var(--header-scroll-text-color);
}
.mgm-drop-link,
.menu-items .dropdown-label,
.menu-items a {
  padding: var(--header-link-tb-spacing) var(--header-link-spacing);
  letter-spacing: 0.02em;
  --tw-text-shadow-alpha: 10%;
  text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.1)),
    0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.1)),
    0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/0.1));
  font-size: 18px;
  line-height: 26px;
}
.nav-links .dropdown-label,
.nav-links a {
  --tw-text-shadow-alpha: 10%;
  text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.1)),
    0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/0.1)),
    0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/0.1));
}
.menu-items .dropdown-menu {
  position: relative;
}
.menu-items .dropdown-content {
  width: 100%;
  position: absolute;
}
header.scrolling .burger-btn span {
  background: var(--header-scroll-text-color);
}
[data-header="left"] nav {
  justify-content: start;
}
[data-header="sided"] .menu-items {
  position: absolute;
  right: 80px;
}
[data-header="left-centered-reverse"] nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
[data-header="left-centered-reverse"] .logo-wrap {
  position: absolute;
  right: calc(50% - 420px);
}
[data-header="left-centered-reverse"] .menu-items .dropdown-content a,
[data-header="left-centered"] .menu-items .dropdown-content a,
[data-header="centered"] .menu-items .dropdown-content a {
  color: #000;
  word-wrap: break-word;
  word-break: break-word;
  white-space: nowrap;
  overflow-wrap: break-word;
  width: 100%;
  display: block;
}
[data-header="centered"] .header-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
[data-header="centered"] nav {
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 20px;
  display: flex;
}
[data-header="centered"] .menu-items {
  flex-wrap: wrap;
  justify-content: center;
}
[data-header="sided"] .burger-btn {
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  display: flex;
  position: relative;
}
[data-header="centered"] .burger-btn,
[data-header="left"] .burger-btn,
[data-header="left-centered-reverse"] .burger-btn {
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  display: flex;
  position: absolute;
  right: 0;
}
[data-header="centered"] .burger-btn {
  top: 50%;
}
[data-header="left"] .menu-items {
  padding-left: 16px;
}
.menu-cb {
  display: none;
}
.menu-cb:checked ~ .nav-links {
  transform: translate(0);
}
.nav-links {
  text-align: left;
  z-index: 9;
  background-color: var(--secondary-color);
  width: 100%;
  max-width: 420px;
  padding-top: 124px;
  transition: transform 0.4s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(420px);
}
.nav-links li:not(.dropdown-content li):not(.menu-responsive) {
  color: var(--header-text-color);
  white-space: nowrap;
  z-index: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s linear;
  position: relative;
}
.nav-links li a {
  cursor: pointer;
  color: var(--header-text-color);
  padding: 10px 35px;
  display: block;
}
#nav-link-items .dd-menu .dropdown-label {
  padding: 10px 35px;
}
.dd-menu {
  position: relative;
}
.dd-menu li a {
  background-color: var(--header-background);
  color: #000;
}
.dd-menu .dropdown-label {
  cursor: pointer;
  text-wrap: auto;
  width: 100%;
  padding-right: 20px;
  display: block;
  position: relative;
}
.dd-menu .dropdown-content {
  opacity: 0;
  background-color: #fff;
  max-height: 300px;
  margin-top: 15px;
  padding: 10px;
  display: none;
  overflow: auto;
}
.dd-cb:checked ~ .dropdown-content {
  opacity: 1;
  display: block;
}
.dropdown-content li {
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-content li a {
  padding: 5px 10px;
}
.dropdown-content li a:hover {
  background-color: #ddd;
}
.dropdown-label:after {
  content: "+";
  font-weight: 400;
  transition: transform 0.3s, content 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.dd-cb:checked + .dropdown-label:after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.dd-cb,
.menu-responsive {
  display: none;
}
.burger-btn {
  cursor: pointer;
  z-index: 11;
  flex-direction: column;
  gap: 9px;
  width: 60px;
  height: 18px;
  display: flex;
  position: relative;
}
.burger-btn span {
  background: var(--header-text-color);
  width: 60px;
  height: 2px;
  transition: all 0.3s;
  display: block;
  position: absolute;
}
.burger-btn span:first-child {
  top: 0;
}
.burger-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.burger-btn span:nth-child(3) {
  bottom: 0;
}
.menu-cb:checked ~ .burger-btn span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.menu-cb:checked ~ .burger-btn span {
  background-color: #fff;
}
.menu-cb:checked ~ .burger-btn span:nth-child(2) {
  opacity: 0;
  display: none;
}
.menu-cb:checked ~ .burger-btn span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
body:has(.menu-cb:checked ~ .nav-links) {
  overflow: hidden;
}
#img-bg-hero-section {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/hero.jpg");
}
.faq-item .qn-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.faq-item .answer {
  display: none;
}
.faq-item.active .answer {
  display: block;
}
.toggle-icon {
  cursor: pointer;
  margin-right: 5px;
  font-weight: 400;
}
.toggle-icon:before {
  content: "+";
  font-size: 1.25rem;
  transition: transform 0.3s;
}
.active .toggle-icon:before {
  content: "-";
  font-size: 1.25rem;
}
.tiles-view-btn-content {
  height: 0;
}
.tiles-view-btn:hover + .tiles-view-btn-content {
  opacity: 1;
  height: 100%;
}
.accommodation_map > iframe {
  width: 100%;
  height: 100%;
}
.accommodation_map > div {
  height: 100%;
}
#img-bg-explore-section-1 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/image.jpg");
}
#img-bg-explore-section-2 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/image-1.jpg");
}
#img-bg-explore-section-3 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/image-2.jpg");
}
.bg-bullet {
  position: relative;
}
.bg-bullet:before {
  content: "";
  background: radial-gradient(
    circle,
    var(--bullet-inner-color) 30%,
    var(--bullet-outer-color) 40%
  );
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 2px;
}
#img-bg-faq-1 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/faq-img-1.jpg");
}
#img-bg-faq-2 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/faq-img-2.jpg");
}
#img-bg-faq-3 {
  background-image: url("https://cdn.123presto.com/prod/sites/templates/images/17/faq-img-3.jpg");
}
#tab_view_section
  .tab-component__tabopts
  .tab-component__options.active
  .tab-component__button {
  background-color: var(--secondary-color);
}
#top-dest-section .top_destinations_slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#top-dest-section .presto-slider-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#top-dest-section .presto-slider {
  width: 100%;
  height: 100%;
}
#top-dest-section .presto-slider .slider-items {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  display: flex;
}
#top-dest-section .presto-slider .slider-item {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
#top-dest-section .presto-slider .slider-item:first-child,
#top-dest-section .presto-slider .slider-item:nth-child(4) {
  padding-right: 8px;
}
#top-dest-section .presto-slider .slider-item:nth-child(2),
#top-dest-section .presto-slider .slider-item:nth-child(5) {
  padding-inline: 8px;
}
#top-dest-section .presto-slider .slider-item:nth-child(3),
#top-dest-section .presto-slider .slider-item:nth-child(6) {
  padding-left: 8px;
}
#top-dest-section .presto-slider .slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top-dest-section .presto-slider .nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background: #b1b1b199;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#top-dest-section .presto-slider .nav-btn:hover {
  background: #b1b1b1cc;
}
#top-dest-section .presto-slider .nav-left {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  left: 0;
}
#top-dest-section .presto-slider .nav-right {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  right: 0;
}
#top-dest-section .presto-slider .pagination-wrap {
  z-index: 1;
  padding: 0 15px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
}
#top-dest-section .presto-slider .slider-indicators {
  display: none;
}
#top-dest-section .top-dest-desc {
  padding-bottom: 40px;
}
#top-dest-section .presto-slider .slider-indicators span {
  cursor: pointer;
  background-color: #c1c1c166;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background-color 0.3s;
}
#top-dest-section .presto-slider .slider-indicators span.active {
  background-color: var(--banner-text-color);
}
#tab_view_section:before,
#accommodation-section:before,
#blog-section:before {
  content: "";
  background: var(--zigzag-bg-svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 29px;
  display: block;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
#partners-logo:after,
#signature-section:after,
#accommodation-section:after,
#blog-section:after {
  content: "";
  background: var(--zigzag-bg-svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 29px;
  display: block;
  position: absolute;
  bottom: -2px;
}
#accordion-faq-wrapper:after {
  content: "";
  background: var(--zigzag-bg-svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 29px;
  margin-inline: -50px;
  display: block;
  position: absolute;
  bottom: -10px;
}
body:not(.home) header {
  background: var(--other-page-header-background);
  color: var(--other-page-text-color);
  position: sticky;
}
body:not(.home) header.scrolling .site_name {
  color: #fff;
}
body:not(.home) header .mgm-drop-link,
body:not(.home) header .menu-items .dropdown-label,
body:not(.home) header .menu-items a {
  color: var(--other-page-text-color);
}
body:not(.home) header .burger-btn span {
  background-color: #fff;
}
body:not(.home) .burger-btn span {
  background: var(--other-page-text-color);
}
body:not(.home) header .menu-items .dropdown-content a,
body:not(.home) header.scrolling .menu-items .dropdown-content a,
body:not(.home) .nav-links .dropdown-content li a {
  color: #000;
}
@media (max-width: 1700px) {
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -4px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -4px;
  }
}
@media (max-width: 1499px) {
  .partner_logos li img {
    width: 85px;
  }
  .header-container,
  .presto-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1440px) {
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -6px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -6px;
  }
}
@media (max-width: 1280px) {
  .menu-items {
    display: none;
  }
  .menu-responsive {
    color: #fff;
    white-space: nowrap;
    z-index: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s linear;
    display: block;
    position: relative;
  }
  .menu-responsive .dropdown-label:after {
    right: 40px;
  }
  .menu-responsive .dropdown-content {
    margin-inline: 35px;
  }
  .accommodation-map-wrapper {
    width: 100%;
    height: 500px;
  }
  [data-header="left"] nav {
    justify-content: unset;
  }
  [data-header="left-centered-reverse"] .logo-wrap {
    left: 0;
    right: unset;
  }
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -8px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -8px;
  }
}
@media (max-width: 1279px) {
  .hr-divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-container,
  .presto-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer_bottom .footer_info {
    align-items: center;
  }
  .footer_bottom .powered_by {
    flex-direction: column;
  }
  .footer_bottom .powered_by_hr {
    width: 45px;
    height: 1px;
  }
  .year {
    text-align: center;
  }
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -11px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -11px;
  }
}
@media (max-width: 992px) {
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -10px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -10px;
  }
  #accordion-faq-wrapper:after {
    margin-inline: -20px;
    bottom: -14px;
  }
  #top-dest-section .presto-slider .slider-item:first-child,
  #top-dest-section .presto-slider .slider-item:nth-child(4) {
    padding-right: 0;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(2),
  #top-dest-section .presto-slider .slider-item:nth-child(5) {
    padding-inline: 0;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(3),
  #top-dest-section .presto-slider .slider-item:nth-child(6) {
    padding-left: 0;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(odd) {
    padding-right: 8px;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(2n) {
    padding-left: 8px;
  }
}
@media (max-width: 695px) {
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -12px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -12px;
  }
  #accordion-faq-wrapper:after {
    margin-inline: -20px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .header-container,
  .presto-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  [data-header="centered"] .logo-wrap {
    position: absolute;
    left: 0;
  }
  .footer-container {
    padding-block: 15px;
  }
  #footer-header_links {
    padding-top: 40px;
  }
  .footer_top_links,
  .footer_middle_links {
    text-align: center;
    justify-content: center;
  }
  .footer_middle_links {
    flex-direction: column;
  }
  .top-dest-desc {
    padding-bottom: 28px;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(odd) {
    padding-right: 0;
  }
  #top-dest-section .presto-slider .slider-item:nth-child(2n) {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #tab_view_section:before,
  #accommodation-section:before,
  #blog-section:before {
    top: -14px;
  }
  #partners-logo:after,
  #signature-section:after,
  #accommodation-section:after,
  #blog-section:after {
    bottom: -14px;
  }
  #logo1,
  #logo2 {
    width: 180px;
  }
  .footer-bottom-links {
    gap: 10px;
  }
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%,
  to {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-25%);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
