@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*----------------------------------------------------------------*/
/*  Helpers
/*----------------------------------------------------------------*/
._2Br-WYwcv7r1FdofpdV8H3 {
  margin-right: 0; }

._1FW_ga2k-bQLjsdp9szK60 {
  border-radius: 0; }

._1-CpQe6GJRgBeHu0h7M4xd {
  background: rgba(0, 0, 0, 0.12);
  height: 24px;
  width: 1px;
  margin: 0 8px; }

._2dgZx6tBNDXhAHFPb7dGkJ {
  visibility: hidden;
  opacity: 0; }

[fill-width] {
  min-width: 100%; }

[fill-height] {
  min-height: 100%; }

._7ZdG_6XyL0ZxFlAcSHKBn {
  height: 100% !important; }

a img {
  display: block;
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

._3WEyUSytPavy6NiOz-0pDu {
  display: block;
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  ._3WEyUSytPavy6NiOz-0pDu._3fqfH8fnQm3ZE39zR-39zB {
    overflow-x: auto;
    overflow-y: hidden; }
  ._3WEyUSytPavy6NiOz-0pDu._9S1cf0HWcxSPQPfMQOEu1 {
    overflow-x: hidden;
    overflow-y: auto; }

.weQHUqC1K_fjOosH9CRaR {
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .weQHUqC1K_fjOosH9CRaR._3fqfH8fnQm3ZE39zR-39zB {
    overflow-x: auto;
    overflow-y: hidden; }
  .weQHUqC1K_fjOosH9CRaR._9S1cf0HWcxSPQPfMQOEu1 {
    overflow-x: hidden;
    overflow-y: auto; }

._1ifLRRZCs9edFh9-_CdB_9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }

._3iGUfdIeaOjUpoB9doTfU4:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle; }

._3iGUfdIeaOjUpoB9doTfU4 ._2-rCbuUWDHCcxXPpuF9SRb,
._3iGUfdIeaOjUpoB9doTfU4 ._3bhix3H1Ydk_RHiJoCfH4I,
._3iGUfdIeaOjUpoB9doTfU4 ._2i0UTlVfvVqoifDOO72WIL {
  display: inline-block; }

._3iGUfdIeaOjUpoB9doTfU4 ._2-rCbuUWDHCcxXPpuF9SRb {
  vertical-align: top; }

._3iGUfdIeaOjUpoB9doTfU4 ._3bhix3H1Ydk_RHiJoCfH4I {
  vertical-align: middle; }

._3iGUfdIeaOjUpoB9doTfU4 ._2i0UTlVfvVqoifDOO72WIL {
  vertical-align: bottom; }

._1yQkFxjkAXZPzOAPxrNG5l,
._2k6MFJepqL2fsDlmy7XADp {
  padding: 0px; }

._29JHTOlGudwfbjShwRyVR,
._3QfbO3ckhAOq0G63cPvuhl {
  padding-top: 0px; }

._2dkyt42_islzo7gteqXOQZ,
._2FvAOLj5uXE3Lo-qUv3cqB {
  padding-right: 0px; }

.bHo5ozcUwb8DZHpgVWF7g,
._2fsHS4uUgNHrmwPsah3RUO {
  padding-bottom: 0px; }

._37Oh-MiBluNwnjEgHT00ag,
.VYD5U8rPr_nmLIN6uxKcM {
  padding-left: 0px; }

._6wS5jyCkc0NlK74VoSVwc,
._2vSEtUq3zCYf_c4DI5JETq {
  padding-left: 0px;
  padding-right: 0px; }

._2e6nYmchV5DxmB_IySLOHd,
.gmQn3cZ9p-sRwrjvlipRV {
  padding-top: 0px;
  padding-bottom: 0px; }

._3boP2QsYRyf8wPNXpnKfMM,
.LVglDVExw0cnL7jh_d8fc {
  padding: 5px; }

._3vt6QTvzbssQWAFXVl2fxo,
._2sZNhziZWwo1C9X19Z3MLc {
  padding-top: 5px; }

._1CzjRGPajgIycQ_TZ5mu_N,
._1Ytt584_CzDcD5hpWV3i5F {
  padding-right: 5px; }

.GPV-AwpKBDuWXy5reUfTU,
._1Efxz-xdcj5Wj1aPEuSP7y {
  padding-bottom: 5px; }

._1BNMDw9vKc99r8kNsMbbmI,
._1gwko64Uu1z3cZu9TBq5oL {
  padding-left: 5px; }

._2l4k98poTIkdHE5eggM5d,
._2ArmsSngH88F36RFRZYgSy {
  padding-left: 5px;
  padding-right: 5px; }

._20jwTkvNrLgp-x0VAwigPA,
._1IvmsSywlQtRt6eKjpRx-b {
  padding-top: 5px;
  padding-bottom: 5px; }

._3mOJSLULBndxbF2GKAiKC7,
._12B1PAfNjrPvYcQE5DJGnP {
  padding: 10px; }

._2HzJqF2poiKY_DmDlQtTg4,
._3xDhAzGXJ4oKJRAQH7SwzY {
  padding-top: 10px; }

._2ZVE4ZK6vobMcTg5x0EUkB,
._2KAu_94iphFvkewDKhTSZF {
  padding-right: 10px; }

._3td3nYSclUv9IxngAjdwaH,
._1tM8N_R8VnXn3JSy9wJD1O {
  padding-bottom: 10px; }

._2KTtF5EocFOmeigQm_SU8_,
.KAOAquZ7zbn5HW-p4lWxJ {
  padding-left: 10px; }

._1tk2WeoABdnOwY5N8ZGGDT,
.rUa8N9xExgLwNL4ioly0b {
  padding-left: 10px;
  padding-right: 10px; }

._1jz1ZnxWDzg2JXkkEdHJUf,
._2UfbecBpooAclnE9sI6maB {
  padding-top: 10px;
  padding-bottom: 10px; }

._15hARTc2rWG74m45bUd97u,
._1aShCywkAyNxU6FT7FLv7U {
  padding: 15px; }

.B-Nfo2xcI6znoOy_l9QDD,
._3j-qn2aRsSV-vrvVkbdLaR {
  padding-top: 15px; }

.wIOJAVgnoQcRFuPdIpZdL,
._1NzHIbV2jp4xZP_WMau3zH {
  padding-right: 15px; }

._2Gsb_bpUy86xmvcblxg0E7,
._2cEt0zBRqxpyFt_z9DLNfI {
  padding-bottom: 15px; }

._2F6W85ps2_kaDQVVgph2JG,
._2pfa603FLZg98bD78NNJaF {
  padding-left: 15px; }

._2rwTZ8R_HJl40zhoW12tUl,
._2d6_l1nUhlWZn-3WNvIpfS {
  padding-left: 15px;
  padding-right: 15px; }

.Jhcid9vMv9CC1KYsVny1O,
._86bImqxtKLZ0wjc0mEYNr {
  padding-top: 15px;
  padding-bottom: 15px; }

.fvtj2clM4tXeoISMOna9v,
._1fzctb_idsBHfiXdI-nbo2 {
  padding: 20px; }

.ZESrdMuyYvEUseWakId1q,
._3SPO24f6b5raPunEqjaGOD {
  padding-top: 20px; }

.gtDanyH3qkAQrH-M5_YhF,
._1eRYqkdCABFZufcXtWRAo_ {
  padding-right: 20px; }

._2bYBHdnAubBipi4UzcMklB,
._3dmHx-8H_FwSQblGXDF7sY {
  padding-bottom: 20px; }

._2lnIlBygdr20b2yU0upfAZ,
._3PwZnZVXoTGrgggMZBbDhL {
  padding-left: 20px; }

._2VmHb9cren4UBEIwECNJ7z,
._3QZqhb_VmIBcq4QDFwYdZg {
  padding-left: 20px;
  padding-right: 20px; }

.DHrvhLu23s0A9u19tHK0X,
._2p454tMdM-87appoPpGYix {
  padding-top: 20px;
  padding-bottom: 20px; }

._2GQMRH-CSW8U7KF8NZeQOA,
._21GQCOmbzcGrb6PUe1_L5V {
  padding: 25px; }

._1nzPQJ7bcKydIbor-xBErK,
._1lUX_6HqmIPKeyzuB-8Le0 {
  padding-top: 25px; }

._2DyI8I0CEV7_CouoOhDEj4,
._2RgQF2Xb4UsfARvFnLK31j {
  padding-right: 25px; }

.DnYc9qEsydhbHVTMugmH2,
._2_cegq1wx1AuZ-ikW9MFXP {
  padding-bottom: 25px; }

._1pSq1eAp_0xrelApS3AC48,
._3eERRHLQvNPH8jHqzfG9q- {
  padding-left: 25px; }

.v3kD-bXj2FedQj1xCa5bT,
._3rbh4h2LKOPjpT91XsaaZI {
  padding-left: 25px;
  padding-right: 25px; }

._3usgSITsKALaotT1WOfEgo,
._1yUSxXcVbvqkehR6RCe7KJ {
  padding-top: 25px;
  padding-bottom: 25px; }

._2RDtweL7ryXJZMQAvGGCK0,
._3xYCEd7t_WmVlVOtj4NxVY {
  padding: 30px; }

._1lFL0WI7fqyBPEUQ_ohboA,
._2rZj1FByaxGsRDGuq4P7lZ {
  padding-top: 30px; }

._3LAUSd39nbY1oKADCk_ype,
.vEo84P1sPnsJRisrfIwek {
  padding-right: 30px; }

._2mYQ0ELXhUBX_hggljsHD9,
.ujOULTddVmyjBCs9GYHYN {
  padding-bottom: 30px; }

.KnUeE1qGSQlOVhUVYa7N4,
._1KZpIcbcE0tZ7H0d6XcxxY {
  padding-left: 30px; }

._7UjXXEA8i17Tchx3EMIok,
._2W1UDdPpDGxun_e-Lwaeg1 {
  padding-left: 30px;
  padding-right: 30px; }

._2B0tNLyC0CLkDmnyzYi0oS,
._2l86-1stOJZ97E5Z7l3Hdr {
  padding-top: 30px;
  padding-bottom: 30px; }

.D27s7D7MAxSc5KwqnRyF2,
._3t8KLL-qGjw9DQhJANAHaz {
  padding: 35px; }

.SULwpqqlH5HKd63qmIQer,
._3dFt68pYHDnZ9JZ97EqXYy {
  padding-top: 35px; }

._23IU9QKXmjhp6PfxovOizI,
._37crrLiOnRESKHqlWpIFUP {
  padding-right: 35px; }

._1AGCoCkpm1gE8UhBUczpJm,
._3jYk_Q0pkhnB2Q5G4MM_tT {
  padding-bottom: 35px; }

._5lFwMyv2F-S4BiEQnb6vs,
.xCEQ_NMbw9Wnuu9aLZYX9 {
  padding-left: 35px; }

._1VHtmsKpaba23_x39y41YY,
._3t19Dx29yopo8-DLxn5xMB {
  padding-left: 35px;
  padding-right: 35px; }

.u3y4fN9n5PmZ6vemgJ3du,
._7D_d0bZHQyBdiL2cERd7c {
  padding-top: 35px;
  padding-bottom: 35px; }

._2cbSWps7SmKCaVTDt9UJUg,
._27X-pjUw1HvMNASiorxa2y {
  padding: 40px; }

._3AFSfWK9S6_ZzqI8RiScpZ,
._1PHdy0HEXw6oWpNpO_e1T2 {
  padding-top: 40px; }

._2pDHzCSTnodQCIAXQhijhv,
._2brhJLKOTEXRuWHzktISPV {
  padding-right: 40px; }

._2mCwCiWtsxDxl82Fj-mHya,
._3w0v2vVfybc7hvcZLlsXn4 {
  padding-bottom: 40px; }

._1olFSxpEitIYyqmIF0Upgb,
._1fUdyiv-dWTHiVPnz1goda {
  padding-left: 40px; }

._3pgYH9_4o8V59afZXQWFO6,
._2mBW5tEdAvC9yQc0JQ_IYU {
  padding-left: 40px;
  padding-right: 40px; }

._2FemEFyaIfZmNKLjHMFXJl,
._1HYsmuuwhs2EQDEmQFMWE0 {
  padding-top: 40px;
  padding-bottom: 40px; }

._2AY0Oz9PSBACXrIn4G4Cus,
._1MAg72T3B-S4d0eHE-54QM {
  padding: 45px; }

._1sDy9JEFy5gXlxy30gDDC_,
.uIaA5WXMk30VPx9f3RaJ5 {
  padding-top: 45px; }

._1JRFSu9c1xG7vmMF_XpFn2,
._3bJDcSwHYR-NkeL7x1aj1a {
  padding-right: 45px; }

._1jcVaKbL8qOPoOYkZNWs3F,
._3WXcKxhJXR9VSXQx7ZCK5_ {
  padding-bottom: 45px; }

._1nIIYIWyixD67b2TzUtU7a,
._1eBUVswGOG4T_hN3pbDgli {
  padding-left: 45px; }

.oIg_xwLSPbYqjH6WLJO1_,
._1K7CQ0-AfJjJLG9JFGrR6N {
  padding-left: 45px;
  padding-right: 45px; }

._2sT6D4XkSVFtUR0u2obH4a,
._3Ij6YafnUHkOUtUOQCvf2R {
  padding-top: 45px;
  padding-bottom: 45px; }

.yqPdLmtEOpPtC6xLpKQUL,
._3VeA7vhmQQi_ysD3Db2jiY {
  padding: 50px; }

._1BhdVmg84BeHIC7Tpynw5X,
._357q5f62d0uPoFRwxHRwsb {
  padding-top: 50px; }

._1hg46iN_7-1nThOKJIlAFw,
._2FOtM6zuDiZ2C7zsEvmfqJ {
  padding-right: 50px; }

.AAbiP1ZSW7KRzuWhahh4,
.Bv-X1yD1cvuq51iDYr6h7 {
  padding-bottom: 50px; }

._1wrmjLFtxkxOsRQfVk-Srd,
._3TATxl0sncWNkrfijSQfG5 {
  padding-left: 50px; }

._2yXByLdcgL1layocU2oaaN,
._2nX6vUSZBGaoDycLGYo7mW {
  padding-left: 50px;
  padding-right: 50px; }

.cVihrle2OEXesTBOTSazr,
._YYTvZGU2Nfvqb5z5J5GY {
  padding-top: 50px;
  padding-bottom: 50px; }

._3d6aeT9xG0p7wRc4UkGfXY,
._2XQf54Be7eAlhAePPCWYsS {
  padding: 55px; }

._3rcRjQFjHKUkqZRDUly_K3,
._2LZqKsm2al94__pli205KT {
  padding-top: 55px; }

._338XX7i7-mJFcqCDRmb9oh,
._2N7yWtQR5rD_W9HULfRLNp {
  padding-right: 55px; }

._1JI_ffOUxRP3kwbSPRbvHF,
._5GHjeqV1ZRkKtvuFYPc7d {
  padding-bottom: 55px; }

._1fuMYiRIXAnoMesDe6r198,
._2qIMwdMc8vFnQ5NJ3yJQsH {
  padding-left: 55px; }

._3d9K91e_DgG7C5RSn3-Jy-,
.QK6xv04JkcOxvKqQ3-Csq {
  padding-left: 55px;
  padding-right: 55px; }

._33ZbGxX1bJud7nPxdT-8AR,
._1eOOkn76wjPhGpqYQX-Nww {
  padding-top: 55px;
  padding-bottom: 55px; }

._1wyBjPopYCOrssfo50wZLp,
._3Iux0KdGK-UazN17XYGFuI {
  padding: 60px; }

._20M-L4gd5FtrWnwuoKJ7qx,
.vJYc9LK26vU_RbnYK9y2c {
  padding-top: 60px; }

._3-Sj0LfKEH9LfuvBXEp3G1,
._2cq13ZxpijlmYsUzULOHWS {
  padding-right: 60px; }

._3TCSci6Z_d_QokazHtbOOM,
._3Q-R4Hhb6116kqwjKlfU_E {
  padding-bottom: 60px; }

._17NAIFTQ92Fa_T7Vdub8Ny,
.nsvFtuBI7lWKsKEemZKWD {
  padding-left: 60px; }

._3VesXsNM__1q6Mhla6M7FH,
._2Wcb0TqYgN4QLNFVNEtTXY {
  padding-left: 60px;
  padding-right: 60px; }

._3mve5hSEQ_bRprkN50GnKi,
._2iaW-1Jg-qe-0Kots1iBnm {
  padding-top: 60px;
  padding-bottom: 60px; }

._3djeXpjeSKXwax-18fFqh_,
._2rJ-uU9AvMSt1IvccUwvOI {
  padding: 65px; }

._2UJy230VbHbMDb3dKfpXPk,
.BBa2IYJ4gagN7ftirfvB_ {
  padding-top: 65px; }

._3EDwrFRXOAutbBolO8nM4N,
._3Km29omjhuG54wxNqfCUPy {
  padding-right: 65px; }

.cq07VSfFSeluVqa7r4FCe,
.Hjb6rn4p_f-CxEylikiHm {
  padding-bottom: 65px; }

._1HEbTfoCxYfYsLgr9mwyvh,
.YFD5EWLO-F8LneMXg29bR {
  padding-left: 65px; }

._3WC8BNMB1MkJtiO_GaGNdF,
._29iu6Pk7TT-kZizWo66f6R {
  padding-left: 65px;
  padding-right: 65px; }

.a3dEGiwW8t8U2Jr7t90bv,
._24KTmgtKXtWK55ad3qIQq9 {
  padding-top: 65px;
  padding-bottom: 65px; }

._14YHd_8PkGWllLmYp6ZSj_,
._2RNp1EAKP2CKALQyBoVYwS {
  padding: 70px; }

._2Y_JTkeKJpaLC8_RBM2XyS,
._126RHUGmOHHgLeLkTySuwW {
  padding-top: 70px; }

._1pKDrVpvCtUTh5oDV2TSUg,
._1LU1Vope-m-ZprdFVIaZGv {
  padding-right: 70px; }

._6WK1St9mWggubbuFD2x74,
._3VJCdbgFzvGB6un85sf4dt {
  padding-bottom: 70px; }

._3fe_qgCXlAvjAV8WAAOkU6,
._2T3b2qyEGfp1QmWWlF0b4 {
  padding-left: 70px; }

._3a7uWE-I0HWKSjapjbgpKn,
._3mntJp0Wz8lDsx1otVOOf0 {
  padding-left: 70px;
  padding-right: 70px; }

._3UQxWzG22IpFxmNRPhq725,
._2GuWMUcyuPMbKNcRTNO73h {
  padding-top: 70px;
  padding-bottom: 70px; }

.zJUmCIEnWv9OQ9-17MigL,
._1zHm4UqteZ_4yaDhAy7EzC {
  padding: 75px; }

.JA6mQp8x_PXefTuqeC7RN,
._4sfuXIU5VhyuSSXq_7NiG {
  padding-top: 75px; }

._8X8yJ4eAhkkuzzGSzLPHM,
._1gcvdMjDGziE8nGKTUMBVZ {
  padding-right: 75px; }

._14PGlRhx_drfg7mYhklRH7,
._2bD7xR-2kxY5o4ztUViOSJ {
  padding-bottom: 75px; }

._3zT1EnYqgiFu3mF9kEpd7K,
._3Wem9ggXHwqrWrIp5xcimB {
  padding-left: 75px; }

._2bK5gzFs6IEFgoYE2CqJHF,
._3gH2YTgSQLrrWKW2VhnqtA {
  padding-left: 75px;
  padding-right: 75px; }

._2h3aytjSmTaBZH0neca4KM,
.yfWFaot1I5Knau9Kc6N4z {
  padding-top: 75px;
  padding-bottom: 75px; }

._2s37TXEssk35jLqrrg8EpJ,
._1_Ll6H4WONuVQYj3tmMqJy {
  padding: 80px; }

._1LKNvd8hdxuxzX2Uk9HLSk,
._2krexnbY4asUMndQSBmsZR {
  padding-top: 80px; }

._2JCdtC51yUT0mZbH6OED9Q,
._2_uZYpHebz9nlOABeLqphS {
  padding-right: 80px; }

.TIj_H0BKV_OHKUE5AutVg,
._1RhmMv1zo5P3ePsOXiEch_ {
  padding-bottom: 80px; }

._2JwQVnMxfNst7rG5lsSqzD,
._2GZFcz3tVSHZs3OXHZ5T1K {
  padding-left: 80px; }

._3kWQBqKVS8Sl9hf50QmRoF,
._3WMh_0JKzQqn3OMRs636Up {
  padding-left: 80px;
  padding-right: 80px; }

.zSlnZshJ1tGgwCP5VoI2p,
._33OUuw7pgAd71slgjRZuEd {
  padding-top: 80px;
  padding-bottom: 80px; }

._50JDl3SbWiytGNx9TuuWa,
._1T1uH3sxbgBFxrN12qPFql {
  padding: 85px; }

.jTEDQB7XWEB9D9OXRH9MN,
._3oBMeo2OYkv2lG0Fa-GOgR {
  padding-top: 85px; }

._2dY_VUq73ga5Wbm-w529eb,
.ylbzo_aJrOp9djtQbg0Bv {
  padding-right: 85px; }

._28N2UDvozhIDsaWu5xAhjg,
._2Pp1o-krykolG8jjRY2T6m {
  padding-bottom: 85px; }

._3SH5M7UJOAI-df3zxO_s7Y,
._1iLQgZ9Rlw19gT9fpUHCMh {
  padding-left: 85px; }

._1OC2lSlYKvlikCk8iAr1H4,
._3s6EJtn3ljqmxTiLkeXuq6 {
  padding-left: 85px;
  padding-right: 85px; }

._Of5LLI7hYhSV6nk5d66o,
._193Ozv5OlYMybWNFT3W_0v {
  padding-top: 85px;
  padding-bottom: 85px; }

._2wI8KkfJd7fzo3ksxEW-PZ,
._3wYpMYXrzgrPeej6zIEg0C {
  padding: 90px; }

._379DTOFAFHILUPQEse50Yo,
.eqP0fNGvb4HAUYBXmJ_KK {
  padding-top: 90px; }

.SZDUWGeAOIO5APnXM-vUd,
._15xPQe6H4D7WBqVI06BGeM {
  padding-right: 90px; }

._1bQ6h56kHa-cfNKNqGFcDg,
._2L4MwaFOKyDUEyCTXhxQkc {
  padding-bottom: 90px; }

.Cv-TbMOODjlKwG0b82Ini,
._2i7OgJqyV9GdRGrq1u3yWA {
  padding-left: 90px; }

.bF79zuGADLQqMMgRE3abY,
._2j38pVPJrjV9aiE530ib_m {
  padding-left: 90px;
  padding-right: 90px; }

.jqEiSUV8wEkiI_v3l8MWv,
._1ve9oAo0A2CTEOQ7_Yz79F {
  padding-top: 90px;
  padding-bottom: 90px; }

._2utUjoZxlZye062ER6kxPr,
._2JHETQ7pdOtYJMZu5-gru2 {
  padding: 95px; }

._1JpPDzwXu_cuA8R_aRtfs3,
._3OpRr16hGDfEESoqmTzqIA {
  padding-top: 95px; }

._39cLDSv1-wfPbm1k9eHcOL,
.ym94wwhqdtnAwk1RK3zRg {
  padding-right: 95px; }

._2s4eMsUeCtYYNDHhkK3XMb,
._3_5PFqGX1I8mnb2F3qdiA9 {
  padding-bottom: 95px; }

.Wzi6e2uhP3Aaar6PwT4NF,
.HETvtKUmCVbWK0RzeYbvm {
  padding-left: 95px; }

._37qEUh_03mtTz3Bm0QnBvK,
._3Cd1qPZmzu9IB413xFx2f9 {
  padding-left: 95px;
  padding-right: 95px; }

.qM1Mmc4PN09g9SvvNb8Ln,
._3PatgX-m4h3i7tNQALfFrW {
  padding-top: 95px;
  padding-bottom: 95px; }

._3dP6hyqzOW5mFzIiEY5hdZ,
._3Dl6X7-VU7JHAsEEx0TAgE {
  padding: 100px; }

._2GzzuFNgtZxncH4VBkjd80,
._32RkgOOc4Nc8mZFScpKzva {
  padding-top: 100px; }

._19lB9bqyYGQokMgOlMo6ft,
._2M1_daac0aSCpXsW2HQX62 {
  padding-right: 100px; }

._39YwNc3IYQ5dKaQmSE5RbA,
._2IPqa2ftj1gZuwllrqI8Kf {
  padding-bottom: 100px; }

.KxVa8YJSe29RjrVWZI8ro,
._2b1beT6HAy2CZhtx97MEpU {
  padding-left: 100px; }

._17lTEwgn4quQb9b0zOC6u9,
._2-26lMVNomsO6WGnyFz2Wu {
  padding-left: 100px;
  padding-right: 100px; }

._2CmQM0SKWkBw4FNj5HJsSS,
._3zKtBKQonvTts0FH1U1-jl {
  padding-top: 100px;
  padding-bottom: 100px; }

._3VwYwPwlZidsiz261LrS80,
._2DYnQmY2yu_gH5AlVXxPd {
  padding: 8px; }

.OvivgAThaH4cT__JpmAjA,
._3J8ehBe1kaiCf-zhVH3A94 {
  padding-top: 8px; }

._2qsDQn3xac9PA1Xm9vJxYl,
._3sOORrs4X5UbAy7ypA2Po_ {
  padding-right: 8px; }

.EU-Px_vdf2Z7K4vCe6rIq,
._2NEaXiK-4NRC_aNPen9KmX {
  padding-bottom: 8px; }

._3KmJ29jT3msL58ey4MeeK3,
._3aGyaGPXX_r7vEVoMQGGIX {
  padding-left: 8px; }

._2_XrEkajjhFV8vVIwJc3Ac,
._1nI6QqdMq3VVURQUTAbNQb {
  padding-left: 8px;
  padding-right: 8px; }

._1WenZObHgFI3wHqZmk-hnO,
._3Q519anmJUzVTEg1_Q1ymQ {
  padding-top: 8px;
  padding-bottom: 8px; }

._2ZfcdqyPMlc6l2IvZlDsnW,
._1TLwtmgZZhT6n1NmDaQ2p_ {
  padding: 16px; }

._2Sa_WN72gqqPIVjJYMKVrC,
.ksFIs72YmhvfaQTjruodf {
  padding-top: 16px; }

._3c3_TEMsA0DHy3aVYu09iD,
._1Ka_5LoXz0W__6oiSBOY5F {
  padding-right: 16px; }

._3WTDHETzmCPfFBfm2bMes8,
._1f3n1X7oYyUwpRtVzjt4ol {
  padding-bottom: 16px; }

._1t3H_1hwpQOpkLe7lp5Swe,
._3urTTQjHEivxzn_pB4Lt3R {
  padding-left: 16px; }

._2DX3tVubKY4NBt6LT6BkEt,
._28aDo9mnOoZegG6TcTSjIy {
  padding-left: 16px;
  padding-right: 16px; }

._2iuCwDWohHrC5XASL8fEDS,
._1R3VrtzX4OIC12Eo1MSucs {
  padding-top: 16px;
  padding-bottom: 16px; }

._37x4D_1OgpJT79UqPUyuAt,
._2VSg76sAIyvH9Rm9LOC5V6 {
  padding: 24px; }

._2qtngukC9JlyhdM7s0jMkD,
._2btTUps-Be_buaLZ6JlBmh {
  padding-top: 24px; }

._12VRcAcS7esf5vNwbeoJLz,
._3F4j0eBY9F52BEBd-ZebdJ {
  padding-right: 24px; }

._3ZGR0NMZ_lUydKHH_wi3s0,
._2WF_AWkFOhNCKGk6a1U0q2 {
  padding-bottom: 24px; }

.zaoGfwW8hkTk2ldhH--zV,
._3__u1fvtI8H6eS6QGGVysI {
  padding-left: 24px; }

._2TEXbKM_3nqSsKSexyNIBX,
.V1uMMZY61adfFb0OB0bNd {
  padding-left: 24px;
  padding-right: 24px; }

._1-AdxFjupKSk3pPCNuXRT5,
._3JgjY8zv-xZnu0NMF9_1BZ {
  padding-top: 24px;
  padding-bottom: 24px; }

._1Q-gmL_IkCmFkerYdS3qIy,
._2-Lyl8wmpzjjSYxv4fqYbP {
  padding: 32px; }

._2aKvsyfDTOgRV5hsVr4qpb,
._VlAXuYZMiBge7kAZ2-HF {
  padding-top: 32px; }

._38b8ZsDMHZM1U4raQ2ecea,
._3-jsrCxpdsYoNsIl3Xa_97 {
  padding-right: 32px; }

._3djrn2DVQpxHLlxEO93w4X,
._1JoHPzB7XZ5oA7MCV8EO3l {
  padding-bottom: 32px; }

._2ATD34TV_W1V-M1wLjiOaT,
._2_WOKw85Rc0TqFO74bylhi {
  padding-left: 32px; }

._2VK1L1NPjUm4XxftgpD3-m,
._1_cvYbIPyGWYaHBL2oUp1O {
  padding-left: 32px;
  padding-right: 32px; }

._1O-RZMt0cN-gYjrKVwyebt,
._7QR6jyOijJlxRtuSqzkLe {
  padding-top: 32px;
  padding-bottom: 32px; }

.p7k9ggdUQHI-5HZgbTaa2,
.-ZhFjwoLMVNaKgQS1fGGv {
  padding: 48px; }

._1EpCd2A88tOn7L4jau-0AB,
._3l9nAO57zzOyYx97XL2R0N {
  padding-top: 48px; }

.itUJ3IevV2SdwYFNeE9sY,
._3p_8i5IZLjwSsBn6aZUlvt {
  padding-right: 48px; }

._3VCMSDEPuM_TsC-KCZ6bo5,
.B9zTGbL-8XdCv675RsNjL {
  padding-bottom: 48px; }

._3vCz_-pkZUiAo0MdIBDZ4y,
._12NJ_NV6lmVVgoD1CWm-ER {
  padding-left: 48px; }

._2x9E_Xh6bOK-nMc00zFvL,
._38PzHz7HGLmRbv5J1T7cdL {
  padding-left: 48px;
  padding-right: 48px; }

._2om5WF7A8LXQTjRhkXfPGz,
.OnnXZxoU1HkO0CI06KNy {
  padding-top: 48px;
  padding-bottom: 48px; }

._2hDys84jalsHQkAqayNCAq,
._32Wyrvk0X0HRHH2dg-XAoe {
  padding: 56px; }

._3ZpvYuO-Dxs9LobZcV7hvl,
.OMecWbwICtw4Eisakvfd {
  padding-top: 56px; }

.GtmJirXxQx3VGrqUo5fpi,
._3dNEgNIWv8Ri2oCfCfmsTD {
  padding-right: 56px; }

._1pDdy8ZZdPp5ZKBaf8Gm0o,
._36fCfSiGbwoy5Lu51mzmn0 {
  padding-bottom: 56px; }

.jwQBp3BHNBERDGy81R3dN,
._14CFu-8u5ryqUFhjCfM_jr {
  padding-left: 56px; }

._3cSf-7isPYgIbDiUMTF9FT,
._31tI5zqllFCRIkzlyLn1R0 {
  padding-left: 56px;
  padding-right: 56px; }

._1rJkeF0VpMvH1TaC7Ev3Ds,
._2QnnywwtKjqo4d22TwdNlC {
  padding-top: 56px;
  padding-bottom: 56px; }

._1t1V-cZ5wZSsDaOcQRYaHx,
._2L2dFhX81QCVq6GhPhOxCj {
  padding: 64px; }

.K5826eVRQAY844GE8uCE_,
.GfFKt3oLQmS6smW4JB8Q_ {
  padding-top: 64px; }

._22VgOPPbXJtAg2IOrN11b,
._1ng2-i4HQfVaa1-aeNyRnh {
  padding-right: 64px; }

._38ILnsXKVYpOQ4uqVfkYuy,
._3N9th_osAE6hWLY4zMtpuM {
  padding-bottom: 64px; }

.N7lc0fgcUQI85WFuA-LBa,
._2EMva4TSZDV-g8goO8AwEL {
  padding-left: 64px; }

._2aLSpKAn03TwgV2J82BioI,
._1YJa0VhjxuYvcKZIovkRMp {
  padding-left: 64px;
  padding-right: 64px; }

.dkF4OrEUGAAyT_WRb3odT,
._2CiVEckHhVrsk9OKKlDicJ {
  padding-top: 64px;
  padding-bottom: 64px; }

.NSDP95T-bAUj-jZLSzraz,
.dyrm6rJXLM8MVpINs8RNP {
  padding: 72px; }

._2Sj8ubn91NWuw-7ywtYlh9,
._2jbU_-66GRdmxcZ4qdczAq {
  padding-top: 72px; }

._3oxTAWyyS-lujYNeXormyE,
._NvZHQDTgDEDC8eWdNeEb {
  padding-right: 72px; }

._43dAMKUwD3YIfzl_W5cqD,
._1PZEDDzUoP9omhGfXkq2fQ {
  padding-bottom: 72px; }

._3gWsCzwDej33tLzfZcSDl3,
._29NYlWdiPlFfeUvqWuNn8x {
  padding-left: 72px; }

._2BU9wZRb0cjk2wP2nSpBwp,
._3zGxPIQjI9VRML_RBqWCkd {
  padding-left: 72px;
  padding-right: 72px; }

._3pkR3m6EbQwYZDXiIl7leh,
._1t3VR5MYttINexpOciDz6l {
  padding-top: 72px;
  padding-bottom: 72px; }

._1Nshl8SItqRIATOV7wN1zH,
._2vfGjEKk8pOwuDBWGSOfWl {
  padding: 88px; }

.VT0VHT1i5-If0DJyQdRYe,
.iUzudIQ7gHl4ih4Mzajqo {
  padding-top: 88px; }

._1QndOGEys0-Y1-1NESr_Ew,
._23s99mUIVnqhx77dh2T8c_ {
  padding-right: 88px; }

._2wdJHv2ZH8xXbOp9INfTQS,
._2Iv3IagqtNHT7fbGou0r4L {
  padding-bottom: 88px; }

._1llOpVTj9GCTGcV3aoA9bY,
.E1DofPKIL6LBWoifuYcI8 {
  padding-left: 88px; }

._3a-y_Hmg7DC2r_RLKR5vFW,
._1tB3Sh9IUZU_yQHjCWHGuI {
  padding-left: 88px;
  padding-right: 88px; }

.tUCcDoD1ijdAD7BglxX0D,
._3vj57hJN_Jtgs74qCARobp {
  padding-top: 88px;
  padding-bottom: 88px; }

.wXU2SRsZjWNUv-GVBmdDP,
._2xq2WLulDfUPX9xRlS8BXO {
  padding: 96px; }

._1EXmrfRqdV9fY1ed_KoAch,
._30VKTdQSnPYYMkqXaE9yd1 {
  padding-top: 96px; }

._3g0H_HK6tFKSLxJBSeCwR,
._9n7SPMrEaS5fU1pqgWCPC {
  padding-right: 96px; }

._3KIfiP5QhMvNlUuywcVDGb,
._1Ez9WFMoz6E9ex0AJqqpHB {
  padding-bottom: 96px; }

.ai-7piz7bb44UH6mWAKu_,
.oVAfWgVhy77n_WBzFC5VY {
  padding-left: 96px; }

._3jI9XMWQw-LKVaRE2wECOP,
._3tkcHiTucqgEi9WTRjrrr- {
  padding-left: 96px;
  padding-right: 96px; }

._2E5NhPRiQzWUT413lE_e5j,
._2ACtJvI-x2Qq26-fnsiXkV {
  padding-top: 96px;
  padding-bottom: 96px; }

._1KyumxZvGuIxJ4u8voa52I,
._3pYvgEACDM8GDnZZXLScFQ {
  margin: 0px; }

.zzojltBvkil9AuM0GW206,
._3Exv8e-O-W1fBzUVIVNi_D {
  margin-top: 0px; }

._1cObr9mZwIypZhlLao15,
._21P6wiDaBII5fUnUmjjih2 {
  margin-right: 0px; }

._2w-AZRfmXMEMlBZRynQVa5,
._2EtD6yhak56voxPJqJxdUp {
  margin-bottom: 0px; }

._2-row99f-a9Or_t5SAKwyh,
._9IvSkuEtbpgtFDKOnKicJ {
  margin-left: 0px; }

.VvZ853YMy5Zo0IzdeoRjX,
._1LGzzhZmMe3NxmlMEaz121 {
  margin-left: 0px;
  margin-right: 0px; }

._2ycFhDdyX6OcfHJEO_Ji8e,
._3mdE-xk4_Ip_ux8ZN3hyzM {
  margin-top: 0px;
  margin-bottom: 0px; }

._2_q0RgYo1lhzvqELgceo66,
._2Y0twcZO8hwx5o4jxMhpW2 {
  margin: 5px; }

._1dZg1MKGpBr3qL0zMsvOpq,
._1C9WvhSaIbqRfst4x84ZPp {
  margin-top: 5px; }

._3uEjASwp1kvNRK7h39L5tG,
._2z0lFN0Ly_NVJkoiuifaNG {
  margin-right: 5px; }

.Zlwwb5ebde4_8_t-Kt8KK,
._1YH8_8ACQEGWcvxc0C1VGq {
  margin-bottom: 5px; }

._3zrk6xN8RVs7fqSQPTATya,
._9_o-8M-7bjJ9bJq-fXJYV {
  margin-left: 5px; }

.XCqJ5liJiNbDR9XxLusaj,
.ihUndMVhdAGQzHBalcKuC {
  margin-left: 5px;
  margin-right: 5px; }

._2ePcGtoKRjteAOizOvBsPm,
._1FzRu7u3RubhgnYsB549xT {
  margin-top: 5px;
  margin-bottom: 5px; }

.LaGkiu3gQN7EB7ox1SJkY,
._2_PlEB2GgsUM-4jx9zhk0b {
  margin: 10px; }

._14NWpfamcC7mGdDrqLGEQW,
._2afPBLIVP5NetwiIQ2beqO {
  margin-top: 10px; }

._2BwjqgT1mPSkiHyxCSi-ge,
._1kloeVt1aoeLNpm2bGWBdO {
  margin-right: 10px; }

._2Rubfmn80atKp605W1KAgf,
._1CMrzsrsjM8xhD4y_eaZ-S {
  margin-bottom: 10px; }

._24AUNJ_n0YwoNmZxTTojcY,
._3IB27O81OUtQUAuRS1DcbG {
  margin-left: 10px; }

._19yowq2CxTjNyiJvR0TfK2,
._2E3fTQrJOnx0j8XIFkPjiR {
  margin-left: 10px;
  margin-right: 10px; }

._2HyZNG7RnLhskTDK8xabJa,
.ChpIRoWY7xdUnOA5MBCW7 {
  margin-top: 10px;
  margin-bottom: 10px; }

._3oewsfnIiD9UHqqWZ-ZMp7,
._3bkzT-0eTY1_Z9EP1f77ja {
  margin: 15px; }

._3NH9wLWk9HuMzbxT7pvcsO,
._2_sZxjw3x6TqVRageYCBa8 {
  margin-top: 15px; }

._3mWD7Xi4yXv50fM6Au5F-3,
._3zhgzO9fF8JJxDlFuvDOt8 {
  margin-right: 15px; }

.DChbctTLeXnj40f19pIvr,
.RMhMtly5-xajz6RZlmiMY {
  margin-bottom: 15px; }

._10S29AgyLZBMtwk39TYghn,
._2DeMEgd3jOxb0BxUE96iCI {
  margin-left: 15px; }

._3mX7_UWBr0FwbUMvPV_JMg,
.HyjfeniCV-WYQ8LSs6Ij1 {
  margin-left: 15px;
  margin-right: 15px; }

._1nzQ5q9tnJymmibz9JrCXH,
.plBWFP-vENgb0iIPE765A {
  margin-top: 15px;
  margin-bottom: 15px; }

.Zdo58HU8w348vucs_ebWf,
._23XrQ98_eE_bMbHMe9pc_Y {
  margin: 20px; }

._1RcWeWRW1PXtwjuYgBNu4g,
._3vowFKXv0WN8x1hNbQgODh {
  margin-top: 20px; }

._31cu0e7zMqb4L9SaiyISr_,
.pUzvbF1YtEj-1IDvzuPd6 {
  margin-right: 20px; }

.Y5h40t5YBLqIbS9v7IIGx,
._1gphH4MX9OlitUtc25c0oK {
  margin-bottom: 20px; }

._1Aw8jvebYm36Ci9nm9euLk,
.t49-HgpCkqVBYGz_LrXN2 {
  margin-left: 20px; }

._1X5ux2jzHUa6JdS8QFgvB,
.G43kPw_3U1Rwxjscz_LxL {
  margin-left: 20px;
  margin-right: 20px; }

._2ia4dvEYeUoTGC5rMzz_Q5,
._1GnWb1vqTL9qlPaGrpOEry {
  margin-top: 20px;
  margin-bottom: 20px; }

._3PNxttWU0Y9MR2I9lou7ke,
._1o7XHhoxgYcWIh1a5x46b4 {
  margin: 25px; }

.EUkuJQRKzvlNxkobrdZy0,
.wQMqDG_w8YWAQ1DV9TQHH {
  margin-top: 25px; }

._1bVoSDa9ajrUNvVgA9eyKo,
._3YWacXUbjeJH7c-Qim9KKf {
  margin-right: 25px; }

._2RHtLfyQsbApJeK1GV9_XX,
._1oxsglyHyUu1VoZA5DRQW- {
  margin-bottom: 25px; }

._2cYqj0Kxy3h76G3LiJgBqw,
._3ie8ARm9Hd3HZJ7RpSiuQC {
  margin-left: 25px; }

._1SsPJz67e_klZC5F3jCS2O,
._1y-_o1Ec--FbNrrlzyi8RY {
  margin-left: 25px;
  margin-right: 25px; }

._3SSFY4hFahtrl5kSmr_PrA,
._1mdWqCsHUNuyb-pMOjgcWg {
  margin-top: 25px;
  margin-bottom: 25px; }

.tU9pV-J5cI211JjOJW4OA,
.aHx7DmVlNp-SvfKM5utA- {
  margin: 30px; }

._29PrCXsjUoW5Y3_jrKPuCe,
._2KnxdVcEOaDTUB0WlBGWPs {
  margin-top: 30px; }

._780RHwIbydgX0pjEXo3aa,
._2MkZLbD3mo25lgXnADYzIa {
  margin-right: 30px; }

._1R2mopkig8HmpzWNVcQOYh,
._1lhPuUTuUlaMGkBMvy9Vyc {
  margin-bottom: 30px; }

.z5Cahp1kqEV0AGJoeCrKt,
._28hmOsX0h-Vb0EDsY-Xp_J {
  margin-left: 30px; }

._2bJThWoZgTZVWWQX3qCVYJ,
._27BWsCHTt31sCpqsrExNxx {
  margin-left: 30px;
  margin-right: 30px; }

._2xdzGu-qYHhk9HfviYjB12,
.i0xe6Ezc5apuuQsxNtAIw {
  margin-top: 30px;
  margin-bottom: 30px; }

._3cu_8c1QUt4HQwBNv9vh7h,
._3TsQ9ypSyQfSqCPxsqeos0 {
  margin: 35px; }

._2gu8kSfl6LkHsJz1QJxY8m,
._2_ruRGJRO8nW_mpqaMTlLv {
  margin-top: 35px; }

._2B2gfI8-hAprVV5Rde4Enh,
._3geCt3Zs3w2HeK7VH2BOxM {
  margin-right: 35px; }

.w-wD3TcHHnV38eJNi_m_j,
._29MIFKBGUhLiiEkeRxjGUI {
  margin-bottom: 35px; }

.MHq0yolYGfTt4-7b5tFzq,
._10HUXftr6MzXcLH_dkyx5Z {
  margin-left: 35px; }

._35Mudsnvq_idJPAJu04rWC,
._3tKii4P3jkN3m9BX-3MaVW {
  margin-left: 35px;
  margin-right: 35px; }

._2eBROqEkUtGl5LRsO24aHS,
._3xoEXMaiz_qx3AFGMRNn3I {
  margin-top: 35px;
  margin-bottom: 35px; }

._22CtJ3TrN89YRkpK3g3ZQL,
._1nzCV6C6QfgAnJvnnNYSyx {
  margin: 40px; }

.RnyTDnNAUMPolWq55IcB9,
._1IgpcuRhrCHBsU9EjOOWNT {
  margin-top: 40px; }

._1Awvoz2pdFD5I59XHLq-mR,
._2L9-SptYXFQKMGvXWs4LpS {
  margin-right: 40px; }

._190JyeeM41BW1vsNuO26YY,
.lLk41yC2swDPBCy4tqvZ4 {
  margin-bottom: 40px; }

._23ELKfZPuOYBeKq60mmgSA,
._14SyLMtV4laDtTgkjrwQJT {
  margin-left: 40px; }

._3ngklZ6gqZeuWFK_0scj1u,
._2cB4FpRP3nl5Bh6UGB_yss {
  margin-left: 40px;
  margin-right: 40px; }

._1KQQngncWAV0OWer-tHCwJ,
._8K26Zl8FOmhOMkzamnWEL {
  margin-top: 40px;
  margin-bottom: 40px; }

._3gBNd5fQLcFOXb90l4eld0,
._1hKf9Aj07pYAdoPafqky17 {
  margin: 45px; }

.fIw58pD3STOPGBA6iquvE,
._37xz4OF42_L9Ke3iaowxHk {
  margin-top: 45px; }

._2jtHnb22cyw_IBTpO3H7AM,
._3SKuB8b3Rrf5ROX8ZBHpV8 {
  margin-right: 45px; }

._8CvH4zqixJJQ7NBKW30sf,
._2vYRVpyAsYAHMRKSZdrVoI {
  margin-bottom: 45px; }

._2D7epZzHgUpIDblNFQopE_,
._26y2JC1rF4oa85Rd8kKqpm {
  margin-left: 45px; }

._35QIk2EwzN6gCKEmSAb9x7,
._23zBlYtQse406rLP1TJn_B {
  margin-left: 45px;
  margin-right: 45px; }

._3NPi74j9ebgNa1xoefe8QF,
._3VuAVjWGkGsDiYZbGHBVh- {
  margin-top: 45px;
  margin-bottom: 45px; }

._3MBfnu_3sIGmk2LLc764Q8,
.vfitVu18EoNG77sp_UFy_ {
  margin: 50px; }

.TBx8bPxWKTemtnBULfV_T,
._1Kc5J7OL1mYmGuqTk3jmcb {
  margin-top: 50px; }

._1jJDlB8PcjxTfXj8VhLS0Y,
._1KmRJXEpO5aBx1Cq5e6Oi7 {
  margin-right: 50px; }

.lTBctKT7ot37XfO9tIKKN,
._1TM9EsJI2-TPl6xKrJfB_S {
  margin-bottom: 50px; }

._Mn_bY0aCcX8jENJxZQOF,
.N_-bVMA2UBd2JgzshEswO {
  margin-left: 50px; }

._1eDeo8aS0X945BaFbkFdF-,
._1zQU1gMwXqnrVHnZa9ezMM {
  margin-left: 50px;
  margin-right: 50px; }

._1vsfndjzZ9Yl0jkEQFQ9A0,
._2iqHSaTRDXRea5IMi0CqcE {
  margin-top: 50px;
  margin-bottom: 50px; }

._3iVU1oZX40Ao05wnl4hJKU,
._1vFO73245JGWUsq0e3c40U {
  margin: 55px; }

._2o478rTNJcHeCOfgwvueOz,
._2abEV-PZYxcay0BtYLVSRu {
  margin-top: 55px; }

._3uXU4wXNtdXqBLowzT19uf,
._2bfBaNqWWdtoa0rHCNIUo5 {
  margin-right: 55px; }

._3TFydVFtoT5Qgysl8zTtKh,
._27vFso9HwRgC33-ioEM2V4 {
  margin-bottom: 55px; }

._2RQ07iE94SvbAk5e2g-nS5,
._1aczXuM_hrIcFZSM-4NEG5 {
  margin-left: 55px; }

._12ZVYAOclvEc7U96yw4QUO,
._1x9LQlTsOrnkl9sMusV4nw {
  margin-left: 55px;
  margin-right: 55px; }

._3MUjML8seXACiNbdJukqmr,
._12aSlaXffJa88m0t5Iv4C5 {
  margin-top: 55px;
  margin-bottom: 55px; }

._3C-mmbJ4l5aghH9EXFVBde,
._3w8qU9wP84glmiPbdpQSnx {
  margin: 60px; }

._3n7yws95MKWgyeTKSx0gPD,
._1L_A8dSC0t-mg3C9xwxTUm {
  margin-top: 60px; }

._3zSHZEhoWcNcT6fMmOiywq,
._1bH-zcrm7fh7-E6OmicDHN {
  margin-right: 60px; }

._3CoKIE9E_eykQmZRYqmRmQ,
._1wFfLhujEt04-K3aLr7JNc {
  margin-bottom: 60px; }

._3cIcli_Xpj_d_3TZOVQgD0,
._2u-q41seefxBu2t3Q6jEXk {
  margin-left: 60px; }

._3l6zDOXn2DQ6VRV_Vm2czr,
._83tQUPeqR7DBWcpCoK_FT {
  margin-left: 60px;
  margin-right: 60px; }

._2Dx9q1A2EGVXGMeFf9HGYx,
._2foeIQXxtTaEWCic6xH-u8 {
  margin-top: 60px;
  margin-bottom: 60px; }

._3U9uhSvMdiOVV_952FDADJ,
.KcR0OIkoA2Dq7wDq6Dlsm {
  margin: 65px; }

._3tv1Kmn3S5t3D2VGdPGeOC,
._2JJi4ut2hwysd6sUn4ydW9 {
  margin-top: 65px; }

._3m_mNeyA6I4xlfU7AbXM-o,
._2UKstyvN35CY3FVJQmmdXK {
  margin-right: 65px; }

._1CXEqKxjscrGMZKrbtfZwr,
._2Isj8w9H_5IhcQolAHYZ5l {
  margin-bottom: 65px; }

._1ZARiikzEgz_9haOKl7L6o,
._2HOVRX8zUh-x-vmGBcJntQ {
  margin-left: 65px; }

._16jZ4TRQQalC8TC9DmJYtw,
._2hOEFqidkvIE28W6pa3q6E {
  margin-left: 65px;
  margin-right: 65px; }

._22Ool62IbEt_R3KOxDse_n,
._23T62rH7LtXlcyndQKQZvH {
  margin-top: 65px;
  margin-bottom: 65px; }

._2DI9pJ2dbrli5bI8i2h46q,
._2eOHwAZW-pH7qwtDzTAlwG {
  margin: 70px; }

._1Rm1awOmqRTAfNptPioKok,
.B3Z36WAm0Mee7gzkHXKBF {
  margin-top: 70px; }

._3dze5XUveHl_nnERj8BnYP,
._2r1W32yldx3pe0IlRFh1_B {
  margin-right: 70px; }

.on-CFR1YmrUf2uxvHFyNI,
._3OevRSsIESQLWf_yC4aPz1 {
  margin-bottom: 70px; }

._3FlYFvykQ17XTd2u7uK00P,
._2UOE6iij1AkZn91-3IhFyu {
  margin-left: 70px; }

._3fK76-B713i-oJ7oiQMVUF,
._3On_1g8KYD11IhQCOKyyGB {
  margin-left: 70px;
  margin-right: 70px; }

._1BwECr7KBdOC9qzYFYxthy,
._27qJVtKuW8rrRA6-KNJh7K {
  margin-top: 70px;
  margin-bottom: 70px; }

._2VENn2sTUMTjIRP2rLw7jE,
._1RYjid5Mcl1C1cJakSabJv {
  margin: 75px; }

.NrJDFjLsRqbYRz6wuinIE,
.nTMRI_BlzBKt-Znfpn7UJ {
  margin-top: 75px; }

.GXDJY3BAvCQNS4xYYx88F,
._3drLU_jB_P3ktte_tL5t9j {
  margin-right: 75px; }

._1x7cDfRRb3GGtZvfJoKqgC,
._28nDPqouysndbDNZa9Em5x {
  margin-bottom: 75px; }

._3nUwYg0ZoqgC76OF6-q6tB,
._1mh63Vr8UPWsaBkEz4rGeV {
  margin-left: 75px; }

._1xbX5O2Q3bu0eheSXvsZWW,
.S_o6h8M9tHcmhbie0A4u_ {
  margin-left: 75px;
  margin-right: 75px; }

.uePrCq85L_2xSLNmBjS7w,
._2au6ZY2QFldnQoKeHYsAXk {
  margin-top: 75px;
  margin-bottom: 75px; }

._2y1yUophrdET_WTS7DKGeh,
._3FiTK2uXKcBKsQAybzP9D3 {
  margin: 80px; }

._3QpxsMw5mRHM9oxzVXm1T3,
.sfisFUiH77im9dCPIJQ0p {
  margin-top: 80px; }

._32PEgu5wNMEEXq8Xdr3UA-,
._1hdejY4LVY7P-bITMQcfMO {
  margin-right: 80px; }

._13kSVvCY4P1pTVPSH-uqoo,
.kvPKxujsEOxFnSIMYwDXI {
  margin-bottom: 80px; }

._212-DEZrsQXkiUOmkuGY2G,
._2XBvczoiX9nJYQW9JEw4Ta {
  margin-left: 80px; }

._1UgHyvSn5L34u1hdfHrZZI,
._3ddffMsaUR0c_9KjifzQ8R {
  margin-left: 80px;
  margin-right: 80px; }

._2EUVEpkmvbbmCljbplMmqo,
._11Y_m6DILeR7Nkwqrr7pPy {
  margin-top: 80px;
  margin-bottom: 80px; }

._2L4_EYa9zbvYt4DkUqFFgc,
._1U1d4SrkbrEAuWTcSLlygt {
  margin: 85px; }

._1tWsK1cqI0wi7w_Bfg5ilM,
.JGCefCa8ZyURuL_NxvSXK {
  margin-top: 85px; }

._20xkspFlWPzP1Ejsc3x9zT,
._2cMDaFbTg2AOGEz_4YEKwJ {
  margin-right: 85px; }

.OvJjkhrrNsgN-yhdRHC1l,
.hy__AbXz4xhTHulnM0Ac7 {
  margin-bottom: 85px; }

._2WfCsIMC8hr8ktdMk6wA0b,
._1qTavoCTkbIavBgakwWge_ {
  margin-left: 85px; }

._3cwj-pVf5L5dCIiE7rbLd7,
._21_ck8zRYaln-nTm4TK-QK {
  margin-left: 85px;
  margin-right: 85px; }

._2_GRSuAMyesOSfSuhT7Xzo,
._2uBFJ41bTLpruOVdp0msbH {
  margin-top: 85px;
  margin-bottom: 85px; }

._34eMI-mvUI1ccUyRJViJ0j,
._2HpfBaw4U4fZcjKIY3__sf {
  margin: 90px; }

._2NnA9EdbnRzHpOEF8Cn4Aq,
._G0ozbsj_oh7Ax0eU8xKC {
  margin-top: 90px; }

._3PmrQG_-QKyu9bVCNWstBm,
.weZ95aNqVU_GckJF5O5mc {
  margin-right: 90px; }

._1lxFJQB5XwXvw0Vj02UO50,
.dTev0PY3X8JCqeOxmJqR7 {
  margin-bottom: 90px; }

._2lSryW_b9MPUcqgVQv9SeF,
.m80MpM8t6X1MVa57YO-Uu {
  margin-left: 90px; }

._3FfbGQuD4E3AZcguKuLGhB,
.D5T0QrPwpTmp9uzw6yQ51 {
  margin-left: 90px;
  margin-right: 90px; }

._1SkinVlxsZhtYNPWe6ssYo,
._39yawspy5UzwI2UZ1U1pq1 {
  margin-top: 90px;
  margin-bottom: 90px; }

._1HtUtUp2RNMa-U3P9XWyEC,
._3hx4L38QhaQWhEnDCZSn2F {
  margin: 95px; }

.lHTRxUz9NqGkw9-0RyfS3,
.YOJRjrYRFI4RF6izSz_8d {
  margin-top: 95px; }

._1D23woB6lZve92GmEmvsk5,
._12yLgcjUNhTcS1ad1dGIjM {
  margin-right: 95px; }

.Sq-jGvHks3ZJIOcjjvoGB,
._3V6eIxgftIo5jRPdZSb-H3 {
  margin-bottom: 95px; }

._2Et2x1haG-oY55VLj_iWjG,
._3DaakCDMetDN-K3E_13K98 {
  margin-left: 95px; }

._2Mn9jpUkWYBHn9qU1C2dba,
._2AiBD_H2Tv4B0v-Kl_BMNs {
  margin-left: 95px;
  margin-right: 95px; }

.TQ0kgO9VUXnCq9rcSWq9n,
._3GdNwoS9UVh9sZs9IdEWI2 {
  margin-top: 95px;
  margin-bottom: 95px; }

._3dl5BdeIRGY1BFp5udTWUy,
._3UYQIp44DuvJXqnwPZViOT {
  margin: 100px; }

.dXbSgyIck8-q3fGWqG5S1,
._2OxDvNfvzswPjgaL9a0aar {
  margin-top: 100px; }

._1J4yXNwrm1oXD9ABirJCgX,
.Xmn2PXosttvDFU8WLixUN {
  margin-right: 100px; }

._2lVBn6ZuBXaUDvjZVOY9UZ,
._3sopuVJgcSC0LF5zTH1bin {
  margin-bottom: 100px; }

._3JwZuwMPz-KTHCjTvoBgjO,
._1LlBv3mXxxlaLF-J8ephe3 {
  margin-left: 100px; }

._3FmA61KuWE7as5YiAZb99I,
._1xMAcUvXRJZ1mWGVfoTqn6 {
  margin-left: 100px;
  margin-right: 100px; }

._3niLXAAptCGYT75m32gZRi,
._3ETyEUZ20_4ud87Rpl2lJd {
  margin-top: 100px;
  margin-bottom: 100px; }

._2TJM3d8xTGjs8cUHHyMv5x,
.xqyy57iLuhC-gnEuylI-X {
  margin: 8px; }

._20mOiedtPCpXjrMaOzhnFY,
._16RwErzqBr8EwEzGF8l8JC {
  margin-top: 8px; }

._2yn0vzKptDzxtNfL3KszFO,
._2rtRkzgUAtrnvujfn8y5CW {
  margin-right: 8px; }

.HBeHT5tmVMLO1yi7jRTIc,
._3cobfEDgf63lt91s0N2qIN {
  margin-bottom: 8px; }

._1dGhMCYQOKa8GAKE2AIxq5,
._1JCZ5oJ-0VJLsbn305RAXg {
  margin-left: 8px; }

._37jMWn_dIVQzIr9SvbnWTO,
._6m4KLbyfN7Hv5lgGF8fq- {
  margin-left: 8px;
  margin-right: 8px; }

.KKe_Wr-2WeW19RlEQrP4_,
._38SDxiVvq7m9QD9Ik9punP {
  margin-top: 8px;
  margin-bottom: 8px; }

._2YQKh1x3f7bYqc6DChhGQ0,
.aLNVMKpd82du0bh5GvFE6 {
  margin: 16px; }

._3T_cvLfqgd3_l9dBVn6nTC,
.v8X5ljxSlpjFTXDniLPq_ {
  margin-top: 16px; }

.BKO93csO9EMF4rGYfCxSm,
.BG2FZsFyBSN6_lPmOQZAA {
  margin-right: 16px; }

._1fRTYUVU_t66OA3cyHboeY,
.TGzFvX0_w_58NZOLl70vp {
  margin-bottom: 16px; }

._3RKXmi5c9oUu_2G2Ip5gD9,
._2V8Ff4zTEnHo0_RncAsR0R {
  margin-left: 16px; }

._3TZsEddJzo56S2GUx-kuHm,
._2uMnEpI3-8mojFLYP1caG {
  margin-left: 16px;
  margin-right: 16px; }

._3rCAlEp7M5bj5rFg93VkZA,
.xFfxXjj0LvRNng5Z_5m75 {
  margin-top: 16px;
  margin-bottom: 16px; }

._3FUTZXBTW0R2-2bKfzkWPj,
._25u_c19Mvz_YuGJq35E5t_ {
  margin: 24px; }

._3tKouTlq2OZiq5Ta79EfGg,
._3uvAvCjiqoz8mmQK7lMoCC {
  margin-top: 24px; }

._2RPBqAJWFf4E23Az_qe-m7,
._29g5S7QrnVMEvyUR5hqAWP {
  margin-right: 24px; }

._3Uzx2eiT1Am8poEEIU1-4J,
._3O8SkCXsGGEJfhlEOnHfMU {
  margin-bottom: 24px; }

._3C7U6YwjYHhze1aQ254iP,
._27on03Nahp55DEtTeGX0d3 {
  margin-left: 24px; }

._3_iRNFmvy8DwqzsXNG6poS,
.tksTbmZbeej97izjpp5ZF {
  margin-left: 24px;
  margin-right: 24px; }

.uY3XIAi8GGVgKwOjqntWh,
._1Sbjr7vP_IyZyD4-muyiPe {
  margin-top: 24px;
  margin-bottom: 24px; }

._2EuuMMDkvTHAJyyzrehmZf,
.t0hbP00_hgiLvjw2b6bvI {
  margin: 32px; }

.hLMVGwmt6_vrZb1frzu7X,
._2gZb6VemcE2O57fdA6Situ {
  margin-top: 32px; }

.tIVlpMiAVu0zb3QTlrQ9A,
._3S5yHcWkqjiqCVayKaUYsA {
  margin-right: 32px; }

._1VTZ-NH_LGg9wlTVK2-mXI,
.i1anRntu5LqlWRNUUBAzy {
  margin-bottom: 32px; }

._1YwoYtkXqPV0nVgkjKXjfz,
.jCMAjS_z6BEBtVm9s6bIQ {
  margin-left: 32px; }

.-U8V7xnPZ8wlp-RyDZuEK,
.KClI8MAJbeLrRUdRMnG4D {
  margin-left: 32px;
  margin-right: 32px; }

._1mRak40Q4_bfLrdrVyWx9N,
._39D3OzrJkx8cg79Qr4zCpQ {
  margin-top: 32px;
  margin-bottom: 32px; }

._3TFbCWU91mpeMAJ6A6rt0U,
.wB41Tc90E3hz0xWpcyqQ7 {
  margin: 48px; }

._3uxruvSuCyVgo87CXEsj1Y,
._3YwlNOKhezYpNu1s_rYWdd {
  margin-top: 48px; }

._3YHql1u2OEMG2MdjNGehrD,
._2iap9lLz-1iiyo82aiJ5po {
  margin-right: 48px; }

._29S3HEiUgIXe3405LKhJME,
._20WhN1c4TfJVo0Z5L6DJs6 {
  margin-bottom: 48px; }

._2o88iSmfrFuhtN6MuPmNAJ,
._3tR35V9CTGXCQV2QqJFzrY {
  margin-left: 48px; }

._2PYiLhgO3KHkG1L-wGaD9u,
.BDtim8-ugVlCiLznJUy9S {
  margin-left: 48px;
  margin-right: 48px; }

._1fQ7u9Js7H16NyTWMO3NDv,
._3-eAo60DavZCdbojkeUJ8D {
  margin-top: 48px;
  margin-bottom: 48px; }

._3jqXjZdgjIGVHKtvw3z3Eu,
._1OEbGr9bgUnQei4Hd2q7Du {
  margin: 56px; }

._1XqKXpvkkqSqBMqPrfLZXv,
._2_Ddi4qnuIX11Ut-uuvFeS {
  margin-top: 56px; }

._3pDsli_9FiLPBmpo1gi5UK,
._2Q6GDpE62POkRIgv6oWf3n {
  margin-right: 56px; }

._2zV9_oymckb4MqovITSGXG,
._2no7a9thk2Mhwnr14198vH {
  margin-bottom: 56px; }

.esSCrl4aSd8WHBuJCvwqM,
._3aRpk8KuTRcqvo_Y64SBQq {
  margin-left: 56px; }

._3FcFyQaQQmjguztIe32wpy,
._3R4W-QdEuwste-iAeOYzvp {
  margin-left: 56px;
  margin-right: 56px; }

._1cFxxO54KOjJicaYs6x4KS,
._2CRQYGDbMZe-KOPbImKoIF {
  margin-top: 56px;
  margin-bottom: 56px; }

._1wZ_hNkJ8GW-Q-_xGufvbX,
._2fA28p5NzpkFbBa0NSdkV5 {
  margin: 64px; }

._3EQtMBFMOH7LmdB1ln0SAT,
._1zV4xxZ4hcMlKeZA99CC3c {
  margin-top: 64px; }

._1BopY6uw8MEQuFzBwk_SkM,
._32xC4nw1dsXf2zVH_SDc9X {
  margin-right: 64px; }

.JLU2D_9eUA_Ls-87aHDYS,
._2fXTejPxfW59PZ7kzS4gdx {
  margin-bottom: 64px; }

._2qO4EdUhQEs18LGEwBmrKf,
._3VYeqYPs6ND1Q0gRlPTCKM {
  margin-left: 64px; }

._2pbt7zopOsZiHFrUmJI8dO,
.P_xiW_T8YdoEkDpVwp7lN {
  margin-left: 64px;
  margin-right: 64px; }

.DEf3bEqDYTKJ9inoKr0zz,
._2UqkQd-NiAh9NgSwN6jNeV {
  margin-top: 64px;
  margin-bottom: 64px; }

.LcW_CJcckKTsXfui37jbW,
.sPdQ-4vwIlGE3-AT5Rio1 {
  margin: 72px; }

._1mBng-McTea94ovVJsY2lz,
._2xQ36riljnTvMymqtWLfpp {
  margin-top: 72px; }

.pknrlNAtHyOztig4dwV9X,
._31o5jGxlO5HvbpwI4RuNNf {
  margin-right: 72px; }

._37LvhoyTrItWc_ztTaBWk4,
.F7bTeAR6gj04VEVbI_V2_ {
  margin-bottom: 72px; }

._252MHiHsorHqf7aO5_yQR3,
._3F2qFUh67VsrGfHhhnFdsp {
  margin-left: 72px; }

._238nx9seQ8dr3X2R2sapGB,
.fJFS9ec7mROSgEGbiDLqI {
  margin-left: 72px;
  margin-right: 72px; }

._3em_M16KAEMxYLpjWvU5bg,
._1ONnXheffojXvrBJChMIr4 {
  margin-top: 72px;
  margin-bottom: 72px; }

._3S59bkkPTgJslP4CXgSTty,
._1bJmDcv4aLhzchPS-b2eDM {
  margin: 88px; }

._2GVNNac0F7yTSie8Zsa6W3,
._3JAgpZcwRrQURvTKJ9BRf7 {
  margin-top: 88px; }

.W_CGcy4ruUlx969RetP70,
._34Gvykad3k2F5cFTIUuUpS {
  margin-right: 88px; }

._1-UuEc_oMiKgMBbEArdJt,
._3glmm48dH5289GVR6XerWd {
  margin-bottom: 88px; }

._1RldQ71_j-y4k_0rv8lI3u,
._9JnK0VByNnMPvusCKx4t_ {
  margin-left: 88px; }

._35z-jnFtZNbmbPkKPCKCwh,
._2Q2J2GAKZQeeBu7hQtNaI {
  margin-left: 88px;
  margin-right: 88px; }

._2KEqDFGLdgET2oHvvbWtC3,
._6DE2pyxhxCZPhVolJG05u {
  margin-top: 88px;
  margin-bottom: 88px; }

._10YTIhiYwwdiWsEAZzdGee,
.z28HxG8jsvECKj6iKPMWj {
  margin: 96px; }

._1Du-gKAlczeUf-rruekujN,
._1K1pkNA7SDh86dwQ4JtSAK {
  margin-top: 96px; }

._1jsn5YFTlADBtOrIVKTFgf,
._37uP149TkEhqBBTsK1vIQw {
  margin-right: 96px; }

._3_Ci0N_OHJgzEUCMmgd705,
._1ex93Nomv4tMbZFq2VkHmU {
  margin-bottom: 96px; }

._1K3Q8FObKfyA-6Wohq6lxW,
._3SOtjvE34jG8MQn_6k0fw- {
  margin-left: 96px; }

.BYypA3OgixLA-Z4QpGJVZ,
._2wFSLqiUX_aFQ43eDtuHSw {
  margin-left: 96px;
  margin-right: 96px; }

._3l3wMMTQhJLBnYkiaDLvoe,
.Pft7SdYjGEHEH7sxsRhNZ {
  margin-top: 96px;
  margin-bottom: 96px; }

._2Rf8U2n79DhWCK_k9HkY_N,
._27QtFIY4Dcas8isrirNHkC {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important; }

._3IbWw1PGT4q5jTLWCRUfth,
._2S72XyuQ5QmQ_0LVgitWgi {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important; }

._2V6G93u81FGEP5EIeuBlHk,
._2RIdJS_fYvyCo79xkHMwXk {
  height: 5px !important;
  min-height: 5px !important;
  max-height: 5px !important; }

._3xY8HvS3XYqYAzrXG88YB0,
.jc7orXnbqE0V5Ad8BvB5T {
  width: 5px !important;
  min-width: 5px !important;
  max-width: 5px !important; }

._2DA0NGIUcMC9sJFJLS_IDk,
._6WqeoVb5NazioTdcVaWKc {
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important; }

._1Z2y6VfgPUViw3NujSNIaW,
._1trfpuZFoPfwfFiFRGOGgf {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important; }

._2hh1BboDoAybUThTAMa6rA,
._3sfn0BO0Fc6kyMbW_4bUGj {
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important; }

._17jPg-fG3_sIaUkKZfzeOa,
.M5uqFGuxrFp9x5dSYlqvb {
  width: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important; }

._3JC7-AR70SuFhMiPXHlvSh,
._1ZL1A4sdsxEL9lbiOoZq_v {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important; }

._3aFy09T1De44xqtK9MuqE4,
.gEqZiUWn7515Yu3U6iAfn {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important; }

._3wvlzQI4tXaNHbZO9r7wK6,
.gFejfRJloF4YCOPJOZhnJ {
  height: 25px !important;
  min-height: 25px !important;
  max-height: 25px !important; }

.-yxxYhFqbO2yqLLQk7lVF,
._1BukT2BYgiQgajqYGTh_zc {
  width: 25px !important;
  min-width: 25px !important;
  max-width: 25px !important; }

._3q3GJnCGyGjKabHV-bHjNj,
._10rfy5nR14E7GIzPaPz05k {
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important; }

._3DvOFCAwnwS37mA7utNh9Y,
._1QDOfEoiA7VA0E8hxTVmqu {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important; }

._28K3ZBVmy6Xvm0GVjAKz3h,
._2tn8yObuVEEUgfETU0CVsQ {
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important; }

.nRd8om0Zq-nKMteYH3x1E,
.mFIF_jBs-7L2qD0VuGUqz {
  width: 35px !important;
  min-width: 35px !important;
  max-width: 35px !important; }

._3SqLTCC74-EKAoJRhqyhJ1,
._2Z2Np87-JSs2HqmRRPBuAz {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important; }

._3ewpKhHZRuUX9ulZN3tKX5,
._1soo5w8Bmf5lemmzujJWvV {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important; }

.PPbha9un3tpzDk2fdYkZU,
._3VrjwSmwvnscO6W-FD9Vek {
  height: 45px !important;
  min-height: 45px !important;
  max-height: 45px !important; }

.WBMhoB-_fzoZM232APvyX,
._1CHKf2aY2Bq_fZHeXzXjIK {
  width: 45px !important;
  min-width: 45px !important;
  max-width: 45px !important; }

._24xDS3Vc1mhfMfVJ58G-y3,
._2-va7o3SK-Jw1uZJciCWfs {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important; }

._2UnUe7Kv5UdbykEdWxr92K,
._3PRBfINknvWj-Qznf3fNig {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important; }

._2gvz5aJwAJ4B9YSI0wwu_F,
._3KD2v_6fy_SzkSMN_R9jAz {
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important; }

._36YEb0iM8JPKra-YfT10jb,
._33Z3c0pC9ikqlwonP5hEV7 {
  width: 55px !important;
  min-width: 55px !important;
  max-width: 55px !important; }

.h5dUFc-0bPXJA7bT_kJz_,
._3zx4hiCTXH6P_1N40nzgpI {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important; }

._3c5ZOeB1x_Vw5GyErzjHGy,
._2ffGrypUysNclswKak2za_ {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important; }

._1ye6TfuenYqfA4QI2yDmXL,
._3TVZoTC1bN-VpfuVun88sB {
  height: 65px !important;
  min-height: 65px !important;
  max-height: 65px !important; }

._1rw42EZIbdIvV_5dgk-0Zh,
._3qs2uR8LjP_UMYUPRaKoS7 {
  width: 65px !important;
  min-width: 65px !important;
  max-width: 65px !important; }

._2y_s0TO9jKCzjBP5uoD5Ro,
.aft2aw2y9Ajz1BZmWAeZp {
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important; }

.IrIWZnWjLasUrVXEkeaVY,
._3NurAANii8MvIrOCfEJ2Uk {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important; }

._2G-f_R64PVxDP5QtDP0cvN,
._13URUVkA15VtdUfgfUZYS2 {
  height: 75px !important;
  min-height: 75px !important;
  max-height: 75px !important; }

._2uKyOgXjwNSVIwly26beko,
._18XFP4M6OLEDaCkrjwVb2D {
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !important; }

._1yqbCMe-CGg8wuHjxpchoP,
._3M930tAnE4qZctje7u_9P0 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important; }

