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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2017 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
._coral-Icon {
  display: inline-block;
/* Inherit the text color */
  color: inherit;
/* Fill should match the current text color */
  fill: currentColor;
}
._coral-Icon.is-animated {
/* Transition any color changes */
  transition: color 150ms ease-in-out, fill 150ms ease-in-out;
}
._coral-Icon--sizeXXS,
._coral-Icon--sizeXXS img,
._coral-Icon--sizeXXS svg {
  height: 9px;
  width: 9px;
}
._coral-Icon--sizeXS,
._coral-Icon--sizeXS img,
._coral-Icon--sizeXS svg {
  height: 12px;
  width: 12px;
}
._coral-Icon--sizeS,
._coral-Icon--sizeS img,
._coral-Icon--sizeS svg {
  height: 18px;
  width: 18px;
}
._coral-Icon--sizeM,
._coral-Icon--sizeM img,
._coral-Icon--sizeM svg {
  height: 24px;
  width: 24px;
}
._coral-Icon--sizeL,
._coral-Icon--sizeL img,
._coral-Icon--sizeL svg {
  height: 36px;
  width: 36px;
}
._coral-Icon--sizeXL,
._coral-Icon--sizeXL img,
._coral-Icon--sizeXL svg {
  height: 48px;
  width: 48px;
}
._coral-Icon--sizeXXL,
._coral-Icon--sizeXXL img,
._coral-Icon--sizeXXL svg {
  height: 72px;
  width: 72px;
}

:root {

  /* Radio button */
}

body {
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

body:lang(zh-Hans) {
    font-family: adobe-clean-han-simplified-c, adobe-clean, Helvetica, Arial, sans-serif;
  }

body:lang(zh) {
    font-family: adobe-clean-han-traditional, adobe-clean, Helvetica, Arial, sans-serif;
  }

body:lang(ko) {
    font-family: adobe-clean-han-korean, adobe-clean, Helvetica, Arial, sans-serif;
  }

body:lang(ja) {
    font-family: adobe-clean-han-japanese,  adobe-clean, Helvetica, Arial, sans-serif;
  }



body,
.coral-Body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.coral-Body--italic {
  font-style: italic;
}

.coral-Body--large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.coral-Body--small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.coral-Body--secondary {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.coral-Heading--1 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
}

.coral-Heading--2 {

  /**
  * Normalize the margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
  margin: 0.67em 0;

  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2rem;
}

.coral-Heading--3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.coral-Heading--4 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.coral-Heading--5 {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

._coral-Icon {
  display: inline-block;

  /* Inherit the text color */
  color: inherit;

  /* Fill should match the current text color */
  fill: currentColor;
  /* Don't catch clicks or hover, otherwise they may not escape the SVG */
  pointer-events: none;
}

/* Hide the svg overflow in IE. */

._coral-Icon:not(:root) {
    overflow: hidden;
  }



.coral-Link {

  /* Remove the gray background on active links in IE 10. */
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: color 125ms ease-in-out;
  outline: none;
}

.coral-Link:hover {
    text-decoration: underline;
  }

.coral-Link.focus-ring {
    text-decoration: underline;
  }

.coral-Link.focus-ring {
    text-decoration: underline;
    -webkit-text-decoration-style: double;
            text-decoration-style: double;
  }



.coral-Link.is-disabled {
    cursor: default;
    pointer-events: none;
  }

.coral-Link.is-disabled:hover,
    .coral-Link.is-disabled:focus {
      text-decoration: none;
    }



.coral-Link--subtle {
  text-decoration: underline;
}



.coral-Link--overColor {
  text-decoration: underline;
}

._coral-Breadcrumbs {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

._coral-Breadcrumbs:after {
    content: "";
    display: table;
    clear: both;
  }

._coral-Breadcrumb-separator {
  position: absolute;
  top: calc(50% - 3px);
  right: -18.5px;

  width: 5px;
  height: 8px;

  transform: scale(1);

  opacity: 1;
}

._coral-Breadcrumb {
  display: block;
  float: left;

  position: relative;

  margin-right: 32px;

  font-size: 1rem;
  font-weight: 300;
}

._coral-Breadcrumb ._coral-Breadcrumb-link {
    cursor: default;
  }

._coral-Breadcrumb ._coral-Breadcrumb-link[href],
    ._coral-Breadcrumb ._coral-Breadcrumb-link[tabindex="0"] {
      cursor: pointer;
    }

._coral-Breadcrumb:last-of-type ._coral-Breadcrumb-separator {
      display: none;
    }

._coral-Breadcrumbs--title ._coral-Breadcrumb:last-of-type {
    /* Clear the floats so we drop to a new line */
    clear: left;

    display: block;

    margin: 0.3em 0;

    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2rem;
  }

._coral-Breadcrumbs--title ._coral-Breadcrumb .coral-Heading--2 {
    margin: 0;

    font-size: inherit;
    font-weight: inherit;
  }

:root {
  /* Icon Button */

  /* Todo: move to dna */
}

._coral-Button {
  display: inline-block;
  box-sizing: border-box;

  border-width: 2px;
  border-style: solid;
  border-radius: 16px;

  height: 32px;
  padding: 0 14px 1px; /* 1px to push up text, sits kind of low */
  
  /* Remove button the margin in Firefox and Safari. */
  margin: 0;

  /* Show the button overflow in Edge. */
  overflow: visible;

  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration: none;

  /* Remove the inheritance of text transform on button in Edge, Firefox, and IE. */
  text-transform: none;
  -webkit-font-smoothing: antialiased;

  /* Correct the inability to style clickable types in iOS and Safari. */
  -webkit-appearance: button;

  /* Adjacent buttons should be aligned correctly */
  vertical-align: top;

  transition: background 125ms ease-out,
              border-color 125ms ease-out,
              color 125ms ease-out,
              box-shadow 125ms ease-out;

  cursor: pointer;
}

._coral-Button:focus {
    outline: none;
  }

._coral-Button:disabled,
  ._coral-Button.is-disabled {
    cursor: default;
  }

/* Fix Firefox */

._coral-Button::-moz-focus-inner {
    border: 0;
    
    /* Remove the inner border and padding for button in Firefox. */
    border-style: none;
    padding: 0;

    /* Use uppercase PX so values don't get converted to rem */
    margin-top: -2PX;
    margin-bottom: -2PX;
  }

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

._coral-Button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

._coral-Button:hover,
  ._coral-Button:active {
    box-shadow: none;
  }

._coral-Button ._coral-Icon {
    vertical-align: text-top;
  }

._coral-Button ._coral-Icon + ._coral-Button-label {
    margin-left: 8px;
  }

/* Space out buttons when placed next to eachother */

._coral-Button + ._coral-Button {
    margin-left: 12px;
  }

a._coral-Button {
  /* Remove appearance for clickable types in iOS and Safari. */
  -webkit-appearance: none;
  /* Make link text not selectable  */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._coral-Button--action {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 12px;
  border-width: 1px;
  border-radius: 4px;
}

._coral-Button--action--iconOnly {
  padding: 0 8px;
}

._coral-Button--quiet--action {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 12px;
  border-width: 0;
  border-radius: 4px;
}

._coral-Button--quiet--action--iconOnly {
  padding: 0 8px;
}

._coral-Button--toggle {
  font-size: 0.875rem;
  font-weight: 400;
}

._coral-Button--logic--and,
._coral-Button--logic--or {
  height: 24px;
  line-height: 0;
  padding: 8px;
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
}

._coral-Button--block {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._coral-Button--icon {
  position: relative;

  /* Contain child elements with z-index */
  z-index: 0;

  box-sizing: border-box;

  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;

  border: none;
  border-radius: 4px;

  /* There's never a background itself */
  background-color: transparent;

  text-align: center;

  cursor: pointer;
}

._coral-Button--icon:focus {
    outline: none;
  }

/* The artificial background */

._coral-Button--icon::before {
    display: block;

    /* Center ourselves */
    position: absolute;
    top: 8px;
    left: 8px;

    width: 16px;
    height: 16px;

    /* Be below content and icons */
    z-index: 0;

    content: '';

    border-radius: 4px;
  }

._coral-Button--icon:disabled {
    cursor: default;
  }

._coral-Button--icon ._coral-Icon {
    /* Float above the artificial background */
    z-index: 1;

    /* Be centered */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 12px;
    height: 12px;
  }

._coral-Button--dropdown,
._coral-Button--quiet--dropdown {
  height: 32px;

  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: normal;
  -webkit-font-smoothing: initial;

  cursor: pointer;
  outline: none;
}

._coral-Button--dropdown {
  margin: 0;
  padding: 0 12px;

  border: 1px solid;
  border-radius: 4px;

  transition: background-color 125ms,
    box-shadow 125ms,
    border-color 125ms;
}

._coral-Button--dropdown:disabled,
  ._coral-Button--dropdown.is-disabled {
    border-width: 0;
    cursor: default;
  }

._coral-Button--dropdown.is-open {
    border: 1px solid;
  }

._coral-Button--quiet--dropdown {
  margin: 0;
  padding: 0;

  border: none;
  border-radius: 0;
}



._coral-Alert {
  position: relative;

  display: inline-block;
  box-sizing: border-box;
  min-width: 368px;
  min-height: 38px;
  margin: 8px 0;
  padding: 20px 20px;

  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}

._coral-Alert-icon {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
}

._coral-Alert-header {
  display: inline-block;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;

  /* Leave room for the icon */
  padding-right: 30px;

  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  line-height: 0.875rem;
  text-transform: none;
}

._coral-Alert-content {
  display: block;
  margin: 8px 0 0 0;
  padding: 0;

  font-size: 0.875rem;
  word-wrap: break-word;
}

._coral-Alert-footer {
  display: block;

  text-align: right;

  padding-top: 0.5rem;
}

._coral-Alert-footer:empty {
    display: none;
  }

._coral-Alert-footer ._coral-Button {
    margin-right: 0;

    /* Spacing between buttons */
    margin-left: 0.75rem;
  }

._coral-Checkbox {
  display: inline-block;
  position: relative;
  font-size: 0;
  height: 32px;
  line-height: 2rem;
}

._coral-Checkbox-input {

  /* Change the font styles in all browsers for input. */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;

  /* Remove the margin for input in Firefox and Safari. */
  margin: 0;

  /* Show the overflow for input in Edge. */
  overflow: visible;

  /* Add the correct box sizing for [type="checkbox"] in IE 10-. */
  box-sizing: border-box;
  
  /* Remove the padding for [type="checkbox"] in IE 10-. */
  padding: 0;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}

._coral-Checkbox-input:disabled {
    cursor: default;
  }

._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-width: 7px;
  }

._coral-Checkbox-input:checked + ._coral-Checkbox-box ._coral-Checkbox-checkmark {
      transform: scale(1);
      opacity: 1;
    }

._coral-Checkbox.is-indeterminate ._coral-Checkbox-box,
  ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-width: 6px 3px 6px 3px;
  }

._coral-Checkbox.is-indeterminate ._coral-Checkbox-box ._coral-Checkbox-checkmark, ._coral-Checkbox.is-indeterminate ._coral-Checkbox-input:checked + ._coral-Checkbox-box ._coral-Checkbox-checkmark {
      display: none;
    }

._coral-Checkbox-label {
  display: inline-block;
  margin: 0 8px;
  font-size: 0.875rem;
  vertical-align: middle;
  transition: color 125ms ease-in-out;
}

._coral-Checkbox-box {
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;

  border-radius: 2px;
  border-width: 2px;
  border-style: solid;

  vertical-align: middle;

  transition: border 125ms ease-in-out, box-shadow 125ms ease-in-out;
}

._coral-Checkbox-box ._coral-Checkbox-checkmark {
    position: absolute;
    top: 50%;
    left: 1px;
    width: 12px;
    height: 12px;

    margin-top: -6px;

    background-repeat: no-repeat;
    background-position: center;

    opacity: 0;
    transform: scale(0);

    transition: opacity 125ms ease-in-out, transform 125ms ease-in-out;

    content: '';
  }



._coral-Label {
  display: inline-block;
  position: relative;

  width: auto;

  padding: 6px 9px;

  border-radius: 4px;

  font-size: 0.75rem;
  line-height: 0.75rem;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}

._coral-Label-icon {
  font-size: 0.875rem;
  line-height: 0;
}

._coral-Label-icon:before {
    vertical-align: sub;
  }



._coral-Label--large {
  padding: 10px 14px;
}

._coral-Radio {
  display: inline-block;
  position: relative;

  padding: 6px 8px;
  margin-left: -8px;

  font-size: 0;
}

._coral-Radio + ._coral-Radio {
    margin-left: 0;
  }

._coral-Radio-input {

  /* Change the font styles in all browsers for input. */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;

  /* Remove the margin for input in Firefox and Safari. */
  margin: 0;

  /* Show the overflow for input in Edge. */
  overflow: visible;

  /* Add the correct box sizing for [type="radio"] in IE 10-. */
  box-sizing: border-box;
  
  /* Remove the padding for [type="radio"] in IE 10-. */
  padding: 0;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  opacity: .0001;

  cursor: pointer;
}

._coral-Radio-input:checked + ._coral-Radio-button {
    border-width: 5px;

  }

._coral-Radio-input:disabled {
    cursor: default;
  }

._coral-Radio-label {
  margin-left: 8px;

  font-size: 0.875rem;

  vertical-align: middle;

  transition: color 125ms ease-in-out;
}

._coral-Radio-button {
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;

  border-radius: 7px;
  border-width: 2px;
  border-style: solid;

  vertical-align: middle;

  transition: border 125ms ease-in-out, box-shadow 125ms ease-in-out;
}

:root {
  /* Field group */
}



.coral-RadioGroup {
  display: inline-block;
  vertical-align: top;
}

.coral-RadioGroup ._coral-Radio,
  .coral-RadioGroup ._coral-Checkbox {
    margin-right: 12px;
  }



.coral-RadioGroup--vertical ._coral-Radio,
  .coral-RadioGroup--vertical ._coral-Checkbox {
    display: block;
    margin: 0 0 0 -8px;
  }

.coral-RadioGroup--vertical + .coral-RadioGroup--vertical {
    margin-left: 15px;
  }

.coral-RadioGroup--vertical + .coral-RadioGroup--vertical ._coral-Radio,
    .coral-RadioGroup--vertical + .coral-RadioGroup--vertical ._coral-Checkbox {
      /* Prevent overlap due to negative margin */
      margin: 0;
    }



.coral-RadioGroup--labelsBelow ._coral-Radio {
    height: 36px;
    margin: 0;
  }

.coral-RadioGroup--labelsBelow ._coral-Radio-button {
    margin-bottom: 18px;
  }

.coral-RadioGroup--labelsBelow ._coral-Radio-label {
    position: relative;
    top: 12px;
    left: -17px;
  }

._coral-Textfield {
  /* box */
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;

  /* Apply padding by default to center text, giving consistency between input and textfield */
  padding: 3px 12px 5px;
  /* Use padding instead of text-indent because text-indent does not left align the text in Edge browser  */
  text-indent: 0;

  min-width: 110px;
  height: 32px;
  width: 192px;

  vertical-align: top; /* used to align them correctly in forms. */

  /* Remove the margin for input in Firefox and Safari. */
  margin: 0;

  /* Show the overflow for input in Edge. */
  overflow: visible;

  /* Change the input font styles in all browsers */
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;

  transition: border-color 125ms ease-in-out, box-shadow 125ms ease-in-out;

  outline: none;

  /* removes the native spin buttons in firefox. -mox-appearance: none has no effect */
  /* http://stackoverflow.com/questions/23372903/hide-spinner-in-input-number-firefox-29 */
  -moz-appearance: textfield;

  /* Normalize is adding a specific selector that resets this, so be important */
  -webkit-appearance: none !important;

  /* Remove the native clear button in IE */
}

._coral-Textfield:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 125ms ease-in-out;
  }

._coral-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 125ms ease-in-out;
  }

._coral-Textfield:hover:-ms-input-placeholder {
      font-weight: 400;
    }

._coral-Textfield:hover::placeholder {
      font-weight: 400;
    }

._coral-Textfield:disabled {
    /* The opacity must be set to 1 */
    opacity: 1;
  }

._coral-Textfield:disabled:-ms-input-placeholder {
      font-weight: 400;
    }

._coral-Textfield:disabled::placeholder {
      font-weight: 400;
    }

/* http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs */

._coral-Textfield::-ms-clear {
    width: 0;
    height: 0;
  }

/* http://stackoverflow.com/questions/23372903/hide-spinner-in-input-number-firefox-29 */

._coral-Textfield::-webkit-inner-spin-button,
  ._coral-Textfield::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* removes the red border that appears in Firefox */

._coral-Textfield:-moz-ui-invalid {
    box-shadow: none;
  }

/* removes the native spin buttons */

._coral-Textfield.is-invalid,
  ._coral-Textfield:invalid {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: calc(100% - 7px) 50%;
    padding-right: 30px;
  }

._coral-Textfield--multiline {
  height: auto;
  padding: 4px 8px;
  text-indent: 0;

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

._coral-Textfield--multiline.is-invalid,
  ._coral-Textfield--multiline:invalid {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: calc(100% - 7px) calc(100% - 7px);
    padding-right: 30px;
  }

._coral-Textfield--quiet {
  border-radius: 0;
  text-indent: 0;

  border: none;
  border-bottom: 1px solid;

  /* removes the side padding to align the text properly */
  padding-left: 0;
  padding-right: 0;

  /* Treat all quiet inputs and textareas the same */
  resize: none;
  overflow-y: hidden;
}





._coral-InputGroup {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 192px;

}

._coral-InputGroup-button {
  padding: 0;
  width: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._coral-InputGroup-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  -ms-flex: 1;
      flex: 1;
}

._coral-InputGroup-icon {
  width: 10px;
  height: 6px;
  margin: 13px auto;
}

._coral-InputGroup--quiet ._coral-InputGroup-button {
    position: relative;
    width: 24px;
    border-bottom: 1px solid;
  }

/* More hitarea */

._coral-InputGroup--quiet ._coral-InputGroup-button:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 10px;
      right: -10px;
    }

._coral-InputGroup--quiet ._coral-InputGroup-icon {
    margin-left: 10px;
  }

._coral-Tooltip,
._coral-Underlay,
._coral-Dialog,
._coral-Popover,
._coral-QuickActions {
  visibility: hidden;

  opacity: 0;

  transition: transform 125ms ease-in-out,
              opacity 125ms ease-in-out,
              visibility 0ms linear 125ms;

  pointer-events: none;
}

._coral-Tooltip.is-open,
._coral-Underlay.is-open,
._coral-Dialog.is-open,
._coral-Popover.is-open,
._coral-QuickActions.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}

._coral-Tooltip--bottom.is-open,
._coral-Popover--bottom.is-open {
  transform: translateY(6px);
}

._coral-Tooltip--top.is-open,
._coral-Popover--top.is-open {
  transform: translateY(-6px);
}

._coral-Tooltip--right.is-open,
._coral-Popover--right.is-open,
._coral-QuickActions--left.is-open {
  transform: translateX(6px);
}

._coral-Tooltip--left.is-open,
._coral-Popover--left.is-open,
._coral-QuickActions--right.is-open {
  transform: translateX(-6px);
}

._coral-Tooltip {

  position: relative;
  left: 0px;
  top: 0px;

  display: inline-block;
  box-sizing: border-box;

  width: auto;
  max-width: 256px;
  padding: 2px 8px;
  border-radius: 4px;

  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
}

._coral-Tooltip {
    pointer-events: none;
  }

._coral-Tooltip.is-open {
  pointer-events: none;
}

._coral-Tooltip-tip {
  position: absolute;
  overflow: hidden;
  width: 11px;
  height: 11px;
}

._coral-Tooltip-tip::after {
    content: '';
    width: 8px;
    height: 8px;
    top: -2px;
    left: 1px;
    position: absolute;
    transform: rotate(45deg);
  }

._coral-Tooltip--right ._coral-Tooltip-tip, ._coral-Tooltip--left ._coral-Tooltip-tip {
    top: calc(50% - 5.5px);
  }

._coral-Tooltip--right {
  margin-left: 3px;
}

._coral-Tooltip--right ._coral-Tooltip-tip {
    left: -8px;
    transform: rotate(90deg);

    /* This is a gross hack */
    top: calc(50% - 5px);
  }

._coral-Tooltip--left {
  margin-right: 3px;
}

._coral-Tooltip--left ._coral-Tooltip-tip {
    right: -8px;
    transform: rotate(-90deg);
  }

._coral-Tooltip--bottom {
  margin-top: 3px;
}

._coral-Tooltip--bottom ._coral-Tooltip-tip {
    top: -8px;
    transform: rotate(180deg);
  }

._coral-Tooltip--top {
  margin-bottom: 3px;
}

._coral-Tooltip--top ._coral-Tooltip-tip {
    bottom: -8px;
  }

._coral-Tooltip--bottom ._coral-Tooltip-tip, ._coral-Tooltip--top ._coral-Tooltip-tip {
    left: 50%;
    margin-left: -5.5px;
  }



._coral-Tooltip-typeIcon {
  margin-right: 8px;

  /* Override the size, just for these icons only */
  font-size: 0.875rem;

  /* Fix font icon alignment in Chrome on Windows, works for Mac too */
  vertical-align: -2px;
  line-height: 0.875rem;
}

._coral-Tooltip-label {
  /* Make sure line height is correct to prevent problems in Windows */
  line-height: 1.25rem;
}

.u-tooltip-showOnHover {
  display: inline-block;
  position: relative;
}

.u-tooltip-showOnHover ._coral-Tooltip {
    /* Required for animations to work */
    visibility: visible;
    transition: transform 125ms ease-in-out;
    top: -100%;
  }

.u-tooltip-showOnHover ._coral-Tooltip--right,
  .u-tooltip-showOnHover ._coral-Tooltip--left {
    top:50%;
  }

.u-tooltip-showOnHover ._coral-Tooltip--right ._coral-Tooltip-tip, .u-tooltip-showOnHover ._coral-Tooltip--left ._coral-Tooltip-tip {
      top: 50%;
      margin-top: -4px;
    }

.u-tooltip-showOnHover ._coral-Tooltip--right {
    transform: translate(-8px, -50%);
  }

.u-tooltip-showOnHover ._coral-Tooltip--left {
    transform: translate(calc(-100% + 8px), -50%);
  }

.u-tooltip-showOnHover ._coral-Tooltip--bottom,
  .u-tooltip-showOnHover ._coral-Tooltip--top {
    left:50%;
  }

.u-tooltip-showOnHover ._coral-Tooltip--bottom ._coral-Tooltip-tip, .u-tooltip-showOnHover ._coral-Tooltip--top ._coral-Tooltip-tip {
      left: 50%;
      margin-left: -4px;
    }

.u-tooltip-showOnHover ._coral-Tooltip--bottom {
    transform: translate(-50%, -8px);
  }

.u-tooltip-showOnHover ._coral-Tooltip--top {
    transform: translate(-50%, 8px);
  }

.u-tooltip-showOnHover:hover ._coral-Tooltip {
    opacity: 1;
  }

.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--bottom {
    transform: translate(-50%, 8px);
  }

.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--top {
    transform: translate(-50%, -8px);
  }

.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--left {
    transform: translate(-100%, -50%);
  }

.u-tooltip-showOnHover:hover ._coral-Tooltip._coral-Tooltip--right {
    transform: translate(0, -50%);
  }

@keyframes spectrum-wait-spinner-small-animation {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -960px center;
  }
}

@keyframes spectrum-wait-spinner-medium-animation {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1920px center;
  }
}

@keyframes spectrum-wait-spinner-large-animation {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -3840px center;
  }
}

/* dots wait (three dots) */

@keyframes spectrum-wait-dots-small-animation {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -960px center;
  }
}

@keyframes spectrum-wait-dots-medium-animation {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1280px center;
  }
}

@keyframes spectrum-wait-dots-large-animation {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -2560px center;
  }
}



._coral-Loader {
  display: inline-block;

  background-size: auto 100%;
  background-repeat: no-repeat;

  width: 32px;
  height: 32px;
}



._coral-Loader--small {
  width: 16px;
  height: 16px;
}



._coral-Loader--large {
  width: 64px;
  height: 64px;
}



._coral-Loader--fullpage {
  width: 64px;
  height: 64px;
}



._coral-Loader--indeterminate {
  display: inline-block;

  background-size: auto 100%;
  background-repeat: no-repeat;

  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(60);

  width: 32px;
  height: 32px;

  animation-name: spectrum-wait-spinner-medium-animation;
}



._coral-Loader--indeterminate--small {
  width: 16px;
  height: 16px;

  animation-name: spectrum-wait-spinner-small-animation;
}



._coral-Loader--indeterminate--large {
  width: 64px;
  height: 64px;

  animation-name: spectrum-wait-spinner-large-animation;
}



._coral-Loader--indeterminate--fullpage {
  width: 64px;
  height: 64px;

  animation-name: spectrum-wait-spinner-large-animation;
}



._coral-Loader--bar {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 182px;
  vertical-align: top;
}

._coral-Loader--bar._coral-Loader--side-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: auto;
  }

._coral-Loader--bar-track {
  /* Visually apply border radius to child elements */
  overflow: hidden;
  width: 182px;
  height: 6px;
  border-radius: 4px;
}

._coral-Loader--bar-fill {
  height: 6px;

  transition: width 1s;
}

._coral-Loader--bar-label, ._coral-Loader--bar-percentage {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 8px;
}

._coral-Loader--side-label ._coral-Loader--bar-label {
    margin-right: 12px;
    margin-bottom: 0;
  }

._coral-Loader--side-label ._coral-Loader--bar-percentage {
    -ms-flex-order: 3;
        order: 3;
    text-align: right;
    margin-left: 12px;
    margin-bottom: 0;
  }



._coral-Loader--bar--small {
  height: 4px;
  min-width: 148px;
}

._coral-Loader--bar--small ._coral-Loader--bar-fill {
    height: 4px;
  }

._coral-Loader--bar--small ._coral-Loader--bar-track {
    height: 4px;
    border-radius: 2px;
  }





._coral-Toast {
  position: relative;

  /* Ensure text vertical alignment matches the specs */
  padding: 13px 18px 15px 18px;

  border-radius: 4px;

  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  -webkit-font-smoothing: antialiased;
}

._coral-Toast-typeIcon {
  position: absolute;
  left: 16px;
  top: 15px;

  width: 18px;
  height: 18px;
  vertical-align: -4px;
}

._coral-Toast-content {
  display: block;

  padding-right: 30px;
}

._coral-Toast--warning ._coral-Toast-content, ._coral-Toast--error ._coral-Toast-content, ._coral-Toast--info ._coral-Toast-content, ._coral-Toast--success ._coral-Toast-content {
    padding-left: 28px;
  }

._coral-Toast-closeButton {

  /* Change the font styles in all browsers */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  
  /* Remove the button margin in Firefox and Safari. */
  margin: 0;
  
  /* Show button the overflow in Edge and IE. */
  overflow: visible;
  
  /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
  text-transform: none;

  /* Correct the inability to style clickable types in iOS and Safari. */
  -webkit-appearance: button;


  position: absolute;
  right: 8px;
  top: 8px;

  padding: 0;

  width: 32px;
  height: 32px;

  border: none;
  border-radius: 18px;

  background-color: transparent;

  transition: background-color 125ms ease-in-out;

  cursor: pointer;
}

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

._coral-Toast-closeButton::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

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

._coral-Toast-closeButton:-moz-focusring{
    outline: 1px dotted ButtonText;
  }

._coral-Toast-closeButton ._coral-Icon {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
  }

._coral-Toast-closeButton:focus {
    outline: none;
  }

._coral-Underlay {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* Float above things by default */
  z-index: 1;

  overflow: hidden;
}



._coral-Dialog {

  /* Be a flexbox to allow a full sized content area that scrolls */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;

  /* Centered by default */
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(8px);

  /* Appear above underlay */
  z-index: 2;

  /* Allow 100% width, taking into account padding */
  box-sizing: border-box;

  /* Be large enough to fit content */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  /* Don't be bigger than the screen */
  max-height: calc(100vh - 64px);
  max-width: 90%;

  min-width: 320px;

  padding: 40px;
  padding-top: 46px;

  border-radius: 4px;
  outline: none;
}

/* Firefox shows outline */

._coral-Dialog.is-open {

    transform: translate(-50%, -50%);
  }

._coral-Dialog-header {
  display: -ms-flexbox;
  display: flex;
  position: relative;

  width: 100%;
  -ms-flex: 0 0 34px;
      flex: 0 0 34px;

  border-radius: 4px 4px 0 0;
  outline: none;
}

/* Hide focus outline around header */

._coral-Dialog-header::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;

    height: 2px;

    content: '';
  }

._coral-Dialog-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

._coral-Dialog-typeIcon {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
}

._coral-Dialog-content {
  display: block;
  box-sizing: border-box;
  padding-top: 11px;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  /* Temporary IE 11 fix */
  max-height: 70vh;

  outline: none; /* Hide focus outline */

  font-size: 0.875rem;
  font-weight: 400;
}

._coral-Dialog-footer {
  border-radius: 0 0 4px 4px;
  margin-top: 46px;

  text-align: right; /* right align buttons */

  -ms-flex: 0 1 auto;

      flex: 0 1 auto;

  outline: none;
}

/* Hide focus outline */

._coral-Dialog-footer:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

._coral-Dialog-footer ._coral-Button {
    margin: 0 12px 0 0;
  }

._coral-Dialog-footer ._coral-Button:last-child {
      margin-right: 0;
    }

._coral-Dialog-title {
  font-size: 1.125rem;
  font-weight: 700;

  /* Get correct height on the heading */
  margin: -4px 0 0 0;

  /* Truncate text when it's too long to fit */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  outline: none; /* Hide focus outline */
}

._coral-Dialog-closeButton {
  line-height: 1.125rem;

  position: absolute;
  top: 0;
  right: 0;

  display: none;

  width: 18px;
  height: 18px;
}



._coral-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 8px);
}

._coral-Dialog--fullscreen.is-open {
    transform: translate(0, 0);
  }

._coral-Dialog--fullscreen,
._coral-Dialog--fullscreenTakeover {
  width: auto;
  max-height: none;
  max-width: none;

  padding-top: 40px;
}

._coral-Dialog--fullscreen ._coral-Dialog-header, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-header {
    padding-bottom: 24px;
  }

._coral-Dialog--fullscreen ._coral-Dialog-title, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-title {
    font-size: 1.75rem;
    font-weight: 100;
    line-height: 2.25rem;
  }

._coral-Dialog--fullscreen ._coral-Dialog-content, ._coral-Dialog--fullscreenTakeover ._coral-Dialog-content {
    max-height: none;
  }



._coral-Dialog--fullscreenTakeover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  box-sizing: border-box;

  /* Remove the border since we've taken over */
  border: none;
  border-radius: 0;
}

._coral-Dialog--fullscreenTakeover,
  ._coral-Dialog--fullscreenTakeover.is-open {
    transform: none;
  }

:root {

  /* This must be fixed to prevent problems with different width labels */

  /* Todo: Remove hardcoded values */
}

._coral-Slider {
  position: relative;
  display: block;
  min-height: 32px;
  width: 240px;
}

._coral-Slider-controls {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  z-index: auto;
  width: 100%;
  min-height: 32px;
}

._coral-Slider-track {
  border-radius: 4px;
  pointer-events: none;
  height: 2px;

  top: 16px;

  left: 8px;
  margin-top: -1px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 16px 0 0;

  position: absolute;

  width: calc(100% - 16px);
  margin-left: -8px;
}

._coral-Slider-track--fill {
  width: 0;
  height: 2px;
  position: relative;
  margin-left: 0;
}

._coral-Slider-track--buffer {
  position: absolute;
  margin-bottom: -2px;
  margin-left: 0;
}

._coral-Slider-track--ramp {
  height: 16px;
  position: absolute;
  top: -7px;
  width: 100%;
}

._coral-Slider-handle {
  position: absolute;
  left: 0;

  top: 16px;
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  z-index: auto;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;

  border-width: 2px;
  border-style: solid;

  transition: border-width 125ms ease-in-out;
}

._coral-Slider-handle:active,
  ._coral-Slider-handle.is-focused,
  ._coral-Slider-handle.is-dragged,
  ._coral-Slider-handle.is-tophandle {
    border-width: 8px;
    z-index: 1;
  }

._coral-Slider-input {

  /* Normalize input field */
  /* Change the font styles for input in all browsers */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  /*  Remove the margin for input in Firefox and Safari. */
  margin: 0;

  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: .000001;
  cursor: default;
  -webkit-appearance: none;
  border: 0;
  pointer-events: none;
}

._coral-Slider-input:focus {
    outline: none;
  }

._coral-Slider-labelContainer {
  display: block;
  position: relative;

  width: auto;

  border-radius: 4px;

  font-size: 0.75rem;
  line-height: 0.75rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}

._coral-Slider-label {
  padding-left: 0;
}

._coral-Slider-value {
  float: right;
  padding-right: 0;
  cursor: default;
}

._coral-Slider-ticks {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 0;
}

._coral-Slider-tick-mark {
  position: relative;

  width: 16px;
}

._coral-Slider-tick-mark:after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    content: '';
    width: 2px;
    height: 10px;
  }

._coral-Slider-tick-mark ._coral-Slider-labelContainer {
    position: relative;
    margin: 16px 0 0 0;
    text-align: center;
  }

._coral-Slider-tick-mark:first-of-type ._coral-Slider-labelContainer {
      /* Move over so we're left justified */
      text-align: left;
      left: 6px;
    }

._coral-Slider-tick-mark:last-of-type ._coral-Slider-labelContainer {
      /* Move over so we're right justified */
      left: -6px;
      text-align: right;
    }

._coral-Slider--color ._coral-Slider-controls {
    margin-top: 8px;
  }

._coral-Slider--color ._coral-Slider-controls,
  ._coral-Slider--color ._coral-Slider-track {
    min-height: auto;
    height: 24px;
  }

._coral-Slider--color ._coral-Slider-track {
    top: 0;
    margin-top: 0;
  }

._coral-Slider--color ._coral-Slider-handle {
    left: 40%;
    top: 50%;
  }

._coral-Slider--round {
  display: inline-block;
  width: 48px;
  height: auto;
  min-height: 0;
}

._coral-Slider--round ._coral-Slider-controls {
    width: 32px;
    height: 32px;
    min-height: 0;

    border-radius: 16px;
    position: relative;
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;

    box-sizing: border-box;
    outline: none;
  }

._coral-Slider--round ._coral-Slider-controls::before,
    ._coral-Slider--round ._coral-Slider-controls::after {
      content: '';
      width: 4px;
      height: 2px;
      border-radius: 1px;
      position: absolute;
      bottom: 0;
    }

._coral-Slider--round ._coral-Slider-controls::before {
      left: auto;
      right: -2px;
      transform: rotate(45deg);
    }

._coral-Slider--round ._coral-Slider-controls::after {
      left: -2px;
      transform: rotate(-45deg);
    }

._coral-Slider--round._coral-Slider--round--small ._coral-Slider-controls {
      width: 24px;
      height: 24px;
    }

._coral-Slider--round ._coral-Slider-handle {
    width: 100%;
    height: 100%;
    border-width: 2px;
    box-shadow: none;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 16px;
    transform: rotate(-45deg);
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;

    transition: background-color 125ms ease-in-out;
  }

._coral-Slider--round ._coral-Slider-handle::after {
      content: '';
      position: absolute;
      top: 50%;
      left: -2px;
      width: 12px;
      height: 2px;
      border-radius: 1px;
      transform: translateY(-50%);
      transition: background-color 125ms ease-in-out;
    }

._coral-Slider--round ._coral-Slider-handle:active,
    ._coral-Slider--round ._coral-Slider-handle.is-focused,
    ._coral-Slider--round ._coral-Slider-handle.is-dragged {
      border-width: 2px;
      cursor: ns-resize;
      cursor: -webkit-grabbing;
      cursor: grabbing;
    }

._coral-Slider--round ._coral-Slider-input {
    width: 100%;
    height: 100%;
  }

._coral-Slider.is-disabled {
  cursor: default;
}

._coral-Slider.is-disabled ._coral-Slider-handle {
    cursor: default;
    pointer-events: none;
  }

:root {
  /* The size of the icons in tabs */
}

._coral-TabList {
  position: relative;
  z-index: 0;

  margin: 0;
  padding: 0;

  /* Friends should align to the top of the tabs */
  vertical-align: top;
}

._coral-TabList-item {
  position: relative;

  box-sizing: border-box;

  /* Float above the tab line */
  z-index: 1;

  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color 125ms ease-out;
  height: 32px;
  line-height: 2rem;
}

._coral-TabList-item.is-disabled {
    cursor: default;
  }

._coral-TabList-item.is-disabled ._coral-TabList-item-label {
      cursor: default;
    }

._coral-TabList-item-label {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  padding: 2px 0;
}

._coral-TabList-item-line {
  position: absolute;

  /* Be below the tab */
  z-index: 0;

  transition: transform 125ms ease-in-out;
  left: 0;
  transform-origin: top left;

  border-radius: 2px;
}

._coral-TabList--page ._coral-TabList-item, ._coral-TabList--panel ._coral-TabList-item {
    margin-bottom: 2px;
  }

._coral-TabList--page ._coral-TabList-item.focus-ring, ._coral-TabList--panel ._coral-TabList-item.focus-ring {
      border-radius: 4px;
    }

._coral-TabList--panel ._coral-TabList-item-label {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

._coral-TabList--panel ._coral-Icon {
    float: left;

    /* Ensure the label doesn't drop down */
    display: block;
  }

._coral-TabList--panel ._coral-Icon + ._coral-TabList-item-label {
      margin-left: 7px;
    }

._coral-TabList--horizontal {
  display: block;
}

._coral-TabList--horizontal ._coral-TabList-item {
    display: inline-block;
    vertical-align: top;
  }

._coral-TabList--horizontal ._coral-TabList-item-label {
    text-overflow: ellipsis;
  }

._coral-TabList--horizontal ._coral-TabList-item-line {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 2px;
  }

._coral-TabList--horizontal._coral-TabList--page ._coral-TabList-item {
      padding: 0 8px;
      margin-right: 12px;
    }

._coral-TabList--horizontal._coral-TabList--page ._coral-TabList-item-label {
      text-transform: capitalize;
      padding: 0;
    }

._coral-TabList--horizontal._coral-TabList--anchored {
    display: inline-block;
    border-bottom: 2px solid;
  }

._coral-TabList--horizontal._coral-TabList--anchored ._coral-TabList-item {
      margin: 0px 16px;
      height: 46px;
    }

._coral-TabList--horizontal._coral-TabList--anchored ._coral-TabList-item-label {
      text-transform: capitalize;
      line-height: 2.875rem;
      padding: 0;
    }

._coral-TabList--horizontal._coral-TabList--anchored ._coral-TabList-item-line {
      bottom: -2px;
    }

._coral-TabList--horizontal._coral-TabList--panel ._coral-TabList-item {
      margin-right: 10px;
      /*height: var(--spectrum-tablist-panel-horizontal-tab-item-height-default);*/
      height: auto;
    }

._coral-TabList--horizontal._coral-TabList--panel ._coral-Icon {
      margin-top: 4px;
      margin-bottom: 4px;
    }

._coral-TabList--panel ._coral-TabList-item {
    line-height: normal;

    padding: 3px 7px 3px 7px;
  }

._coral-TabList--vertical {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

._coral-TabList--vertical ._coral-TabList-item {
    display: block;
    margin-left: 2px;
  }

._coral-TabList--vertical ._coral-TabList-item-label {
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: top;
  }

._coral-TabList--vertical ._coral-TabList-item-line {
    top: 2px;
    left: 0;
    width: 2px;
    height: 20px;
    border-radius:  1px;
  }

._coral-TabList--vertical._coral-TabList--panel ._coral-TabList-item {
      height: 24px;
      margin-bottom: 6px;
    }

._coral-TabList--vertical._coral-TabList--panel ._coral-Icon {
      margin-top: 3px;
      margin-bottom: 3px;
    }

._coral-TabList-item-label:empty {
  /* Hide the tab label if it's not being used */
  display: none;
}

:root {
  /* The width of a step */

  /* The diameter of the marker */

  /* The width of the hit area */

  /* The height of the line */

  /* This gives enough space for one line of text */

  /* This gives enough space for the longest possible label */

  /* Offset from the BOTTOM of the steplist */

  /* Font size of the label */
}



._coral-Steplist {
  /* Contain child elements with positive z-index */
  z-index: 0;
  position: relative;

  display: block;
  vertical-align: top;
  margin: 0;
  padding-top: 22px;
  padding-left: 60px;
  padding-right: 60px;

  text-align: center;
  white-space: nowrap;
  font-size: 0; /* To remove html whitespace between inline elements */
  line-height: 1rem; /* in case the container changes it */
}

._coral-Steplist--interactive ._coral-Steplist-label,
  ._coral-Steplist--interactive ._coral-Steplist-markerContainer {
    /* Show cursor on hit zone when clickable */
    cursor: pointer;
  }

/* Small (w/o label or tooltip) */

._coral-Steplist--small {
  padding: 11px 0;
}

._coral-Steplist--small ._coral-Steplist-item {
    padding: 0 40px 0 0;
    width: 80px;
  }

/* Disable Label */

._coral-Steplist--small ._coral-Steplist-item ._coral-Steplist-label {
      display: none;
    }

._coral-Steplist--small ._coral-Steplist-item:first-child, ._coral-Steplist--small ._coral-Steplist-item:last-child {
      width: 20px;
    }

/* Disable first line */

._coral-Steplist--small ._coral-Steplist-item:first-child ._coral-Steplist-markerContainer {
        margin-left: -10px;
      }

._coral-Steplist--small ._coral-Steplist-item:last-child ._coral-Steplist-markerContainer {
        margin-right: -10px;
      }

._coral-Steplist-item {
  outline: none;
  position: relative;
  display: inline-block;
  margin: 0;

  /* Don't let tooltips mess up alignment */
  vertical-align: bottom;

  width: 80px;
  padding: 0 40px 0 0;
}

/* Completed State */

._coral-Steplist-item.is-complete ._coral-Steplist-marker {
      border: none;
    }

/* The next step's line should be solid */

._coral-Steplist-item.is-complete + ._coral-Steplist-item ._coral-Steplist-segment {
      border-bottom-width: 2px;
      border-bottom-style: solid;
    }

/* Selected state */

/* Focus */

._coral-Steplist-item.is-selected:focus {
      outline: none;
    }

._coral-Steplist-item.is-selected ._coral-Steplist-marker {
      border: none;
    }



._coral-Steplist-label {
  position: absolute;
  left: 50%;
  bottom: 10px;

  display: block;
  width: 120px;

  font-size: 0.75rem;
  white-space: normal;

  transform: translateX(-50%);
}

._coral-Steplist-markerContainer {
  display: block;

  z-index: 2;
  position: absolute;
  bottom: -10px;
  left: 50%;

  width: 20px;
  height: 20px;

  margin-left: -10px;
}

/* Circle step marker */

._coral-Steplist-marker {
  box-sizing: border-box; /* So we can stroke nicely */
  display: block;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;

  width: 8px;
  height: 8px;

  border-radius: 8px;

  border: 2px solid;
  border-color: transparent;
  background: transparent;
}

/* Step line */

._coral-Steplist-segment {
  display: block;
  z-index: 1;
  position: absolute;
  right: 68px;
  width: 104px;
  bottom: -1px;

  /* Default is dashed */
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}

/* First step overrides */

._coral-Steplist-item:first-child ._coral-Steplist-markerContainer {
    left: 0;
  }

._coral-Steplist-item:first-child ._coral-Steplist-label {
    left: 0;
  }

._coral-Steplist-item:first-child ._coral-Steplist-segment {
    /* Not visible for first step */
    display: none;
  }

/* Last step overrides */

._coral-Steplist-item:last-child ._coral-Steplist-label {
    left: auto;
    right: 0;

    transform: translateX(50%);
  }

._coral-Steplist-item:last-child ._coral-Steplist-markerContainer {
    left: auto;
    right: 0;

    margin-left: 0;
    margin-right: -10px;
  }

._coral-Steplist-item:last-child ._coral-Steplist-segment {
    right: 8px;
    left: auto;
  }

._coral-Steplist-item:first-child,
._coral-Steplist-item:last-child {
  width: 20px;
}

/* Single step */

._coral-Steplist-item:only-child ._coral-Steplist-label {
    /* Be centered */
    left: 50%;

    /* Override last-child bits */
    transform: translate(-50%);
  }

._coral-Steplist-item:only-child ._coral-Steplist-markerContainer {
    /* Be centered */
    left: 50%;

    /* Override last-child bits */
    margin-right: 0;
    margin-left: -10px;
  }



._coral-Steplist-tooltip {
  /* adjust the tooltip position */
  margin-top: -40px !important;
}



._coral-ToggleSwitch {
  display: inline-block;
  position: relative;
  font-size: 0;
  height: 32px;
  line-height: 2rem;
}

._coral-ToggleSwitch-input {

  /* Change the font styles in all browsers for input. */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;

  /* Remove the margin for input in Firefox and Safari. */
  margin: 0;

  /* Show the overflow for input in Edge. */
  overflow: visible;

  /* Add the correct box sizing for [type="checkbox"] in IE 10-. */
  box-sizing: border-box;
  
  /* Remove the padding for [type="checkbox"] in IE 10-. */
  padding: 0;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}

._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
      transform: translateX(12px);
    }

._coral-ToggleSwitch-input:disabled,
  ._coral-ToggleSwitch-input[disabled] {
    cursor: default;
  }

._coral-ToggleSwitch-label {
  margin: 0 10px;
  font-size: 0.875rem;
  vertical-align: middle;
  transition: color 150ms ease-in-out;
}

._coral-ToggleSwitch-switch {
  display: inline-block;
  /* positions the pseudo elements relative to this one */
  position: relative;

  height: 14px;
  width: 26px;

  vertical-align: middle;
}

._coral-ToggleSwitch-switch::before,
  ._coral-ToggleSwitch-switch::after {
    display: block;
    position: absolute;
    content: "";
    box-sizing: border-box;
  }

/* ::before is used for the track of the switch */

._coral-ToggleSwitch-switch::before {
    transition: background 125ms ease-in-out, border 125ms ease-in-out;

    height: 14px;

    left: 0;
    right: 0;

    border-radius: 7px;
  }

/* ::after is used for the handle of the switch */

._coral-ToggleSwitch-switch::after {
    transition: background 125ms ease-in-out, border 125ms ease-in-out, transform 125ms ease-in-out, box-shadow 125ms ease-in-out;

    width: 14px;
    height: 14px;

    top: 0;
    left: 0;

    border-width: 2px;
    border-radius: 7px;
    border-style: solid;
  }



._coral-SelectList {
  display: inline-block;
  white-space: nowrap;
  overflow: auto;

  box-sizing: border-box;

  list-style-type: none;
  margin: 0;
  padding: 3px 0;
}

._coral-SelectList-checkmark {
  position: absolute;
  right: 9px;
  top: 11px;

  width: 12px;
  height: 12px;

  transform: scale(1);
  opacity: 1;
}

._coral-SelectList-item {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;

  padding: 0 36px 0 12px;
  margin: 0;

  height: 32px;
  line-height: 2rem;

  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
}

._coral-SelectList-item:focus {
    outline: none;
  }

._coral-SelectList-item.is-selected ._coral-SelectList-checkmark {
      display: block;
    }

._coral-SelectList-divider {

  /* Add the correct box sizing for hr in Firefox. */
  box-sizing: content-box;

  /* Show the overflow for hr in Edge and IE. */
  overflow: visible;

  height: 2px;
  margin: 3px 12px;
  padding: 0 0;
  border: none;
}





._coral-Dropdown {
  position: relative;
  display: inline-block;
  min-width: 192px;
}

._coral-Dropdown ._coral-Popover {
    top: 100%;
    min-width: 100%;
    margin-top: 2px;

    overflow-y: auto;
  }

._coral-Dropdown--quiet ._coral-Popover {
    left: -12px;
  }

._coral-Dropdown-trigger {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

._coral-Dropdown-trigger ._coral-Dropdown-label {
    /* Be the biggest! */
    -ms-flex: 1;
        flex: 1;

    white-space: nowrap;
    overflow: hidden;

    margin-right: 12px;

    text-overflow: ellipsis;
    text-align: left;
  }

._coral-Dropdown-trigger ._coral-Dropdown-label.is-placeholder {
      font-style: italic;
    }

._coral-Dropdown-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;

  width: 10px;
  height: 6px;

  margin-left: 5px;

  opacity: 1;
}



._coral-Dropdown--quiet {
  min-width: 0;
}

._coral-Dropdown--quiet ._coral-Dropdown-trigger {
    width: auto;
  }



._coral-Popover {

  /* Be a flexbox to allow a full sized content area that scrolls */
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: border-box;

  position: absolute;

  min-width: 192px;
  min-height: 32px;

  border-style: solid;
  border-width: 1px;
  border-radius: 4px;

  outline: none;
}

/* Hide focus outline */

/* Don't let sharp corners be pokey */

._coral-Popover ._coral-SelectList {
    border-radius: 4px;
  }

._coral-Popover-tip {
  position: absolute;
  /* This hides half of the tooltip, but it also crops the shadow slightly, which is undesireable */
  overflow: hidden;
  width: 24px;
  height: 13px;
}

._coral-Popover-tip::after {
    content: '';
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    top: -18px;
    left: -1px;
  }

._coral-Popover--dialog {
  min-width: 270px;
  padding: 30px;
}



._coral-Popover--left._coral-Popover--withTip {
    margin-right: 13px;
  }

._coral-Popover--left ._coral-Popover-tip {
    right: -18px;
    transform: rotate(-90deg);
  }

._coral-Popover--right._coral-Popover--withTip {
    margin-left: 13px;
  }

._coral-Popover--right ._coral-Popover-tip {
    left: -18px;
    transform: rotate(90deg);
  }

/* Center the tip by default */

._coral-Popover--left ._coral-Popover-tip, ._coral-Popover--right ._coral-Popover-tip {
    top: 50%;
    margin-top: -6px;
  }

._coral-Popover--bottom._coral-Popover--withTip {
    margin-top: 13px;
  }

._coral-Popover--bottom ._coral-Popover-tip {
    top: -13px;
    transform: rotate(180deg);
  }

._coral-Popover--top._coral-Popover--withTip {
    margin-bottom: 13px;
  }

._coral-Popover--top ._coral-Popover-tip {
    bottom: -13px;
  }

/* Center the tip by default */

._coral-Popover--bottom ._coral-Popover-tip, ._coral-Popover--top ._coral-Popover-tip {
    left: 50%;
    margin-left: -12px;
  }







._coral-SplitButton {
  position: relative;
  display: inline-block;
}

/* Spacing for buttons placed inline */

._coral-SplitButton + ._coral-SplitButton,
  ._coral-SplitButton + ._coral-Button {
    margin-left: 12px;
  }

/* Spacing for buttons placed inline */

._coral-Button + ._coral-SplitButton {
  margin-left: 12px;
}

._coral-SplitButton-action {
  border-radius: 16px 0 0 16px;
}

/* CTA is special and doesn't have a border between the buttons */

._coral-SplitButton-action._coral-Button--cta {
    border-right: 0;
    margin-right: 2px;
  }

._coral-SplitButton-trigger {
  margin-left: 0 !important;

  border-radius: 0 16px 16px 0;
  border-left-width: 0;
  padding-left: 8.00004px;
  padding-right: 10px;
}

._coral-SplitButton-trigger.focus-ring {
    box-shadow: none;
  }

._coral-SplitButton-icon {
  display: block;
  width: 10px;
  height: 6px;
  margin-top: 1px;
}

._coral-SplitButton-action,
._coral-SplitButton-trigger {
  position: relative;

  display: block;
  float: left;
}

._coral-SplitButton-action:focus, ._coral-SplitButton-trigger:focus {
    /* Be on top when focused or border leaks */
    z-index: 1;
  }

/* https://git.corp.adobe.com/Spectrum/spectrum-origins/pull/60 */

:root {
  /* Subtract the size of the border since it's on the item itself */
}



._coral-Accordion {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

._coral-Accordion-indicator {
  display: block;
  width: 6px;
  height: 10px;

  position: absolute;
  left: 16px;
  top: 14.5px;

  transition: transform ease 125ms;
}

._coral-Accordion-item {
  z-index: inherit;
  position: relative;

  display: list-item;
  margin: 0;

  border-bottom: 1px solid transparent;
}

._coral-Accordion-item:first-of-type {
    border-top: 1px solid transparent;
  }

._coral-Accordion-header {
  position: relative;

  box-sizing: border-box;
  /* left padding takes into account the icon's size as well as the focus state's left border */
  padding: 0 16px 0 34px;
  margin: 0;

  height: 39px;

  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 2.4375rem;
  letter-spacing: 0.6pt;

  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 500;
}

._coral-Accordion-header:focus {
    outline: none;
  }

._coral-Accordion-header:focus::after {
      content: '';

      position: absolute;
      left: 0;
      top: -1px;

      height: 41px;
      width: 2px;
    }

._coral-Accordion-content {
  padding: 0 16px 16px 16px;
  display: none;
}

._coral-Accordion-item.is-open ._coral-Accordion-indicator {
      transform: rotate(90deg);
    }

._coral-Accordion-item.is-open ._coral-Accordion-header::after {
      /* No bottom border when open, so be less tall */
      height: 40px;
    }

._coral-Accordion-item.is-open ._coral-Accordion-content {
      display: block;
    }

._coral-Accordion-item.is-disabled ._coral-Accordion-header {
      cursor: default;
    }



._coral-ActionMenu {
  display: inline-block;
}

._coral-ActionMenu > ._coral-Button {
    display: block;

    padding: 0 8px;
  }

/* Increase specificity by nesting to override stuff here */

._coral-ActionMenu > ._coral-Button > ._coral-ActionMenu-icon {
      display: inline-block;
      content: '';
      width: 18px;
      height: 5px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: 2px;
    }

._coral-ActionMenu-label {
  margin-left: 6px;
}

.coral-Well {
  display: block;
  min-width: 248px;
  padding: 16px;
  margin-top: 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}



.coral-FieldLabel,
._coral-Form-itemLabel {
  display: block;

  min-width: 100px;

  margin: 0 0 6px;

  font-size: 0.75rem;
  line-height: 0.75rem;

  vertical-align: top;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}



.coral-FieldLabel--left {
  display: inline-block;
  padding: 10px 5px 0 0;
}



.coral-FieldLabel--right {
  display: inline-block;
  text-align: right;
  padding: 10px 8px 0 0;
}



._coral-Form {
  display: table;
  border-collapse: separate;  
  border-spacing: 0 20px;
  margin: -20px 0;
}

._coral-Form-item {
  display: table-row;
}

._coral-Form-itemLabel {
  display: table-cell;
}

._coral-Form-itemField {
  display: table-cell;
}





._coral-Search {
  display: inline-block;
  position: relative;
}

._coral-Search-input {
  display: block;

  /* Correct the odd appearance of input[type="search"] in Chrome and Safari.*/
  /* This gets overridden by ._coral-Textfield */
  -webkit-appearance: textfield;

  /* Correct the outline for input[type="search"] style in Safari. */
  outline-offset: -2px;

  /* Use padding instead of text-indent so long strings don't overlap the icon */
  padding-left: 36px;
  text-indent: 0;

  /* Don't let long strings overlap the close icon */
  padding-right: 28px;
}

/* Remove the inner padding and cancel buttons for input[type="search"] in Chrome and Safari on macOS. */

._coral-Search-input::-webkit-search-cancel-button,
  ._coral-Search-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }

._coral-Search-input._coral-Textfield--quiet {
    padding-left: 24px;
    padding-right: 20px;
  }

/* Since quiet button has no left padding, push the icon all the way to the left */

._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-icon {
      left: 0;
    }

._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-clear {
      right: -8px;
    }

/* Since quiet button has no right padding, push the icon all the way to the right */

._coral-Search-input._coral-Textfield--quiet ~ ._coral-Search-rightIcon {
      right: 0;
    }

._coral-Search-icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  width: 16px;
  height: 32px;

  /* Support font icons */
  text-align: center;
  line-height: 2rem;

  /* Support SVG icons */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;

  pointer-events: none;
}

._coral-Search-clear {
  position: absolute;
  right: 0;
  top: 0;
}

._coral-Search-clear ._coral-Icon {
    width: 8px;
    height: 8px;
  }

._coral-Search-clear ._coral-Search-clear:disabled {
    cursor: default;
  }

._coral-Stepper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  width: 192px;
  line-height: 0;
  border-radius: 4px;
  transition: border-color 125ms ease-in-out, box-shadow 125ms ease-in-out;
}

._coral-Stepper::before {
  content: '';
}

._coral-Stepper-buttons {
  display: block;
}

._coral-Stepper-stepUp,
._coral-Stepper-stepDown {
  display: block;

  height: 16px;
  width: 24px;

  padding-left: 6px;
  padding-right: 6px;

  /* Avoid margin added by adjacent buttons */
  margin: 0 !important;

  border-width: 1px;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
}

._coral-Stepper-stepUp {
  border-bottom: none;
  border-bottom-left-radius: 0;
}

._coral-Stepper-stepDown {
  border-top: none;
  border-top-left-radius: 0;
  border-bottom-width: 1px;
}

._coral-Stepper-stepDown:focus {
    border-top: none;
  }

._coral-Stepper-input {
  position: relative;

  -ms-flex: 1;

      flex: 1;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._coral-Stepper-stepUpIcon,
._coral-Stepper-stepDownIcon {
  width: 8px;
  height: 6px;
  margin-left: 2px;
  opacity: 1;
}

/* Be aligned nicely */

._coral-Stepper-stepUpIcon {
  margin-top: 1px;
}

._coral-Stepper-stepDownIcon {
  margin-top: -1px;
}

._coral-Stepper--quiet {
  border-radius: 0;
}

._coral-Stepper--quiet ._coral-Stepper-buttons ._coral-Button--quiet--action {
      border-top: none;
      border-left: none;
    }

._coral-Stepper--quiet ._coral-Stepper-buttons ._coral-Stepper-stepDown {
      border-radius: 0;
    }









._coral-Calendar {
  display: inline-block;
  /*width: var(--spectrum-calendar-width-default);*/
}

._coral-Calendar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}

._coral-Calendar-heading {
  position: absolute;
  left: 0;
  top: 0;

  font-size: 1.125rem;
  font-weight: bold;

  box-sizing: border-box;
  width: 100%;
  line-height: 2rem;
  margin: 0;
  padding: 0 32px;

  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._coral-Calendar-prevMonth,
._coral-Calendar-nextMonth {
  position: absolute;

}

/* Todo: move to origins */

._coral-Calendar-chevron {
  width: 12px;
  height: 16px;
}

._coral-Calendar-prevMonth {
  left: 3px;
}

._coral-Calendar-nextMonth {
  right: 3px;
}

._coral-Calendar-dayOfWeek {

  position: absolute;
  bottom: 4px;

  display: block;

  width: 32px;

  border-bottom: none !important; /* override abbr styling from normalize.css */

  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important; /* override abbr styling from normalize.css */

  cursor: default;
}

._coral-Calendar-dayOfWeek[title] {
    /* Normalize abbr[title] */
    /* Remove the bottom border in Chrome 57- and Firefox 39-. */
    border-bottom: none;

    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
    text-decoration: underline;
    text-decoration: underline dotted;
  }

._coral-Calendar-body {
  outline: none;
}

._coral-Calendar-table {
  table-layout: fixed;
  /*width: 100%;*/

  border-collapse: collapse;
  border-spacing: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._coral-Calendar-tableCell {
  text-align: center;
  padding: 0;
  position: relative;
  height: 32px;
  width: 32px;
  padding: 4px;
}

._coral-Calendar-tableCell:focus {
    outline: 0;
  }

._coral-Calendar-date {
  /* This is fun, but we need to trick the table so it doesn't size itself in a weird way */
  position: absolute;
  display: block;
  top: 0;
  left: 0;

  box-sizing: border-box;

  height: 32px;
  width: 32px;
  margin: 4px;

  border-radius: 32px;
  border: 2px solid transparent;

  font-size: 0.875rem;
  line-height: 1.75rem;

  cursor: pointer;

  transition: background 125ms ease-in-out,
        color 125ms ease-in-out,
        border-color 125ms ease-in-out;
}

._coral-Calendar-date.is-disabled {
    cursor: default;
    pointer-events: none;
  }

._coral-Calendar-date.is-outsideMonth {
    visibility: hidden;
  }

._coral-Calendar-date:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid transparent;
  }

._coral-Calendar-date.is-selected:not(.is-range-selection):before {
      /* No highlight for lone selections */
      display: none;
    }

._coral-Calendar-date.is-range-selection {
    /* overrides to make the cells appear connected */
    margin: 4px 0;
    border-width: 0;
    line-height: 2rem;
    border-radius: 0;

    /* Todo: Calculate this */
    width: 40px;
  }

._coral-Calendar-date.is-range-selection.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-start,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      width: 36px;
    }

._coral-Calendar-date.is-range-selection.is-selection-start,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      font-weight: 700;
    }

._coral-Calendar-date.is-range-selection.is-selection-start:after, ._coral-Calendar-date.is-range-selection.is-selection-end:after {
        position: absolute;
        top: 0;
        z-index: -1;

        display: block;

        height: 32px;
        width: 32px;

        border-radius: 32px;

        content: '';
      }

._coral-Calendar-date.is-range-selection.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-selection-start {
      padding-right: 4px;
      margin-left: 4px;
      border-radius: 32px 0 0 32px;
    }

._coral-Calendar-date.is-range-selection.is-range-start:before,
      ._coral-Calendar-date.is-range-selection.is-range-start:after,
      ._coral-Calendar-date.is-range-selection.is-selection-start:before,
      ._coral-Calendar-date.is-range-selection.is-selection-start:after {
        left: 0;
      }

._coral-Calendar-date.is-range-selection.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-end {
      padding-left: 4px;
      margin-right: 4px;
      border-radius: 0 32px 32px 0;
    }

._coral-Calendar-date.is-range-selection.is-range-end:before,
      ._coral-Calendar-date.is-range-selection.is-range-end:after,
      ._coral-Calendar-date.is-range-selection.is-selection-end:before,
      ._coral-Calendar-date.is-range-selection.is-selection-end:after {
        left: auto;
        right: 0;
      }

._coral-Calendar-date.is-range-selection.is-selection-start.is-selection-end,
    ._coral-Calendar-date.is-range-selection.is-selection-start.is-range-end,
    ._coral-Calendar-date.is-range-selection.is-selection-end.is-range-start,
    ._coral-Calendar-date.is-range-selection.is-range-start.is-range-end {
      width: 32px;
      border-radius: 32px;
    }







.coral-Table {
  border-collapse: separate;
  border-spacing: 0;
}

.coral-Table-sortedIcon {
  display: none;
  margin-left: 4px;

  width: 10px;
  height: 12px;

  vertical-align: bottom;

  transition: transform 125ms ease-in-out;
}

.coral-Table-headerCell {
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 16px;
  transition: color 125ms ease-in-out;
  cursor: default;
  outline: 0;
}

.coral-Table-headerCell.is-sortable {
    cursor: pointer;
  }

.coral-Table-headerCell.is-sortable.focus-ring {
      text-decoration: underline;
    }

.coral-Table-headerCell.is-sorted-asc .coral-Table-sortedIcon, .coral-Table-headerCell.is-sorted-desc .coral-Table-sortedIcon {
      display: inline-block;
    }

.coral-Table-headerCell.is-sorted-asc .coral-Table-sortedIcon {
      transform: rotateZ(180deg);
    }

.coral-Table-cell--alignCenter {
  text-align: center;
}

.coral-Table-cell--alignRight {
  text-align: right;
}

.coral-Table-body {
  border-radius: 4px;
  overflow: auto;
}

/* The tbody tag doesn't allow setting a border-radius, so these hacks are to make that work
   by putting it on the individual cells instead. */

.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body {
    border: none;
    border-radius: 0;
  }

.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:first-child {
      border-top-left-radius: 4px;
    }

.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:first-child .coral-Table-cell:last-child {
      border-top-right-radius: 4px;
    }

.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:first-child {
      border-bottom-left-radius: 4px;
    }

.coral-Table:not(.coral-Table--quiet) tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell:last-child {
      border-bottom-right-radius: 4px;
    }

.coral-Table-cell {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 12px 16px;
}

.coral-Table-row {
  cursor: pointer;
  transition: background-color 125ms ease-in-out;
}

.coral-Table-row:focus {
    outline: 0;
  }



.coral-Table--quiet .coral-Table-body {
    border-radius: 0;
  }



.coral-Table-checkboxCell {
  padding-right: 0;
}

.coral-Table-checkbox {
  vertical-align: super;
}





:root {
  /* Rating icon */
}

._coral-Rating {
  cursor: pointer;
  position: relative;
}

._coral-Rating.is-disabled {
    cursor: default;
    pointer-events: none;
  }

._coral-Rating-input {
  position: absolute;
  width: 120px; /* 120px */
  height: 16px; /* 16px; */
  opacity: 0.0001;
  pointer-events: none;
  z-index: 0;
}

._coral-Rating-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px; /* 24px; */
  height: 16px; /* 16px; */
  float: left;
}

._coral-Rating-starActive,
._coral-Rating-starInactive {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

._coral-Rating-starActive {
  display: none;
}

._coral-Rating-starInactive {
  display: block;
}









._coral-TagList {
  display: inline-block;

  margin: 0;
  padding: 0;
  list-style: none;
}

._coral-TagList > ._coral-TagList-item {
    margin: 0 8px 8px 0;
  }

._coral-TagList:after {
    content: "";
    display: table;
    clear: both;
  }

._coral-TagList-item {
  float: left;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 4px;
  outline: none;
  padding: 4px 8px;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  transition: border-color 125ms ease-in-out,
    color 125ms ease-in-out,
    box-shadow 125ms ease-in-out,
    background-color 125ms ease-in-out;
}

._coral-TagList-item.is-disabled {
    pointer-events: none;
  }

._coral-TagList-item ._coral-Icon {
    margin-right: 8px;
  }

._coral-TagList-item-label {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 0.75rem;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._coral-TagList-item-removeButton {
  width: 24px;
  height: 24px;
  margin-right: -8px; /* Undo right padding on ._coral-TagList-item */
  cursor: pointer;
}

/* The fake background, inherited from ._coral-Button--icon */

._coral-TagList-item-removeButton::before {
    top: 6px;
    left: 6px;

    width: 12px;
    height: 12px;
  }

/* The actual icon */

._coral-TagList-item-removeButton ._coral-Icon {
    width: 8px;
    height: 8px;
  }

._coral-TagList-item-avatar {

  /* Remove the border on images inside links in IE 10-. */
  border-style: none;

  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  user-drag: none;
}

._coral-TagList-item-icon,
._coral-TagList-item-avatar {
  /* Move it 2px to the left cause Nate says so */
  margin-left: -2px;
}



._coral-SearchWithin {
  width: 250px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

._coral-SearchWithin ._coral-Dropdown {
    min-width: 0;
  }

._coral-SearchWithin ._coral-Dropdown-trigger {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

._coral-SearchWithin ._coral-Textfield {
    -ms-flex: 1;
        flex: 1;
    margin-left: -1px; /* hides left border */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

._coral-SearchWithin ._coral-Textfield:hover, ._coral-SearchWithin ._coral-Textfield:focus {
      position: relative; /* shows left border */
    }

._coral-QuickActions {

  display: -ms-inline-flexbox;

  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

._coral-QuickActions--right.is-open { /* should animate to the left when aligned right */
  }

._coral-QuickActions--left.is-open { /* should animate to the right when aligned left */
  }

._coral-QuickActions-item {

  /* Change the font styles in all browsers */
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  
  /* Remove the button margin in Firefox and Safari. */
  margin: 0;
  
  /* Show button the overflow in Edge and IE. */
  overflow: visible;
  
  /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
  text-transform: none;

  /* Correct the inability to style clickable types in iOS and Safari. */
  -webkit-appearance: button;

  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding: 0;
  border-width: 1px;
  border-radius: 16px;
  border-style: solid;
  transition: border-color 125ms ease-out,
    color 125ms ease-out,
    box-shadow 125ms ease-out;
}

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

._coral-QuickActions-item::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

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

._coral-QuickActions-item:-moz-focusring{
    outline: 1px dotted ButtonText;
  }

._coral-QuickActions-item:hover {
    cursor: pointer;
  }

._coral-QuickActions-item:active {
    cursor: pointer;
  }

._coral-QuickActions-item:first-child {
    margin-left: 0;
  }

._coral-QuickActions-item ._coral-Icon {
    /* Fix alignment */
    margin-top: 2px;
  }



._coral-MillerColumns {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 0;
}

._coral-MillerColumn {
  display: inline-block;
  width: 272px;
  vertical-align: top;
  outline: none;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  overflow: auto;
  height: 100%;
}

._coral-MillerColumn:first-child {
    margin-left: 8px;
  }

._coral-MillerColumn-childIndicator {
  display: none;
  width: 6px;
  height: 10px;
  transition: transform ease 125ms;
}

._coral-MillerColumn-item {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 16px;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  height: 40px;
  border-radius: 4px;
  -ms-flex-align: center;
      align-items: center;
  width: 272px;
  box-sizing: border-box;
  transition: background-color 125ms ease-in-out;
}

/* checkbox on the left, shows up always */

._coral-MillerColumn-item.is-branch-selectable ._coral-Checkbox, ._coral-MillerColumn-item.is-selected ._coral-Checkbox, ._coral-MillerColumn-item:hover ._coral-Checkbox {
      display: inline-block;
    }

/* show chevron */

._coral-MillerColumn-item.is-branch ._coral-MillerColumn-childIndicator {
      display: block;
    }

._coral-MillerColumn-item ._coral-Checkbox {
    display: none;
  }

._coral-MillerColumn-item ._coral-MillerColumn-itemThumbnail {

    /* Remove the border on images inside links in IE 10-. */
    border-style: none;

    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle;
  }

._coral-MillerColumn-itemLabel {
  -ms-flex: 1;
      flex: 1;
  padding-left: 8px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

._coral-CycleButton {

  /* Change the font styles in all browsers */
  font-family: inherit;
  font-size: 100%;
  
  /* Remove the button margin in Firefox and Safari. */
  margin: 0;
  
  /* Show button the overflow in Edge and IE. */
  overflow: visible;
  
  /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
  text-transform: none;

  /* Correct the inability to style clickable types in iOS and Safari. */
  -webkit-appearance: button;

  position: relative;
  width: 32px;
  height: 32px;
  line-height: 2rem;
  border-radius: 4px;
  border: none;
  padding: 0;
  cursor: pointer;
}

._coral-CycleButton:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow (on skin.css) instead */
    outline: 0;
  }

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

._coral-CycleButton::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

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

._coral-CycleButton:-moz-focusring{
    outline: 1px dotted ButtonText;
  }

._coral-CycleButton ._coral-Icon {
    /* Be centered */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

._coral-CycleButton ._coral-Icon:not(.is-active) {
    display: none
  }



._coral-Pagination-input {
  width: 48px;
  min-width: 48px;
}

._coral-Pagination-counter {
  display: inline-block;
  height: 32px;
  line-height: 2rem;
  margin-left: 5px;
}



._coral-Pagination-directionButton {
  font-size: 0.9375rem;
  font-weight: bold;
}

._coral-Pagination-pageButton {
  box-sizing: border-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 1.625rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid transparent;
  outline: none;
  transition: background-color 125ms ease-in-out,
              color 125ms ease-in-out,
              border-color 125ms ease-in-out;
}



._coral-Pagination-prevButton {
  border-radius: 16px 0 0 16px;
  float: left; /* removes DOM whitespace */
  padding-right: 6px;
  padding-left: 6px;
  border-right: 0;
}

._coral-Pagination-prevButton ._coral-Icon {
    margin-left: 4px;
    margin-right: 4px;
  }

._coral-Pagination-nextButton {
  border-radius: 0 16px 16px 0;
  margin-left: 0 !important;
}

/* CTA is special and doesn't have a border between the buttons */

._coral-Pagination-nextButton._coral-Button--cta {
    border-left: 0;
    margin-left: 2px !important;
  }

._coral-Pagination-nextButton ._coral-Icon {
    margin-left: 8px;
  }

._coral-Pagination-prevButton:focus, ._coral-Pagination-nextButton:focus {
    /* this also triggers 'z-index: auto' and stays on top */
    position: relative;
  }

._coral-Pagination-prevButton ._coral-Icon, ._coral-Pagination-nextButton ._coral-Icon {
    width: 7px;
    height: 10px;

    vertical-align: baseline;
  }





._coral-Banner {
  display: inline-block;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.75rem;
  line-height: 1rem;
}

._coral-Banner-header {
  font-weight: bold;
}









._coral-Banner--corner {
  position: absolute;
  top: -10px;
  right: -10px;
}



.coral-Rule {

  /* Add the correct box sizing for hr in Firefox. */
  box-sizing: content-box;
  height: 0;

  /* Show the overflow for hr in Edge and IE. */
  overflow: visible;

  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
}



.coral-Rule--subsection {
  border-width: 1.5px;
  border-radius: 1.5px;
}



.coral-Rule--subsection2 {
  border-width: 1px;
  border-radius: 1px;
}



.coral-Rule--panel {
  box-sizing: border-box;
  display: inline-block;
  border-width: 0.5px;
  height: 24px;
  vertical-align: text-bottom;
  margin: 0 4px;
  border-radius: 0;
}



._coral-StatusLight::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px; /* same as width */
    border-radius: 50%;
    margin: 0 12px;
  }

._coral-StatusLight--archived {
  font-style: italic;
}



._coral-ShellIgnore {
  height: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

._coral-ShellIgnore ._coral-TabList-item {
    top: 1px;
  }

._coral-ShellIgnore ._coral-TabList-item-line {
    bottom: -7px;
  }

._coral-ShellIgnore ._coral-Button--icon {
    width: 18px;
    height: 18px;
  }

._coral-ShellIgnore-leftContainer,  ._coral-ShellIgnore-rightContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

._coral-ShellIgnore-logoIcon {
  height: 24px;
  width: 24px;
  position: relative;
  margin-right: 12px;
}

._coral-ShellIgnore-logoLabel {
  margin-right: 72px;
}

._coral-ShellIgnore-rightContainer > * {
  margin: 0 14px;
}

._coral-ShellIgnore-rightContainer > *:first-child {
    margin-left: 28px;
  }

._coral-ShellIgnore-rightContainer > *:last-child {
    margin-right: 0;
  }

._coral-ShellIgnore-avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}

._coral-ShellIgnore-avatar img {
    width: 100%;
    height: 100%;
  }



._coral-TreeView {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

._coral-TreeView-item {
  /* Don't let child treeviews that are open spill out */
  overflow: hidden;
}

._coral-TreeView-item.is-open > ._coral-TreeView-link > ._coral-TreeView-indicator {
      /* Rotate the chevron */
      transform: rotate(90deg);
    }

._coral-TreeView-item.is-open > ._coral-TreeView {
      /* Open the treeview */
      height: auto;
      visibility: visible;
    }

._coral-TreeView-link {
  /* Be inline block with 100% width to prevent margin collapse */
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;

  width: 100%;

  padding: 8px 30px;
  margin: 4px 0;

  text-decoration: none;

  /* Prevent weirdness that can cause the vertical bar to fall down */
  white-space: nowrap;
}

._coral-TreeView-link:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow (on skin.css) instead */
    outline: none;
  }

._coral-TreeView-link ._coral-Icon {
    vertical-align: top;
    margin-right: 6px;
  }

._coral-TreeView-link::before {
    content: '';

    position: absolute;
    left: 8px;
    right: 6px;
    z-index: -1; /* make sure we don't block clicks on chevron */

    /* Position correctly since top is not defined */
    margin-top: -8px;

    height: 36px;

    background-color: transparent;

    border-radius: 4px;
  }

._coral-TreeView-indicator {
  display: block;
  width: 6px;
  height: 10px;

  float: left;
  margin-left: -14px;
  margin-top: 5px;

  transition: transform ease 125ms;
}

/* Close nested treeviews by default */

._coral-TreeView ._coral-TreeView {
  /* Don't be a highlight container stealer */
  position: static;

  padding-left: 28px;

  /* Be hidden */
  height: 0;
  visibility: hidden;
}



._coral-TreeView-item--indent1 {
  padding-left: 28px;
}

._coral-TreeView-item--indent2 {
  padding-left: 56px;
}

._coral-TreeView-item--indent3 {
  padding-left: 84px;
}

._coral-TreeView-item--indent4 {
  padding-left: 112px;
}

._coral-TreeView-item--indent5 {
  padding-left: 140px;
}

._coral-TreeView-item--indent6 {
  padding-left: 168px;
}

._coral-TreeView-item--indent7 {
  padding-left: 196px;
}

._coral-TreeView-item--indent8 {
  padding-left: 224px;
}

._coral-TreeView-item--indent9 {
  padding-left: 252px;
}

._coral-TreeView-item--indent10 {
  padding-left: 280px;
}



/* Temporary skin variables that need to be moved into origins */
.coral--light :root {
  /* Icon Button*/

  /* Button */

  /* Loader */

  /* Shell */
}

.coral--light {
  background-color: rgb(245, 245, 245);

  /* Prevent tap highlights */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.coral--light,
.coral--light .coral-Body {
  color: rgb(75, 75, 75);
}
.coral--light .coral-Body--large {
  color: rgb(75, 75, 75);
}
.coral--light .coral-Body--small {
  color: rgb(75, 75, 75);
}
.coral--light .coral-Body--secondary {
  color: rgb(112, 112, 112);
}
.coral--light .coral-Heading--1 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading--2 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading--3 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading--4 {
  color: rgb(44, 44, 44);
}
.coral--light .coral-Heading--5 {
  color: rgb(112, 112, 112);
}
.coral--light .coral-Link {
  color: rgb(13, 102, 208);
}
.coral--light .coral-Link:hover {
    color: rgb(13, 102, 208);
  }
.coral--light .coral-Link:active {
    color: rgb(9, 90, 186);
  }
.coral--light .coral-Link.focus-ring {
    color: rgb(13, 102, 208);
  }
.coral--light .coral-Link.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light .coral-Link--subtle {
  color: inherit;
}
.coral--light .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--light .coral-Link--subtle:active {
    color: inherit;
  }
.coral--light .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--light .coral-Link--overColor {
  color: rgb(255, 255, 255);
}
.coral--light .coral-Link--overColor:hover {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overColor:active {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overColor:focus {
    color: rgb(255, 255, 255);
  }
.coral--light .coral-Link--overColor.is-disabled {
    color: rgba(255, 255, 255, 0.5);
  }
.coral--light ._coral-Button.focus-ring {
    box-shadow: 0 0 0 1px rgb(13, 102, 208);
  }
.coral--light ._coral-Button:hover {
    box-shadow: none;
  }
.coral--light ._coral-Button:active {
    box-shadow: none;
  }
.coral--light ._coral-Button.is-selected ._coral-Icon {
    color: rgb(75, 75, 75);
  }

.coral--light ._coral-Button--cta {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--cta.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta:hover {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--cta:disabled,
  .coral--light ._coral-Button--cta.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(75, 75, 75);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--primary.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary:hover {
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary:active {
    background-color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--primary:disabled,
  .coral--light ._coral-Button--primary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(142, 142, 142);
  color: rgb(142, 142, 142);
}
.coral--light ._coral-Button--secondary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary:hover {
    background-color: rgb(142, 142, 142);
    border-color: rgb(142, 142, 142);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary:active {
    background-color: rgb(112, 112, 112);
    border-color: rgb(112, 112, 112);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--secondary:disabled,
  .coral--light ._coral-Button--secondary.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(215, 55, 63);
  color: rgb(215, 55, 63);
}
.coral--light ._coral-Button--warning.focus-ring {
    background-color: rgb(9, 90, 186);
    border-color: rgb(9, 90, 186);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning:hover {
    background-color: rgb(215, 55, 63);
    border-color: rgb(215, 55, 63);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning:active {
    background-color: rgb(187, 18, 26);
    border-color: rgb(187, 18, 26);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--warning:disabled,
  .coral--light ._coral-Button--warning.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--quiet--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--quiet--primary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--quiet--primary:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--quiet--primary:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--quiet--primary:disabled,
  .coral--light ._coral-Button--quiet--primary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--quiet--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(142, 142, 142);
}
.coral--light ._coral-Button--quiet--secondary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--quiet--secondary:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--quiet--secondary:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--quiet--secondary:disabled,
  .coral--light ._coral-Button--quiet--secondary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--action {
  background-color: rgb(251, 251, 251);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--action.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--action:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
    box-shadow: none;
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--action:active,
  .coral--light ._coral-Button--action.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
    box-shadow: none;
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--action:disabled,
  .coral--light ._coral-Button--action.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--quiet--action {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Button--quiet--action.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 2px rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--quiet--action.is-selected {
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--quiet--action:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--quiet--action:active {
    background-color: rgb(225, 225, 225);
    box-shadow: none;
    color: rgb(44, 44, 44);
  }
/* Make sure background color overrides hover and active */
.coral--light ._coral-Button--quiet--action.is-selected {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-Button--quiet--action:disabled,
  .coral--light ._coral-Button--quiet--action[disabled] {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--toggle {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(75, 75, 75);

}
.coral--light ._coral-Button--toggle.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle:active {
    background-color: rgb(225, 225, 225);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle:disabled,
  .coral--light ._coral-Button--toggle.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--toggle.is-selected {
    background-color: rgb(225, 225, 225);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--toggle.is-selected.focus-ring {
    background-color: rgb(225, 225, 225);
    border-color: rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle.is-selected:hover {
    background-color: rgb(225, 225, 225);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle.is-selected:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--toggle.is-selected:disabled,
  .coral--light ._coral-Button--toggle.is-selected.is-disabled {
    background-color: rgb(225, 225, 225);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }
/*! topdoc
---
name: Button - Quiet Warning
description: A 'quiet warning' Spectrum button
status: Released
modifiers:
  ':disabled': Disabled state
  ':hover': Hover state
  ':focus': Focused
markup: |
  <button class="spectrum-Button
  spectrum-Button--quiet--warning">Button</button>

  <button class="spectrum-Button spectrum-Button--quiet--warning"
  disabled>Button</button>

*/
.coral--light ._coral-Button--quiet--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(215, 55, 63);
}
.coral--light ._coral-Button--quiet--warning.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--quiet--warning:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(201, 37, 45);
  }
.coral--light ._coral-Button--quiet--warning:active {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
    color: rgb(201, 37, 45);
  }
.coral--light ._coral-Button--quiet--warning:disabled,
  .coral--light ._coral-Button--quiet--warning.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--logic--and {
  background-color: rgb(20, 115, 230);
  border-color: rgb(20, 115, 230);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--logic--and.focus-ring {
    background-color: rgb(9, 90, 186);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--logic--and:hover {
    background-color: rgb(9, 90, 186);
    border-color: rgb(9, 90, 186);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--logic--and:disabled,
  .coral--light ._coral-Button--logic--and.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--logic--or {
  background-color: rgb(202, 41, 150);
  border-color: rgb(202, 41, 150);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Button--logic--or.focus-ring {
    background-color: rgb(174, 14, 102);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--logic--or:hover {
    background-color: rgb(174, 14, 102);
    border-color: rgb(174, 14, 102);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Button--logic--or:disabled,
  .coral--light ._coral-Button--logic--or.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Button--icon {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Button--icon.focus-ring {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--icon:hover {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--icon:active {
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Button--icon:active::before {
      background-color: rgb(234, 234, 234);
    }
.coral--light ._coral-Button--icon:disabled {
    color: rgb(112, 112, 112);
  }
.coral--light ._coral-Button--dropdown {
  color: rgb(75, 75, 75);
  background-color: rgb(251, 251, 251);
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Button--dropdown:hover {
    color: rgb(44, 44, 44);
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-Button--dropdown.focus-ring,
  .coral--light ._coral-Button--dropdown.is-focused {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-Button--dropdown:active,
  .coral--light ._coral-Button--dropdown.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-Button--dropdown:active.focus-ring,
    .coral--light ._coral-Button--dropdown:active.is-focused,
    .coral--light ._coral-Button--dropdown.is-selected.focus-ring,
    .coral--light ._coral-Button--dropdown.is-selected.is-focused {
      box-shadow: none;
    }
.coral--light ._coral-Button--dropdown.is-invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--light ._coral-Button--dropdown.is-invalid.focus-ring,
    .coral--light ._coral-Button--dropdown.is-invalid.is-focused {
      border-color: rgb(227, 72, 80);
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--light ._coral-Button--dropdown:disabled,
  .coral--light ._coral-Button--dropdown.is-disabled {
    background-color: rgb(234, 234, 234);
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--dropdown:disabled.focus-ring, .coral--light ._coral-Button--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--light ._coral-Button--quiet--dropdown {
  color: rgb(75, 75, 75);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coral--light ._coral-Button--quiet--dropdown:hover {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Button--quiet--dropdown.focus-ring,
  .coral--light ._coral-Button--quiet--dropdown.is-focused {
    box-shadow: 0 2px 0 0 rgb(38, 128, 235);
  }
.coral--light ._coral-Button--quiet--dropdown.is-invalid.focus-ring,
    .coral--light ._coral-Button--quiet--dropdown.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(227, 72, 80);
    }
.coral--light ._coral-Button--quiet--dropdown:disabled,
  .coral--light ._coral-Button--quiet--dropdown.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Button--quiet--dropdown:disabled.focus-ring, .coral--light ._coral-Button--quiet--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--light ._coral-Breadcrumb {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Breadcrumb ._coral-Breadcrumb-separator {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Breadcrumb ._coral-Breadcrumb-link {
    color: inherit;
    text-decoration: none;
  }
.coral--light ._coral-Breadcrumb ._coral-Breadcrumb-link:hover {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Breadcrumb ._coral-Breadcrumb-link.focus-ring {
      color: rgb(13, 102, 208);
      outline: 0;
      border-bottom: 2px solid rgb(13, 102, 208);
    }
.coral--light ._coral-Breadcrumb ._coral-Breadcrumb-link:active {
      color: rgb(44, 44, 44);
      border-bottom: 0;
    }
.coral--light ._coral-Breadcrumb.is-selected,
  .coral--light ._coral-Breadcrumb:last-of-type {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Breadcrumb.is-selected ~ ._coral-Breadcrumb:last-of-type {
        color: rgb(112, 112, 112);
      }
.coral--light ._coral-Breadcrumb.is-selected ._coral-Breadcrumb-link.focus-ring {
        color: rgb(44, 44, 44);
        border-bottom: 0;
      }

.coral--light ._coral-Alert {
  background-color: rgb(255, 255, 255);
  /* default color set to body color, header element overwrites this */
  color: rgb(112, 112, 112);
}

.coral--light ._coral-Alert-header {
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Alert-content {
  color: rgb(112, 112, 112);
}

.coral--light ._coral-Alert--info {
  border-color: rgb(38, 128, 235);
}
.coral--light ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(38, 128, 235);
  }

.coral--light ._coral-Alert--error {
  border-color: rgb(227, 72, 80);
}
.coral--light ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(227, 72, 80);
  }

.coral--light ._coral-Alert--success {
  border-color: rgb(45, 157, 120);
}
.coral--light ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(45, 157, 120);
  }

.coral--light ._coral-Alert--warning {
  border-color: rgb(230, 134, 25);
}
.coral--light ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(230, 134, 25);
  }
.coral--light ._coral-Checkbox-label {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Checkbox-box {
  border-color: rgb(142, 142, 142);
}
.coral--light ._coral-Checkbox-box ._coral-Checkbox-checkmark {
    color: rgb(245, 245, 245);
  }
.coral--light ._coral-Checkbox-box {
  background-color: rgb(251, 251, 251);
}
.coral--light ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);

  }
.coral--light ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(9, 90, 186);
  }
.coral--light ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box,
.coral--light ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
  border-color: rgb(20, 115, 230);
}
.coral--light ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box,
  .coral--light ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(13, 102, 208);

  }
.coral--light ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box,
  .coral--light ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(9, 90, 186);

  }

.coral--light ._coral-Checkbox {
  border-color: rgb(142, 142, 142);
}
.coral--light ._coral-Checkbox:hover ._coral-Checkbox-box {
      border-color: rgb(112, 112, 112);

      box-shadow: none;
    }
.coral--light ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Checkbox:active ._coral-Checkbox-box {
      border-color: rgb(75, 75, 75);

    }
.coral--light ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-box {
      border-color: rgb(215, 55, 63);

    }
.coral--light ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
      color: rgb(215, 55, 63);
    }
.coral--light ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box {
      border-color: rgb(201, 37, 45) !important;

    }
.coral--light ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box {
      border-color: rgb(187, 18, 26);

    }
.coral--light ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(187, 18, 26);
    }

.coral--light ._coral-Checkbox-input:disabled + ._coral-Checkbox-box {
    /* I'm sorry about the !important */
    border-color: rgb(202, 202, 202) !important;

    background-color: transparent;
  }
.coral--light ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label {
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-Checkbox-input:error + ._coral-Checkbox-box {
    border-color: rgb(215, 55, 63);

  }
.coral--light ._coral-Checkbox-input:error ~ ._coral-Checkbox-label {
    color: rgb(201, 37, 45);
  }
.coral--light ._coral-Label {
  color: rgb(255, 255, 255);
}

.coral--light ._coral-Label--inactive,
.coral--light ._coral-Label--grey {
  background-color: rgb(118, 118, 118);
}
.coral--light ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--light ._coral-Label--blue, .coral--light ._coral-Label--active, .coral--light ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--light ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--light ._coral-Label--orange, .coral--light ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--light ._coral-Radio-input:checked + ._coral-Radio-button {
    border-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Radio-input.focus-ring + ._coral-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);

    }
.coral--light ._coral-Radio-input.focus-ring ~ ._coral-Radio-label {
      color: rgb(9, 90, 186);
    }

.coral--light ._coral-Radio ._coral-Radio-label {
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-Radio ._coral-Radio-button {
    border-color: rgb(142, 142, 142);
  }
.coral--light ._coral-Radio:hover ._coral-Radio-button {
      border-color: rgb(112, 112, 112);
      box-shadow: none;
    }
.coral--light ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(13, 102, 208);

    }
.coral--light ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Radio:active ._coral-Radio-button {
      border-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(9, 90, 186);

    }
.coral--light ._coral-Radio:active ._coral-Radio-label {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Radio.is-invalid ._coral-Radio-button {
      border-color: rgb(215, 55, 63);

    }
.coral--light ._coral-Radio.is-invalid ._coral-Radio-label {
      color: rgb(215, 55, 63);
    }

.coral--light ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button {
      border-color: rgb(201, 37, 45);

    }
.coral--light ._coral-Radio.is-invalid:hover ._coral-Radio-label {
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-Radio.is-invalid:active ._coral-Radio-input +._coral-Radio-button {
      border-color: rgb(187, 18, 26);

    }
.coral--light ._coral-Radio.is-invalid:active ._coral-Radio-label {
      color: rgb(187, 18, 26);
    }

.coral--light ._coral-Radio-input:disabled + ._coral-Radio-button {
    border-color: rgb(202, 202, 202) !important;
  }
.coral--light ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(179, 179, 179) !important;
  }

.coral--light ._coral-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}

.coral--light ._coral-Textfield:-ms-input-placeholder {
    color: rgb(142, 142, 142);
  }

.coral--light ._coral-Textfield::placeholder {
    color: rgb(142, 142, 142);
  }
/* It's a little wonky, right? */
.coral--light ._coral-Textfield:hover {
    border-color: rgb(202, 202, 202);
    box-shadow: none;
  }
/* TODO: is it wonky that textarea shares the selector? */
.coral--light ._coral-Textfield:hover:-ms-input-placeholder {
      color: rgb(75, 75, 75);
    }
.coral--light ._coral-Textfield:hover::placeholder {
      color: rgb(75, 75, 75);
    }
.coral--light ._coral-Textfield:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--light ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Textfield[disabled] {
    background-color: rgb(234, 234, 234);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(179, 179, 179);

    /* For safari mobile browser */
    -webkit-text-fill-color: rgb(179, 179, 179);
  }
.coral--light ._coral-Textfield[disabled]:-ms-input-placeholder {
      color: rgb(225, 225, 225);
    }
.coral--light ._coral-Textfield[disabled]::placeholder {
      color: rgb(225, 225, 225);
    }
.coral--light ._coral-Textfield.is-invalid,
  .coral--light ._coral-Textfield:invalid {
    border-color: rgb(227, 72, 80);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath style='fill:rgb%28227%2C 72%2C 80%29' d='M17.127%2C2.579.4%2C32.512A1%2C1%2C0%2C0%2C0%2C1.272%2C34H34.728a1%2C1%2C0%2C0%2C0%2C.873-1.488L18.873%2C2.579A1%2C1%2C0%2C0%2C0%2C17.127%2C2.579ZM20%2C29.5a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-3a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Zm0-6a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-12a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Z'/%3E%3C/svg%3E");
  }
/* might break things due to pre-defined focus-ring */
.coral--light ._coral-Textfield.is-invalid.focus-ring:not(:active), .coral--light ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }

.coral--light ._coral-Textfield--quiet {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Textfield--quiet:hover {
    border-color: rgb(202, 202, 202);
  }
.coral--light ._coral-Textfield--quiet:active {
    border-color: rgb(38, 128, 235);
  }
.coral--light ._coral-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.coral--light ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.coral--light ._coral-Textfield--quiet:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color:  rgb(225, 225, 225);
  }
.coral--light ._coral-Textfield--quiet.is-invalid,
  .coral--light ._coral-Textfield--quiet:invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--light ._coral-Textfield--quiet.is-invalid:focus, .coral--light ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(227, 72, 80);
    }
/* might break things due to pre-defined focus-ring */
.coral--light ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active), .coral--light ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 rgb(227, 72, 80);
      }
.coral--light ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--light ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
    border-color: rgb(38, 128, 235);
  }
.coral--light ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--light ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
      border-color: rgb(227, 72, 80);
    }
/* Only add the 2px ring for keyboard focus */
.coral--light ._coral-InputGroup-input.focus-ring ~ ._coral-InputGroup-button {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-InputGroup-input.focus-ring.is-invalid ~ ._coral-InputGroup-button, .coral--light ._coral-InputGroup-input.focus-ring:invalid ~ ._coral-InputGroup-button {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:hover,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:focus,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:active,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button.is-selected,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:invalid,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button.is-invalid,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled,
    .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled:hover {
      border-color: rgb(225, 225, 225);
    }
.coral--light ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--light ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid,
      .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid ~ ._coral-InputGroup-button,
      .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid,
      .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid ~ ._coral-InputGroup-button {
        border-color: rgb(227, 72, 80);
      }
/* Always add the 2px ring for keyboard focus for quiet inputgroups */
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
        box-shadow: 0 1px 0 rgb(38, 128, 235);
        border-color: rgb(38, 128, 235);
      }
.coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--light ._coral-InputGroup--quiet ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
          box-shadow: 0 1px 0 rgb(227, 72, 80);
          border-color: rgb(227, 72, 80);
        }

.coral--light ._coral-Tooltip,
  .coral--light ._coral-Tooltip ._coral-Tooltip-tip::after {
    background-color: rgb(118, 118, 118);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Tooltip--error,
  .coral--light ._coral-Tooltip--error ._coral-Tooltip-tip::after {
    background-color: rgb(215, 55, 63);
  }
.coral--light ._coral-Tooltip--info,
  .coral--light ._coral-Tooltip--info ._coral-Tooltip-tip::after {
    background-color: rgb(20, 115, 230);
  }
.coral--light ._coral-Tooltip--success,
  .coral--light ._coral-Tooltip--success ._coral-Tooltip-tip::after {
    background-color: rgb(38, 142, 108);
  }
.coral--light ._coral-Loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3636 36' enable-background='new 0 0 3636 36' width='3636' height='36'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 3%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 3%3B stroke-dasharray: 92%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='18' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='18' cy='18' r='14.5' stroke-dashoffset='91.11'/%3E%3Ccircle class='track' cx='54' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='54' cy='18' r='14.5' stroke-dashoffset='90.2'/%3E%3Ccircle class='track' cx='90' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='90' cy='18' r='14.5' stroke-dashoffset='89.28'/%3E%3Ccircle class='track' cx='126' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='126' cy='18' r='14.5' stroke-dashoffset='88.37'/%3E%3Ccircle class='track' cx='162' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='162' cy='18' r='14.5' stroke-dashoffset='87.46'/%3E%3Ccircle class='track' cx='198' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='198' cy='18' r='14.5' stroke-dashoffset='86.55'/%3E%3Ccircle class='track' cx='234' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='234' cy='18' r='14.5' stroke-dashoffset='85.64'/%3E%3Ccircle class='track' cx='270' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='270' cy='18' r='14.5' stroke-dashoffset='84.73'/%3E%3Ccircle class='track' cx='306' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='306' cy='18' r='14.5' stroke-dashoffset='83.82'/%3E%3Ccircle class='track' cx='342' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='342' cy='18' r='14.5' stroke-dashoffset='82.91'/%3E%3Ccircle class='track' cx='378' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='378' cy='18' r='14.5' stroke-dashoffset='82'/%3E%3Ccircle class='track' cx='414' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='414' cy='18' r='14.5' stroke-dashoffset='81.08'/%3E%3Ccircle class='track' cx='450' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='450' cy='18' r='14.5' stroke-dashoffset='80.17'/%3E%3Ccircle class='track' cx='486' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='486' cy='18' r='14.5' stroke-dashoffset='79.26'/%3E%3Ccircle class='track' cx='522' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='522' cy='18' r='14.5' stroke-dashoffset='78.35'/%3E%3Ccircle class='track' cx='558' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='558' cy='18' r='14.5' stroke-dashoffset='77.44'/%3E%3Ccircle class='track' cx='594' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='594' cy='18' r='14.5' stroke-dashoffset='76.53'/%3E%3Ccircle class='track' cx='630' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='630' cy='18' r='14.5' stroke-dashoffset='75.62'/%3E%3Ccircle class='track' cx='666' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='666' cy='18' r='14.5' stroke-dashoffset='74.71'/%3E%3Ccircle class='track' cx='702' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='702' cy='18' r='14.5' stroke-dashoffset='73.8'/%3E%3Ccircle class='track' cx='738' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='738' cy='18' r='14.5' stroke-dashoffset='72.88'/%3E%3Ccircle class='track' cx='774' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='774' cy='18' r='14.5' stroke-dashoffset='71.97'/%3E%3Ccircle class='track' cx='810' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='810' cy='18' r='14.5' stroke-dashoffset='71.06'/%3E%3Ccircle class='track' cx='846' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='846' cy='18' r='14.5' stroke-dashoffset='70.15'/%3E%3Ccircle class='track' cx='882' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='882' cy='18' r='14.5' stroke-dashoffset='69.24'/%3E%3Ccircle class='track' cx='918' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='918' cy='18' r='14.5' stroke-dashoffset='68.33'/%3E%3Ccircle class='track' cx='954' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='954' cy='18' r='14.5' stroke-dashoffset='67.42'/%3E%3Ccircle class='track' cx='990' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='990' cy='18' r='14.5' stroke-dashoffset='66.51'/%3E%3Ccircle class='track' cx='1026' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1026' cy='18' r='14.5' stroke-dashoffset='65.6'/%3E%3Ccircle class='track' cx='1062' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1062' cy='18' r='14.5' stroke-dashoffset='64.69'/%3E%3Ccircle class='track' cx='1098' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1098' cy='18' r='14.5' stroke-dashoffset='63.77'/%3E%3Ccircle class='track' cx='1134' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1134' cy='18' r='14.5' stroke-dashoffset='62.86'/%3E%3Ccircle class='track' cx='1170' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1170' cy='18' r='14.5' stroke-dashoffset='61.95'/%3E%3Ccircle class='track' cx='1206' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1206' cy='18' r='14.5' stroke-dashoffset='61.04'/%3E%3Ccircle class='track' cx='1242' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1242' cy='18' r='14.5' stroke-dashoffset='60.13'/%3E%3Ccircle class='track' cx='1278' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1278' cy='18' r='14.5' stroke-dashoffset='59.22'/%3E%3Ccircle class='track' cx='1314' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1314' cy='18' r='14.5' stroke-dashoffset='58.31'/%3E%3Ccircle class='track' cx='1350' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1350' cy='18' r='14.5' stroke-dashoffset='57.4'/%3E%3Ccircle class='track' cx='1386' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1386' cy='18' r='14.5' stroke-dashoffset='56.49'/%3E%3Ccircle class='track' cx='1422' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1422' cy='18' r='14.5' stroke-dashoffset='55.57'/%3E%3Ccircle class='track' cx='1458' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1458' cy='18' r='14.5' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='1494' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1494' cy='18' r='14.5' stroke-dashoffset='53.75'/%3E%3Ccircle class='track' cx='1530' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1530' cy='18' r='14.5' stroke-dashoffset='52.84'/%3E%3Ccircle class='track' cx='1566' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1566' cy='18' r='14.5' stroke-dashoffset='51.93'/%3E%3Ccircle class='track' cx='1602' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1602' cy='18' r='14.5' stroke-dashoffset='51.02'/%3E%3Ccircle class='track' cx='1638' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1638' cy='18' r='14.5' stroke-dashoffset='50.11'/%3E%3Ccircle class='track' cx='1674' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1674' cy='18' r='14.5' stroke-dashoffset='49.2'/%3E%3Ccircle class='track' cx='1710' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1710' cy='18' r='14.5' stroke-dashoffset='48.29'/%3E%3Ccircle class='track' cx='1746' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1746' cy='18' r='14.5' stroke-dashoffset='47.38'/%3E%3Ccircle class='track' cx='1782' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1782' cy='18' r='14.5' stroke-dashoffset='46.46'/%3E%3Ccircle class='track' cx='1818' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1818' cy='18' r='14.5' stroke-dashoffset='45.55'/%3E%3Ccircle class='track' cx='1854' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1854' cy='18' r='14.5' stroke-dashoffset='44.64'/%3E%3Ccircle class='track' cx='1890' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1890' cy='18' r='14.5' stroke-dashoffset='43.73'/%3E%3Ccircle class='track' cx='1926' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1926' cy='18' r='14.5' stroke-dashoffset='42.82'/%3E%3Ccircle class='track' cx='1962' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1962' cy='18' r='14.5' stroke-dashoffset='41.91'/%3E%3Ccircle class='track' cx='1998' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1998' cy='18' r='14.5' stroke-dashoffset='41'/%3E%3Ccircle class='track' cx='2034' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2034' cy='18' r='14.5' stroke-dashoffset='40.09'/%3E%3Ccircle class='track' cx='2070' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2070' cy='18' r='14.5' stroke-dashoffset='39.18'/%3E%3Ccircle class='track' cx='2106' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2106' cy='18' r='14.5' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='2142' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2142' cy='18' r='14.5' stroke-dashoffset='37.35'/%3E%3Ccircle class='track' cx='2178' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2178' cy='18' r='14.5' stroke-dashoffset='36.44'/%3E%3Ccircle class='track' cx='2214' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2214' cy='18' r='14.5' stroke-dashoffset='35.53'/%3E%3Ccircle class='track' cx='2250' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2250' cy='18' r='14.5' stroke-dashoffset='34.62'/%3E%3Ccircle class='track' cx='2286' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2286' cy='18' r='14.5' stroke-dashoffset='33.71'/%3E%3Ccircle class='track' cx='2322' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2322' cy='18' r='14.5' stroke-dashoffset='32.8'/%3E%3Ccircle class='track' cx='2358' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2358' cy='18' r='14.5' stroke-dashoffset='31.89'/%3E%3Ccircle class='track' cx='2394' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2394' cy='18' r='14.5' stroke-dashoffset='30.98'/%3E%3Ccircle class='track' cx='2430' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2430' cy='18' r='14.5' stroke-dashoffset='30.07'/%3E%3Ccircle class='track' cx='2466' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2466' cy='18' r='14.5' stroke-dashoffset='29.15'/%3E%3Ccircle class='track' cx='2502' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2502' cy='18' r='14.5' stroke-dashoffset='28.24'/%3E%3Ccircle class='track' cx='2538' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2538' cy='18' r='14.5' stroke-dashoffset='27.33'/%3E%3Ccircle class='track' cx='2574' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2574' cy='18' r='14.5' stroke-dashoffset='26.42'/%3E%3Ccircle class='track' cx='2610' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2610' cy='18' r='14.5' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='2646' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2646' cy='18' r='14.5' stroke-dashoffset='24.6'/%3E%3Ccircle class='track' cx='2682' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2682' cy='18' r='14.5' stroke-dashoffset='23.69'/%3E%3Ccircle class='track' cx='2718' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2718' cy='18' r='14.5' stroke-dashoffset='22.78'/%3E%3Ccircle class='track' cx='2754' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2754' cy='18' r='14.5' stroke-dashoffset='21.87'/%3E%3Ccircle class='track' cx='2790' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2790' cy='18' r='14.5' stroke-dashoffset='20.95'/%3E%3Ccircle class='track' cx='2826' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2826' cy='18' r='14.5' stroke-dashoffset='20.04'/%3E%3Ccircle class='track' cx='2862' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2862' cy='18' r='14.5' stroke-dashoffset='19.13'/%3E%3Ccircle class='track' cx='2898' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2898' cy='18' r='14.5' stroke-dashoffset='18.22'/%3E%3Ccircle class='track' cx='2934' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2934' cy='18' r='14.5' stroke-dashoffset='17.31'/%3E%3Ccircle class='track' cx='2970' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2970' cy='18' r='14.5' stroke-dashoffset='16.4'/%3E%3Ccircle class='track' cx='3006' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3006' cy='18' r='14.5' stroke-dashoffset='15.49'/%3E%3Ccircle class='track' cx='3042' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3042' cy='18' r='14.5' stroke-dashoffset='14.58'/%3E%3Ccircle class='track' cx='3078' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3078' cy='18' r='14.5' stroke-dashoffset='13.67'/%3E%3Ccircle class='track' cx='3114' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3114' cy='18' r='14.5' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='3150' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3150' cy='18' r='14.5' stroke-dashoffset='11.84'/%3E%3Ccircle class='track' cx='3186' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3186' cy='18' r='14.5' stroke-dashoffset='10.93'/%3E%3Ccircle class='track' cx='3222' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3222' cy='18' r='14.5' stroke-dashoffset='10.02'/%3E%3Ccircle class='track' cx='3258' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3258' cy='18' r='14.5' stroke-dashoffset='9.11'/%3E%3Ccircle class='track' cx='3294' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3294' cy='18' r='14.5' stroke-dashoffset='8.2'/%3E%3Ccircle class='track' cx='3330' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3330' cy='18' r='14.5' stroke-dashoffset='7.29'/%3E%3Ccircle class='track' cx='3366' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3366' cy='18' r='14.5' stroke-dashoffset='6.38'/%3E%3Ccircle class='track' cx='3402' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3402' cy='18' r='14.5' stroke-dashoffset='5.47'/%3E%3Ccircle class='track' cx='3438' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3438' cy='18' r='14.5' stroke-dashoffset='4.56'/%3E%3Ccircle class='track' cx='3474' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3474' cy='18' r='14.5' stroke-dashoffset='3.64'/%3E%3Ccircle class='track' cx='3510' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3510' cy='18' r='14.5' stroke-dashoffset='2.73'/%3E%3Ccircle class='track' cx='3546' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3546' cy='18' r='14.5' stroke-dashoffset='1.82'/%3E%3Ccircle class='track' cx='3582' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3582' cy='18' r='14.5' stroke-dashoffset='0.91'/%3E%3Ccircle class='track' cx='3618' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3618' cy='18' r='14.5' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2020 20' enable-background='new 0 0 2020 20' width='2020' height='20'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 2%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 2%3B stroke-dasharray: 44%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='10' cy='10' r='7'/%3E%3Ccircle class='fill' cx='10' cy='10' r='7' stroke-dashoffset='43.98'/%3E%3Ccircle class='track' cx='30' cy='10' r='7'/%3E%3Ccircle class='fill' cx='30' cy='10' r='7' stroke-dashoffset='43.54'/%3E%3Ccircle class='track' cx='50' cy='10' r='7'/%3E%3Ccircle class='fill' cx='50' cy='10' r='7' stroke-dashoffset='43.1'/%3E%3Ccircle class='track' cx='70' cy='10' r='7'/%3E%3Ccircle class='fill' cx='70' cy='10' r='7' stroke-dashoffset='42.66'/%3E%3Ccircle class='track' cx='90' cy='10' r='7'/%3E%3Ccircle class='fill' cx='90' cy='10' r='7' stroke-dashoffset='42.22'/%3E%3Ccircle class='track' cx='110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='110' cy='10' r='7' stroke-dashoffset='41.78'/%3E%3Ccircle class='track' cx='130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='130' cy='10' r='7' stroke-dashoffset='41.34'/%3E%3Ccircle class='track' cx='150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='150' cy='10' r='7' stroke-dashoffset='40.9'/%3E%3Ccircle class='track' cx='170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='170' cy='10' r='7' stroke-dashoffset='40.46'/%3E%3Ccircle class='track' cx='190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='190' cy='10' r='7' stroke-dashoffset='40.02'/%3E%3Ccircle class='track' cx='210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='210' cy='10' r='7' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='230' cy='10' r='7' stroke-dashoffset='39.14'/%3E%3Ccircle class='track' cx='250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='250' cy='10' r='7' stroke-dashoffset='38.7'/%3E%3Ccircle class='track' cx='270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='270' cy='10' r='7' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='290' cy='10' r='7' stroke-dashoffset='37.82'/%3E%3Ccircle class='track' cx='310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='310' cy='10' r='7' stroke-dashoffset='37.38'/%3E%3Ccircle class='track' cx='330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='330' cy='10' r='7' stroke-dashoffset='36.95'/%3E%3Ccircle class='track' cx='350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='350' cy='10' r='7' stroke-dashoffset='36.51'/%3E%3Ccircle class='track' cx='370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='370' cy='10' r='7' stroke-dashoffset='36.07'/%3E%3Ccircle class='track' cx='390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='390' cy='10' r='7' stroke-dashoffset='35.63'/%3E%3Ccircle class='track' cx='410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='410' cy='10' r='7' stroke-dashoffset='35.19'/%3E%3Ccircle class='track' cx='430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='430' cy='10' r='7' stroke-dashoffset='34.75'/%3E%3Ccircle class='track' cx='450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='450' cy='10' r='7' stroke-dashoffset='34.31'/%3E%3Ccircle class='track' cx='470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='470' cy='10' r='7' stroke-dashoffset='33.87'/%3E%3Ccircle class='track' cx='490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='490' cy='10' r='7' stroke-dashoffset='33.43'/%3E%3Ccircle class='track' cx='510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='510' cy='10' r='7' stroke-dashoffset='32.99'/%3E%3Ccircle class='track' cx='530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='530' cy='10' r='7' stroke-dashoffset='32.55'/%3E%3Ccircle class='track' cx='550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='550' cy='10' r='7' stroke-dashoffset='32.11'/%3E%3Ccircle class='track' cx='570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='570' cy='10' r='7' stroke-dashoffset='31.67'/%3E%3Ccircle class='track' cx='590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='590' cy='10' r='7' stroke-dashoffset='31.23'/%3E%3Ccircle class='track' cx='610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='610' cy='10' r='7' stroke-dashoffset='30.79'/%3E%3Ccircle class='track' cx='630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='630' cy='10' r='7' stroke-dashoffset='30.35'/%3E%3Ccircle class='track' cx='650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='650' cy='10' r='7' stroke-dashoffset='29.91'/%3E%3Ccircle class='track' cx='670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='670' cy='10' r='7' stroke-dashoffset='29.47'/%3E%3Ccircle class='track' cx='690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='690' cy='10' r='7' stroke-dashoffset='29.03'/%3E%3Ccircle class='track' cx='710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='710' cy='10' r='7' stroke-dashoffset='28.59'/%3E%3Ccircle class='track' cx='730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='730' cy='10' r='7' stroke-dashoffset='28.15'/%3E%3Ccircle class='track' cx='750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='750' cy='10' r='7' stroke-dashoffset='27.71'/%3E%3Ccircle class='track' cx='770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='770' cy='10' r='7' stroke-dashoffset='27.27'/%3E%3Ccircle class='track' cx='790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='790' cy='10' r='7' stroke-dashoffset='26.83'/%3E%3Ccircle class='track' cx='810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='810' cy='10' r='7' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='830' cy='10' r='7' stroke-dashoffset='25.95'/%3E%3Ccircle class='track' cx='850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='850' cy='10' r='7' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='870' cy='10' r='7' stroke-dashoffset='25.07'/%3E%3Ccircle class='track' cx='890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='890' cy='10' r='7' stroke-dashoffset='24.63'/%3E%3Ccircle class='track' cx='910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='910' cy='10' r='7' stroke-dashoffset='24.19'/%3E%3Ccircle class='track' cx='930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='930' cy='10' r='7' stroke-dashoffset='23.75'/%3E%3Ccircle class='track' cx='950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='950' cy='10' r='7' stroke-dashoffset='23.31'/%3E%3Ccircle class='track' cx='970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='970' cy='10' r='7' stroke-dashoffset='22.87'/%3E%3Ccircle class='track' cx='990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='990' cy='10' r='7' stroke-dashoffset='22.43'/%3E%3Ccircle class='track' cx='1010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1010' cy='10' r='7' stroke-dashoffset='21.99'/%3E%3Ccircle class='track' cx='1030' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1030' cy='10' r='7' stroke-dashoffset='21.55'/%3E%3Ccircle class='track' cx='1050' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1050' cy='10' r='7' stroke-dashoffset='21.11'/%3E%3Ccircle class='track' cx='1070' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1070' cy='10' r='7' stroke-dashoffset='20.67'/%3E%3Ccircle class='track' cx='1090' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1090' cy='10' r='7' stroke-dashoffset='20.23'/%3E%3Ccircle class='track' cx='1110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1110' cy='10' r='7' stroke-dashoffset='19.79'/%3E%3Ccircle class='track' cx='1130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1130' cy='10' r='7' stroke-dashoffset='19.35'/%3E%3Ccircle class='track' cx='1150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1150' cy='10' r='7' stroke-dashoffset='18.91'/%3E%3Ccircle class='track' cx='1170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1170' cy='10' r='7' stroke-dashoffset='18.47'/%3E%3Ccircle class='track' cx='1190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1190' cy='10' r='7' stroke-dashoffset='18.03'/%3E%3Ccircle class='track' cx='1210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1210' cy='10' r='7' stroke-dashoffset='17.59'/%3E%3Ccircle class='track' cx='1230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1230' cy='10' r='7' stroke-dashoffset='17.15'/%3E%3Ccircle class='track' cx='1250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1250' cy='10' r='7' stroke-dashoffset='16.71'/%3E%3Ccircle class='track' cx='1270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1270' cy='10' r='7' stroke-dashoffset='16.27'/%3E%3Ccircle class='track' cx='1290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1290' cy='10' r='7' stroke-dashoffset='15.83'/%3E%3Ccircle class='track' cx='1310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1310' cy='10' r='7' stroke-dashoffset='15.39'/%3E%3Ccircle class='track' cx='1330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1330' cy='10' r='7' stroke-dashoffset='14.95'/%3E%3Ccircle class='track' cx='1350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1350' cy='10' r='7' stroke-dashoffset='14.51'/%3E%3Ccircle class='track' cx='1370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1370' cy='10' r='7' stroke-dashoffset='14.07'/%3E%3Ccircle class='track' cx='1390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1390' cy='10' r='7' stroke-dashoffset='13.63'/%3E%3Ccircle class='track' cx='1410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1410' cy='10' r='7' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='1430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1430' cy='10' r='7' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='1450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1450' cy='10' r='7' stroke-dashoffset='12.32'/%3E%3Ccircle class='track' cx='1470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1470' cy='10' r='7' stroke-dashoffset='11.88'/%3E%3Ccircle class='track' cx='1490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1490' cy='10' r='7' stroke-dashoffset='11.44'/%3E%3Ccircle class='track' cx='1510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1510' cy='10' r='7' stroke-dashoffset='11'/%3E%3Ccircle class='track' cx='1530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1530' cy='10' r='7' stroke-dashoffset='10.56'/%3E%3Ccircle class='track' cx='1550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1550' cy='10' r='7' stroke-dashoffset='10.12'/%3E%3Ccircle class='track' cx='1570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1570' cy='10' r='7' stroke-dashoffset='9.68'/%3E%3Ccircle class='track' cx='1590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1590' cy='10' r='7' stroke-dashoffset='9.24'/%3E%3Ccircle class='track' cx='1610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1610' cy='10' r='7' stroke-dashoffset='8.8'/%3E%3Ccircle class='track' cx='1630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1630' cy='10' r='7' stroke-dashoffset='8.36'/%3E%3Ccircle class='track' cx='1650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1650' cy='10' r='7' stroke-dashoffset='7.92'/%3E%3Ccircle class='track' cx='1670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1670' cy='10' r='7' stroke-dashoffset='7.48'/%3E%3Ccircle class='track' cx='1690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1690' cy='10' r='7' stroke-dashoffset='7.04'/%3E%3Ccircle class='track' cx='1710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1710' cy='10' r='7' stroke-dashoffset='6.6'/%3E%3Ccircle class='track' cx='1730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1730' cy='10' r='7' stroke-dashoffset='6.16'/%3E%3Ccircle class='track' cx='1750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1750' cy='10' r='7' stroke-dashoffset='5.72'/%3E%3Ccircle class='track' cx='1770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1770' cy='10' r='7' stroke-dashoffset='5.28'/%3E%3Ccircle class='track' cx='1790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1790' cy='10' r='7' stroke-dashoffset='4.84'/%3E%3Ccircle class='track' cx='1810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1810' cy='10' r='7' stroke-dashoffset='4.4'/%3E%3Ccircle class='track' cx='1830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1830' cy='10' r='7' stroke-dashoffset='3.96'/%3E%3Ccircle class='track' cx='1850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1850' cy='10' r='7' stroke-dashoffset='3.52'/%3E%3Ccircle class='track' cx='1870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1870' cy='10' r='7' stroke-dashoffset='3.08'/%3E%3Ccircle class='track' cx='1890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1890' cy='10' r='7' stroke-dashoffset='2.64'/%3E%3Ccircle class='track' cx='1910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1910' cy='10' r='7' stroke-dashoffset='2.2'/%3E%3Ccircle class='track' cx='1930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1930' cy='10' r='7' stroke-dashoffset='1.76'/%3E%3Ccircle class='track' cx='1950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1950' cy='10' r='7' stroke-dashoffset='1.32'/%3E%3Ccircle class='track' cx='1970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1970' cy='10' r='7' stroke-dashoffset='0.88'/%3E%3Ccircle class='track' cx='1990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1990' cy='10' r='7' stroke-dashoffset='0.44'/%3E%3Ccircle class='track' cx='2010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='2010' cy='10' r='7' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: rgba%28255%2C255%2C255%2C0.2%29%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %23FFFFFF%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2160 36' style='enable-background:new 0 0 2160 36%3B' width='2160px' height='36px'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S26%2C32.5%2C18%2C32.5S3.5%2C26%2C3.5%2C18S10%2C3.5%2C18%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M18%2C3.5L18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M54%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S62%2C32.5%2C54%2C32.5S39.5%2C26%2C39.5%2C18S46%2C3.5%2C54%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M54.4%2C3.5c7.8%2C0.2%2C14.1%2C6.6%2C14.1%2C14.5c0%2C1.7-0.3%2C3.3-0.8%2C4.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M90%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S98%2C32.5%2C90%2C32.5S75.5%2C26%2C75.5%2C18S82%2C3.5%2C90%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M90.8%2C3.5c7.6%2C0.4%2C13.7%2C6.8%2C13.7%2C14.5c0%2C3.3-1.1%2C6.3-3%2C8.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M126%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S134%2C32.5%2C126%2C32.5S111.5%2C26%2C111.5%2C18S118%2C3.5%2C126%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M127.1%2C3.5c7.5%2C0.6%2C13.4%2C6.9%2C13.4%2C14.5c0%2C4.9-2.4%2C9.2-6.1%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M162%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S170%2C32.5%2C162%2C32.5S147.5%2C26%2C147.5%2C18S154%2C3.5%2C162%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M163.5%2C3.6c7.3%2C0.8%2C13%2C6.9%2C13%2C14.4c0%2C6.4-4.1%2C11.8-9.8%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M198%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S206%2C32.5%2C198%2C32.5S183.5%2C26%2C183.5%2C18S190%2C3.5%2C198%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M199.9%2C3.6c7.1%2C1%2C12.6%2C7%2C12.6%2C14.4c0%2C7.7-6.1%2C14.1-13.7%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M234%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S242%2C32.5%2C234%2C32.5S219.5%2C26%2C219.5%2C18S226%2C3.5%2C234%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M236.3%2C3.7c6.9%2C1.1%2C12.2%2C7.1%2C12.2%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-1%2C0-2-0.1-3-0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M270%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S278%2C32.5%2C270%2C32.5S255.5%2C26%2C255.5%2C18S262%2C3.5%2C270%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M272.6%2C3.7c6.8%2C1.3%2C11.9%2C7.2%2C11.9%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-2.3%2C0-4.5-0.5-6.4-1.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M306%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S314%2C32.5%2C306%2C32.5S291.5%2C26%2C291.5%2C18S298%2C3.5%2C306%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M309%2C3.8c6.6%2C1.4%2C11.5%2C7.2%2C11.5%2C14.2c0%2C8-6.5%2C14.5-14.5%2C14.5c-3.5%2C0-6.7-1.3-9.3-3.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M342%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S350%2C32.5%2C342%2C32.5S327.5%2C26%2C327.5%2C18S334%2C3.5%2C342%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M345.4%2C3.9c6.4%2C1.5%2C11.1%2C7.3%2C11.1%2C14.1c0%2C8-6.5%2C14.5-14.5%2C14.5c-4.7%2C0-8.9-2.2-11.5-5.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M378%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S386%2C32.5%2C378%2C32.5S363.5%2C26%2C363.5%2C18S370%2C3.5%2C378%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M381.8%2C4c6.2%2C1.7%2C10.7%2C7.3%2C10.7%2C14c0%2C8-6.5%2C14.5-14.5%2C14.5c-5.8%2C0-10.8-3.4-13.1-8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M414%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S422%2C32.5%2C414%2C32.5S399.5%2C26%2C399.5%2C18S406%2C3.5%2C414%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M418.1%2C4.1c6%2C1.8%2C10.4%2C7.3%2C10.4%2C13.9c0%2C8-6.5%2C14.5-14.5%2C14.5c-6.8%2C0-12.6-4.7-14.1-11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M450%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S458%2C32.5%2C450%2C32.5S435.5%2C26%2C435.5%2C18S442%2C3.5%2C450%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M454.5%2C4.2c5.8%2C1.9%2C10%2C7.4%2C10%2C13.8c0%2C8-6.5%2C14.5-14.5%2C14.5c-7.8%2C0-14.1-6.1-14.5-13.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M486%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S494%2C32.5%2C486%2C32.5S471.5%2C26%2C471.5%2C18S478%2C3.5%2C486%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M490.8%2C4.3c5.6%2C2%2C9.7%2C7.4%2C9.7%2C13.7c0%2C8-6.5%2C14.5-14.5%2C14.5S471.5%2C26%2C471.5%2C18c0-0.7%2C0-1.3%2C0.1-2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M522%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S530%2C32.5%2C522%2C32.5S507.5%2C26%2C507.5%2C18S514%2C3.5%2C522%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M527.2%2C4.5c5.4%2C2.1%2C9.3%2C7.4%2C9.3%2C13.5c0%2C8-6.5%2C14.5-14.5%2C14.5S507.5%2C26%2C507.5%2C18c0-1.5%2C0.2-3%2C0.7-4.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M558%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S566%2C32.5%2C558%2C32.5S543.5%2C26%2C543.5%2C18S550%2C3.5%2C558%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M563.5%2C4.6c5.3%2C2.2%2C9%2C7.4%2C9%2C13.4c0%2C8-6.5%2C14.5-14.5%2C14.5S543.5%2C26%2C543.5%2C18c0-2.4%2C0.6-4.6%2C1.6-6.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M594%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S602%2C32.5%2C594%2C32.5S579.5%2C26%2C579.5%2C18S586%2C3.5%2C594%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M599.9%2C4.8c5.1%2C2.2%2C8.6%2C7.3%2C8.6%2C13.2c0%2C8-6.5%2C14.5-14.5%2C14.5S579.5%2C26%2C579.5%2C18c0-3.2%2C1-6.1%2C2.8-8.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M630%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S638%2C32.5%2C630%2C32.5S615.5%2C26%2C615.5%2C18S622%2C3.5%2C630%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M636.3%2C4.9c4.9%2C2.3%2C8.2%2C7.3%2C8.2%2C13.1c0%2C8-6.5%2C14.5-14.5%2C14.5S615.5%2C26%2C615.5%2C18c0-3.9%2C1.6-7.5%2C4.1-10.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M666%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S674%2C32.5%2C666%2C32.5S651.5%2C26%2C651.5%2C18S658%2C3.5%2C666%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M677.3%2C8.9c2%2C2.5%2C3.2%2C5.6%2C3.2%2C9.1c0%2C8-6.5%2C14.5-14.5%2C14.5S651.5%2C26%2C651.5%2C18c0-4.7%2C2.2-8.8%2C5.6-11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M702%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S710%2C32.5%2C702%2C32.5S687.5%2C26%2C687.5%2C18S694%2C3.5%2C702%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M716%2C14.3c0.3%2C1.2%2C0.5%2C2.4%2C0.5%2C3.7c0%2C8-6.5%2C14.5-14.5%2C14.5S687.5%2C26%2C687.5%2C18c0-5.3%2C2.9-10%2C7.2-12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M738%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S746%2C32.5%2C738%2C32.5S723.5%2C26%2C723.5%2C18S730%2C3.5%2C738%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M752.4%2C20c-1%2C7.1-7%2C12.5-14.4%2C12.5c-8%2C0-14.5-6.5-14.5-14.5c0-6%2C3.6-11.1%2C8.8-13.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M774%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S782%2C32.5%2C774%2C32.5S759.5%2C26%2C759.5%2C18S766%2C3.5%2C774%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M786.7%2C25c-2.5%2C4.5-7.2%2C7.5-12.7%2C7.5c-8%2C0-14.5-6.5-14.5-14.5c0-6.6%2C4.4-12.1%2C10.3-13.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M810%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S818%2C32.5%2C810%2C32.5S795.5%2C26%2C795.5%2C18S802%2C3.5%2C810%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M819.6%2C28.8c-2.6%2C2.3-5.9%2C3.7-9.6%2C3.7c-8%2C0-14.5-6.5-14.5-14.5c0-7.1%2C5.1-13%2C11.9-14.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M846%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S854%2C32.5%2C846%2C32.5S831.5%2C26%2C831.5%2C18S838%2C3.5%2C846%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M851.8%2C31.3c-1.8%2C0.8-3.7%2C1.2-5.8%2C1.2c-8%2C0-14.5-6.5-14.5-14.5c0-7.6%2C5.9-13.9%2C13.4-14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M882%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S890%2C32.5%2C882%2C32.5S867.5%2C26%2C867.5%2C18S874%2C3.5%2C882%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M883.7%2C32.4c-0.6%2C0.1-1.1%2C0.1-1.7%2C0.1c-8%2C0-14.5-6.5-14.5-14.5S874%2C3.5%2C882%2C3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M918%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S926%2C32.5%2C918%2C32.5S903.5%2C26%2C903.5%2C18S910%2C3.5%2C918%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M915.7%2C32.3c-6.9-1.1-12.2-7.1-12.2-14.3c0-8%2C6.5-14.5%2C14.5-14.5c0.5%2C0%2C1.1%2C0%2C1.6%2C0.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M954%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S962%2C32.5%2C954%2C32.5S939.5%2C26%2C939.5%2C18S946%2C3.5%2C954%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M948.2%2C31.3c-5.1-2.2-8.7-7.3-8.7-13.3c0-8%2C6.5-14.5%2C14.5-14.5c1%2C0%2C1.9%2C0.1%2C2.8%2C0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M990%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S998%2C32.5%2C990%2C32.5S975.5%2C26%2C975.5%2C18S982%2C3.5%2C990%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M981.3%2C29.6c-3.5-2.6-5.8-6.9-5.8-11.6c0-8%2C6.5-14.5%2C14.5-14.5c1.4%2C0%2C2.7%2C0.2%2C3.9%2C0.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1026%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1018%2C3.5%2C1026%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1015%2C27.5c-2.2-2.5-3.5-5.9-3.5-9.5c0-8%2C6.5-14.5%2C14.5-14.5c1.8%2C0%2C3.4%2C0.3%2C5%2C0.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1062%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1054%2C3.5%2C1062%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1049.4%2C25.1c-1.2-2.1-1.9-4.5-1.9-7.1c0-8%2C6.5-14.5%2C14.5-14.5c2.1%2C0%2C4.1%2C0.5%2C6%2C1.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1098%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1090%2C3.5%2C1098%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1084.3%2C22.7c-0.5-1.5-0.8-3.1-0.8-4.7c0-8%2C6.5-14.5%2C14.5-14.5c2.5%2C0%2C4.8%2C0.6%2C6.8%2C1.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1134%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1126%2C3.5%2C1134%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1119.7%2C20.4c-0.1-0.8-0.2-1.6-0.2-2.4c0-8%2C6.5-14.5%2C14.5-14.5c2.8%2C0%2C5.4%2C0.8%2C7.6%2C2.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1170%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1162%2C3.5%2C1170%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1155.5%2C18.1V18c0-8%2C6.5-14.5%2C14.5-14.5c3.1%2C0%2C6%2C1%2C8.4%2C2.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1206%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1198%2C3.5%2C1206%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1191.6%2C16.1c1-7.1%2C7-12.6%2C14.4-12.6c3.4%2C0%2C6.5%2C1.2%2C9%2C3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1242%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1234%2C3.5%2C1242%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1228%2C14.3c1.6-6.2%2C7.3-10.8%2C14-10.8c3.7%2C0%2C7%2C1.4%2C9.6%2C3.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1278%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1270%2C3.5%2C1278%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1264.5%2C12.7c2.2-5.4%2C7.4-9.2%2C13.5-9.2c3.9%2C0%2C7.5%2C1.6%2C10.1%2C4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1314%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1306%2C3.5%2C1314%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1301.2%2C11.2c2.4-4.6%2C7.2-7.7%2C12.8-7.7c4.2%2C0%2C8%2C1.8%2C10.6%2C4.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1350%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1342%2C3.5%2C1350%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1337.9%2C10c2.6-3.9%2C7-6.5%2C12.1-6.5c4.4%2C0%2C8.4%2C2%2C11%2C5.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1386%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1378%2C3.5%2C1386%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1374.7%2C9c2.6-3.4%2C6.7-5.5%2C11.3-5.5s8.8%2C2.2%2C11.4%2C5.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1422%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1414%2C3.5%2C1422%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1411.4%2C8.1c2.7-2.8%2C6.4-4.6%2C10.6-4.6c4.9%2C0%2C9.2%2C2.4%2C11.8%2C6.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1458%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1450%2C3.5%2C1458%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1448.2%2C7.3c2.6-2.4%2C6-3.8%2C9.8-3.8c5.1%2C0%2C9.5%2C2.6%2C12.1%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1494%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1486%2C3.5%2C1494%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1484.9%2C6.7c2.5-2%2C5.7-3.2%2C9.1-3.2c5.2%2C0%2C9.8%2C2.8%2C12.4%2C7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1530%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1522%2C3.5%2C1530%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1521.6%2C6.2c2.4-1.7%2C5.3-2.7%2C8.4-2.7c5.4%2C0%2C10.2%2C3%2C12.7%2C7.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1566%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1558%2C3.5%2C1566%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1558.3%2C5.7c2.2-1.4%2C4.9-2.2%2C7.7-2.2c5.6%2C0%2C10.5%2C3.2%2C12.9%2C7.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1602%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1594%2C3.5%2C1602%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1594.9%2C5.3c2.1-1.1%2C4.5-1.8%2C7.1-1.8c5.8%2C0%2C10.8%2C3.4%2C13.1%2C8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1638%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1630%2C3.5%2C1638%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1631.5%2C5c1.9-1%2C4.1-1.5%2C6.5-1.5c5.9%2C0%2C11.1%2C3.6%2C13.3%2C8.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1674%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1666%2C3.5%2C1674%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1668.1%2C4.8c1.8-0.8%2C3.8-1.3%2C5.9-1.3c6.1%2C0%2C11.3%2C3.8%2C13.5%2C9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1710%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1702%2C3.5%2C1710%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1704.6%2C4.5c1.7-0.7%2C3.5-1%2C5.4-1c6.3%2C0%2C11.6%2C4%2C13.6%2C9.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1746%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1738%2C3.5%2C1746%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1741.1%2C4.3c1.5-0.5%2C3.2-0.8%2C4.9-0.8c6.4%2C0%2C11.8%2C4.2%2C13.8%2C9.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1782%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1774%2C3.5%2C1782%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1777.6%2C4.2c1.4-0.5%2C2.9-0.7%2C4.4-0.7c6.5%2C0%2C12.1%2C4.3%2C13.9%2C10.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1818%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1810%2C3.5%2C1818%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1814.1%2C4c1.3-0.4%2C2.6-0.5%2C3.9-0.5c6.7%2C0%2C12.3%2C4.5%2C14%2C10.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1854%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1846%2C3.5%2C1854%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1850.5%2C3.9c1.1-0.3%2C2.3-0.4%2C3.5-0.4c6.8%2C0%2C12.6%2C4.7%2C14.1%2C11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1890%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1882%2C3.5%2C1890%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1886.9%2C3.8c1-0.2%2C2-0.3%2C3.1-0.3c7%2C0%2C12.8%2C4.9%2C14.2%2C11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1926%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1918%2C3.5%2C1926%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1923.3%2C3.7c0.9-0.2%2C1.8-0.2%2C2.7-0.2c7.1%2C0%2C13%2C5.1%2C14.3%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1962%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1954%2C3.5%2C1962%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1959.7%2C3.7c0.7-0.1%2C1.5-0.2%2C2.3-0.2c7.2%2C0%2C13.2%2C5.3%2C14.3%2C12.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1998%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1990%2C3.5%2C1998%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1996.1%2C3.6c0.6-0.1%2C1.3-0.1%2C1.9-0.1c7.4%2C0%2C13.4%2C5.5%2C14.4%2C12.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2034%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2026%2C3.5%2C2034%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2032.5%2C3.6c0.5-0.1%2C1-0.1%2C1.5-0.1c7.5%2C0%2C13.7%2C5.7%2C14.4%2C13'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2070%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2062%2C3.5%2C2070%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2068.9%2C3.5c0.4%2C0%2C0.8%2C0%2C1.1%2C0c7.6%2C0%2C13.9%2C5.9%2C14.5%2C13.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2106%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2098%2C3.5%2C2106%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2105.2%2C3.5c0.3%2C0%2C0.5%2C0%2C0.8%2C0c7.7%2C0%2C14.1%2C6.1%2C14.5%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2142%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2134%2C3.5%2C2142%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2141.6%2C3.5c0.1%2C0%2C0.3%2C0%2C0.4%2C0c7.9%2C0%2C14.3%2C6.3%2C14.5%2C14.1'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--indeterminate--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 20' enable-background='new 0 0 1200 20' width='1200' height='20'%3E%3Cstyle type='text/css'%3E.st0%7B fill-opacity:0%3B stroke:%23000000%3B stroke-width:2%3B stroke-opacity:0.1%3B %7D .st1%7B fill-opacity:0%3B stroke:%231473E6%3B stroke-width:2%3B %7D%3C/style%3E%3Cpath class='st0' d='M10 3.5c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M10 3.5c3.9 0 7 3.1 7 7'/%3E%3Cpath class='st0' d='M30 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M30.2 3c3.8.1 6.8 3.2 6.8 7 0 .8-.1 1.6-.4 2.3'/%3E%3Cpath class='st0' d='M50 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M50.4 3c3.7.2 6.6 3.3 6.6 7 0 1.6-.5 3-1.4 4.2'/%3E%3Cpath class='st0' d='M70 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M70.5 3c3.6.3 6.5 3.3 6.5 7 0 2.4-1.2 4.4-2.9 5.7'/%3E%3Cpath class='st0' d='M90 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M90.7 3c3.5.4 6.3 3.3 6.3 7 0 3.1-2 5.7-4.7 6.6'/%3E%3Cpath class='st0' d='M110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M110.9 3c3.4.5 6.1 3.4 6.1 7 0 3.7-2.9 6.8-6.6 7'/%3E%3Cpath class='st0' d='M130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M131.1 3.1c3.3.5 5.9 3.4 5.9 6.9 0 3.9-3.1 7-7 7-.5 0-1 0-1.4-.1'/%3E%3Cpath class='st0' d='M150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M151.3 3.1c3.3.6 5.7 3.5 5.7 6.9 0 3.9-3.1 7-7 7-1.1 0-2.2-.2-3.1-.7'/%3E%3Cpath class='st0' d='M170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M171.4 3.1c3.2.7 5.6 3.5 5.6 6.9 0 3.9-3.1 7-7 7-1.7 0-3.2-.6-4.5-1.6'/%3E%3Cpath class='st0' d='M190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M191.6 3.2c3.1.7 5.4 3.5 5.4 6.8 0 3.9-3.1 7-7 7-2.3 0-4.3-1.1-5.6-2.8'/%3E%3Cpath class='st0' d='M210 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M211.8 3.2c3 .8 5.2 3.5 5.2 6.8 0 3.9-3.1 7-7 7-2.8 0-5.2-1.6-6.3-4'/%3E%3Cpath class='st0' d='M230 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M232 3.3c2.9.9 5 3.5 5 6.7 0 3.9-3.1 7-7 7-3.3 0-6.1-2.3-6.8-5.4'/%3E%3Cpath class='st0' d='M250 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M252.2 3.3c2.8 1 4.8 3.6 4.8 6.7 0 3.9-3.1 7-7 7-3.8 0-6.8-2.9-7-6.7'/%3E%3Cpath class='st0' d='M270 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M272.3 3.4c2.7 1 4.7 3.6 4.7 6.6 0 3.9-3.1 7-7 7s-7-3.1-7-7v-1'/%3E%3Cpath class='st0' d='M290 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M292.5 3.5c2.6 1 4.5 3.6 4.5 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-.7.1-1.4.3-2.1'/%3E%3Cpath class='st0' d='M310 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M312.7 3.5c2.6 1.1 4.3 3.6 4.3 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.2.3-2.2.8-3.2'/%3E%3Cpath class='st0' d='M330 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M332.8 3.6c2.5 1.1 4.2 3.5 4.2 6.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.5.5-2.9 1.4-4.1'/%3E%3Cpath class='st0' d='M350 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M353 3.7c2.4 1.1 4 3.5 4 6.3 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.9.8-3.6 2-4.9'/%3E%3Cpath class='st0' d='M370 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M375.5 5.6c1 1.2 1.5 2.7 1.5 4.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.3 1.1-4.2 2.7-5.6'/%3E%3Cpath class='st0' d='M390 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M396.8 8.2c.1.6.2 1.2.2 1.8 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.6 1.4-4.8 3.5-6'/%3E%3Cpath class='st0' d='M410 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M417 11c-.5 3.4-3.4 6-7 6-3.9 0-7-3.1-7-7 0-2.9 1.7-5.4 4.2-6.4'/%3E%3Cpath class='st0' d='M430 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M436.1 13.4c-1.2 2.2-3.5 3.6-6.1 3.6-3.9 0-7-3.1-7-7 0-3.2 2.1-5.8 5-6.7'/%3E%3Cpath class='st0' d='M450 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M454.6 15.2c-1.3 1.1-2.8 1.8-4.6 1.8-3.9 0-7-3.1-7-7 0-3.4 2.5-6.3 5.7-6.9'/%3E%3Cpath class='st0' d='M470 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M472.8 16.4c-.9.4-1.8.6-2.8.6-3.9 0-7-3.1-7-7 0-3.7 2.8-6.7 6.5-7'/%3E%3Cpath class='st0' d='M490 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M490.8 17h-.8c-3.9 0-7-3.1-7-7s3.1-7 7-7h.1'/%3E%3Cpath class='st0' d='M510 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M508.9 16.9c-3.3-.5-5.9-3.4-5.9-6.9 0-3.9 3.1-7 7-7h.8'/%3E%3Cpath class='st0' d='M530 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M527.2 16.4c-2.5-1.1-4.2-3.5-4.2-6.4 0-3.9 3.1-7 7-7 .5 0 .9 0 1.4.1'/%3E%3Cpath class='st0' d='M550 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M545.8 15.6c-1.7-1.3-2.8-3.3-2.8-5.6 0-3.9 3.1-7 7-7 .7 0 1.3.1 1.9.2'/%3E%3Cpath class='st0' d='M570 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M564.7 14.6c-1.1-1.2-1.7-2.8-1.7-4.6 0-3.9 3.1-7 7-7 .9 0 1.6.1 2.4.4'/%3E%3Cpath class='st0' d='M590 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M583.9 13.4c-.6-1-.9-2.2-.9-3.4 0-3.9 3.1-7 7-7 1 0 2 .2 2.9.6'/%3E%3Cpath class='st0' d='M610 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M603.4 12.3c-.2-.7-.4-1.5-.4-2.3 0-3.9 3.1-7 7-7 1.2 0 2.3.3 3.3.8'/%3E%3Cpath class='st0' d='M630 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M623.1 11.2l-.1-1.2c0-3.9 3.1-7 7-7 1.4 0 2.6.4 3.7 1.1'/%3E%3Cpath class='st0' d='M650 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M643 10c0-3.9 3.1-7 7-7 1.5 0 2.9.5 4.1 1.3'/%3E%3Cpath class='st0' d='M670 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M663 9.1c.5-3.4 3.4-6.1 7-6.1 1.6 0 3.1.6 4.3 1.5'/%3E%3Cpath class='st0' d='M690 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M683.2 8.2c.8-3 3.5-5.2 6.8-5.2 1.8 0 3.4.7 4.6 1.7'/%3E%3Cpath class='st0' d='M710 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M703.5 7.4c1.1-2.6 3.6-4.4 6.5-4.4 1.9 0 3.6.8 4.9 2'/%3E%3Cpath class='st0' d='M730 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M723.8 6.7c1.2-2.2 3.5-3.7 6.2-3.7 2 0 3.9.9 5.1 2.2'/%3E%3Cpath class='st0' d='M750 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M744.2 6.1c1.3-1.9 3.4-3.1 5.8-3.1 2.1 0 4.1 1 5.3 2.5'/%3E%3Cpath class='st0' d='M770 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M764.5 5.7c1.3-1.7 3.3-2.7 5.5-2.7s4.2 1.1 5.5 2.7'/%3E%3Cpath class='st0' d='M790 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M784.9 5.2c1.3-1.3 3.1-2.2 5.1-2.2 2.4 0 4.4 1.2 5.7 2.9'/%3E%3Cpath class='st0' d='M810 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M805.3 4.8c1.3-1.2 2.9-1.8 4.7-1.8 2.5 0 4.6 1.3 5.8 3.1'/%3E%3Cpath class='st0' d='M830 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M825.6 4.5c1.2-1 2.8-1.5 4.4-1.5 2.5 0 4.7 1.4 6 3.4'/%3E%3Cpath class='st0' d='M850 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M845.9 4.3c1.2-.8 2.6-1.3 4.1-1.3 2.6 0 4.9 1.4 6.1 3.6'/%3E%3Cpath class='st0' d='M870 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M866.3 4.1c1.1-.7 2.4-1.1 3.7-1.1 2.7 0 5.1 1.5 6.2 3.8'/%3E%3Cpath class='st0' d='M890 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M886.6 3.9c1-.5 2.2-.9 3.4-.9 2.8 0 5.2 1.6 6.3 4'/%3E%3Cpath class='st0' d='M910 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M906.9 3.7c.9-.5 2-.7 3.1-.7 2.8 0 5.4 1.7 6.4 4.2'/%3E%3Cpath class='st0' d='M930 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M927.2 3.6c.8-.4 1.8-.6 2.8-.6 2.9 0 5.5 1.8 6.5 4.4'/%3E%3Cpath class='st0' d='M950 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M947.4 3.5c.8-.3 1.7-.5 2.6-.5 3 0 5.6 1.9 6.6 4.6'/%3E%3Cpath class='st0' d='M970 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M967.6 3.4c.7-.2 1.5-.4 2.4-.4 3.1 0 5.7 2 6.7 4.8'/%3E%3Cpath class='st0' d='M990 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M987.9 3.3c.7-.2 1.4-.3 2.1-.3 3.1 0 5.8 2.1 6.7 5'/%3E%3Cpath class='st0' d='M1010 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1008.1 3.2c.6-.2 1.3-.2 1.9-.2 3.2 0 5.9 2.2 6.8 5.2'/%3E%3Cpath class='st0' d='M1030 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1028.3 3.2c.5-.1 1.1-.2 1.7-.2 3.3 0 6.1 2.3 6.8 5.4'/%3E%3Cpath class='st0' d='M1050 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1048.5 3.1c.5-.1 1-.1 1.5-.1 3.4 0 6.2 2.4 6.9 5.6'/%3E%3Cpath class='st0' d='M1070 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1068.7 3.1c.4-.1.9-.1 1.3-.1 3.4 0 6.3 2.5 6.9 5.7'/%3E%3Cpath class='st0' d='M1090 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1088.9 3.1c.3 0 .7-.1 1.1-.1 3.5 0 6.4 2.6 6.9 5.9'/%3E%3Cpath class='st0' d='M1110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1109.1 3h.9c3.6 0 6.5 2.7 7 6.1'/%3E%3Cpath class='st0' d='M1130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1129.3 3h.7c3.6 0 6.6 2.8 7 6.3'/%3E%3Cpath class='st0' d='M1150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1149.5 3h.5c3.7 0 6.7 2.8 7 6.5'/%3E%3Cpath class='st0' d='M1170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1169.6 3h.4c3.7 0 6.8 2.9 7 6.6'/%3E%3Cpath class='st0' d='M1190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1189.8 3h.2c3.8 0 6.9 3 7 6.8'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--indeterminate--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--indeterminate--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--light ._coral-Loader--bar-fill {
  background: rgb(38, 128, 235);
}
.coral--light ._coral-Loader--bar-track {
  background-color: rgb(225, 225, 225);
}
.coral--light ._coral-Loader--bar--fullpage ._coral-Loader--bar-fill {
    background: #FFFFFF;
  }
.coral--light ._coral-Loader--bar--fullpage ._coral-Loader--bar-label, .coral--light ._coral-Loader--bar--fullpage ._coral-Loader--bar-percentage {
    color: #FFFFFF;
  }
.coral--light ._coral-Loader--bar--fullpage ._coral-Loader--bar-track {
    background-color: rgba(255,255,255,0.2);
  }
.coral--light ._coral-Underlay {
  background: rgba(0, 0, 0, 0.4);
}
.coral--light ._coral-Dialog {
  background: rgb(245, 245, 245);
}
.coral--light ._coral-Dialog-header {
  background: rgb(245, 245, 245);
}
.coral--light ._coral-Dialog-header:after {
    background: rgb(234, 234, 234);
  }
.coral--light ._coral-Dialog-title {
  /* Todo: Determine if missing class is required */
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Dialog-typeIcon {
  /* Todo: Determine if missing class is required */
  color: rgb(44, 44, 44);
}
.coral--light ._coral-Dialog-footer {
  background: rgb(245, 245, 245);
}

.coral--light ._coral-Dialog--error ._coral-Dialog-title {
    color: rgb(215, 55, 63);
  }
.coral--light ._coral-Dialog--error ._coral-Dialog-typeIcon{
    color: rgb(215, 55, 63);
  }

.coral--light ._coral-Slider {
}

.coral--light ._coral-Slider-controls {
  background-color: transparent;
}

.coral--light ._coral-Slider-track {
  background: rgb(225, 225, 225);
}
/*
Todo: Determine if unused mixin is required
spectrum-slider-track-disabled(){
  background: $spectrum-slider-track-color-disabled;
}
*/
.coral--light ._coral-Slider-track--fill {
  background: rgb(112, 112, 112);
}

.coral--light ._coral-Slider-track--buffer {
  background: rgb(179, 179, 179);
}

.coral--light ._coral-Slider-track--ramp path {
    fill: rgb(225, 225, 225);
  }

.coral--light ._coral-Slider-handle {
  border-color: rgb(112, 112, 112);
  background: rgb(245, 245, 245);
  box-shadow: 0 0 0 4px rgb(245, 245, 245);
}

.coral--light ._coral-Slider-handle:hover {
    border-color: rgb(75, 75, 75);
  }

.coral--light ._coral-Slider-handle.is-focused {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--light ._coral-Slider-handle:active,
  .coral--light ._coral-Slider-handle.is-dragged {
    border-color: rgb(75, 75, 75);
    background: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider-input {
  background: transparent;
}
/*
Todo: Determine if missing mixin is required
._coral-Slider-ticks {
  spectrum-slider-ticks()
}
*/
.coral--light ._coral-Slider-tick-mark:after {
    background-color: rgb(225, 225, 225);
    border-radius: 1px;
  }
/*
Todo: Determine if these are supposed to be pseudo classes
*/
.coral--light ._coral-Slider-controls--hover ._coral-Slider-handle {
    border-color: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider-controls--focus ._coral-Slider-handle {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--light ._coral-Slider-handle.is-focused {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--light ._coral-Slider-controls--active ._coral-Slider-handle {
    border-color: rgb(75, 75, 75);
    background: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider-handle.is-dragged {
    border-color: rgb(75, 75, 75);
    background: rgb(75, 75, 75);
  }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-labelContainer {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-handle {
    border-color: rgb(202, 202, 202);
    background: rgb(245, 245, 245);
  }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
    .coral--light ._coral-Slider.is-disabled ._coral-Slider-handle:active {
      border-color: rgb(202, 202, 202);
      border-width: 4px;
      background: rgb(245, 245, 245);
    }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-track--fill {
    background: rgb(225, 225, 225);
  }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-track--buffer {
    background: rgb(225, 225, 225);
  }
.coral--light ._coral-Slider.is-disabled ._coral-Slider-track--ramp path {
      fill: rgb(234, 234, 234);
    }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
      background: rgb(234, 234, 234);
      box-shadow: none;
    }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
      background: rgba(0, 0, 0, 0);
      box-shadow: none;
      border-color: rgb(202, 202, 202);
    }
.coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
      .coral--light ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
        border-width: 4px;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-color: rgb(202, 202, 202);
      }

.coral--light ._coral-Slider--color ._coral-Slider-track {
    background: linear-gradient(to right, rgb(38, 128, 235), rgb(9, 90, 186));
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
.coral--light ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
  }
.coral--light ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

.coral--light ._coral-Slider--round ._coral-Slider-handle {
    box-shadow: none;
  }
.coral--light ._coral-Slider--round ._coral-Slider-handle::after {
      background-color: rgb(112, 112, 112);
    }
.coral--light ._coral-Slider--round ._coral-Slider-handle:hover::after {
        background-color: rgb(75, 75, 75);
      }
.coral--light ._coral-Slider--round ._coral-Slider-handle.is-focused {
      background-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Slider--round ._coral-Slider-handle.is-focused::after {
        background-color: rgb(255, 255, 255);
      }
.coral--light ._coral-Slider--round ._coral-Slider-handle:active,
    .coral--light ._coral-Slider--round ._coral-Slider-handle.is-dragged {
      background-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Slider--round ._coral-Slider-handle:active::after, .coral--light ._coral-Slider--round ._coral-Slider-handle.is-dragged::after {
        background-color: rgb(255, 255, 255);
      }
.coral--light ._coral-Slider--round ._coral-Slider-controls::before,
    .coral--light ._coral-Slider--round ._coral-Slider-controls::after {
      background-color: rgb(142, 142, 142);
    }

.coral--light ._coral-TabList-item {
  color: rgb(112, 112, 112);
}

.coral--light ._coral-TabList-item:hover {
    color: rgb(44, 44, 44);
  }

.coral--light ._coral-TabList-item.is-selected {
    color: rgb(44, 44, 44);
  }

.coral--light ._coral-TabList-item.focus-ring {
    color: rgb(44, 44, 44);
    box-shadow: 0 0 0 2px rgb(38, 128, 235);
  }
.coral--light ._coral-TabList-item.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-TabList--anchored {
  border-color: rgb(234, 234, 234);
}
.coral--light ._coral-TabList--anchored ._coral-TabList-item.focus-ring {
      color: rgb(38, 128, 235);
      box-shadow: initial;
    }
/* The focus line should become blue only for anchored tabs */
.coral--light ._coral-TabList--anchored ._coral-TabList-item.focus-ring ~ ._coral-TabList-item-line {
          background-color:  rgb(38, 128, 235);
      }
.coral--light ._coral-TabList-item-line {
  background-color: rgb(44, 44, 44);
}
/* Default Label Style is 'incomplete' */
.coral--light ._coral-Steplist ._coral-Steplist-label {
    color: rgb(142, 142, 142)
  }
/* Default Marker Style is 'incomplete' */
.coral--light ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(225, 225, 225)
  }
/* Default Line Style is 'incomplete' */
.coral--light ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(225, 225, 225)
  }
/* Step Completed */
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(112, 112, 112)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(142, 142, 142)
      }
/* Step Selected aka Current */
.coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(75, 75, 75)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(75, 75, 75)
      }
.coral--light ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment, .coral--light ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(179, 179, 179)
      }
/* Step Focused */
.coral--light ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker {
          background-color: rgb(38, 128, 235)
        }
/* :before is used for the track of the switch */
.coral--light ._coral-ToggleSwitch-switch::before {
    background-color: rgb(225, 225, 225);
  }
/* :after is used for the handle of the switch */
.coral--light ._coral-ToggleSwitch-switch::after {
    background-color: rgb(251, 251, 251);
    border-color: rgb(142, 142, 142);
  }
/* Interactivity Styles */
.coral--light ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
      background-color: rgb(20, 115, 230);
    }
.coral--light ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
      border-color: rgb(20, 115, 230);
    }
.coral--light ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch::after {
        border-color: rgb(38, 128, 235);
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--light ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-ToggleSwitch-input.focus-ring ~ ._coral-ToggleSwitch-label {
      color: rgb(13, 102, 208);
    }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(112, 112, 112);
          box-shadow: none;
        }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(13, 102, 208);
        }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(13, 102, 208);
        }
.coral--light ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(75, 75, 75);
        }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(9, 90, 186);
        }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(9, 90, 186);
        }
.coral--light ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(44, 44, 44);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
        color: rgb(179, 179, 179);
      }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(202, 202, 202);
        }
.coral--light ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(202, 202, 202);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
        /* Don't be blue */
        border-color: rgb(142, 142, 142);
      }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(38, 128, 235);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(202, 202, 202);
        }
.coral--light ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(112, 112, 112);
        }
.coral--light ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(225, 225, 225);
        }
.coral--light ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(75, 75, 75);
        }

.coral--light ._coral-SelectList {
  background-color: rgb(255, 255, 255);
}
.coral--light ._coral-SelectList-item {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(75, 75, 75);
}
.coral--light ._coral-SelectList-item:focus,
  .coral--light ._coral-SelectList-item.is-focused {
    background-color: rgb(245, 245, 245);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-SelectList-item:hover {
    background-color: rgb(245, 245, 245);
    color: rgb(75, 75, 75);
  }
.coral--light ._coral-SelectList-item.is-selected {
    color: rgb(13, 102, 208);
  }
.coral--light ._coral-SelectList-item.is-selected ._coral-SelectList-checkmark {
      color: rgb(38, 128, 235);
    }
.coral--light ._coral-SelectList-item .is-active,
  .coral--light ._coral-SelectList-item:active {
    background-color: rgb(234, 234, 234);
  }
.coral--light ._coral-SelectList-item.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: rgb(179, 179, 179);
    cursor: default;
  }
.coral--light ._coral-SelectList-divider {
  background-color: rgb(245, 245, 245);
}
.coral--light ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Dropdown.is-invalid ._coral-Icon {
      color: rgb(227, 72, 80);
    }
.coral--light ._coral-Dropdown.is-invalid:hover ._coral-Dropdown-icon {
      color: rgb(227, 72, 80);
    }
.coral--light ._coral-Dropdown.is-disabled ._coral-Dropdown-icon, .coral--light ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(179, 179, 179);
      }
.coral--light ._coral-Dropdown-icon {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-Toast {
  background-color: rgb(118, 118, 118);
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Toast-typeIcon {
  color: white;
}
.coral--light ._coral-Toast-closeButton {
  color: white;
}
.coral--light ._coral-Toast-closeButton:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
.coral--light ._coral-Toast-closeButton.focus-ring {
    background-color: rgba(255, 255, 255, 1);
  }
.coral--light ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(118, 118, 118);
    }
.coral--light ._coral-Toast-closeButton:active {
    background-color: rgba(255, 255, 255, 0.15);
  }

.coral--light ._coral-Toast--warning {
  background-color: rgb(218, 123, 17);
}
.coral--light ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(218, 123, 17);
    }

.coral--light ._coral-Toast--error {
  background-color: rgb(215, 55, 63);
}
.coral--light ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(215, 55, 63);
    }

.coral--light ._coral-Toast--info {
  background-color: rgb(20, 115, 230);
}
.coral--light ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(20, 115, 230);
    }

.coral--light ._coral-Toast--success {
  background-color: rgb(38, 142, 108);
}
.coral--light ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(38, 142, 108);
    }
.coral--light ._coral-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.coral--light ._coral-Popover ._coral-Dialog-header,
  .coral--light ._coral-Popover ._coral-Dialog-footer,
  .coral--light ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--light ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(225, 225, 225);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
.coral--light ._coral-Accordion-item {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Accordion-indicator {
  color: rgb(142, 142, 142);
}
.coral--light ._coral-Accordion-header {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Accordion-header:focus,
  .coral--light ._coral-Accordion-header:hover {
    color: rgb(44, 44, 44);

    background-color: rgb(234, 234, 234);
  }
.coral--light ._coral-Accordion-header:focus + ._coral-Accordion-indicator, .coral--light ._coral-Accordion-header:hover + ._coral-Accordion-indicator {
      color: rgb(75, 75, 75);
    }
.coral--light ._coral-Accordion-header:focus:after  {
      background-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Accordion-item.is-open ._coral-Accordion-header:hover {
        background-color: transparent;
      }
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-header,
    .coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-header:hover,
    .coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-header:focus {
      color: rgb(179, 179, 179);
      background-color: transparent;
    }
.coral--light ._coral-Accordion-item.is-disabled ._coral-Accordion-header + ._coral-Accordion-indicator {
      color: rgb(202, 202, 202);
    }

.coral--light .coral-Well {
  background-color: rgba(44, 44, 44, .02);
  border-color: rgba(44, 44, 44, .05);
}
.coral--light .coral-FieldLabel,
.coral--light ._coral-Form-itemLabel {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Search-icon {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(179, 179, 179);
    }

.coral--light ._coral-Stepper.is-focused {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-stepUp,
    .coral--light ._coral-Stepper.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-stepUp,
    .coral--light ._coral-Stepper.is-invalid ._coral-Stepper-stepDown,
    .coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-stepUp:focus, .coral--light ._coral-Stepper.is-invalid ._coral-Stepper-stepDown:focus, .coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
      }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-left-color: rgb(225, 225, 225);
    }
.coral--light ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--light ._coral-Stepper.is-invalid.is-focused {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--light ._coral-Stepper.is-invalid.is-focused ._coral-Stepper-input {
        border-left-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--light ._coral-Stepper-stepUp,
.coral--light ._coral-Stepper-stepDown {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-Stepper-stepUp:disabled, .coral--light ._coral-Stepper-stepDown:disabled {
    border-color: rgba(0, 0, 0, 0);
  }
.coral--light ._coral-Stepper-stepDown:hover {
    /* Keep the border on hover */
    border-bottom-color: rgb(225, 225, 225);
  }

.coral--light ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled, .coral--light ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(225, 225, 225);
    }
.coral--light ._coral-Stepper--quiet.is-focused {
    box-shadow: 0 1px 0 0 rgb(38, 128, 235);
  }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepUp,
    .coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 0 rgb(38, 128, 235);
    }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown,
    .coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown:focus, .coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp {
      border-color: rgb(225, 225, 225);
    }
.coral--light ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp:focus {
        border-color: rgb(225, 225, 225);
      }
.coral--light ._coral-Stepper--quiet.is-invalid.is-focused {
      box-shadow: 0 1px 0 0 rgb(227, 72, 80);
    }
.coral--light ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepUp,
      .coral--light ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepDown {
        border-color: rgb(227, 72, 80);
      }
.coral--light ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-input {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--light ._coral-Calendar-prevMonth {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Calendar-nextMonth {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Calendar-dayOfWeek {
  color: rgb(112, 112, 112);
}
.coral--light ._coral-Calendar-date:hover {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(44, 44, 44, .06);
      }
.coral--light ._coral-Calendar-date:hover.is-selected {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(20, 115, 230, .2);
        }
.coral--light ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(20, 115, 230, .2);
      }
.coral--light ._coral-Calendar-date:active {
    background-color: rgba(44, 44, 44, .1);
  }
.coral--light ._coral-Calendar-date.is-selected {
    color: rgb(44, 44, 44);
    background: rgba(20, 115, 230, .1);
  }
.coral--light ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
    background: rgba(20, 115, 230, .2);
  }
.coral--light ._coral-Calendar-date.is-today {
    color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    font-weight: 700;
  }
.coral--light ._coral-Calendar-date.is-today:before {
      border-color: rgb(75, 75, 75);
    }
.coral--light ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(20, 115, 230, .2);
        }
.coral--light ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(179, 179, 179);
      border-color: rgb(202, 202, 202);
    }
.coral--light ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(202, 202, 202);
      }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(44, 44, 44, .06);
    border-color: rgb(38, 128, 235);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
    .coral--light ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(44, 44, 44);
      background: rgba(20, 115, 230, .2);
      border-color: rgb(38, 128, 235);
    }
.coral--light ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(20, 115, 230, .2);
      }
.coral--light ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(20, 115, 230, .2);
      }
.coral--light ._coral-Calendar-date.is-disabled {
    color: rgb(179, 179, 179);
  }
.coral--light ._coral-Calendar-date.is-selection-start,
  .coral--light ._coral-Calendar-date.is-selection-end {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-Calendar-date.is-selection-start:after, .coral--light ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(20, 115, 230, .1);
    }
.coral--light ._coral-Calendar-date.is-selection-start.is-disabled, .coral--light ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(179, 179, 179);
    }
.coral--light .coral-Table-headerCell {
  color: rgb(112, 112, 112);
}
.coral--light .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(142, 142, 142);
    }
.coral--light .coral-Table-headerCell.is-sortable:hover {
      color: rgb(75, 75, 75);
    }
.coral--light .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(112, 112, 112);
      }
.coral--light .coral-Table-headerCell.is-sortable.focus-ring,
    .coral--light .coral-Table-headerCell.is-sortable.is-focused {
      color: rgb(75, 75, 75);
    }
.coral--light .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon, .coral--light .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(112, 112, 112);
      }
.coral--light .coral-Table-headerCell.is-sortable:active {
      color: rgb(44, 44, 44);
    }
.coral--light .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(75, 75, 75);
      }
.coral--light .coral-Table-body {
  border: 1px solid rgb(225, 225, 225);
  background-color: rgb(251, 251, 251);
}
/* The tbody tag doesn't allow setting a border-radius, so these hacks are to make that work
   by putting the border on the individual cells instead. */
.coral--light tbody.coral-Table-body {
  border: none;
}
.coral--light tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--light tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(225, 225, 225);
  }
.coral--light tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(225, 225, 225);
  }
.coral--light .coral-Table-row {
  border-bottom: 1px solid rgb(225, 225, 225);
  background-color: rgb(251, 251, 251);
}
.coral--light .coral-Table-row:last-child {
    border-bottom: none;
  }
.coral--light .coral-Table-row:hover {
    background-color: rgb(245, 245, 245);
  }
.coral--light .coral-Table-row.focus-ring,
  .coral--light .coral-Table-row.is-focused {
    background-color: rgb(245, 245, 245);
  }
.coral--light .coral-Table-row:active {
    background-color: rgb(234, 234, 234);
  }
.coral--light .coral-Table-row.is-selected {
    background-color: rgb(245, 245, 245);
  }
.coral--light .coral-Table-row.is-selected:hover {
      background-color: rgb(234, 234, 234);
    }
.coral--light .coral-Table-row.is-selected.focus-ring,
    .coral--light .coral-Table-row.is-selected.is-focused {
      background-color: rgb(234, 234, 234);
    }
.coral--light .coral-Table-cell {
  color: rgb(75, 75, 75);
}
.coral--light .coral-Table-cell--divider {
  border-right: 1px solid rgb(225, 225, 225);
}
.coral--light .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0);
  }
.coral--light .coral-Table--quiet .coral-Table-row {
    background-color: rgba(0, 0, 0, 0);
  }
.coral--light .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgb(234, 234, 234);
    }
.coral--light .coral-Table--quiet .coral-Table-row.focus-ring,
    .coral--light .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgb(234, 234, 234);
    }
.coral--light .coral-Table--quiet .coral-Table-row:active {
      background-color: rgb(225, 225, 225);
    }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgb(234, 234, 234);
    }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgb(225, 225, 225);
      }
.coral--light .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
      .coral--light .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgb(225, 225, 225);
      }
.coral--light .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
    .coral--light .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--light ._coral-Rating-icon {
  color: rgb(142, 142, 142);
}
/* Star */
.coral--light ._coral-Rating-icon ._coral-Rating-starActive {
    display: block;
  }
.coral--light ._coral-Rating-icon ._coral-Rating-starInactive {
    display: none;
  }
.coral--light ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) {
    color: rgb(142, 142, 142);
  }
/* StarOutline */
.coral--light ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
      display: none;
    }
.coral--light ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
      display: block;
    }
.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) {
  color: rgb(142, 142, 142);
}
/* StarOutline */
.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }

.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active {
  color: rgb(142, 142, 142);
}
/* Star */
.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--light ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--light ._coral-Rating-icon.is-active {
    color: rgb(75, 75, 75);
  }
/* Star */
.coral--light ._coral-Rating-icon.is-active ._coral-Rating-starActive {
      display: block;
    }
.coral--light ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
      display: none;
    }

.coral--light ._coral-Rating.is-disabled ._coral-Rating-icon.is-active {
  color: rgb(225, 225, 225);
}
/* Star */
.coral--light ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--light ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--light ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) {
  color: rgb(225, 225, 225);
}
/* StarOutline */
.coral--light ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--light ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }
.coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon,
      .coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active),
      .coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active {
        color: rgb(13, 102, 208);

      }
.coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon > ._coral-Icon, .coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active) > ._coral-Icon, .coral--light ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active > ._coral-Icon {
          stroke: currentColor;
          stroke-width: 1px;
        }
.coral--light ._coral-TagList-item {
  color: rgb(112, 112, 112);
  background-color: rgb(251, 251, 251);
  border: 1px solid rgb(142, 142, 142);
}
.coral--light ._coral-TagList-item:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(44, 44, 44);
    border-color: rgb(44, 44, 44);
  }
.coral--light ._coral-TagList-item.focus-ring {
    background-color: rgb(255, 255, 255);
    color: rgb(44, 44, 44);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--light ._coral-TagList-item.is-invalid {
    color: rgb(201, 37, 45);
    border-color: rgb(227, 72, 80);
  }
.coral--light ._coral-TagList-item.is-invalid:hover {
      border-color: rgb(227, 72, 80);
      color: rgb(201, 37, 45);
    }
.coral--light ._coral-TagList-item.is-invalid.focus-ring {
      color: rgb(187, 18, 26);
      border-color: rgb(227, 72, 80);
      box-shadow: 0 0 0 1px rgb(227, 72, 80);

    }
.coral--light ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton ._coral-Icon {
        color: rgb(227, 72, 80);
      }
.coral--light ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton::focus ._coral-Icon {
          color: rgb(201, 37, 45);
        }
.coral--light ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton:hover ._coral-Icon {
          color: rgb(215, 55, 63);
        }
.coral--light ._coral-TagList-item.is-disabled {
    color: rgb(179, 179, 179);
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
  }
.coral--light ._coral-TagList-item.is-disabled ._coral-TagList-item-avatar {
      opacity: 0.3;
    }
.coral--light ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(142, 142, 142);
  }
.coral--light ._coral-TagList-item-removeButton:hover ._coral-Icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-TagList-item.is-disabled ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(179, 179, 179);
  }

.coral--light ._coral-QuickActions-item {
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  color: rgb(112, 112, 112);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.coral--light ._coral-QuickActions-item:focus {
    outline: none;
  }
.coral--light ._coral-QuickActions-item.focus-ring {
    border-color: rgb(38, 128, 235);
    color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    outline: none;
  }
.coral--light ._coral-QuickActions-item:hover {
    border-color: rgb(112, 112, 112);
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-QuickActions-item:active {
    border-color: rgb(75, 75, 75);
    color: rgb(44, 44, 44);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
.coral--light ._coral-MillerColumn-item:focus,
  .coral--light ._coral-MillerColumn-item:hover {
    background-color: rgb(234, 234, 234);
  }
.coral--light ._coral-MillerColumn-item.is-navigated {
      /* gray background */
      background-color: rgb(225, 225, 225);
    }
.coral--light ._coral-MillerColumn-item.is-navigated:hover {
        background-color: rgb(225, 225, 225);
      }
.coral--light ._coral-MillerColumn-item.is-selected {
      background-color: rgba(20, 115, 230, 0.1);
    }
.coral--light ._coral-MillerColumn-item.is-selected:hover {
        background-color: rgba(20, 115, 230, 0.2);
      }

.coral--light ._coral-CycleButton {
  background-color: rgba(0, 0, 0, 0);
}
.coral--light ._coral-CycleButton ._coral-Icon {
    color: rgb(112, 112, 112);
  }
.coral--light ._coral-CycleButton:hover ._coral-Icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-CycleButton:active {
    background-color: rgb(225, 225, 225);
  }
.coral--light ._coral-CycleButton:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow instead */
    box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
  }
.coral--light ._coral-CycleButton:focus ._coral-Icon {
      color: rgb(44, 44, 44);
    }
.coral--light ._coral-Pagination-pageButton:hover {
    background-color: rgba(44, 44, 44, .04);
  }
.coral--light ._coral-Pagination-pageButton:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--light ._coral-Pagination-pageButton.is-active {
    background-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
.coral--light ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--light ._coral-Banner--info {
  background-color: rgb(20, 115, 230);
}
.coral--light ._coral-Banner--warning {
  background-color: rgb(218, 123, 17);
}
.coral--light ._coral-Banner--error {
  background-color: rgb(215, 55, 63);
}
.coral--light .coral-Rule {
  border-color: rgb(75, 75, 75);
}
.coral--light .coral-Rule--subsection {
  border-color: rgb(225, 225, 225);
}
.coral--light .coral-Rule--subsection2 {
  border-color: rgb(234, 234, 234);
}
.coral--light .coral-Rule--panel {
  border-color: rgb(225, 225, 225);
}
.coral--light ._coral-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.coral--light ._coral-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.coral--light ._coral-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.coral--light ._coral-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.coral--light ._coral-StatusLight--archived {
  color: rgb(142, 142, 142);
}
.coral--light ._coral-StatusLight--archived::before {
    background-color: rgb(179, 179, 179);
  }
.coral--light ._coral-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.coral--light ._coral-StatusLight--yellow::before { 
  background-color: rgb(223, 191, 0);
}
.coral--light ._coral-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.coral--light ._coral-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.coral--light ._coral-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.coral--light ._coral-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.coral--light ._coral-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.coral--light ._coral-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.coral--light ._coral-ShellIgnore {
  color: rgb(226, 226, 226);
  background-color: rgb(30, 30, 30);
}
.coral--light ._coral-ShellIgnore ._coral-TabList-item {
    color: rgb(133, 133, 133);
  }
.coral--light ._coral-ShellIgnore ._coral-TabList-item.is-selected {
      color: rgb(226, 226, 226);
    }
.coral--light ._coral-ShellIgnore ._coral-TabList-item:hover, .coral--light ._coral-ShellIgnore ._coral-TabList-item:active {
      color: rgb(226, 226, 226);
    }
.coral--light ._coral-ShellIgnore ._coral-TabList-item-line {
    background-color: rgb(226, 226, 226);
  }
.coral--light ._coral-ShellIgnore ._coral-Button--icon {
    color: rgb(133, 133, 133);
  }
.coral--light ._coral-ShellIgnore ._coral-Button--icon:hover, .coral--light ._coral-ShellIgnore ._coral-Button--icon:active {
      color: rgb(226, 226, 226);
    }
.coral--light ._coral-ShellIgnore ._coral-Button--icon:active::before {
      background: transparent;
    }
.coral--light ._coral-ShellIgnore ._coral-Button--quiet--dropdown, .coral--light ._coral-ShellIgnore ._coral-Dropdown-icon {
    color: rgb(180, 180, 180);
  }
.coral--light ._coral-ShellIgnore ._coral-Button--quiet--dropdown:hover, .coral--light ._coral-ShellIgnore ._coral-Button--quiet--dropdown:active, .coral--light ._coral-ShellIgnore ._coral-Dropdown-icon:hover, .coral--light ._coral-ShellIgnore ._coral-Dropdown-icon:active {
      color: rgb(226, 226, 226);
    }
.coral--light ._coral-ShellIgnore ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
    color: rgb(226, 226, 226);
  }
.coral--light ._coral-ShellIgnore-companyLabel {
  color: rgb(133, 133, 133);
}
.coral--light ._coral-TreeView-link {
  color: rgb(75, 75, 75);
}
.coral--light ._coral-TreeView-link:hover,
  .coral--light ._coral-TreeView-link.is-selected {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-TreeView-link:hover::before, .coral--light ._coral-TreeView-link.is-selected::before {
      background-color: rgba(44, 44, 44, .04);
    }
.coral--light ._coral-TreeView-link.focus-ring {
    color: rgb(44, 44, 44);
  }
.coral--light ._coral-TreeView-link.focus-ring::before {
      background-color: rgba(44, 44, 44, .04);

      /* we cannot achieve rounded corners with outline so we use box-shadow instead */
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }
.coral--light ._coral-TreeView-link.is-drop-target::before {
      background-color: rgba(20, 115, 230, .1);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }

/* Temporary skin variables that need to be moved into origins */
.coral--lightest :root {
  /* Icon Button*/

  /* Button */

  /* Loader */

  /* Shell */
}

.coral--lightest {
  background-color: rgb(255, 255, 255);

  /* Prevent tap highlights */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.coral--lightest,
.coral--lightest .coral-Body {
  color: rgb(80, 80, 80);
}
.coral--lightest .coral-Body--large {
  color: rgb(80, 80, 80);
}
.coral--lightest .coral-Body--small {
  color: rgb(80, 80, 80);
}
.coral--lightest .coral-Body--secondary {
  color: rgb(118, 118, 118);
}
.coral--lightest .coral-Heading--1 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading--2 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading--3 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading--4 {
  color: rgb(50, 50, 50);
}
.coral--lightest .coral-Heading--5 {
  color: rgb(118, 118, 118);
}
.coral--lightest .coral-Link {
  color: rgb(20, 115, 230);
}
.coral--lightest .coral-Link:hover {
    color: rgb(20, 115, 230);
  }
.coral--lightest .coral-Link:active {
    color: rgb(13, 102, 208);
  }
.coral--lightest .coral-Link.focus-ring {
    color: rgb(20, 115, 230);
  }
.coral--lightest .coral-Link.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest .coral-Link--subtle {
  color: inherit;
}
.coral--lightest .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--lightest .coral-Link--subtle:active {
    color: inherit;
  }
.coral--lightest .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--lightest .coral-Link--overColor {
  color: rgb(255, 255, 255);
}
.coral--lightest .coral-Link--overColor:hover {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overColor:active {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overColor:focus {
    color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Link--overColor.is-disabled {
    color: rgba(255, 255, 255, 0.5);
  }
.coral--lightest ._coral-Button.focus-ring {
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--lightest ._coral-Button:hover {
    box-shadow: none;
  }
.coral--lightest ._coral-Button:active {
    box-shadow: none;
  }
.coral--lightest ._coral-Button.is-selected ._coral-Icon {
    color: rgb(80, 80, 80);
  }

.coral--lightest ._coral-Button--cta {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--cta.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta:hover {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--cta:disabled,
  .coral--lightest ._coral-Button--cta.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(80, 80, 80);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--primary.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary:hover {
    background-color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary:active {
    background-color: rgb(50, 50, 50);
    border-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--primary:disabled,
  .coral--lightest ._coral-Button--primary.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(149, 149, 149);
  color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Button--secondary.focus-ring {
    background-color: rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary:hover {
    background-color: rgb(149, 149, 149);
    border-color: rgb(149, 149, 149);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary:active {
    background-color: rgb(118, 118, 118);
    border-color: rgb(118, 118, 118);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--secondary:disabled,
  .coral--lightest ._coral-Button--secondary.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(227, 72, 80);
  color: rgb(227, 72, 80);
}
.coral--lightest ._coral-Button--warning.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning:hover {
    background-color: rgb(227, 72, 80);
    border-color: rgb(227, 72, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning:active {
    background-color: rgb(201, 37, 45);
    border-color: rgb(201, 37, 45);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--warning:disabled,
  .coral--lightest ._coral-Button--warning.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--quiet--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--quiet--primary.focus-ring {
    background-color: rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--quiet--primary:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--quiet--primary:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--quiet--primary:disabled,
  .coral--lightest ._coral-Button--quiet--primary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--quiet--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Button--quiet--secondary.focus-ring {
    background-color: rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--quiet--secondary:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--quiet--secondary:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--quiet--secondary:disabled,
  .coral--lightest ._coral-Button--quiet--secondary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--action {
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--action.focus-ring {
    background-color: rgb(255, 255, 255);
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--action:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(211, 211, 211);
    box-shadow: none;
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--action:active,
  .coral--lightest ._coral-Button--action.is-selected {
    background-color: rgb(244, 244, 244);
    border-color: rgb(211, 211, 211);
    box-shadow: none;
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--action:disabled,
  .coral--lightest ._coral-Button--action.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--quiet--action {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Button--quiet--action.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 2px rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--quiet--action.is-selected {
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--quiet--action:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--quiet--action:active {
    background-color: rgb(234, 234, 234);
    box-shadow: none;
    color: rgb(50, 50, 50);
  }
/* Make sure background color overrides hover and active */
.coral--lightest ._coral-Button--quiet--action.is-selected {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Button--quiet--action:disabled,
  .coral--lightest ._coral-Button--quiet--action[disabled] {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--toggle {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(80, 80, 80);

}
.coral--lightest ._coral-Button--toggle.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle:active {
    background-color: rgb(234, 234, 234);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle:disabled,
  .coral--lightest ._coral-Button--toggle.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--toggle.is-selected {
    background-color: rgb(234, 234, 234);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--toggle.is-selected.focus-ring {
    background-color: rgb(234, 234, 234);
    border-color: rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle.is-selected:hover {
    background-color: rgb(234, 234, 234);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle.is-selected:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--toggle.is-selected:disabled,
  .coral--lightest ._coral-Button--toggle.is-selected.is-disabled {
    background-color: rgb(234, 234, 234);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }
/*! topdoc
---
name: Button - Quiet Warning
description: A 'quiet warning' Spectrum button
status: Released
modifiers:
  ':disabled': Disabled state
  ':hover': Hover state
  ':focus': Focused
markup: |
  <button class="spectrum-Button
  spectrum-Button--quiet--warning">Button</button>

  <button class="spectrum-Button spectrum-Button--quiet--warning"
  disabled>Button</button>

*/
.coral--lightest ._coral-Button--quiet--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(227, 72, 80);
}
.coral--lightest ._coral-Button--quiet--warning.focus-ring {
    background-color: rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--quiet--warning:hover {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Button--quiet--warning:active {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Button--quiet--warning:disabled,
  .coral--lightest ._coral-Button--quiet--warning.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--logic--and {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--logic--and.focus-ring {
    background-color: rgb(13, 102, 208);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--logic--and:hover {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--logic--and:disabled,
  .coral--lightest ._coral-Button--logic--and.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--logic--or {
  background-color: rgb(216, 55, 144);
  border-color: rgb(216, 55, 144);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Button--logic--or.focus-ring {
    background-color: rgb(188, 28, 116);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--logic--or:hover {
    background-color: rgb(188, 28, 116);
    border-color: rgb(188, 28, 116);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Button--logic--or:disabled,
  .coral--lightest ._coral-Button--logic--or.is-disabled {
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Button--icon {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Button--icon.focus-ring {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--icon:hover {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--icon:active {
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Button--icon:active::before {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest ._coral-Button--icon:disabled {
    color: rgb(118, 118, 118);
  }
.coral--lightest ._coral-Button--dropdown {
  color: rgb(80, 80, 80);
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Button--dropdown:hover {
    color: rgb(50, 50, 50);
    background-color: rgb(255, 255, 255);
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-Button--dropdown.focus-ring,
  .coral--lightest ._coral-Button--dropdown.is-focused {
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-Button--dropdown:active,
  .coral--lightest ._coral-Button--dropdown.is-selected {
    background-color: rgb(244, 244, 244);
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-Button--dropdown:active.focus-ring,
    .coral--lightest ._coral-Button--dropdown:active.is-focused,
    .coral--lightest ._coral-Button--dropdown.is-selected.focus-ring,
    .coral--lightest ._coral-Button--dropdown.is-selected.is-focused {
      box-shadow: none;
    }
.coral--lightest ._coral-Button--dropdown.is-invalid {
    border-color: rgb(236, 91, 98);
  }
.coral--lightest ._coral-Button--dropdown.is-invalid.focus-ring,
    .coral--lightest ._coral-Button--dropdown.is-invalid.is-focused {
      border-color: rgb(236, 91, 98);
      box-shadow: 0 0 0 1px rgb(236, 91, 98);
    }
.coral--lightest ._coral-Button--dropdown:disabled,
  .coral--lightest ._coral-Button--dropdown.is-disabled {
    background-color: rgb(244, 244, 244);
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--dropdown:disabled.focus-ring, .coral--lightest ._coral-Button--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--lightest ._coral-Button--quiet--dropdown {
  color: rgb(80, 80, 80);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coral--lightest ._coral-Button--quiet--dropdown:hover {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Button--quiet--dropdown.focus-ring,
  .coral--lightest ._coral-Button--quiet--dropdown.is-focused {
    box-shadow: 0 2px 0 0 rgb(55, 142, 240);
  }
.coral--lightest ._coral-Button--quiet--dropdown.is-invalid.focus-ring,
    .coral--lightest ._coral-Button--quiet--dropdown.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(236, 91, 98);
    }
.coral--lightest ._coral-Button--quiet--dropdown:disabled,
  .coral--lightest ._coral-Button--quiet--dropdown.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Button--quiet--dropdown:disabled.focus-ring, .coral--lightest ._coral-Button--quiet--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--lightest ._coral-Breadcrumb {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Breadcrumb ._coral-Breadcrumb-separator {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Breadcrumb ._coral-Breadcrumb-link {
    color: inherit;
    text-decoration: none;
  }
.coral--lightest ._coral-Breadcrumb ._coral-Breadcrumb-link:hover {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Breadcrumb ._coral-Breadcrumb-link.focus-ring {
      color: rgb(20, 115, 230);
      outline: 0;
      border-bottom: 2px solid rgb(20, 115, 230);
    }
.coral--lightest ._coral-Breadcrumb ._coral-Breadcrumb-link:active {
      color: rgb(50, 50, 50);
      border-bottom: 0;
    }
.coral--lightest ._coral-Breadcrumb.is-selected,
  .coral--lightest ._coral-Breadcrumb:last-of-type {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Breadcrumb.is-selected ~ ._coral-Breadcrumb:last-of-type {
        color: rgb(118, 118, 118);
      }
.coral--lightest ._coral-Breadcrumb.is-selected ._coral-Breadcrumb-link.focus-ring {
        color: rgb(50, 50, 50);
        border-bottom: 0;
      }

.coral--lightest ._coral-Alert {
  background-color: rgb(255, 255, 255);
  /* default color set to body color, header element overwrites this */
  color: rgb(118, 118, 118);
}

.coral--lightest ._coral-Alert-header {
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Alert-content {
  color: rgb(118, 118, 118);
}

.coral--lightest ._coral-Alert--info {
  border-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(55, 142, 240);
  }

.coral--lightest ._coral-Alert--error {
  border-color: rgb(236, 91, 98);
}
.coral--lightest ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(236, 91, 98);
  }

.coral--lightest ._coral-Alert--success {
  border-color: rgb(51, 171, 132);
}
.coral--lightest ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(51, 171, 132);
  }

.coral--lightest ._coral-Alert--warning {
  border-color: rgb(242, 148, 35);
}
.coral--lightest ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(242, 148, 35);
  }
.coral--lightest ._coral-Checkbox-label {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Checkbox-box {
  border-color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Checkbox-box ._coral-Checkbox-checkmark {
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Checkbox-box {
  background-color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box {
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);

  }
.coral--lightest ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(13, 102, 208);
  }
.coral--lightest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box,
.coral--lightest ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
  border-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box,
  .coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(20, 115, 230);

  }
.coral--lightest ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box,
  .coral--lightest ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(13, 102, 208);

  }

.coral--lightest ._coral-Checkbox {
  border-color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-box {
      border-color: rgb(118, 118, 118);

      box-shadow: none;
    }
.coral--lightest ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Checkbox:active ._coral-Checkbox-box {
      border-color: rgb(80, 80, 80);

    }
.coral--lightest ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-box {
      border-color: rgb(227, 72, 80);

    }
.coral--lightest ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
      color: rgb(227, 72, 80);
    }
.coral--lightest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box {
      border-color: rgb(215, 55, 63) !important;

    }
.coral--lightest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box {
      border-color: rgb(201, 37, 45);

    }
.coral--lightest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(201, 37, 45);
    }

.coral--lightest ._coral-Checkbox-input:disabled + ._coral-Checkbox-box {
    /* I'm sorry about the !important */
    border-color: rgb(211, 211, 211) !important;

    background-color: transparent;
  }
.coral--lightest ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label {
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-Checkbox-input:error + ._coral-Checkbox-box {
    border-color: rgb(227, 72, 80);

  }
.coral--lightest ._coral-Checkbox-input:error ~ ._coral-Checkbox-label {
    color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Label {
  color: rgb(255, 255, 255);
}

.coral--lightest ._coral-Label--inactive,
.coral--lightest ._coral-Label--grey {
  background-color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--lightest ._coral-Label--blue, .coral--lightest ._coral-Label--active, .coral--lightest ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--lightest ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--lightest ._coral-Label--orange, .coral--lightest ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--lightest ._coral-Radio-input:checked + ._coral-Radio-button {
    border-color: rgb(38, 128, 235);
  }
.coral--lightest ._coral-Radio-input.focus-ring + ._coral-Radio-button {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);

    }
.coral--lightest ._coral-Radio-input.focus-ring ~ ._coral-Radio-label {
      color: rgb(13, 102, 208);
    }

.coral--lightest ._coral-Radio ._coral-Radio-label {
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Radio ._coral-Radio-button {
    border-color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-Radio:hover ._coral-Radio-button {
      border-color: rgb(118, 118, 118);
      box-shadow: none;
    }
.coral--lightest ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(20, 115, 230);

    }
.coral--lightest ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Radio:active ._coral-Radio-button {
      border-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(13, 102, 208);

    }
.coral--lightest ._coral-Radio:active ._coral-Radio-label {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Radio.is-invalid ._coral-Radio-button {
      border-color: rgb(227, 72, 80);

    }
.coral--lightest ._coral-Radio.is-invalid ._coral-Radio-label {
      color: rgb(227, 72, 80);
    }

.coral--lightest ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button {
      border-color: rgb(215, 55, 63);

    }
.coral--lightest ._coral-Radio.is-invalid:hover ._coral-Radio-label {
      color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-Radio.is-invalid:active ._coral-Radio-input +._coral-Radio-button {
      border-color: rgb(201, 37, 45);

    }
.coral--lightest ._coral-Radio.is-invalid:active ._coral-Radio-label {
      color: rgb(201, 37, 45);
    }

.coral--lightest ._coral-Radio-input:disabled + ._coral-Radio-button {
    border-color: rgb(211, 211, 211) !important;
  }
.coral--lightest ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(188, 188, 188) !important;
  }

.coral--lightest ._coral-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
  color: rgb(80, 80, 80);
}

.coral--lightest ._coral-Textfield:-ms-input-placeholder {
    color: rgb(149, 149, 149);
  }

.coral--lightest ._coral-Textfield::placeholder {
    color: rgb(149, 149, 149);
  }
/* It's a little wonky, right? */
.coral--lightest ._coral-Textfield:hover {
    border-color: rgb(211, 211, 211);
    box-shadow: none;
  }
/* TODO: is it wonky that textarea shares the selector? */
.coral--lightest ._coral-Textfield:hover:-ms-input-placeholder {
      color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Textfield:hover::placeholder {
      color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Textfield:focus {
    border-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Textfield[disabled] {
    background-color: rgb(244, 244, 244);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(188, 188, 188);

    /* For safari mobile browser */
    -webkit-text-fill-color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Textfield[disabled]:-ms-input-placeholder {
      color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Textfield[disabled]::placeholder {
      color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Textfield.is-invalid,
  .coral--lightest ._coral-Textfield:invalid {
    border-color: rgb(236, 91, 98);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath style='fill:rgb%28236%2C 91%2C 98%29' d='M17.127%2C2.579.4%2C32.512A1%2C1%2C0%2C0%2C0%2C1.272%2C34H34.728a1%2C1%2C0%2C0%2C0%2C.873-1.488L18.873%2C2.579A1%2C1%2C0%2C0%2C0%2C17.127%2C2.579ZM20%2C29.5a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-3a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Zm0-6a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-12a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Z'/%3E%3C/svg%3E");
  }
/* might break things due to pre-defined focus-ring */
.coral--lightest ._coral-Textfield.is-invalid.focus-ring:not(:active), .coral--lightest ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }

.coral--lightest ._coral-Textfield--quiet {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Textfield--quiet:hover {
    border-color: rgb(211, 211, 211);
  }
.coral--lightest ._coral-Textfield--quiet:active {
    border-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Textfield--quiet:focus {
    border-color: rgb(55, 142, 240);
    box-shadow: 0 1px 0 rgb(55, 142, 240);
  }
.coral--lightest ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 1px 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-Textfield--quiet:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color:  rgb(234, 234, 234);
  }
.coral--lightest ._coral-Textfield--quiet.is-invalid,
  .coral--lightest ._coral-Textfield--quiet:invalid {
    border-color: rgb(236, 91, 98);
  }
.coral--lightest ._coral-Textfield--quiet.is-invalid:focus, .coral--lightest ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(236, 91, 98);
    }
/* might break things due to pre-defined focus-ring */
.coral--lightest ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active), .coral--lightest ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 1px 0 rgb(236, 91, 98);
      }
.coral--lightest ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--lightest ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
    border-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--lightest ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
      border-color: rgb(236, 91, 98);
    }
/* Only add the 2px ring for keyboard focus */
.coral--lightest ._coral-InputGroup-input.focus-ring ~ ._coral-InputGroup-button {
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-InputGroup-input.focus-ring.is-invalid ~ ._coral-InputGroup-button, .coral--lightest ._coral-InputGroup-input.focus-ring:invalid ~ ._coral-InputGroup-button {
      box-shadow: 0 0 0 1px rgb(236, 91, 98);
    }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:hover,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:focus,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:active,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button.is-selected,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:invalid,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button.is-invalid,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled,
    .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled:hover {
      border-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--lightest ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid,
      .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid ~ ._coral-InputGroup-button,
      .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid,
      .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid ~ ._coral-InputGroup-button {
        border-color: rgb(236, 91, 98);
      }
/* Always add the 2px ring for keyboard focus for quiet inputgroups */
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
        box-shadow: 0 1px 0 rgb(55, 142, 240);
        border-color: rgb(55, 142, 240);
      }
.coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--lightest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
          box-shadow: 0 1px 0 rgb(236, 91, 98);
          border-color: rgb(236, 91, 98);
        }

.coral--lightest ._coral-Tooltip,
  .coral--lightest ._coral-Tooltip ._coral-Tooltip-tip::after {
    background-color: rgb(118, 118, 118);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Tooltip--error,
  .coral--lightest ._coral-Tooltip--error ._coral-Tooltip-tip::after {
    background-color: rgb(215, 55, 63);
  }
.coral--lightest ._coral-Tooltip--info,
  .coral--lightest ._coral-Tooltip--info ._coral-Tooltip-tip::after {
    background-color: rgb(20, 115, 230);
  }
.coral--lightest ._coral-Tooltip--success,
  .coral--lightest ._coral-Tooltip--success ._coral-Tooltip-tip::after {
    background-color: rgb(38, 142, 108);
  }
.coral--lightest ._coral-Loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3636 36' enable-background='new 0 0 3636 36' width='3636' height='36'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 3%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 3%3B stroke-dasharray: 92%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='18' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='18' cy='18' r='14.5' stroke-dashoffset='91.11'/%3E%3Ccircle class='track' cx='54' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='54' cy='18' r='14.5' stroke-dashoffset='90.2'/%3E%3Ccircle class='track' cx='90' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='90' cy='18' r='14.5' stroke-dashoffset='89.28'/%3E%3Ccircle class='track' cx='126' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='126' cy='18' r='14.5' stroke-dashoffset='88.37'/%3E%3Ccircle class='track' cx='162' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='162' cy='18' r='14.5' stroke-dashoffset='87.46'/%3E%3Ccircle class='track' cx='198' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='198' cy='18' r='14.5' stroke-dashoffset='86.55'/%3E%3Ccircle class='track' cx='234' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='234' cy='18' r='14.5' stroke-dashoffset='85.64'/%3E%3Ccircle class='track' cx='270' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='270' cy='18' r='14.5' stroke-dashoffset='84.73'/%3E%3Ccircle class='track' cx='306' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='306' cy='18' r='14.5' stroke-dashoffset='83.82'/%3E%3Ccircle class='track' cx='342' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='342' cy='18' r='14.5' stroke-dashoffset='82.91'/%3E%3Ccircle class='track' cx='378' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='378' cy='18' r='14.5' stroke-dashoffset='82'/%3E%3Ccircle class='track' cx='414' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='414' cy='18' r='14.5' stroke-dashoffset='81.08'/%3E%3Ccircle class='track' cx='450' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='450' cy='18' r='14.5' stroke-dashoffset='80.17'/%3E%3Ccircle class='track' cx='486' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='486' cy='18' r='14.5' stroke-dashoffset='79.26'/%3E%3Ccircle class='track' cx='522' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='522' cy='18' r='14.5' stroke-dashoffset='78.35'/%3E%3Ccircle class='track' cx='558' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='558' cy='18' r='14.5' stroke-dashoffset='77.44'/%3E%3Ccircle class='track' cx='594' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='594' cy='18' r='14.5' stroke-dashoffset='76.53'/%3E%3Ccircle class='track' cx='630' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='630' cy='18' r='14.5' stroke-dashoffset='75.62'/%3E%3Ccircle class='track' cx='666' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='666' cy='18' r='14.5' stroke-dashoffset='74.71'/%3E%3Ccircle class='track' cx='702' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='702' cy='18' r='14.5' stroke-dashoffset='73.8'/%3E%3Ccircle class='track' cx='738' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='738' cy='18' r='14.5' stroke-dashoffset='72.88'/%3E%3Ccircle class='track' cx='774' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='774' cy='18' r='14.5' stroke-dashoffset='71.97'/%3E%3Ccircle class='track' cx='810' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='810' cy='18' r='14.5' stroke-dashoffset='71.06'/%3E%3Ccircle class='track' cx='846' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='846' cy='18' r='14.5' stroke-dashoffset='70.15'/%3E%3Ccircle class='track' cx='882' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='882' cy='18' r='14.5' stroke-dashoffset='69.24'/%3E%3Ccircle class='track' cx='918' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='918' cy='18' r='14.5' stroke-dashoffset='68.33'/%3E%3Ccircle class='track' cx='954' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='954' cy='18' r='14.5' stroke-dashoffset='67.42'/%3E%3Ccircle class='track' cx='990' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='990' cy='18' r='14.5' stroke-dashoffset='66.51'/%3E%3Ccircle class='track' cx='1026' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1026' cy='18' r='14.5' stroke-dashoffset='65.6'/%3E%3Ccircle class='track' cx='1062' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1062' cy='18' r='14.5' stroke-dashoffset='64.69'/%3E%3Ccircle class='track' cx='1098' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1098' cy='18' r='14.5' stroke-dashoffset='63.77'/%3E%3Ccircle class='track' cx='1134' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1134' cy='18' r='14.5' stroke-dashoffset='62.86'/%3E%3Ccircle class='track' cx='1170' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1170' cy='18' r='14.5' stroke-dashoffset='61.95'/%3E%3Ccircle class='track' cx='1206' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1206' cy='18' r='14.5' stroke-dashoffset='61.04'/%3E%3Ccircle class='track' cx='1242' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1242' cy='18' r='14.5' stroke-dashoffset='60.13'/%3E%3Ccircle class='track' cx='1278' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1278' cy='18' r='14.5' stroke-dashoffset='59.22'/%3E%3Ccircle class='track' cx='1314' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1314' cy='18' r='14.5' stroke-dashoffset='58.31'/%3E%3Ccircle class='track' cx='1350' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1350' cy='18' r='14.5' stroke-dashoffset='57.4'/%3E%3Ccircle class='track' cx='1386' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1386' cy='18' r='14.5' stroke-dashoffset='56.49'/%3E%3Ccircle class='track' cx='1422' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1422' cy='18' r='14.5' stroke-dashoffset='55.57'/%3E%3Ccircle class='track' cx='1458' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1458' cy='18' r='14.5' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='1494' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1494' cy='18' r='14.5' stroke-dashoffset='53.75'/%3E%3Ccircle class='track' cx='1530' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1530' cy='18' r='14.5' stroke-dashoffset='52.84'/%3E%3Ccircle class='track' cx='1566' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1566' cy='18' r='14.5' stroke-dashoffset='51.93'/%3E%3Ccircle class='track' cx='1602' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1602' cy='18' r='14.5' stroke-dashoffset='51.02'/%3E%3Ccircle class='track' cx='1638' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1638' cy='18' r='14.5' stroke-dashoffset='50.11'/%3E%3Ccircle class='track' cx='1674' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1674' cy='18' r='14.5' stroke-dashoffset='49.2'/%3E%3Ccircle class='track' cx='1710' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1710' cy='18' r='14.5' stroke-dashoffset='48.29'/%3E%3Ccircle class='track' cx='1746' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1746' cy='18' r='14.5' stroke-dashoffset='47.38'/%3E%3Ccircle class='track' cx='1782' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1782' cy='18' r='14.5' stroke-dashoffset='46.46'/%3E%3Ccircle class='track' cx='1818' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1818' cy='18' r='14.5' stroke-dashoffset='45.55'/%3E%3Ccircle class='track' cx='1854' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1854' cy='18' r='14.5' stroke-dashoffset='44.64'/%3E%3Ccircle class='track' cx='1890' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1890' cy='18' r='14.5' stroke-dashoffset='43.73'/%3E%3Ccircle class='track' cx='1926' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1926' cy='18' r='14.5' stroke-dashoffset='42.82'/%3E%3Ccircle class='track' cx='1962' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1962' cy='18' r='14.5' stroke-dashoffset='41.91'/%3E%3Ccircle class='track' cx='1998' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1998' cy='18' r='14.5' stroke-dashoffset='41'/%3E%3Ccircle class='track' cx='2034' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2034' cy='18' r='14.5' stroke-dashoffset='40.09'/%3E%3Ccircle class='track' cx='2070' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2070' cy='18' r='14.5' stroke-dashoffset='39.18'/%3E%3Ccircle class='track' cx='2106' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2106' cy='18' r='14.5' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='2142' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2142' cy='18' r='14.5' stroke-dashoffset='37.35'/%3E%3Ccircle class='track' cx='2178' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2178' cy='18' r='14.5' stroke-dashoffset='36.44'/%3E%3Ccircle class='track' cx='2214' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2214' cy='18' r='14.5' stroke-dashoffset='35.53'/%3E%3Ccircle class='track' cx='2250' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2250' cy='18' r='14.5' stroke-dashoffset='34.62'/%3E%3Ccircle class='track' cx='2286' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2286' cy='18' r='14.5' stroke-dashoffset='33.71'/%3E%3Ccircle class='track' cx='2322' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2322' cy='18' r='14.5' stroke-dashoffset='32.8'/%3E%3Ccircle class='track' cx='2358' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2358' cy='18' r='14.5' stroke-dashoffset='31.89'/%3E%3Ccircle class='track' cx='2394' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2394' cy='18' r='14.5' stroke-dashoffset='30.98'/%3E%3Ccircle class='track' cx='2430' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2430' cy='18' r='14.5' stroke-dashoffset='30.07'/%3E%3Ccircle class='track' cx='2466' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2466' cy='18' r='14.5' stroke-dashoffset='29.15'/%3E%3Ccircle class='track' cx='2502' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2502' cy='18' r='14.5' stroke-dashoffset='28.24'/%3E%3Ccircle class='track' cx='2538' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2538' cy='18' r='14.5' stroke-dashoffset='27.33'/%3E%3Ccircle class='track' cx='2574' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2574' cy='18' r='14.5' stroke-dashoffset='26.42'/%3E%3Ccircle class='track' cx='2610' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2610' cy='18' r='14.5' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='2646' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2646' cy='18' r='14.5' stroke-dashoffset='24.6'/%3E%3Ccircle class='track' cx='2682' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2682' cy='18' r='14.5' stroke-dashoffset='23.69'/%3E%3Ccircle class='track' cx='2718' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2718' cy='18' r='14.5' stroke-dashoffset='22.78'/%3E%3Ccircle class='track' cx='2754' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2754' cy='18' r='14.5' stroke-dashoffset='21.87'/%3E%3Ccircle class='track' cx='2790' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2790' cy='18' r='14.5' stroke-dashoffset='20.95'/%3E%3Ccircle class='track' cx='2826' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2826' cy='18' r='14.5' stroke-dashoffset='20.04'/%3E%3Ccircle class='track' cx='2862' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2862' cy='18' r='14.5' stroke-dashoffset='19.13'/%3E%3Ccircle class='track' cx='2898' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2898' cy='18' r='14.5' stroke-dashoffset='18.22'/%3E%3Ccircle class='track' cx='2934' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2934' cy='18' r='14.5' stroke-dashoffset='17.31'/%3E%3Ccircle class='track' cx='2970' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2970' cy='18' r='14.5' stroke-dashoffset='16.4'/%3E%3Ccircle class='track' cx='3006' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3006' cy='18' r='14.5' stroke-dashoffset='15.49'/%3E%3Ccircle class='track' cx='3042' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3042' cy='18' r='14.5' stroke-dashoffset='14.58'/%3E%3Ccircle class='track' cx='3078' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3078' cy='18' r='14.5' stroke-dashoffset='13.67'/%3E%3Ccircle class='track' cx='3114' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3114' cy='18' r='14.5' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='3150' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3150' cy='18' r='14.5' stroke-dashoffset='11.84'/%3E%3Ccircle class='track' cx='3186' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3186' cy='18' r='14.5' stroke-dashoffset='10.93'/%3E%3Ccircle class='track' cx='3222' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3222' cy='18' r='14.5' stroke-dashoffset='10.02'/%3E%3Ccircle class='track' cx='3258' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3258' cy='18' r='14.5' stroke-dashoffset='9.11'/%3E%3Ccircle class='track' cx='3294' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3294' cy='18' r='14.5' stroke-dashoffset='8.2'/%3E%3Ccircle class='track' cx='3330' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3330' cy='18' r='14.5' stroke-dashoffset='7.29'/%3E%3Ccircle class='track' cx='3366' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3366' cy='18' r='14.5' stroke-dashoffset='6.38'/%3E%3Ccircle class='track' cx='3402' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3402' cy='18' r='14.5' stroke-dashoffset='5.47'/%3E%3Ccircle class='track' cx='3438' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3438' cy='18' r='14.5' stroke-dashoffset='4.56'/%3E%3Ccircle class='track' cx='3474' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3474' cy='18' r='14.5' stroke-dashoffset='3.64'/%3E%3Ccircle class='track' cx='3510' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3510' cy='18' r='14.5' stroke-dashoffset='2.73'/%3E%3Ccircle class='track' cx='3546' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3546' cy='18' r='14.5' stroke-dashoffset='1.82'/%3E%3Ccircle class='track' cx='3582' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3582' cy='18' r='14.5' stroke-dashoffset='0.91'/%3E%3Ccircle class='track' cx='3618' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3618' cy='18' r='14.5' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2020 20' enable-background='new 0 0 2020 20' width='2020' height='20'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 2%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 2%3B stroke-dasharray: 44%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='10' cy='10' r='7'/%3E%3Ccircle class='fill' cx='10' cy='10' r='7' stroke-dashoffset='43.98'/%3E%3Ccircle class='track' cx='30' cy='10' r='7'/%3E%3Ccircle class='fill' cx='30' cy='10' r='7' stroke-dashoffset='43.54'/%3E%3Ccircle class='track' cx='50' cy='10' r='7'/%3E%3Ccircle class='fill' cx='50' cy='10' r='7' stroke-dashoffset='43.1'/%3E%3Ccircle class='track' cx='70' cy='10' r='7'/%3E%3Ccircle class='fill' cx='70' cy='10' r='7' stroke-dashoffset='42.66'/%3E%3Ccircle class='track' cx='90' cy='10' r='7'/%3E%3Ccircle class='fill' cx='90' cy='10' r='7' stroke-dashoffset='42.22'/%3E%3Ccircle class='track' cx='110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='110' cy='10' r='7' stroke-dashoffset='41.78'/%3E%3Ccircle class='track' cx='130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='130' cy='10' r='7' stroke-dashoffset='41.34'/%3E%3Ccircle class='track' cx='150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='150' cy='10' r='7' stroke-dashoffset='40.9'/%3E%3Ccircle class='track' cx='170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='170' cy='10' r='7' stroke-dashoffset='40.46'/%3E%3Ccircle class='track' cx='190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='190' cy='10' r='7' stroke-dashoffset='40.02'/%3E%3Ccircle class='track' cx='210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='210' cy='10' r='7' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='230' cy='10' r='7' stroke-dashoffset='39.14'/%3E%3Ccircle class='track' cx='250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='250' cy='10' r='7' stroke-dashoffset='38.7'/%3E%3Ccircle class='track' cx='270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='270' cy='10' r='7' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='290' cy='10' r='7' stroke-dashoffset='37.82'/%3E%3Ccircle class='track' cx='310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='310' cy='10' r='7' stroke-dashoffset='37.38'/%3E%3Ccircle class='track' cx='330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='330' cy='10' r='7' stroke-dashoffset='36.95'/%3E%3Ccircle class='track' cx='350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='350' cy='10' r='7' stroke-dashoffset='36.51'/%3E%3Ccircle class='track' cx='370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='370' cy='10' r='7' stroke-dashoffset='36.07'/%3E%3Ccircle class='track' cx='390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='390' cy='10' r='7' stroke-dashoffset='35.63'/%3E%3Ccircle class='track' cx='410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='410' cy='10' r='7' stroke-dashoffset='35.19'/%3E%3Ccircle class='track' cx='430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='430' cy='10' r='7' stroke-dashoffset='34.75'/%3E%3Ccircle class='track' cx='450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='450' cy='10' r='7' stroke-dashoffset='34.31'/%3E%3Ccircle class='track' cx='470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='470' cy='10' r='7' stroke-dashoffset='33.87'/%3E%3Ccircle class='track' cx='490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='490' cy='10' r='7' stroke-dashoffset='33.43'/%3E%3Ccircle class='track' cx='510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='510' cy='10' r='7' stroke-dashoffset='32.99'/%3E%3Ccircle class='track' cx='530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='530' cy='10' r='7' stroke-dashoffset='32.55'/%3E%3Ccircle class='track' cx='550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='550' cy='10' r='7' stroke-dashoffset='32.11'/%3E%3Ccircle class='track' cx='570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='570' cy='10' r='7' stroke-dashoffset='31.67'/%3E%3Ccircle class='track' cx='590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='590' cy='10' r='7' stroke-dashoffset='31.23'/%3E%3Ccircle class='track' cx='610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='610' cy='10' r='7' stroke-dashoffset='30.79'/%3E%3Ccircle class='track' cx='630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='630' cy='10' r='7' stroke-dashoffset='30.35'/%3E%3Ccircle class='track' cx='650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='650' cy='10' r='7' stroke-dashoffset='29.91'/%3E%3Ccircle class='track' cx='670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='670' cy='10' r='7' stroke-dashoffset='29.47'/%3E%3Ccircle class='track' cx='690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='690' cy='10' r='7' stroke-dashoffset='29.03'/%3E%3Ccircle class='track' cx='710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='710' cy='10' r='7' stroke-dashoffset='28.59'/%3E%3Ccircle class='track' cx='730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='730' cy='10' r='7' stroke-dashoffset='28.15'/%3E%3Ccircle class='track' cx='750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='750' cy='10' r='7' stroke-dashoffset='27.71'/%3E%3Ccircle class='track' cx='770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='770' cy='10' r='7' stroke-dashoffset='27.27'/%3E%3Ccircle class='track' cx='790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='790' cy='10' r='7' stroke-dashoffset='26.83'/%3E%3Ccircle class='track' cx='810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='810' cy='10' r='7' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='830' cy='10' r='7' stroke-dashoffset='25.95'/%3E%3Ccircle class='track' cx='850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='850' cy='10' r='7' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='870' cy='10' r='7' stroke-dashoffset='25.07'/%3E%3Ccircle class='track' cx='890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='890' cy='10' r='7' stroke-dashoffset='24.63'/%3E%3Ccircle class='track' cx='910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='910' cy='10' r='7' stroke-dashoffset='24.19'/%3E%3Ccircle class='track' cx='930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='930' cy='10' r='7' stroke-dashoffset='23.75'/%3E%3Ccircle class='track' cx='950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='950' cy='10' r='7' stroke-dashoffset='23.31'/%3E%3Ccircle class='track' cx='970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='970' cy='10' r='7' stroke-dashoffset='22.87'/%3E%3Ccircle class='track' cx='990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='990' cy='10' r='7' stroke-dashoffset='22.43'/%3E%3Ccircle class='track' cx='1010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1010' cy='10' r='7' stroke-dashoffset='21.99'/%3E%3Ccircle class='track' cx='1030' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1030' cy='10' r='7' stroke-dashoffset='21.55'/%3E%3Ccircle class='track' cx='1050' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1050' cy='10' r='7' stroke-dashoffset='21.11'/%3E%3Ccircle class='track' cx='1070' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1070' cy='10' r='7' stroke-dashoffset='20.67'/%3E%3Ccircle class='track' cx='1090' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1090' cy='10' r='7' stroke-dashoffset='20.23'/%3E%3Ccircle class='track' cx='1110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1110' cy='10' r='7' stroke-dashoffset='19.79'/%3E%3Ccircle class='track' cx='1130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1130' cy='10' r='7' stroke-dashoffset='19.35'/%3E%3Ccircle class='track' cx='1150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1150' cy='10' r='7' stroke-dashoffset='18.91'/%3E%3Ccircle class='track' cx='1170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1170' cy='10' r='7' stroke-dashoffset='18.47'/%3E%3Ccircle class='track' cx='1190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1190' cy='10' r='7' stroke-dashoffset='18.03'/%3E%3Ccircle class='track' cx='1210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1210' cy='10' r='7' stroke-dashoffset='17.59'/%3E%3Ccircle class='track' cx='1230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1230' cy='10' r='7' stroke-dashoffset='17.15'/%3E%3Ccircle class='track' cx='1250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1250' cy='10' r='7' stroke-dashoffset='16.71'/%3E%3Ccircle class='track' cx='1270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1270' cy='10' r='7' stroke-dashoffset='16.27'/%3E%3Ccircle class='track' cx='1290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1290' cy='10' r='7' stroke-dashoffset='15.83'/%3E%3Ccircle class='track' cx='1310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1310' cy='10' r='7' stroke-dashoffset='15.39'/%3E%3Ccircle class='track' cx='1330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1330' cy='10' r='7' stroke-dashoffset='14.95'/%3E%3Ccircle class='track' cx='1350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1350' cy='10' r='7' stroke-dashoffset='14.51'/%3E%3Ccircle class='track' cx='1370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1370' cy='10' r='7' stroke-dashoffset='14.07'/%3E%3Ccircle class='track' cx='1390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1390' cy='10' r='7' stroke-dashoffset='13.63'/%3E%3Ccircle class='track' cx='1410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1410' cy='10' r='7' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='1430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1430' cy='10' r='7' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='1450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1450' cy='10' r='7' stroke-dashoffset='12.32'/%3E%3Ccircle class='track' cx='1470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1470' cy='10' r='7' stroke-dashoffset='11.88'/%3E%3Ccircle class='track' cx='1490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1490' cy='10' r='7' stroke-dashoffset='11.44'/%3E%3Ccircle class='track' cx='1510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1510' cy='10' r='7' stroke-dashoffset='11'/%3E%3Ccircle class='track' cx='1530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1530' cy='10' r='7' stroke-dashoffset='10.56'/%3E%3Ccircle class='track' cx='1550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1550' cy='10' r='7' stroke-dashoffset='10.12'/%3E%3Ccircle class='track' cx='1570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1570' cy='10' r='7' stroke-dashoffset='9.68'/%3E%3Ccircle class='track' cx='1590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1590' cy='10' r='7' stroke-dashoffset='9.24'/%3E%3Ccircle class='track' cx='1610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1610' cy='10' r='7' stroke-dashoffset='8.8'/%3E%3Ccircle class='track' cx='1630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1630' cy='10' r='7' stroke-dashoffset='8.36'/%3E%3Ccircle class='track' cx='1650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1650' cy='10' r='7' stroke-dashoffset='7.92'/%3E%3Ccircle class='track' cx='1670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1670' cy='10' r='7' stroke-dashoffset='7.48'/%3E%3Ccircle class='track' cx='1690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1690' cy='10' r='7' stroke-dashoffset='7.04'/%3E%3Ccircle class='track' cx='1710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1710' cy='10' r='7' stroke-dashoffset='6.6'/%3E%3Ccircle class='track' cx='1730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1730' cy='10' r='7' stroke-dashoffset='6.16'/%3E%3Ccircle class='track' cx='1750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1750' cy='10' r='7' stroke-dashoffset='5.72'/%3E%3Ccircle class='track' cx='1770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1770' cy='10' r='7' stroke-dashoffset='5.28'/%3E%3Ccircle class='track' cx='1790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1790' cy='10' r='7' stroke-dashoffset='4.84'/%3E%3Ccircle class='track' cx='1810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1810' cy='10' r='7' stroke-dashoffset='4.4'/%3E%3Ccircle class='track' cx='1830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1830' cy='10' r='7' stroke-dashoffset='3.96'/%3E%3Ccircle class='track' cx='1850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1850' cy='10' r='7' stroke-dashoffset='3.52'/%3E%3Ccircle class='track' cx='1870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1870' cy='10' r='7' stroke-dashoffset='3.08'/%3E%3Ccircle class='track' cx='1890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1890' cy='10' r='7' stroke-dashoffset='2.64'/%3E%3Ccircle class='track' cx='1910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1910' cy='10' r='7' stroke-dashoffset='2.2'/%3E%3Ccircle class='track' cx='1930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1930' cy='10' r='7' stroke-dashoffset='1.76'/%3E%3Ccircle class='track' cx='1950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1950' cy='10' r='7' stroke-dashoffset='1.32'/%3E%3Ccircle class='track' cx='1970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1970' cy='10' r='7' stroke-dashoffset='0.88'/%3E%3Ccircle class='track' cx='1990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1990' cy='10' r='7' stroke-dashoffset='0.44'/%3E%3Ccircle class='track' cx='2010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='2010' cy='10' r='7' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %23E1E1E1%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: rgba%28255%2C255%2C255%2C0.2%29%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %23FFFFFF%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2160 36' style='enable-background:new 0 0 2160 36%3B' width='2160px' height='36px'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S26%2C32.5%2C18%2C32.5S3.5%2C26%2C3.5%2C18S10%2C3.5%2C18%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M18%2C3.5L18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M54%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S62%2C32.5%2C54%2C32.5S39.5%2C26%2C39.5%2C18S46%2C3.5%2C54%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M54.4%2C3.5c7.8%2C0.2%2C14.1%2C6.6%2C14.1%2C14.5c0%2C1.7-0.3%2C3.3-0.8%2C4.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M90%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S98%2C32.5%2C90%2C32.5S75.5%2C26%2C75.5%2C18S82%2C3.5%2C90%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M90.8%2C3.5c7.6%2C0.4%2C13.7%2C6.8%2C13.7%2C14.5c0%2C3.3-1.1%2C6.3-3%2C8.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M126%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S134%2C32.5%2C126%2C32.5S111.5%2C26%2C111.5%2C18S118%2C3.5%2C126%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M127.1%2C3.5c7.5%2C0.6%2C13.4%2C6.9%2C13.4%2C14.5c0%2C4.9-2.4%2C9.2-6.1%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M162%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S170%2C32.5%2C162%2C32.5S147.5%2C26%2C147.5%2C18S154%2C3.5%2C162%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M163.5%2C3.6c7.3%2C0.8%2C13%2C6.9%2C13%2C14.4c0%2C6.4-4.1%2C11.8-9.8%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M198%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S206%2C32.5%2C198%2C32.5S183.5%2C26%2C183.5%2C18S190%2C3.5%2C198%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M199.9%2C3.6c7.1%2C1%2C12.6%2C7%2C12.6%2C14.4c0%2C7.7-6.1%2C14.1-13.7%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M234%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S242%2C32.5%2C234%2C32.5S219.5%2C26%2C219.5%2C18S226%2C3.5%2C234%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M236.3%2C3.7c6.9%2C1.1%2C12.2%2C7.1%2C12.2%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-1%2C0-2-0.1-3-0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M270%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S278%2C32.5%2C270%2C32.5S255.5%2C26%2C255.5%2C18S262%2C3.5%2C270%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M272.6%2C3.7c6.8%2C1.3%2C11.9%2C7.2%2C11.9%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-2.3%2C0-4.5-0.5-6.4-1.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M306%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S314%2C32.5%2C306%2C32.5S291.5%2C26%2C291.5%2C18S298%2C3.5%2C306%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M309%2C3.8c6.6%2C1.4%2C11.5%2C7.2%2C11.5%2C14.2c0%2C8-6.5%2C14.5-14.5%2C14.5c-3.5%2C0-6.7-1.3-9.3-3.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M342%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S350%2C32.5%2C342%2C32.5S327.5%2C26%2C327.5%2C18S334%2C3.5%2C342%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M345.4%2C3.9c6.4%2C1.5%2C11.1%2C7.3%2C11.1%2C14.1c0%2C8-6.5%2C14.5-14.5%2C14.5c-4.7%2C0-8.9-2.2-11.5-5.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M378%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S386%2C32.5%2C378%2C32.5S363.5%2C26%2C363.5%2C18S370%2C3.5%2C378%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M381.8%2C4c6.2%2C1.7%2C10.7%2C7.3%2C10.7%2C14c0%2C8-6.5%2C14.5-14.5%2C14.5c-5.8%2C0-10.8-3.4-13.1-8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M414%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S422%2C32.5%2C414%2C32.5S399.5%2C26%2C399.5%2C18S406%2C3.5%2C414%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M418.1%2C4.1c6%2C1.8%2C10.4%2C7.3%2C10.4%2C13.9c0%2C8-6.5%2C14.5-14.5%2C14.5c-6.8%2C0-12.6-4.7-14.1-11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M450%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S458%2C32.5%2C450%2C32.5S435.5%2C26%2C435.5%2C18S442%2C3.5%2C450%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M454.5%2C4.2c5.8%2C1.9%2C10%2C7.4%2C10%2C13.8c0%2C8-6.5%2C14.5-14.5%2C14.5c-7.8%2C0-14.1-6.1-14.5-13.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M486%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S494%2C32.5%2C486%2C32.5S471.5%2C26%2C471.5%2C18S478%2C3.5%2C486%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M490.8%2C4.3c5.6%2C2%2C9.7%2C7.4%2C9.7%2C13.7c0%2C8-6.5%2C14.5-14.5%2C14.5S471.5%2C26%2C471.5%2C18c0-0.7%2C0-1.3%2C0.1-2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M522%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S530%2C32.5%2C522%2C32.5S507.5%2C26%2C507.5%2C18S514%2C3.5%2C522%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M527.2%2C4.5c5.4%2C2.1%2C9.3%2C7.4%2C9.3%2C13.5c0%2C8-6.5%2C14.5-14.5%2C14.5S507.5%2C26%2C507.5%2C18c0-1.5%2C0.2-3%2C0.7-4.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M558%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S566%2C32.5%2C558%2C32.5S543.5%2C26%2C543.5%2C18S550%2C3.5%2C558%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M563.5%2C4.6c5.3%2C2.2%2C9%2C7.4%2C9%2C13.4c0%2C8-6.5%2C14.5-14.5%2C14.5S543.5%2C26%2C543.5%2C18c0-2.4%2C0.6-4.6%2C1.6-6.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M594%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S602%2C32.5%2C594%2C32.5S579.5%2C26%2C579.5%2C18S586%2C3.5%2C594%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M599.9%2C4.8c5.1%2C2.2%2C8.6%2C7.3%2C8.6%2C13.2c0%2C8-6.5%2C14.5-14.5%2C14.5S579.5%2C26%2C579.5%2C18c0-3.2%2C1-6.1%2C2.8-8.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M630%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S638%2C32.5%2C630%2C32.5S615.5%2C26%2C615.5%2C18S622%2C3.5%2C630%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M636.3%2C4.9c4.9%2C2.3%2C8.2%2C7.3%2C8.2%2C13.1c0%2C8-6.5%2C14.5-14.5%2C14.5S615.5%2C26%2C615.5%2C18c0-3.9%2C1.6-7.5%2C4.1-10.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M666%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S674%2C32.5%2C666%2C32.5S651.5%2C26%2C651.5%2C18S658%2C3.5%2C666%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M677.3%2C8.9c2%2C2.5%2C3.2%2C5.6%2C3.2%2C9.1c0%2C8-6.5%2C14.5-14.5%2C14.5S651.5%2C26%2C651.5%2C18c0-4.7%2C2.2-8.8%2C5.6-11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M702%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S710%2C32.5%2C702%2C32.5S687.5%2C26%2C687.5%2C18S694%2C3.5%2C702%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M716%2C14.3c0.3%2C1.2%2C0.5%2C2.4%2C0.5%2C3.7c0%2C8-6.5%2C14.5-14.5%2C14.5S687.5%2C26%2C687.5%2C18c0-5.3%2C2.9-10%2C7.2-12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M738%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S746%2C32.5%2C738%2C32.5S723.5%2C26%2C723.5%2C18S730%2C3.5%2C738%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M752.4%2C20c-1%2C7.1-7%2C12.5-14.4%2C12.5c-8%2C0-14.5-6.5-14.5-14.5c0-6%2C3.6-11.1%2C8.8-13.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M774%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S782%2C32.5%2C774%2C32.5S759.5%2C26%2C759.5%2C18S766%2C3.5%2C774%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M786.7%2C25c-2.5%2C4.5-7.2%2C7.5-12.7%2C7.5c-8%2C0-14.5-6.5-14.5-14.5c0-6.6%2C4.4-12.1%2C10.3-13.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M810%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S818%2C32.5%2C810%2C32.5S795.5%2C26%2C795.5%2C18S802%2C3.5%2C810%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M819.6%2C28.8c-2.6%2C2.3-5.9%2C3.7-9.6%2C3.7c-8%2C0-14.5-6.5-14.5-14.5c0-7.1%2C5.1-13%2C11.9-14.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M846%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S854%2C32.5%2C846%2C32.5S831.5%2C26%2C831.5%2C18S838%2C3.5%2C846%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M851.8%2C31.3c-1.8%2C0.8-3.7%2C1.2-5.8%2C1.2c-8%2C0-14.5-6.5-14.5-14.5c0-7.6%2C5.9-13.9%2C13.4-14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M882%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S890%2C32.5%2C882%2C32.5S867.5%2C26%2C867.5%2C18S874%2C3.5%2C882%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M883.7%2C32.4c-0.6%2C0.1-1.1%2C0.1-1.7%2C0.1c-8%2C0-14.5-6.5-14.5-14.5S874%2C3.5%2C882%2C3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M918%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S926%2C32.5%2C918%2C32.5S903.5%2C26%2C903.5%2C18S910%2C3.5%2C918%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M915.7%2C32.3c-6.9-1.1-12.2-7.1-12.2-14.3c0-8%2C6.5-14.5%2C14.5-14.5c0.5%2C0%2C1.1%2C0%2C1.6%2C0.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M954%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S962%2C32.5%2C954%2C32.5S939.5%2C26%2C939.5%2C18S946%2C3.5%2C954%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M948.2%2C31.3c-5.1-2.2-8.7-7.3-8.7-13.3c0-8%2C6.5-14.5%2C14.5-14.5c1%2C0%2C1.9%2C0.1%2C2.8%2C0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M990%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S998%2C32.5%2C990%2C32.5S975.5%2C26%2C975.5%2C18S982%2C3.5%2C990%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M981.3%2C29.6c-3.5-2.6-5.8-6.9-5.8-11.6c0-8%2C6.5-14.5%2C14.5-14.5c1.4%2C0%2C2.7%2C0.2%2C3.9%2C0.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1026%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1018%2C3.5%2C1026%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1015%2C27.5c-2.2-2.5-3.5-5.9-3.5-9.5c0-8%2C6.5-14.5%2C14.5-14.5c1.8%2C0%2C3.4%2C0.3%2C5%2C0.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1062%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1054%2C3.5%2C1062%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1049.4%2C25.1c-1.2-2.1-1.9-4.5-1.9-7.1c0-8%2C6.5-14.5%2C14.5-14.5c2.1%2C0%2C4.1%2C0.5%2C6%2C1.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1098%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1090%2C3.5%2C1098%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1084.3%2C22.7c-0.5-1.5-0.8-3.1-0.8-4.7c0-8%2C6.5-14.5%2C14.5-14.5c2.5%2C0%2C4.8%2C0.6%2C6.8%2C1.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1134%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1126%2C3.5%2C1134%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1119.7%2C20.4c-0.1-0.8-0.2-1.6-0.2-2.4c0-8%2C6.5-14.5%2C14.5-14.5c2.8%2C0%2C5.4%2C0.8%2C7.6%2C2.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1170%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1162%2C3.5%2C1170%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1155.5%2C18.1V18c0-8%2C6.5-14.5%2C14.5-14.5c3.1%2C0%2C6%2C1%2C8.4%2C2.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1206%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1198%2C3.5%2C1206%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1191.6%2C16.1c1-7.1%2C7-12.6%2C14.4-12.6c3.4%2C0%2C6.5%2C1.2%2C9%2C3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1242%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1234%2C3.5%2C1242%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1228%2C14.3c1.6-6.2%2C7.3-10.8%2C14-10.8c3.7%2C0%2C7%2C1.4%2C9.6%2C3.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1278%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1270%2C3.5%2C1278%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1264.5%2C12.7c2.2-5.4%2C7.4-9.2%2C13.5-9.2c3.9%2C0%2C7.5%2C1.6%2C10.1%2C4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1314%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1306%2C3.5%2C1314%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1301.2%2C11.2c2.4-4.6%2C7.2-7.7%2C12.8-7.7c4.2%2C0%2C8%2C1.8%2C10.6%2C4.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1350%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1342%2C3.5%2C1350%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1337.9%2C10c2.6-3.9%2C7-6.5%2C12.1-6.5c4.4%2C0%2C8.4%2C2%2C11%2C5.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1386%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1378%2C3.5%2C1386%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1374.7%2C9c2.6-3.4%2C6.7-5.5%2C11.3-5.5s8.8%2C2.2%2C11.4%2C5.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1422%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1414%2C3.5%2C1422%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1411.4%2C8.1c2.7-2.8%2C6.4-4.6%2C10.6-4.6c4.9%2C0%2C9.2%2C2.4%2C11.8%2C6.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1458%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1450%2C3.5%2C1458%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1448.2%2C7.3c2.6-2.4%2C6-3.8%2C9.8-3.8c5.1%2C0%2C9.5%2C2.6%2C12.1%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1494%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1486%2C3.5%2C1494%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1484.9%2C6.7c2.5-2%2C5.7-3.2%2C9.1-3.2c5.2%2C0%2C9.8%2C2.8%2C12.4%2C7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1530%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1522%2C3.5%2C1530%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1521.6%2C6.2c2.4-1.7%2C5.3-2.7%2C8.4-2.7c5.4%2C0%2C10.2%2C3%2C12.7%2C7.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1566%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1558%2C3.5%2C1566%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1558.3%2C5.7c2.2-1.4%2C4.9-2.2%2C7.7-2.2c5.6%2C0%2C10.5%2C3.2%2C12.9%2C7.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1602%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1594%2C3.5%2C1602%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1594.9%2C5.3c2.1-1.1%2C4.5-1.8%2C7.1-1.8c5.8%2C0%2C10.8%2C3.4%2C13.1%2C8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1638%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1630%2C3.5%2C1638%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1631.5%2C5c1.9-1%2C4.1-1.5%2C6.5-1.5c5.9%2C0%2C11.1%2C3.6%2C13.3%2C8.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1674%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1666%2C3.5%2C1674%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1668.1%2C4.8c1.8-0.8%2C3.8-1.3%2C5.9-1.3c6.1%2C0%2C11.3%2C3.8%2C13.5%2C9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1710%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1702%2C3.5%2C1710%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1704.6%2C4.5c1.7-0.7%2C3.5-1%2C5.4-1c6.3%2C0%2C11.6%2C4%2C13.6%2C9.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1746%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1738%2C3.5%2C1746%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1741.1%2C4.3c1.5-0.5%2C3.2-0.8%2C4.9-0.8c6.4%2C0%2C11.8%2C4.2%2C13.8%2C9.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1782%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1774%2C3.5%2C1782%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1777.6%2C4.2c1.4-0.5%2C2.9-0.7%2C4.4-0.7c6.5%2C0%2C12.1%2C4.3%2C13.9%2C10.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1818%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1810%2C3.5%2C1818%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1814.1%2C4c1.3-0.4%2C2.6-0.5%2C3.9-0.5c6.7%2C0%2C12.3%2C4.5%2C14%2C10.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1854%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1846%2C3.5%2C1854%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1850.5%2C3.9c1.1-0.3%2C2.3-0.4%2C3.5-0.4c6.8%2C0%2C12.6%2C4.7%2C14.1%2C11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1890%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1882%2C3.5%2C1890%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1886.9%2C3.8c1-0.2%2C2-0.3%2C3.1-0.3c7%2C0%2C12.8%2C4.9%2C14.2%2C11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1926%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1918%2C3.5%2C1926%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1923.3%2C3.7c0.9-0.2%2C1.8-0.2%2C2.7-0.2c7.1%2C0%2C13%2C5.1%2C14.3%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1962%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1954%2C3.5%2C1962%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1959.7%2C3.7c0.7-0.1%2C1.5-0.2%2C2.3-0.2c7.2%2C0%2C13.2%2C5.3%2C14.3%2C12.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M1998%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1990%2C3.5%2C1998%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1996.1%2C3.6c0.6-0.1%2C1.3-0.1%2C1.9-0.1c7.4%2C0%2C13.4%2C5.5%2C14.4%2C12.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2034%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2026%2C3.5%2C2034%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2032.5%2C3.6c0.5-0.1%2C1-0.1%2C1.5-0.1c7.5%2C0%2C13.7%2C5.7%2C14.4%2C13'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2070%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2062%2C3.5%2C2070%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2068.9%2C3.5c0.4%2C0%2C0.8%2C0%2C1.1%2C0c7.6%2C0%2C13.9%2C5.9%2C14.5%2C13.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2106%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2098%2C3.5%2C2106%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2105.2%2C3.5c0.3%2C0%2C0.5%2C0%2C0.8%2C0c7.7%2C0%2C14.1%2C6.1%2C14.5%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:3%3Bstroke-opacity:0.1%3B' d='M2142%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2134%2C3.5%2C2142%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2141.6%2C3.5c0.1%2C0%2C0.3%2C0%2C0.4%2C0c7.9%2C0%2C14.3%2C6.3%2C14.5%2C14.1'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--indeterminate--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 20' enable-background='new 0 0 1200 20' width='1200' height='20'%3E%3Cstyle type='text/css'%3E.st0%7B fill-opacity:0%3B stroke:%23000000%3B stroke-width:2%3B stroke-opacity:0.1%3B %7D .st1%7B fill-opacity:0%3B stroke:%231473E6%3B stroke-width:2%3B %7D%3C/style%3E%3Cpath class='st0' d='M10 3.5c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M10 3.5c3.9 0 7 3.1 7 7'/%3E%3Cpath class='st0' d='M30 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M30.2 3c3.8.1 6.8 3.2 6.8 7 0 .8-.1 1.6-.4 2.3'/%3E%3Cpath class='st0' d='M50 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M50.4 3c3.7.2 6.6 3.3 6.6 7 0 1.6-.5 3-1.4 4.2'/%3E%3Cpath class='st0' d='M70 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M70.5 3c3.6.3 6.5 3.3 6.5 7 0 2.4-1.2 4.4-2.9 5.7'/%3E%3Cpath class='st0' d='M90 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M90.7 3c3.5.4 6.3 3.3 6.3 7 0 3.1-2 5.7-4.7 6.6'/%3E%3Cpath class='st0' d='M110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M110.9 3c3.4.5 6.1 3.4 6.1 7 0 3.7-2.9 6.8-6.6 7'/%3E%3Cpath class='st0' d='M130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M131.1 3.1c3.3.5 5.9 3.4 5.9 6.9 0 3.9-3.1 7-7 7-.5 0-1 0-1.4-.1'/%3E%3Cpath class='st0' d='M150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M151.3 3.1c3.3.6 5.7 3.5 5.7 6.9 0 3.9-3.1 7-7 7-1.1 0-2.2-.2-3.1-.7'/%3E%3Cpath class='st0' d='M170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M171.4 3.1c3.2.7 5.6 3.5 5.6 6.9 0 3.9-3.1 7-7 7-1.7 0-3.2-.6-4.5-1.6'/%3E%3Cpath class='st0' d='M190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M191.6 3.2c3.1.7 5.4 3.5 5.4 6.8 0 3.9-3.1 7-7 7-2.3 0-4.3-1.1-5.6-2.8'/%3E%3Cpath class='st0' d='M210 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M211.8 3.2c3 .8 5.2 3.5 5.2 6.8 0 3.9-3.1 7-7 7-2.8 0-5.2-1.6-6.3-4'/%3E%3Cpath class='st0' d='M230 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M232 3.3c2.9.9 5 3.5 5 6.7 0 3.9-3.1 7-7 7-3.3 0-6.1-2.3-6.8-5.4'/%3E%3Cpath class='st0' d='M250 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M252.2 3.3c2.8 1 4.8 3.6 4.8 6.7 0 3.9-3.1 7-7 7-3.8 0-6.8-2.9-7-6.7'/%3E%3Cpath class='st0' d='M270 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M272.3 3.4c2.7 1 4.7 3.6 4.7 6.6 0 3.9-3.1 7-7 7s-7-3.1-7-7v-1'/%3E%3Cpath class='st0' d='M290 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M292.5 3.5c2.6 1 4.5 3.6 4.5 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-.7.1-1.4.3-2.1'/%3E%3Cpath class='st0' d='M310 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M312.7 3.5c2.6 1.1 4.3 3.6 4.3 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.2.3-2.2.8-3.2'/%3E%3Cpath class='st0' d='M330 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M332.8 3.6c2.5 1.1 4.2 3.5 4.2 6.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.5.5-2.9 1.4-4.1'/%3E%3Cpath class='st0' d='M350 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M353 3.7c2.4 1.1 4 3.5 4 6.3 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.9.8-3.6 2-4.9'/%3E%3Cpath class='st0' d='M370 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M375.5 5.6c1 1.2 1.5 2.7 1.5 4.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.3 1.1-4.2 2.7-5.6'/%3E%3Cpath class='st0' d='M390 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M396.8 8.2c.1.6.2 1.2.2 1.8 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.6 1.4-4.8 3.5-6'/%3E%3Cpath class='st0' d='M410 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M417 11c-.5 3.4-3.4 6-7 6-3.9 0-7-3.1-7-7 0-2.9 1.7-5.4 4.2-6.4'/%3E%3Cpath class='st0' d='M430 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M436.1 13.4c-1.2 2.2-3.5 3.6-6.1 3.6-3.9 0-7-3.1-7-7 0-3.2 2.1-5.8 5-6.7'/%3E%3Cpath class='st0' d='M450 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M454.6 15.2c-1.3 1.1-2.8 1.8-4.6 1.8-3.9 0-7-3.1-7-7 0-3.4 2.5-6.3 5.7-6.9'/%3E%3Cpath class='st0' d='M470 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M472.8 16.4c-.9.4-1.8.6-2.8.6-3.9 0-7-3.1-7-7 0-3.7 2.8-6.7 6.5-7'/%3E%3Cpath class='st0' d='M490 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M490.8 17h-.8c-3.9 0-7-3.1-7-7s3.1-7 7-7h.1'/%3E%3Cpath class='st0' d='M510 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M508.9 16.9c-3.3-.5-5.9-3.4-5.9-6.9 0-3.9 3.1-7 7-7h.8'/%3E%3Cpath class='st0' d='M530 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M527.2 16.4c-2.5-1.1-4.2-3.5-4.2-6.4 0-3.9 3.1-7 7-7 .5 0 .9 0 1.4.1'/%3E%3Cpath class='st0' d='M550 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M545.8 15.6c-1.7-1.3-2.8-3.3-2.8-5.6 0-3.9 3.1-7 7-7 .7 0 1.3.1 1.9.2'/%3E%3Cpath class='st0' d='M570 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M564.7 14.6c-1.1-1.2-1.7-2.8-1.7-4.6 0-3.9 3.1-7 7-7 .9 0 1.6.1 2.4.4'/%3E%3Cpath class='st0' d='M590 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M583.9 13.4c-.6-1-.9-2.2-.9-3.4 0-3.9 3.1-7 7-7 1 0 2 .2 2.9.6'/%3E%3Cpath class='st0' d='M610 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M603.4 12.3c-.2-.7-.4-1.5-.4-2.3 0-3.9 3.1-7 7-7 1.2 0 2.3.3 3.3.8'/%3E%3Cpath class='st0' d='M630 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M623.1 11.2l-.1-1.2c0-3.9 3.1-7 7-7 1.4 0 2.6.4 3.7 1.1'/%3E%3Cpath class='st0' d='M650 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M643 10c0-3.9 3.1-7 7-7 1.5 0 2.9.5 4.1 1.3'/%3E%3Cpath class='st0' d='M670 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M663 9.1c.5-3.4 3.4-6.1 7-6.1 1.6 0 3.1.6 4.3 1.5'/%3E%3Cpath class='st0' d='M690 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M683.2 8.2c.8-3 3.5-5.2 6.8-5.2 1.8 0 3.4.7 4.6 1.7'/%3E%3Cpath class='st0' d='M710 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M703.5 7.4c1.1-2.6 3.6-4.4 6.5-4.4 1.9 0 3.6.8 4.9 2'/%3E%3Cpath class='st0' d='M730 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M723.8 6.7c1.2-2.2 3.5-3.7 6.2-3.7 2 0 3.9.9 5.1 2.2'/%3E%3Cpath class='st0' d='M750 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M744.2 6.1c1.3-1.9 3.4-3.1 5.8-3.1 2.1 0 4.1 1 5.3 2.5'/%3E%3Cpath class='st0' d='M770 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M764.5 5.7c1.3-1.7 3.3-2.7 5.5-2.7s4.2 1.1 5.5 2.7'/%3E%3Cpath class='st0' d='M790 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M784.9 5.2c1.3-1.3 3.1-2.2 5.1-2.2 2.4 0 4.4 1.2 5.7 2.9'/%3E%3Cpath class='st0' d='M810 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M805.3 4.8c1.3-1.2 2.9-1.8 4.7-1.8 2.5 0 4.6 1.3 5.8 3.1'/%3E%3Cpath class='st0' d='M830 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M825.6 4.5c1.2-1 2.8-1.5 4.4-1.5 2.5 0 4.7 1.4 6 3.4'/%3E%3Cpath class='st0' d='M850 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M845.9 4.3c1.2-.8 2.6-1.3 4.1-1.3 2.6 0 4.9 1.4 6.1 3.6'/%3E%3Cpath class='st0' d='M870 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M866.3 4.1c1.1-.7 2.4-1.1 3.7-1.1 2.7 0 5.1 1.5 6.2 3.8'/%3E%3Cpath class='st0' d='M890 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M886.6 3.9c1-.5 2.2-.9 3.4-.9 2.8 0 5.2 1.6 6.3 4'/%3E%3Cpath class='st0' d='M910 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M906.9 3.7c.9-.5 2-.7 3.1-.7 2.8 0 5.4 1.7 6.4 4.2'/%3E%3Cpath class='st0' d='M930 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M927.2 3.6c.8-.4 1.8-.6 2.8-.6 2.9 0 5.5 1.8 6.5 4.4'/%3E%3Cpath class='st0' d='M950 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M947.4 3.5c.8-.3 1.7-.5 2.6-.5 3 0 5.6 1.9 6.6 4.6'/%3E%3Cpath class='st0' d='M970 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M967.6 3.4c.7-.2 1.5-.4 2.4-.4 3.1 0 5.7 2 6.7 4.8'/%3E%3Cpath class='st0' d='M990 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M987.9 3.3c.7-.2 1.4-.3 2.1-.3 3.1 0 5.8 2.1 6.7 5'/%3E%3Cpath class='st0' d='M1010 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1008.1 3.2c.6-.2 1.3-.2 1.9-.2 3.2 0 5.9 2.2 6.8 5.2'/%3E%3Cpath class='st0' d='M1030 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1028.3 3.2c.5-.1 1.1-.2 1.7-.2 3.3 0 6.1 2.3 6.8 5.4'/%3E%3Cpath class='st0' d='M1050 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1048.5 3.1c.5-.1 1-.1 1.5-.1 3.4 0 6.2 2.4 6.9 5.6'/%3E%3Cpath class='st0' d='M1070 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1068.7 3.1c.4-.1.9-.1 1.3-.1 3.4 0 6.3 2.5 6.9 5.7'/%3E%3Cpath class='st0' d='M1090 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1088.9 3.1c.3 0 .7-.1 1.1-.1 3.5 0 6.4 2.6 6.9 5.9'/%3E%3Cpath class='st0' d='M1110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1109.1 3h.9c3.6 0 6.5 2.7 7 6.1'/%3E%3Cpath class='st0' d='M1130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1129.3 3h.7c3.6 0 6.6 2.8 7 6.3'/%3E%3Cpath class='st0' d='M1150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1149.5 3h.5c3.7 0 6.7 2.8 7 6.5'/%3E%3Cpath class='st0' d='M1170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1169.6 3h.4c3.7 0 6.8 2.9 7 6.6'/%3E%3Cpath class='st0' d='M1190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1189.8 3h.2c3.8 0 6.9 3 7 6.8'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--indeterminate--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23000000%3Bstroke-width:4%3Bstroke-opacity:0.1%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--indeterminate--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Loader--bar-fill {
  background: rgb(55, 142, 240);
}
.coral--lightest ._coral-Loader--bar-track {
  background-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Loader--bar--fullpage ._coral-Loader--bar-fill {
    background: #FFFFFF;
  }
.coral--lightest ._coral-Loader--bar--fullpage ._coral-Loader--bar-label, .coral--lightest ._coral-Loader--bar--fullpage ._coral-Loader--bar-percentage {
    color: #FFFFFF;
  }
.coral--lightest ._coral-Loader--bar--fullpage ._coral-Loader--bar-track {
    background-color: rgba(255,255,255,0.2);
  }
.coral--lightest ._coral-Underlay {
  background: rgba(0, 0, 0, 0.4);
}
.coral--lightest ._coral-Dialog {
  background: rgb(255, 255, 255);
}
.coral--lightest ._coral-Dialog-header {
  background: rgb(255, 255, 255);
}
.coral--lightest ._coral-Dialog-header:after {
    background: rgb(244, 244, 244);
  }
.coral--lightest ._coral-Dialog-title {
  /* Todo: Determine if missing class is required */
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Dialog-typeIcon {
  /* Todo: Determine if missing class is required */
  color: rgb(50, 50, 50);
}
.coral--lightest ._coral-Dialog-footer {
  background: rgb(255, 255, 255);
}

.coral--lightest ._coral-Dialog--error ._coral-Dialog-title {
    color: rgb(227, 72, 80);
  }
.coral--lightest ._coral-Dialog--error ._coral-Dialog-typeIcon{
    color: rgb(227, 72, 80);
  }

.coral--lightest ._coral-Slider {
}

.coral--lightest ._coral-Slider-controls {
  background-color: transparent;
}

.coral--lightest ._coral-Slider-track {
  background: rgb(234, 234, 234);
}
/*
Todo: Determine if unused mixin is required
spectrum-slider-track-disabled(){
  background: $spectrum-slider-track-color-disabled;
}
*/
.coral--lightest ._coral-Slider-track--fill {
  background: rgb(118, 118, 118);
}

.coral--lightest ._coral-Slider-track--buffer {
  background: rgb(188, 188, 188);
}

.coral--lightest ._coral-Slider-track--ramp path {
    fill: rgb(234, 234, 234);
  }

.coral--lightest ._coral-Slider-handle {
  border-color: rgb(118, 118, 118);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 4px rgb(255, 255, 255);
}

.coral--lightest ._coral-Slider-handle:hover {
    border-color: rgb(80, 80, 80);
  }

.coral--lightest ._coral-Slider-handle.is-focused {
    border-color: rgb(55, 142, 240);
    background: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Slider-handle:active,
  .coral--lightest ._coral-Slider-handle.is-dragged {
    border-color: rgb(80, 80, 80);
    background: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider-input {
  background: transparent;
}
/*
Todo: Determine if missing mixin is required
._coral-Slider-ticks {
  spectrum-slider-ticks()
}
*/
.coral--lightest ._coral-Slider-tick-mark:after {
    background-color: rgb(234, 234, 234);
    border-radius: 1px;
  }
/*
Todo: Determine if these are supposed to be pseudo classes
*/
.coral--lightest ._coral-Slider-controls--hover ._coral-Slider-handle {
    border-color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider-controls--focus ._coral-Slider-handle {
    border-color: rgb(55, 142, 240);
    background: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Slider-handle.is-focused {
    border-color: rgb(55, 142, 240);
    background: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Slider-controls--active ._coral-Slider-handle {
    border-color: rgb(80, 80, 80);
    background: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider-handle.is-dragged {
    border-color: rgb(80, 80, 80);
    background: rgb(80, 80, 80);
  }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-labelContainer {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle {
    border-color: rgb(211, 211, 211);
    background: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
    .coral--lightest ._coral-Slider.is-disabled ._coral-Slider-handle:active {
      border-color: rgb(211, 211, 211);
      border-width: 4px;
      background: rgb(255, 255, 255);
    }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-track--fill {
    background: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-track--buffer {
    background: rgb(234, 234, 234);
  }
.coral--lightest ._coral-Slider.is-disabled ._coral-Slider-track--ramp path {
      fill: rgb(244, 244, 244);
    }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
      background: rgb(244, 244, 244);
      box-shadow: none;
    }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
      background: rgba(0, 0, 0, 0);
      box-shadow: none;
      border-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
      .coral--lightest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
        border-width: 4px;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-color: rgb(211, 211, 211);
      }

.coral--lightest ._coral-Slider--color ._coral-Slider-track {
    background: linear-gradient(to right, rgb(55, 142, 240), rgb(13, 102, 208));
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
.coral--lightest ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
  }
.coral--lightest ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

.coral--lightest ._coral-Slider--round ._coral-Slider-handle {
    box-shadow: none;
  }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle::after {
      background-color: rgb(118, 118, 118);
    }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle:hover::after {
        background-color: rgb(80, 80, 80);
      }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle.is-focused {
      background-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle.is-focused::after {
        background-color: rgb(255, 255, 255);
      }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle:active,
    .coral--lightest ._coral-Slider--round ._coral-Slider-handle.is-dragged {
      background-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Slider--round ._coral-Slider-handle:active::after, .coral--lightest ._coral-Slider--round ._coral-Slider-handle.is-dragged::after {
        background-color: rgb(255, 255, 255);
      }
.coral--lightest ._coral-Slider--round ._coral-Slider-controls::before,
    .coral--lightest ._coral-Slider--round ._coral-Slider-controls::after {
      background-color: rgb(149, 149, 149);
    }

.coral--lightest ._coral-TabList-item {
  color: rgb(118, 118, 118);
}

.coral--lightest ._coral-TabList-item:hover {
    color: rgb(50, 50, 50);
  }

.coral--lightest ._coral-TabList-item.is-selected {
    color: rgb(50, 50, 50);
  }

.coral--lightest ._coral-TabList-item.focus-ring {
    color: rgb(50, 50, 50);
    box-shadow: 0 0 0 2px rgb(55, 142, 240);
  }
.coral--lightest ._coral-TabList-item.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-TabList--anchored {
  border-color: rgb(244, 244, 244);
}
.coral--lightest ._coral-TabList--anchored ._coral-TabList-item.focus-ring {
      color: rgb(55, 142, 240);
      box-shadow: initial;
    }
/* The focus line should become blue only for anchored tabs */
.coral--lightest ._coral-TabList--anchored ._coral-TabList-item.focus-ring ~ ._coral-TabList-item-line {
          background-color:  rgb(55, 142, 240);
      }
.coral--lightest ._coral-TabList-item-line {
  background-color: rgb(50, 50, 50);
}
/* Default Label Style is 'incomplete' */
.coral--lightest ._coral-Steplist ._coral-Steplist-label {
    color: rgb(149, 149, 149)
  }
/* Default Marker Style is 'incomplete' */
.coral--lightest ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(234, 234, 234)
  }
/* Default Line Style is 'incomplete' */
.coral--lightest ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(234, 234, 234)
  }
/* Step Completed */
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(118, 118, 118)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(149, 149, 149)
      }
/* Step Selected aka Current */
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(80, 80, 80)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(80, 80, 80)
      }
.coral--lightest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment, .coral--lightest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(188, 188, 188)
      }
/* Step Focused */
.coral--lightest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker {
          background-color: rgb(55, 142, 240)
        }
/* :before is used for the track of the switch */
.coral--lightest ._coral-ToggleSwitch-switch::before {
    background-color: rgb(234, 234, 234);
  }
/* :after is used for the handle of the switch */
.coral--lightest ._coral-ToggleSwitch-switch::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(149, 149, 149);
  }
/* Interactivity Styles */
.coral--lightest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
      background-color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
      border-color: rgb(38, 128, 235);
    }
.coral--lightest ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch::after {
        border-color: rgb(55, 142, 240);
        box-shadow: 0 0 0 1px rgb(55, 142, 240);
      }
.coral--lightest ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-ToggleSwitch-input.focus-ring ~ ._coral-ToggleSwitch-label {
      color: rgb(20, 115, 230);
    }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(118, 118, 118);
          box-shadow: none;
        }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(20, 115, 230);
        }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(20, 115, 230);
        }
.coral--lightest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(80, 80, 80);
        }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(13, 102, 208);
        }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(13, 102, 208);
        }
.coral--lightest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(50, 50, 50);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
        color: rgb(188, 188, 188);
      }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
        /* Don't be blue */
        border-color: rgb(149, 149, 149);
      }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(55, 142, 240);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(211, 211, 211);
        }
.coral--lightest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(118, 118, 118);
        }
.coral--lightest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(234, 234, 234);
        }
.coral--lightest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(80, 80, 80);
        }

.coral--lightest ._coral-SelectList {
  background-color: rgb(255, 255, 255);
}
.coral--lightest ._coral-SelectList-item {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-SelectList-item:focus,
  .coral--lightest ._coral-SelectList-item.is-focused {
    background-color: rgb(255, 255, 255);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-SelectList-item:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(80, 80, 80);
  }
.coral--lightest ._coral-SelectList-item.is-selected {
    color: rgb(20, 115, 230);
  }
.coral--lightest ._coral-SelectList-item.is-selected ._coral-SelectList-checkmark {
      color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-SelectList-item .is-active,
  .coral--lightest ._coral-SelectList-item:active {
    background-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-SelectList-item.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: rgb(188, 188, 188);
    cursor: default;
  }
.coral--lightest ._coral-SelectList-divider {
  background-color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Dropdown.is-invalid ._coral-Icon {
      color: rgb(236, 91, 98);
    }
.coral--lightest ._coral-Dropdown.is-invalid:hover ._coral-Dropdown-icon {
      color: rgb(236, 91, 98);
    }
.coral--lightest ._coral-Dropdown.is-disabled ._coral-Dropdown-icon, .coral--lightest ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(188, 188, 188);
      }
.coral--lightest ._coral-Dropdown-icon {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-Toast {
  background-color: rgb(118, 118, 118);
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Toast-typeIcon {
  color: white;
}
.coral--lightest ._coral-Toast-closeButton {
  color: white;
}
.coral--lightest ._coral-Toast-closeButton:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
.coral--lightest ._coral-Toast-closeButton.focus-ring {
    background-color: rgba(255, 255, 255, 1);
  }
.coral--lightest ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(118, 118, 118);
    }
.coral--lightest ._coral-Toast-closeButton:active {
    background-color: rgba(255, 255, 255, 0.15);
  }

.coral--lightest ._coral-Toast--warning {
  background-color: rgb(230, 134, 25);
}
.coral--lightest ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(230, 134, 25);
    }

.coral--lightest ._coral-Toast--error {
  background-color: rgb(227, 72, 80);
}
.coral--lightest ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(227, 72, 80);
    }

.coral--lightest ._coral-Toast--info {
  background-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(38, 128, 235);
    }

.coral--lightest ._coral-Toast--success {
  background-color: rgb(45, 157, 120);
}
.coral--lightest ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(45, 157, 120);
    }
.coral--lightest ._coral-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(234, 234, 234);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.coral--lightest ._coral-Popover ._coral-Dialog-header,
  .coral--lightest ._coral-Popover ._coral-Dialog-footer,
  .coral--lightest ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--lightest ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(234, 234, 234);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
.coral--lightest ._coral-Accordion-item {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Accordion-indicator {
  color: rgb(149, 149, 149);
}
.coral--lightest ._coral-Accordion-header {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Accordion-header:focus,
  .coral--lightest ._coral-Accordion-header:hover {
    color: rgb(50, 50, 50);

    background-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-Accordion-header:focus + ._coral-Accordion-indicator, .coral--lightest ._coral-Accordion-header:hover + ._coral-Accordion-indicator {
      color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Accordion-header:focus:after  {
      background-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Accordion-item.is-open ._coral-Accordion-header:hover {
        background-color: transparent;
      }
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-header,
    .coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-header:hover,
    .coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-header:focus {
      color: rgb(188, 188, 188);
      background-color: transparent;
    }
.coral--lightest ._coral-Accordion-item.is-disabled ._coral-Accordion-header + ._coral-Accordion-indicator {
      color: rgb(211, 211, 211);
    }

.coral--lightest .coral-Well {
  background-color: rgba(50, 50, 50, .02);
  border-color: rgba(50, 50, 50, .05);
}
.coral--lightest .coral-FieldLabel,
.coral--lightest ._coral-Form-itemLabel {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Search-icon {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(188, 188, 188);
    }

.coral--lightest ._coral-Stepper.is-focused {
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-stepUp,
    .coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 0 0 1px rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-stepUp,
    .coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-stepDown,
    .coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(236, 91, 98);
    }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-stepUp:focus, .coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-stepDown:focus, .coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(236, 91, 98);
      }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-left-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--lightest ._coral-Stepper.is-invalid.is-focused {
      box-shadow: 0 0 0 1px rgb(236, 91, 98);
    }
.coral--lightest ._coral-Stepper.is-invalid.is-focused ._coral-Stepper-input {
        border-left-color: rgb(236, 91, 98);
        box-shadow: 0 0 0 1px rgb(236, 91, 98);
      }
.coral--lightest ._coral-Stepper-stepUp,
.coral--lightest ._coral-Stepper-stepDown {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-Stepper-stepUp:disabled, .coral--lightest ._coral-Stepper-stepDown:disabled {
    border-color: rgba(0, 0, 0, 0);
  }
.coral--lightest ._coral-Stepper-stepDown:hover {
    /* Keep the border on hover */
    border-bottom-color: rgb(234, 234, 234);
  }

.coral--lightest ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled, .coral--lightest ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Stepper--quiet.is-focused {
    box-shadow: 0 1px 0 0 rgb(55, 142, 240);
  }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepUp,
    .coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      border-color: rgb(55, 142, 240);
      box-shadow: 0 1px 0 0 rgb(55, 142, 240);
    }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown,
    .coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(236, 91, 98);
    }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown:focus, .coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 1px 0 0 rgb(236, 91, 98);
      }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp {
      border-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp:focus {
        border-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-Stepper--quiet.is-invalid.is-focused {
      box-shadow: 0 1px 0 0 rgb(236, 91, 98);
    }
.coral--lightest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepUp,
      .coral--lightest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepDown {
        border-color: rgb(236, 91, 98);
      }
.coral--lightest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-input {
        border-color: rgb(236, 91, 98);
        box-shadow: 0 1px 0 0 rgb(236, 91, 98);
      }
.coral--lightest ._coral-Calendar-prevMonth {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Calendar-nextMonth {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Calendar-dayOfWeek {
  color: rgb(118, 118, 118);
}
.coral--lightest ._coral-Calendar-date:hover {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(50, 50, 50, .06);
      }
.coral--lightest ._coral-Calendar-date:hover.is-selected {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(38, 128, 235, .2);
        }
.coral--lightest ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--lightest ._coral-Calendar-date:active {
    background-color: rgba(50, 50, 50, .1);
  }
.coral--lightest ._coral-Calendar-date.is-selected {
    color: rgb(50, 50, 50);
    background: rgba(38, 128, 235, .1);
  }
.coral--lightest ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
    background: rgba(38, 128, 235, .2);
  }
.coral--lightest ._coral-Calendar-date.is-today {
    color: rgb(80, 80, 80);
    border-color: rgb(80, 80, 80);
    font-weight: 700;
  }
.coral--lightest ._coral-Calendar-date.is-today:before {
      border-color: rgb(80, 80, 80);
    }
.coral--lightest ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(38, 128, 235, .2);
        }
.coral--lightest ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(188, 188, 188);
      border-color: rgb(211, 211, 211);
    }
.coral--lightest ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(211, 211, 211);
      }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(50, 50, 50, .06);
    border-color: rgb(55, 142, 240);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
    .coral--lightest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(50, 50, 50);
      background: rgba(38, 128, 235, .2);
      border-color: rgb(55, 142, 240);
    }
.coral--lightest ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--lightest ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--lightest ._coral-Calendar-date.is-disabled {
    color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-Calendar-date.is-selection-start,
  .coral--lightest ._coral-Calendar-date.is-selection-end {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-Calendar-date.is-selection-start:after, .coral--lightest ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(38, 128, 235, .1);
    }
.coral--lightest ._coral-Calendar-date.is-selection-start.is-disabled, .coral--lightest ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(188, 188, 188);
    }
.coral--lightest .coral-Table-headerCell {
  color: rgb(118, 118, 118);
}
.coral--lightest .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(149, 149, 149);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:hover {
      color: rgb(80, 80, 80);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(118, 118, 118);
      }
.coral--lightest .coral-Table-headerCell.is-sortable.focus-ring,
    .coral--lightest .coral-Table-headerCell.is-sortable.is-focused {
      color: rgb(80, 80, 80);
    }
.coral--lightest .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon, .coral--lightest .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(118, 118, 118);
      }
.coral--lightest .coral-Table-headerCell.is-sortable:active {
      color: rgb(50, 50, 50);
    }
.coral--lightest .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(80, 80, 80);
      }
.coral--lightest .coral-Table-body {
  border: 1px solid rgb(234, 234, 234);
  background-color: rgb(255, 255, 255);
}
/* The tbody tag doesn't allow setting a border-radius, so these hacks are to make that work
   by putting the border on the individual cells instead. */
.coral--lightest tbody.coral-Table-body {
  border: none;
}
.coral--lightest tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--lightest tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(234, 234, 234);
  }
.coral--lightest tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(234, 234, 234);
  }
.coral--lightest .coral-Table-row {
  border-bottom: 1px solid rgb(234, 234, 234);
  background-color: rgb(255, 255, 255);
}
.coral--lightest .coral-Table-row:last-child {
    border-bottom: none;
  }
.coral--lightest .coral-Table-row:hover {
    background-color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Table-row.focus-ring,
  .coral--lightest .coral-Table-row.is-focused {
    background-color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Table-row:active {
    background-color: rgb(244, 244, 244);
  }
.coral--lightest .coral-Table-row.is-selected {
    background-color: rgb(255, 255, 255);
  }
.coral--lightest .coral-Table-row.is-selected:hover {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest .coral-Table-row.is-selected.focus-ring,
    .coral--lightest .coral-Table-row.is-selected.is-focused {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest .coral-Table-cell {
  color: rgb(80, 80, 80);
}
.coral--lightest .coral-Table-cell--divider {
  border-right: 1px solid rgb(234, 234, 234);
}
.coral--lightest .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0);
  }
.coral--lightest .coral-Table--quiet .coral-Table-row {
    background-color: rgba(0, 0, 0, 0);
  }
.coral--lightest .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.focus-ring,
    .coral--lightest .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row:active {
      background-color: rgb(234, 234, 234);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgb(244, 244, 244);
    }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
      .coral--lightest .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
    .coral--lightest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--lightest ._coral-Rating-icon {
  color: rgb(149, 149, 149);
}
/* Star */
.coral--lightest ._coral-Rating-icon ._coral-Rating-starActive {
    display: block;
  }
.coral--lightest ._coral-Rating-icon ._coral-Rating-starInactive {
    display: none;
  }
.coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) {
    color: rgb(149, 149, 149);
  }
/* StarOutline */
.coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
      display: none;
    }
.coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
      display: block;
    }
.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) {
  color: rgb(149, 149, 149);
}
/* StarOutline */
.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }

.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active {
  color: rgb(149, 149, 149);
}
/* Star */
.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--lightest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--lightest ._coral-Rating-icon.is-active {
    color: rgb(80, 80, 80);
  }
/* Star */
.coral--lightest ._coral-Rating-icon.is-active ._coral-Rating-starActive {
      display: block;
    }
.coral--lightest ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
      display: none;
    }

.coral--lightest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active {
  color: rgb(234, 234, 234);
}
/* Star */
.coral--lightest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--lightest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--lightest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) {
  color: rgb(234, 234, 234);
}
/* StarOutline */
.coral--lightest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--lightest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }
.coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon,
      .coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active),
      .coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active {
        color: rgb(20, 115, 230);

      }
.coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon > ._coral-Icon, .coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active) > ._coral-Icon, .coral--lightest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active > ._coral-Icon {
          stroke: currentColor;
          stroke-width: 1px;
        }
.coral--lightest ._coral-TagList-item {
  color: rgb(118, 118, 118);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(149, 149, 149);
}
.coral--lightest ._coral-TagList-item:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    border-color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-TagList-item.focus-ring {
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    border-color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--lightest ._coral-TagList-item.is-invalid {
    color: rgb(215, 55, 63);
    border-color: rgb(236, 91, 98);
  }
.coral--lightest ._coral-TagList-item.is-invalid:hover {
      border-color: rgb(236, 91, 98);
      color: rgb(215, 55, 63);
    }
.coral--lightest ._coral-TagList-item.is-invalid.focus-ring {
      color: rgb(201, 37, 45);
      border-color: rgb(236, 91, 98);
      box-shadow: 0 0 0 1px rgb(236, 91, 98);

    }
.coral--lightest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton ._coral-Icon {
        color: rgb(236, 91, 98);
      }
.coral--lightest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton::focus ._coral-Icon {
          color: rgb(215, 55, 63);
        }
.coral--lightest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton:hover ._coral-Icon {
          color: rgb(227, 72, 80);
        }
.coral--lightest ._coral-TagList-item.is-disabled {
    color: rgb(188, 188, 188);
    background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-TagList-item.is-disabled ._coral-TagList-item-avatar {
      opacity: 0.3;
    }
.coral--lightest ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(149, 149, 149);
  }
.coral--lightest ._coral-TagList-item-removeButton:hover ._coral-Icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-TagList-item.is-disabled ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(188, 188, 188);
  }

.coral--lightest ._coral-QuickActions-item {
  background-color: rgb(255, 255, 255);
  border-color: rgb(211, 211, 211);
  color: rgb(118, 118, 118);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.coral--lightest ._coral-QuickActions-item:focus {
    outline: none;
  }
.coral--lightest ._coral-QuickActions-item.focus-ring {
    border-color: rgb(55, 142, 240);
    color: rgb(55, 142, 240);
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
    outline: none;
  }
.coral--lightest ._coral-QuickActions-item:hover {
    border-color: rgb(118, 118, 118);
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-QuickActions-item:active {
    border-color: rgb(80, 80, 80);
    color: rgb(50, 50, 50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
.coral--lightest ._coral-MillerColumn-item:focus,
  .coral--lightest ._coral-MillerColumn-item:hover {
    background-color: rgb(244, 244, 244);
  }
.coral--lightest ._coral-MillerColumn-item.is-navigated {
      /* gray background */
      background-color: rgb(234, 234, 234);
    }
.coral--lightest ._coral-MillerColumn-item.is-navigated:hover {
        background-color: rgb(234, 234, 234);
      }
.coral--lightest ._coral-MillerColumn-item.is-selected {
      background-color: rgba(20, 115, 230, 0.1);
    }
.coral--lightest ._coral-MillerColumn-item.is-selected:hover {
        background-color: rgba(20, 115, 230, 0.2);
      }

.coral--lightest ._coral-CycleButton {
  background-color: rgba(0, 0, 0, 0);
}
.coral--lightest ._coral-CycleButton ._coral-Icon {
    color: rgb(118, 118, 118);
  }
.coral--lightest ._coral-CycleButton:hover ._coral-Icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-CycleButton:active {
    background-color: rgb(234, 234, 234);
  }
.coral--lightest ._coral-CycleButton:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow instead */
    box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
  }
.coral--lightest ._coral-CycleButton:focus ._coral-Icon {
      color: rgb(50, 50, 50);
    }
.coral--lightest ._coral-Pagination-pageButton:hover {
    background-color: rgba(50, 50, 50, .04);
  }
.coral--lightest ._coral-Pagination-pageButton:focus {
    border-color: rgb(55, 142, 240);
  }
.coral--lightest ._coral-Pagination-pageButton.is-active {
    background-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
.coral--lightest ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--lightest ._coral-Banner--info {
  background-color: rgb(38, 128, 235);
}
.coral--lightest ._coral-Banner--warning {
  background-color: rgb(230, 134, 25);
}
.coral--lightest ._coral-Banner--error {
  background-color: rgb(227, 72, 80);
}
.coral--lightest .coral-Rule {
  border-color: rgb(80, 80, 80);
}
.coral--lightest .coral-Rule--subsection {
  border-color: rgb(234, 234, 234);
}
.coral--lightest .coral-Rule--subsection2 {
  border-color: rgb(244, 244, 244);
}
.coral--lightest .coral-Rule--panel {
  border-color: rgb(234, 234, 234);
}
.coral--lightest ._coral-StatusLight--negative::before {
  background-color: rgb(236, 91, 98);
}
.coral--lightest ._coral-StatusLight--notice::before {
  background-color: rgb(242, 148, 35);
}
.coral--lightest ._coral-StatusLight--positive::before {
  background-color: rgb(51, 171, 132);
}
.coral--lightest ._coral-StatusLight--active::before {
  background-color: rgb(55, 142, 240);
}
.coral--lightest ._coral-StatusLight--archived {
  color: rgb(149, 149, 149);
}
.coral--lightest ._coral-StatusLight--archived::before {
    background-color: rgb(188, 188, 188);
  }
.coral--lightest ._coral-StatusLight--celery::before {
  background-color: rgb(75, 195, 95);
}
.coral--lightest ._coral-StatusLight--yellow::before { 
  background-color: rgb(237, 204, 0);
}
.coral--lightest ._coral-StatusLight--fuchsia::before {
  background-color: rgb(207, 62, 220);
}
.coral--lightest ._coral-StatusLight--indigo::before {
  background-color: rgb(117, 117, 241);
}
.coral--lightest ._coral-StatusLight--seafoam::before {
  background-color: rgb(32, 163, 168);
}
.coral--lightest ._coral-StatusLight--chartreuse::before {
  background-color: rgb(142, 222, 73);
}
.coral--lightest ._coral-StatusLight--magenta::before {
  background-color: rgb(226, 73, 157);
}
.coral--lightest ._coral-StatusLight--purple::before {
  background-color: rgb(157, 100, 225);
}

.coral--lightest ._coral-ShellIgnore {
  color: rgb(226, 226, 226);
  background-color: rgb(30, 30, 30);
}
.coral--lightest ._coral-ShellIgnore ._coral-TabList-item {
    color: rgb(133, 133, 133);
  }
.coral--lightest ._coral-ShellIgnore ._coral-TabList-item.is-selected {
      color: rgb(226, 226, 226);
    }
.coral--lightest ._coral-ShellIgnore ._coral-TabList-item:hover, .coral--lightest ._coral-ShellIgnore ._coral-TabList-item:active {
      color: rgb(226, 226, 226);
    }
.coral--lightest ._coral-ShellIgnore ._coral-TabList-item-line {
    background-color: rgb(226, 226, 226);
  }
.coral--lightest ._coral-ShellIgnore ._coral-Button--icon {
    color: rgb(133, 133, 133);
  }
.coral--lightest ._coral-ShellIgnore ._coral-Button--icon:hover, .coral--lightest ._coral-ShellIgnore ._coral-Button--icon:active {
      color: rgb(226, 226, 226);
    }
.coral--lightest ._coral-ShellIgnore ._coral-Button--icon:active::before {
      background: transparent;
    }
.coral--lightest ._coral-ShellIgnore ._coral-Button--quiet--dropdown, .coral--lightest ._coral-ShellIgnore ._coral-Dropdown-icon {
    color: rgb(180, 180, 180);
  }
.coral--lightest ._coral-ShellIgnore ._coral-Button--quiet--dropdown:hover, .coral--lightest ._coral-ShellIgnore ._coral-Button--quiet--dropdown:active, .coral--lightest ._coral-ShellIgnore ._coral-Dropdown-icon:hover, .coral--lightest ._coral-ShellIgnore ._coral-Dropdown-icon:active {
      color: rgb(226, 226, 226);
    }
.coral--lightest ._coral-ShellIgnore ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
    color: rgb(226, 226, 226);
  }
.coral--lightest ._coral-ShellIgnore-companyLabel {
  color: rgb(133, 133, 133);
}
.coral--lightest ._coral-TreeView-link {
  color: rgb(80, 80, 80);
}
.coral--lightest ._coral-TreeView-link:hover,
  .coral--lightest ._coral-TreeView-link.is-selected {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-TreeView-link:hover::before, .coral--lightest ._coral-TreeView-link.is-selected::before {
      background-color: rgba(50, 50, 50, .04);
    }
.coral--lightest ._coral-TreeView-link.focus-ring {
    color: rgb(50, 50, 50);
  }
.coral--lightest ._coral-TreeView-link.focus-ring::before {
      background-color: rgba(50, 50, 50, .04);

      /* we cannot achieve rounded corners with outline so we use box-shadow instead */
      box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
    }
.coral--lightest ._coral-TreeView-link.is-drop-target::before {
      background-color: rgba(38, 128, 235, .1);
      box-shadow: 0px 0px 0px 2px rgb(55, 142, 240) inset;
    }

/* Temporary skin variables that need to be moved into origins */
.coral--dark :root {
  /* Icon Button*/

  /* Button */

  /* Loader */

  /* Shell */
}

.coral--dark {
  background-color: rgb(50, 50, 50);

  /* Prevent tap highlights */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.coral--dark,
.coral--dark .coral-Body {
  color: rgb(205, 205, 205);
}
.coral--dark .coral-Body--large {
  color: rgb(205, 205, 205);
}
.coral--dark .coral-Body--small {
  color: rgb(205, 205, 205);
}
.coral--dark .coral-Body--secondary {
  color: rgb(153, 153, 153);
}
.coral--dark .coral-Heading--1 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading--2 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading--3 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading--4 {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Heading--5 {
  color: rgb(153, 153, 153);
}
.coral--dark .coral-Link {
  color: rgb(75, 156, 245);
}
.coral--dark .coral-Link:hover {
    color: rgb(75, 156, 245);
  }
.coral--dark .coral-Link:active {
    color: rgb(90, 169, 250);
  }
.coral--dark .coral-Link.focus-ring {
    color: rgb(75, 156, 245);
  }
.coral--dark .coral-Link.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--dark .coral-Link--subtle {
  color: inherit;
}
.coral--dark .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--dark .coral-Link--subtle:active {
    color: inherit;
  }
.coral--dark .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--dark .coral-Link--overColor {
  color: rgb(255, 255, 255);
}
.coral--dark .coral-Link--overColor:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overColor:active {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overColor:focus {
    color: rgb(255, 255, 255);
  }
.coral--dark .coral-Link--overColor.is-disabled {
    color: rgba(255, 255, 255, 0.5);
  }
.coral--dark ._coral-Button.focus-ring {
    box-shadow: 0 0 0 1px rgb(75, 156, 245);
  }
.coral--dark ._coral-Button:hover {
    box-shadow: none;
  }
.coral--dark ._coral-Button:active {
    box-shadow: none;
  }
.coral--dark ._coral-Button.is-selected ._coral-Icon {
    color: rgb(205, 205, 205);
  }

.coral--dark ._coral-Button--cta {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--cta.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta:hover {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--cta:disabled,
  .coral--dark ._coral-Button--cta.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(205, 205, 205);
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Button--primary.focus-ring {
    background-color: rgb(75, 156, 245);
    border-color: rgb(75, 156, 245);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--primary:hover {
    background-color: rgb(205, 205, 205);
    border-color: rgb(205, 205, 205);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--primary:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--primary:disabled,
  .coral--dark ._coral-Button--primary.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(123, 123, 123);
  color: rgb(123, 123, 123);
}
.coral--dark ._coral-Button--secondary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--secondary:hover {
    background-color: rgb(123, 123, 123);
    border-color: rgb(123, 123, 123);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--secondary:active {
    background-color: rgb(153, 153, 153);
    border-color: rgb(153, 153, 153);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--secondary:disabled,
  .coral--dark ._coral-Button--secondary.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(236, 91, 98);
  color: rgb(236, 91, 98);
}
.coral--dark ._coral-Button--warning.focus-ring {
    background-color: rgb(90, 169, 250);
    border-color: rgb(90, 169, 250);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--warning:hover {
    background-color: rgb(236, 91, 98);
    border-color: rgb(236, 91, 98);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--warning:active {
    background-color: rgb(255, 123, 130);
    border-color: rgb(255, 123, 130);
    color: rgb(37, 37, 37);
  }
.coral--dark ._coral-Button--warning:disabled,
  .coral--dark ._coral-Button--warning.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--quiet--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Button--quiet--primary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--primary:hover {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--primary:active {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--primary:disabled,
  .coral--dark ._coral-Button--quiet--primary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--quiet--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(123, 123, 123);
}
.coral--dark ._coral-Button--quiet--secondary.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--secondary:hover {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Button--quiet--secondary:active {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Button--quiet--secondary:disabled,
  .coral--dark ._coral-Button--quiet--secondary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--action {
  background-color: rgb(45, 45, 45);
  border-color: rgb(62, 62, 62);
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Button--action.focus-ring {
    background-color: rgb(37, 37, 37);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--action:hover {
    background-color: rgb(37, 37, 37);
    border-color: rgb(77, 77, 77);
    box-shadow: none;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--action:active,
  .coral--dark ._coral-Button--action.is-selected {
    background-color: rgb(57, 57, 57);
    border-color: rgb(77, 77, 77);
    box-shadow: none;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--action:disabled,
  .coral--dark ._coral-Button--action.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--quiet--action {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Button--quiet--action.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 2px rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--action.is-selected {
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Button--quiet--action:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--action:active {
    background-color: rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
  }
/* Make sure background color overrides hover and active */
.coral--dark ._coral-Button--quiet--action.is-selected {
    background-color: rgb(62, 62, 62);
  }
.coral--dark ._coral-Button--quiet--action:disabled,
  .coral--dark ._coral-Button--quiet--action[disabled] {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--toggle {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(205, 205, 205);

}
.coral--dark ._coral-Button--toggle.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle:active {
    background-color: rgb(62, 62, 62);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle:disabled,
  .coral--dark ._coral-Button--toggle.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Button--toggle.is-selected {
    background-color: rgb(62, 62, 62);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Button--toggle.is-selected.focus-ring {
    background-color: rgb(62, 62, 62);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle.is-selected:hover {
    background-color: rgb(62, 62, 62);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle.is-selected:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--toggle.is-selected:disabled,
  .coral--dark ._coral-Button--toggle.is-selected.is-disabled {
    background-color: rgb(62, 62, 62);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }
/*! topdoc
---
name: Button - Quiet Warning
description: A 'quiet warning' Spectrum button
status: Released
modifiers:
  ':disabled': Disabled state
  ':hover': Hover state
  ':focus': Focused
markup: |
  <button class="spectrum-Button
  spectrum-Button--quiet--warning">Button</button>

  <button class="spectrum-Button spectrum-Button--quiet--warning"
  disabled>Button</button>

*/
.coral--dark ._coral-Button--quiet--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(236, 91, 98);
}
.coral--dark ._coral-Button--quiet--warning.focus-ring {
    background-color: rgb(38, 128, 235);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--warning:hover {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(247, 109, 116);
  }
.coral--dark ._coral-Button--quiet--warning:active {
    background-color: rgb(62, 62, 62);
    border-color: rgb(62, 62, 62);
    color: rgb(247, 109, 116);
  }
.coral--dark ._coral-Button--quiet--warning:disabled,
  .coral--dark ._coral-Button--quiet--warning.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--logic--and {
  background-color: rgb(55, 142, 240);
  border-color: rgb(55, 142, 240);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--logic--and.focus-ring {
    background-color: rgb(90, 169, 250);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--logic--and:hover {
    background-color: rgb(90, 169, 250);
    border-color: rgb(90, 169, 250);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--logic--and:disabled,
  .coral--dark ._coral-Button--logic--and.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--logic--or {
  background-color: rgb(226, 73, 157);
  border-color: rgb(226, 73, 157);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Button--logic--or.focus-ring {
    background-color: rgb(245, 107, 183);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--logic--or:hover {
    background-color: rgb(245, 107, 183);
    border-color: rgb(245, 107, 183);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--logic--or:disabled,
  .coral--dark ._coral-Button--logic--or.is-disabled {
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Button--icon {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Button--icon.focus-ring {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--icon:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--icon:active {
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Button--icon:active::before {
      background-color: rgb(57, 57, 57);
    }
.coral--dark ._coral-Button--icon:disabled {
    color: rgb(153, 153, 153);
  }
.coral--dark ._coral-Button--dropdown {
  color: rgb(205, 205, 205);
  background-color: rgb(45, 45, 45);
  border-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Button--dropdown:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
    border-color: rgb(77, 77, 77);
  }
.coral--dark ._coral-Button--dropdown.focus-ring,
  .coral--dark ._coral-Button--dropdown.is-focused {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-Button--dropdown:active,
  .coral--dark ._coral-Button--dropdown.is-selected {
    background-color: rgb(57, 57, 57);
    border-color: rgb(77, 77, 77);
  }
.coral--dark ._coral-Button--dropdown:active.focus-ring,
    .coral--dark ._coral-Button--dropdown:active.is-focused,
    .coral--dark ._coral-Button--dropdown.is-selected.focus-ring,
    .coral--dark ._coral-Button--dropdown.is-selected.is-focused {
      box-shadow: none;
    }
.coral--dark ._coral-Button--dropdown.is-invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--dark ._coral-Button--dropdown.is-invalid.focus-ring,
    .coral--dark ._coral-Button--dropdown.is-invalid.is-focused {
      border-color: rgb(227, 72, 80);
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--dark ._coral-Button--dropdown:disabled,
  .coral--dark ._coral-Button--dropdown.is-disabled {
    background-color: rgb(57, 57, 57);
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Button--dropdown:disabled.focus-ring, .coral--dark ._coral-Button--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--dark ._coral-Button--quiet--dropdown {
  color: rgb(205, 205, 205);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coral--dark ._coral-Button--quiet--dropdown:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Button--quiet--dropdown.focus-ring,
  .coral--dark ._coral-Button--quiet--dropdown.is-focused {
    box-shadow: 0 2px 0 0 rgb(38, 128, 235);
  }
.coral--dark ._coral-Button--quiet--dropdown.is-invalid.focus-ring,
    .coral--dark ._coral-Button--quiet--dropdown.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(227, 72, 80);
    }
.coral--dark ._coral-Button--quiet--dropdown:disabled,
  .coral--dark ._coral-Button--quiet--dropdown.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Button--quiet--dropdown:disabled.focus-ring, .coral--dark ._coral-Button--quiet--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--dark ._coral-Breadcrumb {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Breadcrumb ._coral-Breadcrumb-separator {
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Breadcrumb ._coral-Breadcrumb-link {
    color: inherit;
    text-decoration: none;
  }
.coral--dark ._coral-Breadcrumb ._coral-Breadcrumb-link:hover {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Breadcrumb ._coral-Breadcrumb-link.focus-ring {
      color: rgb(75, 156, 245);
      outline: 0;
      border-bottom: 2px solid rgb(75, 156, 245);
    }
.coral--dark ._coral-Breadcrumb ._coral-Breadcrumb-link:active {
      color: rgb(255, 255, 255);
      border-bottom: 0;
    }
.coral--dark ._coral-Breadcrumb.is-selected,
  .coral--dark ._coral-Breadcrumb:last-of-type {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Breadcrumb.is-selected ~ ._coral-Breadcrumb:last-of-type {
        color: rgb(153, 153, 153);
      }
.coral--dark ._coral-Breadcrumb.is-selected ._coral-Breadcrumb-link.focus-ring {
        color: rgb(255, 255, 255);
        border-bottom: 0;
      }

.coral--dark ._coral-Alert {
  background-color: rgb(37, 37, 37);
  /* default color set to body color, header element overwrites this */
  color: rgb(153, 153, 153);
}

.coral--dark ._coral-Alert-header {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Alert-content {
  color: rgb(153, 153, 153);
}

.coral--dark ._coral-Alert--info {
  border-color: rgb(38, 128, 235);
}
.coral--dark ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(38, 128, 235);
  }

.coral--dark ._coral-Alert--error {
  border-color: rgb(227, 72, 80);
}
.coral--dark ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(227, 72, 80);
  }

.coral--dark ._coral-Alert--success {
  border-color: rgb(45, 157, 120);
}
.coral--dark ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(45, 157, 120);
  }

.coral--dark ._coral-Alert--warning {
  border-color: rgb(230, 134, 25);
}
.coral--dark ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(230, 134, 25);
  }
.coral--dark ._coral-Checkbox-label {
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Checkbox-box {
  border-color: rgb(123, 123, 123);
}
.coral--dark ._coral-Checkbox-box ._coral-Checkbox-checkmark {
    color: rgb(50, 50, 50);
  }
.coral--dark ._coral-Checkbox-box {
  background-color: rgb(45, 45, 45);
}
.coral--dark ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);

  }
.coral--dark ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(90, 169, 250);
  }
.coral--dark ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box,
.coral--dark ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
  border-color: rgb(55, 142, 240);
}
.coral--dark ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box,
  .coral--dark ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(75, 156, 245);

  }
.coral--dark ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box,
  .coral--dark ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(90, 169, 250);

  }

.coral--dark ._coral-Checkbox {
  border-color: rgb(123, 123, 123);
}
.coral--dark ._coral-Checkbox:hover ._coral-Checkbox-box {
      border-color: rgb(153, 153, 153);

      box-shadow: none;
    }
.coral--dark ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Checkbox:active ._coral-Checkbox-box {
      border-color: rgb(205, 205, 205);

    }
.coral--dark ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-box {
      border-color: rgb(236, 91, 98);

    }
.coral--dark ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
      color: rgb(236, 91, 98);
    }
.coral--dark ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box {
      border-color: rgb(247, 109, 116) !important;

    }
.coral--dark ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(247, 109, 116);
    }
.coral--dark ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box {
      border-color: rgb(255, 123, 130);

    }
.coral--dark ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(255, 123, 130);
    }

.coral--dark ._coral-Checkbox-input:disabled + ._coral-Checkbox-box {
    /* I'm sorry about the !important */
    border-color: rgb(77, 77, 77) !important;

    background-color: transparent;
  }
.coral--dark ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label {
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-Checkbox-input:error + ._coral-Checkbox-box {
    border-color: rgb(236, 91, 98);

  }
.coral--dark ._coral-Checkbox-input:error ~ ._coral-Checkbox-label {
    color: rgb(247, 109, 116);
  }
.coral--dark ._coral-Label {
  color: rgb(255, 255, 255);
}

.coral--dark ._coral-Label--inactive,
.coral--dark ._coral-Label--grey {
  background-color: rgb(118, 118, 118);
}
.coral--dark ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--dark ._coral-Label--blue, .coral--dark ._coral-Label--active, .coral--dark ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--dark ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--dark ._coral-Label--orange, .coral--dark ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--dark ._coral-Radio-input:checked + ._coral-Radio-button {
    border-color: rgb(55, 142, 240);
  }
.coral--dark ._coral-Radio-input.focus-ring + ._coral-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);

    }
.coral--dark ._coral-Radio-input.focus-ring ~ ._coral-Radio-label {
      color: rgb(90, 169, 250);
    }

.coral--dark ._coral-Radio ._coral-Radio-label {
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Radio ._coral-Radio-button {
    border-color: rgb(123, 123, 123);
  }
.coral--dark ._coral-Radio:hover ._coral-Radio-button {
      border-color: rgb(153, 153, 153);
      box-shadow: none;
    }
.coral--dark ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(75, 156, 245);

    }
.coral--dark ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Radio:active ._coral-Radio-button {
      border-color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(90, 169, 250);

    }
.coral--dark ._coral-Radio:active ._coral-Radio-label {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Radio.is-invalid ._coral-Radio-button {
      border-color: rgb(236, 91, 98);

    }
.coral--dark ._coral-Radio.is-invalid ._coral-Radio-label {
      color: rgb(236, 91, 98);
    }

.coral--dark ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button {
      border-color: rgb(247, 109, 116);

    }
.coral--dark ._coral-Radio.is-invalid:hover ._coral-Radio-label {
      color: rgb(247, 109, 116);
    }
.coral--dark ._coral-Radio.is-invalid:active ._coral-Radio-input +._coral-Radio-button {
      border-color: rgb(255, 123, 130);

    }
.coral--dark ._coral-Radio.is-invalid:active ._coral-Radio-label {
      color: rgb(255, 123, 130);
    }

.coral--dark ._coral-Radio-input:disabled + ._coral-Radio-button {
    border-color: rgb(77, 77, 77) !important;
  }
.coral--dark ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(92, 92, 92) !important;
  }

.coral--dark ._coral-Textfield {
  background-color: rgb(37, 37, 37);
  border-color: rgb(62, 62, 62);
  color: rgb(205, 205, 205);
}

.coral--dark ._coral-Textfield:-ms-input-placeholder {
    color: rgb(123, 123, 123);
  }

.coral--dark ._coral-Textfield::placeholder {
    color: rgb(123, 123, 123);
  }
/* It's a little wonky, right? */
.coral--dark ._coral-Textfield:hover {
    border-color: rgb(77, 77, 77);
    box-shadow: none;
  }
/* TODO: is it wonky that textarea shares the selector? */
.coral--dark ._coral-Textfield:hover:-ms-input-placeholder {
      color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Textfield:hover::placeholder {
      color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Textfield:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Textfield[disabled] {
    background-color: rgb(57, 57, 57);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(92, 92, 92);

    /* For safari mobile browser */
    -webkit-text-fill-color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Textfield[disabled]:-ms-input-placeholder {
      color: rgb(62, 62, 62);
    }
.coral--dark ._coral-Textfield[disabled]::placeholder {
      color: rgb(62, 62, 62);
    }
.coral--dark ._coral-Textfield.is-invalid,
  .coral--dark ._coral-Textfield:invalid {
    border-color: rgb(227, 72, 80);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath style='fill:rgb%28227%2C 72%2C 80%29' d='M17.127%2C2.579.4%2C32.512A1%2C1%2C0%2C0%2C0%2C1.272%2C34H34.728a1%2C1%2C0%2C0%2C0%2C.873-1.488L18.873%2C2.579A1%2C1%2C0%2C0%2C0%2C17.127%2C2.579ZM20%2C29.5a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-3a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Zm0-6a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-12a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Z'/%3E%3C/svg%3E");
  }
/* might break things due to pre-defined focus-ring */
.coral--dark ._coral-Textfield.is-invalid.focus-ring:not(:active), .coral--dark ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }

.coral--dark ._coral-Textfield--quiet {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Textfield--quiet:hover {
    border-color: rgb(77, 77, 77);
  }
.coral--dark ._coral-Textfield--quiet:active {
    border-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.coral--dark ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-Textfield--quiet:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color:  rgb(62, 62, 62);
  }
.coral--dark ._coral-Textfield--quiet.is-invalid,
  .coral--dark ._coral-Textfield--quiet:invalid {
    border-color: rgb(227, 72, 80);
  }
.coral--dark ._coral-Textfield--quiet.is-invalid:focus, .coral--dark ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(227, 72, 80);
    }
/* might break things due to pre-defined focus-ring */
.coral--dark ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active), .coral--dark ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 rgb(227, 72, 80);
      }
.coral--dark ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--dark ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(77, 77, 77);
      }
.coral--dark ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
    border-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--dark ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
      border-color: rgb(227, 72, 80);
    }
/* Only add the 2px ring for keyboard focus */
.coral--dark ._coral-InputGroup-input.focus-ring ~ ._coral-InputGroup-button {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-InputGroup-input.focus-ring.is-invalid ~ ._coral-InputGroup-button, .coral--dark ._coral-InputGroup-input.focus-ring:invalid ~ ._coral-InputGroup-button {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:hover,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:focus,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:active,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button.is-selected,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:invalid,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button.is-invalid,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled,
    .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled:hover {
      border-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--dark ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(77, 77, 77);
      }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid,
      .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid ~ ._coral-InputGroup-button,
      .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid,
      .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid ~ ._coral-InputGroup-button {
        border-color: rgb(227, 72, 80);
      }
/* Always add the 2px ring for keyboard focus for quiet inputgroups */
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
        box-shadow: 0 1px 0 rgb(38, 128, 235);
        border-color: rgb(38, 128, 235);
      }
.coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--dark ._coral-InputGroup--quiet ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
          box-shadow: 0 1px 0 rgb(227, 72, 80);
          border-color: rgb(227, 72, 80);
        }

.coral--dark ._coral-Tooltip,
  .coral--dark ._coral-Tooltip ._coral-Tooltip-tip::after {
    background-color: rgb(118, 118, 118);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Tooltip--error,
  .coral--dark ._coral-Tooltip--error ._coral-Tooltip-tip::after {
    background-color: rgb(215, 55, 63);
  }
.coral--dark ._coral-Tooltip--info,
  .coral--dark ._coral-Tooltip--info ._coral-Tooltip-tip::after {
    background-color: rgb(20, 115, 230);
  }
.coral--dark ._coral-Tooltip--success,
  .coral--dark ._coral-Tooltip--success ._coral-Tooltip-tip::after {
    background-color: rgb(38, 142, 108);
  }
.coral--dark ._coral-Loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3636 36' enable-background='new 0 0 3636 36' width='3636' height='36'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 3%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 3%3B stroke-dasharray: 92%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='18' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='18' cy='18' r='14.5' stroke-dashoffset='91.11'/%3E%3Ccircle class='track' cx='54' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='54' cy='18' r='14.5' stroke-dashoffset='90.2'/%3E%3Ccircle class='track' cx='90' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='90' cy='18' r='14.5' stroke-dashoffset='89.28'/%3E%3Ccircle class='track' cx='126' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='126' cy='18' r='14.5' stroke-dashoffset='88.37'/%3E%3Ccircle class='track' cx='162' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='162' cy='18' r='14.5' stroke-dashoffset='87.46'/%3E%3Ccircle class='track' cx='198' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='198' cy='18' r='14.5' stroke-dashoffset='86.55'/%3E%3Ccircle class='track' cx='234' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='234' cy='18' r='14.5' stroke-dashoffset='85.64'/%3E%3Ccircle class='track' cx='270' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='270' cy='18' r='14.5' stroke-dashoffset='84.73'/%3E%3Ccircle class='track' cx='306' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='306' cy='18' r='14.5' stroke-dashoffset='83.82'/%3E%3Ccircle class='track' cx='342' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='342' cy='18' r='14.5' stroke-dashoffset='82.91'/%3E%3Ccircle class='track' cx='378' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='378' cy='18' r='14.5' stroke-dashoffset='82'/%3E%3Ccircle class='track' cx='414' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='414' cy='18' r='14.5' stroke-dashoffset='81.08'/%3E%3Ccircle class='track' cx='450' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='450' cy='18' r='14.5' stroke-dashoffset='80.17'/%3E%3Ccircle class='track' cx='486' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='486' cy='18' r='14.5' stroke-dashoffset='79.26'/%3E%3Ccircle class='track' cx='522' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='522' cy='18' r='14.5' stroke-dashoffset='78.35'/%3E%3Ccircle class='track' cx='558' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='558' cy='18' r='14.5' stroke-dashoffset='77.44'/%3E%3Ccircle class='track' cx='594' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='594' cy='18' r='14.5' stroke-dashoffset='76.53'/%3E%3Ccircle class='track' cx='630' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='630' cy='18' r='14.5' stroke-dashoffset='75.62'/%3E%3Ccircle class='track' cx='666' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='666' cy='18' r='14.5' stroke-dashoffset='74.71'/%3E%3Ccircle class='track' cx='702' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='702' cy='18' r='14.5' stroke-dashoffset='73.8'/%3E%3Ccircle class='track' cx='738' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='738' cy='18' r='14.5' stroke-dashoffset='72.88'/%3E%3Ccircle class='track' cx='774' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='774' cy='18' r='14.5' stroke-dashoffset='71.97'/%3E%3Ccircle class='track' cx='810' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='810' cy='18' r='14.5' stroke-dashoffset='71.06'/%3E%3Ccircle class='track' cx='846' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='846' cy='18' r='14.5' stroke-dashoffset='70.15'/%3E%3Ccircle class='track' cx='882' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='882' cy='18' r='14.5' stroke-dashoffset='69.24'/%3E%3Ccircle class='track' cx='918' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='918' cy='18' r='14.5' stroke-dashoffset='68.33'/%3E%3Ccircle class='track' cx='954' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='954' cy='18' r='14.5' stroke-dashoffset='67.42'/%3E%3Ccircle class='track' cx='990' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='990' cy='18' r='14.5' stroke-dashoffset='66.51'/%3E%3Ccircle class='track' cx='1026' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1026' cy='18' r='14.5' stroke-dashoffset='65.6'/%3E%3Ccircle class='track' cx='1062' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1062' cy='18' r='14.5' stroke-dashoffset='64.69'/%3E%3Ccircle class='track' cx='1098' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1098' cy='18' r='14.5' stroke-dashoffset='63.77'/%3E%3Ccircle class='track' cx='1134' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1134' cy='18' r='14.5' stroke-dashoffset='62.86'/%3E%3Ccircle class='track' cx='1170' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1170' cy='18' r='14.5' stroke-dashoffset='61.95'/%3E%3Ccircle class='track' cx='1206' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1206' cy='18' r='14.5' stroke-dashoffset='61.04'/%3E%3Ccircle class='track' cx='1242' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1242' cy='18' r='14.5' stroke-dashoffset='60.13'/%3E%3Ccircle class='track' cx='1278' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1278' cy='18' r='14.5' stroke-dashoffset='59.22'/%3E%3Ccircle class='track' cx='1314' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1314' cy='18' r='14.5' stroke-dashoffset='58.31'/%3E%3Ccircle class='track' cx='1350' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1350' cy='18' r='14.5' stroke-dashoffset='57.4'/%3E%3Ccircle class='track' cx='1386' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1386' cy='18' r='14.5' stroke-dashoffset='56.49'/%3E%3Ccircle class='track' cx='1422' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1422' cy='18' r='14.5' stroke-dashoffset='55.57'/%3E%3Ccircle class='track' cx='1458' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1458' cy='18' r='14.5' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='1494' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1494' cy='18' r='14.5' stroke-dashoffset='53.75'/%3E%3Ccircle class='track' cx='1530' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1530' cy='18' r='14.5' stroke-dashoffset='52.84'/%3E%3Ccircle class='track' cx='1566' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1566' cy='18' r='14.5' stroke-dashoffset='51.93'/%3E%3Ccircle class='track' cx='1602' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1602' cy='18' r='14.5' stroke-dashoffset='51.02'/%3E%3Ccircle class='track' cx='1638' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1638' cy='18' r='14.5' stroke-dashoffset='50.11'/%3E%3Ccircle class='track' cx='1674' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1674' cy='18' r='14.5' stroke-dashoffset='49.2'/%3E%3Ccircle class='track' cx='1710' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1710' cy='18' r='14.5' stroke-dashoffset='48.29'/%3E%3Ccircle class='track' cx='1746' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1746' cy='18' r='14.5' stroke-dashoffset='47.38'/%3E%3Ccircle class='track' cx='1782' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1782' cy='18' r='14.5' stroke-dashoffset='46.46'/%3E%3Ccircle class='track' cx='1818' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1818' cy='18' r='14.5' stroke-dashoffset='45.55'/%3E%3Ccircle class='track' cx='1854' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1854' cy='18' r='14.5' stroke-dashoffset='44.64'/%3E%3Ccircle class='track' cx='1890' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1890' cy='18' r='14.5' stroke-dashoffset='43.73'/%3E%3Ccircle class='track' cx='1926' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1926' cy='18' r='14.5' stroke-dashoffset='42.82'/%3E%3Ccircle class='track' cx='1962' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1962' cy='18' r='14.5' stroke-dashoffset='41.91'/%3E%3Ccircle class='track' cx='1998' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1998' cy='18' r='14.5' stroke-dashoffset='41'/%3E%3Ccircle class='track' cx='2034' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2034' cy='18' r='14.5' stroke-dashoffset='40.09'/%3E%3Ccircle class='track' cx='2070' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2070' cy='18' r='14.5' stroke-dashoffset='39.18'/%3E%3Ccircle class='track' cx='2106' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2106' cy='18' r='14.5' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='2142' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2142' cy='18' r='14.5' stroke-dashoffset='37.35'/%3E%3Ccircle class='track' cx='2178' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2178' cy='18' r='14.5' stroke-dashoffset='36.44'/%3E%3Ccircle class='track' cx='2214' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2214' cy='18' r='14.5' stroke-dashoffset='35.53'/%3E%3Ccircle class='track' cx='2250' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2250' cy='18' r='14.5' stroke-dashoffset='34.62'/%3E%3Ccircle class='track' cx='2286' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2286' cy='18' r='14.5' stroke-dashoffset='33.71'/%3E%3Ccircle class='track' cx='2322' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2322' cy='18' r='14.5' stroke-dashoffset='32.8'/%3E%3Ccircle class='track' cx='2358' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2358' cy='18' r='14.5' stroke-dashoffset='31.89'/%3E%3Ccircle class='track' cx='2394' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2394' cy='18' r='14.5' stroke-dashoffset='30.98'/%3E%3Ccircle class='track' cx='2430' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2430' cy='18' r='14.5' stroke-dashoffset='30.07'/%3E%3Ccircle class='track' cx='2466' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2466' cy='18' r='14.5' stroke-dashoffset='29.15'/%3E%3Ccircle class='track' cx='2502' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2502' cy='18' r='14.5' stroke-dashoffset='28.24'/%3E%3Ccircle class='track' cx='2538' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2538' cy='18' r='14.5' stroke-dashoffset='27.33'/%3E%3Ccircle class='track' cx='2574' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2574' cy='18' r='14.5' stroke-dashoffset='26.42'/%3E%3Ccircle class='track' cx='2610' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2610' cy='18' r='14.5' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='2646' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2646' cy='18' r='14.5' stroke-dashoffset='24.6'/%3E%3Ccircle class='track' cx='2682' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2682' cy='18' r='14.5' stroke-dashoffset='23.69'/%3E%3Ccircle class='track' cx='2718' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2718' cy='18' r='14.5' stroke-dashoffset='22.78'/%3E%3Ccircle class='track' cx='2754' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2754' cy='18' r='14.5' stroke-dashoffset='21.87'/%3E%3Ccircle class='track' cx='2790' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2790' cy='18' r='14.5' stroke-dashoffset='20.95'/%3E%3Ccircle class='track' cx='2826' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2826' cy='18' r='14.5' stroke-dashoffset='20.04'/%3E%3Ccircle class='track' cx='2862' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2862' cy='18' r='14.5' stroke-dashoffset='19.13'/%3E%3Ccircle class='track' cx='2898' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2898' cy='18' r='14.5' stroke-dashoffset='18.22'/%3E%3Ccircle class='track' cx='2934' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2934' cy='18' r='14.5' stroke-dashoffset='17.31'/%3E%3Ccircle class='track' cx='2970' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2970' cy='18' r='14.5' stroke-dashoffset='16.4'/%3E%3Ccircle class='track' cx='3006' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3006' cy='18' r='14.5' stroke-dashoffset='15.49'/%3E%3Ccircle class='track' cx='3042' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3042' cy='18' r='14.5' stroke-dashoffset='14.58'/%3E%3Ccircle class='track' cx='3078' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3078' cy='18' r='14.5' stroke-dashoffset='13.67'/%3E%3Ccircle class='track' cx='3114' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3114' cy='18' r='14.5' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='3150' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3150' cy='18' r='14.5' stroke-dashoffset='11.84'/%3E%3Ccircle class='track' cx='3186' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3186' cy='18' r='14.5' stroke-dashoffset='10.93'/%3E%3Ccircle class='track' cx='3222' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3222' cy='18' r='14.5' stroke-dashoffset='10.02'/%3E%3Ccircle class='track' cx='3258' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3258' cy='18' r='14.5' stroke-dashoffset='9.11'/%3E%3Ccircle class='track' cx='3294' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3294' cy='18' r='14.5' stroke-dashoffset='8.2'/%3E%3Ccircle class='track' cx='3330' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3330' cy='18' r='14.5' stroke-dashoffset='7.29'/%3E%3Ccircle class='track' cx='3366' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3366' cy='18' r='14.5' stroke-dashoffset='6.38'/%3E%3Ccircle class='track' cx='3402' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3402' cy='18' r='14.5' stroke-dashoffset='5.47'/%3E%3Ccircle class='track' cx='3438' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3438' cy='18' r='14.5' stroke-dashoffset='4.56'/%3E%3Ccircle class='track' cx='3474' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3474' cy='18' r='14.5' stroke-dashoffset='3.64'/%3E%3Ccircle class='track' cx='3510' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3510' cy='18' r='14.5' stroke-dashoffset='2.73'/%3E%3Ccircle class='track' cx='3546' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3546' cy='18' r='14.5' stroke-dashoffset='1.82'/%3E%3Ccircle class='track' cx='3582' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3582' cy='18' r='14.5' stroke-dashoffset='0.91'/%3E%3Ccircle class='track' cx='3618' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3618' cy='18' r='14.5' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2020 20' enable-background='new 0 0 2020 20' width='2020' height='20'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 2%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 2%3B stroke-dasharray: 44%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='10' cy='10' r='7'/%3E%3Ccircle class='fill' cx='10' cy='10' r='7' stroke-dashoffset='43.98'/%3E%3Ccircle class='track' cx='30' cy='10' r='7'/%3E%3Ccircle class='fill' cx='30' cy='10' r='7' stroke-dashoffset='43.54'/%3E%3Ccircle class='track' cx='50' cy='10' r='7'/%3E%3Ccircle class='fill' cx='50' cy='10' r='7' stroke-dashoffset='43.1'/%3E%3Ccircle class='track' cx='70' cy='10' r='7'/%3E%3Ccircle class='fill' cx='70' cy='10' r='7' stroke-dashoffset='42.66'/%3E%3Ccircle class='track' cx='90' cy='10' r='7'/%3E%3Ccircle class='fill' cx='90' cy='10' r='7' stroke-dashoffset='42.22'/%3E%3Ccircle class='track' cx='110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='110' cy='10' r='7' stroke-dashoffset='41.78'/%3E%3Ccircle class='track' cx='130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='130' cy='10' r='7' stroke-dashoffset='41.34'/%3E%3Ccircle class='track' cx='150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='150' cy='10' r='7' stroke-dashoffset='40.9'/%3E%3Ccircle class='track' cx='170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='170' cy='10' r='7' stroke-dashoffset='40.46'/%3E%3Ccircle class='track' cx='190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='190' cy='10' r='7' stroke-dashoffset='40.02'/%3E%3Ccircle class='track' cx='210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='210' cy='10' r='7' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='230' cy='10' r='7' stroke-dashoffset='39.14'/%3E%3Ccircle class='track' cx='250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='250' cy='10' r='7' stroke-dashoffset='38.7'/%3E%3Ccircle class='track' cx='270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='270' cy='10' r='7' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='290' cy='10' r='7' stroke-dashoffset='37.82'/%3E%3Ccircle class='track' cx='310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='310' cy='10' r='7' stroke-dashoffset='37.38'/%3E%3Ccircle class='track' cx='330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='330' cy='10' r='7' stroke-dashoffset='36.95'/%3E%3Ccircle class='track' cx='350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='350' cy='10' r='7' stroke-dashoffset='36.51'/%3E%3Ccircle class='track' cx='370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='370' cy='10' r='7' stroke-dashoffset='36.07'/%3E%3Ccircle class='track' cx='390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='390' cy='10' r='7' stroke-dashoffset='35.63'/%3E%3Ccircle class='track' cx='410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='410' cy='10' r='7' stroke-dashoffset='35.19'/%3E%3Ccircle class='track' cx='430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='430' cy='10' r='7' stroke-dashoffset='34.75'/%3E%3Ccircle class='track' cx='450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='450' cy='10' r='7' stroke-dashoffset='34.31'/%3E%3Ccircle class='track' cx='470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='470' cy='10' r='7' stroke-dashoffset='33.87'/%3E%3Ccircle class='track' cx='490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='490' cy='10' r='7' stroke-dashoffset='33.43'/%3E%3Ccircle class='track' cx='510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='510' cy='10' r='7' stroke-dashoffset='32.99'/%3E%3Ccircle class='track' cx='530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='530' cy='10' r='7' stroke-dashoffset='32.55'/%3E%3Ccircle class='track' cx='550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='550' cy='10' r='7' stroke-dashoffset='32.11'/%3E%3Ccircle class='track' cx='570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='570' cy='10' r='7' stroke-dashoffset='31.67'/%3E%3Ccircle class='track' cx='590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='590' cy='10' r='7' stroke-dashoffset='31.23'/%3E%3Ccircle class='track' cx='610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='610' cy='10' r='7' stroke-dashoffset='30.79'/%3E%3Ccircle class='track' cx='630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='630' cy='10' r='7' stroke-dashoffset='30.35'/%3E%3Ccircle class='track' cx='650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='650' cy='10' r='7' stroke-dashoffset='29.91'/%3E%3Ccircle class='track' cx='670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='670' cy='10' r='7' stroke-dashoffset='29.47'/%3E%3Ccircle class='track' cx='690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='690' cy='10' r='7' stroke-dashoffset='29.03'/%3E%3Ccircle class='track' cx='710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='710' cy='10' r='7' stroke-dashoffset='28.59'/%3E%3Ccircle class='track' cx='730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='730' cy='10' r='7' stroke-dashoffset='28.15'/%3E%3Ccircle class='track' cx='750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='750' cy='10' r='7' stroke-dashoffset='27.71'/%3E%3Ccircle class='track' cx='770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='770' cy='10' r='7' stroke-dashoffset='27.27'/%3E%3Ccircle class='track' cx='790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='790' cy='10' r='7' stroke-dashoffset='26.83'/%3E%3Ccircle class='track' cx='810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='810' cy='10' r='7' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='830' cy='10' r='7' stroke-dashoffset='25.95'/%3E%3Ccircle class='track' cx='850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='850' cy='10' r='7' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='870' cy='10' r='7' stroke-dashoffset='25.07'/%3E%3Ccircle class='track' cx='890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='890' cy='10' r='7' stroke-dashoffset='24.63'/%3E%3Ccircle class='track' cx='910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='910' cy='10' r='7' stroke-dashoffset='24.19'/%3E%3Ccircle class='track' cx='930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='930' cy='10' r='7' stroke-dashoffset='23.75'/%3E%3Ccircle class='track' cx='950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='950' cy='10' r='7' stroke-dashoffset='23.31'/%3E%3Ccircle class='track' cx='970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='970' cy='10' r='7' stroke-dashoffset='22.87'/%3E%3Ccircle class='track' cx='990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='990' cy='10' r='7' stroke-dashoffset='22.43'/%3E%3Ccircle class='track' cx='1010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1010' cy='10' r='7' stroke-dashoffset='21.99'/%3E%3Ccircle class='track' cx='1030' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1030' cy='10' r='7' stroke-dashoffset='21.55'/%3E%3Ccircle class='track' cx='1050' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1050' cy='10' r='7' stroke-dashoffset='21.11'/%3E%3Ccircle class='track' cx='1070' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1070' cy='10' r='7' stroke-dashoffset='20.67'/%3E%3Ccircle class='track' cx='1090' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1090' cy='10' r='7' stroke-dashoffset='20.23'/%3E%3Ccircle class='track' cx='1110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1110' cy='10' r='7' stroke-dashoffset='19.79'/%3E%3Ccircle class='track' cx='1130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1130' cy='10' r='7' stroke-dashoffset='19.35'/%3E%3Ccircle class='track' cx='1150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1150' cy='10' r='7' stroke-dashoffset='18.91'/%3E%3Ccircle class='track' cx='1170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1170' cy='10' r='7' stroke-dashoffset='18.47'/%3E%3Ccircle class='track' cx='1190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1190' cy='10' r='7' stroke-dashoffset='18.03'/%3E%3Ccircle class='track' cx='1210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1210' cy='10' r='7' stroke-dashoffset='17.59'/%3E%3Ccircle class='track' cx='1230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1230' cy='10' r='7' stroke-dashoffset='17.15'/%3E%3Ccircle class='track' cx='1250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1250' cy='10' r='7' stroke-dashoffset='16.71'/%3E%3Ccircle class='track' cx='1270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1270' cy='10' r='7' stroke-dashoffset='16.27'/%3E%3Ccircle class='track' cx='1290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1290' cy='10' r='7' stroke-dashoffset='15.83'/%3E%3Ccircle class='track' cx='1310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1310' cy='10' r='7' stroke-dashoffset='15.39'/%3E%3Ccircle class='track' cx='1330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1330' cy='10' r='7' stroke-dashoffset='14.95'/%3E%3Ccircle class='track' cx='1350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1350' cy='10' r='7' stroke-dashoffset='14.51'/%3E%3Ccircle class='track' cx='1370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1370' cy='10' r='7' stroke-dashoffset='14.07'/%3E%3Ccircle class='track' cx='1390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1390' cy='10' r='7' stroke-dashoffset='13.63'/%3E%3Ccircle class='track' cx='1410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1410' cy='10' r='7' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='1430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1430' cy='10' r='7' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='1450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1450' cy='10' r='7' stroke-dashoffset='12.32'/%3E%3Ccircle class='track' cx='1470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1470' cy='10' r='7' stroke-dashoffset='11.88'/%3E%3Ccircle class='track' cx='1490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1490' cy='10' r='7' stroke-dashoffset='11.44'/%3E%3Ccircle class='track' cx='1510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1510' cy='10' r='7' stroke-dashoffset='11'/%3E%3Ccircle class='track' cx='1530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1530' cy='10' r='7' stroke-dashoffset='10.56'/%3E%3Ccircle class='track' cx='1550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1550' cy='10' r='7' stroke-dashoffset='10.12'/%3E%3Ccircle class='track' cx='1570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1570' cy='10' r='7' stroke-dashoffset='9.68'/%3E%3Ccircle class='track' cx='1590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1590' cy='10' r='7' stroke-dashoffset='9.24'/%3E%3Ccircle class='track' cx='1610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1610' cy='10' r='7' stroke-dashoffset='8.8'/%3E%3Ccircle class='track' cx='1630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1630' cy='10' r='7' stroke-dashoffset='8.36'/%3E%3Ccircle class='track' cx='1650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1650' cy='10' r='7' stroke-dashoffset='7.92'/%3E%3Ccircle class='track' cx='1670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1670' cy='10' r='7' stroke-dashoffset='7.48'/%3E%3Ccircle class='track' cx='1690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1690' cy='10' r='7' stroke-dashoffset='7.04'/%3E%3Ccircle class='track' cx='1710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1710' cy='10' r='7' stroke-dashoffset='6.6'/%3E%3Ccircle class='track' cx='1730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1730' cy='10' r='7' stroke-dashoffset='6.16'/%3E%3Ccircle class='track' cx='1750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1750' cy='10' r='7' stroke-dashoffset='5.72'/%3E%3Ccircle class='track' cx='1770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1770' cy='10' r='7' stroke-dashoffset='5.28'/%3E%3Ccircle class='track' cx='1790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1790' cy='10' r='7' stroke-dashoffset='4.84'/%3E%3Ccircle class='track' cx='1810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1810' cy='10' r='7' stroke-dashoffset='4.4'/%3E%3Ccircle class='track' cx='1830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1830' cy='10' r='7' stroke-dashoffset='3.96'/%3E%3Ccircle class='track' cx='1850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1850' cy='10' r='7' stroke-dashoffset='3.52'/%3E%3Ccircle class='track' cx='1870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1870' cy='10' r='7' stroke-dashoffset='3.08'/%3E%3Ccircle class='track' cx='1890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1890' cy='10' r='7' stroke-dashoffset='2.64'/%3E%3Ccircle class='track' cx='1910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1910' cy='10' r='7' stroke-dashoffset='2.2'/%3E%3Ccircle class='track' cx='1930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1930' cy='10' r='7' stroke-dashoffset='1.76'/%3E%3Ccircle class='track' cx='1950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1950' cy='10' r='7' stroke-dashoffset='1.32'/%3E%3Ccircle class='track' cx='1970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1970' cy='10' r='7' stroke-dashoffset='0.88'/%3E%3Ccircle class='track' cx='1990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1990' cy='10' r='7' stroke-dashoffset='0.44'/%3E%3Ccircle class='track' cx='2010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='2010' cy='10' r='7' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: rgba%28255%2C255%2C255%2C0.2%29%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %23FFFFFF%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2160 36' style='enable-background:new 0 0 2160 36%3B' width='2160px' height='36px'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S26%2C32.5%2C18%2C32.5S3.5%2C26%2C3.5%2C18S10%2C3.5%2C18%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M18%2C3.5L18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M54%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S62%2C32.5%2C54%2C32.5S39.5%2C26%2C39.5%2C18S46%2C3.5%2C54%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M54.4%2C3.5c7.8%2C0.2%2C14.1%2C6.6%2C14.1%2C14.5c0%2C1.7-0.3%2C3.3-0.8%2C4.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M90%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S98%2C32.5%2C90%2C32.5S75.5%2C26%2C75.5%2C18S82%2C3.5%2C90%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M90.8%2C3.5c7.6%2C0.4%2C13.7%2C6.8%2C13.7%2C14.5c0%2C3.3-1.1%2C6.3-3%2C8.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M126%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S134%2C32.5%2C126%2C32.5S111.5%2C26%2C111.5%2C18S118%2C3.5%2C126%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M127.1%2C3.5c7.5%2C0.6%2C13.4%2C6.9%2C13.4%2C14.5c0%2C4.9-2.4%2C9.2-6.1%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M162%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S170%2C32.5%2C162%2C32.5S147.5%2C26%2C147.5%2C18S154%2C3.5%2C162%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M163.5%2C3.6c7.3%2C0.8%2C13%2C6.9%2C13%2C14.4c0%2C6.4-4.1%2C11.8-9.8%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M198%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S206%2C32.5%2C198%2C32.5S183.5%2C26%2C183.5%2C18S190%2C3.5%2C198%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M199.9%2C3.6c7.1%2C1%2C12.6%2C7%2C12.6%2C14.4c0%2C7.7-6.1%2C14.1-13.7%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M234%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S242%2C32.5%2C234%2C32.5S219.5%2C26%2C219.5%2C18S226%2C3.5%2C234%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M236.3%2C3.7c6.9%2C1.1%2C12.2%2C7.1%2C12.2%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-1%2C0-2-0.1-3-0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M270%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S278%2C32.5%2C270%2C32.5S255.5%2C26%2C255.5%2C18S262%2C3.5%2C270%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M272.6%2C3.7c6.8%2C1.3%2C11.9%2C7.2%2C11.9%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-2.3%2C0-4.5-0.5-6.4-1.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M306%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S314%2C32.5%2C306%2C32.5S291.5%2C26%2C291.5%2C18S298%2C3.5%2C306%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M309%2C3.8c6.6%2C1.4%2C11.5%2C7.2%2C11.5%2C14.2c0%2C8-6.5%2C14.5-14.5%2C14.5c-3.5%2C0-6.7-1.3-9.3-3.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M342%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S350%2C32.5%2C342%2C32.5S327.5%2C26%2C327.5%2C18S334%2C3.5%2C342%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M345.4%2C3.9c6.4%2C1.5%2C11.1%2C7.3%2C11.1%2C14.1c0%2C8-6.5%2C14.5-14.5%2C14.5c-4.7%2C0-8.9-2.2-11.5-5.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M378%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S386%2C32.5%2C378%2C32.5S363.5%2C26%2C363.5%2C18S370%2C3.5%2C378%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M381.8%2C4c6.2%2C1.7%2C10.7%2C7.3%2C10.7%2C14c0%2C8-6.5%2C14.5-14.5%2C14.5c-5.8%2C0-10.8-3.4-13.1-8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M414%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S422%2C32.5%2C414%2C32.5S399.5%2C26%2C399.5%2C18S406%2C3.5%2C414%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M418.1%2C4.1c6%2C1.8%2C10.4%2C7.3%2C10.4%2C13.9c0%2C8-6.5%2C14.5-14.5%2C14.5c-6.8%2C0-12.6-4.7-14.1-11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M450%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S458%2C32.5%2C450%2C32.5S435.5%2C26%2C435.5%2C18S442%2C3.5%2C450%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M454.5%2C4.2c5.8%2C1.9%2C10%2C7.4%2C10%2C13.8c0%2C8-6.5%2C14.5-14.5%2C14.5c-7.8%2C0-14.1-6.1-14.5-13.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M486%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S494%2C32.5%2C486%2C32.5S471.5%2C26%2C471.5%2C18S478%2C3.5%2C486%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M490.8%2C4.3c5.6%2C2%2C9.7%2C7.4%2C9.7%2C13.7c0%2C8-6.5%2C14.5-14.5%2C14.5S471.5%2C26%2C471.5%2C18c0-0.7%2C0-1.3%2C0.1-2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M522%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S530%2C32.5%2C522%2C32.5S507.5%2C26%2C507.5%2C18S514%2C3.5%2C522%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M527.2%2C4.5c5.4%2C2.1%2C9.3%2C7.4%2C9.3%2C13.5c0%2C8-6.5%2C14.5-14.5%2C14.5S507.5%2C26%2C507.5%2C18c0-1.5%2C0.2-3%2C0.7-4.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M558%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S566%2C32.5%2C558%2C32.5S543.5%2C26%2C543.5%2C18S550%2C3.5%2C558%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M563.5%2C4.6c5.3%2C2.2%2C9%2C7.4%2C9%2C13.4c0%2C8-6.5%2C14.5-14.5%2C14.5S543.5%2C26%2C543.5%2C18c0-2.4%2C0.6-4.6%2C1.6-6.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M594%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S602%2C32.5%2C594%2C32.5S579.5%2C26%2C579.5%2C18S586%2C3.5%2C594%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M599.9%2C4.8c5.1%2C2.2%2C8.6%2C7.3%2C8.6%2C13.2c0%2C8-6.5%2C14.5-14.5%2C14.5S579.5%2C26%2C579.5%2C18c0-3.2%2C1-6.1%2C2.8-8.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M630%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S638%2C32.5%2C630%2C32.5S615.5%2C26%2C615.5%2C18S622%2C3.5%2C630%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M636.3%2C4.9c4.9%2C2.3%2C8.2%2C7.3%2C8.2%2C13.1c0%2C8-6.5%2C14.5-14.5%2C14.5S615.5%2C26%2C615.5%2C18c0-3.9%2C1.6-7.5%2C4.1-10.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M666%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S674%2C32.5%2C666%2C32.5S651.5%2C26%2C651.5%2C18S658%2C3.5%2C666%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M677.3%2C8.9c2%2C2.5%2C3.2%2C5.6%2C3.2%2C9.1c0%2C8-6.5%2C14.5-14.5%2C14.5S651.5%2C26%2C651.5%2C18c0-4.7%2C2.2-8.8%2C5.6-11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M702%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S710%2C32.5%2C702%2C32.5S687.5%2C26%2C687.5%2C18S694%2C3.5%2C702%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M716%2C14.3c0.3%2C1.2%2C0.5%2C2.4%2C0.5%2C3.7c0%2C8-6.5%2C14.5-14.5%2C14.5S687.5%2C26%2C687.5%2C18c0-5.3%2C2.9-10%2C7.2-12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M738%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S746%2C32.5%2C738%2C32.5S723.5%2C26%2C723.5%2C18S730%2C3.5%2C738%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M752.4%2C20c-1%2C7.1-7%2C12.5-14.4%2C12.5c-8%2C0-14.5-6.5-14.5-14.5c0-6%2C3.6-11.1%2C8.8-13.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M774%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S782%2C32.5%2C774%2C32.5S759.5%2C26%2C759.5%2C18S766%2C3.5%2C774%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M786.7%2C25c-2.5%2C4.5-7.2%2C7.5-12.7%2C7.5c-8%2C0-14.5-6.5-14.5-14.5c0-6.6%2C4.4-12.1%2C10.3-13.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M810%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S818%2C32.5%2C810%2C32.5S795.5%2C26%2C795.5%2C18S802%2C3.5%2C810%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M819.6%2C28.8c-2.6%2C2.3-5.9%2C3.7-9.6%2C3.7c-8%2C0-14.5-6.5-14.5-14.5c0-7.1%2C5.1-13%2C11.9-14.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M846%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S854%2C32.5%2C846%2C32.5S831.5%2C26%2C831.5%2C18S838%2C3.5%2C846%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M851.8%2C31.3c-1.8%2C0.8-3.7%2C1.2-5.8%2C1.2c-8%2C0-14.5-6.5-14.5-14.5c0-7.6%2C5.9-13.9%2C13.4-14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M882%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S890%2C32.5%2C882%2C32.5S867.5%2C26%2C867.5%2C18S874%2C3.5%2C882%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M883.7%2C32.4c-0.6%2C0.1-1.1%2C0.1-1.7%2C0.1c-8%2C0-14.5-6.5-14.5-14.5S874%2C3.5%2C882%2C3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M918%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S926%2C32.5%2C918%2C32.5S903.5%2C26%2C903.5%2C18S910%2C3.5%2C918%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M915.7%2C32.3c-6.9-1.1-12.2-7.1-12.2-14.3c0-8%2C6.5-14.5%2C14.5-14.5c0.5%2C0%2C1.1%2C0%2C1.6%2C0.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M954%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S962%2C32.5%2C954%2C32.5S939.5%2C26%2C939.5%2C18S946%2C3.5%2C954%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M948.2%2C31.3c-5.1-2.2-8.7-7.3-8.7-13.3c0-8%2C6.5-14.5%2C14.5-14.5c1%2C0%2C1.9%2C0.1%2C2.8%2C0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M990%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S998%2C32.5%2C990%2C32.5S975.5%2C26%2C975.5%2C18S982%2C3.5%2C990%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M981.3%2C29.6c-3.5-2.6-5.8-6.9-5.8-11.6c0-8%2C6.5-14.5%2C14.5-14.5c1.4%2C0%2C2.7%2C0.2%2C3.9%2C0.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1026%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1018%2C3.5%2C1026%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1015%2C27.5c-2.2-2.5-3.5-5.9-3.5-9.5c0-8%2C6.5-14.5%2C14.5-14.5c1.8%2C0%2C3.4%2C0.3%2C5%2C0.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1062%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1054%2C3.5%2C1062%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1049.4%2C25.1c-1.2-2.1-1.9-4.5-1.9-7.1c0-8%2C6.5-14.5%2C14.5-14.5c2.1%2C0%2C4.1%2C0.5%2C6%2C1.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1098%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1090%2C3.5%2C1098%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1084.3%2C22.7c-0.5-1.5-0.8-3.1-0.8-4.7c0-8%2C6.5-14.5%2C14.5-14.5c2.5%2C0%2C4.8%2C0.6%2C6.8%2C1.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1134%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1126%2C3.5%2C1134%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1119.7%2C20.4c-0.1-0.8-0.2-1.6-0.2-2.4c0-8%2C6.5-14.5%2C14.5-14.5c2.8%2C0%2C5.4%2C0.8%2C7.6%2C2.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1170%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1162%2C3.5%2C1170%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1155.5%2C18.1V18c0-8%2C6.5-14.5%2C14.5-14.5c3.1%2C0%2C6%2C1%2C8.4%2C2.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1206%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1198%2C3.5%2C1206%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1191.6%2C16.1c1-7.1%2C7-12.6%2C14.4-12.6c3.4%2C0%2C6.5%2C1.2%2C9%2C3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1242%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1234%2C3.5%2C1242%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1228%2C14.3c1.6-6.2%2C7.3-10.8%2C14-10.8c3.7%2C0%2C7%2C1.4%2C9.6%2C3.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1278%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1270%2C3.5%2C1278%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1264.5%2C12.7c2.2-5.4%2C7.4-9.2%2C13.5-9.2c3.9%2C0%2C7.5%2C1.6%2C10.1%2C4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1314%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1306%2C3.5%2C1314%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1301.2%2C11.2c2.4-4.6%2C7.2-7.7%2C12.8-7.7c4.2%2C0%2C8%2C1.8%2C10.6%2C4.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1350%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1342%2C3.5%2C1350%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1337.9%2C10c2.6-3.9%2C7-6.5%2C12.1-6.5c4.4%2C0%2C8.4%2C2%2C11%2C5.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1386%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1378%2C3.5%2C1386%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1374.7%2C9c2.6-3.4%2C6.7-5.5%2C11.3-5.5s8.8%2C2.2%2C11.4%2C5.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1422%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1414%2C3.5%2C1422%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1411.4%2C8.1c2.7-2.8%2C6.4-4.6%2C10.6-4.6c4.9%2C0%2C9.2%2C2.4%2C11.8%2C6.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1458%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1450%2C3.5%2C1458%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1448.2%2C7.3c2.6-2.4%2C6-3.8%2C9.8-3.8c5.1%2C0%2C9.5%2C2.6%2C12.1%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1494%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1486%2C3.5%2C1494%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1484.9%2C6.7c2.5-2%2C5.7-3.2%2C9.1-3.2c5.2%2C0%2C9.8%2C2.8%2C12.4%2C7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1530%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1522%2C3.5%2C1530%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1521.6%2C6.2c2.4-1.7%2C5.3-2.7%2C8.4-2.7c5.4%2C0%2C10.2%2C3%2C12.7%2C7.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1566%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1558%2C3.5%2C1566%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1558.3%2C5.7c2.2-1.4%2C4.9-2.2%2C7.7-2.2c5.6%2C0%2C10.5%2C3.2%2C12.9%2C7.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1602%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1594%2C3.5%2C1602%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1594.9%2C5.3c2.1-1.1%2C4.5-1.8%2C7.1-1.8c5.8%2C0%2C10.8%2C3.4%2C13.1%2C8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1638%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1630%2C3.5%2C1638%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1631.5%2C5c1.9-1%2C4.1-1.5%2C6.5-1.5c5.9%2C0%2C11.1%2C3.6%2C13.3%2C8.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1674%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1666%2C3.5%2C1674%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1668.1%2C4.8c1.8-0.8%2C3.8-1.3%2C5.9-1.3c6.1%2C0%2C11.3%2C3.8%2C13.5%2C9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1710%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1702%2C3.5%2C1710%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1704.6%2C4.5c1.7-0.7%2C3.5-1%2C5.4-1c6.3%2C0%2C11.6%2C4%2C13.6%2C9.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1746%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1738%2C3.5%2C1746%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1741.1%2C4.3c1.5-0.5%2C3.2-0.8%2C4.9-0.8c6.4%2C0%2C11.8%2C4.2%2C13.8%2C9.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1782%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1774%2C3.5%2C1782%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1777.6%2C4.2c1.4-0.5%2C2.9-0.7%2C4.4-0.7c6.5%2C0%2C12.1%2C4.3%2C13.9%2C10.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1818%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1810%2C3.5%2C1818%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1814.1%2C4c1.3-0.4%2C2.6-0.5%2C3.9-0.5c6.7%2C0%2C12.3%2C4.5%2C14%2C10.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1854%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1846%2C3.5%2C1854%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1850.5%2C3.9c1.1-0.3%2C2.3-0.4%2C3.5-0.4c6.8%2C0%2C12.6%2C4.7%2C14.1%2C11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1890%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1882%2C3.5%2C1890%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1886.9%2C3.8c1-0.2%2C2-0.3%2C3.1-0.3c7%2C0%2C12.8%2C4.9%2C14.2%2C11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1926%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1918%2C3.5%2C1926%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1923.3%2C3.7c0.9-0.2%2C1.8-0.2%2C2.7-0.2c7.1%2C0%2C13%2C5.1%2C14.3%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1962%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1954%2C3.5%2C1962%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1959.7%2C3.7c0.7-0.1%2C1.5-0.2%2C2.3-0.2c7.2%2C0%2C13.2%2C5.3%2C14.3%2C12.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1998%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1990%2C3.5%2C1998%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1996.1%2C3.6c0.6-0.1%2C1.3-0.1%2C1.9-0.1c7.4%2C0%2C13.4%2C5.5%2C14.4%2C12.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2034%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2026%2C3.5%2C2034%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2032.5%2C3.6c0.5-0.1%2C1-0.1%2C1.5-0.1c7.5%2C0%2C13.7%2C5.7%2C14.4%2C13'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2070%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2062%2C3.5%2C2070%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2068.9%2C3.5c0.4%2C0%2C0.8%2C0%2C1.1%2C0c7.6%2C0%2C13.9%2C5.9%2C14.5%2C13.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2106%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2098%2C3.5%2C2106%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2105.2%2C3.5c0.3%2C0%2C0.5%2C0%2C0.8%2C0c7.7%2C0%2C14.1%2C6.1%2C14.5%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2142%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2134%2C3.5%2C2142%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2141.6%2C3.5c0.1%2C0%2C0.3%2C0%2C0.4%2C0c7.9%2C0%2C14.3%2C6.3%2C14.5%2C14.1'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--indeterminate--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 20' enable-background='new 0 0 1200 20' width='1200' height='20'%3E%3Cstyle type='text/css'%3E.st0 %7B fill-opacity: 0%3B stroke: %23FFFFFF%3B stroke-width: 2%3B stroke-opacity: 0.06%3B %7D .st1 %7B fill-opacity: 0%3B stroke: %231473E6%3B stroke-width: 2%3B %7D%3C/style%3E%3Cpath class='st0' d='M10 3.5c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M10 3.5c3.9 0 7 3.1 7 7'/%3E%3Cpath class='st0' d='M30 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M30.2 3c3.8.1 6.8 3.2 6.8 7 0 .8-.1 1.6-.4 2.3'/%3E%3Cpath class='st0' d='M50 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M50.4 3c3.7.2 6.6 3.3 6.6 7 0 1.6-.5 3-1.4 4.2'/%3E%3Cpath class='st0' d='M70 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M70.5 3c3.6.3 6.5 3.3 6.5 7 0 2.4-1.2 4.4-2.9 5.7'/%3E%3Cpath class='st0' d='M90 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M90.7 3c3.5.4 6.3 3.3 6.3 7 0 3.1-2 5.7-4.7 6.6'/%3E%3Cpath class='st0' d='M110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M110.9 3c3.4.5 6.1 3.4 6.1 7 0 3.7-2.9 6.8-6.6 7'/%3E%3Cpath class='st0' d='M130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M131.1 3.1c3.3.5 5.9 3.4 5.9 6.9 0 3.9-3.1 7-7 7-.5 0-1 0-1.4-.1'/%3E%3Cpath class='st0' d='M150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M151.3 3.1c3.3.6 5.7 3.5 5.7 6.9 0 3.9-3.1 7-7 7-1.1 0-2.2-.2-3.1-.7'/%3E%3Cpath class='st0' d='M170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M171.4 3.1c3.2.7 5.6 3.5 5.6 6.9 0 3.9-3.1 7-7 7-1.7 0-3.2-.6-4.5-1.6'/%3E%3Cpath class='st0' d='M190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M191.6 3.2c3.1.7 5.4 3.5 5.4 6.8 0 3.9-3.1 7-7 7-2.3 0-4.3-1.1-5.6-2.8'/%3E%3Cpath class='st0' d='M210 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M211.8 3.2c3 .8 5.2 3.5 5.2 6.8 0 3.9-3.1 7-7 7-2.8 0-5.2-1.6-6.3-4'/%3E%3Cpath class='st0' d='M230 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M232 3.3c2.9.9 5 3.5 5 6.7 0 3.9-3.1 7-7 7-3.3 0-6.1-2.3-6.8-5.4'/%3E%3Cpath class='st0' d='M250 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M252.2 3.3c2.8 1 4.8 3.6 4.8 6.7 0 3.9-3.1 7-7 7-3.8 0-6.8-2.9-7-6.7'/%3E%3Cpath class='st0' d='M270 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M272.3 3.4c2.7 1 4.7 3.6 4.7 6.6 0 3.9-3.1 7-7 7s-7-3.1-7-7v-1'/%3E%3Cpath class='st0' d='M290 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M292.5 3.5c2.6 1 4.5 3.6 4.5 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-.7.1-1.4.3-2.1'/%3E%3Cpath class='st0' d='M310 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M312.7 3.5c2.6 1.1 4.3 3.6 4.3 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.2.3-2.2.8-3.2'/%3E%3Cpath class='st0' d='M330 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M332.8 3.6c2.5 1.1 4.2 3.5 4.2 6.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.5.5-2.9 1.4-4.1'/%3E%3Cpath class='st0' d='M350 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M353 3.7c2.4 1.1 4 3.5 4 6.3 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.9.8-3.6 2-4.9'/%3E%3Cpath class='st0' d='M370 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M375.5 5.6c1 1.2 1.5 2.7 1.5 4.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.3 1.1-4.2 2.7-5.6'/%3E%3Cpath class='st0' d='M390 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M396.8 8.2c.1.6.2 1.2.2 1.8 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.6 1.4-4.8 3.5-6'/%3E%3Cpath class='st0' d='M410 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M417 11c-.5 3.4-3.4 6-7 6-3.9 0-7-3.1-7-7 0-2.9 1.7-5.4 4.2-6.4'/%3E%3Cpath class='st0' d='M430 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M436.1 13.4c-1.2 2.2-3.5 3.6-6.1 3.6-3.9 0-7-3.1-7-7 0-3.2 2.1-5.8 5-6.7'/%3E%3Cpath class='st0' d='M450 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M454.6 15.2c-1.3 1.1-2.8 1.8-4.6 1.8-3.9 0-7-3.1-7-7 0-3.4 2.5-6.3 5.7-6.9'/%3E%3Cpath class='st0' d='M470 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M472.8 16.4c-.9.4-1.8.6-2.8.6-3.9 0-7-3.1-7-7 0-3.7 2.8-6.7 6.5-7'/%3E%3Cpath class='st0' d='M490 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M490.8 17h-.8c-3.9 0-7-3.1-7-7s3.1-7 7-7h.1'/%3E%3Cpath class='st0' d='M510 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M508.9 16.9c-3.3-.5-5.9-3.4-5.9-6.9 0-3.9 3.1-7 7-7h.8'/%3E%3Cpath class='st0' d='M530 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M527.2 16.4c-2.5-1.1-4.2-3.5-4.2-6.4 0-3.9 3.1-7 7-7 .5 0 .9 0 1.4.1'/%3E%3Cpath class='st0' d='M550 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M545.8 15.6c-1.7-1.3-2.8-3.3-2.8-5.6 0-3.9 3.1-7 7-7 .7 0 1.3.1 1.9.2'/%3E%3Cpath class='st0' d='M570 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M564.7 14.6c-1.1-1.2-1.7-2.8-1.7-4.6 0-3.9 3.1-7 7-7 .9 0 1.6.1 2.4.4'/%3E%3Cpath class='st0' d='M590 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M583.9 13.4c-.6-1-.9-2.2-.9-3.4 0-3.9 3.1-7 7-7 1 0 2 .2 2.9.6'/%3E%3Cpath class='st0' d='M610 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M603.4 12.3c-.2-.7-.4-1.5-.4-2.3 0-3.9 3.1-7 7-7 1.2 0 2.3.3 3.3.8'/%3E%3Cpath class='st0' d='M630 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M623.1 11.2l-.1-1.2c0-3.9 3.1-7 7-7 1.4 0 2.6.4 3.7 1.1'/%3E%3Cpath class='st0' d='M650 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M643 10c0-3.9 3.1-7 7-7 1.5 0 2.9.5 4.1 1.3'/%3E%3Cpath class='st0' d='M670 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M663 9.1c.5-3.4 3.4-6.1 7-6.1 1.6 0 3.1.6 4.3 1.5'/%3E%3Cpath class='st0' d='M690 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M683.2 8.2c.8-3 3.5-5.2 6.8-5.2 1.8 0 3.4.7 4.6 1.7'/%3E%3Cpath class='st0' d='M710 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M703.5 7.4c1.1-2.6 3.6-4.4 6.5-4.4 1.9 0 3.6.8 4.9 2'/%3E%3Cpath class='st0' d='M730 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M723.8 6.7c1.2-2.2 3.5-3.7 6.2-3.7 2 0 3.9.9 5.1 2.2'/%3E%3Cpath class='st0' d='M750 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M744.2 6.1c1.3-1.9 3.4-3.1 5.8-3.1 2.1 0 4.1 1 5.3 2.5'/%3E%3Cpath class='st0' d='M770 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M764.5 5.7c1.3-1.7 3.3-2.7 5.5-2.7s4.2 1.1 5.5 2.7'/%3E%3Cpath class='st0' d='M790 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M784.9 5.2c1.3-1.3 3.1-2.2 5.1-2.2 2.4 0 4.4 1.2 5.7 2.9'/%3E%3Cpath class='st0' d='M810 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M805.3 4.8c1.3-1.2 2.9-1.8 4.7-1.8 2.5 0 4.6 1.3 5.8 3.1'/%3E%3Cpath class='st0' d='M830 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M825.6 4.5c1.2-1 2.8-1.5 4.4-1.5 2.5 0 4.7 1.4 6 3.4'/%3E%3Cpath class='st0' d='M850 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M845.9 4.3c1.2-.8 2.6-1.3 4.1-1.3 2.6 0 4.9 1.4 6.1 3.6'/%3E%3Cpath class='st0' d='M870 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M866.3 4.1c1.1-.7 2.4-1.1 3.7-1.1 2.7 0 5.1 1.5 6.2 3.8'/%3E%3Cpath class='st0' d='M890 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M886.6 3.9c1-.5 2.2-.9 3.4-.9 2.8 0 5.2 1.6 6.3 4'/%3E%3Cpath class='st0' d='M910 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M906.9 3.7c.9-.5 2-.7 3.1-.7 2.8 0 5.4 1.7 6.4 4.2'/%3E%3Cpath class='st0' d='M930 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M927.2 3.6c.8-.4 1.8-.6 2.8-.6 2.9 0 5.5 1.8 6.5 4.4'/%3E%3Cpath class='st0' d='M950 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M947.4 3.5c.8-.3 1.7-.5 2.6-.5 3 0 5.6 1.9 6.6 4.6'/%3E%3Cpath class='st0' d='M970 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M967.6 3.4c.7-.2 1.5-.4 2.4-.4 3.1 0 5.7 2 6.7 4.8'/%3E%3Cpath class='st0' d='M990 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M987.9 3.3c.7-.2 1.4-.3 2.1-.3 3.1 0 5.8 2.1 6.7 5'/%3E%3Cpath class='st0' d='M1010 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1008.1 3.2c.6-.2 1.3-.2 1.9-.2 3.2 0 5.9 2.2 6.8 5.2'/%3E%3Cpath class='st0' d='M1030 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1028.3 3.2c.5-.1 1.1-.2 1.7-.2 3.3 0 6.1 2.3 6.8 5.4'/%3E%3Cpath class='st0' d='M1050 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1048.5 3.1c.5-.1 1-.1 1.5-.1 3.4 0 6.2 2.4 6.9 5.6'/%3E%3Cpath class='st0' d='M1070 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1068.7 3.1c.4-.1.9-.1 1.3-.1 3.4 0 6.3 2.5 6.9 5.7'/%3E%3Cpath class='st0' d='M1090 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1088.9 3.1c.3 0 .7-.1 1.1-.1 3.5 0 6.4 2.6 6.9 5.9'/%3E%3Cpath class='st0' d='M1110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1109.1 3h.9c3.6 0 6.5 2.7 7 6.1'/%3E%3Cpath class='st0' d='M1130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1129.3 3h.7c3.6 0 6.6 2.8 7 6.3'/%3E%3Cpath class='st0' d='M1150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1149.5 3h.5c3.7 0 6.7 2.8 7 6.5'/%3E%3Cpath class='st0' d='M1170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1169.6 3h.4c3.7 0 6.8 2.9 7 6.6'/%3E%3Cpath class='st0' d='M1190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1189.8 3h.2c3.8 0 6.9 3 7 6.8'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--indeterminate--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--indeterminate--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Loader--bar-fill {
  background: rgb(38, 128, 235);
}
.coral--dark ._coral-Loader--bar-track {
  background-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Loader--bar--fullpage ._coral-Loader--bar-fill {
    background: #FFFFFF;
  }
.coral--dark ._coral-Loader--bar--fullpage ._coral-Loader--bar-label, .coral--dark ._coral-Loader--bar--fullpage ._coral-Loader--bar-percentage {
    color: #FFFFFF;
  }
.coral--dark ._coral-Loader--bar--fullpage ._coral-Loader--bar-track {
    background-color: rgba(255,255,255,0.2);
  }
.coral--dark ._coral-Underlay {
  background: rgba(0, 0, 0, 0.4);
}
.coral--dark ._coral-Dialog {
  background: rgb(50, 50, 50);
}
.coral--dark ._coral-Dialog-header {
  background: rgb(50, 50, 50);
}
.coral--dark ._coral-Dialog-header:after {
    background: rgb(57, 57, 57);
  }
.coral--dark ._coral-Dialog-title {
  /* Todo: Determine if missing class is required */
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Dialog-typeIcon {
  /* Todo: Determine if missing class is required */
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Dialog-footer {
  background: rgb(50, 50, 50);
}

.coral--dark ._coral-Dialog--error ._coral-Dialog-title {
    color: rgb(236, 91, 98);
  }
.coral--dark ._coral-Dialog--error ._coral-Dialog-typeIcon{
    color: rgb(236, 91, 98);
  }

.coral--dark ._coral-Slider {
}

.coral--dark ._coral-Slider-controls {
  background-color: transparent;
}

.coral--dark ._coral-Slider-track {
  background: rgb(62, 62, 62);
}
/*
Todo: Determine if unused mixin is required
spectrum-slider-track-disabled(){
  background: $spectrum-slider-track-color-disabled;
}
*/
.coral--dark ._coral-Slider-track--fill {
  background: rgb(153, 153, 153);
}

.coral--dark ._coral-Slider-track--buffer {
  background: rgb(92, 92, 92);
}

.coral--dark ._coral-Slider-track--ramp path {
    fill: rgb(62, 62, 62);
  }

.coral--dark ._coral-Slider-handle {
  border-color: rgb(153, 153, 153);
  background: rgb(50, 50, 50);
  box-shadow: 0 0 0 4px rgb(50, 50, 50);
}

.coral--dark ._coral-Slider-handle:hover {
    border-color: rgb(205, 205, 205);
  }

.coral--dark ._coral-Slider-handle.is-focused {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--dark ._coral-Slider-handle:active,
  .coral--dark ._coral-Slider-handle.is-dragged {
    border-color: rgb(205, 205, 205);
    background: rgb(205, 205, 205);
  }
.coral--dark ._coral-Slider-input {
  background: transparent;
}
/*
Todo: Determine if missing mixin is required
._coral-Slider-ticks {
  spectrum-slider-ticks()
}
*/
.coral--dark ._coral-Slider-tick-mark:after {
    background-color: rgb(62, 62, 62);
    border-radius: 1px;
  }
/*
Todo: Determine if these are supposed to be pseudo classes
*/
.coral--dark ._coral-Slider-controls--hover ._coral-Slider-handle {
    border-color: rgb(205, 205, 205);
  }
.coral--dark ._coral-Slider-controls--focus ._coral-Slider-handle {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--dark ._coral-Slider-handle.is-focused {
    border-color: rgb(38, 128, 235);
    background: rgb(38, 128, 235);
  }
.coral--dark ._coral-Slider-controls--active ._coral-Slider-handle {
    border-color: rgb(205, 205, 205);
    background: rgb(205, 205, 205);
  }
.coral--dark ._coral-Slider-handle.is-dragged {
    border-color: rgb(205, 205, 205);
    background: rgb(205, 205, 205);
  }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-labelContainer {
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle {
    border-color: rgb(77, 77, 77);
    background: rgb(50, 50, 50);
  }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
    .coral--dark ._coral-Slider.is-disabled ._coral-Slider-handle:active {
      border-color: rgb(77, 77, 77);
      border-width: 4px;
      background: rgb(50, 50, 50);
    }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-track--fill {
    background: rgb(62, 62, 62);
  }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-track--buffer {
    background: rgb(62, 62, 62);
  }
.coral--dark ._coral-Slider.is-disabled ._coral-Slider-track--ramp path {
      fill: rgb(57, 57, 57);
    }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
      background: rgb(57, 57, 57);
      box-shadow: none;
    }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
      background: rgba(0, 0, 0, 0);
      box-shadow: none;
      border-color: rgb(77, 77, 77);
    }
.coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
      .coral--dark ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
        border-width: 4px;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-color: rgb(77, 77, 77);
      }

.coral--dark ._coral-Slider--color ._coral-Slider-track {
    background: linear-gradient(to right, rgb(38, 128, 235), rgb(90, 169, 250));
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
.coral--dark ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-color: rgb(37, 37, 37);
    background: rgba(0, 0, 0, 0);
  }
.coral--dark ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

.coral--dark ._coral-Slider--round ._coral-Slider-handle {
    box-shadow: none;
  }
.coral--dark ._coral-Slider--round ._coral-Slider-handle::after {
      background-color: rgb(153, 153, 153);
    }
.coral--dark ._coral-Slider--round ._coral-Slider-handle:hover::after {
        background-color: rgb(205, 205, 205);
      }
.coral--dark ._coral-Slider--round ._coral-Slider-handle.is-focused {
      background-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Slider--round ._coral-Slider-handle.is-focused::after {
        background-color: rgb(37, 37, 37);
      }
.coral--dark ._coral-Slider--round ._coral-Slider-handle:active,
    .coral--dark ._coral-Slider--round ._coral-Slider-handle.is-dragged {
      background-color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Slider--round ._coral-Slider-handle:active::after, .coral--dark ._coral-Slider--round ._coral-Slider-handle.is-dragged::after {
        background-color: rgb(37, 37, 37);
      }
.coral--dark ._coral-Slider--round ._coral-Slider-controls::before,
    .coral--dark ._coral-Slider--round ._coral-Slider-controls::after {
      background-color: rgb(123, 123, 123);
    }

.coral--dark ._coral-TabList-item {
  color: rgb(153, 153, 153);
}

.coral--dark ._coral-TabList-item:hover {
    color: rgb(255, 255, 255);
  }

.coral--dark ._coral-TabList-item.is-selected {
    color: rgb(255, 255, 255);
  }

.coral--dark ._coral-TabList-item.focus-ring {
    color: rgb(255, 255, 255);
    box-shadow: 0 0 0 2px rgb(38, 128, 235);
  }
.coral--dark ._coral-TabList-item.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-TabList--anchored {
  border-color: rgb(57, 57, 57);
}
.coral--dark ._coral-TabList--anchored ._coral-TabList-item.focus-ring {
      color: rgb(38, 128, 235);
      box-shadow: initial;
    }
/* The focus line should become blue only for anchored tabs */
.coral--dark ._coral-TabList--anchored ._coral-TabList-item.focus-ring ~ ._coral-TabList-item-line {
          background-color:  rgb(38, 128, 235);
      }
.coral--dark ._coral-TabList-item-line {
  background-color: rgb(255, 255, 255);
}
/* Default Label Style is 'incomplete' */
.coral--dark ._coral-Steplist ._coral-Steplist-label {
    color: rgb(123, 123, 123)
  }
/* Default Marker Style is 'incomplete' */
.coral--dark ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(62, 62, 62)
  }
/* Default Line Style is 'incomplete' */
.coral--dark ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(62, 62, 62)
  }
/* Step Completed */
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(153, 153, 153)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(123, 123, 123)
      }
/* Step Selected aka Current */
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(205, 205, 205)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(205, 205, 205)
      }
.coral--dark ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment, .coral--dark ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(92, 92, 92)
      }
/* Step Focused */
.coral--dark ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker {
          background-color: rgb(38, 128, 235)
        }
/* :before is used for the track of the switch */
.coral--dark ._coral-ToggleSwitch-switch::before {
    background-color: rgb(62, 62, 62);
  }
/* :after is used for the handle of the switch */
.coral--dark ._coral-ToggleSwitch-switch::after {
    background-color: rgb(45, 45, 45);
    border-color: rgb(123, 123, 123);
  }
/* Interactivity Styles */
.coral--dark ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
      background-color: rgb(55, 142, 240);
    }
.coral--dark ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
      border-color: rgb(55, 142, 240);
    }
.coral--dark ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch::after {
        border-color: rgb(38, 128, 235);
        box-shadow: 0 0 0 1px rgb(38, 128, 235);
      }
.coral--dark ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
        background-color: rgb(62, 62, 62);
      }
.coral--dark ._coral-ToggleSwitch-input.focus-ring ~ ._coral-ToggleSwitch-label {
      color: rgb(75, 156, 245);
    }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(153, 153, 153);
          box-shadow: none;
        }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(75, 156, 245);
        }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(75, 156, 245);
        }
.coral--dark ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(205, 205, 205);
        }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(90, 169, 250);
        }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(90, 169, 250);
        }
.coral--dark ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(255, 255, 255);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
        color: rgb(92, 92, 92);
      }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(77, 77, 77);
        }
.coral--dark ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(77, 77, 77);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
        /* Don't be blue */
        border-color: rgb(123, 123, 123);
      }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(38, 128, 235);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(77, 77, 77);
        }
.coral--dark ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(153, 153, 153);
        }
.coral--dark ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(62, 62, 62);
        }
.coral--dark ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(205, 205, 205);
        }

.coral--dark ._coral-SelectList {
  background-color: rgb(37, 37, 37);
}
.coral--dark ._coral-SelectList-item {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-SelectList-item:focus,
  .coral--dark ._coral-SelectList-item.is-focused {
    background-color: rgb(50, 50, 50);
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-SelectList-item:hover {
    background-color: rgb(50, 50, 50);
    color: rgb(205, 205, 205);
  }
.coral--dark ._coral-SelectList-item.is-selected {
    color: rgb(75, 156, 245);
  }
.coral--dark ._coral-SelectList-item.is-selected ._coral-SelectList-checkmark {
      color: rgb(38, 128, 235);
    }
.coral--dark ._coral-SelectList-item .is-active,
  .coral--dark ._coral-SelectList-item:active {
    background-color: rgb(57, 57, 57);
  }
.coral--dark ._coral-SelectList-item.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: rgb(92, 92, 92);
    cursor: default;
  }
.coral--dark ._coral-SelectList-divider {
  background-color: rgb(50, 50, 50);
}
.coral--dark ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Dropdown.is-invalid ._coral-Icon {
      color: rgb(227, 72, 80);
    }
.coral--dark ._coral-Dropdown.is-invalid:hover ._coral-Dropdown-icon {
      color: rgb(227, 72, 80);
    }
.coral--dark ._coral-Dropdown.is-disabled ._coral-Dropdown-icon, .coral--dark ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(92, 92, 92);
      }
.coral--dark ._coral-Dropdown-icon {
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-Toast {
  background-color: rgb(118, 118, 118);
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Toast-typeIcon {
  color: white;
}
.coral--dark ._coral-Toast-closeButton {
  color: white;
}
.coral--dark ._coral-Toast-closeButton:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
.coral--dark ._coral-Toast-closeButton.focus-ring {
    background-color: rgba(255, 255, 255, 1);
  }
.coral--dark ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(118, 118, 118);
    }
.coral--dark ._coral-Toast-closeButton:active {
    background-color: rgba(255, 255, 255, 0.15);
  }

.coral--dark ._coral-Toast--warning {
  background-color: rgb(242, 148, 35);
}
.coral--dark ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(242, 148, 35);
    }

.coral--dark ._coral-Toast--error {
  background-color: rgb(236, 91, 98);
}
.coral--dark ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(236, 91, 98);
    }

.coral--dark ._coral-Toast--info {
  background-color: rgb(55, 142, 240);
}
.coral--dark ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(55, 142, 240);
    }

.coral--dark ._coral-Toast--success {
  background-color: rgb(51, 171, 132);
}
.coral--dark ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(51, 171, 132);
    }
.coral--dark ._coral-Popover {
  background-color: rgb(37, 37, 37);
  border-color: rgb(62, 62, 62);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.coral--dark ._coral-Popover ._coral-Dialog-header,
  .coral--dark ._coral-Popover ._coral-Dialog-footer,
  .coral--dark ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--dark ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(37, 37, 37);
    border-color: rgb(62, 62, 62);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
.coral--dark ._coral-Accordion-item {
  border-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Accordion-indicator {
  color: rgb(123, 123, 123);
}
.coral--dark ._coral-Accordion-header {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Accordion-header:focus,
  .coral--dark ._coral-Accordion-header:hover {
    color: rgb(255, 255, 255);

    background-color: rgb(57, 57, 57);
  }
.coral--dark ._coral-Accordion-header:focus + ._coral-Accordion-indicator, .coral--dark ._coral-Accordion-header:hover + ._coral-Accordion-indicator {
      color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Accordion-header:focus:after  {
      background-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Accordion-item.is-open ._coral-Accordion-header:hover {
        background-color: transparent;
      }
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-header,
    .coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-header:hover,
    .coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-header:focus {
      color: rgb(92, 92, 92);
      background-color: transparent;
    }
.coral--dark ._coral-Accordion-item.is-disabled ._coral-Accordion-header + ._coral-Accordion-indicator {
      color: rgb(77, 77, 77);
    }

.coral--dark .coral-Well {
  background-color: rgba(255, 255, 255, .02);
  border-color: rgba(255, 255, 255, .05);
}
.coral--dark .coral-FieldLabel,
.coral--dark ._coral-Form-itemLabel {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Search-icon {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(92, 92, 92);
    }

.coral--dark ._coral-Stepper.is-focused {
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-stepUp,
    .coral--dark ._coral-Stepper.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-stepUp,
    .coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-stepDown,
    .coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-stepUp:focus, .coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-stepDown:focus, .coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
      }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-left-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--dark ._coral-Stepper.is-invalid.is-focused {
      box-shadow: 0 0 0 1px rgb(227, 72, 80);
    }
.coral--dark ._coral-Stepper.is-invalid.is-focused ._coral-Stepper-input {
        border-left-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.coral--dark ._coral-Stepper-stepUp,
.coral--dark ._coral-Stepper-stepDown {
  border-color: rgb(62, 62, 62);
}
.coral--dark ._coral-Stepper-stepUp:disabled, .coral--dark ._coral-Stepper-stepDown:disabled {
    border-color: rgba(0, 0, 0, 0);
  }
.coral--dark ._coral-Stepper-stepDown:hover {
    /* Keep the border on hover */
    border-bottom-color: rgb(62, 62, 62);
  }

.coral--dark ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled, .coral--dark ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-Stepper--quiet.is-focused {
    box-shadow: 0 1px 0 0 rgb(38, 128, 235);
  }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepUp,
    .coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 0 rgb(38, 128, 235);
    }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown,
    .coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(227, 72, 80);
    }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown:focus, .coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp {
      border-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp:focus {
        border-color: rgb(62, 62, 62);
      }
.coral--dark ._coral-Stepper--quiet.is-invalid.is-focused {
      box-shadow: 0 1px 0 0 rgb(227, 72, 80);
    }
.coral--dark ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepUp,
      .coral--dark ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepDown {
        border-color: rgb(227, 72, 80);
      }
.coral--dark ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-input {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 0 rgb(227, 72, 80);
      }
.coral--dark ._coral-Calendar-prevMonth {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Calendar-nextMonth {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Calendar-dayOfWeek {
  color: rgb(153, 153, 153);
}
.coral--dark ._coral-Calendar-date:hover {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(255, 255, 255, .06);
      }
.coral--dark ._coral-Calendar-date:hover.is-selected {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(55, 142, 240, .2);
        }
.coral--dark ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(55, 142, 240, .2);
      }
.coral--dark ._coral-Calendar-date:active {
    background-color: rgba(255, 255, 255, .1);
  }
.coral--dark ._coral-Calendar-date.is-selected {
    color: rgb(255, 255, 255);
    background: rgba(55, 142, 240, .1);
  }
.coral--dark ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
    background: rgba(55, 142, 240, .2);
  }
.coral--dark ._coral-Calendar-date.is-today {
    color: rgb(205, 205, 205);
    border-color: rgb(205, 205, 205);
    font-weight: 700;
  }
.coral--dark ._coral-Calendar-date.is-today:before {
      border-color: rgb(205, 205, 205);
    }
.coral--dark ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(55, 142, 240, .2);
        }
.coral--dark ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(92, 92, 92);
      border-color: rgb(77, 77, 77);
    }
.coral--dark ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(77, 77, 77);
      }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(255, 255, 255, .06);
    border-color: rgb(38, 128, 235);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
    .coral--dark ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(255, 255, 255);
      background: rgba(55, 142, 240, .2);
      border-color: rgb(38, 128, 235);
    }
.coral--dark ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(55, 142, 240, .2);
      }
.coral--dark ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(55, 142, 240, .2);
      }
.coral--dark ._coral-Calendar-date.is-disabled {
    color: rgb(92, 92, 92);
  }
.coral--dark ._coral-Calendar-date.is-selection-start,
  .coral--dark ._coral-Calendar-date.is-selection-end {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Calendar-date.is-selection-start:after, .coral--dark ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(55, 142, 240, .1);
    }
.coral--dark ._coral-Calendar-date.is-selection-start.is-disabled, .coral--dark ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(92, 92, 92);
    }
.coral--dark .coral-Table-headerCell {
  color: rgb(153, 153, 153);
}
.coral--dark .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(123, 123, 123);
    }
.coral--dark .coral-Table-headerCell.is-sortable:hover {
      color: rgb(205, 205, 205);
    }
.coral--dark .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(153, 153, 153);
      }
.coral--dark .coral-Table-headerCell.is-sortable.focus-ring,
    .coral--dark .coral-Table-headerCell.is-sortable.is-focused {
      color: rgb(205, 205, 205);
    }
.coral--dark .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon, .coral--dark .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(153, 153, 153);
      }
.coral--dark .coral-Table-headerCell.is-sortable:active {
      color: rgb(255, 255, 255);
    }
.coral--dark .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(205, 205, 205);
      }
.coral--dark .coral-Table-body {
  border: 1px solid rgb(62, 62, 62);
  background-color: rgb(45, 45, 45);
}
/* The tbody tag doesn't allow setting a border-radius, so these hacks are to make that work
   by putting the border on the individual cells instead. */
.coral--dark tbody.coral-Table-body {
  border: none;
}
.coral--dark tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--dark tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(62, 62, 62);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(62, 62, 62);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(62, 62, 62);
  }
.coral--dark tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(62, 62, 62);
  }
.coral--dark .coral-Table-row {
  border-bottom: 1px solid rgb(62, 62, 62);
  background-color: rgb(45, 45, 45);
}
.coral--dark .coral-Table-row:last-child {
    border-bottom: none;
  }
.coral--dark .coral-Table-row:hover {
    background-color: rgb(50, 50, 50);
  }
.coral--dark .coral-Table-row.focus-ring,
  .coral--dark .coral-Table-row.is-focused {
    background-color: rgb(50, 50, 50);
  }
.coral--dark .coral-Table-row:active {
    background-color: rgb(57, 57, 57);
  }
.coral--dark .coral-Table-row.is-selected {
    background-color: rgb(50, 50, 50);
  }
.coral--dark .coral-Table-row.is-selected:hover {
      background-color: rgb(57, 57, 57);
    }
.coral--dark .coral-Table-row.is-selected.focus-ring,
    .coral--dark .coral-Table-row.is-selected.is-focused {
      background-color: rgb(57, 57, 57);
    }
.coral--dark .coral-Table-cell {
  color: rgb(205, 205, 205);
}
.coral--dark .coral-Table-cell--divider {
  border-right: 1px solid rgb(62, 62, 62);
}
.coral--dark .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0);
  }
.coral--dark .coral-Table--quiet .coral-Table-row {
    background-color: rgba(0, 0, 0, 0);
  }
.coral--dark .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgb(57, 57, 57);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.focus-ring,
    .coral--dark .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgb(57, 57, 57);
    }
.coral--dark .coral-Table--quiet .coral-Table-row:active {
      background-color: rgb(62, 62, 62);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgb(57, 57, 57);
    }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgb(62, 62, 62);
      }
.coral--dark .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
      .coral--dark .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgb(62, 62, 62);
      }
.coral--dark .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
    .coral--dark .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--dark ._coral-Rating-icon {
  color: rgb(123, 123, 123);
}
/* Star */
.coral--dark ._coral-Rating-icon ._coral-Rating-starActive {
    display: block;
  }
.coral--dark ._coral-Rating-icon ._coral-Rating-starInactive {
    display: none;
  }
.coral--dark ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) {
    color: rgb(123, 123, 123);
  }
/* StarOutline */
.coral--dark ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
      display: none;
    }
.coral--dark ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
      display: block;
    }
.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) {
  color: rgb(123, 123, 123);
}
/* StarOutline */
.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }

.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active {
  color: rgb(123, 123, 123);
}
/* Star */
.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--dark ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--dark ._coral-Rating-icon.is-active {
    color: rgb(205, 205, 205);
  }
/* Star */
.coral--dark ._coral-Rating-icon.is-active ._coral-Rating-starActive {
      display: block;
    }
.coral--dark ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
      display: none;
    }

.coral--dark ._coral-Rating.is-disabled ._coral-Rating-icon.is-active {
  color: rgb(62, 62, 62);
}
/* Star */
.coral--dark ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--dark ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--dark ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) {
  color: rgb(62, 62, 62);
}
/* StarOutline */
.coral--dark ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--dark ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }
.coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon,
      .coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active),
      .coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active {
        color: rgb(75, 156, 245);

      }
.coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon > ._coral-Icon, .coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active) > ._coral-Icon, .coral--dark ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active > ._coral-Icon {
          stroke: currentColor;
          stroke-width: 1px;
        }
.coral--dark ._coral-TagList-item {
  color: rgb(153, 153, 153);
  background-color: rgb(45, 45, 45);
  border: 1px solid rgb(123, 123, 123);
}
.coral--dark ._coral-TagList-item:hover {
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
  }
.coral--dark ._coral-TagList-item.focus-ring {
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    border-color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
  }
.coral--dark ._coral-TagList-item.is-invalid {
    color: rgb(247, 109, 116);
    border-color: rgb(227, 72, 80);
  }
.coral--dark ._coral-TagList-item.is-invalid:hover {
      border-color: rgb(227, 72, 80);
      color: rgb(247, 109, 116);
    }
.coral--dark ._coral-TagList-item.is-invalid.focus-ring {
      color: rgb(255, 123, 130);
      border-color: rgb(227, 72, 80);
      box-shadow: 0 0 0 1px rgb(227, 72, 80);

    }
.coral--dark ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton ._coral-Icon {
        color: rgb(227, 72, 80);
      }
.coral--dark ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton::focus ._coral-Icon {
          color: rgb(247, 109, 116);
        }
.coral--dark ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton:hover ._coral-Icon {
          color: rgb(236, 91, 98);
        }
.coral--dark ._coral-TagList-item.is-disabled {
    color: rgb(92, 92, 92);
    background-color: rgb(57, 57, 57);
    border-color: rgb(57, 57, 57);
  }
.coral--dark ._coral-TagList-item.is-disabled ._coral-TagList-item-avatar {
      opacity: 0.3;
    }
.coral--dark ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(123, 123, 123);
  }
.coral--dark ._coral-TagList-item-removeButton:hover ._coral-Icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-TagList-item.is-disabled ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(92, 92, 92);
  }

.coral--dark ._coral-QuickActions-item {
  background-color: rgb(37, 37, 37);
  border-color: rgb(77, 77, 77);
  color: rgb(153, 153, 153);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.coral--dark ._coral-QuickActions-item:focus {
    outline: none;
  }
.coral--dark ._coral-QuickActions-item.focus-ring {
    border-color: rgb(38, 128, 235);
    color: rgb(38, 128, 235);
    box-shadow: 0 0 0 1px rgb(38, 128, 235);
    outline: none;
  }
.coral--dark ._coral-QuickActions-item:hover {
    border-color: rgb(153, 153, 153);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-QuickActions-item:active {
    border-color: rgb(205, 205, 205);
    color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
.coral--dark ._coral-MillerColumn-item:focus,
  .coral--dark ._coral-MillerColumn-item:hover {
    background-color: rgb(57, 57, 57);
  }
.coral--dark ._coral-MillerColumn-item.is-navigated {
      /* gray background */
      background-color: rgb(62, 62, 62);
    }
.coral--dark ._coral-MillerColumn-item.is-navigated:hover {
        background-color: rgb(62, 62, 62);
      }
.coral--dark ._coral-MillerColumn-item.is-selected {
      background-color: rgba(20, 115, 230, 0.1);
    }
.coral--dark ._coral-MillerColumn-item.is-selected:hover {
        background-color: rgba(20, 115, 230, 0.2);
      }

.coral--dark ._coral-CycleButton {
  background-color: rgba(0, 0, 0, 0);
}
.coral--dark ._coral-CycleButton ._coral-Icon {
    color: rgb(153, 153, 153);
  }
.coral--dark ._coral-CycleButton:hover ._coral-Icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-CycleButton:active {
    background-color: rgb(62, 62, 62);
  }
.coral--dark ._coral-CycleButton:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow instead */
    box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
  }
.coral--dark ._coral-CycleButton:focus ._coral-Icon {
      color: rgb(255, 255, 255);
    }
.coral--dark ._coral-Pagination-pageButton:hover {
    background-color: rgba(255, 255, 255, .04);
  }
.coral--dark ._coral-Pagination-pageButton:focus {
    border-color: rgb(38, 128, 235);
  }
.coral--dark ._coral-Pagination-pageButton.is-active {
    background-color: rgb(205, 205, 205);
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--dark ._coral-Banner--info {
  background-color: rgb(55, 142, 240);
}
.coral--dark ._coral-Banner--warning {
  background-color: rgb(242, 148, 35);
}
.coral--dark ._coral-Banner--error {
  background-color: rgb(236, 91, 98);
}
.coral--dark .coral-Rule {
  border-color: rgb(205, 205, 205);
}
.coral--dark .coral-Rule--subsection {
  border-color: rgb(62, 62, 62);
}
.coral--dark .coral-Rule--subsection2 {
  border-color: rgb(57, 57, 57);
}
.coral--dark .coral-Rule--panel {
  border-color: rgb(62, 62, 62);
}
.coral--dark ._coral-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.coral--dark ._coral-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.coral--dark ._coral-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.coral--dark ._coral-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.coral--dark ._coral-StatusLight--archived {
  color: rgb(123, 123, 123);
}
.coral--dark ._coral-StatusLight--archived::before {
    background-color: rgb(92, 92, 92);
  }
.coral--dark ._coral-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.coral--dark ._coral-StatusLight--yellow::before { 
  background-color: rgb(223, 191, 0);
}
.coral--dark ._coral-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.coral--dark ._coral-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.coral--dark ._coral-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.coral--dark ._coral-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.coral--dark ._coral-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.coral--dark ._coral-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.coral--dark ._coral-ShellIgnore {
  color: rgb(226, 226, 226);
  background-color: rgb(30, 30, 30);
}
.coral--dark ._coral-ShellIgnore ._coral-TabList-item {
    color: rgb(133, 133, 133);
  }
.coral--dark ._coral-ShellIgnore ._coral-TabList-item.is-selected {
      color: rgb(226, 226, 226);
    }
.coral--dark ._coral-ShellIgnore ._coral-TabList-item:hover, .coral--dark ._coral-ShellIgnore ._coral-TabList-item:active {
      color: rgb(226, 226, 226);
    }
.coral--dark ._coral-ShellIgnore ._coral-TabList-item-line {
    background-color: rgb(226, 226, 226);
  }
.coral--dark ._coral-ShellIgnore ._coral-Button--icon {
    color: rgb(133, 133, 133);
  }
.coral--dark ._coral-ShellIgnore ._coral-Button--icon:hover, .coral--dark ._coral-ShellIgnore ._coral-Button--icon:active {
      color: rgb(226, 226, 226);
    }
.coral--dark ._coral-ShellIgnore ._coral-Button--icon:active::before {
      background: transparent;
    }
.coral--dark ._coral-ShellIgnore ._coral-Button--quiet--dropdown, .coral--dark ._coral-ShellIgnore ._coral-Dropdown-icon {
    color: rgb(180, 180, 180);
  }
.coral--dark ._coral-ShellIgnore ._coral-Button--quiet--dropdown:hover, .coral--dark ._coral-ShellIgnore ._coral-Button--quiet--dropdown:active, .coral--dark ._coral-ShellIgnore ._coral-Dropdown-icon:hover, .coral--dark ._coral-ShellIgnore ._coral-Dropdown-icon:active {
      color: rgb(226, 226, 226);
    }
.coral--dark ._coral-ShellIgnore ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
    color: rgb(226, 226, 226);
  }
.coral--dark ._coral-ShellIgnore-companyLabel {
  color: rgb(133, 133, 133);
}
.coral--dark ._coral-TreeView-link {
  color: rgb(205, 205, 205);
}
.coral--dark ._coral-TreeView-link:hover,
  .coral--dark ._coral-TreeView-link.is-selected {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-TreeView-link:hover::before, .coral--dark ._coral-TreeView-link.is-selected::before {
      background-color: rgba(255, 255, 255, .04);
    }
.coral--dark ._coral-TreeView-link.focus-ring {
    color: rgb(255, 255, 255);
  }
.coral--dark ._coral-TreeView-link.focus-ring::before {
      background-color: rgba(255, 255, 255, .04);

      /* we cannot achieve rounded corners with outline so we use box-shadow instead */
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }
.coral--dark ._coral-TreeView-link.is-drop-target::before {
      background-color: rgba(55, 142, 240, .1);
      box-shadow: 0px 0px 0px 2px rgb(38, 128, 235) inset;
    }

/* Temporary skin variables that need to be moved into origins */
.coral--darkest :root {
  /* Icon Button*/

  /* Button */

  /* Loader */

  /* Shell */
}

.coral--darkest {
  background-color: rgb(30, 30, 30);

  /* Prevent tap highlights */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.coral--darkest,
.coral--darkest .coral-Body {
  color: rgb(180, 180, 180);
}
.coral--darkest .coral-Body--large {
  color: rgb(180, 180, 180);
}
.coral--darkest .coral-Body--small {
  color: rgb(180, 180, 180);
}
.coral--darkest .coral-Body--secondary {
  color: rgb(133, 133, 133);
}
.coral--darkest .coral-Heading--1 {
  color: rgb(226, 226, 226);
}
.coral--darkest .coral-Heading--2 {
  color: rgb(226, 226, 226);
}
.coral--darkest .coral-Heading--3 {
  color: rgb(226, 226, 226);
}
.coral--darkest .coral-Heading--4 {
  color: rgb(226, 226, 226);
}
.coral--darkest .coral-Heading--5 {
  color: rgb(133, 133, 133);
}
.coral--darkest .coral-Link {
  color: rgb(55, 142, 240);
}
.coral--darkest .coral-Link:hover {
    color: rgb(55, 142, 240);
  }
.coral--darkest .coral-Link:active {
    color: rgb(75, 156, 245);
  }
.coral--darkest .coral-Link.focus-ring {
    color: rgb(55, 142, 240);
  }
.coral--darkest .coral-Link.is-disabled {
    color: rgb(73, 73, 73);
  }
.coral--darkest .coral-Link--subtle {
  color: inherit;
}
.coral--darkest .coral-Link--subtle:hover {
    color: inherit;
  }
.coral--darkest .coral-Link--subtle:active {
    color: inherit;
  }
.coral--darkest .coral-Link--subtle:focus {
    color: inherit;
  }
.coral--darkest .coral-Link--overColor {
  color: rgb(255, 255, 255);
}
.coral--darkest .coral-Link--overColor:hover {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overColor:active {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overColor:focus {
    color: rgb(255, 255, 255);
  }
.coral--darkest .coral-Link--overColor.is-disabled {
    color: rgba(255, 255, 255, 0.5);
  }
.coral--darkest ._coral-Button.focus-ring {
    box-shadow: 0 0 0 1px rgb(55, 142, 240);
  }
.coral--darkest ._coral-Button:hover {
    box-shadow: none;
  }
.coral--darkest ._coral-Button:active {
    box-shadow: none;
  }
.coral--darkest ._coral-Button.is-selected ._coral-Icon {
    color: rgb(180, 180, 180);
  }

.coral--darkest ._coral-Button--cta {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--cta.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta:hover {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta:active {
    background-color: rgb(13, 102, 208);
    border-color: rgb(13, 102, 208);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--cta:disabled,
  .coral--darkest ._coral-Button--cta.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(180, 180, 180);
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Button--primary.focus-ring {
    background-color: rgb(55, 142, 240);
    border-color: rgb(55, 142, 240);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--primary:hover {
    background-color: rgb(180, 180, 180);
    border-color: rgb(180, 180, 180);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--primary:active {
    background-color: rgb(226, 226, 226);
    border-color: rgb(226, 226, 226);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--primary:disabled,
  .coral--darkest ._coral-Button--primary.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(105, 105, 105);
  color: rgb(105, 105, 105);
}
.coral--darkest ._coral-Button--secondary.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--secondary:hover {
    background-color: rgb(105, 105, 105);
    border-color: rgb(105, 105, 105);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--secondary:active {
    background-color: rgb(133, 133, 133);
    border-color: rgb(133, 133, 133);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--secondary:disabled,
  .coral--darkest ._coral-Button--secondary.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(227, 72, 80);
  color: rgb(227, 72, 80);
}
.coral--darkest ._coral-Button--warning.focus-ring {
    background-color: rgb(75, 156, 245);
    border-color: rgb(75, 156, 245);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--warning:hover {
    background-color: rgb(227, 72, 80);
    border-color: rgb(227, 72, 80);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--warning:active {
    background-color: rgb(247, 109, 116);
    border-color: rgb(247, 109, 116);
    color: rgb(8, 8, 8);
  }
.coral--darkest ._coral-Button--warning:disabled,
  .coral--darkest ._coral-Button--warning.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--quiet--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Button--quiet--primary.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--quiet--primary:hover {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--quiet--primary:active {
    background-color: rgb(45, 45, 45);
    border-color: rgb(45, 45, 45);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--quiet--primary:disabled,
  .coral--darkest ._coral-Button--quiet--primary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--quiet--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(105, 105, 105);
}
.coral--darkest ._coral-Button--quiet--secondary.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--quiet--secondary:hover {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Button--quiet--secondary:active {
    background-color: rgb(45, 45, 45);
    border-color: rgb(45, 45, 45);
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Button--quiet--secondary:disabled,
  .coral--darkest ._coral-Button--quiet--secondary.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--action {
  background-color: rgb(24, 24, 24);
  border-color: rgb(45, 45, 45);
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Button--action.focus-ring {
    background-color: rgb(8, 8, 8);
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--action:hover {
    background-color: rgb(8, 8, 8);
    border-color: rgb(60, 60, 60);
    box-shadow: none;
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--action:active,
  .coral--darkest ._coral-Button--action.is-selected {
    background-color: rgb(38, 38, 38);
    border-color: rgb(60, 60, 60);
    box-shadow: none;
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--action:disabled,
  .coral--darkest ._coral-Button--action.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--quiet--action {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Button--quiet--action.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 2px rgb(20, 115, 230);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--quiet--action.is-selected {
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Button--quiet--action:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--quiet--action:active {
    background-color: rgb(45, 45, 45);
    box-shadow: none;
    color: rgb(226, 226, 226);
  }
/* Make sure background color overrides hover and active */
.coral--darkest ._coral-Button--quiet--action.is-selected {
    background-color: rgb(45, 45, 45);
  }
.coral--darkest ._coral-Button--quiet--action:disabled,
  .coral--darkest ._coral-Button--quiet--action[disabled] {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--toggle {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(180, 180, 180);

}
.coral--darkest ._coral-Button--toggle.focus-ring {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(20, 115, 230);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle:active {
    background-color: rgb(45, 45, 45);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle:disabled,
  .coral--darkest ._coral-Button--toggle.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Button--toggle.is-selected {
    background-color: rgb(45, 45, 45);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Button--toggle.is-selected.focus-ring {
    background-color: rgb(45, 45, 45);
    border-color: rgb(20, 115, 230);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle.is-selected:hover {
    background-color: rgb(45, 45, 45);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle.is-selected:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--toggle.is-selected:disabled,
  .coral--darkest ._coral-Button--toggle.is-selected.is-disabled {
    background-color: rgb(45, 45, 45);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }
/*! topdoc
---
name: Button - Quiet Warning
description: A 'quiet warning' Spectrum button
status: Released
modifiers:
  ':disabled': Disabled state
  ':hover': Hover state
  ':focus': Focused
markup: |
  <button class="spectrum-Button
  spectrum-Button--quiet--warning">Button</button>

  <button class="spectrum-Button spectrum-Button--quiet--warning"
  disabled>Button</button>

*/
.coral--darkest ._coral-Button--quiet--warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(227, 72, 80);
}
.coral--darkest ._coral-Button--quiet--warning.focus-ring {
    background-color: rgb(20, 115, 230);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--quiet--warning:hover {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(236, 91, 98);
  }
.coral--darkest ._coral-Button--quiet--warning:active {
    background-color: rgb(45, 45, 45);
    border-color: rgb(45, 45, 45);
    color: rgb(236, 91, 98);
  }
.coral--darkest ._coral-Button--quiet--warning:disabled,
  .coral--darkest ._coral-Button--quiet--warning.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--logic--and {
  background-color: rgb(38, 128, 235);
  border-color: rgb(38, 128, 235);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--logic--and.focus-ring {
    background-color: rgb(75, 156, 245);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--logic--and:hover {
    background-color: rgb(75, 156, 245);
    border-color: rgb(75, 156, 245);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--logic--and:disabled,
  .coral--darkest ._coral-Button--logic--and.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--logic--or {
  background-color: rgb(216, 55, 144);
  border-color: rgb(216, 55, 144);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Button--logic--or.focus-ring {
    background-color: rgb(236, 90, 170);
    border-color: rgb(20, 115, 230);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--logic--or:hover {
    background-color: rgb(236, 90, 170);
    border-color: rgb(236, 90, 170);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Button--logic--or:disabled,
  .coral--darkest ._coral-Button--logic--or.is-disabled {
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Button--icon {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Button--icon.focus-ring {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--icon:hover {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--icon:active {
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Button--icon:active::before {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest ._coral-Button--icon:disabled {
    color: rgb(133, 133, 133);
  }
.coral--darkest ._coral-Button--dropdown {
  color: rgb(180, 180, 180);
  background-color: rgb(24, 24, 24);
  border-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-Button--dropdown:hover {
    color: rgb(226, 226, 226);
    background-color: rgb(8, 8, 8);
    border-color: rgb(60, 60, 60);
  }
.coral--darkest ._coral-Button--dropdown.focus-ring,
  .coral--darkest ._coral-Button--dropdown.is-focused {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-Button--dropdown:active,
  .coral--darkest ._coral-Button--dropdown.is-selected {
    background-color: rgb(38, 38, 38);
    border-color: rgb(60, 60, 60);
  }
.coral--darkest ._coral-Button--dropdown:active.focus-ring,
    .coral--darkest ._coral-Button--dropdown:active.is-focused,
    .coral--darkest ._coral-Button--dropdown.is-selected.focus-ring,
    .coral--darkest ._coral-Button--dropdown.is-selected.is-focused {
      box-shadow: none;
    }
.coral--darkest ._coral-Button--dropdown.is-invalid {
    border-color: rgb(215, 55, 63);
  }
.coral--darkest ._coral-Button--dropdown.is-invalid.focus-ring,
    .coral--darkest ._coral-Button--dropdown.is-invalid.is-focused {
      border-color: rgb(215, 55, 63);
      box-shadow: 0 0 0 1px rgb(215, 55, 63);
    }
.coral--darkest ._coral-Button--dropdown:disabled,
  .coral--darkest ._coral-Button--dropdown.is-disabled {
    background-color: rgb(38, 38, 38);
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Button--dropdown:disabled.focus-ring, .coral--darkest ._coral-Button--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--darkest ._coral-Button--quiet--dropdown {
  color: rgb(180, 180, 180);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coral--darkest ._coral-Button--quiet--dropdown:hover {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Button--quiet--dropdown.focus-ring,
  .coral--darkest ._coral-Button--quiet--dropdown.is-focused {
    box-shadow: 0 2px 0 0 rgb(20, 115, 230);
  }
.coral--darkest ._coral-Button--quiet--dropdown.is-invalid.focus-ring,
    .coral--darkest ._coral-Button--quiet--dropdown.is-invalid.is-focused {
      box-shadow: 0 2px 0 0 rgb(215, 55, 63);
    }
.coral--darkest ._coral-Button--quiet--dropdown:disabled,
  .coral--darkest ._coral-Button--quiet--dropdown.is-disabled {
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Button--quiet--dropdown:disabled.focus-ring, .coral--darkest ._coral-Button--quiet--dropdown.is-disabled.focus-ring {
      box-shadow: none;
    }
.coral--darkest ._coral-Breadcrumb {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Breadcrumb ._coral-Breadcrumb-separator {
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Breadcrumb ._coral-Breadcrumb-link {
    color: inherit;
    text-decoration: none;
  }
.coral--darkest ._coral-Breadcrumb ._coral-Breadcrumb-link:hover {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Breadcrumb ._coral-Breadcrumb-link.focus-ring {
      color: rgb(55, 142, 240);
      outline: 0;
      border-bottom: 2px solid rgb(55, 142, 240);
    }
.coral--darkest ._coral-Breadcrumb ._coral-Breadcrumb-link:active {
      color: rgb(226, 226, 226);
      border-bottom: 0;
    }
.coral--darkest ._coral-Breadcrumb.is-selected,
  .coral--darkest ._coral-Breadcrumb:last-of-type {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Breadcrumb.is-selected ~ ._coral-Breadcrumb:last-of-type {
        color: rgb(133, 133, 133);
      }
.coral--darkest ._coral-Breadcrumb.is-selected ._coral-Breadcrumb-link.focus-ring {
        color: rgb(226, 226, 226);
        border-bottom: 0;
      }

.coral--darkest ._coral-Alert {
  background-color: rgb(8, 8, 8);
  /* default color set to body color, header element overwrites this */
  color: rgb(133, 133, 133);
}

.coral--darkest ._coral-Alert-header {
  color: rgb(226, 226, 226);
}
.coral--darkest ._coral-Alert-content {
  color: rgb(133, 133, 133);
}

.coral--darkest ._coral-Alert--info {
  border-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Alert--info ._coral-Alert-icon {
    color: rgb(20, 115, 230);
  }

.coral--darkest ._coral-Alert--error {
  border-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-Alert--error ._coral-Alert-icon {
    color: rgb(215, 55, 63);
  }

.coral--darkest ._coral-Alert--success {
  border-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-Alert--success ._coral-Alert-icon {
    color: rgb(38, 142, 108);
  }

.coral--darkest ._coral-Alert--warning {
  border-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-Alert--warning ._coral-Alert-icon {
    color: rgb(218, 123, 17);
  }
.coral--darkest ._coral-Checkbox-label {
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Checkbox-box {
  border-color: rgb(105, 105, 105);
}
.coral--darkest ._coral-Checkbox-box ._coral-Checkbox-checkmark {
    color: rgb(30, 30, 30);
  }
.coral--darkest ._coral-Checkbox-box {
  background-color: rgb(24, 24, 24);
}
.coral--darkest ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-Checkbox-input.focus-ring + ._coral-Checkbox-box {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);

  }
.coral--darkest ._coral-Checkbox-input.focus-ring ~ ._coral-Checkbox-label {
    color: rgb(75, 156, 245);
  }
.coral--darkest ._coral-Checkbox.is-indeterminate ._coral-Checkbox-box,
.coral--darkest ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
  border-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Checkbox:hover.is-indeterminate ._coral-Checkbox-box,
  .coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(55, 142, 240);

  }
.coral--darkest ._coral-Checkbox:active.is-indeterminate ._coral-Checkbox-box,
  .coral--darkest ._coral-Checkbox:active ._coral-Checkbox-input:checked + ._coral-Checkbox-box {
    border-color: rgb(75, 156, 245);

  }

.coral--darkest ._coral-Checkbox {
  border-color: rgb(105, 105, 105);
}
.coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-box {
      border-color: rgb(133, 133, 133);

      box-shadow: none;
    }
.coral--darkest ._coral-Checkbox:hover ._coral-Checkbox-label {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Checkbox:active ._coral-Checkbox-box {
      border-color: rgb(180, 180, 180);

    }
.coral--darkest ._coral-Checkbox:active ._coral-Checkbox-label {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-box {
      border-color: rgb(227, 72, 80);

    }
.coral--darkest ._coral-Checkbox.is-invalid ._coral-Checkbox-label {
      color: rgb(227, 72, 80);
    }
.coral--darkest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-box {
      border-color: rgb(236, 91, 98) !important;

    }
.coral--darkest ._coral-Checkbox.is-invalid:hover ._coral-Checkbox-label {
      color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-box {
      border-color: rgb(247, 109, 116);

    }
.coral--darkest ._coral-Checkbox.is-invalid:active ._coral-Checkbox-label {
      color: rgb(247, 109, 116);
    }

.coral--darkest ._coral-Checkbox-input:disabled + ._coral-Checkbox-box {
    /* I'm sorry about the !important */
    border-color: rgb(60, 60, 60) !important;

    background-color: transparent;
  }
.coral--darkest ._coral-Checkbox-input:disabled ~ ._coral-Checkbox-label {
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-Checkbox-input:error + ._coral-Checkbox-box {
    border-color: rgb(227, 72, 80);

  }
.coral--darkest ._coral-Checkbox-input:error ~ ._coral-Checkbox-label {
    color: rgb(236, 91, 98);
  }
.coral--darkest ._coral-Label {
  color: rgb(255, 255, 255);
}

.coral--darkest ._coral-Label--inactive,
.coral--darkest ._coral-Label--grey {
  background-color: rgb(118, 118, 118);
}
.coral--darkest ._coral-Label--green {
  background-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-Label--blue, .coral--darkest ._coral-Label--active, .coral--darkest ._coral-Label--and  {
  background-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-Label--red {
  background-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-Label--orange, .coral--darkest ._coral-Label--or {
  background-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-Radio-input:checked + ._coral-Radio-button {
    border-color: rgb(38, 128, 235);
  }
.coral--darkest ._coral-Radio-input.focus-ring + ._coral-Radio-button {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);

    }
.coral--darkest ._coral-Radio-input.focus-ring ~ ._coral-Radio-label {
      color: rgb(75, 156, 245);
    }

.coral--darkest ._coral-Radio ._coral-Radio-label {
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Radio ._coral-Radio-button {
    border-color: rgb(105, 105, 105);
  }
.coral--darkest ._coral-Radio:hover ._coral-Radio-button {
      border-color: rgb(133, 133, 133);
      box-shadow: none;
    }
.coral--darkest ._coral-Radio:hover ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(55, 142, 240);

    }
.coral--darkest ._coral-Radio:hover ._coral-Radio-label {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Radio:active ._coral-Radio-button {
      border-color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Radio:active ._coral-Radio-input:checked + ._coral-Radio-button {
      border-color: rgb(75, 156, 245);

    }
.coral--darkest ._coral-Radio:active ._coral-Radio-label {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Radio.is-invalid ._coral-Radio-button {
      border-color: rgb(227, 72, 80);

    }
.coral--darkest ._coral-Radio.is-invalid ._coral-Radio-label {
      color: rgb(227, 72, 80);
    }

.coral--darkest ._coral-Radio.is-invalid:hover ._coral-Radio-input + ._coral-Radio-button {
      border-color: rgb(236, 91, 98);

    }
.coral--darkest ._coral-Radio.is-invalid:hover ._coral-Radio-label {
      color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-Radio.is-invalid:active ._coral-Radio-input +._coral-Radio-button {
      border-color: rgb(247, 109, 116);

    }
.coral--darkest ._coral-Radio.is-invalid:active ._coral-Radio-label {
      color: rgb(247, 109, 116);
    }

.coral--darkest ._coral-Radio-input:disabled + ._coral-Radio-button {
    border-color: rgb(60, 60, 60) !important;
  }
.coral--darkest ._coral-Radio-input:disabled ~ ._coral-Radio-label {
    color: rgb(73, 73, 73) !important;
  }

.coral--darkest ._coral-Textfield {
  background-color: rgb(8, 8, 8);
  border-color: rgb(45, 45, 45);
  color: rgb(180, 180, 180);
}

.coral--darkest ._coral-Textfield:-ms-input-placeholder {
    color: rgb(105, 105, 105);
  }

.coral--darkest ._coral-Textfield::placeholder {
    color: rgb(105, 105, 105);
  }
/* It's a little wonky, right? */
.coral--darkest ._coral-Textfield:hover {
    border-color: rgb(60, 60, 60);
    box-shadow: none;
  }
/* TODO: is it wonky that textarea shares the selector? */
.coral--darkest ._coral-Textfield:hover:-ms-input-placeholder {
      color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Textfield:hover::placeholder {
      color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Textfield:focus {
    border-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Textfield.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Textfield[disabled] {
    background-color: rgb(38, 38, 38);
    border-color: rgba(0, 0, 0, 0);
    color: rgb(73, 73, 73);

    /* For safari mobile browser */
    -webkit-text-fill-color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Textfield[disabled]:-ms-input-placeholder {
      color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-Textfield[disabled]::placeholder {
      color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-Textfield.is-invalid,
  .coral--darkest ._coral-Textfield:invalid {
    border-color: rgb(215, 55, 63);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath style='fill:rgb%28215%2C 55%2C 63%29' d='M17.127%2C2.579.4%2C32.512A1%2C1%2C0%2C0%2C0%2C1.272%2C34H34.728a1%2C1%2C0%2C0%2C0%2C.873-1.488L18.873%2C2.579A1%2C1%2C0%2C0%2C0%2C17.127%2C2.579ZM20%2C29.5a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-3a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Zm0-6a.5.5%2C0%2C0%2C1-.5.5h-3a.5.5%2C0%2C0%2C1-.5-.5v-12a.5.5%2C0%2C0%2C1%2C.5-.5h3a.5.5%2C0%2C0%2C1%2C.5.5Z'/%3E%3C/svg%3E");
  }
/* might break things due to pre-defined focus-ring */
.coral--darkest ._coral-Textfield.is-invalid.focus-ring:not(:active), .coral--darkest ._coral-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }

.coral--darkest ._coral-Textfield--quiet {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-Textfield--quiet:hover {
    border-color: rgb(60, 60, 60);
  }
.coral--darkest ._coral-Textfield--quiet:active {
    border-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Textfield--quiet:focus {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 1px 0 rgb(20, 115, 230);
  }
.coral--darkest ._coral-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 1px 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-Textfield--quiet:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color:  rgb(45, 45, 45);
  }
.coral--darkest ._coral-Textfield--quiet.is-invalid,
  .coral--darkest ._coral-Textfield--quiet:invalid {
    border-color: rgb(215, 55, 63);
  }
.coral--darkest ._coral-Textfield--quiet.is-invalid:focus, .coral--darkest ._coral-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(215, 55, 63);
    }
/* might break things due to pre-defined focus-ring */
.coral--darkest ._coral-Textfield--quiet.is-invalid.focus-ring:not(:active), .coral--darkest ._coral-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 rgb(215, 55, 63);
      }
.coral--darkest ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--darkest ._coral-InputGroup:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(60, 60, 60);
      }
.coral--darkest ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
    border-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--darkest ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
      border-color: rgb(215, 55, 63);
    }
/* Only add the 2px ring for keyboard focus */
.coral--darkest ._coral-InputGroup-input.focus-ring ~ ._coral-InputGroup-button {
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-InputGroup-input.focus-ring.is-invalid ~ ._coral-InputGroup-button, .coral--darkest ._coral-InputGroup-input.focus-ring:invalid ~ ._coral-InputGroup-button {
      box-shadow: 0 0 0 1px rgb(215, 55, 63);
    }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:hover,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:focus,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:active,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button.is-selected,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:invalid,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button.is-invalid,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled,
    .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-button:disabled:hover {
      border-color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus),
      .coral--darkest ._coral-InputGroup--quiet:hover ._coral-InputGroup-input:not(:disabled):not(.is-invalid):not(:focus) ~ ._coral-InputGroup-button {
        border-color: rgb(60, 60, 60);
      }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid,
      .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input.is-invalid ~ ._coral-InputGroup-button,
      .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid,
      .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input:invalid ~ ._coral-InputGroup-button {
        border-color: rgb(215, 55, 63);
      }
/* Always add the 2px ring for keyboard focus for quiet inputgroups */
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus ~ ._coral-InputGroup-button {
        box-shadow: 0 1px 0 rgb(20, 115, 230);
        border-color: rgb(20, 115, 230);
      }
.coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus.is-invalid ~ ._coral-InputGroup-button, .coral--darkest ._coral-InputGroup--quiet ._coral-InputGroup-input:focus:invalid ~ ._coral-InputGroup-button {
          box-shadow: 0 1px 0 rgb(215, 55, 63);
          border-color: rgb(215, 55, 63);
        }

.coral--darkest ._coral-Tooltip,
  .coral--darkest ._coral-Tooltip ._coral-Tooltip-tip::after {
    background-color: rgb(118, 118, 118);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Tooltip--error,
  .coral--darkest ._coral-Tooltip--error ._coral-Tooltip-tip::after {
    background-color: rgb(215, 55, 63);
  }
.coral--darkest ._coral-Tooltip--info,
  .coral--darkest ._coral-Tooltip--info ._coral-Tooltip-tip::after {
    background-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Tooltip--success,
  .coral--darkest ._coral-Tooltip--success ._coral-Tooltip-tip::after {
    background-color: rgb(38, 142, 108);
  }
.coral--darkest ._coral-Loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3636 36' enable-background='new 0 0 3636 36' width='3636' height='36'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 3%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 3%3B stroke-dasharray: 92%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='18' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='18' cy='18' r='14.5' stroke-dashoffset='91.11'/%3E%3Ccircle class='track' cx='54' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='54' cy='18' r='14.5' stroke-dashoffset='90.2'/%3E%3Ccircle class='track' cx='90' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='90' cy='18' r='14.5' stroke-dashoffset='89.28'/%3E%3Ccircle class='track' cx='126' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='126' cy='18' r='14.5' stroke-dashoffset='88.37'/%3E%3Ccircle class='track' cx='162' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='162' cy='18' r='14.5' stroke-dashoffset='87.46'/%3E%3Ccircle class='track' cx='198' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='198' cy='18' r='14.5' stroke-dashoffset='86.55'/%3E%3Ccircle class='track' cx='234' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='234' cy='18' r='14.5' stroke-dashoffset='85.64'/%3E%3Ccircle class='track' cx='270' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='270' cy='18' r='14.5' stroke-dashoffset='84.73'/%3E%3Ccircle class='track' cx='306' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='306' cy='18' r='14.5' stroke-dashoffset='83.82'/%3E%3Ccircle class='track' cx='342' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='342' cy='18' r='14.5' stroke-dashoffset='82.91'/%3E%3Ccircle class='track' cx='378' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='378' cy='18' r='14.5' stroke-dashoffset='82'/%3E%3Ccircle class='track' cx='414' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='414' cy='18' r='14.5' stroke-dashoffset='81.08'/%3E%3Ccircle class='track' cx='450' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='450' cy='18' r='14.5' stroke-dashoffset='80.17'/%3E%3Ccircle class='track' cx='486' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='486' cy='18' r='14.5' stroke-dashoffset='79.26'/%3E%3Ccircle class='track' cx='522' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='522' cy='18' r='14.5' stroke-dashoffset='78.35'/%3E%3Ccircle class='track' cx='558' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='558' cy='18' r='14.5' stroke-dashoffset='77.44'/%3E%3Ccircle class='track' cx='594' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='594' cy='18' r='14.5' stroke-dashoffset='76.53'/%3E%3Ccircle class='track' cx='630' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='630' cy='18' r='14.5' stroke-dashoffset='75.62'/%3E%3Ccircle class='track' cx='666' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='666' cy='18' r='14.5' stroke-dashoffset='74.71'/%3E%3Ccircle class='track' cx='702' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='702' cy='18' r='14.5' stroke-dashoffset='73.8'/%3E%3Ccircle class='track' cx='738' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='738' cy='18' r='14.5' stroke-dashoffset='72.88'/%3E%3Ccircle class='track' cx='774' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='774' cy='18' r='14.5' stroke-dashoffset='71.97'/%3E%3Ccircle class='track' cx='810' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='810' cy='18' r='14.5' stroke-dashoffset='71.06'/%3E%3Ccircle class='track' cx='846' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='846' cy='18' r='14.5' stroke-dashoffset='70.15'/%3E%3Ccircle class='track' cx='882' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='882' cy='18' r='14.5' stroke-dashoffset='69.24'/%3E%3Ccircle class='track' cx='918' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='918' cy='18' r='14.5' stroke-dashoffset='68.33'/%3E%3Ccircle class='track' cx='954' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='954' cy='18' r='14.5' stroke-dashoffset='67.42'/%3E%3Ccircle class='track' cx='990' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='990' cy='18' r='14.5' stroke-dashoffset='66.51'/%3E%3Ccircle class='track' cx='1026' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1026' cy='18' r='14.5' stroke-dashoffset='65.6'/%3E%3Ccircle class='track' cx='1062' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1062' cy='18' r='14.5' stroke-dashoffset='64.69'/%3E%3Ccircle class='track' cx='1098' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1098' cy='18' r='14.5' stroke-dashoffset='63.77'/%3E%3Ccircle class='track' cx='1134' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1134' cy='18' r='14.5' stroke-dashoffset='62.86'/%3E%3Ccircle class='track' cx='1170' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1170' cy='18' r='14.5' stroke-dashoffset='61.95'/%3E%3Ccircle class='track' cx='1206' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1206' cy='18' r='14.5' stroke-dashoffset='61.04'/%3E%3Ccircle class='track' cx='1242' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1242' cy='18' r='14.5' stroke-dashoffset='60.13'/%3E%3Ccircle class='track' cx='1278' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1278' cy='18' r='14.5' stroke-dashoffset='59.22'/%3E%3Ccircle class='track' cx='1314' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1314' cy='18' r='14.5' stroke-dashoffset='58.31'/%3E%3Ccircle class='track' cx='1350' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1350' cy='18' r='14.5' stroke-dashoffset='57.4'/%3E%3Ccircle class='track' cx='1386' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1386' cy='18' r='14.5' stroke-dashoffset='56.49'/%3E%3Ccircle class='track' cx='1422' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1422' cy='18' r='14.5' stroke-dashoffset='55.57'/%3E%3Ccircle class='track' cx='1458' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1458' cy='18' r='14.5' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='1494' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1494' cy='18' r='14.5' stroke-dashoffset='53.75'/%3E%3Ccircle class='track' cx='1530' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1530' cy='18' r='14.5' stroke-dashoffset='52.84'/%3E%3Ccircle class='track' cx='1566' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1566' cy='18' r='14.5' stroke-dashoffset='51.93'/%3E%3Ccircle class='track' cx='1602' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1602' cy='18' r='14.5' stroke-dashoffset='51.02'/%3E%3Ccircle class='track' cx='1638' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1638' cy='18' r='14.5' stroke-dashoffset='50.11'/%3E%3Ccircle class='track' cx='1674' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1674' cy='18' r='14.5' stroke-dashoffset='49.2'/%3E%3Ccircle class='track' cx='1710' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1710' cy='18' r='14.5' stroke-dashoffset='48.29'/%3E%3Ccircle class='track' cx='1746' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1746' cy='18' r='14.5' stroke-dashoffset='47.38'/%3E%3Ccircle class='track' cx='1782' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1782' cy='18' r='14.5' stroke-dashoffset='46.46'/%3E%3Ccircle class='track' cx='1818' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1818' cy='18' r='14.5' stroke-dashoffset='45.55'/%3E%3Ccircle class='track' cx='1854' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1854' cy='18' r='14.5' stroke-dashoffset='44.64'/%3E%3Ccircle class='track' cx='1890' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1890' cy='18' r='14.5' stroke-dashoffset='43.73'/%3E%3Ccircle class='track' cx='1926' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1926' cy='18' r='14.5' stroke-dashoffset='42.82'/%3E%3Ccircle class='track' cx='1962' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1962' cy='18' r='14.5' stroke-dashoffset='41.91'/%3E%3Ccircle class='track' cx='1998' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='1998' cy='18' r='14.5' stroke-dashoffset='41'/%3E%3Ccircle class='track' cx='2034' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2034' cy='18' r='14.5' stroke-dashoffset='40.09'/%3E%3Ccircle class='track' cx='2070' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2070' cy='18' r='14.5' stroke-dashoffset='39.18'/%3E%3Ccircle class='track' cx='2106' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2106' cy='18' r='14.5' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='2142' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2142' cy='18' r='14.5' stroke-dashoffset='37.35'/%3E%3Ccircle class='track' cx='2178' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2178' cy='18' r='14.5' stroke-dashoffset='36.44'/%3E%3Ccircle class='track' cx='2214' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2214' cy='18' r='14.5' stroke-dashoffset='35.53'/%3E%3Ccircle class='track' cx='2250' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2250' cy='18' r='14.5' stroke-dashoffset='34.62'/%3E%3Ccircle class='track' cx='2286' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2286' cy='18' r='14.5' stroke-dashoffset='33.71'/%3E%3Ccircle class='track' cx='2322' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2322' cy='18' r='14.5' stroke-dashoffset='32.8'/%3E%3Ccircle class='track' cx='2358' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2358' cy='18' r='14.5' stroke-dashoffset='31.89'/%3E%3Ccircle class='track' cx='2394' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2394' cy='18' r='14.5' stroke-dashoffset='30.98'/%3E%3Ccircle class='track' cx='2430' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2430' cy='18' r='14.5' stroke-dashoffset='30.07'/%3E%3Ccircle class='track' cx='2466' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2466' cy='18' r='14.5' stroke-dashoffset='29.15'/%3E%3Ccircle class='track' cx='2502' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2502' cy='18' r='14.5' stroke-dashoffset='28.24'/%3E%3Ccircle class='track' cx='2538' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2538' cy='18' r='14.5' stroke-dashoffset='27.33'/%3E%3Ccircle class='track' cx='2574' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2574' cy='18' r='14.5' stroke-dashoffset='26.42'/%3E%3Ccircle class='track' cx='2610' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2610' cy='18' r='14.5' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='2646' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2646' cy='18' r='14.5' stroke-dashoffset='24.6'/%3E%3Ccircle class='track' cx='2682' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2682' cy='18' r='14.5' stroke-dashoffset='23.69'/%3E%3Ccircle class='track' cx='2718' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2718' cy='18' r='14.5' stroke-dashoffset='22.78'/%3E%3Ccircle class='track' cx='2754' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2754' cy='18' r='14.5' stroke-dashoffset='21.87'/%3E%3Ccircle class='track' cx='2790' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2790' cy='18' r='14.5' stroke-dashoffset='20.95'/%3E%3Ccircle class='track' cx='2826' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2826' cy='18' r='14.5' stroke-dashoffset='20.04'/%3E%3Ccircle class='track' cx='2862' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2862' cy='18' r='14.5' stroke-dashoffset='19.13'/%3E%3Ccircle class='track' cx='2898' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2898' cy='18' r='14.5' stroke-dashoffset='18.22'/%3E%3Ccircle class='track' cx='2934' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2934' cy='18' r='14.5' stroke-dashoffset='17.31'/%3E%3Ccircle class='track' cx='2970' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='2970' cy='18' r='14.5' stroke-dashoffset='16.4'/%3E%3Ccircle class='track' cx='3006' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3006' cy='18' r='14.5' stroke-dashoffset='15.49'/%3E%3Ccircle class='track' cx='3042' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3042' cy='18' r='14.5' stroke-dashoffset='14.58'/%3E%3Ccircle class='track' cx='3078' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3078' cy='18' r='14.5' stroke-dashoffset='13.67'/%3E%3Ccircle class='track' cx='3114' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3114' cy='18' r='14.5' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='3150' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3150' cy='18' r='14.5' stroke-dashoffset='11.84'/%3E%3Ccircle class='track' cx='3186' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3186' cy='18' r='14.5' stroke-dashoffset='10.93'/%3E%3Ccircle class='track' cx='3222' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3222' cy='18' r='14.5' stroke-dashoffset='10.02'/%3E%3Ccircle class='track' cx='3258' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3258' cy='18' r='14.5' stroke-dashoffset='9.11'/%3E%3Ccircle class='track' cx='3294' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3294' cy='18' r='14.5' stroke-dashoffset='8.2'/%3E%3Ccircle class='track' cx='3330' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3330' cy='18' r='14.5' stroke-dashoffset='7.29'/%3E%3Ccircle class='track' cx='3366' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3366' cy='18' r='14.5' stroke-dashoffset='6.38'/%3E%3Ccircle class='track' cx='3402' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3402' cy='18' r='14.5' stroke-dashoffset='5.47'/%3E%3Ccircle class='track' cx='3438' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3438' cy='18' r='14.5' stroke-dashoffset='4.56'/%3E%3Ccircle class='track' cx='3474' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3474' cy='18' r='14.5' stroke-dashoffset='3.64'/%3E%3Ccircle class='track' cx='3510' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3510' cy='18' r='14.5' stroke-dashoffset='2.73'/%3E%3Ccircle class='track' cx='3546' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3546' cy='18' r='14.5' stroke-dashoffset='1.82'/%3E%3Ccircle class='track' cx='3582' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3582' cy='18' r='14.5' stroke-dashoffset='0.91'/%3E%3Ccircle class='track' cx='3618' cy='18' r='14.5'/%3E%3Ccircle class='fill' cx='3618' cy='18' r='14.5' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2020 20' enable-background='new 0 0 2020 20' width='2020' height='20'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 2%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 2%3B stroke-dasharray: 44%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='10' cy='10' r='7'/%3E%3Ccircle class='fill' cx='10' cy='10' r='7' stroke-dashoffset='43.98'/%3E%3Ccircle class='track' cx='30' cy='10' r='7'/%3E%3Ccircle class='fill' cx='30' cy='10' r='7' stroke-dashoffset='43.54'/%3E%3Ccircle class='track' cx='50' cy='10' r='7'/%3E%3Ccircle class='fill' cx='50' cy='10' r='7' stroke-dashoffset='43.1'/%3E%3Ccircle class='track' cx='70' cy='10' r='7'/%3E%3Ccircle class='fill' cx='70' cy='10' r='7' stroke-dashoffset='42.66'/%3E%3Ccircle class='track' cx='90' cy='10' r='7'/%3E%3Ccircle class='fill' cx='90' cy='10' r='7' stroke-dashoffset='42.22'/%3E%3Ccircle class='track' cx='110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='110' cy='10' r='7' stroke-dashoffset='41.78'/%3E%3Ccircle class='track' cx='130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='130' cy='10' r='7' stroke-dashoffset='41.34'/%3E%3Ccircle class='track' cx='150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='150' cy='10' r='7' stroke-dashoffset='40.9'/%3E%3Ccircle class='track' cx='170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='170' cy='10' r='7' stroke-dashoffset='40.46'/%3E%3Ccircle class='track' cx='190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='190' cy='10' r='7' stroke-dashoffset='40.02'/%3E%3Ccircle class='track' cx='210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='210' cy='10' r='7' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='230' cy='10' r='7' stroke-dashoffset='39.14'/%3E%3Ccircle class='track' cx='250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='250' cy='10' r='7' stroke-dashoffset='38.7'/%3E%3Ccircle class='track' cx='270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='270' cy='10' r='7' stroke-dashoffset='38.26'/%3E%3Ccircle class='track' cx='290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='290' cy='10' r='7' stroke-dashoffset='37.82'/%3E%3Ccircle class='track' cx='310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='310' cy='10' r='7' stroke-dashoffset='37.38'/%3E%3Ccircle class='track' cx='330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='330' cy='10' r='7' stroke-dashoffset='36.95'/%3E%3Ccircle class='track' cx='350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='350' cy='10' r='7' stroke-dashoffset='36.51'/%3E%3Ccircle class='track' cx='370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='370' cy='10' r='7' stroke-dashoffset='36.07'/%3E%3Ccircle class='track' cx='390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='390' cy='10' r='7' stroke-dashoffset='35.63'/%3E%3Ccircle class='track' cx='410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='410' cy='10' r='7' stroke-dashoffset='35.19'/%3E%3Ccircle class='track' cx='430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='430' cy='10' r='7' stroke-dashoffset='34.75'/%3E%3Ccircle class='track' cx='450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='450' cy='10' r='7' stroke-dashoffset='34.31'/%3E%3Ccircle class='track' cx='470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='470' cy='10' r='7' stroke-dashoffset='33.87'/%3E%3Ccircle class='track' cx='490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='490' cy='10' r='7' stroke-dashoffset='33.43'/%3E%3Ccircle class='track' cx='510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='510' cy='10' r='7' stroke-dashoffset='32.99'/%3E%3Ccircle class='track' cx='530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='530' cy='10' r='7' stroke-dashoffset='32.55'/%3E%3Ccircle class='track' cx='550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='550' cy='10' r='7' stroke-dashoffset='32.11'/%3E%3Ccircle class='track' cx='570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='570' cy='10' r='7' stroke-dashoffset='31.67'/%3E%3Ccircle class='track' cx='590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='590' cy='10' r='7' stroke-dashoffset='31.23'/%3E%3Ccircle class='track' cx='610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='610' cy='10' r='7' stroke-dashoffset='30.79'/%3E%3Ccircle class='track' cx='630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='630' cy='10' r='7' stroke-dashoffset='30.35'/%3E%3Ccircle class='track' cx='650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='650' cy='10' r='7' stroke-dashoffset='29.91'/%3E%3Ccircle class='track' cx='670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='670' cy='10' r='7' stroke-dashoffset='29.47'/%3E%3Ccircle class='track' cx='690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='690' cy='10' r='7' stroke-dashoffset='29.03'/%3E%3Ccircle class='track' cx='710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='710' cy='10' r='7' stroke-dashoffset='28.59'/%3E%3Ccircle class='track' cx='730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='730' cy='10' r='7' stroke-dashoffset='28.15'/%3E%3Ccircle class='track' cx='750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='750' cy='10' r='7' stroke-dashoffset='27.71'/%3E%3Ccircle class='track' cx='770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='770' cy='10' r='7' stroke-dashoffset='27.27'/%3E%3Ccircle class='track' cx='790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='790' cy='10' r='7' stroke-dashoffset='26.83'/%3E%3Ccircle class='track' cx='810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='810' cy='10' r='7' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='830' cy='10' r='7' stroke-dashoffset='25.95'/%3E%3Ccircle class='track' cx='850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='850' cy='10' r='7' stroke-dashoffset='25.51'/%3E%3Ccircle class='track' cx='870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='870' cy='10' r='7' stroke-dashoffset='25.07'/%3E%3Ccircle class='track' cx='890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='890' cy='10' r='7' stroke-dashoffset='24.63'/%3E%3Ccircle class='track' cx='910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='910' cy='10' r='7' stroke-dashoffset='24.19'/%3E%3Ccircle class='track' cx='930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='930' cy='10' r='7' stroke-dashoffset='23.75'/%3E%3Ccircle class='track' cx='950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='950' cy='10' r='7' stroke-dashoffset='23.31'/%3E%3Ccircle class='track' cx='970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='970' cy='10' r='7' stroke-dashoffset='22.87'/%3E%3Ccircle class='track' cx='990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='990' cy='10' r='7' stroke-dashoffset='22.43'/%3E%3Ccircle class='track' cx='1010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1010' cy='10' r='7' stroke-dashoffset='21.99'/%3E%3Ccircle class='track' cx='1030' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1030' cy='10' r='7' stroke-dashoffset='21.55'/%3E%3Ccircle class='track' cx='1050' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1050' cy='10' r='7' stroke-dashoffset='21.11'/%3E%3Ccircle class='track' cx='1070' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1070' cy='10' r='7' stroke-dashoffset='20.67'/%3E%3Ccircle class='track' cx='1090' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1090' cy='10' r='7' stroke-dashoffset='20.23'/%3E%3Ccircle class='track' cx='1110' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1110' cy='10' r='7' stroke-dashoffset='19.79'/%3E%3Ccircle class='track' cx='1130' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1130' cy='10' r='7' stroke-dashoffset='19.35'/%3E%3Ccircle class='track' cx='1150' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1150' cy='10' r='7' stroke-dashoffset='18.91'/%3E%3Ccircle class='track' cx='1170' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1170' cy='10' r='7' stroke-dashoffset='18.47'/%3E%3Ccircle class='track' cx='1190' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1190' cy='10' r='7' stroke-dashoffset='18.03'/%3E%3Ccircle class='track' cx='1210' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1210' cy='10' r='7' stroke-dashoffset='17.59'/%3E%3Ccircle class='track' cx='1230' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1230' cy='10' r='7' stroke-dashoffset='17.15'/%3E%3Ccircle class='track' cx='1250' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1250' cy='10' r='7' stroke-dashoffset='16.71'/%3E%3Ccircle class='track' cx='1270' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1270' cy='10' r='7' stroke-dashoffset='16.27'/%3E%3Ccircle class='track' cx='1290' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1290' cy='10' r='7' stroke-dashoffset='15.83'/%3E%3Ccircle class='track' cx='1310' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1310' cy='10' r='7' stroke-dashoffset='15.39'/%3E%3Ccircle class='track' cx='1330' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1330' cy='10' r='7' stroke-dashoffset='14.95'/%3E%3Ccircle class='track' cx='1350' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1350' cy='10' r='7' stroke-dashoffset='14.51'/%3E%3Ccircle class='track' cx='1370' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1370' cy='10' r='7' stroke-dashoffset='14.07'/%3E%3Ccircle class='track' cx='1390' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1390' cy='10' r='7' stroke-dashoffset='13.63'/%3E%3Ccircle class='track' cx='1410' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1410' cy='10' r='7' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='1430' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1430' cy='10' r='7' stroke-dashoffset='12.75'/%3E%3Ccircle class='track' cx='1450' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1450' cy='10' r='7' stroke-dashoffset='12.32'/%3E%3Ccircle class='track' cx='1470' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1470' cy='10' r='7' stroke-dashoffset='11.88'/%3E%3Ccircle class='track' cx='1490' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1490' cy='10' r='7' stroke-dashoffset='11.44'/%3E%3Ccircle class='track' cx='1510' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1510' cy='10' r='7' stroke-dashoffset='11'/%3E%3Ccircle class='track' cx='1530' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1530' cy='10' r='7' stroke-dashoffset='10.56'/%3E%3Ccircle class='track' cx='1550' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1550' cy='10' r='7' stroke-dashoffset='10.12'/%3E%3Ccircle class='track' cx='1570' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1570' cy='10' r='7' stroke-dashoffset='9.68'/%3E%3Ccircle class='track' cx='1590' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1590' cy='10' r='7' stroke-dashoffset='9.24'/%3E%3Ccircle class='track' cx='1610' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1610' cy='10' r='7' stroke-dashoffset='8.8'/%3E%3Ccircle class='track' cx='1630' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1630' cy='10' r='7' stroke-dashoffset='8.36'/%3E%3Ccircle class='track' cx='1650' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1650' cy='10' r='7' stroke-dashoffset='7.92'/%3E%3Ccircle class='track' cx='1670' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1670' cy='10' r='7' stroke-dashoffset='7.48'/%3E%3Ccircle class='track' cx='1690' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1690' cy='10' r='7' stroke-dashoffset='7.04'/%3E%3Ccircle class='track' cx='1710' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1710' cy='10' r='7' stroke-dashoffset='6.6'/%3E%3Ccircle class='track' cx='1730' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1730' cy='10' r='7' stroke-dashoffset='6.16'/%3E%3Ccircle class='track' cx='1750' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1750' cy='10' r='7' stroke-dashoffset='5.72'/%3E%3Ccircle class='track' cx='1770' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1770' cy='10' r='7' stroke-dashoffset='5.28'/%3E%3Ccircle class='track' cx='1790' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1790' cy='10' r='7' stroke-dashoffset='4.84'/%3E%3Ccircle class='track' cx='1810' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1810' cy='10' r='7' stroke-dashoffset='4.4'/%3E%3Ccircle class='track' cx='1830' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1830' cy='10' r='7' stroke-dashoffset='3.96'/%3E%3Ccircle class='track' cx='1850' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1850' cy='10' r='7' stroke-dashoffset='3.52'/%3E%3Ccircle class='track' cx='1870' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1870' cy='10' r='7' stroke-dashoffset='3.08'/%3E%3Ccircle class='track' cx='1890' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1890' cy='10' r='7' stroke-dashoffset='2.64'/%3E%3Ccircle class='track' cx='1910' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1910' cy='10' r='7' stroke-dashoffset='2.2'/%3E%3Ccircle class='track' cx='1930' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1930' cy='10' r='7' stroke-dashoffset='1.76'/%3E%3Ccircle class='track' cx='1950' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1950' cy='10' r='7' stroke-dashoffset='1.32'/%3E%3Ccircle class='track' cx='1970' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1970' cy='10' r='7' stroke-dashoffset='0.88'/%3E%3Ccircle class='track' cx='1990' cy='10' r='7'/%3E%3Ccircle class='fill' cx='1990' cy='10' r='7' stroke-dashoffset='0.44'/%3E%3Ccircle class='track' cx='2010' cy='10' r='7'/%3E%3Ccircle class='fill' cx='2010' cy='10' r='7' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: %233E3E3E%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %231473e6%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6868 68' enable-background='new 0 0 6868 68' width='6868' height='68'%3E%3Cstyle type='text/css'%3E.track %7B fill: transparent%3B stroke: rgba%28255%2C255%2C255%2C0.2%29%3B stroke-width: 4%3B %7D .fill %7B fill: transparent%3B stroke: %23FFFFFF%3B stroke-width: 4%3B stroke-dasharray: 189%3B transform: rotate%28270deg%29%3B transform-origin: 50%25 50%25%3B %7D%3C/style%3E%3Ccircle class='track' cx='34' cy='34' r='30'/%3E%3Ccircle class='fill' cx='34' cy='34' r='30' stroke-dashoffset='188.5'/%3E%3Ccircle class='track' cx='102' cy='34' r='30'/%3E%3Ccircle class='fill' cx='102' cy='34' r='30' stroke-dashoffset='186.61'/%3E%3Ccircle class='track' cx='170' cy='34' r='30'/%3E%3Ccircle class='fill' cx='170' cy='34' r='30' stroke-dashoffset='184.73'/%3E%3Ccircle class='track' cx='238' cy='34' r='30'/%3E%3Ccircle class='fill' cx='238' cy='34' r='30' stroke-dashoffset='182.84'/%3E%3Ccircle class='track' cx='306' cy='34' r='30'/%3E%3Ccircle class='fill' cx='306' cy='34' r='30' stroke-dashoffset='180.96'/%3E%3Ccircle class='track' cx='374' cy='34' r='30'/%3E%3Ccircle class='fill' cx='374' cy='34' r='30' stroke-dashoffset='179.07'/%3E%3Ccircle class='track' cx='442' cy='34' r='30'/%3E%3Ccircle class='fill' cx='442' cy='34' r='30' stroke-dashoffset='177.19'/%3E%3Ccircle class='track' cx='510' cy='34' r='30'/%3E%3Ccircle class='fill' cx='510' cy='34' r='30' stroke-dashoffset='175.3'/%3E%3Ccircle class='track' cx='578' cy='34' r='30'/%3E%3Ccircle class='fill' cx='578' cy='34' r='30' stroke-dashoffset='173.42'/%3E%3Ccircle class='track' cx='646' cy='34' r='30'/%3E%3Ccircle class='fill' cx='646' cy='34' r='30' stroke-dashoffset='171.53'/%3E%3Ccircle class='track' cx='714' cy='34' r='30'/%3E%3Ccircle class='fill' cx='714' cy='34' r='30' stroke-dashoffset='169.65'/%3E%3Ccircle class='track' cx='782' cy='34' r='30'/%3E%3Ccircle class='fill' cx='782' cy='34' r='30' stroke-dashoffset='167.76'/%3E%3Ccircle class='track' cx='850' cy='34' r='30'/%3E%3Ccircle class='fill' cx='850' cy='34' r='30' stroke-dashoffset='165.88'/%3E%3Ccircle class='track' cx='918' cy='34' r='30'/%3E%3Ccircle class='fill' cx='918' cy='34' r='30' stroke-dashoffset='163.99'/%3E%3Ccircle class='track' cx='986' cy='34' r='30'/%3E%3Ccircle class='fill' cx='986' cy='34' r='30' stroke-dashoffset='162.11'/%3E%3Ccircle class='track' cx='1054' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1054' cy='34' r='30' stroke-dashoffset='160.22'/%3E%3Ccircle class='track' cx='1122' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1122' cy='34' r='30' stroke-dashoffset='158.34'/%3E%3Ccircle class='track' cx='1190' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1190' cy='34' r='30' stroke-dashoffset='156.45'/%3E%3Ccircle class='track' cx='1258' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1258' cy='34' r='30' stroke-dashoffset='154.57'/%3E%3Ccircle class='track' cx='1326' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1326' cy='34' r='30' stroke-dashoffset='152.68'/%3E%3Ccircle class='track' cx='1394' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1394' cy='34' r='30' stroke-dashoffset='150.8'/%3E%3Ccircle class='track' cx='1462' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1462' cy='34' r='30' stroke-dashoffset='148.91'/%3E%3Ccircle class='track' cx='1530' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1530' cy='34' r='30' stroke-dashoffset='147.03'/%3E%3Ccircle class='track' cx='1598' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1598' cy='34' r='30' stroke-dashoffset='145.14'/%3E%3Ccircle class='track' cx='1666' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1666' cy='34' r='30' stroke-dashoffset='143.26'/%3E%3Ccircle class='track' cx='1734' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1734' cy='34' r='30' stroke-dashoffset='141.37'/%3E%3Ccircle class='track' cx='1802' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1802' cy='34' r='30' stroke-dashoffset='139.49'/%3E%3Ccircle class='track' cx='1870' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1870' cy='34' r='30' stroke-dashoffset='137.6'/%3E%3Ccircle class='track' cx='1938' cy='34' r='30'/%3E%3Ccircle class='fill' cx='1938' cy='34' r='30' stroke-dashoffset='135.72'/%3E%3Ccircle class='track' cx='2006' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2006' cy='34' r='30' stroke-dashoffset='133.83'/%3E%3Ccircle class='track' cx='2074' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2074' cy='34' r='30' stroke-dashoffset='131.95'/%3E%3Ccircle class='track' cx='2142' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2142' cy='34' r='30' stroke-dashoffset='130.06'/%3E%3Ccircle class='track' cx='2210' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2210' cy='34' r='30' stroke-dashoffset='128.18'/%3E%3Ccircle class='track' cx='2278' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2278' cy='34' r='30' stroke-dashoffset='126.29'/%3E%3Ccircle class='track' cx='2346' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2346' cy='34' r='30' stroke-dashoffset='124.41'/%3E%3Ccircle class='track' cx='2414' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2414' cy='34' r='30' stroke-dashoffset='122.52'/%3E%3Ccircle class='track' cx='2482' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2482' cy='34' r='30' stroke-dashoffset='120.64'/%3E%3Ccircle class='track' cx='2550' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2550' cy='34' r='30' stroke-dashoffset='118.75'/%3E%3Ccircle class='track' cx='2618' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2618' cy='34' r='30' stroke-dashoffset='116.87'/%3E%3Ccircle class='track' cx='2686' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2686' cy='34' r='30' stroke-dashoffset='114.98'/%3E%3Ccircle class='track' cx='2754' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2754' cy='34' r='30' stroke-dashoffset='113.1'/%3E%3Ccircle class='track' cx='2822' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2822' cy='34' r='30' stroke-dashoffset='111.21'/%3E%3Ccircle class='track' cx='2890' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2890' cy='34' r='30' stroke-dashoffset='109.33'/%3E%3Ccircle class='track' cx='2958' cy='34' r='30'/%3E%3Ccircle class='fill' cx='2958' cy='34' r='30' stroke-dashoffset='107.44'/%3E%3Ccircle class='track' cx='3026' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3026' cy='34' r='30' stroke-dashoffset='105.56'/%3E%3Ccircle class='track' cx='3094' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3094' cy='34' r='30' stroke-dashoffset='103.67'/%3E%3Ccircle class='track' cx='3162' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3162' cy='34' r='30' stroke-dashoffset='101.79'/%3E%3Ccircle class='track' cx='3230' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3230' cy='34' r='30' stroke-dashoffset='99.9'/%3E%3Ccircle class='track' cx='3298' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3298' cy='34' r='30' stroke-dashoffset='98.02'/%3E%3Ccircle class='track' cx='3366' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3366' cy='34' r='30' stroke-dashoffset='96.13'/%3E%3Ccircle class='track' cx='3434' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3434' cy='34' r='30' stroke-dashoffset='94.25'/%3E%3Ccircle class='track' cx='3502' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3502' cy='34' r='30' stroke-dashoffset='92.36'/%3E%3Ccircle class='track' cx='3570' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3570' cy='34' r='30' stroke-dashoffset='90.48'/%3E%3Ccircle class='track' cx='3638' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3638' cy='34' r='30' stroke-dashoffset='88.59'/%3E%3Ccircle class='track' cx='3706' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3706' cy='34' r='30' stroke-dashoffset='86.71'/%3E%3Ccircle class='track' cx='3774' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3774' cy='34' r='30' stroke-dashoffset='84.82'/%3E%3Ccircle class='track' cx='3842' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3842' cy='34' r='30' stroke-dashoffset='82.94'/%3E%3Ccircle class='track' cx='3910' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3910' cy='34' r='30' stroke-dashoffset='81.05'/%3E%3Ccircle class='track' cx='3978' cy='34' r='30'/%3E%3Ccircle class='fill' cx='3978' cy='34' r='30' stroke-dashoffset='79.17'/%3E%3Ccircle class='track' cx='4046' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4046' cy='34' r='30' stroke-dashoffset='77.28'/%3E%3Ccircle class='track' cx='4114' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4114' cy='34' r='30' stroke-dashoffset='75.4'/%3E%3Ccircle class='track' cx='4182' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4182' cy='34' r='30' stroke-dashoffset='73.51'/%3E%3Ccircle class='track' cx='4250' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4250' cy='34' r='30' stroke-dashoffset='71.63'/%3E%3Ccircle class='track' cx='4318' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4318' cy='34' r='30' stroke-dashoffset='69.74'/%3E%3Ccircle class='track' cx='4386' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4386' cy='34' r='30' stroke-dashoffset='67.86'/%3E%3Ccircle class='track' cx='4454' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4454' cy='34' r='30' stroke-dashoffset='65.97'/%3E%3Ccircle class='track' cx='4522' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4522' cy='34' r='30' stroke-dashoffset='64.09'/%3E%3Ccircle class='track' cx='4590' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4590' cy='34' r='30' stroke-dashoffset='62.2'/%3E%3Ccircle class='track' cx='4658' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4658' cy='34' r='30' stroke-dashoffset='60.32'/%3E%3Ccircle class='track' cx='4726' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4726' cy='34' r='30' stroke-dashoffset='58.43'/%3E%3Ccircle class='track' cx='4794' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4794' cy='34' r='30' stroke-dashoffset='56.55'/%3E%3Ccircle class='track' cx='4862' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4862' cy='34' r='30' stroke-dashoffset='54.66'/%3E%3Ccircle class='track' cx='4930' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4930' cy='34' r='30' stroke-dashoffset='52.78'/%3E%3Ccircle class='track' cx='4998' cy='34' r='30'/%3E%3Ccircle class='fill' cx='4998' cy='34' r='30' stroke-dashoffset='50.89'/%3E%3Ccircle class='track' cx='5066' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5066' cy='34' r='30' stroke-dashoffset='49.01'/%3E%3Ccircle class='track' cx='5134' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5134' cy='34' r='30' stroke-dashoffset='47.12'/%3E%3Ccircle class='track' cx='5202' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5202' cy='34' r='30' stroke-dashoffset='45.24'/%3E%3Ccircle class='track' cx='5270' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5270' cy='34' r='30' stroke-dashoffset='43.35'/%3E%3Ccircle class='track' cx='5338' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5338' cy='34' r='30' stroke-dashoffset='41.47'/%3E%3Ccircle class='track' cx='5406' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5406' cy='34' r='30' stroke-dashoffset='39.58'/%3E%3Ccircle class='track' cx='5474' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5474' cy='34' r='30' stroke-dashoffset='37.7'/%3E%3Ccircle class='track' cx='5542' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5542' cy='34' r='30' stroke-dashoffset='35.81'/%3E%3Ccircle class='track' cx='5610' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5610' cy='34' r='30' stroke-dashoffset='33.93'/%3E%3Ccircle class='track' cx='5678' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5678' cy='34' r='30' stroke-dashoffset='32.04'/%3E%3Ccircle class='track' cx='5746' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5746' cy='34' r='30' stroke-dashoffset='30.16'/%3E%3Ccircle class='track' cx='5814' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5814' cy='34' r='30' stroke-dashoffset='28.27'/%3E%3Ccircle class='track' cx='5882' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5882' cy='34' r='30' stroke-dashoffset='26.39'/%3E%3Ccircle class='track' cx='5950' cy='34' r='30'/%3E%3Ccircle class='fill' cx='5950' cy='34' r='30' stroke-dashoffset='24.5'/%3E%3Ccircle class='track' cx='6018' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6018' cy='34' r='30' stroke-dashoffset='22.62'/%3E%3Ccircle class='track' cx='6086' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6086' cy='34' r='30' stroke-dashoffset='20.73'/%3E%3Ccircle class='track' cx='6154' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6154' cy='34' r='30' stroke-dashoffset='18.85'/%3E%3Ccircle class='track' cx='6222' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6222' cy='34' r='30' stroke-dashoffset='16.96'/%3E%3Ccircle class='track' cx='6290' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6290' cy='34' r='30' stroke-dashoffset='15.08'/%3E%3Ccircle class='track' cx='6358' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6358' cy='34' r='30' stroke-dashoffset='13.19'/%3E%3Ccircle class='track' cx='6426' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6426' cy='34' r='30' stroke-dashoffset='11.31'/%3E%3Ccircle class='track' cx='6494' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6494' cy='34' r='30' stroke-dashoffset='9.42'/%3E%3Ccircle class='track' cx='6562' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6562' cy='34' r='30' stroke-dashoffset='7.54'/%3E%3Ccircle class='track' cx='6630' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6630' cy='34' r='30' stroke-dashoffset='5.65'/%3E%3Ccircle class='track' cx='6698' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6698' cy='34' r='30' stroke-dashoffset='3.77'/%3E%3Ccircle class='track' cx='6766' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6766' cy='34' r='30' stroke-dashoffset='1.88'/%3E%3Ccircle class='track' cx='6834' cy='34' r='30'/%3E%3Ccircle class='fill' cx='6834' cy='34' r='30' stroke-dashoffset='0'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2160 36' style='enable-background:new 0 0 2160 36%3B' width='2160px' height='36px'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S26%2C32.5%2C18%2C32.5S3.5%2C26%2C3.5%2C18S10%2C3.5%2C18%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M18%2C3.5L18%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M54%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S62%2C32.5%2C54%2C32.5S39.5%2C26%2C39.5%2C18S46%2C3.5%2C54%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M54.4%2C3.5c7.8%2C0.2%2C14.1%2C6.6%2C14.1%2C14.5c0%2C1.7-0.3%2C3.3-0.8%2C4.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M90%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S98%2C32.5%2C90%2C32.5S75.5%2C26%2C75.5%2C18S82%2C3.5%2C90%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M90.8%2C3.5c7.6%2C0.4%2C13.7%2C6.8%2C13.7%2C14.5c0%2C3.3-1.1%2C6.3-3%2C8.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M126%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S134%2C32.5%2C126%2C32.5S111.5%2C26%2C111.5%2C18S118%2C3.5%2C126%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M127.1%2C3.5c7.5%2C0.6%2C13.4%2C6.9%2C13.4%2C14.5c0%2C4.9-2.4%2C9.2-6.1%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M162%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S170%2C32.5%2C162%2C32.5S147.5%2C26%2C147.5%2C18S154%2C3.5%2C162%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M163.5%2C3.6c7.3%2C0.8%2C13%2C6.9%2C13%2C14.4c0%2C6.4-4.1%2C11.8-9.8%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M198%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S206%2C32.5%2C198%2C32.5S183.5%2C26%2C183.5%2C18S190%2C3.5%2C198%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M199.9%2C3.6c7.1%2C1%2C12.6%2C7%2C12.6%2C14.4c0%2C7.7-6.1%2C14.1-13.7%2C14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M234%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S242%2C32.5%2C234%2C32.5S219.5%2C26%2C219.5%2C18S226%2C3.5%2C234%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M236.3%2C3.7c6.9%2C1.1%2C12.2%2C7.1%2C12.2%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-1%2C0-2-0.1-3-0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M270%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S278%2C32.5%2C270%2C32.5S255.5%2C26%2C255.5%2C18S262%2C3.5%2C270%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M272.6%2C3.7c6.8%2C1.3%2C11.9%2C7.2%2C11.9%2C14.3c0%2C8-6.5%2C14.5-14.5%2C14.5c-2.3%2C0-4.5-0.5-6.4-1.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M306%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S314%2C32.5%2C306%2C32.5S291.5%2C26%2C291.5%2C18S298%2C3.5%2C306%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M309%2C3.8c6.6%2C1.4%2C11.5%2C7.2%2C11.5%2C14.2c0%2C8-6.5%2C14.5-14.5%2C14.5c-3.5%2C0-6.7-1.3-9.3-3.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M342%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S350%2C32.5%2C342%2C32.5S327.5%2C26%2C327.5%2C18S334%2C3.5%2C342%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M345.4%2C3.9c6.4%2C1.5%2C11.1%2C7.3%2C11.1%2C14.1c0%2C8-6.5%2C14.5-14.5%2C14.5c-4.7%2C0-8.9-2.2-11.5-5.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M378%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S386%2C32.5%2C378%2C32.5S363.5%2C26%2C363.5%2C18S370%2C3.5%2C378%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M381.8%2C4c6.2%2C1.7%2C10.7%2C7.3%2C10.7%2C14c0%2C8-6.5%2C14.5-14.5%2C14.5c-5.8%2C0-10.8-3.4-13.1-8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M414%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S422%2C32.5%2C414%2C32.5S399.5%2C26%2C399.5%2C18S406%2C3.5%2C414%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M418.1%2C4.1c6%2C1.8%2C10.4%2C7.3%2C10.4%2C13.9c0%2C8-6.5%2C14.5-14.5%2C14.5c-6.8%2C0-12.6-4.7-14.1-11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M450%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S458%2C32.5%2C450%2C32.5S435.5%2C26%2C435.5%2C18S442%2C3.5%2C450%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M454.5%2C4.2c5.8%2C1.9%2C10%2C7.4%2C10%2C13.8c0%2C8-6.5%2C14.5-14.5%2C14.5c-7.8%2C0-14.1-6.1-14.5-13.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M486%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S494%2C32.5%2C486%2C32.5S471.5%2C26%2C471.5%2C18S478%2C3.5%2C486%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M490.8%2C4.3c5.6%2C2%2C9.7%2C7.4%2C9.7%2C13.7c0%2C8-6.5%2C14.5-14.5%2C14.5S471.5%2C26%2C471.5%2C18c0-0.7%2C0-1.3%2C0.1-2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M522%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S530%2C32.5%2C522%2C32.5S507.5%2C26%2C507.5%2C18S514%2C3.5%2C522%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M527.2%2C4.5c5.4%2C2.1%2C9.3%2C7.4%2C9.3%2C13.5c0%2C8-6.5%2C14.5-14.5%2C14.5S507.5%2C26%2C507.5%2C18c0-1.5%2C0.2-3%2C0.7-4.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M558%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S566%2C32.5%2C558%2C32.5S543.5%2C26%2C543.5%2C18S550%2C3.5%2C558%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M563.5%2C4.6c5.3%2C2.2%2C9%2C7.4%2C9%2C13.4c0%2C8-6.5%2C14.5-14.5%2C14.5S543.5%2C26%2C543.5%2C18c0-2.4%2C0.6-4.6%2C1.6-6.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M594%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S602%2C32.5%2C594%2C32.5S579.5%2C26%2C579.5%2C18S586%2C3.5%2C594%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M599.9%2C4.8c5.1%2C2.2%2C8.6%2C7.3%2C8.6%2C13.2c0%2C8-6.5%2C14.5-14.5%2C14.5S579.5%2C26%2C579.5%2C18c0-3.2%2C1-6.1%2C2.8-8.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M630%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S638%2C32.5%2C630%2C32.5S615.5%2C26%2C615.5%2C18S622%2C3.5%2C630%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M636.3%2C4.9c4.9%2C2.3%2C8.2%2C7.3%2C8.2%2C13.1c0%2C8-6.5%2C14.5-14.5%2C14.5S615.5%2C26%2C615.5%2C18c0-3.9%2C1.6-7.5%2C4.1-10.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M666%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S674%2C32.5%2C666%2C32.5S651.5%2C26%2C651.5%2C18S658%2C3.5%2C666%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M677.3%2C8.9c2%2C2.5%2C3.2%2C5.6%2C3.2%2C9.1c0%2C8-6.5%2C14.5-14.5%2C14.5S651.5%2C26%2C651.5%2C18c0-4.7%2C2.2-8.8%2C5.6-11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M702%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S710%2C32.5%2C702%2C32.5S687.5%2C26%2C687.5%2C18S694%2C3.5%2C702%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M716%2C14.3c0.3%2C1.2%2C0.5%2C2.4%2C0.5%2C3.7c0%2C8-6.5%2C14.5-14.5%2C14.5S687.5%2C26%2C687.5%2C18c0-5.3%2C2.9-10%2C7.2-12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M738%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S746%2C32.5%2C738%2C32.5S723.5%2C26%2C723.5%2C18S730%2C3.5%2C738%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M752.4%2C20c-1%2C7.1-7%2C12.5-14.4%2C12.5c-8%2C0-14.5-6.5-14.5-14.5c0-6%2C3.6-11.1%2C8.8-13.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M774%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S782%2C32.5%2C774%2C32.5S759.5%2C26%2C759.5%2C18S766%2C3.5%2C774%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M786.7%2C25c-2.5%2C4.5-7.2%2C7.5-12.7%2C7.5c-8%2C0-14.5-6.5-14.5-14.5c0-6.6%2C4.4-12.1%2C10.3-13.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M810%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S818%2C32.5%2C810%2C32.5S795.5%2C26%2C795.5%2C18S802%2C3.5%2C810%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M819.6%2C28.8c-2.6%2C2.3-5.9%2C3.7-9.6%2C3.7c-8%2C0-14.5-6.5-14.5-14.5c0-7.1%2C5.1-13%2C11.9-14.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M846%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S854%2C32.5%2C846%2C32.5S831.5%2C26%2C831.5%2C18S838%2C3.5%2C846%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M851.8%2C31.3c-1.8%2C0.8-3.7%2C1.2-5.8%2C1.2c-8%2C0-14.5-6.5-14.5-14.5c0-7.6%2C5.9-13.9%2C13.4-14.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M882%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S890%2C32.5%2C882%2C32.5S867.5%2C26%2C867.5%2C18S874%2C3.5%2C882%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M883.7%2C32.4c-0.6%2C0.1-1.1%2C0.1-1.7%2C0.1c-8%2C0-14.5-6.5-14.5-14.5S874%2C3.5%2C882%2C3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M918%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S926%2C32.5%2C918%2C32.5S903.5%2C26%2C903.5%2C18S910%2C3.5%2C918%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M915.7%2C32.3c-6.9-1.1-12.2-7.1-12.2-14.3c0-8%2C6.5-14.5%2C14.5-14.5c0.5%2C0%2C1.1%2C0%2C1.6%2C0.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M954%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S962%2C32.5%2C954%2C32.5S939.5%2C26%2C939.5%2C18S946%2C3.5%2C954%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M948.2%2C31.3c-5.1-2.2-8.7-7.3-8.7-13.3c0-8%2C6.5-14.5%2C14.5-14.5c1%2C0%2C1.9%2C0.1%2C2.8%2C0.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M990%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5S998%2C32.5%2C990%2C32.5S975.5%2C26%2C975.5%2C18S982%2C3.5%2C990%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M981.3%2C29.6c-3.5-2.6-5.8-6.9-5.8-11.6c0-8%2C6.5-14.5%2C14.5-14.5c1.4%2C0%2C2.7%2C0.2%2C3.9%2C0.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1026%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1018%2C3.5%2C1026%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1015%2C27.5c-2.2-2.5-3.5-5.9-3.5-9.5c0-8%2C6.5-14.5%2C14.5-14.5c1.8%2C0%2C3.4%2C0.3%2C5%2C0.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1062%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1054%2C3.5%2C1062%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1049.4%2C25.1c-1.2-2.1-1.9-4.5-1.9-7.1c0-8%2C6.5-14.5%2C14.5-14.5c2.1%2C0%2C4.1%2C0.5%2C6%2C1.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1098%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1090%2C3.5%2C1098%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1084.3%2C22.7c-0.5-1.5-0.8-3.1-0.8-4.7c0-8%2C6.5-14.5%2C14.5-14.5c2.5%2C0%2C4.8%2C0.6%2C6.8%2C1.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1134%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1126%2C3.5%2C1134%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1119.7%2C20.4c-0.1-0.8-0.2-1.6-0.2-2.4c0-8%2C6.5-14.5%2C14.5-14.5c2.8%2C0%2C5.4%2C0.8%2C7.6%2C2.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1170%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1162%2C3.5%2C1170%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1155.5%2C18.1V18c0-8%2C6.5-14.5%2C14.5-14.5c3.1%2C0%2C6%2C1%2C8.4%2C2.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1206%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1198%2C3.5%2C1206%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1191.6%2C16.1c1-7.1%2C7-12.6%2C14.4-12.6c3.4%2C0%2C6.5%2C1.2%2C9%2C3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1242%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1234%2C3.5%2C1242%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1228%2C14.3c1.6-6.2%2C7.3-10.8%2C14-10.8c3.7%2C0%2C7%2C1.4%2C9.6%2C3.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1278%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1270%2C3.5%2C1278%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1264.5%2C12.7c2.2-5.4%2C7.4-9.2%2C13.5-9.2c3.9%2C0%2C7.5%2C1.6%2C10.1%2C4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1314%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1306%2C3.5%2C1314%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1301.2%2C11.2c2.4-4.6%2C7.2-7.7%2C12.8-7.7c4.2%2C0%2C8%2C1.8%2C10.6%2C4.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1350%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1342%2C3.5%2C1350%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1337.9%2C10c2.6-3.9%2C7-6.5%2C12.1-6.5c4.4%2C0%2C8.4%2C2%2C11%2C5.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1386%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1378%2C3.5%2C1386%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1374.7%2C9c2.6-3.4%2C6.7-5.5%2C11.3-5.5s8.8%2C2.2%2C11.4%2C5.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1422%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1414%2C3.5%2C1422%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1411.4%2C8.1c2.7-2.8%2C6.4-4.6%2C10.6-4.6c4.9%2C0%2C9.2%2C2.4%2C11.8%2C6.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1458%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1450%2C3.5%2C1458%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1448.2%2C7.3c2.6-2.4%2C6-3.8%2C9.8-3.8c5.1%2C0%2C9.5%2C2.6%2C12.1%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1494%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1486%2C3.5%2C1494%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1484.9%2C6.7c2.5-2%2C5.7-3.2%2C9.1-3.2c5.2%2C0%2C9.8%2C2.8%2C12.4%2C7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1530%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1522%2C3.5%2C1530%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1521.6%2C6.2c2.4-1.7%2C5.3-2.7%2C8.4-2.7c5.4%2C0%2C10.2%2C3%2C12.7%2C7.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1566%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1558%2C3.5%2C1566%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1558.3%2C5.7c2.2-1.4%2C4.9-2.2%2C7.7-2.2c5.6%2C0%2C10.5%2C3.2%2C12.9%2C7.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1602%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1594%2C3.5%2C1602%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1594.9%2C5.3c2.1-1.1%2C4.5-1.8%2C7.1-1.8c5.8%2C0%2C10.8%2C3.4%2C13.1%2C8.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1638%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1630%2C3.5%2C1638%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1631.5%2C5c1.9-1%2C4.1-1.5%2C6.5-1.5c5.9%2C0%2C11.1%2C3.6%2C13.3%2C8.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1674%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1666%2C3.5%2C1674%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1668.1%2C4.8c1.8-0.8%2C3.8-1.3%2C5.9-1.3c6.1%2C0%2C11.3%2C3.8%2C13.5%2C9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1710%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1702%2C3.5%2C1710%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1704.6%2C4.5c1.7-0.7%2C3.5-1%2C5.4-1c6.3%2C0%2C11.6%2C4%2C13.6%2C9.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1746%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1738%2C3.5%2C1746%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1741.1%2C4.3c1.5-0.5%2C3.2-0.8%2C4.9-0.8c6.4%2C0%2C11.8%2C4.2%2C13.8%2C9.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1782%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1774%2C3.5%2C1782%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1777.6%2C4.2c1.4-0.5%2C2.9-0.7%2C4.4-0.7c6.5%2C0%2C12.1%2C4.3%2C13.9%2C10.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1818%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1810%2C3.5%2C1818%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1814.1%2C4c1.3-0.4%2C2.6-0.5%2C3.9-0.5c6.7%2C0%2C12.3%2C4.5%2C14%2C10.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1854%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1846%2C3.5%2C1854%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1850.5%2C3.9c1.1-0.3%2C2.3-0.4%2C3.5-0.4c6.8%2C0%2C12.6%2C4.7%2C14.1%2C11.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1890%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1882%2C3.5%2C1890%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1886.9%2C3.8c1-0.2%2C2-0.3%2C3.1-0.3c7%2C0%2C12.8%2C4.9%2C14.2%2C11.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1926%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1918%2C3.5%2C1926%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1923.3%2C3.7c0.9-0.2%2C1.8-0.2%2C2.7-0.2c7.1%2C0%2C13%2C5.1%2C14.3%2C11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1962%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1954%2C3.5%2C1962%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1959.7%2C3.7c0.7-0.1%2C1.5-0.2%2C2.3-0.2c7.2%2C0%2C13.2%2C5.3%2C14.3%2C12.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M1998%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S1990%2C3.5%2C1998%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M1996.1%2C3.6c0.6-0.1%2C1.3-0.1%2C1.9-0.1c7.4%2C0%2C13.4%2C5.5%2C14.4%2C12.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2034%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2026%2C3.5%2C2034%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2032.5%2C3.6c0.5-0.1%2C1-0.1%2C1.5-0.1c7.5%2C0%2C13.7%2C5.7%2C14.4%2C13'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2070%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2062%2C3.5%2C2070%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2068.9%2C3.5c0.4%2C0%2C0.8%2C0%2C1.1%2C0c7.6%2C0%2C13.9%2C5.9%2C14.5%2C13.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2106%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2098%2C3.5%2C2106%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2105.2%2C3.5c0.3%2C0%2C0.5%2C0%2C0.8%2C0c7.7%2C0%2C14.1%2C6.1%2C14.5%2C13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:3%3Bstroke-opacity:0.06%3B' d='M2142%2C3.5c8%2C0%2C14.5%2C6.5%2C14.5%2C14.5s-6.5%2C14.5-14.5%2C14.5s-14.5-6.5-14.5-14.5S2134%2C3.5%2C2142%2C3.5z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:3%3B' d='M2141.6%2C3.5c0.1%2C0%2C0.3%2C0%2C0.4%2C0c7.9%2C0%2C14.3%2C6.3%2C14.5%2C14.1'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--indeterminate--small {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 20' enable-background='new 0 0 1200 20' width='1200' height='20'%3E%3Cstyle type='text/css'%3E.st0 %7B fill-opacity: 0%3B stroke: %23FFFFFF%3B stroke-width: 2%3B stroke-opacity: 0.06%3B %7D .st1 %7B fill-opacity: 0%3B stroke: %231473E6%3B stroke-width: 2%3B %7D%3C/style%3E%3Cpath class='st0' d='M10 3.5c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M10 3.5c3.9 0 7 3.1 7 7'/%3E%3Cpath class='st0' d='M30 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M30.2 3c3.8.1 6.8 3.2 6.8 7 0 .8-.1 1.6-.4 2.3'/%3E%3Cpath class='st0' d='M50 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M50.4 3c3.7.2 6.6 3.3 6.6 7 0 1.6-.5 3-1.4 4.2'/%3E%3Cpath class='st0' d='M70 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M70.5 3c3.6.3 6.5 3.3 6.5 7 0 2.4-1.2 4.4-2.9 5.7'/%3E%3Cpath class='st0' d='M90 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M90.7 3c3.5.4 6.3 3.3 6.3 7 0 3.1-2 5.7-4.7 6.6'/%3E%3Cpath class='st0' d='M110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M110.9 3c3.4.5 6.1 3.4 6.1 7 0 3.7-2.9 6.8-6.6 7'/%3E%3Cpath class='st0' d='M130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M131.1 3.1c3.3.5 5.9 3.4 5.9 6.9 0 3.9-3.1 7-7 7-.5 0-1 0-1.4-.1'/%3E%3Cpath class='st0' d='M150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M151.3 3.1c3.3.6 5.7 3.5 5.7 6.9 0 3.9-3.1 7-7 7-1.1 0-2.2-.2-3.1-.7'/%3E%3Cpath class='st0' d='M170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M171.4 3.1c3.2.7 5.6 3.5 5.6 6.9 0 3.9-3.1 7-7 7-1.7 0-3.2-.6-4.5-1.6'/%3E%3Cpath class='st0' d='M190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M191.6 3.2c3.1.7 5.4 3.5 5.4 6.8 0 3.9-3.1 7-7 7-2.3 0-4.3-1.1-5.6-2.8'/%3E%3Cpath class='st0' d='M210 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M211.8 3.2c3 .8 5.2 3.5 5.2 6.8 0 3.9-3.1 7-7 7-2.8 0-5.2-1.6-6.3-4'/%3E%3Cpath class='st0' d='M230 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M232 3.3c2.9.9 5 3.5 5 6.7 0 3.9-3.1 7-7 7-3.3 0-6.1-2.3-6.8-5.4'/%3E%3Cpath class='st0' d='M250 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M252.2 3.3c2.8 1 4.8 3.6 4.8 6.7 0 3.9-3.1 7-7 7-3.8 0-6.8-2.9-7-6.7'/%3E%3Cpath class='st0' d='M270 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M272.3 3.4c2.7 1 4.7 3.6 4.7 6.6 0 3.9-3.1 7-7 7s-7-3.1-7-7v-1'/%3E%3Cpath class='st0' d='M290 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M292.5 3.5c2.6 1 4.5 3.6 4.5 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-.7.1-1.4.3-2.1'/%3E%3Cpath class='st0' d='M310 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M312.7 3.5c2.6 1.1 4.3 3.6 4.3 6.5 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.2.3-2.2.8-3.2'/%3E%3Cpath class='st0' d='M330 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M332.8 3.6c2.5 1.1 4.2 3.5 4.2 6.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.5.5-2.9 1.4-4.1'/%3E%3Cpath class='st0' d='M350 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M353 3.7c2.4 1.1 4 3.5 4 6.3 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-1.9.8-3.6 2-4.9'/%3E%3Cpath class='st0' d='M370 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M375.5 5.6c1 1.2 1.5 2.7 1.5 4.4 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.3 1.1-4.2 2.7-5.6'/%3E%3Cpath class='st0' d='M390 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M396.8 8.2c.1.6.2 1.2.2 1.8 0 3.9-3.1 7-7 7s-7-3.1-7-7c0-2.6 1.4-4.8 3.5-6'/%3E%3Cpath class='st0' d='M410 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M417 11c-.5 3.4-3.4 6-7 6-3.9 0-7-3.1-7-7 0-2.9 1.7-5.4 4.2-6.4'/%3E%3Cpath class='st0' d='M430 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M436.1 13.4c-1.2 2.2-3.5 3.6-6.1 3.6-3.9 0-7-3.1-7-7 0-3.2 2.1-5.8 5-6.7'/%3E%3Cpath class='st0' d='M450 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M454.6 15.2c-1.3 1.1-2.8 1.8-4.6 1.8-3.9 0-7-3.1-7-7 0-3.4 2.5-6.3 5.7-6.9'/%3E%3Cpath class='st0' d='M470 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M472.8 16.4c-.9.4-1.8.6-2.8.6-3.9 0-7-3.1-7-7 0-3.7 2.8-6.7 6.5-7'/%3E%3Cpath class='st0' d='M490 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M490.8 17h-.8c-3.9 0-7-3.1-7-7s3.1-7 7-7h.1'/%3E%3Cpath class='st0' d='M510 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M508.9 16.9c-3.3-.5-5.9-3.4-5.9-6.9 0-3.9 3.1-7 7-7h.8'/%3E%3Cpath class='st0' d='M530 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M527.2 16.4c-2.5-1.1-4.2-3.5-4.2-6.4 0-3.9 3.1-7 7-7 .5 0 .9 0 1.4.1'/%3E%3Cpath class='st0' d='M550 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M545.8 15.6c-1.7-1.3-2.8-3.3-2.8-5.6 0-3.9 3.1-7 7-7 .7 0 1.3.1 1.9.2'/%3E%3Cpath class='st0' d='M570 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M564.7 14.6c-1.1-1.2-1.7-2.8-1.7-4.6 0-3.9 3.1-7 7-7 .9 0 1.6.1 2.4.4'/%3E%3Cpath class='st0' d='M590 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M583.9 13.4c-.6-1-.9-2.2-.9-3.4 0-3.9 3.1-7 7-7 1 0 2 .2 2.9.6'/%3E%3Cpath class='st0' d='M610 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M603.4 12.3c-.2-.7-.4-1.5-.4-2.3 0-3.9 3.1-7 7-7 1.2 0 2.3.3 3.3.8'/%3E%3Cpath class='st0' d='M630 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M623.1 11.2l-.1-1.2c0-3.9 3.1-7 7-7 1.4 0 2.6.4 3.7 1.1'/%3E%3Cpath class='st0' d='M650 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M643 10c0-3.9 3.1-7 7-7 1.5 0 2.9.5 4.1 1.3'/%3E%3Cpath class='st0' d='M670 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M663 9.1c.5-3.4 3.4-6.1 7-6.1 1.6 0 3.1.6 4.3 1.5'/%3E%3Cpath class='st0' d='M690 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M683.2 8.2c.8-3 3.5-5.2 6.8-5.2 1.8 0 3.4.7 4.6 1.7'/%3E%3Cpath class='st0' d='M710 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M703.5 7.4c1.1-2.6 3.6-4.4 6.5-4.4 1.9 0 3.6.8 4.9 2'/%3E%3Cpath class='st0' d='M730 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M723.8 6.7c1.2-2.2 3.5-3.7 6.2-3.7 2 0 3.9.9 5.1 2.2'/%3E%3Cpath class='st0' d='M750 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M744.2 6.1c1.3-1.9 3.4-3.1 5.8-3.1 2.1 0 4.1 1 5.3 2.5'/%3E%3Cpath class='st0' d='M770 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M764.5 5.7c1.3-1.7 3.3-2.7 5.5-2.7s4.2 1.1 5.5 2.7'/%3E%3Cpath class='st0' d='M790 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M784.9 5.2c1.3-1.3 3.1-2.2 5.1-2.2 2.4 0 4.4 1.2 5.7 2.9'/%3E%3Cpath class='st0' d='M810 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M805.3 4.8c1.3-1.2 2.9-1.8 4.7-1.8 2.5 0 4.6 1.3 5.8 3.1'/%3E%3Cpath class='st0' d='M830 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M825.6 4.5c1.2-1 2.8-1.5 4.4-1.5 2.5 0 4.7 1.4 6 3.4'/%3E%3Cpath class='st0' d='M850 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M845.9 4.3c1.2-.8 2.6-1.3 4.1-1.3 2.6 0 4.9 1.4 6.1 3.6'/%3E%3Cpath class='st0' d='M870 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M866.3 4.1c1.1-.7 2.4-1.1 3.7-1.1 2.7 0 5.1 1.5 6.2 3.8'/%3E%3Cpath class='st0' d='M890 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M886.6 3.9c1-.5 2.2-.9 3.4-.9 2.8 0 5.2 1.6 6.3 4'/%3E%3Cpath class='st0' d='M910 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M906.9 3.7c.9-.5 2-.7 3.1-.7 2.8 0 5.4 1.7 6.4 4.2'/%3E%3Cpath class='st0' d='M930 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M927.2 3.6c.8-.4 1.8-.6 2.8-.6 2.9 0 5.5 1.8 6.5 4.4'/%3E%3Cpath class='st0' d='M950 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M947.4 3.5c.8-.3 1.7-.5 2.6-.5 3 0 5.6 1.9 6.6 4.6'/%3E%3Cpath class='st0' d='M970 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M967.6 3.4c.7-.2 1.5-.4 2.4-.4 3.1 0 5.7 2 6.7 4.8'/%3E%3Cpath class='st0' d='M990 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M987.9 3.3c.7-.2 1.4-.3 2.1-.3 3.1 0 5.8 2.1 6.7 5'/%3E%3Cpath class='st0' d='M1010 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1008.1 3.2c.6-.2 1.3-.2 1.9-.2 3.2 0 5.9 2.2 6.8 5.2'/%3E%3Cpath class='st0' d='M1030 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1028.3 3.2c.5-.1 1.1-.2 1.7-.2 3.3 0 6.1 2.3 6.8 5.4'/%3E%3Cpath class='st0' d='M1050 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1048.5 3.1c.5-.1 1-.1 1.5-.1 3.4 0 6.2 2.4 6.9 5.6'/%3E%3Cpath class='st0' d='M1070 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1068.7 3.1c.4-.1.9-.1 1.3-.1 3.4 0 6.3 2.5 6.9 5.7'/%3E%3Cpath class='st0' d='M1090 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1088.9 3.1c.3 0 .7-.1 1.1-.1 3.5 0 6.4 2.6 6.9 5.9'/%3E%3Cpath class='st0' d='M1110 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1109.1 3h.9c3.6 0 6.5 2.7 7 6.1'/%3E%3Cpath class='st0' d='M1130 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1129.3 3h.7c3.6 0 6.6 2.8 7 6.3'/%3E%3Cpath class='st0' d='M1150 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1149.5 3h.5c3.7 0 6.7 2.8 7 6.5'/%3E%3Cpath class='st0' d='M1170 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1169.6 3h.4c3.7 0 6.8 2.9 7 6.6'/%3E%3Cpath class='st0' d='M1190 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7z'/%3E%3Cpath class='st1' d='M1189.8 3h.2c3.8 0 6.9 3 7 6.8'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--indeterminate--large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.06%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%231473E6%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--indeterminate--fullpage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='4080px' height='68px' viewBox='0 0 4080 68' style='enable-background:new 0 0 4080 68%3B'%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30S50.6%2C64%2C34%2C64S4%2C50.6%2C4%2C34S17.4%2C4%2C34%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M34%2C4L34%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M102%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30S72%2C50.6%2C72%2C34S85.4%2C4%2C102%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M102.8%2C4C119%2C4.4%2C132%2C17.7%2C132%2C34c0%2C3.4-0.6%2C6.7-1.6%2C9.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M170%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S153.4%2C4%2C170%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M171.6%2C4C187.4%2C4.9%2C200%2C18%2C200%2C34c0%2C6.8-2.3%2C13.1-6.1%2C18.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M238%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S221.4%2C4%2C238%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M240.4%2C4.1C255.8%2C5.3%2C268%2C18.2%2C268%2C34c0%2C10.1-5%2C19-12.6%2C24.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M306%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S289.4%2C4%2C306%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M309.1%2C4.2C324.2%2C5.7%2C336%2C18.5%2C336%2C34c0%2C13.2-8.5%2C24.4-20.3%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M374%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S357.4%2C4%2C374%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M377.9%2C4.3C392.6%2C6.2%2C404%2C18.8%2C404%2C34c0%2C16-12.6%2C29.1-28.4%2C30'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M442%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S425.4%2C4%2C442%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M446.7%2C4.4C461%2C6.6%2C472%2C19%2C472%2C34c0%2C16.6-13.4%2C30-30%2C30c-2.1%2C0-4.2-0.2-6.2-0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M510%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30c-16.6%2C0-30-13.4-30-30S493.4%2C4%2C510%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M515.5%2C4.5C529.4%2C7.1%2C540%2C19.3%2C540%2C34c0%2C16.6-13.4%2C30-30%2C30c-4.7%2C0-9.2-1.1-13.2-3.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M578%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S561.4%2C4%2C578%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M584.2%2C4.7C597.8%2C7.5%2C608%2C19.6%2C608%2C34c0%2C16.6-13.4%2C30-30%2C30c-7.3%2C0-14-2.6-19.1-6.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M646%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S629.4%2C4%2C646%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M653%2C4.8C666.2%2C8%2C676%2C19.9%2C676%2C34c0%2C16.6-13.4%2C30-30%2C30c-9.7%2C0-18.3-4.6-23.8-11.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M714%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S697.4%2C4%2C714%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M721.8%2C5C734.6%2C8.4%2C744%2C20.1%2C744%2C34c0%2C16.6-13.4%2C30-30%2C30c-12%2C0-22.3-7-27.1-17.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M782%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S765.4%2C4%2C782%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M790.5%2C5.2C802.9%2C8.9%2C812%2C20.4%2C812%2C34c0%2C16.6-13.4%2C30-30%2C30c-14.1%2C0-26-9.8-29.2-22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M850%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S833.4%2C4%2C850%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M859.3%2C5.5C871.3%2C9.4%2C880%2C20.7%2C880%2C34c0%2C16.6-13.4%2C30-30%2C30c-16.1%2C0-29.3-12.7-30-28.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M918%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S901.4%2C4%2C918%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M928%2C5.7C939.7%2C9.8%2C948%2C21%2C948%2C34c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-1.4%2C0.1-2.8%2C0.3-4.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M986%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S969.4%2C4%2C986%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M996.8%2C6c11.2%2C4.3%2C19.2%2C15.2%2C19.2%2C28c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-3.2%2C0.5-6.3%2C1.4-9.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1054%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1037.4%2C4%2C1054%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1065.5%2C6.3c10.8%2C4.5%2C18.5%2C15.2%2C18.5%2C27.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-4.9%2C1.2-9.6%2C3.3-13.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1122%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1105.4%2C4%2C1122%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1134.2%2C6.6c10.5%2C4.7%2C17.8%2C15.2%2C17.8%2C27.4c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-6.6%2C2.1-12.7%2C5.7-17.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1190%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1173.4%2C4%2C1190%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1203%2C6.9c10%2C4.9%2C17%2C15.2%2C17%2C27.1c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-8.2%2C3.3-15.6%2C8.6-21'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1258%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1241.4%2C4%2C1258%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1281.4%2C15.3c4.1%2C5.1%2C6.6%2C11.6%2C6.6%2C18.7c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-9.6%2C4.6-18.2%2C11.6-23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1326%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1309.4%2C4%2C1326%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1355%2C26.4c0.6%2C2.4%2C1%2C5%2C1%2C7.6c0%2C16.6-13.4%2C30-30%2C30s-30-13.4-30-30c0-11%2C6-20.7%2C14.9-25.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1394%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1377.4%2C4%2C1394%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1423.7%2C38.1c-2%2C14.6-14.5%2C25.9-29.7%2C25.9c-16.6%2C0-30-13.4-30-30c0-12.3%2C7.5-23%2C18.1-27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1462%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1445.4%2C4%2C1462%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1488.3%2C48.5c-5.1%2C9.2-15%2C15.5-26.3%2C15.5c-16.6%2C0-30-13.4-30-30c0-13.6%2C9-25%2C21.4-28.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1530%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1513.4%2C4%2C1530%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1549.9%2C56.4c-5.3%2C4.7-12.3%2C7.6-19.9%2C7.6c-16.6%2C0-30-13.4-30-30c0-14.7%2C10.6-27%2C24.6-29.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1598%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1581.4%2C4%2C1598%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1610%2C61.5c-3.7%2C1.6-7.7%2C2.5-12%2C2.5c-16.6%2C0-30-13.4-30-30c0-15.8%2C12.2-28.7%2C27.6-29.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1666%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1649.4%2C4%2C1666%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1669.5%2C63.8c-1.2%2C0.1-2.3%2C0.2-3.5%2C0.2c-16.6%2C0-30-13.4-30-30s13.4-30%2C30-30c0.2%2C0%2C0.4%2C0%2C0.5%2C0'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1734%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1717.4%2C4%2C1734%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1729.3%2C63.6C1715%2C61.4%2C1704%2C49%2C1704%2C34c0-16.6%2C13.4-30%2C30-30c1.1%2C0%2C2.2%2C0.1%2C3.3%2C0.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1802%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1785.4%2C4%2C1802%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1790.1%2C61.5c-10.7-4.6-18.1-15.2-18.1-27.5c0-16.6%2C13.4-30%2C30-30c2%2C0%2C3.9%2C0.2%2C5.8%2C0.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1870%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1853.4%2C4%2C1870%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1852%2C58c-7.3-5.5-12-14.2-12-24c0-16.6%2C13.4-30%2C30-30c2.8%2C0%2C5.6%2C0.4%2C8.2%2C1.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M1938%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1921.4%2C4%2C1938%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1915.3%2C53.6c-4.5-5.3-7.3-12.1-7.3-19.6c0-16.6%2C13.4-30%2C30-30c3.6%2C0%2C7.1%2C0.6%2C10.3%2C1.8'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2006%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S1989.4%2C4%2C2006%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M1979.9%2C48.7c-2.5-4.3-3.9-9.3-3.9-14.7c0-16.6%2C13.4-30%2C30-30c4.4%2C0%2C8.6%2C0.9%2C12.3%2C2.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2074%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2057.4%2C4%2C2074%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2045.6%2C43.8c-1-3.1-1.6-6.4-1.6-9.8c0-16.6%2C13.4-30%2C30-30c5.1%2C0%2C9.9%2C1.3%2C14.1%2C3.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2142%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2125.4%2C4%2C2142%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2112.4%2C38.9c-0.3-1.6-0.4-3.2-0.4-4.9c0-16.6%2C13.4-30%2C30-30c5.8%2C0%2C11.2%2C1.6%2C15.8%2C4.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2210%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2193.4%2C4%2C2210%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2180%2C34.3c0-0.1%2C0-0.2%2C0-0.3c0-16.6%2C13.4-30%2C30-30c6.4%2C0%2C12.4%2C2%2C17.3%2C5.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2278%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2261.4%2C4%2C2278%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2248.3%2C30.1C2250.2%2C15.4%2C2262.8%2C4%2C2278%2C4c7%2C0%2C13.5%2C2.4%2C18.6%2C6.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2346%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2329.4%2C4%2C2346%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2317%2C26.3c3.4-12.8%2C15.1-22.3%2C29-22.3c7.6%2C0%2C14.6%2C2.8%2C19.9%2C7.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2414%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2397.4%2C4%2C2414%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2386.1%2C22.9C2390.5%2C11.8%2C2401.4%2C4%2C2414%2C4c8.2%2C0%2C15.6%2C3.3%2C21%2C8.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2482%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2465.4%2C4%2C2482%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2455.5%2C20c5-9.5%2C15-16%2C26.5-16c8.7%2C0%2C16.5%2C3.7%2C22%2C9.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2550%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2533.4%2C4%2C2550%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2525%2C17.5c5.3-8.1%2C14.5-13.5%2C25-13.5c9.2%2C0%2C17.4%2C4.1%2C22.9%2C10.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2618%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2601.4%2C4%2C2618%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2594.5%2C15.3C2600%2C8.4%2C2608.5%2C4%2C2618%2C4c9.6%2C0%2C18.2%2C4.5%2C23.7%2C11.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2686%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2669.4%2C4%2C2686%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2664.1%2C13.5c5.5-5.8%2C13.3-9.5%2C21.9-9.5c10%2C0%2C19%2C5%2C24.4%2C12.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2754%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2737.4%2C4%2C2754%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2733.7%2C11.9C2739%2C7%2C2746.2%2C4%2C2754%2C4c10.5%2C0%2C19.7%2C5.4%2C25.1%2C13.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2822%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2805.4%2C4%2C2822%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2803.2%2C10.6c5.1-4.1%2C11.7-6.6%2C18.8-6.6c10.9%2C0%2C20.4%2C5.8%2C25.6%2C14.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2890%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2873.4%2C4%2C2890%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2872.6%2C9.5c4.9-3.4%2C10.9-5.5%2C17.4-5.5c11.2%2C0%2C21%2C6.2%2C26.2%2C15.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M2958%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S2941.4%2C4%2C2958%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M2942%2C8.6c4.7-2.9%2C10.1-4.6%2C16-4.6c11.6%2C0%2C21.7%2C6.6%2C26.7%2C16.2'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3026%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3009.4%2C4%2C3026%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3011.4%2C7.8c4.3-2.4%2C9.3-3.8%2C14.6-3.8c12%2C0%2C22.3%2C7%2C27.1%2C17.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3094%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3077.4%2C4%2C3094%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3080.6%2C7.1c4-2%2C8.6-3.1%2C13.4-3.1c12.3%2C0%2C22.9%2C7.4%2C27.5%2C18'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3162%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3145.4%2C4%2C3162%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3149.8%2C6.6c3.7-1.7%2C7.8-2.6%2C12.2-2.6c12.6%2C0%2C23.4%2C7.8%2C27.9%2C18.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3230%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3213.4%2C4%2C3230%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3218.9%2C6.1c3.4-1.3%2C7.2-2.1%2C11.1-2.1c12.9%2C0%2C24%2C8.2%2C28.2%2C19.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3298%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3281.4%2C4%2C3298%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3287.9%2C5.7c3.2-1.1%2C6.6-1.7%2C10.1-1.7c13.2%2C0%2C24.5%2C8.6%2C28.5%2C20.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3366%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3349.4%2C4%2C3366%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3356.9%2C5.4c2.9-0.9%2C5.9-1.4%2C9.1-1.4c13.5%2C0%2C25%2C9%2C28.7%2C21.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3434%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3417.4%2C4%2C3434%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3425.8%2C5.1c2.6-0.7%2C5.4-1.1%2C8.2-1.1c13.8%2C0%2C25.5%2C9.4%2C29%2C22.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3502%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3485.4%2C4%2C3502%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3494.7%2C4.9c2.4-0.6%2C4.8-0.9%2C7.3-0.9c14.1%2C0%2C26%2C9.8%2C29.2%2C22.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3570%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3553.4%2C4%2C3570%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3563.6%2C4.7c2.1-0.5%2C4.2-0.7%2C6.4-0.7c14.4%2C0%2C26.4%2C10.2%2C29.3%2C23.7'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3638%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3621.4%2C4%2C3638%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3632.4%2C4.5c1.8-0.3%2C3.7-0.5%2C5.6-0.5c14.7%2C0%2C26.9%2C10.6%2C29.5%2C24.5'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3706%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3689.4%2C4%2C3706%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3701.3%2C4.4c1.5-0.3%2C3.1-0.4%2C4.7-0.4c15%2C0%2C27.4%2C11%2C29.6%2C25.3'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3774%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3757.4%2C4%2C3774%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3770.1%2C4.3c1.2-0.2%2C2.6-0.3%2C3.9-0.3c15.2%2C0%2C27.8%2C11.4%2C29.7%2C26.1'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3842%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3825.4%2C4%2C3842%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3838.9%2C4.2c1-0.1%2C2-0.2%2C3.1-0.2c15.5%2C0%2C28.3%2C11.8%2C29.8%2C26.9'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3910%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3893.4%2C4%2C3910%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3907.6%2C4.1c0.8-0.1%2C1.6-0.1%2C2.4-0.1c15.8%2C0%2C28.7%2C12.2%2C29.9%2C27.6'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M3978%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S3961.4%2C4%2C3978%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M3976.4%2C4c0.5%2C0%2C1.1%2C0%2C1.6%2C0c16%2C0%2C29.1%2C12.6%2C30%2C28.4'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23ffffff%3Bstroke-width:4%3Bstroke-opacity:0.2%3B' d='M4046%2C4c16.6%2C0%2C30%2C13.4%2C30%2C30s-13.4%2C30-30%2C30s-30-13.4-30-30S4029.4%2C4%2C4046%2C4z'/%3E%3Cpath style='fill-opacity:0%3Bstroke:%23FFFFFF%3Bstroke-width:4%3B' d='M4045.2%2C4c0.3%2C0%2C0.5%2C0%2C0.8%2C0c16.3%2C0%2C29.6%2C13%2C30%2C29.2'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Loader--bar-fill {
  background: rgb(20, 115, 230);
}
.coral--darkest ._coral-Loader--bar-track {
  background-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-Loader--bar--fullpage ._coral-Loader--bar-fill {
    background: #FFFFFF;
  }
.coral--darkest ._coral-Loader--bar--fullpage ._coral-Loader--bar-label, .coral--darkest ._coral-Loader--bar--fullpage ._coral-Loader--bar-percentage {
    color: #FFFFFF;
  }
.coral--darkest ._coral-Loader--bar--fullpage ._coral-Loader--bar-track {
    background-color: rgba(255,255,255,0.2);
  }
.coral--darkest ._coral-Underlay {
  background: rgba(0, 0, 0, 0.4);
}
.coral--darkest ._coral-Dialog {
  background: rgb(30, 30, 30);
}
.coral--darkest ._coral-Dialog-header {
  background: rgb(30, 30, 30);
}
.coral--darkest ._coral-Dialog-header:after {
    background: rgb(38, 38, 38);
  }
.coral--darkest ._coral-Dialog-title {
  /* Todo: Determine if missing class is required */
  color: rgb(226, 226, 226);
}
.coral--darkest ._coral-Dialog-typeIcon {
  /* Todo: Determine if missing class is required */
  color: rgb(226, 226, 226);
}
.coral--darkest ._coral-Dialog-footer {
  background: rgb(30, 30, 30);
}

.coral--darkest ._coral-Dialog--error ._coral-Dialog-title {
    color: rgb(227, 72, 80);
  }
.coral--darkest ._coral-Dialog--error ._coral-Dialog-typeIcon{
    color: rgb(227, 72, 80);
  }

.coral--darkest ._coral-Slider {
}

.coral--darkest ._coral-Slider-controls {
  background-color: transparent;
}

.coral--darkest ._coral-Slider-track {
  background: rgb(45, 45, 45);
}
/*
Todo: Determine if unused mixin is required
spectrum-slider-track-disabled(){
  background: $spectrum-slider-track-color-disabled;
}
*/
.coral--darkest ._coral-Slider-track--fill {
  background: rgb(133, 133, 133);
}

.coral--darkest ._coral-Slider-track--buffer {
  background: rgb(73, 73, 73);
}

.coral--darkest ._coral-Slider-track--ramp path {
    fill: rgb(45, 45, 45);
  }

.coral--darkest ._coral-Slider-handle {
  border-color: rgb(133, 133, 133);
  background: rgb(30, 30, 30);
  box-shadow: 0 0 0 4px rgb(30, 30, 30);
}

.coral--darkest ._coral-Slider-handle:hover {
    border-color: rgb(180, 180, 180);
  }

.coral--darkest ._coral-Slider-handle.is-focused {
    border-color: rgb(20, 115, 230);
    background: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Slider-handle:active,
  .coral--darkest ._coral-Slider-handle.is-dragged {
    border-color: rgb(180, 180, 180);
    background: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Slider-input {
  background: transparent;
}
/*
Todo: Determine if missing mixin is required
._coral-Slider-ticks {
  spectrum-slider-ticks()
}
*/
.coral--darkest ._coral-Slider-tick-mark:after {
    background-color: rgb(45, 45, 45);
    border-radius: 1px;
  }
/*
Todo: Determine if these are supposed to be pseudo classes
*/
.coral--darkest ._coral-Slider-controls--hover ._coral-Slider-handle {
    border-color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Slider-controls--focus ._coral-Slider-handle {
    border-color: rgb(20, 115, 230);
    background: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Slider-handle.is-focused {
    border-color: rgb(20, 115, 230);
    background: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Slider-controls--active ._coral-Slider-handle {
    border-color: rgb(180, 180, 180);
    background: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Slider-handle.is-dragged {
    border-color: rgb(180, 180, 180);
    background: rgb(180, 180, 180);
  }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-labelContainer {
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle {
    border-color: rgb(60, 60, 60);
    background: rgb(30, 30, 30);
  }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle:hover,
    .coral--darkest ._coral-Slider.is-disabled ._coral-Slider-handle:active {
      border-color: rgb(60, 60, 60);
      border-width: 4px;
      background: rgb(30, 30, 30);
    }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-track--fill {
    background: rgb(45, 45, 45);
  }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-track--buffer {
    background: rgb(45, 45, 45);
  }
.coral--darkest ._coral-Slider.is-disabled ._coral-Slider-track--ramp path {
      fill: rgb(38, 38, 38);
    }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-track {
      background: rgb(38, 38, 38);
      box-shadow: none;
    }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle {
      background: rgba(0, 0, 0, 0);
      box-shadow: none;
      border-color: rgb(60, 60, 60);
    }
.coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:hover,
      .coral--darkest ._coral-Slider.is-disabled._coral-Slider--color ._coral-Slider-handle:active {
        border-width: 4px;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-color: rgb(60, 60, 60);
      }

.coral--darkest ._coral-Slider--color ._coral-Slider-track {
    background: linear-gradient(to right, rgb(20, 115, 230), rgb(75, 156, 245));
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
.coral--darkest ._coral-Slider--color ._coral-Slider-handle {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-color: rgb(8, 8, 8);
    background: rgba(0, 0, 0, 0);
  }
.coral--darkest ._coral-Slider--color ._coral-Slider-handle.is-focused {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

.coral--darkest ._coral-Slider--round ._coral-Slider-handle {
    box-shadow: none;
  }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle::after {
      background-color: rgb(133, 133, 133);
    }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle:hover::after {
        background-color: rgb(180, 180, 180);
      }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle.is-focused {
      background-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle.is-focused::after {
        background-color: rgb(8, 8, 8);
      }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle:active,
    .coral--darkest ._coral-Slider--round ._coral-Slider-handle.is-dragged {
      background-color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Slider--round ._coral-Slider-handle:active::after, .coral--darkest ._coral-Slider--round ._coral-Slider-handle.is-dragged::after {
        background-color: rgb(8, 8, 8);
      }
.coral--darkest ._coral-Slider--round ._coral-Slider-controls::before,
    .coral--darkest ._coral-Slider--round ._coral-Slider-controls::after {
      background-color: rgb(105, 105, 105);
    }

.coral--darkest ._coral-TabList-item {
  color: rgb(133, 133, 133);
}

.coral--darkest ._coral-TabList-item:hover {
    color: rgb(226, 226, 226);
  }

.coral--darkest ._coral-TabList-item.is-selected {
    color: rgb(226, 226, 226);
  }

.coral--darkest ._coral-TabList-item.focus-ring {
    color: rgb(226, 226, 226);
    box-shadow: 0 0 0 2px rgb(20, 115, 230);
  }
.coral--darkest ._coral-TabList-item.is-disabled {
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-TabList--anchored {
  border-color: rgb(38, 38, 38);
}
.coral--darkest ._coral-TabList--anchored ._coral-TabList-item.focus-ring {
      color: rgb(20, 115, 230);
      box-shadow: initial;
    }
/* The focus line should become blue only for anchored tabs */
.coral--darkest ._coral-TabList--anchored ._coral-TabList-item.focus-ring ~ ._coral-TabList-item-line {
          background-color:  rgb(20, 115, 230);
      }
.coral--darkest ._coral-TabList-item-line {
  background-color: rgb(226, 226, 226);
}
/* Default Label Style is 'incomplete' */
.coral--darkest ._coral-Steplist ._coral-Steplist-label {
    color: rgb(105, 105, 105)
  }
/* Default Marker Style is 'incomplete' */
.coral--darkest ._coral-Steplist ._coral-Steplist-marker {
    border-color: rgb(45, 45, 45)
  }
/* Default Line Style is 'incomplete' */
.coral--darkest ._coral-Steplist ._coral-Steplist-segment {
    border-bottom-color: rgb(45, 45, 45)
  }
/* Step Completed */
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-label {
        color: rgb(133, 133, 133)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-marker {
        background-color: rgb(105, 105, 105)
      }
/* Step Selected aka Current */
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-label {
        color: rgb(180, 180, 180)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-marker {
        background-color: rgb(180, 180, 180)
      }
.coral--darkest ._coral-Steplist ._coral-Steplist-item.is-complete ._coral-Steplist-segment, .coral--darkest ._coral-Steplist ._coral-Steplist-item.is-selected ._coral-Steplist-segment {
        border-bottom-color: rgb(73, 73, 73)
      }
/* Step Focused */
.coral--darkest ._coral-Steplist._coral-Steplist--interactive ._coral-Steplist-item:focus ._coral-Steplist-marker {
          background-color: rgb(20, 115, 230)
        }
/* :before is used for the track of the switch */
.coral--darkest ._coral-ToggleSwitch-switch::before {
    background-color: rgb(45, 45, 45);
  }
/* :after is used for the handle of the switch */
.coral--darkest ._coral-ToggleSwitch-switch::after {
    background-color: rgb(24, 24, 24);
    border-color: rgb(105, 105, 105);
  }
/* Interactivity Styles */
.coral--darkest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
      background-color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
      border-color: rgb(38, 128, 235);
    }
.coral--darkest ._coral-ToggleSwitch-input.focus-ring + ._coral-ToggleSwitch-switch::after {
        border-color: rgb(20, 115, 230);
        box-shadow: 0 0 0 1px rgb(20, 115, 230);
      }
.coral--darkest ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
        background-color: rgb(45, 45, 45);
      }
.coral--darkest ._coral-ToggleSwitch-input.focus-ring ~ ._coral-ToggleSwitch-label {
      color: rgb(55, 142, 240);
    }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(133, 133, 133);
          box-shadow: none;
        }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(55, 142, 240);
        }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(55, 142, 240);
        }
.coral--darkest ._coral-ToggleSwitch:hover ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(226, 226, 226);
      }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(180, 180, 180);
        }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(75, 156, 245);
        }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(75, 156, 245);
        }
.coral--darkest ._coral-ToggleSwitch:active ._coral-ToggleSwitch-input ~ ._coral-ToggleSwitch-label {
        color: rgb(226, 226, 226);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled ~ ._coral-ToggleSwitch-label {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(60, 60, 60);
        }
.coral--darkest ._coral-ToggleSwitch ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(60, 60, 60);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:checked + ._coral-ToggleSwitch-switch::after {
        /* Don't be blue */
        border-color: rgb(105, 105, 105);
      }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input.focus-ring:checked + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(20, 115, 230);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled:checked + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab ._coral-ToggleSwitch-input:disabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(60, 60, 60);
        }
.coral--darkest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab:hover ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(133, 133, 133);
        }
.coral--darkest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::before {
          background-color: rgb(45, 45, 45);
        }
.coral--darkest ._coral-ToggleSwitch--ab:active ._coral-ToggleSwitch-input:checked:enabled + ._coral-ToggleSwitch-switch::after {
          border-color: rgb(180, 180, 180);
        }

.coral--darkest ._coral-SelectList {
  background-color: rgb(8, 8, 8);
}
.coral--darkest ._coral-SelectList-item {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-SelectList-item:focus,
  .coral--darkest ._coral-SelectList-item.is-focused {
    background-color: rgb(30, 30, 30);
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-SelectList-item:hover {
    background-color: rgb(30, 30, 30);
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-SelectList-item.is-selected {
    color: rgb(55, 142, 240);
  }
.coral--darkest ._coral-SelectList-item.is-selected ._coral-SelectList-checkmark {
      color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-SelectList-item .is-active,
  .coral--darkest ._coral-SelectList-item:active {
    background-color: rgb(38, 38, 38);
  }
.coral--darkest ._coral-SelectList-item.is-disabled {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: rgb(73, 73, 73);
    cursor: default;
  }
.coral--darkest ._coral-SelectList-divider {
  background-color: rgb(30, 30, 30);
}
.coral--darkest ._coral-Dropdown ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Dropdown.is-invalid ._coral-Icon {
      color: rgb(215, 55, 63);
    }
.coral--darkest ._coral-Dropdown.is-invalid:hover ._coral-Dropdown-icon {
      color: rgb(215, 55, 63);
    }
.coral--darkest ._coral-Dropdown.is-disabled ._coral-Dropdown-icon, .coral--darkest ._coral-Dropdown.is-disabled ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
        color: rgb(73, 73, 73);
      }
.coral--darkest ._coral-Dropdown-icon {
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-Toast {
  background-color: rgb(118, 118, 118);
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Toast-typeIcon {
  color: white;
}
.coral--darkest ._coral-Toast-closeButton {
  color: white;
}
.coral--darkest ._coral-Toast-closeButton:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
.coral--darkest ._coral-Toast-closeButton.focus-ring {
    background-color: rgba(255, 255, 255, 1);
  }
.coral--darkest ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(118, 118, 118);
    }
.coral--darkest ._coral-Toast-closeButton:active {
    background-color: rgba(255, 255, 255, 0.15);
  }

.coral--darkest ._coral-Toast--warning {
  background-color: rgb(230, 134, 25);
}
.coral--darkest ._coral-Toast--warning ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(230, 134, 25);
    }

.coral--darkest ._coral-Toast--error {
  background-color: rgb(227, 72, 80);
}
.coral--darkest ._coral-Toast--error ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(227, 72, 80);
    }

.coral--darkest ._coral-Toast--info {
  background-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Toast--info ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(38, 128, 235);
    }

.coral--darkest ._coral-Toast--success {
  background-color: rgb(45, 157, 120);
}
.coral--darkest ._coral-Toast--success ._coral-Toast-closeButton.focus-ring:not(:active) {
      color: rgb(45, 157, 120);
    }
.coral--darkest ._coral-Popover {
  background-color: rgb(8, 8, 8);
  border-color: rgb(45, 45, 45);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.coral--darkest ._coral-Popover ._coral-Dialog-header,
  .coral--darkest ._coral-Popover ._coral-Dialog-footer,
  .coral--darkest ._coral-Popover ._coral-Dialog-wrapper {
    background-color: transparent;
  }
.coral--darkest ._coral-Popover ._coral-Popover-tip::after {
    background-color: rgb(8, 8, 8);
    border-color: rgb(45, 45, 45);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
.coral--darkest ._coral-Accordion-item {
  border-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-Accordion-indicator {
  color: rgb(105, 105, 105);
}
.coral--darkest ._coral-Accordion-header {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Accordion-header:focus,
  .coral--darkest ._coral-Accordion-header:hover {
    color: rgb(226, 226, 226);

    background-color: rgb(38, 38, 38);
  }
.coral--darkest ._coral-Accordion-header:focus + ._coral-Accordion-indicator, .coral--darkest ._coral-Accordion-header:hover + ._coral-Accordion-indicator {
      color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Accordion-header:focus:after  {
      background-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Accordion-item.is-open ._coral-Accordion-header:hover {
        background-color: transparent;
      }
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-header,
    .coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-header:hover,
    .coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-header:focus {
      color: rgb(73, 73, 73);
      background-color: transparent;
    }
.coral--darkest ._coral-Accordion-item.is-disabled ._coral-Accordion-header + ._coral-Accordion-indicator {
      color: rgb(60, 60, 60);
    }

.coral--darkest .coral-Well {
  background-color: rgba(226, 226, 226, .02);
  border-color: rgba(226, 226, 226, .05);
}
.coral--darkest .coral-FieldLabel,
.coral--darkest ._coral-Form-itemLabel {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Search-icon {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Search-input:disabled ~ ._coral-Search-icon {
      color: rgb(73, 73, 73);
    }

.coral--darkest ._coral-Stepper.is-focused {
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-stepUp,
    .coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper.is-focused ._coral-Stepper-input {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-stepUp,
    .coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-stepDown,
    .coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-color: rgb(215, 55, 63);
    }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-stepUp:focus, .coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-stepDown:focus, .coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(215, 55, 63);
      }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input {
      border-left-color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-Stepper.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--darkest ._coral-Stepper.is-invalid.is-focused {
      box-shadow: 0 0 0 1px rgb(215, 55, 63);
    }
.coral--darkest ._coral-Stepper.is-invalid.is-focused ._coral-Stepper-input {
        border-left-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.coral--darkest ._coral-Stepper-stepUp,
.coral--darkest ._coral-Stepper-stepDown {
  border-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-Stepper-stepUp:disabled, .coral--darkest ._coral-Stepper-stepDown:disabled {
    border-color: rgba(0, 0, 0, 0);
  }
.coral--darkest ._coral-Stepper-stepDown:hover {
    /* Keep the border on hover */
    border-bottom-color: rgb(45, 45, 45);
  }

.coral--darkest ._coral-Stepper--quiet ._coral-Stepper-stepUp:disabled, .coral--darkest ._coral-Stepper--quiet ._coral-Stepper-stepDown:disabled {
      border-color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-Stepper--quiet.is-focused {
    box-shadow: 0 1px 0 0 rgb(20, 115, 230);
  }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepUp,
    .coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-stepDown {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper--quiet.is-focused ._coral-Stepper-input {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 1px 0 0 rgb(20, 115, 230);
    }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown,
    .coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input {
      border-color: rgb(215, 55, 63);
    }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepDown:focus, .coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-input:focus {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 0 rgb(215, 55, 63);
      }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp {
      border-color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-Stepper--quiet.is-invalid ._coral-Stepper-stepUp:focus {
        border-color: rgb(45, 45, 45);
      }
.coral--darkest ._coral-Stepper--quiet.is-invalid.is-focused {
      box-shadow: 0 1px 0 0 rgb(215, 55, 63);
    }
.coral--darkest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepUp,
      .coral--darkest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-stepDown {
        border-color: rgb(215, 55, 63);
      }
.coral--darkest ._coral-Stepper--quiet.is-invalid.is-focused ._coral-Stepper-input {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 0 rgb(215, 55, 63);
      }
.coral--darkest ._coral-Calendar-prevMonth {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Calendar-nextMonth {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Calendar-dayOfWeek {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-Calendar-date:hover {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Calendar-date:hover:not(.is-selection-end):not(.is-selection-start):before {
        background: rgba(226, 226, 226, .06);
      }
.coral--darkest ._coral-Calendar-date:hover.is-selected {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Calendar-date:hover.is-selected:not(.is-selection-end):not(.is-selection-start):before {
          background: rgba(38, 128, 235, .2);
        }
.coral--darkest ._coral-Calendar-date:hover.is-range-selection:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--darkest ._coral-Calendar-date:active {
    background-color: rgba(226, 226, 226, .1);
  }
.coral--darkest ._coral-Calendar-date.is-selected {
    color: rgb(226, 226, 226);
    background: rgba(38, 128, 235, .1);
  }
.coral--darkest ._coral-Calendar-date.is-selected:not(.is-range-selection) {
    font-weight: 700;
    background: rgba(38, 128, 235, .2);
  }
.coral--darkest ._coral-Calendar-date.is-today {
    color: rgb(180, 180, 180);
    border-color: rgb(180, 180, 180);
    font-weight: 700;
  }
.coral--darkest ._coral-Calendar-date.is-today:before {
      border-color: rgb(180, 180, 180);
    }
.coral--darkest ._coral-Calendar-date.is-today:hover.is-selected:not(.is-range-selection):before {
          background: rgba(38, 128, 235, .2);
        }
.coral--darkest ._coral-Calendar-date.is-today.is-disabled {
      color: rgb(73, 73, 73);
      border-color: rgb(60, 60, 60);
    }
.coral--darkest ._coral-Calendar-date.is-today.is-disabled:before {
        border-color: rgb(60, 60, 60);
      }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection) {
    background: rgba(226, 226, 226, .06);
    border-color: rgb(20, 115, 230);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-today {
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection):active,
    .coral--darkest ._coral-Calendar-date.is-focused:not(.is-range-selection).is-selected {
      color: rgb(226, 226, 226);
      background: rgba(38, 128, 235, .2);
      border-color: rgb(20, 115, 230);
    }
.coral--darkest ._coral-Calendar-date.is-focused.is-selected:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--darkest ._coral-Calendar-date.is-focused.is-range-selection:before {
        background: rgba(38, 128, 235, .2);
      }
.coral--darkest ._coral-Calendar-date.is-disabled {
    color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-Calendar-date.is-selection-start,
  .coral--darkest ._coral-Calendar-date.is-selection-end {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-Calendar-date.is-selection-start:after, .coral--darkest ._coral-Calendar-date.is-selection-end:after {
      background-color: rgba(38, 128, 235, .1);
    }
.coral--darkest ._coral-Calendar-date.is-selection-start.is-disabled, .coral--darkest ._coral-Calendar-date.is-selection-end.is-disabled {
      color: rgb(73, 73, 73);
    }
.coral--darkest .coral-Table-headerCell {
  color: rgb(133, 133, 133);
}
.coral--darkest .coral-Table-headerCell.is-sortable .coral-Table-sortedIcon {
      color: rgb(105, 105, 105);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:hover {
      color: rgb(180, 180, 180);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:hover .coral-Table-sortedIcon {
        color: rgb(133, 133, 133);
      }
.coral--darkest .coral-Table-headerCell.is-sortable.focus-ring,
    .coral--darkest .coral-Table-headerCell.is-sortable.is-focused {
      color: rgb(180, 180, 180);
    }
.coral--darkest .coral-Table-headerCell.is-sortable.focus-ring .coral-Table-sortedIcon, .coral--darkest .coral-Table-headerCell.is-sortable.is-focused .coral-Table-sortedIcon {
        color: rgb(133, 133, 133);
      }
.coral--darkest .coral-Table-headerCell.is-sortable:active {
      color: rgb(226, 226, 226);
    }
.coral--darkest .coral-Table-headerCell.is-sortable:active .coral-Table-sortedIcon {
        color: rgb(180, 180, 180);
      }
.coral--darkest .coral-Table-body {
  border: 1px solid rgb(45, 45, 45);
  background-color: rgb(24, 24, 24);
}
/* The tbody tag doesn't allow setting a border-radius, so these hacks are to make that work
   by putting the border on the individual cells instead. */
.coral--darkest tbody.coral-Table-body {
  border: none;
}
.coral--darkest tbody.coral-Table-body .coral-Table-row {
    border-top: none;
  }
.coral--darkest tbody.coral-Table-body .coral-Table-cell {
    border-top: 1px solid rgb(45, 45, 45);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child {
    border-left: 1px solid rgb(45, 45, 45);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
    border-right: 1px solid rgb(45, 45, 45);
  }
.coral--darkest tbody.coral-Table-body .coral-Table-row:last-child .coral-Table-cell {
    border-bottom: 1px solid rgb(45, 45, 45);
  }
.coral--darkest .coral-Table-row {
  border-bottom: 1px solid rgb(45, 45, 45);
  background-color: rgb(24, 24, 24);
}
.coral--darkest .coral-Table-row:last-child {
    border-bottom: none;
  }
.coral--darkest .coral-Table-row:hover {
    background-color: rgb(30, 30, 30);
  }
.coral--darkest .coral-Table-row.focus-ring,
  .coral--darkest .coral-Table-row.is-focused {
    background-color: rgb(30, 30, 30);
  }
.coral--darkest .coral-Table-row:active {
    background-color: rgb(38, 38, 38);
  }
.coral--darkest .coral-Table-row.is-selected {
    background-color: rgb(30, 30, 30);
  }
.coral--darkest .coral-Table-row.is-selected:hover {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest .coral-Table-row.is-selected.focus-ring,
    .coral--darkest .coral-Table-row.is-selected.is-focused {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest .coral-Table-cell {
  color: rgb(180, 180, 180);
}
.coral--darkest .coral-Table-cell--divider {
  border-right: 1px solid rgb(45, 45, 45);
}
.coral--darkest .coral-Table--quiet .coral-Table-body {
    border-width: 1px 0;
    background-color: rgba(0, 0, 0, 0);
  }
.coral--darkest .coral-Table--quiet .coral-Table-row {
    background-color: rgba(0, 0, 0, 0);
  }
.coral--darkest .coral-Table--quiet .coral-Table-row:hover {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.focus-ring,
    .coral--darkest .coral-Table--quiet .coral-Table-row.is-focused {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row:active {
      background-color: rgb(45, 45, 45);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected {
      background-color: rgb(38, 38, 38);
    }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected:hover {
        background-color: rgb(45, 45, 45);
      }
.coral--darkest .coral-Table--quiet .coral-Table-row.is-selected.focus-ring,
      .coral--darkest .coral-Table--quiet .coral-Table-row.is-selected.is-focused {
        background-color: rgb(45, 45, 45);
      }
.coral--darkest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:first-child,
    .coral--darkest .coral-Table--quiet tbody.coral-Table-body .coral-Table-row .coral-Table-cell:last-child {
      border-left: none;
      border-right: none;
    }

.coral--darkest ._coral-Rating-icon {
  color: rgb(105, 105, 105);
}
/* Star */
.coral--darkest ._coral-Rating-icon ._coral-Rating-starActive {
    display: block;
  }
.coral--darkest ._coral-Rating-icon ._coral-Rating-starInactive {
    display: none;
  }
.coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) {
    color: rgb(105, 105, 105);
  }
/* StarOutline */
.coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
      display: none;
    }
.coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
      display: block;
    }
.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) {
  color: rgb(105, 105, 105);
}
/* StarOutline */
.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }

.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active {
  color: rgb(105, 105, 105);
}
/* Star */
.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--darkest ._coral-Rating-icon:hover ~ ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--darkest ._coral-Rating-icon.is-active {
    color: rgb(180, 180, 180);
  }
/* Star */
.coral--darkest ._coral-Rating-icon.is-active ._coral-Rating-starActive {
      display: block;
    }
.coral--darkest ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
      display: none;
    }

.coral--darkest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active {
  color: rgb(45, 45, 45);
}
/* Star */
.coral--darkest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starActive {
    display: block;
  }
.coral--darkest ._coral-Rating.is-disabled ._coral-Rating-icon.is-active ._coral-Rating-starInactive {
    display: none;
  }
.coral--darkest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) {
  color: rgb(45, 45, 45);
}
/* StarOutline */
.coral--darkest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starActive {
    display: none;
  }
.coral--darkest ._coral-Rating:not(:hover).is-disabled ._coral-Rating-icon:not(.is-active) ._coral-Rating-starInactive {
    display: block;
  }
.coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon,
      .coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active),
      .coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active {
        color: rgb(55, 142, 240);

      }
.coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon > ._coral-Icon, .coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon:not(.is-active) > ._coral-Icon, .coral--darkest ._coral-Rating:not(:hover) ._coral-Rating-input.focus-ring ~ ._coral-Rating-icon.is-active > ._coral-Icon {
          stroke: currentColor;
          stroke-width: 1px;
        }
.coral--darkest ._coral-TagList-item {
  color: rgb(133, 133, 133);
  background-color: rgb(24, 24, 24);
  border: 1px solid rgb(105, 105, 105);
}
.coral--darkest ._coral-TagList-item:hover {
    background-color: rgb(8, 8, 8);
    color: rgb(226, 226, 226);
    border-color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-TagList-item.focus-ring {
    background-color: rgb(8, 8, 8);
    color: rgb(226, 226, 226);
    border-color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
  }
.coral--darkest ._coral-TagList-item.is-invalid {
    color: rgb(236, 91, 98);
    border-color: rgb(215, 55, 63);
  }
.coral--darkest ._coral-TagList-item.is-invalid:hover {
      border-color: rgb(215, 55, 63);
      color: rgb(236, 91, 98);
    }
.coral--darkest ._coral-TagList-item.is-invalid.focus-ring {
      color: rgb(247, 109, 116);
      border-color: rgb(215, 55, 63);
      box-shadow: 0 0 0 1px rgb(215, 55, 63);

    }
.coral--darkest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton ._coral-Icon {
        color: rgb(215, 55, 63);
      }
.coral--darkest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton::focus ._coral-Icon {
          color: rgb(236, 91, 98);
        }
.coral--darkest ._coral-TagList-item.is-invalid ._coral-TagList-item-removeButton:hover ._coral-Icon {
          color: rgb(227, 72, 80);
        }
.coral--darkest ._coral-TagList-item.is-disabled {
    color: rgb(73, 73, 73);
    background-color: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
  }
.coral--darkest ._coral-TagList-item.is-disabled ._coral-TagList-item-avatar {
      opacity: 0.3;
    }
.coral--darkest ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(105, 105, 105);
  }
.coral--darkest ._coral-TagList-item-removeButton:hover ._coral-Icon {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-TagList-item.is-disabled ._coral-TagList-item-removeButton ._coral-Icon {
    color: rgb(73, 73, 73);
  }

.coral--darkest ._coral-QuickActions-item {
  background-color: rgb(8, 8, 8);
  border-color: rgb(60, 60, 60);
  color: rgb(133, 133, 133);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.coral--darkest ._coral-QuickActions-item:focus {
    outline: none;
  }
.coral--darkest ._coral-QuickActions-item.focus-ring {
    border-color: rgb(20, 115, 230);
    color: rgb(20, 115, 230);
    box-shadow: 0 0 0 1px rgb(20, 115, 230);
    outline: none;
  }
.coral--darkest ._coral-QuickActions-item:hover {
    border-color: rgb(133, 133, 133);
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-QuickActions-item:active {
    border-color: rgb(180, 180, 180);
    color: rgb(226, 226, 226);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
.coral--darkest ._coral-MillerColumn-item:focus,
  .coral--darkest ._coral-MillerColumn-item:hover {
    background-color: rgb(38, 38, 38);
  }
.coral--darkest ._coral-MillerColumn-item.is-navigated {
      /* gray background */
      background-color: rgb(45, 45, 45);
    }
.coral--darkest ._coral-MillerColumn-item.is-navigated:hover {
        background-color: rgb(45, 45, 45);
      }
.coral--darkest ._coral-MillerColumn-item.is-selected {
      background-color: rgba(20, 115, 230, 0.1);
    }
.coral--darkest ._coral-MillerColumn-item.is-selected:hover {
        background-color: rgba(20, 115, 230, 0.2);
      }

.coral--darkest ._coral-CycleButton {
  background-color: rgba(0, 0, 0, 0);
}
.coral--darkest ._coral-CycleButton ._coral-Icon {
    color: rgb(133, 133, 133);
  }
.coral--darkest ._coral-CycleButton:hover ._coral-Icon {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-CycleButton:active {
    background-color: rgb(45, 45, 45);
  }
.coral--darkest ._coral-CycleButton:focus {
    /* we cannot achieve rounded corners with outline so we use box-shadow instead */
    box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
  }
.coral--darkest ._coral-CycleButton:focus ._coral-Icon {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-Pagination-pageButton:hover {
    background-color: rgba(226, 226, 226, .04);
  }
.coral--darkest ._coral-Pagination-pageButton:focus {
    border-color: rgb(20, 115, 230);
  }
.coral--darkest ._coral-Pagination-pageButton.is-active {
    background-color: rgb(180, 180, 180);
    color: rgb(255, 255, 255);
  }
.coral--darkest ._coral-Banner {
  color: rgb(255, 255, 255);
}
.coral--darkest ._coral-Banner--info {
  background-color: rgb(38, 128, 235);
}
.coral--darkest ._coral-Banner--warning {
  background-color: rgb(230, 134, 25);
}
.coral--darkest ._coral-Banner--error {
  background-color: rgb(227, 72, 80);
}
.coral--darkest .coral-Rule {
  border-color: rgb(180, 180, 180);
}
.coral--darkest .coral-Rule--subsection {
  border-color: rgb(45, 45, 45);
}
.coral--darkest .coral-Rule--subsection2 {
  border-color: rgb(38, 38, 38);
}
.coral--darkest .coral-Rule--panel {
  border-color: rgb(45, 45, 45);
}
.coral--darkest ._coral-StatusLight--negative::before {
  background-color: rgb(215, 55, 63);
}
.coral--darkest ._coral-StatusLight--notice::before {
  background-color: rgb(218, 123, 17);
}
.coral--darkest ._coral-StatusLight--positive::before {
  background-color: rgb(38, 142, 108);
}
.coral--darkest ._coral-StatusLight--active::before {
  background-color: rgb(20, 115, 230);
}
.coral--darkest ._coral-StatusLight--archived {
  color: rgb(105, 105, 105);
}
.coral--darkest ._coral-StatusLight--archived::before {
    background-color: rgb(73, 73, 73);
  }
.coral--darkest ._coral-StatusLight--celery::before {
  background-color: rgb(61, 167, 78);
}
.coral--darkest ._coral-StatusLight--yellow::before { 
  background-color: rgb(210, 178, 0);
}
.coral--darkest ._coral-StatusLight--fuchsia::before {
  background-color: rgb(177, 48, 189);
}
.coral--darkest ._coral-StatusLight--indigo::before {
  background-color: rgb(92, 92, 224);
}
.coral--darkest ._coral-StatusLight--seafoam::before {
  background-color: rgb(22, 135, 140);
}
.coral--darkest ._coral-StatusLight--chartreuse::before {
  background-color: rgb(124, 195, 63);
}
.coral--darkest ._coral-StatusLight--magenta::before {
  background-color: rgb(202, 41, 150);
}
.coral--darkest ._coral-StatusLight--purple::before {
  background-color: rgb(134, 76, 204);
}

.coral--darkest ._coral-ShellIgnore {
  color: rgb(226, 226, 226);
  background-color: rgb(30, 30, 30);
}
.coral--darkest ._coral-ShellIgnore ._coral-TabList-item {
    color: rgb(133, 133, 133);
  }
.coral--darkest ._coral-ShellIgnore ._coral-TabList-item.is-selected {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-ShellIgnore ._coral-TabList-item:hover, .coral--darkest ._coral-ShellIgnore ._coral-TabList-item:active {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-ShellIgnore ._coral-TabList-item-line {
    background-color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-ShellIgnore ._coral-Button--icon {
    color: rgb(133, 133, 133);
  }
.coral--darkest ._coral-ShellIgnore ._coral-Button--icon:hover, .coral--darkest ._coral-ShellIgnore ._coral-Button--icon:active {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-ShellIgnore ._coral-Button--icon:active::before {
      background: transparent;
    }
.coral--darkest ._coral-ShellIgnore ._coral-Button--quiet--dropdown, .coral--darkest ._coral-ShellIgnore ._coral-Dropdown-icon {
    color: rgb(180, 180, 180);
  }
.coral--darkest ._coral-ShellIgnore ._coral-Button--quiet--dropdown:hover, .coral--darkest ._coral-ShellIgnore ._coral-Button--quiet--dropdown:active, .coral--darkest ._coral-ShellIgnore ._coral-Dropdown-icon:hover, .coral--darkest ._coral-ShellIgnore ._coral-Dropdown-icon:active {
      color: rgb(226, 226, 226);
    }
.coral--darkest ._coral-ShellIgnore ._coral-Dropdown-trigger:hover ._coral-Dropdown-icon {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-ShellIgnore-companyLabel {
  color: rgb(133, 133, 133);
}
.coral--darkest ._coral-TreeView-link {
  color: rgb(180, 180, 180);
}
.coral--darkest ._coral-TreeView-link:hover,
  .coral--darkest ._coral-TreeView-link.is-selected {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-TreeView-link:hover::before, .coral--darkest ._coral-TreeView-link.is-selected::before {
      background-color: rgba(226, 226, 226, .04);
    }
.coral--darkest ._coral-TreeView-link.focus-ring {
    color: rgb(226, 226, 226);
  }
.coral--darkest ._coral-TreeView-link.focus-ring::before {
      background-color: rgba(226, 226, 226, .04);

      /* we cannot achieve rounded corners with outline so we use box-shadow instead */
      box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
    }
.coral--darkest ._coral-TreeView-link.is-drop-target::before {
      background-color: rgba(38, 128, 235, .1);
      box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
    }

[hidden] {
  display: none !important;
}
.u-coral-clearFix:before,
.u-coral-clearFix:after {
  content: "";
  display: table;
}
.u-coral-clearFix:after {
  clear: both;
}
.u-coral-pullLeft {
  float: left !important;
}
.u-coral-pullRight {
  float: right !important;
}
.u-coral-noBorder {
  border: none !important;
}
.u-coral-screenReaderOnly {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  margin: 0 -1px -1px 0 !important;
}
.u-coral-closedHand,
.u-coral-closedHand * {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.u-coral-openHand {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.u-coral-padding {
  padding: 0.9375rem !important;
}
.u-coral-padding-horizontal {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.u-coral-padding-vertical {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.u-coral-margin {
  margin: 0.9375rem !important;
}
.u-coral-noPadding {
  padding: 0 !important;
}
.u-coral-noPadding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.u-coral-noPadding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-coral-noMargin {
  margin: 0 !important;
}
.u-coral-ellipsis {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.u-coral-visibleXS {
  display: none !important;
}
@media (max-width: 767px) {
  .u-coral-visibleXS {
    display: block !important;
  }
}
.u-coral-visibleS {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-coral-visibleS {
    display: block !important;
  }
}
.u-coral-visibleM {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-coral-visibleM {
    display: block !important;
  }
}
.u-coral-visibleL {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-coral-visibleL {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u-coral-hiddenXS {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-coral-hiddenS {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-coral-hiddenM {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .u-coral-hiddenL {
    display: none !important;
  }
}
.coral-DecoratedTextfield {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.coral-DecoratedTextfield-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 0.625rem;
  height: 1.125rem;
  pointer-events: none;
}
.coral-DecoratedTextfield-icon:not([hidden]) + .coral-DecoratedTextfield-input {
  padding-left: 1.5625rem;
  text-indent: 0;
}
.coral-DecoratedTextfield-button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.coral-DecoratedTextfield-button.is-hidden {
  visibility: hidden;
}
.coral-InputGroup {
  position: relative;
  display: inline-table;
  vertical-align: top;
  border-collapse: separate;
  width: 14.125rem;
}
.coral-InputGroup--block {
  display: table;
  width: 100%;
}
.coral-InputGroup-button,
.coral-InputGroup-input {
  display: table-cell;
}
.coral-InputGroup-button {
  width: 1px;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.coral-InputGroup-button ._coral-Button {
  position: relative;
  margin: 0;
  border-radius: 0;
  border-width: 0.0625rem;
}
.coral-InputGroup-button ._coral-Button:focus,
.coral-InputGroup-button ._coral-Button:active {
  z-index: 2;
}
.coral-InputGroup-input {
  border-radius: 0;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.coral-InputGroup-input.is-invalid,
.coral-InputGroup-input:invalid,
.coral-InputGroup-input:focus {
  z-index: 1;
}
.coral-InputGroup-button:first-child ._coral-Button {
  border-radius: 0.25rem 0 0 0.25rem;
  border-right-width: 0;
  left: 0.0625rem;
}
.coral-InputGroup-button:last-child ._coral-Button {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left-width: 0;
}
.coral--light .coral-InputGroup-button ._coral-Button {
  color: #4b4b4b;
  background-color: #fbfbfb;
  border-color: #e1e1e1;
}
.coral--light .coral-InputGroup-button ._coral-Button:hover {
  color: #2c2c2c;
  background-color: #fff;
  border-color: #cacaca;
}
.coral--light .coral-InputGroup-button ._coral-Button:active {
  background-color: #eaeaea;
  border-color: #cacaca;
}
.coral--lightest .coral-InputGroup-button ._coral-Button {
  color: #505050;
  background-color: #fff;
  border-color: #eaeaea;
}
.coral--lightest .coral-InputGroup-button ._coral-Button:hover {
  color: #323232;
  background-color: #fff;
  border-color: #d3d3d3;
}
.coral--lightest .coral-InputGroup-button ._coral-Button:active {
  background-color: #f4f4f4;
  border-color: #d3d3d3;
}
.coral--dark .coral-InputGroup-button ._coral-Button {
  color: #cdcdcd;
  background-color: #2d2d2d;
  border-color: #3e3e3e;
}
.coral--dark .coral-InputGroup-button ._coral-Button:hover {
  color: #fff;
  background-color: #252525;
  border-color: #4d4d4d;
}
.coral--dark .coral-InputGroup-button ._coral-Button:active {
  background-color: #393939;
  border-color: #4d4d4d;
}
.coral--darkest .coral-InputGroup-button ._coral-Button {
  color: #b4b4b4;
  background-color: #181818;
  border-color: #2d2d2d;
}
.coral--darkest .coral-InputGroup-button ._coral-Button:hover {
  color: #e2e2e2;
  background-color: #080808;
  border-color: #3c3c3c;
}
.coral--darkest .coral-InputGroup-button ._coral-Button:active {
  background-color: #262626;
  border-color: #3c3c3c;
}
.coral-Form-fieldset {
  margin: 0 0.625rem 1.625rem 0.625rem;
  border: none;
}
.coral-Form-fieldset-legend {
  display: block;
  margin: 0.5rem 0 0.625rem 0;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.coral-Form-fieldset:first-of-type {
  border: none;
}
.coral-Form-fieldset:first-of-type .coral-Form-fieldset-legend {
  margin-top: 1.5625rem;
}
.coral-Form--vertical .coral-Form-field {
  margin: 0 0 0.375rem;
}
.coral-Form--vertical .coral-Form-fieldlabel {
  display: block;
  line-height: 1.6875rem;
}
.coral-Form--vertical .coral-Form-fieldwrapper {
  position: relative;
  display: block;
}
.coral-Form--vertical .coral-Form-fieldwrapper .coral-Form-fieldinfo,
.coral-Form--vertical .coral-Form-fieldwrapper .coral-Form-fielderror {
  position: absolute;
  top: 0.25rem;
  right: 0;
}
.coral-Form--vertical .coral-Form-fieldwrapper--alignRight {
  text-align: right;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:before,
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:after {
  content: "";
  display: table;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline:after {
  clear: both;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field {
  margin: 0;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-fieldinfo,
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-fielderror {
  float: left;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0.4375rem;
}
.coral-Form--aligned .coral-Form-field {
  float: left;
  margin: 0 0 0.9375rem 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper {
  clear: left;
  display: block;
  margin: 0 0 0.9375rem 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper:before,
.coral-Form--aligned .coral-Form-fieldwrapper:after {
  content: "";
  display: table;
}
.coral-Form--aligned .coral-Form-fieldwrapper:after {
  clear: both;
}
.coral-Form--aligned .coral-Form-fieldwrapper--singleline {
  margin-bottom: 0.5rem;
}
.coral-Form--aligned .coral-Form-fieldset:before,
.coral-Form--aligned .coral-Form-fieldset:after {
  content: "";
  display: table;
}
.coral-Form--aligned .coral-Form-fieldset:after {
  clear: both;
}
.coral-Form--aligned .coral-Form-fieldlabel {
  float: left;
  clear: left;
  margin: 0 0.5rem 0 0;
  line-height: 2rem;
  min-width: 6.5rem;
}
.coral-Form--aligned .coral-Form-fieldlabel:empty + .coral-Form-field {
  margin-left: 7rem;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-field {
  margin-top: 0;
  margin-bottom: 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fieldlabel {
  margin-top: 0;
  margin-bottom: 0;
}
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fieldinfo,
.coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-fielderror {
  float: left;
  margin-left: 0.5rem;
  margin-top: 0.4375rem;
}
.coral-Form--aligned .coral-Form-fieldset {
  margin-bottom: 0.625rem;
}
.coral-Form--aligned .coral-Form-field._coral-Textfield--multiline {
  display: block;
}
.coral-Form--vertical .coral-Form-field.coral-InputGroup,
.coral-Form--vertical .coral-Form-field.coral-DecoratedTextfield,
.coral-Form--vertical .coral-Form-field.coral-DecoratedTextfield .coral-DecoratedTextfield-input,
.coral-Form--vertical .coral-Form-field._coral-InputGroup,
.coral-Form--vertical .coral-Form-field._coral-Textfield,
.coral-Form--vertical .coral-Form-field._coral-Autocomplete,
.coral-Form--vertical .coral-Form-field._coral-Autocomplete ._coral-InputGroup,
.coral-Form--vertical .coral-Form-field._coral-Multifield,
.coral-Form--vertical .coral-Form-field._coral-Search,
.coral-Form--vertical .coral-Form-field._coral-Search ._coral-Search-input,
.coral-Form--vertical .coral-Form-field._coral-ColorInput,
.coral-Form--vertical .coral-Form-field._coral-Stepper,
.coral-Form--vertical .coral-Form-field._coral-Dropdown,
.coral-Form--vertical .coral-Form-field._coral-Slider:not(._coral-Slider--vertical) {
  width: 100%;
}
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field._coral-Checkbox,
.coral-Form--vertical .coral-Form-fieldwrapper--singleline .coral-Form-field._coral-Radio {
  display: block;
  float: left;
}
._coral-Accordion-item:not(.is-open) > ._coral-Accordion-content {
  display: block;
  padding: 0 0 0 1rem;
}
._coral-Accordion-item:not(.is-open) > ._coral-Accordion-indicator {
  transform: none;
}
._coral-Accordion--animated ._coral-Accordion-content {
  overflow: hidden;
  transition: height ease 250ms;
}
._coral-ActionBar {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 2.75rem;
  padding: 0.1875rem 0;
}
._coral-ActionBar-primary,
._coral-ActionBar-secondary {
  position: absolute;
}
._coral-ActionBar-primary > ._coral-ActionBar-item,
._coral-ActionBar-secondary > ._coral-ActionBar-item,
._coral-ActionBar-primary > ._coral-Button[coral-actionbar-more],
._coral-ActionBar-secondary > ._coral-Button[coral-actionbar-more] {
  display: block;
  float: left;
  position: relative;
  margin-left: 0.3125rem;
}
._coral-ActionBar-primary > [coral-actionbar-offscreen],
._coral-ActionBar-secondary > [coral-actionbar-offscreen] {
  position: absolute !important;
  left: -999em;
}
._coral-ActionBar-primary {
  left: 0.9375rem;
}
._coral-ActionBar-secondary {
  right: 0.9375rem;
}
._coral-ActionBar-buttonList ._coral-BasicList-item-contentContainer {
  width: auto;
}
._coral-ActionBar-buttonList button[is="coral-buttonlist-item"] {
  display: flex;
  width: 100%;
}
coral-alert-header:empty {
  display: none;
}
._coral-Alert-header {
  margin-bottom: 0.5rem;
}
._coral-Alert-content {
  margin: 0;
}
._coral-Autocomplete {
  position: relative;
  display: inline-block;
}
coral-autocomplete-item {
  display: none;
}
._coral-Autocomplete-tagList {
  display: block;
  margin-top: 0.4375rem;
}
._coral-Autocomplete-loading {
  position: relative;
  height: 2.625rem;
}
._coral-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._coral-Button coral-icon + coral-button-label:not(:empty):not([hidden]),
._coral-Button coral-icon + coral-anchorbutton-label:not(:empty):not([hidden]),
._coral-Button coral-button-label:not(:empty):not([hidden]) + coral-icon,
._coral-Button coral-anchorbutton-label:not(:empty):not([hidden]) + coral-icon {
  margin-left: 0.5rem;
}
._coral-ButtonGroup {
  display: inline-block;
}
._coral-ButtonGroup-select {
  display: none;
}
._coral-Calendar {
  max-height: 19.5rem;
  overflow: hidden;
}
._coral-DatePicker-calendarSlidingContainer {
  display: block;
  position: relative;
  overflow: hidden;
}
._coral-Calendar-table--transit {
  position: absolute;
  top: 0;
  left: 0;
  transition: left 400ms;
}
._coral-Calendar-tableCell.is-outsideMonth {
  pointer-events: none;
  opacity: 0.2;
}
._coral-Calendar-date.is-outsideMonth {
  visibility: visible;
}
._coral-Card {
  position: relative;
  vertical-align: top;
  min-height: 10.9375rem;
  min-width: 15rem;
  padding: 0;
}
._coral-Card--fixedWidth {
  display: inline-block;
  width: 15rem;
}
._coral-Card--stacked {
  margin-bottom: 0.5rem;
}
._coral-Card--stacked:before,
._coral-Card--stacked:after {
  content: " ";
  position: absolute;
  height: 0.1875rem;
  pointer-events: none;
  border-bottom: 0.0625rem solid;
  border-left: 0.0625rem solid;
  border-right: 0.0625rem solid;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
._coral-Card--stacked:before {
  bottom: -0.5625rem;
  left: 0.375rem;
  right: 0.375rem;
}
._coral-Card--stacked:after {
  bottom: -0.3125rem;
  left: 0.1875rem;
  right: 0.1875rem;
}
._coral-Card--inverted coral-card-asset,
._coral-Card--condensed coral-card-asset {
  height: 14.3125rem;
}
._coral-Card--inverted ._coral-Card-wrapper,
._coral-Card--condensed ._coral-Card-wrapper {
  position: absolute;
  top: 0;
  height: 9.375rem;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
._coral-Card--inverted ._coral-Card-description,
._coral-Card--condensed ._coral-Card-description {
  display: none;
}
._coral-Card--inverted coral-card-content,
._coral-Card--condensed coral-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
._coral-Card--inverted coral-card-overlay,
._coral-Card--condensed coral-card-overlay {
  display: none;
}
._coral-Card--condensed ._coral-Card-wrapper {
  border-bottom: 0.0625rem solid;
}
._coral-Card--asset ._coral-Card-wrapper {
  display: none;
}
._coral-Card--inverted coral-card-asset,
._coral-Card--condensed coral-card-asset,
._coral-Card--asset coral-card-asset {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
._coral-Card-wrapper {
  display: block;
  position: relative;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
coral-card-info {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
coral-card-asset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 10.9375rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
}
coral-card-asset > * {
  display: block;
  width: 100%;
  height: auto;
}
coral-card-asset > img {
  margin: 0 auto;
  width: auto;
  min-height: 1px;
  max-width: 100%;
  opacity: 1;
  transition: opacity 1s;
  object-fit: cover;
}
coral-card-asset > img.is-loading {
  opacity: 0;
}
coral-card-propertylist {
  display: block;
}
coral-card-propertylist:before,
coral-card-propertylist:after {
  content: "";
  display: table;
}
coral-card-propertylist:after {
  clear: both;
}
coral-card-propertylist > ._coral-Card-property {
  display: inline-block;
  float: left;
  margin-right: 0.9375rem;
}
coral-card-propertylist + coral-card-propertylist {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  margin-top: 0.4375rem;
  padding-top: 0.75rem;
}
._coral-Card-property-icon + coral-card-property-content:not(:empty) {
  margin-left: 0.375rem;
}
coral-card-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -6rem;
  height: 6rem;
  font-size: 0.75rem;
}
coral-card-content {
  display: block;
}
coral-card-overlay:empty,
coral-card-content:empty {
  display: none;
}
coral-card-content,
._coral-Card-context,
._coral-Card-title,
._coral-Card-subtitle,
._coral-Card-description,
._coral-Banner-header,
._coral-Banner-content {
  display: block;
}
._coral-Card-context {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._coral-Card-title,
._coral-Card-subtitle,
._coral-Card-description {
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-all;
}
._coral-Card-context + ._coral-Card-title {
  margin-top: 0.125rem;
}
._coral-Card-context + ._coral-Card-description,
._coral-Card-title + ._coral-Card-description {
  margin-top: 0.625rem;
}
._coral-Card-context + coral-card-propertylist,
._coral-Card-title + coral-card-propertylist,
._coral-Card-subtitle + coral-card-propertylist,
._coral-Card-description + coral-card-propertylist {
  margin-top: 0.625rem;
}
._coral-Banner--corner {
  z-index: 1;
}
coral-card-info > coral-alert._coral-Alert {
  display: block;
  clear: both;
  margin-bottom: 0.625rem;
  margin-top: 0;
  padding: 0.625rem;
  min-width: inherit;
}
coral-card-info > coral-alert._coral-Alert coral-alert-header {
  padding-right: 0.3125rem;
}
coral-card-info > coral-alert._coral-Alert coral-alert-header,
coral-card-info > coral-alert._coral-Alert coral-alert-content {
  display: inline;
}
coral-card-info > coral-alert._coral-Alert svg {
  top: 10px;
  right: 10px;
}
coral-card-info > coral-tag._coral-Label {
  float: right;
  clear: both;
  margin-bottom: 0.625rem;
  border-radius: 0;
  padding: 0.625rem;
}
.coral--light ._coral-Card-wrapper {
  background-color: #fff;
}
.coral--light ._coral-Card._coral-Card--stacked:before,
.coral--light ._coral-Card._coral-Card--stacked:after {
  background-color: #fff;
}
.coral--light coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--light coral-card-propertylist + coral-card-propertylist {
  border-top-color: #eaeaea;
}
.coral--light ._coral-Card--stacked:before,
.coral--light ._coral-Card--stacked:after {
  background: inherit;
  border-bottom-color: rgba(44,44,44,0.05);
  border-left-color: rgba(44,44,44,0.05);
  border-right-color: rgba(44,44,44,0.05);
}
.coral--light ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgba(211,211,211,0.05);
}
.coral--light ._coral-Card--condensed ._coral-Card-context {
  color: #767676;
}
.coral--light ._coral-Card--condensed ._coral-Card-title {
  color: #323232;
}
.coral--light ._coral-Card--condensed ._coral-Card-subtitle {
  color: #767676;
}
.coral--light ._coral-Card--condensed ._coral-Card-property {
  color: #505050;
}
.coral--light ._coral-Card--condensed ._coral-Card-property-icon {
  color: #4b4b4b;
}
.coral--light ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(44,44,44,0.05);
}
.coral--light ._coral-Card--inverted ._coral-Card-context {
  color: #999;
}
.coral--light ._coral-Card--inverted ._coral-Card-title {
  color: #fff;
}
.coral--light ._coral-Card--inverted ._coral-Card-subtitle {
  color: #999;
}
.coral--light ._coral-Card--inverted ._coral-Card-property {
  color: #cdcdcd;
}
.coral--light ._coral-Card--inverted ._coral-Card-property-icon {
  color: #cdcdcd;
}
.coral--lightest coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--lightest coral-card-propertylist + coral-card-propertylist {
  border-top-color: #f4f4f4;
}
.coral--lightest ._coral-Card--stacked:before,
.coral--lightest ._coral-Card--stacked:after {
  background: inherit;
  border-bottom-color: rgba(50,50,50,0.05);
  border-left-color: rgba(50,50,50,0.05);
  border-right-color: rgba(50,50,50,0.05);
}
.coral--lightest ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgba(211,211,211,0.05);
}
.coral--lightest ._coral-Card--condensed ._coral-Card-context {
  color: #767676;
}
.coral--lightest ._coral-Card--condensed ._coral-Card-title {
  color: #323232;
}
.coral--lightest ._coral-Card--condensed ._coral-Card-subtitle {
  color: #767676;
}
.coral--lightest ._coral-Card--condensed ._coral-Card-property {
  color: #505050;
}
.coral--lightest ._coral-Card--condensed ._coral-Card-property-icon {
  color: #4b4b4b;
}
.coral--lightest ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(44,44,44,0.05);
}
.coral--lightest ._coral-Card--inverted ._coral-Card-context {
  color: #999;
}
.coral--lightest ._coral-Card--inverted ._coral-Card-title {
  color: #fff;
}
.coral--lightest ._coral-Card--inverted ._coral-Card-subtitle {
  color: #999;
}
.coral--lightest ._coral-Card--inverted ._coral-Card-property {
  color: #cdcdcd;
}
.coral--lightest ._coral-Card--inverted ._coral-Card-property-icon {
  color: #cdcdcd;
}
.coral--dark coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--dark coral-card-propertylist + coral-card-propertylist {
  border-top-color: #393939;
}
.coral--dark ._coral-Card--stacked:before,
.coral--dark ._coral-Card--stacked:after {
  background: inherit;
  border-bottom-color: rgba(255,255,255,0.05);
  border-left-color: rgba(255,255,255,0.05);
  border-right-color: rgba(255,255,255,0.05);
}
.coral--dark ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgba(211,211,211,0.05);
}
.coral--dark ._coral-Card--condensed ._coral-Card-context {
  color: #767676;
}
.coral--dark ._coral-Card--condensed ._coral-Card-title {
  color: #323232;
}
.coral--dark ._coral-Card--condensed ._coral-Card-subtitle {
  color: #767676;
}
.coral--dark ._coral-Card--condensed ._coral-Card-property {
  color: #505050;
}
.coral--dark ._coral-Card--condensed ._coral-Card-property-icon {
  color: #4b4b4b;
}
.coral--dark ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(44,44,44,0.05);
}
.coral--dark ._coral-Card--inverted ._coral-Card-context {
  color: #999;
}
.coral--dark ._coral-Card--inverted ._coral-Card-title {
  color: #fff;
}
.coral--dark ._coral-Card--inverted ._coral-Card-subtitle {
  color: #999;
}
.coral--dark ._coral-Card--inverted ._coral-Card-property {
  color: #cdcdcd;
}
.coral--dark ._coral-Card--inverted ._coral-Card-property-icon {
  color: #cdcdcd;
}
.coral--darkest coral-card-overlay {
  background-color: rgba(30,30,30,0.9);
}
.coral--darkest coral-card-propertylist + coral-card-propertylist {
  border-top-color: #262626;
}
.coral--darkest ._coral-Card--stacked:before,
.coral--darkest ._coral-Card--stacked:after {
  background: inherit;
  border-bottom-color: rgba(226,226,226,0.05);
  border-left-color: rgba(226,226,226,0.05);
  border-right-color: rgba(226,226,226,0.05);
}
.coral--darkest ._coral-Card--condensed ._coral-Card-wrapper {
  background-color: rgba(255,255,255,0.9);
  border-bottom-color: rgba(211,211,211,0.05);
}
.coral--darkest ._coral-Card--condensed ._coral-Card-context {
  color: #767676;
}
.coral--darkest ._coral-Card--condensed ._coral-Card-title {
  color: #323232;
}
.coral--darkest ._coral-Card--condensed ._coral-Card-subtitle {
  color: #767676;
}
.coral--darkest ._coral-Card--condensed ._coral-Card-property {
  color: #505050;
}
.coral--darkest ._coral-Card--condensed ._coral-Card-property-icon {
  color: #4b4b4b;
}
.coral--darkest ._coral-Card--inverted ._coral-Card-wrapper {
  background-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(44,44,44,0.05);
}
.coral--darkest ._coral-Card--inverted ._coral-Card-context {
  color: #999;
}
.coral--darkest ._coral-Card--inverted ._coral-Card-title {
  color: #fff;
}
.coral--darkest ._coral-Card--inverted ._coral-Card-subtitle {
  color: #999;
}
.coral--darkest ._coral-Card--inverted ._coral-Card-property {
  color: #cdcdcd;
}
.coral--darkest ._coral-Card--inverted ._coral-Card-property-icon {
  color: #cdcdcd;
}
._coral-CharacterCount {
  display: inline-block;
  padding: 0.4375rem 0.5rem;
}
.coral--darkest ._coral-CharacterCount.is-invalid {
  color: #e34850;
}
.coral--dark ._coral-CharacterCount.is-invalid {
  color: #ec5b62;
}
.coral--light ._coral-CharacterCount.is-invalid {
  color: #d7373f;
}
.coral--lightest ._coral-CharacterCount.is-invalid {
  color: #e34850;
}
._coral-Clock {
  display: inline-table;
  vertical-align: top;
  width: 12.5rem;
}
._coral-Clock._coral-Clock--extended {
  width: 15.625rem;
}
._coral-Clock-minute,
._coral-Clock-hour {
  display: table-cell;
  width: 100%;
  min-width: 0;
}
._coral-Clock-divider {
  display: table-cell;
  text-align: center;
  width: 1rem;
  vertical-align: middle;
}
._coral-Clock-period {
  display: table-cell;
  min-width: 4.5625rem;
  width: 4.5625rem;
  vertical-align: top;
  padding-left: 1rem;
}
coral-colorinput-item {
  display: none;
}
._coral-ColorInput {
  position: relative;
  display: inline-block;
}
._coral-ColorInput-overlay {
  padding: 0.9375rem;
}
._coral-ColorInput-overlay coral-popover-content,
._coral-ColorInput-editRgba-group,
._coral-ColorInput-editHex-label {
  display: flex;
}
._coral-ColorInput-previewView {
  display: inline-block;
}
._coral-ColorInput-propertiesSubview {
  padding-right: 1.5rem;
  border-right: 0.125rem solid;
}
._coral-ColorInput-preview-container {
  float: left;
}
._coral-ColorInput-preview-container ._coral-ColorInput-preview {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-width: 0.0625rem;
}
._coral-ColorInput-editHex {
  width: 4.0625rem;
  float: right;
  margin-left: 1.25rem;
}
._coral-ColorInput-editHex-input {
  margin-top: -0.25rem;
  width: 100%;
  min-width: 0;
  text-transform: uppercase;
}
._coral-ColorInput-rgbaView {
  margin-top: 0.3125rem;
}
._coral-ColorInput-editRgba-group-label {
  line-height: 1.875rem;
  vertical-align: middle;
}
._coral-ColorInput-editRgba-group-input {
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.875rem;
}
._coral-ColorInput-swatchesSubview {
  width: 11.25rem;
  padding-left: 1.5rem;
}
._coral-ColorInput-swatches-header-title {
  margin-left: 0.25rem;
  margin-bottom: 1.25rem;
}
._coral-ColorInput-swatches-container {
  max-height: 10.25rem;
  overflow-y: auto;
}
._coral-ColorInput-swatch {
  display: block;
  float: left;
  padding: 0.5rem 0.25rem 0;
/* All buttons inside the colorinput are square */
}
._coral-ColorInput-swatch button {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  border-radius: 0.25rem;
  border-width: 0.0625rem;
  margin-right: 0;
}
._coral-ColorInput-swatch button coral-icon {
  display: none;
}
._coral-ColorInput-swatch button:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput-swatch[selected] button {
  display: inline-block;
}
._coral-ColorInput-swatch[selected] button ._coral-Icon {
  display: inherit;
  vertical-align: inherit;
}
._coral-ColorInput-swatch:before,
._coral-ColorInput-swatch:after {
  content: "";
  display: table;
}
._coral-ColorInput-swatch:after {
  clear: both;
}
._coral-ColorInput-buttonWrapper {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  opacity: 0.999;
}
._coral-ColorInput-buttonWrapper ._coral-ColorInput-preview {
  border-width: 0.0625rem;
}
._coral-ColorInput-button {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  padding: 0;
  margin: 0;
}
._coral-ColorInput-swatch button:hover:after,
._coral-ColorInput-preview:not([disabled]):hover:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
}
._coral-ColorInput-input {
  display: block;
  padding-right: 2.375rem;
  width: 100%;
}
._coral-ColorInput--swatch {
  width: 2.375rem;
  height: 2.375rem;
  max-width: 2.375rem;
}
._coral-ColorInput--swatch ._coral-ColorInput-input {
  position: absolute;
  opacity: 0;
  height: 2.375rem;
  width: 2.375rem;
}
._coral-ColorInput--swatch ._coral-ColorInput-buttonWrapper {
  top: 0;
  right: 0;
}
._coral-ColorInput--swatch ._coral-ColorInput-button {
  left: 0;
  top: 0;
  padding: 0;
  height: 2.375rem;
  width: 2.375rem;
}
._coral-ColorInput-preview {
  border-radius: 0.25rem;
  box-sizing: border-box;
  background-origin: border-box;
}
._coral-ColorInput-preview:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput--novalue ._coral-ColorInput-preview,
._coral-ColorInput-preview--novalue,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput--novalue ._coral-ColorInput-preview:hover,
._coral-ColorInput-preview--novalue:hover,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview:hover,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue:hover,
._coral-ColorInput--novalue ._coral-ColorInput-preview:focus,
._coral-ColorInput-preview--novalue:focus,
._coral-ColorInput.is-invalid ._coral-ColorInput-preview:focus,
._coral-ColorInput-swatch ._coral-ColorInput-swatch-novalue:focus {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
._coral-ColorInput-slider {
  display: inline-block;
  width: 10rem;
  margin: 0.3125rem 1rem 0 1rem;
}
._coral-ColorInput-sliderBar:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='GridPattern' x='6' y='6' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23ffffff' /%3E%3Crect x='8' y='0' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='0' y='8' width='8' height='8' fill='%23a0a0a0' /%3E%3Crect x='8' y='8' width='8' height='8' fill='%23ffffff' /%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url%28%23GridPattern%29' x='0' y='0' width='100%25' height='100%25' /%3E%3C/svg%3E");
}
._coral-ColorInput-sliderBar:before,
._coral-ColorInput-sliderBar:after {
  content: "";
  display: table;
}
._coral-ColorInput-sliderBar:after {
  clear: both;
}
._coral-ColorInput-onlyPropertiesView ._coral-ColorInput-propertiesSubview {
  border-right: 0;
}
._coral-ColorInput-onlySwatchesView ._coral-ColorInput-swatchesSubview {
  padding-left: 0;
  float: none;
}
.coral--darkest ._coral-ColorInput-propertiesSubview {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-ColorInput-swatch[selected] button coral-icon {
  color: #fff;
}
.coral--darkest ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--darkest ._coral-ColorInput-preview:disabled,
.coral--darkest ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--darkest ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--darkest ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--darkest ._coral-ColorInput-swatch button,
.coral--darkest ._coral-ColorInput-preview:not([disabled]) {
  border-color: rgba(255,255,255,0.4);
}
.coral--darkest ._coral-ColorInput-swatch button:hover,
.coral--darkest ._coral-ColorInput-preview:not([disabled]):hover {
  border-color: rgba(255,255,255,0.4);
}
.coral--darkest ._coral-ColorInput-swatch button:hover:after,
.coral--darkest ._coral-ColorInput-preview:not([disabled]):hover:after {
  background-color: rgba(255,255,255,0.1);
}
.coral--darkest ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--darkest ._coral-ColorInput-preview[disabled] > coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--dark ._coral-ColorInput-propertiesSubview {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-ColorInput-swatch[selected] button coral-icon {
  color: #fff;
}
.coral--dark ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--dark ._coral-ColorInput-preview:disabled,
.coral--dark ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--dark ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--dark ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--dark ._coral-ColorInput-swatch button,
.coral--dark ._coral-ColorInput-preview:not([disabled]) {
  border-color: rgba(255,255,255,0.4);
}
.coral--dark ._coral-ColorInput-swatch button:hover,
.coral--dark ._coral-ColorInput-preview:not([disabled]):hover {
  border-color: rgba(255,255,255,0.4);
}
.coral--dark ._coral-ColorInput-swatch button:hover:after,
.coral--dark ._coral-ColorInput-preview:not([disabled]):hover:after {
  background-color: rgba(255,255,255,0.1);
}
.coral--dark ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--dark ._coral-ColorInput-preview[disabled] > coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--light ._coral-ColorInput-propertiesSubview {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-ColorInput-swatch[selected] button coral-icon {
  color: #fff;
}
.coral--light ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--light ._coral-ColorInput-preview:disabled,
.coral--light ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--light ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--light ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--light ._coral-ColorInput-swatch button,
.coral--light ._coral-ColorInput-preview:not([disabled]) {
  border-color: rgba(0,0,0,0.1);
}
.coral--light ._coral-ColorInput-swatch button:hover,
.coral--light ._coral-ColorInput-preview:not([disabled]):hover {
  border-color: rgba(0,0,0,0.1);
}
.coral--light ._coral-ColorInput-swatch button:hover:after,
.coral--light ._coral-ColorInput-preview:not([disabled]):hover:after {
  background-color: rgba(255,255,255,0.1);
}
.coral--light ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--light ._coral-ColorInput-preview[disabled] > coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--lightest ._coral-ColorInput-propertiesSubview {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-ColorInput-swatch[selected] button coral-icon {
  color: #fff;
}
.coral--lightest ._coral-ColorInput-swatch[selected] button._coral-ColorInput-swatch-novalue coral-icon {
  color: rgba(0,0,0,0.4);
}
.coral--lightest ._coral-ColorInput-preview:disabled,
.coral--lightest ._coral-ColorInput-preview[disabled] {
  background-color: transparent;
}
.coral--lightest ._coral-ColorInput--novalue ._coral-ColorInput-preview:disabled,
.coral--lightest ._coral-ColorInput--novalue ._coral-ColorInput-preview[disabled] {
  background-image: url("data:image/svg+xml;utf8,%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' 	 viewBox='96 -296 1152 1152' style='enable-background:new 96 -296 1152 1152%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill:%23FFFFFF%3B%7D 	.st1%7Bfill:%23FF0000%3B%7D%3C/style%3E%3Crect x='96' y='-296' class='st0' width='1152' height='1152'/%3E%3Cpolygon class='st1' points='1217.8,-296 96,825.8 96,856 126.2,856 1248,-265.8 1248,-296 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
}
.coral--lightest ._coral-ColorInput-swatch button,
.coral--lightest ._coral-ColorInput-preview:not([disabled]) {
  border-color: rgba(0,0,0,0.1);
}
.coral--lightest ._coral-ColorInput-swatch button:hover,
.coral--lightest ._coral-ColorInput-preview:not([disabled]):hover {
  border-color: rgba(0,0,0,0.1);
}
.coral--lightest ._coral-ColorInput-swatch button:hover:after,
.coral--lightest ._coral-ColorInput-preview:not([disabled]):hover:after {
  background-color: rgba(255,255,255,0.1);
}
.coral--lightest ._coral-ColorInput-swatch-novalue:hover {
  background-color: transparent;
}
.coral--lightest ._coral-ColorInput-preview[disabled] > coral-icon {
  color: rgba(0,0,0,0.4);
}
._coral-MillerColumns {
  display: block;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  outline: none;
  box-sizing: border-box;
}
._coral-MillerColumn.is-collapsing {
  transition: width ease 200ms;
}
._coral-MillerColumn-item:not(.is-branch-selectable):hover ._coral-Checkbox {
  display: none;
}
._coral-MillerColumn-itemThumbnail {
  text-align: center;
}
._coral-MillerColumn-itemThumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._coral-MillerColumn-itemThumbnail > coral-icon {
  vertical-align: middle;
}
coral-columnview-preview-asset {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0.8125rem;
  margin-bottom: 0.9375rem;
  min-height: 10rem;
}
coral-columnview-preview-asset > coral-icon {
  margin-top: 3.875rem;
  margin-bottom: 3.875rem;
}
coral-columnview-preview-asset > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
coral-columnview-preview-label,
coral-columnview-preview-value {
  display: block;
}
coral-columnview-preview-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 50%;
  padding-right: 0.75rem;
  text-align: right;
  float: left;
  font-weight: bold;
}
coral-columnview-preview-value {
  overflow: auto;
  white-space: normal;
  word-wrap: break-word;
  padding-left: 0.75rem;
  max-width: 9.375rem;
}
coral-columnview-preview-value > coral-icon {
  margin-right: 0.3125rem;
}
coral-columnview-preview-separator {
  display: block;
  height: 0.9375rem;
}
coral-columnview-column-content,
coral-columnview-preview-content {
  display: block;
  height: 100%;
  overflow-y: auto;
}
coral-cyclebutton-item,
coral-cyclebutton-action {
  display: none;
}
._coral-CycleSelect {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
._coral-CycleSelect-buttonList ._coral-BasicList-item-contentContainer {
  width: auto;
}
._coral-CycleSelect-buttonList button[is="coral-buttonlist-item"] {
  width: 100%;
}
._coral-CycleSelect-icon {
  display: none;
  order: 1;
  width: 0.625rem;
  height: 0.375rem;
  margin-left: 0.75rem;
}
._coral-CycleSelect--extended ._coral-CycleSelect-icon {
  display: inline-block;
}
._coral-CycleSelect-list-icon {
  margin-right: 0.75rem;
}
._coral-Datepicker-clock {
  width: 100%;
}
._coral-Datepicker-calendar {
  margin-bottom: 0.625rem;
}
._coral-Datepicker-overlay {
  padding: 0.9375rem;
  width: 19.5rem;
}
._coral-Dialog--wrapped:not(._coral-Dialog--fullscreenTakeover) ._coral-Dialog-title {
  position: relative;
  overflow: visible;
  top: -1.125rem;
}
coral-dialog-footer {
  display: block;
}
coral-dialog-footer:empty {
  display: none;
}
coral-dialog {
  display: none;
}
.coral--light ._coral-Dialog--warning ._coral-Dialog-title,
.coral--light ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: #e68619;
}
.coral--light ._coral-Dialog--success ._coral-Dialog-title,
.coral--light ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: #2d9d78;
}
.coral--light ._coral-Dialog--info ._coral-Dialog-title,
.coral--light ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: #2680eb;
}
.coral--light ._coral-Dialog--help ._coral-Dialog-title,
.coral--light ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: #707070;
}
.coral--lightest ._coral-Dialog--warning ._coral-Dialog-title,
.coral--lightest ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: #f29423;
}
.coral--lightest ._coral-Dialog--success ._coral-Dialog-title,
.coral--lightest ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: #33ab84;
}
.coral--lightest ._coral-Dialog--info ._coral-Dialog-title,
.coral--lightest ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: #378ef0;
}
.coral--lightest ._coral-Dialog--help ._coral-Dialog-title,
.coral--lightest ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: #767676;
}
.coral--dark ._coral-Dialog--warning ._coral-Dialog-title,
.coral--dark ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: #e68619;
}
.coral--dark ._coral-Dialog--success ._coral-Dialog-title,
.coral--dark ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: #2d9d78;
}
.coral--dark ._coral-Dialog--info ._coral-Dialog-title,
.coral--dark ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: #2680eb;
}
.coral--dark ._coral-Dialog--help ._coral-Dialog-title,
.coral--dark ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: #999;
}
.coral--darkest ._coral-Dialog--warning ._coral-Dialog-title,
.coral--darkest ._coral-Dialog--warning ._coral-Dialog-typeIcon {
  color: #da7b11;
}
.coral--darkest ._coral-Dialog--success ._coral-Dialog-title,
.coral--darkest ._coral-Dialog--success ._coral-Dialog-typeIcon {
  color: #268e6c;
}
.coral--darkest ._coral-Dialog--info ._coral-Dialog-title,
.coral--darkest ._coral-Dialog--info ._coral-Dialog-typeIcon {
  color: #1473e6;
}
.coral--darkest ._coral-Dialog--help ._coral-Dialog-title,
.coral--darkest ._coral-Dialog--help ._coral-Dialog-typeIcon {
  color: #858585;
}
._coral-Drawer {
  display: block;
  position: relative;
  padding: 0;
}
._coral-Drawer-toggle {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1.5rem;
  height: 0.5rem;
}
._coral-Drawer-toggleButton {
  width: 100%;
  height: 100%;
  padding: 0;
}
._coral-Drawer-toggleButton:before,
._coral-Drawer-toggleButton:after {
  content: '';
  height: 0.0625rem;
  position: absolute;
  top: 0.125rem;
  left: 0.25rem;
  right: 0.25rem;
}
._coral-Drawer-toggleButton:after {
  top: 0.25rem;
}
._coral-Drawer-content {
  padding: 1rem;
}
._coral-Drawer-slider {
  overflow: hidden;
  transition: height ease 250ms;
}
._coral-Drawer--down ._coral-Drawer-toggle {
  bottom: -0.5625rem;
}
._coral-Drawer--down ._coral-Drawer-toggleButton {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
._coral-Drawer--up ._coral-Drawer-toggle {
  top: -0.5625rem;
}
._coral-Drawer--up ._coral-Drawer-toggleButton {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
._coral-Drawer--up ._coral-Drawer-toggleButton:before {
  top: 0.1875rem;
}
._coral-Drawer--up ._coral-Drawer-toggleButton:after {
  top: 0.3125rem;
}
.coral--light ._coral-Drawer-toggleButton {
  background-color: rgba(44,44,44,0.05);
}
.coral--light ._coral-Drawer-toggleButton:before,
.coral--light ._coral-Drawer-toggleButton:after {
  background: #4b4b4b;
}
.coral--light ._coral-Drawer-toggleButton:hover:before,
.coral--light ._coral-Drawer-toggleButton:hover:after {
  background: #2c2c2c;
}
.coral--lightest ._coral-Drawer-toggleButton {
  background-color: rgba(50,50,50,0.05);
}
.coral--lightest ._coral-Drawer-toggleButton:before,
.coral--lightest ._coral-Drawer-toggleButton:after {
  background: #505050;
}
.coral--lightest ._coral-Drawer-toggleButton:hover:before,
.coral--lightest ._coral-Drawer-toggleButton:hover:after {
  background: #323232;
}
.coral--dark ._coral-Drawer-toggleButton {
  background-color: rgba(255,255,255,0.05);
}
.coral--dark ._coral-Drawer-toggleButton:before,
.coral--dark ._coral-Drawer-toggleButton:after {
  background: #cdcdcd;
}
.coral--dark ._coral-Drawer-toggleButton:hover:before,
.coral--dark ._coral-Drawer-toggleButton:hover:after {
  background: #fff;
}
.coral--darkest ._coral-Drawer-toggleButton {
  background-color: rgba(226,226,226,0.05);
}
.coral--darkest ._coral-Drawer-toggleButton:before,
.coral--darkest ._coral-Drawer-toggleButton:after {
  background: #b4b4b4;
}
.coral--darkest ._coral-Drawer-toggleButton:hover:before,
.coral--darkest ._coral-Drawer-toggleButton:hover:after {
  background: #e2e2e2;
}
._coral-FileUpload {
  display: inline-block;
}
._coral-FileUpload-input {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
._coral-FileUpload-input.is-unselectable {
  pointer-events: none;
}
coral-icon._coral-Icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.coral-List-item + .coral-List-item {
  margin-top: 0.375rem;
}
.coral-List {
  margin: 0;
}
.coral-List--minimal {
  list-style: none;
  padding: 0;
}
.coral-List--minimal > .coral-List-item {
  padding: 0;
  margin: 0;
}
.coral-List--condensed {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coral-List--condensed > .coral-List-item {
  display: inline-block;
  margin-right: 0.3rem;
}
.coral-List--condensed > .coral-List-item:after {
  content: ",";
}
.coral-List--condensed > .coral-List-item:nth-last-of-type(1):after {
  content: "";
}
coral-selectlist-item-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
coral-selectlist-item-content > coral-icon:first-child {
  position: relative;
  top: 0.1875rem;
}
._coral-BasicList,
._coral-BasicList-item,
._coral-SelectList-divider {
  display: block;
}
._coral-BasicList-item {
  text-decoration: none;
  text-align: left;
  height: auto;
}
._coral-BasicList-item.is-focused,
._coral-BasicList-item:focus {
  outline: none;
}
._coral-BasicList-item-icon {
  float: left;
  margin-top: 0.375rem;
  margin-right: 0.75rem;
}
._coral-BasicList-item-icon:empty {
  display: none;
}
._coral-BasicList-item-outerContainer {
  overflow: hidden;
  height: 100%;
}
._coral-BasicList-item-contentContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
}
._coral-BasicList-item-content {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-ButtonList-item,
._coral-AnchorList-item {
  user-select: none;
}
._coral-ButtonList-item {
  border: none;
  font-family: inherit;
  border-radius: 0;
}
._coral-SelectList-group:before {
  display: block;
  padding: 0.75rem;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  content: attr(label);
}
._coral-SelectList-option {
  height: inherit;
}
._coral-SelectList ._coral-SelectList-option:not(._coral-AnchorList-item):not(._coral-ButtonList-item):not(._coral-SelectList-item):hover {
  background-color: inherit;
  color: inherit;
  cursor: inherit;
}
.coral--light ._coral-SelectList-item:focus,
.coral--light ._coral-SelectList-item.is-focused {
  background-image: linear-gradient(to right, #2680eb 0%, #2680eb 0.125rem, transparent 0.125rem, transparent 100%);
}
.coral--lightest ._coral-SelectList-item:focus,
.coral--lightest ._coral-SelectList-item.is-focused {
  background-image: linear-gradient(to right, #378ef0 0%, #378ef0 0.125rem, transparent 0.125rem, transparent 100%);
}
.coral--dark ._coral-SelectList-item:focus,
.coral--dark ._coral-SelectList-item.is-focused {
  background-image: linear-gradient(to right, #2680eb 0%, #2680eb 0.125rem, transparent 0.125rem, transparent 100%);
}
.coral--darkest ._coral-SelectList-item:focus,
.coral--darkest ._coral-SelectList-item.is-focused {
  background-image: linear-gradient(to right, #1473e6 0%, #1473e6 0.125rem, transparent 0.125rem, transparent 100%);
}
coral-masonry-item {
  visibility: hidden;
}
._coral-Masonry {
  display: block;
  position: relative;
  box-sizing: border-box !important;
}
._coral-Masonry-item {
  position: absolute;
  display: block;
  box-sizing: border-box !important;
  will-change: transform, opacity;
  left: 0;
  top: 0;
}
._coral-Masonry-item.is-managed {
  visibility: visible;
}
._coral-Masonry-item.is-dragging,
._coral-Masonry-item.is-dropping {
  z-index: 1;
}
._coral-Masonry-item.is-selected:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.25rem 2.25rem;
  pointer-events: none;
}
._coral-Masonry-item--placeholder {
  visibility: hidden !important;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item {
  transition: transform 0.5s;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-beforeInserting {
  opacity: 0;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-inserting {
  opacity: 1;
  transition: opacity 0.5s;
}
._coral-Masonry.is-loaded > ._coral-Masonry-item.is-removing {
  opacity: 0;
  transition: opacity 0.5s;
}
._coral-Masonry.is-selectable ._coral-Masonry-item {
  cursor: pointer;
}
._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover,
._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus {
  outline: none;
}
._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover:after,
._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.25rem 2.25rem;
  pointer-events: none;
}
.coral--light ._coral-Masonry-item.is-selected:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(20,115,230,0.4);
}
.coral--light ._coral-Masonry-item.is-selected:hover:after {
  background-color: rgba(20,115,230,0.5);
}
.coral--light ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover:after,
.coral--light ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(234,234,234,0.8);
}
.coral--lightest ._coral-Masonry-item.is-selected:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(20,115,230,0.4);
}
.coral--lightest ._coral-Masonry-item.is-selected:hover:after {
  background-color: rgba(20,115,230,0.5);
}
.coral--lightest ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover:after,
.coral--lightest ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(244,244,244,0.8);
}
.coral--dark ._coral-Masonry-item.is-selected:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(20,115,230,0.4);
}
.coral--dark ._coral-Masonry-item.is-selected:hover:after {
  background-color: rgba(20,115,230,0.5);
}
.coral--dark ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover:after,
.coral--dark ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(57,57,57,0.8);
}
.coral--darkest ._coral-Masonry-item.is-selected:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(20,115,230,0.4);
}
.coral--darkest ._coral-Masonry-item.is-selected:hover:after {
  background-color: rgba(20,115,230,0.5);
}
.coral--darkest ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):hover:after,
.coral--darkest ._coral-Masonry.is-selectable ._coral-Masonry-item:not([selected]):focus:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
  background-color: rgba(38,38,38,0.8);
}
[coral-multifield-template] {
  display: none;
}
coral-multifield-item-content {
  display: block;
}
coral-multifield-item-content > :first-child {
  width: 100%;
}
._coral-Multifield {
  display: inline-block;
  box-sizing: border-box;
}
._coral-Multifield-item {
  display: block;
  position: relative;
  padding-right: 6.25rem;
  margin-bottom: 0.625rem;
  box-sizing: border-box;
}
._coral-Multifield-item:only-of-type > ._coral-Multifield-move {
  display: none;
}
._coral-Multifield-item:last-of-type {
  margin-bottom: 1.25rem;
}
._coral-Multifield-item.is-dragging {
  position: relative;
  z-index: 10000;
  opacity: 0.9;
}
._coral-Multifield-item.is-after,
._coral-Multifield-item.is-before {
  position: relative;
}
._coral-Multifield-remove,
._coral-Multifield-move {
  position: absolute;
  top: 0;
}
._coral-Multifield-remove {
  right: 3.125rem;
}
._coral-Multifield-move {
  right: 0;
}
._coral-Stepper[role="group"].is-focused {
  box-shadow: none;
}
._coral-Stepper[role="group"].is-focused ._coral-Stepper-input.is-focused:not(.focus-ring) {
  box-shadow: none;
}
._coral-Stepper-stepUp,
._coral-Stepper-stepDown {
  display: block;
}
._coral-Stepper-stepUpIcon,
._coral-Stepper-stepDownIcon {
  margin-left: 0;
}
coral-panel-content {
  display: block;
}
._coral-PanelStack {
  display: block;
}
._coral-Panel {
  display: block;
}
._coral-Panel:not(.is-selected) {
  display: none;
}
._coral-PanelStack.coral-Well,
._coral-Panel.coral-Well {
  margin-top: 0;
}
._coral-Loader--bar--indeterminate ._coral-Loader--bar-fill {
  animation: coral-progress-indeterminate 934ms cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite forwards;
  width: 100% !important;
}
@-moz-keyframes coral-progress-indeterminate {
  0% {
    margin-left: -100%;
    margin-right: 100%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@-webkit-keyframes coral-progress-indeterminate {
  0% {
    margin-left: -100%;
    margin-right: 100%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@-o-keyframes coral-progress-indeterminate {
  0% {
    margin-left: -100%;
    margin-right: 100%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@keyframes coral-progress-indeterminate {
  0% {
    margin-left: -100%;
    margin-right: 100%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
coral-popover {
  display: none;
}
coral-popover-footer {
  display: block;
}
coral-popover-separator {
  display: block;
}
._coral-Popover:not(._coral-Popover--dialog) ._coral-Dialog-content {
  padding-top: 0;
}
coral-quickactions {
  display: none;
}
coral-quickactions-item {
  display: none;
}
._coral-QuickActions {
  justify-content: center;
  position: absolute;
  visibility: hidden;
  outline: none;
}
._coral-QuickActions-item {
  float: left;
}
._coral-QuickActions-item ._coral-Icon {
  margin-top: 0;
}
._coral-QuickActions-buttonList {
  max-height: 15rem;
  overflow-y: auto;
}
._coral-QuickActions-buttonList ._coral-BasicList-item-contentContainer {
  width: auto;
}
._coral-QuickActions-buttonList button[is="coral-buttonlist-item"] {
  width: 100%;
}
._coral-Steplist--hybrid ._coral-Steplist-label {
  width: auto;
  white-space: nowrap;
}
._coral-Steplist--hybrid ._coral-Steplist-item:last-child ._coral-Steplist-label {
  left: 100%;
  transform: translateX(-50%);
}
._coral-Steplist--hybrid ._coral-Steplist-item.is-selected ._coral-Steplist-label:after {
  content: attr(data-coral-step-index);
}
._coral-Steplist--small ._coral-Steplist-item:first-child,
._coral-Steplist--small ._coral-Steplist-item:last-child {
  position: relative;
}
._coral-Steplist--small ._coral-Steplist-item:first-child {
  left: 0.625rem;
}
._coral-Steplist--small ._coral-Steplist-item:last-child {
  right: 0.625rem;
}
._coral-Steplist--small ._coral-Steplist-item {
  width: 1.25rem;
  padding: 0;
}
._coral-Steplist--small ._coral-Steplist-segment {
  display: none;
}
coral-select-item {
  display: none;
}
._coral-Dropdown ._coral-Dropdown-tagList {
  display: none;
}
._coral-Dropdown ._coral-Dropdown-select {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
._coral-Dropdown ._coral-Button--dropdown ._coral-Dropdown-label > coral-icon:first-child {
  margin-right: 0.25rem;
}
._coral-Dropdown--native ._coral-Dropdown-select {
  display: block;
  opacity: 0.01;
}
._coral-Select-overlay coral-selectlist-item-content > coral-icon:first-child {
  margin-right: 0.5rem;
}
._coral-Shell {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
coral-shell-content {
  position: absolute;
  top: 3.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
._coral-Shell-header {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 3.25rem;
  padding: 0.4375rem 0.5rem 0 0.5rem;
  background-color: #323232;
}
._coral-Shell-header:before,
._coral-Shell-header:after {
  content: "";
  display: table;
}
._coral-Shell-header:after {
  clear: both;
}
._coral-Shell-header ._coral-Shell-menu-button[badge]:after {
  border-color: #323232;
}
._coral-Shell-header ._coral-Shell-menu-button[badge]:disabled:after,
._coral-Shell-header ._coral-Shell-menu-button[badge].is-disabled:after {
  background-color: #3e3e3e;
  color: #323232;
}
._coral-Shell-header ._coral-Shell-menu-button[badge="0"]:after {
  display: none;
}
coral-shell-header-home {
  display: block;
  margin-right: 3.25rem;
  float: left;
  vertical-align: top;
}
coral-shell-header-actions {
  float: right;
  margin-left: 0.9375rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
coral-shell-header-content {
  height: 2.8125rem;
  display: inline-block;
  vertical-align: top;
}
._coral-Shell-homeAnchor {
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  transition: color 0.15s ease-out;
  margin: 0;
  padding: 0 0.5rem;
  text-decoration: none;
  text-align: center;
  line-height: 2.375rem;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  white-space: nowrap;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled).is-selected,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):active,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):hover {
  color: #fff;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):focus,
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled).is-focused {
  color: #fff;
}
._coral-Shell-homeAnchor:not(:disabled):not(.is-disabled):active {
  color: #fff;
}
._coral-Shell-homeAnchor-icon {
  vertical-align: middle;
  margin-top: -0.1875rem;
  margin-right: 0.625rem;
}
coral-shell-homeanchor-label {
  display: inline-block;
}
._coral-Shell-help {
  display: block;
  padding: 1.5rem;
  box-sizing: border-box;
  width: 20.3125rem;
}
._coral-Shell-help-search {
  width: 100%;
}
._coral-Shell-help-search input[is="coral-textfield"] {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
._coral-Shell-help-items {
  padding: 0.1875rem 0;
}
._coral-Shell-help-result-item {
  height: auto;
}
._coral-Shell-help-result-description {
  color: #707070;
  font-weight: 300;
  letter-spacing: 0.125px;
  margin-top: -0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._coral-Shell-help-loading,
._coral-Shell-help-resultMessage {
  position: relative;
  display: block;
  height: 18.75rem;
  background-color: #fff;
}
._coral-Shell-help-resultMessage {
  display: table;
  width: 100%;
}
._coral-Shell-help-resultMessage-heading {
  margin-bottom: 0.75rem;
  margin-top: -0.5rem;
}
._coral-Shell-help-resultMessage-container {
  display: table-cell;
  padding: 0 1.25rem;
  vertical-align: middle;
  text-align: center;
}
._coral-Shell-help-loading-wait {
  position: absolute;
  bottom: 52%;
  left: 50%;
  margin-left: -0.5rem;
  margin-bottom: 0.5rem;
}
._coral-Shell-help-loading-info {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  padding-left: 0.3125rem;
  display: block;
  padding-top: 0.5rem;
  text-align: center;
}
coral-shell-menu {
  display: none;
}
coral-shell-menu.is-animated {
  display: block;
}
._coral-Shell-menubar {
  display: inline-block;
}
._coral-Shell-menubar-item {
  display: inline-block;
  vertical-align: top;
}
._coral-Shell-menubar-item[iconsize="M"] ._coral-Shell-menu-button {
  top: -0.0625rem;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeXXS ._coral-Icon--image {
  border-radius: 0.5625rem;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeXS ._coral-Icon--image {
  border-radius: 0.75rem;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeS ._coral-Icon--image {
  border-radius: 1.125rem;
}
._coral-Shell-menubar-item--circle ._coral-Icon--sizeM ._coral-Icon--image {
  border-radius: 1.5rem;
}
._coral-Shell-menu {
  position: absolute;
  max-height: calc(100% - 3.25rem);
  overflow: auto;
  border-bottom-left-radius: 0.25rem;
  border-width: 0 0 0.0625rem 0.0625rem;
  box-shadow: 0 0 0.25rem rgba(0,0,0,0.15);
  background: #fff;
  transition: transform 350ms cubic-bezier(0.42, -0.01, 0.175, 1);
}
._coral-Shell-menu:focus {
  outline: none;
}
._coral-Shell-menu.is-open {
  transform: translateY(0) translateX(0);
}
._coral-Shell-menu--full {
  border-radius: 0;
}
._coral-Shell-menu--placement-top {
  top: 3.25rem;
}
._coral-Shell-menu--placement-top._coral-Shell-menu--full {
  left: 0;
  right: 0;
  border: none;
  background: #1e1e1e;
}
._coral-Shell-menu--placement-right {
  top: 3.25rem;
  right: 0;
}
._coral-Shell-menu--placement-right._coral-Shell-menu--full {
  max-height: none;
  border-bottom: none;
  bottom: 0;
}
._coral-Shell-menu--from-top {
  transform: translateY(-100%);
}
._coral-Shell-menu--from-right {
  transform: translateX(100%);
}
._coral-Shell-menu-button {
  position: relative;
}
._coral-Shell-menu-button[badge]:after {
  content: attr(badge);
  position: absolute;
  top: 0.1875rem;
  left: 1.25rem;
  min-width: 0.3125rem;
  height: 0.75rem;
  padding-left: 0.21875rem;
  padding-right: 0.21875rem;
  line-height: 0.75rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.5625rem;
  color: #fff;
  border-radius: 1rem;
  background-color: #eb322d;
  border: 0.0625rem solid #1e1e1e;
}
._coral-Shell-orgSwitcher {
  width: 18.75rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
._coral-Shell-orgSwitcher-items {
  max-height: 20rem;
  overflow-y: auto;
  padding: 0.1875rem 0;
}
._coral-Shell-orgSwitcher-item,
._coral-Shell-orgSwitcher-subitem {
  cursor: pointer;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
._coral-Shell-orgSwitcher-item.is-selected,
._coral-Shell-orgSwitcher-subitem.is-selected {
  color: #4178cd;
}
._coral-Shell-orgSwitcher-item {
  padding-left: 0.625rem;
}
._coral-Shell-orgSwitcher-item.is-parent:hover {
  cursor: default;
  background: transparent;
}
._coral-Shell-orgSwitcher-subitems {
  margin-left: -0.625rem;
}
._coral-Shell-orgSwitcher-subitem {
  padding-left: 2.5rem;
  background: none;
}
._coral-Shell-orgSwitcher-subitem coral-list-item-content {
  height: 1rem;
}
._coral-Shell-orgSwitcher-search {
  width: 100%;
}
._coral-Shell-orgSwitcher-search input[is="coral-textfield"] {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
._coral-Shell-orgSwitcher-resultMessage {
  display: table;
  width: 100%;
  height: 12.5rem;
  background-color: #fff;
}
._coral-Shell-orgSwitcher-resultMessage-container {
  display: table-cell;
  padding: 0 1.25rem;
  vertical-align: middle;
  text-align: center;
}
coral-shell-orgswitcher-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
coral-shell-orgswitcher-footer:empty {
  display: none;
}
coral-shell-orgswitcher-footer ._coral-Button + ._coral-Button {
  margin-left: 0;
  margin-top: 0.75rem;
}
._coral-Shell-solutionSwitcher {
  position: relative;
  display: flex;
  padding: 3rem 5%;
  margin: auto;
  background: #262626;
}
@media (max-width: 900px) {
  ._coral-Shell-solutionSwitcher {
    padding: 1.875rem;
  }
}
@media (max-width: 550px) {
  ._coral-Shell-solutionSwitcher {
    padding: 1.875rem;
    flex-direction: column;
  }
}
._coral-Shell-solutions-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 900px) {
  ._coral-Shell-solutions-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  ._coral-Shell-solutions-container {
    flex-wrap: wrap;
  }
}
._coral-Shell-solutions {
  padding-right: 1.5625rem;
  width: inherit;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
}
coral-shell-solutions-header {
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #2d2d2d;
  text-decoration: none;
  color: #b4b4b4;
  font-size: 0.6875rem;
  font-weight: bold;
}
._coral-Shell-solution {
  display: flex;
  height: 3rem;
  align-items: center;
  padding: 1rem 0;
  min-width: 7.5rem;
  text-decoration: none;
  color: #858585;
  font-size: 1rem;
  width: 100%;
}
._coral-Shell-solution:focus {
  outline: none;
}
._coral-Shell-solution:hover {
  color: #fff;
}
._coral-Shell-solution--linked {
  color: rgba(226,226,226,0.8);
}
._coral-Shell-solution--linked:hover ._coral-Shell-solution-icon {
  transform: scale(1.1);
}
._coral-Shell-solution--linked ._coral-Shell-solution-icon:before {
  width: 3rem;
  height: 3rem;
}
._coral-Shell-solution-icon {
  color: rgba(255,255,255,0.45);
  font-size: 3rem;
  will-change: transform;
  transition: transform 0.21s ease-out, opacity 0.21s ease-out;
}
._coral-Shell-solution-icon:before {
  width: 3rem;
  height: 3rem;
}
coral-shell-solution-label {
  margin-left: 1rem;
  font-size: 0.875rem;
  transition: opacity 0.21s ease-out;
}
._coral-Shell-solutions--secondary {
  vertical-align: top;
  padding-right: 0;
  whitespace: nowrap;
}
@media (min-width: 900px) {
  ._coral-Shell-solutions--secondary {
    width: 25%;
  }
}
@media (max-width: 900px) {
  ._coral-Shell-solutions--secondary {
    width: 33%;
  }
}
@media (max-width: 550px) {
  ._coral-Shell-solutions--secondary {
    width: 100%;
  }
}
._coral-Shell-solutions--secondary ._coral-Shell-solution {
  display: block;
  height: auto;
  width: auto;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:hover ._coral-Shell-solution-icon {
  transform: scale(1);
}
._coral-Shell-solutions--secondary ._coral-Shell-solution:hover coral-shell-solution-label {
  color: #fff;
}
._coral-Shell-solutions--secondary ._coral-Shell-solution-icon {
  display: none;
}
._coral-Shell-solutions--secondary coral-shell-solution-label {
  margin-left: 0;
  display: inline-block;
  font-size: 0.8125rem;
  padding: 1rem 0;
}
._coral-Shell-user {
  display: block;
  padding: 1.5rem;
  width: 16.25rem;
}
._coral-Shell-user-image {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
._coral-Shell-user-image ._coral-Icon {
  display: block;
  border-radius: 100%;
  object-fit: cover;
}
coral-shell-user-name {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 1.75rem;
  margin: 1rem 0 0.5rem;
  color: #4b4b4b;
}
coral-shell-user-heading {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  color: #8e8e8e;
  padding-bottom: 1rem;
}
coral-shell-user-subheading {
  border-top: 0.125rem solid #eaeaea;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
coral-shell-user-subheading:empty {
  display: none;
}
coral-shell-user-content {
  border-top: 0.125rem solid #eaeaea;
  padding: 1rem 0;
  display: block;
}
coral-shell-user-content:empty {
  display: none;
}
coral-shell-user-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
coral-shell-user-subheading ._coral-Button + ._coral-Button,
coral-shell-user-footer ._coral-Button + ._coral-Button {
  margin-left: 0;
  margin-top: 0.75rem;
}
._coral-Shell-workspaces {
  display: block;
}
._coral-Shell-workspaces-workspace {
  display: inline-block;
  box-sizing: border-box;
  height: 2.8125rem;
  margin: 0 1.09375rem;
  border-bottom: 0.125rem solid transparent;
  line-height: 2.375rem;
  color: #bebebe;
  text-decoration: none;
  font-style: normal;
  transition: border-color 0.21s ease-out, color 0.21s ease-out;
}
._coral-Shell-workspaces-workspace:hover {
  color: #fff;
}
._coral-Shell-workspaces-workspace.is-selected {
  border-color: #fff;
  color: #fff;
}
._coral-Shell-workspaces-workspace:focus {
  border-color: #87beff;
  color: #87beff;
  outline: none;
}
._coral-Shell-workspaces-workspace:first-of-type {
  margin-left: 0;
}
coral-slider-item {
  display: none;
}
._coral-Slider-handle.is-focused {
  border-width: 0.5rem;
}
.coral--light ._coral-Slider:not(._coral-Slider--color) ._coral-Slider-handle.is-focused {
  border-color: #2680eb;
  background-color: #2680eb;
}
.coral--lightest ._coral-Slider:not(._coral-Slider--color) ._coral-Slider-handle.is-focused {
  border-color: #378ef0;
  background-color: #378ef0;
}
.coral--dark ._coral-Slider:not(._coral-Slider--color) ._coral-Slider-handle.is-focused {
  border-color: #2680eb;
  background-color: #2680eb;
}
.coral--darkest ._coral-Slider:not(._coral-Slider--color) ._coral-Slider-handle.is-focused {
  border-color: #1473e6;
  background-color: #1473e6;
}
._coral-TabList-item.is-disabled ._coral-TabList-item-label {
  cursor: default;
}
._coral-TabList--vertical ._coral-TabList-item-line {
  top: 0;
}
._coral-TabList--horizontal ._coral-TabList-item {
  display: inline-flex;
  align-items: center;
}
._coral-TabList--horizontal ._coral-TabList-item ._coral-Icon {
  margin-top: 0;
  margin-bottom: 0;
}
._coral-TabList--vertical ._coral-TabList-item {
  display: flex;
  align-items: center;
}
._coral-TabList--vertical ._coral-TabList-item ._coral-Icon {
  margin-top: 0;
  margin-bottom: 0;
}
._coral-TabList--anchored ._coral-TabList-item-icon[size="XS"],
._coral-TabList--page ._coral-TabList-item-icon[size="XS"] {
  margin-right: 0.5rem;
}
._coral-TabList--vertical._coral-TabList--page ._coral-TabList-item {
  padding-left: 0.5rem;
}
._coral-TabList--vertical._coral-TabList--anchored {
  border-left-width: 0.125rem;
  border-left-style: solid;
}
._coral-TabList--vertical._coral-TabList--anchored ._coral-TabList-item-line {
  left: -0.125rem;
}
._coral-TabList--vertical._coral-TabList--anchored ._coral-TabList-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
._coral-TabList--vertical._coral-TabList--anchored ._coral-TabList-item:last-of-type {
  margin-bottom: 0.5rem;
}
.coral--light ._coral-TabList-item:not(.is-disabled).is-invalid {
  color: #d7373f;
}
.coral--lightest ._coral-TabList-item:not(.is-disabled).is-invalid {
  color: #e34850;
}
.coral--dark ._coral-TabList-item:not(.is-disabled).is-invalid {
  color: #ec5b62;
}
.coral--darkest ._coral-TabList-item:not(.is-disabled).is-invalid {
  color: #e34850;
}
.coral-Table-row {
  cursor: inherit;
}
.coral-Table-head .coral-Table-row,
.coral-Table-foot .coral-Table-row {
  background: transparent;
}
.coral-Table:not(.coral-Table--hover) .coral-Table-row:hover {
  background-color: inherit;
}
.coral-Table--hover .coral-Table-body .coral-Table-row {
  cursor: pointer;
}
.coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right: 1px solid;
}
._coral-Table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
._coral-Table-headerCell {
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  transition: color 125ms ease-in-out;
}
._coral-Table-cell {
  font-size: 0.875rem;
  transition: background-color 125ms ease-in-out;
  padding: 0 1rem;
  height: 3rem;
}
._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-cell {
  border-top: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:first-of-type {
  border-top-left-radius: 0.25rem;
}
._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:last-of-type {
  border-top-right-radius: 0.25rem;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom: 0.0625rem solid;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 0.25rem;
}
._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 0.25rem;
}
._coral-Table-wrapper {
  display: block;
  overflow: hidden;
}
._coral-Table-wrapper.is-unselectable {
  user-select: none;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head {
  pointer-events: none;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell {
  cursor: auto;
  user-select: initial;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content {
  cursor: auto;
  user-select: initial;
}
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content:before,
._coral-Table-wrapper.is-disabled ._coral-Table-head ._coral-Table-headerCell coral-table-headercell-content:after {
  visibility: hidden;
}
._coral-Table-wrapper.is-disabled ._coral-Table-wrapper-container {
  border: none;
}
._coral-Table-wrapper-container {
  overflow: auto;
}
._coral-Table-column[fixedwidth] {
  width: 0.0625rem;
}
._coral-Table-headerCell[fixedwidth] {
  white-space: nowrap;
}
._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type),
._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right: 0.0625rem solid;
}
._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right: 0.0625rem solid;
}
._coral-Table-divider--column._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
._coral-Table-divider--column._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top: none;
}
._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type),
._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right: 0.0625rem solid;
}
._coral-Table-divider--column._coral-Table-body ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top: none;
}
._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right: 0.0625rem solid;
}
._coral-Table-divider--none._coral-Table-head ._coral-Table-cell,
._coral-Table-divider--none._coral-Table-head ._coral-Table-headerCell {
  border-top: none;
}
._coral-Table-divider--none._coral-Table-body ._coral-Table-row:not(:first-of-type) ._coral-Table-cell {
  border-top: none;
}
._coral-Table-wrapper--sticky {
  position: relative;
}
._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border: 0.0625rem solid;
  border-radius: 0.25rem;
}
._coral-Table-wrapper--sticky ._coral-Table {
  margin-top: -0.0625rem;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-radius: 0;
  border-top: none;
}
._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-radius: 0;
  border-bottom: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky].is-hidden {
  visibility: hidden;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top: 0.0625rem solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right: 0.0625rem solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top: 0.0625rem solid;
  border-right: 0.0625rem solid;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:first-child coral-table-headercell-content {
  border-top: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-headerCell {
  height: 0.03125rem;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  overflow: hidden;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-headerCell:last-of-type coral-table-headercell-content {
  border-right: none;
}
._coral-Table-wrapper--sticky ._coral-Table-head[sticky] coral-table-headercell-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  line-height: 0.75rem;
  min-height: 1.25rem;
  padding: 0.25rem 1rem;
  margin-left: -1rem;
}
._coral-Table-wrapper--IE ._coral-Table-head[sticky] coral-table-headercell-content {
  display: block;
}
._coral-Table-headerCell[sortable] {
  cursor: pointer;
  user-select: none;
}
._coral-Table-headerCell[sortable] coral-table-headercell-content {
  position: relative;
  cursor: pointer;
}
._coral-Table-headerCell[sortable] coral-table-headercell-content:after {
  content: '';
  background-size: 0.625rem 0.75rem;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 0.625rem;
  padding-left: 0.625rem;
  top: 0;
  transition: transform 125ms ease-in-out;
}
._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  transform: rotateZ(180deg);
}
._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:hover:not(.is-selected) ._coral-Table-cell {
  cursor: pointer;
}
._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] {
  cursor: pointer;
}
._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect] {
  position: relative;
  cursor: pointer;
}
._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover:after {
  content: "";
  background-size: 1.125rem 1.125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
._coral-Table-row[selectable] ._coral-Table-cell.is-selected {
  position: relative;
}
._coral-Table-row[selectable] ._coral-Table-cell.is-selected:after {
  content: "";
  background-size: 1.125rem 1.125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
._coral-Table-cell--check {
  white-space: nowrap;
}
._coral-Table-cell--check coral-checkbox[coral-table-rowselect] + img {
  vertical-align: text-top;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  object-fit: cover;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
}
._coral-Table-cell--check coral-checkbox[coral-table-rowselect] + coral-icon {
  vertical-align: text-top;
  text-align: center;
  width: 1.5rem;
  margin-left: 0.25rem;
  margin-top: 0.3125rem;
}
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-select],
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-select],
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect],
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] {
  display: none;
}
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect] + img,
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] + img,
table[is="coral-table"]:not([selectable]) td[is="coral-table-cell"] [coral-table-rowselect] + coral-icon,
table[is="coral-table"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-rowselect] + coral-icon {
  margin: 0;
}
tr[is="coral-table-row"]:not([selectable]) td[is="coral-table-cell"] [coral-table-cellselect],
tr[is="coral-table-row"]:not([selectable]) th[is="coral-table-headercell"] [coral-table-cellselect] {
  display: none;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:first-of-type {
  border-top-left-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell:last-of-type {
  border-top-right-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 0;
}
._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 0;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-radius: 0;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top: none;
}
._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom: none;
}
._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock] {
  visibility: hidden;
}
._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  visibility: visible;
}
._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  visibility: visible;
}
._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  cursor: pointer;
}
table[is="coral-table"]:not([lockable]) td[is="coral-table-cell"] [coral-table-rowlock],
table[is="coral-table"]:not([lockable]) th[is="coral-table-headercell"] [coral-table-rowlock] {
  display: none;
}
._coral-Table-headerCell.is-dragging,
._coral-Table-row.is-dragging,
._coral-Table-headerCell.is-before,
._coral-Table-row.is-before,
._coral-Table-headerCell.is-after,
._coral-Table-row.is-after {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  user-select: none;
}
._coral-Table-headerCell.is-dragging,
._coral-Table-row.is-dragging {
  z-index: 10;
}
._coral-Table-row.is-dragging ._coral-Table-cell,
._coral-Table-row.is-dragging ._coral-Table-headerCell {
  border-radius: 0 !important;
}
._coral-Table-row--placeholder {
  visibility: hidden;
}
._coral-Table-wrapper.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell:first-of-type {
  border-top-left-radius: 0.25rem;
}
._coral-Table-wrapper.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell:last-of-type {
  border-top-right-radius: 0.25rem;
}
._coral-Table-wrapper.is-sorted ._coral-Table-row [coral-table-roworder] {
  visibility: hidden;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder {
  visibility: visible;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  text-indent: -62.5rem;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom: 0.0625rem solid;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell:first-of-type {
  border-bottom-left-radius: 0.25rem;
}
._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell:last-of-type {
  border-bottom-right-radius: 0.25rem;
}
._coral-Table-wrapper--sticky ._coral-Table-headerCell[orderable] {
  position: static;
}
._coral-Table-wrapper--sticky.is-draggedFirstItem ._coral-Table-body ._coral-Table-row:nth-of-type(2) ._coral-Table-cell {
  border-top: none;
}
[coral-table-roworder]:not(:disabled):not(.is-disabled) {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
  touch-action: none;
  user-select: none;
}
[coral-table-roworder]:not(:disabled):not(.is-disabled):active {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
._coral-Table-headerCell[orderable] {
  position: relative;
}
._coral-Table-headerCell[orderable] coral-table-headercell-content {
  position: relative;
}
._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  content: '';
  background-size: 0.75rem 0.75rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 0.75rem;
  margin-left: -0.75rem;
  top: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
._coral-Table-headerCell[orderable].is-dragging coral-table-headercell-content:before,
._coral-Table-headerCell[orderable] coral-table-headercell-content.is-dragging:before {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
table[is="coral-table"]:not([orderable]) td[is="coral-table-cell"] [coral-table-roworder],
table[is="coral-table"]:not([orderable]) th[is="coral-table-headercell"] [coral-table-roworder] {
  display: none;
}
._coral-Table-headerCell:focus,
._coral-Table-headerCell.is-focused,
._coral-Table-headerCell coral-table-headercell-content:focus,
._coral-Table-headerCell coral-table-headercell-content.is-focused {
  outline: none;
}
._coral-Table-row:focus,
._coral-Table-row.is-focused {
  outline: none;
}
._coral-Table-row:focus ._coral-Table-cell:first-of-type,
._coral-Table-row.is-focused ._coral-Table-cell:first-of-type {
  position: relative;
}
._coral-Table-row:focus ._coral-Table-cell:first-of-type:after,
._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-left: 0.125rem solid;
  box-sizing: border-box;
}
.coral--light .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-headerCell {
  color: #707070;
}
.coral--light ._coral-Table-cell {
  background-color: #fbfbfb;
  color: #4b4b4b;
}
.coral--light ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
.coral--light ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: #e1e1e1;
}
.coral--light ._coral-Table-body ._coral-Table-cell {
  border-top-color: #e1e1e1;
}
.coral--light ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: #e1e1e1;
}
.coral--light ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: #e1e1e1;
}
.coral--light ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: #e1e1e1;
}
.coral--light ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--light ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--light ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: #e1e1e1;
  border-right-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--light ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-headerCell[sortable]:hover {
  color: #4b4b4b;
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %238e8e8e%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %238e8e8e%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23707070%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %238e8e8e%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23707070%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--light ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #e1e1e1;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--light ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #e1e1e1;
}
.coral--light ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #f5f5f5;
}
.coral--light ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-row[selectable] ._coral-Table-cell.is-selected:after {
  background-color: rgba(20,115,230,0.4);
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--light ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--light ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--light ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--light ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: #e1e1e1;
}
.coral--light ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: #4b4b4b;
}
.coral--light ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %238e8e8e%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23707070%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--light ._coral-Table-headerCell:focus,
.coral--light ._coral-Table-headerCell.is-focused,
.coral--light ._coral-Table-headerCell coral-table-headercell-content:focus,
.coral--light ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: #4b4b4b;
}
.coral--light ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after,
.coral--light ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: #1473e6;
}
.coral--lightest .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-headerCell {
  color: #767676;
}
.coral--lightest ._coral-Table-cell {
  background-color: #fbfbfb;
  color: #505050;
}
.coral--lightest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
.coral--lightest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: #eaeaea;
}
.coral--lightest ._coral-Table-body ._coral-Table-cell {
  border-top-color: #eaeaea;
}
.coral--lightest ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: #eaeaea;
}
.coral--lightest ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: #eaeaea;
}
.coral--lightest ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: #eaeaea;
}
.coral--lightest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--lightest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--lightest ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: #eaeaea;
  border-right-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--lightest ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #f4f4f4;
}
.coral--lightest ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #f4f4f4;
}
.coral--lightest ._coral-Table-headerCell[sortable]:hover {
  color: #505050;
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23959595%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23959595%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23767676%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23959595%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23767676%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--lightest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #f4f4f4;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #f4f4f4;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #f4f4f4;
}
.coral--lightest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #eaeaea;
}
.coral--lightest ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #f5f5f5;
}
.coral--lightest ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-row[selectable] ._coral-Table-cell.is-selected:after {
  background-color: rgba(20,115,230,0.4);
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--lightest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #f5f5f5;
}
.coral--lightest ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--lightest ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--lightest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: #eaeaea;
}
.coral--lightest ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: #505050;
}
.coral--lightest ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23959595%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23767676%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--lightest ._coral-Table-headerCell:focus,
.coral--lightest ._coral-Table-headerCell.is-focused,
.coral--lightest ._coral-Table-headerCell coral-table-headercell-content:focus,
.coral--lightest ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: #505050;
}
.coral--lightest ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after,
.coral--lightest ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: #378ef0;
}
.coral--dark .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-headerCell {
  color: #999;
}
.coral--dark ._coral-Table-cell {
  background-color: #2d2d2d;
  color: #cdcdcd;
}
.coral--dark ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
.coral--dark ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: #3e3e3e;
}
.coral--dark ._coral-Table-body ._coral-Table-cell {
  border-top-color: #3e3e3e;
}
.coral--dark ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: #3e3e3e;
}
.coral--dark ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: #3e3e3e;
}
.coral--dark ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: #3e3e3e;
}
.coral--dark ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--dark ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--dark ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: #3e3e3e;
  border-right-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--dark ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-headerCell[sortable]:hover {
  color: #cdcdcd;
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %237b7b7b%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %237b7b7b%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23999%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %237b7b7b%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23999%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #323232;
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #323232;
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #323232;
}
.coral--dark ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #3e3e3e;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #393939;
}
.coral--dark ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #3e3e3e;
}
.coral--dark ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #323232;
}
.coral--dark ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-row[selectable] ._coral-Table-cell.is-selected:after {
  background-color: rgba(20,115,230,0.4);
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--dark ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #323232;
}
.coral--dark ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--dark ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--dark ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: #3e3e3e;
}
.coral--dark ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: #cdcdcd;
}
.coral--dark ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %237b7b7b%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23999%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--dark ._coral-Table-headerCell:focus,
.coral--dark ._coral-Table-headerCell.is-focused,
.coral--dark ._coral-Table-headerCell coral-table-headercell-content:focus,
.coral--dark ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: #cdcdcd;
}
.coral--dark ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after,
.coral--dark ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: #2680eb;
}
.coral--darkest .coral-Table--bordered .coral-Table-body .coral-Table-row .coral-Table-cell {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-headerCell {
  color: #858585;
}
.coral--darkest ._coral-Table-cell {
  background-color: #181818;
  color: #b4b4b4;
}
.coral--darkest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-cell,
.coral--darkest ._coral-Table-head ._coral-Table-row:not(:first-of-type) ._coral-Table-headerCell {
  border-top-color: #2d2d2d;
}
.coral--darkest ._coral-Table-body ._coral-Table-cell {
  border-top-color: #2d2d2d;
}
.coral--darkest ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: #2d2d2d;
}
.coral--darkest ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-body ._coral-Table-row:first-of-type ._coral-Table-cell {
  border-top-color: #2d2d2d;
}
.coral--darkest ._coral-Table-body ._coral-Table-row:last-of-type ._coral-Table-cell {
  border-bottom-color: #2d2d2d;
}
.coral--darkest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--darkest ._coral-Table-divider--cell._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-divider--cell._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-divider--column._coral-Table-head ._coral-Table-cell:not(:last-of-type),
.coral--darkest ._coral-Table-divider--column._coral-Table-head ._coral-Table-headerCell:not(:last-of-type) {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-divider--column._coral-Table-body ._coral-Table-cell:not(:last-of-type) {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky] ._coral-Table-row:last-of-type ._coral-Table-headerCell {
  border-top: none;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--row coral-table-headercell-content {
  border-top-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--column coral-table-headercell-content {
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper--sticky ._coral-Table-head[sticky]._coral-Table-divider--cell coral-table-headercell-content {
  border-top-color: #2d2d2d;
  border-right-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-cell {
  background: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:first-of-type {
  border-left-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-body ._coral-Table-cell:last-of-type {
  border-right-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet._coral-Table-wrapper--sticky ._coral-Table-wrapper-container {
  border-left-color: transparent;
  border-right-color: transparent;
}
.coral--darkest ._coral-Table-wrapper--quiet ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper--quiet._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-headerCell[sortable]:hover {
  color: #b4b4b4;
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="default"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23696969%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="ascending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23696969%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="ascending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23858585%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="descending"] coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23696969%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[sortable][sortabledirection="descending"]:hover coral-table-headercell-content:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cstyle%3Epath %7B fill: %23858585%3B %7D%3C/style%3E	%3Cpath d='M8,4.00848a.99994.99994,0,0,1-1.707.70709L5,3.42267V9.00055A.99948.99948,0,0,1,4.00049,10h-.001A.99948.99948,0,0,1,3,9.00055V3.42267L1.707,4.71558A.99994.99994,0,1,1,.293,3.30139L3.251.34326c.01379-.0155.01855-.03552.03345-.05035A.997.997,0,0,1,3.99146,0l.00415.00079L3.99951,0h.001l.00391.00079L4.00854,0a.997.997,0,0,1,.707.29291c.01489.01483.01965.03485.03345.05035L7.707,3.30139A.99669.99669,0,0,1,8,4.00848Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #1e1e1e;
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #1e1e1e;
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #1e1e1e;
}
.coral--darkest ._coral-Table-wrapper[selectable] ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row[coral-table-rowselect]:not(.is-selected):hover ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected:hover ._coral-Table-cell {
  background-color: #2d2d2d;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect] ._coral-Table-cell {
  background-color: #262626;
}
.coral--darkest ._coral-Table-wrapper[selectable]._coral-Table-wrapper--quiet ._coral-Table-row.is-selected[coral-table-rowselect]:hover ._coral-Table-cell {
  background-color: #2d2d2d;
}
.coral--darkest ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover {
  background-color: #1e1e1e;
}
.coral--darkest ._coral-Table-row[selectable] ._coral-Table-cell[coral-table-cellselect]:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-row[selectable] ._coral-Table-cell.is-selected:after {
  background-color: rgba(20,115,230,0.4);
  background-image: url("data:image/svg+xml;utf8,%3Csvg id='Check_24' xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E	%3Cdefs%3E		%3Cstyle%3E		%3C/style%3E	%3C/defs%3E	%3Ctitle%3ECheck_24%3C/title%3E	%3Cpath d='M991.254,236.013l-71.338-55.531a24,24,0,0,0-33.681,4.2L461.593,730.191,254.875,523.473a24,24,0,0,0-33.941,0l-64.665,64.665a24,24,0,0,0-.01,33.931L454.63,920.806a24,24,0,0,0,35.923-2.222l504.9-648.894A24,24,0,0,0,991.254,236.013Z'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row [coral-table-rowlock]:hover {
  opacity: 1 !important;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-headerCell [coral-table-rowlock],
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row[locked] ._coral-Table-cell [coral-table-rowlock] {
  opacity: 1;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover [coral-table-rowlock] {
  opacity: 0.2;
}
.coral--darkest ._coral-Table-wrapper[lockable] ._coral-Table-row:hover:not(.is-selected) ._coral-Table-cell {
  background-color: #1e1e1e;
}
.coral--darkest ._coral-Table-row.is-dragging ._coral-Table-cell,
.coral--darkest ._coral-Table-row.is-dragging ._coral-Table-headerCell {
  opacity: 0.8;
}
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-cell,
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky) ._coral-Table-row--placeholder ._coral-Table-headerCell {
  background: transparent;
}
.coral--darkest ._coral-Table-wrapper:not(._coral-Table-wrapper--sticky).is-draggedLastItem ._coral-Table-body ._coral-Table-row:nth-last-of-type(2) ._coral-Table-cell {
  border-bottom-color: #2d2d2d;
}
.coral--darkest ._coral-Table-headerCell[orderable]:not([sortable]):hover {
  color: #b4b4b4;
}
.coral--darkest ._coral-Table-headerCell[orderable] coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23696969%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell[orderable]:hover coral-table-headercell-content:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='1152' viewBox='0 0 1152 1152'%3E%3Cstyle%3Ecircle %7B fill: %23858585%3B %7D%3C/style%3E	%3Ctitle%3EDragHandle_24%3C/title%3E	%3Ccircle cx='432' cy='144' r='48'/%3E	%3Ccircle cx='432' cy='336' r='48'/%3E	%3Ccircle cx='432' cy='528' r='48'/%3E	%3Ccircle cx='432' cy='720' r='48'/%3E	%3Ccircle cx='432' cy='912' r='48'/%3E	%3Ccircle cx='624' cy='144' r='48'/%3E	%3Ccircle cx='624' cy='336' r='48'/%3E	%3Ccircle cx='624' cy='528' r='48'/%3E	%3Ccircle cx='624' cy='720' r='48'/%3E	%3Ccircle cx='624' cy='912' r='48'/%3E%3C/svg%3E");
}
.coral--darkest ._coral-Table-headerCell:focus,
.coral--darkest ._coral-Table-headerCell.is-focused,
.coral--darkest ._coral-Table-headerCell coral-table-headercell-content:focus,
.coral--darkest ._coral-Table-headerCell coral-table-headercell-content.is-focused {
  color: #b4b4b4;
}
.coral--darkest ._coral-Table-row:focus ._coral-Table-cell:first-of-type:after,
.coral--darkest ._coral-Table-row.is-focused ._coral-Table-cell:first-of-type:after {
  border-left-color: #1473e6;
}
coral-tag-label {
  display: flex;
  align-items: center;
}
._coral-TagList-item--multiline {
  height: auto;
}
._coral-TagList-item--multiline ._coral-TagList-item-label {
  white-space: inherit;
  text-overflow: inherit;
}
.coral--light ._coral-TagList-item--quiet,
.coral--light ._coral-TagList-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--light ._coral-TagList-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--lightest ._coral-TagList-item--quiet,
.coral--lightest ._coral-TagList-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--lightest ._coral-TagList-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--dark ._coral-TagList-item--quiet,
.coral--dark ._coral-TagList-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--dark ._coral-TagList-item--quiet.focus-ring {
  background-color: transparent;
}
.coral--darkest ._coral-TagList-item--quiet,
.coral--darkest ._coral-TagList-item--quiet:hover {
  border-color: transparent;
  background-color: transparent;
}
.coral--darkest ._coral-TagList-item--quiet.focus-ring {
  background-color: transparent;
}
._coral-TreeView {
  transition: height ease 250ms;
  overflow: hidden;
}
._coral-TreeView ._coral-TreeView {
  height: inherit;
  visibility: inherit;
}
.coral--darkest ._coral-TreeView-link.is-disabled {
  color: #494949;
  cursor: default;
}
.coral--darkest ._coral-TreeView-link.is-disabled:hover:before {
  background-color: transparent;
}
.coral--dark ._coral-TreeView-link.is-disabled {
  color: #5c5c5c;
  cursor: default;
}
.coral--dark ._coral-TreeView-link.is-disabled:hover:before {
  background-color: transparent;
}
.coral--light ._coral-TreeView-link.is-disabled {
  color: #b3b3b3;
  cursor: default;
}
.coral--light ._coral-TreeView-link.is-disabled:hover:before {
  background-color: transparent;
}
.coral--lightest ._coral-TreeView-link.is-disabled {
  color: #bcbcbc;
  cursor: default;
}
.coral--lightest ._coral-TreeView-link.is-disabled:hover:before {
  background-color: transparent;
}
._coral-Loader--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
._coral-Loader--centered._coral-Loader--small {
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
._coral-Loader--centered._coral-Loader--large,
._coral-Loader--centered._coral-Loader--fullpage {
  margin-left: -2rem;
  margin-top: -2rem;
}
._coral-WizardView {
  display: block;
}
coral-overlay {
  display: none;
}
coral-overlay[open] {
  display: block;
}
._coral-Overlay {
  transition: opacity 125ms ease-in-out, visibility 0ms linear 125ms;
}
._coral-Overlay:focus {
  outline: none;
}
