.swal-icon--error { border-color: rgb(242, 116, 116); animation: 0.5s ease 0s 1 normal none running animateErrorIcon; }
.swal-icon--error__x-mark { position: relative; display: block; animation: 0.5s ease 0s 1 normal none running animateXMark; }
.swal-icon--error__line { position: absolute; height: 5px; width: 47px; background-color: rgb(242, 116, 116); display: block; top: 37px; border-radius: 2px; }
.swal-icon--error__line--left { transform: rotate(45deg); left: 17px; }
.swal-icon--error__line--right { transform: rotate(-45deg); right: 16px; }
@-webkit-keyframes animateErrorIcon { 
  0% { transform: rotateX(100deg); opacity: 0; }
  100% { transform: rotateX(0deg); opacity: 1; }
}
@keyframes animateErrorIcon { 
  0% { transform: rotateX(100deg); opacity: 0; }
  100% { transform: rotateX(0deg); opacity: 1; }
}
@-webkit-keyframes animateXMark { 
  0% { transform: scale(0.4); margin-top: 26px; opacity: 0; }
  50% { transform: scale(0.4); margin-top: 26px; opacity: 0; }
  80% { transform: scale(1.15); margin-top: -6px; }
  100% { transform: scale(1); margin-top: 0px; opacity: 1; }
}
@keyframes animateXMark { 
  0% { transform: scale(0.4); margin-top: 26px; opacity: 0; }
  50% { transform: scale(0.4); margin-top: 26px; opacity: 0; }
  80% { transform: scale(1.15); margin-top: -6px; }
  100% { transform: scale(1); margin-top: 0px; opacity: 1; }
}
.swal-icon--warning { border-color: rgb(248, 187, 134); animation: 0.75s ease 0s infinite alternate none running pulseWarning; }
.swal-icon--warning__body { width: 5px; height: 47px; top: 10px; border-radius: 2px; margin-left: -2px; }
.swal-icon--warning__body, .swal-icon--warning__dot { position: absolute; left: 50%; background-color: rgb(248, 187, 134); }
.swal-icon--warning__dot { width: 7px; height: 7px; border-radius: 50%; margin-left: -4px; bottom: -11px; }
@-webkit-keyframes pulseWarning { 
  0% { border-color: rgb(248, 212, 134); }
  100% { border-color: rgb(248, 187, 134); }
}
@keyframes pulseWarning { 
  0% { border-color: rgb(248, 212, 134); }
  100% { border-color: rgb(248, 187, 134); }
}
.swal-icon--success { border-color: rgb(165, 220, 134); }
.swal-icon--success::after, .swal-icon--success::before { content: ""; border-radius: 50%; position: absolute; width: 60px; height: 120px; background: rgb(255, 255, 255); transform: rotate(45deg); }
.swal-icon--success::before { border-radius: 120px 0px 0px 120px; top: -7px; left: -33px; transform: rotate(-45deg); transform-origin: 60px 60px; }
.swal-icon--success::after { border-radius: 0px 120px 120px 0px; top: -11px; left: 30px; transform: rotate(-45deg); transform-origin: 0px 60px; animation: 4.25s ease-in 0s 1 normal none running rotatePlaceholder; }
.swal-icon--success__ring { width: 80px; height: 80px; border: 4px solid rgba(164, 219, 132, 0.2); border-radius: 50%; box-sizing: content-box; position: absolute; left: -4px; top: -4px; z-index: 2; }
.swal-icon--success__hide-corners { width: 5px; height: 90px; background-color: rgb(255, 255, 255); padding: 1px; position: absolute; left: 28px; top: 8px; z-index: 1; transform: rotate(-45deg); }
.swal-icon--success__line { height: 5px; background-color: rgb(165, 220, 134); display: block; border-radius: 2px; position: absolute; z-index: 2; }
.swal-icon--success__line--tip { width: 25px; left: 14px; top: 46px; transform: rotate(45deg); animation: 0.75s ease 0s 1 normal none running animateSuccessTip; }
.swal-icon--success__line--long { width: 47px; right: 8px; top: 38px; transform: rotate(-45deg); animation: 0.75s ease 0s 1 normal none running animateSuccessLong; }
@-webkit-keyframes rotatePlaceholder { 
  0% { transform: rotate(-45deg); }
  5% { transform: rotate(-45deg); }
  12% { transform: rotate(-405deg); }
  100% { transform: rotate(-405deg); }
}
@keyframes rotatePlaceholder { 
  0% { transform: rotate(-45deg); }
  5% { transform: rotate(-45deg); }
  12% { transform: rotate(-405deg); }
  100% { transform: rotate(-405deg); }
}
@-webkit-keyframes animateSuccessTip { 
  0% { width: 0px; left: 1px; top: 19px; }
  54% { width: 0px; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; }
}
@keyframes animateSuccessTip { 
  0% { width: 0px; left: 1px; top: 19px; }
  54% { width: 0px; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; }
}
@-webkit-keyframes animateSuccessLong { 
  0% { width: 0px; right: 46px; top: 54px; }
  65% { width: 0px; right: 46px; top: 54px; }
  84% { width: 55px; right: 0px; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; }
}
@keyframes animateSuccessLong { 
  0% { width: 0px; right: 46px; top: 54px; }
  65% { width: 0px; right: 46px; top: 54px; }
  84% { width: 55px; right: 0px; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; }
}
.swal-icon--info { border-color: rgb(201, 218, 225); }
.swal-icon--info::before { width: 5px; height: 29px; bottom: 17px; border-radius: 2px; margin-left: -2px; }
.swal-icon--info::after, .swal-icon--info::before { content: ""; position: absolute; left: 50%; background-color: rgb(201, 218, 225); }
.swal-icon--info::after { width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; top: 19px; }
.swal-icon { width: 80px; height: 80px; border-width: 4px; border-style: solid; border-radius: 50%; padding: 0px; position: relative; box-sizing: content-box; margin: 20px auto; }
.swal-icon:first-child { margin-top: 32px; }
.swal-icon--custom { width: auto; height: auto; max-width: 100%; border: none; border-radius: 0px; }
.swal-icon img { max-width: 100%; max-height: 100%; }
.swal-title { color: rgba(0, 0, 0, 0.65); font-weight: 600; text-transform: none; position: relative; display: block; padding: 13px 16px; font-size: 27px; line-height: normal; text-align: center; margin-bottom: 0px; }
.swal-title:first-child { margin-top: 26px; }
.swal-title:not(:first-child) { padding-bottom: 0px; }
.swal-title:not(:last-child) { margin-bottom: 13px; }
.swal-text { font-size: 16px; position: relative; float: none; line-height: normal; vertical-align: top; text-align: left; display: inline-block; margin: 0px; padding: 0px 10px; font-weight: 400; color: rgba(0, 0, 0, 0.64); max-width: calc(100% - 20px); overflow-wrap: break-word; box-sizing: border-box; }
.swal-text:first-child { margin-top: 45px; }
.swal-text:last-child { margin-bottom: 45px; }
.swal-footer { text-align: right; margin-top: 13px; padding: 13px 16px; border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.swal-button-container { margin: 5px; display: inline-block; position: relative; }
.swal-button { background-color: rgb(124, 209, 249); color: rgb(255, 255, 255); border: none; box-shadow: none; border-radius: 5px; font-weight: 600; font-size: 14px; padding: 10px 24px; margin: 0px; cursor: pointer; }
.swal-button:not([disabled]):hover { background-color: rgb(120, 203, 242); }
.swal-button:active { background-color: rgb(112, 188, 224); }
.swal-button:focus { outline: none; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(43, 114, 165, 0.29) 0px 0px 0px 3px; }
.swal-button[disabled] { opacity: 0.5; cursor: default; }
.swal-button--cancel { color: rgb(85, 85, 85); background-color: rgb(239, 239, 239); }
.swal-button--cancel:not([disabled]):hover { background-color: rgb(232, 232, 232); }
.swal-button--cancel:active { background-color: rgb(215, 215, 215); }
.swal-button--cancel:focus { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(116, 136, 150, 0.29) 0px 0px 0px 3px; }
.swal-button--danger { background-color: rgb(230, 73, 66); }
.swal-button--danger:not([disabled]):hover { background-color: rgb(223, 71, 64); }
.swal-button--danger:active { background-color: rgb(207, 66, 59); }
.swal-button--danger:focus { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(165, 43, 43, 0.29) 0px 0px 0px 3px; }
.swal-content { padding: 0px 20px; margin-top: 20px; font-size: medium; }
.swal-content:last-child { margin-bottom: 20px; }
.swal-content__input, .swal-content__textarea { appearance: none; background-color: rgb(255, 255, 255); font-size: 14px; display: block; box-sizing: border-box; width: 100%; border: 1px solid rgba(0, 0, 0, 0.14); padding: 10px 13px; border-radius: 2px; transition: border-color 0.2s; }
.swal-content__input:focus, .swal-content__textarea:focus { outline: none; border-color: rgb(109, 184, 255); }
.swal-content__textarea { resize: vertical; }
.swal-button--loading { color: transparent; }
.swal-button--loading ~ .swal-button__loader { opacity: 1; }
.swal-button__loader { position: absolute; height: auto; width: 43px; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; pointer-events: none; opacity: 0; }
.swal-button__loader div { display: inline-block; float: none; vertical-align: baseline; width: 9px; height: 9px; padding: 0px; border: none; margin: 2px; opacity: 0.4; border-radius: 7px; background-color: rgba(255, 255, 255, 0.9); transition: background 0.2s; animation: 1s ease 0s infinite normal none running swal-loading-anim; }
.swal-button__loader div:nth-child(3n+2) { animation-delay: 0.15s; }
.swal-button__loader div:nth-child(3n+3) { animation-delay: 0.3s; }
@-webkit-keyframes swal-loading-anim { 
  0% { opacity: 0.4; }
  20% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}
@keyframes swal-loading-anim { 
  0% { opacity: 0.4; }
  20% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}
.swal-overlay { position: fixed; inset: 0px; text-align: center; font-size: 0px; overflow-y: auto; background-color: rgba(0, 0, 0, 0.4); z-index: 10000; pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.swal-overlay::before { content: " "; display: inline-block; vertical-align: middle; height: 100%; }
.swal-overlay--show-modal { opacity: 1; pointer-events: auto; }
.swal-overlay--show-modal .swal-modal { opacity: 1; pointer-events: auto; box-sizing: border-box; animation: 0.3s ease 0s 1 normal none running showSweetAlert; will-change: transform; }
.swal-modal { width: 478px; opacity: 0; pointer-events: none; background-color: rgb(255, 255, 255); text-align: center; border-radius: 5px; position: static; margin: 20px auto; display: inline-block; vertical-align: middle; transform: scale(1); transform-origin: 50% 50%; z-index: 10001; transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s; }
@media (max-width: 500px) {
  .swal-modal { width: calc(100% - 20px); }
}
@-webkit-keyframes showSweetAlert { 
  0% { transform: scale(1); }
  1% { transform: scale(0.5); }
  45% { transform: scale(1.05); }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
@keyframes showSweetAlert { 
  0% { transform: scale(1); }
  1% { transform: scale(0.5); }
  45% { transform: scale(1.05); }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
body { overscroll-behavior-y: none; }
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }
.slide-container { background-color: rgb(255, 255, 255); }
.slide { margin: 0px auto; max-width: 1000px; padding: 10px; }
.slide-caption { background-color: rgb(247, 247, 247); border-radius: 50px; color: rgb(95, 158, 160); font-family: "Arial Narrow", Arial, sans-serif, Roboto; font-size: 25px; font-weight: 600; margin-bottom: 10px; padding: 20px 25px; }
.slide-image { display: block; margin: 0px auto 20px; max-height: 400px; max-width: 100%; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2") format("woff2"); unicode-range: U+1F00-1FFF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2") format("woff2"); unicode-range: U+370-3FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2") format("woff2"); unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 300; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") format("woff2"); unicode-range: U+1F00-1FFF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") format("woff2"); unicode-range: U+370-3FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format("woff2"); unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 400; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2") format("woff2"); unicode-range: U+1F00-1FFF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2") format("woff2"); unicode-range: U+370-3FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2") format("woff2"); unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 500; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2") format("woff2"); unicode-range: U+1F00-1FFF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2") format("woff2"); unicode-range: U+370-3FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2") format("woff2"); unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-display: swap; font-family: Roboto; font-style: normal; font-weight: 700; src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root { --toastify-color-light: #fff; --toastify-color-dark: #121212; --toastify-color-info: #3498db; --toastify-color-success: #07bc0c; --toastify-color-warning: #f1c40f; --toastify-color-error: #e74c3c; --toastify-color-transparent: #ffffffb3; --toastify-icon-color-info: var(--toastify-color-info); --toastify-icon-color-success: var(--toastify-color-success); --toastify-icon-color-warning: var(--toastify-color-warning); --toastify-icon-color-error: var(--toastify-color-error); --toastify-toast-width: 320px; --toastify-toast-offset: 16px; --toastify-toast-top: max(var(--toastify-toast-offset),env(safe-area-inset-top)); --toastify-toast-right: max(var(--toastify-toast-offset),env(safe-area-inset-right)); --toastify-toast-left: max(var(--toastify-toast-offset),env(safe-area-inset-left)); --toastify-toast-bottom: max(var(--toastify-toast-offset),env(safe-area-inset-bottom)); --toastify-toast-background: #fff; --toastify-toast-min-height: 64px; --toastify-toast-max-height: 800px; --toastify-toast-bd-radius: 6px; --toastify-font-family: sans-serif; --toastify-z-index: 9999; --toastify-text-color-light: #757575; --toastify-text-color-dark: #fff; --toastify-text-color-info: #fff; --toastify-text-color-success: #fff; --toastify-text-color-warning: #fff; --toastify-text-color-error: #fff; --toastify-spinner-color: #616161; --toastify-spinner-color-empty-area: #e0e0e0; --toastify-color-progress-light: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55); --toastify-color-progress-dark: #bb86fc; --toastify-color-progress-info: var(--toastify-color-info); --toastify-color-progress-success: var(--toastify-color-success); --toastify-color-progress-warning: var(--toastify-color-warning); --toastify-color-progress-error: var(--toastify-color-error); --toastify-color-progress-bgo: 0.2; }
.Toastify__toast-container { box-sizing: border-box; color: rgb(255, 255, 255); padding: 4px; position: fixed; transform: translateZ(var(--toastify-z-index)); width: var(--toastify-toast-width); z-index: var(--toastify-z-index); }
.Toastify__toast-container--top-left { left: var(--toastify-toast-left); top: var(--toastify-toast-top); }
.Toastify__toast-container--top-center { left: 50%; top: var(--toastify-toast-top); transform: translateX(-50%); }
.Toastify__toast-container--top-right { right: var(--toastify-toast-right); top: var(--toastify-toast-top); }
.Toastify__toast-container--bottom-left { bottom: var(--toastify-toast-bottom); left: var(--toastify-toast-left); }
.Toastify__toast-container--bottom-center { bottom: var(--toastify-toast-bottom); left: 50%; transform: translateX(-50%); }
.Toastify__toast-container--bottom-right { bottom: var(--toastify-toast-bottom); right: var(--toastify-toast-right); }
@media only screen and (max-width: 480px) {
  .Toastify__toast-container { left: env(safe-area-inset-left); margin: 0px; padding: 0px; width: 100vw; }
  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right { top: env(safe-area-inset-top); transform: translateX(0px); }
  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right { bottom: env(safe-area-inset-bottom); transform: translateX(0px); }
  .Toastify__toast-container--rtl { left: auto; right: env(safe-area-inset-right); }
}
.Toastify__toast { --y: 0; border-radius: var(--toastify-toast-bd-radius); box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; box-sizing: border-box; cursor: default; direction: ltr; display: flex; font-family: var(--toastify-font-family); justify-content: space-between; margin-bottom: 1rem; max-height: var(--toastify-toast-max-height); min-height: var(--toastify-toast-min-height); overflow: hidden; padding: 8px; position: relative; touch-action: none; z-index: 0; }
.Toastify__toast--stacked { position: absolute; transform: translate3d(0,var(--y),0) scale(var(--s)); transition: transform 0.3s; width: 100%; }
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button, .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body { transition: opacity 0.1s; }
.Toastify__toast--stacked[data-collapsed="false"] { overflow: visible; }
.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * { opacity: 0; }
.Toastify__toast--stacked::after { bottom: 100%; content: ""; height: calc(var(--g)*1px); left: 0px; position: absolute; right: 0px; }
.Toastify__toast--stacked[data-pos="top"] { top: 0px; }
.Toastify__toast--stacked[data-pos="bot"] { bottom: 0px; }
.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked::before { transform-origin: center top; }
.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked::before { transform-origin: center bottom; }
.Toastify__toast--stacked::before { bottom: 0px; content: ""; height: 100%; left: 0px; position: absolute; right: 0px; transform: scaleY(3); z-index: -1; }
.Toastify__toast--rtl { direction: rtl; }
.Toastify__toast--close-on-click { cursor: pointer; }
.Toastify__toast-body { align-items: center; display: flex; flex: 1 1 auto; margin: auto 0px; padding: 6px; }
.Toastify__toast-body > div:last-child { flex: 1 1 0%; word-break: break-word; }
.Toastify__toast-icon { display: flex; flex-shrink: 0; margin-inline-end: 10px; width: 20px; }
.Toastify--animate { animation-duration: 0.5s; animation-fill-mode: both; }
.Toastify--animate-icon { animation-duration: 0.3s; animation-fill-mode: both; }
@media only screen and (max-width: 480px) {
  .Toastify__toast { border-radius: 0px; margin-bottom: 0px; }
}
.Toastify__toast-theme--dark { background: var(--toastify-color-dark); color: var(--toastify-text-color-dark); }
.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light { background: var(--toastify-color-light); color: var(--toastify-text-color-light); }
.Toastify__toast-theme--colored.Toastify__toast--info { background: var(--toastify-color-info); color: var(--toastify-text-color-info); }
.Toastify__toast-theme--colored.Toastify__toast--success { background: var(--toastify-color-success); color: var(--toastify-text-color-success); }
.Toastify__toast-theme--colored.Toastify__toast--warning { background: var(--toastify-color-warning); color: var(--toastify-text-color-warning); }
.Toastify__toast-theme--colored.Toastify__toast--error { background: var(--toastify-color-error); color: var(--toastify-text-color-error); }
.Toastify__progress-bar-theme--light { background: var(--toastify-color-progress-light); }
.Toastify__progress-bar-theme--dark { background: var(--toastify-color-progress-dark); }
.Toastify__progress-bar--info { background: var(--toastify-color-progress-info); }
.Toastify__progress-bar--success { background: var(--toastify-color-progress-success); }
.Toastify__progress-bar--warning { background: var(--toastify-color-progress-warning); }
.Toastify__progress-bar--error { background: var(--toastify-color-progress-error); }
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning { background: var(--toastify-color-transparent); }
.Toastify__close-button { align-self: flex-start; background: rgba(0, 0, 0, 0); border: none; color: rgb(255, 255, 255); cursor: pointer; opacity: 0.7; outline: none; padding: 0px; transition: 0.3s; z-index: 1; }
.Toastify__close-button--light { color: rgb(0, 0, 0); opacity: 0.3; }
.Toastify__close-button > svg { fill: currentcolor; height: 16px; width: 14px; }
.Toastify__close-button:focus, .Toastify__close-button:hover { opacity: 1; }
@keyframes Toastify__trackProgress { 
  0% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}