._2W5E9Qyg_OSeh8PDKckCGI,
._2jeoBo0Rop3qGQ6lNu3SWN {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important; }

._2shwLQhjdKFuTHTbpPszIS,
.fx9dD2QltH81qliB7ZqaU {
  height: 85px !important;
  min-height: 85px !important;
  max-height: 85px !important; }

._3P1KlzQOQjcRb1tgTyPmLs,
._8yYtdjm6Z7IZh0rWBnHU2 {
  width: 85px !important;
  min-width: 85px !important;
  max-width: 85px !important; }

._1yCii8afYsDNdoz0pJfKth,
._30YWyqaSmERyHE8EeXyHwr {
  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important; }

.rfWMjuP56Z9J3h2e6K6Sj,
._2s4bIiV-TB5zxEqH0GGM46 {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important; }

._1DW9rrVljlOhQaSqONGl4P,
.LLkGleTCsW5Dtw1512Xw {
  height: 95px !important;
  min-height: 95px !important;
  max-height: 95px !important; }

._2WNkvIMwqqp-eDINwOqw_9,
.BjYKoDASz9DFozE9eIQAK {
  width: 95px !important;
  min-width: 95px !important;
  max-width: 95px !important; }

._29HmzVjYSojJuQeJDG-7UA,
._2twG-Q_IJMde9v_xYU1r7b {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important; }