.Toastify__progress-bar { border-bottom-left-radius: var(--toastify-toast-bd-radius); bottom: 0px; height: 100%; left: 0px; opacity: 0.7; position: absolute; transform-origin: left center; width: 100%; z-index: var(--toastify-z-index); }
.Toastify__progress-bar--animated { animation: auto linear 0s 1 normal forwards running Toastify__trackProgress; }
.Toastify__progress-bar--controlled { transition: transform 0.2s; }
.Toastify__progress-bar--rtl { border-bottom-left-radius: 0px; border-bottom-right-radius: var(--toastify-toast-bd-radius); left: auto; right: 0px; transform-origin: right center; }
.Toastify__progress-bar--wrp { border-bottom-left-radius: var(--toastify-toast-bd-radius); bottom: 0px; height: 5px; left: 0px; position: absolute; width: 100%; }
.Toastify__progress-bar--wrp[data-hidden="true"] { opacity: 0; }
.Toastify__progress-bar--bg { height: 100%; opacity: var(--toastify-color-progress-bgo); width: 100%; }
.Toastify__spinner { animation: 0.65s linear 0s infinite normal none running Toastify__spin; border-width: 2px; border-style: solid; border-image: initial; border-top-color: ; border-bottom-color: ; border-left-color: ; border-radius: 100%; border-right-color: var(--toastify-spinner-color); box-sizing: border-box; height: 20px; width: 20px; }
@keyframes Toastify__bounceInRight { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); }
  75% { transform: translate3d(10px, 0px, 0px); }
  90% { transform: translate3d(-5px, 0px, 0px); }
  100% { transform: none; }
}
@keyframes Toastify__bounceOutRight { 
  20% { opacity: 1; transform: translate3d(-20px,var(--y),0); }
  100% { opacity: 0; transform: translate3d(2000px,var(--y),0); }
}
@keyframes Toastify__bounceInLeft { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px); }
  75% { transform: translate3d(-10px, 0px, 0px); }
  90% { transform: translate3d(5px, 0px, 0px); }
  100% { transform: none; }
}
@keyframes Toastify__bounceOutLeft { 
  20% { opacity: 1; transform: translate3d(20px,var(--y),0); }
  100% { opacity: 0; transform: translate3d(-2000px,var(--y),0); }
}
@keyframes Toastify__bounceInUp { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  75% { transform: translate3d(0px, 10px, 0px); }
  90% { transform: translate3d(0px, -5px, 0px); }
  100% { transform: translateZ(0px); }
}
@keyframes Toastify__bounceOutUp { 
  20% { transform: translate3d(0,calc(var(--y) - 10px),0); }
  40%, 45% { opacity: 1; transform: translate3d(0,calc(var(--y) + 20px),0); }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}
@keyframes Toastify__bounceInDown { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: none; }
}
@keyframes Toastify__bounceOutDown { 
  20% { transform: translate3d(0,calc(var(--y) - 10px),0); }
  40%, 45% { opacity: 1; transform: translate3d(0,calc(var(--y) + 20px),0); }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}
.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left { animation-name: Toastify__bounceInLeft; }
.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right { animation-name: Toastify__bounceInRight; }
.Toastify__bounce-enter--top-center { animation-name: Toastify__bounceInDown; }
.Toastify__bounce-enter--bottom-center { animation-name: Toastify__bounceInUp; }
.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left { animation-name: Toastify__bounceOutLeft; }
.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right { animation-name: Toastify__bounceOutRight; }
.Toastify__bounce-exit--top-center { animation-name: Toastify__bounceOutUp; }
.Toastify__bounce-exit--bottom-center { animation-name: Toastify__bounceOutDown; }
@keyframes Toastify__zoomIn { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
@keyframes Toastify__zoomOut { 
  0% { opacity: 1; }
  50% { opacity: 0; transform: translate3d(0,var(--y),0) scale3d(.3,.3,.3); }
  100% { opacity: 0; }
}
.Toastify__zoom-enter { animation-name: Toastify__zoomIn; }
.Toastify__zoom-exit { animation-name: Toastify__zoomOut; }
@keyframes Toastify__flipIn { 
  0% { animation-timing-function: ease-in; opacity: 0; transform: perspective(400px) rotateX(90deg); }
  40% { animation-timing-function: ease-in; transform: perspective(400px) rotateX(-20deg); }
  60% { opacity: 1; transform: perspective(400px) rotateX(10deg); }
  80% { transform: perspective(400px) rotateX(-5deg); }
  100% { transform: perspective(400px); }
}
@keyframes Toastify__flipOut { 
  0% { transform: translate3d(0,var(--y),0) perspective(400px); }
  30% { opacity: 1; transform: translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg); }
  100% { opacity: 0; transform: translate3d(0,var(--y),0) perspective(400px) rotateX(90deg); }
}
.Toastify__flip-enter { animation-name: Toastify__flipIn; }
.Toastify__flip-exit { animation-name: Toastify__flipOut; }
@keyframes Toastify__slideInRight { 
  0% { transform: translate3d(110%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0,var(--y),0); }
}
@keyframes Toastify__slideInLeft { 
  0% { transform: translate3d(-110%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0,var(--y),0); }
}
@keyframes Toastify__slideInUp { 
  0% { transform: translate3d(0px, 110%, 0px); visibility: visible; }
  100% { transform: translate3d(0,var(--y),0); }
}
@keyframes Toastify__slideInDown { 
  0% { transform: translate3d(0px, -110%, 0px); visibility: visible; }
  100% { transform: translate3d(0,var(--y),0); }
}
@keyframes Toastify__slideOutRight { 
  0% { transform: translate3d(0,var(--y),0); }
  100% { transform: translate3d(110%,var(--y),0); visibility: hidden; }
}
@keyframes Toastify__slideOutLeft { 
  0% { transform: translate3d(0,var(--y),0); }
  100% { transform: translate3d(-110%,var(--y),0); visibility: hidden; }
}
@keyframes Toastify__slideOutDown { 
  0% { transform: translate3d(0,var(--y),0); }
  100% { transform: translate3d(0px, 500px, 0px); visibility: hidden; }
}
@keyframes Toastify__slideOutUp { 
  0% { transform: translate3d(0,var(--y),0); }
  100% { transform: translate3d(0px, -500px, 0px); visibility: hidden; }
}
.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left { animation-name: Toastify__slideInLeft; }
.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right { animation-name: Toastify__slideInRight; }
.Toastify__slide-enter--top-center { animation-name: Toastify__slideInDown; }
.Toastify__slide-enter--bottom-center { animation-name: Toastify__slideInUp; }
.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left { animation-duration: 0.3s; animation-name: Toastify__slideOutLeft; animation-timing-function: ease-in; }
.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right { animation-duration: 0.3s; animation-name: Toastify__slideOutRight; animation-timing-function: ease-in; }
.Toastify__slide-exit--top-center { animation-duration: 0.3s; animation-name: Toastify__slideOutUp; animation-timing-function: ease-in; }
.Toastify__slide-exit--bottom-center { animation-duration: 0.3s; animation-name: Toastify__slideOutDown; animation-timing-function: ease-in; }
@keyframes Toastify__spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
html { -webkit-font-smoothing: antialiased; box-sizing: border-box; text-size-adjust: 100%; }
*, ::before, ::after { box-sizing: inherit; }
strong, b { font-weight: 700; }
body { margin: 0px; color: rgb(255, 255, 255); font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1rem; line-height: 1.5; letter-spacing: 0.00938em; background-color: rgb(18, 18, 18); }
@media print {
  body { background-color: rgb(255, 255, 255); }
}
body::backdrop { background-color: rgb(18, 18, 18); }
.css-tiwrqz { display: flex; flex-direction: column; width: 100%; box-sizing: border-box; flex-shrink: 0; position: sticky; z-index: 1100; top: 0px; left: auto; right: 0px; }
.css-1moj6oc { background-color: rgb(18, 18, 18); color: rgb(255, 255, 255); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px; background-image: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09)); display: flex; flex-direction: column; width: 100%; box-sizing: border-box; flex-shrink: 0; position: sticky; z-index: 1100; top: 0px; left: auto; right: 0px; }
.css-wlficz { position: relative; display: flex; -webkit-box-align: center; align-items: center; padding-left: 16px; padding-right: 16px; min-height: 56px; flex-wrap: wrap; }
@media (min-width: 600px) {
  .css-wlficz { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 0px) {
  @media (orientation: landscape) {
  .css-wlficz { min-height: 48px; }
}
}
@media (min-width: 600px) {
  .css-wlficz { min-height: 64px; }
}
.css-v29lsd { text-align: center; flex: 0 0 auto; border-radius: 50%; overflow: visible; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); margin-left: -12px; color: inherit; padding: 12px; font-size: 1.75rem; margin-right: 16px; }
.css-v29lsd:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-v29lsd:hover { background-color: transparent; }
}
.css-v29lsd.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-1o0cvv { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px 16px 0px -12px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; text-align: center; flex: 0 0 auto; border-radius: 50%; overflow: visible; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); color: inherit; padding: 12px; font-size: 1.75rem; }
.css-1o0cvv.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1o0cvv { -webkit-print-color-adjust: exact; }
}
.css-1o0cvv:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1o0cvv:hover { background-color: transparent; }
}
.css-1o0cvv.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-vubbuv { user-select: none; width: 1em; height: 1em; display: inline-block; fill: currentcolor; flex-shrink: 0; transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1); font-size: 1.5rem; }
.css-kve784 { margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.25rem; line-height: 1.6; letter-spacing: 0.0075em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-box-flex: 1; flex-grow: 1; }
.css-2n8tw9 { text-align: center; flex: 0 0 auto; border-radius: 50%; overflow: visible; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); color: inherit; padding: 12px; font-size: 1.75rem; }
.css-2n8tw9:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-2n8tw9:hover { background-color: transparent; }
}
.css-2n8tw9.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-1ps3nxk { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; text-align: center; flex: 0 0 auto; border-radius: 50%; overflow: visible; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); color: inherit; padding: 12px; font-size: 1.75rem; }
.css-1ps3nxk.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1ps3nxk { -webkit-print-color-adjust: exact; }
}
.css-1ps3nxk:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1ps3nxk:hover { background-color: transparent; }
}
.css-1ps3nxk.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-mcddml { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 6px 8px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: inherit; border-color: currentcolor; }
.css-mcddml:hover { text-decoration: none; background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-mcddml:hover { background-color: transparent; }
}
.css-mcddml.Mui-disabled { color: rgba(255, 255, 255, 0.3); }
.css-1twddc0 { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px currentcolor; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 6px 8px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: inherit; }
.css-1twddc0.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1twddc0 { -webkit-print-color-adjust: exact; }
}
.css-1twddc0:hover { text-decoration: none; background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1twddc0:hover { background-color: transparent; }
}
.css-1twddc0.Mui-disabled { color: rgba(255, 255, 255, 0.3); }
.css-a3xyjy { z-index: 1200; }
.css-zftref { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-height: 36px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1); border-radius: 50%; padding: 0px; min-width: 0px; width: 56px; height: 56px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; color: rgb(255, 255, 255); background-color: rgb(103, 58, 183); position: fixed; z-index: 1000; bottom: 20px; right: 20px; }
.css-zftref:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px; }
.css-zftref:hover { background-color: rgb(245, 245, 245); text-decoration: none; }
@media (hover: none) {
  .css-zftref:hover { background-color: rgb(224, 224, 224); }
}
.css-zftref.Mui-focusVisible { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; }
.css-zftref:hover { background-color: rgb(72, 40, 128); }
@media (hover: none) {
  .css-zftref:hover { background-color: rgb(103, 58, 183); }
}
.css-zftref.Mui-disabled { color: rgba(255, 255, 255, 0.3); box-shadow: none; background-color: rgba(255, 255, 255, 0.12); }
.css-6o7tta { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; box-sizing: border-box; -webkit-tap-highlight-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-height: 36px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1); border-radius: 50%; padding: 0px; min-width: 0px; width: 56px; height: 56px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; color: rgb(255, 255, 255); background-color: rgb(103, 58, 183); position: fixed; z-index: 1000; bottom: 20px; right: 20px; }
.css-6o7tta.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-6o7tta { -webkit-print-color-adjust: exact; }
}
.css-6o7tta:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px; }
.css-6o7tta:hover { background-color: rgb(245, 245, 245); text-decoration: none; }
@media (hover: none) {
  .css-6o7tta:hover { background-color: rgb(224, 224, 224); }
}
.css-6o7tta.Mui-focusVisible { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; }
.css-6o7tta:hover { background-color: rgb(72, 40, 128); }
@media (hover: none) {
  .css-6o7tta:hover { background-color: rgb(103, 58, 183); }
}
.css-6o7tta.Mui-disabled { color: rgba(255, 255, 255, 0.3); box-shadow: none; background-color: rgba(255, 255, 255, 0.12); }
.css-3f7h21 { background-color: rgb(18, 18, 18); padding-top: 64px; padding-bottom: 48px; }
.css-1m6pqln { width: 100%; margin-left: auto; box-sizing: border-box; margin-right: auto; display: block; padding-left: 16px; padding-right: 16px; }
@media (min-width: 600px) {
  .css-1m6pqln { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 600px) {
  .css-1m6pqln { max-width: 600px; }
}
.css-10zkeww { margin: 0px 0px 0.35em; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 300; font-size: 3.75rem; line-height: 1.2; letter-spacing: -0.00833em; text-align: center; color: rgb(255, 255, 255); }
.css-yk5zmx { margin: 0px 0px 16px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1.5rem; line-height: 1.334; letter-spacing: 0em; text-align: center; color: rgba(255, 255, 255, 0.7); }
.css-ad60k4 { display: flex; flex-direction: row; -webkit-box-pack: center; justify-content: center; padding-top: 32px; }
.css-ad60k4 > :not(style):not(style) { margin: 0px; }
.css-ad60k4 > :not(style) ~ :not(style) { margin-left: 16px; }
.css-1ovmtvc { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 6px 16px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: rgb(255, 255, 255); background-color: rgb(245, 0, 87); box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; }
.css-1ovmtvc:hover { text-decoration: none; background-color: rgb(171, 0, 60); box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px; }
@media (hover: none) {
  .css-1ovmtvc:hover { background-color: rgb(245, 0, 87); }
}
.css-1ovmtvc:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px; }
.css-1ovmtvc.Mui-focusVisible { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; }
.css-1ovmtvc.Mui-disabled { color: rgba(255, 255, 255, 0.3); box-shadow: none; background-color: rgba(255, 255, 255, 0.12); }
.css-1v2o3xh { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 6px 16px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: rgb(255, 255, 255); background-color: rgb(245, 0, 87); box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; }
.css-1v2o3xh.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1v2o3xh { -webkit-print-color-adjust: exact; }
}
.css-1v2o3xh:hover { text-decoration: none; background-color: rgb(171, 0, 60); box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px; }
@media (hover: none) {
  .css-1v2o3xh:hover { background-color: rgb(245, 0, 87); }
}
.css-1v2o3xh:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px; }
.css-1v2o3xh.Mui-focusVisible { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px; }
.css-1v2o3xh.Mui-disabled { color: rgba(255, 255, 255, 0.3); box-shadow: none; background-color: rgba(255, 255, 255, 0.12); }
.css-189vxq1 { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 5px 15px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(245, 0, 87, 0.5); color: rgb(245, 0, 87); }
.css-189vxq1:hover { text-decoration: none; background-color: rgba(245, 0, 87, 0.08); border: 1px solid rgb(245, 0, 87); }
@media (hover: none) {
  .css-189vxq1:hover { background-color: transparent; }
}
.css-189vxq1.Mui-disabled { color: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.12); }
.css-10npyvu { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.875rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 5px 15px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(245, 0, 87, 0.5); color: rgb(245, 0, 87); }
.css-10npyvu.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-10npyvu { -webkit-print-color-adjust: exact; }
}
.css-10npyvu:hover { text-decoration: none; background-color: rgba(245, 0, 87, 0.08); border: 1px solid rgb(245, 0, 87); }
@media (hover: none) {
  .css-10npyvu:hover { background-color: transparent; }
}
.css-10npyvu.Mui-disabled { color: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.12); }
.css-1cn3yto { box-sizing: border-box; display: flex; flex-flow: wrap; width: 100%; -webkit-box-pack: center; justify-content: center; }
.css-19jto2r { margin-top: 80px; margin-bottom: 80px; }
.css-1y5hkxg { display: inline-block; color: rgb(245, 0, 87); animation: 1.4s linear 0s infinite normal none running animation-61bdi0; margin-left: 16px; }
@-webkit-keyframes animation-61bdi0 { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes animation-61bdi0 { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.css-13o7eu2 { display: block; }
.css-14891ef { stroke: currentcolor; stroke-dasharray: 80px, 200px; stroke-dashoffset: 0; animation: 1.4s ease-in-out 0s infinite normal none running animation-1p2h4ri; }
@-webkit-keyframes animation-1p2h4ri { 
  0% { stroke-dasharray: 1px, 200px; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 100px, 200px; stroke-dashoffset: -15px; }
  100% { stroke-dasharray: 100px, 200px; stroke-dashoffset: -125px; }
}
@keyframes animation-1p2h4ri { 
  0% { stroke-dasharray: 1px, 200px; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 100px, 200px; stroke-dashoffset: -15px; }
  100% { stroke-dasharray: 100px, 200px; stroke-dashoffset: -125px; }
}
.css-bekbz { margin: 32px 0px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.43; letter-spacing: 0.01071em; text-align: center; color: rgba(255, 255, 255, 0.7); }
.css-1cik1k3 { text-decoration: underline; color: inherit; }
.css-1cik1k3:hover { text-decoration-color: inherit; }
.css-1i1yl23 { margin: 0px; font: inherit; text-decoration: underline; color: inherit; }
.css-1i1yl23:hover { text-decoration-color: inherit; }
.css-12snods { position: fixed; inset: 0px; visibility: hidden; z-index: 1200; }
.css-1mbdz04 { z-index: -1; }
.css-919eu4 { position: fixed; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; inset: 0px; background-color: rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: transparent; z-index: -1; }
.css-16ru3nl { overflow-y: auto; display: flex; flex-direction: column; height: 100%; flex: 1 0 auto; z-index: 1200; position: fixed; top: 0px; outline: 0px; left: 0px; }
.css-joswy0 { background-color: rgb(18, 18, 18); color: rgb(255, 255, 255); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)); overflow-y: auto; display: flex; flex-direction: column; height: 100%; flex: 1 0 auto; z-index: 1200; position: fixed; top: 0px; outline: 0px; left: 0px; }
.css-1mmtv2s { width: 220px; }
.css-1ontqvh { list-style: none; margin: 0px; padding: 8px 0px; position: relative; }
.css-t4amvf { display: flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: center; align-items: center; position: relative; text-decoration: none; width: 100%; box-sizing: border-box; text-align: left; padding: 8px 16px; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-t4amvf.Mui-focusVisible { background-color: rgba(255, 255, 255, 0.12); }
.css-t4amvf.Mui-selected { background-color: rgba(245, 0, 87, 0.16); }
.css-t4amvf.Mui-selected.Mui-focusVisible { background-color: rgba(245, 0, 87, 0.28); }
.css-t4amvf.Mui-disabled { opacity: 0.38; }
.css-t4amvf:hover { text-decoration: none; background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-t4amvf:hover { background-color: transparent; }
}
.css-t4amvf.Mui-selected:hover { background-color: rgba(245, 0, 87, 0.24); }
@media (hover: none) {
  .css-t4amvf.Mui-selected:hover { background-color: rgba(245, 0, 87, 0.16); }
}
.css-1g7usbf { -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; border-radius: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; color: inherit; display: flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: center; align-items: center; position: relative; text-decoration: none; width: 100%; box-sizing: border-box; text-align: left; padding: 8px 16px; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-1g7usbf.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1g7usbf { -webkit-print-color-adjust: exact; }
}
.css-1g7usbf.Mui-focusVisible { background-color: rgba(255, 255, 255, 0.12); }
.css-1g7usbf.Mui-selected { background-color: rgba(245, 0, 87, 0.16); }
.css-1g7usbf.Mui-selected.Mui-focusVisible { background-color: rgba(245, 0, 87, 0.28); }
.css-1g7usbf.Mui-disabled { opacity: 0.38; }
.css-1g7usbf:hover { text-decoration: none; background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1g7usbf:hover { background-color: transparent; }
}
.css-1g7usbf.Mui-selected:hover { background-color: rgba(245, 0, 87, 0.24); }
@media (hover: none) {
  .css-1g7usbf.Mui-selected:hover { background-color: rgba(245, 0, 87, 0.16); }
}
.css-5n5rd1 { min-width: 56px; color: rgb(255, 255, 255); flex-shrink: 0; display: inline-flex; }
.css-1tsvksn { flex: 1 1 auto; min-width: 0px; margin-top: 4px; margin-bottom: 4px; }
.css-yb0lig { margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1rem; line-height: 1.5; letter-spacing: 0.00938em; display: block; }
.css-1px5dlw { margin: 0px; flex-shrink: 0; border-width: 0px 0px thin; border-style: solid; border-color: rgba(255, 255, 255, 0.12); }
.css-n2n0ek { position: fixed; inset: 0px auto 0px 0px; z-index: 1199; }
.css-w0pj6f { overflow: hidden; pointer-events: none; position: absolute; z-index: 0; inset: 0px; border-radius: inherit; }
.css-qcmvgp { width: 100%; margin-left: auto; box-sizing: border-box; margin-right: auto; display: block; padding: 24px 16px; }
@media (min-width: 600px) {
  .css-qcmvgp { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 1536px) {
  .css-qcmvgp { max-width: 1536px; }
}
.css-1tz8m30 { box-sizing: border-box; display: flex; flex-flow: wrap; margin-top: -32px; width: calc(100% + 32px); margin-left: -32px; }
.css-1tz8m30 > .MuiGrid-item { padding-top: 32px; }
.css-1tz8m30 > .MuiGrid-item { padding-left: 32px; }
.css-1pmmlk2 { box-sizing: border-box; margin: 0px; flex-direction: row; flex-basis: 100%; -webkit-box-flex: 0; flex-grow: 0; max-width: 100%; }
@media (min-width: 600px) {
  .css-1pmmlk2 { flex-basis: 50%; -webkit-box-flex: 0; flex-grow: 0; max-width: 50%; }
}
@media (min-width: 900px) {
  .css-1pmmlk2 { flex-basis: 25%; -webkit-box-flex: 0; flex-grow: 0; max-width: 25%; }
}
@media (min-width: 1200px) {
  .css-1pmmlk2 { flex-basis: 25%; -webkit-box-flex: 0; flex-grow: 0; max-width: 25%; }
}
@media (min-width: 1536px) {
  .css-1pmmlk2 { flex-basis: 25%; -webkit-box-flex: 0; flex-grow: 0; max-width: 25%; }
}
.css-spouv7 { overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.css-1t5j3t0 { background-color: rgb(18, 18, 18); color: rgb(255, 255, 255); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px; background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)); overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.css-kzbta7 { box-sizing: border-box; display: flex; flex-flow: wrap; width: 100%; justify-content: right; }
.css-82nlra { margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.43; letter-spacing: 0.01071em; text-align: right; color: gray; padding-left: 16px; padding-right: 16px; padding-top: 16px; }
.css-11ist2r { display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; object-fit: cover; margin-top: 8px; z-index: 0; }
.css-157x52t { text-align: center; flex: 0 0 auto; font-size: 1.5rem; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; border-radius: 50%; width: 60px; height: 60px; padding: 0px; opacity: 0.7; }
.css-157x52t:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-157x52t:hover { background-color: transparent; }
}
.css-157x52t.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-1pmxu0u { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; text-align: center; flex: 0 0 auto; font-size: 1.5rem; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; border-radius: 50%; width: 60px; height: 60px; padding: 0px; opacity: 0.7; }
.css-1pmxu0u.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1pmxu0u { -webkit-print-color-adjust: exact; }
}
.css-1pmxu0u:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1pmxu0u:hover { background-color: transparent; }
}
.css-1pmxu0u.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-dituub { user-select: none; width: 1em; height: 1em; display: inline-block; fill: currentcolor; flex-shrink: 0; transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1); font-size: 40px; }
.css-10ofaip { padding: 16px; -webkit-box-flex: 1; flex-grow: 1; }
.css-10ofaip:last-child { padding-bottom: 24px; }
.css-t1nuxs { margin: 0px 0px 0.35em; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1.5rem; line-height: 1.334; letter-spacing: 0em; }
.css-9l3uo3 { margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1rem; line-height: 1.5; letter-spacing: 0.00938em; }
.css-ny0n9o { display: flex; -webkit-box-align: center; align-items: center; padding: 8px; }
.css-ny0n9o > :not(style) ~ :not(style) { margin-left: 8px; }
.css-p6w225 { text-align: center; flex: 0 0 auto; font-size: 1.5rem; padding: 8px; border-radius: 50%; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-p6w225:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-p6w225:hover { background-color: transparent; }
}
.css-p6w225.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-ljbzgc { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; text-align: center; flex: 0 0 auto; font-size: 1.5rem; padding: 8px; border-radius: 50%; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-ljbzgc.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-ljbzgc { -webkit-print-color-adjust: exact; }
}
.css-ljbzgc:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-ljbzgc:hover { background-color: transparent; }
}
.css-ljbzgc.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-2ymb5h { text-align: center; flex: 0 0 auto; font-size: 1.5rem; padding: 8px; border-radius: 50%; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-2ymb5h:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-2ymb5h:hover { background-color: transparent; }
}
.css-2ymb5h.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-1egpgfe { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; text-align: center; flex: 0 0 auto; font-size: 1.5rem; padding: 8px; border-radius: 50%; overflow: visible; color: rgb(255, 255, 255); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.css-1egpgfe.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-1egpgfe { -webkit-print-color-adjust: exact; }
}
.css-1egpgfe:hover { background-color: rgba(255, 255, 255, 0.08); }
@media (hover: none) {
  .css-1egpgfe:hover { background-color: transparent; }
}
.css-1egpgfe.Mui-disabled { background-color: transparent; color: rgba(255, 255, 255, 0.3); }
.css-ac6w3d { box-sizing: border-box; display: flex; flex-flow: wrap; width: 100%; align-items: flex-end; }
.css-9oam38 { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.8125rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 4px 5px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: rgb(245, 0, 87); }
.css-9oam38:hover { text-decoration: none; background-color: rgba(245, 0, 87, 0.08); }
@media (hover: none) {
  .css-9oam38:hover { background-color: transparent; }
}
.css-9oam38.Mui-disabled { color: rgba(255, 255, 255, 0.3); }
.css-kjedc1 { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; background-color: transparent; outline: 0px; border: 0px; margin: 0px; cursor: pointer; user-select: none; vertical-align: middle; appearance: none; text-decoration: none; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 0.8125rem; line-height: 1.75; letter-spacing: 0.02857em; text-transform: uppercase; min-width: 64px; padding: 4px 5px; border-radius: 4px; transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1); color: rgb(245, 0, 87); }
.css-kjedc1.Mui-disabled { pointer-events: none; cursor: default; }
@media print {
  .css-kjedc1 { -webkit-print-color-adjust: exact; }
}
.css-kjedc1:hover { text-decoration: none; background-color: rgba(245, 0, 87, 0.08); }
@media (hover: none) {
  .css-kjedc1:hover { background-color: transparent; }
}
.css-kjedc1.Mui-disabled { color: rgba(255, 255, 255, 0.3); }
.css-z1egx1 { display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; margin-top: 8px; z-index: 0; }
.qJTHM { user-select: none; color: rgb(32, 33, 36); direction: ltr; font-family: Roboto-Regular, arial, sans-serif; -webkit-font-smoothing: antialiased; font-weight: 400; margin: 0px; overflow: hidden; text-size-adjust: 100%; }
.ynRLnc { left: -9999px; position: absolute; top: -9999px; }
.L6cTce { display: none; }
.bltWBb { word-break: break-all; }
.hSRGPd { color: rgb(26, 115, 232); cursor: pointer; font-weight: 500; text-decoration: none; }
.Bz112c-W3lGp { height: 16px; width: 16px; }
.Bz112c-E3DyYd { height: 20px; width: 20px; }
.Bz112c-r9oPif { height: 24px; width: 24px; }
.Bz112c-uaxL4e { border-radius: 10px; }
.LgbsSe-Bz112c { display: block; }
.S9gUrf-YoZ4jf, .S9gUrf-YoZ4jf * { border: none; margin: 0px; padding: 0px; }
.fFW7wc-ibnC6b > .aZ2wEe > div { border-color: rgb(66, 133, 244); }
.P1ekSe-ZMv3u > div:nth-child(1) { background-color: rgb(26, 115, 232) !important; }
.P1ekSe-ZMv3u > div:nth-child(2), .P1ekSe-ZMv3u > div:nth-child(3) { background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(26, 115, 232), rgb(26, 115, 232)) !important; }
.haAclf { display: inline-block; }
.nsm7Bb-HzV7m-LgbsSe { border-radius: 4px; box-sizing: border-box; transition: background-color 0.218s, border-color 0.218s; user-select: none; appearance: none; background-color: rgb(255, 255, 255); background-image: none; border: 1px solid rgb(218, 220, 224); color: rgb(60, 64, 67); cursor: pointer; font-family: "Google Sans", arial, sans-serif; font-size: 14px; height: 40px; letter-spacing: 0.25px; outline: none; overflow: hidden; padding: 0px 12px; position: relative; text-align: center; vertical-align: middle; white-space: nowrap; width: auto; }
@media screen and (-ms-high-contrast:active) {
  .nsm7Bb-HzV7m-LgbsSe { border: 2px solid windowtext; color: windowtext; }
}
.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe { font-size: 14px; height: 32px; letter-spacing: 0.25px; padding: 0px 10px; }
.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe { font-size: 11px; height: 20px; letter-spacing: 0.3px; padding: 0px 8px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe { padding: 0px; width: 40px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe { width: 32px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe { width: 20px; }
.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK { border-radius: 20px; }
.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.pSzOP-SxQuSe { border-radius: 16px; }
.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.purZT-SxQuSe { border-radius: 10px; }
.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc { border: none; color: rgb(255, 255, 255); }
.nsm7Bb-HzV7m-LgbsSe.MFS4be-v3pZbf-Ia7Qfc { background-color: rgb(26, 115, 232); }
.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc { background-color: rgb(32, 33, 36); color: rgb(232, 234, 237); }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { height: 18px; margin-right: 8px; min-width: 18px; width: 18px; }
.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { height: 14px; min-width: 14px; width: 14px; }
.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { height: 10px; min-width: 10px; width: 10px; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c { margin-left: 8px; margin-right: -4px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { margin: 0px; padding: 10px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { padding: 8px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c { padding: 4px; }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-top-left-radius: 3px; border-bottom-left-radius: 3px; display: flex; justify-content: center; align-items: center; background-color: rgb(255, 255, 255); height: 36px; margin-left: -10px; margin-right: 12px; min-width: 36px; width: 36px; }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c, .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c { margin: 0px; padding: 0px; }
.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { height: 28px; margin-left: -8px; margin-right: 10px; min-width: 28px; width: 28px; }
.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { height: 16px; margin-left: -6px; margin-right: 8px; min-width: 16px; width: 16px; }
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 3px; margin-left: 2px; margin-right: 0px; padding: 0px; }
.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 18px; }
.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 14px; }
.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 8px; }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb { display: flex; align-items: center; flex-flow: row; justify-content: space-between; height: 100%; position: relative; width: 100%; }
.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX { justify-content: center; }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId { flex-grow: 1; font-family: "Google Sans", arial, sans-serif; font-weight: 500; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }
.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-BPrWId { font-weight: 300; }
.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId { flex-grow: 0; }
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe { transition: background-color 0.218s; inset: 0px; position: absolute; }
.nsm7Bb-HzV7m-LgbsSe:hover, .nsm7Bb-HzV7m-LgbsSe:focus { box-shadow: none; border-color: rgb(210, 227, 252); outline: none; }
.nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe, .nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe { background: rgba(66, 133, 244, 0.04); }
.nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe { background: rgba(66, 133, 244, 0.1); }
.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe, .nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe { background: rgba(255, 255, 255, 0.24); }
.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe { background: rgba(255, 255, 255, 0.32); }
.nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY { border-radius: 50%; display: flex; height: 20px; margin-left: -4px; margin-right: 8px; min-width: 20px; width: 20px; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId { font-family: Roboto; font-size: 12px; text-align: left; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .ssJRIf, .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .fmcmS { overflow: hidden; text-overflow: ellipsis; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff { display: flex; align-items: center; color: rgb(95, 99, 104); fill: rgb(95, 99, 104); font-size: 11px; font-weight: 400; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff { color: rgb(232, 234, 237); fill: rgb(232, 234, 237); }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .Bz112c { height: 18px; margin: -3px -3px -3px 2px; min-width: 18px; width: 18px; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 0px 3px 3px 0px; margin-left: 12px; margin-right: -10px; }
.nsm7Bb-HzV7m-LgbsSe.jVeSEe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf { border-radius: 18px; }
.L5Fo6c-sM5MNb { border: 0px; display: block; left: 0px; position: relative; top: 0px; }
.L5Fo6c-bF1uUb { border-radius: 4px; inset: 0px; cursor: pointer; position: absolute; }
.L5Fo6c-bF1uUb:focus { border: none; outline: none; }
sentinel { }