._7ksOZ99mXb1sjQdp-XgVs,
._1L4Z9dftfmcQZSY_f3KzdP {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important; }

._3qL6BvqPXk8l302gyNBXLT,
._3_fb2JQa7WUreJhRzLbkcE {
  height: 105px !important;
  min-height: 105px !important;
  max-height: 105px !important; }

._2Y5YpaDDSRXb85hXxBszgb,
.O5epFDR_xTZkWjZ_pHvQu {
  width: 105px !important;
  min-width: 105px !important;
  max-width: 105px !important; }

._3Tc343ii-R-7wUxBqpXpKQ,
._2XRYlnkyDQJKgiasiHp6eh {
  height: 110px !important;
  min-height: 110px !important;
  max-height: 110px !important; }

._2aaUs48Wu9h1qz14Sis3lK,
.X8iWwpQ26IH6Cb0Vl5MWN {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important; }

.voioP-Wh2CPSCFus7WCbf,
._2SEdO3qOiNtzs0HWMGraw1 {
  height: 115px !important;
  min-height: 115px !important;
  max-height: 115px !important; }

._25TcM-gFwSJQPHefKkD-9L,
._2AYzZHMx3yTJ-cj-fb4tCh {
  width: 115px !important;
  min-width: 115px !important;
  max-width: 115px !important; }

._1UJUcx9Yi-fYWqNgksvaj7,
._1_6NvZpp8Z43gvUQZUmVcf {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important; }

._1EfH3McMQgvjHSsie5RGl_,
.R6ArQ7rW-8ojV0m8zVE1s {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important; }

._3DngjnVOk5N2nXwTHjKRwB,
._1kAHsqzDr1BsegsdM4nLV2 {
  height: 125px !important;
  min-height: 125px !important;
  max-height: 125px !important; }

._1bZ7bENc_TeZWF1YCVZjyl,
._3HDDJo7DhfECQc-a5G26eh {
  width: 125px !important;
  min-width: 125px !important;
  max-width: 125px !important; }

._1nxA5Qxc7yaGGTdT72nY-D,
._2U3aMNKNgUkl66YeNOWqJB {
  height: 130px !important;
  min-height: 130px !important;
  max-height: 130px !important; }

._1OOKMBF4ATlrtV2wWBK0wx,
.l_tgtMOx2e3l2gkPxoUIs {
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important; }

._2vrinu_GkOckcKSAhuXjQ3,
._1A8_IV0Kj6PMEkdvXAo417 {
  height: 135px !important;
  min-height: 135px !important;
  max-height: 135px !important; }

._31UJwLMq5TRaJB9eJOVEnY,
._1-DsUfaictIdKETjSzjpH6 {
  width: 135px !important;
  min-width: 135px !important;
  max-width: 135px !important; }

._177kxFeBVSPILpFzPqAeIM,
.VXWPhfvFSqdbjoAa6alt7 {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important; }

.HSWzKa-RbZPhLeOBoC7VR,
._140B8xBvg7Vo0OenzNkN_W {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important; }

._2Gwtpos34AuCKM0-TART_w,
.Aga1RetxvyhxULjMrecD1 {
  height: 145px !important;
  min-height: 145px !important;
  max-height: 145px !important; }

._1GPkuf2UTvp-6iLr7KsXSF,
.JCYxsxwbfVYIjscQHPbzF {
  width: 145px !important;
  min-width: 145px !important;
  max-width: 145px !important; }

._3FdqAQXebnWE0Vb5DuHQZO,
._2Sixy7bN9NzkrVq9_zS0Ah {
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important; }

.f41ZifsmaBRiLhzZUUvcK,
.RJHDud_p4pRDto2cFgvTo {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important; }

.bl8UhmA-555BicRc4xLi5,
._323qc15NkBerIkZkP67Y9C {
  height: 155px !important;
  min-height: 155px !important;
  max-height: 155px !important; }

._19qtsAOHjexxucaAGCbKMP,
._1lymr9OVKpO_r4VpOwHuVr {
  width: 155px !important;
  min-width: 155px !important;
  max-width: 155px !important; }

._2aziJZ6fczASwulKhS_JvX,
.PNm-SS2QDPPdUancErlYQ {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important; }

._3HKt3c1-ioCA8HMSrGgYc,
._188q_5VbixNGIhjDmcaUyr {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important; }

.QuwVCuj6m16Mqp5Fd3rTs,
._2FkoRAYa4KzH5QAvJbTaed {
  height: 165px !important;
  min-height: 165px !important;
  max-height: 165px !important; }

._3utkRyLaHJafYRf328aMlc,
._1B6wpSDd-oKFnwyEgFwdRQ {
  width: 165px !important;
  min-width: 165px !important;
  max-width: 165px !important; }

.Av0nftgoJYHZomq8VDOBx,
.km3XQmK53dIVKYbcwjcPM {
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important; }

._20usEJK9xoiYYe6NpbsET_,
._22brG5xlMWWAr6fKLJLZEl {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important; }

.M4iN2Iengft01NTH3KQCs,
._3Fy54uCollYChRQeE7ENtg {
  height: 175px !important;
  min-height: 175px !important;
  max-height: 175px !important; }

._1_DcQf7IjxPOe0SvMXSyRI,
.Lq78JvBE4dnALa12yrC71 {
  width: 175px !important;
  min-width: 175px !important;
  max-width: 175px !important; }

._3Zr-cjJGdjmrPFS2Ps0xaH,
.HIzf6DUNzx1d8VqwRs74g {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important; }

._3VXE75hRe-zFp55lRk9Ouy,
._2ELipjD6voFb_QW_2ZvvR {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important; }

.RlRixkYu1bITnt0Ykzc7A,
._2RFhiy8aZdm9i-p6ojIWMu {
  height: 185px !important;
  min-height: 185px !important;
  max-height: 185px !important; }

._3-qHVcMIqoOgCiwUypjTNq,
._1IQqNKi5huQ9dAQ69CRNf2 {
  width: 185px !important;
  min-width: 185px !important;
  max-width: 185px !important; }

.rrIQCtxzfw6GyuktzUmYH,
.AV_1KXn3vUYTmrEbasyLN {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important; }

._3HcTVM_eiqVGR-XEsV5GRQ,
._5RC7gDdPI8FylTJbeWZKy {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important; }

._1sEygNhaLfwu0ECqqKCh0C,
.bmLNjdD82KHsuTM1iLLDm {
  height: 195px !important;
  min-height: 195px !important;
  max-height: 195px !important; }

._24UG5KzXCM3_R38hl61kEM,
._1tpdp7yB-4TGQ_Nk23slJh {
  width: 195px !important;
  min-width: 195px !important;
  max-width: 195px !important; }

.TQv8q2my8nY4lZtv3tMAR,
._1YofPk8ObmBXS41K9V9FHP {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important; }

._1S107BoGwwPj7mXvybLf2l,
._1Lv2wWZTBnqE4zNKh2-kLz {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important; }

._1oWpIVrDms3uvsn2N8rlVj,
.gmlxIMUv6M0nLGtdPnslD {
  height: 205px !important;
  min-height: 205px !important;
  max-height: 205px !important; }

._1baP_MT7ViHoxRusJgO5DS,
._3BR_5GEegdvHitohcCINZZ {
  width: 205px !important;
  min-width: 205px !important;
  max-width: 205px !important; }

._3JPt6NIe1hDOCKMxUqAu8u,
._3X7rbvsvsb73dhDnZNstSy {
  height: 210px !important;
  min-height: 210px !important;
  max-height: 210px !important; }

._1Czu629XSD7oGhS1ZJtvMn,
._3VifJ_NvDs_2nbjIr36jkU {
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important; }

._26yDJRwjZHhBcVqIJh0fSG,
._2mJewUPOE4ucZ0cVZnNLUd {
  height: 215px !important;
  min-height: 215px !important;
  max-height: 215px !important; }

.DtX40z94lPbXOwHXGRLf4,
._3ZCHKGM_8nD4PQBULZfCYw {
  width: 215px !important;
  min-width: 215px !important;
  max-width: 215px !important; }

.iTnbuVsesP3LUQegRb7u9,
._2Kcf7GY57n8BFPhzPNZIpd {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important; }

._39Ota2nX5QHTNLCfMRxJGH,
._34ck2thE5ls7sqauQNqWBb {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important; }

._1ikGRfYMHDS5jwEMANc5Y8,
._5u_liun8F6cIrTtGN45NX {
  height: 225px !important;
  min-height: 225px !important;
  max-height: 225px !important; }

.w1Ti2SmRkngUumZnPVlos,
._1lZ2xMOYFTUD7AJIlzKapz {
  width: 225px !important;
  min-width: 225px !important;
  max-width: 225px !important; }

._1DxspiyPvMArCRVl33lRuF,
._3pldBpDyXAAK3We2Ap76MZ {
  height: 230px !important;
  min-height: 230px !important;
  max-height: 230px !important; }

._19-TqHDynFdk-KV22ZCt5h,
._3wOimFg6bwX13278v9HZ-9 {
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important; }

._2LnT8J80LkkEkwEfMjYFr4,
._3fT5iJ6D88V1YDWNZPd97a {
  height: 235px !important;
  min-height: 235px !important;
  max-height: 235px !important; }

._3GphUXbm7Fol2RwmvvP6jz,
._9fGL6mSCaFvnRMBkocBGJ {
  width: 235px !important;
  min-width: 235px !important;
  max-width: 235px !important; }

._3rx9DNW4CGFA_vWvy4Nfvv,
._2Qwl0XKiE4NDePNkhlwaXm {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important; }

._33WlkyjXq_4rI1cD-qsekG,
._29vlvihkUCbg3dfM4ahe5e {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important; }

.sOuyGHKGuFNDrLdNIqgz0,
.pxOBqtshRXVDoXhqNZoU0 {
  height: 245px !important;
  min-height: 245px !important;
  max-height: 245px !important; }

._3yUrApLhZPMZrebEB2BsQZ,
.KZLSoEXun2XPtPS1YiGfI {
  width: 245px !important;
  min-width: 245px !important;
  max-width: 245px !important; }

._126LTHgR1kgpPcns0h7IiB,
._3N6gbjp9FP7YNfo9e3oYFh {
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important; }

._1knqm59KuBQLp2J2aSX5Dn,
._2DSgriPMgsZsoGN6yY5Ts4 {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important; }

._3pH9oBmcILcVZRLpdfgQjv,
._2iCEj7To8CPGeaIrcAgmmB {
  height: 255px !important;
  min-height: 255px !important;
  max-height: 255px !important; }

._1bXyZmC_G1t4xLp4SP3vA2,
._3HRruzGiONjRRZp66JM61F {
  width: 255px !important;
  min-width: 255px !important;
  max-width: 255px !important; }

._3gp3uBMjrbJ7PEo2kTl_wD,
._2YEFW1HdMm05n8IqXz_bkK {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important; }

._2NT3NGvvOmrCf6yxz8E-PH,
._2YVw50ntvwlG5vbr4HErUp {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important; }

._2iJYjt-RLucgj40jwGcTSc,
._3lcJXa8Y43POEzT8ZcX-PE {
  height: 265px !important;
  min-height: 265px !important;
  max-height: 265px !important; }

._1C_A4pJGxtJijHYIyjJnFC,
._3mHSrIxi7Gj5UfJ-sEFbrA {
  width: 265px !important;
  min-width: 265px !important;
  max-width: 265px !important; }

._3i176VDFBILpX-WXssq_eS,
._2VfvDd2cWwzN3DUk41Lbzw {
  height: 270px !important;
  min-height: 270px !important;
  max-height: 270px !important; }

._1oX22PJTx6fM41IuDwMWKB,
.EyV_GU-KFRTnxARmNi7Op {
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important; }

._3X7z4xvtmN6Szncy3oiYeG,
._1i1XJUM9mzl0RmAJ1HZ7PS {
  height: 275px !important;
  min-height: 275px !important;
  max-height: 275px !important; }

._2xLyGVzo2C0hv1Oa2sbMt9,
._1qlYyan5VGF6dy4br--9Wi {
  width: 275px !important;
  min-width: 275px !important;
  max-width: 275px !important; }

.CUyZ_-bLGwOYjLqfNpF-2,
._3qPZIvRbcWteMzeWSmSm6b {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important; }

._3PiZAMduqrUnT7oKUOAXs0,
._2sSiWmgE1omW5xcUQy02v0 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important; }

._14TwJKGO5dax_WZnCMnogZ,
._3AhwoGiKZplj8yNOThNE3- {
  height: 285px !important;
  min-height: 285px !important;
  max-height: 285px !important; }

._2egsnzG_tj1CSqJ7RENd7E,
._2RzSrpM4-JyG89smBXBzRr {
  width: 285px !important;
  min-width: 285px !important;
  max-width: 285px !important; }

._3CjoZACnsn-VuWiEw6XZ0V,
._3rw-NHINwr4adb9ou7wZ6M {
  height: 290px !important;
  min-height: 290px !important;
  max-height: 290px !important; }

._2PSvJmhYKfnV75lxTYcB1l,
._3nVnSDIIgcso_xe3liQ4bx {
  width: 290px !important;
  min-width: 290px !important;
  max-width: 290px !important; }

._3o1b9sZ_pyTigLhmYTJfM_,
._2lM-zIqiRGr9Ux7KNvJQEl {
  height: 295px !important;
  min-height: 295px !important;
  max-height: 295px !important; }

._11iEp1jEfULHw8bT7jENHL,
._1UQOLGWCTE0bq0M0swb6-T {
  width: 295px !important;
  min-width: 295px !important;
  max-width: 295px !important; }

.bv8mzhPB4Kls0ibC0ekWg,
._3YwSELcvJI-cacKew1Tam5 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important; }

._3OEsRnb0Hb4Cyv8eeJdyMS,
.p-ZO0dkw_S4fcKwGTwNH {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important; }

._3Wq8BOd-xLAr3JMkXMl09r,
._2Ndt-kw5Yso3VgWNGRfT9o {
  height: 305px !important;
  min-height: 305px !important;
  max-height: 305px !important; }

.diVM9jUNNP0-socty9x9-,
._3jdsPjlrVTyKdwd551CcIQ {
  width: 305px !important;
  min-width: 305px !important;
  max-width: 305px !important; }

.YJ77Ts_uJtFqR91lb7SF6,
._34efVr_8hOPqCY5saHiQgq {
  height: 310px !important;
  min-height: 310px !important;
  max-height: 310px !important; }

._31-Zt_1IAvehAyW_7MM4h8,
._19jm4LyJ7l_VzxPyAeg6p8 {
  width: 310px !important;
  min-width: 310px !important;
  max-width: 310px !important; }

._2J3T5lajwFEPtL5uBReZpP,
._3hdpOXCapXtgjAcA8Ggk4P {
  height: 315px !important;
  min-height: 315px !important;
  max-height: 315px !important; }

._1r7lqTQiD164khoQJV8g6c,
._1qGR4Nk3ugTAoZheI4JmwW {
  width: 315px !important;
  min-width: 315px !important;
  max-width: 315px !important; }

._1zGuHl19_KLtsDaLcUwYq2,
._18OAd6XSdxZX0QWVHeowQd {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important; }

._2mTiaOiA6GNXEo5jy7vwDO,
._2idvi489INl1IJwh3fkomr {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important; }

._2UwRUvphfwUtCvyzp_zGJa,
._3BC9BLqFcSWp71oAnC4ukn {
  height: 325px !important;
  min-height: 325px !important;
  max-height: 325px !important; }

._2DG-rrC4HqbI43WUADFpmH,
._3PfkQh1pMySMEUStqwWAu2 {
  width: 325px !important;
  min-width: 325px !important;
  max-width: 325px !important; }

.OWv9qhSka3cuZCP5d3mYH,
.NRoSiCs3oJ63mbmVrAy-V {
  height: 330px !important;
  min-height: 330px !important;
  max-height: 330px !important; }

._29OUI14CD6TJtv9oLXKuuJ,
._3IwTQHasaliKAmeyx53hr7 {
  width: 330px !important;
  min-width: 330px !important;
  max-width: 330px !important; }

._2DUOkwbfhm6a7H7Q-2rScA,
.hswJTKFFrasMfT4fnsN79 {
  height: 335px !important;
  min-height: 335px !important;
  max-height: 335px !important; }

.NMs1cdYQe4uta5k9FS1Rc,
._3-rjaiSNwB0oo03OaujROO {
  width: 335px !important;
  min-width: 335px !important;
  max-width: 335px !important; }

._3xUQPHpdiOEeb1jWFX-eO4,
.HdmJItiSAjqlRk3wd9s2H {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important; }

._1azUYiAqsHenLWpnRxX97T,
._2a5fPv8eWfXqyT0B3vPaN0 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important; }

.GH9cqijUIU3oNQ5F8H3pr,
._2zw9mwCHWFD2h28XeGqRkl {
  height: 345px !important;
  min-height: 345px !important;
  max-height: 345px !important; }

._1KW8s-2_D9SeOXS0o162jt,
._2mo4qgbDpUuUxCr5mujoO_ {
  width: 345px !important;
  min-width: 345px !important;
  max-width: 345px !important; }

._3B03VT56Ow3RBKGID9pa9O,
._3EAPWrokLOrApUtoRa59yC {
  height: 350px !important;
  min-height: 350px !important;
  max-height: 350px !important; }

.vyK4B5JOTMMKnMM2nKBEu,
._3F444NFcYpD6QuYUjhAeVK {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important; }

.vxRtcmes5sFerymV8k6Zz,
._2tubVPkAdow2j6LyTiIOIH {
  height: 355px !important;
  min-height: 355px !important;
  max-height: 355px !important; }

._1sZL3RxyG5i_1mJ56Ouftq,
.B3dI1cnCoQbUkqDMKod9f {
  width: 355px !important;
  min-width: 355px !important;
  max-width: 355px !important; }

._25fnge_xW6KvdW1dNV8icw,
._2KvkBihrifwkzCbO6bSYEK {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important; }

._1O6EjvkF6CkoVqG4yMnDyL,
._328zIRH9exRDU47n65v-LN {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important; }

._1UhwY2mFJCzHFMjweTh72i,
._2fa5PxgUtLRwm3WO2NUrXN {
  height: 365px !important;
  min-height: 365px !important;
  max-height: 365px !important; }

._1xkhXwcSwCrTVELmGClIe4,
.IuAojqkTqfjplV2UHQPpj {
  width: 365px !important;
  min-width: 365px !important;
  max-width: 365px !important; }

.tDdfE45kQoisH2K2c6Ggz,
._2zxPNzKFPkQ30hgM9nzg_J {
  height: 370px !important;
  min-height: 370px !important;
  max-height: 370px !important; }

._16gxmt3Pbh2djyv_t7xBcT,
._3lOG_pw31IXli3Sw6LW1ay {
  width: 370px !important;
  min-width: 370px !important;
  max-width: 370px !important; }

.w89IlKhhSgQ-Vb92f-mOS,
._3ghC8X6VenJcOQMO2ri8wl {
  height: 375px !important;
  min-height: 375px !important;
  max-height: 375px !important; }

._1ivbF8orzWiFrW4a9whZ8F,
._2TCS0X6igDBsm3TSyeEZaU {
  width: 375px !important;
  min-width: 375px !important;
  max-width: 375px !important; }

._34KuXoxbgJjWBs-biA3BJL,
.BxjmPGume6PxLhvxLDcSN {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important; }

._3nYxgqhcvlY18h8qgP8w0K,
._3CCqDWsgXsLG9kqZ-vRhpA {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important; }

._11pkPycuJBwMWwa3AJXv3x,
._3lK5WR7adMYZ1PAATqngsd {
  height: 385px !important;
  min-height: 385px !important;
  max-height: 385px !important; }

._2hyextgFXiPRaA0ZLynKHj,
._3a0BaBwR_DMStWwFxU5ssq {
  width: 385px !important;
  min-width: 385px !important;
  max-width: 385px !important; }

._3smV0moHnbuQBcbWHrshC-,
.A4uCH3h_YieZrzyVXdnm0 {
  height: 390px !important;
  min-height: 390px !important;
  max-height: 390px !important; }

._2Pi7IiibhJP4Dt5HUWpfkp,
._1HWEGxO2cKQYYVCmiRKjz1 {
  width: 390px !important;
  min-width: 390px !important;
  max-width: 390px !important; }

._9qLLSxLKX1je7ECpB5zr7,
._2smJysPuSRCBv7mzItFLT2 {
  height: 395px !important;
  min-height: 395px !important;
  max-height: 395px !important; }

.J_YGB9qw9ImxhUvn1NGLf,
.btQOibpFmpRrW7FXZYvjC {
  width: 395px !important;
  min-width: 395px !important;
  max-width: 395px !important; }

._1Ka2nPbSaxjPEd5hzW1d7,
._1itCtXOtTcdoexizrG9PVG {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important; }

._1xCAsdKR5ca8OuIealIdul,
._1XNzFuQR1DuzSpbdFzgibd {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important; }

.eAzJ40BwD7fJOCIwLrCwr,
._2w31KJNMxqmigbnL4FuO0 {
  height: 405px !important;
  min-height: 405px !important;
  max-height: 405px !important; }

._3v24HkrXrIzmrcChNV3CfE,
._1pC51qxHTAblOFmYzo56iX {
  width: 405px !important;
  min-width: 405px !important;
  max-width: 405px !important; }

._20nWqG31jR2oTFkjd4CZXV,
._3IJ3uLESsvKR0NafSwkrd4 {
  height: 410px !important;
  min-height: 410px !important;
  max-height: 410px !important; }

._3DaCKbLJLjtAFMZIKMl1FM,
._9uIpD8epS0Ui8vw2-rIXZ {
  width: 410px !important;
  min-width: 410px !important;
  max-width: 410px !important; }

._2VtFQBqPK9xONKSIYHBYIe,
._3vnZCoktza0tqRWJH3INS1 {
  height: 415px !important;
  min-height: 415px !important;
  max-height: 415px !important; }

._2am1NKy4TklHHqaeb3VqAT,
.x3DHjmu0Zg6HyCVvNAods {
  width: 415px !important;
  min-width: 415px !important;
  max-width: 415px !important; }

._3WjIEr9a7voI824O-WQXJu,
.PpsOFbGOBW_kBmv6aVEzV {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important; }

._3WTrsvBrl7x616gOhDlvfF,
._1DAPKjbw0Kz6-NX_jgJBZ6 {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important; }

._2Oq4dVRXT4lCEfVfXbjRc8,
._1mg0B0e0D7hr6edX5lez2M {
  height: 425px !important;
  min-height: 425px !important;
  max-height: 425px !important; }

._36phAxIC6S4IWQX_8Q2H_n,
._3O1m3ZytLQ4FVbyC63Ggcx {
  width: 425px !important;
  min-width: 425px !important;
  max-width: 425px !important; }

._29cbEDLd11Jvjsj7XYsGwJ,
._1aGxys2MvyzSFXZinrlSK7 {
  height: 430px !important;
  min-height: 430px !important;
  max-height: 430px !important; }

._1V0eyADB6TZCIOCZTAy5te,
._1Z2yxe1ZysxmFK9A1xfH_F {
  width: 430px !important;
  min-width: 430px !important;
  max-width: 430px !important; }

._1a9dCE3SYki9XKlNPCllcO,
.qAfbFUzaciQmEG-APuR_A {
  height: 435px !important;
  min-height: 435px !important;
  max-height: 435px !important; }

._1Ch6Pene3_YFDOH1QrzUf,
._2N1JJV17d7UuZ0hEugY0Xm {
  width: 435px !important;
  min-width: 435px !important;
  max-width: 435px !important; }

._25WyAhijEdlzzuVEyGBUxp,
.skxRJzLVG--eWtX_Wttoi {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important; }

._2pG12vj1uDxjYwMbJftipV,
._13UHu6pHwaRisRCUfk1bMu {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important; }

._1eJZbnlWE0w_HmoD-HWOM2,
._2FluD5NwZIYKERCF810wji {
  height: 445px !important;
  min-height: 445px !important;
  max-height: 445px !important; }

._3hUV2XfTOOVkKNLXkekq8W,
._3VVFsG6X8LqSD3hCi2_yVS {
  width: 445px !important;
  min-width: 445px !important;
  max-width: 445px !important; }

._1DeOqaPVGKfnQtKyL8g-62,
.p6URRZozON6WJf-6emCBB {
  height: 450px !important;
  min-height: 450px !important;
  max-height: 450px !important; }

._2T5HlIz3q7CsKVcYHOpFUA,
._3i9qX-YgICr2uXADW0-v25 {
  width: 450px !important;
  min-width: 450px !important;
  max-width: 450px !important; }

._1WuipihBLK9pVp3i-9BXMS,
._3F_mZkeL_Lte_jMY8J2-lJ {
  height: 455px !important;
  min-height: 455px !important;
  max-height: 455px !important; }

._2dZnZrb_duw3xVdEaBJdk4,
._7xMeeP6nXVY-a0kybADFI {
  width: 455px !important;
  min-width: 455px !important;
  max-width: 455px !important; }

._5HOX_6c2xPWsbbQDUxAfN,
.ozg_qot7v6Ybi9aNZFVcd {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important; }

._1-LmSR1WBfz3zpqzSMhZWg,
._2m9a7bWd0RUKJN0H6USmah {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important; }

.twNNNRhNJ3UBvN16_RBAI,
._1mJbjzDBcBu-cxrccseCL2 {
  height: 465px !important;
  min-height: 465px !important;
  max-height: 465px !important; }

._2kPZqjCDO0kt_wDIkHvvAY,
._1PSGNRG1YC9CH7bux99k9- {
  width: 465px !important;
  min-width: 465px !important;
  max-width: 465px !important; }

._3dACHsMA6rCrecydECcPJc,
._2cTxoCYHV0AORyo4viWdlM {
  height: 470px !important;
  min-height: 470px !important;
  max-height: 470px !important; }

._2n33Jo9bjbRVf08MQQV9KN,
._3d9vNbIes55J9A2-XwI0Fa {
  width: 470px !important;
  min-width: 470px !important;
  max-width: 470px !important; }

.IOXGZJUzVOQ4abwi65c0U,
._22cKoT3gzr-6--wyZO6uay {
  height: 475px !important;
  min-height: 475px !important;
  max-height: 475px !important; }

._3Yn4SU21JXZDxjYqbdeKux,
.B_JXa-O4-HCJq9lyJtW04 {
  width: 475px !important;
  min-width: 475px !important;
  max-width: 475px !important; }

._2bNCvdqeKDmS7y54db9eJn,
.TeeVCahp-k4w_kGOdPWY6 {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important; }

._3vN2YkrImFAbhGGdkHigzH,
._1nI5hMKlN1ssNtwVmQMFtA {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important; }

.m_scarnl1huNM5ox35XoV,
._2-LcAKV2KHHnbUbhlEW9bS {
  height: 485px !important;
  min-height: 485px !important;
  max-height: 485px !important; }

._1xsH9Qt66UljvELGbmPZuv,
._24MdqT4ZYGh1mob3S7hPop {
  width: 485px !important;
  min-width: 485px !important;
  max-width: 485px !important; }

._1NNUmAD08rp4D2WiCoaCtV,
._2eS0rXbIeGh90MDaXIx2F2 {
  height: 490px !important;
  min-height: 490px !important;
  max-height: 490px !important; }

._3Wd-KIEyXGvrb8vWyCGDnV,
._2c4Qpd4K3TWfStpAHtTLvi {
  width: 490px !important;
  min-width: 490px !important;
  max-width: 490px !important; }

._2SjKH0ZmZhsQCBo4si9qAP,
._2CPCfrnejPuSdDVlgnB_tt {
  height: 495px !important;
  min-height: 495px !important;
  max-height: 495px !important; }

._2YFL0ScA91L6Uv_-QTeXPH,
._3zOT6V601mEUqfK4TPsWIN {
  width: 495px !important;
  min-width: 495px !important;
  max-width: 495px !important; }

._2LINmNMWbfO_cP8k8InVl8,
._36EZ2HC6zbkOrMh0CYnexi {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important; }

.UqJFAJhFETpDKIY7khpyx,
._2HJD2RHZB2kZ2R_FJye3UR {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important; }

._4-GRREsQN2l6cN3zAHJju,
._2YNJghDb1TR4AOWEyTDEvl {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important; }

.t3Kp69yo4MOJr6fAufraI,
._2TAt2kpGMFI7xiTEMxNDtX {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important; }

._3OnIJ9m8h1oDgHRUgpFFmf,
._2xtVLRkx9ip9mXJBv-3Vkm {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important; }

._2kC7dF8cVUTdzAEQp3-zeF,
._2afli2Z0c0gZ2nXEQYbvsK {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important; }

.ENOErlnhEZS0ZHP-5Wb6_,
._29VQI8znvR4OLBfY6AKoyT {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important; }

._1GTJtU9vMwQOZxJNBUmutH,
._3xKKpbmHVQEcvtRMYa2-Ki {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important; }

._3NrBAk2xPlrwDDL4XxioyW,
._2ln2tft0jL2jtCldtzyy0j {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important; }

._1tQqI8WofvBiClT448uJE8,
._2KaXXZD8Ciol8LFkafb7Vs {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important; }

._344_9TkOqLjNaTxNL9iv4a,
._1rehztPBSmWWmo-S6nUZ3V {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important; }

._3GQYilcYasTGp0taChgv_I,
._2T9G0vAVF_wvJqUELG5uU0 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important; }

._2nkxip6Dv6uN2lUG6WDat6,
._3jiPcFYyTAycRZQyUXvgI7 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important; }

._36mjGhnL2UF5Yg3VnAVx8V,
._3wriDI4awZNoQ9bJVW1peh {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important; }

._9hHgqkoFk6jm8454zp-o6,
._2ucDYSVceJVy2Fg9R3YHU5 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important; }

._1OwCFlCcfAVH938vCXJ2yu,
.Zlm0M5VTFaTsyM1KNqynY {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important; }

._3xxMhb9e_FdnoV82dBFGWe,
._23Vm-3wGv2tYBVeOAbEQA- {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important; }

._3Tx3uFvm35n2AxA4HC5xju,
._2hxHHTWPlAYhy40IUEUcjE {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important; }

._1ccXQ0NOOP7em1yU4diIgL,
._13oqYwMhER6L0PpgkBSZIc {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important; }

._3dARkUbUhV843w86nlWpJi,
._1vGCqiGVPc_Mk6tcdyOzL {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important; }

._35JICr5MN8_jLjsFyHYVuF,
._1p6mXQ8gZr6lQprcU8d68Q {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important; }

._3PVcxMjmP6pRetlHYuRnnn,
.A-zYu0ZAX1Q1YJToZHh84 {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important; }

._1o5TQNXJXzn4Tv9xT0Kl8x,
._2Dr_2C4hUFsaoRTeRBAh47 {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important; }

._17899eLPExL6XnP4LTPQpu,
._1OqkcqDLPQ9SUzhtnZIwy1 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important; }

.EfVZ7uQ0LWiMPJ4k8qrtq,
._15wlhCq_tYtVl2dK9_75Ro {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important; }

.gGpOftwul_0tOFOI8kavG,
._1waz3kri2idnf9DtP0bBFn {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important; }

._2STQbHOwlaUI4cS5I-E_m-,
.sHFR4u8sF7fvCxNlO6R51 {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important; }

._3Di_j3SWAU2ggj5TCew-Oh,
._1blCbeXpb2tP8m4CSV7Qk2 {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important; }

._2AWbGUSIe3zRYbg1ipb26j,
._3iT_TzntW5G-4buAxnJ98C {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important; }

._3tGejWi_g5uY1e1Io_MguH,
._2TYplUEZ6dhZID0zDPk0bC {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important; }

._3yO7k3M_YPnWDQIdYXoRDC,
._2n6EWuZvYu1KA1EP2bx-XA {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important; }

._2fq5w3umumJ08aPiBhxmqS,
._2nQS05PdcNELzmRVsOl7mM {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important; }

._3oiBRPdTV7wcvVgWUVT7gU,
.lxxoGWIEpXxANShG6re2W {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important; }

._1VC-WfIqzSQSgs2wOiToIK,
._14-kZe6l_ozimnCFkC02BY {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important; }

._1UxAlRQs_aybZOTLOUdute,
._2JnD_syDeMjqZ0uyzP9zQm {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important; }

._1gXOPXG8cvIs3bIjDQHh80,
._28sNhexUtYy55ALqsX2yHV {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important; }

._1wZp2iLHncZp5rfg6M4Tdg,
._3oVUY-tKH4PSpRwj1XRsiW {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important; }

._1L_a2g2w6y7ufUpe1C0yAS,
._2f8JQDR5mlm2FjMU2cOZ2H {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important; }

.s89T4nE9EPuj3acInakX_,
._1pZSEGSGi11EMo1c_3jGmL {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important; }

._174BiZoZcyWMu6jtNYhts,
._2gOQbRFmbeb0kwgQEuMOxR {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important; }

._-7mf9c7NM0prOeH31Sxgl,
._2-borh99YpdXAKvqgiFi-r {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important; }

._34M-Xma0YlTr97pZvpjLJd,
.e-aUlsVJ2BLcE5AeyKKpN {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important; }

._2d6wgzRJqO-irYaE8XiMJ9,
._2BVQ6H8m4_tTyBw2dDjy-i {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important; }

._1F24jaVnwZG-qIrE9qeSMT,
._2y0MGYqfOg65AX5baH4ssD {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important; }

._1tk1xXmuyXPdls6hH_3xJL,
.ER5onNRwbTpJcHWpVFsWK {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important; }

._27rMbeI_smkPbW8i3b3YyT,
.VLHvV2MjqwrWEwmEqgge3 {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important; }

._1uMzTu8-A3x570aBKhrgPX,
._1gRqQ0LfPSKofV3GbQyruO {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important; }

.aTkhHx43c7ew6PBOwMJsa,
._2dnGPiyU4tzMZrgfwrR1l6 {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important; }

._3ywb0fMErVFZekusMQpL5u,
._398-DM72xg48I6nZAHtmDO {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important; }

.TDR6VKxz-ddDk5YoFMxDW,
._2zHbPy5TbfmAZjYn_SfGZ2 {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important; }

.xLULvJIYzsuKYYeXBSxGK,
._18qwlW_egFT7NBmMYYChpQ {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important; }

._3Su9kCZXH7f93-FSChFDWz,
._1fBj-Z1cJNmjor-Dnq4Xle {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important; }

._2lgVWdmU3qaKWwv4GRPLmT,
._2CPHujRhRKIgZrZt0YTxia {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important; }

._2m865AypdCaAvFnl2W2Yw7,
._36q4kqPRkVqVhPgQNN6_PY {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important; }

._2svxsdDxbhi0O3HZfCpUpu,
._2CmH9bNzG4ECXHcTXntaFn {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important; }

._1ScTnNgdpn0C7y1NtMaRcU,
._1oIe_XFr_gp5bTgRXdf4f_ {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important; }

._2IieS7I4MDRNurVYGXeP-A,
._3dxlx_LIBQxHPbTC8e7wgQ {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important; }

._3kXwJWlLb-0T5B_dkKbDuP,
.DsDbVTHJ8w3Or4DXTQ8QQ {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important; }

._3yDR5RCSA5h0oX_CeYMtTh,
._3TWHGohHuG04u1DI0JdxWM {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important; }

._1Xf7yaEvyGoR5oRc7HLhoz,
.R1yp_8BaHx28zH7FFC2Ni {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important; }

._3p0wgxKS-yq--5g4DX82x2,
._2El75FdoFjOy91-km4CFa- {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important; }

._1H5ZU-vL_JKDmhmBD68lYu,
.N-TmplAigu4KKD6HecL9j {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important; }

._jr9dnO_wuh3mK8kyH3sq,
._3cptynZ96HQpaKPpBVwdQR {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important; }

._3PmFr9V_kTvbLgc_kjmfB7,
.poQPN-pGJc9c-hqkIGVOh {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important; }

._26P_zmnF5bUeNJdWSd0UDc,
._3gzb3piISGEKBbTBO_5VaX {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important; }

.JKm_7xNjslYdvOzCic3YT,
._3Mr_Ayyee_AXwb0RuPgej6 {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important; }

._3x5QGhCoHIbsr5fOpqon-g,
._1mmWLTLAO1hXECuvVyQBNs {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important; }

._2P-ctpOKTUwL4QFa3XUr7s,
._1Ippmo0f9y66NDVnM3RrV2 {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important; }

._2mt82XaSOyADAPrWevFhqM,
._3OzCSCVXfwxrW0_r5Jt6ng {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important; }

._9uknoaHfmNjalsDpP0YoK,
._1RNNsrbG-g_Imi4ntPJmxs {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important; }

._2woioX0y4bbCBEDWGt6cYO,
._3D-HRyQeJVYVe740aAEuYD {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important; }

._1yI-_AaGTHK8DgvHF0-6Ja,
._1AB8BW-eCEIgYkE12O7LDi {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important; }

._2IIQZShnol-N1bnSxbzIUj,
._1gP72afLy-Dclx3W18SRW2 {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important; }

._38mYKXYmDCJlbGUlpyDI8Y,
._2d3nTsiWzirkmIXLYcJaEB {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important; }

.g5mBrYigqeuGdsU9tGsRU,
._1qb7RORGHjM4DbZPzQ3dQ8 {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important; }

._3XRYHOy7QeflOQyIC14ug2,
._3_RPsnBsPctkhAE9vs1O_j {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important; }

._2-B9CmHiB205TEugmvGFcn,
._3HF6XodiKOZ8lxJyWCVFHP {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important; }

._1M-4ULl_5PxFSjnNupWlk9,
.tI1aLf6WiPlLC_tSyd6GR {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important; }

._3ch-eC-OWbU6P-14mP0ikB,
._2xpuPPPk4zLgk8xxZ0Hddb {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important; }

.Ff7FWoo4YWFwcNUOeZRin,
._2nwc3Umvzp80HYbcZRor_I {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important; }

._3idYBYvUEt55gVhVs_q58V,
._3GDNLJvVAC5aWrt7cniWVO {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important; }

._2BntybUXbL7yxGrVS70O5F,
.xZGQbiUgSvkgtRQ-rdOtD {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important; }

.ohTMgZwknzcgWHXocZAR-,
._8_0bW9zZzjzLtIrPWtbE4 {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important; }

._3jKD7D6Kn8mgZUU3OWcs5K,
._1zkI1Jym9oiFBFIH-3LzZs {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important; }

._38_N4jWfiSmhnE_YjFGtW,
._32yjC51jCTRmt8q5ppHh1B {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important; }

.eygEudSn9ki_aI9kdnVre,
.BAQ93s5Jh3u9u3W_Vu_1g {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important; }

.f3i_MjHNJuA55IaqEo6mK,
._2h303ZP2Wwucub3nwJiJgF {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important; }

._3QskQ3XolPTz9n6OneAq9M,
._2OfZKt03iRFlU5gjEdKg9- {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important; }

._2VoglAX4HLzK1-TNTSlhbu,
._3_iE4DLdTu2hLLwKax5fej {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important; }

._3dFcTOJo6hZjYof7bpBKtJ,
._3dzinoMqXxexYVqguYrLkP {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important; }

._2gKRYzy5snFRE0RYaOVsAK,
.BVyodmMh0HfLbd4BXexXh {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important; }

._1PJwkoERQ9sfLgFkftmlWU,
._17a1HwIAHu8pon7jVEYiXM {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important; }

._2_EOjLItTQsz02LL22Se5M,
._23OT_dS6HocKmsJh0IQlpM {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important; }

._1YRDodE1i2AyDF24yJvP3r,
._3pFCnkznROcqiCN_y4z0Da {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important; }

._30Mr49-oYplhGfCmcRdEQZ,
._2-RiXF7PdKCS9ZLu_wrfbA {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important; }

._W2zvU6GpX2ZWTSaSAkyP,
._1RshdV436446tslBlp939u {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important; }

._21mRDhOfhxoidn30s56oUp,
._1Prp5hWUroj19Vx91bdoF9 {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important; }

._2UkDyGo58FEPRWFdgg_Gbq,
.-UOucnKUyTBvIkAwj5FoJ {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important; }

._1riz7Wl0Un2QeYlF0Vu0rl,
._2Id-sbyIRoBt0w74fNNH00 {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important; }

._3QlPIOjKOdNTO5rZRwc0US,
._2tNKdmqckl2_MAOHxqpLoa {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important; }

._2xPwRXfoxZAbkk5NV7baAm,
._3pbkbPFzMMBRFO7b7qt7Dx {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important; }

._3IKoyk66mHNuxUJ593YRkE,
._1KGJejShVfRxtBZWACdeCt {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important; }

._3PregHkML17Jh8SoVMXOLE,
.Y1XurGdzW-PpnyRpDfv9j {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important; }

._3pQLQck7yGXG7mgzCNwhK0,
.xafEiUiqAJZjHmH6EBCf8 {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important; }

._3dd_mVoekVDhmmpax_bkYu,
._10ltB39quYMP3dNBlh0E0V {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important; }

.fIXLgx9RU8iWisLBK9cmA,
._3wJwC3fCiSLx3L23fy9okY {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important; }

._1HMFD3KnEJLkUwaz4Hc3s-,
._2jwNsDkB3NLqDm_KoV9LzS {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important; }

._1MiU7jfhYI_49bAxVg4RYK,
._1sk3aoSzOf4-ANCGNq-09d {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important; }

._34jBiHeIWeu9isQ6wr-Wym,
.j3CaY9dFAtBwuBCaOABrq {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important; }

.NqiPvyAIWmvgbphydHTZu,
._2sWty8OUZMkGiza8w1jz8K {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important; }

._2ZhoNOtcbSm_ucAfHTQC5M,
._1EZhcYz4kBZpwL4IRVE4aY {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important; }

._153ASnWkqdLs8Tjjftl3pB,
._3TcpjnmG2F-ZIsJ0oBDhpw {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important; }

.vjtbEPvmsRQk1IQwEZ_7O,
.GIrMA5kDzkocWtKCTQX2A {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important; }

._3Eniz_tHB_ft43n_qTq8D0,
.QC63nDSI9PIq3MaGghIaO {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important; }

._24YwNprxGMPGuCD36fqM2l,
._2Uey9sE_WN_2vKuvcrATJk {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important; }

._1WdXZaZ9KLIFQNyCzVPNhZ,
._3alSkayMIPcXK3AY-qYfwb {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important; }

._1X8ocsb9Ts29NpuNmaYQQo,
._12DyI_w2lXeZZ0k5eaQMza {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important; }

._3F8AO1TDj8QMQdTVfzZPK-,
.jAixdATv72alINWVOGoMM {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important; }

._25Yt4pZmti3qMOxGXAb2WP,
._1Ce5ulkBTCrb7Yz0myiCwf {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important; }

._3K_j2yhYbwbqTPh66Ob8j9,
._1XAM2ibhh6TQr9NCoiL4Xf {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important; }

._2q3CsoDK3fNuXau0rlr0AK,
._2V8g760yrwix4wTpywk6EV {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important; }

._3TdltByvcmUlKso1gJV_oE,
._3rUSZd4WdOTLzwuY0QCXtt {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important; }

._3vhInWyKJbQlnf4gMeGr9a,
._1U3HlFQI9cmGsDDka3d3uE {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important; }

._2x2wt5z-FXta-Wh4rov9Qv,
._3IoVoL01c9QxcnB8Q9M5a1 {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important; }

.j8yA6TAlRlIrfvESkevk1,
._22QufLUEpIz47uhS1kYZ-S {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important; }

.cJcV8lXsKa_RRj4pADHHx,
._33h2EM_G3J9uw_L0ZU-6rA {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important; }

.Vf_lz8wfkJPcN7Qg_UgWy,
._2ibSZYfB2ycajs5ffoooZ4 {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important; }

._1PpQA-shvRGhzM5ynVn6i,
._2ceGg2arT88R7fuGKoHn8q {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important; }

._1Wsd3Opu8KsCARmvx7CQE2,
._1Gi2W-XAYSsgAeFahrS1T {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important; }

._310AFIXtvs_afC6mIVQyG1,
._2alvp_uC-xpv4xuJF2jWN0 {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important; }

.zP3C4pqikp82UGSmhRvqT,
.pKLLZ1ov9qdrGYcTef3fb {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important; }

.bPTWbpGvcA6NU9wVX3PYv,
.rpcewjsnLKzbyO8OiNx_2 {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important; }

._3GfykNRHice-12TI6erUzC,
._2MZZbq5_mx6Cmey_4PFiO9 {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important; }

.zBiPAjrrPQaDSZBbbij_h,
._2FKiNWraEWHHaHHzprLRVn {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important; }

._1Iv9JF7W4ezY1OfdzxDIl2,
.Q-hlqWB6pc0gs0m2HYTtn {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important; }

._3_4tClRAD1yRsEsIGfE67V,
.igLjbKcRIukgc42HKq6_2 {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important; }

.anNkZc1H2ENbznAyfwE73,
._2mY4pLmER3JhzfFHM4cKZ0 {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important; }

._1z1h1vLFeZFodhYU6E47S7,
._22y5WaYm8ZEFaSUjWmM_jz {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important; }

._1T4oumX0rTOr2Eh0k3Uvrd,
.kCkX3NKYwwsQ_QHGbyD6_ {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important; }

._3m8xv34H6z3zXok3-9K8dD,
._1H3vIoyruQrYMi1bI3ktQ7 {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important; }

._3K1zmyiRSgUEF8iJIx9IMm,
._2I-r-Xga8SAcMZrI62RwaC {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important; }

._3XWhszVhqgdAukfx9D7o4r,
._1AKAbUmQvlAOGr2ol6awIA {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important; }

._2x2qVxEgXx2VBmqzRvaGfD,
._21L43zkwKBkmA7lRnKkp2R {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important; }

._1GuijFj2eNQ9qOS_1L5A1F,
.AQxo5FqF77pzU2vtMRVrF {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important; }

._1MuvcRIxGaE9n3NA_Zi9R3,
._1FP4cLtuHDGQ-f9DSMPQLa {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important; }

._12x6bg5afHmQV9Azdvxi7,
.wc84GYLBj49Nh0GENXPFL {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important; }

._1HNI7_gXO_IoRz1wFNHIjX,
._8tLP9fbqCS13fO58kNFiE {
  height: 728px !important;
  min-height: 728px !important;
  max-height: 728px !important; }

._1NhoVP9AgJK-vutFUILaS_,
.vopHhcsWNjXFfbXqVBw7C {
  width: 728px !important;
  min-width: 728px !important;
  max-width: 728px !important; }

._3FsK4Yrn7_1Czq6OqBnVOI,
._2B9LnDzJ9S8bn7LcoDbR2l {
  height: 736px !important;
  min-height: 736px !important;
  max-height: 736px !important; }

.gxm48Y9gwHadx48hjYYtx,
._1jogkyE1vDDUukVrkLZFZu {
  width: 736px !important;
  min-width: 736px !important;
  max-width: 736px !important; }

.GrCutrazx1SP0qi7gzKAT,
._2vhx3R1lqXQxAVHkPIT43T {
  height: 744px !important;
  min-height: 744px !important;
  max-height: 744px !important; }

._1krA_fhxxQ2S1RZsepis6a,
._1xSH9O-T53KtZ2Ns2-djo2 {
  width: 744px !important;
  min-width: 744px !important;
  max-width: 744px !important; }

._19nF-DhPpcnCjHeY6hXjSZ,
.z3o6JVAQX5LY96S4kL3Jf {
  height: 752px !important;
  min-height: 752px !important;
  max-height: 752px !important; }

._1PUnl_4hrzYFA0Wf0EInby,
.pnMhqqdd4_bC8PCBlI2Ev {
  width: 752px !important;
  min-width: 752px !important;
  max-width: 752px !important; }

.TwychH-jFrwUKM8XW8J2a,
._23-vMDmgBXEvwQBw5zmUn7 {
  height: 768px !important;
  min-height: 768px !important;
  max-height: 768px !important; }

._3QmwZikqUa2BPsOZbE6fyL,
.rZnqS60rVl0fuv6v8nqLl {
  width: 768px !important;
  min-width: 768px !important;
  max-width: 768px !important; }

._2CM753lqTNDYqWxsaNuMR1,
._2vwRXq1eCdbz1yp14btgD2 {
  height: 776px !important;
  min-height: 776px !important;
  max-height: 776px !important; }

._1T_so32ytqnhRofrrKoWgi,
._3y_oZDnrN0C_uPBU3ayhSX {
  width: 776px !important;
  min-width: 776px !important;
  max-width: 776px !important; }

.-ADZRt-Se22YlNEDI1SxP,
._1F4oLkdHckDraWwtRRf0vA {
  height: 784px !important;
  min-height: 784px !important;
  max-height: 784px !important; }

.oiZqT_3nDFDvlCQ0NSjw4,
._785bN9XXweDkqkv_pij2I {
  width: 784px !important;
  min-width: 784px !important;
  max-width: 784px !important; }

._2xmm8MtIpbN9WMrN3t41Rz,
._CWBFcBCuQC-jaSY2qVQ6 {
  height: 792px !important;
  min-height: 792px !important;
  max-height: 792px !important; }

._3pmt0SX3I8FW-rEbaxPGR_,
.ncuHcfyHNfAxUuYCV8xat {
  width: 792px !important;
  min-width: 792px !important;
  max-width: 792px !important; }

._2UsiU962EYXmTKEIlI6Kgj,
.dZ9jxq_7H4GjMxd3cA8y {
  border: 1px solid rgba(0, 0, 0, 0.12); }

._1Izxmdd8E7GHK7cRjNFOrL,
._5GP0seTZqf3_VxD3gbT_z {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

._1uXztPt3F3is4F_4m_OXQP,
._3p-iahghMQp_mIcVQbVUSx {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

._2BepP_2DwpMJt7wGzGeeDJ,
._3OHyH2903HrsSQvMLvEQR4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

._2cFo120mbeFktwHNt33EVp,
._34LgdKUpvrUcbaRIU6OEZ7 {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

._1-TqmZLDHstmIXaQ9Ob0cf,
._26TAq66fPYQmCdq1kGGTLK {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

._1mq4q6AY2OEnakai507LQ3,
.YcLWymTcKo-O76NbMwBSO {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.nExYG5NPboHrGpnucgt1j {
  border-radius: 1px; }

.lnnkCyxvkidFvZhI9UW1x {
  border-radius: 2px; }

._1qDuYbhBAlsb7gY6b3D_bQ {
  border-radius: 3px; }

._2CsGpJa-ugmDNkMti6p5JM {
  border-radius: 4px; }

._7uEvYi92Ky8PgfQfKJxAP {
  border-radius: 5px; }

.HiHFCtR-WS4n1G0zbf34X {
  border-radius: 6px; }

._2n1WB--M23iVN-NxQ9xMZO {
  border-radius: 7px; }

.RQXUNA0yEMmOxPQj4-fZx {
  border-radius: 8px; }

._2l3WX1jMGQpeg-V8F7zA6q {
  border-radius: 9px; }

._1WE9shliimY7AnDXfaZAeB {
  border-radius: 10px; }

._3SL_X1l3aBfV-xLSJem78Y {
  border-radius: 11px; }

._3rkqQaoVIeSZa_uuAc0m1- {
  border-radius: 12px; }

/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 30vh !important;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  background-color: #fff; }

.ql-editor > * {
  cursor: text; }

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li, .ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

.ql-editor .ql-align-center {
  text-align: center; }

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  user-select: none; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.hideJoyRide {
  opacity: 0; }

.joyride-beacon {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  height: 36px;
  position: relative;
  width: 36px;
  z-index: 1500; }
  .joyride-beacon:active, .joyride-beacon:focus, .joyride-beacon:hover {
    outline: none; }
  .joyride-beacon__inner {
    animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #39f0af !important;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 18px;
    transform: translate(-50%, -50%);
    width: 50%; }
  .joyride-beacon__outer {
    animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(57, 240, 175, 0.2) !important;
    border: 2px solid #39f0af !important;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 100%; }

.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500; }

.joyride-hole {
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute; }
  .joyride-hole.safari {
    box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5); }

.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 1;
  padding: 20px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  width: 290px;
  z-index: 1510; }
  .joyride-tooltip--animate {
    animation: joyride-tooltip 0.4s forwards;
    animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18); }
  .joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute; }
  .joyride-tooltip.bottom, .joyride-tooltip.bottom-left, .joyride-tooltip.bottom-right {
    margin-top: 18px; }
    .joyride-tooltip.bottom .joyride-tooltip__triangle, .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.bottom-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 18px;
      left: 50%;
      top: -16px;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.top, .joyride-tooltip.top-left, .joyride-tooltip.top-right {
    margin-bottom: 18px; }
    .joyride-tooltip.top .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      bottom: -16px;
      height: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%; } }
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%; } }
  .joyride-tooltip.left {
    margin-right: 18px; }
    .joyride-tooltip.left .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      right: -16px;
      width: 18px; }
  .joyride-tooltip.right {
    margin-left: 18px; }
    .joyride-tooltip.right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      left: -16px;
      width: 18px; }
  .joyride-tooltip__close {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block; }
    .joyride-tooltip__close:active, .joyride-tooltip__close:focus, .joyride-tooltip__close:hover {
      outline: none; }
    .joyride-tooltip__close:hover, .joyride-tooltip__close:focus {
      color: rgba(60, 60, 60, 0.5);
      outline: none; }
    .joyride-tooltip__close--header {
      right: 20px;
      top: 20px; }
  .joyride-tooltip__header {
    border-bottom: 1px solid #F06639;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative; }
    .joyride-tooltip__header ~ .joyride-tooltip__main {
      padding: 12px 0 18px; }
  .joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px; }
  .joyride-tooltip__footer {
    text-align: right; }
  .joyride-tooltip__button {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0; }
    .joyride-tooltip__button:active, .joyride-tooltip__button:focus, .joyride-tooltip__button:hover {
      outline: none; }
    .joyride-tooltip__button--primary {
      background-color: #F06639;
      border-radius: 4px;
      color: #fff;
      padding: 6px 12px;
      transition: background-color 0.2s ease-in-out; }
      .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:focus, .joyride-tooltip__button--primary:hover {
        background-color: #f27c55;
        color: #fff; }
    .joyride-tooltip__button--secondary {
      color: #F06639;
      margin-right: 10px; }
    .joyride-tooltip__button--skip {
      color: #ccc;
      float: left;
      margin-right: 10px; }
  .joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0; }
  .joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none; }
  @media screen and (min-width: 480px) {
    .joyride-tooltip {
      width: 360px; } }
  @media screen and (min-width: 960px) {
    .joyride-tooltip {
      width: 450px; } }

@keyframes joyride-tooltip {
  0% {
    opacity: 1;
    transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1); } }

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@keyframes joyride-beacon-outer {
  0% {
    transform: scale(1); }
  45% {
    opacity: 0.7;
    transform: scale(0.75); }
  100% {
    opacity: 0.9;
    transform: scale(1); } }

.DayPickerKeyboardShortcuts_show {
  display: none; }

table tbody.js-CalendarMonthGrid button {
  background: transparent;
  border: 0;
  width: 39px;
  height: 38px;
  cursor: pointer; }

.DateInput {
  font-size: 13px;
  line-height: 13px;
  color: #757575;
  color: rgba(0, 0, 0, 0.35) !important;
  font-size: 1.65rem !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 5px;
  background: transparent !important;
  position: relative;
  display: inline-block;
  width: 38%;
  vertical-align: middle;
  text-align: center; }

.serviceLog .DateInput, .DateInput {
  line-height: 17px; }

.DateInput__withCaret::after, .DateInput__withCaret::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: auto;
  border: 10px solid transparent;
  border-top: 0;
  left: 22px;
  z-index: 2; }

.DateInput__withCaret::before {
  top: 34px;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.DateInput__withCaret::after {
  top: 34px;
  border-bottom-color: #DEDEDE; }

.DateInput__disabled {
  background: #DEDEDE; }

.DateInput_displayText {
  padding: 4px 8px;
  white-space: nowrap; }

.DateInput_displayText__hasInput {
  color: #484848; }

.DateInput_displayText__focused {
  background: #F06639;
  border-color: #F06639;
  border-radius: 3px;
  color: #fff; }

.DateInput_displayText__disabled {
  font-style: italic; }

.DateRangePicker {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px; }

.serviceLog .DateRangePicker {
  width: inherit; }

.DateRangePicker_picker {
  z-index: 1;
  background-color: #ffffff;
  position: absolute;
  top: 72px;
  top: 50px; }

.DateRangePicker__picker--show {
  visibility: visible; }

.DateRangePicker__picker--invisible {
  visibility: hidden; }

.DateRangePicker_picker__directionLeft {
  left: 0; }

.DateRangePicker_picker__directionRight {
  right: 0; }

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.DateRangePicker_picker__fullScreenPortal {
  background-color: #ffffff; }

.DateRangePicker_closeButton {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #DEDEDE; }

.DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.DateRangePickerInput {
  background-color: #DEDEDE;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  width: 100%; }

.DateRangePickerInput__disabled {
  background: #DEDEDE; }

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8%;
  text-align: center; }

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px; }

.DateRangePickerInput_clearDates {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.DateRangePickerInput_clearDates:focus, .DateRangePickerInput_clearDates:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.DateRangePickerInput_calendarIcon {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.CalendarDay_container {
  border: 1px solid #e4e7e7;
  padding: 0;
  box-sizing: border-box;
  color: #565a5c;
  cursor: pointer;
  width: 39px;
  height: 38px; }

.CalendarDay:active {
  background: #f2f2f2; }

.CalendarDay_button {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  box-sizing: border-box; }

.CalendarDay_button:active {
  background: #f2f2f2;
  outline: 0; }

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #565a5c;
  cursor: default; }

.CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover {
  background: #007a87; }

.CalendarDay__outside {
  border: 0;
  cursor: default;
  opacity: 0 !important;
  border: 1px double rgba(240, 102, 57, 0) !important; }

.CalendarDay__outside:active {
  background: #ffffff; }

.CalendarDay_container:hover {
  background: #e4e7e7;
  border: 1px double #d4d9d9;
  color: inherit; }

.CalendarDay__blocked_minimum_nights {
  color: #cacccd;
  background: #ffffff;
  border: 1px solid #e4e7e7;
  cursor: default; }

.CalendarDay__blocked_minimum_nights:active {
  background: #ffffff; }

.CalendarDay__selected_span {
  background: rgba(240, 102, 57, 0.75);
  border: 1px double rgba(240, 102, 57, 0.75);
  color: #ffffff; }

.CalendarDay__selected_span:active, .CalendarDay__selected_span:hover {
  background: rgba(240, 102, 57, 0.75);
  border: 1px double #F06639; }

.CalendarDay__last_in_range {
  border-right: #F06639; }

.CalendarDay--after-hovered-start, .CalendarDay--hovered-span {
  background: rgba(240, 102, 57, 0.75);
  border: 1px double #F06639;
  color: #ffffff; }

.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
  background: #F06639;
  border: 1px double #F06639;
  color: #ffffff; }

.CalendarDay--selected-end:active, .CalendarDay--selected-start:active, .CalendarDay--selected:active {
  background: #F06639; }

.CalendarDay__blocked_calendar {
  background: #DEDEDE;
  color: #82888a;
  cursor: default; }

.CalendarDay__blocked_calendar:active {
  background: #DEDEDE; }

.CalendarDay__blocked_out_of_range {
  color: #DEDEDE;
  background: #ffffff;
  border: 1px solid #e4e7e7;
  cursor: default; }

.CalendarDay__blocked_out_of_range:active {
  background: #ffffff; }

.CalendarMonth {
  text-align: center;
  padding: 0 13px;
  vertical-align: top;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px; }

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0; }

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  min-height: 100%;
  margin-left: 4px; }

.CalendarMonth__vertical {
  display: block; }

.CalendarMonth_caption {
  color: #3c3f40;
  margin-top: 7px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  padding: 15px 0 30px; }

.CalendarMonth_caption__verticalScrollable {
  padding: 5px 0; }

.CalendarMonthGrid {
  background: #DEDEDE;
  z-index: 0;
  text-align: left; }

.CalendarMonthGrid__animating {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index: 1; }

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
  width: 1200px; }

.CalendarMonthGrid__vertical {
  width: 300px;
  margin: 0 auto; }

.CalendarMonthGrid__vertical_scrollable {
  width: 300px;
  margin: 0 auto;
  overflow-y: scroll; }

.DayPicker {
  background: #DEDEDE;
  position: relative;
  text-align: left; }

.DayPicker__horizontal {
  background: #DEDEDE;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%; }

.DayPicker_portal__vertical {
  position: initial; }

.DayPicker_weekHeaders {
  position: relative; }

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px; }

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  width: 300px;
  height: 61px;
  top: 10px;
  z-index: 2;
  padding: 0 13px;
  text-align: left; }

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 60px 0;
  padding-left: 0; }

.DayPicker_weekHeader_li {
  display: inline-block;
  width: 39px;
  text-align: center; }

.DayPicker_weekHeader__vertical {
  margin-left: -150px;
  left: 50%; }

.DayPicker__verticalScrollable {
  height: 100%; }

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: white; }

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

.DayPicker_weekHeader__verticalScrollable {
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 302px; }

.DayPicker_transitionContainer__horizontal {
  transition: height 0.2s ease-in-out; }

.DayPicker_transitionContainer__vertical {
  width: 100%; }

.DayPickerNavigation_button {
  cursor: pointer;
  line-height: 0.78;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }

.DayPickerNavigation_button__default {
  border: 1px solid #dce0e0;
  background-color: #ffffff;
  color: #757575; }

.DayPickerNavigation_button__default:focus, .DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4; }

.DayPickerNavigation_button__default:active {
  background: #f2f2f2; }

.DayPickerNavigation--horizontal {
  position: relative; }

.DayPickerNavigation_button__horizontal {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  z-index: 2;
  position: absolute; }

.DayPickerNavigation_leftButton__horizontal {
  left: 22px; }

.DayPickerNavigation_rightButton__horizontal {
  right: 22px; }

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a; }

.DayPickerNavigation_container__vertical {
  background: #ffffff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
  z-index: 2; }

.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%; }

.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0; }

.DayPickerNavigation--vertical .DayPickerNavigation__next--default, .DayPickerNavigation--vertical .DayPickerNavigation__prev--default {
  text-align: center;
  font-size: 2.5em;
  padding: 5px; }

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848; }

.DayPickerNavigation--vertical-scrollable {
  position: relative; }

.DayPickerNavigation--vertical-scrollable .DayPickerNavigation__next {
  width: 100%; }

.DateInput {
  font-size: 13px;
  line-height: 13px;
  color: #757575;
  margin: 0;
  padding: 5px;
  background: #DEDEDE;
  position: relative;
  display: inline-block;
  width: 38%;
  vertical-align: middle;
  text-align: center; }

.serviceLog .DateInput, .DateInput {
  line-height: 17px;
  padding-left: 3px;
  margin-top: 2px; }

@media screen and (min-width: 1620px) {
  .DateInput {
    width: 40%; } }

.DateInput__withCaret::after, .DateInput__withCaret::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: auto;
  border: 10px solid transparent;
  border-top: 0;
  left: 22px;
  z-index: 2; }

.DateInput__withCaret::before {
  top: 34px;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.DateInput__withCaret::after {
  top: 34px;
  border-bottom-color: #DEDEDE; }

.DateInput__disabled {
  background: #DEDEDE; }

.DateInput_input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.DateInput_displayText {
  padding: 4px 8px;
  white-space: nowrap; }

.DateInput_displayText__hasInput {
  color: #484848; }

.DateInput_displayText__focused {
  background: #aaa;
  border-color: #aaa;
  border-radius: 3px;
  color: #fff; }

.DateInput_displayText__disabled {
  font-style: italic; }

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

.DateRangePicker {
  position: relative;
  display: inline-block; }

.DateRangePicker_picker {
  z-index: 1;
  background-color: #ffffff;
  position: absolute;
  top: 72px;
  top: 50px; }

.DateRangePicker_picker__directionLeft {
  left: 0; }

.DateRangePicker_picker__directionRight {
  right: 0; }

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.DateRangePicker_picker__fullScreenPortal {
  background-color: #ffffff; }

.DateRangePicker_closeButton {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #DEDEDE; }

.DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.DateRangePickerInput {
  background-color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
  height: 42px;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid; }

.DateRangePickerInput__disabled {
  background: #DEDEDE; }

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8%;
  text-align: center; }

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
  margin-left: 1px; }

.DateRangePickerInput_clearDates {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 0 10px 0 5px; }

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.DateRangePickerInput_clearDates:focus, .DateRangePickerInput_clearDates:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.DateRangePickerInput_calendarIcon {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.SingleDatePicker {
  position: relative;
  display: inline-block; }

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #ffffff;
  position: absolute;
  top: 72px; }

.SingleDatePicker_picker__directionLeft {
  left: 0; }

.SingleDatePicker_picker__directionRight {
  right: 0; }

.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #ffffff; }

.SingleDatePicker_closeButton {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.SingleDatePicker_closeButton:focus, .SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.SingleDatePickerInput {
  background-color: #ffffff;
  border: 1px solid #dbdbdb; }

.SingleDatePickerInput_clearDate {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 0 5px; }

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden; }

.SingleDatePickerInput_clearDate:hover, .SingleDatePickerInput_clearDate:hover {
  background: #dbdbdb;
  border-radius: 50%; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: normal;
  src: local("ProximaNova Regular"), local("ProximaNova-Regular"), url(/dist/7187743e071c283106537f87761786b2.woff) format("woff"); }

html {
  font-size: 62.5%; }

body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #eFeFeF;
  font-family: ProximaNova, sans-serif;
  font-size: 1.6rem;
  -webkit-touch-callout: none; }
  body * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, label, p, button, abbr, a, span, small {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input:not([type="checkbox"]):not([type="radio"]), button {
  outline: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

#onPrintCurrent input:not([type="checkbox"]):not([type="radio"]), #onPrintReplacement input:not([type="checkbox"]):not([type="radio"]) {
  padding: 0px;
  font-size: 1.4rem; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  opacity: .54; }

h1 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em; }

h2 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.8rem; }

h3 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4rem; }

h4 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  -moz-osx-font-smoothing: grayscale; }

h5 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em; }

h6 {
  font-family: ProximaNova, Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: .04em; }

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.SingleDatePicker .DateInput {
  width: 100%; }

.SingleDatePicker .CalendarDay__blocked_out_of_range {
  color: rgba(60, 63, 64, 0.28);
  background: #dedede;
  cursor: default; }

.SingleDatePicker_picker {
  top: 48px; }

.CalendarDay__hovered_span, .CalendarDay__hovered_span button, .CalendarDay__selected_span, .CalendarDay__selected_span button, .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
  background: #aaa;
  border: 1px double #aaa;
  color: #ffffff; }

th.disabled {
  display: table-cell; }

@media print {
  body {
    font-size: 15px !important; }
  div {
    font-size: 15px !important; }
  span {
    font-size: 15px !important; }
  label {
    font-size: 15px !important; }
  td {
    font-size: 14px !important; } }

.hiddenPrintItem {
  display: none !important;
  overflow: hidden !important; }

.serviceLog {
  max-width: 100% !important; }

._88r0Iuw18wz7AQSiyidk3 {
  background-color: inherit; }
  ._88r0Iuw18wz7AQSiyidk3 > div {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 34px; }

.Select--multi .Select-control .Select-arrow-zone, .Select--multi .Select-control .Select-multi-value-wrapper {
  background-color: #DEDEDE; }

.Select-control {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #ccc; }

.Select-menu-outer > span, .Select-menu-outer > div {
  padding-left: -10px;
  position: relative;
  margin-top: 0px; }

.Select--multi .Select-control .Select-multi-value-wrapper {
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.Select--multi .Select-control .Select-multi-value-wrapper > * {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.Select--multi .Select-multi-value-wrapper .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-multi-value-wrapper .Select-input {
  margin-left: 5px; }

.Select--multi .Select-multi-value-wrapper .Select-value {
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #f06639 !important;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
  overflow: hidden; }

.Select-multi-value-wrapper .Select-value-icon, .Select-multi-value-wrapper .Select-value-label, .Select--multi .Select-multi-value-wrapper .Select-value-icon, .Select--multi .Select-multi-value-wrapper .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-multi-value-wrapper .Select-value-label div {
  line-height: 1.8rem;
  background: transparent; }

.Select-value-label {
  padding-left: 10px; }

.Select--multi .Select-multi-value-wrapper .Select-value-label {
  cursor: default;
  padding: 2px 5px;
  max-height: 2.2rem;
  background: transparent;
  background-color: transparent; }

.Select--multi .Select-multi-value-wrapper a.Select-value-label {
  color: #484848;
  cursor: pointer;
  text-decoration: none; }

.Select--multi.Select-multi-value-wrapper a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-multi-value-wrapper .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c5c5c5;
  background: #f06639;
  color: white;
  padding: 1px 5px 0px;
  line-height: 1.8rem;
  padding: 1px 5px 3px; }

.Select--multi .Select-multi-value-wrapper .Select-value-icon:hover, .Select--multi .Select-multi-value-wrapper .Select-value-icon:focus {
  background-color: #d1d1d1;
  color: #3b3b3b;
  background-color: rgba(108, 108, 109, 0.48);
  color: #0077b3;
  background-color: #ca471c;
  color: #ffffff; }

.Select--multi .Select-multi-value-wrapper .Select-value-icon:active {
  background-color: #c5c5c5; }

.Select--multi.is-disabled .Select-multi-value-wrapper .Select-value {
  border: 1px solid #e3e3e3;
  color: #333;
  border: 1px solid rgba(153, 153, 153, 0.21) !important;
  background: rgba(153, 153, 153, 0.21) !important; }

.Select--multi.is-disabled .Select-multi-value-wrapper .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
  background: transparent;
  color: transparent;
  border: 0; }

.Select--multi.is-disabled .Select-multi-value-wrapper .Select-value-icon:hover, .Select--multi.is-disabled .Select-multi-value-wrapper .Select-value-icon:focus, .Select--multi.is-disabled .Select-multi-value-wrapper .Select-value-icon:active {
  background-color: #fcfcfc; }

.Select .Select-control .Select-arrow-zone {
  vertical-align: top !important;
  padding-top: 7px !important; }

.Select, .Select div, .Select input, .Select span {
  border-bottom: 0px; }

.Select .Select-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }

.Select, .Select .Select-control {
  position: relative; }

.Select .Select-menu-outer {
  position: absolute;
  top: 100px;
  width: 100%; }
  .Select .Select-menu-outer .Select-menu {
    font-size: 12px;
    line-height: 2.5;
    color: #333333;
    background: #fff; }
    .Select .Select-menu-outer .Select-menu::-webkit-scrollbar {
      width: 6px; }
    .Select .Select-menu-outer .Select-menu::-webkit-scrollbar-track {
      border-radius: 4px; }
    .Select .Select-menu-outer .Select-menu::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background: #9b9b9b;
      height: 100px; }
    .Select .Select-menu-outer .Select-menu .Select-option.is-focused {
      background: rgba(234, 138, 179, 0.15); }

.Select.is-open {
  position: absolute;
  top: 50px; }

 {
  /*media all*/ }
  #equityLogSimpleSearchFilters .Select-control {
    background-color: #dedede; }
  .Select .Select-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .Select, .Select .Select-control {
    position: relative;
    background: #DEDEDE;
    background-color: #DEDEDE; }
  .Select .Select-menu-outer {
    position: absolute;
    top: 30px;
    left: 0px; }
  #topBarQuickSearch .Select .Select-menu-outer {
    top: 42px !important; }
  .Select.is-open {
    position: absolute;
    top: 0px; }
  .Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #FF5722;
    padding: 1px 5px 3px;
    height: 2.3rem;
    color: #FFFFFF;
    background-color: #FF5722;
    line-height: 2rem;
    padding-left: 5px;
    width: 19px;
    margin-left: -5px; }
  .Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    height: 2.3rem;
    line-height: 2rem;
    background: #FFFFFF;
    padding-left: 0; }
  .Select--multi .Select-value {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #f06639;
    color: #F06639;
    display: inline-block;
    font-size: 0.9em;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top; }
  .Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: rgba(255, 87, 34, 0.5);
    color: #FFFFFF; }
  .Select.is-disabled > .Select-control {
    background-color: transparent; }
  .Select-multi-value-wrapper .Select-value-label div {
    background: transparent; }
  #equityLogContainer .Select--single .Select-value-label {
    background: transparent;
    background-color: transparent; }
  header .Select--single .Select-value-label, header .Select, header .Select .Select-control, header .Select-menu-outer {
    position: relative;
    background: white;
    background-color: white;
    width: 100%;
    border: 0;
    height: 40px;
    border: none;
    border-bottom: none !important; }
  header #topBarQuickSearch {
    position: relative;
    top: 0;
    max-width: 322px;
    margin-top: 10.2px;
    margin-bottom: 10.2px; }
    @media only screen and (max-width: 1299px) {
      header #topBarQuickSearch {
        margin-left: 0px; } }
  .is-disabled > div {
    border: 1px solid rgba(70, 69, 69, 0.19) !important; }
  .is-disabled > .Select > .Select-control {
    background-color: transparent; }
  .is-disabled .Select-value {
    border: 1px solid rgba(70, 69, 69, 0.19) !important; }
  #equityLogHeader .Select .Select-control, #equityLogHeader .Select {
    background: #FFFFFF;
    position: relative; }
  #dropdownHelper .Select--single {
    min-width: 200px;
    width: 100%;
    position: relative;
    max-width: 100%;
    z-index: 9;
    right: 14px;
    left: 0px;
    background: #efefef; }
  #dropdownHelper .Select--single.is-focused {
    width: 100%;
    max-width: 100%;
    right: 14px;
    left: 0px;
    top: 0px;
    min-height: 60px; }
  #dropdownHelper .Select .Select-menu-outer {
    margin-left: 0px;
    margin-right: 10px;
    width: 100%;
    max-width: 100%;
    border: 0; }
  #dropdownHelper .Select .Select-menu-outer > div {
    margin-left: 0px;
    margin-right: 10px;
    width: 100%;
    max-width: 100%;
    border: 0;
    z-index: 999; }
  #dropdownHelper .Select--multi {
    min-width: 200px;
    width: 100%;
    position: relative;
    max-width: 100%;
    z-index: 9;
    right: 14px;
    left: 0px;
    background: #efefef; }
  #dropdownHelper .Select--multi.is-focused {
    right: 0px;
    left: 0px;
    top: 0px;
    min-height: inherit; }
  #dropdownHelper .Select--single div, #dropdownHelper .Select--multi div, #dropdownHelper .Select--single, #dropdownHelper .Select--multi {
    background: #DEDEDE !important; }
  .joyride .joyride-overlay .joyride-hole {
    max-height: 1000px; }

