: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:hsla(0,0%,100%,.7);--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.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)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13,110,253,.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:50%;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5*var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-left:calc(-.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-.5*var(--bs-modal-header-padding-y)) calc(-.5*var(--bs-modal-header-padding-x)) calc(-.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border:0 solid transparent}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-.5*var(--bs-offcanvas-padding-y)) calc(-.5*var(--bs-offcanvas-padding-x)) calc(-.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media(min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media(min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media(min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media(min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media(min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--primary-bg-layout-six:linear-gradient(180deg,#9b4dff,#4e1d8c);--primary-bg:#171a2b;--secondary-bg:#36de7f26;--grey-dark-bg:#232325;--grey-light-bg:#403f44;--black-bg:#1b1b1b;--dark-blue-bg:#262a4b;--dark-blue-bg2:#1c1f38;--purple:#c070ff;--primary:#000908;--secondary:#36de7f26;--grey:#b9b9b9;--grey2:#7c8ca7;--light-grey:#7f7f7f;--green:#36de7f;--white:#fff;--pink:#ff0090;--black:#1b1b1b;--dark-blue:#262a4b;--dark-blue2:#1c1f38;--gold:#f8bf1a;--radial-green:radial-gradient(55.41% 164.56% at 53.15% 143.33%,#1ffe5d 0%,#001720 100%);--linear-green:linear-gradient(180deg,#22b963,#1d8c5c);--linear-dark-green:linear-gradient(180deg,#1d8c5c -3.33%,#33375c 108.79%);--bs-secondary-bg:#191939;--bs-border-color:#00000000;--bs-tertiary-bg:#2c2852;--bs-border-width:2px;--bs-border-radius-lg:1.4rem}.GREEN{--primary-bg:#171a2b;--secondary-bg:#36de7f26;--grey-dark-bg:#232325;--grey-light-bg:#403f44;--black-bg:#1b1b1b;--dark-blue-bg:#262a4b;--dark-blue-bg2:#1c1f38;--dark-blue-bg3:#191c33;--dark-blue-bg4:#181a31;--primary:#000908;--secondary:#36de7f26;--grey:#b9b9b9;--grey2:#7c8ca7;--grey3:#888;--light-grey:#7f7f7f;--green:#36de7f;--green2:#5e815e;--dark-green:rgba(20,255,108,.2);--dark-green2:#113f38;--white:#fff;--white2:#d9d9d9;--pink:#ff0090;--black:#1b1b1b;--dark-blue:#262a4b;--dark-blue2:#1c1f38;--gold:#f8bf1a;--red:#ff3c3c;--radial-green:radial-gradient(55.41% 164.56% at 53.15% 143.33%,#1ffe5d 0%,#001720 100%);--linear-green:linear-gradient(180deg,#22b963,#1d8c5c);--linear-green2:linear-gradient(180deg,#22b963,#82ffb8 65.54%,#1d8c5c 113.35%);--linear-dark-green:linear-gradient(180deg,#1d8c5c -3.33%,#33375c 108.79%);--linear-dark-blue:linear-gradient(360deg,#121426 43.29%,#1c1f38);--radial-dark-orange:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0%,#9c2a1e 47.58%,#490b2d 100%);--bs-secondary-bg:#191939;--bs-border-color:#00000000;--bs-tertiary-bg:#2c2852;--bs-border-width:2px;--bs-border-radius-lg:1.4rem}.YELLOW{--root-background:#000908;--primary-bg:#323635;--secondary-bg:#bbfc01;--dark-yellow-bg:#bbfc0133;--black-bg:#021a1a;--grey-bg:#b9b9b9;--grey2-bg:#484848;--primary:#323635;--secondary:#bbfc01;--black:#021a1a;--white:#fff;--white2:#d9d9d9;--green:#42ff86;--grey:#ffffff66;--grey2:#b9b9b9;--grey3:#484848;--grey4:#2b302f;--grey5:#888;--grey6:#ffffff1a;--linear-black:linear-gradient(97.35deg,#2b2f2e 5.26%,#14181b 93.83%);--linear-black2:linear-gradient(169.88deg,#2b2f2e,#14181b 48.16%);--linear-black3:linear-gradient(97.35deg,#23261d 7.31%,#161616 92.78%);--linear-black4:linear-gradient(170deg,#2b2f2e,#14181b 48.16%);--linear-black4:linear-gradient(89.95deg,#363b2c -11.57%,#1f1f1f 76.73%);--linear-yellow:linear-gradient(180deg,#f4ffd3,#bbfc01);--linear-yellow2:linear-gradient(143.96deg,#8bbb00 0.48%,rgba(2,26,26,.1) 113%);--linear-yellow3:linear-gradient(180deg,rgba(187,252,1,.2),#bbfc01 93.52%);--linear-black-yellow:linear-gradient(180deg,#2f3034 58.89%,#bbfc01 119.38%);--linear-green-yellow:linear-gradient(179.25deg,rgba(187,252,1,.5) 23.21%,rgba(47,48,52,0) 39.69%);--radial-yellow:radial-gradient(50% 31250% at 50% 50%,#bbfc01 0%,rgba(171,221,26,0) 100%);--radial-yellow2:radial-gradient(50% 31250% at 50% 50%,#bbfc01 0%,rgba(171,221,26,0) 100%);--custom-linear-dark-yellow:linear-gradient(#bbfc0133,#bbfc0133)}.PURPLE{--root-background:#171a2b;--primary-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--secondary-bg:#1b1e33;--dark-yellow-bg:#bbfc0133;--black-bg:#021a1a;--grey-bg:#b9b9b9;--grey2-bg:#262a4b;--primary:linear-gradient(180deg,#9b4dff,#4e1d8c);--secondary:#1b1e33;--black:#021a1a;--black2:#121426;--white:#fff;--white2:#d9d9d9;--green:#42ff86;--grey:#ffffff66;--grey2:#7c8ca7;--grey3:#484848;--grey4:#2b302f;--grey5:#888;--grey6:#ffffff1a;--grey7:#485366;--purple:#9b4dff;--purple2:#745e81;--purple3:#bb4dff;--linear-black:linear-gradient(97.35deg,#2b2f2e 5.26%,#14181b 93.83%);--linear-black2:linear-gradient(169.88deg,#2b2f2e,#14181b 48.16%);--linear-black3:linear-gradient(97.35deg,#23261d 7.31%,#161616 92.78%);--linear-purple:linear-gradient(180deg,#9b4dff,#4e1d8c);--linear-black-purple:linear-gradient(180deg,#2f3034 58.89%,#bbfc01 119.38%);--radial-yellow:radial-gradient(50% 31250% at 50% 50%,#bbfc01 0%,rgba(171,221,26,0) 100%)}.ORANGE{--root-background:#000;--primary-bg:#722c39;--dark-red-bg:#381811;--secondary-bg:linear-gradient(180deg,#a0301f,#f59b1c);--dark-yellow-bg:#bbfc0133;--black-bg:#021a1a;--grey-bg:#b9b9b9;--grey2-bg:#262a4b;--primary:#722c39;--secondary:#f69a26;--tertiary:#fbb05e;--black:#021a1a;--white:#fff;--white2:#d9d9d9;--green:#42ff86;--grey:#ffffff66;--grey2:#7c8ca7;--grey3:#484848;--grey4:#2b302f;--grey5:#888;--grey6:#ffffff1a;--primary-red:#92191c;--red:#ff0f0f;--orange:#f57e20;--linear-orange:linear-gradient(180deg,#8d3d32,#bb5e35 50%,#ffa234);--radial-gradient-red:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0%,#9c2a1e 47.58%,#490b2d 100%);--linear-black:linear-gradient(97.35deg,#2b2f2e 5.26%,#14181b 93.83%);--linear-black2:linear-gradient(169.88deg,#2b2f2e,#14181b 48.16%);--linear-black3:linear-gradient(97.35deg,#23261d 7.31%,#161616 92.78%)}.GREEN_GOLD{--root-background:linear-gradient(180deg,#00784e,#023f28);--primary-bg:#0f4230;--secondary-bg:linear-gradient(180deg,#005d3c,#02422a);--tertiary-bg:linear-gradient(180deg,#ecda7a,#cbae54);--primary:#0f4230;--secondary:linear-gradient(180deg,#005d3c,#02422a);--tertiary:linear-gradient(180deg,#ecda7a,#cbae54);--gold:#ead878;--gold2:#ffcd00;--red:#ff3c3c;--black:#00100a;--grey:#aaa;--grey2:#d8d8d8;--grey3:#666;--white:#fff;--green:#08e796;--green2:#068a5c;--linear-green:linear-gradient(180deg,#08ea98,#02b172);--linear-green2:linear-gradient(101.18deg,#94e6c9 -7.28%,rgba(148,230,201,0) 56.06%,#94e6c9 123.93%);--linear-green3:linear-gradient(180deg,#007a4e,#000c07);--linear-green4:linear-gradient(180deg,#00784e,#023f28);--linear-grey:linear-gradient(180deg,#dadada,#a4a4a4);--linear-gold:linear-gradient(180deg,#f9ff80,#f1b500);--radial-green:radial-gradient(68.61% 34651.55% at 50% 50%,#016440 0%,#00100a 100%);--bs-secondary-bg:#191939;--bs-border-color:#00000000;--bs-tertiary-bg:#0f4230;--bs-border-width:2px;--bs-border-radius-lg:1.4rem}.GREEN_GREY{--root-background:#282828;--primary-bg:#282828;--secondary-bg:#005440;--tertiary-bg:linear-gradient(90deg,#29ffbd,#86ffac);--primary:#282828;--secondary:#005440;--tertiary:linear-gradient(90deg,#29ffbd,#86ffac);--gold:#ffdc24;--gold2:#ffcd00;--red:#ff3c3c;--black:#00100a;--grey:#3e3e3e;--grey2:#d4d4d4;--grey3:#666;--white:#fff;--white2:#d9d9d9;--green:#00dfa9;--green2:#068a5c;--linear-green:linear-gradient(180deg,#08ea98,#02b172);--linear-green2:linear-gradient(90deg,#005440,#3e3e3e);--linear-green3:linear-gradient(180deg,#007a4e,#000c07);--linear-green4:linear-gradient(180deg,#00784e,#023f28);--linear-grey:linear-gradient(180deg,#dadada,#a4a4a4);--linear-gold:linear-gradient(180deg,#f9ff80,#f1b500);--bs-secondary-bg:#191939;--bs-border-color:#00000000;--bs-tertiary-bg:#282828;--bs-border-width:2px;--bs-border-radius-lg:1.4rem}.BLACK_ROSE{--root-background:#010101;--primary-bg:#010101;--secondary-bg:#313035;--tertiary-bg:linear-gradient(139.59deg,#b97763 2.05%,#e19b85 40.17%,#eac4bb 64.05%,#b26b53 123.69%);--primary:#010101;--secondary:#313035;--tertiary:linear-gradient(139.59deg,#b97763 2.05%,#e19b85 40.17%,#eac4bb 64.05%,#b26b53 123.69%);--red:#ff3c3c;--black:#00100a;--black2:#010101cc;--white:#fff;--white2:#bebcb6;--white3:#efebdf;--rose:#e7a99e;--grey:#7e7e7e;--angular-rose:conic-gradient(from 137.36deg at 55.73% 50%,#b97763 0deg,#e19b85 112.83deg,#eac4bb 183.5deg,#b26b53 360deg);--linear-black:linear-gradient(180deg,#010101 43.29%,#313035);--bs-secondary-bg:#191939;--bs-border-color:#00000000;--bs-tertiary-bg:#010101;--bs-border-width:2px;--bs-border-radius-lg:1.4rem}*{box-sizing:border-box;padding:0;margin:0}.YELLOW body{background:var(--root-background);background-image:url(/images/yellow-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh}.GREEN_GOLD body{background:var(--root-background);margin:0;color:rgba(0,0,0,.87);font-family:Excon,Roboto;overflow:auto;overflow-x:hidden;min-height:100vh}html{background:#000}body{background:var(--root-background);margin:0;color:rgba(0,0,0,.87);font-family:Excon,Roboto;overflow:auto;overflow-x:hidden;min-height:100vh}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#c2c2c2}body::-webkit-scrollbar{width:5px;height:5px;border-radius:10px;background-color:hsla(0,0%,96%,.475)}body::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.loader-container{width:100%;height:100vh;position:absolute;top:0;left:0;background:var(--root-background);z-index:2;transition:all .5s}.loader-container .loader-div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto}.loader-container .loader-div img{width:auto}.loader-container[data-project-loader=true]{display:block}.loader-container[data-project-loader=false]{display:none}.home-page-row{position:relative;z-index:-9;margin:0}.home-page-row.--layout3-promotion-page{margin-bottom:60px}@media(min-width:768px){.home-page-row.--layout3-promotion-page{margin-bottom:35px}}html.PURPLE .home-page-row{z-index:1!important}.BLACK_ROSE .home-page-row-layout-four,.GREEN .home-page-row-layout-four,.GREEN_GOLD .home-page-row-layout-four,.GREEN_GREY .home-page-row-layout-four,.YELLOW .home-page-row-layout-three{position:relative;z-index:-9;margin:0}.YELLOW .home-page-row-layout-three{padding-bottom:98px}@media(min-width:992px){.YELLOW .home-page-row-layout-three{margin-top:5em}}.YELLOW .home-page-row-layout-three ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--green);font-weight:600;background-color:transparent;box-shadow:none!important;border:1px solid var(--white);margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;padding:6px;outline:none;min-width:36px;min-height:30px}@media(max-width:1200px){.YELLOW .home-page-row-layout-three ._layout-button:after{display:none}}.YELLOW .home-page-row-layout-three ._layout-button.--login-button{background:var(--primary-bg);color:var(--secondary);border-radius:0;border:1px solid;border-image-source:var(--secondary);padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;width:100%;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW .home-page-row-layout-three ._layout-button.--login-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;-webkit-clip-path:inherit;clip-path:inherit;z-index:-1}@media(max-width:767.98px){.YELLOW .home-page-row-layout-three ._layout-button.--login-button{font-size:13px;padding:0 10px}}.YELLOW .home-page-row-layout-three ._layout-button.--register-button{background:var(--linear-yellow);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:1px solid #fff;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;height:30px;width:100%;border-radius:0}@media(max-width:767.98px){.YELLOW .home-page-row-layout-three ._layout-button.--register-button{font-size:13px}}.YELLOW .home-page-row-layout-three ._layout-button.--deposit-button{background:var(--linear-yellow);font-family:Poppins;font-size:14px;font-weight:600;line-height:15px;text-align:center;border:1px solid #fff;border-radius:0;box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW .home-page-row-layout-three ._layout-button.--dropdown-btn{border:none;outline:none;background:none}.YELLOW .home-page-row-layout-four{position:relative;z-index:-9;margin:0}.YELLOW .sticky-sidebar{position:-webkit-sticky;position:sticky;top:152px;height:max-content}.YELLOW2 .home-page-row-layout-three{position:relative;z-index:-9;margin:0;padding-bottom:98px}@media(min-width:992px){.YELLOW2 .home-page-row-layout-three{margin-top:4em}}.YELLOW2 .home-page-row-layout-three ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--green);font-weight:600;background-color:transparent;box-shadow:none!important;border:1px solid var(--white);margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;padding:6px;outline:none;min-width:36px;min-height:30px}@media(max-width:1200px){.YELLOW2 .home-page-row-layout-three ._layout-button:after{display:none}}.YELLOW2 .home-page-row-layout-three ._layout-button.--login-button{background:var(--primary-bg);color:var(--secondary);border-radius:0;border:1px solid;border-image-source:var(--secondary);padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;width:100%;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW2 .home-page-row-layout-three ._layout-button.--login-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;-webkit-clip-path:inherit;clip-path:inherit;z-index:-1}@media(max-width:767.98px){.YELLOW2 .home-page-row-layout-three ._layout-button.--login-button{font-size:13px;padding:0 10px}}.YELLOW2 .home-page-row-layout-three ._layout-button.--register-button{background:var(--linear-yellow);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:1px solid #fff;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;height:30px;width:100%;border-radius:0}@media(max-width:767.98px){.YELLOW2 .home-page-row-layout-three ._layout-button.--register-button{font-size:13px}}.YELLOW2 .home-page-row-layout-three ._layout-button.--deposit-button{background:var(--linear-yellow);font-family:Poppins;font-size:14px;font-weight:600;line-height:15px;text-align:center;border:1px solid #fff;border-radius:0;box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW2 .home-page-row-layout-three ._layout-button.--dropdown-btn{border:none;outline:none;background:none}.ORANGE .home-page-row-layout-four,.YELLOW2 .home-page-row-layout-four{position:relative;z-index:-9;margin:0}.ORANGE .home-page-row-layout-four{padding-top:5em}@media(max-width:767.98px){.ORANGE .home-page-row-layout-four{padding-top:1em}}.home-page-row-layout-six{position:relative;z-index:0;margin:0}#closeButton{border-radius:5px;border:1px solid #14ff6c!important;padding:2px 5px!important;display:flex}#closeButton span{color:#14ff6c;line-height:0px;padding:7px 2px 11px}.layout-two-bg{position:absolute;z-index:-1;right:20%}.main-banner-section.row{--bs-gutter-x:1rem}.main-banner-section .col{padding:calc(var(--bs-gutter-x)*.5)}@font-face{font-family:Excon-Thin;src:url(/fonts/excon/Excon-Thin.woff2) format("woff2"),url(/fonts/excon/Excon-Thin.woff) format("woff"),url(/fonts/excon/Excon-Thin.ttf) format("truetype");font-weight:100;font-display:swap;font-style:normal}@font-face{font-family:Excon-Light;src:url(/fonts/excon/Excon-Light.woff2) format("woff2"),url(/fonts/excon/Excon-Light.woff) format("woff"),url(/fonts/excon/Excon-Light.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Excon;src:url(/fonts/excon/Excon-Regular.woff2) format("woff2"),url(/fonts/excon/Excon-Regular.woff) format("woff"),url(/fonts/excon/Excon-Regular.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Excon-Medium;src:url(/fonts/excon/Excon-Medium.woff2) format("woff2"),url(/fonts/excon/Excon-Medium.woff) format("woff"),url(/fonts/excon/Excon-Medium.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Excon-Bold;src:url(/fonts/excon/Excon-Bold.woff2) format("woff2"),url(/fonts/excon/Excon-Bold.woff) format("woff"),url(/fonts/excon/Excon-Bold.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Excon-Black;src:url(/fonts/excon/Excon-Black.woff2) format("woff2"),url(/fonts/excon/Excon-Black.woff) format("woff"),url(/fonts/excon/Excon-Black.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:Excon-Variable;src:url(/fonts/excon/Excon-Variable.woff2) format("woff2"),url(/fonts/excon/Excon-Variable.woff) format("woff"),url(/fonts/excon/Excon-Variable.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}.GREEN ._primary-text{color:var(--white);font-family:Poppins}.GREEN ._primary-text.--size-5{font-size:5px}.GREEN ._primary-text.--size-6{font-size:6px}.GREEN ._primary-text.--size-7{font-size:7px}.GREEN ._primary-text.--size-8{font-size:8px}.GREEN ._primary-text.--size-9{font-size:9px}.GREEN ._primary-text.--size-10{font-size:10px}.GREEN ._primary-text.--size-11{font-size:11px}.GREEN ._primary-text.--size-12{font-size:12px}.GREEN ._primary-text.--size-13{font-size:13px}.GREEN ._primary-text.--size-14{font-size:14px}.GREEN ._primary-text.--size-15{font-size:15px}.GREEN ._primary-text.--size-16{font-size:16px}.GREEN ._primary-text.--size-17{font-size:17px}.GREEN ._primary-text.--size-18{font-size:18px}.GREEN ._primary-text.--size-19{font-size:19px}.GREEN ._primary-text.--size-20{font-size:20px}.GREEN ._primary-text.--size-21{font-size:21px}.GREEN ._primary-text.--size-22{font-size:22px}.GREEN ._primary-text.--size-23{font-size:23px}.GREEN ._primary-text.--size-24{font-size:24px}.GREEN ._primary-text.--size-25{font-size:25px}.GREEN ._primary-text.--size-26{font-size:26px}.GREEN ._primary-text.--size-27{font-size:27px}.GREEN ._primary-text.--size-28{font-size:28px}.GREEN ._primary-text.--size-29{font-size:29px}.GREEN ._primary-text.--size-30{font-size:30px}.GREEN ._primary-text.--size-31{font-size:31px}.GREEN ._primary-text.--size-32{font-size:32px}.GREEN ._primary-text.--size-33{font-size:33px}.GREEN ._primary-text.--size-34{font-size:34px}.GREEN ._primary-text.--size-35{font-size:35px}.GREEN ._primary-text.--size-36{font-size:36px}.GREEN ._primary-text.--size-37{font-size:37px}.GREEN ._primary-text.--size-38{font-size:38px}.GREEN ._primary-text.--size-39{font-size:39px}.GREEN ._primary-text.--size-40{font-size:40px}.GREEN ._primary-text.--size-41{font-size:41px}.GREEN ._primary-text.--size-42{font-size:42px}.GREEN ._primary-text.--size-43{font-size:43px}.GREEN ._primary-text.--size-44{font-size:44px}.GREEN ._primary-text.--size-45{font-size:45px}.GREEN ._primary-text.--size-46{font-size:46px}.GREEN ._primary-text.--size-47{font-size:47px}.GREEN ._primary-text.--size-48{font-size:48px}.GREEN ._primary-text.--size-49{font-size:49px}.GREEN ._primary-text.--size-50{font-size:50px}.GREEN ._primary-text.--size-51{font-size:51px}.GREEN ._primary-text.--size-52{font-size:52px}.GREEN ._primary-text.--size-53{font-size:53px}.GREEN ._primary-text.--size-54{font-size:54px}.GREEN ._primary-text.--size-55{font-size:55px}.GREEN ._primary-text.--size-56{font-size:56px}.GREEN ._primary-text.--size-57{font-size:57px}.GREEN ._primary-text.--size-58{font-size:58px}.GREEN ._primary-text.--size-59{font-size:59px}.GREEN ._primary-text.--size-60{font-size:60px}.GREEN ._primary-text.--size-61{font-size:61px}.GREEN ._primary-text.--size-62{font-size:62px}.GREEN ._primary-text.--size-63{font-size:63px}.GREEN ._primary-text.--size-64{font-size:64px}.GREEN ._primary-text.--size-65{font-size:65px}.GREEN ._primary-text.--size-66{font-size:66px}.GREEN ._primary-text.--size-67{font-size:67px}.GREEN ._primary-text.--size-68{font-size:68px}.GREEN ._primary-text.--size-69{font-size:69px}.GREEN ._primary-text.--size-70{font-size:70px}.GREEN ._primary-text.--size-71{font-size:71px}.GREEN ._primary-text.--size-72{font-size:72px}.GREEN ._primary-text.--size-73{font-size:73px}.GREEN ._primary-text.--size-74{font-size:74px}.GREEN ._primary-text.--size-75{font-size:75px}.GREEN ._primary-text.--size-76{font-size:76px}.GREEN ._primary-text.--size-77{font-size:77px}.GREEN ._primary-text.--size-78{font-size:78px}.GREEN ._primary-text.--size-79{font-size:79px}.GREEN ._primary-text.--size-80{font-size:80px}.GREEN ._primary-text.--size-81{font-size:81px}.GREEN ._primary-text.--size-82{font-size:82px}.GREEN ._primary-text.--size-83{font-size:83px}.GREEN ._primary-text.--size-84{font-size:84px}.GREEN ._primary-text.--size-85{font-size:85px}.GREEN ._primary-text.--size-86{font-size:86px}.GREEN ._primary-text.--size-87{font-size:87px}.GREEN ._primary-text.--size-88{font-size:88px}.GREEN ._primary-text.--size-89{font-size:89px}.GREEN ._primary-text.--size-90{font-size:90px}.GREEN ._primary-text.--size-91{font-size:91px}.GREEN ._primary-text.--size-92{font-size:92px}.GREEN ._primary-text.--size-93{font-size:93px}.GREEN ._primary-text.--size-94{font-size:94px}.GREEN ._primary-text.--size-95{font-size:95px}.GREEN ._primary-text.--size-96{font-size:96px}.GREEN ._primary-text.--size-97{font-size:97px}.GREEN ._primary-text.--size-98{font-size:98px}.GREEN ._primary-text.--size-99{font-size:99px}.GREEN ._primary-text.--size-100{font-size:100px}.GREEN ._primary-text.--weight-100{font-weight:100}.GREEN ._primary-text.--weight-101{font-weight:101}.GREEN ._primary-text.--weight-102{font-weight:102}.GREEN ._primary-text.--weight-103{font-weight:103}.GREEN ._primary-text.--weight-104{font-weight:104}.GREEN ._primary-text.--weight-105{font-weight:105}.GREEN ._primary-text.--weight-106{font-weight:106}.GREEN ._primary-text.--weight-107{font-weight:107}.GREEN ._primary-text.--weight-108{font-weight:108}.GREEN ._primary-text.--weight-109{font-weight:109}.GREEN ._primary-text.--weight-110{font-weight:110}.GREEN ._primary-text.--weight-111{font-weight:111}.GREEN ._primary-text.--weight-112{font-weight:112}.GREEN ._primary-text.--weight-113{font-weight:113}.GREEN ._primary-text.--weight-114{font-weight:114}.GREEN ._primary-text.--weight-115{font-weight:115}.GREEN ._primary-text.--weight-116{font-weight:116}.GREEN ._primary-text.--weight-117{font-weight:117}.GREEN ._primary-text.--weight-118{font-weight:118}.GREEN ._primary-text.--weight-119{font-weight:119}.GREEN ._primary-text.--weight-120{font-weight:120}.GREEN ._primary-text.--weight-121{font-weight:121}.GREEN ._primary-text.--weight-122{font-weight:122}.GREEN ._primary-text.--weight-123{font-weight:123}.GREEN ._primary-text.--weight-124{font-weight:124}.GREEN ._primary-text.--weight-125{font-weight:125}.GREEN ._primary-text.--weight-126{font-weight:126}.GREEN ._primary-text.--weight-127{font-weight:127}.GREEN ._primary-text.--weight-128{font-weight:128}.GREEN ._primary-text.--weight-129{font-weight:129}.GREEN ._primary-text.--weight-130{font-weight:130}.GREEN ._primary-text.--weight-131{font-weight:131}.GREEN ._primary-text.--weight-132{font-weight:132}.GREEN ._primary-text.--weight-133{font-weight:133}.GREEN ._primary-text.--weight-134{font-weight:134}.GREEN ._primary-text.--weight-135{font-weight:135}.GREEN ._primary-text.--weight-136{font-weight:136}.GREEN ._primary-text.--weight-137{font-weight:137}.GREEN ._primary-text.--weight-138{font-weight:138}.GREEN ._primary-text.--weight-139{font-weight:139}.GREEN ._primary-text.--weight-140{font-weight:140}.GREEN ._primary-text.--weight-141{font-weight:141}.GREEN ._primary-text.--weight-142{font-weight:142}.GREEN ._primary-text.--weight-143{font-weight:143}.GREEN ._primary-text.--weight-144{font-weight:144}.GREEN ._primary-text.--weight-145{font-weight:145}.GREEN ._primary-text.--weight-146{font-weight:146}.GREEN ._primary-text.--weight-147{font-weight:147}.GREEN ._primary-text.--weight-148{font-weight:148}.GREEN ._primary-text.--weight-149{font-weight:149}.GREEN ._primary-text.--weight-150{font-weight:150}.GREEN ._primary-text.--weight-151{font-weight:151}.GREEN ._primary-text.--weight-152{font-weight:152}.GREEN ._primary-text.--weight-153{font-weight:153}.GREEN ._primary-text.--weight-154{font-weight:154}.GREEN ._primary-text.--weight-155{font-weight:155}.GREEN ._primary-text.--weight-156{font-weight:156}.GREEN ._primary-text.--weight-157{font-weight:157}.GREEN ._primary-text.--weight-158{font-weight:158}.GREEN ._primary-text.--weight-159{font-weight:159}.GREEN ._primary-text.--weight-160{font-weight:160}.GREEN ._primary-text.--weight-161{font-weight:161}.GREEN ._primary-text.--weight-162{font-weight:162}.GREEN ._primary-text.--weight-163{font-weight:163}.GREEN ._primary-text.--weight-164{font-weight:164}.GREEN ._primary-text.--weight-165{font-weight:165}.GREEN ._primary-text.--weight-166{font-weight:166}.GREEN ._primary-text.--weight-167{font-weight:167}.GREEN ._primary-text.--weight-168{font-weight:168}.GREEN ._primary-text.--weight-169{font-weight:169}.GREEN ._primary-text.--weight-170{font-weight:170}.GREEN ._primary-text.--weight-171{font-weight:171}.GREEN ._primary-text.--weight-172{font-weight:172}.GREEN ._primary-text.--weight-173{font-weight:173}.GREEN ._primary-text.--weight-174{font-weight:174}.GREEN ._primary-text.--weight-175{font-weight:175}.GREEN ._primary-text.--weight-176{font-weight:176}.GREEN ._primary-text.--weight-177{font-weight:177}.GREEN ._primary-text.--weight-178{font-weight:178}.GREEN ._primary-text.--weight-179{font-weight:179}.GREEN ._primary-text.--weight-180{font-weight:180}.GREEN ._primary-text.--weight-181{font-weight:181}.GREEN ._primary-text.--weight-182{font-weight:182}.GREEN ._primary-text.--weight-183{font-weight:183}.GREEN ._primary-text.--weight-184{font-weight:184}.GREEN ._primary-text.--weight-185{font-weight:185}.GREEN ._primary-text.--weight-186{font-weight:186}.GREEN ._primary-text.--weight-187{font-weight:187}.GREEN ._primary-text.--weight-188{font-weight:188}.GREEN ._primary-text.--weight-189{font-weight:189}.GREEN ._primary-text.--weight-190{font-weight:190}.GREEN ._primary-text.--weight-191{font-weight:191}.GREEN ._primary-text.--weight-192{font-weight:192}.GREEN ._primary-text.--weight-193{font-weight:193}.GREEN ._primary-text.--weight-194{font-weight:194}.GREEN ._primary-text.--weight-195{font-weight:195}.GREEN ._primary-text.--weight-196{font-weight:196}.GREEN ._primary-text.--weight-197{font-weight:197}.GREEN ._primary-text.--weight-198{font-weight:198}.GREEN ._primary-text.--weight-199{font-weight:199}.GREEN ._primary-text.--weight-200{font-weight:200}.GREEN ._primary-text.--weight-201{font-weight:201}.GREEN ._primary-text.--weight-202{font-weight:202}.GREEN ._primary-text.--weight-203{font-weight:203}.GREEN ._primary-text.--weight-204{font-weight:204}.GREEN ._primary-text.--weight-205{font-weight:205}.GREEN ._primary-text.--weight-206{font-weight:206}.GREEN ._primary-text.--weight-207{font-weight:207}.GREEN ._primary-text.--weight-208{font-weight:208}.GREEN ._primary-text.--weight-209{font-weight:209}.GREEN ._primary-text.--weight-210{font-weight:210}.GREEN ._primary-text.--weight-211{font-weight:211}.GREEN ._primary-text.--weight-212{font-weight:212}.GREEN ._primary-text.--weight-213{font-weight:213}.GREEN ._primary-text.--weight-214{font-weight:214}.GREEN ._primary-text.--weight-215{font-weight:215}.GREEN ._primary-text.--weight-216{font-weight:216}.GREEN ._primary-text.--weight-217{font-weight:217}.GREEN ._primary-text.--weight-218{font-weight:218}.GREEN ._primary-text.--weight-219{font-weight:219}.GREEN ._primary-text.--weight-220{font-weight:220}.GREEN ._primary-text.--weight-221{font-weight:221}.GREEN ._primary-text.--weight-222{font-weight:222}.GREEN ._primary-text.--weight-223{font-weight:223}.GREEN ._primary-text.--weight-224{font-weight:224}.GREEN ._primary-text.--weight-225{font-weight:225}.GREEN ._primary-text.--weight-226{font-weight:226}.GREEN ._primary-text.--weight-227{font-weight:227}.GREEN ._primary-text.--weight-228{font-weight:228}.GREEN ._primary-text.--weight-229{font-weight:229}.GREEN ._primary-text.--weight-230{font-weight:230}.GREEN ._primary-text.--weight-231{font-weight:231}.GREEN ._primary-text.--weight-232{font-weight:232}.GREEN ._primary-text.--weight-233{font-weight:233}.GREEN ._primary-text.--weight-234{font-weight:234}.GREEN ._primary-text.--weight-235{font-weight:235}.GREEN ._primary-text.--weight-236{font-weight:236}.GREEN ._primary-text.--weight-237{font-weight:237}.GREEN ._primary-text.--weight-238{font-weight:238}.GREEN ._primary-text.--weight-239{font-weight:239}.GREEN ._primary-text.--weight-240{font-weight:240}.GREEN ._primary-text.--weight-241{font-weight:241}.GREEN ._primary-text.--weight-242{font-weight:242}.GREEN ._primary-text.--weight-243{font-weight:243}.GREEN ._primary-text.--weight-244{font-weight:244}.GREEN ._primary-text.--weight-245{font-weight:245}.GREEN ._primary-text.--weight-246{font-weight:246}.GREEN ._primary-text.--weight-247{font-weight:247}.GREEN ._primary-text.--weight-248{font-weight:248}.GREEN ._primary-text.--weight-249{font-weight:249}.GREEN ._primary-text.--weight-250{font-weight:250}.GREEN ._primary-text.--weight-251{font-weight:251}.GREEN ._primary-text.--weight-252{font-weight:252}.GREEN ._primary-text.--weight-253{font-weight:253}.GREEN ._primary-text.--weight-254{font-weight:254}.GREEN ._primary-text.--weight-255{font-weight:255}.GREEN ._primary-text.--weight-256{font-weight:256}.GREEN ._primary-text.--weight-257{font-weight:257}.GREEN ._primary-text.--weight-258{font-weight:258}.GREEN ._primary-text.--weight-259{font-weight:259}.GREEN ._primary-text.--weight-260{font-weight:260}.GREEN ._primary-text.--weight-261{font-weight:261}.GREEN ._primary-text.--weight-262{font-weight:262}.GREEN ._primary-text.--weight-263{font-weight:263}.GREEN ._primary-text.--weight-264{font-weight:264}.GREEN ._primary-text.--weight-265{font-weight:265}.GREEN ._primary-text.--weight-266{font-weight:266}.GREEN ._primary-text.--weight-267{font-weight:267}.GREEN ._primary-text.--weight-268{font-weight:268}.GREEN ._primary-text.--weight-269{font-weight:269}.GREEN ._primary-text.--weight-270{font-weight:270}.GREEN ._primary-text.--weight-271{font-weight:271}.GREEN ._primary-text.--weight-272{font-weight:272}.GREEN ._primary-text.--weight-273{font-weight:273}.GREEN ._primary-text.--weight-274{font-weight:274}.GREEN ._primary-text.--weight-275{font-weight:275}.GREEN ._primary-text.--weight-276{font-weight:276}.GREEN ._primary-text.--weight-277{font-weight:277}.GREEN ._primary-text.--weight-278{font-weight:278}.GREEN ._primary-text.--weight-279{font-weight:279}.GREEN ._primary-text.--weight-280{font-weight:280}.GREEN ._primary-text.--weight-281{font-weight:281}.GREEN ._primary-text.--weight-282{font-weight:282}.GREEN ._primary-text.--weight-283{font-weight:283}.GREEN ._primary-text.--weight-284{font-weight:284}.GREEN ._primary-text.--weight-285{font-weight:285}.GREEN ._primary-text.--weight-286{font-weight:286}.GREEN ._primary-text.--weight-287{font-weight:287}.GREEN ._primary-text.--weight-288{font-weight:288}.GREEN ._primary-text.--weight-289{font-weight:289}.GREEN ._primary-text.--weight-290{font-weight:290}.GREEN ._primary-text.--weight-291{font-weight:291}.GREEN ._primary-text.--weight-292{font-weight:292}.GREEN ._primary-text.--weight-293{font-weight:293}.GREEN ._primary-text.--weight-294{font-weight:294}.GREEN ._primary-text.--weight-295{font-weight:295}.GREEN ._primary-text.--weight-296{font-weight:296}.GREEN ._primary-text.--weight-297{font-weight:297}.GREEN ._primary-text.--weight-298{font-weight:298}.GREEN ._primary-text.--weight-299{font-weight:299}.GREEN ._primary-text.--weight-300{font-weight:300}.GREEN ._primary-text.--weight-301{font-weight:301}.GREEN ._primary-text.--weight-302{font-weight:302}.GREEN ._primary-text.--weight-303{font-weight:303}.GREEN ._primary-text.--weight-304{font-weight:304}.GREEN ._primary-text.--weight-305{font-weight:305}.GREEN ._primary-text.--weight-306{font-weight:306}.GREEN ._primary-text.--weight-307{font-weight:307}.GREEN ._primary-text.--weight-308{font-weight:308}.GREEN ._primary-text.--weight-309{font-weight:309}.GREEN ._primary-text.--weight-310{font-weight:310}.GREEN ._primary-text.--weight-311{font-weight:311}.GREEN ._primary-text.--weight-312{font-weight:312}.GREEN ._primary-text.--weight-313{font-weight:313}.GREEN ._primary-text.--weight-314{font-weight:314}.GREEN ._primary-text.--weight-315{font-weight:315}.GREEN ._primary-text.--weight-316{font-weight:316}.GREEN ._primary-text.--weight-317{font-weight:317}.GREEN ._primary-text.--weight-318{font-weight:318}.GREEN ._primary-text.--weight-319{font-weight:319}.GREEN ._primary-text.--weight-320{font-weight:320}.GREEN ._primary-text.--weight-321{font-weight:321}.GREEN ._primary-text.--weight-322{font-weight:322}.GREEN ._primary-text.--weight-323{font-weight:323}.GREEN ._primary-text.--weight-324{font-weight:324}.GREEN ._primary-text.--weight-325{font-weight:325}.GREEN ._primary-text.--weight-326{font-weight:326}.GREEN ._primary-text.--weight-327{font-weight:327}.GREEN ._primary-text.--weight-328{font-weight:328}.GREEN ._primary-text.--weight-329{font-weight:329}.GREEN ._primary-text.--weight-330{font-weight:330}.GREEN ._primary-text.--weight-331{font-weight:331}.GREEN ._primary-text.--weight-332{font-weight:332}.GREEN ._primary-text.--weight-333{font-weight:333}.GREEN ._primary-text.--weight-334{font-weight:334}.GREEN ._primary-text.--weight-335{font-weight:335}.GREEN ._primary-text.--weight-336{font-weight:336}.GREEN ._primary-text.--weight-337{font-weight:337}.GREEN ._primary-text.--weight-338{font-weight:338}.GREEN ._primary-text.--weight-339{font-weight:339}.GREEN ._primary-text.--weight-340{font-weight:340}.GREEN ._primary-text.--weight-341{font-weight:341}.GREEN ._primary-text.--weight-342{font-weight:342}.GREEN ._primary-text.--weight-343{font-weight:343}.GREEN ._primary-text.--weight-344{font-weight:344}.GREEN ._primary-text.--weight-345{font-weight:345}.GREEN ._primary-text.--weight-346{font-weight:346}.GREEN ._primary-text.--weight-347{font-weight:347}.GREEN ._primary-text.--weight-348{font-weight:348}.GREEN ._primary-text.--weight-349{font-weight:349}.GREEN ._primary-text.--weight-350{font-weight:350}.GREEN ._primary-text.--weight-351{font-weight:351}.GREEN ._primary-text.--weight-352{font-weight:352}.GREEN ._primary-text.--weight-353{font-weight:353}.GREEN ._primary-text.--weight-354{font-weight:354}.GREEN ._primary-text.--weight-355{font-weight:355}.GREEN ._primary-text.--weight-356{font-weight:356}.GREEN ._primary-text.--weight-357{font-weight:357}.GREEN ._primary-text.--weight-358{font-weight:358}.GREEN ._primary-text.--weight-359{font-weight:359}.GREEN ._primary-text.--weight-360{font-weight:360}.GREEN ._primary-text.--weight-361{font-weight:361}.GREEN ._primary-text.--weight-362{font-weight:362}.GREEN ._primary-text.--weight-363{font-weight:363}.GREEN ._primary-text.--weight-364{font-weight:364}.GREEN ._primary-text.--weight-365{font-weight:365}.GREEN ._primary-text.--weight-366{font-weight:366}.GREEN ._primary-text.--weight-367{font-weight:367}.GREEN ._primary-text.--weight-368{font-weight:368}.GREEN ._primary-text.--weight-369{font-weight:369}.GREEN ._primary-text.--weight-370{font-weight:370}.GREEN ._primary-text.--weight-371{font-weight:371}.GREEN ._primary-text.--weight-372{font-weight:372}.GREEN ._primary-text.--weight-373{font-weight:373}.GREEN ._primary-text.--weight-374{font-weight:374}.GREEN ._primary-text.--weight-375{font-weight:375}.GREEN ._primary-text.--weight-376{font-weight:376}.GREEN ._primary-text.--weight-377{font-weight:377}.GREEN ._primary-text.--weight-378{font-weight:378}.GREEN ._primary-text.--weight-379{font-weight:379}.GREEN ._primary-text.--weight-380{font-weight:380}.GREEN ._primary-text.--weight-381{font-weight:381}.GREEN ._primary-text.--weight-382{font-weight:382}.GREEN ._primary-text.--weight-383{font-weight:383}.GREEN ._primary-text.--weight-384{font-weight:384}.GREEN ._primary-text.--weight-385{font-weight:385}.GREEN ._primary-text.--weight-386{font-weight:386}.GREEN ._primary-text.--weight-387{font-weight:387}.GREEN ._primary-text.--weight-388{font-weight:388}.GREEN ._primary-text.--weight-389{font-weight:389}.GREEN ._primary-text.--weight-390{font-weight:390}.GREEN ._primary-text.--weight-391{font-weight:391}.GREEN ._primary-text.--weight-392{font-weight:392}.GREEN ._primary-text.--weight-393{font-weight:393}.GREEN ._primary-text.--weight-394{font-weight:394}.GREEN ._primary-text.--weight-395{font-weight:395}.GREEN ._primary-text.--weight-396{font-weight:396}.GREEN ._primary-text.--weight-397{font-weight:397}.GREEN ._primary-text.--weight-398{font-weight:398}.GREEN ._primary-text.--weight-399{font-weight:399}.GREEN ._primary-text.--weight-400{font-weight:400}.GREEN ._primary-text.--weight-401{font-weight:401}.GREEN ._primary-text.--weight-402{font-weight:402}.GREEN ._primary-text.--weight-403{font-weight:403}.GREEN ._primary-text.--weight-404{font-weight:404}.GREEN ._primary-text.--weight-405{font-weight:405}.GREEN ._primary-text.--weight-406{font-weight:406}.GREEN ._primary-text.--weight-407{font-weight:407}.GREEN ._primary-text.--weight-408{font-weight:408}.GREEN ._primary-text.--weight-409{font-weight:409}.GREEN ._primary-text.--weight-410{font-weight:410}.GREEN ._primary-text.--weight-411{font-weight:411}.GREEN ._primary-text.--weight-412{font-weight:412}.GREEN ._primary-text.--weight-413{font-weight:413}.GREEN ._primary-text.--weight-414{font-weight:414}.GREEN ._primary-text.--weight-415{font-weight:415}.GREEN ._primary-text.--weight-416{font-weight:416}.GREEN ._primary-text.--weight-417{font-weight:417}.GREEN ._primary-text.--weight-418{font-weight:418}.GREEN ._primary-text.--weight-419{font-weight:419}.GREEN ._primary-text.--weight-420{font-weight:420}.GREEN ._primary-text.--weight-421{font-weight:421}.GREEN ._primary-text.--weight-422{font-weight:422}.GREEN ._primary-text.--weight-423{font-weight:423}.GREEN ._primary-text.--weight-424{font-weight:424}.GREEN ._primary-text.--weight-425{font-weight:425}.GREEN ._primary-text.--weight-426{font-weight:426}.GREEN ._primary-text.--weight-427{font-weight:427}.GREEN ._primary-text.--weight-428{font-weight:428}.GREEN ._primary-text.--weight-429{font-weight:429}.GREEN ._primary-text.--weight-430{font-weight:430}.GREEN ._primary-text.--weight-431{font-weight:431}.GREEN ._primary-text.--weight-432{font-weight:432}.GREEN ._primary-text.--weight-433{font-weight:433}.GREEN ._primary-text.--weight-434{font-weight:434}.GREEN ._primary-text.--weight-435{font-weight:435}.GREEN ._primary-text.--weight-436{font-weight:436}.GREEN ._primary-text.--weight-437{font-weight:437}.GREEN ._primary-text.--weight-438{font-weight:438}.GREEN ._primary-text.--weight-439{font-weight:439}.GREEN ._primary-text.--weight-440{font-weight:440}.GREEN ._primary-text.--weight-441{font-weight:441}.GREEN ._primary-text.--weight-442{font-weight:442}.GREEN ._primary-text.--weight-443{font-weight:443}.GREEN ._primary-text.--weight-444{font-weight:444}.GREEN ._primary-text.--weight-445{font-weight:445}.GREEN ._primary-text.--weight-446{font-weight:446}.GREEN ._primary-text.--weight-447{font-weight:447}.GREEN ._primary-text.--weight-448{font-weight:448}.GREEN ._primary-text.--weight-449{font-weight:449}.GREEN ._primary-text.--weight-450{font-weight:450}.GREEN ._primary-text.--weight-451{font-weight:451}.GREEN ._primary-text.--weight-452{font-weight:452}.GREEN ._primary-text.--weight-453{font-weight:453}.GREEN ._primary-text.--weight-454{font-weight:454}.GREEN ._primary-text.--weight-455{font-weight:455}.GREEN ._primary-text.--weight-456{font-weight:456}.GREEN ._primary-text.--weight-457{font-weight:457}.GREEN ._primary-text.--weight-458{font-weight:458}.GREEN ._primary-text.--weight-459{font-weight:459}.GREEN ._primary-text.--weight-460{font-weight:460}.GREEN ._primary-text.--weight-461{font-weight:461}.GREEN ._primary-text.--weight-462{font-weight:462}.GREEN ._primary-text.--weight-463{font-weight:463}.GREEN ._primary-text.--weight-464{font-weight:464}.GREEN ._primary-text.--weight-465{font-weight:465}.GREEN ._primary-text.--weight-466{font-weight:466}.GREEN ._primary-text.--weight-467{font-weight:467}.GREEN ._primary-text.--weight-468{font-weight:468}.GREEN ._primary-text.--weight-469{font-weight:469}.GREEN ._primary-text.--weight-470{font-weight:470}.GREEN ._primary-text.--weight-471{font-weight:471}.GREEN ._primary-text.--weight-472{font-weight:472}.GREEN ._primary-text.--weight-473{font-weight:473}.GREEN ._primary-text.--weight-474{font-weight:474}.GREEN ._primary-text.--weight-475{font-weight:475}.GREEN ._primary-text.--weight-476{font-weight:476}.GREEN ._primary-text.--weight-477{font-weight:477}.GREEN ._primary-text.--weight-478{font-weight:478}.GREEN ._primary-text.--weight-479{font-weight:479}.GREEN ._primary-text.--weight-480{font-weight:480}.GREEN ._primary-text.--weight-481{font-weight:481}.GREEN ._primary-text.--weight-482{font-weight:482}.GREEN ._primary-text.--weight-483{font-weight:483}.GREEN ._primary-text.--weight-484{font-weight:484}.GREEN ._primary-text.--weight-485{font-weight:485}.GREEN ._primary-text.--weight-486{font-weight:486}.GREEN ._primary-text.--weight-487{font-weight:487}.GREEN ._primary-text.--weight-488{font-weight:488}.GREEN ._primary-text.--weight-489{font-weight:489}.GREEN ._primary-text.--weight-490{font-weight:490}.GREEN ._primary-text.--weight-491{font-weight:491}.GREEN ._primary-text.--weight-492{font-weight:492}.GREEN ._primary-text.--weight-493{font-weight:493}.GREEN ._primary-text.--weight-494{font-weight:494}.GREEN ._primary-text.--weight-495{font-weight:495}.GREEN ._primary-text.--weight-496{font-weight:496}.GREEN ._primary-text.--weight-497{font-weight:497}.GREEN ._primary-text.--weight-498{font-weight:498}.GREEN ._primary-text.--weight-499{font-weight:499}.GREEN ._primary-text.--weight-500{font-weight:500}.GREEN ._primary-text.--weight-501{font-weight:501}.GREEN ._primary-text.--weight-502{font-weight:502}.GREEN ._primary-text.--weight-503{font-weight:503}.GREEN ._primary-text.--weight-504{font-weight:504}.GREEN ._primary-text.--weight-505{font-weight:505}.GREEN ._primary-text.--weight-506{font-weight:506}.GREEN ._primary-text.--weight-507{font-weight:507}.GREEN ._primary-text.--weight-508{font-weight:508}.GREEN ._primary-text.--weight-509{font-weight:509}.GREEN ._primary-text.--weight-510{font-weight:510}.GREEN ._primary-text.--weight-511{font-weight:511}.GREEN ._primary-text.--weight-512{font-weight:512}.GREEN ._primary-text.--weight-513{font-weight:513}.GREEN ._primary-text.--weight-514{font-weight:514}.GREEN ._primary-text.--weight-515{font-weight:515}.GREEN ._primary-text.--weight-516{font-weight:516}.GREEN ._primary-text.--weight-517{font-weight:517}.GREEN ._primary-text.--weight-518{font-weight:518}.GREEN ._primary-text.--weight-519{font-weight:519}.GREEN ._primary-text.--weight-520{font-weight:520}.GREEN ._primary-text.--weight-521{font-weight:521}.GREEN ._primary-text.--weight-522{font-weight:522}.GREEN ._primary-text.--weight-523{font-weight:523}.GREEN ._primary-text.--weight-524{font-weight:524}.GREEN ._primary-text.--weight-525{font-weight:525}.GREEN ._primary-text.--weight-526{font-weight:526}.GREEN ._primary-text.--weight-527{font-weight:527}.GREEN ._primary-text.--weight-528{font-weight:528}.GREEN ._primary-text.--weight-529{font-weight:529}.GREEN ._primary-text.--weight-530{font-weight:530}.GREEN ._primary-text.--weight-531{font-weight:531}.GREEN ._primary-text.--weight-532{font-weight:532}.GREEN ._primary-text.--weight-533{font-weight:533}.GREEN ._primary-text.--weight-534{font-weight:534}.GREEN ._primary-text.--weight-535{font-weight:535}.GREEN ._primary-text.--weight-536{font-weight:536}.GREEN ._primary-text.--weight-537{font-weight:537}.GREEN ._primary-text.--weight-538{font-weight:538}.GREEN ._primary-text.--weight-539{font-weight:539}.GREEN ._primary-text.--weight-540{font-weight:540}.GREEN ._primary-text.--weight-541{font-weight:541}.GREEN ._primary-text.--weight-542{font-weight:542}.GREEN ._primary-text.--weight-543{font-weight:543}.GREEN ._primary-text.--weight-544{font-weight:544}.GREEN ._primary-text.--weight-545{font-weight:545}.GREEN ._primary-text.--weight-546{font-weight:546}.GREEN ._primary-text.--weight-547{font-weight:547}.GREEN ._primary-text.--weight-548{font-weight:548}.GREEN ._primary-text.--weight-549{font-weight:549}.GREEN ._primary-text.--weight-550{font-weight:550}.GREEN ._primary-text.--weight-551{font-weight:551}.GREEN ._primary-text.--weight-552{font-weight:552}.GREEN ._primary-text.--weight-553{font-weight:553}.GREEN ._primary-text.--weight-554{font-weight:554}.GREEN ._primary-text.--weight-555{font-weight:555}.GREEN ._primary-text.--weight-556{font-weight:556}.GREEN ._primary-text.--weight-557{font-weight:557}.GREEN ._primary-text.--weight-558{font-weight:558}.GREEN ._primary-text.--weight-559{font-weight:559}.GREEN ._primary-text.--weight-560{font-weight:560}.GREEN ._primary-text.--weight-561{font-weight:561}.GREEN ._primary-text.--weight-562{font-weight:562}.GREEN ._primary-text.--weight-563{font-weight:563}.GREEN ._primary-text.--weight-564{font-weight:564}.GREEN ._primary-text.--weight-565{font-weight:565}.GREEN ._primary-text.--weight-566{font-weight:566}.GREEN ._primary-text.--weight-567{font-weight:567}.GREEN ._primary-text.--weight-568{font-weight:568}.GREEN ._primary-text.--weight-569{font-weight:569}.GREEN ._primary-text.--weight-570{font-weight:570}.GREEN ._primary-text.--weight-571{font-weight:571}.GREEN ._primary-text.--weight-572{font-weight:572}.GREEN ._primary-text.--weight-573{font-weight:573}.GREEN ._primary-text.--weight-574{font-weight:574}.GREEN ._primary-text.--weight-575{font-weight:575}.GREEN ._primary-text.--weight-576{font-weight:576}.GREEN ._primary-text.--weight-577{font-weight:577}.GREEN ._primary-text.--weight-578{font-weight:578}.GREEN ._primary-text.--weight-579{font-weight:579}.GREEN ._primary-text.--weight-580{font-weight:580}.GREEN ._primary-text.--weight-581{font-weight:581}.GREEN ._primary-text.--weight-582{font-weight:582}.GREEN ._primary-text.--weight-583{font-weight:583}.GREEN ._primary-text.--weight-584{font-weight:584}.GREEN ._primary-text.--weight-585{font-weight:585}.GREEN ._primary-text.--weight-586{font-weight:586}.GREEN ._primary-text.--weight-587{font-weight:587}.GREEN ._primary-text.--weight-588{font-weight:588}.GREEN ._primary-text.--weight-589{font-weight:589}.GREEN ._primary-text.--weight-590{font-weight:590}.GREEN ._primary-text.--weight-591{font-weight:591}.GREEN ._primary-text.--weight-592{font-weight:592}.GREEN ._primary-text.--weight-593{font-weight:593}.GREEN ._primary-text.--weight-594{font-weight:594}.GREEN ._primary-text.--weight-595{font-weight:595}.GREEN ._primary-text.--weight-596{font-weight:596}.GREEN ._primary-text.--weight-597{font-weight:597}.GREEN ._primary-text.--weight-598{font-weight:598}.GREEN ._primary-text.--weight-599{font-weight:599}.GREEN ._primary-text.--weight-600{font-weight:600}.GREEN ._primary-text.--weight-601{font-weight:601}.GREEN ._primary-text.--weight-602{font-weight:602}.GREEN ._primary-text.--weight-603{font-weight:603}.GREEN ._primary-text.--weight-604{font-weight:604}.GREEN ._primary-text.--weight-605{font-weight:605}.GREEN ._primary-text.--weight-606{font-weight:606}.GREEN ._primary-text.--weight-607{font-weight:607}.GREEN ._primary-text.--weight-608{font-weight:608}.GREEN ._primary-text.--weight-609{font-weight:609}.GREEN ._primary-text.--weight-610{font-weight:610}.GREEN ._primary-text.--weight-611{font-weight:611}.GREEN ._primary-text.--weight-612{font-weight:612}.GREEN ._primary-text.--weight-613{font-weight:613}.GREEN ._primary-text.--weight-614{font-weight:614}.GREEN ._primary-text.--weight-615{font-weight:615}.GREEN ._primary-text.--weight-616{font-weight:616}.GREEN ._primary-text.--weight-617{font-weight:617}.GREEN ._primary-text.--weight-618{font-weight:618}.GREEN ._primary-text.--weight-619{font-weight:619}.GREEN ._primary-text.--weight-620{font-weight:620}.GREEN ._primary-text.--weight-621{font-weight:621}.GREEN ._primary-text.--weight-622{font-weight:622}.GREEN ._primary-text.--weight-623{font-weight:623}.GREEN ._primary-text.--weight-624{font-weight:624}.GREEN ._primary-text.--weight-625{font-weight:625}.GREEN ._primary-text.--weight-626{font-weight:626}.GREEN ._primary-text.--weight-627{font-weight:627}.GREEN ._primary-text.--weight-628{font-weight:628}.GREEN ._primary-text.--weight-629{font-weight:629}.GREEN ._primary-text.--weight-630{font-weight:630}.GREEN ._primary-text.--weight-631{font-weight:631}.GREEN ._primary-text.--weight-632{font-weight:632}.GREEN ._primary-text.--weight-633{font-weight:633}.GREEN ._primary-text.--weight-634{font-weight:634}.GREEN ._primary-text.--weight-635{font-weight:635}.GREEN ._primary-text.--weight-636{font-weight:636}.GREEN ._primary-text.--weight-637{font-weight:637}.GREEN ._primary-text.--weight-638{font-weight:638}.GREEN ._primary-text.--weight-639{font-weight:639}.GREEN ._primary-text.--weight-640{font-weight:640}.GREEN ._primary-text.--weight-641{font-weight:641}.GREEN ._primary-text.--weight-642{font-weight:642}.GREEN ._primary-text.--weight-643{font-weight:643}.GREEN ._primary-text.--weight-644{font-weight:644}.GREEN ._primary-text.--weight-645{font-weight:645}.GREEN ._primary-text.--weight-646{font-weight:646}.GREEN ._primary-text.--weight-647{font-weight:647}.GREEN ._primary-text.--weight-648{font-weight:648}.GREEN ._primary-text.--weight-649{font-weight:649}.GREEN ._primary-text.--weight-650{font-weight:650}.GREEN ._primary-text.--weight-651{font-weight:651}.GREEN ._primary-text.--weight-652{font-weight:652}.GREEN ._primary-text.--weight-653{font-weight:653}.GREEN ._primary-text.--weight-654{font-weight:654}.GREEN ._primary-text.--weight-655{font-weight:655}.GREEN ._primary-text.--weight-656{font-weight:656}.GREEN ._primary-text.--weight-657{font-weight:657}.GREEN ._primary-text.--weight-658{font-weight:658}.GREEN ._primary-text.--weight-659{font-weight:659}.GREEN ._primary-text.--weight-660{font-weight:660}.GREEN ._primary-text.--weight-661{font-weight:661}.GREEN ._primary-text.--weight-662{font-weight:662}.GREEN ._primary-text.--weight-663{font-weight:663}.GREEN ._primary-text.--weight-664{font-weight:664}.GREEN ._primary-text.--weight-665{font-weight:665}.GREEN ._primary-text.--weight-666{font-weight:666}.GREEN ._primary-text.--weight-667{font-weight:667}.GREEN ._primary-text.--weight-668{font-weight:668}.GREEN ._primary-text.--weight-669{font-weight:669}.GREEN ._primary-text.--weight-670{font-weight:670}.GREEN ._primary-text.--weight-671{font-weight:671}.GREEN ._primary-text.--weight-672{font-weight:672}.GREEN ._primary-text.--weight-673{font-weight:673}.GREEN ._primary-text.--weight-674{font-weight:674}.GREEN ._primary-text.--weight-675{font-weight:675}.GREEN ._primary-text.--weight-676{font-weight:676}.GREEN ._primary-text.--weight-677{font-weight:677}.GREEN ._primary-text.--weight-678{font-weight:678}.GREEN ._primary-text.--weight-679{font-weight:679}.GREEN ._primary-text.--weight-680{font-weight:680}.GREEN ._primary-text.--weight-681{font-weight:681}.GREEN ._primary-text.--weight-682{font-weight:682}.GREEN ._primary-text.--weight-683{font-weight:683}.GREEN ._primary-text.--weight-684{font-weight:684}.GREEN ._primary-text.--weight-685{font-weight:685}.GREEN ._primary-text.--weight-686{font-weight:686}.GREEN ._primary-text.--weight-687{font-weight:687}.GREEN ._primary-text.--weight-688{font-weight:688}.GREEN ._primary-text.--weight-689{font-weight:689}.GREEN ._primary-text.--weight-690{font-weight:690}.GREEN ._primary-text.--weight-691{font-weight:691}.GREEN ._primary-text.--weight-692{font-weight:692}.GREEN ._primary-text.--weight-693{font-weight:693}.GREEN ._primary-text.--weight-694{font-weight:694}.GREEN ._primary-text.--weight-695{font-weight:695}.GREEN ._primary-text.--weight-696{font-weight:696}.GREEN ._primary-text.--weight-697{font-weight:697}.GREEN ._primary-text.--weight-698{font-weight:698}.GREEN ._primary-text.--weight-699{font-weight:699}.GREEN ._primary-text.--weight-700{font-weight:700}.GREEN ._primary-text.--weight-701{font-weight:701}.GREEN ._primary-text.--weight-702{font-weight:702}.GREEN ._primary-text.--weight-703{font-weight:703}.GREEN ._primary-text.--weight-704{font-weight:704}.GREEN ._primary-text.--weight-705{font-weight:705}.GREEN ._primary-text.--weight-706{font-weight:706}.GREEN ._primary-text.--weight-707{font-weight:707}.GREEN ._primary-text.--weight-708{font-weight:708}.GREEN ._primary-text.--weight-709{font-weight:709}.GREEN ._primary-text.--weight-710{font-weight:710}.GREEN ._primary-text.--weight-711{font-weight:711}.GREEN ._primary-text.--weight-712{font-weight:712}.GREEN ._primary-text.--weight-713{font-weight:713}.GREEN ._primary-text.--weight-714{font-weight:714}.GREEN ._primary-text.--weight-715{font-weight:715}.GREEN ._primary-text.--weight-716{font-weight:716}.GREEN ._primary-text.--weight-717{font-weight:717}.GREEN ._primary-text.--weight-718{font-weight:718}.GREEN ._primary-text.--weight-719{font-weight:719}.GREEN ._primary-text.--weight-720{font-weight:720}.GREEN ._primary-text.--weight-721{font-weight:721}.GREEN ._primary-text.--weight-722{font-weight:722}.GREEN ._primary-text.--weight-723{font-weight:723}.GREEN ._primary-text.--weight-724{font-weight:724}.GREEN ._primary-text.--weight-725{font-weight:725}.GREEN ._primary-text.--weight-726{font-weight:726}.GREEN ._primary-text.--weight-727{font-weight:727}.GREEN ._primary-text.--weight-728{font-weight:728}.GREEN ._primary-text.--weight-729{font-weight:729}.GREEN ._primary-text.--weight-730{font-weight:730}.GREEN ._primary-text.--weight-731{font-weight:731}.GREEN ._primary-text.--weight-732{font-weight:732}.GREEN ._primary-text.--weight-733{font-weight:733}.GREEN ._primary-text.--weight-734{font-weight:734}.GREEN ._primary-text.--weight-735{font-weight:735}.GREEN ._primary-text.--weight-736{font-weight:736}.GREEN ._primary-text.--weight-737{font-weight:737}.GREEN ._primary-text.--weight-738{font-weight:738}.GREEN ._primary-text.--weight-739{font-weight:739}.GREEN ._primary-text.--weight-740{font-weight:740}.GREEN ._primary-text.--weight-741{font-weight:741}.GREEN ._primary-text.--weight-742{font-weight:742}.GREEN ._primary-text.--weight-743{font-weight:743}.GREEN ._primary-text.--weight-744{font-weight:744}.GREEN ._primary-text.--weight-745{font-weight:745}.GREEN ._primary-text.--weight-746{font-weight:746}.GREEN ._primary-text.--weight-747{font-weight:747}.GREEN ._primary-text.--weight-748{font-weight:748}.GREEN ._primary-text.--weight-749{font-weight:749}.GREEN ._primary-text.--weight-750{font-weight:750}.GREEN ._primary-text.--weight-751{font-weight:751}.GREEN ._primary-text.--weight-752{font-weight:752}.GREEN ._primary-text.--weight-753{font-weight:753}.GREEN ._primary-text.--weight-754{font-weight:754}.GREEN ._primary-text.--weight-755{font-weight:755}.GREEN ._primary-text.--weight-756{font-weight:756}.GREEN ._primary-text.--weight-757{font-weight:757}.GREEN ._primary-text.--weight-758{font-weight:758}.GREEN ._primary-text.--weight-759{font-weight:759}.GREEN ._primary-text.--weight-760{font-weight:760}.GREEN ._primary-text.--weight-761{font-weight:761}.GREEN ._primary-text.--weight-762{font-weight:762}.GREEN ._primary-text.--weight-763{font-weight:763}.GREEN ._primary-text.--weight-764{font-weight:764}.GREEN ._primary-text.--weight-765{font-weight:765}.GREEN ._primary-text.--weight-766{font-weight:766}.GREEN ._primary-text.--weight-767{font-weight:767}.GREEN ._primary-text.--weight-768{font-weight:768}.GREEN ._primary-text.--weight-769{font-weight:769}.GREEN ._primary-text.--weight-770{font-weight:770}.GREEN ._primary-text.--weight-771{font-weight:771}.GREEN ._primary-text.--weight-772{font-weight:772}.GREEN ._primary-text.--weight-773{font-weight:773}.GREEN ._primary-text.--weight-774{font-weight:774}.GREEN ._primary-text.--weight-775{font-weight:775}.GREEN ._primary-text.--weight-776{font-weight:776}.GREEN ._primary-text.--weight-777{font-weight:777}.GREEN ._primary-text.--weight-778{font-weight:778}.GREEN ._primary-text.--weight-779{font-weight:779}.GREEN ._primary-text.--weight-780{font-weight:780}.GREEN ._primary-text.--weight-781{font-weight:781}.GREEN ._primary-text.--weight-782{font-weight:782}.GREEN ._primary-text.--weight-783{font-weight:783}.GREEN ._primary-text.--weight-784{font-weight:784}.GREEN ._primary-text.--weight-785{font-weight:785}.GREEN ._primary-text.--weight-786{font-weight:786}.GREEN ._primary-text.--weight-787{font-weight:787}.GREEN ._primary-text.--weight-788{font-weight:788}.GREEN ._primary-text.--weight-789{font-weight:789}.GREEN ._primary-text.--weight-790{font-weight:790}.GREEN ._primary-text.--weight-791{font-weight:791}.GREEN ._primary-text.--weight-792{font-weight:792}.GREEN ._primary-text.--weight-793{font-weight:793}.GREEN ._primary-text.--weight-794{font-weight:794}.GREEN ._primary-text.--weight-795{font-weight:795}.GREEN ._primary-text.--weight-796{font-weight:796}.GREEN ._primary-text.--weight-797{font-weight:797}.GREEN ._primary-text.--weight-798{font-weight:798}.GREEN ._primary-text.--weight-799{font-weight:799}.GREEN ._primary-text.--weight-800{font-weight:800}.GREEN ._primary-text.--lh-1{line-height:1px}.GREEN ._primary-text.--lh-2{line-height:2px}.GREEN ._primary-text.--lh-3{line-height:3px}.GREEN ._primary-text.--lh-4{line-height:4px}.GREEN ._primary-text.--lh-5{line-height:5px}.GREEN ._primary-text.--lh-6{line-height:6px}.GREEN ._primary-text.--lh-7{line-height:7px}.GREEN ._primary-text.--lh-8{line-height:8px}.GREEN ._primary-text.--lh-9{line-height:9px}.GREEN ._primary-text.--lh-10{line-height:10px}.GREEN ._primary-text.--lh-11{line-height:11px}.GREEN ._primary-text.--lh-12{line-height:12px}.GREEN ._primary-text.--lh-13{line-height:13px}.GREEN ._primary-text.--lh-14{line-height:14px}.GREEN ._primary-text.--lh-15{line-height:15px}.GREEN ._primary-text.--lh-16{line-height:16px}.GREEN ._primary-text.--lh-17{line-height:17px}.GREEN ._primary-text.--lh-18{line-height:18px}.GREEN ._primary-text.--lh-19{line-height:19px}.GREEN ._primary-text.--lh-20{line-height:20px}.GREEN ._primary-text.--lh-21{line-height:21px}.GREEN ._primary-text.--lh-22{line-height:22px}.GREEN ._primary-text.--lh-23{line-height:23px}.GREEN ._primary-text.--lh-24{line-height:24px}.GREEN ._primary-text.--lh-25{line-height:25px}.GREEN ._primary-text.--lh-26{line-height:26px}.GREEN ._primary-text.--lh-27{line-height:27px}.GREEN ._primary-text.--lh-28{line-height:28px}.GREEN ._primary-text.--lh-29{line-height:29px}.GREEN ._primary-text.--lh-30{line-height:30px}.GREEN ._primary-text.--lh-31{line-height:31px}.GREEN ._primary-text.--lh-32{line-height:32px}.GREEN ._primary-text.--lh-33{line-height:33px}.GREEN ._primary-text.--lh-34{line-height:34px}.GREEN ._primary-text.--lh-35{line-height:35px}.GREEN ._primary-text.--lh-36{line-height:36px}.GREEN ._primary-text.--lh-37{line-height:37px}.GREEN ._primary-text.--lh-38{line-height:38px}.GREEN ._primary-text.--lh-39{line-height:39px}.GREEN ._primary-text.--lh-40{line-height:40px}.GREEN ._primary-text.--lh-41{line-height:41px}.GREEN ._primary-text.--lh-42{line-height:42px}.GREEN ._primary-text.--lh-43{line-height:43px}.GREEN ._primary-text.--lh-44{line-height:44px}.GREEN ._primary-text.--lh-45{line-height:45px}.GREEN ._primary-text.--lh-46{line-height:46px}.GREEN ._primary-text.--lh-47{line-height:47px}.GREEN ._primary-text.--lh-48{line-height:48px}.GREEN ._primary-text.--lh-49{line-height:49px}.GREEN ._primary-text.--lh-50{line-height:50px}.GREEN ._primary-text.--lh-51{line-height:51px}.GREEN ._primary-text.--lh-52{line-height:52px}.GREEN ._primary-text.--lh-53{line-height:53px}.GREEN ._primary-text.--lh-54{line-height:54px}.GREEN ._primary-text.--lh-55{line-height:55px}.GREEN ._primary-text.--lh-56{line-height:56px}.GREEN ._primary-text.--lh-57{line-height:57px}.GREEN ._primary-text.--lh-58{line-height:58px}.GREEN ._primary-text.--lh-59{line-height:59px}.GREEN ._primary-text.--lh-60{line-height:60px}.GREEN ._primary-text.--lh-61{line-height:61px}.GREEN ._primary-text.--lh-62{line-height:62px}.GREEN ._primary-text.--lh-63{line-height:63px}.GREEN ._primary-text.--lh-64{line-height:64px}.GREEN ._primary-text.--lh-65{line-height:65px}.GREEN ._primary-text.--lh-66{line-height:66px}.GREEN ._primary-text.--lh-67{line-height:67px}.GREEN ._primary-text.--lh-68{line-height:68px}.GREEN ._primary-text.--lh-69{line-height:69px}.GREEN ._primary-text.--lh-70{line-height:70px}.GREEN ._primary-text.--lh-71{line-height:71px}.GREEN ._primary-text.--lh-72{line-height:72px}.GREEN ._primary-text.--lh-73{line-height:73px}.GREEN ._primary-text.--lh-74{line-height:74px}.GREEN ._primary-text.--lh-75{line-height:75px}.GREEN ._primary-text.--lh-76{line-height:76px}.GREEN ._primary-text.--lh-77{line-height:77px}.GREEN ._primary-text.--lh-78{line-height:78px}.GREEN ._primary-text.--lh-79{line-height:79px}.GREEN ._primary-text.--lh-80{line-height:80px}.GREEN ._primary-text.--lh-81{line-height:81px}.GREEN ._primary-text.--lh-82{line-height:82px}.GREEN ._primary-text.--lh-83{line-height:83px}.GREEN ._primary-text.--lh-84{line-height:84px}.GREEN ._primary-text.--lh-85{line-height:85px}.GREEN ._primary-text.--lh-86{line-height:86px}.GREEN ._primary-text.--lh-87{line-height:87px}.GREEN ._primary-text.--lh-88{line-height:88px}.GREEN ._primary-text.--lh-89{line-height:89px}.GREEN ._primary-text.--lh-90{line-height:90px}.GREEN ._primary-text.--lh-91{line-height:91px}.GREEN ._primary-text.--lh-92{line-height:92px}.GREEN ._primary-text.--lh-93{line-height:93px}.GREEN ._primary-text.--lh-94{line-height:94px}.GREEN ._primary-text.--lh-95{line-height:95px}.GREEN ._primary-text.--lh-96{line-height:96px}.GREEN ._primary-text.--lh-97{line-height:97px}.GREEN ._primary-text.--lh-98{line-height:98px}.GREEN ._primary-text.--lh-99{line-height:99px}.GREEN ._primary-text.--lh-100{line-height:100px}.GREEN ._primary-text.--lh-101{line-height:101px}.GREEN ._primary-text.--lh-102{line-height:102px}.GREEN ._primary-text.--lh-103{line-height:103px}.GREEN ._primary-text.--lh-104{line-height:104px}.GREEN ._primary-text.--lh-105{line-height:105px}.GREEN ._primary-text.--lh-106{line-height:106px}.GREEN ._primary-text.--lh-107{line-height:107px}.GREEN ._primary-text.--lh-108{line-height:108px}.GREEN ._primary-text.--lh-109{line-height:109px}.GREEN ._primary-text.--lh-110{line-height:110px}.GREEN ._primary-text.--lh-111{line-height:111px}.GREEN ._primary-text.--lh-112{line-height:112px}.GREEN ._primary-text.--lh-113{line-height:113px}.GREEN ._primary-text.--lh-114{line-height:114px}.GREEN ._primary-text.--lh-115{line-height:115px}.GREEN ._primary-text.--lh-116{line-height:116px}.GREEN ._primary-text.--lh-117{line-height:117px}.GREEN ._primary-text.--lh-118{line-height:118px}.GREEN ._primary-text.--lh-119{line-height:119px}.GREEN ._primary-text.--lh-120{line-height:120px}.GREEN ._primary-text.--lh-121{line-height:121px}.GREEN ._primary-text.--lh-122{line-height:122px}.GREEN ._primary-text.--lh-123{line-height:123px}.GREEN ._primary-text.--lh-124{line-height:124px}.GREEN ._primary-text.--lh-125{line-height:125px}.GREEN ._primary-text.--lh-126{line-height:126px}.GREEN ._primary-text.--lh-127{line-height:127px}.GREEN ._primary-text.--lh-128{line-height:128px}.GREEN ._primary-text.--lh-129{line-height:129px}.GREEN ._primary-text.--lh-130{line-height:130px}.GREEN ._primary-text.--lh-131{line-height:131px}.GREEN ._primary-text.--lh-132{line-height:132px}.GREEN ._primary-text.--lh-133{line-height:133px}.GREEN ._primary-text.--lh-134{line-height:134px}.GREEN ._primary-text.--lh-135{line-height:135px}.GREEN ._primary-text.--lh-136{line-height:136px}.GREEN ._primary-text.--lh-137{line-height:137px}.GREEN ._primary-text.--lh-138{line-height:138px}.GREEN ._primary-text.--lh-139{line-height:139px}.GREEN ._primary-text.--lh-140{line-height:140px}.GREEN ._primary-text.--lh-141{line-height:141px}.GREEN ._primary-text.--lh-142{line-height:142px}.GREEN ._primary-text.--lh-143{line-height:143px}.GREEN ._primary-text.--lh-144{line-height:144px}.GREEN ._primary-text.--lh-145{line-height:145px}.GREEN ._primary-text.--lh-146{line-height:146px}.GREEN ._primary-text.--lh-147{line-height:147px}.GREEN ._primary-text.--lh-148{line-height:148px}.GREEN ._primary-text.--lh-149{line-height:149px}.GREEN ._primary-text.--lh-150{line-height:150px}.GREEN ._primary-text.--lh-151{line-height:151px}.GREEN ._primary-text.--lh-152{line-height:152px}.GREEN ._primary-text.--lh-153{line-height:153px}.GREEN ._primary-text.--lh-154{line-height:154px}.GREEN ._primary-text.--lh-155{line-height:155px}.GREEN ._primary-text.--lh-156{line-height:156px}.GREEN ._primary-text.--lh-157{line-height:157px}.GREEN ._primary-text.--lh-158{line-height:158px}.GREEN ._primary-text.--lh-159{line-height:159px}.GREEN ._primary-text.--lh-160{line-height:160px}.GREEN ._primary-text.--lh-161{line-height:161px}.GREEN ._primary-text.--lh-162{line-height:162px}.GREEN ._primary-text.--lh-163{line-height:163px}.GREEN ._primary-text.--lh-164{line-height:164px}.GREEN ._primary-text.--lh-165{line-height:165px}.GREEN ._primary-text.--lh-166{line-height:166px}.GREEN ._primary-text.--lh-167{line-height:167px}.GREEN ._primary-text.--lh-168{line-height:168px}.GREEN ._primary-text.--lh-169{line-height:169px}.GREEN ._primary-text.--lh-170{line-height:170px}.GREEN ._primary-text.--lh-171{line-height:171px}.GREEN ._primary-text.--lh-172{line-height:172px}.GREEN ._primary-text.--lh-173{line-height:173px}.GREEN ._primary-text.--lh-174{line-height:174px}.GREEN ._primary-text.--lh-175{line-height:175px}.GREEN ._primary-text.--lh-176{line-height:176px}.GREEN ._primary-text.--lh-177{line-height:177px}.GREEN ._primary-text.--lh-178{line-height:178px}.GREEN ._primary-text.--lh-179{line-height:179px}.GREEN ._primary-text.--lh-180{line-height:180px}.GREEN ._primary-text.--lh-181{line-height:181px}.GREEN ._primary-text.--lh-182{line-height:182px}.GREEN ._primary-text.--lh-183{line-height:183px}.GREEN ._primary-text.--lh-184{line-height:184px}.GREEN ._primary-text.--lh-185{line-height:185px}.GREEN ._primary-text.--lh-186{line-height:186px}.GREEN ._primary-text.--lh-187{line-height:187px}.GREEN ._primary-text.--lh-188{line-height:188px}.GREEN ._primary-text.--lh-189{line-height:189px}.GREEN ._primary-text.--lh-190{line-height:190px}.GREEN ._primary-text.--lh-191{line-height:191px}.GREEN ._primary-text.--lh-192{line-height:192px}.GREEN ._primary-text.--lh-193{line-height:193px}.GREEN ._primary-text.--lh-194{line-height:194px}.GREEN ._primary-text.--lh-195{line-height:195px}.GREEN ._primary-text.--lh-196{line-height:196px}.GREEN ._primary-text.--lh-197{line-height:197px}.GREEN ._primary-text.--lh-198{line-height:198px}.GREEN ._primary-text.--lh-199{line-height:199px}.GREEN ._primary-text.--lh-200{line-height:200px}.GREEN ._primary-text.--lh-201{line-height:201px}.GREEN ._primary-text.--lh-202{line-height:202px}.GREEN ._primary-text.--lh-203{line-height:203px}.GREEN ._primary-text.--lh-204{line-height:204px}.GREEN ._primary-text.--lh-205{line-height:205px}.GREEN ._primary-text.--lh-206{line-height:206px}.GREEN ._primary-text.--lh-207{line-height:207px}.GREEN ._primary-text.--lh-208{line-height:208px}.GREEN ._primary-text.--lh-209{line-height:209px}.GREEN ._primary-text.--lh-210{line-height:210px}.GREEN ._primary-text.--lh-211{line-height:211px}.GREEN ._primary-text.--lh-212{line-height:212px}.GREEN ._primary-text.--lh-213{line-height:213px}.GREEN ._primary-text.--lh-214{line-height:214px}.GREEN ._primary-text.--lh-215{line-height:215px}.GREEN ._primary-text.--lh-216{line-height:216px}.GREEN ._primary-text.--lh-217{line-height:217px}.GREEN ._primary-text.--lh-218{line-height:218px}.GREEN ._primary-text.--lh-219{line-height:219px}.GREEN ._primary-text.--lh-220{line-height:220px}.GREEN ._primary-text.--lh-221{line-height:221px}.GREEN ._primary-text.--lh-222{line-height:222px}.GREEN ._primary-text.--lh-223{line-height:223px}.GREEN ._primary-text.--lh-224{line-height:224px}.GREEN ._primary-text.--lh-225{line-height:225px}.GREEN ._primary-text.--lh-226{line-height:226px}.GREEN ._primary-text.--lh-227{line-height:227px}.GREEN ._primary-text.--lh-228{line-height:228px}.GREEN ._primary-text.--lh-229{line-height:229px}.GREEN ._primary-text.--lh-230{line-height:230px}.GREEN ._primary-text.--lh-231{line-height:231px}.GREEN ._primary-text.--lh-232{line-height:232px}.GREEN ._primary-text.--lh-233{line-height:233px}.GREEN ._primary-text.--lh-234{line-height:234px}.GREEN ._primary-text.--lh-235{line-height:235px}.GREEN ._primary-text.--lh-236{line-height:236px}.GREEN ._primary-text.--lh-237{line-height:237px}.GREEN ._primary-text.--lh-238{line-height:238px}.GREEN ._primary-text.--lh-239{line-height:239px}.GREEN ._primary-text.--lh-240{line-height:240px}.GREEN ._primary-text.--lh-241{line-height:241px}.GREEN ._primary-text.--lh-242{line-height:242px}.GREEN ._primary-text.--lh-243{line-height:243px}.GREEN ._primary-text.--lh-244{line-height:244px}.GREEN ._primary-text.--lh-245{line-height:245px}.GREEN ._primary-text.--lh-246{line-height:246px}.GREEN ._primary-text.--lh-247{line-height:247px}.GREEN ._primary-text.--lh-248{line-height:248px}.GREEN ._primary-text.--lh-249{line-height:249px}.GREEN ._primary-text.--lh-250{line-height:250px}.GREEN ._primary-text.--lh-251{line-height:251px}.GREEN ._primary-text.--lh-252{line-height:252px}.GREEN ._primary-text.--lh-253{line-height:253px}.GREEN ._primary-text.--lh-254{line-height:254px}.GREEN ._primary-text.--lh-255{line-height:255px}.GREEN ._primary-text.--lh-256{line-height:256px}.GREEN ._primary-text.--lh-257{line-height:257px}.GREEN ._primary-text.--lh-258{line-height:258px}.GREEN ._primary-text.--lh-259{line-height:259px}.GREEN ._primary-text.--lh-260{line-height:260px}.GREEN ._primary-text.--lh-261{line-height:261px}.GREEN ._primary-text.--lh-262{line-height:262px}.GREEN ._primary-text.--lh-263{line-height:263px}.GREEN ._primary-text.--lh-264{line-height:264px}.GREEN ._primary-text.--lh-265{line-height:265px}.GREEN ._primary-text.--lh-266{line-height:266px}.GREEN ._primary-text.--lh-267{line-height:267px}.GREEN ._primary-text.--lh-268{line-height:268px}.GREEN ._primary-text.--lh-269{line-height:269px}.GREEN ._primary-text.--lh-270{line-height:270px}.GREEN ._primary-text.--lh-271{line-height:271px}.GREEN ._primary-text.--lh-272{line-height:272px}.GREEN ._primary-text.--lh-273{line-height:273px}.GREEN ._primary-text.--lh-274{line-height:274px}.GREEN ._primary-text.--lh-275{line-height:275px}.GREEN ._primary-text.--lh-276{line-height:276px}.GREEN ._primary-text.--lh-277{line-height:277px}.GREEN ._primary-text.--lh-278{line-height:278px}.GREEN ._primary-text.--lh-279{line-height:279px}.GREEN ._primary-text.--lh-280{line-height:280px}.GREEN ._primary-text.--lh-281{line-height:281px}.GREEN ._primary-text.--lh-282{line-height:282px}.GREEN ._primary-text.--lh-283{line-height:283px}.GREEN ._primary-text.--lh-284{line-height:284px}.GREEN ._primary-text.--lh-285{line-height:285px}.GREEN ._primary-text.--lh-286{line-height:286px}.GREEN ._primary-text.--lh-287{line-height:287px}.GREEN ._primary-text.--lh-288{line-height:288px}.GREEN ._primary-text.--lh-289{line-height:289px}.GREEN ._primary-text.--lh-290{line-height:290px}.GREEN ._primary-text.--lh-291{line-height:291px}.GREEN ._primary-text.--lh-292{line-height:292px}.GREEN ._primary-text.--lh-293{line-height:293px}.GREEN ._primary-text.--lh-294{line-height:294px}.GREEN ._primary-text.--lh-295{line-height:295px}.GREEN ._primary-text.--lh-296{line-height:296px}.GREEN ._primary-text.--lh-297{line-height:297px}.GREEN ._primary-text.--lh-298{line-height:298px}.GREEN ._primary-text.--lh-299{line-height:299px}.GREEN ._primary-text.--lh-300{line-height:300px}.GREEN ._primary-text.--lh-301{line-height:301px}.GREEN ._primary-text.--lh-302{line-height:302px}.GREEN ._primary-text.--lh-303{line-height:303px}.GREEN ._primary-text.--lh-304{line-height:304px}.GREEN ._primary-text.--lh-305{line-height:305px}.GREEN ._primary-text.--lh-306{line-height:306px}.GREEN ._primary-text.--lh-307{line-height:307px}.GREEN ._primary-text.--lh-308{line-height:308px}.GREEN ._primary-text.--lh-309{line-height:309px}.GREEN ._primary-text.--lh-310{line-height:310px}.GREEN ._primary-text.--lh-311{line-height:311px}.GREEN ._primary-text.--lh-312{line-height:312px}.GREEN ._primary-text.--lh-313{line-height:313px}.GREEN ._primary-text.--lh-314{line-height:314px}.GREEN ._primary-text.--lh-315{line-height:315px}.GREEN ._primary-text.--lh-316{line-height:316px}.GREEN ._primary-text.--lh-317{line-height:317px}.GREEN ._primary-text.--lh-318{line-height:318px}.GREEN ._primary-text.--lh-319{line-height:319px}.GREEN ._primary-text.--lh-320{line-height:320px}.GREEN ._primary-text.--lh-321{line-height:321px}.GREEN ._primary-text.--lh-322{line-height:322px}.GREEN ._primary-text.--lh-323{line-height:323px}.GREEN ._primary-text.--lh-324{line-height:324px}.GREEN ._primary-text.--lh-325{line-height:325px}.GREEN ._primary-text.--lh-326{line-height:326px}.GREEN ._primary-text.--lh-327{line-height:327px}.GREEN ._primary-text.--lh-328{line-height:328px}.GREEN ._primary-text.--lh-329{line-height:329px}.GREEN ._primary-text.--lh-330{line-height:330px}.GREEN ._primary-text.--lh-331{line-height:331px}.GREEN ._primary-text.--lh-332{line-height:332px}.GREEN ._primary-text.--lh-333{line-height:333px}.GREEN ._primary-text.--lh-334{line-height:334px}.GREEN ._primary-text.--lh-335{line-height:335px}.GREEN ._primary-text.--lh-336{line-height:336px}.GREEN ._primary-text.--lh-337{line-height:337px}.GREEN ._primary-text.--lh-338{line-height:338px}.GREEN ._primary-text.--lh-339{line-height:339px}.GREEN ._primary-text.--lh-340{line-height:340px}.GREEN ._primary-text.--lh-341{line-height:341px}.GREEN ._primary-text.--lh-342{line-height:342px}.GREEN ._primary-text.--lh-343{line-height:343px}.GREEN ._primary-text.--lh-344{line-height:344px}.GREEN ._primary-text.--lh-345{line-height:345px}.GREEN ._primary-text.--lh-346{line-height:346px}.GREEN ._primary-text.--lh-347{line-height:347px}.GREEN ._primary-text.--lh-348{line-height:348px}.GREEN ._primary-text.--lh-349{line-height:349px}.GREEN ._primary-text.--lh-350{line-height:350px}.GREEN ._primary-text.--lh-351{line-height:351px}.GREEN ._primary-text.--lh-352{line-height:352px}.GREEN ._primary-text.--lh-353{line-height:353px}.GREEN ._primary-text.--lh-354{line-height:354px}.GREEN ._primary-text.--lh-355{line-height:355px}.GREEN ._primary-text.--lh-356{line-height:356px}.GREEN ._primary-text.--lh-357{line-height:357px}.GREEN ._primary-text.--lh-358{line-height:358px}.GREEN ._primary-text.--lh-359{line-height:359px}.GREEN ._primary-text.--lh-360{line-height:360px}.GREEN ._primary-text.--lh-361{line-height:361px}.GREEN ._primary-text.--lh-362{line-height:362px}.GREEN ._primary-text.--lh-363{line-height:363px}.GREEN ._primary-text.--lh-364{line-height:364px}.GREEN ._primary-text.--lh-365{line-height:365px}.GREEN ._primary-text.--lh-366{line-height:366px}.GREEN ._primary-text.--lh-367{line-height:367px}.GREEN ._primary-text.--lh-368{line-height:368px}.GREEN ._primary-text.--lh-369{line-height:369px}.GREEN ._primary-text.--lh-370{line-height:370px}.GREEN ._primary-text.--lh-371{line-height:371px}.GREEN ._primary-text.--lh-372{line-height:372px}.GREEN ._primary-text.--lh-373{line-height:373px}.GREEN ._primary-text.--lh-374{line-height:374px}.GREEN ._primary-text.--lh-375{line-height:375px}.GREEN ._primary-text.--lh-376{line-height:376px}.GREEN ._primary-text.--lh-377{line-height:377px}.GREEN ._primary-text.--lh-378{line-height:378px}.GREEN ._primary-text.--lh-379{line-height:379px}.GREEN ._primary-text.--lh-380{line-height:380px}.GREEN ._primary-text.--lh-381{line-height:381px}.GREEN ._primary-text.--lh-382{line-height:382px}.GREEN ._primary-text.--lh-383{line-height:383px}.GREEN ._primary-text.--lh-384{line-height:384px}.GREEN ._primary-text.--lh-385{line-height:385px}.GREEN ._primary-text.--lh-386{line-height:386px}.GREEN ._primary-text.--lh-387{line-height:387px}.GREEN ._primary-text.--lh-388{line-height:388px}.GREEN ._primary-text.--lh-389{line-height:389px}.GREEN ._primary-text.--lh-390{line-height:390px}.GREEN ._primary-text.--lh-391{line-height:391px}.GREEN ._primary-text.--lh-392{line-height:392px}.GREEN ._primary-text.--lh-393{line-height:393px}.GREEN ._primary-text.--lh-394{line-height:394px}.GREEN ._primary-text.--lh-395{line-height:395px}.GREEN ._primary-text.--lh-396{line-height:396px}.GREEN ._primary-text.--lh-397{line-height:397px}.GREEN ._primary-text.--lh-398{line-height:398px}.GREEN ._primary-text.--lh-399{line-height:399px}.GREEN ._primary-text.--lh-400{line-height:400px}.GREEN ._primary-text.--lh-401{line-height:401px}.GREEN ._primary-text.--lh-402{line-height:402px}.GREEN ._primary-text.--lh-403{line-height:403px}.GREEN ._primary-text.--lh-404{line-height:404px}.GREEN ._primary-text.--lh-405{line-height:405px}.GREEN ._primary-text.--lh-406{line-height:406px}.GREEN ._primary-text.--lh-407{line-height:407px}.GREEN ._primary-text.--lh-408{line-height:408px}.GREEN ._primary-text.--lh-409{line-height:409px}.GREEN ._primary-text.--lh-410{line-height:410px}.GREEN ._primary-text.--lh-411{line-height:411px}.GREEN ._primary-text.--lh-412{line-height:412px}.GREEN ._primary-text.--lh-413{line-height:413px}.GREEN ._primary-text.--lh-414{line-height:414px}.GREEN ._primary-text.--lh-415{line-height:415px}.GREEN ._primary-text.--lh-416{line-height:416px}.GREEN ._primary-text.--lh-417{line-height:417px}.GREEN ._primary-text.--lh-418{line-height:418px}.GREEN ._primary-text.--lh-419{line-height:419px}.GREEN ._primary-text.--lh-420{line-height:420px}.GREEN ._primary-text.--lh-421{line-height:421px}.GREEN ._primary-text.--lh-422{line-height:422px}.GREEN ._primary-text.--lh-423{line-height:423px}.GREEN ._primary-text.--lh-424{line-height:424px}.GREEN ._primary-text.--lh-425{line-height:425px}.GREEN ._primary-text.--lh-426{line-height:426px}.GREEN ._primary-text.--lh-427{line-height:427px}.GREEN ._primary-text.--lh-428{line-height:428px}.GREEN ._primary-text.--lh-429{line-height:429px}.GREEN ._primary-text.--lh-430{line-height:430px}.GREEN ._primary-text.--lh-431{line-height:431px}.GREEN ._primary-text.--lh-432{line-height:432px}.GREEN ._primary-text.--lh-433{line-height:433px}.GREEN ._primary-text.--lh-434{line-height:434px}.GREEN ._primary-text.--lh-435{line-height:435px}.GREEN ._primary-text.--lh-436{line-height:436px}.GREEN ._primary-text.--lh-437{line-height:437px}.GREEN ._primary-text.--lh-438{line-height:438px}.GREEN ._primary-text.--lh-439{line-height:439px}.GREEN ._primary-text.--lh-440{line-height:440px}.GREEN ._primary-text.--lh-441{line-height:441px}.GREEN ._primary-text.--lh-442{line-height:442px}.GREEN ._primary-text.--lh-443{line-height:443px}.GREEN ._primary-text.--lh-444{line-height:444px}.GREEN ._primary-text.--lh-445{line-height:445px}.GREEN ._primary-text.--lh-446{line-height:446px}.GREEN ._primary-text.--lh-447{line-height:447px}.GREEN ._primary-text.--lh-448{line-height:448px}.GREEN ._primary-text.--lh-449{line-height:449px}.GREEN ._primary-text.--lh-450{line-height:450px}.GREEN ._primary-text.--lh-451{line-height:451px}.GREEN ._primary-text.--lh-452{line-height:452px}.GREEN ._primary-text.--lh-453{line-height:453px}.GREEN ._primary-text.--lh-454{line-height:454px}.GREEN ._primary-text.--lh-455{line-height:455px}.GREEN ._primary-text.--lh-456{line-height:456px}.GREEN ._primary-text.--lh-457{line-height:457px}.GREEN ._primary-text.--lh-458{line-height:458px}.GREEN ._primary-text.--lh-459{line-height:459px}.GREEN ._primary-text.--lh-460{line-height:460px}.GREEN ._primary-text.--lh-461{line-height:461px}.GREEN ._primary-text.--lh-462{line-height:462px}.GREEN ._primary-text.--lh-463{line-height:463px}.GREEN ._primary-text.--lh-464{line-height:464px}.GREEN ._primary-text.--lh-465{line-height:465px}.GREEN ._primary-text.--lh-466{line-height:466px}.GREEN ._primary-text.--lh-467{line-height:467px}.GREEN ._primary-text.--lh-468{line-height:468px}.GREEN ._primary-text.--lh-469{line-height:469px}.GREEN ._primary-text.--lh-470{line-height:470px}.GREEN ._primary-text.--lh-471{line-height:471px}.GREEN ._primary-text.--lh-472{line-height:472px}.GREEN ._primary-text.--lh-473{line-height:473px}.GREEN ._primary-text.--lh-474{line-height:474px}.GREEN ._primary-text.--lh-475{line-height:475px}.GREEN ._primary-text.--lh-476{line-height:476px}.GREEN ._primary-text.--lh-477{line-height:477px}.GREEN ._primary-text.--lh-478{line-height:478px}.GREEN ._primary-text.--lh-479{line-height:479px}.GREEN ._primary-text.--lh-480{line-height:480px}.GREEN ._primary-text.--lh-481{line-height:481px}.GREEN ._primary-text.--lh-482{line-height:482px}.GREEN ._primary-text.--lh-483{line-height:483px}.GREEN ._primary-text.--lh-484{line-height:484px}.GREEN ._primary-text.--lh-485{line-height:485px}.GREEN ._primary-text.--lh-486{line-height:486px}.GREEN ._primary-text.--lh-487{line-height:487px}.GREEN ._primary-text.--lh-488{line-height:488px}.GREEN ._primary-text.--lh-489{line-height:489px}.GREEN ._primary-text.--lh-490{line-height:490px}.GREEN ._primary-text.--lh-491{line-height:491px}.GREEN ._primary-text.--lh-492{line-height:492px}.GREEN ._primary-text.--lh-493{line-height:493px}.GREEN ._primary-text.--lh-494{line-height:494px}.GREEN ._primary-text.--lh-495{line-height:495px}.GREEN ._primary-text.--lh-496{line-height:496px}.GREEN ._primary-text.--lh-497{line-height:497px}.GREEN ._primary-text.--lh-498{line-height:498px}.GREEN ._primary-text.--lh-499{line-height:499px}.GREEN ._primary-text.--lh-500{line-height:500px}.GREEN ._primary-text.--lh-501{line-height:501px}.GREEN ._primary-text.--lh-502{line-height:502px}.GREEN ._primary-text.--lh-503{line-height:503px}.GREEN ._primary-text.--lh-504{line-height:504px}.GREEN ._primary-text.--lh-505{line-height:505px}.GREEN ._primary-text.--lh-506{line-height:506px}.GREEN ._primary-text.--lh-507{line-height:507px}.GREEN ._primary-text.--lh-508{line-height:508px}.GREEN ._primary-text.--lh-509{line-height:509px}.GREEN ._primary-text.--lh-510{line-height:510px}.GREEN ._primary-text.--lh-511{line-height:511px}.GREEN ._primary-text.--lh-512{line-height:512px}.GREEN ._primary-text.--lh-513{line-height:513px}.GREEN ._primary-text.--lh-514{line-height:514px}.GREEN ._primary-text.--lh-515{line-height:515px}.GREEN ._primary-text.--lh-516{line-height:516px}.GREEN ._primary-text.--lh-517{line-height:517px}.GREEN ._primary-text.--lh-518{line-height:518px}.GREEN ._primary-text.--lh-519{line-height:519px}.GREEN ._primary-text.--lh-520{line-height:520px}.GREEN ._primary-text.--lh-521{line-height:521px}.GREEN ._primary-text.--lh-522{line-height:522px}.GREEN ._primary-text.--lh-523{line-height:523px}.GREEN ._primary-text.--lh-524{line-height:524px}.GREEN ._primary-text.--lh-525{line-height:525px}.GREEN ._primary-text.--lh-526{line-height:526px}.GREEN ._primary-text.--lh-527{line-height:527px}.GREEN ._primary-text.--lh-528{line-height:528px}.GREEN ._primary-text.--lh-529{line-height:529px}.GREEN ._primary-text.--lh-530{line-height:530px}.GREEN ._primary-text.--lh-531{line-height:531px}.GREEN ._primary-text.--lh-532{line-height:532px}.GREEN ._primary-text.--lh-533{line-height:533px}.GREEN ._primary-text.--lh-534{line-height:534px}.GREEN ._primary-text.--lh-535{line-height:535px}.GREEN ._primary-text.--lh-536{line-height:536px}.GREEN ._primary-text.--lh-537{line-height:537px}.GREEN ._primary-text.--lh-538{line-height:538px}.GREEN ._primary-text.--lh-539{line-height:539px}.GREEN ._primary-text.--lh-540{line-height:540px}.GREEN ._primary-text.--lh-541{line-height:541px}.GREEN ._primary-text.--lh-542{line-height:542px}.GREEN ._primary-text.--lh-543{line-height:543px}.GREEN ._primary-text.--lh-544{line-height:544px}.GREEN ._primary-text.--lh-545{line-height:545px}.GREEN ._primary-text.--lh-546{line-height:546px}.GREEN ._primary-text.--lh-547{line-height:547px}.GREEN ._primary-text.--lh-548{line-height:548px}.GREEN ._primary-text.--lh-549{line-height:549px}.GREEN ._primary-text.--lh-550{line-height:550px}.GREEN ._primary-text.--lh-551{line-height:551px}.GREEN ._primary-text.--lh-552{line-height:552px}.GREEN ._primary-text.--lh-553{line-height:553px}.GREEN ._primary-text.--lh-554{line-height:554px}.GREEN ._primary-text.--lh-555{line-height:555px}.GREEN ._primary-text.--lh-556{line-height:556px}.GREEN ._primary-text.--lh-557{line-height:557px}.GREEN ._primary-text.--lh-558{line-height:558px}.GREEN ._primary-text.--lh-559{line-height:559px}.GREEN ._primary-text.--lh-560{line-height:560px}.GREEN ._primary-text.--lh-561{line-height:561px}.GREEN ._primary-text.--lh-562{line-height:562px}.GREEN ._primary-text.--lh-563{line-height:563px}.GREEN ._primary-text.--lh-564{line-height:564px}.GREEN ._primary-text.--lh-565{line-height:565px}.GREEN ._primary-text.--lh-566{line-height:566px}.GREEN ._primary-text.--lh-567{line-height:567px}.GREEN ._primary-text.--lh-568{line-height:568px}.GREEN ._primary-text.--lh-569{line-height:569px}.GREEN ._primary-text.--lh-570{line-height:570px}.GREEN ._primary-text.--lh-571{line-height:571px}.GREEN ._primary-text.--lh-572{line-height:572px}.GREEN ._primary-text.--lh-573{line-height:573px}.GREEN ._primary-text.--lh-574{line-height:574px}.GREEN ._primary-text.--lh-575{line-height:575px}.GREEN ._primary-text.--lh-576{line-height:576px}.GREEN ._primary-text.--lh-577{line-height:577px}.GREEN ._primary-text.--lh-578{line-height:578px}.GREEN ._primary-text.--lh-579{line-height:579px}.GREEN ._primary-text.--lh-580{line-height:580px}.GREEN ._primary-text.--lh-581{line-height:581px}.GREEN ._primary-text.--lh-582{line-height:582px}.GREEN ._primary-text.--lh-583{line-height:583px}.GREEN ._primary-text.--lh-584{line-height:584px}.GREEN ._primary-text.--lh-585{line-height:585px}.GREEN ._primary-text.--lh-586{line-height:586px}.GREEN ._primary-text.--lh-587{line-height:587px}.GREEN ._primary-text.--lh-588{line-height:588px}.GREEN ._primary-text.--lh-589{line-height:589px}.GREEN ._primary-text.--lh-590{line-height:590px}.GREEN ._primary-text.--lh-591{line-height:591px}.GREEN ._primary-text.--lh-592{line-height:592px}.GREEN ._primary-text.--lh-593{line-height:593px}.GREEN ._primary-text.--lh-594{line-height:594px}.GREEN ._primary-text.--lh-595{line-height:595px}.GREEN ._primary-text.--lh-596{line-height:596px}.GREEN ._primary-text.--lh-597{line-height:597px}.GREEN ._primary-text.--lh-598{line-height:598px}.GREEN ._primary-text.--lh-599{line-height:599px}.GREEN ._primary-text.--lh-600{line-height:600px}.GREEN ._primary-text.--lh-601{line-height:601px}.GREEN ._primary-text.--lh-602{line-height:602px}.GREEN ._primary-text.--lh-603{line-height:603px}.GREEN ._primary-text.--lh-604{line-height:604px}.GREEN ._primary-text.--lh-605{line-height:605px}.GREEN ._primary-text.--lh-606{line-height:606px}.GREEN ._primary-text.--lh-607{line-height:607px}.GREEN ._primary-text.--lh-608{line-height:608px}.GREEN ._primary-text.--lh-609{line-height:609px}.GREEN ._primary-text.--lh-610{line-height:610px}.GREEN ._primary-text.--lh-611{line-height:611px}.GREEN ._primary-text.--lh-612{line-height:612px}.GREEN ._primary-text.--lh-613{line-height:613px}.GREEN ._primary-text.--lh-614{line-height:614px}.GREEN ._primary-text.--lh-615{line-height:615px}.GREEN ._primary-text.--lh-616{line-height:616px}.GREEN ._primary-text.--lh-617{line-height:617px}.GREEN ._primary-text.--lh-618{line-height:618px}.GREEN ._primary-text.--lh-619{line-height:619px}.GREEN ._primary-text.--lh-620{line-height:620px}.GREEN ._primary-text.--lh-621{line-height:621px}.GREEN ._primary-text.--lh-622{line-height:622px}.GREEN ._primary-text.--lh-623{line-height:623px}.GREEN ._primary-text.--lh-624{line-height:624px}.GREEN ._primary-text.--lh-625{line-height:625px}.GREEN ._primary-text.--lh-626{line-height:626px}.GREEN ._primary-text.--lh-627{line-height:627px}.GREEN ._primary-text.--lh-628{line-height:628px}.GREEN ._primary-text.--lh-629{line-height:629px}.GREEN ._primary-text.--lh-630{line-height:630px}.GREEN ._primary-text.--lh-631{line-height:631px}.GREEN ._primary-text.--lh-632{line-height:632px}.GREEN ._primary-text.--lh-633{line-height:633px}.GREEN ._primary-text.--lh-634{line-height:634px}.GREEN ._primary-text.--lh-635{line-height:635px}.GREEN ._primary-text.--lh-636{line-height:636px}.GREEN ._primary-text.--lh-637{line-height:637px}.GREEN ._primary-text.--lh-638{line-height:638px}.GREEN ._primary-text.--lh-639{line-height:639px}.GREEN ._primary-text.--lh-640{line-height:640px}.GREEN ._primary-text.--lh-641{line-height:641px}.GREEN ._primary-text.--lh-642{line-height:642px}.GREEN ._primary-text.--lh-643{line-height:643px}.GREEN ._primary-text.--lh-644{line-height:644px}.GREEN ._primary-text.--lh-645{line-height:645px}.GREEN ._primary-text.--lh-646{line-height:646px}.GREEN ._primary-text.--lh-647{line-height:647px}.GREEN ._primary-text.--lh-648{line-height:648px}.GREEN ._primary-text.--lh-649{line-height:649px}.GREEN ._primary-text.--lh-650{line-height:650px}.GREEN ._primary-text.--lh-651{line-height:651px}.GREEN ._primary-text.--lh-652{line-height:652px}.GREEN ._primary-text.--lh-653{line-height:653px}.GREEN ._primary-text.--lh-654{line-height:654px}.GREEN ._primary-text.--lh-655{line-height:655px}.GREEN ._primary-text.--lh-656{line-height:656px}.GREEN ._primary-text.--lh-657{line-height:657px}.GREEN ._primary-text.--lh-658{line-height:658px}.GREEN ._primary-text.--lh-659{line-height:659px}.GREEN ._primary-text.--lh-660{line-height:660px}.GREEN ._primary-text.--lh-661{line-height:661px}.GREEN ._primary-text.--lh-662{line-height:662px}.GREEN ._primary-text.--lh-663{line-height:663px}.GREEN ._primary-text.--lh-664{line-height:664px}.GREEN ._primary-text.--lh-665{line-height:665px}.GREEN ._primary-text.--lh-666{line-height:666px}.GREEN ._primary-text.--lh-667{line-height:667px}.GREEN ._primary-text.--lh-668{line-height:668px}.GREEN ._primary-text.--lh-669{line-height:669px}.GREEN ._primary-text.--lh-670{line-height:670px}.GREEN ._primary-text.--lh-671{line-height:671px}.GREEN ._primary-text.--lh-672{line-height:672px}.GREEN ._primary-text.--lh-673{line-height:673px}.GREEN ._primary-text.--lh-674{line-height:674px}.GREEN ._primary-text.--lh-675{line-height:675px}.GREEN ._primary-text.--lh-676{line-height:676px}.GREEN ._primary-text.--lh-677{line-height:677px}.GREEN ._primary-text.--lh-678{line-height:678px}.GREEN ._primary-text.--lh-679{line-height:679px}.GREEN ._primary-text.--lh-680{line-height:680px}.GREEN ._primary-text.--lh-681{line-height:681px}.GREEN ._primary-text.--lh-682{line-height:682px}.GREEN ._primary-text.--lh-683{line-height:683px}.GREEN ._primary-text.--lh-684{line-height:684px}.GREEN ._primary-text.--lh-685{line-height:685px}.GREEN ._primary-text.--lh-686{line-height:686px}.GREEN ._primary-text.--lh-687{line-height:687px}.GREEN ._primary-text.--lh-688{line-height:688px}.GREEN ._primary-text.--lh-689{line-height:689px}.GREEN ._primary-text.--lh-690{line-height:690px}.GREEN ._primary-text.--lh-691{line-height:691px}.GREEN ._primary-text.--lh-692{line-height:692px}.GREEN ._primary-text.--lh-693{line-height:693px}.GREEN ._primary-text.--lh-694{line-height:694px}.GREEN ._primary-text.--lh-695{line-height:695px}.GREEN ._primary-text.--lh-696{line-height:696px}.GREEN ._primary-text.--lh-697{line-height:697px}.GREEN ._primary-text.--lh-698{line-height:698px}.GREEN ._primary-text.--lh-699{line-height:699px}.GREEN ._primary-text.--lh-700{line-height:700px}.GREEN ._primary-text.--lh-701{line-height:701px}.GREEN ._primary-text.--lh-702{line-height:702px}.GREEN ._primary-text.--lh-703{line-height:703px}.GREEN ._primary-text.--lh-704{line-height:704px}.GREEN ._primary-text.--lh-705{line-height:705px}.GREEN ._primary-text.--lh-706{line-height:706px}.GREEN ._primary-text.--lh-707{line-height:707px}.GREEN ._primary-text.--lh-708{line-height:708px}.GREEN ._primary-text.--lh-709{line-height:709px}.GREEN ._primary-text.--lh-710{line-height:710px}.GREEN ._primary-text.--lh-711{line-height:711px}.GREEN ._primary-text.--lh-712{line-height:712px}.GREEN ._primary-text.--lh-713{line-height:713px}.GREEN ._primary-text.--lh-714{line-height:714px}.GREEN ._primary-text.--lh-715{line-height:715px}.GREEN ._primary-text.--lh-716{line-height:716px}.GREEN ._primary-text.--lh-717{line-height:717px}.GREEN ._primary-text.--lh-718{line-height:718px}.GREEN ._primary-text.--lh-719{line-height:719px}.GREEN ._primary-text.--lh-720{line-height:720px}.GREEN ._primary-text.--lh-721{line-height:721px}.GREEN ._primary-text.--lh-722{line-height:722px}.GREEN ._primary-text.--lh-723{line-height:723px}.GREEN ._primary-text.--lh-724{line-height:724px}.GREEN ._primary-text.--lh-725{line-height:725px}.GREEN ._primary-text.--lh-726{line-height:726px}.GREEN ._primary-text.--lh-727{line-height:727px}.GREEN ._primary-text.--lh-728{line-height:728px}.GREEN ._primary-text.--lh-729{line-height:729px}.GREEN ._primary-text.--lh-730{line-height:730px}.GREEN ._primary-text.--lh-731{line-height:731px}.GREEN ._primary-text.--lh-732{line-height:732px}.GREEN ._primary-text.--lh-733{line-height:733px}.GREEN ._primary-text.--lh-734{line-height:734px}.GREEN ._primary-text.--lh-735{line-height:735px}.GREEN ._primary-text.--lh-736{line-height:736px}.GREEN ._primary-text.--lh-737{line-height:737px}.GREEN ._primary-text.--lh-738{line-height:738px}.GREEN ._primary-text.--lh-739{line-height:739px}.GREEN ._primary-text.--lh-740{line-height:740px}.GREEN ._primary-text.--lh-741{line-height:741px}.GREEN ._primary-text.--lh-742{line-height:742px}.GREEN ._primary-text.--lh-743{line-height:743px}.GREEN ._primary-text.--lh-744{line-height:744px}.GREEN ._primary-text.--lh-745{line-height:745px}.GREEN ._primary-text.--lh-746{line-height:746px}.GREEN ._primary-text.--lh-747{line-height:747px}.GREEN ._primary-text.--lh-748{line-height:748px}.GREEN ._primary-text.--lh-749{line-height:749px}.GREEN ._primary-text.--lh-750{line-height:750px}.GREEN ._primary-text.--lh-751{line-height:751px}.GREEN ._primary-text.--lh-752{line-height:752px}.GREEN ._primary-text.--lh-753{line-height:753px}.GREEN ._primary-text.--lh-754{line-height:754px}.GREEN ._primary-text.--lh-755{line-height:755px}.GREEN ._primary-text.--lh-756{line-height:756px}.GREEN ._primary-text.--lh-757{line-height:757px}.GREEN ._primary-text.--lh-758{line-height:758px}.GREEN ._primary-text.--lh-759{line-height:759px}.GREEN ._primary-text.--lh-760{line-height:760px}.GREEN ._primary-text.--lh-761{line-height:761px}.GREEN ._primary-text.--lh-762{line-height:762px}.GREEN ._primary-text.--lh-763{line-height:763px}.GREEN ._primary-text.--lh-764{line-height:764px}.GREEN ._primary-text.--lh-765{line-height:765px}.GREEN ._primary-text.--lh-766{line-height:766px}.GREEN ._primary-text.--lh-767{line-height:767px}.GREEN ._primary-text.--lh-768{line-height:768px}.GREEN ._primary-text.--lh-769{line-height:769px}.GREEN ._primary-text.--lh-770{line-height:770px}.GREEN ._primary-text.--lh-771{line-height:771px}.GREEN ._primary-text.--lh-772{line-height:772px}.GREEN ._primary-text.--lh-773{line-height:773px}.GREEN ._primary-text.--lh-774{line-height:774px}.GREEN ._primary-text.--lh-775{line-height:775px}.GREEN ._primary-text.--lh-776{line-height:776px}.GREEN ._primary-text.--lh-777{line-height:777px}.GREEN ._primary-text.--lh-778{line-height:778px}.GREEN ._primary-text.--lh-779{line-height:779px}.GREEN ._primary-text.--lh-780{line-height:780px}.GREEN ._primary-text.--lh-781{line-height:781px}.GREEN ._primary-text.--lh-782{line-height:782px}.GREEN ._primary-text.--lh-783{line-height:783px}.GREEN ._primary-text.--lh-784{line-height:784px}.GREEN ._primary-text.--lh-785{line-height:785px}.GREEN ._primary-text.--lh-786{line-height:786px}.GREEN ._primary-text.--lh-787{line-height:787px}.GREEN ._primary-text.--lh-788{line-height:788px}.GREEN ._primary-text.--lh-789{line-height:789px}.GREEN ._primary-text.--lh-790{line-height:790px}.GREEN ._primary-text.--lh-791{line-height:791px}.GREEN ._primary-text.--lh-792{line-height:792px}.GREEN ._primary-text.--lh-793{line-height:793px}.GREEN ._primary-text.--lh-794{line-height:794px}.GREEN ._primary-text.--lh-795{line-height:795px}.GREEN ._primary-text.--lh-796{line-height:796px}.GREEN ._primary-text.--lh-797{line-height:797px}.GREEN ._primary-text.--lh-798{line-height:798px}.GREEN ._primary-text.--lh-799{line-height:799px}.GREEN ._primary-text.--lh-800{line-height:800px}.GREEN ._secondary-text{color:var(--green);font-family:Poppins}.GREEN ._secondary-text.--size-5{font-size:5px}.GREEN ._secondary-text.--size-6{font-size:6px}.GREEN ._secondary-text.--size-7{font-size:7px}.GREEN ._secondary-text.--size-8{font-size:8px}.GREEN ._secondary-text.--size-9{font-size:9px}.GREEN ._secondary-text.--size-10{font-size:10px}.GREEN ._secondary-text.--size-11{font-size:11px}.GREEN ._secondary-text.--size-12{font-size:12px}.GREEN ._secondary-text.--size-13{font-size:13px}.GREEN ._secondary-text.--size-14{font-size:14px}.GREEN ._secondary-text.--size-15{font-size:15px}.GREEN ._secondary-text.--size-16{font-size:16px}.GREEN ._secondary-text.--size-17{font-size:17px}.GREEN ._secondary-text.--size-18{font-size:18px}.GREEN ._secondary-text.--size-19{font-size:19px}.GREEN ._secondary-text.--size-20{font-size:20px}.GREEN ._secondary-text.--size-21{font-size:21px}.GREEN ._secondary-text.--size-22{font-size:22px}.GREEN ._secondary-text.--size-23{font-size:23px}.GREEN ._secondary-text.--size-24{font-size:24px}.GREEN ._secondary-text.--size-25{font-size:25px}.GREEN ._secondary-text.--size-26{font-size:26px}.GREEN ._secondary-text.--size-27{font-size:27px}.GREEN ._secondary-text.--size-28{font-size:28px}.GREEN ._secondary-text.--size-29{font-size:29px}.GREEN ._secondary-text.--size-30{font-size:30px}.GREEN ._secondary-text.--size-31{font-size:31px}.GREEN ._secondary-text.--size-32{font-size:32px}.GREEN ._secondary-text.--size-33{font-size:33px}.GREEN ._secondary-text.--size-34{font-size:34px}.GREEN ._secondary-text.--size-35{font-size:35px}.GREEN ._secondary-text.--size-36{font-size:36px}.GREEN ._secondary-text.--size-37{font-size:37px}.GREEN ._secondary-text.--size-38{font-size:38px}.GREEN ._secondary-text.--size-39{font-size:39px}.GREEN ._secondary-text.--size-40{font-size:40px}.GREEN ._secondary-text.--size-41{font-size:41px}.GREEN ._secondary-text.--size-42{font-size:42px}.GREEN ._secondary-text.--size-43{font-size:43px}.GREEN ._secondary-text.--size-44{font-size:44px}.GREEN ._secondary-text.--size-45{font-size:45px}.GREEN ._secondary-text.--size-46{font-size:46px}.GREEN ._secondary-text.--size-47{font-size:47px}.GREEN ._secondary-text.--size-48{font-size:48px}.GREEN ._secondary-text.--size-49{font-size:49px}.GREEN ._secondary-text.--size-50{font-size:50px}.GREEN ._secondary-text.--size-51{font-size:51px}.GREEN ._secondary-text.--size-52{font-size:52px}.GREEN ._secondary-text.--size-53{font-size:53px}.GREEN ._secondary-text.--size-54{font-size:54px}.GREEN ._secondary-text.--size-55{font-size:55px}.GREEN ._secondary-text.--size-56{font-size:56px}.GREEN ._secondary-text.--size-57{font-size:57px}.GREEN ._secondary-text.--size-58{font-size:58px}.GREEN ._secondary-text.--size-59{font-size:59px}.GREEN ._secondary-text.--size-60{font-size:60px}.GREEN ._secondary-text.--size-61{font-size:61px}.GREEN ._secondary-text.--size-62{font-size:62px}.GREEN ._secondary-text.--size-63{font-size:63px}.GREEN ._secondary-text.--size-64{font-size:64px}.GREEN ._secondary-text.--size-65{font-size:65px}.GREEN ._secondary-text.--size-66{font-size:66px}.GREEN ._secondary-text.--size-67{font-size:67px}.GREEN ._secondary-text.--size-68{font-size:68px}.GREEN ._secondary-text.--size-69{font-size:69px}.GREEN ._secondary-text.--size-70{font-size:70px}.GREEN ._secondary-text.--size-71{font-size:71px}.GREEN ._secondary-text.--size-72{font-size:72px}.GREEN ._secondary-text.--size-73{font-size:73px}.GREEN ._secondary-text.--size-74{font-size:74px}.GREEN ._secondary-text.--size-75{font-size:75px}.GREEN ._secondary-text.--size-76{font-size:76px}.GREEN ._secondary-text.--size-77{font-size:77px}.GREEN ._secondary-text.--size-78{font-size:78px}.GREEN ._secondary-text.--size-79{font-size:79px}.GREEN ._secondary-text.--size-80{font-size:80px}.GREEN ._secondary-text.--size-81{font-size:81px}.GREEN ._secondary-text.--size-82{font-size:82px}.GREEN ._secondary-text.--size-83{font-size:83px}.GREEN ._secondary-text.--size-84{font-size:84px}.GREEN ._secondary-text.--size-85{font-size:85px}.GREEN ._secondary-text.--size-86{font-size:86px}.GREEN ._secondary-text.--size-87{font-size:87px}.GREEN ._secondary-text.--size-88{font-size:88px}.GREEN ._secondary-text.--size-89{font-size:89px}.GREEN ._secondary-text.--size-90{font-size:90px}.GREEN ._secondary-text.--size-91{font-size:91px}.GREEN ._secondary-text.--size-92{font-size:92px}.GREEN ._secondary-text.--size-93{font-size:93px}.GREEN ._secondary-text.--size-94{font-size:94px}.GREEN ._secondary-text.--size-95{font-size:95px}.GREEN ._secondary-text.--size-96{font-size:96px}.GREEN ._secondary-text.--size-97{font-size:97px}.GREEN ._secondary-text.--size-98{font-size:98px}.GREEN ._secondary-text.--size-99{font-size:99px}.GREEN ._secondary-text.--size-100{font-size:100px}.GREEN ._secondary-text.--weight-100{font-weight:100}.GREEN ._secondary-text.--weight-101{font-weight:101}.GREEN ._secondary-text.--weight-102{font-weight:102}.GREEN ._secondary-text.--weight-103{font-weight:103}.GREEN ._secondary-text.--weight-104{font-weight:104}.GREEN ._secondary-text.--weight-105{font-weight:105}.GREEN ._secondary-text.--weight-106{font-weight:106}.GREEN ._secondary-text.--weight-107{font-weight:107}.GREEN ._secondary-text.--weight-108{font-weight:108}.GREEN ._secondary-text.--weight-109{font-weight:109}.GREEN ._secondary-text.--weight-110{font-weight:110}.GREEN ._secondary-text.--weight-111{font-weight:111}.GREEN ._secondary-text.--weight-112{font-weight:112}.GREEN ._secondary-text.--weight-113{font-weight:113}.GREEN ._secondary-text.--weight-114{font-weight:114}.GREEN ._secondary-text.--weight-115{font-weight:115}.GREEN ._secondary-text.--weight-116{font-weight:116}.GREEN ._secondary-text.--weight-117{font-weight:117}.GREEN ._secondary-text.--weight-118{font-weight:118}.GREEN ._secondary-text.--weight-119{font-weight:119}.GREEN ._secondary-text.--weight-120{font-weight:120}.GREEN ._secondary-text.--weight-121{font-weight:121}.GREEN ._secondary-text.--weight-122{font-weight:122}.GREEN ._secondary-text.--weight-123{font-weight:123}.GREEN ._secondary-text.--weight-124{font-weight:124}.GREEN ._secondary-text.--weight-125{font-weight:125}.GREEN ._secondary-text.--weight-126{font-weight:126}.GREEN ._secondary-text.--weight-127{font-weight:127}.GREEN ._secondary-text.--weight-128{font-weight:128}.GREEN ._secondary-text.--weight-129{font-weight:129}.GREEN ._secondary-text.--weight-130{font-weight:130}.GREEN ._secondary-text.--weight-131{font-weight:131}.GREEN ._secondary-text.--weight-132{font-weight:132}.GREEN ._secondary-text.--weight-133{font-weight:133}.GREEN ._secondary-text.--weight-134{font-weight:134}.GREEN ._secondary-text.--weight-135{font-weight:135}.GREEN ._secondary-text.--weight-136{font-weight:136}.GREEN ._secondary-text.--weight-137{font-weight:137}.GREEN ._secondary-text.--weight-138{font-weight:138}.GREEN ._secondary-text.--weight-139{font-weight:139}.GREEN ._secondary-text.--weight-140{font-weight:140}.GREEN ._secondary-text.--weight-141{font-weight:141}.GREEN ._secondary-text.--weight-142{font-weight:142}.GREEN ._secondary-text.--weight-143{font-weight:143}.GREEN ._secondary-text.--weight-144{font-weight:144}.GREEN ._secondary-text.--weight-145{font-weight:145}.GREEN ._secondary-text.--weight-146{font-weight:146}.GREEN ._secondary-text.--weight-147{font-weight:147}.GREEN ._secondary-text.--weight-148{font-weight:148}.GREEN ._secondary-text.--weight-149{font-weight:149}.GREEN ._secondary-text.--weight-150{font-weight:150}.GREEN ._secondary-text.--weight-151{font-weight:151}.GREEN ._secondary-text.--weight-152{font-weight:152}.GREEN ._secondary-text.--weight-153{font-weight:153}.GREEN ._secondary-text.--weight-154{font-weight:154}.GREEN ._secondary-text.--weight-155{font-weight:155}.GREEN ._secondary-text.--weight-156{font-weight:156}.GREEN ._secondary-text.--weight-157{font-weight:157}.GREEN ._secondary-text.--weight-158{font-weight:158}.GREEN ._secondary-text.--weight-159{font-weight:159}.GREEN ._secondary-text.--weight-160{font-weight:160}.GREEN ._secondary-text.--weight-161{font-weight:161}.GREEN ._secondary-text.--weight-162{font-weight:162}.GREEN ._secondary-text.--weight-163{font-weight:163}.GREEN ._secondary-text.--weight-164{font-weight:164}.GREEN ._secondary-text.--weight-165{font-weight:165}.GREEN ._secondary-text.--weight-166{font-weight:166}.GREEN ._secondary-text.--weight-167{font-weight:167}.GREEN ._secondary-text.--weight-168{font-weight:168}.GREEN ._secondary-text.--weight-169{font-weight:169}.GREEN ._secondary-text.--weight-170{font-weight:170}.GREEN ._secondary-text.--weight-171{font-weight:171}.GREEN ._secondary-text.--weight-172{font-weight:172}.GREEN ._secondary-text.--weight-173{font-weight:173}.GREEN ._secondary-text.--weight-174{font-weight:174}.GREEN ._secondary-text.--weight-175{font-weight:175}.GREEN ._secondary-text.--weight-176{font-weight:176}.GREEN ._secondary-text.--weight-177{font-weight:177}.GREEN ._secondary-text.--weight-178{font-weight:178}.GREEN ._secondary-text.--weight-179{font-weight:179}.GREEN ._secondary-text.--weight-180{font-weight:180}.GREEN ._secondary-text.--weight-181{font-weight:181}.GREEN ._secondary-text.--weight-182{font-weight:182}.GREEN ._secondary-text.--weight-183{font-weight:183}.GREEN ._secondary-text.--weight-184{font-weight:184}.GREEN ._secondary-text.--weight-185{font-weight:185}.GREEN ._secondary-text.--weight-186{font-weight:186}.GREEN ._secondary-text.--weight-187{font-weight:187}.GREEN ._secondary-text.--weight-188{font-weight:188}.GREEN ._secondary-text.--weight-189{font-weight:189}.GREEN ._secondary-text.--weight-190{font-weight:190}.GREEN ._secondary-text.--weight-191{font-weight:191}.GREEN ._secondary-text.--weight-192{font-weight:192}.GREEN ._secondary-text.--weight-193{font-weight:193}.GREEN ._secondary-text.--weight-194{font-weight:194}.GREEN ._secondary-text.--weight-195{font-weight:195}.GREEN ._secondary-text.--weight-196{font-weight:196}.GREEN ._secondary-text.--weight-197{font-weight:197}.GREEN ._secondary-text.--weight-198{font-weight:198}.GREEN ._secondary-text.--weight-199{font-weight:199}.GREEN ._secondary-text.--weight-200{font-weight:200}.GREEN ._secondary-text.--weight-201{font-weight:201}.GREEN ._secondary-text.--weight-202{font-weight:202}.GREEN ._secondary-text.--weight-203{font-weight:203}.GREEN ._secondary-text.--weight-204{font-weight:204}.GREEN ._secondary-text.--weight-205{font-weight:205}.GREEN ._secondary-text.--weight-206{font-weight:206}.GREEN ._secondary-text.--weight-207{font-weight:207}.GREEN ._secondary-text.--weight-208{font-weight:208}.GREEN ._secondary-text.--weight-209{font-weight:209}.GREEN ._secondary-text.--weight-210{font-weight:210}.GREEN ._secondary-text.--weight-211{font-weight:211}.GREEN ._secondary-text.--weight-212{font-weight:212}.GREEN ._secondary-text.--weight-213{font-weight:213}.GREEN ._secondary-text.--weight-214{font-weight:214}.GREEN ._secondary-text.--weight-215{font-weight:215}.GREEN ._secondary-text.--weight-216{font-weight:216}.GREEN ._secondary-text.--weight-217{font-weight:217}.GREEN ._secondary-text.--weight-218{font-weight:218}.GREEN ._secondary-text.--weight-219{font-weight:219}.GREEN ._secondary-text.--weight-220{font-weight:220}.GREEN ._secondary-text.--weight-221{font-weight:221}.GREEN ._secondary-text.--weight-222{font-weight:222}.GREEN ._secondary-text.--weight-223{font-weight:223}.GREEN ._secondary-text.--weight-224{font-weight:224}.GREEN ._secondary-text.--weight-225{font-weight:225}.GREEN ._secondary-text.--weight-226{font-weight:226}.GREEN ._secondary-text.--weight-227{font-weight:227}.GREEN ._secondary-text.--weight-228{font-weight:228}.GREEN ._secondary-text.--weight-229{font-weight:229}.GREEN ._secondary-text.--weight-230{font-weight:230}.GREEN ._secondary-text.--weight-231{font-weight:231}.GREEN ._secondary-text.--weight-232{font-weight:232}.GREEN ._secondary-text.--weight-233{font-weight:233}.GREEN ._secondary-text.--weight-234{font-weight:234}.GREEN ._secondary-text.--weight-235{font-weight:235}.GREEN ._secondary-text.--weight-236{font-weight:236}.GREEN ._secondary-text.--weight-237{font-weight:237}.GREEN ._secondary-text.--weight-238{font-weight:238}.GREEN ._secondary-text.--weight-239{font-weight:239}.GREEN ._secondary-text.--weight-240{font-weight:240}.GREEN ._secondary-text.--weight-241{font-weight:241}.GREEN ._secondary-text.--weight-242{font-weight:242}.GREEN ._secondary-text.--weight-243{font-weight:243}.GREEN ._secondary-text.--weight-244{font-weight:244}.GREEN ._secondary-text.--weight-245{font-weight:245}.GREEN ._secondary-text.--weight-246{font-weight:246}.GREEN ._secondary-text.--weight-247{font-weight:247}.GREEN ._secondary-text.--weight-248{font-weight:248}.GREEN ._secondary-text.--weight-249{font-weight:249}.GREEN ._secondary-text.--weight-250{font-weight:250}.GREEN ._secondary-text.--weight-251{font-weight:251}.GREEN ._secondary-text.--weight-252{font-weight:252}.GREEN ._secondary-text.--weight-253{font-weight:253}.GREEN ._secondary-text.--weight-254{font-weight:254}.GREEN ._secondary-text.--weight-255{font-weight:255}.GREEN ._secondary-text.--weight-256{font-weight:256}.GREEN ._secondary-text.--weight-257{font-weight:257}.GREEN ._secondary-text.--weight-258{font-weight:258}.GREEN ._secondary-text.--weight-259{font-weight:259}.GREEN ._secondary-text.--weight-260{font-weight:260}.GREEN ._secondary-text.--weight-261{font-weight:261}.GREEN ._secondary-text.--weight-262{font-weight:262}.GREEN ._secondary-text.--weight-263{font-weight:263}.GREEN ._secondary-text.--weight-264{font-weight:264}.GREEN ._secondary-text.--weight-265{font-weight:265}.GREEN ._secondary-text.--weight-266{font-weight:266}.GREEN ._secondary-text.--weight-267{font-weight:267}.GREEN ._secondary-text.--weight-268{font-weight:268}.GREEN ._secondary-text.--weight-269{font-weight:269}.GREEN ._secondary-text.--weight-270{font-weight:270}.GREEN ._secondary-text.--weight-271{font-weight:271}.GREEN ._secondary-text.--weight-272{font-weight:272}.GREEN ._secondary-text.--weight-273{font-weight:273}.GREEN ._secondary-text.--weight-274{font-weight:274}.GREEN ._secondary-text.--weight-275{font-weight:275}.GREEN ._secondary-text.--weight-276{font-weight:276}.GREEN ._secondary-text.--weight-277{font-weight:277}.GREEN ._secondary-text.--weight-278{font-weight:278}.GREEN ._secondary-text.--weight-279{font-weight:279}.GREEN ._secondary-text.--weight-280{font-weight:280}.GREEN ._secondary-text.--weight-281{font-weight:281}.GREEN ._secondary-text.--weight-282{font-weight:282}.GREEN ._secondary-text.--weight-283{font-weight:283}.GREEN ._secondary-text.--weight-284{font-weight:284}.GREEN ._secondary-text.--weight-285{font-weight:285}.GREEN ._secondary-text.--weight-286{font-weight:286}.GREEN ._secondary-text.--weight-287{font-weight:287}.GREEN ._secondary-text.--weight-288{font-weight:288}.GREEN ._secondary-text.--weight-289{font-weight:289}.GREEN ._secondary-text.--weight-290{font-weight:290}.GREEN ._secondary-text.--weight-291{font-weight:291}.GREEN ._secondary-text.--weight-292{font-weight:292}.GREEN ._secondary-text.--weight-293{font-weight:293}.GREEN ._secondary-text.--weight-294{font-weight:294}.GREEN ._secondary-text.--weight-295{font-weight:295}.GREEN ._secondary-text.--weight-296{font-weight:296}.GREEN ._secondary-text.--weight-297{font-weight:297}.GREEN ._secondary-text.--weight-298{font-weight:298}.GREEN ._secondary-text.--weight-299{font-weight:299}.GREEN ._secondary-text.--weight-300{font-weight:300}.GREEN ._secondary-text.--weight-301{font-weight:301}.GREEN ._secondary-text.--weight-302{font-weight:302}.GREEN ._secondary-text.--weight-303{font-weight:303}.GREEN ._secondary-text.--weight-304{font-weight:304}.GREEN ._secondary-text.--weight-305{font-weight:305}.GREEN ._secondary-text.--weight-306{font-weight:306}.GREEN ._secondary-text.--weight-307{font-weight:307}.GREEN ._secondary-text.--weight-308{font-weight:308}.GREEN ._secondary-text.--weight-309{font-weight:309}.GREEN ._secondary-text.--weight-310{font-weight:310}.GREEN ._secondary-text.--weight-311{font-weight:311}.GREEN ._secondary-text.--weight-312{font-weight:312}.GREEN ._secondary-text.--weight-313{font-weight:313}.GREEN ._secondary-text.--weight-314{font-weight:314}.GREEN ._secondary-text.--weight-315{font-weight:315}.GREEN ._secondary-text.--weight-316{font-weight:316}.GREEN ._secondary-text.--weight-317{font-weight:317}.GREEN ._secondary-text.--weight-318{font-weight:318}.GREEN ._secondary-text.--weight-319{font-weight:319}.GREEN ._secondary-text.--weight-320{font-weight:320}.GREEN ._secondary-text.--weight-321{font-weight:321}.GREEN ._secondary-text.--weight-322{font-weight:322}.GREEN ._secondary-text.--weight-323{font-weight:323}.GREEN ._secondary-text.--weight-324{font-weight:324}.GREEN ._secondary-text.--weight-325{font-weight:325}.GREEN ._secondary-text.--weight-326{font-weight:326}.GREEN ._secondary-text.--weight-327{font-weight:327}.GREEN ._secondary-text.--weight-328{font-weight:328}.GREEN ._secondary-text.--weight-329{font-weight:329}.GREEN ._secondary-text.--weight-330{font-weight:330}.GREEN ._secondary-text.--weight-331{font-weight:331}.GREEN ._secondary-text.--weight-332{font-weight:332}.GREEN ._secondary-text.--weight-333{font-weight:333}.GREEN ._secondary-text.--weight-334{font-weight:334}.GREEN ._secondary-text.--weight-335{font-weight:335}.GREEN ._secondary-text.--weight-336{font-weight:336}.GREEN ._secondary-text.--weight-337{font-weight:337}.GREEN ._secondary-text.--weight-338{font-weight:338}.GREEN ._secondary-text.--weight-339{font-weight:339}.GREEN ._secondary-text.--weight-340{font-weight:340}.GREEN ._secondary-text.--weight-341{font-weight:341}.GREEN ._secondary-text.--weight-342{font-weight:342}.GREEN ._secondary-text.--weight-343{font-weight:343}.GREEN ._secondary-text.--weight-344{font-weight:344}.GREEN ._secondary-text.--weight-345{font-weight:345}.GREEN ._secondary-text.--weight-346{font-weight:346}.GREEN ._secondary-text.--weight-347{font-weight:347}.GREEN ._secondary-text.--weight-348{font-weight:348}.GREEN ._secondary-text.--weight-349{font-weight:349}.GREEN ._secondary-text.--weight-350{font-weight:350}.GREEN ._secondary-text.--weight-351{font-weight:351}.GREEN ._secondary-text.--weight-352{font-weight:352}.GREEN ._secondary-text.--weight-353{font-weight:353}.GREEN ._secondary-text.--weight-354{font-weight:354}.GREEN ._secondary-text.--weight-355{font-weight:355}.GREEN ._secondary-text.--weight-356{font-weight:356}.GREEN ._secondary-text.--weight-357{font-weight:357}.GREEN ._secondary-text.--weight-358{font-weight:358}.GREEN ._secondary-text.--weight-359{font-weight:359}.GREEN ._secondary-text.--weight-360{font-weight:360}.GREEN ._secondary-text.--weight-361{font-weight:361}.GREEN ._secondary-text.--weight-362{font-weight:362}.GREEN ._secondary-text.--weight-363{font-weight:363}.GREEN ._secondary-text.--weight-364{font-weight:364}.GREEN ._secondary-text.--weight-365{font-weight:365}.GREEN ._secondary-text.--weight-366{font-weight:366}.GREEN ._secondary-text.--weight-367{font-weight:367}.GREEN ._secondary-text.--weight-368{font-weight:368}.GREEN ._secondary-text.--weight-369{font-weight:369}.GREEN ._secondary-text.--weight-370{font-weight:370}.GREEN ._secondary-text.--weight-371{font-weight:371}.GREEN ._secondary-text.--weight-372{font-weight:372}.GREEN ._secondary-text.--weight-373{font-weight:373}.GREEN ._secondary-text.--weight-374{font-weight:374}.GREEN ._secondary-text.--weight-375{font-weight:375}.GREEN ._secondary-text.--weight-376{font-weight:376}.GREEN ._secondary-text.--weight-377{font-weight:377}.GREEN ._secondary-text.--weight-378{font-weight:378}.GREEN ._secondary-text.--weight-379{font-weight:379}.GREEN ._secondary-text.--weight-380{font-weight:380}.GREEN ._secondary-text.--weight-381{font-weight:381}.GREEN ._secondary-text.--weight-382{font-weight:382}.GREEN ._secondary-text.--weight-383{font-weight:383}.GREEN ._secondary-text.--weight-384{font-weight:384}.GREEN ._secondary-text.--weight-385{font-weight:385}.GREEN ._secondary-text.--weight-386{font-weight:386}.GREEN ._secondary-text.--weight-387{font-weight:387}.GREEN ._secondary-text.--weight-388{font-weight:388}.GREEN ._secondary-text.--weight-389{font-weight:389}.GREEN ._secondary-text.--weight-390{font-weight:390}.GREEN ._secondary-text.--weight-391{font-weight:391}.GREEN ._secondary-text.--weight-392{font-weight:392}.GREEN ._secondary-text.--weight-393{font-weight:393}.GREEN ._secondary-text.--weight-394{font-weight:394}.GREEN ._secondary-text.--weight-395{font-weight:395}.GREEN ._secondary-text.--weight-396{font-weight:396}.GREEN ._secondary-text.--weight-397{font-weight:397}.GREEN ._secondary-text.--weight-398{font-weight:398}.GREEN ._secondary-text.--weight-399{font-weight:399}.GREEN ._secondary-text.--weight-400{font-weight:400}.GREEN ._secondary-text.--weight-401{font-weight:401}.GREEN ._secondary-text.--weight-402{font-weight:402}.GREEN ._secondary-text.--weight-403{font-weight:403}.GREEN ._secondary-text.--weight-404{font-weight:404}.GREEN ._secondary-text.--weight-405{font-weight:405}.GREEN ._secondary-text.--weight-406{font-weight:406}.GREEN ._secondary-text.--weight-407{font-weight:407}.GREEN ._secondary-text.--weight-408{font-weight:408}.GREEN ._secondary-text.--weight-409{font-weight:409}.GREEN ._secondary-text.--weight-410{font-weight:410}.GREEN ._secondary-text.--weight-411{font-weight:411}.GREEN ._secondary-text.--weight-412{font-weight:412}.GREEN ._secondary-text.--weight-413{font-weight:413}.GREEN ._secondary-text.--weight-414{font-weight:414}.GREEN ._secondary-text.--weight-415{font-weight:415}.GREEN ._secondary-text.--weight-416{font-weight:416}.GREEN ._secondary-text.--weight-417{font-weight:417}.GREEN ._secondary-text.--weight-418{font-weight:418}.GREEN ._secondary-text.--weight-419{font-weight:419}.GREEN ._secondary-text.--weight-420{font-weight:420}.GREEN ._secondary-text.--weight-421{font-weight:421}.GREEN ._secondary-text.--weight-422{font-weight:422}.GREEN ._secondary-text.--weight-423{font-weight:423}.GREEN ._secondary-text.--weight-424{font-weight:424}.GREEN ._secondary-text.--weight-425{font-weight:425}.GREEN ._secondary-text.--weight-426{font-weight:426}.GREEN ._secondary-text.--weight-427{font-weight:427}.GREEN ._secondary-text.--weight-428{font-weight:428}.GREEN ._secondary-text.--weight-429{font-weight:429}.GREEN ._secondary-text.--weight-430{font-weight:430}.GREEN ._secondary-text.--weight-431{font-weight:431}.GREEN ._secondary-text.--weight-432{font-weight:432}.GREEN ._secondary-text.--weight-433{font-weight:433}.GREEN ._secondary-text.--weight-434{font-weight:434}.GREEN ._secondary-text.--weight-435{font-weight:435}.GREEN ._secondary-text.--weight-436{font-weight:436}.GREEN ._secondary-text.--weight-437{font-weight:437}.GREEN ._secondary-text.--weight-438{font-weight:438}.GREEN ._secondary-text.--weight-439{font-weight:439}.GREEN ._secondary-text.--weight-440{font-weight:440}.GREEN ._secondary-text.--weight-441{font-weight:441}.GREEN ._secondary-text.--weight-442{font-weight:442}.GREEN ._secondary-text.--weight-443{font-weight:443}.GREEN ._secondary-text.--weight-444{font-weight:444}.GREEN ._secondary-text.--weight-445{font-weight:445}.GREEN ._secondary-text.--weight-446{font-weight:446}.GREEN ._secondary-text.--weight-447{font-weight:447}.GREEN ._secondary-text.--weight-448{font-weight:448}.GREEN ._secondary-text.--weight-449{font-weight:449}.GREEN ._secondary-text.--weight-450{font-weight:450}.GREEN ._secondary-text.--weight-451{font-weight:451}.GREEN ._secondary-text.--weight-452{font-weight:452}.GREEN ._secondary-text.--weight-453{font-weight:453}.GREEN ._secondary-text.--weight-454{font-weight:454}.GREEN ._secondary-text.--weight-455{font-weight:455}.GREEN ._secondary-text.--weight-456{font-weight:456}.GREEN ._secondary-text.--weight-457{font-weight:457}.GREEN ._secondary-text.--weight-458{font-weight:458}.GREEN ._secondary-text.--weight-459{font-weight:459}.GREEN ._secondary-text.--weight-460{font-weight:460}.GREEN ._secondary-text.--weight-461{font-weight:461}.GREEN ._secondary-text.--weight-462{font-weight:462}.GREEN ._secondary-text.--weight-463{font-weight:463}.GREEN ._secondary-text.--weight-464{font-weight:464}.GREEN ._secondary-text.--weight-465{font-weight:465}.GREEN ._secondary-text.--weight-466{font-weight:466}.GREEN ._secondary-text.--weight-467{font-weight:467}.GREEN ._secondary-text.--weight-468{font-weight:468}.GREEN ._secondary-text.--weight-469{font-weight:469}.GREEN ._secondary-text.--weight-470{font-weight:470}.GREEN ._secondary-text.--weight-471{font-weight:471}.GREEN ._secondary-text.--weight-472{font-weight:472}.GREEN ._secondary-text.--weight-473{font-weight:473}.GREEN ._secondary-text.--weight-474{font-weight:474}.GREEN ._secondary-text.--weight-475{font-weight:475}.GREEN ._secondary-text.--weight-476{font-weight:476}.GREEN ._secondary-text.--weight-477{font-weight:477}.GREEN ._secondary-text.--weight-478{font-weight:478}.GREEN ._secondary-text.--weight-479{font-weight:479}.GREEN ._secondary-text.--weight-480{font-weight:480}.GREEN ._secondary-text.--weight-481{font-weight:481}.GREEN ._secondary-text.--weight-482{font-weight:482}.GREEN ._secondary-text.--weight-483{font-weight:483}.GREEN ._secondary-text.--weight-484{font-weight:484}.GREEN ._secondary-text.--weight-485{font-weight:485}.GREEN ._secondary-text.--weight-486{font-weight:486}.GREEN ._secondary-text.--weight-487{font-weight:487}.GREEN ._secondary-text.--weight-488{font-weight:488}.GREEN ._secondary-text.--weight-489{font-weight:489}.GREEN ._secondary-text.--weight-490{font-weight:490}.GREEN ._secondary-text.--weight-491{font-weight:491}.GREEN ._secondary-text.--weight-492{font-weight:492}.GREEN ._secondary-text.--weight-493{font-weight:493}.GREEN ._secondary-text.--weight-494{font-weight:494}.GREEN ._secondary-text.--weight-495{font-weight:495}.GREEN ._secondary-text.--weight-496{font-weight:496}.GREEN ._secondary-text.--weight-497{font-weight:497}.GREEN ._secondary-text.--weight-498{font-weight:498}.GREEN ._secondary-text.--weight-499{font-weight:499}.GREEN ._secondary-text.--weight-500{font-weight:500}.GREEN ._secondary-text.--weight-501{font-weight:501}.GREEN ._secondary-text.--weight-502{font-weight:502}.GREEN ._secondary-text.--weight-503{font-weight:503}.GREEN ._secondary-text.--weight-504{font-weight:504}.GREEN ._secondary-text.--weight-505{font-weight:505}.GREEN ._secondary-text.--weight-506{font-weight:506}.GREEN ._secondary-text.--weight-507{font-weight:507}.GREEN ._secondary-text.--weight-508{font-weight:508}.GREEN ._secondary-text.--weight-509{font-weight:509}.GREEN ._secondary-text.--weight-510{font-weight:510}.GREEN ._secondary-text.--weight-511{font-weight:511}.GREEN ._secondary-text.--weight-512{font-weight:512}.GREEN ._secondary-text.--weight-513{font-weight:513}.GREEN ._secondary-text.--weight-514{font-weight:514}.GREEN ._secondary-text.--weight-515{font-weight:515}.GREEN ._secondary-text.--weight-516{font-weight:516}.GREEN ._secondary-text.--weight-517{font-weight:517}.GREEN ._secondary-text.--weight-518{font-weight:518}.GREEN ._secondary-text.--weight-519{font-weight:519}.GREEN ._secondary-text.--weight-520{font-weight:520}.GREEN ._secondary-text.--weight-521{font-weight:521}.GREEN ._secondary-text.--weight-522{font-weight:522}.GREEN ._secondary-text.--weight-523{font-weight:523}.GREEN ._secondary-text.--weight-524{font-weight:524}.GREEN ._secondary-text.--weight-525{font-weight:525}.GREEN ._secondary-text.--weight-526{font-weight:526}.GREEN ._secondary-text.--weight-527{font-weight:527}.GREEN ._secondary-text.--weight-528{font-weight:528}.GREEN ._secondary-text.--weight-529{font-weight:529}.GREEN ._secondary-text.--weight-530{font-weight:530}.GREEN ._secondary-text.--weight-531{font-weight:531}.GREEN ._secondary-text.--weight-532{font-weight:532}.GREEN ._secondary-text.--weight-533{font-weight:533}.GREEN ._secondary-text.--weight-534{font-weight:534}.GREEN ._secondary-text.--weight-535{font-weight:535}.GREEN ._secondary-text.--weight-536{font-weight:536}.GREEN ._secondary-text.--weight-537{font-weight:537}.GREEN ._secondary-text.--weight-538{font-weight:538}.GREEN ._secondary-text.--weight-539{font-weight:539}.GREEN ._secondary-text.--weight-540{font-weight:540}.GREEN ._secondary-text.--weight-541{font-weight:541}.GREEN ._secondary-text.--weight-542{font-weight:542}.GREEN ._secondary-text.--weight-543{font-weight:543}.GREEN ._secondary-text.--weight-544{font-weight:544}.GREEN ._secondary-text.--weight-545{font-weight:545}.GREEN ._secondary-text.--weight-546{font-weight:546}.GREEN ._secondary-text.--weight-547{font-weight:547}.GREEN ._secondary-text.--weight-548{font-weight:548}.GREEN ._secondary-text.--weight-549{font-weight:549}.GREEN ._secondary-text.--weight-550{font-weight:550}.GREEN ._secondary-text.--weight-551{font-weight:551}.GREEN ._secondary-text.--weight-552{font-weight:552}.GREEN ._secondary-text.--weight-553{font-weight:553}.GREEN ._secondary-text.--weight-554{font-weight:554}.GREEN ._secondary-text.--weight-555{font-weight:555}.GREEN ._secondary-text.--weight-556{font-weight:556}.GREEN ._secondary-text.--weight-557{font-weight:557}.GREEN ._secondary-text.--weight-558{font-weight:558}.GREEN ._secondary-text.--weight-559{font-weight:559}.GREEN ._secondary-text.--weight-560{font-weight:560}.GREEN ._secondary-text.--weight-561{font-weight:561}.GREEN ._secondary-text.--weight-562{font-weight:562}.GREEN ._secondary-text.--weight-563{font-weight:563}.GREEN ._secondary-text.--weight-564{font-weight:564}.GREEN ._secondary-text.--weight-565{font-weight:565}.GREEN ._secondary-text.--weight-566{font-weight:566}.GREEN ._secondary-text.--weight-567{font-weight:567}.GREEN ._secondary-text.--weight-568{font-weight:568}.GREEN ._secondary-text.--weight-569{font-weight:569}.GREEN ._secondary-text.--weight-570{font-weight:570}.GREEN ._secondary-text.--weight-571{font-weight:571}.GREEN ._secondary-text.--weight-572{font-weight:572}.GREEN ._secondary-text.--weight-573{font-weight:573}.GREEN ._secondary-text.--weight-574{font-weight:574}.GREEN ._secondary-text.--weight-575{font-weight:575}.GREEN ._secondary-text.--weight-576{font-weight:576}.GREEN ._secondary-text.--weight-577{font-weight:577}.GREEN ._secondary-text.--weight-578{font-weight:578}.GREEN ._secondary-text.--weight-579{font-weight:579}.GREEN ._secondary-text.--weight-580{font-weight:580}.GREEN ._secondary-text.--weight-581{font-weight:581}.GREEN ._secondary-text.--weight-582{font-weight:582}.GREEN ._secondary-text.--weight-583{font-weight:583}.GREEN ._secondary-text.--weight-584{font-weight:584}.GREEN ._secondary-text.--weight-585{font-weight:585}.GREEN ._secondary-text.--weight-586{font-weight:586}.GREEN ._secondary-text.--weight-587{font-weight:587}.GREEN ._secondary-text.--weight-588{font-weight:588}.GREEN ._secondary-text.--weight-589{font-weight:589}.GREEN ._secondary-text.--weight-590{font-weight:590}.GREEN ._secondary-text.--weight-591{font-weight:591}.GREEN ._secondary-text.--weight-592{font-weight:592}.GREEN ._secondary-text.--weight-593{font-weight:593}.GREEN ._secondary-text.--weight-594{font-weight:594}.GREEN ._secondary-text.--weight-595{font-weight:595}.GREEN ._secondary-text.--weight-596{font-weight:596}.GREEN ._secondary-text.--weight-597{font-weight:597}.GREEN ._secondary-text.--weight-598{font-weight:598}.GREEN ._secondary-text.--weight-599{font-weight:599}.GREEN ._secondary-text.--weight-600{font-weight:600}.GREEN ._secondary-text.--weight-601{font-weight:601}.GREEN ._secondary-text.--weight-602{font-weight:602}.GREEN ._secondary-text.--weight-603{font-weight:603}.GREEN ._secondary-text.--weight-604{font-weight:604}.GREEN ._secondary-text.--weight-605{font-weight:605}.GREEN ._secondary-text.--weight-606{font-weight:606}.GREEN ._secondary-text.--weight-607{font-weight:607}.GREEN ._secondary-text.--weight-608{font-weight:608}.GREEN ._secondary-text.--weight-609{font-weight:609}.GREEN ._secondary-text.--weight-610{font-weight:610}.GREEN ._secondary-text.--weight-611{font-weight:611}.GREEN ._secondary-text.--weight-612{font-weight:612}.GREEN ._secondary-text.--weight-613{font-weight:613}.GREEN ._secondary-text.--weight-614{font-weight:614}.GREEN ._secondary-text.--weight-615{font-weight:615}.GREEN ._secondary-text.--weight-616{font-weight:616}.GREEN ._secondary-text.--weight-617{font-weight:617}.GREEN ._secondary-text.--weight-618{font-weight:618}.GREEN ._secondary-text.--weight-619{font-weight:619}.GREEN ._secondary-text.--weight-620{font-weight:620}.GREEN ._secondary-text.--weight-621{font-weight:621}.GREEN ._secondary-text.--weight-622{font-weight:622}.GREEN ._secondary-text.--weight-623{font-weight:623}.GREEN ._secondary-text.--weight-624{font-weight:624}.GREEN ._secondary-text.--weight-625{font-weight:625}.GREEN ._secondary-text.--weight-626{font-weight:626}.GREEN ._secondary-text.--weight-627{font-weight:627}.GREEN ._secondary-text.--weight-628{font-weight:628}.GREEN ._secondary-text.--weight-629{font-weight:629}.GREEN ._secondary-text.--weight-630{font-weight:630}.GREEN ._secondary-text.--weight-631{font-weight:631}.GREEN ._secondary-text.--weight-632{font-weight:632}.GREEN ._secondary-text.--weight-633{font-weight:633}.GREEN ._secondary-text.--weight-634{font-weight:634}.GREEN ._secondary-text.--weight-635{font-weight:635}.GREEN ._secondary-text.--weight-636{font-weight:636}.GREEN ._secondary-text.--weight-637{font-weight:637}.GREEN ._secondary-text.--weight-638{font-weight:638}.GREEN ._secondary-text.--weight-639{font-weight:639}.GREEN ._secondary-text.--weight-640{font-weight:640}.GREEN ._secondary-text.--weight-641{font-weight:641}.GREEN ._secondary-text.--weight-642{font-weight:642}.GREEN ._secondary-text.--weight-643{font-weight:643}.GREEN ._secondary-text.--weight-644{font-weight:644}.GREEN ._secondary-text.--weight-645{font-weight:645}.GREEN ._secondary-text.--weight-646{font-weight:646}.GREEN ._secondary-text.--weight-647{font-weight:647}.GREEN ._secondary-text.--weight-648{font-weight:648}.GREEN ._secondary-text.--weight-649{font-weight:649}.GREEN ._secondary-text.--weight-650{font-weight:650}.GREEN ._secondary-text.--weight-651{font-weight:651}.GREEN ._secondary-text.--weight-652{font-weight:652}.GREEN ._secondary-text.--weight-653{font-weight:653}.GREEN ._secondary-text.--weight-654{font-weight:654}.GREEN ._secondary-text.--weight-655{font-weight:655}.GREEN ._secondary-text.--weight-656{font-weight:656}.GREEN ._secondary-text.--weight-657{font-weight:657}.GREEN ._secondary-text.--weight-658{font-weight:658}.GREEN ._secondary-text.--weight-659{font-weight:659}.GREEN ._secondary-text.--weight-660{font-weight:660}.GREEN ._secondary-text.--weight-661{font-weight:661}.GREEN ._secondary-text.--weight-662{font-weight:662}.GREEN ._secondary-text.--weight-663{font-weight:663}.GREEN ._secondary-text.--weight-664{font-weight:664}.GREEN ._secondary-text.--weight-665{font-weight:665}.GREEN ._secondary-text.--weight-666{font-weight:666}.GREEN ._secondary-text.--weight-667{font-weight:667}.GREEN ._secondary-text.--weight-668{font-weight:668}.GREEN ._secondary-text.--weight-669{font-weight:669}.GREEN ._secondary-text.--weight-670{font-weight:670}.GREEN ._secondary-text.--weight-671{font-weight:671}.GREEN ._secondary-text.--weight-672{font-weight:672}.GREEN ._secondary-text.--weight-673{font-weight:673}.GREEN ._secondary-text.--weight-674{font-weight:674}.GREEN ._secondary-text.--weight-675{font-weight:675}.GREEN ._secondary-text.--weight-676{font-weight:676}.GREEN ._secondary-text.--weight-677{font-weight:677}.GREEN ._secondary-text.--weight-678{font-weight:678}.GREEN ._secondary-text.--weight-679{font-weight:679}.GREEN ._secondary-text.--weight-680{font-weight:680}.GREEN ._secondary-text.--weight-681{font-weight:681}.GREEN ._secondary-text.--weight-682{font-weight:682}.GREEN ._secondary-text.--weight-683{font-weight:683}.GREEN ._secondary-text.--weight-684{font-weight:684}.GREEN ._secondary-text.--weight-685{font-weight:685}.GREEN ._secondary-text.--weight-686{font-weight:686}.GREEN ._secondary-text.--weight-687{font-weight:687}.GREEN ._secondary-text.--weight-688{font-weight:688}.GREEN ._secondary-text.--weight-689{font-weight:689}.GREEN ._secondary-text.--weight-690{font-weight:690}.GREEN ._secondary-text.--weight-691{font-weight:691}.GREEN ._secondary-text.--weight-692{font-weight:692}.GREEN ._secondary-text.--weight-693{font-weight:693}.GREEN ._secondary-text.--weight-694{font-weight:694}.GREEN ._secondary-text.--weight-695{font-weight:695}.GREEN ._secondary-text.--weight-696{font-weight:696}.GREEN ._secondary-text.--weight-697{font-weight:697}.GREEN ._secondary-text.--weight-698{font-weight:698}.GREEN ._secondary-text.--weight-699{font-weight:699}.GREEN ._secondary-text.--weight-700{font-weight:700}.GREEN ._secondary-text.--weight-701{font-weight:701}.GREEN ._secondary-text.--weight-702{font-weight:702}.GREEN ._secondary-text.--weight-703{font-weight:703}.GREEN ._secondary-text.--weight-704{font-weight:704}.GREEN ._secondary-text.--weight-705{font-weight:705}.GREEN ._secondary-text.--weight-706{font-weight:706}.GREEN ._secondary-text.--weight-707{font-weight:707}.GREEN ._secondary-text.--weight-708{font-weight:708}.GREEN ._secondary-text.--weight-709{font-weight:709}.GREEN ._secondary-text.--weight-710{font-weight:710}.GREEN ._secondary-text.--weight-711{font-weight:711}.GREEN ._secondary-text.--weight-712{font-weight:712}.GREEN ._secondary-text.--weight-713{font-weight:713}.GREEN ._secondary-text.--weight-714{font-weight:714}.GREEN ._secondary-text.--weight-715{font-weight:715}.GREEN ._secondary-text.--weight-716{font-weight:716}.GREEN ._secondary-text.--weight-717{font-weight:717}.GREEN ._secondary-text.--weight-718{font-weight:718}.GREEN ._secondary-text.--weight-719{font-weight:719}.GREEN ._secondary-text.--weight-720{font-weight:720}.GREEN ._secondary-text.--weight-721{font-weight:721}.GREEN ._secondary-text.--weight-722{font-weight:722}.GREEN ._secondary-text.--weight-723{font-weight:723}.GREEN ._secondary-text.--weight-724{font-weight:724}.GREEN ._secondary-text.--weight-725{font-weight:725}.GREEN ._secondary-text.--weight-726{font-weight:726}.GREEN ._secondary-text.--weight-727{font-weight:727}.GREEN ._secondary-text.--weight-728{font-weight:728}.GREEN ._secondary-text.--weight-729{font-weight:729}.GREEN ._secondary-text.--weight-730{font-weight:730}.GREEN ._secondary-text.--weight-731{font-weight:731}.GREEN ._secondary-text.--weight-732{font-weight:732}.GREEN ._secondary-text.--weight-733{font-weight:733}.GREEN ._secondary-text.--weight-734{font-weight:734}.GREEN ._secondary-text.--weight-735{font-weight:735}.GREEN ._secondary-text.--weight-736{font-weight:736}.GREEN ._secondary-text.--weight-737{font-weight:737}.GREEN ._secondary-text.--weight-738{font-weight:738}.GREEN ._secondary-text.--weight-739{font-weight:739}.GREEN ._secondary-text.--weight-740{font-weight:740}.GREEN ._secondary-text.--weight-741{font-weight:741}.GREEN ._secondary-text.--weight-742{font-weight:742}.GREEN ._secondary-text.--weight-743{font-weight:743}.GREEN ._secondary-text.--weight-744{font-weight:744}.GREEN ._secondary-text.--weight-745{font-weight:745}.GREEN ._secondary-text.--weight-746{font-weight:746}.GREEN ._secondary-text.--weight-747{font-weight:747}.GREEN ._secondary-text.--weight-748{font-weight:748}.GREEN ._secondary-text.--weight-749{font-weight:749}.GREEN ._secondary-text.--weight-750{font-weight:750}.GREEN ._secondary-text.--weight-751{font-weight:751}.GREEN ._secondary-text.--weight-752{font-weight:752}.GREEN ._secondary-text.--weight-753{font-weight:753}.GREEN ._secondary-text.--weight-754{font-weight:754}.GREEN ._secondary-text.--weight-755{font-weight:755}.GREEN ._secondary-text.--weight-756{font-weight:756}.GREEN ._secondary-text.--weight-757{font-weight:757}.GREEN ._secondary-text.--weight-758{font-weight:758}.GREEN ._secondary-text.--weight-759{font-weight:759}.GREEN ._secondary-text.--weight-760{font-weight:760}.GREEN ._secondary-text.--weight-761{font-weight:761}.GREEN ._secondary-text.--weight-762{font-weight:762}.GREEN ._secondary-text.--weight-763{font-weight:763}.GREEN ._secondary-text.--weight-764{font-weight:764}.GREEN ._secondary-text.--weight-765{font-weight:765}.GREEN ._secondary-text.--weight-766{font-weight:766}.GREEN ._secondary-text.--weight-767{font-weight:767}.GREEN ._secondary-text.--weight-768{font-weight:768}.GREEN ._secondary-text.--weight-769{font-weight:769}.GREEN ._secondary-text.--weight-770{font-weight:770}.GREEN ._secondary-text.--weight-771{font-weight:771}.GREEN ._secondary-text.--weight-772{font-weight:772}.GREEN ._secondary-text.--weight-773{font-weight:773}.GREEN ._secondary-text.--weight-774{font-weight:774}.GREEN ._secondary-text.--weight-775{font-weight:775}.GREEN ._secondary-text.--weight-776{font-weight:776}.GREEN ._secondary-text.--weight-777{font-weight:777}.GREEN ._secondary-text.--weight-778{font-weight:778}.GREEN ._secondary-text.--weight-779{font-weight:779}.GREEN ._secondary-text.--weight-780{font-weight:780}.GREEN ._secondary-text.--weight-781{font-weight:781}.GREEN ._secondary-text.--weight-782{font-weight:782}.GREEN ._secondary-text.--weight-783{font-weight:783}.GREEN ._secondary-text.--weight-784{font-weight:784}.GREEN ._secondary-text.--weight-785{font-weight:785}.GREEN ._secondary-text.--weight-786{font-weight:786}.GREEN ._secondary-text.--weight-787{font-weight:787}.GREEN ._secondary-text.--weight-788{font-weight:788}.GREEN ._secondary-text.--weight-789{font-weight:789}.GREEN ._secondary-text.--weight-790{font-weight:790}.GREEN ._secondary-text.--weight-791{font-weight:791}.GREEN ._secondary-text.--weight-792{font-weight:792}.GREEN ._secondary-text.--weight-793{font-weight:793}.GREEN ._secondary-text.--weight-794{font-weight:794}.GREEN ._secondary-text.--weight-795{font-weight:795}.GREEN ._secondary-text.--weight-796{font-weight:796}.GREEN ._secondary-text.--weight-797{font-weight:797}.GREEN ._secondary-text.--weight-798{font-weight:798}.GREEN ._secondary-text.--weight-799{font-weight:799}.GREEN ._secondary-text.--weight-800{font-weight:800}.GREEN ._secondary-text.--lh-1{line-height:1px}.GREEN ._secondary-text.--lh-2{line-height:2px}.GREEN ._secondary-text.--lh-3{line-height:3px}.GREEN ._secondary-text.--lh-4{line-height:4px}.GREEN ._secondary-text.--lh-5{line-height:5px}.GREEN ._secondary-text.--lh-6{line-height:6px}.GREEN ._secondary-text.--lh-7{line-height:7px}.GREEN ._secondary-text.--lh-8{line-height:8px}.GREEN ._secondary-text.--lh-9{line-height:9px}.GREEN ._secondary-text.--lh-10{line-height:10px}.GREEN ._secondary-text.--lh-11{line-height:11px}.GREEN ._secondary-text.--lh-12{line-height:12px}.GREEN ._secondary-text.--lh-13{line-height:13px}.GREEN ._secondary-text.--lh-14{line-height:14px}.GREEN ._secondary-text.--lh-15{line-height:15px}.GREEN ._secondary-text.--lh-16{line-height:16px}.GREEN ._secondary-text.--lh-17{line-height:17px}.GREEN ._secondary-text.--lh-18{line-height:18px}.GREEN ._secondary-text.--lh-19{line-height:19px}.GREEN ._secondary-text.--lh-20{line-height:20px}.GREEN ._secondary-text.--lh-21{line-height:21px}.GREEN ._secondary-text.--lh-22{line-height:22px}.GREEN ._secondary-text.--lh-23{line-height:23px}.GREEN ._secondary-text.--lh-24{line-height:24px}.GREEN ._secondary-text.--lh-25{line-height:25px}.GREEN ._secondary-text.--lh-26{line-height:26px}.GREEN ._secondary-text.--lh-27{line-height:27px}.GREEN ._secondary-text.--lh-28{line-height:28px}.GREEN ._secondary-text.--lh-29{line-height:29px}.GREEN ._secondary-text.--lh-30{line-height:30px}.GREEN ._secondary-text.--lh-31{line-height:31px}.GREEN ._secondary-text.--lh-32{line-height:32px}.GREEN ._secondary-text.--lh-33{line-height:33px}.GREEN ._secondary-text.--lh-34{line-height:34px}.GREEN ._secondary-text.--lh-35{line-height:35px}.GREEN ._secondary-text.--lh-36{line-height:36px}.GREEN ._secondary-text.--lh-37{line-height:37px}.GREEN ._secondary-text.--lh-38{line-height:38px}.GREEN ._secondary-text.--lh-39{line-height:39px}.GREEN ._secondary-text.--lh-40{line-height:40px}.GREEN ._secondary-text.--lh-41{line-height:41px}.GREEN ._secondary-text.--lh-42{line-height:42px}.GREEN ._secondary-text.--lh-43{line-height:43px}.GREEN ._secondary-text.--lh-44{line-height:44px}.GREEN ._secondary-text.--lh-45{line-height:45px}.GREEN ._secondary-text.--lh-46{line-height:46px}.GREEN ._secondary-text.--lh-47{line-height:47px}.GREEN ._secondary-text.--lh-48{line-height:48px}.GREEN ._secondary-text.--lh-49{line-height:49px}.GREEN ._secondary-text.--lh-50{line-height:50px}.GREEN ._secondary-text.--lh-51{line-height:51px}.GREEN ._secondary-text.--lh-52{line-height:52px}.GREEN ._secondary-text.--lh-53{line-height:53px}.GREEN ._secondary-text.--lh-54{line-height:54px}.GREEN ._secondary-text.--lh-55{line-height:55px}.GREEN ._secondary-text.--lh-56{line-height:56px}.GREEN ._secondary-text.--lh-57{line-height:57px}.GREEN ._secondary-text.--lh-58{line-height:58px}.GREEN ._secondary-text.--lh-59{line-height:59px}.GREEN ._secondary-text.--lh-60{line-height:60px}.GREEN ._secondary-text.--lh-61{line-height:61px}.GREEN ._secondary-text.--lh-62{line-height:62px}.GREEN ._secondary-text.--lh-63{line-height:63px}.GREEN ._secondary-text.--lh-64{line-height:64px}.GREEN ._secondary-text.--lh-65{line-height:65px}.GREEN ._secondary-text.--lh-66{line-height:66px}.GREEN ._secondary-text.--lh-67{line-height:67px}.GREEN ._secondary-text.--lh-68{line-height:68px}.GREEN ._secondary-text.--lh-69{line-height:69px}.GREEN ._secondary-text.--lh-70{line-height:70px}.GREEN ._secondary-text.--lh-71{line-height:71px}.GREEN ._secondary-text.--lh-72{line-height:72px}.GREEN ._secondary-text.--lh-73{line-height:73px}.GREEN ._secondary-text.--lh-74{line-height:74px}.GREEN ._secondary-text.--lh-75{line-height:75px}.GREEN ._secondary-text.--lh-76{line-height:76px}.GREEN ._secondary-text.--lh-77{line-height:77px}.GREEN ._secondary-text.--lh-78{line-height:78px}.GREEN ._secondary-text.--lh-79{line-height:79px}.GREEN ._secondary-text.--lh-80{line-height:80px}.GREEN ._secondary-text.--lh-81{line-height:81px}.GREEN ._secondary-text.--lh-82{line-height:82px}.GREEN ._secondary-text.--lh-83{line-height:83px}.GREEN ._secondary-text.--lh-84{line-height:84px}.GREEN ._secondary-text.--lh-85{line-height:85px}.GREEN ._secondary-text.--lh-86{line-height:86px}.GREEN ._secondary-text.--lh-87{line-height:87px}.GREEN ._secondary-text.--lh-88{line-height:88px}.GREEN ._secondary-text.--lh-89{line-height:89px}.GREEN ._secondary-text.--lh-90{line-height:90px}.GREEN ._secondary-text.--lh-91{line-height:91px}.GREEN ._secondary-text.--lh-92{line-height:92px}.GREEN ._secondary-text.--lh-93{line-height:93px}.GREEN ._secondary-text.--lh-94{line-height:94px}.GREEN ._secondary-text.--lh-95{line-height:95px}.GREEN ._secondary-text.--lh-96{line-height:96px}.GREEN ._secondary-text.--lh-97{line-height:97px}.GREEN ._secondary-text.--lh-98{line-height:98px}.GREEN ._secondary-text.--lh-99{line-height:99px}.GREEN ._secondary-text.--lh-100{line-height:100px}.GREEN ._secondary-text.--lh-101{line-height:101px}.GREEN ._secondary-text.--lh-102{line-height:102px}.GREEN ._secondary-text.--lh-103{line-height:103px}.GREEN ._secondary-text.--lh-104{line-height:104px}.GREEN ._secondary-text.--lh-105{line-height:105px}.GREEN ._secondary-text.--lh-106{line-height:106px}.GREEN ._secondary-text.--lh-107{line-height:107px}.GREEN ._secondary-text.--lh-108{line-height:108px}.GREEN ._secondary-text.--lh-109{line-height:109px}.GREEN ._secondary-text.--lh-110{line-height:110px}.GREEN ._secondary-text.--lh-111{line-height:111px}.GREEN ._secondary-text.--lh-112{line-height:112px}.GREEN ._secondary-text.--lh-113{line-height:113px}.GREEN ._secondary-text.--lh-114{line-height:114px}.GREEN ._secondary-text.--lh-115{line-height:115px}.GREEN ._secondary-text.--lh-116{line-height:116px}.GREEN ._secondary-text.--lh-117{line-height:117px}.GREEN ._secondary-text.--lh-118{line-height:118px}.GREEN ._secondary-text.--lh-119{line-height:119px}.GREEN ._secondary-text.--lh-120{line-height:120px}.GREEN ._secondary-text.--lh-121{line-height:121px}.GREEN ._secondary-text.--lh-122{line-height:122px}.GREEN ._secondary-text.--lh-123{line-height:123px}.GREEN ._secondary-text.--lh-124{line-height:124px}.GREEN ._secondary-text.--lh-125{line-height:125px}.GREEN ._secondary-text.--lh-126{line-height:126px}.GREEN ._secondary-text.--lh-127{line-height:127px}.GREEN ._secondary-text.--lh-128{line-height:128px}.GREEN ._secondary-text.--lh-129{line-height:129px}.GREEN ._secondary-text.--lh-130{line-height:130px}.GREEN ._secondary-text.--lh-131{line-height:131px}.GREEN ._secondary-text.--lh-132{line-height:132px}.GREEN ._secondary-text.--lh-133{line-height:133px}.GREEN ._secondary-text.--lh-134{line-height:134px}.GREEN ._secondary-text.--lh-135{line-height:135px}.GREEN ._secondary-text.--lh-136{line-height:136px}.GREEN ._secondary-text.--lh-137{line-height:137px}.GREEN ._secondary-text.--lh-138{line-height:138px}.GREEN ._secondary-text.--lh-139{line-height:139px}.GREEN ._secondary-text.--lh-140{line-height:140px}.GREEN ._secondary-text.--lh-141{line-height:141px}.GREEN ._secondary-text.--lh-142{line-height:142px}.GREEN ._secondary-text.--lh-143{line-height:143px}.GREEN ._secondary-text.--lh-144{line-height:144px}.GREEN ._secondary-text.--lh-145{line-height:145px}.GREEN ._secondary-text.--lh-146{line-height:146px}.GREEN ._secondary-text.--lh-147{line-height:147px}.GREEN ._secondary-text.--lh-148{line-height:148px}.GREEN ._secondary-text.--lh-149{line-height:149px}.GREEN ._secondary-text.--lh-150{line-height:150px}.GREEN ._secondary-text.--lh-151{line-height:151px}.GREEN ._secondary-text.--lh-152{line-height:152px}.GREEN ._secondary-text.--lh-153{line-height:153px}.GREEN ._secondary-text.--lh-154{line-height:154px}.GREEN ._secondary-text.--lh-155{line-height:155px}.GREEN ._secondary-text.--lh-156{line-height:156px}.GREEN ._secondary-text.--lh-157{line-height:157px}.GREEN ._secondary-text.--lh-158{line-height:158px}.GREEN ._secondary-text.--lh-159{line-height:159px}.GREEN ._secondary-text.--lh-160{line-height:160px}.GREEN ._secondary-text.--lh-161{line-height:161px}.GREEN ._secondary-text.--lh-162{line-height:162px}.GREEN ._secondary-text.--lh-163{line-height:163px}.GREEN ._secondary-text.--lh-164{line-height:164px}.GREEN ._secondary-text.--lh-165{line-height:165px}.GREEN ._secondary-text.--lh-166{line-height:166px}.GREEN ._secondary-text.--lh-167{line-height:167px}.GREEN ._secondary-text.--lh-168{line-height:168px}.GREEN ._secondary-text.--lh-169{line-height:169px}.GREEN ._secondary-text.--lh-170{line-height:170px}.GREEN ._secondary-text.--lh-171{line-height:171px}.GREEN ._secondary-text.--lh-172{line-height:172px}.GREEN ._secondary-text.--lh-173{line-height:173px}.GREEN ._secondary-text.--lh-174{line-height:174px}.GREEN ._secondary-text.--lh-175{line-height:175px}.GREEN ._secondary-text.--lh-176{line-height:176px}.GREEN ._secondary-text.--lh-177{line-height:177px}.GREEN ._secondary-text.--lh-178{line-height:178px}.GREEN ._secondary-text.--lh-179{line-height:179px}.GREEN ._secondary-text.--lh-180{line-height:180px}.GREEN ._secondary-text.--lh-181{line-height:181px}.GREEN ._secondary-text.--lh-182{line-height:182px}.GREEN ._secondary-text.--lh-183{line-height:183px}.GREEN ._secondary-text.--lh-184{line-height:184px}.GREEN ._secondary-text.--lh-185{line-height:185px}.GREEN ._secondary-text.--lh-186{line-height:186px}.GREEN ._secondary-text.--lh-187{line-height:187px}.GREEN ._secondary-text.--lh-188{line-height:188px}.GREEN ._secondary-text.--lh-189{line-height:189px}.GREEN ._secondary-text.--lh-190{line-height:190px}.GREEN ._secondary-text.--lh-191{line-height:191px}.GREEN ._secondary-text.--lh-192{line-height:192px}.GREEN ._secondary-text.--lh-193{line-height:193px}.GREEN ._secondary-text.--lh-194{line-height:194px}.GREEN ._secondary-text.--lh-195{line-height:195px}.GREEN ._secondary-text.--lh-196{line-height:196px}.GREEN ._secondary-text.--lh-197{line-height:197px}.GREEN ._secondary-text.--lh-198{line-height:198px}.GREEN ._secondary-text.--lh-199{line-height:199px}.GREEN ._secondary-text.--lh-200{line-height:200px}.GREEN ._secondary-text.--lh-201{line-height:201px}.GREEN ._secondary-text.--lh-202{line-height:202px}.GREEN ._secondary-text.--lh-203{line-height:203px}.GREEN ._secondary-text.--lh-204{line-height:204px}.GREEN ._secondary-text.--lh-205{line-height:205px}.GREEN ._secondary-text.--lh-206{line-height:206px}.GREEN ._secondary-text.--lh-207{line-height:207px}.GREEN ._secondary-text.--lh-208{line-height:208px}.GREEN ._secondary-text.--lh-209{line-height:209px}.GREEN ._secondary-text.--lh-210{line-height:210px}.GREEN ._secondary-text.--lh-211{line-height:211px}.GREEN ._secondary-text.--lh-212{line-height:212px}.GREEN ._secondary-text.--lh-213{line-height:213px}.GREEN ._secondary-text.--lh-214{line-height:214px}.GREEN ._secondary-text.--lh-215{line-height:215px}.GREEN ._secondary-text.--lh-216{line-height:216px}.GREEN ._secondary-text.--lh-217{line-height:217px}.GREEN ._secondary-text.--lh-218{line-height:218px}.GREEN ._secondary-text.--lh-219{line-height:219px}.GREEN ._secondary-text.--lh-220{line-height:220px}.GREEN ._secondary-text.--lh-221{line-height:221px}.GREEN ._secondary-text.--lh-222{line-height:222px}.GREEN ._secondary-text.--lh-223{line-height:223px}.GREEN ._secondary-text.--lh-224{line-height:224px}.GREEN ._secondary-text.--lh-225{line-height:225px}.GREEN ._secondary-text.--lh-226{line-height:226px}.GREEN ._secondary-text.--lh-227{line-height:227px}.GREEN ._secondary-text.--lh-228{line-height:228px}.GREEN ._secondary-text.--lh-229{line-height:229px}.GREEN ._secondary-text.--lh-230{line-height:230px}.GREEN ._secondary-text.--lh-231{line-height:231px}.GREEN ._secondary-text.--lh-232{line-height:232px}.GREEN ._secondary-text.--lh-233{line-height:233px}.GREEN ._secondary-text.--lh-234{line-height:234px}.GREEN ._secondary-text.--lh-235{line-height:235px}.GREEN ._secondary-text.--lh-236{line-height:236px}.GREEN ._secondary-text.--lh-237{line-height:237px}.GREEN ._secondary-text.--lh-238{line-height:238px}.GREEN ._secondary-text.--lh-239{line-height:239px}.GREEN ._secondary-text.--lh-240{line-height:240px}.GREEN ._secondary-text.--lh-241{line-height:241px}.GREEN ._secondary-text.--lh-242{line-height:242px}.GREEN ._secondary-text.--lh-243{line-height:243px}.GREEN ._secondary-text.--lh-244{line-height:244px}.GREEN ._secondary-text.--lh-245{line-height:245px}.GREEN ._secondary-text.--lh-246{line-height:246px}.GREEN ._secondary-text.--lh-247{line-height:247px}.GREEN ._secondary-text.--lh-248{line-height:248px}.GREEN ._secondary-text.--lh-249{line-height:249px}.GREEN ._secondary-text.--lh-250{line-height:250px}.GREEN ._secondary-text.--lh-251{line-height:251px}.GREEN ._secondary-text.--lh-252{line-height:252px}.GREEN ._secondary-text.--lh-253{line-height:253px}.GREEN ._secondary-text.--lh-254{line-height:254px}.GREEN ._secondary-text.--lh-255{line-height:255px}.GREEN ._secondary-text.--lh-256{line-height:256px}.GREEN ._secondary-text.--lh-257{line-height:257px}.GREEN ._secondary-text.--lh-258{line-height:258px}.GREEN ._secondary-text.--lh-259{line-height:259px}.GREEN ._secondary-text.--lh-260{line-height:260px}.GREEN ._secondary-text.--lh-261{line-height:261px}.GREEN ._secondary-text.--lh-262{line-height:262px}.GREEN ._secondary-text.--lh-263{line-height:263px}.GREEN ._secondary-text.--lh-264{line-height:264px}.GREEN ._secondary-text.--lh-265{line-height:265px}.GREEN ._secondary-text.--lh-266{line-height:266px}.GREEN ._secondary-text.--lh-267{line-height:267px}.GREEN ._secondary-text.--lh-268{line-height:268px}.GREEN ._secondary-text.--lh-269{line-height:269px}.GREEN ._secondary-text.--lh-270{line-height:270px}.GREEN ._secondary-text.--lh-271{line-height:271px}.GREEN ._secondary-text.--lh-272{line-height:272px}.GREEN ._secondary-text.--lh-273{line-height:273px}.GREEN ._secondary-text.--lh-274{line-height:274px}.GREEN ._secondary-text.--lh-275{line-height:275px}.GREEN ._secondary-text.--lh-276{line-height:276px}.GREEN ._secondary-text.--lh-277{line-height:277px}.GREEN ._secondary-text.--lh-278{line-height:278px}.GREEN ._secondary-text.--lh-279{line-height:279px}.GREEN ._secondary-text.--lh-280{line-height:280px}.GREEN ._secondary-text.--lh-281{line-height:281px}.GREEN ._secondary-text.--lh-282{line-height:282px}.GREEN ._secondary-text.--lh-283{line-height:283px}.GREEN ._secondary-text.--lh-284{line-height:284px}.GREEN ._secondary-text.--lh-285{line-height:285px}.GREEN ._secondary-text.--lh-286{line-height:286px}.GREEN ._secondary-text.--lh-287{line-height:287px}.GREEN ._secondary-text.--lh-288{line-height:288px}.GREEN ._secondary-text.--lh-289{line-height:289px}.GREEN ._secondary-text.--lh-290{line-height:290px}.GREEN ._secondary-text.--lh-291{line-height:291px}.GREEN ._secondary-text.--lh-292{line-height:292px}.GREEN ._secondary-text.--lh-293{line-height:293px}.GREEN ._secondary-text.--lh-294{line-height:294px}.GREEN ._secondary-text.--lh-295{line-height:295px}.GREEN ._secondary-text.--lh-296{line-height:296px}.GREEN ._secondary-text.--lh-297{line-height:297px}.GREEN ._secondary-text.--lh-298{line-height:298px}.GREEN ._secondary-text.--lh-299{line-height:299px}.GREEN ._secondary-text.--lh-300{line-height:300px}.GREEN ._secondary-text.--lh-301{line-height:301px}.GREEN ._secondary-text.--lh-302{line-height:302px}.GREEN ._secondary-text.--lh-303{line-height:303px}.GREEN ._secondary-text.--lh-304{line-height:304px}.GREEN ._secondary-text.--lh-305{line-height:305px}.GREEN ._secondary-text.--lh-306{line-height:306px}.GREEN ._secondary-text.--lh-307{line-height:307px}.GREEN ._secondary-text.--lh-308{line-height:308px}.GREEN ._secondary-text.--lh-309{line-height:309px}.GREEN ._secondary-text.--lh-310{line-height:310px}.GREEN ._secondary-text.--lh-311{line-height:311px}.GREEN ._secondary-text.--lh-312{line-height:312px}.GREEN ._secondary-text.--lh-313{line-height:313px}.GREEN ._secondary-text.--lh-314{line-height:314px}.GREEN ._secondary-text.--lh-315{line-height:315px}.GREEN ._secondary-text.--lh-316{line-height:316px}.GREEN ._secondary-text.--lh-317{line-height:317px}.GREEN ._secondary-text.--lh-318{line-height:318px}.GREEN ._secondary-text.--lh-319{line-height:319px}.GREEN ._secondary-text.--lh-320{line-height:320px}.GREEN ._secondary-text.--lh-321{line-height:321px}.GREEN ._secondary-text.--lh-322{line-height:322px}.GREEN ._secondary-text.--lh-323{line-height:323px}.GREEN ._secondary-text.--lh-324{line-height:324px}.GREEN ._secondary-text.--lh-325{line-height:325px}.GREEN ._secondary-text.--lh-326{line-height:326px}.GREEN ._secondary-text.--lh-327{line-height:327px}.GREEN ._secondary-text.--lh-328{line-height:328px}.GREEN ._secondary-text.--lh-329{line-height:329px}.GREEN ._secondary-text.--lh-330{line-height:330px}.GREEN ._secondary-text.--lh-331{line-height:331px}.GREEN ._secondary-text.--lh-332{line-height:332px}.GREEN ._secondary-text.--lh-333{line-height:333px}.GREEN ._secondary-text.--lh-334{line-height:334px}.GREEN ._secondary-text.--lh-335{line-height:335px}.GREEN ._secondary-text.--lh-336{line-height:336px}.GREEN ._secondary-text.--lh-337{line-height:337px}.GREEN ._secondary-text.--lh-338{line-height:338px}.GREEN ._secondary-text.--lh-339{line-height:339px}.GREEN ._secondary-text.--lh-340{line-height:340px}.GREEN ._secondary-text.--lh-341{line-height:341px}.GREEN ._secondary-text.--lh-342{line-height:342px}.GREEN ._secondary-text.--lh-343{line-height:343px}.GREEN ._secondary-text.--lh-344{line-height:344px}.GREEN ._secondary-text.--lh-345{line-height:345px}.GREEN ._secondary-text.--lh-346{line-height:346px}.GREEN ._secondary-text.--lh-347{line-height:347px}.GREEN ._secondary-text.--lh-348{line-height:348px}.GREEN ._secondary-text.--lh-349{line-height:349px}.GREEN ._secondary-text.--lh-350{line-height:350px}.GREEN ._secondary-text.--lh-351{line-height:351px}.GREEN ._secondary-text.--lh-352{line-height:352px}.GREEN ._secondary-text.--lh-353{line-height:353px}.GREEN ._secondary-text.--lh-354{line-height:354px}.GREEN ._secondary-text.--lh-355{line-height:355px}.GREEN ._secondary-text.--lh-356{line-height:356px}.GREEN ._secondary-text.--lh-357{line-height:357px}.GREEN ._secondary-text.--lh-358{line-height:358px}.GREEN ._secondary-text.--lh-359{line-height:359px}.GREEN ._secondary-text.--lh-360{line-height:360px}.GREEN ._secondary-text.--lh-361{line-height:361px}.GREEN ._secondary-text.--lh-362{line-height:362px}.GREEN ._secondary-text.--lh-363{line-height:363px}.GREEN ._secondary-text.--lh-364{line-height:364px}.GREEN ._secondary-text.--lh-365{line-height:365px}.GREEN ._secondary-text.--lh-366{line-height:366px}.GREEN ._secondary-text.--lh-367{line-height:367px}.GREEN ._secondary-text.--lh-368{line-height:368px}.GREEN ._secondary-text.--lh-369{line-height:369px}.GREEN ._secondary-text.--lh-370{line-height:370px}.GREEN ._secondary-text.--lh-371{line-height:371px}.GREEN ._secondary-text.--lh-372{line-height:372px}.GREEN ._secondary-text.--lh-373{line-height:373px}.GREEN ._secondary-text.--lh-374{line-height:374px}.GREEN ._secondary-text.--lh-375{line-height:375px}.GREEN ._secondary-text.--lh-376{line-height:376px}.GREEN ._secondary-text.--lh-377{line-height:377px}.GREEN ._secondary-text.--lh-378{line-height:378px}.GREEN ._secondary-text.--lh-379{line-height:379px}.GREEN ._secondary-text.--lh-380{line-height:380px}.GREEN ._secondary-text.--lh-381{line-height:381px}.GREEN ._secondary-text.--lh-382{line-height:382px}.GREEN ._secondary-text.--lh-383{line-height:383px}.GREEN ._secondary-text.--lh-384{line-height:384px}.GREEN ._secondary-text.--lh-385{line-height:385px}.GREEN ._secondary-text.--lh-386{line-height:386px}.GREEN ._secondary-text.--lh-387{line-height:387px}.GREEN ._secondary-text.--lh-388{line-height:388px}.GREEN ._secondary-text.--lh-389{line-height:389px}.GREEN ._secondary-text.--lh-390{line-height:390px}.GREEN ._secondary-text.--lh-391{line-height:391px}.GREEN ._secondary-text.--lh-392{line-height:392px}.GREEN ._secondary-text.--lh-393{line-height:393px}.GREEN ._secondary-text.--lh-394{line-height:394px}.GREEN ._secondary-text.--lh-395{line-height:395px}.GREEN ._secondary-text.--lh-396{line-height:396px}.GREEN ._secondary-text.--lh-397{line-height:397px}.GREEN ._secondary-text.--lh-398{line-height:398px}.GREEN ._secondary-text.--lh-399{line-height:399px}.GREEN ._secondary-text.--lh-400{line-height:400px}.GREEN ._secondary-text.--lh-401{line-height:401px}.GREEN ._secondary-text.--lh-402{line-height:402px}.GREEN ._secondary-text.--lh-403{line-height:403px}.GREEN ._secondary-text.--lh-404{line-height:404px}.GREEN ._secondary-text.--lh-405{line-height:405px}.GREEN ._secondary-text.--lh-406{line-height:406px}.GREEN ._secondary-text.--lh-407{line-height:407px}.GREEN ._secondary-text.--lh-408{line-height:408px}.GREEN ._secondary-text.--lh-409{line-height:409px}.GREEN ._secondary-text.--lh-410{line-height:410px}.GREEN ._secondary-text.--lh-411{line-height:411px}.GREEN ._secondary-text.--lh-412{line-height:412px}.GREEN ._secondary-text.--lh-413{line-height:413px}.GREEN ._secondary-text.--lh-414{line-height:414px}.GREEN ._secondary-text.--lh-415{line-height:415px}.GREEN ._secondary-text.--lh-416{line-height:416px}.GREEN ._secondary-text.--lh-417{line-height:417px}.GREEN ._secondary-text.--lh-418{line-height:418px}.GREEN ._secondary-text.--lh-419{line-height:419px}.GREEN ._secondary-text.--lh-420{line-height:420px}.GREEN ._secondary-text.--lh-421{line-height:421px}.GREEN ._secondary-text.--lh-422{line-height:422px}.GREEN ._secondary-text.--lh-423{line-height:423px}.GREEN ._secondary-text.--lh-424{line-height:424px}.GREEN ._secondary-text.--lh-425{line-height:425px}.GREEN ._secondary-text.--lh-426{line-height:426px}.GREEN ._secondary-text.--lh-427{line-height:427px}.GREEN ._secondary-text.--lh-428{line-height:428px}.GREEN ._secondary-text.--lh-429{line-height:429px}.GREEN ._secondary-text.--lh-430{line-height:430px}.GREEN ._secondary-text.--lh-431{line-height:431px}.GREEN ._secondary-text.--lh-432{line-height:432px}.GREEN ._secondary-text.--lh-433{line-height:433px}.GREEN ._secondary-text.--lh-434{line-height:434px}.GREEN ._secondary-text.--lh-435{line-height:435px}.GREEN ._secondary-text.--lh-436{line-height:436px}.GREEN ._secondary-text.--lh-437{line-height:437px}.GREEN ._secondary-text.--lh-438{line-height:438px}.GREEN ._secondary-text.--lh-439{line-height:439px}.GREEN ._secondary-text.--lh-440{line-height:440px}.GREEN ._secondary-text.--lh-441{line-height:441px}.GREEN ._secondary-text.--lh-442{line-height:442px}.GREEN ._secondary-text.--lh-443{line-height:443px}.GREEN ._secondary-text.--lh-444{line-height:444px}.GREEN ._secondary-text.--lh-445{line-height:445px}.GREEN ._secondary-text.--lh-446{line-height:446px}.GREEN ._secondary-text.--lh-447{line-height:447px}.GREEN ._secondary-text.--lh-448{line-height:448px}.GREEN ._secondary-text.--lh-449{line-height:449px}.GREEN ._secondary-text.--lh-450{line-height:450px}.GREEN ._secondary-text.--lh-451{line-height:451px}.GREEN ._secondary-text.--lh-452{line-height:452px}.GREEN ._secondary-text.--lh-453{line-height:453px}.GREEN ._secondary-text.--lh-454{line-height:454px}.GREEN ._secondary-text.--lh-455{line-height:455px}.GREEN ._secondary-text.--lh-456{line-height:456px}.GREEN ._secondary-text.--lh-457{line-height:457px}.GREEN ._secondary-text.--lh-458{line-height:458px}.GREEN ._secondary-text.--lh-459{line-height:459px}.GREEN ._secondary-text.--lh-460{line-height:460px}.GREEN ._secondary-text.--lh-461{line-height:461px}.GREEN ._secondary-text.--lh-462{line-height:462px}.GREEN ._secondary-text.--lh-463{line-height:463px}.GREEN ._secondary-text.--lh-464{line-height:464px}.GREEN ._secondary-text.--lh-465{line-height:465px}.GREEN ._secondary-text.--lh-466{line-height:466px}.GREEN ._secondary-text.--lh-467{line-height:467px}.GREEN ._secondary-text.--lh-468{line-height:468px}.GREEN ._secondary-text.--lh-469{line-height:469px}.GREEN ._secondary-text.--lh-470{line-height:470px}.GREEN ._secondary-text.--lh-471{line-height:471px}.GREEN ._secondary-text.--lh-472{line-height:472px}.GREEN ._secondary-text.--lh-473{line-height:473px}.GREEN ._secondary-text.--lh-474{line-height:474px}.GREEN ._secondary-text.--lh-475{line-height:475px}.GREEN ._secondary-text.--lh-476{line-height:476px}.GREEN ._secondary-text.--lh-477{line-height:477px}.GREEN ._secondary-text.--lh-478{line-height:478px}.GREEN ._secondary-text.--lh-479{line-height:479px}.GREEN ._secondary-text.--lh-480{line-height:480px}.GREEN ._secondary-text.--lh-481{line-height:481px}.GREEN ._secondary-text.--lh-482{line-height:482px}.GREEN ._secondary-text.--lh-483{line-height:483px}.GREEN ._secondary-text.--lh-484{line-height:484px}.GREEN ._secondary-text.--lh-485{line-height:485px}.GREEN ._secondary-text.--lh-486{line-height:486px}.GREEN ._secondary-text.--lh-487{line-height:487px}.GREEN ._secondary-text.--lh-488{line-height:488px}.GREEN ._secondary-text.--lh-489{line-height:489px}.GREEN ._secondary-text.--lh-490{line-height:490px}.GREEN ._secondary-text.--lh-491{line-height:491px}.GREEN ._secondary-text.--lh-492{line-height:492px}.GREEN ._secondary-text.--lh-493{line-height:493px}.GREEN ._secondary-text.--lh-494{line-height:494px}.GREEN ._secondary-text.--lh-495{line-height:495px}.GREEN ._secondary-text.--lh-496{line-height:496px}.GREEN ._secondary-text.--lh-497{line-height:497px}.GREEN ._secondary-text.--lh-498{line-height:498px}.GREEN ._secondary-text.--lh-499{line-height:499px}.GREEN ._secondary-text.--lh-500{line-height:500px}.GREEN ._secondary-text.--lh-501{line-height:501px}.GREEN ._secondary-text.--lh-502{line-height:502px}.GREEN ._secondary-text.--lh-503{line-height:503px}.GREEN ._secondary-text.--lh-504{line-height:504px}.GREEN ._secondary-text.--lh-505{line-height:505px}.GREEN ._secondary-text.--lh-506{line-height:506px}.GREEN ._secondary-text.--lh-507{line-height:507px}.GREEN ._secondary-text.--lh-508{line-height:508px}.GREEN ._secondary-text.--lh-509{line-height:509px}.GREEN ._secondary-text.--lh-510{line-height:510px}.GREEN ._secondary-text.--lh-511{line-height:511px}.GREEN ._secondary-text.--lh-512{line-height:512px}.GREEN ._secondary-text.--lh-513{line-height:513px}.GREEN ._secondary-text.--lh-514{line-height:514px}.GREEN ._secondary-text.--lh-515{line-height:515px}.GREEN ._secondary-text.--lh-516{line-height:516px}.GREEN ._secondary-text.--lh-517{line-height:517px}.GREEN ._secondary-text.--lh-518{line-height:518px}.GREEN ._secondary-text.--lh-519{line-height:519px}.GREEN ._secondary-text.--lh-520{line-height:520px}.GREEN ._secondary-text.--lh-521{line-height:521px}.GREEN ._secondary-text.--lh-522{line-height:522px}.GREEN ._secondary-text.--lh-523{line-height:523px}.GREEN ._secondary-text.--lh-524{line-height:524px}.GREEN ._secondary-text.--lh-525{line-height:525px}.GREEN ._secondary-text.--lh-526{line-height:526px}.GREEN ._secondary-text.--lh-527{line-height:527px}.GREEN ._secondary-text.--lh-528{line-height:528px}.GREEN ._secondary-text.--lh-529{line-height:529px}.GREEN ._secondary-text.--lh-530{line-height:530px}.GREEN ._secondary-text.--lh-531{line-height:531px}.GREEN ._secondary-text.--lh-532{line-height:532px}.GREEN ._secondary-text.--lh-533{line-height:533px}.GREEN ._secondary-text.--lh-534{line-height:534px}.GREEN ._secondary-text.--lh-535{line-height:535px}.GREEN ._secondary-text.--lh-536{line-height:536px}.GREEN ._secondary-text.--lh-537{line-height:537px}.GREEN ._secondary-text.--lh-538{line-height:538px}.GREEN ._secondary-text.--lh-539{line-height:539px}.GREEN ._secondary-text.--lh-540{line-height:540px}.GREEN ._secondary-text.--lh-541{line-height:541px}.GREEN ._secondary-text.--lh-542{line-height:542px}.GREEN ._secondary-text.--lh-543{line-height:543px}.GREEN ._secondary-text.--lh-544{line-height:544px}.GREEN ._secondary-text.--lh-545{line-height:545px}.GREEN ._secondary-text.--lh-546{line-height:546px}.GREEN ._secondary-text.--lh-547{line-height:547px}.GREEN ._secondary-text.--lh-548{line-height:548px}.GREEN ._secondary-text.--lh-549{line-height:549px}.GREEN ._secondary-text.--lh-550{line-height:550px}.GREEN ._secondary-text.--lh-551{line-height:551px}.GREEN ._secondary-text.--lh-552{line-height:552px}.GREEN ._secondary-text.--lh-553{line-height:553px}.GREEN ._secondary-text.--lh-554{line-height:554px}.GREEN ._secondary-text.--lh-555{line-height:555px}.GREEN ._secondary-text.--lh-556{line-height:556px}.GREEN ._secondary-text.--lh-557{line-height:557px}.GREEN ._secondary-text.--lh-558{line-height:558px}.GREEN ._secondary-text.--lh-559{line-height:559px}.GREEN ._secondary-text.--lh-560{line-height:560px}.GREEN ._secondary-text.--lh-561{line-height:561px}.GREEN ._secondary-text.--lh-562{line-height:562px}.GREEN ._secondary-text.--lh-563{line-height:563px}.GREEN ._secondary-text.--lh-564{line-height:564px}.GREEN ._secondary-text.--lh-565{line-height:565px}.GREEN ._secondary-text.--lh-566{line-height:566px}.GREEN ._secondary-text.--lh-567{line-height:567px}.GREEN ._secondary-text.--lh-568{line-height:568px}.GREEN ._secondary-text.--lh-569{line-height:569px}.GREEN ._secondary-text.--lh-570{line-height:570px}.GREEN ._secondary-text.--lh-571{line-height:571px}.GREEN ._secondary-text.--lh-572{line-height:572px}.GREEN ._secondary-text.--lh-573{line-height:573px}.GREEN ._secondary-text.--lh-574{line-height:574px}.GREEN ._secondary-text.--lh-575{line-height:575px}.GREEN ._secondary-text.--lh-576{line-height:576px}.GREEN ._secondary-text.--lh-577{line-height:577px}.GREEN ._secondary-text.--lh-578{line-height:578px}.GREEN ._secondary-text.--lh-579{line-height:579px}.GREEN ._secondary-text.--lh-580{line-height:580px}.GREEN ._secondary-text.--lh-581{line-height:581px}.GREEN ._secondary-text.--lh-582{line-height:582px}.GREEN ._secondary-text.--lh-583{line-height:583px}.GREEN ._secondary-text.--lh-584{line-height:584px}.GREEN ._secondary-text.--lh-585{line-height:585px}.GREEN ._secondary-text.--lh-586{line-height:586px}.GREEN ._secondary-text.--lh-587{line-height:587px}.GREEN ._secondary-text.--lh-588{line-height:588px}.GREEN ._secondary-text.--lh-589{line-height:589px}.GREEN ._secondary-text.--lh-590{line-height:590px}.GREEN ._secondary-text.--lh-591{line-height:591px}.GREEN ._secondary-text.--lh-592{line-height:592px}.GREEN ._secondary-text.--lh-593{line-height:593px}.GREEN ._secondary-text.--lh-594{line-height:594px}.GREEN ._secondary-text.--lh-595{line-height:595px}.GREEN ._secondary-text.--lh-596{line-height:596px}.GREEN ._secondary-text.--lh-597{line-height:597px}.GREEN ._secondary-text.--lh-598{line-height:598px}.GREEN ._secondary-text.--lh-599{line-height:599px}.GREEN ._secondary-text.--lh-600{line-height:600px}.GREEN ._secondary-text.--lh-601{line-height:601px}.GREEN ._secondary-text.--lh-602{line-height:602px}.GREEN ._secondary-text.--lh-603{line-height:603px}.GREEN ._secondary-text.--lh-604{line-height:604px}.GREEN ._secondary-text.--lh-605{line-height:605px}.GREEN ._secondary-text.--lh-606{line-height:606px}.GREEN ._secondary-text.--lh-607{line-height:607px}.GREEN ._secondary-text.--lh-608{line-height:608px}.GREEN ._secondary-text.--lh-609{line-height:609px}.GREEN ._secondary-text.--lh-610{line-height:610px}.GREEN ._secondary-text.--lh-611{line-height:611px}.GREEN ._secondary-text.--lh-612{line-height:612px}.GREEN ._secondary-text.--lh-613{line-height:613px}.GREEN ._secondary-text.--lh-614{line-height:614px}.GREEN ._secondary-text.--lh-615{line-height:615px}.GREEN ._secondary-text.--lh-616{line-height:616px}.GREEN ._secondary-text.--lh-617{line-height:617px}.GREEN ._secondary-text.--lh-618{line-height:618px}.GREEN ._secondary-text.--lh-619{line-height:619px}.GREEN ._secondary-text.--lh-620{line-height:620px}.GREEN ._secondary-text.--lh-621{line-height:621px}.GREEN ._secondary-text.--lh-622{line-height:622px}.GREEN ._secondary-text.--lh-623{line-height:623px}.GREEN ._secondary-text.--lh-624{line-height:624px}.GREEN ._secondary-text.--lh-625{line-height:625px}.GREEN ._secondary-text.--lh-626{line-height:626px}.GREEN ._secondary-text.--lh-627{line-height:627px}.GREEN ._secondary-text.--lh-628{line-height:628px}.GREEN ._secondary-text.--lh-629{line-height:629px}.GREEN ._secondary-text.--lh-630{line-height:630px}.GREEN ._secondary-text.--lh-631{line-height:631px}.GREEN ._secondary-text.--lh-632{line-height:632px}.GREEN ._secondary-text.--lh-633{line-height:633px}.GREEN ._secondary-text.--lh-634{line-height:634px}.GREEN ._secondary-text.--lh-635{line-height:635px}.GREEN ._secondary-text.--lh-636{line-height:636px}.GREEN ._secondary-text.--lh-637{line-height:637px}.GREEN ._secondary-text.--lh-638{line-height:638px}.GREEN ._secondary-text.--lh-639{line-height:639px}.GREEN ._secondary-text.--lh-640{line-height:640px}.GREEN ._secondary-text.--lh-641{line-height:641px}.GREEN ._secondary-text.--lh-642{line-height:642px}.GREEN ._secondary-text.--lh-643{line-height:643px}.GREEN ._secondary-text.--lh-644{line-height:644px}.GREEN ._secondary-text.--lh-645{line-height:645px}.GREEN ._secondary-text.--lh-646{line-height:646px}.GREEN ._secondary-text.--lh-647{line-height:647px}.GREEN ._secondary-text.--lh-648{line-height:648px}.GREEN ._secondary-text.--lh-649{line-height:649px}.GREEN ._secondary-text.--lh-650{line-height:650px}.GREEN ._secondary-text.--lh-651{line-height:651px}.GREEN ._secondary-text.--lh-652{line-height:652px}.GREEN ._secondary-text.--lh-653{line-height:653px}.GREEN ._secondary-text.--lh-654{line-height:654px}.GREEN ._secondary-text.--lh-655{line-height:655px}.GREEN ._secondary-text.--lh-656{line-height:656px}.GREEN ._secondary-text.--lh-657{line-height:657px}.GREEN ._secondary-text.--lh-658{line-height:658px}.GREEN ._secondary-text.--lh-659{line-height:659px}.GREEN ._secondary-text.--lh-660{line-height:660px}.GREEN ._secondary-text.--lh-661{line-height:661px}.GREEN ._secondary-text.--lh-662{line-height:662px}.GREEN ._secondary-text.--lh-663{line-height:663px}.GREEN ._secondary-text.--lh-664{line-height:664px}.GREEN ._secondary-text.--lh-665{line-height:665px}.GREEN ._secondary-text.--lh-666{line-height:666px}.GREEN ._secondary-text.--lh-667{line-height:667px}.GREEN ._secondary-text.--lh-668{line-height:668px}.GREEN ._secondary-text.--lh-669{line-height:669px}.GREEN ._secondary-text.--lh-670{line-height:670px}.GREEN ._secondary-text.--lh-671{line-height:671px}.GREEN ._secondary-text.--lh-672{line-height:672px}.GREEN ._secondary-text.--lh-673{line-height:673px}.GREEN ._secondary-text.--lh-674{line-height:674px}.GREEN ._secondary-text.--lh-675{line-height:675px}.GREEN ._secondary-text.--lh-676{line-height:676px}.GREEN ._secondary-text.--lh-677{line-height:677px}.GREEN ._secondary-text.--lh-678{line-height:678px}.GREEN ._secondary-text.--lh-679{line-height:679px}.GREEN ._secondary-text.--lh-680{line-height:680px}.GREEN ._secondary-text.--lh-681{line-height:681px}.GREEN ._secondary-text.--lh-682{line-height:682px}.GREEN ._secondary-text.--lh-683{line-height:683px}.GREEN ._secondary-text.--lh-684{line-height:684px}.GREEN ._secondary-text.--lh-685{line-height:685px}.GREEN ._secondary-text.--lh-686{line-height:686px}.GREEN ._secondary-text.--lh-687{line-height:687px}.GREEN ._secondary-text.--lh-688{line-height:688px}.GREEN ._secondary-text.--lh-689{line-height:689px}.GREEN ._secondary-text.--lh-690{line-height:690px}.GREEN ._secondary-text.--lh-691{line-height:691px}.GREEN ._secondary-text.--lh-692{line-height:692px}.GREEN ._secondary-text.--lh-693{line-height:693px}.GREEN ._secondary-text.--lh-694{line-height:694px}.GREEN ._secondary-text.--lh-695{line-height:695px}.GREEN ._secondary-text.--lh-696{line-height:696px}.GREEN ._secondary-text.--lh-697{line-height:697px}.GREEN ._secondary-text.--lh-698{line-height:698px}.GREEN ._secondary-text.--lh-699{line-height:699px}.GREEN ._secondary-text.--lh-700{line-height:700px}.GREEN ._secondary-text.--lh-701{line-height:701px}.GREEN ._secondary-text.--lh-702{line-height:702px}.GREEN ._secondary-text.--lh-703{line-height:703px}.GREEN ._secondary-text.--lh-704{line-height:704px}.GREEN ._secondary-text.--lh-705{line-height:705px}.GREEN ._secondary-text.--lh-706{line-height:706px}.GREEN ._secondary-text.--lh-707{line-height:707px}.GREEN ._secondary-text.--lh-708{line-height:708px}.GREEN ._secondary-text.--lh-709{line-height:709px}.GREEN ._secondary-text.--lh-710{line-height:710px}.GREEN ._secondary-text.--lh-711{line-height:711px}.GREEN ._secondary-text.--lh-712{line-height:712px}.GREEN ._secondary-text.--lh-713{line-height:713px}.GREEN ._secondary-text.--lh-714{line-height:714px}.GREEN ._secondary-text.--lh-715{line-height:715px}.GREEN ._secondary-text.--lh-716{line-height:716px}.GREEN ._secondary-text.--lh-717{line-height:717px}.GREEN ._secondary-text.--lh-718{line-height:718px}.GREEN ._secondary-text.--lh-719{line-height:719px}.GREEN ._secondary-text.--lh-720{line-height:720px}.GREEN ._secondary-text.--lh-721{line-height:721px}.GREEN ._secondary-text.--lh-722{line-height:722px}.GREEN ._secondary-text.--lh-723{line-height:723px}.GREEN ._secondary-text.--lh-724{line-height:724px}.GREEN ._secondary-text.--lh-725{line-height:725px}.GREEN ._secondary-text.--lh-726{line-height:726px}.GREEN ._secondary-text.--lh-727{line-height:727px}.GREEN ._secondary-text.--lh-728{line-height:728px}.GREEN ._secondary-text.--lh-729{line-height:729px}.GREEN ._secondary-text.--lh-730{line-height:730px}.GREEN ._secondary-text.--lh-731{line-height:731px}.GREEN ._secondary-text.--lh-732{line-height:732px}.GREEN ._secondary-text.--lh-733{line-height:733px}.GREEN ._secondary-text.--lh-734{line-height:734px}.GREEN ._secondary-text.--lh-735{line-height:735px}.GREEN ._secondary-text.--lh-736{line-height:736px}.GREEN ._secondary-text.--lh-737{line-height:737px}.GREEN ._secondary-text.--lh-738{line-height:738px}.GREEN ._secondary-text.--lh-739{line-height:739px}.GREEN ._secondary-text.--lh-740{line-height:740px}.GREEN ._secondary-text.--lh-741{line-height:741px}.GREEN ._secondary-text.--lh-742{line-height:742px}.GREEN ._secondary-text.--lh-743{line-height:743px}.GREEN ._secondary-text.--lh-744{line-height:744px}.GREEN ._secondary-text.--lh-745{line-height:745px}.GREEN ._secondary-text.--lh-746{line-height:746px}.GREEN ._secondary-text.--lh-747{line-height:747px}.GREEN ._secondary-text.--lh-748{line-height:748px}.GREEN ._secondary-text.--lh-749{line-height:749px}.GREEN ._secondary-text.--lh-750{line-height:750px}.GREEN ._secondary-text.--lh-751{line-height:751px}.GREEN ._secondary-text.--lh-752{line-height:752px}.GREEN ._secondary-text.--lh-753{line-height:753px}.GREEN ._secondary-text.--lh-754{line-height:754px}.GREEN ._secondary-text.--lh-755{line-height:755px}.GREEN ._secondary-text.--lh-756{line-height:756px}.GREEN ._secondary-text.--lh-757{line-height:757px}.GREEN ._secondary-text.--lh-758{line-height:758px}.GREEN ._secondary-text.--lh-759{line-height:759px}.GREEN ._secondary-text.--lh-760{line-height:760px}.GREEN ._secondary-text.--lh-761{line-height:761px}.GREEN ._secondary-text.--lh-762{line-height:762px}.GREEN ._secondary-text.--lh-763{line-height:763px}.GREEN ._secondary-text.--lh-764{line-height:764px}.GREEN ._secondary-text.--lh-765{line-height:765px}.GREEN ._secondary-text.--lh-766{line-height:766px}.GREEN ._secondary-text.--lh-767{line-height:767px}.GREEN ._secondary-text.--lh-768{line-height:768px}.GREEN ._secondary-text.--lh-769{line-height:769px}.GREEN ._secondary-text.--lh-770{line-height:770px}.GREEN ._secondary-text.--lh-771{line-height:771px}.GREEN ._secondary-text.--lh-772{line-height:772px}.GREEN ._secondary-text.--lh-773{line-height:773px}.GREEN ._secondary-text.--lh-774{line-height:774px}.GREEN ._secondary-text.--lh-775{line-height:775px}.GREEN ._secondary-text.--lh-776{line-height:776px}.GREEN ._secondary-text.--lh-777{line-height:777px}.GREEN ._secondary-text.--lh-778{line-height:778px}.GREEN ._secondary-text.--lh-779{line-height:779px}.GREEN ._secondary-text.--lh-780{line-height:780px}.GREEN ._secondary-text.--lh-781{line-height:781px}.GREEN ._secondary-text.--lh-782{line-height:782px}.GREEN ._secondary-text.--lh-783{line-height:783px}.GREEN ._secondary-text.--lh-784{line-height:784px}.GREEN ._secondary-text.--lh-785{line-height:785px}.GREEN ._secondary-text.--lh-786{line-height:786px}.GREEN ._secondary-text.--lh-787{line-height:787px}.GREEN ._secondary-text.--lh-788{line-height:788px}.GREEN ._secondary-text.--lh-789{line-height:789px}.GREEN ._secondary-text.--lh-790{line-height:790px}.GREEN ._secondary-text.--lh-791{line-height:791px}.GREEN ._secondary-text.--lh-792{line-height:792px}.GREEN ._secondary-text.--lh-793{line-height:793px}.GREEN ._secondary-text.--lh-794{line-height:794px}.GREEN ._secondary-text.--lh-795{line-height:795px}.GREEN ._secondary-text.--lh-796{line-height:796px}.GREEN ._secondary-text.--lh-797{line-height:797px}.GREEN ._secondary-text.--lh-798{line-height:798px}.GREEN ._secondary-text.--lh-799{line-height:799px}.GREEN ._secondary-text.--lh-800{line-height:800px}.GREEN ._tertiary-text{color:var(--gold);font-family:Poppins}.GREEN ._tertiary-text.--size-5{font-size:5px}.GREEN ._tertiary-text.--size-6{font-size:6px}.GREEN ._tertiary-text.--size-7{font-size:7px}.GREEN ._tertiary-text.--size-8{font-size:8px}.GREEN ._tertiary-text.--size-9{font-size:9px}.GREEN ._tertiary-text.--size-10{font-size:10px}.GREEN ._tertiary-text.--size-11{font-size:11px}.GREEN ._tertiary-text.--size-12{font-size:12px}.GREEN ._tertiary-text.--size-13{font-size:13px}.GREEN ._tertiary-text.--size-14{font-size:14px}.GREEN ._tertiary-text.--size-15{font-size:15px}.GREEN ._tertiary-text.--size-16{font-size:16px}.GREEN ._tertiary-text.--size-17{font-size:17px}.GREEN ._tertiary-text.--size-18{font-size:18px}.GREEN ._tertiary-text.--size-19{font-size:19px}.GREEN ._tertiary-text.--size-20{font-size:20px}.GREEN ._tertiary-text.--size-21{font-size:21px}.GREEN ._tertiary-text.--size-22{font-size:22px}.GREEN ._tertiary-text.--size-23{font-size:23px}.GREEN ._tertiary-text.--size-24{font-size:24px}.GREEN ._tertiary-text.--size-25{font-size:25px}.GREEN ._tertiary-text.--size-26{font-size:26px}.GREEN ._tertiary-text.--size-27{font-size:27px}.GREEN ._tertiary-text.--size-28{font-size:28px}.GREEN ._tertiary-text.--size-29{font-size:29px}.GREEN ._tertiary-text.--size-30{font-size:30px}.GREEN ._tertiary-text.--size-31{font-size:31px}.GREEN ._tertiary-text.--size-32{font-size:32px}.GREEN ._tertiary-text.--size-33{font-size:33px}.GREEN ._tertiary-text.--size-34{font-size:34px}.GREEN ._tertiary-text.--size-35{font-size:35px}.GREEN ._tertiary-text.--size-36{font-size:36px}.GREEN ._tertiary-text.--size-37{font-size:37px}.GREEN ._tertiary-text.--size-38{font-size:38px}.GREEN ._tertiary-text.--size-39{font-size:39px}.GREEN ._tertiary-text.--size-40{font-size:40px}.GREEN ._tertiary-text.--size-41{font-size:41px}.GREEN ._tertiary-text.--size-42{font-size:42px}.GREEN ._tertiary-text.--size-43{font-size:43px}.GREEN ._tertiary-text.--size-44{font-size:44px}.GREEN ._tertiary-text.--size-45{font-size:45px}.GREEN ._tertiary-text.--size-46{font-size:46px}.GREEN ._tertiary-text.--size-47{font-size:47px}.GREEN ._tertiary-text.--size-48{font-size:48px}.GREEN ._tertiary-text.--size-49{font-size:49px}.GREEN ._tertiary-text.--size-50{font-size:50px}.GREEN ._tertiary-text.--size-51{font-size:51px}.GREEN ._tertiary-text.--size-52{font-size:52px}.GREEN ._tertiary-text.--size-53{font-size:53px}.GREEN ._tertiary-text.--size-54{font-size:54px}.GREEN ._tertiary-text.--size-55{font-size:55px}.GREEN ._tertiary-text.--size-56{font-size:56px}.GREEN ._tertiary-text.--size-57{font-size:57px}.GREEN ._tertiary-text.--size-58{font-size:58px}.GREEN ._tertiary-text.--size-59{font-size:59px}.GREEN ._tertiary-text.--size-60{font-size:60px}.GREEN ._tertiary-text.--size-61{font-size:61px}.GREEN ._tertiary-text.--size-62{font-size:62px}.GREEN ._tertiary-text.--size-63{font-size:63px}.GREEN ._tertiary-text.--size-64{font-size:64px}.GREEN ._tertiary-text.--size-65{font-size:65px}.GREEN ._tertiary-text.--size-66{font-size:66px}.GREEN ._tertiary-text.--size-67{font-size:67px}.GREEN ._tertiary-text.--size-68{font-size:68px}.GREEN ._tertiary-text.--size-69{font-size:69px}.GREEN ._tertiary-text.--size-70{font-size:70px}.GREEN ._tertiary-text.--size-71{font-size:71px}.GREEN ._tertiary-text.--size-72{font-size:72px}.GREEN ._tertiary-text.--size-73{font-size:73px}.GREEN ._tertiary-text.--size-74{font-size:74px}.GREEN ._tertiary-text.--size-75{font-size:75px}.GREEN ._tertiary-text.--size-76{font-size:76px}.GREEN ._tertiary-text.--size-77{font-size:77px}.GREEN ._tertiary-text.--size-78{font-size:78px}.GREEN ._tertiary-text.--size-79{font-size:79px}.GREEN ._tertiary-text.--size-80{font-size:80px}.GREEN ._tertiary-text.--size-81{font-size:81px}.GREEN ._tertiary-text.--size-82{font-size:82px}.GREEN ._tertiary-text.--size-83{font-size:83px}.GREEN ._tertiary-text.--size-84{font-size:84px}.GREEN ._tertiary-text.--size-85{font-size:85px}.GREEN ._tertiary-text.--size-86{font-size:86px}.GREEN ._tertiary-text.--size-87{font-size:87px}.GREEN ._tertiary-text.--size-88{font-size:88px}.GREEN ._tertiary-text.--size-89{font-size:89px}.GREEN ._tertiary-text.--size-90{font-size:90px}.GREEN ._tertiary-text.--size-91{font-size:91px}.GREEN ._tertiary-text.--size-92{font-size:92px}.GREEN ._tertiary-text.--size-93{font-size:93px}.GREEN ._tertiary-text.--size-94{font-size:94px}.GREEN ._tertiary-text.--size-95{font-size:95px}.GREEN ._tertiary-text.--size-96{font-size:96px}.GREEN ._tertiary-text.--size-97{font-size:97px}.GREEN ._tertiary-text.--size-98{font-size:98px}.GREEN ._tertiary-text.--size-99{font-size:99px}.GREEN ._tertiary-text.--size-100{font-size:100px}.GREEN ._tertiary-text.--weight-100{font-weight:100}.GREEN ._tertiary-text.--weight-101{font-weight:101}.GREEN ._tertiary-text.--weight-102{font-weight:102}.GREEN ._tertiary-text.--weight-103{font-weight:103}.GREEN ._tertiary-text.--weight-104{font-weight:104}.GREEN ._tertiary-text.--weight-105{font-weight:105}.GREEN ._tertiary-text.--weight-106{font-weight:106}.GREEN ._tertiary-text.--weight-107{font-weight:107}.GREEN ._tertiary-text.--weight-108{font-weight:108}.GREEN ._tertiary-text.--weight-109{font-weight:109}.GREEN ._tertiary-text.--weight-110{font-weight:110}.GREEN ._tertiary-text.--weight-111{font-weight:111}.GREEN ._tertiary-text.--weight-112{font-weight:112}.GREEN ._tertiary-text.--weight-113{font-weight:113}.GREEN ._tertiary-text.--weight-114{font-weight:114}.GREEN ._tertiary-text.--weight-115{font-weight:115}.GREEN ._tertiary-text.--weight-116{font-weight:116}.GREEN ._tertiary-text.--weight-117{font-weight:117}.GREEN ._tertiary-text.--weight-118{font-weight:118}.GREEN ._tertiary-text.--weight-119{font-weight:119}.GREEN ._tertiary-text.--weight-120{font-weight:120}.GREEN ._tertiary-text.--weight-121{font-weight:121}.GREEN ._tertiary-text.--weight-122{font-weight:122}.GREEN ._tertiary-text.--weight-123{font-weight:123}.GREEN ._tertiary-text.--weight-124{font-weight:124}.GREEN ._tertiary-text.--weight-125{font-weight:125}.GREEN ._tertiary-text.--weight-126{font-weight:126}.GREEN ._tertiary-text.--weight-127{font-weight:127}.GREEN ._tertiary-text.--weight-128{font-weight:128}.GREEN ._tertiary-text.--weight-129{font-weight:129}.GREEN ._tertiary-text.--weight-130{font-weight:130}.GREEN ._tertiary-text.--weight-131{font-weight:131}.GREEN ._tertiary-text.--weight-132{font-weight:132}.GREEN ._tertiary-text.--weight-133{font-weight:133}.GREEN ._tertiary-text.--weight-134{font-weight:134}.GREEN ._tertiary-text.--weight-135{font-weight:135}.GREEN ._tertiary-text.--weight-136{font-weight:136}.GREEN ._tertiary-text.--weight-137{font-weight:137}.GREEN ._tertiary-text.--weight-138{font-weight:138}.GREEN ._tertiary-text.--weight-139{font-weight:139}.GREEN ._tertiary-text.--weight-140{font-weight:140}.GREEN ._tertiary-text.--weight-141{font-weight:141}.GREEN ._tertiary-text.--weight-142{font-weight:142}.GREEN ._tertiary-text.--weight-143{font-weight:143}.GREEN ._tertiary-text.--weight-144{font-weight:144}.GREEN ._tertiary-text.--weight-145{font-weight:145}.GREEN ._tertiary-text.--weight-146{font-weight:146}.GREEN ._tertiary-text.--weight-147{font-weight:147}.GREEN ._tertiary-text.--weight-148{font-weight:148}.GREEN ._tertiary-text.--weight-149{font-weight:149}.GREEN ._tertiary-text.--weight-150{font-weight:150}.GREEN ._tertiary-text.--weight-151{font-weight:151}.GREEN ._tertiary-text.--weight-152{font-weight:152}.GREEN ._tertiary-text.--weight-153{font-weight:153}.GREEN ._tertiary-text.--weight-154{font-weight:154}.GREEN ._tertiary-text.--weight-155{font-weight:155}.GREEN ._tertiary-text.--weight-156{font-weight:156}.GREEN ._tertiary-text.--weight-157{font-weight:157}.GREEN ._tertiary-text.--weight-158{font-weight:158}.GREEN ._tertiary-text.--weight-159{font-weight:159}.GREEN ._tertiary-text.--weight-160{font-weight:160}.GREEN ._tertiary-text.--weight-161{font-weight:161}.GREEN ._tertiary-text.--weight-162{font-weight:162}.GREEN ._tertiary-text.--weight-163{font-weight:163}.GREEN ._tertiary-text.--weight-164{font-weight:164}.GREEN ._tertiary-text.--weight-165{font-weight:165}.GREEN ._tertiary-text.--weight-166{font-weight:166}.GREEN ._tertiary-text.--weight-167{font-weight:167}.GREEN ._tertiary-text.--weight-168{font-weight:168}.GREEN ._tertiary-text.--weight-169{font-weight:169}.GREEN ._tertiary-text.--weight-170{font-weight:170}.GREEN ._tertiary-text.--weight-171{font-weight:171}.GREEN ._tertiary-text.--weight-172{font-weight:172}.GREEN ._tertiary-text.--weight-173{font-weight:173}.GREEN ._tertiary-text.--weight-174{font-weight:174}.GREEN ._tertiary-text.--weight-175{font-weight:175}.GREEN ._tertiary-text.--weight-176{font-weight:176}.GREEN ._tertiary-text.--weight-177{font-weight:177}.GREEN ._tertiary-text.--weight-178{font-weight:178}.GREEN ._tertiary-text.--weight-179{font-weight:179}.GREEN ._tertiary-text.--weight-180{font-weight:180}.GREEN ._tertiary-text.--weight-181{font-weight:181}.GREEN ._tertiary-text.--weight-182{font-weight:182}.GREEN ._tertiary-text.--weight-183{font-weight:183}.GREEN ._tertiary-text.--weight-184{font-weight:184}.GREEN ._tertiary-text.--weight-185{font-weight:185}.GREEN ._tertiary-text.--weight-186{font-weight:186}.GREEN ._tertiary-text.--weight-187{font-weight:187}.GREEN ._tertiary-text.--weight-188{font-weight:188}.GREEN ._tertiary-text.--weight-189{font-weight:189}.GREEN ._tertiary-text.--weight-190{font-weight:190}.GREEN ._tertiary-text.--weight-191{font-weight:191}.GREEN ._tertiary-text.--weight-192{font-weight:192}.GREEN ._tertiary-text.--weight-193{font-weight:193}.GREEN ._tertiary-text.--weight-194{font-weight:194}.GREEN ._tertiary-text.--weight-195{font-weight:195}.GREEN ._tertiary-text.--weight-196{font-weight:196}.GREEN ._tertiary-text.--weight-197{font-weight:197}.GREEN ._tertiary-text.--weight-198{font-weight:198}.GREEN ._tertiary-text.--weight-199{font-weight:199}.GREEN ._tertiary-text.--weight-200{font-weight:200}.GREEN ._tertiary-text.--weight-201{font-weight:201}.GREEN ._tertiary-text.--weight-202{font-weight:202}.GREEN ._tertiary-text.--weight-203{font-weight:203}.GREEN ._tertiary-text.--weight-204{font-weight:204}.GREEN ._tertiary-text.--weight-205{font-weight:205}.GREEN ._tertiary-text.--weight-206{font-weight:206}.GREEN ._tertiary-text.--weight-207{font-weight:207}.GREEN ._tertiary-text.--weight-208{font-weight:208}.GREEN ._tertiary-text.--weight-209{font-weight:209}.GREEN ._tertiary-text.--weight-210{font-weight:210}.GREEN ._tertiary-text.--weight-211{font-weight:211}.GREEN ._tertiary-text.--weight-212{font-weight:212}.GREEN ._tertiary-text.--weight-213{font-weight:213}.GREEN ._tertiary-text.--weight-214{font-weight:214}.GREEN ._tertiary-text.--weight-215{font-weight:215}.GREEN ._tertiary-text.--weight-216{font-weight:216}.GREEN ._tertiary-text.--weight-217{font-weight:217}.GREEN ._tertiary-text.--weight-218{font-weight:218}.GREEN ._tertiary-text.--weight-219{font-weight:219}.GREEN ._tertiary-text.--weight-220{font-weight:220}.GREEN ._tertiary-text.--weight-221{font-weight:221}.GREEN ._tertiary-text.--weight-222{font-weight:222}.GREEN ._tertiary-text.--weight-223{font-weight:223}.GREEN ._tertiary-text.--weight-224{font-weight:224}.GREEN ._tertiary-text.--weight-225{font-weight:225}.GREEN ._tertiary-text.--weight-226{font-weight:226}.GREEN ._tertiary-text.--weight-227{font-weight:227}.GREEN ._tertiary-text.--weight-228{font-weight:228}.GREEN ._tertiary-text.--weight-229{font-weight:229}.GREEN ._tertiary-text.--weight-230{font-weight:230}.GREEN ._tertiary-text.--weight-231{font-weight:231}.GREEN ._tertiary-text.--weight-232{font-weight:232}.GREEN ._tertiary-text.--weight-233{font-weight:233}.GREEN ._tertiary-text.--weight-234{font-weight:234}.GREEN ._tertiary-text.--weight-235{font-weight:235}.GREEN ._tertiary-text.--weight-236{font-weight:236}.GREEN ._tertiary-text.--weight-237{font-weight:237}.GREEN ._tertiary-text.--weight-238{font-weight:238}.GREEN ._tertiary-text.--weight-239{font-weight:239}.GREEN ._tertiary-text.--weight-240{font-weight:240}.GREEN ._tertiary-text.--weight-241{font-weight:241}.GREEN ._tertiary-text.--weight-242{font-weight:242}.GREEN ._tertiary-text.--weight-243{font-weight:243}.GREEN ._tertiary-text.--weight-244{font-weight:244}.GREEN ._tertiary-text.--weight-245{font-weight:245}.GREEN ._tertiary-text.--weight-246{font-weight:246}.GREEN ._tertiary-text.--weight-247{font-weight:247}.GREEN ._tertiary-text.--weight-248{font-weight:248}.GREEN ._tertiary-text.--weight-249{font-weight:249}.GREEN ._tertiary-text.--weight-250{font-weight:250}.GREEN ._tertiary-text.--weight-251{font-weight:251}.GREEN ._tertiary-text.--weight-252{font-weight:252}.GREEN ._tertiary-text.--weight-253{font-weight:253}.GREEN ._tertiary-text.--weight-254{font-weight:254}.GREEN ._tertiary-text.--weight-255{font-weight:255}.GREEN ._tertiary-text.--weight-256{font-weight:256}.GREEN ._tertiary-text.--weight-257{font-weight:257}.GREEN ._tertiary-text.--weight-258{font-weight:258}.GREEN ._tertiary-text.--weight-259{font-weight:259}.GREEN ._tertiary-text.--weight-260{font-weight:260}.GREEN ._tertiary-text.--weight-261{font-weight:261}.GREEN ._tertiary-text.--weight-262{font-weight:262}.GREEN ._tertiary-text.--weight-263{font-weight:263}.GREEN ._tertiary-text.--weight-264{font-weight:264}.GREEN ._tertiary-text.--weight-265{font-weight:265}.GREEN ._tertiary-text.--weight-266{font-weight:266}.GREEN ._tertiary-text.--weight-267{font-weight:267}.GREEN ._tertiary-text.--weight-268{font-weight:268}.GREEN ._tertiary-text.--weight-269{font-weight:269}.GREEN ._tertiary-text.--weight-270{font-weight:270}.GREEN ._tertiary-text.--weight-271{font-weight:271}.GREEN ._tertiary-text.--weight-272{font-weight:272}.GREEN ._tertiary-text.--weight-273{font-weight:273}.GREEN ._tertiary-text.--weight-274{font-weight:274}.GREEN ._tertiary-text.--weight-275{font-weight:275}.GREEN ._tertiary-text.--weight-276{font-weight:276}.GREEN ._tertiary-text.--weight-277{font-weight:277}.GREEN ._tertiary-text.--weight-278{font-weight:278}.GREEN ._tertiary-text.--weight-279{font-weight:279}.GREEN ._tertiary-text.--weight-280{font-weight:280}.GREEN ._tertiary-text.--weight-281{font-weight:281}.GREEN ._tertiary-text.--weight-282{font-weight:282}.GREEN ._tertiary-text.--weight-283{font-weight:283}.GREEN ._tertiary-text.--weight-284{font-weight:284}.GREEN ._tertiary-text.--weight-285{font-weight:285}.GREEN ._tertiary-text.--weight-286{font-weight:286}.GREEN ._tertiary-text.--weight-287{font-weight:287}.GREEN ._tertiary-text.--weight-288{font-weight:288}.GREEN ._tertiary-text.--weight-289{font-weight:289}.GREEN ._tertiary-text.--weight-290{font-weight:290}.GREEN ._tertiary-text.--weight-291{font-weight:291}.GREEN ._tertiary-text.--weight-292{font-weight:292}.GREEN ._tertiary-text.--weight-293{font-weight:293}.GREEN ._tertiary-text.--weight-294{font-weight:294}.GREEN ._tertiary-text.--weight-295{font-weight:295}.GREEN ._tertiary-text.--weight-296{font-weight:296}.GREEN ._tertiary-text.--weight-297{font-weight:297}.GREEN ._tertiary-text.--weight-298{font-weight:298}.GREEN ._tertiary-text.--weight-299{font-weight:299}.GREEN ._tertiary-text.--weight-300{font-weight:300}.GREEN ._tertiary-text.--weight-301{font-weight:301}.GREEN ._tertiary-text.--weight-302{font-weight:302}.GREEN ._tertiary-text.--weight-303{font-weight:303}.GREEN ._tertiary-text.--weight-304{font-weight:304}.GREEN ._tertiary-text.--weight-305{font-weight:305}.GREEN ._tertiary-text.--weight-306{font-weight:306}.GREEN ._tertiary-text.--weight-307{font-weight:307}.GREEN ._tertiary-text.--weight-308{font-weight:308}.GREEN ._tertiary-text.--weight-309{font-weight:309}.GREEN ._tertiary-text.--weight-310{font-weight:310}.GREEN ._tertiary-text.--weight-311{font-weight:311}.GREEN ._tertiary-text.--weight-312{font-weight:312}.GREEN ._tertiary-text.--weight-313{font-weight:313}.GREEN ._tertiary-text.--weight-314{font-weight:314}.GREEN ._tertiary-text.--weight-315{font-weight:315}.GREEN ._tertiary-text.--weight-316{font-weight:316}.GREEN ._tertiary-text.--weight-317{font-weight:317}.GREEN ._tertiary-text.--weight-318{font-weight:318}.GREEN ._tertiary-text.--weight-319{font-weight:319}.GREEN ._tertiary-text.--weight-320{font-weight:320}.GREEN ._tertiary-text.--weight-321{font-weight:321}.GREEN ._tertiary-text.--weight-322{font-weight:322}.GREEN ._tertiary-text.--weight-323{font-weight:323}.GREEN ._tertiary-text.--weight-324{font-weight:324}.GREEN ._tertiary-text.--weight-325{font-weight:325}.GREEN ._tertiary-text.--weight-326{font-weight:326}.GREEN ._tertiary-text.--weight-327{font-weight:327}.GREEN ._tertiary-text.--weight-328{font-weight:328}.GREEN ._tertiary-text.--weight-329{font-weight:329}.GREEN ._tertiary-text.--weight-330{font-weight:330}.GREEN ._tertiary-text.--weight-331{font-weight:331}.GREEN ._tertiary-text.--weight-332{font-weight:332}.GREEN ._tertiary-text.--weight-333{font-weight:333}.GREEN ._tertiary-text.--weight-334{font-weight:334}.GREEN ._tertiary-text.--weight-335{font-weight:335}.GREEN ._tertiary-text.--weight-336{font-weight:336}.GREEN ._tertiary-text.--weight-337{font-weight:337}.GREEN ._tertiary-text.--weight-338{font-weight:338}.GREEN ._tertiary-text.--weight-339{font-weight:339}.GREEN ._tertiary-text.--weight-340{font-weight:340}.GREEN ._tertiary-text.--weight-341{font-weight:341}.GREEN ._tertiary-text.--weight-342{font-weight:342}.GREEN ._tertiary-text.--weight-343{font-weight:343}.GREEN ._tertiary-text.--weight-344{font-weight:344}.GREEN ._tertiary-text.--weight-345{font-weight:345}.GREEN ._tertiary-text.--weight-346{font-weight:346}.GREEN ._tertiary-text.--weight-347{font-weight:347}.GREEN ._tertiary-text.--weight-348{font-weight:348}.GREEN ._tertiary-text.--weight-349{font-weight:349}.GREEN ._tertiary-text.--weight-350{font-weight:350}.GREEN ._tertiary-text.--weight-351{font-weight:351}.GREEN ._tertiary-text.--weight-352{font-weight:352}.GREEN ._tertiary-text.--weight-353{font-weight:353}.GREEN ._tertiary-text.--weight-354{font-weight:354}.GREEN ._tertiary-text.--weight-355{font-weight:355}.GREEN ._tertiary-text.--weight-356{font-weight:356}.GREEN ._tertiary-text.--weight-357{font-weight:357}.GREEN ._tertiary-text.--weight-358{font-weight:358}.GREEN ._tertiary-text.--weight-359{font-weight:359}.GREEN ._tertiary-text.--weight-360{font-weight:360}.GREEN ._tertiary-text.--weight-361{font-weight:361}.GREEN ._tertiary-text.--weight-362{font-weight:362}.GREEN ._tertiary-text.--weight-363{font-weight:363}.GREEN ._tertiary-text.--weight-364{font-weight:364}.GREEN ._tertiary-text.--weight-365{font-weight:365}.GREEN ._tertiary-text.--weight-366{font-weight:366}.GREEN ._tertiary-text.--weight-367{font-weight:367}.GREEN ._tertiary-text.--weight-368{font-weight:368}.GREEN ._tertiary-text.--weight-369{font-weight:369}.GREEN ._tertiary-text.--weight-370{font-weight:370}.GREEN ._tertiary-text.--weight-371{font-weight:371}.GREEN ._tertiary-text.--weight-372{font-weight:372}.GREEN ._tertiary-text.--weight-373{font-weight:373}.GREEN ._tertiary-text.--weight-374{font-weight:374}.GREEN ._tertiary-text.--weight-375{font-weight:375}.GREEN ._tertiary-text.--weight-376{font-weight:376}.GREEN ._tertiary-text.--weight-377{font-weight:377}.GREEN ._tertiary-text.--weight-378{font-weight:378}.GREEN ._tertiary-text.--weight-379{font-weight:379}.GREEN ._tertiary-text.--weight-380{font-weight:380}.GREEN ._tertiary-text.--weight-381{font-weight:381}.GREEN ._tertiary-text.--weight-382{font-weight:382}.GREEN ._tertiary-text.--weight-383{font-weight:383}.GREEN ._tertiary-text.--weight-384{font-weight:384}.GREEN ._tertiary-text.--weight-385{font-weight:385}.GREEN ._tertiary-text.--weight-386{font-weight:386}.GREEN ._tertiary-text.--weight-387{font-weight:387}.GREEN ._tertiary-text.--weight-388{font-weight:388}.GREEN ._tertiary-text.--weight-389{font-weight:389}.GREEN ._tertiary-text.--weight-390{font-weight:390}.GREEN ._tertiary-text.--weight-391{font-weight:391}.GREEN ._tertiary-text.--weight-392{font-weight:392}.GREEN ._tertiary-text.--weight-393{font-weight:393}.GREEN ._tertiary-text.--weight-394{font-weight:394}.GREEN ._tertiary-text.--weight-395{font-weight:395}.GREEN ._tertiary-text.--weight-396{font-weight:396}.GREEN ._tertiary-text.--weight-397{font-weight:397}.GREEN ._tertiary-text.--weight-398{font-weight:398}.GREEN ._tertiary-text.--weight-399{font-weight:399}.GREEN ._tertiary-text.--weight-400{font-weight:400}.GREEN ._tertiary-text.--weight-401{font-weight:401}.GREEN ._tertiary-text.--weight-402{font-weight:402}.GREEN ._tertiary-text.--weight-403{font-weight:403}.GREEN ._tertiary-text.--weight-404{font-weight:404}.GREEN ._tertiary-text.--weight-405{font-weight:405}.GREEN ._tertiary-text.--weight-406{font-weight:406}.GREEN ._tertiary-text.--weight-407{font-weight:407}.GREEN ._tertiary-text.--weight-408{font-weight:408}.GREEN ._tertiary-text.--weight-409{font-weight:409}.GREEN ._tertiary-text.--weight-410{font-weight:410}.GREEN ._tertiary-text.--weight-411{font-weight:411}.GREEN ._tertiary-text.--weight-412{font-weight:412}.GREEN ._tertiary-text.--weight-413{font-weight:413}.GREEN ._tertiary-text.--weight-414{font-weight:414}.GREEN ._tertiary-text.--weight-415{font-weight:415}.GREEN ._tertiary-text.--weight-416{font-weight:416}.GREEN ._tertiary-text.--weight-417{font-weight:417}.GREEN ._tertiary-text.--weight-418{font-weight:418}.GREEN ._tertiary-text.--weight-419{font-weight:419}.GREEN ._tertiary-text.--weight-420{font-weight:420}.GREEN ._tertiary-text.--weight-421{font-weight:421}.GREEN ._tertiary-text.--weight-422{font-weight:422}.GREEN ._tertiary-text.--weight-423{font-weight:423}.GREEN ._tertiary-text.--weight-424{font-weight:424}.GREEN ._tertiary-text.--weight-425{font-weight:425}.GREEN ._tertiary-text.--weight-426{font-weight:426}.GREEN ._tertiary-text.--weight-427{font-weight:427}.GREEN ._tertiary-text.--weight-428{font-weight:428}.GREEN ._tertiary-text.--weight-429{font-weight:429}.GREEN ._tertiary-text.--weight-430{font-weight:430}.GREEN ._tertiary-text.--weight-431{font-weight:431}.GREEN ._tertiary-text.--weight-432{font-weight:432}.GREEN ._tertiary-text.--weight-433{font-weight:433}.GREEN ._tertiary-text.--weight-434{font-weight:434}.GREEN ._tertiary-text.--weight-435{font-weight:435}.GREEN ._tertiary-text.--weight-436{font-weight:436}.GREEN ._tertiary-text.--weight-437{font-weight:437}.GREEN ._tertiary-text.--weight-438{font-weight:438}.GREEN ._tertiary-text.--weight-439{font-weight:439}.GREEN ._tertiary-text.--weight-440{font-weight:440}.GREEN ._tertiary-text.--weight-441{font-weight:441}.GREEN ._tertiary-text.--weight-442{font-weight:442}.GREEN ._tertiary-text.--weight-443{font-weight:443}.GREEN ._tertiary-text.--weight-444{font-weight:444}.GREEN ._tertiary-text.--weight-445{font-weight:445}.GREEN ._tertiary-text.--weight-446{font-weight:446}.GREEN ._tertiary-text.--weight-447{font-weight:447}.GREEN ._tertiary-text.--weight-448{font-weight:448}.GREEN ._tertiary-text.--weight-449{font-weight:449}.GREEN ._tertiary-text.--weight-450{font-weight:450}.GREEN ._tertiary-text.--weight-451{font-weight:451}.GREEN ._tertiary-text.--weight-452{font-weight:452}.GREEN ._tertiary-text.--weight-453{font-weight:453}.GREEN ._tertiary-text.--weight-454{font-weight:454}.GREEN ._tertiary-text.--weight-455{font-weight:455}.GREEN ._tertiary-text.--weight-456{font-weight:456}.GREEN ._tertiary-text.--weight-457{font-weight:457}.GREEN ._tertiary-text.--weight-458{font-weight:458}.GREEN ._tertiary-text.--weight-459{font-weight:459}.GREEN ._tertiary-text.--weight-460{font-weight:460}.GREEN ._tertiary-text.--weight-461{font-weight:461}.GREEN ._tertiary-text.--weight-462{font-weight:462}.GREEN ._tertiary-text.--weight-463{font-weight:463}.GREEN ._tertiary-text.--weight-464{font-weight:464}.GREEN ._tertiary-text.--weight-465{font-weight:465}.GREEN ._tertiary-text.--weight-466{font-weight:466}.GREEN ._tertiary-text.--weight-467{font-weight:467}.GREEN ._tertiary-text.--weight-468{font-weight:468}.GREEN ._tertiary-text.--weight-469{font-weight:469}.GREEN ._tertiary-text.--weight-470{font-weight:470}.GREEN ._tertiary-text.--weight-471{font-weight:471}.GREEN ._tertiary-text.--weight-472{font-weight:472}.GREEN ._tertiary-text.--weight-473{font-weight:473}.GREEN ._tertiary-text.--weight-474{font-weight:474}.GREEN ._tertiary-text.--weight-475{font-weight:475}.GREEN ._tertiary-text.--weight-476{font-weight:476}.GREEN ._tertiary-text.--weight-477{font-weight:477}.GREEN ._tertiary-text.--weight-478{font-weight:478}.GREEN ._tertiary-text.--weight-479{font-weight:479}.GREEN ._tertiary-text.--weight-480{font-weight:480}.GREEN ._tertiary-text.--weight-481{font-weight:481}.GREEN ._tertiary-text.--weight-482{font-weight:482}.GREEN ._tertiary-text.--weight-483{font-weight:483}.GREEN ._tertiary-text.--weight-484{font-weight:484}.GREEN ._tertiary-text.--weight-485{font-weight:485}.GREEN ._tertiary-text.--weight-486{font-weight:486}.GREEN ._tertiary-text.--weight-487{font-weight:487}.GREEN ._tertiary-text.--weight-488{font-weight:488}.GREEN ._tertiary-text.--weight-489{font-weight:489}.GREEN ._tertiary-text.--weight-490{font-weight:490}.GREEN ._tertiary-text.--weight-491{font-weight:491}.GREEN ._tertiary-text.--weight-492{font-weight:492}.GREEN ._tertiary-text.--weight-493{font-weight:493}.GREEN ._tertiary-text.--weight-494{font-weight:494}.GREEN ._tertiary-text.--weight-495{font-weight:495}.GREEN ._tertiary-text.--weight-496{font-weight:496}.GREEN ._tertiary-text.--weight-497{font-weight:497}.GREEN ._tertiary-text.--weight-498{font-weight:498}.GREEN ._tertiary-text.--weight-499{font-weight:499}.GREEN ._tertiary-text.--weight-500{font-weight:500}.GREEN ._tertiary-text.--weight-501{font-weight:501}.GREEN ._tertiary-text.--weight-502{font-weight:502}.GREEN ._tertiary-text.--weight-503{font-weight:503}.GREEN ._tertiary-text.--weight-504{font-weight:504}.GREEN ._tertiary-text.--weight-505{font-weight:505}.GREEN ._tertiary-text.--weight-506{font-weight:506}.GREEN ._tertiary-text.--weight-507{font-weight:507}.GREEN ._tertiary-text.--weight-508{font-weight:508}.GREEN ._tertiary-text.--weight-509{font-weight:509}.GREEN ._tertiary-text.--weight-510{font-weight:510}.GREEN ._tertiary-text.--weight-511{font-weight:511}.GREEN ._tertiary-text.--weight-512{font-weight:512}.GREEN ._tertiary-text.--weight-513{font-weight:513}.GREEN ._tertiary-text.--weight-514{font-weight:514}.GREEN ._tertiary-text.--weight-515{font-weight:515}.GREEN ._tertiary-text.--weight-516{font-weight:516}.GREEN ._tertiary-text.--weight-517{font-weight:517}.GREEN ._tertiary-text.--weight-518{font-weight:518}.GREEN ._tertiary-text.--weight-519{font-weight:519}.GREEN ._tertiary-text.--weight-520{font-weight:520}.GREEN ._tertiary-text.--weight-521{font-weight:521}.GREEN ._tertiary-text.--weight-522{font-weight:522}.GREEN ._tertiary-text.--weight-523{font-weight:523}.GREEN ._tertiary-text.--weight-524{font-weight:524}.GREEN ._tertiary-text.--weight-525{font-weight:525}.GREEN ._tertiary-text.--weight-526{font-weight:526}.GREEN ._tertiary-text.--weight-527{font-weight:527}.GREEN ._tertiary-text.--weight-528{font-weight:528}.GREEN ._tertiary-text.--weight-529{font-weight:529}.GREEN ._tertiary-text.--weight-530{font-weight:530}.GREEN ._tertiary-text.--weight-531{font-weight:531}.GREEN ._tertiary-text.--weight-532{font-weight:532}.GREEN ._tertiary-text.--weight-533{font-weight:533}.GREEN ._tertiary-text.--weight-534{font-weight:534}.GREEN ._tertiary-text.--weight-535{font-weight:535}.GREEN ._tertiary-text.--weight-536{font-weight:536}.GREEN ._tertiary-text.--weight-537{font-weight:537}.GREEN ._tertiary-text.--weight-538{font-weight:538}.GREEN ._tertiary-text.--weight-539{font-weight:539}.GREEN ._tertiary-text.--weight-540{font-weight:540}.GREEN ._tertiary-text.--weight-541{font-weight:541}.GREEN ._tertiary-text.--weight-542{font-weight:542}.GREEN ._tertiary-text.--weight-543{font-weight:543}.GREEN ._tertiary-text.--weight-544{font-weight:544}.GREEN ._tertiary-text.--weight-545{font-weight:545}.GREEN ._tertiary-text.--weight-546{font-weight:546}.GREEN ._tertiary-text.--weight-547{font-weight:547}.GREEN ._tertiary-text.--weight-548{font-weight:548}.GREEN ._tertiary-text.--weight-549{font-weight:549}.GREEN ._tertiary-text.--weight-550{font-weight:550}.GREEN ._tertiary-text.--weight-551{font-weight:551}.GREEN ._tertiary-text.--weight-552{font-weight:552}.GREEN ._tertiary-text.--weight-553{font-weight:553}.GREEN ._tertiary-text.--weight-554{font-weight:554}.GREEN ._tertiary-text.--weight-555{font-weight:555}.GREEN ._tertiary-text.--weight-556{font-weight:556}.GREEN ._tertiary-text.--weight-557{font-weight:557}.GREEN ._tertiary-text.--weight-558{font-weight:558}.GREEN ._tertiary-text.--weight-559{font-weight:559}.GREEN ._tertiary-text.--weight-560{font-weight:560}.GREEN ._tertiary-text.--weight-561{font-weight:561}.GREEN ._tertiary-text.--weight-562{font-weight:562}.GREEN ._tertiary-text.--weight-563{font-weight:563}.GREEN ._tertiary-text.--weight-564{font-weight:564}.GREEN ._tertiary-text.--weight-565{font-weight:565}.GREEN ._tertiary-text.--weight-566{font-weight:566}.GREEN ._tertiary-text.--weight-567{font-weight:567}.GREEN ._tertiary-text.--weight-568{font-weight:568}.GREEN ._tertiary-text.--weight-569{font-weight:569}.GREEN ._tertiary-text.--weight-570{font-weight:570}.GREEN ._tertiary-text.--weight-571{font-weight:571}.GREEN ._tertiary-text.--weight-572{font-weight:572}.GREEN ._tertiary-text.--weight-573{font-weight:573}.GREEN ._tertiary-text.--weight-574{font-weight:574}.GREEN ._tertiary-text.--weight-575{font-weight:575}.GREEN ._tertiary-text.--weight-576{font-weight:576}.GREEN ._tertiary-text.--weight-577{font-weight:577}.GREEN ._tertiary-text.--weight-578{font-weight:578}.GREEN ._tertiary-text.--weight-579{font-weight:579}.GREEN ._tertiary-text.--weight-580{font-weight:580}.GREEN ._tertiary-text.--weight-581{font-weight:581}.GREEN ._tertiary-text.--weight-582{font-weight:582}.GREEN ._tertiary-text.--weight-583{font-weight:583}.GREEN ._tertiary-text.--weight-584{font-weight:584}.GREEN ._tertiary-text.--weight-585{font-weight:585}.GREEN ._tertiary-text.--weight-586{font-weight:586}.GREEN ._tertiary-text.--weight-587{font-weight:587}.GREEN ._tertiary-text.--weight-588{font-weight:588}.GREEN ._tertiary-text.--weight-589{font-weight:589}.GREEN ._tertiary-text.--weight-590{font-weight:590}.GREEN ._tertiary-text.--weight-591{font-weight:591}.GREEN ._tertiary-text.--weight-592{font-weight:592}.GREEN ._tertiary-text.--weight-593{font-weight:593}.GREEN ._tertiary-text.--weight-594{font-weight:594}.GREEN ._tertiary-text.--weight-595{font-weight:595}.GREEN ._tertiary-text.--weight-596{font-weight:596}.GREEN ._tertiary-text.--weight-597{font-weight:597}.GREEN ._tertiary-text.--weight-598{font-weight:598}.GREEN ._tertiary-text.--weight-599{font-weight:599}.GREEN ._tertiary-text.--weight-600{font-weight:600}.GREEN ._tertiary-text.--weight-601{font-weight:601}.GREEN ._tertiary-text.--weight-602{font-weight:602}.GREEN ._tertiary-text.--weight-603{font-weight:603}.GREEN ._tertiary-text.--weight-604{font-weight:604}.GREEN ._tertiary-text.--weight-605{font-weight:605}.GREEN ._tertiary-text.--weight-606{font-weight:606}.GREEN ._tertiary-text.--weight-607{font-weight:607}.GREEN ._tertiary-text.--weight-608{font-weight:608}.GREEN ._tertiary-text.--weight-609{font-weight:609}.GREEN ._tertiary-text.--weight-610{font-weight:610}.GREEN ._tertiary-text.--weight-611{font-weight:611}.GREEN ._tertiary-text.--weight-612{font-weight:612}.GREEN ._tertiary-text.--weight-613{font-weight:613}.GREEN ._tertiary-text.--weight-614{font-weight:614}.GREEN ._tertiary-text.--weight-615{font-weight:615}.GREEN ._tertiary-text.--weight-616{font-weight:616}.GREEN ._tertiary-text.--weight-617{font-weight:617}.GREEN ._tertiary-text.--weight-618{font-weight:618}.GREEN ._tertiary-text.--weight-619{font-weight:619}.GREEN ._tertiary-text.--weight-620{font-weight:620}.GREEN ._tertiary-text.--weight-621{font-weight:621}.GREEN ._tertiary-text.--weight-622{font-weight:622}.GREEN ._tertiary-text.--weight-623{font-weight:623}.GREEN ._tertiary-text.--weight-624{font-weight:624}.GREEN ._tertiary-text.--weight-625{font-weight:625}.GREEN ._tertiary-text.--weight-626{font-weight:626}.GREEN ._tertiary-text.--weight-627{font-weight:627}.GREEN ._tertiary-text.--weight-628{font-weight:628}.GREEN ._tertiary-text.--weight-629{font-weight:629}.GREEN ._tertiary-text.--weight-630{font-weight:630}.GREEN ._tertiary-text.--weight-631{font-weight:631}.GREEN ._tertiary-text.--weight-632{font-weight:632}.GREEN ._tertiary-text.--weight-633{font-weight:633}.GREEN ._tertiary-text.--weight-634{font-weight:634}.GREEN ._tertiary-text.--weight-635{font-weight:635}.GREEN ._tertiary-text.--weight-636{font-weight:636}.GREEN ._tertiary-text.--weight-637{font-weight:637}.GREEN ._tertiary-text.--weight-638{font-weight:638}.GREEN ._tertiary-text.--weight-639{font-weight:639}.GREEN ._tertiary-text.--weight-640{font-weight:640}.GREEN ._tertiary-text.--weight-641{font-weight:641}.GREEN ._tertiary-text.--weight-642{font-weight:642}.GREEN ._tertiary-text.--weight-643{font-weight:643}.GREEN ._tertiary-text.--weight-644{font-weight:644}.GREEN ._tertiary-text.--weight-645{font-weight:645}.GREEN ._tertiary-text.--weight-646{font-weight:646}.GREEN ._tertiary-text.--weight-647{font-weight:647}.GREEN ._tertiary-text.--weight-648{font-weight:648}.GREEN ._tertiary-text.--weight-649{font-weight:649}.GREEN ._tertiary-text.--weight-650{font-weight:650}.GREEN ._tertiary-text.--weight-651{font-weight:651}.GREEN ._tertiary-text.--weight-652{font-weight:652}.GREEN ._tertiary-text.--weight-653{font-weight:653}.GREEN ._tertiary-text.--weight-654{font-weight:654}.GREEN ._tertiary-text.--weight-655{font-weight:655}.GREEN ._tertiary-text.--weight-656{font-weight:656}.GREEN ._tertiary-text.--weight-657{font-weight:657}.GREEN ._tertiary-text.--weight-658{font-weight:658}.GREEN ._tertiary-text.--weight-659{font-weight:659}.GREEN ._tertiary-text.--weight-660{font-weight:660}.GREEN ._tertiary-text.--weight-661{font-weight:661}.GREEN ._tertiary-text.--weight-662{font-weight:662}.GREEN ._tertiary-text.--weight-663{font-weight:663}.GREEN ._tertiary-text.--weight-664{font-weight:664}.GREEN ._tertiary-text.--weight-665{font-weight:665}.GREEN ._tertiary-text.--weight-666{font-weight:666}.GREEN ._tertiary-text.--weight-667{font-weight:667}.GREEN ._tertiary-text.--weight-668{font-weight:668}.GREEN ._tertiary-text.--weight-669{font-weight:669}.GREEN ._tertiary-text.--weight-670{font-weight:670}.GREEN ._tertiary-text.--weight-671{font-weight:671}.GREEN ._tertiary-text.--weight-672{font-weight:672}.GREEN ._tertiary-text.--weight-673{font-weight:673}.GREEN ._tertiary-text.--weight-674{font-weight:674}.GREEN ._tertiary-text.--weight-675{font-weight:675}.GREEN ._tertiary-text.--weight-676{font-weight:676}.GREEN ._tertiary-text.--weight-677{font-weight:677}.GREEN ._tertiary-text.--weight-678{font-weight:678}.GREEN ._tertiary-text.--weight-679{font-weight:679}.GREEN ._tertiary-text.--weight-680{font-weight:680}.GREEN ._tertiary-text.--weight-681{font-weight:681}.GREEN ._tertiary-text.--weight-682{font-weight:682}.GREEN ._tertiary-text.--weight-683{font-weight:683}.GREEN ._tertiary-text.--weight-684{font-weight:684}.GREEN ._tertiary-text.--weight-685{font-weight:685}.GREEN ._tertiary-text.--weight-686{font-weight:686}.GREEN ._tertiary-text.--weight-687{font-weight:687}.GREEN ._tertiary-text.--weight-688{font-weight:688}.GREEN ._tertiary-text.--weight-689{font-weight:689}.GREEN ._tertiary-text.--weight-690{font-weight:690}.GREEN ._tertiary-text.--weight-691{font-weight:691}.GREEN ._tertiary-text.--weight-692{font-weight:692}.GREEN ._tertiary-text.--weight-693{font-weight:693}.GREEN ._tertiary-text.--weight-694{font-weight:694}.GREEN ._tertiary-text.--weight-695{font-weight:695}.GREEN ._tertiary-text.--weight-696{font-weight:696}.GREEN ._tertiary-text.--weight-697{font-weight:697}.GREEN ._tertiary-text.--weight-698{font-weight:698}.GREEN ._tertiary-text.--weight-699{font-weight:699}.GREEN ._tertiary-text.--weight-700{font-weight:700}.GREEN ._tertiary-text.--weight-701{font-weight:701}.GREEN ._tertiary-text.--weight-702{font-weight:702}.GREEN ._tertiary-text.--weight-703{font-weight:703}.GREEN ._tertiary-text.--weight-704{font-weight:704}.GREEN ._tertiary-text.--weight-705{font-weight:705}.GREEN ._tertiary-text.--weight-706{font-weight:706}.GREEN ._tertiary-text.--weight-707{font-weight:707}.GREEN ._tertiary-text.--weight-708{font-weight:708}.GREEN ._tertiary-text.--weight-709{font-weight:709}.GREEN ._tertiary-text.--weight-710{font-weight:710}.GREEN ._tertiary-text.--weight-711{font-weight:711}.GREEN ._tertiary-text.--weight-712{font-weight:712}.GREEN ._tertiary-text.--weight-713{font-weight:713}.GREEN ._tertiary-text.--weight-714{font-weight:714}.GREEN ._tertiary-text.--weight-715{font-weight:715}.GREEN ._tertiary-text.--weight-716{font-weight:716}.GREEN ._tertiary-text.--weight-717{font-weight:717}.GREEN ._tertiary-text.--weight-718{font-weight:718}.GREEN ._tertiary-text.--weight-719{font-weight:719}.GREEN ._tertiary-text.--weight-720{font-weight:720}.GREEN ._tertiary-text.--weight-721{font-weight:721}.GREEN ._tertiary-text.--weight-722{font-weight:722}.GREEN ._tertiary-text.--weight-723{font-weight:723}.GREEN ._tertiary-text.--weight-724{font-weight:724}.GREEN ._tertiary-text.--weight-725{font-weight:725}.GREEN ._tertiary-text.--weight-726{font-weight:726}.GREEN ._tertiary-text.--weight-727{font-weight:727}.GREEN ._tertiary-text.--weight-728{font-weight:728}.GREEN ._tertiary-text.--weight-729{font-weight:729}.GREEN ._tertiary-text.--weight-730{font-weight:730}.GREEN ._tertiary-text.--weight-731{font-weight:731}.GREEN ._tertiary-text.--weight-732{font-weight:732}.GREEN ._tertiary-text.--weight-733{font-weight:733}.GREEN ._tertiary-text.--weight-734{font-weight:734}.GREEN ._tertiary-text.--weight-735{font-weight:735}.GREEN ._tertiary-text.--weight-736{font-weight:736}.GREEN ._tertiary-text.--weight-737{font-weight:737}.GREEN ._tertiary-text.--weight-738{font-weight:738}.GREEN ._tertiary-text.--weight-739{font-weight:739}.GREEN ._tertiary-text.--weight-740{font-weight:740}.GREEN ._tertiary-text.--weight-741{font-weight:741}.GREEN ._tertiary-text.--weight-742{font-weight:742}.GREEN ._tertiary-text.--weight-743{font-weight:743}.GREEN ._tertiary-text.--weight-744{font-weight:744}.GREEN ._tertiary-text.--weight-745{font-weight:745}.GREEN ._tertiary-text.--weight-746{font-weight:746}.GREEN ._tertiary-text.--weight-747{font-weight:747}.GREEN ._tertiary-text.--weight-748{font-weight:748}.GREEN ._tertiary-text.--weight-749{font-weight:749}.GREEN ._tertiary-text.--weight-750{font-weight:750}.GREEN ._tertiary-text.--weight-751{font-weight:751}.GREEN ._tertiary-text.--weight-752{font-weight:752}.GREEN ._tertiary-text.--weight-753{font-weight:753}.GREEN ._tertiary-text.--weight-754{font-weight:754}.GREEN ._tertiary-text.--weight-755{font-weight:755}.GREEN ._tertiary-text.--weight-756{font-weight:756}.GREEN ._tertiary-text.--weight-757{font-weight:757}.GREEN ._tertiary-text.--weight-758{font-weight:758}.GREEN ._tertiary-text.--weight-759{font-weight:759}.GREEN ._tertiary-text.--weight-760{font-weight:760}.GREEN ._tertiary-text.--weight-761{font-weight:761}.GREEN ._tertiary-text.--weight-762{font-weight:762}.GREEN ._tertiary-text.--weight-763{font-weight:763}.GREEN ._tertiary-text.--weight-764{font-weight:764}.GREEN ._tertiary-text.--weight-765{font-weight:765}.GREEN ._tertiary-text.--weight-766{font-weight:766}.GREEN ._tertiary-text.--weight-767{font-weight:767}.GREEN ._tertiary-text.--weight-768{font-weight:768}.GREEN ._tertiary-text.--weight-769{font-weight:769}.GREEN ._tertiary-text.--weight-770{font-weight:770}.GREEN ._tertiary-text.--weight-771{font-weight:771}.GREEN ._tertiary-text.--weight-772{font-weight:772}.GREEN ._tertiary-text.--weight-773{font-weight:773}.GREEN ._tertiary-text.--weight-774{font-weight:774}.GREEN ._tertiary-text.--weight-775{font-weight:775}.GREEN ._tertiary-text.--weight-776{font-weight:776}.GREEN ._tertiary-text.--weight-777{font-weight:777}.GREEN ._tertiary-text.--weight-778{font-weight:778}.GREEN ._tertiary-text.--weight-779{font-weight:779}.GREEN ._tertiary-text.--weight-780{font-weight:780}.GREEN ._tertiary-text.--weight-781{font-weight:781}.GREEN ._tertiary-text.--weight-782{font-weight:782}.GREEN ._tertiary-text.--weight-783{font-weight:783}.GREEN ._tertiary-text.--weight-784{font-weight:784}.GREEN ._tertiary-text.--weight-785{font-weight:785}.GREEN ._tertiary-text.--weight-786{font-weight:786}.GREEN ._tertiary-text.--weight-787{font-weight:787}.GREEN ._tertiary-text.--weight-788{font-weight:788}.GREEN ._tertiary-text.--weight-789{font-weight:789}.GREEN ._tertiary-text.--weight-790{font-weight:790}.GREEN ._tertiary-text.--weight-791{font-weight:791}.GREEN ._tertiary-text.--weight-792{font-weight:792}.GREEN ._tertiary-text.--weight-793{font-weight:793}.GREEN ._tertiary-text.--weight-794{font-weight:794}.GREEN ._tertiary-text.--weight-795{font-weight:795}.GREEN ._tertiary-text.--weight-796{font-weight:796}.GREEN ._tertiary-text.--weight-797{font-weight:797}.GREEN ._tertiary-text.--weight-798{font-weight:798}.GREEN ._tertiary-text.--weight-799{font-weight:799}.GREEN ._tertiary-text.--weight-800{font-weight:800}.GREEN ._tertiary-text.--lh-1{line-height:1px}.GREEN ._tertiary-text.--lh-2{line-height:2px}.GREEN ._tertiary-text.--lh-3{line-height:3px}.GREEN ._tertiary-text.--lh-4{line-height:4px}.GREEN ._tertiary-text.--lh-5{line-height:5px}.GREEN ._tertiary-text.--lh-6{line-height:6px}.GREEN ._tertiary-text.--lh-7{line-height:7px}.GREEN ._tertiary-text.--lh-8{line-height:8px}.GREEN ._tertiary-text.--lh-9{line-height:9px}.GREEN ._tertiary-text.--lh-10{line-height:10px}.GREEN ._tertiary-text.--lh-11{line-height:11px}.GREEN ._tertiary-text.--lh-12{line-height:12px}.GREEN ._tertiary-text.--lh-13{line-height:13px}.GREEN ._tertiary-text.--lh-14{line-height:14px}.GREEN ._tertiary-text.--lh-15{line-height:15px}.GREEN ._tertiary-text.--lh-16{line-height:16px}.GREEN ._tertiary-text.--lh-17{line-height:17px}.GREEN ._tertiary-text.--lh-18{line-height:18px}.GREEN ._tertiary-text.--lh-19{line-height:19px}.GREEN ._tertiary-text.--lh-20{line-height:20px}.GREEN ._tertiary-text.--lh-21{line-height:21px}.GREEN ._tertiary-text.--lh-22{line-height:22px}.GREEN ._tertiary-text.--lh-23{line-height:23px}.GREEN ._tertiary-text.--lh-24{line-height:24px}.GREEN ._tertiary-text.--lh-25{line-height:25px}.GREEN ._tertiary-text.--lh-26{line-height:26px}.GREEN ._tertiary-text.--lh-27{line-height:27px}.GREEN ._tertiary-text.--lh-28{line-height:28px}.GREEN ._tertiary-text.--lh-29{line-height:29px}.GREEN ._tertiary-text.--lh-30{line-height:30px}.GREEN ._tertiary-text.--lh-31{line-height:31px}.GREEN ._tertiary-text.--lh-32{line-height:32px}.GREEN ._tertiary-text.--lh-33{line-height:33px}.GREEN ._tertiary-text.--lh-34{line-height:34px}.GREEN ._tertiary-text.--lh-35{line-height:35px}.GREEN ._tertiary-text.--lh-36{line-height:36px}.GREEN ._tertiary-text.--lh-37{line-height:37px}.GREEN ._tertiary-text.--lh-38{line-height:38px}.GREEN ._tertiary-text.--lh-39{line-height:39px}.GREEN ._tertiary-text.--lh-40{line-height:40px}.GREEN ._tertiary-text.--lh-41{line-height:41px}.GREEN ._tertiary-text.--lh-42{line-height:42px}.GREEN ._tertiary-text.--lh-43{line-height:43px}.GREEN ._tertiary-text.--lh-44{line-height:44px}.GREEN ._tertiary-text.--lh-45{line-height:45px}.GREEN ._tertiary-text.--lh-46{line-height:46px}.GREEN ._tertiary-text.--lh-47{line-height:47px}.GREEN ._tertiary-text.--lh-48{line-height:48px}.GREEN ._tertiary-text.--lh-49{line-height:49px}.GREEN ._tertiary-text.--lh-50{line-height:50px}.GREEN ._tertiary-text.--lh-51{line-height:51px}.GREEN ._tertiary-text.--lh-52{line-height:52px}.GREEN ._tertiary-text.--lh-53{line-height:53px}.GREEN ._tertiary-text.--lh-54{line-height:54px}.GREEN ._tertiary-text.--lh-55{line-height:55px}.GREEN ._tertiary-text.--lh-56{line-height:56px}.GREEN ._tertiary-text.--lh-57{line-height:57px}.GREEN ._tertiary-text.--lh-58{line-height:58px}.GREEN ._tertiary-text.--lh-59{line-height:59px}.GREEN ._tertiary-text.--lh-60{line-height:60px}.GREEN ._tertiary-text.--lh-61{line-height:61px}.GREEN ._tertiary-text.--lh-62{line-height:62px}.GREEN ._tertiary-text.--lh-63{line-height:63px}.GREEN ._tertiary-text.--lh-64{line-height:64px}.GREEN ._tertiary-text.--lh-65{line-height:65px}.GREEN ._tertiary-text.--lh-66{line-height:66px}.GREEN ._tertiary-text.--lh-67{line-height:67px}.GREEN ._tertiary-text.--lh-68{line-height:68px}.GREEN ._tertiary-text.--lh-69{line-height:69px}.GREEN ._tertiary-text.--lh-70{line-height:70px}.GREEN ._tertiary-text.--lh-71{line-height:71px}.GREEN ._tertiary-text.--lh-72{line-height:72px}.GREEN ._tertiary-text.--lh-73{line-height:73px}.GREEN ._tertiary-text.--lh-74{line-height:74px}.GREEN ._tertiary-text.--lh-75{line-height:75px}.GREEN ._tertiary-text.--lh-76{line-height:76px}.GREEN ._tertiary-text.--lh-77{line-height:77px}.GREEN ._tertiary-text.--lh-78{line-height:78px}.GREEN ._tertiary-text.--lh-79{line-height:79px}.GREEN ._tertiary-text.--lh-80{line-height:80px}.GREEN ._tertiary-text.--lh-81{line-height:81px}.GREEN ._tertiary-text.--lh-82{line-height:82px}.GREEN ._tertiary-text.--lh-83{line-height:83px}.GREEN ._tertiary-text.--lh-84{line-height:84px}.GREEN ._tertiary-text.--lh-85{line-height:85px}.GREEN ._tertiary-text.--lh-86{line-height:86px}.GREEN ._tertiary-text.--lh-87{line-height:87px}.GREEN ._tertiary-text.--lh-88{line-height:88px}.GREEN ._tertiary-text.--lh-89{line-height:89px}.GREEN ._tertiary-text.--lh-90{line-height:90px}.GREEN ._tertiary-text.--lh-91{line-height:91px}.GREEN ._tertiary-text.--lh-92{line-height:92px}.GREEN ._tertiary-text.--lh-93{line-height:93px}.GREEN ._tertiary-text.--lh-94{line-height:94px}.GREEN ._tertiary-text.--lh-95{line-height:95px}.GREEN ._tertiary-text.--lh-96{line-height:96px}.GREEN ._tertiary-text.--lh-97{line-height:97px}.GREEN ._tertiary-text.--lh-98{line-height:98px}.GREEN ._tertiary-text.--lh-99{line-height:99px}.GREEN ._tertiary-text.--lh-100{line-height:100px}.GREEN ._tertiary-text.--lh-101{line-height:101px}.GREEN ._tertiary-text.--lh-102{line-height:102px}.GREEN ._tertiary-text.--lh-103{line-height:103px}.GREEN ._tertiary-text.--lh-104{line-height:104px}.GREEN ._tertiary-text.--lh-105{line-height:105px}.GREEN ._tertiary-text.--lh-106{line-height:106px}.GREEN ._tertiary-text.--lh-107{line-height:107px}.GREEN ._tertiary-text.--lh-108{line-height:108px}.GREEN ._tertiary-text.--lh-109{line-height:109px}.GREEN ._tertiary-text.--lh-110{line-height:110px}.GREEN ._tertiary-text.--lh-111{line-height:111px}.GREEN ._tertiary-text.--lh-112{line-height:112px}.GREEN ._tertiary-text.--lh-113{line-height:113px}.GREEN ._tertiary-text.--lh-114{line-height:114px}.GREEN ._tertiary-text.--lh-115{line-height:115px}.GREEN ._tertiary-text.--lh-116{line-height:116px}.GREEN ._tertiary-text.--lh-117{line-height:117px}.GREEN ._tertiary-text.--lh-118{line-height:118px}.GREEN ._tertiary-text.--lh-119{line-height:119px}.GREEN ._tertiary-text.--lh-120{line-height:120px}.GREEN ._tertiary-text.--lh-121{line-height:121px}.GREEN ._tertiary-text.--lh-122{line-height:122px}.GREEN ._tertiary-text.--lh-123{line-height:123px}.GREEN ._tertiary-text.--lh-124{line-height:124px}.GREEN ._tertiary-text.--lh-125{line-height:125px}.GREEN ._tertiary-text.--lh-126{line-height:126px}.GREEN ._tertiary-text.--lh-127{line-height:127px}.GREEN ._tertiary-text.--lh-128{line-height:128px}.GREEN ._tertiary-text.--lh-129{line-height:129px}.GREEN ._tertiary-text.--lh-130{line-height:130px}.GREEN ._tertiary-text.--lh-131{line-height:131px}.GREEN ._tertiary-text.--lh-132{line-height:132px}.GREEN ._tertiary-text.--lh-133{line-height:133px}.GREEN ._tertiary-text.--lh-134{line-height:134px}.GREEN ._tertiary-text.--lh-135{line-height:135px}.GREEN ._tertiary-text.--lh-136{line-height:136px}.GREEN ._tertiary-text.--lh-137{line-height:137px}.GREEN ._tertiary-text.--lh-138{line-height:138px}.GREEN ._tertiary-text.--lh-139{line-height:139px}.GREEN ._tertiary-text.--lh-140{line-height:140px}.GREEN ._tertiary-text.--lh-141{line-height:141px}.GREEN ._tertiary-text.--lh-142{line-height:142px}.GREEN ._tertiary-text.--lh-143{line-height:143px}.GREEN ._tertiary-text.--lh-144{line-height:144px}.GREEN ._tertiary-text.--lh-145{line-height:145px}.GREEN ._tertiary-text.--lh-146{line-height:146px}.GREEN ._tertiary-text.--lh-147{line-height:147px}.GREEN ._tertiary-text.--lh-148{line-height:148px}.GREEN ._tertiary-text.--lh-149{line-height:149px}.GREEN ._tertiary-text.--lh-150{line-height:150px}.GREEN ._tertiary-text.--lh-151{line-height:151px}.GREEN ._tertiary-text.--lh-152{line-height:152px}.GREEN ._tertiary-text.--lh-153{line-height:153px}.GREEN ._tertiary-text.--lh-154{line-height:154px}.GREEN ._tertiary-text.--lh-155{line-height:155px}.GREEN ._tertiary-text.--lh-156{line-height:156px}.GREEN ._tertiary-text.--lh-157{line-height:157px}.GREEN ._tertiary-text.--lh-158{line-height:158px}.GREEN ._tertiary-text.--lh-159{line-height:159px}.GREEN ._tertiary-text.--lh-160{line-height:160px}.GREEN ._tertiary-text.--lh-161{line-height:161px}.GREEN ._tertiary-text.--lh-162{line-height:162px}.GREEN ._tertiary-text.--lh-163{line-height:163px}.GREEN ._tertiary-text.--lh-164{line-height:164px}.GREEN ._tertiary-text.--lh-165{line-height:165px}.GREEN ._tertiary-text.--lh-166{line-height:166px}.GREEN ._tertiary-text.--lh-167{line-height:167px}.GREEN ._tertiary-text.--lh-168{line-height:168px}.GREEN ._tertiary-text.--lh-169{line-height:169px}.GREEN ._tertiary-text.--lh-170{line-height:170px}.GREEN ._tertiary-text.--lh-171{line-height:171px}.GREEN ._tertiary-text.--lh-172{line-height:172px}.GREEN ._tertiary-text.--lh-173{line-height:173px}.GREEN ._tertiary-text.--lh-174{line-height:174px}.GREEN ._tertiary-text.--lh-175{line-height:175px}.GREEN ._tertiary-text.--lh-176{line-height:176px}.GREEN ._tertiary-text.--lh-177{line-height:177px}.GREEN ._tertiary-text.--lh-178{line-height:178px}.GREEN ._tertiary-text.--lh-179{line-height:179px}.GREEN ._tertiary-text.--lh-180{line-height:180px}.GREEN ._tertiary-text.--lh-181{line-height:181px}.GREEN ._tertiary-text.--lh-182{line-height:182px}.GREEN ._tertiary-text.--lh-183{line-height:183px}.GREEN ._tertiary-text.--lh-184{line-height:184px}.GREEN ._tertiary-text.--lh-185{line-height:185px}.GREEN ._tertiary-text.--lh-186{line-height:186px}.GREEN ._tertiary-text.--lh-187{line-height:187px}.GREEN ._tertiary-text.--lh-188{line-height:188px}.GREEN ._tertiary-text.--lh-189{line-height:189px}.GREEN ._tertiary-text.--lh-190{line-height:190px}.GREEN ._tertiary-text.--lh-191{line-height:191px}.GREEN ._tertiary-text.--lh-192{line-height:192px}.GREEN ._tertiary-text.--lh-193{line-height:193px}.GREEN ._tertiary-text.--lh-194{line-height:194px}.GREEN ._tertiary-text.--lh-195{line-height:195px}.GREEN ._tertiary-text.--lh-196{line-height:196px}.GREEN ._tertiary-text.--lh-197{line-height:197px}.GREEN ._tertiary-text.--lh-198{line-height:198px}.GREEN ._tertiary-text.--lh-199{line-height:199px}.GREEN ._tertiary-text.--lh-200{line-height:200px}.GREEN ._tertiary-text.--lh-201{line-height:201px}.GREEN ._tertiary-text.--lh-202{line-height:202px}.GREEN ._tertiary-text.--lh-203{line-height:203px}.GREEN ._tertiary-text.--lh-204{line-height:204px}.GREEN ._tertiary-text.--lh-205{line-height:205px}.GREEN ._tertiary-text.--lh-206{line-height:206px}.GREEN ._tertiary-text.--lh-207{line-height:207px}.GREEN ._tertiary-text.--lh-208{line-height:208px}.GREEN ._tertiary-text.--lh-209{line-height:209px}.GREEN ._tertiary-text.--lh-210{line-height:210px}.GREEN ._tertiary-text.--lh-211{line-height:211px}.GREEN ._tertiary-text.--lh-212{line-height:212px}.GREEN ._tertiary-text.--lh-213{line-height:213px}.GREEN ._tertiary-text.--lh-214{line-height:214px}.GREEN ._tertiary-text.--lh-215{line-height:215px}.GREEN ._tertiary-text.--lh-216{line-height:216px}.GREEN ._tertiary-text.--lh-217{line-height:217px}.GREEN ._tertiary-text.--lh-218{line-height:218px}.GREEN ._tertiary-text.--lh-219{line-height:219px}.GREEN ._tertiary-text.--lh-220{line-height:220px}.GREEN ._tertiary-text.--lh-221{line-height:221px}.GREEN ._tertiary-text.--lh-222{line-height:222px}.GREEN ._tertiary-text.--lh-223{line-height:223px}.GREEN ._tertiary-text.--lh-224{line-height:224px}.GREEN ._tertiary-text.--lh-225{line-height:225px}.GREEN ._tertiary-text.--lh-226{line-height:226px}.GREEN ._tertiary-text.--lh-227{line-height:227px}.GREEN ._tertiary-text.--lh-228{line-height:228px}.GREEN ._tertiary-text.--lh-229{line-height:229px}.GREEN ._tertiary-text.--lh-230{line-height:230px}.GREEN ._tertiary-text.--lh-231{line-height:231px}.GREEN ._tertiary-text.--lh-232{line-height:232px}.GREEN ._tertiary-text.--lh-233{line-height:233px}.GREEN ._tertiary-text.--lh-234{line-height:234px}.GREEN ._tertiary-text.--lh-235{line-height:235px}.GREEN ._tertiary-text.--lh-236{line-height:236px}.GREEN ._tertiary-text.--lh-237{line-height:237px}.GREEN ._tertiary-text.--lh-238{line-height:238px}.GREEN ._tertiary-text.--lh-239{line-height:239px}.GREEN ._tertiary-text.--lh-240{line-height:240px}.GREEN ._tertiary-text.--lh-241{line-height:241px}.GREEN ._tertiary-text.--lh-242{line-height:242px}.GREEN ._tertiary-text.--lh-243{line-height:243px}.GREEN ._tertiary-text.--lh-244{line-height:244px}.GREEN ._tertiary-text.--lh-245{line-height:245px}.GREEN ._tertiary-text.--lh-246{line-height:246px}.GREEN ._tertiary-text.--lh-247{line-height:247px}.GREEN ._tertiary-text.--lh-248{line-height:248px}.GREEN ._tertiary-text.--lh-249{line-height:249px}.GREEN ._tertiary-text.--lh-250{line-height:250px}.GREEN ._tertiary-text.--lh-251{line-height:251px}.GREEN ._tertiary-text.--lh-252{line-height:252px}.GREEN ._tertiary-text.--lh-253{line-height:253px}.GREEN ._tertiary-text.--lh-254{line-height:254px}.GREEN ._tertiary-text.--lh-255{line-height:255px}.GREEN ._tertiary-text.--lh-256{line-height:256px}.GREEN ._tertiary-text.--lh-257{line-height:257px}.GREEN ._tertiary-text.--lh-258{line-height:258px}.GREEN ._tertiary-text.--lh-259{line-height:259px}.GREEN ._tertiary-text.--lh-260{line-height:260px}.GREEN ._tertiary-text.--lh-261{line-height:261px}.GREEN ._tertiary-text.--lh-262{line-height:262px}.GREEN ._tertiary-text.--lh-263{line-height:263px}.GREEN ._tertiary-text.--lh-264{line-height:264px}.GREEN ._tertiary-text.--lh-265{line-height:265px}.GREEN ._tertiary-text.--lh-266{line-height:266px}.GREEN ._tertiary-text.--lh-267{line-height:267px}.GREEN ._tertiary-text.--lh-268{line-height:268px}.GREEN ._tertiary-text.--lh-269{line-height:269px}.GREEN ._tertiary-text.--lh-270{line-height:270px}.GREEN ._tertiary-text.--lh-271{line-height:271px}.GREEN ._tertiary-text.--lh-272{line-height:272px}.GREEN ._tertiary-text.--lh-273{line-height:273px}.GREEN ._tertiary-text.--lh-274{line-height:274px}.GREEN ._tertiary-text.--lh-275{line-height:275px}.GREEN ._tertiary-text.--lh-276{line-height:276px}.GREEN ._tertiary-text.--lh-277{line-height:277px}.GREEN ._tertiary-text.--lh-278{line-height:278px}.GREEN ._tertiary-text.--lh-279{line-height:279px}.GREEN ._tertiary-text.--lh-280{line-height:280px}.GREEN ._tertiary-text.--lh-281{line-height:281px}.GREEN ._tertiary-text.--lh-282{line-height:282px}.GREEN ._tertiary-text.--lh-283{line-height:283px}.GREEN ._tertiary-text.--lh-284{line-height:284px}.GREEN ._tertiary-text.--lh-285{line-height:285px}.GREEN ._tertiary-text.--lh-286{line-height:286px}.GREEN ._tertiary-text.--lh-287{line-height:287px}.GREEN ._tertiary-text.--lh-288{line-height:288px}.GREEN ._tertiary-text.--lh-289{line-height:289px}.GREEN ._tertiary-text.--lh-290{line-height:290px}.GREEN ._tertiary-text.--lh-291{line-height:291px}.GREEN ._tertiary-text.--lh-292{line-height:292px}.GREEN ._tertiary-text.--lh-293{line-height:293px}.GREEN ._tertiary-text.--lh-294{line-height:294px}.GREEN ._tertiary-text.--lh-295{line-height:295px}.GREEN ._tertiary-text.--lh-296{line-height:296px}.GREEN ._tertiary-text.--lh-297{line-height:297px}.GREEN ._tertiary-text.--lh-298{line-height:298px}.GREEN ._tertiary-text.--lh-299{line-height:299px}.GREEN ._tertiary-text.--lh-300{line-height:300px}.GREEN ._tertiary-text.--lh-301{line-height:301px}.GREEN ._tertiary-text.--lh-302{line-height:302px}.GREEN ._tertiary-text.--lh-303{line-height:303px}.GREEN ._tertiary-text.--lh-304{line-height:304px}.GREEN ._tertiary-text.--lh-305{line-height:305px}.GREEN ._tertiary-text.--lh-306{line-height:306px}.GREEN ._tertiary-text.--lh-307{line-height:307px}.GREEN ._tertiary-text.--lh-308{line-height:308px}.GREEN ._tertiary-text.--lh-309{line-height:309px}.GREEN ._tertiary-text.--lh-310{line-height:310px}.GREEN ._tertiary-text.--lh-311{line-height:311px}.GREEN ._tertiary-text.--lh-312{line-height:312px}.GREEN ._tertiary-text.--lh-313{line-height:313px}.GREEN ._tertiary-text.--lh-314{line-height:314px}.GREEN ._tertiary-text.--lh-315{line-height:315px}.GREEN ._tertiary-text.--lh-316{line-height:316px}.GREEN ._tertiary-text.--lh-317{line-height:317px}.GREEN ._tertiary-text.--lh-318{line-height:318px}.GREEN ._tertiary-text.--lh-319{line-height:319px}.GREEN ._tertiary-text.--lh-320{line-height:320px}.GREEN ._tertiary-text.--lh-321{line-height:321px}.GREEN ._tertiary-text.--lh-322{line-height:322px}.GREEN ._tertiary-text.--lh-323{line-height:323px}.GREEN ._tertiary-text.--lh-324{line-height:324px}.GREEN ._tertiary-text.--lh-325{line-height:325px}.GREEN ._tertiary-text.--lh-326{line-height:326px}.GREEN ._tertiary-text.--lh-327{line-height:327px}.GREEN ._tertiary-text.--lh-328{line-height:328px}.GREEN ._tertiary-text.--lh-329{line-height:329px}.GREEN ._tertiary-text.--lh-330{line-height:330px}.GREEN ._tertiary-text.--lh-331{line-height:331px}.GREEN ._tertiary-text.--lh-332{line-height:332px}.GREEN ._tertiary-text.--lh-333{line-height:333px}.GREEN ._tertiary-text.--lh-334{line-height:334px}.GREEN ._tertiary-text.--lh-335{line-height:335px}.GREEN ._tertiary-text.--lh-336{line-height:336px}.GREEN ._tertiary-text.--lh-337{line-height:337px}.GREEN ._tertiary-text.--lh-338{line-height:338px}.GREEN ._tertiary-text.--lh-339{line-height:339px}.GREEN ._tertiary-text.--lh-340{line-height:340px}.GREEN ._tertiary-text.--lh-341{line-height:341px}.GREEN ._tertiary-text.--lh-342{line-height:342px}.GREEN ._tertiary-text.--lh-343{line-height:343px}.GREEN ._tertiary-text.--lh-344{line-height:344px}.GREEN ._tertiary-text.--lh-345{line-height:345px}.GREEN ._tertiary-text.--lh-346{line-height:346px}.GREEN ._tertiary-text.--lh-347{line-height:347px}.GREEN ._tertiary-text.--lh-348{line-height:348px}.GREEN ._tertiary-text.--lh-349{line-height:349px}.GREEN ._tertiary-text.--lh-350{line-height:350px}.GREEN ._tertiary-text.--lh-351{line-height:351px}.GREEN ._tertiary-text.--lh-352{line-height:352px}.GREEN ._tertiary-text.--lh-353{line-height:353px}.GREEN ._tertiary-text.--lh-354{line-height:354px}.GREEN ._tertiary-text.--lh-355{line-height:355px}.GREEN ._tertiary-text.--lh-356{line-height:356px}.GREEN ._tertiary-text.--lh-357{line-height:357px}.GREEN ._tertiary-text.--lh-358{line-height:358px}.GREEN ._tertiary-text.--lh-359{line-height:359px}.GREEN ._tertiary-text.--lh-360{line-height:360px}.GREEN ._tertiary-text.--lh-361{line-height:361px}.GREEN ._tertiary-text.--lh-362{line-height:362px}.GREEN ._tertiary-text.--lh-363{line-height:363px}.GREEN ._tertiary-text.--lh-364{line-height:364px}.GREEN ._tertiary-text.--lh-365{line-height:365px}.GREEN ._tertiary-text.--lh-366{line-height:366px}.GREEN ._tertiary-text.--lh-367{line-height:367px}.GREEN ._tertiary-text.--lh-368{line-height:368px}.GREEN ._tertiary-text.--lh-369{line-height:369px}.GREEN ._tertiary-text.--lh-370{line-height:370px}.GREEN ._tertiary-text.--lh-371{line-height:371px}.GREEN ._tertiary-text.--lh-372{line-height:372px}.GREEN ._tertiary-text.--lh-373{line-height:373px}.GREEN ._tertiary-text.--lh-374{line-height:374px}.GREEN ._tertiary-text.--lh-375{line-height:375px}.GREEN ._tertiary-text.--lh-376{line-height:376px}.GREEN ._tertiary-text.--lh-377{line-height:377px}.GREEN ._tertiary-text.--lh-378{line-height:378px}.GREEN ._tertiary-text.--lh-379{line-height:379px}.GREEN ._tertiary-text.--lh-380{line-height:380px}.GREEN ._tertiary-text.--lh-381{line-height:381px}.GREEN ._tertiary-text.--lh-382{line-height:382px}.GREEN ._tertiary-text.--lh-383{line-height:383px}.GREEN ._tertiary-text.--lh-384{line-height:384px}.GREEN ._tertiary-text.--lh-385{line-height:385px}.GREEN ._tertiary-text.--lh-386{line-height:386px}.GREEN ._tertiary-text.--lh-387{line-height:387px}.GREEN ._tertiary-text.--lh-388{line-height:388px}.GREEN ._tertiary-text.--lh-389{line-height:389px}.GREEN ._tertiary-text.--lh-390{line-height:390px}.GREEN ._tertiary-text.--lh-391{line-height:391px}.GREEN ._tertiary-text.--lh-392{line-height:392px}.GREEN ._tertiary-text.--lh-393{line-height:393px}.GREEN ._tertiary-text.--lh-394{line-height:394px}.GREEN ._tertiary-text.--lh-395{line-height:395px}.GREEN ._tertiary-text.--lh-396{line-height:396px}.GREEN ._tertiary-text.--lh-397{line-height:397px}.GREEN ._tertiary-text.--lh-398{line-height:398px}.GREEN ._tertiary-text.--lh-399{line-height:399px}.GREEN ._tertiary-text.--lh-400{line-height:400px}.GREEN ._tertiary-text.--lh-401{line-height:401px}.GREEN ._tertiary-text.--lh-402{line-height:402px}.GREEN ._tertiary-text.--lh-403{line-height:403px}.GREEN ._tertiary-text.--lh-404{line-height:404px}.GREEN ._tertiary-text.--lh-405{line-height:405px}.GREEN ._tertiary-text.--lh-406{line-height:406px}.GREEN ._tertiary-text.--lh-407{line-height:407px}.GREEN ._tertiary-text.--lh-408{line-height:408px}.GREEN ._tertiary-text.--lh-409{line-height:409px}.GREEN ._tertiary-text.--lh-410{line-height:410px}.GREEN ._tertiary-text.--lh-411{line-height:411px}.GREEN ._tertiary-text.--lh-412{line-height:412px}.GREEN ._tertiary-text.--lh-413{line-height:413px}.GREEN ._tertiary-text.--lh-414{line-height:414px}.GREEN ._tertiary-text.--lh-415{line-height:415px}.GREEN ._tertiary-text.--lh-416{line-height:416px}.GREEN ._tertiary-text.--lh-417{line-height:417px}.GREEN ._tertiary-text.--lh-418{line-height:418px}.GREEN ._tertiary-text.--lh-419{line-height:419px}.GREEN ._tertiary-text.--lh-420{line-height:420px}.GREEN ._tertiary-text.--lh-421{line-height:421px}.GREEN ._tertiary-text.--lh-422{line-height:422px}.GREEN ._tertiary-text.--lh-423{line-height:423px}.GREEN ._tertiary-text.--lh-424{line-height:424px}.GREEN ._tertiary-text.--lh-425{line-height:425px}.GREEN ._tertiary-text.--lh-426{line-height:426px}.GREEN ._tertiary-text.--lh-427{line-height:427px}.GREEN ._tertiary-text.--lh-428{line-height:428px}.GREEN ._tertiary-text.--lh-429{line-height:429px}.GREEN ._tertiary-text.--lh-430{line-height:430px}.GREEN ._tertiary-text.--lh-431{line-height:431px}.GREEN ._tertiary-text.--lh-432{line-height:432px}.GREEN ._tertiary-text.--lh-433{line-height:433px}.GREEN ._tertiary-text.--lh-434{line-height:434px}.GREEN ._tertiary-text.--lh-435{line-height:435px}.GREEN ._tertiary-text.--lh-436{line-height:436px}.GREEN ._tertiary-text.--lh-437{line-height:437px}.GREEN ._tertiary-text.--lh-438{line-height:438px}.GREEN ._tertiary-text.--lh-439{line-height:439px}.GREEN ._tertiary-text.--lh-440{line-height:440px}.GREEN ._tertiary-text.--lh-441{line-height:441px}.GREEN ._tertiary-text.--lh-442{line-height:442px}.GREEN ._tertiary-text.--lh-443{line-height:443px}.GREEN ._tertiary-text.--lh-444{line-height:444px}.GREEN ._tertiary-text.--lh-445{line-height:445px}.GREEN ._tertiary-text.--lh-446{line-height:446px}.GREEN ._tertiary-text.--lh-447{line-height:447px}.GREEN ._tertiary-text.--lh-448{line-height:448px}.GREEN ._tertiary-text.--lh-449{line-height:449px}.GREEN ._tertiary-text.--lh-450{line-height:450px}.GREEN ._tertiary-text.--lh-451{line-height:451px}.GREEN ._tertiary-text.--lh-452{line-height:452px}.GREEN ._tertiary-text.--lh-453{line-height:453px}.GREEN ._tertiary-text.--lh-454{line-height:454px}.GREEN ._tertiary-text.--lh-455{line-height:455px}.GREEN ._tertiary-text.--lh-456{line-height:456px}.GREEN ._tertiary-text.--lh-457{line-height:457px}.GREEN ._tertiary-text.--lh-458{line-height:458px}.GREEN ._tertiary-text.--lh-459{line-height:459px}.GREEN ._tertiary-text.--lh-460{line-height:460px}.GREEN ._tertiary-text.--lh-461{line-height:461px}.GREEN ._tertiary-text.--lh-462{line-height:462px}.GREEN ._tertiary-text.--lh-463{line-height:463px}.GREEN ._tertiary-text.--lh-464{line-height:464px}.GREEN ._tertiary-text.--lh-465{line-height:465px}.GREEN ._tertiary-text.--lh-466{line-height:466px}.GREEN ._tertiary-text.--lh-467{line-height:467px}.GREEN ._tertiary-text.--lh-468{line-height:468px}.GREEN ._tertiary-text.--lh-469{line-height:469px}.GREEN ._tertiary-text.--lh-470{line-height:470px}.GREEN ._tertiary-text.--lh-471{line-height:471px}.GREEN ._tertiary-text.--lh-472{line-height:472px}.GREEN ._tertiary-text.--lh-473{line-height:473px}.GREEN ._tertiary-text.--lh-474{line-height:474px}.GREEN ._tertiary-text.--lh-475{line-height:475px}.GREEN ._tertiary-text.--lh-476{line-height:476px}.GREEN ._tertiary-text.--lh-477{line-height:477px}.GREEN ._tertiary-text.--lh-478{line-height:478px}.GREEN ._tertiary-text.--lh-479{line-height:479px}.GREEN ._tertiary-text.--lh-480{line-height:480px}.GREEN ._tertiary-text.--lh-481{line-height:481px}.GREEN ._tertiary-text.--lh-482{line-height:482px}.GREEN ._tertiary-text.--lh-483{line-height:483px}.GREEN ._tertiary-text.--lh-484{line-height:484px}.GREEN ._tertiary-text.--lh-485{line-height:485px}.GREEN ._tertiary-text.--lh-486{line-height:486px}.GREEN ._tertiary-text.--lh-487{line-height:487px}.GREEN ._tertiary-text.--lh-488{line-height:488px}.GREEN ._tertiary-text.--lh-489{line-height:489px}.GREEN ._tertiary-text.--lh-490{line-height:490px}.GREEN ._tertiary-text.--lh-491{line-height:491px}.GREEN ._tertiary-text.--lh-492{line-height:492px}.GREEN ._tertiary-text.--lh-493{line-height:493px}.GREEN ._tertiary-text.--lh-494{line-height:494px}.GREEN ._tertiary-text.--lh-495{line-height:495px}.GREEN ._tertiary-text.--lh-496{line-height:496px}.GREEN ._tertiary-text.--lh-497{line-height:497px}.GREEN ._tertiary-text.--lh-498{line-height:498px}.GREEN ._tertiary-text.--lh-499{line-height:499px}.GREEN ._tertiary-text.--lh-500{line-height:500px}.GREEN ._tertiary-text.--lh-501{line-height:501px}.GREEN ._tertiary-text.--lh-502{line-height:502px}.GREEN ._tertiary-text.--lh-503{line-height:503px}.GREEN ._tertiary-text.--lh-504{line-height:504px}.GREEN ._tertiary-text.--lh-505{line-height:505px}.GREEN ._tertiary-text.--lh-506{line-height:506px}.GREEN ._tertiary-text.--lh-507{line-height:507px}.GREEN ._tertiary-text.--lh-508{line-height:508px}.GREEN ._tertiary-text.--lh-509{line-height:509px}.GREEN ._tertiary-text.--lh-510{line-height:510px}.GREEN ._tertiary-text.--lh-511{line-height:511px}.GREEN ._tertiary-text.--lh-512{line-height:512px}.GREEN ._tertiary-text.--lh-513{line-height:513px}.GREEN ._tertiary-text.--lh-514{line-height:514px}.GREEN ._tertiary-text.--lh-515{line-height:515px}.GREEN ._tertiary-text.--lh-516{line-height:516px}.GREEN ._tertiary-text.--lh-517{line-height:517px}.GREEN ._tertiary-text.--lh-518{line-height:518px}.GREEN ._tertiary-text.--lh-519{line-height:519px}.GREEN ._tertiary-text.--lh-520{line-height:520px}.GREEN ._tertiary-text.--lh-521{line-height:521px}.GREEN ._tertiary-text.--lh-522{line-height:522px}.GREEN ._tertiary-text.--lh-523{line-height:523px}.GREEN ._tertiary-text.--lh-524{line-height:524px}.GREEN ._tertiary-text.--lh-525{line-height:525px}.GREEN ._tertiary-text.--lh-526{line-height:526px}.GREEN ._tertiary-text.--lh-527{line-height:527px}.GREEN ._tertiary-text.--lh-528{line-height:528px}.GREEN ._tertiary-text.--lh-529{line-height:529px}.GREEN ._tertiary-text.--lh-530{line-height:530px}.GREEN ._tertiary-text.--lh-531{line-height:531px}.GREEN ._tertiary-text.--lh-532{line-height:532px}.GREEN ._tertiary-text.--lh-533{line-height:533px}.GREEN ._tertiary-text.--lh-534{line-height:534px}.GREEN ._tertiary-text.--lh-535{line-height:535px}.GREEN ._tertiary-text.--lh-536{line-height:536px}.GREEN ._tertiary-text.--lh-537{line-height:537px}.GREEN ._tertiary-text.--lh-538{line-height:538px}.GREEN ._tertiary-text.--lh-539{line-height:539px}.GREEN ._tertiary-text.--lh-540{line-height:540px}.GREEN ._tertiary-text.--lh-541{line-height:541px}.GREEN ._tertiary-text.--lh-542{line-height:542px}.GREEN ._tertiary-text.--lh-543{line-height:543px}.GREEN ._tertiary-text.--lh-544{line-height:544px}.GREEN ._tertiary-text.--lh-545{line-height:545px}.GREEN ._tertiary-text.--lh-546{line-height:546px}.GREEN ._tertiary-text.--lh-547{line-height:547px}.GREEN ._tertiary-text.--lh-548{line-height:548px}.GREEN ._tertiary-text.--lh-549{line-height:549px}.GREEN ._tertiary-text.--lh-550{line-height:550px}.GREEN ._tertiary-text.--lh-551{line-height:551px}.GREEN ._tertiary-text.--lh-552{line-height:552px}.GREEN ._tertiary-text.--lh-553{line-height:553px}.GREEN ._tertiary-text.--lh-554{line-height:554px}.GREEN ._tertiary-text.--lh-555{line-height:555px}.GREEN ._tertiary-text.--lh-556{line-height:556px}.GREEN ._tertiary-text.--lh-557{line-height:557px}.GREEN ._tertiary-text.--lh-558{line-height:558px}.GREEN ._tertiary-text.--lh-559{line-height:559px}.GREEN ._tertiary-text.--lh-560{line-height:560px}.GREEN ._tertiary-text.--lh-561{line-height:561px}.GREEN ._tertiary-text.--lh-562{line-height:562px}.GREEN ._tertiary-text.--lh-563{line-height:563px}.GREEN ._tertiary-text.--lh-564{line-height:564px}.GREEN ._tertiary-text.--lh-565{line-height:565px}.GREEN ._tertiary-text.--lh-566{line-height:566px}.GREEN ._tertiary-text.--lh-567{line-height:567px}.GREEN ._tertiary-text.--lh-568{line-height:568px}.GREEN ._tertiary-text.--lh-569{line-height:569px}.GREEN ._tertiary-text.--lh-570{line-height:570px}.GREEN ._tertiary-text.--lh-571{line-height:571px}.GREEN ._tertiary-text.--lh-572{line-height:572px}.GREEN ._tertiary-text.--lh-573{line-height:573px}.GREEN ._tertiary-text.--lh-574{line-height:574px}.GREEN ._tertiary-text.--lh-575{line-height:575px}.GREEN ._tertiary-text.--lh-576{line-height:576px}.GREEN ._tertiary-text.--lh-577{line-height:577px}.GREEN ._tertiary-text.--lh-578{line-height:578px}.GREEN ._tertiary-text.--lh-579{line-height:579px}.GREEN ._tertiary-text.--lh-580{line-height:580px}.GREEN ._tertiary-text.--lh-581{line-height:581px}.GREEN ._tertiary-text.--lh-582{line-height:582px}.GREEN ._tertiary-text.--lh-583{line-height:583px}.GREEN ._tertiary-text.--lh-584{line-height:584px}.GREEN ._tertiary-text.--lh-585{line-height:585px}.GREEN ._tertiary-text.--lh-586{line-height:586px}.GREEN ._tertiary-text.--lh-587{line-height:587px}.GREEN ._tertiary-text.--lh-588{line-height:588px}.GREEN ._tertiary-text.--lh-589{line-height:589px}.GREEN ._tertiary-text.--lh-590{line-height:590px}.GREEN ._tertiary-text.--lh-591{line-height:591px}.GREEN ._tertiary-text.--lh-592{line-height:592px}.GREEN ._tertiary-text.--lh-593{line-height:593px}.GREEN ._tertiary-text.--lh-594{line-height:594px}.GREEN ._tertiary-text.--lh-595{line-height:595px}.GREEN ._tertiary-text.--lh-596{line-height:596px}.GREEN ._tertiary-text.--lh-597{line-height:597px}.GREEN ._tertiary-text.--lh-598{line-height:598px}.GREEN ._tertiary-text.--lh-599{line-height:599px}.GREEN ._tertiary-text.--lh-600{line-height:600px}.GREEN ._tertiary-text.--lh-601{line-height:601px}.GREEN ._tertiary-text.--lh-602{line-height:602px}.GREEN ._tertiary-text.--lh-603{line-height:603px}.GREEN ._tertiary-text.--lh-604{line-height:604px}.GREEN ._tertiary-text.--lh-605{line-height:605px}.GREEN ._tertiary-text.--lh-606{line-height:606px}.GREEN ._tertiary-text.--lh-607{line-height:607px}.GREEN ._tertiary-text.--lh-608{line-height:608px}.GREEN ._tertiary-text.--lh-609{line-height:609px}.GREEN ._tertiary-text.--lh-610{line-height:610px}.GREEN ._tertiary-text.--lh-611{line-height:611px}.GREEN ._tertiary-text.--lh-612{line-height:612px}.GREEN ._tertiary-text.--lh-613{line-height:613px}.GREEN ._tertiary-text.--lh-614{line-height:614px}.GREEN ._tertiary-text.--lh-615{line-height:615px}.GREEN ._tertiary-text.--lh-616{line-height:616px}.GREEN ._tertiary-text.--lh-617{line-height:617px}.GREEN ._tertiary-text.--lh-618{line-height:618px}.GREEN ._tertiary-text.--lh-619{line-height:619px}.GREEN ._tertiary-text.--lh-620{line-height:620px}.GREEN ._tertiary-text.--lh-621{line-height:621px}.GREEN ._tertiary-text.--lh-622{line-height:622px}.GREEN ._tertiary-text.--lh-623{line-height:623px}.GREEN ._tertiary-text.--lh-624{line-height:624px}.GREEN ._tertiary-text.--lh-625{line-height:625px}.GREEN ._tertiary-text.--lh-626{line-height:626px}.GREEN ._tertiary-text.--lh-627{line-height:627px}.GREEN ._tertiary-text.--lh-628{line-height:628px}.GREEN ._tertiary-text.--lh-629{line-height:629px}.GREEN ._tertiary-text.--lh-630{line-height:630px}.GREEN ._tertiary-text.--lh-631{line-height:631px}.GREEN ._tertiary-text.--lh-632{line-height:632px}.GREEN ._tertiary-text.--lh-633{line-height:633px}.GREEN ._tertiary-text.--lh-634{line-height:634px}.GREEN ._tertiary-text.--lh-635{line-height:635px}.GREEN ._tertiary-text.--lh-636{line-height:636px}.GREEN ._tertiary-text.--lh-637{line-height:637px}.GREEN ._tertiary-text.--lh-638{line-height:638px}.GREEN ._tertiary-text.--lh-639{line-height:639px}.GREEN ._tertiary-text.--lh-640{line-height:640px}.GREEN ._tertiary-text.--lh-641{line-height:641px}.GREEN ._tertiary-text.--lh-642{line-height:642px}.GREEN ._tertiary-text.--lh-643{line-height:643px}.GREEN ._tertiary-text.--lh-644{line-height:644px}.GREEN ._tertiary-text.--lh-645{line-height:645px}.GREEN ._tertiary-text.--lh-646{line-height:646px}.GREEN ._tertiary-text.--lh-647{line-height:647px}.GREEN ._tertiary-text.--lh-648{line-height:648px}.GREEN ._tertiary-text.--lh-649{line-height:649px}.GREEN ._tertiary-text.--lh-650{line-height:650px}.GREEN ._tertiary-text.--lh-651{line-height:651px}.GREEN ._tertiary-text.--lh-652{line-height:652px}.GREEN ._tertiary-text.--lh-653{line-height:653px}.GREEN ._tertiary-text.--lh-654{line-height:654px}.GREEN ._tertiary-text.--lh-655{line-height:655px}.GREEN ._tertiary-text.--lh-656{line-height:656px}.GREEN ._tertiary-text.--lh-657{line-height:657px}.GREEN ._tertiary-text.--lh-658{line-height:658px}.GREEN ._tertiary-text.--lh-659{line-height:659px}.GREEN ._tertiary-text.--lh-660{line-height:660px}.GREEN ._tertiary-text.--lh-661{line-height:661px}.GREEN ._tertiary-text.--lh-662{line-height:662px}.GREEN ._tertiary-text.--lh-663{line-height:663px}.GREEN ._tertiary-text.--lh-664{line-height:664px}.GREEN ._tertiary-text.--lh-665{line-height:665px}.GREEN ._tertiary-text.--lh-666{line-height:666px}.GREEN ._tertiary-text.--lh-667{line-height:667px}.GREEN ._tertiary-text.--lh-668{line-height:668px}.GREEN ._tertiary-text.--lh-669{line-height:669px}.GREEN ._tertiary-text.--lh-670{line-height:670px}.GREEN ._tertiary-text.--lh-671{line-height:671px}.GREEN ._tertiary-text.--lh-672{line-height:672px}.GREEN ._tertiary-text.--lh-673{line-height:673px}.GREEN ._tertiary-text.--lh-674{line-height:674px}.GREEN ._tertiary-text.--lh-675{line-height:675px}.GREEN ._tertiary-text.--lh-676{line-height:676px}.GREEN ._tertiary-text.--lh-677{line-height:677px}.GREEN ._tertiary-text.--lh-678{line-height:678px}.GREEN ._tertiary-text.--lh-679{line-height:679px}.GREEN ._tertiary-text.--lh-680{line-height:680px}.GREEN ._tertiary-text.--lh-681{line-height:681px}.GREEN ._tertiary-text.--lh-682{line-height:682px}.GREEN ._tertiary-text.--lh-683{line-height:683px}.GREEN ._tertiary-text.--lh-684{line-height:684px}.GREEN ._tertiary-text.--lh-685{line-height:685px}.GREEN ._tertiary-text.--lh-686{line-height:686px}.GREEN ._tertiary-text.--lh-687{line-height:687px}.GREEN ._tertiary-text.--lh-688{line-height:688px}.GREEN ._tertiary-text.--lh-689{line-height:689px}.GREEN ._tertiary-text.--lh-690{line-height:690px}.GREEN ._tertiary-text.--lh-691{line-height:691px}.GREEN ._tertiary-text.--lh-692{line-height:692px}.GREEN ._tertiary-text.--lh-693{line-height:693px}.GREEN ._tertiary-text.--lh-694{line-height:694px}.GREEN ._tertiary-text.--lh-695{line-height:695px}.GREEN ._tertiary-text.--lh-696{line-height:696px}.GREEN ._tertiary-text.--lh-697{line-height:697px}.GREEN ._tertiary-text.--lh-698{line-height:698px}.GREEN ._tertiary-text.--lh-699{line-height:699px}.GREEN ._tertiary-text.--lh-700{line-height:700px}.GREEN ._tertiary-text.--lh-701{line-height:701px}.GREEN ._tertiary-text.--lh-702{line-height:702px}.GREEN ._tertiary-text.--lh-703{line-height:703px}.GREEN ._tertiary-text.--lh-704{line-height:704px}.GREEN ._tertiary-text.--lh-705{line-height:705px}.GREEN ._tertiary-text.--lh-706{line-height:706px}.GREEN ._tertiary-text.--lh-707{line-height:707px}.GREEN ._tertiary-text.--lh-708{line-height:708px}.GREEN ._tertiary-text.--lh-709{line-height:709px}.GREEN ._tertiary-text.--lh-710{line-height:710px}.GREEN ._tertiary-text.--lh-711{line-height:711px}.GREEN ._tertiary-text.--lh-712{line-height:712px}.GREEN ._tertiary-text.--lh-713{line-height:713px}.GREEN ._tertiary-text.--lh-714{line-height:714px}.GREEN ._tertiary-text.--lh-715{line-height:715px}.GREEN ._tertiary-text.--lh-716{line-height:716px}.GREEN ._tertiary-text.--lh-717{line-height:717px}.GREEN ._tertiary-text.--lh-718{line-height:718px}.GREEN ._tertiary-text.--lh-719{line-height:719px}.GREEN ._tertiary-text.--lh-720{line-height:720px}.GREEN ._tertiary-text.--lh-721{line-height:721px}.GREEN ._tertiary-text.--lh-722{line-height:722px}.GREEN ._tertiary-text.--lh-723{line-height:723px}.GREEN ._tertiary-text.--lh-724{line-height:724px}.GREEN ._tertiary-text.--lh-725{line-height:725px}.GREEN ._tertiary-text.--lh-726{line-height:726px}.GREEN ._tertiary-text.--lh-727{line-height:727px}.GREEN ._tertiary-text.--lh-728{line-height:728px}.GREEN ._tertiary-text.--lh-729{line-height:729px}.GREEN ._tertiary-text.--lh-730{line-height:730px}.GREEN ._tertiary-text.--lh-731{line-height:731px}.GREEN ._tertiary-text.--lh-732{line-height:732px}.GREEN ._tertiary-text.--lh-733{line-height:733px}.GREEN ._tertiary-text.--lh-734{line-height:734px}.GREEN ._tertiary-text.--lh-735{line-height:735px}.GREEN ._tertiary-text.--lh-736{line-height:736px}.GREEN ._tertiary-text.--lh-737{line-height:737px}.GREEN ._tertiary-text.--lh-738{line-height:738px}.GREEN ._tertiary-text.--lh-739{line-height:739px}.GREEN ._tertiary-text.--lh-740{line-height:740px}.GREEN ._tertiary-text.--lh-741{line-height:741px}.GREEN ._tertiary-text.--lh-742{line-height:742px}.GREEN ._tertiary-text.--lh-743{line-height:743px}.GREEN ._tertiary-text.--lh-744{line-height:744px}.GREEN ._tertiary-text.--lh-745{line-height:745px}.GREEN ._tertiary-text.--lh-746{line-height:746px}.GREEN ._tertiary-text.--lh-747{line-height:747px}.GREEN ._tertiary-text.--lh-748{line-height:748px}.GREEN ._tertiary-text.--lh-749{line-height:749px}.GREEN ._tertiary-text.--lh-750{line-height:750px}.GREEN ._tertiary-text.--lh-751{line-height:751px}.GREEN ._tertiary-text.--lh-752{line-height:752px}.GREEN ._tertiary-text.--lh-753{line-height:753px}.GREEN ._tertiary-text.--lh-754{line-height:754px}.GREEN ._tertiary-text.--lh-755{line-height:755px}.GREEN ._tertiary-text.--lh-756{line-height:756px}.GREEN ._tertiary-text.--lh-757{line-height:757px}.GREEN ._tertiary-text.--lh-758{line-height:758px}.GREEN ._tertiary-text.--lh-759{line-height:759px}.GREEN ._tertiary-text.--lh-760{line-height:760px}.GREEN ._tertiary-text.--lh-761{line-height:761px}.GREEN ._tertiary-text.--lh-762{line-height:762px}.GREEN ._tertiary-text.--lh-763{line-height:763px}.GREEN ._tertiary-text.--lh-764{line-height:764px}.GREEN ._tertiary-text.--lh-765{line-height:765px}.GREEN ._tertiary-text.--lh-766{line-height:766px}.GREEN ._tertiary-text.--lh-767{line-height:767px}.GREEN ._tertiary-text.--lh-768{line-height:768px}.GREEN ._tertiary-text.--lh-769{line-height:769px}.GREEN ._tertiary-text.--lh-770{line-height:770px}.GREEN ._tertiary-text.--lh-771{line-height:771px}.GREEN ._tertiary-text.--lh-772{line-height:772px}.GREEN ._tertiary-text.--lh-773{line-height:773px}.GREEN ._tertiary-text.--lh-774{line-height:774px}.GREEN ._tertiary-text.--lh-775{line-height:775px}.GREEN ._tertiary-text.--lh-776{line-height:776px}.GREEN ._tertiary-text.--lh-777{line-height:777px}.GREEN ._tertiary-text.--lh-778{line-height:778px}.GREEN ._tertiary-text.--lh-779{line-height:779px}.GREEN ._tertiary-text.--lh-780{line-height:780px}.GREEN ._tertiary-text.--lh-781{line-height:781px}.GREEN ._tertiary-text.--lh-782{line-height:782px}.GREEN ._tertiary-text.--lh-783{line-height:783px}.GREEN ._tertiary-text.--lh-784{line-height:784px}.GREEN ._tertiary-text.--lh-785{line-height:785px}.GREEN ._tertiary-text.--lh-786{line-height:786px}.GREEN ._tertiary-text.--lh-787{line-height:787px}.GREEN ._tertiary-text.--lh-788{line-height:788px}.GREEN ._tertiary-text.--lh-789{line-height:789px}.GREEN ._tertiary-text.--lh-790{line-height:790px}.GREEN ._tertiary-text.--lh-791{line-height:791px}.GREEN ._tertiary-text.--lh-792{line-height:792px}.GREEN ._tertiary-text.--lh-793{line-height:793px}.GREEN ._tertiary-text.--lh-794{line-height:794px}.GREEN ._tertiary-text.--lh-795{line-height:795px}.GREEN ._tertiary-text.--lh-796{line-height:796px}.GREEN ._tertiary-text.--lh-797{line-height:797px}.GREEN ._tertiary-text.--lh-798{line-height:798px}.GREEN ._tertiary-text.--lh-799{line-height:799px}.GREEN ._tertiary-text.--lh-800{line-height:800px}.GREEN ._white-text{color:var(--white2);font-family:Poppins}.GREEN ._white-text.--size-5{font-size:5px}.GREEN ._white-text.--size-6{font-size:6px}.GREEN ._white-text.--size-7{font-size:7px}.GREEN ._white-text.--size-8{font-size:8px}.GREEN ._white-text.--size-9{font-size:9px}.GREEN ._white-text.--size-10{font-size:10px}.GREEN ._white-text.--size-11{font-size:11px}.GREEN ._white-text.--size-12{font-size:12px}.GREEN ._white-text.--size-13{font-size:13px}.GREEN ._white-text.--size-14{font-size:14px}.GREEN ._white-text.--size-15{font-size:15px}.GREEN ._white-text.--size-16{font-size:16px}.GREEN ._white-text.--size-17{font-size:17px}.GREEN ._white-text.--size-18{font-size:18px}.GREEN ._white-text.--size-19{font-size:19px}.GREEN ._white-text.--size-20{font-size:20px}.GREEN ._white-text.--size-21{font-size:21px}.GREEN ._white-text.--size-22{font-size:22px}.GREEN ._white-text.--size-23{font-size:23px}.GREEN ._white-text.--size-24{font-size:24px}.GREEN ._white-text.--size-25{font-size:25px}.GREEN ._white-text.--size-26{font-size:26px}.GREEN ._white-text.--size-27{font-size:27px}.GREEN ._white-text.--size-28{font-size:28px}.GREEN ._white-text.--size-29{font-size:29px}.GREEN ._white-text.--size-30{font-size:30px}.GREEN ._white-text.--size-31{font-size:31px}.GREEN ._white-text.--size-32{font-size:32px}.GREEN ._white-text.--size-33{font-size:33px}.GREEN ._white-text.--size-34{font-size:34px}.GREEN ._white-text.--size-35{font-size:35px}.GREEN ._white-text.--size-36{font-size:36px}.GREEN ._white-text.--size-37{font-size:37px}.GREEN ._white-text.--size-38{font-size:38px}.GREEN ._white-text.--size-39{font-size:39px}.GREEN ._white-text.--size-40{font-size:40px}.GREEN ._white-text.--size-41{font-size:41px}.GREEN ._white-text.--size-42{font-size:42px}.GREEN ._white-text.--size-43{font-size:43px}.GREEN ._white-text.--size-44{font-size:44px}.GREEN ._white-text.--size-45{font-size:45px}.GREEN ._white-text.--size-46{font-size:46px}.GREEN ._white-text.--size-47{font-size:47px}.GREEN ._white-text.--size-48{font-size:48px}.GREEN ._white-text.--size-49{font-size:49px}.GREEN ._white-text.--size-50{font-size:50px}.GREEN ._white-text.--size-51{font-size:51px}.GREEN ._white-text.--size-52{font-size:52px}.GREEN ._white-text.--size-53{font-size:53px}.GREEN ._white-text.--size-54{font-size:54px}.GREEN ._white-text.--size-55{font-size:55px}.GREEN ._white-text.--size-56{font-size:56px}.GREEN ._white-text.--size-57{font-size:57px}.GREEN ._white-text.--size-58{font-size:58px}.GREEN ._white-text.--size-59{font-size:59px}.GREEN ._white-text.--size-60{font-size:60px}.GREEN ._white-text.--size-61{font-size:61px}.GREEN ._white-text.--size-62{font-size:62px}.GREEN ._white-text.--size-63{font-size:63px}.GREEN ._white-text.--size-64{font-size:64px}.GREEN ._white-text.--size-65{font-size:65px}.GREEN ._white-text.--size-66{font-size:66px}.GREEN ._white-text.--size-67{font-size:67px}.GREEN ._white-text.--size-68{font-size:68px}.GREEN ._white-text.--size-69{font-size:69px}.GREEN ._white-text.--size-70{font-size:70px}.GREEN ._white-text.--size-71{font-size:71px}.GREEN ._white-text.--size-72{font-size:72px}.GREEN ._white-text.--size-73{font-size:73px}.GREEN ._white-text.--size-74{font-size:74px}.GREEN ._white-text.--size-75{font-size:75px}.GREEN ._white-text.--size-76{font-size:76px}.GREEN ._white-text.--size-77{font-size:77px}.GREEN ._white-text.--size-78{font-size:78px}.GREEN ._white-text.--size-79{font-size:79px}.GREEN ._white-text.--size-80{font-size:80px}.GREEN ._white-text.--size-81{font-size:81px}.GREEN ._white-text.--size-82{font-size:82px}.GREEN ._white-text.--size-83{font-size:83px}.GREEN ._white-text.--size-84{font-size:84px}.GREEN ._white-text.--size-85{font-size:85px}.GREEN ._white-text.--size-86{font-size:86px}.GREEN ._white-text.--size-87{font-size:87px}.GREEN ._white-text.--size-88{font-size:88px}.GREEN ._white-text.--size-89{font-size:89px}.GREEN ._white-text.--size-90{font-size:90px}.GREEN ._white-text.--size-91{font-size:91px}.GREEN ._white-text.--size-92{font-size:92px}.GREEN ._white-text.--size-93{font-size:93px}.GREEN ._white-text.--size-94{font-size:94px}.GREEN ._white-text.--size-95{font-size:95px}.GREEN ._white-text.--size-96{font-size:96px}.GREEN ._white-text.--size-97{font-size:97px}.GREEN ._white-text.--size-98{font-size:98px}.GREEN ._white-text.--size-99{font-size:99px}.GREEN ._white-text.--size-100{font-size:100px}.GREEN ._white-text.--weight-100{font-weight:100}.GREEN ._white-text.--weight-101{font-weight:101}.GREEN ._white-text.--weight-102{font-weight:102}.GREEN ._white-text.--weight-103{font-weight:103}.GREEN ._white-text.--weight-104{font-weight:104}.GREEN ._white-text.--weight-105{font-weight:105}.GREEN ._white-text.--weight-106{font-weight:106}.GREEN ._white-text.--weight-107{font-weight:107}.GREEN ._white-text.--weight-108{font-weight:108}.GREEN ._white-text.--weight-109{font-weight:109}.GREEN ._white-text.--weight-110{font-weight:110}.GREEN ._white-text.--weight-111{font-weight:111}.GREEN ._white-text.--weight-112{font-weight:112}.GREEN ._white-text.--weight-113{font-weight:113}.GREEN ._white-text.--weight-114{font-weight:114}.GREEN ._white-text.--weight-115{font-weight:115}.GREEN ._white-text.--weight-116{font-weight:116}.GREEN ._white-text.--weight-117{font-weight:117}.GREEN ._white-text.--weight-118{font-weight:118}.GREEN ._white-text.--weight-119{font-weight:119}.GREEN ._white-text.--weight-120{font-weight:120}.GREEN ._white-text.--weight-121{font-weight:121}.GREEN ._white-text.--weight-122{font-weight:122}.GREEN ._white-text.--weight-123{font-weight:123}.GREEN ._white-text.--weight-124{font-weight:124}.GREEN ._white-text.--weight-125{font-weight:125}.GREEN ._white-text.--weight-126{font-weight:126}.GREEN ._white-text.--weight-127{font-weight:127}.GREEN ._white-text.--weight-128{font-weight:128}.GREEN ._white-text.--weight-129{font-weight:129}.GREEN ._white-text.--weight-130{font-weight:130}.GREEN ._white-text.--weight-131{font-weight:131}.GREEN ._white-text.--weight-132{font-weight:132}.GREEN ._white-text.--weight-133{font-weight:133}.GREEN ._white-text.--weight-134{font-weight:134}.GREEN ._white-text.--weight-135{font-weight:135}.GREEN ._white-text.--weight-136{font-weight:136}.GREEN ._white-text.--weight-137{font-weight:137}.GREEN ._white-text.--weight-138{font-weight:138}.GREEN ._white-text.--weight-139{font-weight:139}.GREEN ._white-text.--weight-140{font-weight:140}.GREEN ._white-text.--weight-141{font-weight:141}.GREEN ._white-text.--weight-142{font-weight:142}.GREEN ._white-text.--weight-143{font-weight:143}.GREEN ._white-text.--weight-144{font-weight:144}.GREEN ._white-text.--weight-145{font-weight:145}.GREEN ._white-text.--weight-146{font-weight:146}.GREEN ._white-text.--weight-147{font-weight:147}.GREEN ._white-text.--weight-148{font-weight:148}.GREEN ._white-text.--weight-149{font-weight:149}.GREEN ._white-text.--weight-150{font-weight:150}.GREEN ._white-text.--weight-151{font-weight:151}.GREEN ._white-text.--weight-152{font-weight:152}.GREEN ._white-text.--weight-153{font-weight:153}.GREEN ._white-text.--weight-154{font-weight:154}.GREEN ._white-text.--weight-155{font-weight:155}.GREEN ._white-text.--weight-156{font-weight:156}.GREEN ._white-text.--weight-157{font-weight:157}.GREEN ._white-text.--weight-158{font-weight:158}.GREEN ._white-text.--weight-159{font-weight:159}.GREEN ._white-text.--weight-160{font-weight:160}.GREEN ._white-text.--weight-161{font-weight:161}.GREEN ._white-text.--weight-162{font-weight:162}.GREEN ._white-text.--weight-163{font-weight:163}.GREEN ._white-text.--weight-164{font-weight:164}.GREEN ._white-text.--weight-165{font-weight:165}.GREEN ._white-text.--weight-166{font-weight:166}.GREEN ._white-text.--weight-167{font-weight:167}.GREEN ._white-text.--weight-168{font-weight:168}.GREEN ._white-text.--weight-169{font-weight:169}.GREEN ._white-text.--weight-170{font-weight:170}.GREEN ._white-text.--weight-171{font-weight:171}.GREEN ._white-text.--weight-172{font-weight:172}.GREEN ._white-text.--weight-173{font-weight:173}.GREEN ._white-text.--weight-174{font-weight:174}.GREEN ._white-text.--weight-175{font-weight:175}.GREEN ._white-text.--weight-176{font-weight:176}.GREEN ._white-text.--weight-177{font-weight:177}.GREEN ._white-text.--weight-178{font-weight:178}.GREEN ._white-text.--weight-179{font-weight:179}.GREEN ._white-text.--weight-180{font-weight:180}.GREEN ._white-text.--weight-181{font-weight:181}.GREEN ._white-text.--weight-182{font-weight:182}.GREEN ._white-text.--weight-183{font-weight:183}.GREEN ._white-text.--weight-184{font-weight:184}.GREEN ._white-text.--weight-185{font-weight:185}.GREEN ._white-text.--weight-186{font-weight:186}.GREEN ._white-text.--weight-187{font-weight:187}.GREEN ._white-text.--weight-188{font-weight:188}.GREEN ._white-text.--weight-189{font-weight:189}.GREEN ._white-text.--weight-190{font-weight:190}.GREEN ._white-text.--weight-191{font-weight:191}.GREEN ._white-text.--weight-192{font-weight:192}.GREEN ._white-text.--weight-193{font-weight:193}.GREEN ._white-text.--weight-194{font-weight:194}.GREEN ._white-text.--weight-195{font-weight:195}.GREEN ._white-text.--weight-196{font-weight:196}.GREEN ._white-text.--weight-197{font-weight:197}.GREEN ._white-text.--weight-198{font-weight:198}.GREEN ._white-text.--weight-199{font-weight:199}.GREEN ._white-text.--weight-200{font-weight:200}.GREEN ._white-text.--weight-201{font-weight:201}.GREEN ._white-text.--weight-202{font-weight:202}.GREEN ._white-text.--weight-203{font-weight:203}.GREEN ._white-text.--weight-204{font-weight:204}.GREEN ._white-text.--weight-205{font-weight:205}.GREEN ._white-text.--weight-206{font-weight:206}.GREEN ._white-text.--weight-207{font-weight:207}.GREEN ._white-text.--weight-208{font-weight:208}.GREEN ._white-text.--weight-209{font-weight:209}.GREEN ._white-text.--weight-210{font-weight:210}.GREEN ._white-text.--weight-211{font-weight:211}.GREEN ._white-text.--weight-212{font-weight:212}.GREEN ._white-text.--weight-213{font-weight:213}.GREEN ._white-text.--weight-214{font-weight:214}.GREEN ._white-text.--weight-215{font-weight:215}.GREEN ._white-text.--weight-216{font-weight:216}.GREEN ._white-text.--weight-217{font-weight:217}.GREEN ._white-text.--weight-218{font-weight:218}.GREEN ._white-text.--weight-219{font-weight:219}.GREEN ._white-text.--weight-220{font-weight:220}.GREEN ._white-text.--weight-221{font-weight:221}.GREEN ._white-text.--weight-222{font-weight:222}.GREEN ._white-text.--weight-223{font-weight:223}.GREEN ._white-text.--weight-224{font-weight:224}.GREEN ._white-text.--weight-225{font-weight:225}.GREEN ._white-text.--weight-226{font-weight:226}.GREEN ._white-text.--weight-227{font-weight:227}.GREEN ._white-text.--weight-228{font-weight:228}.GREEN ._white-text.--weight-229{font-weight:229}.GREEN ._white-text.--weight-230{font-weight:230}.GREEN ._white-text.--weight-231{font-weight:231}.GREEN ._white-text.--weight-232{font-weight:232}.GREEN ._white-text.--weight-233{font-weight:233}.GREEN ._white-text.--weight-234{font-weight:234}.GREEN ._white-text.--weight-235{font-weight:235}.GREEN ._white-text.--weight-236{font-weight:236}.GREEN ._white-text.--weight-237{font-weight:237}.GREEN ._white-text.--weight-238{font-weight:238}.GREEN ._white-text.--weight-239{font-weight:239}.GREEN ._white-text.--weight-240{font-weight:240}.GREEN ._white-text.--weight-241{font-weight:241}.GREEN ._white-text.--weight-242{font-weight:242}.GREEN ._white-text.--weight-243{font-weight:243}.GREEN ._white-text.--weight-244{font-weight:244}.GREEN ._white-text.--weight-245{font-weight:245}.GREEN ._white-text.--weight-246{font-weight:246}.GREEN ._white-text.--weight-247{font-weight:247}.GREEN ._white-text.--weight-248{font-weight:248}.GREEN ._white-text.--weight-249{font-weight:249}.GREEN ._white-text.--weight-250{font-weight:250}.GREEN ._white-text.--weight-251{font-weight:251}.GREEN ._white-text.--weight-252{font-weight:252}.GREEN ._white-text.--weight-253{font-weight:253}.GREEN ._white-text.--weight-254{font-weight:254}.GREEN ._white-text.--weight-255{font-weight:255}.GREEN ._white-text.--weight-256{font-weight:256}.GREEN ._white-text.--weight-257{font-weight:257}.GREEN ._white-text.--weight-258{font-weight:258}.GREEN ._white-text.--weight-259{font-weight:259}.GREEN ._white-text.--weight-260{font-weight:260}.GREEN ._white-text.--weight-261{font-weight:261}.GREEN ._white-text.--weight-262{font-weight:262}.GREEN ._white-text.--weight-263{font-weight:263}.GREEN ._white-text.--weight-264{font-weight:264}.GREEN ._white-text.--weight-265{font-weight:265}.GREEN ._white-text.--weight-266{font-weight:266}.GREEN ._white-text.--weight-267{font-weight:267}.GREEN ._white-text.--weight-268{font-weight:268}.GREEN ._white-text.--weight-269{font-weight:269}.GREEN ._white-text.--weight-270{font-weight:270}.GREEN ._white-text.--weight-271{font-weight:271}.GREEN ._white-text.--weight-272{font-weight:272}.GREEN ._white-text.--weight-273{font-weight:273}.GREEN ._white-text.--weight-274{font-weight:274}.GREEN ._white-text.--weight-275{font-weight:275}.GREEN ._white-text.--weight-276{font-weight:276}.GREEN ._white-text.--weight-277{font-weight:277}.GREEN ._white-text.--weight-278{font-weight:278}.GREEN ._white-text.--weight-279{font-weight:279}.GREEN ._white-text.--weight-280{font-weight:280}.GREEN ._white-text.--weight-281{font-weight:281}.GREEN ._white-text.--weight-282{font-weight:282}.GREEN ._white-text.--weight-283{font-weight:283}.GREEN ._white-text.--weight-284{font-weight:284}.GREEN ._white-text.--weight-285{font-weight:285}.GREEN ._white-text.--weight-286{font-weight:286}.GREEN ._white-text.--weight-287{font-weight:287}.GREEN ._white-text.--weight-288{font-weight:288}.GREEN ._white-text.--weight-289{font-weight:289}.GREEN ._white-text.--weight-290{font-weight:290}.GREEN ._white-text.--weight-291{font-weight:291}.GREEN ._white-text.--weight-292{font-weight:292}.GREEN ._white-text.--weight-293{font-weight:293}.GREEN ._white-text.--weight-294{font-weight:294}.GREEN ._white-text.--weight-295{font-weight:295}.GREEN ._white-text.--weight-296{font-weight:296}.GREEN ._white-text.--weight-297{font-weight:297}.GREEN ._white-text.--weight-298{font-weight:298}.GREEN ._white-text.--weight-299{font-weight:299}.GREEN ._white-text.--weight-300{font-weight:300}.GREEN ._white-text.--weight-301{font-weight:301}.GREEN ._white-text.--weight-302{font-weight:302}.GREEN ._white-text.--weight-303{font-weight:303}.GREEN ._white-text.--weight-304{font-weight:304}.GREEN ._white-text.--weight-305{font-weight:305}.GREEN ._white-text.--weight-306{font-weight:306}.GREEN ._white-text.--weight-307{font-weight:307}.GREEN ._white-text.--weight-308{font-weight:308}.GREEN ._white-text.--weight-309{font-weight:309}.GREEN ._white-text.--weight-310{font-weight:310}.GREEN ._white-text.--weight-311{font-weight:311}.GREEN ._white-text.--weight-312{font-weight:312}.GREEN ._white-text.--weight-313{font-weight:313}.GREEN ._white-text.--weight-314{font-weight:314}.GREEN ._white-text.--weight-315{font-weight:315}.GREEN ._white-text.--weight-316{font-weight:316}.GREEN ._white-text.--weight-317{font-weight:317}.GREEN ._white-text.--weight-318{font-weight:318}.GREEN ._white-text.--weight-319{font-weight:319}.GREEN ._white-text.--weight-320{font-weight:320}.GREEN ._white-text.--weight-321{font-weight:321}.GREEN ._white-text.--weight-322{font-weight:322}.GREEN ._white-text.--weight-323{font-weight:323}.GREEN ._white-text.--weight-324{font-weight:324}.GREEN ._white-text.--weight-325{font-weight:325}.GREEN ._white-text.--weight-326{font-weight:326}.GREEN ._white-text.--weight-327{font-weight:327}.GREEN ._white-text.--weight-328{font-weight:328}.GREEN ._white-text.--weight-329{font-weight:329}.GREEN ._white-text.--weight-330{font-weight:330}.GREEN ._white-text.--weight-331{font-weight:331}.GREEN ._white-text.--weight-332{font-weight:332}.GREEN ._white-text.--weight-333{font-weight:333}.GREEN ._white-text.--weight-334{font-weight:334}.GREEN ._white-text.--weight-335{font-weight:335}.GREEN ._white-text.--weight-336{font-weight:336}.GREEN ._white-text.--weight-337{font-weight:337}.GREEN ._white-text.--weight-338{font-weight:338}.GREEN ._white-text.--weight-339{font-weight:339}.GREEN ._white-text.--weight-340{font-weight:340}.GREEN ._white-text.--weight-341{font-weight:341}.GREEN ._white-text.--weight-342{font-weight:342}.GREEN ._white-text.--weight-343{font-weight:343}.GREEN ._white-text.--weight-344{font-weight:344}.GREEN ._white-text.--weight-345{font-weight:345}.GREEN ._white-text.--weight-346{font-weight:346}.GREEN ._white-text.--weight-347{font-weight:347}.GREEN ._white-text.--weight-348{font-weight:348}.GREEN ._white-text.--weight-349{font-weight:349}.GREEN ._white-text.--weight-350{font-weight:350}.GREEN ._white-text.--weight-351{font-weight:351}.GREEN ._white-text.--weight-352{font-weight:352}.GREEN ._white-text.--weight-353{font-weight:353}.GREEN ._white-text.--weight-354{font-weight:354}.GREEN ._white-text.--weight-355{font-weight:355}.GREEN ._white-text.--weight-356{font-weight:356}.GREEN ._white-text.--weight-357{font-weight:357}.GREEN ._white-text.--weight-358{font-weight:358}.GREEN ._white-text.--weight-359{font-weight:359}.GREEN ._white-text.--weight-360{font-weight:360}.GREEN ._white-text.--weight-361{font-weight:361}.GREEN ._white-text.--weight-362{font-weight:362}.GREEN ._white-text.--weight-363{font-weight:363}.GREEN ._white-text.--weight-364{font-weight:364}.GREEN ._white-text.--weight-365{font-weight:365}.GREEN ._white-text.--weight-366{font-weight:366}.GREEN ._white-text.--weight-367{font-weight:367}.GREEN ._white-text.--weight-368{font-weight:368}.GREEN ._white-text.--weight-369{font-weight:369}.GREEN ._white-text.--weight-370{font-weight:370}.GREEN ._white-text.--weight-371{font-weight:371}.GREEN ._white-text.--weight-372{font-weight:372}.GREEN ._white-text.--weight-373{font-weight:373}.GREEN ._white-text.--weight-374{font-weight:374}.GREEN ._white-text.--weight-375{font-weight:375}.GREEN ._white-text.--weight-376{font-weight:376}.GREEN ._white-text.--weight-377{font-weight:377}.GREEN ._white-text.--weight-378{font-weight:378}.GREEN ._white-text.--weight-379{font-weight:379}.GREEN ._white-text.--weight-380{font-weight:380}.GREEN ._white-text.--weight-381{font-weight:381}.GREEN ._white-text.--weight-382{font-weight:382}.GREEN ._white-text.--weight-383{font-weight:383}.GREEN ._white-text.--weight-384{font-weight:384}.GREEN ._white-text.--weight-385{font-weight:385}.GREEN ._white-text.--weight-386{font-weight:386}.GREEN ._white-text.--weight-387{font-weight:387}.GREEN ._white-text.--weight-388{font-weight:388}.GREEN ._white-text.--weight-389{font-weight:389}.GREEN ._white-text.--weight-390{font-weight:390}.GREEN ._white-text.--weight-391{font-weight:391}.GREEN ._white-text.--weight-392{font-weight:392}.GREEN ._white-text.--weight-393{font-weight:393}.GREEN ._white-text.--weight-394{font-weight:394}.GREEN ._white-text.--weight-395{font-weight:395}.GREEN ._white-text.--weight-396{font-weight:396}.GREEN ._white-text.--weight-397{font-weight:397}.GREEN ._white-text.--weight-398{font-weight:398}.GREEN ._white-text.--weight-399{font-weight:399}.GREEN ._white-text.--weight-400{font-weight:400}.GREEN ._white-text.--weight-401{font-weight:401}.GREEN ._white-text.--weight-402{font-weight:402}.GREEN ._white-text.--weight-403{font-weight:403}.GREEN ._white-text.--weight-404{font-weight:404}.GREEN ._white-text.--weight-405{font-weight:405}.GREEN ._white-text.--weight-406{font-weight:406}.GREEN ._white-text.--weight-407{font-weight:407}.GREEN ._white-text.--weight-408{font-weight:408}.GREEN ._white-text.--weight-409{font-weight:409}.GREEN ._white-text.--weight-410{font-weight:410}.GREEN ._white-text.--weight-411{font-weight:411}.GREEN ._white-text.--weight-412{font-weight:412}.GREEN ._white-text.--weight-413{font-weight:413}.GREEN ._white-text.--weight-414{font-weight:414}.GREEN ._white-text.--weight-415{font-weight:415}.GREEN ._white-text.--weight-416{font-weight:416}.GREEN ._white-text.--weight-417{font-weight:417}.GREEN ._white-text.--weight-418{font-weight:418}.GREEN ._white-text.--weight-419{font-weight:419}.GREEN ._white-text.--weight-420{font-weight:420}.GREEN ._white-text.--weight-421{font-weight:421}.GREEN ._white-text.--weight-422{font-weight:422}.GREEN ._white-text.--weight-423{font-weight:423}.GREEN ._white-text.--weight-424{font-weight:424}.GREEN ._white-text.--weight-425{font-weight:425}.GREEN ._white-text.--weight-426{font-weight:426}.GREEN ._white-text.--weight-427{font-weight:427}.GREEN ._white-text.--weight-428{font-weight:428}.GREEN ._white-text.--weight-429{font-weight:429}.GREEN ._white-text.--weight-430{font-weight:430}.GREEN ._white-text.--weight-431{font-weight:431}.GREEN ._white-text.--weight-432{font-weight:432}.GREEN ._white-text.--weight-433{font-weight:433}.GREEN ._white-text.--weight-434{font-weight:434}.GREEN ._white-text.--weight-435{font-weight:435}.GREEN ._white-text.--weight-436{font-weight:436}.GREEN ._white-text.--weight-437{font-weight:437}.GREEN ._white-text.--weight-438{font-weight:438}.GREEN ._white-text.--weight-439{font-weight:439}.GREEN ._white-text.--weight-440{font-weight:440}.GREEN ._white-text.--weight-441{font-weight:441}.GREEN ._white-text.--weight-442{font-weight:442}.GREEN ._white-text.--weight-443{font-weight:443}.GREEN ._white-text.--weight-444{font-weight:444}.GREEN ._white-text.--weight-445{font-weight:445}.GREEN ._white-text.--weight-446{font-weight:446}.GREEN ._white-text.--weight-447{font-weight:447}.GREEN ._white-text.--weight-448{font-weight:448}.GREEN ._white-text.--weight-449{font-weight:449}.GREEN ._white-text.--weight-450{font-weight:450}.GREEN ._white-text.--weight-451{font-weight:451}.GREEN ._white-text.--weight-452{font-weight:452}.GREEN ._white-text.--weight-453{font-weight:453}.GREEN ._white-text.--weight-454{font-weight:454}.GREEN ._white-text.--weight-455{font-weight:455}.GREEN ._white-text.--weight-456{font-weight:456}.GREEN ._white-text.--weight-457{font-weight:457}.GREEN ._white-text.--weight-458{font-weight:458}.GREEN ._white-text.--weight-459{font-weight:459}.GREEN ._white-text.--weight-460{font-weight:460}.GREEN ._white-text.--weight-461{font-weight:461}.GREEN ._white-text.--weight-462{font-weight:462}.GREEN ._white-text.--weight-463{font-weight:463}.GREEN ._white-text.--weight-464{font-weight:464}.GREEN ._white-text.--weight-465{font-weight:465}.GREEN ._white-text.--weight-466{font-weight:466}.GREEN ._white-text.--weight-467{font-weight:467}.GREEN ._white-text.--weight-468{font-weight:468}.GREEN ._white-text.--weight-469{font-weight:469}.GREEN ._white-text.--weight-470{font-weight:470}.GREEN ._white-text.--weight-471{font-weight:471}.GREEN ._white-text.--weight-472{font-weight:472}.GREEN ._white-text.--weight-473{font-weight:473}.GREEN ._white-text.--weight-474{font-weight:474}.GREEN ._white-text.--weight-475{font-weight:475}.GREEN ._white-text.--weight-476{font-weight:476}.GREEN ._white-text.--weight-477{font-weight:477}.GREEN ._white-text.--weight-478{font-weight:478}.GREEN ._white-text.--weight-479{font-weight:479}.GREEN ._white-text.--weight-480{font-weight:480}.GREEN ._white-text.--weight-481{font-weight:481}.GREEN ._white-text.--weight-482{font-weight:482}.GREEN ._white-text.--weight-483{font-weight:483}.GREEN ._white-text.--weight-484{font-weight:484}.GREEN ._white-text.--weight-485{font-weight:485}.GREEN ._white-text.--weight-486{font-weight:486}.GREEN ._white-text.--weight-487{font-weight:487}.GREEN ._white-text.--weight-488{font-weight:488}.GREEN ._white-text.--weight-489{font-weight:489}.GREEN ._white-text.--weight-490{font-weight:490}.GREEN ._white-text.--weight-491{font-weight:491}.GREEN ._white-text.--weight-492{font-weight:492}.GREEN ._white-text.--weight-493{font-weight:493}.GREEN ._white-text.--weight-494{font-weight:494}.GREEN ._white-text.--weight-495{font-weight:495}.GREEN ._white-text.--weight-496{font-weight:496}.GREEN ._white-text.--weight-497{font-weight:497}.GREEN ._white-text.--weight-498{font-weight:498}.GREEN ._white-text.--weight-499{font-weight:499}.GREEN ._white-text.--weight-500{font-weight:500}.GREEN ._white-text.--weight-501{font-weight:501}.GREEN ._white-text.--weight-502{font-weight:502}.GREEN ._white-text.--weight-503{font-weight:503}.GREEN ._white-text.--weight-504{font-weight:504}.GREEN ._white-text.--weight-505{font-weight:505}.GREEN ._white-text.--weight-506{font-weight:506}.GREEN ._white-text.--weight-507{font-weight:507}.GREEN ._white-text.--weight-508{font-weight:508}.GREEN ._white-text.--weight-509{font-weight:509}.GREEN ._white-text.--weight-510{font-weight:510}.GREEN ._white-text.--weight-511{font-weight:511}.GREEN ._white-text.--weight-512{font-weight:512}.GREEN ._white-text.--weight-513{font-weight:513}.GREEN ._white-text.--weight-514{font-weight:514}.GREEN ._white-text.--weight-515{font-weight:515}.GREEN ._white-text.--weight-516{font-weight:516}.GREEN ._white-text.--weight-517{font-weight:517}.GREEN ._white-text.--weight-518{font-weight:518}.GREEN ._white-text.--weight-519{font-weight:519}.GREEN ._white-text.--weight-520{font-weight:520}.GREEN ._white-text.--weight-521{font-weight:521}.GREEN ._white-text.--weight-522{font-weight:522}.GREEN ._white-text.--weight-523{font-weight:523}.GREEN ._white-text.--weight-524{font-weight:524}.GREEN ._white-text.--weight-525{font-weight:525}.GREEN ._white-text.--weight-526{font-weight:526}.GREEN ._white-text.--weight-527{font-weight:527}.GREEN ._white-text.--weight-528{font-weight:528}.GREEN ._white-text.--weight-529{font-weight:529}.GREEN ._white-text.--weight-530{font-weight:530}.GREEN ._white-text.--weight-531{font-weight:531}.GREEN ._white-text.--weight-532{font-weight:532}.GREEN ._white-text.--weight-533{font-weight:533}.GREEN ._white-text.--weight-534{font-weight:534}.GREEN ._white-text.--weight-535{font-weight:535}.GREEN ._white-text.--weight-536{font-weight:536}.GREEN ._white-text.--weight-537{font-weight:537}.GREEN ._white-text.--weight-538{font-weight:538}.GREEN ._white-text.--weight-539{font-weight:539}.GREEN ._white-text.--weight-540{font-weight:540}.GREEN ._white-text.--weight-541{font-weight:541}.GREEN ._white-text.--weight-542{font-weight:542}.GREEN ._white-text.--weight-543{font-weight:543}.GREEN ._white-text.--weight-544{font-weight:544}.GREEN ._white-text.--weight-545{font-weight:545}.GREEN ._white-text.--weight-546{font-weight:546}.GREEN ._white-text.--weight-547{font-weight:547}.GREEN ._white-text.--weight-548{font-weight:548}.GREEN ._white-text.--weight-549{font-weight:549}.GREEN ._white-text.--weight-550{font-weight:550}.GREEN ._white-text.--weight-551{font-weight:551}.GREEN ._white-text.--weight-552{font-weight:552}.GREEN ._white-text.--weight-553{font-weight:553}.GREEN ._white-text.--weight-554{font-weight:554}.GREEN ._white-text.--weight-555{font-weight:555}.GREEN ._white-text.--weight-556{font-weight:556}.GREEN ._white-text.--weight-557{font-weight:557}.GREEN ._white-text.--weight-558{font-weight:558}.GREEN ._white-text.--weight-559{font-weight:559}.GREEN ._white-text.--weight-560{font-weight:560}.GREEN ._white-text.--weight-561{font-weight:561}.GREEN ._white-text.--weight-562{font-weight:562}.GREEN ._white-text.--weight-563{font-weight:563}.GREEN ._white-text.--weight-564{font-weight:564}.GREEN ._white-text.--weight-565{font-weight:565}.GREEN ._white-text.--weight-566{font-weight:566}.GREEN ._white-text.--weight-567{font-weight:567}.GREEN ._white-text.--weight-568{font-weight:568}.GREEN ._white-text.--weight-569{font-weight:569}.GREEN ._white-text.--weight-570{font-weight:570}.GREEN ._white-text.--weight-571{font-weight:571}.GREEN ._white-text.--weight-572{font-weight:572}.GREEN ._white-text.--weight-573{font-weight:573}.GREEN ._white-text.--weight-574{font-weight:574}.GREEN ._white-text.--weight-575{font-weight:575}.GREEN ._white-text.--weight-576{font-weight:576}.GREEN ._white-text.--weight-577{font-weight:577}.GREEN ._white-text.--weight-578{font-weight:578}.GREEN ._white-text.--weight-579{font-weight:579}.GREEN ._white-text.--weight-580{font-weight:580}.GREEN ._white-text.--weight-581{font-weight:581}.GREEN ._white-text.--weight-582{font-weight:582}.GREEN ._white-text.--weight-583{font-weight:583}.GREEN ._white-text.--weight-584{font-weight:584}.GREEN ._white-text.--weight-585{font-weight:585}.GREEN ._white-text.--weight-586{font-weight:586}.GREEN ._white-text.--weight-587{font-weight:587}.GREEN ._white-text.--weight-588{font-weight:588}.GREEN ._white-text.--weight-589{font-weight:589}.GREEN ._white-text.--weight-590{font-weight:590}.GREEN ._white-text.--weight-591{font-weight:591}.GREEN ._white-text.--weight-592{font-weight:592}.GREEN ._white-text.--weight-593{font-weight:593}.GREEN ._white-text.--weight-594{font-weight:594}.GREEN ._white-text.--weight-595{font-weight:595}.GREEN ._white-text.--weight-596{font-weight:596}.GREEN ._white-text.--weight-597{font-weight:597}.GREEN ._white-text.--weight-598{font-weight:598}.GREEN ._white-text.--weight-599{font-weight:599}.GREEN ._white-text.--weight-600{font-weight:600}.GREEN ._white-text.--weight-601{font-weight:601}.GREEN ._white-text.--weight-602{font-weight:602}.GREEN ._white-text.--weight-603{font-weight:603}.GREEN ._white-text.--weight-604{font-weight:604}.GREEN ._white-text.--weight-605{font-weight:605}.GREEN ._white-text.--weight-606{font-weight:606}.GREEN ._white-text.--weight-607{font-weight:607}.GREEN ._white-text.--weight-608{font-weight:608}.GREEN ._white-text.--weight-609{font-weight:609}.GREEN ._white-text.--weight-610{font-weight:610}.GREEN ._white-text.--weight-611{font-weight:611}.GREEN ._white-text.--weight-612{font-weight:612}.GREEN ._white-text.--weight-613{font-weight:613}.GREEN ._white-text.--weight-614{font-weight:614}.GREEN ._white-text.--weight-615{font-weight:615}.GREEN ._white-text.--weight-616{font-weight:616}.GREEN ._white-text.--weight-617{font-weight:617}.GREEN ._white-text.--weight-618{font-weight:618}.GREEN ._white-text.--weight-619{font-weight:619}.GREEN ._white-text.--weight-620{font-weight:620}.GREEN ._white-text.--weight-621{font-weight:621}.GREEN ._white-text.--weight-622{font-weight:622}.GREEN ._white-text.--weight-623{font-weight:623}.GREEN ._white-text.--weight-624{font-weight:624}.GREEN ._white-text.--weight-625{font-weight:625}.GREEN ._white-text.--weight-626{font-weight:626}.GREEN ._white-text.--weight-627{font-weight:627}.GREEN ._white-text.--weight-628{font-weight:628}.GREEN ._white-text.--weight-629{font-weight:629}.GREEN ._white-text.--weight-630{font-weight:630}.GREEN ._white-text.--weight-631{font-weight:631}.GREEN ._white-text.--weight-632{font-weight:632}.GREEN ._white-text.--weight-633{font-weight:633}.GREEN ._white-text.--weight-634{font-weight:634}.GREEN ._white-text.--weight-635{font-weight:635}.GREEN ._white-text.--weight-636{font-weight:636}.GREEN ._white-text.--weight-637{font-weight:637}.GREEN ._white-text.--weight-638{font-weight:638}.GREEN ._white-text.--weight-639{font-weight:639}.GREEN ._white-text.--weight-640{font-weight:640}.GREEN ._white-text.--weight-641{font-weight:641}.GREEN ._white-text.--weight-642{font-weight:642}.GREEN ._white-text.--weight-643{font-weight:643}.GREEN ._white-text.--weight-644{font-weight:644}.GREEN ._white-text.--weight-645{font-weight:645}.GREEN ._white-text.--weight-646{font-weight:646}.GREEN ._white-text.--weight-647{font-weight:647}.GREEN ._white-text.--weight-648{font-weight:648}.GREEN ._white-text.--weight-649{font-weight:649}.GREEN ._white-text.--weight-650{font-weight:650}.GREEN ._white-text.--weight-651{font-weight:651}.GREEN ._white-text.--weight-652{font-weight:652}.GREEN ._white-text.--weight-653{font-weight:653}.GREEN ._white-text.--weight-654{font-weight:654}.GREEN ._white-text.--weight-655{font-weight:655}.GREEN ._white-text.--weight-656{font-weight:656}.GREEN ._white-text.--weight-657{font-weight:657}.GREEN ._white-text.--weight-658{font-weight:658}.GREEN ._white-text.--weight-659{font-weight:659}.GREEN ._white-text.--weight-660{font-weight:660}.GREEN ._white-text.--weight-661{font-weight:661}.GREEN ._white-text.--weight-662{font-weight:662}.GREEN ._white-text.--weight-663{font-weight:663}.GREEN ._white-text.--weight-664{font-weight:664}.GREEN ._white-text.--weight-665{font-weight:665}.GREEN ._white-text.--weight-666{font-weight:666}.GREEN ._white-text.--weight-667{font-weight:667}.GREEN ._white-text.--weight-668{font-weight:668}.GREEN ._white-text.--weight-669{font-weight:669}.GREEN ._white-text.--weight-670{font-weight:670}.GREEN ._white-text.--weight-671{font-weight:671}.GREEN ._white-text.--weight-672{font-weight:672}.GREEN ._white-text.--weight-673{font-weight:673}.GREEN ._white-text.--weight-674{font-weight:674}.GREEN ._white-text.--weight-675{font-weight:675}.GREEN ._white-text.--weight-676{font-weight:676}.GREEN ._white-text.--weight-677{font-weight:677}.GREEN ._white-text.--weight-678{font-weight:678}.GREEN ._white-text.--weight-679{font-weight:679}.GREEN ._white-text.--weight-680{font-weight:680}.GREEN ._white-text.--weight-681{font-weight:681}.GREEN ._white-text.--weight-682{font-weight:682}.GREEN ._white-text.--weight-683{font-weight:683}.GREEN ._white-text.--weight-684{font-weight:684}.GREEN ._white-text.--weight-685{font-weight:685}.GREEN ._white-text.--weight-686{font-weight:686}.GREEN ._white-text.--weight-687{font-weight:687}.GREEN ._white-text.--weight-688{font-weight:688}.GREEN ._white-text.--weight-689{font-weight:689}.GREEN ._white-text.--weight-690{font-weight:690}.GREEN ._white-text.--weight-691{font-weight:691}.GREEN ._white-text.--weight-692{font-weight:692}.GREEN ._white-text.--weight-693{font-weight:693}.GREEN ._white-text.--weight-694{font-weight:694}.GREEN ._white-text.--weight-695{font-weight:695}.GREEN ._white-text.--weight-696{font-weight:696}.GREEN ._white-text.--weight-697{font-weight:697}.GREEN ._white-text.--weight-698{font-weight:698}.GREEN ._white-text.--weight-699{font-weight:699}.GREEN ._white-text.--weight-700{font-weight:700}.GREEN ._white-text.--weight-701{font-weight:701}.GREEN ._white-text.--weight-702{font-weight:702}.GREEN ._white-text.--weight-703{font-weight:703}.GREEN ._white-text.--weight-704{font-weight:704}.GREEN ._white-text.--weight-705{font-weight:705}.GREEN ._white-text.--weight-706{font-weight:706}.GREEN ._white-text.--weight-707{font-weight:707}.GREEN ._white-text.--weight-708{font-weight:708}.GREEN ._white-text.--weight-709{font-weight:709}.GREEN ._white-text.--weight-710{font-weight:710}.GREEN ._white-text.--weight-711{font-weight:711}.GREEN ._white-text.--weight-712{font-weight:712}.GREEN ._white-text.--weight-713{font-weight:713}.GREEN ._white-text.--weight-714{font-weight:714}.GREEN ._white-text.--weight-715{font-weight:715}.GREEN ._white-text.--weight-716{font-weight:716}.GREEN ._white-text.--weight-717{font-weight:717}.GREEN ._white-text.--weight-718{font-weight:718}.GREEN ._white-text.--weight-719{font-weight:719}.GREEN ._white-text.--weight-720{font-weight:720}.GREEN ._white-text.--weight-721{font-weight:721}.GREEN ._white-text.--weight-722{font-weight:722}.GREEN ._white-text.--weight-723{font-weight:723}.GREEN ._white-text.--weight-724{font-weight:724}.GREEN ._white-text.--weight-725{font-weight:725}.GREEN ._white-text.--weight-726{font-weight:726}.GREEN ._white-text.--weight-727{font-weight:727}.GREEN ._white-text.--weight-728{font-weight:728}.GREEN ._white-text.--weight-729{font-weight:729}.GREEN ._white-text.--weight-730{font-weight:730}.GREEN ._white-text.--weight-731{font-weight:731}.GREEN ._white-text.--weight-732{font-weight:732}.GREEN ._white-text.--weight-733{font-weight:733}.GREEN ._white-text.--weight-734{font-weight:734}.GREEN ._white-text.--weight-735{font-weight:735}.GREEN ._white-text.--weight-736{font-weight:736}.GREEN ._white-text.--weight-737{font-weight:737}.GREEN ._white-text.--weight-738{font-weight:738}.GREEN ._white-text.--weight-739{font-weight:739}.GREEN ._white-text.--weight-740{font-weight:740}.GREEN ._white-text.--weight-741{font-weight:741}.GREEN ._white-text.--weight-742{font-weight:742}.GREEN ._white-text.--weight-743{font-weight:743}.GREEN ._white-text.--weight-744{font-weight:744}.GREEN ._white-text.--weight-745{font-weight:745}.GREEN ._white-text.--weight-746{font-weight:746}.GREEN ._white-text.--weight-747{font-weight:747}.GREEN ._white-text.--weight-748{font-weight:748}.GREEN ._white-text.--weight-749{font-weight:749}.GREEN ._white-text.--weight-750{font-weight:750}.GREEN ._white-text.--weight-751{font-weight:751}.GREEN ._white-text.--weight-752{font-weight:752}.GREEN ._white-text.--weight-753{font-weight:753}.GREEN ._white-text.--weight-754{font-weight:754}.GREEN ._white-text.--weight-755{font-weight:755}.GREEN ._white-text.--weight-756{font-weight:756}.GREEN ._white-text.--weight-757{font-weight:757}.GREEN ._white-text.--weight-758{font-weight:758}.GREEN ._white-text.--weight-759{font-weight:759}.GREEN ._white-text.--weight-760{font-weight:760}.GREEN ._white-text.--weight-761{font-weight:761}.GREEN ._white-text.--weight-762{font-weight:762}.GREEN ._white-text.--weight-763{font-weight:763}.GREEN ._white-text.--weight-764{font-weight:764}.GREEN ._white-text.--weight-765{font-weight:765}.GREEN ._white-text.--weight-766{font-weight:766}.GREEN ._white-text.--weight-767{font-weight:767}.GREEN ._white-text.--weight-768{font-weight:768}.GREEN ._white-text.--weight-769{font-weight:769}.GREEN ._white-text.--weight-770{font-weight:770}.GREEN ._white-text.--weight-771{font-weight:771}.GREEN ._white-text.--weight-772{font-weight:772}.GREEN ._white-text.--weight-773{font-weight:773}.GREEN ._white-text.--weight-774{font-weight:774}.GREEN ._white-text.--weight-775{font-weight:775}.GREEN ._white-text.--weight-776{font-weight:776}.GREEN ._white-text.--weight-777{font-weight:777}.GREEN ._white-text.--weight-778{font-weight:778}.GREEN ._white-text.--weight-779{font-weight:779}.GREEN ._white-text.--weight-780{font-weight:780}.GREEN ._white-text.--weight-781{font-weight:781}.GREEN ._white-text.--weight-782{font-weight:782}.GREEN ._white-text.--weight-783{font-weight:783}.GREEN ._white-text.--weight-784{font-weight:784}.GREEN ._white-text.--weight-785{font-weight:785}.GREEN ._white-text.--weight-786{font-weight:786}.GREEN ._white-text.--weight-787{font-weight:787}.GREEN ._white-text.--weight-788{font-weight:788}.GREEN ._white-text.--weight-789{font-weight:789}.GREEN ._white-text.--weight-790{font-weight:790}.GREEN ._white-text.--weight-791{font-weight:791}.GREEN ._white-text.--weight-792{font-weight:792}.GREEN ._white-text.--weight-793{font-weight:793}.GREEN ._white-text.--weight-794{font-weight:794}.GREEN ._white-text.--weight-795{font-weight:795}.GREEN ._white-text.--weight-796{font-weight:796}.GREEN ._white-text.--weight-797{font-weight:797}.GREEN ._white-text.--weight-798{font-weight:798}.GREEN ._white-text.--weight-799{font-weight:799}.GREEN ._white-text.--weight-800{font-weight:800}.GREEN ._white-text.--lh-1{line-height:1px}.GREEN ._white-text.--lh-2{line-height:2px}.GREEN ._white-text.--lh-3{line-height:3px}.GREEN ._white-text.--lh-4{line-height:4px}.GREEN ._white-text.--lh-5{line-height:5px}.GREEN ._white-text.--lh-6{line-height:6px}.GREEN ._white-text.--lh-7{line-height:7px}.GREEN ._white-text.--lh-8{line-height:8px}.GREEN ._white-text.--lh-9{line-height:9px}.GREEN ._white-text.--lh-10{line-height:10px}.GREEN ._white-text.--lh-11{line-height:11px}.GREEN ._white-text.--lh-12{line-height:12px}.GREEN ._white-text.--lh-13{line-height:13px}.GREEN ._white-text.--lh-14{line-height:14px}.GREEN ._white-text.--lh-15{line-height:15px}.GREEN ._white-text.--lh-16{line-height:16px}.GREEN ._white-text.--lh-17{line-height:17px}.GREEN ._white-text.--lh-18{line-height:18px}.GREEN ._white-text.--lh-19{line-height:19px}.GREEN ._white-text.--lh-20{line-height:20px}.GREEN ._white-text.--lh-21{line-height:21px}.GREEN ._white-text.--lh-22{line-height:22px}.GREEN ._white-text.--lh-23{line-height:23px}.GREEN ._white-text.--lh-24{line-height:24px}.GREEN ._white-text.--lh-25{line-height:25px}.GREEN ._white-text.--lh-26{line-height:26px}.GREEN ._white-text.--lh-27{line-height:27px}.GREEN ._white-text.--lh-28{line-height:28px}.GREEN ._white-text.--lh-29{line-height:29px}.GREEN ._white-text.--lh-30{line-height:30px}.GREEN ._white-text.--lh-31{line-height:31px}.GREEN ._white-text.--lh-32{line-height:32px}.GREEN ._white-text.--lh-33{line-height:33px}.GREEN ._white-text.--lh-34{line-height:34px}.GREEN ._white-text.--lh-35{line-height:35px}.GREEN ._white-text.--lh-36{line-height:36px}.GREEN ._white-text.--lh-37{line-height:37px}.GREEN ._white-text.--lh-38{line-height:38px}.GREEN ._white-text.--lh-39{line-height:39px}.GREEN ._white-text.--lh-40{line-height:40px}.GREEN ._white-text.--lh-41{line-height:41px}.GREEN ._white-text.--lh-42{line-height:42px}.GREEN ._white-text.--lh-43{line-height:43px}.GREEN ._white-text.--lh-44{line-height:44px}.GREEN ._white-text.--lh-45{line-height:45px}.GREEN ._white-text.--lh-46{line-height:46px}.GREEN ._white-text.--lh-47{line-height:47px}.GREEN ._white-text.--lh-48{line-height:48px}.GREEN ._white-text.--lh-49{line-height:49px}.GREEN ._white-text.--lh-50{line-height:50px}.GREEN ._white-text.--lh-51{line-height:51px}.GREEN ._white-text.--lh-52{line-height:52px}.GREEN ._white-text.--lh-53{line-height:53px}.GREEN ._white-text.--lh-54{line-height:54px}.GREEN ._white-text.--lh-55{line-height:55px}.GREEN ._white-text.--lh-56{line-height:56px}.GREEN ._white-text.--lh-57{line-height:57px}.GREEN ._white-text.--lh-58{line-height:58px}.GREEN ._white-text.--lh-59{line-height:59px}.GREEN ._white-text.--lh-60{line-height:60px}.GREEN ._white-text.--lh-61{line-height:61px}.GREEN ._white-text.--lh-62{line-height:62px}.GREEN ._white-text.--lh-63{line-height:63px}.GREEN ._white-text.--lh-64{line-height:64px}.GREEN ._white-text.--lh-65{line-height:65px}.GREEN ._white-text.--lh-66{line-height:66px}.GREEN ._white-text.--lh-67{line-height:67px}.GREEN ._white-text.--lh-68{line-height:68px}.GREEN ._white-text.--lh-69{line-height:69px}.GREEN ._white-text.--lh-70{line-height:70px}.GREEN ._white-text.--lh-71{line-height:71px}.GREEN ._white-text.--lh-72{line-height:72px}.GREEN ._white-text.--lh-73{line-height:73px}.GREEN ._white-text.--lh-74{line-height:74px}.GREEN ._white-text.--lh-75{line-height:75px}.GREEN ._white-text.--lh-76{line-height:76px}.GREEN ._white-text.--lh-77{line-height:77px}.GREEN ._white-text.--lh-78{line-height:78px}.GREEN ._white-text.--lh-79{line-height:79px}.GREEN ._white-text.--lh-80{line-height:80px}.GREEN ._white-text.--lh-81{line-height:81px}.GREEN ._white-text.--lh-82{line-height:82px}.GREEN ._white-text.--lh-83{line-height:83px}.GREEN ._white-text.--lh-84{line-height:84px}.GREEN ._white-text.--lh-85{line-height:85px}.GREEN ._white-text.--lh-86{line-height:86px}.GREEN ._white-text.--lh-87{line-height:87px}.GREEN ._white-text.--lh-88{line-height:88px}.GREEN ._white-text.--lh-89{line-height:89px}.GREEN ._white-text.--lh-90{line-height:90px}.GREEN ._white-text.--lh-91{line-height:91px}.GREEN ._white-text.--lh-92{line-height:92px}.GREEN ._white-text.--lh-93{line-height:93px}.GREEN ._white-text.--lh-94{line-height:94px}.GREEN ._white-text.--lh-95{line-height:95px}.GREEN ._white-text.--lh-96{line-height:96px}.GREEN ._white-text.--lh-97{line-height:97px}.GREEN ._white-text.--lh-98{line-height:98px}.GREEN ._white-text.--lh-99{line-height:99px}.GREEN ._white-text.--lh-100{line-height:100px}.GREEN ._white-text.--lh-101{line-height:101px}.GREEN ._white-text.--lh-102{line-height:102px}.GREEN ._white-text.--lh-103{line-height:103px}.GREEN ._white-text.--lh-104{line-height:104px}.GREEN ._white-text.--lh-105{line-height:105px}.GREEN ._white-text.--lh-106{line-height:106px}.GREEN ._white-text.--lh-107{line-height:107px}.GREEN ._white-text.--lh-108{line-height:108px}.GREEN ._white-text.--lh-109{line-height:109px}.GREEN ._white-text.--lh-110{line-height:110px}.GREEN ._white-text.--lh-111{line-height:111px}.GREEN ._white-text.--lh-112{line-height:112px}.GREEN ._white-text.--lh-113{line-height:113px}.GREEN ._white-text.--lh-114{line-height:114px}.GREEN ._white-text.--lh-115{line-height:115px}.GREEN ._white-text.--lh-116{line-height:116px}.GREEN ._white-text.--lh-117{line-height:117px}.GREEN ._white-text.--lh-118{line-height:118px}.GREEN ._white-text.--lh-119{line-height:119px}.GREEN ._white-text.--lh-120{line-height:120px}.GREEN ._white-text.--lh-121{line-height:121px}.GREEN ._white-text.--lh-122{line-height:122px}.GREEN ._white-text.--lh-123{line-height:123px}.GREEN ._white-text.--lh-124{line-height:124px}.GREEN ._white-text.--lh-125{line-height:125px}.GREEN ._white-text.--lh-126{line-height:126px}.GREEN ._white-text.--lh-127{line-height:127px}.GREEN ._white-text.--lh-128{line-height:128px}.GREEN ._white-text.--lh-129{line-height:129px}.GREEN ._white-text.--lh-130{line-height:130px}.GREEN ._white-text.--lh-131{line-height:131px}.GREEN ._white-text.--lh-132{line-height:132px}.GREEN ._white-text.--lh-133{line-height:133px}.GREEN ._white-text.--lh-134{line-height:134px}.GREEN ._white-text.--lh-135{line-height:135px}.GREEN ._white-text.--lh-136{line-height:136px}.GREEN ._white-text.--lh-137{line-height:137px}.GREEN ._white-text.--lh-138{line-height:138px}.GREEN ._white-text.--lh-139{line-height:139px}.GREEN ._white-text.--lh-140{line-height:140px}.GREEN ._white-text.--lh-141{line-height:141px}.GREEN ._white-text.--lh-142{line-height:142px}.GREEN ._white-text.--lh-143{line-height:143px}.GREEN ._white-text.--lh-144{line-height:144px}.GREEN ._white-text.--lh-145{line-height:145px}.GREEN ._white-text.--lh-146{line-height:146px}.GREEN ._white-text.--lh-147{line-height:147px}.GREEN ._white-text.--lh-148{line-height:148px}.GREEN ._white-text.--lh-149{line-height:149px}.GREEN ._white-text.--lh-150{line-height:150px}.GREEN ._white-text.--lh-151{line-height:151px}.GREEN ._white-text.--lh-152{line-height:152px}.GREEN ._white-text.--lh-153{line-height:153px}.GREEN ._white-text.--lh-154{line-height:154px}.GREEN ._white-text.--lh-155{line-height:155px}.GREEN ._white-text.--lh-156{line-height:156px}.GREEN ._white-text.--lh-157{line-height:157px}.GREEN ._white-text.--lh-158{line-height:158px}.GREEN ._white-text.--lh-159{line-height:159px}.GREEN ._white-text.--lh-160{line-height:160px}.GREEN ._white-text.--lh-161{line-height:161px}.GREEN ._white-text.--lh-162{line-height:162px}.GREEN ._white-text.--lh-163{line-height:163px}.GREEN ._white-text.--lh-164{line-height:164px}.GREEN ._white-text.--lh-165{line-height:165px}.GREEN ._white-text.--lh-166{line-height:166px}.GREEN ._white-text.--lh-167{line-height:167px}.GREEN ._white-text.--lh-168{line-height:168px}.GREEN ._white-text.--lh-169{line-height:169px}.GREEN ._white-text.--lh-170{line-height:170px}.GREEN ._white-text.--lh-171{line-height:171px}.GREEN ._white-text.--lh-172{line-height:172px}.GREEN ._white-text.--lh-173{line-height:173px}.GREEN ._white-text.--lh-174{line-height:174px}.GREEN ._white-text.--lh-175{line-height:175px}.GREEN ._white-text.--lh-176{line-height:176px}.GREEN ._white-text.--lh-177{line-height:177px}.GREEN ._white-text.--lh-178{line-height:178px}.GREEN ._white-text.--lh-179{line-height:179px}.GREEN ._white-text.--lh-180{line-height:180px}.GREEN ._white-text.--lh-181{line-height:181px}.GREEN ._white-text.--lh-182{line-height:182px}.GREEN ._white-text.--lh-183{line-height:183px}.GREEN ._white-text.--lh-184{line-height:184px}.GREEN ._white-text.--lh-185{line-height:185px}.GREEN ._white-text.--lh-186{line-height:186px}.GREEN ._white-text.--lh-187{line-height:187px}.GREEN ._white-text.--lh-188{line-height:188px}.GREEN ._white-text.--lh-189{line-height:189px}.GREEN ._white-text.--lh-190{line-height:190px}.GREEN ._white-text.--lh-191{line-height:191px}.GREEN ._white-text.--lh-192{line-height:192px}.GREEN ._white-text.--lh-193{line-height:193px}.GREEN ._white-text.--lh-194{line-height:194px}.GREEN ._white-text.--lh-195{line-height:195px}.GREEN ._white-text.--lh-196{line-height:196px}.GREEN ._white-text.--lh-197{line-height:197px}.GREEN ._white-text.--lh-198{line-height:198px}.GREEN ._white-text.--lh-199{line-height:199px}.GREEN ._white-text.--lh-200{line-height:200px}.GREEN ._white-text.--lh-201{line-height:201px}.GREEN ._white-text.--lh-202{line-height:202px}.GREEN ._white-text.--lh-203{line-height:203px}.GREEN ._white-text.--lh-204{line-height:204px}.GREEN ._white-text.--lh-205{line-height:205px}.GREEN ._white-text.--lh-206{line-height:206px}.GREEN ._white-text.--lh-207{line-height:207px}.GREEN ._white-text.--lh-208{line-height:208px}.GREEN ._white-text.--lh-209{line-height:209px}.GREEN ._white-text.--lh-210{line-height:210px}.GREEN ._white-text.--lh-211{line-height:211px}.GREEN ._white-text.--lh-212{line-height:212px}.GREEN ._white-text.--lh-213{line-height:213px}.GREEN ._white-text.--lh-214{line-height:214px}.GREEN ._white-text.--lh-215{line-height:215px}.GREEN ._white-text.--lh-216{line-height:216px}.GREEN ._white-text.--lh-217{line-height:217px}.GREEN ._white-text.--lh-218{line-height:218px}.GREEN ._white-text.--lh-219{line-height:219px}.GREEN ._white-text.--lh-220{line-height:220px}.GREEN ._white-text.--lh-221{line-height:221px}.GREEN ._white-text.--lh-222{line-height:222px}.GREEN ._white-text.--lh-223{line-height:223px}.GREEN ._white-text.--lh-224{line-height:224px}.GREEN ._white-text.--lh-225{line-height:225px}.GREEN ._white-text.--lh-226{line-height:226px}.GREEN ._white-text.--lh-227{line-height:227px}.GREEN ._white-text.--lh-228{line-height:228px}.GREEN ._white-text.--lh-229{line-height:229px}.GREEN ._white-text.--lh-230{line-height:230px}.GREEN ._white-text.--lh-231{line-height:231px}.GREEN ._white-text.--lh-232{line-height:232px}.GREEN ._white-text.--lh-233{line-height:233px}.GREEN ._white-text.--lh-234{line-height:234px}.GREEN ._white-text.--lh-235{line-height:235px}.GREEN ._white-text.--lh-236{line-height:236px}.GREEN ._white-text.--lh-237{line-height:237px}.GREEN ._white-text.--lh-238{line-height:238px}.GREEN ._white-text.--lh-239{line-height:239px}.GREEN ._white-text.--lh-240{line-height:240px}.GREEN ._white-text.--lh-241{line-height:241px}.GREEN ._white-text.--lh-242{line-height:242px}.GREEN ._white-text.--lh-243{line-height:243px}.GREEN ._white-text.--lh-244{line-height:244px}.GREEN ._white-text.--lh-245{line-height:245px}.GREEN ._white-text.--lh-246{line-height:246px}.GREEN ._white-text.--lh-247{line-height:247px}.GREEN ._white-text.--lh-248{line-height:248px}.GREEN ._white-text.--lh-249{line-height:249px}.GREEN ._white-text.--lh-250{line-height:250px}.GREEN ._white-text.--lh-251{line-height:251px}.GREEN ._white-text.--lh-252{line-height:252px}.GREEN ._white-text.--lh-253{line-height:253px}.GREEN ._white-text.--lh-254{line-height:254px}.GREEN ._white-text.--lh-255{line-height:255px}.GREEN ._white-text.--lh-256{line-height:256px}.GREEN ._white-text.--lh-257{line-height:257px}.GREEN ._white-text.--lh-258{line-height:258px}.GREEN ._white-text.--lh-259{line-height:259px}.GREEN ._white-text.--lh-260{line-height:260px}.GREEN ._white-text.--lh-261{line-height:261px}.GREEN ._white-text.--lh-262{line-height:262px}.GREEN ._white-text.--lh-263{line-height:263px}.GREEN ._white-text.--lh-264{line-height:264px}.GREEN ._white-text.--lh-265{line-height:265px}.GREEN ._white-text.--lh-266{line-height:266px}.GREEN ._white-text.--lh-267{line-height:267px}.GREEN ._white-text.--lh-268{line-height:268px}.GREEN ._white-text.--lh-269{line-height:269px}.GREEN ._white-text.--lh-270{line-height:270px}.GREEN ._white-text.--lh-271{line-height:271px}.GREEN ._white-text.--lh-272{line-height:272px}.GREEN ._white-text.--lh-273{line-height:273px}.GREEN ._white-text.--lh-274{line-height:274px}.GREEN ._white-text.--lh-275{line-height:275px}.GREEN ._white-text.--lh-276{line-height:276px}.GREEN ._white-text.--lh-277{line-height:277px}.GREEN ._white-text.--lh-278{line-height:278px}.GREEN ._white-text.--lh-279{line-height:279px}.GREEN ._white-text.--lh-280{line-height:280px}.GREEN ._white-text.--lh-281{line-height:281px}.GREEN ._white-text.--lh-282{line-height:282px}.GREEN ._white-text.--lh-283{line-height:283px}.GREEN ._white-text.--lh-284{line-height:284px}.GREEN ._white-text.--lh-285{line-height:285px}.GREEN ._white-text.--lh-286{line-height:286px}.GREEN ._white-text.--lh-287{line-height:287px}.GREEN ._white-text.--lh-288{line-height:288px}.GREEN ._white-text.--lh-289{line-height:289px}.GREEN ._white-text.--lh-290{line-height:290px}.GREEN ._white-text.--lh-291{line-height:291px}.GREEN ._white-text.--lh-292{line-height:292px}.GREEN ._white-text.--lh-293{line-height:293px}.GREEN ._white-text.--lh-294{line-height:294px}.GREEN ._white-text.--lh-295{line-height:295px}.GREEN ._white-text.--lh-296{line-height:296px}.GREEN ._white-text.--lh-297{line-height:297px}.GREEN ._white-text.--lh-298{line-height:298px}.GREEN ._white-text.--lh-299{line-height:299px}.GREEN ._white-text.--lh-300{line-height:300px}.GREEN ._white-text.--lh-301{line-height:301px}.GREEN ._white-text.--lh-302{line-height:302px}.GREEN ._white-text.--lh-303{line-height:303px}.GREEN ._white-text.--lh-304{line-height:304px}.GREEN ._white-text.--lh-305{line-height:305px}.GREEN ._white-text.--lh-306{line-height:306px}.GREEN ._white-text.--lh-307{line-height:307px}.GREEN ._white-text.--lh-308{line-height:308px}.GREEN ._white-text.--lh-309{line-height:309px}.GREEN ._white-text.--lh-310{line-height:310px}.GREEN ._white-text.--lh-311{line-height:311px}.GREEN ._white-text.--lh-312{line-height:312px}.GREEN ._white-text.--lh-313{line-height:313px}.GREEN ._white-text.--lh-314{line-height:314px}.GREEN ._white-text.--lh-315{line-height:315px}.GREEN ._white-text.--lh-316{line-height:316px}.GREEN ._white-text.--lh-317{line-height:317px}.GREEN ._white-text.--lh-318{line-height:318px}.GREEN ._white-text.--lh-319{line-height:319px}.GREEN ._white-text.--lh-320{line-height:320px}.GREEN ._white-text.--lh-321{line-height:321px}.GREEN ._white-text.--lh-322{line-height:322px}.GREEN ._white-text.--lh-323{line-height:323px}.GREEN ._white-text.--lh-324{line-height:324px}.GREEN ._white-text.--lh-325{line-height:325px}.GREEN ._white-text.--lh-326{line-height:326px}.GREEN ._white-text.--lh-327{line-height:327px}.GREEN ._white-text.--lh-328{line-height:328px}.GREEN ._white-text.--lh-329{line-height:329px}.GREEN ._white-text.--lh-330{line-height:330px}.GREEN ._white-text.--lh-331{line-height:331px}.GREEN ._white-text.--lh-332{line-height:332px}.GREEN ._white-text.--lh-333{line-height:333px}.GREEN ._white-text.--lh-334{line-height:334px}.GREEN ._white-text.--lh-335{line-height:335px}.GREEN ._white-text.--lh-336{line-height:336px}.GREEN ._white-text.--lh-337{line-height:337px}.GREEN ._white-text.--lh-338{line-height:338px}.GREEN ._white-text.--lh-339{line-height:339px}.GREEN ._white-text.--lh-340{line-height:340px}.GREEN ._white-text.--lh-341{line-height:341px}.GREEN ._white-text.--lh-342{line-height:342px}.GREEN ._white-text.--lh-343{line-height:343px}.GREEN ._white-text.--lh-344{line-height:344px}.GREEN ._white-text.--lh-345{line-height:345px}.GREEN ._white-text.--lh-346{line-height:346px}.GREEN ._white-text.--lh-347{line-height:347px}.GREEN ._white-text.--lh-348{line-height:348px}.GREEN ._white-text.--lh-349{line-height:349px}.GREEN ._white-text.--lh-350{line-height:350px}.GREEN ._white-text.--lh-351{line-height:351px}.GREEN ._white-text.--lh-352{line-height:352px}.GREEN ._white-text.--lh-353{line-height:353px}.GREEN ._white-text.--lh-354{line-height:354px}.GREEN ._white-text.--lh-355{line-height:355px}.GREEN ._white-text.--lh-356{line-height:356px}.GREEN ._white-text.--lh-357{line-height:357px}.GREEN ._white-text.--lh-358{line-height:358px}.GREEN ._white-text.--lh-359{line-height:359px}.GREEN ._white-text.--lh-360{line-height:360px}.GREEN ._white-text.--lh-361{line-height:361px}.GREEN ._white-text.--lh-362{line-height:362px}.GREEN ._white-text.--lh-363{line-height:363px}.GREEN ._white-text.--lh-364{line-height:364px}.GREEN ._white-text.--lh-365{line-height:365px}.GREEN ._white-text.--lh-366{line-height:366px}.GREEN ._white-text.--lh-367{line-height:367px}.GREEN ._white-text.--lh-368{line-height:368px}.GREEN ._white-text.--lh-369{line-height:369px}.GREEN ._white-text.--lh-370{line-height:370px}.GREEN ._white-text.--lh-371{line-height:371px}.GREEN ._white-text.--lh-372{line-height:372px}.GREEN ._white-text.--lh-373{line-height:373px}.GREEN ._white-text.--lh-374{line-height:374px}.GREEN ._white-text.--lh-375{line-height:375px}.GREEN ._white-text.--lh-376{line-height:376px}.GREEN ._white-text.--lh-377{line-height:377px}.GREEN ._white-text.--lh-378{line-height:378px}.GREEN ._white-text.--lh-379{line-height:379px}.GREEN ._white-text.--lh-380{line-height:380px}.GREEN ._white-text.--lh-381{line-height:381px}.GREEN ._white-text.--lh-382{line-height:382px}.GREEN ._white-text.--lh-383{line-height:383px}.GREEN ._white-text.--lh-384{line-height:384px}.GREEN ._white-text.--lh-385{line-height:385px}.GREEN ._white-text.--lh-386{line-height:386px}.GREEN ._white-text.--lh-387{line-height:387px}.GREEN ._white-text.--lh-388{line-height:388px}.GREEN ._white-text.--lh-389{line-height:389px}.GREEN ._white-text.--lh-390{line-height:390px}.GREEN ._white-text.--lh-391{line-height:391px}.GREEN ._white-text.--lh-392{line-height:392px}.GREEN ._white-text.--lh-393{line-height:393px}.GREEN ._white-text.--lh-394{line-height:394px}.GREEN ._white-text.--lh-395{line-height:395px}.GREEN ._white-text.--lh-396{line-height:396px}.GREEN ._white-text.--lh-397{line-height:397px}.GREEN ._white-text.--lh-398{line-height:398px}.GREEN ._white-text.--lh-399{line-height:399px}.GREEN ._white-text.--lh-400{line-height:400px}.GREEN ._white-text.--lh-401{line-height:401px}.GREEN ._white-text.--lh-402{line-height:402px}.GREEN ._white-text.--lh-403{line-height:403px}.GREEN ._white-text.--lh-404{line-height:404px}.GREEN ._white-text.--lh-405{line-height:405px}.GREEN ._white-text.--lh-406{line-height:406px}.GREEN ._white-text.--lh-407{line-height:407px}.GREEN ._white-text.--lh-408{line-height:408px}.GREEN ._white-text.--lh-409{line-height:409px}.GREEN ._white-text.--lh-410{line-height:410px}.GREEN ._white-text.--lh-411{line-height:411px}.GREEN ._white-text.--lh-412{line-height:412px}.GREEN ._white-text.--lh-413{line-height:413px}.GREEN ._white-text.--lh-414{line-height:414px}.GREEN ._white-text.--lh-415{line-height:415px}.GREEN ._white-text.--lh-416{line-height:416px}.GREEN ._white-text.--lh-417{line-height:417px}.GREEN ._white-text.--lh-418{line-height:418px}.GREEN ._white-text.--lh-419{line-height:419px}.GREEN ._white-text.--lh-420{line-height:420px}.GREEN ._white-text.--lh-421{line-height:421px}.GREEN ._white-text.--lh-422{line-height:422px}.GREEN ._white-text.--lh-423{line-height:423px}.GREEN ._white-text.--lh-424{line-height:424px}.GREEN ._white-text.--lh-425{line-height:425px}.GREEN ._white-text.--lh-426{line-height:426px}.GREEN ._white-text.--lh-427{line-height:427px}.GREEN ._white-text.--lh-428{line-height:428px}.GREEN ._white-text.--lh-429{line-height:429px}.GREEN ._white-text.--lh-430{line-height:430px}.GREEN ._white-text.--lh-431{line-height:431px}.GREEN ._white-text.--lh-432{line-height:432px}.GREEN ._white-text.--lh-433{line-height:433px}.GREEN ._white-text.--lh-434{line-height:434px}.GREEN ._white-text.--lh-435{line-height:435px}.GREEN ._white-text.--lh-436{line-height:436px}.GREEN ._white-text.--lh-437{line-height:437px}.GREEN ._white-text.--lh-438{line-height:438px}.GREEN ._white-text.--lh-439{line-height:439px}.GREEN ._white-text.--lh-440{line-height:440px}.GREEN ._white-text.--lh-441{line-height:441px}.GREEN ._white-text.--lh-442{line-height:442px}.GREEN ._white-text.--lh-443{line-height:443px}.GREEN ._white-text.--lh-444{line-height:444px}.GREEN ._white-text.--lh-445{line-height:445px}.GREEN ._white-text.--lh-446{line-height:446px}.GREEN ._white-text.--lh-447{line-height:447px}.GREEN ._white-text.--lh-448{line-height:448px}.GREEN ._white-text.--lh-449{line-height:449px}.GREEN ._white-text.--lh-450{line-height:450px}.GREEN ._white-text.--lh-451{line-height:451px}.GREEN ._white-text.--lh-452{line-height:452px}.GREEN ._white-text.--lh-453{line-height:453px}.GREEN ._white-text.--lh-454{line-height:454px}.GREEN ._white-text.--lh-455{line-height:455px}.GREEN ._white-text.--lh-456{line-height:456px}.GREEN ._white-text.--lh-457{line-height:457px}.GREEN ._white-text.--lh-458{line-height:458px}.GREEN ._white-text.--lh-459{line-height:459px}.GREEN ._white-text.--lh-460{line-height:460px}.GREEN ._white-text.--lh-461{line-height:461px}.GREEN ._white-text.--lh-462{line-height:462px}.GREEN ._white-text.--lh-463{line-height:463px}.GREEN ._white-text.--lh-464{line-height:464px}.GREEN ._white-text.--lh-465{line-height:465px}.GREEN ._white-text.--lh-466{line-height:466px}.GREEN ._white-text.--lh-467{line-height:467px}.GREEN ._white-text.--lh-468{line-height:468px}.GREEN ._white-text.--lh-469{line-height:469px}.GREEN ._white-text.--lh-470{line-height:470px}.GREEN ._white-text.--lh-471{line-height:471px}.GREEN ._white-text.--lh-472{line-height:472px}.GREEN ._white-text.--lh-473{line-height:473px}.GREEN ._white-text.--lh-474{line-height:474px}.GREEN ._white-text.--lh-475{line-height:475px}.GREEN ._white-text.--lh-476{line-height:476px}.GREEN ._white-text.--lh-477{line-height:477px}.GREEN ._white-text.--lh-478{line-height:478px}.GREEN ._white-text.--lh-479{line-height:479px}.GREEN ._white-text.--lh-480{line-height:480px}.GREEN ._white-text.--lh-481{line-height:481px}.GREEN ._white-text.--lh-482{line-height:482px}.GREEN ._white-text.--lh-483{line-height:483px}.GREEN ._white-text.--lh-484{line-height:484px}.GREEN ._white-text.--lh-485{line-height:485px}.GREEN ._white-text.--lh-486{line-height:486px}.GREEN ._white-text.--lh-487{line-height:487px}.GREEN ._white-text.--lh-488{line-height:488px}.GREEN ._white-text.--lh-489{line-height:489px}.GREEN ._white-text.--lh-490{line-height:490px}.GREEN ._white-text.--lh-491{line-height:491px}.GREEN ._white-text.--lh-492{line-height:492px}.GREEN ._white-text.--lh-493{line-height:493px}.GREEN ._white-text.--lh-494{line-height:494px}.GREEN ._white-text.--lh-495{line-height:495px}.GREEN ._white-text.--lh-496{line-height:496px}.GREEN ._white-text.--lh-497{line-height:497px}.GREEN ._white-text.--lh-498{line-height:498px}.GREEN ._white-text.--lh-499{line-height:499px}.GREEN ._white-text.--lh-500{line-height:500px}.GREEN ._white-text.--lh-501{line-height:501px}.GREEN ._white-text.--lh-502{line-height:502px}.GREEN ._white-text.--lh-503{line-height:503px}.GREEN ._white-text.--lh-504{line-height:504px}.GREEN ._white-text.--lh-505{line-height:505px}.GREEN ._white-text.--lh-506{line-height:506px}.GREEN ._white-text.--lh-507{line-height:507px}.GREEN ._white-text.--lh-508{line-height:508px}.GREEN ._white-text.--lh-509{line-height:509px}.GREEN ._white-text.--lh-510{line-height:510px}.GREEN ._white-text.--lh-511{line-height:511px}.GREEN ._white-text.--lh-512{line-height:512px}.GREEN ._white-text.--lh-513{line-height:513px}.GREEN ._white-text.--lh-514{line-height:514px}.GREEN ._white-text.--lh-515{line-height:515px}.GREEN ._white-text.--lh-516{line-height:516px}.GREEN ._white-text.--lh-517{line-height:517px}.GREEN ._white-text.--lh-518{line-height:518px}.GREEN ._white-text.--lh-519{line-height:519px}.GREEN ._white-text.--lh-520{line-height:520px}.GREEN ._white-text.--lh-521{line-height:521px}.GREEN ._white-text.--lh-522{line-height:522px}.GREEN ._white-text.--lh-523{line-height:523px}.GREEN ._white-text.--lh-524{line-height:524px}.GREEN ._white-text.--lh-525{line-height:525px}.GREEN ._white-text.--lh-526{line-height:526px}.GREEN ._white-text.--lh-527{line-height:527px}.GREEN ._white-text.--lh-528{line-height:528px}.GREEN ._white-text.--lh-529{line-height:529px}.GREEN ._white-text.--lh-530{line-height:530px}.GREEN ._white-text.--lh-531{line-height:531px}.GREEN ._white-text.--lh-532{line-height:532px}.GREEN ._white-text.--lh-533{line-height:533px}.GREEN ._white-text.--lh-534{line-height:534px}.GREEN ._white-text.--lh-535{line-height:535px}.GREEN ._white-text.--lh-536{line-height:536px}.GREEN ._white-text.--lh-537{line-height:537px}.GREEN ._white-text.--lh-538{line-height:538px}.GREEN ._white-text.--lh-539{line-height:539px}.GREEN ._white-text.--lh-540{line-height:540px}.GREEN ._white-text.--lh-541{line-height:541px}.GREEN ._white-text.--lh-542{line-height:542px}.GREEN ._white-text.--lh-543{line-height:543px}.GREEN ._white-text.--lh-544{line-height:544px}.GREEN ._white-text.--lh-545{line-height:545px}.GREEN ._white-text.--lh-546{line-height:546px}.GREEN ._white-text.--lh-547{line-height:547px}.GREEN ._white-text.--lh-548{line-height:548px}.GREEN ._white-text.--lh-549{line-height:549px}.GREEN ._white-text.--lh-550{line-height:550px}.GREEN ._white-text.--lh-551{line-height:551px}.GREEN ._white-text.--lh-552{line-height:552px}.GREEN ._white-text.--lh-553{line-height:553px}.GREEN ._white-text.--lh-554{line-height:554px}.GREEN ._white-text.--lh-555{line-height:555px}.GREEN ._white-text.--lh-556{line-height:556px}.GREEN ._white-text.--lh-557{line-height:557px}.GREEN ._white-text.--lh-558{line-height:558px}.GREEN ._white-text.--lh-559{line-height:559px}.GREEN ._white-text.--lh-560{line-height:560px}.GREEN ._white-text.--lh-561{line-height:561px}.GREEN ._white-text.--lh-562{line-height:562px}.GREEN ._white-text.--lh-563{line-height:563px}.GREEN ._white-text.--lh-564{line-height:564px}.GREEN ._white-text.--lh-565{line-height:565px}.GREEN ._white-text.--lh-566{line-height:566px}.GREEN ._white-text.--lh-567{line-height:567px}.GREEN ._white-text.--lh-568{line-height:568px}.GREEN ._white-text.--lh-569{line-height:569px}.GREEN ._white-text.--lh-570{line-height:570px}.GREEN ._white-text.--lh-571{line-height:571px}.GREEN ._white-text.--lh-572{line-height:572px}.GREEN ._white-text.--lh-573{line-height:573px}.GREEN ._white-text.--lh-574{line-height:574px}.GREEN ._white-text.--lh-575{line-height:575px}.GREEN ._white-text.--lh-576{line-height:576px}.GREEN ._white-text.--lh-577{line-height:577px}.GREEN ._white-text.--lh-578{line-height:578px}.GREEN ._white-text.--lh-579{line-height:579px}.GREEN ._white-text.--lh-580{line-height:580px}.GREEN ._white-text.--lh-581{line-height:581px}.GREEN ._white-text.--lh-582{line-height:582px}.GREEN ._white-text.--lh-583{line-height:583px}.GREEN ._white-text.--lh-584{line-height:584px}.GREEN ._white-text.--lh-585{line-height:585px}.GREEN ._white-text.--lh-586{line-height:586px}.GREEN ._white-text.--lh-587{line-height:587px}.GREEN ._white-text.--lh-588{line-height:588px}.GREEN ._white-text.--lh-589{line-height:589px}.GREEN ._white-text.--lh-590{line-height:590px}.GREEN ._white-text.--lh-591{line-height:591px}.GREEN ._white-text.--lh-592{line-height:592px}.GREEN ._white-text.--lh-593{line-height:593px}.GREEN ._white-text.--lh-594{line-height:594px}.GREEN ._white-text.--lh-595{line-height:595px}.GREEN ._white-text.--lh-596{line-height:596px}.GREEN ._white-text.--lh-597{line-height:597px}.GREEN ._white-text.--lh-598{line-height:598px}.GREEN ._white-text.--lh-599{line-height:599px}.GREEN ._white-text.--lh-600{line-height:600px}.GREEN ._white-text.--lh-601{line-height:601px}.GREEN ._white-text.--lh-602{line-height:602px}.GREEN ._white-text.--lh-603{line-height:603px}.GREEN ._white-text.--lh-604{line-height:604px}.GREEN ._white-text.--lh-605{line-height:605px}.GREEN ._white-text.--lh-606{line-height:606px}.GREEN ._white-text.--lh-607{line-height:607px}.GREEN ._white-text.--lh-608{line-height:608px}.GREEN ._white-text.--lh-609{line-height:609px}.GREEN ._white-text.--lh-610{line-height:610px}.GREEN ._white-text.--lh-611{line-height:611px}.GREEN ._white-text.--lh-612{line-height:612px}.GREEN ._white-text.--lh-613{line-height:613px}.GREEN ._white-text.--lh-614{line-height:614px}.GREEN ._white-text.--lh-615{line-height:615px}.GREEN ._white-text.--lh-616{line-height:616px}.GREEN ._white-text.--lh-617{line-height:617px}.GREEN ._white-text.--lh-618{line-height:618px}.GREEN ._white-text.--lh-619{line-height:619px}.GREEN ._white-text.--lh-620{line-height:620px}.GREEN ._white-text.--lh-621{line-height:621px}.GREEN ._white-text.--lh-622{line-height:622px}.GREEN ._white-text.--lh-623{line-height:623px}.GREEN ._white-text.--lh-624{line-height:624px}.GREEN ._white-text.--lh-625{line-height:625px}.GREEN ._white-text.--lh-626{line-height:626px}.GREEN ._white-text.--lh-627{line-height:627px}.GREEN ._white-text.--lh-628{line-height:628px}.GREEN ._white-text.--lh-629{line-height:629px}.GREEN ._white-text.--lh-630{line-height:630px}.GREEN ._white-text.--lh-631{line-height:631px}.GREEN ._white-text.--lh-632{line-height:632px}.GREEN ._white-text.--lh-633{line-height:633px}.GREEN ._white-text.--lh-634{line-height:634px}.GREEN ._white-text.--lh-635{line-height:635px}.GREEN ._white-text.--lh-636{line-height:636px}.GREEN ._white-text.--lh-637{line-height:637px}.GREEN ._white-text.--lh-638{line-height:638px}.GREEN ._white-text.--lh-639{line-height:639px}.GREEN ._white-text.--lh-640{line-height:640px}.GREEN ._white-text.--lh-641{line-height:641px}.GREEN ._white-text.--lh-642{line-height:642px}.GREEN ._white-text.--lh-643{line-height:643px}.GREEN ._white-text.--lh-644{line-height:644px}.GREEN ._white-text.--lh-645{line-height:645px}.GREEN ._white-text.--lh-646{line-height:646px}.GREEN ._white-text.--lh-647{line-height:647px}.GREEN ._white-text.--lh-648{line-height:648px}.GREEN ._white-text.--lh-649{line-height:649px}.GREEN ._white-text.--lh-650{line-height:650px}.GREEN ._white-text.--lh-651{line-height:651px}.GREEN ._white-text.--lh-652{line-height:652px}.GREEN ._white-text.--lh-653{line-height:653px}.GREEN ._white-text.--lh-654{line-height:654px}.GREEN ._white-text.--lh-655{line-height:655px}.GREEN ._white-text.--lh-656{line-height:656px}.GREEN ._white-text.--lh-657{line-height:657px}.GREEN ._white-text.--lh-658{line-height:658px}.GREEN ._white-text.--lh-659{line-height:659px}.GREEN ._white-text.--lh-660{line-height:660px}.GREEN ._white-text.--lh-661{line-height:661px}.GREEN ._white-text.--lh-662{line-height:662px}.GREEN ._white-text.--lh-663{line-height:663px}.GREEN ._white-text.--lh-664{line-height:664px}.GREEN ._white-text.--lh-665{line-height:665px}.GREEN ._white-text.--lh-666{line-height:666px}.GREEN ._white-text.--lh-667{line-height:667px}.GREEN ._white-text.--lh-668{line-height:668px}.GREEN ._white-text.--lh-669{line-height:669px}.GREEN ._white-text.--lh-670{line-height:670px}.GREEN ._white-text.--lh-671{line-height:671px}.GREEN ._white-text.--lh-672{line-height:672px}.GREEN ._white-text.--lh-673{line-height:673px}.GREEN ._white-text.--lh-674{line-height:674px}.GREEN ._white-text.--lh-675{line-height:675px}.GREEN ._white-text.--lh-676{line-height:676px}.GREEN ._white-text.--lh-677{line-height:677px}.GREEN ._white-text.--lh-678{line-height:678px}.GREEN ._white-text.--lh-679{line-height:679px}.GREEN ._white-text.--lh-680{line-height:680px}.GREEN ._white-text.--lh-681{line-height:681px}.GREEN ._white-text.--lh-682{line-height:682px}.GREEN ._white-text.--lh-683{line-height:683px}.GREEN ._white-text.--lh-684{line-height:684px}.GREEN ._white-text.--lh-685{line-height:685px}.GREEN ._white-text.--lh-686{line-height:686px}.GREEN ._white-text.--lh-687{line-height:687px}.GREEN ._white-text.--lh-688{line-height:688px}.GREEN ._white-text.--lh-689{line-height:689px}.GREEN ._white-text.--lh-690{line-height:690px}.GREEN ._white-text.--lh-691{line-height:691px}.GREEN ._white-text.--lh-692{line-height:692px}.GREEN ._white-text.--lh-693{line-height:693px}.GREEN ._white-text.--lh-694{line-height:694px}.GREEN ._white-text.--lh-695{line-height:695px}.GREEN ._white-text.--lh-696{line-height:696px}.GREEN ._white-text.--lh-697{line-height:697px}.GREEN ._white-text.--lh-698{line-height:698px}.GREEN ._white-text.--lh-699{line-height:699px}.GREEN ._white-text.--lh-700{line-height:700px}.GREEN ._white-text.--lh-701{line-height:701px}.GREEN ._white-text.--lh-702{line-height:702px}.GREEN ._white-text.--lh-703{line-height:703px}.GREEN ._white-text.--lh-704{line-height:704px}.GREEN ._white-text.--lh-705{line-height:705px}.GREEN ._white-text.--lh-706{line-height:706px}.GREEN ._white-text.--lh-707{line-height:707px}.GREEN ._white-text.--lh-708{line-height:708px}.GREEN ._white-text.--lh-709{line-height:709px}.GREEN ._white-text.--lh-710{line-height:710px}.GREEN ._white-text.--lh-711{line-height:711px}.GREEN ._white-text.--lh-712{line-height:712px}.GREEN ._white-text.--lh-713{line-height:713px}.GREEN ._white-text.--lh-714{line-height:714px}.GREEN ._white-text.--lh-715{line-height:715px}.GREEN ._white-text.--lh-716{line-height:716px}.GREEN ._white-text.--lh-717{line-height:717px}.GREEN ._white-text.--lh-718{line-height:718px}.GREEN ._white-text.--lh-719{line-height:719px}.GREEN ._white-text.--lh-720{line-height:720px}.GREEN ._white-text.--lh-721{line-height:721px}.GREEN ._white-text.--lh-722{line-height:722px}.GREEN ._white-text.--lh-723{line-height:723px}.GREEN ._white-text.--lh-724{line-height:724px}.GREEN ._white-text.--lh-725{line-height:725px}.GREEN ._white-text.--lh-726{line-height:726px}.GREEN ._white-text.--lh-727{line-height:727px}.GREEN ._white-text.--lh-728{line-height:728px}.GREEN ._white-text.--lh-729{line-height:729px}.GREEN ._white-text.--lh-730{line-height:730px}.GREEN ._white-text.--lh-731{line-height:731px}.GREEN ._white-text.--lh-732{line-height:732px}.GREEN ._white-text.--lh-733{line-height:733px}.GREEN ._white-text.--lh-734{line-height:734px}.GREEN ._white-text.--lh-735{line-height:735px}.GREEN ._white-text.--lh-736{line-height:736px}.GREEN ._white-text.--lh-737{line-height:737px}.GREEN ._white-text.--lh-738{line-height:738px}.GREEN ._white-text.--lh-739{line-height:739px}.GREEN ._white-text.--lh-740{line-height:740px}.GREEN ._white-text.--lh-741{line-height:741px}.GREEN ._white-text.--lh-742{line-height:742px}.GREEN ._white-text.--lh-743{line-height:743px}.GREEN ._white-text.--lh-744{line-height:744px}.GREEN ._white-text.--lh-745{line-height:745px}.GREEN ._white-text.--lh-746{line-height:746px}.GREEN ._white-text.--lh-747{line-height:747px}.GREEN ._white-text.--lh-748{line-height:748px}.GREEN ._white-text.--lh-749{line-height:749px}.GREEN ._white-text.--lh-750{line-height:750px}.GREEN ._white-text.--lh-751{line-height:751px}.GREEN ._white-text.--lh-752{line-height:752px}.GREEN ._white-text.--lh-753{line-height:753px}.GREEN ._white-text.--lh-754{line-height:754px}.GREEN ._white-text.--lh-755{line-height:755px}.GREEN ._white-text.--lh-756{line-height:756px}.GREEN ._white-text.--lh-757{line-height:757px}.GREEN ._white-text.--lh-758{line-height:758px}.GREEN ._white-text.--lh-759{line-height:759px}.GREEN ._white-text.--lh-760{line-height:760px}.GREEN ._white-text.--lh-761{line-height:761px}.GREEN ._white-text.--lh-762{line-height:762px}.GREEN ._white-text.--lh-763{line-height:763px}.GREEN ._white-text.--lh-764{line-height:764px}.GREEN ._white-text.--lh-765{line-height:765px}.GREEN ._white-text.--lh-766{line-height:766px}.GREEN ._white-text.--lh-767{line-height:767px}.GREEN ._white-text.--lh-768{line-height:768px}.GREEN ._white-text.--lh-769{line-height:769px}.GREEN ._white-text.--lh-770{line-height:770px}.GREEN ._white-text.--lh-771{line-height:771px}.GREEN ._white-text.--lh-772{line-height:772px}.GREEN ._white-text.--lh-773{line-height:773px}.GREEN ._white-text.--lh-774{line-height:774px}.GREEN ._white-text.--lh-775{line-height:775px}.GREEN ._white-text.--lh-776{line-height:776px}.GREEN ._white-text.--lh-777{line-height:777px}.GREEN ._white-text.--lh-778{line-height:778px}.GREEN ._white-text.--lh-779{line-height:779px}.GREEN ._white-text.--lh-780{line-height:780px}.GREEN ._white-text.--lh-781{line-height:781px}.GREEN ._white-text.--lh-782{line-height:782px}.GREEN ._white-text.--lh-783{line-height:783px}.GREEN ._white-text.--lh-784{line-height:784px}.GREEN ._white-text.--lh-785{line-height:785px}.GREEN ._white-text.--lh-786{line-height:786px}.GREEN ._white-text.--lh-787{line-height:787px}.GREEN ._white-text.--lh-788{line-height:788px}.GREEN ._white-text.--lh-789{line-height:789px}.GREEN ._white-text.--lh-790{line-height:790px}.GREEN ._white-text.--lh-791{line-height:791px}.GREEN ._white-text.--lh-792{line-height:792px}.GREEN ._white-text.--lh-793{line-height:793px}.GREEN ._white-text.--lh-794{line-height:794px}.GREEN ._white-text.--lh-795{line-height:795px}.GREEN ._white-text.--lh-796{line-height:796px}.GREEN ._white-text.--lh-797{line-height:797px}.GREEN ._white-text.--lh-798{line-height:798px}.GREEN ._white-text.--lh-799{line-height:799px}.GREEN ._white-text.--lh-800{line-height:800px}.GREEN .profile-details-label{font-family:Poppins;font-size:22.37px;font-weight:700;line-height:33.55px;color:#14ff6c}.BLACK_ROSE ._primary-text{color:var(--white);font-family:Poppins}.BLACK_ROSE ._primary-text.--size-5{font-size:5px}.BLACK_ROSE ._primary-text.--size-6{font-size:6px}.BLACK_ROSE ._primary-text.--size-7{font-size:7px}.BLACK_ROSE ._primary-text.--size-8{font-size:8px}.BLACK_ROSE ._primary-text.--size-9{font-size:9px}.BLACK_ROSE ._primary-text.--size-10{font-size:10px}.BLACK_ROSE ._primary-text.--size-11{font-size:11px}.BLACK_ROSE ._primary-text.--size-12{font-size:12px}.BLACK_ROSE ._primary-text.--size-13{font-size:13px}.BLACK_ROSE ._primary-text.--size-14{font-size:14px}.BLACK_ROSE ._primary-text.--size-15{font-size:15px}.BLACK_ROSE ._primary-text.--size-16{font-size:16px}.BLACK_ROSE ._primary-text.--size-17{font-size:17px}.BLACK_ROSE ._primary-text.--size-18{font-size:18px}.BLACK_ROSE ._primary-text.--size-19{font-size:19px}.BLACK_ROSE ._primary-text.--size-20{font-size:20px}.BLACK_ROSE ._primary-text.--size-21{font-size:21px}.BLACK_ROSE ._primary-text.--size-22{font-size:22px}.BLACK_ROSE ._primary-text.--size-23{font-size:23px}.BLACK_ROSE ._primary-text.--size-24{font-size:24px}.BLACK_ROSE ._primary-text.--size-25{font-size:25px}.BLACK_ROSE ._primary-text.--size-26{font-size:26px}.BLACK_ROSE ._primary-text.--size-27{font-size:27px}.BLACK_ROSE ._primary-text.--size-28{font-size:28px}.BLACK_ROSE ._primary-text.--size-29{font-size:29px}.BLACK_ROSE ._primary-text.--size-30{font-size:30px}.BLACK_ROSE ._primary-text.--size-31{font-size:31px}.BLACK_ROSE ._primary-text.--size-32{font-size:32px}.BLACK_ROSE ._primary-text.--size-33{font-size:33px}.BLACK_ROSE ._primary-text.--size-34{font-size:34px}.BLACK_ROSE ._primary-text.--size-35{font-size:35px}.BLACK_ROSE ._primary-text.--size-36{font-size:36px}.BLACK_ROSE ._primary-text.--size-37{font-size:37px}.BLACK_ROSE ._primary-text.--size-38{font-size:38px}.BLACK_ROSE ._primary-text.--size-39{font-size:39px}.BLACK_ROSE ._primary-text.--size-40{font-size:40px}.BLACK_ROSE ._primary-text.--size-41{font-size:41px}.BLACK_ROSE ._primary-text.--size-42{font-size:42px}.BLACK_ROSE ._primary-text.--size-43{font-size:43px}.BLACK_ROSE ._primary-text.--size-44{font-size:44px}.BLACK_ROSE ._primary-text.--size-45{font-size:45px}.BLACK_ROSE ._primary-text.--size-46{font-size:46px}.BLACK_ROSE ._primary-text.--size-47{font-size:47px}.BLACK_ROSE ._primary-text.--size-48{font-size:48px}.BLACK_ROSE ._primary-text.--size-49{font-size:49px}.BLACK_ROSE ._primary-text.--size-50{font-size:50px}.BLACK_ROSE ._primary-text.--size-51{font-size:51px}.BLACK_ROSE ._primary-text.--size-52{font-size:52px}.BLACK_ROSE ._primary-text.--size-53{font-size:53px}.BLACK_ROSE ._primary-text.--size-54{font-size:54px}.BLACK_ROSE ._primary-text.--size-55{font-size:55px}.BLACK_ROSE ._primary-text.--size-56{font-size:56px}.BLACK_ROSE ._primary-text.--size-57{font-size:57px}.BLACK_ROSE ._primary-text.--size-58{font-size:58px}.BLACK_ROSE ._primary-text.--size-59{font-size:59px}.BLACK_ROSE ._primary-text.--size-60{font-size:60px}.BLACK_ROSE ._primary-text.--size-61{font-size:61px}.BLACK_ROSE ._primary-text.--size-62{font-size:62px}.BLACK_ROSE ._primary-text.--size-63{font-size:63px}.BLACK_ROSE ._primary-text.--size-64{font-size:64px}.BLACK_ROSE ._primary-text.--size-65{font-size:65px}.BLACK_ROSE ._primary-text.--size-66{font-size:66px}.BLACK_ROSE ._primary-text.--size-67{font-size:67px}.BLACK_ROSE ._primary-text.--size-68{font-size:68px}.BLACK_ROSE ._primary-text.--size-69{font-size:69px}.BLACK_ROSE ._primary-text.--size-70{font-size:70px}.BLACK_ROSE ._primary-text.--size-71{font-size:71px}.BLACK_ROSE ._primary-text.--size-72{font-size:72px}.BLACK_ROSE ._primary-text.--size-73{font-size:73px}.BLACK_ROSE ._primary-text.--size-74{font-size:74px}.BLACK_ROSE ._primary-text.--size-75{font-size:75px}.BLACK_ROSE ._primary-text.--size-76{font-size:76px}.BLACK_ROSE ._primary-text.--size-77{font-size:77px}.BLACK_ROSE ._primary-text.--size-78{font-size:78px}.BLACK_ROSE ._primary-text.--size-79{font-size:79px}.BLACK_ROSE ._primary-text.--size-80{font-size:80px}.BLACK_ROSE ._primary-text.--size-81{font-size:81px}.BLACK_ROSE ._primary-text.--size-82{font-size:82px}.BLACK_ROSE ._primary-text.--size-83{font-size:83px}.BLACK_ROSE ._primary-text.--size-84{font-size:84px}.BLACK_ROSE ._primary-text.--size-85{font-size:85px}.BLACK_ROSE ._primary-text.--size-86{font-size:86px}.BLACK_ROSE ._primary-text.--size-87{font-size:87px}.BLACK_ROSE ._primary-text.--size-88{font-size:88px}.BLACK_ROSE ._primary-text.--size-89{font-size:89px}.BLACK_ROSE ._primary-text.--size-90{font-size:90px}.BLACK_ROSE ._primary-text.--size-91{font-size:91px}.BLACK_ROSE ._primary-text.--size-92{font-size:92px}.BLACK_ROSE ._primary-text.--size-93{font-size:93px}.BLACK_ROSE ._primary-text.--size-94{font-size:94px}.BLACK_ROSE ._primary-text.--size-95{font-size:95px}.BLACK_ROSE ._primary-text.--size-96{font-size:96px}.BLACK_ROSE ._primary-text.--size-97{font-size:97px}.BLACK_ROSE ._primary-text.--size-98{font-size:98px}.BLACK_ROSE ._primary-text.--size-99{font-size:99px}.BLACK_ROSE ._primary-text.--size-100{font-size:100px}.BLACK_ROSE ._primary-text.--weight-100{font-weight:100}.BLACK_ROSE ._primary-text.--weight-101{font-weight:101}.BLACK_ROSE ._primary-text.--weight-102{font-weight:102}.BLACK_ROSE ._primary-text.--weight-103{font-weight:103}.BLACK_ROSE ._primary-text.--weight-104{font-weight:104}.BLACK_ROSE ._primary-text.--weight-105{font-weight:105}.BLACK_ROSE ._primary-text.--weight-106{font-weight:106}.BLACK_ROSE ._primary-text.--weight-107{font-weight:107}.BLACK_ROSE ._primary-text.--weight-108{font-weight:108}.BLACK_ROSE ._primary-text.--weight-109{font-weight:109}.BLACK_ROSE ._primary-text.--weight-110{font-weight:110}.BLACK_ROSE ._primary-text.--weight-111{font-weight:111}.BLACK_ROSE ._primary-text.--weight-112{font-weight:112}.BLACK_ROSE ._primary-text.--weight-113{font-weight:113}.BLACK_ROSE ._primary-text.--weight-114{font-weight:114}.BLACK_ROSE ._primary-text.--weight-115{font-weight:115}.BLACK_ROSE ._primary-text.--weight-116{font-weight:116}.BLACK_ROSE ._primary-text.--weight-117{font-weight:117}.BLACK_ROSE ._primary-text.--weight-118{font-weight:118}.BLACK_ROSE ._primary-text.--weight-119{font-weight:119}.BLACK_ROSE ._primary-text.--weight-120{font-weight:120}.BLACK_ROSE ._primary-text.--weight-121{font-weight:121}.BLACK_ROSE ._primary-text.--weight-122{font-weight:122}.BLACK_ROSE ._primary-text.--weight-123{font-weight:123}.BLACK_ROSE ._primary-text.--weight-124{font-weight:124}.BLACK_ROSE ._primary-text.--weight-125{font-weight:125}.BLACK_ROSE ._primary-text.--weight-126{font-weight:126}.BLACK_ROSE ._primary-text.--weight-127{font-weight:127}.BLACK_ROSE ._primary-text.--weight-128{font-weight:128}.BLACK_ROSE ._primary-text.--weight-129{font-weight:129}.BLACK_ROSE ._primary-text.--weight-130{font-weight:130}.BLACK_ROSE ._primary-text.--weight-131{font-weight:131}.BLACK_ROSE ._primary-text.--weight-132{font-weight:132}.BLACK_ROSE ._primary-text.--weight-133{font-weight:133}.BLACK_ROSE ._primary-text.--weight-134{font-weight:134}.BLACK_ROSE ._primary-text.--weight-135{font-weight:135}.BLACK_ROSE ._primary-text.--weight-136{font-weight:136}.BLACK_ROSE ._primary-text.--weight-137{font-weight:137}.BLACK_ROSE ._primary-text.--weight-138{font-weight:138}.BLACK_ROSE ._primary-text.--weight-139{font-weight:139}.BLACK_ROSE ._primary-text.--weight-140{font-weight:140}.BLACK_ROSE ._primary-text.--weight-141{font-weight:141}.BLACK_ROSE ._primary-text.--weight-142{font-weight:142}.BLACK_ROSE ._primary-text.--weight-143{font-weight:143}.BLACK_ROSE ._primary-text.--weight-144{font-weight:144}.BLACK_ROSE ._primary-text.--weight-145{font-weight:145}.BLACK_ROSE ._primary-text.--weight-146{font-weight:146}.BLACK_ROSE ._primary-text.--weight-147{font-weight:147}.BLACK_ROSE ._primary-text.--weight-148{font-weight:148}.BLACK_ROSE ._primary-text.--weight-149{font-weight:149}.BLACK_ROSE ._primary-text.--weight-150{font-weight:150}.BLACK_ROSE ._primary-text.--weight-151{font-weight:151}.BLACK_ROSE ._primary-text.--weight-152{font-weight:152}.BLACK_ROSE ._primary-text.--weight-153{font-weight:153}.BLACK_ROSE ._primary-text.--weight-154{font-weight:154}.BLACK_ROSE ._primary-text.--weight-155{font-weight:155}.BLACK_ROSE ._primary-text.--weight-156{font-weight:156}.BLACK_ROSE ._primary-text.--weight-157{font-weight:157}.BLACK_ROSE ._primary-text.--weight-158{font-weight:158}.BLACK_ROSE ._primary-text.--weight-159{font-weight:159}.BLACK_ROSE ._primary-text.--weight-160{font-weight:160}.BLACK_ROSE ._primary-text.--weight-161{font-weight:161}.BLACK_ROSE ._primary-text.--weight-162{font-weight:162}.BLACK_ROSE ._primary-text.--weight-163{font-weight:163}.BLACK_ROSE ._primary-text.--weight-164{font-weight:164}.BLACK_ROSE ._primary-text.--weight-165{font-weight:165}.BLACK_ROSE ._primary-text.--weight-166{font-weight:166}.BLACK_ROSE ._primary-text.--weight-167{font-weight:167}.BLACK_ROSE ._primary-text.--weight-168{font-weight:168}.BLACK_ROSE ._primary-text.--weight-169{font-weight:169}.BLACK_ROSE ._primary-text.--weight-170{font-weight:170}.BLACK_ROSE ._primary-text.--weight-171{font-weight:171}.BLACK_ROSE ._primary-text.--weight-172{font-weight:172}.BLACK_ROSE ._primary-text.--weight-173{font-weight:173}.BLACK_ROSE ._primary-text.--weight-174{font-weight:174}.BLACK_ROSE ._primary-text.--weight-175{font-weight:175}.BLACK_ROSE ._primary-text.--weight-176{font-weight:176}.BLACK_ROSE ._primary-text.--weight-177{font-weight:177}.BLACK_ROSE ._primary-text.--weight-178{font-weight:178}.BLACK_ROSE ._primary-text.--weight-179{font-weight:179}.BLACK_ROSE ._primary-text.--weight-180{font-weight:180}.BLACK_ROSE ._primary-text.--weight-181{font-weight:181}.BLACK_ROSE ._primary-text.--weight-182{font-weight:182}.BLACK_ROSE ._primary-text.--weight-183{font-weight:183}.BLACK_ROSE ._primary-text.--weight-184{font-weight:184}.BLACK_ROSE ._primary-text.--weight-185{font-weight:185}.BLACK_ROSE ._primary-text.--weight-186{font-weight:186}.BLACK_ROSE ._primary-text.--weight-187{font-weight:187}.BLACK_ROSE ._primary-text.--weight-188{font-weight:188}.BLACK_ROSE ._primary-text.--weight-189{font-weight:189}.BLACK_ROSE ._primary-text.--weight-190{font-weight:190}.BLACK_ROSE ._primary-text.--weight-191{font-weight:191}.BLACK_ROSE ._primary-text.--weight-192{font-weight:192}.BLACK_ROSE ._primary-text.--weight-193{font-weight:193}.BLACK_ROSE ._primary-text.--weight-194{font-weight:194}.BLACK_ROSE ._primary-text.--weight-195{font-weight:195}.BLACK_ROSE ._primary-text.--weight-196{font-weight:196}.BLACK_ROSE ._primary-text.--weight-197{font-weight:197}.BLACK_ROSE ._primary-text.--weight-198{font-weight:198}.BLACK_ROSE ._primary-text.--weight-199{font-weight:199}.BLACK_ROSE ._primary-text.--weight-200{font-weight:200}.BLACK_ROSE ._primary-text.--weight-201{font-weight:201}.BLACK_ROSE ._primary-text.--weight-202{font-weight:202}.BLACK_ROSE ._primary-text.--weight-203{font-weight:203}.BLACK_ROSE ._primary-text.--weight-204{font-weight:204}.BLACK_ROSE ._primary-text.--weight-205{font-weight:205}.BLACK_ROSE ._primary-text.--weight-206{font-weight:206}.BLACK_ROSE ._primary-text.--weight-207{font-weight:207}.BLACK_ROSE ._primary-text.--weight-208{font-weight:208}.BLACK_ROSE ._primary-text.--weight-209{font-weight:209}.BLACK_ROSE ._primary-text.--weight-210{font-weight:210}.BLACK_ROSE ._primary-text.--weight-211{font-weight:211}.BLACK_ROSE ._primary-text.--weight-212{font-weight:212}.BLACK_ROSE ._primary-text.--weight-213{font-weight:213}.BLACK_ROSE ._primary-text.--weight-214{font-weight:214}.BLACK_ROSE ._primary-text.--weight-215{font-weight:215}.BLACK_ROSE ._primary-text.--weight-216{font-weight:216}.BLACK_ROSE ._primary-text.--weight-217{font-weight:217}.BLACK_ROSE ._primary-text.--weight-218{font-weight:218}.BLACK_ROSE ._primary-text.--weight-219{font-weight:219}.BLACK_ROSE ._primary-text.--weight-220{font-weight:220}.BLACK_ROSE ._primary-text.--weight-221{font-weight:221}.BLACK_ROSE ._primary-text.--weight-222{font-weight:222}.BLACK_ROSE ._primary-text.--weight-223{font-weight:223}.BLACK_ROSE ._primary-text.--weight-224{font-weight:224}.BLACK_ROSE ._primary-text.--weight-225{font-weight:225}.BLACK_ROSE ._primary-text.--weight-226{font-weight:226}.BLACK_ROSE ._primary-text.--weight-227{font-weight:227}.BLACK_ROSE ._primary-text.--weight-228{font-weight:228}.BLACK_ROSE ._primary-text.--weight-229{font-weight:229}.BLACK_ROSE ._primary-text.--weight-230{font-weight:230}.BLACK_ROSE ._primary-text.--weight-231{font-weight:231}.BLACK_ROSE ._primary-text.--weight-232{font-weight:232}.BLACK_ROSE ._primary-text.--weight-233{font-weight:233}.BLACK_ROSE ._primary-text.--weight-234{font-weight:234}.BLACK_ROSE ._primary-text.--weight-235{font-weight:235}.BLACK_ROSE ._primary-text.--weight-236{font-weight:236}.BLACK_ROSE ._primary-text.--weight-237{font-weight:237}.BLACK_ROSE ._primary-text.--weight-238{font-weight:238}.BLACK_ROSE ._primary-text.--weight-239{font-weight:239}.BLACK_ROSE ._primary-text.--weight-240{font-weight:240}.BLACK_ROSE ._primary-text.--weight-241{font-weight:241}.BLACK_ROSE ._primary-text.--weight-242{font-weight:242}.BLACK_ROSE ._primary-text.--weight-243{font-weight:243}.BLACK_ROSE ._primary-text.--weight-244{font-weight:244}.BLACK_ROSE ._primary-text.--weight-245{font-weight:245}.BLACK_ROSE ._primary-text.--weight-246{font-weight:246}.BLACK_ROSE ._primary-text.--weight-247{font-weight:247}.BLACK_ROSE ._primary-text.--weight-248{font-weight:248}.BLACK_ROSE ._primary-text.--weight-249{font-weight:249}.BLACK_ROSE ._primary-text.--weight-250{font-weight:250}.BLACK_ROSE ._primary-text.--weight-251{font-weight:251}.BLACK_ROSE ._primary-text.--weight-252{font-weight:252}.BLACK_ROSE ._primary-text.--weight-253{font-weight:253}.BLACK_ROSE ._primary-text.--weight-254{font-weight:254}.BLACK_ROSE ._primary-text.--weight-255{font-weight:255}.BLACK_ROSE ._primary-text.--weight-256{font-weight:256}.BLACK_ROSE ._primary-text.--weight-257{font-weight:257}.BLACK_ROSE ._primary-text.--weight-258{font-weight:258}.BLACK_ROSE ._primary-text.--weight-259{font-weight:259}.BLACK_ROSE ._primary-text.--weight-260{font-weight:260}.BLACK_ROSE ._primary-text.--weight-261{font-weight:261}.BLACK_ROSE ._primary-text.--weight-262{font-weight:262}.BLACK_ROSE ._primary-text.--weight-263{font-weight:263}.BLACK_ROSE ._primary-text.--weight-264{font-weight:264}.BLACK_ROSE ._primary-text.--weight-265{font-weight:265}.BLACK_ROSE ._primary-text.--weight-266{font-weight:266}.BLACK_ROSE ._primary-text.--weight-267{font-weight:267}.BLACK_ROSE ._primary-text.--weight-268{font-weight:268}.BLACK_ROSE ._primary-text.--weight-269{font-weight:269}.BLACK_ROSE ._primary-text.--weight-270{font-weight:270}.BLACK_ROSE ._primary-text.--weight-271{font-weight:271}.BLACK_ROSE ._primary-text.--weight-272{font-weight:272}.BLACK_ROSE ._primary-text.--weight-273{font-weight:273}.BLACK_ROSE ._primary-text.--weight-274{font-weight:274}.BLACK_ROSE ._primary-text.--weight-275{font-weight:275}.BLACK_ROSE ._primary-text.--weight-276{font-weight:276}.BLACK_ROSE ._primary-text.--weight-277{font-weight:277}.BLACK_ROSE ._primary-text.--weight-278{font-weight:278}.BLACK_ROSE ._primary-text.--weight-279{font-weight:279}.BLACK_ROSE ._primary-text.--weight-280{font-weight:280}.BLACK_ROSE ._primary-text.--weight-281{font-weight:281}.BLACK_ROSE ._primary-text.--weight-282{font-weight:282}.BLACK_ROSE ._primary-text.--weight-283{font-weight:283}.BLACK_ROSE ._primary-text.--weight-284{font-weight:284}.BLACK_ROSE ._primary-text.--weight-285{font-weight:285}.BLACK_ROSE ._primary-text.--weight-286{font-weight:286}.BLACK_ROSE ._primary-text.--weight-287{font-weight:287}.BLACK_ROSE ._primary-text.--weight-288{font-weight:288}.BLACK_ROSE ._primary-text.--weight-289{font-weight:289}.BLACK_ROSE ._primary-text.--weight-290{font-weight:290}.BLACK_ROSE ._primary-text.--weight-291{font-weight:291}.BLACK_ROSE ._primary-text.--weight-292{font-weight:292}.BLACK_ROSE ._primary-text.--weight-293{font-weight:293}.BLACK_ROSE ._primary-text.--weight-294{font-weight:294}.BLACK_ROSE ._primary-text.--weight-295{font-weight:295}.BLACK_ROSE ._primary-text.--weight-296{font-weight:296}.BLACK_ROSE ._primary-text.--weight-297{font-weight:297}.BLACK_ROSE ._primary-text.--weight-298{font-weight:298}.BLACK_ROSE ._primary-text.--weight-299{font-weight:299}.BLACK_ROSE ._primary-text.--weight-300{font-weight:300}.BLACK_ROSE ._primary-text.--weight-301{font-weight:301}.BLACK_ROSE ._primary-text.--weight-302{font-weight:302}.BLACK_ROSE ._primary-text.--weight-303{font-weight:303}.BLACK_ROSE ._primary-text.--weight-304{font-weight:304}.BLACK_ROSE ._primary-text.--weight-305{font-weight:305}.BLACK_ROSE ._primary-text.--weight-306{font-weight:306}.BLACK_ROSE ._primary-text.--weight-307{font-weight:307}.BLACK_ROSE ._primary-text.--weight-308{font-weight:308}.BLACK_ROSE ._primary-text.--weight-309{font-weight:309}.BLACK_ROSE ._primary-text.--weight-310{font-weight:310}.BLACK_ROSE ._primary-text.--weight-311{font-weight:311}.BLACK_ROSE ._primary-text.--weight-312{font-weight:312}.BLACK_ROSE ._primary-text.--weight-313{font-weight:313}.BLACK_ROSE ._primary-text.--weight-314{font-weight:314}.BLACK_ROSE ._primary-text.--weight-315{font-weight:315}.BLACK_ROSE ._primary-text.--weight-316{font-weight:316}.BLACK_ROSE ._primary-text.--weight-317{font-weight:317}.BLACK_ROSE ._primary-text.--weight-318{font-weight:318}.BLACK_ROSE ._primary-text.--weight-319{font-weight:319}.BLACK_ROSE ._primary-text.--weight-320{font-weight:320}.BLACK_ROSE ._primary-text.--weight-321{font-weight:321}.BLACK_ROSE ._primary-text.--weight-322{font-weight:322}.BLACK_ROSE ._primary-text.--weight-323{font-weight:323}.BLACK_ROSE ._primary-text.--weight-324{font-weight:324}.BLACK_ROSE ._primary-text.--weight-325{font-weight:325}.BLACK_ROSE ._primary-text.--weight-326{font-weight:326}.BLACK_ROSE ._primary-text.--weight-327{font-weight:327}.BLACK_ROSE ._primary-text.--weight-328{font-weight:328}.BLACK_ROSE ._primary-text.--weight-329{font-weight:329}.BLACK_ROSE ._primary-text.--weight-330{font-weight:330}.BLACK_ROSE ._primary-text.--weight-331{font-weight:331}.BLACK_ROSE ._primary-text.--weight-332{font-weight:332}.BLACK_ROSE ._primary-text.--weight-333{font-weight:333}.BLACK_ROSE ._primary-text.--weight-334{font-weight:334}.BLACK_ROSE ._primary-text.--weight-335{font-weight:335}.BLACK_ROSE ._primary-text.--weight-336{font-weight:336}.BLACK_ROSE ._primary-text.--weight-337{font-weight:337}.BLACK_ROSE ._primary-text.--weight-338{font-weight:338}.BLACK_ROSE ._primary-text.--weight-339{font-weight:339}.BLACK_ROSE ._primary-text.--weight-340{font-weight:340}.BLACK_ROSE ._primary-text.--weight-341{font-weight:341}.BLACK_ROSE ._primary-text.--weight-342{font-weight:342}.BLACK_ROSE ._primary-text.--weight-343{font-weight:343}.BLACK_ROSE ._primary-text.--weight-344{font-weight:344}.BLACK_ROSE ._primary-text.--weight-345{font-weight:345}.BLACK_ROSE ._primary-text.--weight-346{font-weight:346}.BLACK_ROSE ._primary-text.--weight-347{font-weight:347}.BLACK_ROSE ._primary-text.--weight-348{font-weight:348}.BLACK_ROSE ._primary-text.--weight-349{font-weight:349}.BLACK_ROSE ._primary-text.--weight-350{font-weight:350}.BLACK_ROSE ._primary-text.--weight-351{font-weight:351}.BLACK_ROSE ._primary-text.--weight-352{font-weight:352}.BLACK_ROSE ._primary-text.--weight-353{font-weight:353}.BLACK_ROSE ._primary-text.--weight-354{font-weight:354}.BLACK_ROSE ._primary-text.--weight-355{font-weight:355}.BLACK_ROSE ._primary-text.--weight-356{font-weight:356}.BLACK_ROSE ._primary-text.--weight-357{font-weight:357}.BLACK_ROSE ._primary-text.--weight-358{font-weight:358}.BLACK_ROSE ._primary-text.--weight-359{font-weight:359}.BLACK_ROSE ._primary-text.--weight-360{font-weight:360}.BLACK_ROSE ._primary-text.--weight-361{font-weight:361}.BLACK_ROSE ._primary-text.--weight-362{font-weight:362}.BLACK_ROSE ._primary-text.--weight-363{font-weight:363}.BLACK_ROSE ._primary-text.--weight-364{font-weight:364}.BLACK_ROSE ._primary-text.--weight-365{font-weight:365}.BLACK_ROSE ._primary-text.--weight-366{font-weight:366}.BLACK_ROSE ._primary-text.--weight-367{font-weight:367}.BLACK_ROSE ._primary-text.--weight-368{font-weight:368}.BLACK_ROSE ._primary-text.--weight-369{font-weight:369}.BLACK_ROSE ._primary-text.--weight-370{font-weight:370}.BLACK_ROSE ._primary-text.--weight-371{font-weight:371}.BLACK_ROSE ._primary-text.--weight-372{font-weight:372}.BLACK_ROSE ._primary-text.--weight-373{font-weight:373}.BLACK_ROSE ._primary-text.--weight-374{font-weight:374}.BLACK_ROSE ._primary-text.--weight-375{font-weight:375}.BLACK_ROSE ._primary-text.--weight-376{font-weight:376}.BLACK_ROSE ._primary-text.--weight-377{font-weight:377}.BLACK_ROSE ._primary-text.--weight-378{font-weight:378}.BLACK_ROSE ._primary-text.--weight-379{font-weight:379}.BLACK_ROSE ._primary-text.--weight-380{font-weight:380}.BLACK_ROSE ._primary-text.--weight-381{font-weight:381}.BLACK_ROSE ._primary-text.--weight-382{font-weight:382}.BLACK_ROSE ._primary-text.--weight-383{font-weight:383}.BLACK_ROSE ._primary-text.--weight-384{font-weight:384}.BLACK_ROSE ._primary-text.--weight-385{font-weight:385}.BLACK_ROSE ._primary-text.--weight-386{font-weight:386}.BLACK_ROSE ._primary-text.--weight-387{font-weight:387}.BLACK_ROSE ._primary-text.--weight-388{font-weight:388}.BLACK_ROSE ._primary-text.--weight-389{font-weight:389}.BLACK_ROSE ._primary-text.--weight-390{font-weight:390}.BLACK_ROSE ._primary-text.--weight-391{font-weight:391}.BLACK_ROSE ._primary-text.--weight-392{font-weight:392}.BLACK_ROSE ._primary-text.--weight-393{font-weight:393}.BLACK_ROSE ._primary-text.--weight-394{font-weight:394}.BLACK_ROSE ._primary-text.--weight-395{font-weight:395}.BLACK_ROSE ._primary-text.--weight-396{font-weight:396}.BLACK_ROSE ._primary-text.--weight-397{font-weight:397}.BLACK_ROSE ._primary-text.--weight-398{font-weight:398}.BLACK_ROSE ._primary-text.--weight-399{font-weight:399}.BLACK_ROSE ._primary-text.--weight-400{font-weight:400}.BLACK_ROSE ._primary-text.--weight-401{font-weight:401}.BLACK_ROSE ._primary-text.--weight-402{font-weight:402}.BLACK_ROSE ._primary-text.--weight-403{font-weight:403}.BLACK_ROSE ._primary-text.--weight-404{font-weight:404}.BLACK_ROSE ._primary-text.--weight-405{font-weight:405}.BLACK_ROSE ._primary-text.--weight-406{font-weight:406}.BLACK_ROSE ._primary-text.--weight-407{font-weight:407}.BLACK_ROSE ._primary-text.--weight-408{font-weight:408}.BLACK_ROSE ._primary-text.--weight-409{font-weight:409}.BLACK_ROSE ._primary-text.--weight-410{font-weight:410}.BLACK_ROSE ._primary-text.--weight-411{font-weight:411}.BLACK_ROSE ._primary-text.--weight-412{font-weight:412}.BLACK_ROSE ._primary-text.--weight-413{font-weight:413}.BLACK_ROSE ._primary-text.--weight-414{font-weight:414}.BLACK_ROSE ._primary-text.--weight-415{font-weight:415}.BLACK_ROSE ._primary-text.--weight-416{font-weight:416}.BLACK_ROSE ._primary-text.--weight-417{font-weight:417}.BLACK_ROSE ._primary-text.--weight-418{font-weight:418}.BLACK_ROSE ._primary-text.--weight-419{font-weight:419}.BLACK_ROSE ._primary-text.--weight-420{font-weight:420}.BLACK_ROSE ._primary-text.--weight-421{font-weight:421}.BLACK_ROSE ._primary-text.--weight-422{font-weight:422}.BLACK_ROSE ._primary-text.--weight-423{font-weight:423}.BLACK_ROSE ._primary-text.--weight-424{font-weight:424}.BLACK_ROSE ._primary-text.--weight-425{font-weight:425}.BLACK_ROSE ._primary-text.--weight-426{font-weight:426}.BLACK_ROSE ._primary-text.--weight-427{font-weight:427}.BLACK_ROSE ._primary-text.--weight-428{font-weight:428}.BLACK_ROSE ._primary-text.--weight-429{font-weight:429}.BLACK_ROSE ._primary-text.--weight-430{font-weight:430}.BLACK_ROSE ._primary-text.--weight-431{font-weight:431}.BLACK_ROSE ._primary-text.--weight-432{font-weight:432}.BLACK_ROSE ._primary-text.--weight-433{font-weight:433}.BLACK_ROSE ._primary-text.--weight-434{font-weight:434}.BLACK_ROSE ._primary-text.--weight-435{font-weight:435}.BLACK_ROSE ._primary-text.--weight-436{font-weight:436}.BLACK_ROSE ._primary-text.--weight-437{font-weight:437}.BLACK_ROSE ._primary-text.--weight-438{font-weight:438}.BLACK_ROSE ._primary-text.--weight-439{font-weight:439}.BLACK_ROSE ._primary-text.--weight-440{font-weight:440}.BLACK_ROSE ._primary-text.--weight-441{font-weight:441}.BLACK_ROSE ._primary-text.--weight-442{font-weight:442}.BLACK_ROSE ._primary-text.--weight-443{font-weight:443}.BLACK_ROSE ._primary-text.--weight-444{font-weight:444}.BLACK_ROSE ._primary-text.--weight-445{font-weight:445}.BLACK_ROSE ._primary-text.--weight-446{font-weight:446}.BLACK_ROSE ._primary-text.--weight-447{font-weight:447}.BLACK_ROSE ._primary-text.--weight-448{font-weight:448}.BLACK_ROSE ._primary-text.--weight-449{font-weight:449}.BLACK_ROSE ._primary-text.--weight-450{font-weight:450}.BLACK_ROSE ._primary-text.--weight-451{font-weight:451}.BLACK_ROSE ._primary-text.--weight-452{font-weight:452}.BLACK_ROSE ._primary-text.--weight-453{font-weight:453}.BLACK_ROSE ._primary-text.--weight-454{font-weight:454}.BLACK_ROSE ._primary-text.--weight-455{font-weight:455}.BLACK_ROSE ._primary-text.--weight-456{font-weight:456}.BLACK_ROSE ._primary-text.--weight-457{font-weight:457}.BLACK_ROSE ._primary-text.--weight-458{font-weight:458}.BLACK_ROSE ._primary-text.--weight-459{font-weight:459}.BLACK_ROSE ._primary-text.--weight-460{font-weight:460}.BLACK_ROSE ._primary-text.--weight-461{font-weight:461}.BLACK_ROSE ._primary-text.--weight-462{font-weight:462}.BLACK_ROSE ._primary-text.--weight-463{font-weight:463}.BLACK_ROSE ._primary-text.--weight-464{font-weight:464}.BLACK_ROSE ._primary-text.--weight-465{font-weight:465}.BLACK_ROSE ._primary-text.--weight-466{font-weight:466}.BLACK_ROSE ._primary-text.--weight-467{font-weight:467}.BLACK_ROSE ._primary-text.--weight-468{font-weight:468}.BLACK_ROSE ._primary-text.--weight-469{font-weight:469}.BLACK_ROSE ._primary-text.--weight-470{font-weight:470}.BLACK_ROSE ._primary-text.--weight-471{font-weight:471}.BLACK_ROSE ._primary-text.--weight-472{font-weight:472}.BLACK_ROSE ._primary-text.--weight-473{font-weight:473}.BLACK_ROSE ._primary-text.--weight-474{font-weight:474}.BLACK_ROSE ._primary-text.--weight-475{font-weight:475}.BLACK_ROSE ._primary-text.--weight-476{font-weight:476}.BLACK_ROSE ._primary-text.--weight-477{font-weight:477}.BLACK_ROSE ._primary-text.--weight-478{font-weight:478}.BLACK_ROSE ._primary-text.--weight-479{font-weight:479}.BLACK_ROSE ._primary-text.--weight-480{font-weight:480}.BLACK_ROSE ._primary-text.--weight-481{font-weight:481}.BLACK_ROSE ._primary-text.--weight-482{font-weight:482}.BLACK_ROSE ._primary-text.--weight-483{font-weight:483}.BLACK_ROSE ._primary-text.--weight-484{font-weight:484}.BLACK_ROSE ._primary-text.--weight-485{font-weight:485}.BLACK_ROSE ._primary-text.--weight-486{font-weight:486}.BLACK_ROSE ._primary-text.--weight-487{font-weight:487}.BLACK_ROSE ._primary-text.--weight-488{font-weight:488}.BLACK_ROSE ._primary-text.--weight-489{font-weight:489}.BLACK_ROSE ._primary-text.--weight-490{font-weight:490}.BLACK_ROSE ._primary-text.--weight-491{font-weight:491}.BLACK_ROSE ._primary-text.--weight-492{font-weight:492}.BLACK_ROSE ._primary-text.--weight-493{font-weight:493}.BLACK_ROSE ._primary-text.--weight-494{font-weight:494}.BLACK_ROSE ._primary-text.--weight-495{font-weight:495}.BLACK_ROSE ._primary-text.--weight-496{font-weight:496}.BLACK_ROSE ._primary-text.--weight-497{font-weight:497}.BLACK_ROSE ._primary-text.--weight-498{font-weight:498}.BLACK_ROSE ._primary-text.--weight-499{font-weight:499}.BLACK_ROSE ._primary-text.--weight-500{font-weight:500}.BLACK_ROSE ._primary-text.--weight-501{font-weight:501}.BLACK_ROSE ._primary-text.--weight-502{font-weight:502}.BLACK_ROSE ._primary-text.--weight-503{font-weight:503}.BLACK_ROSE ._primary-text.--weight-504{font-weight:504}.BLACK_ROSE ._primary-text.--weight-505{font-weight:505}.BLACK_ROSE ._primary-text.--weight-506{font-weight:506}.BLACK_ROSE ._primary-text.--weight-507{font-weight:507}.BLACK_ROSE ._primary-text.--weight-508{font-weight:508}.BLACK_ROSE ._primary-text.--weight-509{font-weight:509}.BLACK_ROSE ._primary-text.--weight-510{font-weight:510}.BLACK_ROSE ._primary-text.--weight-511{font-weight:511}.BLACK_ROSE ._primary-text.--weight-512{font-weight:512}.BLACK_ROSE ._primary-text.--weight-513{font-weight:513}.BLACK_ROSE ._primary-text.--weight-514{font-weight:514}.BLACK_ROSE ._primary-text.--weight-515{font-weight:515}.BLACK_ROSE ._primary-text.--weight-516{font-weight:516}.BLACK_ROSE ._primary-text.--weight-517{font-weight:517}.BLACK_ROSE ._primary-text.--weight-518{font-weight:518}.BLACK_ROSE ._primary-text.--weight-519{font-weight:519}.BLACK_ROSE ._primary-text.--weight-520{font-weight:520}.BLACK_ROSE ._primary-text.--weight-521{font-weight:521}.BLACK_ROSE ._primary-text.--weight-522{font-weight:522}.BLACK_ROSE ._primary-text.--weight-523{font-weight:523}.BLACK_ROSE ._primary-text.--weight-524{font-weight:524}.BLACK_ROSE ._primary-text.--weight-525{font-weight:525}.BLACK_ROSE ._primary-text.--weight-526{font-weight:526}.BLACK_ROSE ._primary-text.--weight-527{font-weight:527}.BLACK_ROSE ._primary-text.--weight-528{font-weight:528}.BLACK_ROSE ._primary-text.--weight-529{font-weight:529}.BLACK_ROSE ._primary-text.--weight-530{font-weight:530}.BLACK_ROSE ._primary-text.--weight-531{font-weight:531}.BLACK_ROSE ._primary-text.--weight-532{font-weight:532}.BLACK_ROSE ._primary-text.--weight-533{font-weight:533}.BLACK_ROSE ._primary-text.--weight-534{font-weight:534}.BLACK_ROSE ._primary-text.--weight-535{font-weight:535}.BLACK_ROSE ._primary-text.--weight-536{font-weight:536}.BLACK_ROSE ._primary-text.--weight-537{font-weight:537}.BLACK_ROSE ._primary-text.--weight-538{font-weight:538}.BLACK_ROSE ._primary-text.--weight-539{font-weight:539}.BLACK_ROSE ._primary-text.--weight-540{font-weight:540}.BLACK_ROSE ._primary-text.--weight-541{font-weight:541}.BLACK_ROSE ._primary-text.--weight-542{font-weight:542}.BLACK_ROSE ._primary-text.--weight-543{font-weight:543}.BLACK_ROSE ._primary-text.--weight-544{font-weight:544}.BLACK_ROSE ._primary-text.--weight-545{font-weight:545}.BLACK_ROSE ._primary-text.--weight-546{font-weight:546}.BLACK_ROSE ._primary-text.--weight-547{font-weight:547}.BLACK_ROSE ._primary-text.--weight-548{font-weight:548}.BLACK_ROSE ._primary-text.--weight-549{font-weight:549}.BLACK_ROSE ._primary-text.--weight-550{font-weight:550}.BLACK_ROSE ._primary-text.--weight-551{font-weight:551}.BLACK_ROSE ._primary-text.--weight-552{font-weight:552}.BLACK_ROSE ._primary-text.--weight-553{font-weight:553}.BLACK_ROSE ._primary-text.--weight-554{font-weight:554}.BLACK_ROSE ._primary-text.--weight-555{font-weight:555}.BLACK_ROSE ._primary-text.--weight-556{font-weight:556}.BLACK_ROSE ._primary-text.--weight-557{font-weight:557}.BLACK_ROSE ._primary-text.--weight-558{font-weight:558}.BLACK_ROSE ._primary-text.--weight-559{font-weight:559}.BLACK_ROSE ._primary-text.--weight-560{font-weight:560}.BLACK_ROSE ._primary-text.--weight-561{font-weight:561}.BLACK_ROSE ._primary-text.--weight-562{font-weight:562}.BLACK_ROSE ._primary-text.--weight-563{font-weight:563}.BLACK_ROSE ._primary-text.--weight-564{font-weight:564}.BLACK_ROSE ._primary-text.--weight-565{font-weight:565}.BLACK_ROSE ._primary-text.--weight-566{font-weight:566}.BLACK_ROSE ._primary-text.--weight-567{font-weight:567}.BLACK_ROSE ._primary-text.--weight-568{font-weight:568}.BLACK_ROSE ._primary-text.--weight-569{font-weight:569}.BLACK_ROSE ._primary-text.--weight-570{font-weight:570}.BLACK_ROSE ._primary-text.--weight-571{font-weight:571}.BLACK_ROSE ._primary-text.--weight-572{font-weight:572}.BLACK_ROSE ._primary-text.--weight-573{font-weight:573}.BLACK_ROSE ._primary-text.--weight-574{font-weight:574}.BLACK_ROSE ._primary-text.--weight-575{font-weight:575}.BLACK_ROSE ._primary-text.--weight-576{font-weight:576}.BLACK_ROSE ._primary-text.--weight-577{font-weight:577}.BLACK_ROSE ._primary-text.--weight-578{font-weight:578}.BLACK_ROSE ._primary-text.--weight-579{font-weight:579}.BLACK_ROSE ._primary-text.--weight-580{font-weight:580}.BLACK_ROSE ._primary-text.--weight-581{font-weight:581}.BLACK_ROSE ._primary-text.--weight-582{font-weight:582}.BLACK_ROSE ._primary-text.--weight-583{font-weight:583}.BLACK_ROSE ._primary-text.--weight-584{font-weight:584}.BLACK_ROSE ._primary-text.--weight-585{font-weight:585}.BLACK_ROSE ._primary-text.--weight-586{font-weight:586}.BLACK_ROSE ._primary-text.--weight-587{font-weight:587}.BLACK_ROSE ._primary-text.--weight-588{font-weight:588}.BLACK_ROSE ._primary-text.--weight-589{font-weight:589}.BLACK_ROSE ._primary-text.--weight-590{font-weight:590}.BLACK_ROSE ._primary-text.--weight-591{font-weight:591}.BLACK_ROSE ._primary-text.--weight-592{font-weight:592}.BLACK_ROSE ._primary-text.--weight-593{font-weight:593}.BLACK_ROSE ._primary-text.--weight-594{font-weight:594}.BLACK_ROSE ._primary-text.--weight-595{font-weight:595}.BLACK_ROSE ._primary-text.--weight-596{font-weight:596}.BLACK_ROSE ._primary-text.--weight-597{font-weight:597}.BLACK_ROSE ._primary-text.--weight-598{font-weight:598}.BLACK_ROSE ._primary-text.--weight-599{font-weight:599}.BLACK_ROSE ._primary-text.--weight-600{font-weight:600}.BLACK_ROSE ._primary-text.--weight-601{font-weight:601}.BLACK_ROSE ._primary-text.--weight-602{font-weight:602}.BLACK_ROSE ._primary-text.--weight-603{font-weight:603}.BLACK_ROSE ._primary-text.--weight-604{font-weight:604}.BLACK_ROSE ._primary-text.--weight-605{font-weight:605}.BLACK_ROSE ._primary-text.--weight-606{font-weight:606}.BLACK_ROSE ._primary-text.--weight-607{font-weight:607}.BLACK_ROSE ._primary-text.--weight-608{font-weight:608}.BLACK_ROSE ._primary-text.--weight-609{font-weight:609}.BLACK_ROSE ._primary-text.--weight-610{font-weight:610}.BLACK_ROSE ._primary-text.--weight-611{font-weight:611}.BLACK_ROSE ._primary-text.--weight-612{font-weight:612}.BLACK_ROSE ._primary-text.--weight-613{font-weight:613}.BLACK_ROSE ._primary-text.--weight-614{font-weight:614}.BLACK_ROSE ._primary-text.--weight-615{font-weight:615}.BLACK_ROSE ._primary-text.--weight-616{font-weight:616}.BLACK_ROSE ._primary-text.--weight-617{font-weight:617}.BLACK_ROSE ._primary-text.--weight-618{font-weight:618}.BLACK_ROSE ._primary-text.--weight-619{font-weight:619}.BLACK_ROSE ._primary-text.--weight-620{font-weight:620}.BLACK_ROSE ._primary-text.--weight-621{font-weight:621}.BLACK_ROSE ._primary-text.--weight-622{font-weight:622}.BLACK_ROSE ._primary-text.--weight-623{font-weight:623}.BLACK_ROSE ._primary-text.--weight-624{font-weight:624}.BLACK_ROSE ._primary-text.--weight-625{font-weight:625}.BLACK_ROSE ._primary-text.--weight-626{font-weight:626}.BLACK_ROSE ._primary-text.--weight-627{font-weight:627}.BLACK_ROSE ._primary-text.--weight-628{font-weight:628}.BLACK_ROSE ._primary-text.--weight-629{font-weight:629}.BLACK_ROSE ._primary-text.--weight-630{font-weight:630}.BLACK_ROSE ._primary-text.--weight-631{font-weight:631}.BLACK_ROSE ._primary-text.--weight-632{font-weight:632}.BLACK_ROSE ._primary-text.--weight-633{font-weight:633}.BLACK_ROSE ._primary-text.--weight-634{font-weight:634}.BLACK_ROSE ._primary-text.--weight-635{font-weight:635}.BLACK_ROSE ._primary-text.--weight-636{font-weight:636}.BLACK_ROSE ._primary-text.--weight-637{font-weight:637}.BLACK_ROSE ._primary-text.--weight-638{font-weight:638}.BLACK_ROSE ._primary-text.--weight-639{font-weight:639}.BLACK_ROSE ._primary-text.--weight-640{font-weight:640}.BLACK_ROSE ._primary-text.--weight-641{font-weight:641}.BLACK_ROSE ._primary-text.--weight-642{font-weight:642}.BLACK_ROSE ._primary-text.--weight-643{font-weight:643}.BLACK_ROSE ._primary-text.--weight-644{font-weight:644}.BLACK_ROSE ._primary-text.--weight-645{font-weight:645}.BLACK_ROSE ._primary-text.--weight-646{font-weight:646}.BLACK_ROSE ._primary-text.--weight-647{font-weight:647}.BLACK_ROSE ._primary-text.--weight-648{font-weight:648}.BLACK_ROSE ._primary-text.--weight-649{font-weight:649}.BLACK_ROSE ._primary-text.--weight-650{font-weight:650}.BLACK_ROSE ._primary-text.--weight-651{font-weight:651}.BLACK_ROSE ._primary-text.--weight-652{font-weight:652}.BLACK_ROSE ._primary-text.--weight-653{font-weight:653}.BLACK_ROSE ._primary-text.--weight-654{font-weight:654}.BLACK_ROSE ._primary-text.--weight-655{font-weight:655}.BLACK_ROSE ._primary-text.--weight-656{font-weight:656}.BLACK_ROSE ._primary-text.--weight-657{font-weight:657}.BLACK_ROSE ._primary-text.--weight-658{font-weight:658}.BLACK_ROSE ._primary-text.--weight-659{font-weight:659}.BLACK_ROSE ._primary-text.--weight-660{font-weight:660}.BLACK_ROSE ._primary-text.--weight-661{font-weight:661}.BLACK_ROSE ._primary-text.--weight-662{font-weight:662}.BLACK_ROSE ._primary-text.--weight-663{font-weight:663}.BLACK_ROSE ._primary-text.--weight-664{font-weight:664}.BLACK_ROSE ._primary-text.--weight-665{font-weight:665}.BLACK_ROSE ._primary-text.--weight-666{font-weight:666}.BLACK_ROSE ._primary-text.--weight-667{font-weight:667}.BLACK_ROSE ._primary-text.--weight-668{font-weight:668}.BLACK_ROSE ._primary-text.--weight-669{font-weight:669}.BLACK_ROSE ._primary-text.--weight-670{font-weight:670}.BLACK_ROSE ._primary-text.--weight-671{font-weight:671}.BLACK_ROSE ._primary-text.--weight-672{font-weight:672}.BLACK_ROSE ._primary-text.--weight-673{font-weight:673}.BLACK_ROSE ._primary-text.--weight-674{font-weight:674}.BLACK_ROSE ._primary-text.--weight-675{font-weight:675}.BLACK_ROSE ._primary-text.--weight-676{font-weight:676}.BLACK_ROSE ._primary-text.--weight-677{font-weight:677}.BLACK_ROSE ._primary-text.--weight-678{font-weight:678}.BLACK_ROSE ._primary-text.--weight-679{font-weight:679}.BLACK_ROSE ._primary-text.--weight-680{font-weight:680}.BLACK_ROSE ._primary-text.--weight-681{font-weight:681}.BLACK_ROSE ._primary-text.--weight-682{font-weight:682}.BLACK_ROSE ._primary-text.--weight-683{font-weight:683}.BLACK_ROSE ._primary-text.--weight-684{font-weight:684}.BLACK_ROSE ._primary-text.--weight-685{font-weight:685}.BLACK_ROSE ._primary-text.--weight-686{font-weight:686}.BLACK_ROSE ._primary-text.--weight-687{font-weight:687}.BLACK_ROSE ._primary-text.--weight-688{font-weight:688}.BLACK_ROSE ._primary-text.--weight-689{font-weight:689}.BLACK_ROSE ._primary-text.--weight-690{font-weight:690}.BLACK_ROSE ._primary-text.--weight-691{font-weight:691}.BLACK_ROSE ._primary-text.--weight-692{font-weight:692}.BLACK_ROSE ._primary-text.--weight-693{font-weight:693}.BLACK_ROSE ._primary-text.--weight-694{font-weight:694}.BLACK_ROSE ._primary-text.--weight-695{font-weight:695}.BLACK_ROSE ._primary-text.--weight-696{font-weight:696}.BLACK_ROSE ._primary-text.--weight-697{font-weight:697}.BLACK_ROSE ._primary-text.--weight-698{font-weight:698}.BLACK_ROSE ._primary-text.--weight-699{font-weight:699}.BLACK_ROSE ._primary-text.--weight-700{font-weight:700}.BLACK_ROSE ._primary-text.--weight-701{font-weight:701}.BLACK_ROSE ._primary-text.--weight-702{font-weight:702}.BLACK_ROSE ._primary-text.--weight-703{font-weight:703}.BLACK_ROSE ._primary-text.--weight-704{font-weight:704}.BLACK_ROSE ._primary-text.--weight-705{font-weight:705}.BLACK_ROSE ._primary-text.--weight-706{font-weight:706}.BLACK_ROSE ._primary-text.--weight-707{font-weight:707}.BLACK_ROSE ._primary-text.--weight-708{font-weight:708}.BLACK_ROSE ._primary-text.--weight-709{font-weight:709}.BLACK_ROSE ._primary-text.--weight-710{font-weight:710}.BLACK_ROSE ._primary-text.--weight-711{font-weight:711}.BLACK_ROSE ._primary-text.--weight-712{font-weight:712}.BLACK_ROSE ._primary-text.--weight-713{font-weight:713}.BLACK_ROSE ._primary-text.--weight-714{font-weight:714}.BLACK_ROSE ._primary-text.--weight-715{font-weight:715}.BLACK_ROSE ._primary-text.--weight-716{font-weight:716}.BLACK_ROSE ._primary-text.--weight-717{font-weight:717}.BLACK_ROSE ._primary-text.--weight-718{font-weight:718}.BLACK_ROSE ._primary-text.--weight-719{font-weight:719}.BLACK_ROSE ._primary-text.--weight-720{font-weight:720}.BLACK_ROSE ._primary-text.--weight-721{font-weight:721}.BLACK_ROSE ._primary-text.--weight-722{font-weight:722}.BLACK_ROSE ._primary-text.--weight-723{font-weight:723}.BLACK_ROSE ._primary-text.--weight-724{font-weight:724}.BLACK_ROSE ._primary-text.--weight-725{font-weight:725}.BLACK_ROSE ._primary-text.--weight-726{font-weight:726}.BLACK_ROSE ._primary-text.--weight-727{font-weight:727}.BLACK_ROSE ._primary-text.--weight-728{font-weight:728}.BLACK_ROSE ._primary-text.--weight-729{font-weight:729}.BLACK_ROSE ._primary-text.--weight-730{font-weight:730}.BLACK_ROSE ._primary-text.--weight-731{font-weight:731}.BLACK_ROSE ._primary-text.--weight-732{font-weight:732}.BLACK_ROSE ._primary-text.--weight-733{font-weight:733}.BLACK_ROSE ._primary-text.--weight-734{font-weight:734}.BLACK_ROSE ._primary-text.--weight-735{font-weight:735}.BLACK_ROSE ._primary-text.--weight-736{font-weight:736}.BLACK_ROSE ._primary-text.--weight-737{font-weight:737}.BLACK_ROSE ._primary-text.--weight-738{font-weight:738}.BLACK_ROSE ._primary-text.--weight-739{font-weight:739}.BLACK_ROSE ._primary-text.--weight-740{font-weight:740}.BLACK_ROSE ._primary-text.--weight-741{font-weight:741}.BLACK_ROSE ._primary-text.--weight-742{font-weight:742}.BLACK_ROSE ._primary-text.--weight-743{font-weight:743}.BLACK_ROSE ._primary-text.--weight-744{font-weight:744}.BLACK_ROSE ._primary-text.--weight-745{font-weight:745}.BLACK_ROSE ._primary-text.--weight-746{font-weight:746}.BLACK_ROSE ._primary-text.--weight-747{font-weight:747}.BLACK_ROSE ._primary-text.--weight-748{font-weight:748}.BLACK_ROSE ._primary-text.--weight-749{font-weight:749}.BLACK_ROSE ._primary-text.--weight-750{font-weight:750}.BLACK_ROSE ._primary-text.--weight-751{font-weight:751}.BLACK_ROSE ._primary-text.--weight-752{font-weight:752}.BLACK_ROSE ._primary-text.--weight-753{font-weight:753}.BLACK_ROSE ._primary-text.--weight-754{font-weight:754}.BLACK_ROSE ._primary-text.--weight-755{font-weight:755}.BLACK_ROSE ._primary-text.--weight-756{font-weight:756}.BLACK_ROSE ._primary-text.--weight-757{font-weight:757}.BLACK_ROSE ._primary-text.--weight-758{font-weight:758}.BLACK_ROSE ._primary-text.--weight-759{font-weight:759}.BLACK_ROSE ._primary-text.--weight-760{font-weight:760}.BLACK_ROSE ._primary-text.--weight-761{font-weight:761}.BLACK_ROSE ._primary-text.--weight-762{font-weight:762}.BLACK_ROSE ._primary-text.--weight-763{font-weight:763}.BLACK_ROSE ._primary-text.--weight-764{font-weight:764}.BLACK_ROSE ._primary-text.--weight-765{font-weight:765}.BLACK_ROSE ._primary-text.--weight-766{font-weight:766}.BLACK_ROSE ._primary-text.--weight-767{font-weight:767}.BLACK_ROSE ._primary-text.--weight-768{font-weight:768}.BLACK_ROSE ._primary-text.--weight-769{font-weight:769}.BLACK_ROSE ._primary-text.--weight-770{font-weight:770}.BLACK_ROSE ._primary-text.--weight-771{font-weight:771}.BLACK_ROSE ._primary-text.--weight-772{font-weight:772}.BLACK_ROSE ._primary-text.--weight-773{font-weight:773}.BLACK_ROSE ._primary-text.--weight-774{font-weight:774}.BLACK_ROSE ._primary-text.--weight-775{font-weight:775}.BLACK_ROSE ._primary-text.--weight-776{font-weight:776}.BLACK_ROSE ._primary-text.--weight-777{font-weight:777}.BLACK_ROSE ._primary-text.--weight-778{font-weight:778}.BLACK_ROSE ._primary-text.--weight-779{font-weight:779}.BLACK_ROSE ._primary-text.--weight-780{font-weight:780}.BLACK_ROSE ._primary-text.--weight-781{font-weight:781}.BLACK_ROSE ._primary-text.--weight-782{font-weight:782}.BLACK_ROSE ._primary-text.--weight-783{font-weight:783}.BLACK_ROSE ._primary-text.--weight-784{font-weight:784}.BLACK_ROSE ._primary-text.--weight-785{font-weight:785}.BLACK_ROSE ._primary-text.--weight-786{font-weight:786}.BLACK_ROSE ._primary-text.--weight-787{font-weight:787}.BLACK_ROSE ._primary-text.--weight-788{font-weight:788}.BLACK_ROSE ._primary-text.--weight-789{font-weight:789}.BLACK_ROSE ._primary-text.--weight-790{font-weight:790}.BLACK_ROSE ._primary-text.--weight-791{font-weight:791}.BLACK_ROSE ._primary-text.--weight-792{font-weight:792}.BLACK_ROSE ._primary-text.--weight-793{font-weight:793}.BLACK_ROSE ._primary-text.--weight-794{font-weight:794}.BLACK_ROSE ._primary-text.--weight-795{font-weight:795}.BLACK_ROSE ._primary-text.--weight-796{font-weight:796}.BLACK_ROSE ._primary-text.--weight-797{font-weight:797}.BLACK_ROSE ._primary-text.--weight-798{font-weight:798}.BLACK_ROSE ._primary-text.--weight-799{font-weight:799}.BLACK_ROSE ._primary-text.--weight-800{font-weight:800}.BLACK_ROSE ._primary-text.--lh-1{line-height:1px}.BLACK_ROSE ._primary-text.--lh-2{line-height:2px}.BLACK_ROSE ._primary-text.--lh-3{line-height:3px}.BLACK_ROSE ._primary-text.--lh-4{line-height:4px}.BLACK_ROSE ._primary-text.--lh-5{line-height:5px}.BLACK_ROSE ._primary-text.--lh-6{line-height:6px}.BLACK_ROSE ._primary-text.--lh-7{line-height:7px}.BLACK_ROSE ._primary-text.--lh-8{line-height:8px}.BLACK_ROSE ._primary-text.--lh-9{line-height:9px}.BLACK_ROSE ._primary-text.--lh-10{line-height:10px}.BLACK_ROSE ._primary-text.--lh-11{line-height:11px}.BLACK_ROSE ._primary-text.--lh-12{line-height:12px}.BLACK_ROSE ._primary-text.--lh-13{line-height:13px}.BLACK_ROSE ._primary-text.--lh-14{line-height:14px}.BLACK_ROSE ._primary-text.--lh-15{line-height:15px}.BLACK_ROSE ._primary-text.--lh-16{line-height:16px}.BLACK_ROSE ._primary-text.--lh-17{line-height:17px}.BLACK_ROSE ._primary-text.--lh-18{line-height:18px}.BLACK_ROSE ._primary-text.--lh-19{line-height:19px}.BLACK_ROSE ._primary-text.--lh-20{line-height:20px}.BLACK_ROSE ._primary-text.--lh-21{line-height:21px}.BLACK_ROSE ._primary-text.--lh-22{line-height:22px}.BLACK_ROSE ._primary-text.--lh-23{line-height:23px}.BLACK_ROSE ._primary-text.--lh-24{line-height:24px}.BLACK_ROSE ._primary-text.--lh-25{line-height:25px}.BLACK_ROSE ._primary-text.--lh-26{line-height:26px}.BLACK_ROSE ._primary-text.--lh-27{line-height:27px}.BLACK_ROSE ._primary-text.--lh-28{line-height:28px}.BLACK_ROSE ._primary-text.--lh-29{line-height:29px}.BLACK_ROSE ._primary-text.--lh-30{line-height:30px}.BLACK_ROSE ._primary-text.--lh-31{line-height:31px}.BLACK_ROSE ._primary-text.--lh-32{line-height:32px}.BLACK_ROSE ._primary-text.--lh-33{line-height:33px}.BLACK_ROSE ._primary-text.--lh-34{line-height:34px}.BLACK_ROSE ._primary-text.--lh-35{line-height:35px}.BLACK_ROSE ._primary-text.--lh-36{line-height:36px}.BLACK_ROSE ._primary-text.--lh-37{line-height:37px}.BLACK_ROSE ._primary-text.--lh-38{line-height:38px}.BLACK_ROSE ._primary-text.--lh-39{line-height:39px}.BLACK_ROSE ._primary-text.--lh-40{line-height:40px}.BLACK_ROSE ._primary-text.--lh-41{line-height:41px}.BLACK_ROSE ._primary-text.--lh-42{line-height:42px}.BLACK_ROSE ._primary-text.--lh-43{line-height:43px}.BLACK_ROSE ._primary-text.--lh-44{line-height:44px}.BLACK_ROSE ._primary-text.--lh-45{line-height:45px}.BLACK_ROSE ._primary-text.--lh-46{line-height:46px}.BLACK_ROSE ._primary-text.--lh-47{line-height:47px}.BLACK_ROSE ._primary-text.--lh-48{line-height:48px}.BLACK_ROSE ._primary-text.--lh-49{line-height:49px}.BLACK_ROSE ._primary-text.--lh-50{line-height:50px}.BLACK_ROSE ._primary-text.--lh-51{line-height:51px}.BLACK_ROSE ._primary-text.--lh-52{line-height:52px}.BLACK_ROSE ._primary-text.--lh-53{line-height:53px}.BLACK_ROSE ._primary-text.--lh-54{line-height:54px}.BLACK_ROSE ._primary-text.--lh-55{line-height:55px}.BLACK_ROSE ._primary-text.--lh-56{line-height:56px}.BLACK_ROSE ._primary-text.--lh-57{line-height:57px}.BLACK_ROSE ._primary-text.--lh-58{line-height:58px}.BLACK_ROSE ._primary-text.--lh-59{line-height:59px}.BLACK_ROSE ._primary-text.--lh-60{line-height:60px}.BLACK_ROSE ._primary-text.--lh-61{line-height:61px}.BLACK_ROSE ._primary-text.--lh-62{line-height:62px}.BLACK_ROSE ._primary-text.--lh-63{line-height:63px}.BLACK_ROSE ._primary-text.--lh-64{line-height:64px}.BLACK_ROSE ._primary-text.--lh-65{line-height:65px}.BLACK_ROSE ._primary-text.--lh-66{line-height:66px}.BLACK_ROSE ._primary-text.--lh-67{line-height:67px}.BLACK_ROSE ._primary-text.--lh-68{line-height:68px}.BLACK_ROSE ._primary-text.--lh-69{line-height:69px}.BLACK_ROSE ._primary-text.--lh-70{line-height:70px}.BLACK_ROSE ._primary-text.--lh-71{line-height:71px}.BLACK_ROSE ._primary-text.--lh-72{line-height:72px}.BLACK_ROSE ._primary-text.--lh-73{line-height:73px}.BLACK_ROSE ._primary-text.--lh-74{line-height:74px}.BLACK_ROSE ._primary-text.--lh-75{line-height:75px}.BLACK_ROSE ._primary-text.--lh-76{line-height:76px}.BLACK_ROSE ._primary-text.--lh-77{line-height:77px}.BLACK_ROSE ._primary-text.--lh-78{line-height:78px}.BLACK_ROSE ._primary-text.--lh-79{line-height:79px}.BLACK_ROSE ._primary-text.--lh-80{line-height:80px}.BLACK_ROSE ._primary-text.--lh-81{line-height:81px}.BLACK_ROSE ._primary-text.--lh-82{line-height:82px}.BLACK_ROSE ._primary-text.--lh-83{line-height:83px}.BLACK_ROSE ._primary-text.--lh-84{line-height:84px}.BLACK_ROSE ._primary-text.--lh-85{line-height:85px}.BLACK_ROSE ._primary-text.--lh-86{line-height:86px}.BLACK_ROSE ._primary-text.--lh-87{line-height:87px}.BLACK_ROSE ._primary-text.--lh-88{line-height:88px}.BLACK_ROSE ._primary-text.--lh-89{line-height:89px}.BLACK_ROSE ._primary-text.--lh-90{line-height:90px}.BLACK_ROSE ._primary-text.--lh-91{line-height:91px}.BLACK_ROSE ._primary-text.--lh-92{line-height:92px}.BLACK_ROSE ._primary-text.--lh-93{line-height:93px}.BLACK_ROSE ._primary-text.--lh-94{line-height:94px}.BLACK_ROSE ._primary-text.--lh-95{line-height:95px}.BLACK_ROSE ._primary-text.--lh-96{line-height:96px}.BLACK_ROSE ._primary-text.--lh-97{line-height:97px}.BLACK_ROSE ._primary-text.--lh-98{line-height:98px}.BLACK_ROSE ._primary-text.--lh-99{line-height:99px}.BLACK_ROSE ._primary-text.--lh-100{line-height:100px}.BLACK_ROSE ._primary-text.--lh-101{line-height:101px}.BLACK_ROSE ._primary-text.--lh-102{line-height:102px}.BLACK_ROSE ._primary-text.--lh-103{line-height:103px}.BLACK_ROSE ._primary-text.--lh-104{line-height:104px}.BLACK_ROSE ._primary-text.--lh-105{line-height:105px}.BLACK_ROSE ._primary-text.--lh-106{line-height:106px}.BLACK_ROSE ._primary-text.--lh-107{line-height:107px}.BLACK_ROSE ._primary-text.--lh-108{line-height:108px}.BLACK_ROSE ._primary-text.--lh-109{line-height:109px}.BLACK_ROSE ._primary-text.--lh-110{line-height:110px}.BLACK_ROSE ._primary-text.--lh-111{line-height:111px}.BLACK_ROSE ._primary-text.--lh-112{line-height:112px}.BLACK_ROSE ._primary-text.--lh-113{line-height:113px}.BLACK_ROSE ._primary-text.--lh-114{line-height:114px}.BLACK_ROSE ._primary-text.--lh-115{line-height:115px}.BLACK_ROSE ._primary-text.--lh-116{line-height:116px}.BLACK_ROSE ._primary-text.--lh-117{line-height:117px}.BLACK_ROSE ._primary-text.--lh-118{line-height:118px}.BLACK_ROSE ._primary-text.--lh-119{line-height:119px}.BLACK_ROSE ._primary-text.--lh-120{line-height:120px}.BLACK_ROSE ._primary-text.--lh-121{line-height:121px}.BLACK_ROSE ._primary-text.--lh-122{line-height:122px}.BLACK_ROSE ._primary-text.--lh-123{line-height:123px}.BLACK_ROSE ._primary-text.--lh-124{line-height:124px}.BLACK_ROSE ._primary-text.--lh-125{line-height:125px}.BLACK_ROSE ._primary-text.--lh-126{line-height:126px}.BLACK_ROSE ._primary-text.--lh-127{line-height:127px}.BLACK_ROSE ._primary-text.--lh-128{line-height:128px}.BLACK_ROSE ._primary-text.--lh-129{line-height:129px}.BLACK_ROSE ._primary-text.--lh-130{line-height:130px}.BLACK_ROSE ._primary-text.--lh-131{line-height:131px}.BLACK_ROSE ._primary-text.--lh-132{line-height:132px}.BLACK_ROSE ._primary-text.--lh-133{line-height:133px}.BLACK_ROSE ._primary-text.--lh-134{line-height:134px}.BLACK_ROSE ._primary-text.--lh-135{line-height:135px}.BLACK_ROSE ._primary-text.--lh-136{line-height:136px}.BLACK_ROSE ._primary-text.--lh-137{line-height:137px}.BLACK_ROSE ._primary-text.--lh-138{line-height:138px}.BLACK_ROSE ._primary-text.--lh-139{line-height:139px}.BLACK_ROSE ._primary-text.--lh-140{line-height:140px}.BLACK_ROSE ._primary-text.--lh-141{line-height:141px}.BLACK_ROSE ._primary-text.--lh-142{line-height:142px}.BLACK_ROSE ._primary-text.--lh-143{line-height:143px}.BLACK_ROSE ._primary-text.--lh-144{line-height:144px}.BLACK_ROSE ._primary-text.--lh-145{line-height:145px}.BLACK_ROSE ._primary-text.--lh-146{line-height:146px}.BLACK_ROSE ._primary-text.--lh-147{line-height:147px}.BLACK_ROSE ._primary-text.--lh-148{line-height:148px}.BLACK_ROSE ._primary-text.--lh-149{line-height:149px}.BLACK_ROSE ._primary-text.--lh-150{line-height:150px}.BLACK_ROSE ._primary-text.--lh-151{line-height:151px}.BLACK_ROSE ._primary-text.--lh-152{line-height:152px}.BLACK_ROSE ._primary-text.--lh-153{line-height:153px}.BLACK_ROSE ._primary-text.--lh-154{line-height:154px}.BLACK_ROSE ._primary-text.--lh-155{line-height:155px}.BLACK_ROSE ._primary-text.--lh-156{line-height:156px}.BLACK_ROSE ._primary-text.--lh-157{line-height:157px}.BLACK_ROSE ._primary-text.--lh-158{line-height:158px}.BLACK_ROSE ._primary-text.--lh-159{line-height:159px}.BLACK_ROSE ._primary-text.--lh-160{line-height:160px}.BLACK_ROSE ._primary-text.--lh-161{line-height:161px}.BLACK_ROSE ._primary-text.--lh-162{line-height:162px}.BLACK_ROSE ._primary-text.--lh-163{line-height:163px}.BLACK_ROSE ._primary-text.--lh-164{line-height:164px}.BLACK_ROSE ._primary-text.--lh-165{line-height:165px}.BLACK_ROSE ._primary-text.--lh-166{line-height:166px}.BLACK_ROSE ._primary-text.--lh-167{line-height:167px}.BLACK_ROSE ._primary-text.--lh-168{line-height:168px}.BLACK_ROSE ._primary-text.--lh-169{line-height:169px}.BLACK_ROSE ._primary-text.--lh-170{line-height:170px}.BLACK_ROSE ._primary-text.--lh-171{line-height:171px}.BLACK_ROSE ._primary-text.--lh-172{line-height:172px}.BLACK_ROSE ._primary-text.--lh-173{line-height:173px}.BLACK_ROSE ._primary-text.--lh-174{line-height:174px}.BLACK_ROSE ._primary-text.--lh-175{line-height:175px}.BLACK_ROSE ._primary-text.--lh-176{line-height:176px}.BLACK_ROSE ._primary-text.--lh-177{line-height:177px}.BLACK_ROSE ._primary-text.--lh-178{line-height:178px}.BLACK_ROSE ._primary-text.--lh-179{line-height:179px}.BLACK_ROSE ._primary-text.--lh-180{line-height:180px}.BLACK_ROSE ._primary-text.--lh-181{line-height:181px}.BLACK_ROSE ._primary-text.--lh-182{line-height:182px}.BLACK_ROSE ._primary-text.--lh-183{line-height:183px}.BLACK_ROSE ._primary-text.--lh-184{line-height:184px}.BLACK_ROSE ._primary-text.--lh-185{line-height:185px}.BLACK_ROSE ._primary-text.--lh-186{line-height:186px}.BLACK_ROSE ._primary-text.--lh-187{line-height:187px}.BLACK_ROSE ._primary-text.--lh-188{line-height:188px}.BLACK_ROSE ._primary-text.--lh-189{line-height:189px}.BLACK_ROSE ._primary-text.--lh-190{line-height:190px}.BLACK_ROSE ._primary-text.--lh-191{line-height:191px}.BLACK_ROSE ._primary-text.--lh-192{line-height:192px}.BLACK_ROSE ._primary-text.--lh-193{line-height:193px}.BLACK_ROSE ._primary-text.--lh-194{line-height:194px}.BLACK_ROSE ._primary-text.--lh-195{line-height:195px}.BLACK_ROSE ._primary-text.--lh-196{line-height:196px}.BLACK_ROSE ._primary-text.--lh-197{line-height:197px}.BLACK_ROSE ._primary-text.--lh-198{line-height:198px}.BLACK_ROSE ._primary-text.--lh-199{line-height:199px}.BLACK_ROSE ._primary-text.--lh-200{line-height:200px}.BLACK_ROSE ._primary-text.--lh-201{line-height:201px}.BLACK_ROSE ._primary-text.--lh-202{line-height:202px}.BLACK_ROSE ._primary-text.--lh-203{line-height:203px}.BLACK_ROSE ._primary-text.--lh-204{line-height:204px}.BLACK_ROSE ._primary-text.--lh-205{line-height:205px}.BLACK_ROSE ._primary-text.--lh-206{line-height:206px}.BLACK_ROSE ._primary-text.--lh-207{line-height:207px}.BLACK_ROSE ._primary-text.--lh-208{line-height:208px}.BLACK_ROSE ._primary-text.--lh-209{line-height:209px}.BLACK_ROSE ._primary-text.--lh-210{line-height:210px}.BLACK_ROSE ._primary-text.--lh-211{line-height:211px}.BLACK_ROSE ._primary-text.--lh-212{line-height:212px}.BLACK_ROSE ._primary-text.--lh-213{line-height:213px}.BLACK_ROSE ._primary-text.--lh-214{line-height:214px}.BLACK_ROSE ._primary-text.--lh-215{line-height:215px}.BLACK_ROSE ._primary-text.--lh-216{line-height:216px}.BLACK_ROSE ._primary-text.--lh-217{line-height:217px}.BLACK_ROSE ._primary-text.--lh-218{line-height:218px}.BLACK_ROSE ._primary-text.--lh-219{line-height:219px}.BLACK_ROSE ._primary-text.--lh-220{line-height:220px}.BLACK_ROSE ._primary-text.--lh-221{line-height:221px}.BLACK_ROSE ._primary-text.--lh-222{line-height:222px}.BLACK_ROSE ._primary-text.--lh-223{line-height:223px}.BLACK_ROSE ._primary-text.--lh-224{line-height:224px}.BLACK_ROSE ._primary-text.--lh-225{line-height:225px}.BLACK_ROSE ._primary-text.--lh-226{line-height:226px}.BLACK_ROSE ._primary-text.--lh-227{line-height:227px}.BLACK_ROSE ._primary-text.--lh-228{line-height:228px}.BLACK_ROSE ._primary-text.--lh-229{line-height:229px}.BLACK_ROSE ._primary-text.--lh-230{line-height:230px}.BLACK_ROSE ._primary-text.--lh-231{line-height:231px}.BLACK_ROSE ._primary-text.--lh-232{line-height:232px}.BLACK_ROSE ._primary-text.--lh-233{line-height:233px}.BLACK_ROSE ._primary-text.--lh-234{line-height:234px}.BLACK_ROSE ._primary-text.--lh-235{line-height:235px}.BLACK_ROSE ._primary-text.--lh-236{line-height:236px}.BLACK_ROSE ._primary-text.--lh-237{line-height:237px}.BLACK_ROSE ._primary-text.--lh-238{line-height:238px}.BLACK_ROSE ._primary-text.--lh-239{line-height:239px}.BLACK_ROSE ._primary-text.--lh-240{line-height:240px}.BLACK_ROSE ._primary-text.--lh-241{line-height:241px}.BLACK_ROSE ._primary-text.--lh-242{line-height:242px}.BLACK_ROSE ._primary-text.--lh-243{line-height:243px}.BLACK_ROSE ._primary-text.--lh-244{line-height:244px}.BLACK_ROSE ._primary-text.--lh-245{line-height:245px}.BLACK_ROSE ._primary-text.--lh-246{line-height:246px}.BLACK_ROSE ._primary-text.--lh-247{line-height:247px}.BLACK_ROSE ._primary-text.--lh-248{line-height:248px}.BLACK_ROSE ._primary-text.--lh-249{line-height:249px}.BLACK_ROSE ._primary-text.--lh-250{line-height:250px}.BLACK_ROSE ._primary-text.--lh-251{line-height:251px}.BLACK_ROSE ._primary-text.--lh-252{line-height:252px}.BLACK_ROSE ._primary-text.--lh-253{line-height:253px}.BLACK_ROSE ._primary-text.--lh-254{line-height:254px}.BLACK_ROSE ._primary-text.--lh-255{line-height:255px}.BLACK_ROSE ._primary-text.--lh-256{line-height:256px}.BLACK_ROSE ._primary-text.--lh-257{line-height:257px}.BLACK_ROSE ._primary-text.--lh-258{line-height:258px}.BLACK_ROSE ._primary-text.--lh-259{line-height:259px}.BLACK_ROSE ._primary-text.--lh-260{line-height:260px}.BLACK_ROSE ._primary-text.--lh-261{line-height:261px}.BLACK_ROSE ._primary-text.--lh-262{line-height:262px}.BLACK_ROSE ._primary-text.--lh-263{line-height:263px}.BLACK_ROSE ._primary-text.--lh-264{line-height:264px}.BLACK_ROSE ._primary-text.--lh-265{line-height:265px}.BLACK_ROSE ._primary-text.--lh-266{line-height:266px}.BLACK_ROSE ._primary-text.--lh-267{line-height:267px}.BLACK_ROSE ._primary-text.--lh-268{line-height:268px}.BLACK_ROSE ._primary-text.--lh-269{line-height:269px}.BLACK_ROSE ._primary-text.--lh-270{line-height:270px}.BLACK_ROSE ._primary-text.--lh-271{line-height:271px}.BLACK_ROSE ._primary-text.--lh-272{line-height:272px}.BLACK_ROSE ._primary-text.--lh-273{line-height:273px}.BLACK_ROSE ._primary-text.--lh-274{line-height:274px}.BLACK_ROSE ._primary-text.--lh-275{line-height:275px}.BLACK_ROSE ._primary-text.--lh-276{line-height:276px}.BLACK_ROSE ._primary-text.--lh-277{line-height:277px}.BLACK_ROSE ._primary-text.--lh-278{line-height:278px}.BLACK_ROSE ._primary-text.--lh-279{line-height:279px}.BLACK_ROSE ._primary-text.--lh-280{line-height:280px}.BLACK_ROSE ._primary-text.--lh-281{line-height:281px}.BLACK_ROSE ._primary-text.--lh-282{line-height:282px}.BLACK_ROSE ._primary-text.--lh-283{line-height:283px}.BLACK_ROSE ._primary-text.--lh-284{line-height:284px}.BLACK_ROSE ._primary-text.--lh-285{line-height:285px}.BLACK_ROSE ._primary-text.--lh-286{line-height:286px}.BLACK_ROSE ._primary-text.--lh-287{line-height:287px}.BLACK_ROSE ._primary-text.--lh-288{line-height:288px}.BLACK_ROSE ._primary-text.--lh-289{line-height:289px}.BLACK_ROSE ._primary-text.--lh-290{line-height:290px}.BLACK_ROSE ._primary-text.--lh-291{line-height:291px}.BLACK_ROSE ._primary-text.--lh-292{line-height:292px}.BLACK_ROSE ._primary-text.--lh-293{line-height:293px}.BLACK_ROSE ._primary-text.--lh-294{line-height:294px}.BLACK_ROSE ._primary-text.--lh-295{line-height:295px}.BLACK_ROSE ._primary-text.--lh-296{line-height:296px}.BLACK_ROSE ._primary-text.--lh-297{line-height:297px}.BLACK_ROSE ._primary-text.--lh-298{line-height:298px}.BLACK_ROSE ._primary-text.--lh-299{line-height:299px}.BLACK_ROSE ._primary-text.--lh-300{line-height:300px}.BLACK_ROSE ._primary-text.--lh-301{line-height:301px}.BLACK_ROSE ._primary-text.--lh-302{line-height:302px}.BLACK_ROSE ._primary-text.--lh-303{line-height:303px}.BLACK_ROSE ._primary-text.--lh-304{line-height:304px}.BLACK_ROSE ._primary-text.--lh-305{line-height:305px}.BLACK_ROSE ._primary-text.--lh-306{line-height:306px}.BLACK_ROSE ._primary-text.--lh-307{line-height:307px}.BLACK_ROSE ._primary-text.--lh-308{line-height:308px}.BLACK_ROSE ._primary-text.--lh-309{line-height:309px}.BLACK_ROSE ._primary-text.--lh-310{line-height:310px}.BLACK_ROSE ._primary-text.--lh-311{line-height:311px}.BLACK_ROSE ._primary-text.--lh-312{line-height:312px}.BLACK_ROSE ._primary-text.--lh-313{line-height:313px}.BLACK_ROSE ._primary-text.--lh-314{line-height:314px}.BLACK_ROSE ._primary-text.--lh-315{line-height:315px}.BLACK_ROSE ._primary-text.--lh-316{line-height:316px}.BLACK_ROSE ._primary-text.--lh-317{line-height:317px}.BLACK_ROSE ._primary-text.--lh-318{line-height:318px}.BLACK_ROSE ._primary-text.--lh-319{line-height:319px}.BLACK_ROSE ._primary-text.--lh-320{line-height:320px}.BLACK_ROSE ._primary-text.--lh-321{line-height:321px}.BLACK_ROSE ._primary-text.--lh-322{line-height:322px}.BLACK_ROSE ._primary-text.--lh-323{line-height:323px}.BLACK_ROSE ._primary-text.--lh-324{line-height:324px}.BLACK_ROSE ._primary-text.--lh-325{line-height:325px}.BLACK_ROSE ._primary-text.--lh-326{line-height:326px}.BLACK_ROSE ._primary-text.--lh-327{line-height:327px}.BLACK_ROSE ._primary-text.--lh-328{line-height:328px}.BLACK_ROSE ._primary-text.--lh-329{line-height:329px}.BLACK_ROSE ._primary-text.--lh-330{line-height:330px}.BLACK_ROSE ._primary-text.--lh-331{line-height:331px}.BLACK_ROSE ._primary-text.--lh-332{line-height:332px}.BLACK_ROSE ._primary-text.--lh-333{line-height:333px}.BLACK_ROSE ._primary-text.--lh-334{line-height:334px}.BLACK_ROSE ._primary-text.--lh-335{line-height:335px}.BLACK_ROSE ._primary-text.--lh-336{line-height:336px}.BLACK_ROSE ._primary-text.--lh-337{line-height:337px}.BLACK_ROSE ._primary-text.--lh-338{line-height:338px}.BLACK_ROSE ._primary-text.--lh-339{line-height:339px}.BLACK_ROSE ._primary-text.--lh-340{line-height:340px}.BLACK_ROSE ._primary-text.--lh-341{line-height:341px}.BLACK_ROSE ._primary-text.--lh-342{line-height:342px}.BLACK_ROSE ._primary-text.--lh-343{line-height:343px}.BLACK_ROSE ._primary-text.--lh-344{line-height:344px}.BLACK_ROSE ._primary-text.--lh-345{line-height:345px}.BLACK_ROSE ._primary-text.--lh-346{line-height:346px}.BLACK_ROSE ._primary-text.--lh-347{line-height:347px}.BLACK_ROSE ._primary-text.--lh-348{line-height:348px}.BLACK_ROSE ._primary-text.--lh-349{line-height:349px}.BLACK_ROSE ._primary-text.--lh-350{line-height:350px}.BLACK_ROSE ._primary-text.--lh-351{line-height:351px}.BLACK_ROSE ._primary-text.--lh-352{line-height:352px}.BLACK_ROSE ._primary-text.--lh-353{line-height:353px}.BLACK_ROSE ._primary-text.--lh-354{line-height:354px}.BLACK_ROSE ._primary-text.--lh-355{line-height:355px}.BLACK_ROSE ._primary-text.--lh-356{line-height:356px}.BLACK_ROSE ._primary-text.--lh-357{line-height:357px}.BLACK_ROSE ._primary-text.--lh-358{line-height:358px}.BLACK_ROSE ._primary-text.--lh-359{line-height:359px}.BLACK_ROSE ._primary-text.--lh-360{line-height:360px}.BLACK_ROSE ._primary-text.--lh-361{line-height:361px}.BLACK_ROSE ._primary-text.--lh-362{line-height:362px}.BLACK_ROSE ._primary-text.--lh-363{line-height:363px}.BLACK_ROSE ._primary-text.--lh-364{line-height:364px}.BLACK_ROSE ._primary-text.--lh-365{line-height:365px}.BLACK_ROSE ._primary-text.--lh-366{line-height:366px}.BLACK_ROSE ._primary-text.--lh-367{line-height:367px}.BLACK_ROSE ._primary-text.--lh-368{line-height:368px}.BLACK_ROSE ._primary-text.--lh-369{line-height:369px}.BLACK_ROSE ._primary-text.--lh-370{line-height:370px}.BLACK_ROSE ._primary-text.--lh-371{line-height:371px}.BLACK_ROSE ._primary-text.--lh-372{line-height:372px}.BLACK_ROSE ._primary-text.--lh-373{line-height:373px}.BLACK_ROSE ._primary-text.--lh-374{line-height:374px}.BLACK_ROSE ._primary-text.--lh-375{line-height:375px}.BLACK_ROSE ._primary-text.--lh-376{line-height:376px}.BLACK_ROSE ._primary-text.--lh-377{line-height:377px}.BLACK_ROSE ._primary-text.--lh-378{line-height:378px}.BLACK_ROSE ._primary-text.--lh-379{line-height:379px}.BLACK_ROSE ._primary-text.--lh-380{line-height:380px}.BLACK_ROSE ._primary-text.--lh-381{line-height:381px}.BLACK_ROSE ._primary-text.--lh-382{line-height:382px}.BLACK_ROSE ._primary-text.--lh-383{line-height:383px}.BLACK_ROSE ._primary-text.--lh-384{line-height:384px}.BLACK_ROSE ._primary-text.--lh-385{line-height:385px}.BLACK_ROSE ._primary-text.--lh-386{line-height:386px}.BLACK_ROSE ._primary-text.--lh-387{line-height:387px}.BLACK_ROSE ._primary-text.--lh-388{line-height:388px}.BLACK_ROSE ._primary-text.--lh-389{line-height:389px}.BLACK_ROSE ._primary-text.--lh-390{line-height:390px}.BLACK_ROSE ._primary-text.--lh-391{line-height:391px}.BLACK_ROSE ._primary-text.--lh-392{line-height:392px}.BLACK_ROSE ._primary-text.--lh-393{line-height:393px}.BLACK_ROSE ._primary-text.--lh-394{line-height:394px}.BLACK_ROSE ._primary-text.--lh-395{line-height:395px}.BLACK_ROSE ._primary-text.--lh-396{line-height:396px}.BLACK_ROSE ._primary-text.--lh-397{line-height:397px}.BLACK_ROSE ._primary-text.--lh-398{line-height:398px}.BLACK_ROSE ._primary-text.--lh-399{line-height:399px}.BLACK_ROSE ._primary-text.--lh-400{line-height:400px}.BLACK_ROSE ._primary-text.--lh-401{line-height:401px}.BLACK_ROSE ._primary-text.--lh-402{line-height:402px}.BLACK_ROSE ._primary-text.--lh-403{line-height:403px}.BLACK_ROSE ._primary-text.--lh-404{line-height:404px}.BLACK_ROSE ._primary-text.--lh-405{line-height:405px}.BLACK_ROSE ._primary-text.--lh-406{line-height:406px}.BLACK_ROSE ._primary-text.--lh-407{line-height:407px}.BLACK_ROSE ._primary-text.--lh-408{line-height:408px}.BLACK_ROSE ._primary-text.--lh-409{line-height:409px}.BLACK_ROSE ._primary-text.--lh-410{line-height:410px}.BLACK_ROSE ._primary-text.--lh-411{line-height:411px}.BLACK_ROSE ._primary-text.--lh-412{line-height:412px}.BLACK_ROSE ._primary-text.--lh-413{line-height:413px}.BLACK_ROSE ._primary-text.--lh-414{line-height:414px}.BLACK_ROSE ._primary-text.--lh-415{line-height:415px}.BLACK_ROSE ._primary-text.--lh-416{line-height:416px}.BLACK_ROSE ._primary-text.--lh-417{line-height:417px}.BLACK_ROSE ._primary-text.--lh-418{line-height:418px}.BLACK_ROSE ._primary-text.--lh-419{line-height:419px}.BLACK_ROSE ._primary-text.--lh-420{line-height:420px}.BLACK_ROSE ._primary-text.--lh-421{line-height:421px}.BLACK_ROSE ._primary-text.--lh-422{line-height:422px}.BLACK_ROSE ._primary-text.--lh-423{line-height:423px}.BLACK_ROSE ._primary-text.--lh-424{line-height:424px}.BLACK_ROSE ._primary-text.--lh-425{line-height:425px}.BLACK_ROSE ._primary-text.--lh-426{line-height:426px}.BLACK_ROSE ._primary-text.--lh-427{line-height:427px}.BLACK_ROSE ._primary-text.--lh-428{line-height:428px}.BLACK_ROSE ._primary-text.--lh-429{line-height:429px}.BLACK_ROSE ._primary-text.--lh-430{line-height:430px}.BLACK_ROSE ._primary-text.--lh-431{line-height:431px}.BLACK_ROSE ._primary-text.--lh-432{line-height:432px}.BLACK_ROSE ._primary-text.--lh-433{line-height:433px}.BLACK_ROSE ._primary-text.--lh-434{line-height:434px}.BLACK_ROSE ._primary-text.--lh-435{line-height:435px}.BLACK_ROSE ._primary-text.--lh-436{line-height:436px}.BLACK_ROSE ._primary-text.--lh-437{line-height:437px}.BLACK_ROSE ._primary-text.--lh-438{line-height:438px}.BLACK_ROSE ._primary-text.--lh-439{line-height:439px}.BLACK_ROSE ._primary-text.--lh-440{line-height:440px}.BLACK_ROSE ._primary-text.--lh-441{line-height:441px}.BLACK_ROSE ._primary-text.--lh-442{line-height:442px}.BLACK_ROSE ._primary-text.--lh-443{line-height:443px}.BLACK_ROSE ._primary-text.--lh-444{line-height:444px}.BLACK_ROSE ._primary-text.--lh-445{line-height:445px}.BLACK_ROSE ._primary-text.--lh-446{line-height:446px}.BLACK_ROSE ._primary-text.--lh-447{line-height:447px}.BLACK_ROSE ._primary-text.--lh-448{line-height:448px}.BLACK_ROSE ._primary-text.--lh-449{line-height:449px}.BLACK_ROSE ._primary-text.--lh-450{line-height:450px}.BLACK_ROSE ._primary-text.--lh-451{line-height:451px}.BLACK_ROSE ._primary-text.--lh-452{line-height:452px}.BLACK_ROSE ._primary-text.--lh-453{line-height:453px}.BLACK_ROSE ._primary-text.--lh-454{line-height:454px}.BLACK_ROSE ._primary-text.--lh-455{line-height:455px}.BLACK_ROSE ._primary-text.--lh-456{line-height:456px}.BLACK_ROSE ._primary-text.--lh-457{line-height:457px}.BLACK_ROSE ._primary-text.--lh-458{line-height:458px}.BLACK_ROSE ._primary-text.--lh-459{line-height:459px}.BLACK_ROSE ._primary-text.--lh-460{line-height:460px}.BLACK_ROSE ._primary-text.--lh-461{line-height:461px}.BLACK_ROSE ._primary-text.--lh-462{line-height:462px}.BLACK_ROSE ._primary-text.--lh-463{line-height:463px}.BLACK_ROSE ._primary-text.--lh-464{line-height:464px}.BLACK_ROSE ._primary-text.--lh-465{line-height:465px}.BLACK_ROSE ._primary-text.--lh-466{line-height:466px}.BLACK_ROSE ._primary-text.--lh-467{line-height:467px}.BLACK_ROSE ._primary-text.--lh-468{line-height:468px}.BLACK_ROSE ._primary-text.--lh-469{line-height:469px}.BLACK_ROSE ._primary-text.--lh-470{line-height:470px}.BLACK_ROSE ._primary-text.--lh-471{line-height:471px}.BLACK_ROSE ._primary-text.--lh-472{line-height:472px}.BLACK_ROSE ._primary-text.--lh-473{line-height:473px}.BLACK_ROSE ._primary-text.--lh-474{line-height:474px}.BLACK_ROSE ._primary-text.--lh-475{line-height:475px}.BLACK_ROSE ._primary-text.--lh-476{line-height:476px}.BLACK_ROSE ._primary-text.--lh-477{line-height:477px}.BLACK_ROSE ._primary-text.--lh-478{line-height:478px}.BLACK_ROSE ._primary-text.--lh-479{line-height:479px}.BLACK_ROSE ._primary-text.--lh-480{line-height:480px}.BLACK_ROSE ._primary-text.--lh-481{line-height:481px}.BLACK_ROSE ._primary-text.--lh-482{line-height:482px}.BLACK_ROSE ._primary-text.--lh-483{line-height:483px}.BLACK_ROSE ._primary-text.--lh-484{line-height:484px}.BLACK_ROSE ._primary-text.--lh-485{line-height:485px}.BLACK_ROSE ._primary-text.--lh-486{line-height:486px}.BLACK_ROSE ._primary-text.--lh-487{line-height:487px}.BLACK_ROSE ._primary-text.--lh-488{line-height:488px}.BLACK_ROSE ._primary-text.--lh-489{line-height:489px}.BLACK_ROSE ._primary-text.--lh-490{line-height:490px}.BLACK_ROSE ._primary-text.--lh-491{line-height:491px}.BLACK_ROSE ._primary-text.--lh-492{line-height:492px}.BLACK_ROSE ._primary-text.--lh-493{line-height:493px}.BLACK_ROSE ._primary-text.--lh-494{line-height:494px}.BLACK_ROSE ._primary-text.--lh-495{line-height:495px}.BLACK_ROSE ._primary-text.--lh-496{line-height:496px}.BLACK_ROSE ._primary-text.--lh-497{line-height:497px}.BLACK_ROSE ._primary-text.--lh-498{line-height:498px}.BLACK_ROSE ._primary-text.--lh-499{line-height:499px}.BLACK_ROSE ._primary-text.--lh-500{line-height:500px}.BLACK_ROSE ._primary-text.--lh-501{line-height:501px}.BLACK_ROSE ._primary-text.--lh-502{line-height:502px}.BLACK_ROSE ._primary-text.--lh-503{line-height:503px}.BLACK_ROSE ._primary-text.--lh-504{line-height:504px}.BLACK_ROSE ._primary-text.--lh-505{line-height:505px}.BLACK_ROSE ._primary-text.--lh-506{line-height:506px}.BLACK_ROSE ._primary-text.--lh-507{line-height:507px}.BLACK_ROSE ._primary-text.--lh-508{line-height:508px}.BLACK_ROSE ._primary-text.--lh-509{line-height:509px}.BLACK_ROSE ._primary-text.--lh-510{line-height:510px}.BLACK_ROSE ._primary-text.--lh-511{line-height:511px}.BLACK_ROSE ._primary-text.--lh-512{line-height:512px}.BLACK_ROSE ._primary-text.--lh-513{line-height:513px}.BLACK_ROSE ._primary-text.--lh-514{line-height:514px}.BLACK_ROSE ._primary-text.--lh-515{line-height:515px}.BLACK_ROSE ._primary-text.--lh-516{line-height:516px}.BLACK_ROSE ._primary-text.--lh-517{line-height:517px}.BLACK_ROSE ._primary-text.--lh-518{line-height:518px}.BLACK_ROSE ._primary-text.--lh-519{line-height:519px}.BLACK_ROSE ._primary-text.--lh-520{line-height:520px}.BLACK_ROSE ._primary-text.--lh-521{line-height:521px}.BLACK_ROSE ._primary-text.--lh-522{line-height:522px}.BLACK_ROSE ._primary-text.--lh-523{line-height:523px}.BLACK_ROSE ._primary-text.--lh-524{line-height:524px}.BLACK_ROSE ._primary-text.--lh-525{line-height:525px}.BLACK_ROSE ._primary-text.--lh-526{line-height:526px}.BLACK_ROSE ._primary-text.--lh-527{line-height:527px}.BLACK_ROSE ._primary-text.--lh-528{line-height:528px}.BLACK_ROSE ._primary-text.--lh-529{line-height:529px}.BLACK_ROSE ._primary-text.--lh-530{line-height:530px}.BLACK_ROSE ._primary-text.--lh-531{line-height:531px}.BLACK_ROSE ._primary-text.--lh-532{line-height:532px}.BLACK_ROSE ._primary-text.--lh-533{line-height:533px}.BLACK_ROSE ._primary-text.--lh-534{line-height:534px}.BLACK_ROSE ._primary-text.--lh-535{line-height:535px}.BLACK_ROSE ._primary-text.--lh-536{line-height:536px}.BLACK_ROSE ._primary-text.--lh-537{line-height:537px}.BLACK_ROSE ._primary-text.--lh-538{line-height:538px}.BLACK_ROSE ._primary-text.--lh-539{line-height:539px}.BLACK_ROSE ._primary-text.--lh-540{line-height:540px}.BLACK_ROSE ._primary-text.--lh-541{line-height:541px}.BLACK_ROSE ._primary-text.--lh-542{line-height:542px}.BLACK_ROSE ._primary-text.--lh-543{line-height:543px}.BLACK_ROSE ._primary-text.--lh-544{line-height:544px}.BLACK_ROSE ._primary-text.--lh-545{line-height:545px}.BLACK_ROSE ._primary-text.--lh-546{line-height:546px}.BLACK_ROSE ._primary-text.--lh-547{line-height:547px}.BLACK_ROSE ._primary-text.--lh-548{line-height:548px}.BLACK_ROSE ._primary-text.--lh-549{line-height:549px}.BLACK_ROSE ._primary-text.--lh-550{line-height:550px}.BLACK_ROSE ._primary-text.--lh-551{line-height:551px}.BLACK_ROSE ._primary-text.--lh-552{line-height:552px}.BLACK_ROSE ._primary-text.--lh-553{line-height:553px}.BLACK_ROSE ._primary-text.--lh-554{line-height:554px}.BLACK_ROSE ._primary-text.--lh-555{line-height:555px}.BLACK_ROSE ._primary-text.--lh-556{line-height:556px}.BLACK_ROSE ._primary-text.--lh-557{line-height:557px}.BLACK_ROSE ._primary-text.--lh-558{line-height:558px}.BLACK_ROSE ._primary-text.--lh-559{line-height:559px}.BLACK_ROSE ._primary-text.--lh-560{line-height:560px}.BLACK_ROSE ._primary-text.--lh-561{line-height:561px}.BLACK_ROSE ._primary-text.--lh-562{line-height:562px}.BLACK_ROSE ._primary-text.--lh-563{line-height:563px}.BLACK_ROSE ._primary-text.--lh-564{line-height:564px}.BLACK_ROSE ._primary-text.--lh-565{line-height:565px}.BLACK_ROSE ._primary-text.--lh-566{line-height:566px}.BLACK_ROSE ._primary-text.--lh-567{line-height:567px}.BLACK_ROSE ._primary-text.--lh-568{line-height:568px}.BLACK_ROSE ._primary-text.--lh-569{line-height:569px}.BLACK_ROSE ._primary-text.--lh-570{line-height:570px}.BLACK_ROSE ._primary-text.--lh-571{line-height:571px}.BLACK_ROSE ._primary-text.--lh-572{line-height:572px}.BLACK_ROSE ._primary-text.--lh-573{line-height:573px}.BLACK_ROSE ._primary-text.--lh-574{line-height:574px}.BLACK_ROSE ._primary-text.--lh-575{line-height:575px}.BLACK_ROSE ._primary-text.--lh-576{line-height:576px}.BLACK_ROSE ._primary-text.--lh-577{line-height:577px}.BLACK_ROSE ._primary-text.--lh-578{line-height:578px}.BLACK_ROSE ._primary-text.--lh-579{line-height:579px}.BLACK_ROSE ._primary-text.--lh-580{line-height:580px}.BLACK_ROSE ._primary-text.--lh-581{line-height:581px}.BLACK_ROSE ._primary-text.--lh-582{line-height:582px}.BLACK_ROSE ._primary-text.--lh-583{line-height:583px}.BLACK_ROSE ._primary-text.--lh-584{line-height:584px}.BLACK_ROSE ._primary-text.--lh-585{line-height:585px}.BLACK_ROSE ._primary-text.--lh-586{line-height:586px}.BLACK_ROSE ._primary-text.--lh-587{line-height:587px}.BLACK_ROSE ._primary-text.--lh-588{line-height:588px}.BLACK_ROSE ._primary-text.--lh-589{line-height:589px}.BLACK_ROSE ._primary-text.--lh-590{line-height:590px}.BLACK_ROSE ._primary-text.--lh-591{line-height:591px}.BLACK_ROSE ._primary-text.--lh-592{line-height:592px}.BLACK_ROSE ._primary-text.--lh-593{line-height:593px}.BLACK_ROSE ._primary-text.--lh-594{line-height:594px}.BLACK_ROSE ._primary-text.--lh-595{line-height:595px}.BLACK_ROSE ._primary-text.--lh-596{line-height:596px}.BLACK_ROSE ._primary-text.--lh-597{line-height:597px}.BLACK_ROSE ._primary-text.--lh-598{line-height:598px}.BLACK_ROSE ._primary-text.--lh-599{line-height:599px}.BLACK_ROSE ._primary-text.--lh-600{line-height:600px}.BLACK_ROSE ._primary-text.--lh-601{line-height:601px}.BLACK_ROSE ._primary-text.--lh-602{line-height:602px}.BLACK_ROSE ._primary-text.--lh-603{line-height:603px}.BLACK_ROSE ._primary-text.--lh-604{line-height:604px}.BLACK_ROSE ._primary-text.--lh-605{line-height:605px}.BLACK_ROSE ._primary-text.--lh-606{line-height:606px}.BLACK_ROSE ._primary-text.--lh-607{line-height:607px}.BLACK_ROSE ._primary-text.--lh-608{line-height:608px}.BLACK_ROSE ._primary-text.--lh-609{line-height:609px}.BLACK_ROSE ._primary-text.--lh-610{line-height:610px}.BLACK_ROSE ._primary-text.--lh-611{line-height:611px}.BLACK_ROSE ._primary-text.--lh-612{line-height:612px}.BLACK_ROSE ._primary-text.--lh-613{line-height:613px}.BLACK_ROSE ._primary-text.--lh-614{line-height:614px}.BLACK_ROSE ._primary-text.--lh-615{line-height:615px}.BLACK_ROSE ._primary-text.--lh-616{line-height:616px}.BLACK_ROSE ._primary-text.--lh-617{line-height:617px}.BLACK_ROSE ._primary-text.--lh-618{line-height:618px}.BLACK_ROSE ._primary-text.--lh-619{line-height:619px}.BLACK_ROSE ._primary-text.--lh-620{line-height:620px}.BLACK_ROSE ._primary-text.--lh-621{line-height:621px}.BLACK_ROSE ._primary-text.--lh-622{line-height:622px}.BLACK_ROSE ._primary-text.--lh-623{line-height:623px}.BLACK_ROSE ._primary-text.--lh-624{line-height:624px}.BLACK_ROSE ._primary-text.--lh-625{line-height:625px}.BLACK_ROSE ._primary-text.--lh-626{line-height:626px}.BLACK_ROSE ._primary-text.--lh-627{line-height:627px}.BLACK_ROSE ._primary-text.--lh-628{line-height:628px}.BLACK_ROSE ._primary-text.--lh-629{line-height:629px}.BLACK_ROSE ._primary-text.--lh-630{line-height:630px}.BLACK_ROSE ._primary-text.--lh-631{line-height:631px}.BLACK_ROSE ._primary-text.--lh-632{line-height:632px}.BLACK_ROSE ._primary-text.--lh-633{line-height:633px}.BLACK_ROSE ._primary-text.--lh-634{line-height:634px}.BLACK_ROSE ._primary-text.--lh-635{line-height:635px}.BLACK_ROSE ._primary-text.--lh-636{line-height:636px}.BLACK_ROSE ._primary-text.--lh-637{line-height:637px}.BLACK_ROSE ._primary-text.--lh-638{line-height:638px}.BLACK_ROSE ._primary-text.--lh-639{line-height:639px}.BLACK_ROSE ._primary-text.--lh-640{line-height:640px}.BLACK_ROSE ._primary-text.--lh-641{line-height:641px}.BLACK_ROSE ._primary-text.--lh-642{line-height:642px}.BLACK_ROSE ._primary-text.--lh-643{line-height:643px}.BLACK_ROSE ._primary-text.--lh-644{line-height:644px}.BLACK_ROSE ._primary-text.--lh-645{line-height:645px}.BLACK_ROSE ._primary-text.--lh-646{line-height:646px}.BLACK_ROSE ._primary-text.--lh-647{line-height:647px}.BLACK_ROSE ._primary-text.--lh-648{line-height:648px}.BLACK_ROSE ._primary-text.--lh-649{line-height:649px}.BLACK_ROSE ._primary-text.--lh-650{line-height:650px}.BLACK_ROSE ._primary-text.--lh-651{line-height:651px}.BLACK_ROSE ._primary-text.--lh-652{line-height:652px}.BLACK_ROSE ._primary-text.--lh-653{line-height:653px}.BLACK_ROSE ._primary-text.--lh-654{line-height:654px}.BLACK_ROSE ._primary-text.--lh-655{line-height:655px}.BLACK_ROSE ._primary-text.--lh-656{line-height:656px}.BLACK_ROSE ._primary-text.--lh-657{line-height:657px}.BLACK_ROSE ._primary-text.--lh-658{line-height:658px}.BLACK_ROSE ._primary-text.--lh-659{line-height:659px}.BLACK_ROSE ._primary-text.--lh-660{line-height:660px}.BLACK_ROSE ._primary-text.--lh-661{line-height:661px}.BLACK_ROSE ._primary-text.--lh-662{line-height:662px}.BLACK_ROSE ._primary-text.--lh-663{line-height:663px}.BLACK_ROSE ._primary-text.--lh-664{line-height:664px}.BLACK_ROSE ._primary-text.--lh-665{line-height:665px}.BLACK_ROSE ._primary-text.--lh-666{line-height:666px}.BLACK_ROSE ._primary-text.--lh-667{line-height:667px}.BLACK_ROSE ._primary-text.--lh-668{line-height:668px}.BLACK_ROSE ._primary-text.--lh-669{line-height:669px}.BLACK_ROSE ._primary-text.--lh-670{line-height:670px}.BLACK_ROSE ._primary-text.--lh-671{line-height:671px}.BLACK_ROSE ._primary-text.--lh-672{line-height:672px}.BLACK_ROSE ._primary-text.--lh-673{line-height:673px}.BLACK_ROSE ._primary-text.--lh-674{line-height:674px}.BLACK_ROSE ._primary-text.--lh-675{line-height:675px}.BLACK_ROSE ._primary-text.--lh-676{line-height:676px}.BLACK_ROSE ._primary-text.--lh-677{line-height:677px}.BLACK_ROSE ._primary-text.--lh-678{line-height:678px}.BLACK_ROSE ._primary-text.--lh-679{line-height:679px}.BLACK_ROSE ._primary-text.--lh-680{line-height:680px}.BLACK_ROSE ._primary-text.--lh-681{line-height:681px}.BLACK_ROSE ._primary-text.--lh-682{line-height:682px}.BLACK_ROSE ._primary-text.--lh-683{line-height:683px}.BLACK_ROSE ._primary-text.--lh-684{line-height:684px}.BLACK_ROSE ._primary-text.--lh-685{line-height:685px}.BLACK_ROSE ._primary-text.--lh-686{line-height:686px}.BLACK_ROSE ._primary-text.--lh-687{line-height:687px}.BLACK_ROSE ._primary-text.--lh-688{line-height:688px}.BLACK_ROSE ._primary-text.--lh-689{line-height:689px}.BLACK_ROSE ._primary-text.--lh-690{line-height:690px}.BLACK_ROSE ._primary-text.--lh-691{line-height:691px}.BLACK_ROSE ._primary-text.--lh-692{line-height:692px}.BLACK_ROSE ._primary-text.--lh-693{line-height:693px}.BLACK_ROSE ._primary-text.--lh-694{line-height:694px}.BLACK_ROSE ._primary-text.--lh-695{line-height:695px}.BLACK_ROSE ._primary-text.--lh-696{line-height:696px}.BLACK_ROSE ._primary-text.--lh-697{line-height:697px}.BLACK_ROSE ._primary-text.--lh-698{line-height:698px}.BLACK_ROSE ._primary-text.--lh-699{line-height:699px}.BLACK_ROSE ._primary-text.--lh-700{line-height:700px}.BLACK_ROSE ._primary-text.--lh-701{line-height:701px}.BLACK_ROSE ._primary-text.--lh-702{line-height:702px}.BLACK_ROSE ._primary-text.--lh-703{line-height:703px}.BLACK_ROSE ._primary-text.--lh-704{line-height:704px}.BLACK_ROSE ._primary-text.--lh-705{line-height:705px}.BLACK_ROSE ._primary-text.--lh-706{line-height:706px}.BLACK_ROSE ._primary-text.--lh-707{line-height:707px}.BLACK_ROSE ._primary-text.--lh-708{line-height:708px}.BLACK_ROSE ._primary-text.--lh-709{line-height:709px}.BLACK_ROSE ._primary-text.--lh-710{line-height:710px}.BLACK_ROSE ._primary-text.--lh-711{line-height:711px}.BLACK_ROSE ._primary-text.--lh-712{line-height:712px}.BLACK_ROSE ._primary-text.--lh-713{line-height:713px}.BLACK_ROSE ._primary-text.--lh-714{line-height:714px}.BLACK_ROSE ._primary-text.--lh-715{line-height:715px}.BLACK_ROSE ._primary-text.--lh-716{line-height:716px}.BLACK_ROSE ._primary-text.--lh-717{line-height:717px}.BLACK_ROSE ._primary-text.--lh-718{line-height:718px}.BLACK_ROSE ._primary-text.--lh-719{line-height:719px}.BLACK_ROSE ._primary-text.--lh-720{line-height:720px}.BLACK_ROSE ._primary-text.--lh-721{line-height:721px}.BLACK_ROSE ._primary-text.--lh-722{line-height:722px}.BLACK_ROSE ._primary-text.--lh-723{line-height:723px}.BLACK_ROSE ._primary-text.--lh-724{line-height:724px}.BLACK_ROSE ._primary-text.--lh-725{line-height:725px}.BLACK_ROSE ._primary-text.--lh-726{line-height:726px}.BLACK_ROSE ._primary-text.--lh-727{line-height:727px}.BLACK_ROSE ._primary-text.--lh-728{line-height:728px}.BLACK_ROSE ._primary-text.--lh-729{line-height:729px}.BLACK_ROSE ._primary-text.--lh-730{line-height:730px}.BLACK_ROSE ._primary-text.--lh-731{line-height:731px}.BLACK_ROSE ._primary-text.--lh-732{line-height:732px}.BLACK_ROSE ._primary-text.--lh-733{line-height:733px}.BLACK_ROSE ._primary-text.--lh-734{line-height:734px}.BLACK_ROSE ._primary-text.--lh-735{line-height:735px}.BLACK_ROSE ._primary-text.--lh-736{line-height:736px}.BLACK_ROSE ._primary-text.--lh-737{line-height:737px}.BLACK_ROSE ._primary-text.--lh-738{line-height:738px}.BLACK_ROSE ._primary-text.--lh-739{line-height:739px}.BLACK_ROSE ._primary-text.--lh-740{line-height:740px}.BLACK_ROSE ._primary-text.--lh-741{line-height:741px}.BLACK_ROSE ._primary-text.--lh-742{line-height:742px}.BLACK_ROSE ._primary-text.--lh-743{line-height:743px}.BLACK_ROSE ._primary-text.--lh-744{line-height:744px}.BLACK_ROSE ._primary-text.--lh-745{line-height:745px}.BLACK_ROSE ._primary-text.--lh-746{line-height:746px}.BLACK_ROSE ._primary-text.--lh-747{line-height:747px}.BLACK_ROSE ._primary-text.--lh-748{line-height:748px}.BLACK_ROSE ._primary-text.--lh-749{line-height:749px}.BLACK_ROSE ._primary-text.--lh-750{line-height:750px}.BLACK_ROSE ._primary-text.--lh-751{line-height:751px}.BLACK_ROSE ._primary-text.--lh-752{line-height:752px}.BLACK_ROSE ._primary-text.--lh-753{line-height:753px}.BLACK_ROSE ._primary-text.--lh-754{line-height:754px}.BLACK_ROSE ._primary-text.--lh-755{line-height:755px}.BLACK_ROSE ._primary-text.--lh-756{line-height:756px}.BLACK_ROSE ._primary-text.--lh-757{line-height:757px}.BLACK_ROSE ._primary-text.--lh-758{line-height:758px}.BLACK_ROSE ._primary-text.--lh-759{line-height:759px}.BLACK_ROSE ._primary-text.--lh-760{line-height:760px}.BLACK_ROSE ._primary-text.--lh-761{line-height:761px}.BLACK_ROSE ._primary-text.--lh-762{line-height:762px}.BLACK_ROSE ._primary-text.--lh-763{line-height:763px}.BLACK_ROSE ._primary-text.--lh-764{line-height:764px}.BLACK_ROSE ._primary-text.--lh-765{line-height:765px}.BLACK_ROSE ._primary-text.--lh-766{line-height:766px}.BLACK_ROSE ._primary-text.--lh-767{line-height:767px}.BLACK_ROSE ._primary-text.--lh-768{line-height:768px}.BLACK_ROSE ._primary-text.--lh-769{line-height:769px}.BLACK_ROSE ._primary-text.--lh-770{line-height:770px}.BLACK_ROSE ._primary-text.--lh-771{line-height:771px}.BLACK_ROSE ._primary-text.--lh-772{line-height:772px}.BLACK_ROSE ._primary-text.--lh-773{line-height:773px}.BLACK_ROSE ._primary-text.--lh-774{line-height:774px}.BLACK_ROSE ._primary-text.--lh-775{line-height:775px}.BLACK_ROSE ._primary-text.--lh-776{line-height:776px}.BLACK_ROSE ._primary-text.--lh-777{line-height:777px}.BLACK_ROSE ._primary-text.--lh-778{line-height:778px}.BLACK_ROSE ._primary-text.--lh-779{line-height:779px}.BLACK_ROSE ._primary-text.--lh-780{line-height:780px}.BLACK_ROSE ._primary-text.--lh-781{line-height:781px}.BLACK_ROSE ._primary-text.--lh-782{line-height:782px}.BLACK_ROSE ._primary-text.--lh-783{line-height:783px}.BLACK_ROSE ._primary-text.--lh-784{line-height:784px}.BLACK_ROSE ._primary-text.--lh-785{line-height:785px}.BLACK_ROSE ._primary-text.--lh-786{line-height:786px}.BLACK_ROSE ._primary-text.--lh-787{line-height:787px}.BLACK_ROSE ._primary-text.--lh-788{line-height:788px}.BLACK_ROSE ._primary-text.--lh-789{line-height:789px}.BLACK_ROSE ._primary-text.--lh-790{line-height:790px}.BLACK_ROSE ._primary-text.--lh-791{line-height:791px}.BLACK_ROSE ._primary-text.--lh-792{line-height:792px}.BLACK_ROSE ._primary-text.--lh-793{line-height:793px}.BLACK_ROSE ._primary-text.--lh-794{line-height:794px}.BLACK_ROSE ._primary-text.--lh-795{line-height:795px}.BLACK_ROSE ._primary-text.--lh-796{line-height:796px}.BLACK_ROSE ._primary-text.--lh-797{line-height:797px}.BLACK_ROSE ._primary-text.--lh-798{line-height:798px}.BLACK_ROSE ._primary-text.--lh-799{line-height:799px}.BLACK_ROSE ._primary-text.--lh-800{line-height:800px}.BLACK_ROSE ._secondary-text{color:var(--rose);font-family:Poppins}.BLACK_ROSE ._secondary-text.--size-5{font-size:5px}.BLACK_ROSE ._secondary-text.--size-6{font-size:6px}.BLACK_ROSE ._secondary-text.--size-7{font-size:7px}.BLACK_ROSE ._secondary-text.--size-8{font-size:8px}.BLACK_ROSE ._secondary-text.--size-9{font-size:9px}.BLACK_ROSE ._secondary-text.--size-10{font-size:10px}.BLACK_ROSE ._secondary-text.--size-11{font-size:11px}.BLACK_ROSE ._secondary-text.--size-12{font-size:12px}.BLACK_ROSE ._secondary-text.--size-13{font-size:13px}.BLACK_ROSE ._secondary-text.--size-14{font-size:14px}.BLACK_ROSE ._secondary-text.--size-15{font-size:15px}.BLACK_ROSE ._secondary-text.--size-16{font-size:16px}.BLACK_ROSE ._secondary-text.--size-17{font-size:17px}.BLACK_ROSE ._secondary-text.--size-18{font-size:18px}.BLACK_ROSE ._secondary-text.--size-19{font-size:19px}.BLACK_ROSE ._secondary-text.--size-20{font-size:20px}.BLACK_ROSE ._secondary-text.--size-21{font-size:21px}.BLACK_ROSE ._secondary-text.--size-22{font-size:22px}.BLACK_ROSE ._secondary-text.--size-23{font-size:23px}.BLACK_ROSE ._secondary-text.--size-24{font-size:24px}.BLACK_ROSE ._secondary-text.--size-25{font-size:25px}.BLACK_ROSE ._secondary-text.--size-26{font-size:26px}.BLACK_ROSE ._secondary-text.--size-27{font-size:27px}.BLACK_ROSE ._secondary-text.--size-28{font-size:28px}.BLACK_ROSE ._secondary-text.--size-29{font-size:29px}.BLACK_ROSE ._secondary-text.--size-30{font-size:30px}.BLACK_ROSE ._secondary-text.--size-31{font-size:31px}.BLACK_ROSE ._secondary-text.--size-32{font-size:32px}.BLACK_ROSE ._secondary-text.--size-33{font-size:33px}.BLACK_ROSE ._secondary-text.--size-34{font-size:34px}.BLACK_ROSE ._secondary-text.--size-35{font-size:35px}.BLACK_ROSE ._secondary-text.--size-36{font-size:36px}.BLACK_ROSE ._secondary-text.--size-37{font-size:37px}.BLACK_ROSE ._secondary-text.--size-38{font-size:38px}.BLACK_ROSE ._secondary-text.--size-39{font-size:39px}.BLACK_ROSE ._secondary-text.--size-40{font-size:40px}.BLACK_ROSE ._secondary-text.--size-41{font-size:41px}.BLACK_ROSE ._secondary-text.--size-42{font-size:42px}.BLACK_ROSE ._secondary-text.--size-43{font-size:43px}.BLACK_ROSE ._secondary-text.--size-44{font-size:44px}.BLACK_ROSE ._secondary-text.--size-45{font-size:45px}.BLACK_ROSE ._secondary-text.--size-46{font-size:46px}.BLACK_ROSE ._secondary-text.--size-47{font-size:47px}.BLACK_ROSE ._secondary-text.--size-48{font-size:48px}.BLACK_ROSE ._secondary-text.--size-49{font-size:49px}.BLACK_ROSE ._secondary-text.--size-50{font-size:50px}.BLACK_ROSE ._secondary-text.--size-51{font-size:51px}.BLACK_ROSE ._secondary-text.--size-52{font-size:52px}.BLACK_ROSE ._secondary-text.--size-53{font-size:53px}.BLACK_ROSE ._secondary-text.--size-54{font-size:54px}.BLACK_ROSE ._secondary-text.--size-55{font-size:55px}.BLACK_ROSE ._secondary-text.--size-56{font-size:56px}.BLACK_ROSE ._secondary-text.--size-57{font-size:57px}.BLACK_ROSE ._secondary-text.--size-58{font-size:58px}.BLACK_ROSE ._secondary-text.--size-59{font-size:59px}.BLACK_ROSE ._secondary-text.--size-60{font-size:60px}.BLACK_ROSE ._secondary-text.--size-61{font-size:61px}.BLACK_ROSE ._secondary-text.--size-62{font-size:62px}.BLACK_ROSE ._secondary-text.--size-63{font-size:63px}.BLACK_ROSE ._secondary-text.--size-64{font-size:64px}.BLACK_ROSE ._secondary-text.--size-65{font-size:65px}.BLACK_ROSE ._secondary-text.--size-66{font-size:66px}.BLACK_ROSE ._secondary-text.--size-67{font-size:67px}.BLACK_ROSE ._secondary-text.--size-68{font-size:68px}.BLACK_ROSE ._secondary-text.--size-69{font-size:69px}.BLACK_ROSE ._secondary-text.--size-70{font-size:70px}.BLACK_ROSE ._secondary-text.--size-71{font-size:71px}.BLACK_ROSE ._secondary-text.--size-72{font-size:72px}.BLACK_ROSE ._secondary-text.--size-73{font-size:73px}.BLACK_ROSE ._secondary-text.--size-74{font-size:74px}.BLACK_ROSE ._secondary-text.--size-75{font-size:75px}.BLACK_ROSE ._secondary-text.--size-76{font-size:76px}.BLACK_ROSE ._secondary-text.--size-77{font-size:77px}.BLACK_ROSE ._secondary-text.--size-78{font-size:78px}.BLACK_ROSE ._secondary-text.--size-79{font-size:79px}.BLACK_ROSE ._secondary-text.--size-80{font-size:80px}.BLACK_ROSE ._secondary-text.--size-81{font-size:81px}.BLACK_ROSE ._secondary-text.--size-82{font-size:82px}.BLACK_ROSE ._secondary-text.--size-83{font-size:83px}.BLACK_ROSE ._secondary-text.--size-84{font-size:84px}.BLACK_ROSE ._secondary-text.--size-85{font-size:85px}.BLACK_ROSE ._secondary-text.--size-86{font-size:86px}.BLACK_ROSE ._secondary-text.--size-87{font-size:87px}.BLACK_ROSE ._secondary-text.--size-88{font-size:88px}.BLACK_ROSE ._secondary-text.--size-89{font-size:89px}.BLACK_ROSE ._secondary-text.--size-90{font-size:90px}.BLACK_ROSE ._secondary-text.--size-91{font-size:91px}.BLACK_ROSE ._secondary-text.--size-92{font-size:92px}.BLACK_ROSE ._secondary-text.--size-93{font-size:93px}.BLACK_ROSE ._secondary-text.--size-94{font-size:94px}.BLACK_ROSE ._secondary-text.--size-95{font-size:95px}.BLACK_ROSE ._secondary-text.--size-96{font-size:96px}.BLACK_ROSE ._secondary-text.--size-97{font-size:97px}.BLACK_ROSE ._secondary-text.--size-98{font-size:98px}.BLACK_ROSE ._secondary-text.--size-99{font-size:99px}.BLACK_ROSE ._secondary-text.--size-100{font-size:100px}.BLACK_ROSE ._secondary-text.--weight-100{font-weight:100}.BLACK_ROSE ._secondary-text.--weight-101{font-weight:101}.BLACK_ROSE ._secondary-text.--weight-102{font-weight:102}.BLACK_ROSE ._secondary-text.--weight-103{font-weight:103}.BLACK_ROSE ._secondary-text.--weight-104{font-weight:104}.BLACK_ROSE ._secondary-text.--weight-105{font-weight:105}.BLACK_ROSE ._secondary-text.--weight-106{font-weight:106}.BLACK_ROSE ._secondary-text.--weight-107{font-weight:107}.BLACK_ROSE ._secondary-text.--weight-108{font-weight:108}.BLACK_ROSE ._secondary-text.--weight-109{font-weight:109}.BLACK_ROSE ._secondary-text.--weight-110{font-weight:110}.BLACK_ROSE ._secondary-text.--weight-111{font-weight:111}.BLACK_ROSE ._secondary-text.--weight-112{font-weight:112}.BLACK_ROSE ._secondary-text.--weight-113{font-weight:113}.BLACK_ROSE ._secondary-text.--weight-114{font-weight:114}.BLACK_ROSE ._secondary-text.--weight-115{font-weight:115}.BLACK_ROSE ._secondary-text.--weight-116{font-weight:116}.BLACK_ROSE ._secondary-text.--weight-117{font-weight:117}.BLACK_ROSE ._secondary-text.--weight-118{font-weight:118}.BLACK_ROSE ._secondary-text.--weight-119{font-weight:119}.BLACK_ROSE ._secondary-text.--weight-120{font-weight:120}.BLACK_ROSE ._secondary-text.--weight-121{font-weight:121}.BLACK_ROSE ._secondary-text.--weight-122{font-weight:122}.BLACK_ROSE ._secondary-text.--weight-123{font-weight:123}.BLACK_ROSE ._secondary-text.--weight-124{font-weight:124}.BLACK_ROSE ._secondary-text.--weight-125{font-weight:125}.BLACK_ROSE ._secondary-text.--weight-126{font-weight:126}.BLACK_ROSE ._secondary-text.--weight-127{font-weight:127}.BLACK_ROSE ._secondary-text.--weight-128{font-weight:128}.BLACK_ROSE ._secondary-text.--weight-129{font-weight:129}.BLACK_ROSE ._secondary-text.--weight-130{font-weight:130}.BLACK_ROSE ._secondary-text.--weight-131{font-weight:131}.BLACK_ROSE ._secondary-text.--weight-132{font-weight:132}.BLACK_ROSE ._secondary-text.--weight-133{font-weight:133}.BLACK_ROSE ._secondary-text.--weight-134{font-weight:134}.BLACK_ROSE ._secondary-text.--weight-135{font-weight:135}.BLACK_ROSE ._secondary-text.--weight-136{font-weight:136}.BLACK_ROSE ._secondary-text.--weight-137{font-weight:137}.BLACK_ROSE ._secondary-text.--weight-138{font-weight:138}.BLACK_ROSE ._secondary-text.--weight-139{font-weight:139}.BLACK_ROSE ._secondary-text.--weight-140{font-weight:140}.BLACK_ROSE ._secondary-text.--weight-141{font-weight:141}.BLACK_ROSE ._secondary-text.--weight-142{font-weight:142}.BLACK_ROSE ._secondary-text.--weight-143{font-weight:143}.BLACK_ROSE ._secondary-text.--weight-144{font-weight:144}.BLACK_ROSE ._secondary-text.--weight-145{font-weight:145}.BLACK_ROSE ._secondary-text.--weight-146{font-weight:146}.BLACK_ROSE ._secondary-text.--weight-147{font-weight:147}.BLACK_ROSE ._secondary-text.--weight-148{font-weight:148}.BLACK_ROSE ._secondary-text.--weight-149{font-weight:149}.BLACK_ROSE ._secondary-text.--weight-150{font-weight:150}.BLACK_ROSE ._secondary-text.--weight-151{font-weight:151}.BLACK_ROSE ._secondary-text.--weight-152{font-weight:152}.BLACK_ROSE ._secondary-text.--weight-153{font-weight:153}.BLACK_ROSE ._secondary-text.--weight-154{font-weight:154}.BLACK_ROSE ._secondary-text.--weight-155{font-weight:155}.BLACK_ROSE ._secondary-text.--weight-156{font-weight:156}.BLACK_ROSE ._secondary-text.--weight-157{font-weight:157}.BLACK_ROSE ._secondary-text.--weight-158{font-weight:158}.BLACK_ROSE ._secondary-text.--weight-159{font-weight:159}.BLACK_ROSE ._secondary-text.--weight-160{font-weight:160}.BLACK_ROSE ._secondary-text.--weight-161{font-weight:161}.BLACK_ROSE ._secondary-text.--weight-162{font-weight:162}.BLACK_ROSE ._secondary-text.--weight-163{font-weight:163}.BLACK_ROSE ._secondary-text.--weight-164{font-weight:164}.BLACK_ROSE ._secondary-text.--weight-165{font-weight:165}.BLACK_ROSE ._secondary-text.--weight-166{font-weight:166}.BLACK_ROSE ._secondary-text.--weight-167{font-weight:167}.BLACK_ROSE ._secondary-text.--weight-168{font-weight:168}.BLACK_ROSE ._secondary-text.--weight-169{font-weight:169}.BLACK_ROSE ._secondary-text.--weight-170{font-weight:170}.BLACK_ROSE ._secondary-text.--weight-171{font-weight:171}.BLACK_ROSE ._secondary-text.--weight-172{font-weight:172}.BLACK_ROSE ._secondary-text.--weight-173{font-weight:173}.BLACK_ROSE ._secondary-text.--weight-174{font-weight:174}.BLACK_ROSE ._secondary-text.--weight-175{font-weight:175}.BLACK_ROSE ._secondary-text.--weight-176{font-weight:176}.BLACK_ROSE ._secondary-text.--weight-177{font-weight:177}.BLACK_ROSE ._secondary-text.--weight-178{font-weight:178}.BLACK_ROSE ._secondary-text.--weight-179{font-weight:179}.BLACK_ROSE ._secondary-text.--weight-180{font-weight:180}.BLACK_ROSE ._secondary-text.--weight-181{font-weight:181}.BLACK_ROSE ._secondary-text.--weight-182{font-weight:182}.BLACK_ROSE ._secondary-text.--weight-183{font-weight:183}.BLACK_ROSE ._secondary-text.--weight-184{font-weight:184}.BLACK_ROSE ._secondary-text.--weight-185{font-weight:185}.BLACK_ROSE ._secondary-text.--weight-186{font-weight:186}.BLACK_ROSE ._secondary-text.--weight-187{font-weight:187}.BLACK_ROSE ._secondary-text.--weight-188{font-weight:188}.BLACK_ROSE ._secondary-text.--weight-189{font-weight:189}.BLACK_ROSE ._secondary-text.--weight-190{font-weight:190}.BLACK_ROSE ._secondary-text.--weight-191{font-weight:191}.BLACK_ROSE ._secondary-text.--weight-192{font-weight:192}.BLACK_ROSE ._secondary-text.--weight-193{font-weight:193}.BLACK_ROSE ._secondary-text.--weight-194{font-weight:194}.BLACK_ROSE ._secondary-text.--weight-195{font-weight:195}.BLACK_ROSE ._secondary-text.--weight-196{font-weight:196}.BLACK_ROSE ._secondary-text.--weight-197{font-weight:197}.BLACK_ROSE ._secondary-text.--weight-198{font-weight:198}.BLACK_ROSE ._secondary-text.--weight-199{font-weight:199}.BLACK_ROSE ._secondary-text.--weight-200{font-weight:200}.BLACK_ROSE ._secondary-text.--weight-201{font-weight:201}.BLACK_ROSE ._secondary-text.--weight-202{font-weight:202}.BLACK_ROSE ._secondary-text.--weight-203{font-weight:203}.BLACK_ROSE ._secondary-text.--weight-204{font-weight:204}.BLACK_ROSE ._secondary-text.--weight-205{font-weight:205}.BLACK_ROSE ._secondary-text.--weight-206{font-weight:206}.BLACK_ROSE ._secondary-text.--weight-207{font-weight:207}.BLACK_ROSE ._secondary-text.--weight-208{font-weight:208}.BLACK_ROSE ._secondary-text.--weight-209{font-weight:209}.BLACK_ROSE ._secondary-text.--weight-210{font-weight:210}.BLACK_ROSE ._secondary-text.--weight-211{font-weight:211}.BLACK_ROSE ._secondary-text.--weight-212{font-weight:212}.BLACK_ROSE ._secondary-text.--weight-213{font-weight:213}.BLACK_ROSE ._secondary-text.--weight-214{font-weight:214}.BLACK_ROSE ._secondary-text.--weight-215{font-weight:215}.BLACK_ROSE ._secondary-text.--weight-216{font-weight:216}.BLACK_ROSE ._secondary-text.--weight-217{font-weight:217}.BLACK_ROSE ._secondary-text.--weight-218{font-weight:218}.BLACK_ROSE ._secondary-text.--weight-219{font-weight:219}.BLACK_ROSE ._secondary-text.--weight-220{font-weight:220}.BLACK_ROSE ._secondary-text.--weight-221{font-weight:221}.BLACK_ROSE ._secondary-text.--weight-222{font-weight:222}.BLACK_ROSE ._secondary-text.--weight-223{font-weight:223}.BLACK_ROSE ._secondary-text.--weight-224{font-weight:224}.BLACK_ROSE ._secondary-text.--weight-225{font-weight:225}.BLACK_ROSE ._secondary-text.--weight-226{font-weight:226}.BLACK_ROSE ._secondary-text.--weight-227{font-weight:227}.BLACK_ROSE ._secondary-text.--weight-228{font-weight:228}.BLACK_ROSE ._secondary-text.--weight-229{font-weight:229}.BLACK_ROSE ._secondary-text.--weight-230{font-weight:230}.BLACK_ROSE ._secondary-text.--weight-231{font-weight:231}.BLACK_ROSE ._secondary-text.--weight-232{font-weight:232}.BLACK_ROSE ._secondary-text.--weight-233{font-weight:233}.BLACK_ROSE ._secondary-text.--weight-234{font-weight:234}.BLACK_ROSE ._secondary-text.--weight-235{font-weight:235}.BLACK_ROSE ._secondary-text.--weight-236{font-weight:236}.BLACK_ROSE ._secondary-text.--weight-237{font-weight:237}.BLACK_ROSE ._secondary-text.--weight-238{font-weight:238}.BLACK_ROSE ._secondary-text.--weight-239{font-weight:239}.BLACK_ROSE ._secondary-text.--weight-240{font-weight:240}.BLACK_ROSE ._secondary-text.--weight-241{font-weight:241}.BLACK_ROSE ._secondary-text.--weight-242{font-weight:242}.BLACK_ROSE ._secondary-text.--weight-243{font-weight:243}.BLACK_ROSE ._secondary-text.--weight-244{font-weight:244}.BLACK_ROSE ._secondary-text.--weight-245{font-weight:245}.BLACK_ROSE ._secondary-text.--weight-246{font-weight:246}.BLACK_ROSE ._secondary-text.--weight-247{font-weight:247}.BLACK_ROSE ._secondary-text.--weight-248{font-weight:248}.BLACK_ROSE ._secondary-text.--weight-249{font-weight:249}.BLACK_ROSE ._secondary-text.--weight-250{font-weight:250}.BLACK_ROSE ._secondary-text.--weight-251{font-weight:251}.BLACK_ROSE ._secondary-text.--weight-252{font-weight:252}.BLACK_ROSE ._secondary-text.--weight-253{font-weight:253}.BLACK_ROSE ._secondary-text.--weight-254{font-weight:254}.BLACK_ROSE ._secondary-text.--weight-255{font-weight:255}.BLACK_ROSE ._secondary-text.--weight-256{font-weight:256}.BLACK_ROSE ._secondary-text.--weight-257{font-weight:257}.BLACK_ROSE ._secondary-text.--weight-258{font-weight:258}.BLACK_ROSE ._secondary-text.--weight-259{font-weight:259}.BLACK_ROSE ._secondary-text.--weight-260{font-weight:260}.BLACK_ROSE ._secondary-text.--weight-261{font-weight:261}.BLACK_ROSE ._secondary-text.--weight-262{font-weight:262}.BLACK_ROSE ._secondary-text.--weight-263{font-weight:263}.BLACK_ROSE ._secondary-text.--weight-264{font-weight:264}.BLACK_ROSE ._secondary-text.--weight-265{font-weight:265}.BLACK_ROSE ._secondary-text.--weight-266{font-weight:266}.BLACK_ROSE ._secondary-text.--weight-267{font-weight:267}.BLACK_ROSE ._secondary-text.--weight-268{font-weight:268}.BLACK_ROSE ._secondary-text.--weight-269{font-weight:269}.BLACK_ROSE ._secondary-text.--weight-270{font-weight:270}.BLACK_ROSE ._secondary-text.--weight-271{font-weight:271}.BLACK_ROSE ._secondary-text.--weight-272{font-weight:272}.BLACK_ROSE ._secondary-text.--weight-273{font-weight:273}.BLACK_ROSE ._secondary-text.--weight-274{font-weight:274}.BLACK_ROSE ._secondary-text.--weight-275{font-weight:275}.BLACK_ROSE ._secondary-text.--weight-276{font-weight:276}.BLACK_ROSE ._secondary-text.--weight-277{font-weight:277}.BLACK_ROSE ._secondary-text.--weight-278{font-weight:278}.BLACK_ROSE ._secondary-text.--weight-279{font-weight:279}.BLACK_ROSE ._secondary-text.--weight-280{font-weight:280}.BLACK_ROSE ._secondary-text.--weight-281{font-weight:281}.BLACK_ROSE ._secondary-text.--weight-282{font-weight:282}.BLACK_ROSE ._secondary-text.--weight-283{font-weight:283}.BLACK_ROSE ._secondary-text.--weight-284{font-weight:284}.BLACK_ROSE ._secondary-text.--weight-285{font-weight:285}.BLACK_ROSE ._secondary-text.--weight-286{font-weight:286}.BLACK_ROSE ._secondary-text.--weight-287{font-weight:287}.BLACK_ROSE ._secondary-text.--weight-288{font-weight:288}.BLACK_ROSE ._secondary-text.--weight-289{font-weight:289}.BLACK_ROSE ._secondary-text.--weight-290{font-weight:290}.BLACK_ROSE ._secondary-text.--weight-291{font-weight:291}.BLACK_ROSE ._secondary-text.--weight-292{font-weight:292}.BLACK_ROSE ._secondary-text.--weight-293{font-weight:293}.BLACK_ROSE ._secondary-text.--weight-294{font-weight:294}.BLACK_ROSE ._secondary-text.--weight-295{font-weight:295}.BLACK_ROSE ._secondary-text.--weight-296{font-weight:296}.BLACK_ROSE ._secondary-text.--weight-297{font-weight:297}.BLACK_ROSE ._secondary-text.--weight-298{font-weight:298}.BLACK_ROSE ._secondary-text.--weight-299{font-weight:299}.BLACK_ROSE ._secondary-text.--weight-300{font-weight:300}.BLACK_ROSE ._secondary-text.--weight-301{font-weight:301}.BLACK_ROSE ._secondary-text.--weight-302{font-weight:302}.BLACK_ROSE ._secondary-text.--weight-303{font-weight:303}.BLACK_ROSE ._secondary-text.--weight-304{font-weight:304}.BLACK_ROSE ._secondary-text.--weight-305{font-weight:305}.BLACK_ROSE ._secondary-text.--weight-306{font-weight:306}.BLACK_ROSE ._secondary-text.--weight-307{font-weight:307}.BLACK_ROSE ._secondary-text.--weight-308{font-weight:308}.BLACK_ROSE ._secondary-text.--weight-309{font-weight:309}.BLACK_ROSE ._secondary-text.--weight-310{font-weight:310}.BLACK_ROSE ._secondary-text.--weight-311{font-weight:311}.BLACK_ROSE ._secondary-text.--weight-312{font-weight:312}.BLACK_ROSE ._secondary-text.--weight-313{font-weight:313}.BLACK_ROSE ._secondary-text.--weight-314{font-weight:314}.BLACK_ROSE ._secondary-text.--weight-315{font-weight:315}.BLACK_ROSE ._secondary-text.--weight-316{font-weight:316}.BLACK_ROSE ._secondary-text.--weight-317{font-weight:317}.BLACK_ROSE ._secondary-text.--weight-318{font-weight:318}.BLACK_ROSE ._secondary-text.--weight-319{font-weight:319}.BLACK_ROSE ._secondary-text.--weight-320{font-weight:320}.BLACK_ROSE ._secondary-text.--weight-321{font-weight:321}.BLACK_ROSE ._secondary-text.--weight-322{font-weight:322}.BLACK_ROSE ._secondary-text.--weight-323{font-weight:323}.BLACK_ROSE ._secondary-text.--weight-324{font-weight:324}.BLACK_ROSE ._secondary-text.--weight-325{font-weight:325}.BLACK_ROSE ._secondary-text.--weight-326{font-weight:326}.BLACK_ROSE ._secondary-text.--weight-327{font-weight:327}.BLACK_ROSE ._secondary-text.--weight-328{font-weight:328}.BLACK_ROSE ._secondary-text.--weight-329{font-weight:329}.BLACK_ROSE ._secondary-text.--weight-330{font-weight:330}.BLACK_ROSE ._secondary-text.--weight-331{font-weight:331}.BLACK_ROSE ._secondary-text.--weight-332{font-weight:332}.BLACK_ROSE ._secondary-text.--weight-333{font-weight:333}.BLACK_ROSE ._secondary-text.--weight-334{font-weight:334}.BLACK_ROSE ._secondary-text.--weight-335{font-weight:335}.BLACK_ROSE ._secondary-text.--weight-336{font-weight:336}.BLACK_ROSE ._secondary-text.--weight-337{font-weight:337}.BLACK_ROSE ._secondary-text.--weight-338{font-weight:338}.BLACK_ROSE ._secondary-text.--weight-339{font-weight:339}.BLACK_ROSE ._secondary-text.--weight-340{font-weight:340}.BLACK_ROSE ._secondary-text.--weight-341{font-weight:341}.BLACK_ROSE ._secondary-text.--weight-342{font-weight:342}.BLACK_ROSE ._secondary-text.--weight-343{font-weight:343}.BLACK_ROSE ._secondary-text.--weight-344{font-weight:344}.BLACK_ROSE ._secondary-text.--weight-345{font-weight:345}.BLACK_ROSE ._secondary-text.--weight-346{font-weight:346}.BLACK_ROSE ._secondary-text.--weight-347{font-weight:347}.BLACK_ROSE ._secondary-text.--weight-348{font-weight:348}.BLACK_ROSE ._secondary-text.--weight-349{font-weight:349}.BLACK_ROSE ._secondary-text.--weight-350{font-weight:350}.BLACK_ROSE ._secondary-text.--weight-351{font-weight:351}.BLACK_ROSE ._secondary-text.--weight-352{font-weight:352}.BLACK_ROSE ._secondary-text.--weight-353{font-weight:353}.BLACK_ROSE ._secondary-text.--weight-354{font-weight:354}.BLACK_ROSE ._secondary-text.--weight-355{font-weight:355}.BLACK_ROSE ._secondary-text.--weight-356{font-weight:356}.BLACK_ROSE ._secondary-text.--weight-357{font-weight:357}.BLACK_ROSE ._secondary-text.--weight-358{font-weight:358}.BLACK_ROSE ._secondary-text.--weight-359{font-weight:359}.BLACK_ROSE ._secondary-text.--weight-360{font-weight:360}.BLACK_ROSE ._secondary-text.--weight-361{font-weight:361}.BLACK_ROSE ._secondary-text.--weight-362{font-weight:362}.BLACK_ROSE ._secondary-text.--weight-363{font-weight:363}.BLACK_ROSE ._secondary-text.--weight-364{font-weight:364}.BLACK_ROSE ._secondary-text.--weight-365{font-weight:365}.BLACK_ROSE ._secondary-text.--weight-366{font-weight:366}.BLACK_ROSE ._secondary-text.--weight-367{font-weight:367}.BLACK_ROSE ._secondary-text.--weight-368{font-weight:368}.BLACK_ROSE ._secondary-text.--weight-369{font-weight:369}.BLACK_ROSE ._secondary-text.--weight-370{font-weight:370}.BLACK_ROSE ._secondary-text.--weight-371{font-weight:371}.BLACK_ROSE ._secondary-text.--weight-372{font-weight:372}.BLACK_ROSE ._secondary-text.--weight-373{font-weight:373}.BLACK_ROSE ._secondary-text.--weight-374{font-weight:374}.BLACK_ROSE ._secondary-text.--weight-375{font-weight:375}.BLACK_ROSE ._secondary-text.--weight-376{font-weight:376}.BLACK_ROSE ._secondary-text.--weight-377{font-weight:377}.BLACK_ROSE ._secondary-text.--weight-378{font-weight:378}.BLACK_ROSE ._secondary-text.--weight-379{font-weight:379}.BLACK_ROSE ._secondary-text.--weight-380{font-weight:380}.BLACK_ROSE ._secondary-text.--weight-381{font-weight:381}.BLACK_ROSE ._secondary-text.--weight-382{font-weight:382}.BLACK_ROSE ._secondary-text.--weight-383{font-weight:383}.BLACK_ROSE ._secondary-text.--weight-384{font-weight:384}.BLACK_ROSE ._secondary-text.--weight-385{font-weight:385}.BLACK_ROSE ._secondary-text.--weight-386{font-weight:386}.BLACK_ROSE ._secondary-text.--weight-387{font-weight:387}.BLACK_ROSE ._secondary-text.--weight-388{font-weight:388}.BLACK_ROSE ._secondary-text.--weight-389{font-weight:389}.BLACK_ROSE ._secondary-text.--weight-390{font-weight:390}.BLACK_ROSE ._secondary-text.--weight-391{font-weight:391}.BLACK_ROSE ._secondary-text.--weight-392{font-weight:392}.BLACK_ROSE ._secondary-text.--weight-393{font-weight:393}.BLACK_ROSE ._secondary-text.--weight-394{font-weight:394}.BLACK_ROSE ._secondary-text.--weight-395{font-weight:395}.BLACK_ROSE ._secondary-text.--weight-396{font-weight:396}.BLACK_ROSE ._secondary-text.--weight-397{font-weight:397}.BLACK_ROSE ._secondary-text.--weight-398{font-weight:398}.BLACK_ROSE ._secondary-text.--weight-399{font-weight:399}.BLACK_ROSE ._secondary-text.--weight-400{font-weight:400}.BLACK_ROSE ._secondary-text.--weight-401{font-weight:401}.BLACK_ROSE ._secondary-text.--weight-402{font-weight:402}.BLACK_ROSE ._secondary-text.--weight-403{font-weight:403}.BLACK_ROSE ._secondary-text.--weight-404{font-weight:404}.BLACK_ROSE ._secondary-text.--weight-405{font-weight:405}.BLACK_ROSE ._secondary-text.--weight-406{font-weight:406}.BLACK_ROSE ._secondary-text.--weight-407{font-weight:407}.BLACK_ROSE ._secondary-text.--weight-408{font-weight:408}.BLACK_ROSE ._secondary-text.--weight-409{font-weight:409}.BLACK_ROSE ._secondary-text.--weight-410{font-weight:410}.BLACK_ROSE ._secondary-text.--weight-411{font-weight:411}.BLACK_ROSE ._secondary-text.--weight-412{font-weight:412}.BLACK_ROSE ._secondary-text.--weight-413{font-weight:413}.BLACK_ROSE ._secondary-text.--weight-414{font-weight:414}.BLACK_ROSE ._secondary-text.--weight-415{font-weight:415}.BLACK_ROSE ._secondary-text.--weight-416{font-weight:416}.BLACK_ROSE ._secondary-text.--weight-417{font-weight:417}.BLACK_ROSE ._secondary-text.--weight-418{font-weight:418}.BLACK_ROSE ._secondary-text.--weight-419{font-weight:419}.BLACK_ROSE ._secondary-text.--weight-420{font-weight:420}.BLACK_ROSE ._secondary-text.--weight-421{font-weight:421}.BLACK_ROSE ._secondary-text.--weight-422{font-weight:422}.BLACK_ROSE ._secondary-text.--weight-423{font-weight:423}.BLACK_ROSE ._secondary-text.--weight-424{font-weight:424}.BLACK_ROSE ._secondary-text.--weight-425{font-weight:425}.BLACK_ROSE ._secondary-text.--weight-426{font-weight:426}.BLACK_ROSE ._secondary-text.--weight-427{font-weight:427}.BLACK_ROSE ._secondary-text.--weight-428{font-weight:428}.BLACK_ROSE ._secondary-text.--weight-429{font-weight:429}.BLACK_ROSE ._secondary-text.--weight-430{font-weight:430}.BLACK_ROSE ._secondary-text.--weight-431{font-weight:431}.BLACK_ROSE ._secondary-text.--weight-432{font-weight:432}.BLACK_ROSE ._secondary-text.--weight-433{font-weight:433}.BLACK_ROSE ._secondary-text.--weight-434{font-weight:434}.BLACK_ROSE ._secondary-text.--weight-435{font-weight:435}.BLACK_ROSE ._secondary-text.--weight-436{font-weight:436}.BLACK_ROSE ._secondary-text.--weight-437{font-weight:437}.BLACK_ROSE ._secondary-text.--weight-438{font-weight:438}.BLACK_ROSE ._secondary-text.--weight-439{font-weight:439}.BLACK_ROSE ._secondary-text.--weight-440{font-weight:440}.BLACK_ROSE ._secondary-text.--weight-441{font-weight:441}.BLACK_ROSE ._secondary-text.--weight-442{font-weight:442}.BLACK_ROSE ._secondary-text.--weight-443{font-weight:443}.BLACK_ROSE ._secondary-text.--weight-444{font-weight:444}.BLACK_ROSE ._secondary-text.--weight-445{font-weight:445}.BLACK_ROSE ._secondary-text.--weight-446{font-weight:446}.BLACK_ROSE ._secondary-text.--weight-447{font-weight:447}.BLACK_ROSE ._secondary-text.--weight-448{font-weight:448}.BLACK_ROSE ._secondary-text.--weight-449{font-weight:449}.BLACK_ROSE ._secondary-text.--weight-450{font-weight:450}.BLACK_ROSE ._secondary-text.--weight-451{font-weight:451}.BLACK_ROSE ._secondary-text.--weight-452{font-weight:452}.BLACK_ROSE ._secondary-text.--weight-453{font-weight:453}.BLACK_ROSE ._secondary-text.--weight-454{font-weight:454}.BLACK_ROSE ._secondary-text.--weight-455{font-weight:455}.BLACK_ROSE ._secondary-text.--weight-456{font-weight:456}.BLACK_ROSE ._secondary-text.--weight-457{font-weight:457}.BLACK_ROSE ._secondary-text.--weight-458{font-weight:458}.BLACK_ROSE ._secondary-text.--weight-459{font-weight:459}.BLACK_ROSE ._secondary-text.--weight-460{font-weight:460}.BLACK_ROSE ._secondary-text.--weight-461{font-weight:461}.BLACK_ROSE ._secondary-text.--weight-462{font-weight:462}.BLACK_ROSE ._secondary-text.--weight-463{font-weight:463}.BLACK_ROSE ._secondary-text.--weight-464{font-weight:464}.BLACK_ROSE ._secondary-text.--weight-465{font-weight:465}.BLACK_ROSE ._secondary-text.--weight-466{font-weight:466}.BLACK_ROSE ._secondary-text.--weight-467{font-weight:467}.BLACK_ROSE ._secondary-text.--weight-468{font-weight:468}.BLACK_ROSE ._secondary-text.--weight-469{font-weight:469}.BLACK_ROSE ._secondary-text.--weight-470{font-weight:470}.BLACK_ROSE ._secondary-text.--weight-471{font-weight:471}.BLACK_ROSE ._secondary-text.--weight-472{font-weight:472}.BLACK_ROSE ._secondary-text.--weight-473{font-weight:473}.BLACK_ROSE ._secondary-text.--weight-474{font-weight:474}.BLACK_ROSE ._secondary-text.--weight-475{font-weight:475}.BLACK_ROSE ._secondary-text.--weight-476{font-weight:476}.BLACK_ROSE ._secondary-text.--weight-477{font-weight:477}.BLACK_ROSE ._secondary-text.--weight-478{font-weight:478}.BLACK_ROSE ._secondary-text.--weight-479{font-weight:479}.BLACK_ROSE ._secondary-text.--weight-480{font-weight:480}.BLACK_ROSE ._secondary-text.--weight-481{font-weight:481}.BLACK_ROSE ._secondary-text.--weight-482{font-weight:482}.BLACK_ROSE ._secondary-text.--weight-483{font-weight:483}.BLACK_ROSE ._secondary-text.--weight-484{font-weight:484}.BLACK_ROSE ._secondary-text.--weight-485{font-weight:485}.BLACK_ROSE ._secondary-text.--weight-486{font-weight:486}.BLACK_ROSE ._secondary-text.--weight-487{font-weight:487}.BLACK_ROSE ._secondary-text.--weight-488{font-weight:488}.BLACK_ROSE ._secondary-text.--weight-489{font-weight:489}.BLACK_ROSE ._secondary-text.--weight-490{font-weight:490}.BLACK_ROSE ._secondary-text.--weight-491{font-weight:491}.BLACK_ROSE ._secondary-text.--weight-492{font-weight:492}.BLACK_ROSE ._secondary-text.--weight-493{font-weight:493}.BLACK_ROSE ._secondary-text.--weight-494{font-weight:494}.BLACK_ROSE ._secondary-text.--weight-495{font-weight:495}.BLACK_ROSE ._secondary-text.--weight-496{font-weight:496}.BLACK_ROSE ._secondary-text.--weight-497{font-weight:497}.BLACK_ROSE ._secondary-text.--weight-498{font-weight:498}.BLACK_ROSE ._secondary-text.--weight-499{font-weight:499}.BLACK_ROSE ._secondary-text.--weight-500{font-weight:500}.BLACK_ROSE ._secondary-text.--weight-501{font-weight:501}.BLACK_ROSE ._secondary-text.--weight-502{font-weight:502}.BLACK_ROSE ._secondary-text.--weight-503{font-weight:503}.BLACK_ROSE ._secondary-text.--weight-504{font-weight:504}.BLACK_ROSE ._secondary-text.--weight-505{font-weight:505}.BLACK_ROSE ._secondary-text.--weight-506{font-weight:506}.BLACK_ROSE ._secondary-text.--weight-507{font-weight:507}.BLACK_ROSE ._secondary-text.--weight-508{font-weight:508}.BLACK_ROSE ._secondary-text.--weight-509{font-weight:509}.BLACK_ROSE ._secondary-text.--weight-510{font-weight:510}.BLACK_ROSE ._secondary-text.--weight-511{font-weight:511}.BLACK_ROSE ._secondary-text.--weight-512{font-weight:512}.BLACK_ROSE ._secondary-text.--weight-513{font-weight:513}.BLACK_ROSE ._secondary-text.--weight-514{font-weight:514}.BLACK_ROSE ._secondary-text.--weight-515{font-weight:515}.BLACK_ROSE ._secondary-text.--weight-516{font-weight:516}.BLACK_ROSE ._secondary-text.--weight-517{font-weight:517}.BLACK_ROSE ._secondary-text.--weight-518{font-weight:518}.BLACK_ROSE ._secondary-text.--weight-519{font-weight:519}.BLACK_ROSE ._secondary-text.--weight-520{font-weight:520}.BLACK_ROSE ._secondary-text.--weight-521{font-weight:521}.BLACK_ROSE ._secondary-text.--weight-522{font-weight:522}.BLACK_ROSE ._secondary-text.--weight-523{font-weight:523}.BLACK_ROSE ._secondary-text.--weight-524{font-weight:524}.BLACK_ROSE ._secondary-text.--weight-525{font-weight:525}.BLACK_ROSE ._secondary-text.--weight-526{font-weight:526}.BLACK_ROSE ._secondary-text.--weight-527{font-weight:527}.BLACK_ROSE ._secondary-text.--weight-528{font-weight:528}.BLACK_ROSE ._secondary-text.--weight-529{font-weight:529}.BLACK_ROSE ._secondary-text.--weight-530{font-weight:530}.BLACK_ROSE ._secondary-text.--weight-531{font-weight:531}.BLACK_ROSE ._secondary-text.--weight-532{font-weight:532}.BLACK_ROSE ._secondary-text.--weight-533{font-weight:533}.BLACK_ROSE ._secondary-text.--weight-534{font-weight:534}.BLACK_ROSE ._secondary-text.--weight-535{font-weight:535}.BLACK_ROSE ._secondary-text.--weight-536{font-weight:536}.BLACK_ROSE ._secondary-text.--weight-537{font-weight:537}.BLACK_ROSE ._secondary-text.--weight-538{font-weight:538}.BLACK_ROSE ._secondary-text.--weight-539{font-weight:539}.BLACK_ROSE ._secondary-text.--weight-540{font-weight:540}.BLACK_ROSE ._secondary-text.--weight-541{font-weight:541}.BLACK_ROSE ._secondary-text.--weight-542{font-weight:542}.BLACK_ROSE ._secondary-text.--weight-543{font-weight:543}.BLACK_ROSE ._secondary-text.--weight-544{font-weight:544}.BLACK_ROSE ._secondary-text.--weight-545{font-weight:545}.BLACK_ROSE ._secondary-text.--weight-546{font-weight:546}.BLACK_ROSE ._secondary-text.--weight-547{font-weight:547}.BLACK_ROSE ._secondary-text.--weight-548{font-weight:548}.BLACK_ROSE ._secondary-text.--weight-549{font-weight:549}.BLACK_ROSE ._secondary-text.--weight-550{font-weight:550}.BLACK_ROSE ._secondary-text.--weight-551{font-weight:551}.BLACK_ROSE ._secondary-text.--weight-552{font-weight:552}.BLACK_ROSE ._secondary-text.--weight-553{font-weight:553}.BLACK_ROSE ._secondary-text.--weight-554{font-weight:554}.BLACK_ROSE ._secondary-text.--weight-555{font-weight:555}.BLACK_ROSE ._secondary-text.--weight-556{font-weight:556}.BLACK_ROSE ._secondary-text.--weight-557{font-weight:557}.BLACK_ROSE ._secondary-text.--weight-558{font-weight:558}.BLACK_ROSE ._secondary-text.--weight-559{font-weight:559}.BLACK_ROSE ._secondary-text.--weight-560{font-weight:560}.BLACK_ROSE ._secondary-text.--weight-561{font-weight:561}.BLACK_ROSE ._secondary-text.--weight-562{font-weight:562}.BLACK_ROSE ._secondary-text.--weight-563{font-weight:563}.BLACK_ROSE ._secondary-text.--weight-564{font-weight:564}.BLACK_ROSE ._secondary-text.--weight-565{font-weight:565}.BLACK_ROSE ._secondary-text.--weight-566{font-weight:566}.BLACK_ROSE ._secondary-text.--weight-567{font-weight:567}.BLACK_ROSE ._secondary-text.--weight-568{font-weight:568}.BLACK_ROSE ._secondary-text.--weight-569{font-weight:569}.BLACK_ROSE ._secondary-text.--weight-570{font-weight:570}.BLACK_ROSE ._secondary-text.--weight-571{font-weight:571}.BLACK_ROSE ._secondary-text.--weight-572{font-weight:572}.BLACK_ROSE ._secondary-text.--weight-573{font-weight:573}.BLACK_ROSE ._secondary-text.--weight-574{font-weight:574}.BLACK_ROSE ._secondary-text.--weight-575{font-weight:575}.BLACK_ROSE ._secondary-text.--weight-576{font-weight:576}.BLACK_ROSE ._secondary-text.--weight-577{font-weight:577}.BLACK_ROSE ._secondary-text.--weight-578{font-weight:578}.BLACK_ROSE ._secondary-text.--weight-579{font-weight:579}.BLACK_ROSE ._secondary-text.--weight-580{font-weight:580}.BLACK_ROSE ._secondary-text.--weight-581{font-weight:581}.BLACK_ROSE ._secondary-text.--weight-582{font-weight:582}.BLACK_ROSE ._secondary-text.--weight-583{font-weight:583}.BLACK_ROSE ._secondary-text.--weight-584{font-weight:584}.BLACK_ROSE ._secondary-text.--weight-585{font-weight:585}.BLACK_ROSE ._secondary-text.--weight-586{font-weight:586}.BLACK_ROSE ._secondary-text.--weight-587{font-weight:587}.BLACK_ROSE ._secondary-text.--weight-588{font-weight:588}.BLACK_ROSE ._secondary-text.--weight-589{font-weight:589}.BLACK_ROSE ._secondary-text.--weight-590{font-weight:590}.BLACK_ROSE ._secondary-text.--weight-591{font-weight:591}.BLACK_ROSE ._secondary-text.--weight-592{font-weight:592}.BLACK_ROSE ._secondary-text.--weight-593{font-weight:593}.BLACK_ROSE ._secondary-text.--weight-594{font-weight:594}.BLACK_ROSE ._secondary-text.--weight-595{font-weight:595}.BLACK_ROSE ._secondary-text.--weight-596{font-weight:596}.BLACK_ROSE ._secondary-text.--weight-597{font-weight:597}.BLACK_ROSE ._secondary-text.--weight-598{font-weight:598}.BLACK_ROSE ._secondary-text.--weight-599{font-weight:599}.BLACK_ROSE ._secondary-text.--weight-600{font-weight:600}.BLACK_ROSE ._secondary-text.--weight-601{font-weight:601}.BLACK_ROSE ._secondary-text.--weight-602{font-weight:602}.BLACK_ROSE ._secondary-text.--weight-603{font-weight:603}.BLACK_ROSE ._secondary-text.--weight-604{font-weight:604}.BLACK_ROSE ._secondary-text.--weight-605{font-weight:605}.BLACK_ROSE ._secondary-text.--weight-606{font-weight:606}.BLACK_ROSE ._secondary-text.--weight-607{font-weight:607}.BLACK_ROSE ._secondary-text.--weight-608{font-weight:608}.BLACK_ROSE ._secondary-text.--weight-609{font-weight:609}.BLACK_ROSE ._secondary-text.--weight-610{font-weight:610}.BLACK_ROSE ._secondary-text.--weight-611{font-weight:611}.BLACK_ROSE ._secondary-text.--weight-612{font-weight:612}.BLACK_ROSE ._secondary-text.--weight-613{font-weight:613}.BLACK_ROSE ._secondary-text.--weight-614{font-weight:614}.BLACK_ROSE ._secondary-text.--weight-615{font-weight:615}.BLACK_ROSE ._secondary-text.--weight-616{font-weight:616}.BLACK_ROSE ._secondary-text.--weight-617{font-weight:617}.BLACK_ROSE ._secondary-text.--weight-618{font-weight:618}.BLACK_ROSE ._secondary-text.--weight-619{font-weight:619}.BLACK_ROSE ._secondary-text.--weight-620{font-weight:620}.BLACK_ROSE ._secondary-text.--weight-621{font-weight:621}.BLACK_ROSE ._secondary-text.--weight-622{font-weight:622}.BLACK_ROSE ._secondary-text.--weight-623{font-weight:623}.BLACK_ROSE ._secondary-text.--weight-624{font-weight:624}.BLACK_ROSE ._secondary-text.--weight-625{font-weight:625}.BLACK_ROSE ._secondary-text.--weight-626{font-weight:626}.BLACK_ROSE ._secondary-text.--weight-627{font-weight:627}.BLACK_ROSE ._secondary-text.--weight-628{font-weight:628}.BLACK_ROSE ._secondary-text.--weight-629{font-weight:629}.BLACK_ROSE ._secondary-text.--weight-630{font-weight:630}.BLACK_ROSE ._secondary-text.--weight-631{font-weight:631}.BLACK_ROSE ._secondary-text.--weight-632{font-weight:632}.BLACK_ROSE ._secondary-text.--weight-633{font-weight:633}.BLACK_ROSE ._secondary-text.--weight-634{font-weight:634}.BLACK_ROSE ._secondary-text.--weight-635{font-weight:635}.BLACK_ROSE ._secondary-text.--weight-636{font-weight:636}.BLACK_ROSE ._secondary-text.--weight-637{font-weight:637}.BLACK_ROSE ._secondary-text.--weight-638{font-weight:638}.BLACK_ROSE ._secondary-text.--weight-639{font-weight:639}.BLACK_ROSE ._secondary-text.--weight-640{font-weight:640}.BLACK_ROSE ._secondary-text.--weight-641{font-weight:641}.BLACK_ROSE ._secondary-text.--weight-642{font-weight:642}.BLACK_ROSE ._secondary-text.--weight-643{font-weight:643}.BLACK_ROSE ._secondary-text.--weight-644{font-weight:644}.BLACK_ROSE ._secondary-text.--weight-645{font-weight:645}.BLACK_ROSE ._secondary-text.--weight-646{font-weight:646}.BLACK_ROSE ._secondary-text.--weight-647{font-weight:647}.BLACK_ROSE ._secondary-text.--weight-648{font-weight:648}.BLACK_ROSE ._secondary-text.--weight-649{font-weight:649}.BLACK_ROSE ._secondary-text.--weight-650{font-weight:650}.BLACK_ROSE ._secondary-text.--weight-651{font-weight:651}.BLACK_ROSE ._secondary-text.--weight-652{font-weight:652}.BLACK_ROSE ._secondary-text.--weight-653{font-weight:653}.BLACK_ROSE ._secondary-text.--weight-654{font-weight:654}.BLACK_ROSE ._secondary-text.--weight-655{font-weight:655}.BLACK_ROSE ._secondary-text.--weight-656{font-weight:656}.BLACK_ROSE ._secondary-text.--weight-657{font-weight:657}.BLACK_ROSE ._secondary-text.--weight-658{font-weight:658}.BLACK_ROSE ._secondary-text.--weight-659{font-weight:659}.BLACK_ROSE ._secondary-text.--weight-660{font-weight:660}.BLACK_ROSE ._secondary-text.--weight-661{font-weight:661}.BLACK_ROSE ._secondary-text.--weight-662{font-weight:662}.BLACK_ROSE ._secondary-text.--weight-663{font-weight:663}.BLACK_ROSE ._secondary-text.--weight-664{font-weight:664}.BLACK_ROSE ._secondary-text.--weight-665{font-weight:665}.BLACK_ROSE ._secondary-text.--weight-666{font-weight:666}.BLACK_ROSE ._secondary-text.--weight-667{font-weight:667}.BLACK_ROSE ._secondary-text.--weight-668{font-weight:668}.BLACK_ROSE ._secondary-text.--weight-669{font-weight:669}.BLACK_ROSE ._secondary-text.--weight-670{font-weight:670}.BLACK_ROSE ._secondary-text.--weight-671{font-weight:671}.BLACK_ROSE ._secondary-text.--weight-672{font-weight:672}.BLACK_ROSE ._secondary-text.--weight-673{font-weight:673}.BLACK_ROSE ._secondary-text.--weight-674{font-weight:674}.BLACK_ROSE ._secondary-text.--weight-675{font-weight:675}.BLACK_ROSE ._secondary-text.--weight-676{font-weight:676}.BLACK_ROSE ._secondary-text.--weight-677{font-weight:677}.BLACK_ROSE ._secondary-text.--weight-678{font-weight:678}.BLACK_ROSE ._secondary-text.--weight-679{font-weight:679}.BLACK_ROSE ._secondary-text.--weight-680{font-weight:680}.BLACK_ROSE ._secondary-text.--weight-681{font-weight:681}.BLACK_ROSE ._secondary-text.--weight-682{font-weight:682}.BLACK_ROSE ._secondary-text.--weight-683{font-weight:683}.BLACK_ROSE ._secondary-text.--weight-684{font-weight:684}.BLACK_ROSE ._secondary-text.--weight-685{font-weight:685}.BLACK_ROSE ._secondary-text.--weight-686{font-weight:686}.BLACK_ROSE ._secondary-text.--weight-687{font-weight:687}.BLACK_ROSE ._secondary-text.--weight-688{font-weight:688}.BLACK_ROSE ._secondary-text.--weight-689{font-weight:689}.BLACK_ROSE ._secondary-text.--weight-690{font-weight:690}.BLACK_ROSE ._secondary-text.--weight-691{font-weight:691}.BLACK_ROSE ._secondary-text.--weight-692{font-weight:692}.BLACK_ROSE ._secondary-text.--weight-693{font-weight:693}.BLACK_ROSE ._secondary-text.--weight-694{font-weight:694}.BLACK_ROSE ._secondary-text.--weight-695{font-weight:695}.BLACK_ROSE ._secondary-text.--weight-696{font-weight:696}.BLACK_ROSE ._secondary-text.--weight-697{font-weight:697}.BLACK_ROSE ._secondary-text.--weight-698{font-weight:698}.BLACK_ROSE ._secondary-text.--weight-699{font-weight:699}.BLACK_ROSE ._secondary-text.--weight-700{font-weight:700}.BLACK_ROSE ._secondary-text.--weight-701{font-weight:701}.BLACK_ROSE ._secondary-text.--weight-702{font-weight:702}.BLACK_ROSE ._secondary-text.--weight-703{font-weight:703}.BLACK_ROSE ._secondary-text.--weight-704{font-weight:704}.BLACK_ROSE ._secondary-text.--weight-705{font-weight:705}.BLACK_ROSE ._secondary-text.--weight-706{font-weight:706}.BLACK_ROSE ._secondary-text.--weight-707{font-weight:707}.BLACK_ROSE ._secondary-text.--weight-708{font-weight:708}.BLACK_ROSE ._secondary-text.--weight-709{font-weight:709}.BLACK_ROSE ._secondary-text.--weight-710{font-weight:710}.BLACK_ROSE ._secondary-text.--weight-711{font-weight:711}.BLACK_ROSE ._secondary-text.--weight-712{font-weight:712}.BLACK_ROSE ._secondary-text.--weight-713{font-weight:713}.BLACK_ROSE ._secondary-text.--weight-714{font-weight:714}.BLACK_ROSE ._secondary-text.--weight-715{font-weight:715}.BLACK_ROSE ._secondary-text.--weight-716{font-weight:716}.BLACK_ROSE ._secondary-text.--weight-717{font-weight:717}.BLACK_ROSE ._secondary-text.--weight-718{font-weight:718}.BLACK_ROSE ._secondary-text.--weight-719{font-weight:719}.BLACK_ROSE ._secondary-text.--weight-720{font-weight:720}.BLACK_ROSE ._secondary-text.--weight-721{font-weight:721}.BLACK_ROSE ._secondary-text.--weight-722{font-weight:722}.BLACK_ROSE ._secondary-text.--weight-723{font-weight:723}.BLACK_ROSE ._secondary-text.--weight-724{font-weight:724}.BLACK_ROSE ._secondary-text.--weight-725{font-weight:725}.BLACK_ROSE ._secondary-text.--weight-726{font-weight:726}.BLACK_ROSE ._secondary-text.--weight-727{font-weight:727}.BLACK_ROSE ._secondary-text.--weight-728{font-weight:728}.BLACK_ROSE ._secondary-text.--weight-729{font-weight:729}.BLACK_ROSE ._secondary-text.--weight-730{font-weight:730}.BLACK_ROSE ._secondary-text.--weight-731{font-weight:731}.BLACK_ROSE ._secondary-text.--weight-732{font-weight:732}.BLACK_ROSE ._secondary-text.--weight-733{font-weight:733}.BLACK_ROSE ._secondary-text.--weight-734{font-weight:734}.BLACK_ROSE ._secondary-text.--weight-735{font-weight:735}.BLACK_ROSE ._secondary-text.--weight-736{font-weight:736}.BLACK_ROSE ._secondary-text.--weight-737{font-weight:737}.BLACK_ROSE ._secondary-text.--weight-738{font-weight:738}.BLACK_ROSE ._secondary-text.--weight-739{font-weight:739}.BLACK_ROSE ._secondary-text.--weight-740{font-weight:740}.BLACK_ROSE ._secondary-text.--weight-741{font-weight:741}.BLACK_ROSE ._secondary-text.--weight-742{font-weight:742}.BLACK_ROSE ._secondary-text.--weight-743{font-weight:743}.BLACK_ROSE ._secondary-text.--weight-744{font-weight:744}.BLACK_ROSE ._secondary-text.--weight-745{font-weight:745}.BLACK_ROSE ._secondary-text.--weight-746{font-weight:746}.BLACK_ROSE ._secondary-text.--weight-747{font-weight:747}.BLACK_ROSE ._secondary-text.--weight-748{font-weight:748}.BLACK_ROSE ._secondary-text.--weight-749{font-weight:749}.BLACK_ROSE ._secondary-text.--weight-750{font-weight:750}.BLACK_ROSE ._secondary-text.--weight-751{font-weight:751}.BLACK_ROSE ._secondary-text.--weight-752{font-weight:752}.BLACK_ROSE ._secondary-text.--weight-753{font-weight:753}.BLACK_ROSE ._secondary-text.--weight-754{font-weight:754}.BLACK_ROSE ._secondary-text.--weight-755{font-weight:755}.BLACK_ROSE ._secondary-text.--weight-756{font-weight:756}.BLACK_ROSE ._secondary-text.--weight-757{font-weight:757}.BLACK_ROSE ._secondary-text.--weight-758{font-weight:758}.BLACK_ROSE ._secondary-text.--weight-759{font-weight:759}.BLACK_ROSE ._secondary-text.--weight-760{font-weight:760}.BLACK_ROSE ._secondary-text.--weight-761{font-weight:761}.BLACK_ROSE ._secondary-text.--weight-762{font-weight:762}.BLACK_ROSE ._secondary-text.--weight-763{font-weight:763}.BLACK_ROSE ._secondary-text.--weight-764{font-weight:764}.BLACK_ROSE ._secondary-text.--weight-765{font-weight:765}.BLACK_ROSE ._secondary-text.--weight-766{font-weight:766}.BLACK_ROSE ._secondary-text.--weight-767{font-weight:767}.BLACK_ROSE ._secondary-text.--weight-768{font-weight:768}.BLACK_ROSE ._secondary-text.--weight-769{font-weight:769}.BLACK_ROSE ._secondary-text.--weight-770{font-weight:770}.BLACK_ROSE ._secondary-text.--weight-771{font-weight:771}.BLACK_ROSE ._secondary-text.--weight-772{font-weight:772}.BLACK_ROSE ._secondary-text.--weight-773{font-weight:773}.BLACK_ROSE ._secondary-text.--weight-774{font-weight:774}.BLACK_ROSE ._secondary-text.--weight-775{font-weight:775}.BLACK_ROSE ._secondary-text.--weight-776{font-weight:776}.BLACK_ROSE ._secondary-text.--weight-777{font-weight:777}.BLACK_ROSE ._secondary-text.--weight-778{font-weight:778}.BLACK_ROSE ._secondary-text.--weight-779{font-weight:779}.BLACK_ROSE ._secondary-text.--weight-780{font-weight:780}.BLACK_ROSE ._secondary-text.--weight-781{font-weight:781}.BLACK_ROSE ._secondary-text.--weight-782{font-weight:782}.BLACK_ROSE ._secondary-text.--weight-783{font-weight:783}.BLACK_ROSE ._secondary-text.--weight-784{font-weight:784}.BLACK_ROSE ._secondary-text.--weight-785{font-weight:785}.BLACK_ROSE ._secondary-text.--weight-786{font-weight:786}.BLACK_ROSE ._secondary-text.--weight-787{font-weight:787}.BLACK_ROSE ._secondary-text.--weight-788{font-weight:788}.BLACK_ROSE ._secondary-text.--weight-789{font-weight:789}.BLACK_ROSE ._secondary-text.--weight-790{font-weight:790}.BLACK_ROSE ._secondary-text.--weight-791{font-weight:791}.BLACK_ROSE ._secondary-text.--weight-792{font-weight:792}.BLACK_ROSE ._secondary-text.--weight-793{font-weight:793}.BLACK_ROSE ._secondary-text.--weight-794{font-weight:794}.BLACK_ROSE ._secondary-text.--weight-795{font-weight:795}.BLACK_ROSE ._secondary-text.--weight-796{font-weight:796}.BLACK_ROSE ._secondary-text.--weight-797{font-weight:797}.BLACK_ROSE ._secondary-text.--weight-798{font-weight:798}.BLACK_ROSE ._secondary-text.--weight-799{font-weight:799}.BLACK_ROSE ._secondary-text.--weight-800{font-weight:800}.BLACK_ROSE ._secondary-text.--lh-1{line-height:1px}.BLACK_ROSE ._secondary-text.--lh-2{line-height:2px}.BLACK_ROSE ._secondary-text.--lh-3{line-height:3px}.BLACK_ROSE ._secondary-text.--lh-4{line-height:4px}.BLACK_ROSE ._secondary-text.--lh-5{line-height:5px}.BLACK_ROSE ._secondary-text.--lh-6{line-height:6px}.BLACK_ROSE ._secondary-text.--lh-7{line-height:7px}.BLACK_ROSE ._secondary-text.--lh-8{line-height:8px}.BLACK_ROSE ._secondary-text.--lh-9{line-height:9px}.BLACK_ROSE ._secondary-text.--lh-10{line-height:10px}.BLACK_ROSE ._secondary-text.--lh-11{line-height:11px}.BLACK_ROSE ._secondary-text.--lh-12{line-height:12px}.BLACK_ROSE ._secondary-text.--lh-13{line-height:13px}.BLACK_ROSE ._secondary-text.--lh-14{line-height:14px}.BLACK_ROSE ._secondary-text.--lh-15{line-height:15px}.BLACK_ROSE ._secondary-text.--lh-16{line-height:16px}.BLACK_ROSE ._secondary-text.--lh-17{line-height:17px}.BLACK_ROSE ._secondary-text.--lh-18{line-height:18px}.BLACK_ROSE ._secondary-text.--lh-19{line-height:19px}.BLACK_ROSE ._secondary-text.--lh-20{line-height:20px}.BLACK_ROSE ._secondary-text.--lh-21{line-height:21px}.BLACK_ROSE ._secondary-text.--lh-22{line-height:22px}.BLACK_ROSE ._secondary-text.--lh-23{line-height:23px}.BLACK_ROSE ._secondary-text.--lh-24{line-height:24px}.BLACK_ROSE ._secondary-text.--lh-25{line-height:25px}.BLACK_ROSE ._secondary-text.--lh-26{line-height:26px}.BLACK_ROSE ._secondary-text.--lh-27{line-height:27px}.BLACK_ROSE ._secondary-text.--lh-28{line-height:28px}.BLACK_ROSE ._secondary-text.--lh-29{line-height:29px}.BLACK_ROSE ._secondary-text.--lh-30{line-height:30px}.BLACK_ROSE ._secondary-text.--lh-31{line-height:31px}.BLACK_ROSE ._secondary-text.--lh-32{line-height:32px}.BLACK_ROSE ._secondary-text.--lh-33{line-height:33px}.BLACK_ROSE ._secondary-text.--lh-34{line-height:34px}.BLACK_ROSE ._secondary-text.--lh-35{line-height:35px}.BLACK_ROSE ._secondary-text.--lh-36{line-height:36px}.BLACK_ROSE ._secondary-text.--lh-37{line-height:37px}.BLACK_ROSE ._secondary-text.--lh-38{line-height:38px}.BLACK_ROSE ._secondary-text.--lh-39{line-height:39px}.BLACK_ROSE ._secondary-text.--lh-40{line-height:40px}.BLACK_ROSE ._secondary-text.--lh-41{line-height:41px}.BLACK_ROSE ._secondary-text.--lh-42{line-height:42px}.BLACK_ROSE ._secondary-text.--lh-43{line-height:43px}.BLACK_ROSE ._secondary-text.--lh-44{line-height:44px}.BLACK_ROSE ._secondary-text.--lh-45{line-height:45px}.BLACK_ROSE ._secondary-text.--lh-46{line-height:46px}.BLACK_ROSE ._secondary-text.--lh-47{line-height:47px}.BLACK_ROSE ._secondary-text.--lh-48{line-height:48px}.BLACK_ROSE ._secondary-text.--lh-49{line-height:49px}.BLACK_ROSE ._secondary-text.--lh-50{line-height:50px}.BLACK_ROSE ._secondary-text.--lh-51{line-height:51px}.BLACK_ROSE ._secondary-text.--lh-52{line-height:52px}.BLACK_ROSE ._secondary-text.--lh-53{line-height:53px}.BLACK_ROSE ._secondary-text.--lh-54{line-height:54px}.BLACK_ROSE ._secondary-text.--lh-55{line-height:55px}.BLACK_ROSE ._secondary-text.--lh-56{line-height:56px}.BLACK_ROSE ._secondary-text.--lh-57{line-height:57px}.BLACK_ROSE ._secondary-text.--lh-58{line-height:58px}.BLACK_ROSE ._secondary-text.--lh-59{line-height:59px}.BLACK_ROSE ._secondary-text.--lh-60{line-height:60px}.BLACK_ROSE ._secondary-text.--lh-61{line-height:61px}.BLACK_ROSE ._secondary-text.--lh-62{line-height:62px}.BLACK_ROSE ._secondary-text.--lh-63{line-height:63px}.BLACK_ROSE ._secondary-text.--lh-64{line-height:64px}.BLACK_ROSE ._secondary-text.--lh-65{line-height:65px}.BLACK_ROSE ._secondary-text.--lh-66{line-height:66px}.BLACK_ROSE ._secondary-text.--lh-67{line-height:67px}.BLACK_ROSE ._secondary-text.--lh-68{line-height:68px}.BLACK_ROSE ._secondary-text.--lh-69{line-height:69px}.BLACK_ROSE ._secondary-text.--lh-70{line-height:70px}.BLACK_ROSE ._secondary-text.--lh-71{line-height:71px}.BLACK_ROSE ._secondary-text.--lh-72{line-height:72px}.BLACK_ROSE ._secondary-text.--lh-73{line-height:73px}.BLACK_ROSE ._secondary-text.--lh-74{line-height:74px}.BLACK_ROSE ._secondary-text.--lh-75{line-height:75px}.BLACK_ROSE ._secondary-text.--lh-76{line-height:76px}.BLACK_ROSE ._secondary-text.--lh-77{line-height:77px}.BLACK_ROSE ._secondary-text.--lh-78{line-height:78px}.BLACK_ROSE ._secondary-text.--lh-79{line-height:79px}.BLACK_ROSE ._secondary-text.--lh-80{line-height:80px}.BLACK_ROSE ._secondary-text.--lh-81{line-height:81px}.BLACK_ROSE ._secondary-text.--lh-82{line-height:82px}.BLACK_ROSE ._secondary-text.--lh-83{line-height:83px}.BLACK_ROSE ._secondary-text.--lh-84{line-height:84px}.BLACK_ROSE ._secondary-text.--lh-85{line-height:85px}.BLACK_ROSE ._secondary-text.--lh-86{line-height:86px}.BLACK_ROSE ._secondary-text.--lh-87{line-height:87px}.BLACK_ROSE ._secondary-text.--lh-88{line-height:88px}.BLACK_ROSE ._secondary-text.--lh-89{line-height:89px}.BLACK_ROSE ._secondary-text.--lh-90{line-height:90px}.BLACK_ROSE ._secondary-text.--lh-91{line-height:91px}.BLACK_ROSE ._secondary-text.--lh-92{line-height:92px}.BLACK_ROSE ._secondary-text.--lh-93{line-height:93px}.BLACK_ROSE ._secondary-text.--lh-94{line-height:94px}.BLACK_ROSE ._secondary-text.--lh-95{line-height:95px}.BLACK_ROSE ._secondary-text.--lh-96{line-height:96px}.BLACK_ROSE ._secondary-text.--lh-97{line-height:97px}.BLACK_ROSE ._secondary-text.--lh-98{line-height:98px}.BLACK_ROSE ._secondary-text.--lh-99{line-height:99px}.BLACK_ROSE ._secondary-text.--lh-100{line-height:100px}.BLACK_ROSE ._secondary-text.--lh-101{line-height:101px}.BLACK_ROSE ._secondary-text.--lh-102{line-height:102px}.BLACK_ROSE ._secondary-text.--lh-103{line-height:103px}.BLACK_ROSE ._secondary-text.--lh-104{line-height:104px}.BLACK_ROSE ._secondary-text.--lh-105{line-height:105px}.BLACK_ROSE ._secondary-text.--lh-106{line-height:106px}.BLACK_ROSE ._secondary-text.--lh-107{line-height:107px}.BLACK_ROSE ._secondary-text.--lh-108{line-height:108px}.BLACK_ROSE ._secondary-text.--lh-109{line-height:109px}.BLACK_ROSE ._secondary-text.--lh-110{line-height:110px}.BLACK_ROSE ._secondary-text.--lh-111{line-height:111px}.BLACK_ROSE ._secondary-text.--lh-112{line-height:112px}.BLACK_ROSE ._secondary-text.--lh-113{line-height:113px}.BLACK_ROSE ._secondary-text.--lh-114{line-height:114px}.BLACK_ROSE ._secondary-text.--lh-115{line-height:115px}.BLACK_ROSE ._secondary-text.--lh-116{line-height:116px}.BLACK_ROSE ._secondary-text.--lh-117{line-height:117px}.BLACK_ROSE ._secondary-text.--lh-118{line-height:118px}.BLACK_ROSE ._secondary-text.--lh-119{line-height:119px}.BLACK_ROSE ._secondary-text.--lh-120{line-height:120px}.BLACK_ROSE ._secondary-text.--lh-121{line-height:121px}.BLACK_ROSE ._secondary-text.--lh-122{line-height:122px}.BLACK_ROSE ._secondary-text.--lh-123{line-height:123px}.BLACK_ROSE ._secondary-text.--lh-124{line-height:124px}.BLACK_ROSE ._secondary-text.--lh-125{line-height:125px}.BLACK_ROSE ._secondary-text.--lh-126{line-height:126px}.BLACK_ROSE ._secondary-text.--lh-127{line-height:127px}.BLACK_ROSE ._secondary-text.--lh-128{line-height:128px}.BLACK_ROSE ._secondary-text.--lh-129{line-height:129px}.BLACK_ROSE ._secondary-text.--lh-130{line-height:130px}.BLACK_ROSE ._secondary-text.--lh-131{line-height:131px}.BLACK_ROSE ._secondary-text.--lh-132{line-height:132px}.BLACK_ROSE ._secondary-text.--lh-133{line-height:133px}.BLACK_ROSE ._secondary-text.--lh-134{line-height:134px}.BLACK_ROSE ._secondary-text.--lh-135{line-height:135px}.BLACK_ROSE ._secondary-text.--lh-136{line-height:136px}.BLACK_ROSE ._secondary-text.--lh-137{line-height:137px}.BLACK_ROSE ._secondary-text.--lh-138{line-height:138px}.BLACK_ROSE ._secondary-text.--lh-139{line-height:139px}.BLACK_ROSE ._secondary-text.--lh-140{line-height:140px}.BLACK_ROSE ._secondary-text.--lh-141{line-height:141px}.BLACK_ROSE ._secondary-text.--lh-142{line-height:142px}.BLACK_ROSE ._secondary-text.--lh-143{line-height:143px}.BLACK_ROSE ._secondary-text.--lh-144{line-height:144px}.BLACK_ROSE ._secondary-text.--lh-145{line-height:145px}.BLACK_ROSE ._secondary-text.--lh-146{line-height:146px}.BLACK_ROSE ._secondary-text.--lh-147{line-height:147px}.BLACK_ROSE ._secondary-text.--lh-148{line-height:148px}.BLACK_ROSE ._secondary-text.--lh-149{line-height:149px}.BLACK_ROSE ._secondary-text.--lh-150{line-height:150px}.BLACK_ROSE ._secondary-text.--lh-151{line-height:151px}.BLACK_ROSE ._secondary-text.--lh-152{line-height:152px}.BLACK_ROSE ._secondary-text.--lh-153{line-height:153px}.BLACK_ROSE ._secondary-text.--lh-154{line-height:154px}.BLACK_ROSE ._secondary-text.--lh-155{line-height:155px}.BLACK_ROSE ._secondary-text.--lh-156{line-height:156px}.BLACK_ROSE ._secondary-text.--lh-157{line-height:157px}.BLACK_ROSE ._secondary-text.--lh-158{line-height:158px}.BLACK_ROSE ._secondary-text.--lh-159{line-height:159px}.BLACK_ROSE ._secondary-text.--lh-160{line-height:160px}.BLACK_ROSE ._secondary-text.--lh-161{line-height:161px}.BLACK_ROSE ._secondary-text.--lh-162{line-height:162px}.BLACK_ROSE ._secondary-text.--lh-163{line-height:163px}.BLACK_ROSE ._secondary-text.--lh-164{line-height:164px}.BLACK_ROSE ._secondary-text.--lh-165{line-height:165px}.BLACK_ROSE ._secondary-text.--lh-166{line-height:166px}.BLACK_ROSE ._secondary-text.--lh-167{line-height:167px}.BLACK_ROSE ._secondary-text.--lh-168{line-height:168px}.BLACK_ROSE ._secondary-text.--lh-169{line-height:169px}.BLACK_ROSE ._secondary-text.--lh-170{line-height:170px}.BLACK_ROSE ._secondary-text.--lh-171{line-height:171px}.BLACK_ROSE ._secondary-text.--lh-172{line-height:172px}.BLACK_ROSE ._secondary-text.--lh-173{line-height:173px}.BLACK_ROSE ._secondary-text.--lh-174{line-height:174px}.BLACK_ROSE ._secondary-text.--lh-175{line-height:175px}.BLACK_ROSE ._secondary-text.--lh-176{line-height:176px}.BLACK_ROSE ._secondary-text.--lh-177{line-height:177px}.BLACK_ROSE ._secondary-text.--lh-178{line-height:178px}.BLACK_ROSE ._secondary-text.--lh-179{line-height:179px}.BLACK_ROSE ._secondary-text.--lh-180{line-height:180px}.BLACK_ROSE ._secondary-text.--lh-181{line-height:181px}.BLACK_ROSE ._secondary-text.--lh-182{line-height:182px}.BLACK_ROSE ._secondary-text.--lh-183{line-height:183px}.BLACK_ROSE ._secondary-text.--lh-184{line-height:184px}.BLACK_ROSE ._secondary-text.--lh-185{line-height:185px}.BLACK_ROSE ._secondary-text.--lh-186{line-height:186px}.BLACK_ROSE ._secondary-text.--lh-187{line-height:187px}.BLACK_ROSE ._secondary-text.--lh-188{line-height:188px}.BLACK_ROSE ._secondary-text.--lh-189{line-height:189px}.BLACK_ROSE ._secondary-text.--lh-190{line-height:190px}.BLACK_ROSE ._secondary-text.--lh-191{line-height:191px}.BLACK_ROSE ._secondary-text.--lh-192{line-height:192px}.BLACK_ROSE ._secondary-text.--lh-193{line-height:193px}.BLACK_ROSE ._secondary-text.--lh-194{line-height:194px}.BLACK_ROSE ._secondary-text.--lh-195{line-height:195px}.BLACK_ROSE ._secondary-text.--lh-196{line-height:196px}.BLACK_ROSE ._secondary-text.--lh-197{line-height:197px}.BLACK_ROSE ._secondary-text.--lh-198{line-height:198px}.BLACK_ROSE ._secondary-text.--lh-199{line-height:199px}.BLACK_ROSE ._secondary-text.--lh-200{line-height:200px}.BLACK_ROSE ._secondary-text.--lh-201{line-height:201px}.BLACK_ROSE ._secondary-text.--lh-202{line-height:202px}.BLACK_ROSE ._secondary-text.--lh-203{line-height:203px}.BLACK_ROSE ._secondary-text.--lh-204{line-height:204px}.BLACK_ROSE ._secondary-text.--lh-205{line-height:205px}.BLACK_ROSE ._secondary-text.--lh-206{line-height:206px}.BLACK_ROSE ._secondary-text.--lh-207{line-height:207px}.BLACK_ROSE ._secondary-text.--lh-208{line-height:208px}.BLACK_ROSE ._secondary-text.--lh-209{line-height:209px}.BLACK_ROSE ._secondary-text.--lh-210{line-height:210px}.BLACK_ROSE ._secondary-text.--lh-211{line-height:211px}.BLACK_ROSE ._secondary-text.--lh-212{line-height:212px}.BLACK_ROSE ._secondary-text.--lh-213{line-height:213px}.BLACK_ROSE ._secondary-text.--lh-214{line-height:214px}.BLACK_ROSE ._secondary-text.--lh-215{line-height:215px}.BLACK_ROSE ._secondary-text.--lh-216{line-height:216px}.BLACK_ROSE ._secondary-text.--lh-217{line-height:217px}.BLACK_ROSE ._secondary-text.--lh-218{line-height:218px}.BLACK_ROSE ._secondary-text.--lh-219{line-height:219px}.BLACK_ROSE ._secondary-text.--lh-220{line-height:220px}.BLACK_ROSE ._secondary-text.--lh-221{line-height:221px}.BLACK_ROSE ._secondary-text.--lh-222{line-height:222px}.BLACK_ROSE ._secondary-text.--lh-223{line-height:223px}.BLACK_ROSE ._secondary-text.--lh-224{line-height:224px}.BLACK_ROSE ._secondary-text.--lh-225{line-height:225px}.BLACK_ROSE ._secondary-text.--lh-226{line-height:226px}.BLACK_ROSE ._secondary-text.--lh-227{line-height:227px}.BLACK_ROSE ._secondary-text.--lh-228{line-height:228px}.BLACK_ROSE ._secondary-text.--lh-229{line-height:229px}.BLACK_ROSE ._secondary-text.--lh-230{line-height:230px}.BLACK_ROSE ._secondary-text.--lh-231{line-height:231px}.BLACK_ROSE ._secondary-text.--lh-232{line-height:232px}.BLACK_ROSE ._secondary-text.--lh-233{line-height:233px}.BLACK_ROSE ._secondary-text.--lh-234{line-height:234px}.BLACK_ROSE ._secondary-text.--lh-235{line-height:235px}.BLACK_ROSE ._secondary-text.--lh-236{line-height:236px}.BLACK_ROSE ._secondary-text.--lh-237{line-height:237px}.BLACK_ROSE ._secondary-text.--lh-238{line-height:238px}.BLACK_ROSE ._secondary-text.--lh-239{line-height:239px}.BLACK_ROSE ._secondary-text.--lh-240{line-height:240px}.BLACK_ROSE ._secondary-text.--lh-241{line-height:241px}.BLACK_ROSE ._secondary-text.--lh-242{line-height:242px}.BLACK_ROSE ._secondary-text.--lh-243{line-height:243px}.BLACK_ROSE ._secondary-text.--lh-244{line-height:244px}.BLACK_ROSE ._secondary-text.--lh-245{line-height:245px}.BLACK_ROSE ._secondary-text.--lh-246{line-height:246px}.BLACK_ROSE ._secondary-text.--lh-247{line-height:247px}.BLACK_ROSE ._secondary-text.--lh-248{line-height:248px}.BLACK_ROSE ._secondary-text.--lh-249{line-height:249px}.BLACK_ROSE ._secondary-text.--lh-250{line-height:250px}.BLACK_ROSE ._secondary-text.--lh-251{line-height:251px}.BLACK_ROSE ._secondary-text.--lh-252{line-height:252px}.BLACK_ROSE ._secondary-text.--lh-253{line-height:253px}.BLACK_ROSE ._secondary-text.--lh-254{line-height:254px}.BLACK_ROSE ._secondary-text.--lh-255{line-height:255px}.BLACK_ROSE ._secondary-text.--lh-256{line-height:256px}.BLACK_ROSE ._secondary-text.--lh-257{line-height:257px}.BLACK_ROSE ._secondary-text.--lh-258{line-height:258px}.BLACK_ROSE ._secondary-text.--lh-259{line-height:259px}.BLACK_ROSE ._secondary-text.--lh-260{line-height:260px}.BLACK_ROSE ._secondary-text.--lh-261{line-height:261px}.BLACK_ROSE ._secondary-text.--lh-262{line-height:262px}.BLACK_ROSE ._secondary-text.--lh-263{line-height:263px}.BLACK_ROSE ._secondary-text.--lh-264{line-height:264px}.BLACK_ROSE ._secondary-text.--lh-265{line-height:265px}.BLACK_ROSE ._secondary-text.--lh-266{line-height:266px}.BLACK_ROSE ._secondary-text.--lh-267{line-height:267px}.BLACK_ROSE ._secondary-text.--lh-268{line-height:268px}.BLACK_ROSE ._secondary-text.--lh-269{line-height:269px}.BLACK_ROSE ._secondary-text.--lh-270{line-height:270px}.BLACK_ROSE ._secondary-text.--lh-271{line-height:271px}.BLACK_ROSE ._secondary-text.--lh-272{line-height:272px}.BLACK_ROSE ._secondary-text.--lh-273{line-height:273px}.BLACK_ROSE ._secondary-text.--lh-274{line-height:274px}.BLACK_ROSE ._secondary-text.--lh-275{line-height:275px}.BLACK_ROSE ._secondary-text.--lh-276{line-height:276px}.BLACK_ROSE ._secondary-text.--lh-277{line-height:277px}.BLACK_ROSE ._secondary-text.--lh-278{line-height:278px}.BLACK_ROSE ._secondary-text.--lh-279{line-height:279px}.BLACK_ROSE ._secondary-text.--lh-280{line-height:280px}.BLACK_ROSE ._secondary-text.--lh-281{line-height:281px}.BLACK_ROSE ._secondary-text.--lh-282{line-height:282px}.BLACK_ROSE ._secondary-text.--lh-283{line-height:283px}.BLACK_ROSE ._secondary-text.--lh-284{line-height:284px}.BLACK_ROSE ._secondary-text.--lh-285{line-height:285px}.BLACK_ROSE ._secondary-text.--lh-286{line-height:286px}.BLACK_ROSE ._secondary-text.--lh-287{line-height:287px}.BLACK_ROSE ._secondary-text.--lh-288{line-height:288px}.BLACK_ROSE ._secondary-text.--lh-289{line-height:289px}.BLACK_ROSE ._secondary-text.--lh-290{line-height:290px}.BLACK_ROSE ._secondary-text.--lh-291{line-height:291px}.BLACK_ROSE ._secondary-text.--lh-292{line-height:292px}.BLACK_ROSE ._secondary-text.--lh-293{line-height:293px}.BLACK_ROSE ._secondary-text.--lh-294{line-height:294px}.BLACK_ROSE ._secondary-text.--lh-295{line-height:295px}.BLACK_ROSE ._secondary-text.--lh-296{line-height:296px}.BLACK_ROSE ._secondary-text.--lh-297{line-height:297px}.BLACK_ROSE ._secondary-text.--lh-298{line-height:298px}.BLACK_ROSE ._secondary-text.--lh-299{line-height:299px}.BLACK_ROSE ._secondary-text.--lh-300{line-height:300px}.BLACK_ROSE ._secondary-text.--lh-301{line-height:301px}.BLACK_ROSE ._secondary-text.--lh-302{line-height:302px}.BLACK_ROSE ._secondary-text.--lh-303{line-height:303px}.BLACK_ROSE ._secondary-text.--lh-304{line-height:304px}.BLACK_ROSE ._secondary-text.--lh-305{line-height:305px}.BLACK_ROSE ._secondary-text.--lh-306{line-height:306px}.BLACK_ROSE ._secondary-text.--lh-307{line-height:307px}.BLACK_ROSE ._secondary-text.--lh-308{line-height:308px}.BLACK_ROSE ._secondary-text.--lh-309{line-height:309px}.BLACK_ROSE ._secondary-text.--lh-310{line-height:310px}.BLACK_ROSE ._secondary-text.--lh-311{line-height:311px}.BLACK_ROSE ._secondary-text.--lh-312{line-height:312px}.BLACK_ROSE ._secondary-text.--lh-313{line-height:313px}.BLACK_ROSE ._secondary-text.--lh-314{line-height:314px}.BLACK_ROSE ._secondary-text.--lh-315{line-height:315px}.BLACK_ROSE ._secondary-text.--lh-316{line-height:316px}.BLACK_ROSE ._secondary-text.--lh-317{line-height:317px}.BLACK_ROSE ._secondary-text.--lh-318{line-height:318px}.BLACK_ROSE ._secondary-text.--lh-319{line-height:319px}.BLACK_ROSE ._secondary-text.--lh-320{line-height:320px}.BLACK_ROSE ._secondary-text.--lh-321{line-height:321px}.BLACK_ROSE ._secondary-text.--lh-322{line-height:322px}.BLACK_ROSE ._secondary-text.--lh-323{line-height:323px}.BLACK_ROSE ._secondary-text.--lh-324{line-height:324px}.BLACK_ROSE ._secondary-text.--lh-325{line-height:325px}.BLACK_ROSE ._secondary-text.--lh-326{line-height:326px}.BLACK_ROSE ._secondary-text.--lh-327{line-height:327px}.BLACK_ROSE ._secondary-text.--lh-328{line-height:328px}.BLACK_ROSE ._secondary-text.--lh-329{line-height:329px}.BLACK_ROSE ._secondary-text.--lh-330{line-height:330px}.BLACK_ROSE ._secondary-text.--lh-331{line-height:331px}.BLACK_ROSE ._secondary-text.--lh-332{line-height:332px}.BLACK_ROSE ._secondary-text.--lh-333{line-height:333px}.BLACK_ROSE ._secondary-text.--lh-334{line-height:334px}.BLACK_ROSE ._secondary-text.--lh-335{line-height:335px}.BLACK_ROSE ._secondary-text.--lh-336{line-height:336px}.BLACK_ROSE ._secondary-text.--lh-337{line-height:337px}.BLACK_ROSE ._secondary-text.--lh-338{line-height:338px}.BLACK_ROSE ._secondary-text.--lh-339{line-height:339px}.BLACK_ROSE ._secondary-text.--lh-340{line-height:340px}.BLACK_ROSE ._secondary-text.--lh-341{line-height:341px}.BLACK_ROSE ._secondary-text.--lh-342{line-height:342px}.BLACK_ROSE ._secondary-text.--lh-343{line-height:343px}.BLACK_ROSE ._secondary-text.--lh-344{line-height:344px}.BLACK_ROSE ._secondary-text.--lh-345{line-height:345px}.BLACK_ROSE ._secondary-text.--lh-346{line-height:346px}.BLACK_ROSE ._secondary-text.--lh-347{line-height:347px}.BLACK_ROSE ._secondary-text.--lh-348{line-height:348px}.BLACK_ROSE ._secondary-text.--lh-349{line-height:349px}.BLACK_ROSE ._secondary-text.--lh-350{line-height:350px}.BLACK_ROSE ._secondary-text.--lh-351{line-height:351px}.BLACK_ROSE ._secondary-text.--lh-352{line-height:352px}.BLACK_ROSE ._secondary-text.--lh-353{line-height:353px}.BLACK_ROSE ._secondary-text.--lh-354{line-height:354px}.BLACK_ROSE ._secondary-text.--lh-355{line-height:355px}.BLACK_ROSE ._secondary-text.--lh-356{line-height:356px}.BLACK_ROSE ._secondary-text.--lh-357{line-height:357px}.BLACK_ROSE ._secondary-text.--lh-358{line-height:358px}.BLACK_ROSE ._secondary-text.--lh-359{line-height:359px}.BLACK_ROSE ._secondary-text.--lh-360{line-height:360px}.BLACK_ROSE ._secondary-text.--lh-361{line-height:361px}.BLACK_ROSE ._secondary-text.--lh-362{line-height:362px}.BLACK_ROSE ._secondary-text.--lh-363{line-height:363px}.BLACK_ROSE ._secondary-text.--lh-364{line-height:364px}.BLACK_ROSE ._secondary-text.--lh-365{line-height:365px}.BLACK_ROSE ._secondary-text.--lh-366{line-height:366px}.BLACK_ROSE ._secondary-text.--lh-367{line-height:367px}.BLACK_ROSE ._secondary-text.--lh-368{line-height:368px}.BLACK_ROSE ._secondary-text.--lh-369{line-height:369px}.BLACK_ROSE ._secondary-text.--lh-370{line-height:370px}.BLACK_ROSE ._secondary-text.--lh-371{line-height:371px}.BLACK_ROSE ._secondary-text.--lh-372{line-height:372px}.BLACK_ROSE ._secondary-text.--lh-373{line-height:373px}.BLACK_ROSE ._secondary-text.--lh-374{line-height:374px}.BLACK_ROSE ._secondary-text.--lh-375{line-height:375px}.BLACK_ROSE ._secondary-text.--lh-376{line-height:376px}.BLACK_ROSE ._secondary-text.--lh-377{line-height:377px}.BLACK_ROSE ._secondary-text.--lh-378{line-height:378px}.BLACK_ROSE ._secondary-text.--lh-379{line-height:379px}.BLACK_ROSE ._secondary-text.--lh-380{line-height:380px}.BLACK_ROSE ._secondary-text.--lh-381{line-height:381px}.BLACK_ROSE ._secondary-text.--lh-382{line-height:382px}.BLACK_ROSE ._secondary-text.--lh-383{line-height:383px}.BLACK_ROSE ._secondary-text.--lh-384{line-height:384px}.BLACK_ROSE ._secondary-text.--lh-385{line-height:385px}.BLACK_ROSE ._secondary-text.--lh-386{line-height:386px}.BLACK_ROSE ._secondary-text.--lh-387{line-height:387px}.BLACK_ROSE ._secondary-text.--lh-388{line-height:388px}.BLACK_ROSE ._secondary-text.--lh-389{line-height:389px}.BLACK_ROSE ._secondary-text.--lh-390{line-height:390px}.BLACK_ROSE ._secondary-text.--lh-391{line-height:391px}.BLACK_ROSE ._secondary-text.--lh-392{line-height:392px}.BLACK_ROSE ._secondary-text.--lh-393{line-height:393px}.BLACK_ROSE ._secondary-text.--lh-394{line-height:394px}.BLACK_ROSE ._secondary-text.--lh-395{line-height:395px}.BLACK_ROSE ._secondary-text.--lh-396{line-height:396px}.BLACK_ROSE ._secondary-text.--lh-397{line-height:397px}.BLACK_ROSE ._secondary-text.--lh-398{line-height:398px}.BLACK_ROSE ._secondary-text.--lh-399{line-height:399px}.BLACK_ROSE ._secondary-text.--lh-400{line-height:400px}.BLACK_ROSE ._secondary-text.--lh-401{line-height:401px}.BLACK_ROSE ._secondary-text.--lh-402{line-height:402px}.BLACK_ROSE ._secondary-text.--lh-403{line-height:403px}.BLACK_ROSE ._secondary-text.--lh-404{line-height:404px}.BLACK_ROSE ._secondary-text.--lh-405{line-height:405px}.BLACK_ROSE ._secondary-text.--lh-406{line-height:406px}.BLACK_ROSE ._secondary-text.--lh-407{line-height:407px}.BLACK_ROSE ._secondary-text.--lh-408{line-height:408px}.BLACK_ROSE ._secondary-text.--lh-409{line-height:409px}.BLACK_ROSE ._secondary-text.--lh-410{line-height:410px}.BLACK_ROSE ._secondary-text.--lh-411{line-height:411px}.BLACK_ROSE ._secondary-text.--lh-412{line-height:412px}.BLACK_ROSE ._secondary-text.--lh-413{line-height:413px}.BLACK_ROSE ._secondary-text.--lh-414{line-height:414px}.BLACK_ROSE ._secondary-text.--lh-415{line-height:415px}.BLACK_ROSE ._secondary-text.--lh-416{line-height:416px}.BLACK_ROSE ._secondary-text.--lh-417{line-height:417px}.BLACK_ROSE ._secondary-text.--lh-418{line-height:418px}.BLACK_ROSE ._secondary-text.--lh-419{line-height:419px}.BLACK_ROSE ._secondary-text.--lh-420{line-height:420px}.BLACK_ROSE ._secondary-text.--lh-421{line-height:421px}.BLACK_ROSE ._secondary-text.--lh-422{line-height:422px}.BLACK_ROSE ._secondary-text.--lh-423{line-height:423px}.BLACK_ROSE ._secondary-text.--lh-424{line-height:424px}.BLACK_ROSE ._secondary-text.--lh-425{line-height:425px}.BLACK_ROSE ._secondary-text.--lh-426{line-height:426px}.BLACK_ROSE ._secondary-text.--lh-427{line-height:427px}.BLACK_ROSE ._secondary-text.--lh-428{line-height:428px}.BLACK_ROSE ._secondary-text.--lh-429{line-height:429px}.BLACK_ROSE ._secondary-text.--lh-430{line-height:430px}.BLACK_ROSE ._secondary-text.--lh-431{line-height:431px}.BLACK_ROSE ._secondary-text.--lh-432{line-height:432px}.BLACK_ROSE ._secondary-text.--lh-433{line-height:433px}.BLACK_ROSE ._secondary-text.--lh-434{line-height:434px}.BLACK_ROSE ._secondary-text.--lh-435{line-height:435px}.BLACK_ROSE ._secondary-text.--lh-436{line-height:436px}.BLACK_ROSE ._secondary-text.--lh-437{line-height:437px}.BLACK_ROSE ._secondary-text.--lh-438{line-height:438px}.BLACK_ROSE ._secondary-text.--lh-439{line-height:439px}.BLACK_ROSE ._secondary-text.--lh-440{line-height:440px}.BLACK_ROSE ._secondary-text.--lh-441{line-height:441px}.BLACK_ROSE ._secondary-text.--lh-442{line-height:442px}.BLACK_ROSE ._secondary-text.--lh-443{line-height:443px}.BLACK_ROSE ._secondary-text.--lh-444{line-height:444px}.BLACK_ROSE ._secondary-text.--lh-445{line-height:445px}.BLACK_ROSE ._secondary-text.--lh-446{line-height:446px}.BLACK_ROSE ._secondary-text.--lh-447{line-height:447px}.BLACK_ROSE ._secondary-text.--lh-448{line-height:448px}.BLACK_ROSE ._secondary-text.--lh-449{line-height:449px}.BLACK_ROSE ._secondary-text.--lh-450{line-height:450px}.BLACK_ROSE ._secondary-text.--lh-451{line-height:451px}.BLACK_ROSE ._secondary-text.--lh-452{line-height:452px}.BLACK_ROSE ._secondary-text.--lh-453{line-height:453px}.BLACK_ROSE ._secondary-text.--lh-454{line-height:454px}.BLACK_ROSE ._secondary-text.--lh-455{line-height:455px}.BLACK_ROSE ._secondary-text.--lh-456{line-height:456px}.BLACK_ROSE ._secondary-text.--lh-457{line-height:457px}.BLACK_ROSE ._secondary-text.--lh-458{line-height:458px}.BLACK_ROSE ._secondary-text.--lh-459{line-height:459px}.BLACK_ROSE ._secondary-text.--lh-460{line-height:460px}.BLACK_ROSE ._secondary-text.--lh-461{line-height:461px}.BLACK_ROSE ._secondary-text.--lh-462{line-height:462px}.BLACK_ROSE ._secondary-text.--lh-463{line-height:463px}.BLACK_ROSE ._secondary-text.--lh-464{line-height:464px}.BLACK_ROSE ._secondary-text.--lh-465{line-height:465px}.BLACK_ROSE ._secondary-text.--lh-466{line-height:466px}.BLACK_ROSE ._secondary-text.--lh-467{line-height:467px}.BLACK_ROSE ._secondary-text.--lh-468{line-height:468px}.BLACK_ROSE ._secondary-text.--lh-469{line-height:469px}.BLACK_ROSE ._secondary-text.--lh-470{line-height:470px}.BLACK_ROSE ._secondary-text.--lh-471{line-height:471px}.BLACK_ROSE ._secondary-text.--lh-472{line-height:472px}.BLACK_ROSE ._secondary-text.--lh-473{line-height:473px}.BLACK_ROSE ._secondary-text.--lh-474{line-height:474px}.BLACK_ROSE ._secondary-text.--lh-475{line-height:475px}.BLACK_ROSE ._secondary-text.--lh-476{line-height:476px}.BLACK_ROSE ._secondary-text.--lh-477{line-height:477px}.BLACK_ROSE ._secondary-text.--lh-478{line-height:478px}.BLACK_ROSE ._secondary-text.--lh-479{line-height:479px}.BLACK_ROSE ._secondary-text.--lh-480{line-height:480px}.BLACK_ROSE ._secondary-text.--lh-481{line-height:481px}.BLACK_ROSE ._secondary-text.--lh-482{line-height:482px}.BLACK_ROSE ._secondary-text.--lh-483{line-height:483px}.BLACK_ROSE ._secondary-text.--lh-484{line-height:484px}.BLACK_ROSE ._secondary-text.--lh-485{line-height:485px}.BLACK_ROSE ._secondary-text.--lh-486{line-height:486px}.BLACK_ROSE ._secondary-text.--lh-487{line-height:487px}.BLACK_ROSE ._secondary-text.--lh-488{line-height:488px}.BLACK_ROSE ._secondary-text.--lh-489{line-height:489px}.BLACK_ROSE ._secondary-text.--lh-490{line-height:490px}.BLACK_ROSE ._secondary-text.--lh-491{line-height:491px}.BLACK_ROSE ._secondary-text.--lh-492{line-height:492px}.BLACK_ROSE ._secondary-text.--lh-493{line-height:493px}.BLACK_ROSE ._secondary-text.--lh-494{line-height:494px}.BLACK_ROSE ._secondary-text.--lh-495{line-height:495px}.BLACK_ROSE ._secondary-text.--lh-496{line-height:496px}.BLACK_ROSE ._secondary-text.--lh-497{line-height:497px}.BLACK_ROSE ._secondary-text.--lh-498{line-height:498px}.BLACK_ROSE ._secondary-text.--lh-499{line-height:499px}.BLACK_ROSE ._secondary-text.--lh-500{line-height:500px}.BLACK_ROSE ._secondary-text.--lh-501{line-height:501px}.BLACK_ROSE ._secondary-text.--lh-502{line-height:502px}.BLACK_ROSE ._secondary-text.--lh-503{line-height:503px}.BLACK_ROSE ._secondary-text.--lh-504{line-height:504px}.BLACK_ROSE ._secondary-text.--lh-505{line-height:505px}.BLACK_ROSE ._secondary-text.--lh-506{line-height:506px}.BLACK_ROSE ._secondary-text.--lh-507{line-height:507px}.BLACK_ROSE ._secondary-text.--lh-508{line-height:508px}.BLACK_ROSE ._secondary-text.--lh-509{line-height:509px}.BLACK_ROSE ._secondary-text.--lh-510{line-height:510px}.BLACK_ROSE ._secondary-text.--lh-511{line-height:511px}.BLACK_ROSE ._secondary-text.--lh-512{line-height:512px}.BLACK_ROSE ._secondary-text.--lh-513{line-height:513px}.BLACK_ROSE ._secondary-text.--lh-514{line-height:514px}.BLACK_ROSE ._secondary-text.--lh-515{line-height:515px}.BLACK_ROSE ._secondary-text.--lh-516{line-height:516px}.BLACK_ROSE ._secondary-text.--lh-517{line-height:517px}.BLACK_ROSE ._secondary-text.--lh-518{line-height:518px}.BLACK_ROSE ._secondary-text.--lh-519{line-height:519px}.BLACK_ROSE ._secondary-text.--lh-520{line-height:520px}.BLACK_ROSE ._secondary-text.--lh-521{line-height:521px}.BLACK_ROSE ._secondary-text.--lh-522{line-height:522px}.BLACK_ROSE ._secondary-text.--lh-523{line-height:523px}.BLACK_ROSE ._secondary-text.--lh-524{line-height:524px}.BLACK_ROSE ._secondary-text.--lh-525{line-height:525px}.BLACK_ROSE ._secondary-text.--lh-526{line-height:526px}.BLACK_ROSE ._secondary-text.--lh-527{line-height:527px}.BLACK_ROSE ._secondary-text.--lh-528{line-height:528px}.BLACK_ROSE ._secondary-text.--lh-529{line-height:529px}.BLACK_ROSE ._secondary-text.--lh-530{line-height:530px}.BLACK_ROSE ._secondary-text.--lh-531{line-height:531px}.BLACK_ROSE ._secondary-text.--lh-532{line-height:532px}.BLACK_ROSE ._secondary-text.--lh-533{line-height:533px}.BLACK_ROSE ._secondary-text.--lh-534{line-height:534px}.BLACK_ROSE ._secondary-text.--lh-535{line-height:535px}.BLACK_ROSE ._secondary-text.--lh-536{line-height:536px}.BLACK_ROSE ._secondary-text.--lh-537{line-height:537px}.BLACK_ROSE ._secondary-text.--lh-538{line-height:538px}.BLACK_ROSE ._secondary-text.--lh-539{line-height:539px}.BLACK_ROSE ._secondary-text.--lh-540{line-height:540px}.BLACK_ROSE ._secondary-text.--lh-541{line-height:541px}.BLACK_ROSE ._secondary-text.--lh-542{line-height:542px}.BLACK_ROSE ._secondary-text.--lh-543{line-height:543px}.BLACK_ROSE ._secondary-text.--lh-544{line-height:544px}.BLACK_ROSE ._secondary-text.--lh-545{line-height:545px}.BLACK_ROSE ._secondary-text.--lh-546{line-height:546px}.BLACK_ROSE ._secondary-text.--lh-547{line-height:547px}.BLACK_ROSE ._secondary-text.--lh-548{line-height:548px}.BLACK_ROSE ._secondary-text.--lh-549{line-height:549px}.BLACK_ROSE ._secondary-text.--lh-550{line-height:550px}.BLACK_ROSE ._secondary-text.--lh-551{line-height:551px}.BLACK_ROSE ._secondary-text.--lh-552{line-height:552px}.BLACK_ROSE ._secondary-text.--lh-553{line-height:553px}.BLACK_ROSE ._secondary-text.--lh-554{line-height:554px}.BLACK_ROSE ._secondary-text.--lh-555{line-height:555px}.BLACK_ROSE ._secondary-text.--lh-556{line-height:556px}.BLACK_ROSE ._secondary-text.--lh-557{line-height:557px}.BLACK_ROSE ._secondary-text.--lh-558{line-height:558px}.BLACK_ROSE ._secondary-text.--lh-559{line-height:559px}.BLACK_ROSE ._secondary-text.--lh-560{line-height:560px}.BLACK_ROSE ._secondary-text.--lh-561{line-height:561px}.BLACK_ROSE ._secondary-text.--lh-562{line-height:562px}.BLACK_ROSE ._secondary-text.--lh-563{line-height:563px}.BLACK_ROSE ._secondary-text.--lh-564{line-height:564px}.BLACK_ROSE ._secondary-text.--lh-565{line-height:565px}.BLACK_ROSE ._secondary-text.--lh-566{line-height:566px}.BLACK_ROSE ._secondary-text.--lh-567{line-height:567px}.BLACK_ROSE ._secondary-text.--lh-568{line-height:568px}.BLACK_ROSE ._secondary-text.--lh-569{line-height:569px}.BLACK_ROSE ._secondary-text.--lh-570{line-height:570px}.BLACK_ROSE ._secondary-text.--lh-571{line-height:571px}.BLACK_ROSE ._secondary-text.--lh-572{line-height:572px}.BLACK_ROSE ._secondary-text.--lh-573{line-height:573px}.BLACK_ROSE ._secondary-text.--lh-574{line-height:574px}.BLACK_ROSE ._secondary-text.--lh-575{line-height:575px}.BLACK_ROSE ._secondary-text.--lh-576{line-height:576px}.BLACK_ROSE ._secondary-text.--lh-577{line-height:577px}.BLACK_ROSE ._secondary-text.--lh-578{line-height:578px}.BLACK_ROSE ._secondary-text.--lh-579{line-height:579px}.BLACK_ROSE ._secondary-text.--lh-580{line-height:580px}.BLACK_ROSE ._secondary-text.--lh-581{line-height:581px}.BLACK_ROSE ._secondary-text.--lh-582{line-height:582px}.BLACK_ROSE ._secondary-text.--lh-583{line-height:583px}.BLACK_ROSE ._secondary-text.--lh-584{line-height:584px}.BLACK_ROSE ._secondary-text.--lh-585{line-height:585px}.BLACK_ROSE ._secondary-text.--lh-586{line-height:586px}.BLACK_ROSE ._secondary-text.--lh-587{line-height:587px}.BLACK_ROSE ._secondary-text.--lh-588{line-height:588px}.BLACK_ROSE ._secondary-text.--lh-589{line-height:589px}.BLACK_ROSE ._secondary-text.--lh-590{line-height:590px}.BLACK_ROSE ._secondary-text.--lh-591{line-height:591px}.BLACK_ROSE ._secondary-text.--lh-592{line-height:592px}.BLACK_ROSE ._secondary-text.--lh-593{line-height:593px}.BLACK_ROSE ._secondary-text.--lh-594{line-height:594px}.BLACK_ROSE ._secondary-text.--lh-595{line-height:595px}.BLACK_ROSE ._secondary-text.--lh-596{line-height:596px}.BLACK_ROSE ._secondary-text.--lh-597{line-height:597px}.BLACK_ROSE ._secondary-text.--lh-598{line-height:598px}.BLACK_ROSE ._secondary-text.--lh-599{line-height:599px}.BLACK_ROSE ._secondary-text.--lh-600{line-height:600px}.BLACK_ROSE ._secondary-text.--lh-601{line-height:601px}.BLACK_ROSE ._secondary-text.--lh-602{line-height:602px}.BLACK_ROSE ._secondary-text.--lh-603{line-height:603px}.BLACK_ROSE ._secondary-text.--lh-604{line-height:604px}.BLACK_ROSE ._secondary-text.--lh-605{line-height:605px}.BLACK_ROSE ._secondary-text.--lh-606{line-height:606px}.BLACK_ROSE ._secondary-text.--lh-607{line-height:607px}.BLACK_ROSE ._secondary-text.--lh-608{line-height:608px}.BLACK_ROSE ._secondary-text.--lh-609{line-height:609px}.BLACK_ROSE ._secondary-text.--lh-610{line-height:610px}.BLACK_ROSE ._secondary-text.--lh-611{line-height:611px}.BLACK_ROSE ._secondary-text.--lh-612{line-height:612px}.BLACK_ROSE ._secondary-text.--lh-613{line-height:613px}.BLACK_ROSE ._secondary-text.--lh-614{line-height:614px}.BLACK_ROSE ._secondary-text.--lh-615{line-height:615px}.BLACK_ROSE ._secondary-text.--lh-616{line-height:616px}.BLACK_ROSE ._secondary-text.--lh-617{line-height:617px}.BLACK_ROSE ._secondary-text.--lh-618{line-height:618px}.BLACK_ROSE ._secondary-text.--lh-619{line-height:619px}.BLACK_ROSE ._secondary-text.--lh-620{line-height:620px}.BLACK_ROSE ._secondary-text.--lh-621{line-height:621px}.BLACK_ROSE ._secondary-text.--lh-622{line-height:622px}.BLACK_ROSE ._secondary-text.--lh-623{line-height:623px}.BLACK_ROSE ._secondary-text.--lh-624{line-height:624px}.BLACK_ROSE ._secondary-text.--lh-625{line-height:625px}.BLACK_ROSE ._secondary-text.--lh-626{line-height:626px}.BLACK_ROSE ._secondary-text.--lh-627{line-height:627px}.BLACK_ROSE ._secondary-text.--lh-628{line-height:628px}.BLACK_ROSE ._secondary-text.--lh-629{line-height:629px}.BLACK_ROSE ._secondary-text.--lh-630{line-height:630px}.BLACK_ROSE ._secondary-text.--lh-631{line-height:631px}.BLACK_ROSE ._secondary-text.--lh-632{line-height:632px}.BLACK_ROSE ._secondary-text.--lh-633{line-height:633px}.BLACK_ROSE ._secondary-text.--lh-634{line-height:634px}.BLACK_ROSE ._secondary-text.--lh-635{line-height:635px}.BLACK_ROSE ._secondary-text.--lh-636{line-height:636px}.BLACK_ROSE ._secondary-text.--lh-637{line-height:637px}.BLACK_ROSE ._secondary-text.--lh-638{line-height:638px}.BLACK_ROSE ._secondary-text.--lh-639{line-height:639px}.BLACK_ROSE ._secondary-text.--lh-640{line-height:640px}.BLACK_ROSE ._secondary-text.--lh-641{line-height:641px}.BLACK_ROSE ._secondary-text.--lh-642{line-height:642px}.BLACK_ROSE ._secondary-text.--lh-643{line-height:643px}.BLACK_ROSE ._secondary-text.--lh-644{line-height:644px}.BLACK_ROSE ._secondary-text.--lh-645{line-height:645px}.BLACK_ROSE ._secondary-text.--lh-646{line-height:646px}.BLACK_ROSE ._secondary-text.--lh-647{line-height:647px}.BLACK_ROSE ._secondary-text.--lh-648{line-height:648px}.BLACK_ROSE ._secondary-text.--lh-649{line-height:649px}.BLACK_ROSE ._secondary-text.--lh-650{line-height:650px}.BLACK_ROSE ._secondary-text.--lh-651{line-height:651px}.BLACK_ROSE ._secondary-text.--lh-652{line-height:652px}.BLACK_ROSE ._secondary-text.--lh-653{line-height:653px}.BLACK_ROSE ._secondary-text.--lh-654{line-height:654px}.BLACK_ROSE ._secondary-text.--lh-655{line-height:655px}.BLACK_ROSE ._secondary-text.--lh-656{line-height:656px}.BLACK_ROSE ._secondary-text.--lh-657{line-height:657px}.BLACK_ROSE ._secondary-text.--lh-658{line-height:658px}.BLACK_ROSE ._secondary-text.--lh-659{line-height:659px}.BLACK_ROSE ._secondary-text.--lh-660{line-height:660px}.BLACK_ROSE ._secondary-text.--lh-661{line-height:661px}.BLACK_ROSE ._secondary-text.--lh-662{line-height:662px}.BLACK_ROSE ._secondary-text.--lh-663{line-height:663px}.BLACK_ROSE ._secondary-text.--lh-664{line-height:664px}.BLACK_ROSE ._secondary-text.--lh-665{line-height:665px}.BLACK_ROSE ._secondary-text.--lh-666{line-height:666px}.BLACK_ROSE ._secondary-text.--lh-667{line-height:667px}.BLACK_ROSE ._secondary-text.--lh-668{line-height:668px}.BLACK_ROSE ._secondary-text.--lh-669{line-height:669px}.BLACK_ROSE ._secondary-text.--lh-670{line-height:670px}.BLACK_ROSE ._secondary-text.--lh-671{line-height:671px}.BLACK_ROSE ._secondary-text.--lh-672{line-height:672px}.BLACK_ROSE ._secondary-text.--lh-673{line-height:673px}.BLACK_ROSE ._secondary-text.--lh-674{line-height:674px}.BLACK_ROSE ._secondary-text.--lh-675{line-height:675px}.BLACK_ROSE ._secondary-text.--lh-676{line-height:676px}.BLACK_ROSE ._secondary-text.--lh-677{line-height:677px}.BLACK_ROSE ._secondary-text.--lh-678{line-height:678px}.BLACK_ROSE ._secondary-text.--lh-679{line-height:679px}.BLACK_ROSE ._secondary-text.--lh-680{line-height:680px}.BLACK_ROSE ._secondary-text.--lh-681{line-height:681px}.BLACK_ROSE ._secondary-text.--lh-682{line-height:682px}.BLACK_ROSE ._secondary-text.--lh-683{line-height:683px}.BLACK_ROSE ._secondary-text.--lh-684{line-height:684px}.BLACK_ROSE ._secondary-text.--lh-685{line-height:685px}.BLACK_ROSE ._secondary-text.--lh-686{line-height:686px}.BLACK_ROSE ._secondary-text.--lh-687{line-height:687px}.BLACK_ROSE ._secondary-text.--lh-688{line-height:688px}.BLACK_ROSE ._secondary-text.--lh-689{line-height:689px}.BLACK_ROSE ._secondary-text.--lh-690{line-height:690px}.BLACK_ROSE ._secondary-text.--lh-691{line-height:691px}.BLACK_ROSE ._secondary-text.--lh-692{line-height:692px}.BLACK_ROSE ._secondary-text.--lh-693{line-height:693px}.BLACK_ROSE ._secondary-text.--lh-694{line-height:694px}.BLACK_ROSE ._secondary-text.--lh-695{line-height:695px}.BLACK_ROSE ._secondary-text.--lh-696{line-height:696px}.BLACK_ROSE ._secondary-text.--lh-697{line-height:697px}.BLACK_ROSE ._secondary-text.--lh-698{line-height:698px}.BLACK_ROSE ._secondary-text.--lh-699{line-height:699px}.BLACK_ROSE ._secondary-text.--lh-700{line-height:700px}.BLACK_ROSE ._secondary-text.--lh-701{line-height:701px}.BLACK_ROSE ._secondary-text.--lh-702{line-height:702px}.BLACK_ROSE ._secondary-text.--lh-703{line-height:703px}.BLACK_ROSE ._secondary-text.--lh-704{line-height:704px}.BLACK_ROSE ._secondary-text.--lh-705{line-height:705px}.BLACK_ROSE ._secondary-text.--lh-706{line-height:706px}.BLACK_ROSE ._secondary-text.--lh-707{line-height:707px}.BLACK_ROSE ._secondary-text.--lh-708{line-height:708px}.BLACK_ROSE ._secondary-text.--lh-709{line-height:709px}.BLACK_ROSE ._secondary-text.--lh-710{line-height:710px}.BLACK_ROSE ._secondary-text.--lh-711{line-height:711px}.BLACK_ROSE ._secondary-text.--lh-712{line-height:712px}.BLACK_ROSE ._secondary-text.--lh-713{line-height:713px}.BLACK_ROSE ._secondary-text.--lh-714{line-height:714px}.BLACK_ROSE ._secondary-text.--lh-715{line-height:715px}.BLACK_ROSE ._secondary-text.--lh-716{line-height:716px}.BLACK_ROSE ._secondary-text.--lh-717{line-height:717px}.BLACK_ROSE ._secondary-text.--lh-718{line-height:718px}.BLACK_ROSE ._secondary-text.--lh-719{line-height:719px}.BLACK_ROSE ._secondary-text.--lh-720{line-height:720px}.BLACK_ROSE ._secondary-text.--lh-721{line-height:721px}.BLACK_ROSE ._secondary-text.--lh-722{line-height:722px}.BLACK_ROSE ._secondary-text.--lh-723{line-height:723px}.BLACK_ROSE ._secondary-text.--lh-724{line-height:724px}.BLACK_ROSE ._secondary-text.--lh-725{line-height:725px}.BLACK_ROSE ._secondary-text.--lh-726{line-height:726px}.BLACK_ROSE ._secondary-text.--lh-727{line-height:727px}.BLACK_ROSE ._secondary-text.--lh-728{line-height:728px}.BLACK_ROSE ._secondary-text.--lh-729{line-height:729px}.BLACK_ROSE ._secondary-text.--lh-730{line-height:730px}.BLACK_ROSE ._secondary-text.--lh-731{line-height:731px}.BLACK_ROSE ._secondary-text.--lh-732{line-height:732px}.BLACK_ROSE ._secondary-text.--lh-733{line-height:733px}.BLACK_ROSE ._secondary-text.--lh-734{line-height:734px}.BLACK_ROSE ._secondary-text.--lh-735{line-height:735px}.BLACK_ROSE ._secondary-text.--lh-736{line-height:736px}.BLACK_ROSE ._secondary-text.--lh-737{line-height:737px}.BLACK_ROSE ._secondary-text.--lh-738{line-height:738px}.BLACK_ROSE ._secondary-text.--lh-739{line-height:739px}.BLACK_ROSE ._secondary-text.--lh-740{line-height:740px}.BLACK_ROSE ._secondary-text.--lh-741{line-height:741px}.BLACK_ROSE ._secondary-text.--lh-742{line-height:742px}.BLACK_ROSE ._secondary-text.--lh-743{line-height:743px}.BLACK_ROSE ._secondary-text.--lh-744{line-height:744px}.BLACK_ROSE ._secondary-text.--lh-745{line-height:745px}.BLACK_ROSE ._secondary-text.--lh-746{line-height:746px}.BLACK_ROSE ._secondary-text.--lh-747{line-height:747px}.BLACK_ROSE ._secondary-text.--lh-748{line-height:748px}.BLACK_ROSE ._secondary-text.--lh-749{line-height:749px}.BLACK_ROSE ._secondary-text.--lh-750{line-height:750px}.BLACK_ROSE ._secondary-text.--lh-751{line-height:751px}.BLACK_ROSE ._secondary-text.--lh-752{line-height:752px}.BLACK_ROSE ._secondary-text.--lh-753{line-height:753px}.BLACK_ROSE ._secondary-text.--lh-754{line-height:754px}.BLACK_ROSE ._secondary-text.--lh-755{line-height:755px}.BLACK_ROSE ._secondary-text.--lh-756{line-height:756px}.BLACK_ROSE ._secondary-text.--lh-757{line-height:757px}.BLACK_ROSE ._secondary-text.--lh-758{line-height:758px}.BLACK_ROSE ._secondary-text.--lh-759{line-height:759px}.BLACK_ROSE ._secondary-text.--lh-760{line-height:760px}.BLACK_ROSE ._secondary-text.--lh-761{line-height:761px}.BLACK_ROSE ._secondary-text.--lh-762{line-height:762px}.BLACK_ROSE ._secondary-text.--lh-763{line-height:763px}.BLACK_ROSE ._secondary-text.--lh-764{line-height:764px}.BLACK_ROSE ._secondary-text.--lh-765{line-height:765px}.BLACK_ROSE ._secondary-text.--lh-766{line-height:766px}.BLACK_ROSE ._secondary-text.--lh-767{line-height:767px}.BLACK_ROSE ._secondary-text.--lh-768{line-height:768px}.BLACK_ROSE ._secondary-text.--lh-769{line-height:769px}.BLACK_ROSE ._secondary-text.--lh-770{line-height:770px}.BLACK_ROSE ._secondary-text.--lh-771{line-height:771px}.BLACK_ROSE ._secondary-text.--lh-772{line-height:772px}.BLACK_ROSE ._secondary-text.--lh-773{line-height:773px}.BLACK_ROSE ._secondary-text.--lh-774{line-height:774px}.BLACK_ROSE ._secondary-text.--lh-775{line-height:775px}.BLACK_ROSE ._secondary-text.--lh-776{line-height:776px}.BLACK_ROSE ._secondary-text.--lh-777{line-height:777px}.BLACK_ROSE ._secondary-text.--lh-778{line-height:778px}.BLACK_ROSE ._secondary-text.--lh-779{line-height:779px}.BLACK_ROSE ._secondary-text.--lh-780{line-height:780px}.BLACK_ROSE ._secondary-text.--lh-781{line-height:781px}.BLACK_ROSE ._secondary-text.--lh-782{line-height:782px}.BLACK_ROSE ._secondary-text.--lh-783{line-height:783px}.BLACK_ROSE ._secondary-text.--lh-784{line-height:784px}.BLACK_ROSE ._secondary-text.--lh-785{line-height:785px}.BLACK_ROSE ._secondary-text.--lh-786{line-height:786px}.BLACK_ROSE ._secondary-text.--lh-787{line-height:787px}.BLACK_ROSE ._secondary-text.--lh-788{line-height:788px}.BLACK_ROSE ._secondary-text.--lh-789{line-height:789px}.BLACK_ROSE ._secondary-text.--lh-790{line-height:790px}.BLACK_ROSE ._secondary-text.--lh-791{line-height:791px}.BLACK_ROSE ._secondary-text.--lh-792{line-height:792px}.BLACK_ROSE ._secondary-text.--lh-793{line-height:793px}.BLACK_ROSE ._secondary-text.--lh-794{line-height:794px}.BLACK_ROSE ._secondary-text.--lh-795{line-height:795px}.BLACK_ROSE ._secondary-text.--lh-796{line-height:796px}.BLACK_ROSE ._secondary-text.--lh-797{line-height:797px}.BLACK_ROSE ._secondary-text.--lh-798{line-height:798px}.BLACK_ROSE ._secondary-text.--lh-799{line-height:799px}.BLACK_ROSE ._secondary-text.--lh-800{line-height:800px}.BLACK_ROSE ._tertiary-text{color:var(--green);font-family:Poppins}.BLACK_ROSE ._tertiary-text.--size-5{font-size:5px}.BLACK_ROSE ._tertiary-text.--size-6{font-size:6px}.BLACK_ROSE ._tertiary-text.--size-7{font-size:7px}.BLACK_ROSE ._tertiary-text.--size-8{font-size:8px}.BLACK_ROSE ._tertiary-text.--size-9{font-size:9px}.BLACK_ROSE ._tertiary-text.--size-10{font-size:10px}.BLACK_ROSE ._tertiary-text.--size-11{font-size:11px}.BLACK_ROSE ._tertiary-text.--size-12{font-size:12px}.BLACK_ROSE ._tertiary-text.--size-13{font-size:13px}.BLACK_ROSE ._tertiary-text.--size-14{font-size:14px}.BLACK_ROSE ._tertiary-text.--size-15{font-size:15px}.BLACK_ROSE ._tertiary-text.--size-16{font-size:16px}.BLACK_ROSE ._tertiary-text.--size-17{font-size:17px}.BLACK_ROSE ._tertiary-text.--size-18{font-size:18px}.BLACK_ROSE ._tertiary-text.--size-19{font-size:19px}.BLACK_ROSE ._tertiary-text.--size-20{font-size:20px}.BLACK_ROSE ._tertiary-text.--size-21{font-size:21px}.BLACK_ROSE ._tertiary-text.--size-22{font-size:22px}.BLACK_ROSE ._tertiary-text.--size-23{font-size:23px}.BLACK_ROSE ._tertiary-text.--size-24{font-size:24px}.BLACK_ROSE ._tertiary-text.--size-25{font-size:25px}.BLACK_ROSE ._tertiary-text.--size-26{font-size:26px}.BLACK_ROSE ._tertiary-text.--size-27{font-size:27px}.BLACK_ROSE ._tertiary-text.--size-28{font-size:28px}.BLACK_ROSE ._tertiary-text.--size-29{font-size:29px}.BLACK_ROSE ._tertiary-text.--size-30{font-size:30px}.BLACK_ROSE ._tertiary-text.--size-31{font-size:31px}.BLACK_ROSE ._tertiary-text.--size-32{font-size:32px}.BLACK_ROSE ._tertiary-text.--size-33{font-size:33px}.BLACK_ROSE ._tertiary-text.--size-34{font-size:34px}.BLACK_ROSE ._tertiary-text.--size-35{font-size:35px}.BLACK_ROSE ._tertiary-text.--size-36{font-size:36px}.BLACK_ROSE ._tertiary-text.--size-37{font-size:37px}.BLACK_ROSE ._tertiary-text.--size-38{font-size:38px}.BLACK_ROSE ._tertiary-text.--size-39{font-size:39px}.BLACK_ROSE ._tertiary-text.--size-40{font-size:40px}.BLACK_ROSE ._tertiary-text.--size-41{font-size:41px}.BLACK_ROSE ._tertiary-text.--size-42{font-size:42px}.BLACK_ROSE ._tertiary-text.--size-43{font-size:43px}.BLACK_ROSE ._tertiary-text.--size-44{font-size:44px}.BLACK_ROSE ._tertiary-text.--size-45{font-size:45px}.BLACK_ROSE ._tertiary-text.--size-46{font-size:46px}.BLACK_ROSE ._tertiary-text.--size-47{font-size:47px}.BLACK_ROSE ._tertiary-text.--size-48{font-size:48px}.BLACK_ROSE ._tertiary-text.--size-49{font-size:49px}.BLACK_ROSE ._tertiary-text.--size-50{font-size:50px}.BLACK_ROSE ._tertiary-text.--size-51{font-size:51px}.BLACK_ROSE ._tertiary-text.--size-52{font-size:52px}.BLACK_ROSE ._tertiary-text.--size-53{font-size:53px}.BLACK_ROSE ._tertiary-text.--size-54{font-size:54px}.BLACK_ROSE ._tertiary-text.--size-55{font-size:55px}.BLACK_ROSE ._tertiary-text.--size-56{font-size:56px}.BLACK_ROSE ._tertiary-text.--size-57{font-size:57px}.BLACK_ROSE ._tertiary-text.--size-58{font-size:58px}.BLACK_ROSE ._tertiary-text.--size-59{font-size:59px}.BLACK_ROSE ._tertiary-text.--size-60{font-size:60px}.BLACK_ROSE ._tertiary-text.--size-61{font-size:61px}.BLACK_ROSE ._tertiary-text.--size-62{font-size:62px}.BLACK_ROSE ._tertiary-text.--size-63{font-size:63px}.BLACK_ROSE ._tertiary-text.--size-64{font-size:64px}.BLACK_ROSE ._tertiary-text.--size-65{font-size:65px}.BLACK_ROSE ._tertiary-text.--size-66{font-size:66px}.BLACK_ROSE ._tertiary-text.--size-67{font-size:67px}.BLACK_ROSE ._tertiary-text.--size-68{font-size:68px}.BLACK_ROSE ._tertiary-text.--size-69{font-size:69px}.BLACK_ROSE ._tertiary-text.--size-70{font-size:70px}.BLACK_ROSE ._tertiary-text.--size-71{font-size:71px}.BLACK_ROSE ._tertiary-text.--size-72{font-size:72px}.BLACK_ROSE ._tertiary-text.--size-73{font-size:73px}.BLACK_ROSE ._tertiary-text.--size-74{font-size:74px}.BLACK_ROSE ._tertiary-text.--size-75{font-size:75px}.BLACK_ROSE ._tertiary-text.--size-76{font-size:76px}.BLACK_ROSE ._tertiary-text.--size-77{font-size:77px}.BLACK_ROSE ._tertiary-text.--size-78{font-size:78px}.BLACK_ROSE ._tertiary-text.--size-79{font-size:79px}.BLACK_ROSE ._tertiary-text.--size-80{font-size:80px}.BLACK_ROSE ._tertiary-text.--size-81{font-size:81px}.BLACK_ROSE ._tertiary-text.--size-82{font-size:82px}.BLACK_ROSE ._tertiary-text.--size-83{font-size:83px}.BLACK_ROSE ._tertiary-text.--size-84{font-size:84px}.BLACK_ROSE ._tertiary-text.--size-85{font-size:85px}.BLACK_ROSE ._tertiary-text.--size-86{font-size:86px}.BLACK_ROSE ._tertiary-text.--size-87{font-size:87px}.BLACK_ROSE ._tertiary-text.--size-88{font-size:88px}.BLACK_ROSE ._tertiary-text.--size-89{font-size:89px}.BLACK_ROSE ._tertiary-text.--size-90{font-size:90px}.BLACK_ROSE ._tertiary-text.--size-91{font-size:91px}.BLACK_ROSE ._tertiary-text.--size-92{font-size:92px}.BLACK_ROSE ._tertiary-text.--size-93{font-size:93px}.BLACK_ROSE ._tertiary-text.--size-94{font-size:94px}.BLACK_ROSE ._tertiary-text.--size-95{font-size:95px}.BLACK_ROSE ._tertiary-text.--size-96{font-size:96px}.BLACK_ROSE ._tertiary-text.--size-97{font-size:97px}.BLACK_ROSE ._tertiary-text.--size-98{font-size:98px}.BLACK_ROSE ._tertiary-text.--size-99{font-size:99px}.BLACK_ROSE ._tertiary-text.--size-100{font-size:100px}.BLACK_ROSE ._tertiary-text.--weight-100{font-weight:100}.BLACK_ROSE ._tertiary-text.--weight-101{font-weight:101}.BLACK_ROSE ._tertiary-text.--weight-102{font-weight:102}.BLACK_ROSE ._tertiary-text.--weight-103{font-weight:103}.BLACK_ROSE ._tertiary-text.--weight-104{font-weight:104}.BLACK_ROSE ._tertiary-text.--weight-105{font-weight:105}.BLACK_ROSE ._tertiary-text.--weight-106{font-weight:106}.BLACK_ROSE ._tertiary-text.--weight-107{font-weight:107}.BLACK_ROSE ._tertiary-text.--weight-108{font-weight:108}.BLACK_ROSE ._tertiary-text.--weight-109{font-weight:109}.BLACK_ROSE ._tertiary-text.--weight-110{font-weight:110}.BLACK_ROSE ._tertiary-text.--weight-111{font-weight:111}.BLACK_ROSE ._tertiary-text.--weight-112{font-weight:112}.BLACK_ROSE ._tertiary-text.--weight-113{font-weight:113}.BLACK_ROSE ._tertiary-text.--weight-114{font-weight:114}.BLACK_ROSE ._tertiary-text.--weight-115{font-weight:115}.BLACK_ROSE ._tertiary-text.--weight-116{font-weight:116}.BLACK_ROSE ._tertiary-text.--weight-117{font-weight:117}.BLACK_ROSE ._tertiary-text.--weight-118{font-weight:118}.BLACK_ROSE ._tertiary-text.--weight-119{font-weight:119}.BLACK_ROSE ._tertiary-text.--weight-120{font-weight:120}.BLACK_ROSE ._tertiary-text.--weight-121{font-weight:121}.BLACK_ROSE ._tertiary-text.--weight-122{font-weight:122}.BLACK_ROSE ._tertiary-text.--weight-123{font-weight:123}.BLACK_ROSE ._tertiary-text.--weight-124{font-weight:124}.BLACK_ROSE ._tertiary-text.--weight-125{font-weight:125}.BLACK_ROSE ._tertiary-text.--weight-126{font-weight:126}.BLACK_ROSE ._tertiary-text.--weight-127{font-weight:127}.BLACK_ROSE ._tertiary-text.--weight-128{font-weight:128}.BLACK_ROSE ._tertiary-text.--weight-129{font-weight:129}.BLACK_ROSE ._tertiary-text.--weight-130{font-weight:130}.BLACK_ROSE ._tertiary-text.--weight-131{font-weight:131}.BLACK_ROSE ._tertiary-text.--weight-132{font-weight:132}.BLACK_ROSE ._tertiary-text.--weight-133{font-weight:133}.BLACK_ROSE ._tertiary-text.--weight-134{font-weight:134}.BLACK_ROSE ._tertiary-text.--weight-135{font-weight:135}.BLACK_ROSE ._tertiary-text.--weight-136{font-weight:136}.BLACK_ROSE ._tertiary-text.--weight-137{font-weight:137}.BLACK_ROSE ._tertiary-text.--weight-138{font-weight:138}.BLACK_ROSE ._tertiary-text.--weight-139{font-weight:139}.BLACK_ROSE ._tertiary-text.--weight-140{font-weight:140}.BLACK_ROSE ._tertiary-text.--weight-141{font-weight:141}.BLACK_ROSE ._tertiary-text.--weight-142{font-weight:142}.BLACK_ROSE ._tertiary-text.--weight-143{font-weight:143}.BLACK_ROSE ._tertiary-text.--weight-144{font-weight:144}.BLACK_ROSE ._tertiary-text.--weight-145{font-weight:145}.BLACK_ROSE ._tertiary-text.--weight-146{font-weight:146}.BLACK_ROSE ._tertiary-text.--weight-147{font-weight:147}.BLACK_ROSE ._tertiary-text.--weight-148{font-weight:148}.BLACK_ROSE ._tertiary-text.--weight-149{font-weight:149}.BLACK_ROSE ._tertiary-text.--weight-150{font-weight:150}.BLACK_ROSE ._tertiary-text.--weight-151{font-weight:151}.BLACK_ROSE ._tertiary-text.--weight-152{font-weight:152}.BLACK_ROSE ._tertiary-text.--weight-153{font-weight:153}.BLACK_ROSE ._tertiary-text.--weight-154{font-weight:154}.BLACK_ROSE ._tertiary-text.--weight-155{font-weight:155}.BLACK_ROSE ._tertiary-text.--weight-156{font-weight:156}.BLACK_ROSE ._tertiary-text.--weight-157{font-weight:157}.BLACK_ROSE ._tertiary-text.--weight-158{font-weight:158}.BLACK_ROSE ._tertiary-text.--weight-159{font-weight:159}.BLACK_ROSE ._tertiary-text.--weight-160{font-weight:160}.BLACK_ROSE ._tertiary-text.--weight-161{font-weight:161}.BLACK_ROSE ._tertiary-text.--weight-162{font-weight:162}.BLACK_ROSE ._tertiary-text.--weight-163{font-weight:163}.BLACK_ROSE ._tertiary-text.--weight-164{font-weight:164}.BLACK_ROSE ._tertiary-text.--weight-165{font-weight:165}.BLACK_ROSE ._tertiary-text.--weight-166{font-weight:166}.BLACK_ROSE ._tertiary-text.--weight-167{font-weight:167}.BLACK_ROSE ._tertiary-text.--weight-168{font-weight:168}.BLACK_ROSE ._tertiary-text.--weight-169{font-weight:169}.BLACK_ROSE ._tertiary-text.--weight-170{font-weight:170}.BLACK_ROSE ._tertiary-text.--weight-171{font-weight:171}.BLACK_ROSE ._tertiary-text.--weight-172{font-weight:172}.BLACK_ROSE ._tertiary-text.--weight-173{font-weight:173}.BLACK_ROSE ._tertiary-text.--weight-174{font-weight:174}.BLACK_ROSE ._tertiary-text.--weight-175{font-weight:175}.BLACK_ROSE ._tertiary-text.--weight-176{font-weight:176}.BLACK_ROSE ._tertiary-text.--weight-177{font-weight:177}.BLACK_ROSE ._tertiary-text.--weight-178{font-weight:178}.BLACK_ROSE ._tertiary-text.--weight-179{font-weight:179}.BLACK_ROSE ._tertiary-text.--weight-180{font-weight:180}.BLACK_ROSE ._tertiary-text.--weight-181{font-weight:181}.BLACK_ROSE ._tertiary-text.--weight-182{font-weight:182}.BLACK_ROSE ._tertiary-text.--weight-183{font-weight:183}.BLACK_ROSE ._tertiary-text.--weight-184{font-weight:184}.BLACK_ROSE ._tertiary-text.--weight-185{font-weight:185}.BLACK_ROSE ._tertiary-text.--weight-186{font-weight:186}.BLACK_ROSE ._tertiary-text.--weight-187{font-weight:187}.BLACK_ROSE ._tertiary-text.--weight-188{font-weight:188}.BLACK_ROSE ._tertiary-text.--weight-189{font-weight:189}.BLACK_ROSE ._tertiary-text.--weight-190{font-weight:190}.BLACK_ROSE ._tertiary-text.--weight-191{font-weight:191}.BLACK_ROSE ._tertiary-text.--weight-192{font-weight:192}.BLACK_ROSE ._tertiary-text.--weight-193{font-weight:193}.BLACK_ROSE ._tertiary-text.--weight-194{font-weight:194}.BLACK_ROSE ._tertiary-text.--weight-195{font-weight:195}.BLACK_ROSE ._tertiary-text.--weight-196{font-weight:196}.BLACK_ROSE ._tertiary-text.--weight-197{font-weight:197}.BLACK_ROSE ._tertiary-text.--weight-198{font-weight:198}.BLACK_ROSE ._tertiary-text.--weight-199{font-weight:199}.BLACK_ROSE ._tertiary-text.--weight-200{font-weight:200}.BLACK_ROSE ._tertiary-text.--weight-201{font-weight:201}.BLACK_ROSE ._tertiary-text.--weight-202{font-weight:202}.BLACK_ROSE ._tertiary-text.--weight-203{font-weight:203}.BLACK_ROSE ._tertiary-text.--weight-204{font-weight:204}.BLACK_ROSE ._tertiary-text.--weight-205{font-weight:205}.BLACK_ROSE ._tertiary-text.--weight-206{font-weight:206}.BLACK_ROSE ._tertiary-text.--weight-207{font-weight:207}.BLACK_ROSE ._tertiary-text.--weight-208{font-weight:208}.BLACK_ROSE ._tertiary-text.--weight-209{font-weight:209}.BLACK_ROSE ._tertiary-text.--weight-210{font-weight:210}.BLACK_ROSE ._tertiary-text.--weight-211{font-weight:211}.BLACK_ROSE ._tertiary-text.--weight-212{font-weight:212}.BLACK_ROSE ._tertiary-text.--weight-213{font-weight:213}.BLACK_ROSE ._tertiary-text.--weight-214{font-weight:214}.BLACK_ROSE ._tertiary-text.--weight-215{font-weight:215}.BLACK_ROSE ._tertiary-text.--weight-216{font-weight:216}.BLACK_ROSE ._tertiary-text.--weight-217{font-weight:217}.BLACK_ROSE ._tertiary-text.--weight-218{font-weight:218}.BLACK_ROSE ._tertiary-text.--weight-219{font-weight:219}.BLACK_ROSE ._tertiary-text.--weight-220{font-weight:220}.BLACK_ROSE ._tertiary-text.--weight-221{font-weight:221}.BLACK_ROSE ._tertiary-text.--weight-222{font-weight:222}.BLACK_ROSE ._tertiary-text.--weight-223{font-weight:223}.BLACK_ROSE ._tertiary-text.--weight-224{font-weight:224}.BLACK_ROSE ._tertiary-text.--weight-225{font-weight:225}.BLACK_ROSE ._tertiary-text.--weight-226{font-weight:226}.BLACK_ROSE ._tertiary-text.--weight-227{font-weight:227}.BLACK_ROSE ._tertiary-text.--weight-228{font-weight:228}.BLACK_ROSE ._tertiary-text.--weight-229{font-weight:229}.BLACK_ROSE ._tertiary-text.--weight-230{font-weight:230}.BLACK_ROSE ._tertiary-text.--weight-231{font-weight:231}.BLACK_ROSE ._tertiary-text.--weight-232{font-weight:232}.BLACK_ROSE ._tertiary-text.--weight-233{font-weight:233}.BLACK_ROSE ._tertiary-text.--weight-234{font-weight:234}.BLACK_ROSE ._tertiary-text.--weight-235{font-weight:235}.BLACK_ROSE ._tertiary-text.--weight-236{font-weight:236}.BLACK_ROSE ._tertiary-text.--weight-237{font-weight:237}.BLACK_ROSE ._tertiary-text.--weight-238{font-weight:238}.BLACK_ROSE ._tertiary-text.--weight-239{font-weight:239}.BLACK_ROSE ._tertiary-text.--weight-240{font-weight:240}.BLACK_ROSE ._tertiary-text.--weight-241{font-weight:241}.BLACK_ROSE ._tertiary-text.--weight-242{font-weight:242}.BLACK_ROSE ._tertiary-text.--weight-243{font-weight:243}.BLACK_ROSE ._tertiary-text.--weight-244{font-weight:244}.BLACK_ROSE ._tertiary-text.--weight-245{font-weight:245}.BLACK_ROSE ._tertiary-text.--weight-246{font-weight:246}.BLACK_ROSE ._tertiary-text.--weight-247{font-weight:247}.BLACK_ROSE ._tertiary-text.--weight-248{font-weight:248}.BLACK_ROSE ._tertiary-text.--weight-249{font-weight:249}.BLACK_ROSE ._tertiary-text.--weight-250{font-weight:250}.BLACK_ROSE ._tertiary-text.--weight-251{font-weight:251}.BLACK_ROSE ._tertiary-text.--weight-252{font-weight:252}.BLACK_ROSE ._tertiary-text.--weight-253{font-weight:253}.BLACK_ROSE ._tertiary-text.--weight-254{font-weight:254}.BLACK_ROSE ._tertiary-text.--weight-255{font-weight:255}.BLACK_ROSE ._tertiary-text.--weight-256{font-weight:256}.BLACK_ROSE ._tertiary-text.--weight-257{font-weight:257}.BLACK_ROSE ._tertiary-text.--weight-258{font-weight:258}.BLACK_ROSE ._tertiary-text.--weight-259{font-weight:259}.BLACK_ROSE ._tertiary-text.--weight-260{font-weight:260}.BLACK_ROSE ._tertiary-text.--weight-261{font-weight:261}.BLACK_ROSE ._tertiary-text.--weight-262{font-weight:262}.BLACK_ROSE ._tertiary-text.--weight-263{font-weight:263}.BLACK_ROSE ._tertiary-text.--weight-264{font-weight:264}.BLACK_ROSE ._tertiary-text.--weight-265{font-weight:265}.BLACK_ROSE ._tertiary-text.--weight-266{font-weight:266}.BLACK_ROSE ._tertiary-text.--weight-267{font-weight:267}.BLACK_ROSE ._tertiary-text.--weight-268{font-weight:268}.BLACK_ROSE ._tertiary-text.--weight-269{font-weight:269}.BLACK_ROSE ._tertiary-text.--weight-270{font-weight:270}.BLACK_ROSE ._tertiary-text.--weight-271{font-weight:271}.BLACK_ROSE ._tertiary-text.--weight-272{font-weight:272}.BLACK_ROSE ._tertiary-text.--weight-273{font-weight:273}.BLACK_ROSE ._tertiary-text.--weight-274{font-weight:274}.BLACK_ROSE ._tertiary-text.--weight-275{font-weight:275}.BLACK_ROSE ._tertiary-text.--weight-276{font-weight:276}.BLACK_ROSE ._tertiary-text.--weight-277{font-weight:277}.BLACK_ROSE ._tertiary-text.--weight-278{font-weight:278}.BLACK_ROSE ._tertiary-text.--weight-279{font-weight:279}.BLACK_ROSE ._tertiary-text.--weight-280{font-weight:280}.BLACK_ROSE ._tertiary-text.--weight-281{font-weight:281}.BLACK_ROSE ._tertiary-text.--weight-282{font-weight:282}.BLACK_ROSE ._tertiary-text.--weight-283{font-weight:283}.BLACK_ROSE ._tertiary-text.--weight-284{font-weight:284}.BLACK_ROSE ._tertiary-text.--weight-285{font-weight:285}.BLACK_ROSE ._tertiary-text.--weight-286{font-weight:286}.BLACK_ROSE ._tertiary-text.--weight-287{font-weight:287}.BLACK_ROSE ._tertiary-text.--weight-288{font-weight:288}.BLACK_ROSE ._tertiary-text.--weight-289{font-weight:289}.BLACK_ROSE ._tertiary-text.--weight-290{font-weight:290}.BLACK_ROSE ._tertiary-text.--weight-291{font-weight:291}.BLACK_ROSE ._tertiary-text.--weight-292{font-weight:292}.BLACK_ROSE ._tertiary-text.--weight-293{font-weight:293}.BLACK_ROSE ._tertiary-text.--weight-294{font-weight:294}.BLACK_ROSE ._tertiary-text.--weight-295{font-weight:295}.BLACK_ROSE ._tertiary-text.--weight-296{font-weight:296}.BLACK_ROSE ._tertiary-text.--weight-297{font-weight:297}.BLACK_ROSE ._tertiary-text.--weight-298{font-weight:298}.BLACK_ROSE ._tertiary-text.--weight-299{font-weight:299}.BLACK_ROSE ._tertiary-text.--weight-300{font-weight:300}.BLACK_ROSE ._tertiary-text.--weight-301{font-weight:301}.BLACK_ROSE ._tertiary-text.--weight-302{font-weight:302}.BLACK_ROSE ._tertiary-text.--weight-303{font-weight:303}.BLACK_ROSE ._tertiary-text.--weight-304{font-weight:304}.BLACK_ROSE ._tertiary-text.--weight-305{font-weight:305}.BLACK_ROSE ._tertiary-text.--weight-306{font-weight:306}.BLACK_ROSE ._tertiary-text.--weight-307{font-weight:307}.BLACK_ROSE ._tertiary-text.--weight-308{font-weight:308}.BLACK_ROSE ._tertiary-text.--weight-309{font-weight:309}.BLACK_ROSE ._tertiary-text.--weight-310{font-weight:310}.BLACK_ROSE ._tertiary-text.--weight-311{font-weight:311}.BLACK_ROSE ._tertiary-text.--weight-312{font-weight:312}.BLACK_ROSE ._tertiary-text.--weight-313{font-weight:313}.BLACK_ROSE ._tertiary-text.--weight-314{font-weight:314}.BLACK_ROSE ._tertiary-text.--weight-315{font-weight:315}.BLACK_ROSE ._tertiary-text.--weight-316{font-weight:316}.BLACK_ROSE ._tertiary-text.--weight-317{font-weight:317}.BLACK_ROSE ._tertiary-text.--weight-318{font-weight:318}.BLACK_ROSE ._tertiary-text.--weight-319{font-weight:319}.BLACK_ROSE ._tertiary-text.--weight-320{font-weight:320}.BLACK_ROSE ._tertiary-text.--weight-321{font-weight:321}.BLACK_ROSE ._tertiary-text.--weight-322{font-weight:322}.BLACK_ROSE ._tertiary-text.--weight-323{font-weight:323}.BLACK_ROSE ._tertiary-text.--weight-324{font-weight:324}.BLACK_ROSE ._tertiary-text.--weight-325{font-weight:325}.BLACK_ROSE ._tertiary-text.--weight-326{font-weight:326}.BLACK_ROSE ._tertiary-text.--weight-327{font-weight:327}.BLACK_ROSE ._tertiary-text.--weight-328{font-weight:328}.BLACK_ROSE ._tertiary-text.--weight-329{font-weight:329}.BLACK_ROSE ._tertiary-text.--weight-330{font-weight:330}.BLACK_ROSE ._tertiary-text.--weight-331{font-weight:331}.BLACK_ROSE ._tertiary-text.--weight-332{font-weight:332}.BLACK_ROSE ._tertiary-text.--weight-333{font-weight:333}.BLACK_ROSE ._tertiary-text.--weight-334{font-weight:334}.BLACK_ROSE ._tertiary-text.--weight-335{font-weight:335}.BLACK_ROSE ._tertiary-text.--weight-336{font-weight:336}.BLACK_ROSE ._tertiary-text.--weight-337{font-weight:337}.BLACK_ROSE ._tertiary-text.--weight-338{font-weight:338}.BLACK_ROSE ._tertiary-text.--weight-339{font-weight:339}.BLACK_ROSE ._tertiary-text.--weight-340{font-weight:340}.BLACK_ROSE ._tertiary-text.--weight-341{font-weight:341}.BLACK_ROSE ._tertiary-text.--weight-342{font-weight:342}.BLACK_ROSE ._tertiary-text.--weight-343{font-weight:343}.BLACK_ROSE ._tertiary-text.--weight-344{font-weight:344}.BLACK_ROSE ._tertiary-text.--weight-345{font-weight:345}.BLACK_ROSE ._tertiary-text.--weight-346{font-weight:346}.BLACK_ROSE ._tertiary-text.--weight-347{font-weight:347}.BLACK_ROSE ._tertiary-text.--weight-348{font-weight:348}.BLACK_ROSE ._tertiary-text.--weight-349{font-weight:349}.BLACK_ROSE ._tertiary-text.--weight-350{font-weight:350}.BLACK_ROSE ._tertiary-text.--weight-351{font-weight:351}.BLACK_ROSE ._tertiary-text.--weight-352{font-weight:352}.BLACK_ROSE ._tertiary-text.--weight-353{font-weight:353}.BLACK_ROSE ._tertiary-text.--weight-354{font-weight:354}.BLACK_ROSE ._tertiary-text.--weight-355{font-weight:355}.BLACK_ROSE ._tertiary-text.--weight-356{font-weight:356}.BLACK_ROSE ._tertiary-text.--weight-357{font-weight:357}.BLACK_ROSE ._tertiary-text.--weight-358{font-weight:358}.BLACK_ROSE ._tertiary-text.--weight-359{font-weight:359}.BLACK_ROSE ._tertiary-text.--weight-360{font-weight:360}.BLACK_ROSE ._tertiary-text.--weight-361{font-weight:361}.BLACK_ROSE ._tertiary-text.--weight-362{font-weight:362}.BLACK_ROSE ._tertiary-text.--weight-363{font-weight:363}.BLACK_ROSE ._tertiary-text.--weight-364{font-weight:364}.BLACK_ROSE ._tertiary-text.--weight-365{font-weight:365}.BLACK_ROSE ._tertiary-text.--weight-366{font-weight:366}.BLACK_ROSE ._tertiary-text.--weight-367{font-weight:367}.BLACK_ROSE ._tertiary-text.--weight-368{font-weight:368}.BLACK_ROSE ._tertiary-text.--weight-369{font-weight:369}.BLACK_ROSE ._tertiary-text.--weight-370{font-weight:370}.BLACK_ROSE ._tertiary-text.--weight-371{font-weight:371}.BLACK_ROSE ._tertiary-text.--weight-372{font-weight:372}.BLACK_ROSE ._tertiary-text.--weight-373{font-weight:373}.BLACK_ROSE ._tertiary-text.--weight-374{font-weight:374}.BLACK_ROSE ._tertiary-text.--weight-375{font-weight:375}.BLACK_ROSE ._tertiary-text.--weight-376{font-weight:376}.BLACK_ROSE ._tertiary-text.--weight-377{font-weight:377}.BLACK_ROSE ._tertiary-text.--weight-378{font-weight:378}.BLACK_ROSE ._tertiary-text.--weight-379{font-weight:379}.BLACK_ROSE ._tertiary-text.--weight-380{font-weight:380}.BLACK_ROSE ._tertiary-text.--weight-381{font-weight:381}.BLACK_ROSE ._tertiary-text.--weight-382{font-weight:382}.BLACK_ROSE ._tertiary-text.--weight-383{font-weight:383}.BLACK_ROSE ._tertiary-text.--weight-384{font-weight:384}.BLACK_ROSE ._tertiary-text.--weight-385{font-weight:385}.BLACK_ROSE ._tertiary-text.--weight-386{font-weight:386}.BLACK_ROSE ._tertiary-text.--weight-387{font-weight:387}.BLACK_ROSE ._tertiary-text.--weight-388{font-weight:388}.BLACK_ROSE ._tertiary-text.--weight-389{font-weight:389}.BLACK_ROSE ._tertiary-text.--weight-390{font-weight:390}.BLACK_ROSE ._tertiary-text.--weight-391{font-weight:391}.BLACK_ROSE ._tertiary-text.--weight-392{font-weight:392}.BLACK_ROSE ._tertiary-text.--weight-393{font-weight:393}.BLACK_ROSE ._tertiary-text.--weight-394{font-weight:394}.BLACK_ROSE ._tertiary-text.--weight-395{font-weight:395}.BLACK_ROSE ._tertiary-text.--weight-396{font-weight:396}.BLACK_ROSE ._tertiary-text.--weight-397{font-weight:397}.BLACK_ROSE ._tertiary-text.--weight-398{font-weight:398}.BLACK_ROSE ._tertiary-text.--weight-399{font-weight:399}.BLACK_ROSE ._tertiary-text.--weight-400{font-weight:400}.BLACK_ROSE ._tertiary-text.--weight-401{font-weight:401}.BLACK_ROSE ._tertiary-text.--weight-402{font-weight:402}.BLACK_ROSE ._tertiary-text.--weight-403{font-weight:403}.BLACK_ROSE ._tertiary-text.--weight-404{font-weight:404}.BLACK_ROSE ._tertiary-text.--weight-405{font-weight:405}.BLACK_ROSE ._tertiary-text.--weight-406{font-weight:406}.BLACK_ROSE ._tertiary-text.--weight-407{font-weight:407}.BLACK_ROSE ._tertiary-text.--weight-408{font-weight:408}.BLACK_ROSE ._tertiary-text.--weight-409{font-weight:409}.BLACK_ROSE ._tertiary-text.--weight-410{font-weight:410}.BLACK_ROSE ._tertiary-text.--weight-411{font-weight:411}.BLACK_ROSE ._tertiary-text.--weight-412{font-weight:412}.BLACK_ROSE ._tertiary-text.--weight-413{font-weight:413}.BLACK_ROSE ._tertiary-text.--weight-414{font-weight:414}.BLACK_ROSE ._tertiary-text.--weight-415{font-weight:415}.BLACK_ROSE ._tertiary-text.--weight-416{font-weight:416}.BLACK_ROSE ._tertiary-text.--weight-417{font-weight:417}.BLACK_ROSE ._tertiary-text.--weight-418{font-weight:418}.BLACK_ROSE ._tertiary-text.--weight-419{font-weight:419}.BLACK_ROSE ._tertiary-text.--weight-420{font-weight:420}.BLACK_ROSE ._tertiary-text.--weight-421{font-weight:421}.BLACK_ROSE ._tertiary-text.--weight-422{font-weight:422}.BLACK_ROSE ._tertiary-text.--weight-423{font-weight:423}.BLACK_ROSE ._tertiary-text.--weight-424{font-weight:424}.BLACK_ROSE ._tertiary-text.--weight-425{font-weight:425}.BLACK_ROSE ._tertiary-text.--weight-426{font-weight:426}.BLACK_ROSE ._tertiary-text.--weight-427{font-weight:427}.BLACK_ROSE ._tertiary-text.--weight-428{font-weight:428}.BLACK_ROSE ._tertiary-text.--weight-429{font-weight:429}.BLACK_ROSE ._tertiary-text.--weight-430{font-weight:430}.BLACK_ROSE ._tertiary-text.--weight-431{font-weight:431}.BLACK_ROSE ._tertiary-text.--weight-432{font-weight:432}.BLACK_ROSE ._tertiary-text.--weight-433{font-weight:433}.BLACK_ROSE ._tertiary-text.--weight-434{font-weight:434}.BLACK_ROSE ._tertiary-text.--weight-435{font-weight:435}.BLACK_ROSE ._tertiary-text.--weight-436{font-weight:436}.BLACK_ROSE ._tertiary-text.--weight-437{font-weight:437}.BLACK_ROSE ._tertiary-text.--weight-438{font-weight:438}.BLACK_ROSE ._tertiary-text.--weight-439{font-weight:439}.BLACK_ROSE ._tertiary-text.--weight-440{font-weight:440}.BLACK_ROSE ._tertiary-text.--weight-441{font-weight:441}.BLACK_ROSE ._tertiary-text.--weight-442{font-weight:442}.BLACK_ROSE ._tertiary-text.--weight-443{font-weight:443}.BLACK_ROSE ._tertiary-text.--weight-444{font-weight:444}.BLACK_ROSE ._tertiary-text.--weight-445{font-weight:445}.BLACK_ROSE ._tertiary-text.--weight-446{font-weight:446}.BLACK_ROSE ._tertiary-text.--weight-447{font-weight:447}.BLACK_ROSE ._tertiary-text.--weight-448{font-weight:448}.BLACK_ROSE ._tertiary-text.--weight-449{font-weight:449}.BLACK_ROSE ._tertiary-text.--weight-450{font-weight:450}.BLACK_ROSE ._tertiary-text.--weight-451{font-weight:451}.BLACK_ROSE ._tertiary-text.--weight-452{font-weight:452}.BLACK_ROSE ._tertiary-text.--weight-453{font-weight:453}.BLACK_ROSE ._tertiary-text.--weight-454{font-weight:454}.BLACK_ROSE ._tertiary-text.--weight-455{font-weight:455}.BLACK_ROSE ._tertiary-text.--weight-456{font-weight:456}.BLACK_ROSE ._tertiary-text.--weight-457{font-weight:457}.BLACK_ROSE ._tertiary-text.--weight-458{font-weight:458}.BLACK_ROSE ._tertiary-text.--weight-459{font-weight:459}.BLACK_ROSE ._tertiary-text.--weight-460{font-weight:460}.BLACK_ROSE ._tertiary-text.--weight-461{font-weight:461}.BLACK_ROSE ._tertiary-text.--weight-462{font-weight:462}.BLACK_ROSE ._tertiary-text.--weight-463{font-weight:463}.BLACK_ROSE ._tertiary-text.--weight-464{font-weight:464}.BLACK_ROSE ._tertiary-text.--weight-465{font-weight:465}.BLACK_ROSE ._tertiary-text.--weight-466{font-weight:466}.BLACK_ROSE ._tertiary-text.--weight-467{font-weight:467}.BLACK_ROSE ._tertiary-text.--weight-468{font-weight:468}.BLACK_ROSE ._tertiary-text.--weight-469{font-weight:469}.BLACK_ROSE ._tertiary-text.--weight-470{font-weight:470}.BLACK_ROSE ._tertiary-text.--weight-471{font-weight:471}.BLACK_ROSE ._tertiary-text.--weight-472{font-weight:472}.BLACK_ROSE ._tertiary-text.--weight-473{font-weight:473}.BLACK_ROSE ._tertiary-text.--weight-474{font-weight:474}.BLACK_ROSE ._tertiary-text.--weight-475{font-weight:475}.BLACK_ROSE ._tertiary-text.--weight-476{font-weight:476}.BLACK_ROSE ._tertiary-text.--weight-477{font-weight:477}.BLACK_ROSE ._tertiary-text.--weight-478{font-weight:478}.BLACK_ROSE ._tertiary-text.--weight-479{font-weight:479}.BLACK_ROSE ._tertiary-text.--weight-480{font-weight:480}.BLACK_ROSE ._tertiary-text.--weight-481{font-weight:481}.BLACK_ROSE ._tertiary-text.--weight-482{font-weight:482}.BLACK_ROSE ._tertiary-text.--weight-483{font-weight:483}.BLACK_ROSE ._tertiary-text.--weight-484{font-weight:484}.BLACK_ROSE ._tertiary-text.--weight-485{font-weight:485}.BLACK_ROSE ._tertiary-text.--weight-486{font-weight:486}.BLACK_ROSE ._tertiary-text.--weight-487{font-weight:487}.BLACK_ROSE ._tertiary-text.--weight-488{font-weight:488}.BLACK_ROSE ._tertiary-text.--weight-489{font-weight:489}.BLACK_ROSE ._tertiary-text.--weight-490{font-weight:490}.BLACK_ROSE ._tertiary-text.--weight-491{font-weight:491}.BLACK_ROSE ._tertiary-text.--weight-492{font-weight:492}.BLACK_ROSE ._tertiary-text.--weight-493{font-weight:493}.BLACK_ROSE ._tertiary-text.--weight-494{font-weight:494}.BLACK_ROSE ._tertiary-text.--weight-495{font-weight:495}.BLACK_ROSE ._tertiary-text.--weight-496{font-weight:496}.BLACK_ROSE ._tertiary-text.--weight-497{font-weight:497}.BLACK_ROSE ._tertiary-text.--weight-498{font-weight:498}.BLACK_ROSE ._tertiary-text.--weight-499{font-weight:499}.BLACK_ROSE ._tertiary-text.--weight-500{font-weight:500}.BLACK_ROSE ._tertiary-text.--weight-501{font-weight:501}.BLACK_ROSE ._tertiary-text.--weight-502{font-weight:502}.BLACK_ROSE ._tertiary-text.--weight-503{font-weight:503}.BLACK_ROSE ._tertiary-text.--weight-504{font-weight:504}.BLACK_ROSE ._tertiary-text.--weight-505{font-weight:505}.BLACK_ROSE ._tertiary-text.--weight-506{font-weight:506}.BLACK_ROSE ._tertiary-text.--weight-507{font-weight:507}.BLACK_ROSE ._tertiary-text.--weight-508{font-weight:508}.BLACK_ROSE ._tertiary-text.--weight-509{font-weight:509}.BLACK_ROSE ._tertiary-text.--weight-510{font-weight:510}.BLACK_ROSE ._tertiary-text.--weight-511{font-weight:511}.BLACK_ROSE ._tertiary-text.--weight-512{font-weight:512}.BLACK_ROSE ._tertiary-text.--weight-513{font-weight:513}.BLACK_ROSE ._tertiary-text.--weight-514{font-weight:514}.BLACK_ROSE ._tertiary-text.--weight-515{font-weight:515}.BLACK_ROSE ._tertiary-text.--weight-516{font-weight:516}.BLACK_ROSE ._tertiary-text.--weight-517{font-weight:517}.BLACK_ROSE ._tertiary-text.--weight-518{font-weight:518}.BLACK_ROSE ._tertiary-text.--weight-519{font-weight:519}.BLACK_ROSE ._tertiary-text.--weight-520{font-weight:520}.BLACK_ROSE ._tertiary-text.--weight-521{font-weight:521}.BLACK_ROSE ._tertiary-text.--weight-522{font-weight:522}.BLACK_ROSE ._tertiary-text.--weight-523{font-weight:523}.BLACK_ROSE ._tertiary-text.--weight-524{font-weight:524}.BLACK_ROSE ._tertiary-text.--weight-525{font-weight:525}.BLACK_ROSE ._tertiary-text.--weight-526{font-weight:526}.BLACK_ROSE ._tertiary-text.--weight-527{font-weight:527}.BLACK_ROSE ._tertiary-text.--weight-528{font-weight:528}.BLACK_ROSE ._tertiary-text.--weight-529{font-weight:529}.BLACK_ROSE ._tertiary-text.--weight-530{font-weight:530}.BLACK_ROSE ._tertiary-text.--weight-531{font-weight:531}.BLACK_ROSE ._tertiary-text.--weight-532{font-weight:532}.BLACK_ROSE ._tertiary-text.--weight-533{font-weight:533}.BLACK_ROSE ._tertiary-text.--weight-534{font-weight:534}.BLACK_ROSE ._tertiary-text.--weight-535{font-weight:535}.BLACK_ROSE ._tertiary-text.--weight-536{font-weight:536}.BLACK_ROSE ._tertiary-text.--weight-537{font-weight:537}.BLACK_ROSE ._tertiary-text.--weight-538{font-weight:538}.BLACK_ROSE ._tertiary-text.--weight-539{font-weight:539}.BLACK_ROSE ._tertiary-text.--weight-540{font-weight:540}.BLACK_ROSE ._tertiary-text.--weight-541{font-weight:541}.BLACK_ROSE ._tertiary-text.--weight-542{font-weight:542}.BLACK_ROSE ._tertiary-text.--weight-543{font-weight:543}.BLACK_ROSE ._tertiary-text.--weight-544{font-weight:544}.BLACK_ROSE ._tertiary-text.--weight-545{font-weight:545}.BLACK_ROSE ._tertiary-text.--weight-546{font-weight:546}.BLACK_ROSE ._tertiary-text.--weight-547{font-weight:547}.BLACK_ROSE ._tertiary-text.--weight-548{font-weight:548}.BLACK_ROSE ._tertiary-text.--weight-549{font-weight:549}.BLACK_ROSE ._tertiary-text.--weight-550{font-weight:550}.BLACK_ROSE ._tertiary-text.--weight-551{font-weight:551}.BLACK_ROSE ._tertiary-text.--weight-552{font-weight:552}.BLACK_ROSE ._tertiary-text.--weight-553{font-weight:553}.BLACK_ROSE ._tertiary-text.--weight-554{font-weight:554}.BLACK_ROSE ._tertiary-text.--weight-555{font-weight:555}.BLACK_ROSE ._tertiary-text.--weight-556{font-weight:556}.BLACK_ROSE ._tertiary-text.--weight-557{font-weight:557}.BLACK_ROSE ._tertiary-text.--weight-558{font-weight:558}.BLACK_ROSE ._tertiary-text.--weight-559{font-weight:559}.BLACK_ROSE ._tertiary-text.--weight-560{font-weight:560}.BLACK_ROSE ._tertiary-text.--weight-561{font-weight:561}.BLACK_ROSE ._tertiary-text.--weight-562{font-weight:562}.BLACK_ROSE ._tertiary-text.--weight-563{font-weight:563}.BLACK_ROSE ._tertiary-text.--weight-564{font-weight:564}.BLACK_ROSE ._tertiary-text.--weight-565{font-weight:565}.BLACK_ROSE ._tertiary-text.--weight-566{font-weight:566}.BLACK_ROSE ._tertiary-text.--weight-567{font-weight:567}.BLACK_ROSE ._tertiary-text.--weight-568{font-weight:568}.BLACK_ROSE ._tertiary-text.--weight-569{font-weight:569}.BLACK_ROSE ._tertiary-text.--weight-570{font-weight:570}.BLACK_ROSE ._tertiary-text.--weight-571{font-weight:571}.BLACK_ROSE ._tertiary-text.--weight-572{font-weight:572}.BLACK_ROSE ._tertiary-text.--weight-573{font-weight:573}.BLACK_ROSE ._tertiary-text.--weight-574{font-weight:574}.BLACK_ROSE ._tertiary-text.--weight-575{font-weight:575}.BLACK_ROSE ._tertiary-text.--weight-576{font-weight:576}.BLACK_ROSE ._tertiary-text.--weight-577{font-weight:577}.BLACK_ROSE ._tertiary-text.--weight-578{font-weight:578}.BLACK_ROSE ._tertiary-text.--weight-579{font-weight:579}.BLACK_ROSE ._tertiary-text.--weight-580{font-weight:580}.BLACK_ROSE ._tertiary-text.--weight-581{font-weight:581}.BLACK_ROSE ._tertiary-text.--weight-582{font-weight:582}.BLACK_ROSE ._tertiary-text.--weight-583{font-weight:583}.BLACK_ROSE ._tertiary-text.--weight-584{font-weight:584}.BLACK_ROSE ._tertiary-text.--weight-585{font-weight:585}.BLACK_ROSE ._tertiary-text.--weight-586{font-weight:586}.BLACK_ROSE ._tertiary-text.--weight-587{font-weight:587}.BLACK_ROSE ._tertiary-text.--weight-588{font-weight:588}.BLACK_ROSE ._tertiary-text.--weight-589{font-weight:589}.BLACK_ROSE ._tertiary-text.--weight-590{font-weight:590}.BLACK_ROSE ._tertiary-text.--weight-591{font-weight:591}.BLACK_ROSE ._tertiary-text.--weight-592{font-weight:592}.BLACK_ROSE ._tertiary-text.--weight-593{font-weight:593}.BLACK_ROSE ._tertiary-text.--weight-594{font-weight:594}.BLACK_ROSE ._tertiary-text.--weight-595{font-weight:595}.BLACK_ROSE ._tertiary-text.--weight-596{font-weight:596}.BLACK_ROSE ._tertiary-text.--weight-597{font-weight:597}.BLACK_ROSE ._tertiary-text.--weight-598{font-weight:598}.BLACK_ROSE ._tertiary-text.--weight-599{font-weight:599}.BLACK_ROSE ._tertiary-text.--weight-600{font-weight:600}.BLACK_ROSE ._tertiary-text.--weight-601{font-weight:601}.BLACK_ROSE ._tertiary-text.--weight-602{font-weight:602}.BLACK_ROSE ._tertiary-text.--weight-603{font-weight:603}.BLACK_ROSE ._tertiary-text.--weight-604{font-weight:604}.BLACK_ROSE ._tertiary-text.--weight-605{font-weight:605}.BLACK_ROSE ._tertiary-text.--weight-606{font-weight:606}.BLACK_ROSE ._tertiary-text.--weight-607{font-weight:607}.BLACK_ROSE ._tertiary-text.--weight-608{font-weight:608}.BLACK_ROSE ._tertiary-text.--weight-609{font-weight:609}.BLACK_ROSE ._tertiary-text.--weight-610{font-weight:610}.BLACK_ROSE ._tertiary-text.--weight-611{font-weight:611}.BLACK_ROSE ._tertiary-text.--weight-612{font-weight:612}.BLACK_ROSE ._tertiary-text.--weight-613{font-weight:613}.BLACK_ROSE ._tertiary-text.--weight-614{font-weight:614}.BLACK_ROSE ._tertiary-text.--weight-615{font-weight:615}.BLACK_ROSE ._tertiary-text.--weight-616{font-weight:616}.BLACK_ROSE ._tertiary-text.--weight-617{font-weight:617}.BLACK_ROSE ._tertiary-text.--weight-618{font-weight:618}.BLACK_ROSE ._tertiary-text.--weight-619{font-weight:619}.BLACK_ROSE ._tertiary-text.--weight-620{font-weight:620}.BLACK_ROSE ._tertiary-text.--weight-621{font-weight:621}.BLACK_ROSE ._tertiary-text.--weight-622{font-weight:622}.BLACK_ROSE ._tertiary-text.--weight-623{font-weight:623}.BLACK_ROSE ._tertiary-text.--weight-624{font-weight:624}.BLACK_ROSE ._tertiary-text.--weight-625{font-weight:625}.BLACK_ROSE ._tertiary-text.--weight-626{font-weight:626}.BLACK_ROSE ._tertiary-text.--weight-627{font-weight:627}.BLACK_ROSE ._tertiary-text.--weight-628{font-weight:628}.BLACK_ROSE ._tertiary-text.--weight-629{font-weight:629}.BLACK_ROSE ._tertiary-text.--weight-630{font-weight:630}.BLACK_ROSE ._tertiary-text.--weight-631{font-weight:631}.BLACK_ROSE ._tertiary-text.--weight-632{font-weight:632}.BLACK_ROSE ._tertiary-text.--weight-633{font-weight:633}.BLACK_ROSE ._tertiary-text.--weight-634{font-weight:634}.BLACK_ROSE ._tertiary-text.--weight-635{font-weight:635}.BLACK_ROSE ._tertiary-text.--weight-636{font-weight:636}.BLACK_ROSE ._tertiary-text.--weight-637{font-weight:637}.BLACK_ROSE ._tertiary-text.--weight-638{font-weight:638}.BLACK_ROSE ._tertiary-text.--weight-639{font-weight:639}.BLACK_ROSE ._tertiary-text.--weight-640{font-weight:640}.BLACK_ROSE ._tertiary-text.--weight-641{font-weight:641}.BLACK_ROSE ._tertiary-text.--weight-642{font-weight:642}.BLACK_ROSE ._tertiary-text.--weight-643{font-weight:643}.BLACK_ROSE ._tertiary-text.--weight-644{font-weight:644}.BLACK_ROSE ._tertiary-text.--weight-645{font-weight:645}.BLACK_ROSE ._tertiary-text.--weight-646{font-weight:646}.BLACK_ROSE ._tertiary-text.--weight-647{font-weight:647}.BLACK_ROSE ._tertiary-text.--weight-648{font-weight:648}.BLACK_ROSE ._tertiary-text.--weight-649{font-weight:649}.BLACK_ROSE ._tertiary-text.--weight-650{font-weight:650}.BLACK_ROSE ._tertiary-text.--weight-651{font-weight:651}.BLACK_ROSE ._tertiary-text.--weight-652{font-weight:652}.BLACK_ROSE ._tertiary-text.--weight-653{font-weight:653}.BLACK_ROSE ._tertiary-text.--weight-654{font-weight:654}.BLACK_ROSE ._tertiary-text.--weight-655{font-weight:655}.BLACK_ROSE ._tertiary-text.--weight-656{font-weight:656}.BLACK_ROSE ._tertiary-text.--weight-657{font-weight:657}.BLACK_ROSE ._tertiary-text.--weight-658{font-weight:658}.BLACK_ROSE ._tertiary-text.--weight-659{font-weight:659}.BLACK_ROSE ._tertiary-text.--weight-660{font-weight:660}.BLACK_ROSE ._tertiary-text.--weight-661{font-weight:661}.BLACK_ROSE ._tertiary-text.--weight-662{font-weight:662}.BLACK_ROSE ._tertiary-text.--weight-663{font-weight:663}.BLACK_ROSE ._tertiary-text.--weight-664{font-weight:664}.BLACK_ROSE ._tertiary-text.--weight-665{font-weight:665}.BLACK_ROSE ._tertiary-text.--weight-666{font-weight:666}.BLACK_ROSE ._tertiary-text.--weight-667{font-weight:667}.BLACK_ROSE ._tertiary-text.--weight-668{font-weight:668}.BLACK_ROSE ._tertiary-text.--weight-669{font-weight:669}.BLACK_ROSE ._tertiary-text.--weight-670{font-weight:670}.BLACK_ROSE ._tertiary-text.--weight-671{font-weight:671}.BLACK_ROSE ._tertiary-text.--weight-672{font-weight:672}.BLACK_ROSE ._tertiary-text.--weight-673{font-weight:673}.BLACK_ROSE ._tertiary-text.--weight-674{font-weight:674}.BLACK_ROSE ._tertiary-text.--weight-675{font-weight:675}.BLACK_ROSE ._tertiary-text.--weight-676{font-weight:676}.BLACK_ROSE ._tertiary-text.--weight-677{font-weight:677}.BLACK_ROSE ._tertiary-text.--weight-678{font-weight:678}.BLACK_ROSE ._tertiary-text.--weight-679{font-weight:679}.BLACK_ROSE ._tertiary-text.--weight-680{font-weight:680}.BLACK_ROSE ._tertiary-text.--weight-681{font-weight:681}.BLACK_ROSE ._tertiary-text.--weight-682{font-weight:682}.BLACK_ROSE ._tertiary-text.--weight-683{font-weight:683}.BLACK_ROSE ._tertiary-text.--weight-684{font-weight:684}.BLACK_ROSE ._tertiary-text.--weight-685{font-weight:685}.BLACK_ROSE ._tertiary-text.--weight-686{font-weight:686}.BLACK_ROSE ._tertiary-text.--weight-687{font-weight:687}.BLACK_ROSE ._tertiary-text.--weight-688{font-weight:688}.BLACK_ROSE ._tertiary-text.--weight-689{font-weight:689}.BLACK_ROSE ._tertiary-text.--weight-690{font-weight:690}.BLACK_ROSE ._tertiary-text.--weight-691{font-weight:691}.BLACK_ROSE ._tertiary-text.--weight-692{font-weight:692}.BLACK_ROSE ._tertiary-text.--weight-693{font-weight:693}.BLACK_ROSE ._tertiary-text.--weight-694{font-weight:694}.BLACK_ROSE ._tertiary-text.--weight-695{font-weight:695}.BLACK_ROSE ._tertiary-text.--weight-696{font-weight:696}.BLACK_ROSE ._tertiary-text.--weight-697{font-weight:697}.BLACK_ROSE ._tertiary-text.--weight-698{font-weight:698}.BLACK_ROSE ._tertiary-text.--weight-699{font-weight:699}.BLACK_ROSE ._tertiary-text.--weight-700{font-weight:700}.BLACK_ROSE ._tertiary-text.--weight-701{font-weight:701}.BLACK_ROSE ._tertiary-text.--weight-702{font-weight:702}.BLACK_ROSE ._tertiary-text.--weight-703{font-weight:703}.BLACK_ROSE ._tertiary-text.--weight-704{font-weight:704}.BLACK_ROSE ._tertiary-text.--weight-705{font-weight:705}.BLACK_ROSE ._tertiary-text.--weight-706{font-weight:706}.BLACK_ROSE ._tertiary-text.--weight-707{font-weight:707}.BLACK_ROSE ._tertiary-text.--weight-708{font-weight:708}.BLACK_ROSE ._tertiary-text.--weight-709{font-weight:709}.BLACK_ROSE ._tertiary-text.--weight-710{font-weight:710}.BLACK_ROSE ._tertiary-text.--weight-711{font-weight:711}.BLACK_ROSE ._tertiary-text.--weight-712{font-weight:712}.BLACK_ROSE ._tertiary-text.--weight-713{font-weight:713}.BLACK_ROSE ._tertiary-text.--weight-714{font-weight:714}.BLACK_ROSE ._tertiary-text.--weight-715{font-weight:715}.BLACK_ROSE ._tertiary-text.--weight-716{font-weight:716}.BLACK_ROSE ._tertiary-text.--weight-717{font-weight:717}.BLACK_ROSE ._tertiary-text.--weight-718{font-weight:718}.BLACK_ROSE ._tertiary-text.--weight-719{font-weight:719}.BLACK_ROSE ._tertiary-text.--weight-720{font-weight:720}.BLACK_ROSE ._tertiary-text.--weight-721{font-weight:721}.BLACK_ROSE ._tertiary-text.--weight-722{font-weight:722}.BLACK_ROSE ._tertiary-text.--weight-723{font-weight:723}.BLACK_ROSE ._tertiary-text.--weight-724{font-weight:724}.BLACK_ROSE ._tertiary-text.--weight-725{font-weight:725}.BLACK_ROSE ._tertiary-text.--weight-726{font-weight:726}.BLACK_ROSE ._tertiary-text.--weight-727{font-weight:727}.BLACK_ROSE ._tertiary-text.--weight-728{font-weight:728}.BLACK_ROSE ._tertiary-text.--weight-729{font-weight:729}.BLACK_ROSE ._tertiary-text.--weight-730{font-weight:730}.BLACK_ROSE ._tertiary-text.--weight-731{font-weight:731}.BLACK_ROSE ._tertiary-text.--weight-732{font-weight:732}.BLACK_ROSE ._tertiary-text.--weight-733{font-weight:733}.BLACK_ROSE ._tertiary-text.--weight-734{font-weight:734}.BLACK_ROSE ._tertiary-text.--weight-735{font-weight:735}.BLACK_ROSE ._tertiary-text.--weight-736{font-weight:736}.BLACK_ROSE ._tertiary-text.--weight-737{font-weight:737}.BLACK_ROSE ._tertiary-text.--weight-738{font-weight:738}.BLACK_ROSE ._tertiary-text.--weight-739{font-weight:739}.BLACK_ROSE ._tertiary-text.--weight-740{font-weight:740}.BLACK_ROSE ._tertiary-text.--weight-741{font-weight:741}.BLACK_ROSE ._tertiary-text.--weight-742{font-weight:742}.BLACK_ROSE ._tertiary-text.--weight-743{font-weight:743}.BLACK_ROSE ._tertiary-text.--weight-744{font-weight:744}.BLACK_ROSE ._tertiary-text.--weight-745{font-weight:745}.BLACK_ROSE ._tertiary-text.--weight-746{font-weight:746}.BLACK_ROSE ._tertiary-text.--weight-747{font-weight:747}.BLACK_ROSE ._tertiary-text.--weight-748{font-weight:748}.BLACK_ROSE ._tertiary-text.--weight-749{font-weight:749}.BLACK_ROSE ._tertiary-text.--weight-750{font-weight:750}.BLACK_ROSE ._tertiary-text.--weight-751{font-weight:751}.BLACK_ROSE ._tertiary-text.--weight-752{font-weight:752}.BLACK_ROSE ._tertiary-text.--weight-753{font-weight:753}.BLACK_ROSE ._tertiary-text.--weight-754{font-weight:754}.BLACK_ROSE ._tertiary-text.--weight-755{font-weight:755}.BLACK_ROSE ._tertiary-text.--weight-756{font-weight:756}.BLACK_ROSE ._tertiary-text.--weight-757{font-weight:757}.BLACK_ROSE ._tertiary-text.--weight-758{font-weight:758}.BLACK_ROSE ._tertiary-text.--weight-759{font-weight:759}.BLACK_ROSE ._tertiary-text.--weight-760{font-weight:760}.BLACK_ROSE ._tertiary-text.--weight-761{font-weight:761}.BLACK_ROSE ._tertiary-text.--weight-762{font-weight:762}.BLACK_ROSE ._tertiary-text.--weight-763{font-weight:763}.BLACK_ROSE ._tertiary-text.--weight-764{font-weight:764}.BLACK_ROSE ._tertiary-text.--weight-765{font-weight:765}.BLACK_ROSE ._tertiary-text.--weight-766{font-weight:766}.BLACK_ROSE ._tertiary-text.--weight-767{font-weight:767}.BLACK_ROSE ._tertiary-text.--weight-768{font-weight:768}.BLACK_ROSE ._tertiary-text.--weight-769{font-weight:769}.BLACK_ROSE ._tertiary-text.--weight-770{font-weight:770}.BLACK_ROSE ._tertiary-text.--weight-771{font-weight:771}.BLACK_ROSE ._tertiary-text.--weight-772{font-weight:772}.BLACK_ROSE ._tertiary-text.--weight-773{font-weight:773}.BLACK_ROSE ._tertiary-text.--weight-774{font-weight:774}.BLACK_ROSE ._tertiary-text.--weight-775{font-weight:775}.BLACK_ROSE ._tertiary-text.--weight-776{font-weight:776}.BLACK_ROSE ._tertiary-text.--weight-777{font-weight:777}.BLACK_ROSE ._tertiary-text.--weight-778{font-weight:778}.BLACK_ROSE ._tertiary-text.--weight-779{font-weight:779}.BLACK_ROSE ._tertiary-text.--weight-780{font-weight:780}.BLACK_ROSE ._tertiary-text.--weight-781{font-weight:781}.BLACK_ROSE ._tertiary-text.--weight-782{font-weight:782}.BLACK_ROSE ._tertiary-text.--weight-783{font-weight:783}.BLACK_ROSE ._tertiary-text.--weight-784{font-weight:784}.BLACK_ROSE ._tertiary-text.--weight-785{font-weight:785}.BLACK_ROSE ._tertiary-text.--weight-786{font-weight:786}.BLACK_ROSE ._tertiary-text.--weight-787{font-weight:787}.BLACK_ROSE ._tertiary-text.--weight-788{font-weight:788}.BLACK_ROSE ._tertiary-text.--weight-789{font-weight:789}.BLACK_ROSE ._tertiary-text.--weight-790{font-weight:790}.BLACK_ROSE ._tertiary-text.--weight-791{font-weight:791}.BLACK_ROSE ._tertiary-text.--weight-792{font-weight:792}.BLACK_ROSE ._tertiary-text.--weight-793{font-weight:793}.BLACK_ROSE ._tertiary-text.--weight-794{font-weight:794}.BLACK_ROSE ._tertiary-text.--weight-795{font-weight:795}.BLACK_ROSE ._tertiary-text.--weight-796{font-weight:796}.BLACK_ROSE ._tertiary-text.--weight-797{font-weight:797}.BLACK_ROSE ._tertiary-text.--weight-798{font-weight:798}.BLACK_ROSE ._tertiary-text.--weight-799{font-weight:799}.BLACK_ROSE ._tertiary-text.--weight-800{font-weight:800}.BLACK_ROSE ._tertiary-text.--lh-1{line-height:1px}.BLACK_ROSE ._tertiary-text.--lh-2{line-height:2px}.BLACK_ROSE ._tertiary-text.--lh-3{line-height:3px}.BLACK_ROSE ._tertiary-text.--lh-4{line-height:4px}.BLACK_ROSE ._tertiary-text.--lh-5{line-height:5px}.BLACK_ROSE ._tertiary-text.--lh-6{line-height:6px}.BLACK_ROSE ._tertiary-text.--lh-7{line-height:7px}.BLACK_ROSE ._tertiary-text.--lh-8{line-height:8px}.BLACK_ROSE ._tertiary-text.--lh-9{line-height:9px}.BLACK_ROSE ._tertiary-text.--lh-10{line-height:10px}.BLACK_ROSE ._tertiary-text.--lh-11{line-height:11px}.BLACK_ROSE ._tertiary-text.--lh-12{line-height:12px}.BLACK_ROSE ._tertiary-text.--lh-13{line-height:13px}.BLACK_ROSE ._tertiary-text.--lh-14{line-height:14px}.BLACK_ROSE ._tertiary-text.--lh-15{line-height:15px}.BLACK_ROSE ._tertiary-text.--lh-16{line-height:16px}.BLACK_ROSE ._tertiary-text.--lh-17{line-height:17px}.BLACK_ROSE ._tertiary-text.--lh-18{line-height:18px}.BLACK_ROSE ._tertiary-text.--lh-19{line-height:19px}.BLACK_ROSE ._tertiary-text.--lh-20{line-height:20px}.BLACK_ROSE ._tertiary-text.--lh-21{line-height:21px}.BLACK_ROSE ._tertiary-text.--lh-22{line-height:22px}.BLACK_ROSE ._tertiary-text.--lh-23{line-height:23px}.BLACK_ROSE ._tertiary-text.--lh-24{line-height:24px}.BLACK_ROSE ._tertiary-text.--lh-25{line-height:25px}.BLACK_ROSE ._tertiary-text.--lh-26{line-height:26px}.BLACK_ROSE ._tertiary-text.--lh-27{line-height:27px}.BLACK_ROSE ._tertiary-text.--lh-28{line-height:28px}.BLACK_ROSE ._tertiary-text.--lh-29{line-height:29px}.BLACK_ROSE ._tertiary-text.--lh-30{line-height:30px}.BLACK_ROSE ._tertiary-text.--lh-31{line-height:31px}.BLACK_ROSE ._tertiary-text.--lh-32{line-height:32px}.BLACK_ROSE ._tertiary-text.--lh-33{line-height:33px}.BLACK_ROSE ._tertiary-text.--lh-34{line-height:34px}.BLACK_ROSE ._tertiary-text.--lh-35{line-height:35px}.BLACK_ROSE ._tertiary-text.--lh-36{line-height:36px}.BLACK_ROSE ._tertiary-text.--lh-37{line-height:37px}.BLACK_ROSE ._tertiary-text.--lh-38{line-height:38px}.BLACK_ROSE ._tertiary-text.--lh-39{line-height:39px}.BLACK_ROSE ._tertiary-text.--lh-40{line-height:40px}.BLACK_ROSE ._tertiary-text.--lh-41{line-height:41px}.BLACK_ROSE ._tertiary-text.--lh-42{line-height:42px}.BLACK_ROSE ._tertiary-text.--lh-43{line-height:43px}.BLACK_ROSE ._tertiary-text.--lh-44{line-height:44px}.BLACK_ROSE ._tertiary-text.--lh-45{line-height:45px}.BLACK_ROSE ._tertiary-text.--lh-46{line-height:46px}.BLACK_ROSE ._tertiary-text.--lh-47{line-height:47px}.BLACK_ROSE ._tertiary-text.--lh-48{line-height:48px}.BLACK_ROSE ._tertiary-text.--lh-49{line-height:49px}.BLACK_ROSE ._tertiary-text.--lh-50{line-height:50px}.BLACK_ROSE ._tertiary-text.--lh-51{line-height:51px}.BLACK_ROSE ._tertiary-text.--lh-52{line-height:52px}.BLACK_ROSE ._tertiary-text.--lh-53{line-height:53px}.BLACK_ROSE ._tertiary-text.--lh-54{line-height:54px}.BLACK_ROSE ._tertiary-text.--lh-55{line-height:55px}.BLACK_ROSE ._tertiary-text.--lh-56{line-height:56px}.BLACK_ROSE ._tertiary-text.--lh-57{line-height:57px}.BLACK_ROSE ._tertiary-text.--lh-58{line-height:58px}.BLACK_ROSE ._tertiary-text.--lh-59{line-height:59px}.BLACK_ROSE ._tertiary-text.--lh-60{line-height:60px}.BLACK_ROSE ._tertiary-text.--lh-61{line-height:61px}.BLACK_ROSE ._tertiary-text.--lh-62{line-height:62px}.BLACK_ROSE ._tertiary-text.--lh-63{line-height:63px}.BLACK_ROSE ._tertiary-text.--lh-64{line-height:64px}.BLACK_ROSE ._tertiary-text.--lh-65{line-height:65px}.BLACK_ROSE ._tertiary-text.--lh-66{line-height:66px}.BLACK_ROSE ._tertiary-text.--lh-67{line-height:67px}.BLACK_ROSE ._tertiary-text.--lh-68{line-height:68px}.BLACK_ROSE ._tertiary-text.--lh-69{line-height:69px}.BLACK_ROSE ._tertiary-text.--lh-70{line-height:70px}.BLACK_ROSE ._tertiary-text.--lh-71{line-height:71px}.BLACK_ROSE ._tertiary-text.--lh-72{line-height:72px}.BLACK_ROSE ._tertiary-text.--lh-73{line-height:73px}.BLACK_ROSE ._tertiary-text.--lh-74{line-height:74px}.BLACK_ROSE ._tertiary-text.--lh-75{line-height:75px}.BLACK_ROSE ._tertiary-text.--lh-76{line-height:76px}.BLACK_ROSE ._tertiary-text.--lh-77{line-height:77px}.BLACK_ROSE ._tertiary-text.--lh-78{line-height:78px}.BLACK_ROSE ._tertiary-text.--lh-79{line-height:79px}.BLACK_ROSE ._tertiary-text.--lh-80{line-height:80px}.BLACK_ROSE ._tertiary-text.--lh-81{line-height:81px}.BLACK_ROSE ._tertiary-text.--lh-82{line-height:82px}.BLACK_ROSE ._tertiary-text.--lh-83{line-height:83px}.BLACK_ROSE ._tertiary-text.--lh-84{line-height:84px}.BLACK_ROSE ._tertiary-text.--lh-85{line-height:85px}.BLACK_ROSE ._tertiary-text.--lh-86{line-height:86px}.BLACK_ROSE ._tertiary-text.--lh-87{line-height:87px}.BLACK_ROSE ._tertiary-text.--lh-88{line-height:88px}.BLACK_ROSE ._tertiary-text.--lh-89{line-height:89px}.BLACK_ROSE ._tertiary-text.--lh-90{line-height:90px}.BLACK_ROSE ._tertiary-text.--lh-91{line-height:91px}.BLACK_ROSE ._tertiary-text.--lh-92{line-height:92px}.BLACK_ROSE ._tertiary-text.--lh-93{line-height:93px}.BLACK_ROSE ._tertiary-text.--lh-94{line-height:94px}.BLACK_ROSE ._tertiary-text.--lh-95{line-height:95px}.BLACK_ROSE ._tertiary-text.--lh-96{line-height:96px}.BLACK_ROSE ._tertiary-text.--lh-97{line-height:97px}.BLACK_ROSE ._tertiary-text.--lh-98{line-height:98px}.BLACK_ROSE ._tertiary-text.--lh-99{line-height:99px}.BLACK_ROSE ._tertiary-text.--lh-100{line-height:100px}.BLACK_ROSE ._tertiary-text.--lh-101{line-height:101px}.BLACK_ROSE ._tertiary-text.--lh-102{line-height:102px}.BLACK_ROSE ._tertiary-text.--lh-103{line-height:103px}.BLACK_ROSE ._tertiary-text.--lh-104{line-height:104px}.BLACK_ROSE ._tertiary-text.--lh-105{line-height:105px}.BLACK_ROSE ._tertiary-text.--lh-106{line-height:106px}.BLACK_ROSE ._tertiary-text.--lh-107{line-height:107px}.BLACK_ROSE ._tertiary-text.--lh-108{line-height:108px}.BLACK_ROSE ._tertiary-text.--lh-109{line-height:109px}.BLACK_ROSE ._tertiary-text.--lh-110{line-height:110px}.BLACK_ROSE ._tertiary-text.--lh-111{line-height:111px}.BLACK_ROSE ._tertiary-text.--lh-112{line-height:112px}.BLACK_ROSE ._tertiary-text.--lh-113{line-height:113px}.BLACK_ROSE ._tertiary-text.--lh-114{line-height:114px}.BLACK_ROSE ._tertiary-text.--lh-115{line-height:115px}.BLACK_ROSE ._tertiary-text.--lh-116{line-height:116px}.BLACK_ROSE ._tertiary-text.--lh-117{line-height:117px}.BLACK_ROSE ._tertiary-text.--lh-118{line-height:118px}.BLACK_ROSE ._tertiary-text.--lh-119{line-height:119px}.BLACK_ROSE ._tertiary-text.--lh-120{line-height:120px}.BLACK_ROSE ._tertiary-text.--lh-121{line-height:121px}.BLACK_ROSE ._tertiary-text.--lh-122{line-height:122px}.BLACK_ROSE ._tertiary-text.--lh-123{line-height:123px}.BLACK_ROSE ._tertiary-text.--lh-124{line-height:124px}.BLACK_ROSE ._tertiary-text.--lh-125{line-height:125px}.BLACK_ROSE ._tertiary-text.--lh-126{line-height:126px}.BLACK_ROSE ._tertiary-text.--lh-127{line-height:127px}.BLACK_ROSE ._tertiary-text.--lh-128{line-height:128px}.BLACK_ROSE ._tertiary-text.--lh-129{line-height:129px}.BLACK_ROSE ._tertiary-text.--lh-130{line-height:130px}.BLACK_ROSE ._tertiary-text.--lh-131{line-height:131px}.BLACK_ROSE ._tertiary-text.--lh-132{line-height:132px}.BLACK_ROSE ._tertiary-text.--lh-133{line-height:133px}.BLACK_ROSE ._tertiary-text.--lh-134{line-height:134px}.BLACK_ROSE ._tertiary-text.--lh-135{line-height:135px}.BLACK_ROSE ._tertiary-text.--lh-136{line-height:136px}.BLACK_ROSE ._tertiary-text.--lh-137{line-height:137px}.BLACK_ROSE ._tertiary-text.--lh-138{line-height:138px}.BLACK_ROSE ._tertiary-text.--lh-139{line-height:139px}.BLACK_ROSE ._tertiary-text.--lh-140{line-height:140px}.BLACK_ROSE ._tertiary-text.--lh-141{line-height:141px}.BLACK_ROSE ._tertiary-text.--lh-142{line-height:142px}.BLACK_ROSE ._tertiary-text.--lh-143{line-height:143px}.BLACK_ROSE ._tertiary-text.--lh-144{line-height:144px}.BLACK_ROSE ._tertiary-text.--lh-145{line-height:145px}.BLACK_ROSE ._tertiary-text.--lh-146{line-height:146px}.BLACK_ROSE ._tertiary-text.--lh-147{line-height:147px}.BLACK_ROSE ._tertiary-text.--lh-148{line-height:148px}.BLACK_ROSE ._tertiary-text.--lh-149{line-height:149px}.BLACK_ROSE ._tertiary-text.--lh-150{line-height:150px}.BLACK_ROSE ._tertiary-text.--lh-151{line-height:151px}.BLACK_ROSE ._tertiary-text.--lh-152{line-height:152px}.BLACK_ROSE ._tertiary-text.--lh-153{line-height:153px}.BLACK_ROSE ._tertiary-text.--lh-154{line-height:154px}.BLACK_ROSE ._tertiary-text.--lh-155{line-height:155px}.BLACK_ROSE ._tertiary-text.--lh-156{line-height:156px}.BLACK_ROSE ._tertiary-text.--lh-157{line-height:157px}.BLACK_ROSE ._tertiary-text.--lh-158{line-height:158px}.BLACK_ROSE ._tertiary-text.--lh-159{line-height:159px}.BLACK_ROSE ._tertiary-text.--lh-160{line-height:160px}.BLACK_ROSE ._tertiary-text.--lh-161{line-height:161px}.BLACK_ROSE ._tertiary-text.--lh-162{line-height:162px}.BLACK_ROSE ._tertiary-text.--lh-163{line-height:163px}.BLACK_ROSE ._tertiary-text.--lh-164{line-height:164px}.BLACK_ROSE ._tertiary-text.--lh-165{line-height:165px}.BLACK_ROSE ._tertiary-text.--lh-166{line-height:166px}.BLACK_ROSE ._tertiary-text.--lh-167{line-height:167px}.BLACK_ROSE ._tertiary-text.--lh-168{line-height:168px}.BLACK_ROSE ._tertiary-text.--lh-169{line-height:169px}.BLACK_ROSE ._tertiary-text.--lh-170{line-height:170px}.BLACK_ROSE ._tertiary-text.--lh-171{line-height:171px}.BLACK_ROSE ._tertiary-text.--lh-172{line-height:172px}.BLACK_ROSE ._tertiary-text.--lh-173{line-height:173px}.BLACK_ROSE ._tertiary-text.--lh-174{line-height:174px}.BLACK_ROSE ._tertiary-text.--lh-175{line-height:175px}.BLACK_ROSE ._tertiary-text.--lh-176{line-height:176px}.BLACK_ROSE ._tertiary-text.--lh-177{line-height:177px}.BLACK_ROSE ._tertiary-text.--lh-178{line-height:178px}.BLACK_ROSE ._tertiary-text.--lh-179{line-height:179px}.BLACK_ROSE ._tertiary-text.--lh-180{line-height:180px}.BLACK_ROSE ._tertiary-text.--lh-181{line-height:181px}.BLACK_ROSE ._tertiary-text.--lh-182{line-height:182px}.BLACK_ROSE ._tertiary-text.--lh-183{line-height:183px}.BLACK_ROSE ._tertiary-text.--lh-184{line-height:184px}.BLACK_ROSE ._tertiary-text.--lh-185{line-height:185px}.BLACK_ROSE ._tertiary-text.--lh-186{line-height:186px}.BLACK_ROSE ._tertiary-text.--lh-187{line-height:187px}.BLACK_ROSE ._tertiary-text.--lh-188{line-height:188px}.BLACK_ROSE ._tertiary-text.--lh-189{line-height:189px}.BLACK_ROSE ._tertiary-text.--lh-190{line-height:190px}.BLACK_ROSE ._tertiary-text.--lh-191{line-height:191px}.BLACK_ROSE ._tertiary-text.--lh-192{line-height:192px}.BLACK_ROSE ._tertiary-text.--lh-193{line-height:193px}.BLACK_ROSE ._tertiary-text.--lh-194{line-height:194px}.BLACK_ROSE ._tertiary-text.--lh-195{line-height:195px}.BLACK_ROSE ._tertiary-text.--lh-196{line-height:196px}.BLACK_ROSE ._tertiary-text.--lh-197{line-height:197px}.BLACK_ROSE ._tertiary-text.--lh-198{line-height:198px}.BLACK_ROSE ._tertiary-text.--lh-199{line-height:199px}.BLACK_ROSE ._tertiary-text.--lh-200{line-height:200px}.BLACK_ROSE ._tertiary-text.--lh-201{line-height:201px}.BLACK_ROSE ._tertiary-text.--lh-202{line-height:202px}.BLACK_ROSE ._tertiary-text.--lh-203{line-height:203px}.BLACK_ROSE ._tertiary-text.--lh-204{line-height:204px}.BLACK_ROSE ._tertiary-text.--lh-205{line-height:205px}.BLACK_ROSE ._tertiary-text.--lh-206{line-height:206px}.BLACK_ROSE ._tertiary-text.--lh-207{line-height:207px}.BLACK_ROSE ._tertiary-text.--lh-208{line-height:208px}.BLACK_ROSE ._tertiary-text.--lh-209{line-height:209px}.BLACK_ROSE ._tertiary-text.--lh-210{line-height:210px}.BLACK_ROSE ._tertiary-text.--lh-211{line-height:211px}.BLACK_ROSE ._tertiary-text.--lh-212{line-height:212px}.BLACK_ROSE ._tertiary-text.--lh-213{line-height:213px}.BLACK_ROSE ._tertiary-text.--lh-214{line-height:214px}.BLACK_ROSE ._tertiary-text.--lh-215{line-height:215px}.BLACK_ROSE ._tertiary-text.--lh-216{line-height:216px}.BLACK_ROSE ._tertiary-text.--lh-217{line-height:217px}.BLACK_ROSE ._tertiary-text.--lh-218{line-height:218px}.BLACK_ROSE ._tertiary-text.--lh-219{line-height:219px}.BLACK_ROSE ._tertiary-text.--lh-220{line-height:220px}.BLACK_ROSE ._tertiary-text.--lh-221{line-height:221px}.BLACK_ROSE ._tertiary-text.--lh-222{line-height:222px}.BLACK_ROSE ._tertiary-text.--lh-223{line-height:223px}.BLACK_ROSE ._tertiary-text.--lh-224{line-height:224px}.BLACK_ROSE ._tertiary-text.--lh-225{line-height:225px}.BLACK_ROSE ._tertiary-text.--lh-226{line-height:226px}.BLACK_ROSE ._tertiary-text.--lh-227{line-height:227px}.BLACK_ROSE ._tertiary-text.--lh-228{line-height:228px}.BLACK_ROSE ._tertiary-text.--lh-229{line-height:229px}.BLACK_ROSE ._tertiary-text.--lh-230{line-height:230px}.BLACK_ROSE ._tertiary-text.--lh-231{line-height:231px}.BLACK_ROSE ._tertiary-text.--lh-232{line-height:232px}.BLACK_ROSE ._tertiary-text.--lh-233{line-height:233px}.BLACK_ROSE ._tertiary-text.--lh-234{line-height:234px}.BLACK_ROSE ._tertiary-text.--lh-235{line-height:235px}.BLACK_ROSE ._tertiary-text.--lh-236{line-height:236px}.BLACK_ROSE ._tertiary-text.--lh-237{line-height:237px}.BLACK_ROSE ._tertiary-text.--lh-238{line-height:238px}.BLACK_ROSE ._tertiary-text.--lh-239{line-height:239px}.BLACK_ROSE ._tertiary-text.--lh-240{line-height:240px}.BLACK_ROSE ._tertiary-text.--lh-241{line-height:241px}.BLACK_ROSE ._tertiary-text.--lh-242{line-height:242px}.BLACK_ROSE ._tertiary-text.--lh-243{line-height:243px}.BLACK_ROSE ._tertiary-text.--lh-244{line-height:244px}.BLACK_ROSE ._tertiary-text.--lh-245{line-height:245px}.BLACK_ROSE ._tertiary-text.--lh-246{line-height:246px}.BLACK_ROSE ._tertiary-text.--lh-247{line-height:247px}.BLACK_ROSE ._tertiary-text.--lh-248{line-height:248px}.BLACK_ROSE ._tertiary-text.--lh-249{line-height:249px}.BLACK_ROSE ._tertiary-text.--lh-250{line-height:250px}.BLACK_ROSE ._tertiary-text.--lh-251{line-height:251px}.BLACK_ROSE ._tertiary-text.--lh-252{line-height:252px}.BLACK_ROSE ._tertiary-text.--lh-253{line-height:253px}.BLACK_ROSE ._tertiary-text.--lh-254{line-height:254px}.BLACK_ROSE ._tertiary-text.--lh-255{line-height:255px}.BLACK_ROSE ._tertiary-text.--lh-256{line-height:256px}.BLACK_ROSE ._tertiary-text.--lh-257{line-height:257px}.BLACK_ROSE ._tertiary-text.--lh-258{line-height:258px}.BLACK_ROSE ._tertiary-text.--lh-259{line-height:259px}.BLACK_ROSE ._tertiary-text.--lh-260{line-height:260px}.BLACK_ROSE ._tertiary-text.--lh-261{line-height:261px}.BLACK_ROSE ._tertiary-text.--lh-262{line-height:262px}.BLACK_ROSE ._tertiary-text.--lh-263{line-height:263px}.BLACK_ROSE ._tertiary-text.--lh-264{line-height:264px}.BLACK_ROSE ._tertiary-text.--lh-265{line-height:265px}.BLACK_ROSE ._tertiary-text.--lh-266{line-height:266px}.BLACK_ROSE ._tertiary-text.--lh-267{line-height:267px}.BLACK_ROSE ._tertiary-text.--lh-268{line-height:268px}.BLACK_ROSE ._tertiary-text.--lh-269{line-height:269px}.BLACK_ROSE ._tertiary-text.--lh-270{line-height:270px}.BLACK_ROSE ._tertiary-text.--lh-271{line-height:271px}.BLACK_ROSE ._tertiary-text.--lh-272{line-height:272px}.BLACK_ROSE ._tertiary-text.--lh-273{line-height:273px}.BLACK_ROSE ._tertiary-text.--lh-274{line-height:274px}.BLACK_ROSE ._tertiary-text.--lh-275{line-height:275px}.BLACK_ROSE ._tertiary-text.--lh-276{line-height:276px}.BLACK_ROSE ._tertiary-text.--lh-277{line-height:277px}.BLACK_ROSE ._tertiary-text.--lh-278{line-height:278px}.BLACK_ROSE ._tertiary-text.--lh-279{line-height:279px}.BLACK_ROSE ._tertiary-text.--lh-280{line-height:280px}.BLACK_ROSE ._tertiary-text.--lh-281{line-height:281px}.BLACK_ROSE ._tertiary-text.--lh-282{line-height:282px}.BLACK_ROSE ._tertiary-text.--lh-283{line-height:283px}.BLACK_ROSE ._tertiary-text.--lh-284{line-height:284px}.BLACK_ROSE ._tertiary-text.--lh-285{line-height:285px}.BLACK_ROSE ._tertiary-text.--lh-286{line-height:286px}.BLACK_ROSE ._tertiary-text.--lh-287{line-height:287px}.BLACK_ROSE ._tertiary-text.--lh-288{line-height:288px}.BLACK_ROSE ._tertiary-text.--lh-289{line-height:289px}.BLACK_ROSE ._tertiary-text.--lh-290{line-height:290px}.BLACK_ROSE ._tertiary-text.--lh-291{line-height:291px}.BLACK_ROSE ._tertiary-text.--lh-292{line-height:292px}.BLACK_ROSE ._tertiary-text.--lh-293{line-height:293px}.BLACK_ROSE ._tertiary-text.--lh-294{line-height:294px}.BLACK_ROSE ._tertiary-text.--lh-295{line-height:295px}.BLACK_ROSE ._tertiary-text.--lh-296{line-height:296px}.BLACK_ROSE ._tertiary-text.--lh-297{line-height:297px}.BLACK_ROSE ._tertiary-text.--lh-298{line-height:298px}.BLACK_ROSE ._tertiary-text.--lh-299{line-height:299px}.BLACK_ROSE ._tertiary-text.--lh-300{line-height:300px}.BLACK_ROSE ._tertiary-text.--lh-301{line-height:301px}.BLACK_ROSE ._tertiary-text.--lh-302{line-height:302px}.BLACK_ROSE ._tertiary-text.--lh-303{line-height:303px}.BLACK_ROSE ._tertiary-text.--lh-304{line-height:304px}.BLACK_ROSE ._tertiary-text.--lh-305{line-height:305px}.BLACK_ROSE ._tertiary-text.--lh-306{line-height:306px}.BLACK_ROSE ._tertiary-text.--lh-307{line-height:307px}.BLACK_ROSE ._tertiary-text.--lh-308{line-height:308px}.BLACK_ROSE ._tertiary-text.--lh-309{line-height:309px}.BLACK_ROSE ._tertiary-text.--lh-310{line-height:310px}.BLACK_ROSE ._tertiary-text.--lh-311{line-height:311px}.BLACK_ROSE ._tertiary-text.--lh-312{line-height:312px}.BLACK_ROSE ._tertiary-text.--lh-313{line-height:313px}.BLACK_ROSE ._tertiary-text.--lh-314{line-height:314px}.BLACK_ROSE ._tertiary-text.--lh-315{line-height:315px}.BLACK_ROSE ._tertiary-text.--lh-316{line-height:316px}.BLACK_ROSE ._tertiary-text.--lh-317{line-height:317px}.BLACK_ROSE ._tertiary-text.--lh-318{line-height:318px}.BLACK_ROSE ._tertiary-text.--lh-319{line-height:319px}.BLACK_ROSE ._tertiary-text.--lh-320{line-height:320px}.BLACK_ROSE ._tertiary-text.--lh-321{line-height:321px}.BLACK_ROSE ._tertiary-text.--lh-322{line-height:322px}.BLACK_ROSE ._tertiary-text.--lh-323{line-height:323px}.BLACK_ROSE ._tertiary-text.--lh-324{line-height:324px}.BLACK_ROSE ._tertiary-text.--lh-325{line-height:325px}.BLACK_ROSE ._tertiary-text.--lh-326{line-height:326px}.BLACK_ROSE ._tertiary-text.--lh-327{line-height:327px}.BLACK_ROSE ._tertiary-text.--lh-328{line-height:328px}.BLACK_ROSE ._tertiary-text.--lh-329{line-height:329px}.BLACK_ROSE ._tertiary-text.--lh-330{line-height:330px}.BLACK_ROSE ._tertiary-text.--lh-331{line-height:331px}.BLACK_ROSE ._tertiary-text.--lh-332{line-height:332px}.BLACK_ROSE ._tertiary-text.--lh-333{line-height:333px}.BLACK_ROSE ._tertiary-text.--lh-334{line-height:334px}.BLACK_ROSE ._tertiary-text.--lh-335{line-height:335px}.BLACK_ROSE ._tertiary-text.--lh-336{line-height:336px}.BLACK_ROSE ._tertiary-text.--lh-337{line-height:337px}.BLACK_ROSE ._tertiary-text.--lh-338{line-height:338px}.BLACK_ROSE ._tertiary-text.--lh-339{line-height:339px}.BLACK_ROSE ._tertiary-text.--lh-340{line-height:340px}.BLACK_ROSE ._tertiary-text.--lh-341{line-height:341px}.BLACK_ROSE ._tertiary-text.--lh-342{line-height:342px}.BLACK_ROSE ._tertiary-text.--lh-343{line-height:343px}.BLACK_ROSE ._tertiary-text.--lh-344{line-height:344px}.BLACK_ROSE ._tertiary-text.--lh-345{line-height:345px}.BLACK_ROSE ._tertiary-text.--lh-346{line-height:346px}.BLACK_ROSE ._tertiary-text.--lh-347{line-height:347px}.BLACK_ROSE ._tertiary-text.--lh-348{line-height:348px}.BLACK_ROSE ._tertiary-text.--lh-349{line-height:349px}.BLACK_ROSE ._tertiary-text.--lh-350{line-height:350px}.BLACK_ROSE ._tertiary-text.--lh-351{line-height:351px}.BLACK_ROSE ._tertiary-text.--lh-352{line-height:352px}.BLACK_ROSE ._tertiary-text.--lh-353{line-height:353px}.BLACK_ROSE ._tertiary-text.--lh-354{line-height:354px}.BLACK_ROSE ._tertiary-text.--lh-355{line-height:355px}.BLACK_ROSE ._tertiary-text.--lh-356{line-height:356px}.BLACK_ROSE ._tertiary-text.--lh-357{line-height:357px}.BLACK_ROSE ._tertiary-text.--lh-358{line-height:358px}.BLACK_ROSE ._tertiary-text.--lh-359{line-height:359px}.BLACK_ROSE ._tertiary-text.--lh-360{line-height:360px}.BLACK_ROSE ._tertiary-text.--lh-361{line-height:361px}.BLACK_ROSE ._tertiary-text.--lh-362{line-height:362px}.BLACK_ROSE ._tertiary-text.--lh-363{line-height:363px}.BLACK_ROSE ._tertiary-text.--lh-364{line-height:364px}.BLACK_ROSE ._tertiary-text.--lh-365{line-height:365px}.BLACK_ROSE ._tertiary-text.--lh-366{line-height:366px}.BLACK_ROSE ._tertiary-text.--lh-367{line-height:367px}.BLACK_ROSE ._tertiary-text.--lh-368{line-height:368px}.BLACK_ROSE ._tertiary-text.--lh-369{line-height:369px}.BLACK_ROSE ._tertiary-text.--lh-370{line-height:370px}.BLACK_ROSE ._tertiary-text.--lh-371{line-height:371px}.BLACK_ROSE ._tertiary-text.--lh-372{line-height:372px}.BLACK_ROSE ._tertiary-text.--lh-373{line-height:373px}.BLACK_ROSE ._tertiary-text.--lh-374{line-height:374px}.BLACK_ROSE ._tertiary-text.--lh-375{line-height:375px}.BLACK_ROSE ._tertiary-text.--lh-376{line-height:376px}.BLACK_ROSE ._tertiary-text.--lh-377{line-height:377px}.BLACK_ROSE ._tertiary-text.--lh-378{line-height:378px}.BLACK_ROSE ._tertiary-text.--lh-379{line-height:379px}.BLACK_ROSE ._tertiary-text.--lh-380{line-height:380px}.BLACK_ROSE ._tertiary-text.--lh-381{line-height:381px}.BLACK_ROSE ._tertiary-text.--lh-382{line-height:382px}.BLACK_ROSE ._tertiary-text.--lh-383{line-height:383px}.BLACK_ROSE ._tertiary-text.--lh-384{line-height:384px}.BLACK_ROSE ._tertiary-text.--lh-385{line-height:385px}.BLACK_ROSE ._tertiary-text.--lh-386{line-height:386px}.BLACK_ROSE ._tertiary-text.--lh-387{line-height:387px}.BLACK_ROSE ._tertiary-text.--lh-388{line-height:388px}.BLACK_ROSE ._tertiary-text.--lh-389{line-height:389px}.BLACK_ROSE ._tertiary-text.--lh-390{line-height:390px}.BLACK_ROSE ._tertiary-text.--lh-391{line-height:391px}.BLACK_ROSE ._tertiary-text.--lh-392{line-height:392px}.BLACK_ROSE ._tertiary-text.--lh-393{line-height:393px}.BLACK_ROSE ._tertiary-text.--lh-394{line-height:394px}.BLACK_ROSE ._tertiary-text.--lh-395{line-height:395px}.BLACK_ROSE ._tertiary-text.--lh-396{line-height:396px}.BLACK_ROSE ._tertiary-text.--lh-397{line-height:397px}.BLACK_ROSE ._tertiary-text.--lh-398{line-height:398px}.BLACK_ROSE ._tertiary-text.--lh-399{line-height:399px}.BLACK_ROSE ._tertiary-text.--lh-400{line-height:400px}.BLACK_ROSE ._tertiary-text.--lh-401{line-height:401px}.BLACK_ROSE ._tertiary-text.--lh-402{line-height:402px}.BLACK_ROSE ._tertiary-text.--lh-403{line-height:403px}.BLACK_ROSE ._tertiary-text.--lh-404{line-height:404px}.BLACK_ROSE ._tertiary-text.--lh-405{line-height:405px}.BLACK_ROSE ._tertiary-text.--lh-406{line-height:406px}.BLACK_ROSE ._tertiary-text.--lh-407{line-height:407px}.BLACK_ROSE ._tertiary-text.--lh-408{line-height:408px}.BLACK_ROSE ._tertiary-text.--lh-409{line-height:409px}.BLACK_ROSE ._tertiary-text.--lh-410{line-height:410px}.BLACK_ROSE ._tertiary-text.--lh-411{line-height:411px}.BLACK_ROSE ._tertiary-text.--lh-412{line-height:412px}.BLACK_ROSE ._tertiary-text.--lh-413{line-height:413px}.BLACK_ROSE ._tertiary-text.--lh-414{line-height:414px}.BLACK_ROSE ._tertiary-text.--lh-415{line-height:415px}.BLACK_ROSE ._tertiary-text.--lh-416{line-height:416px}.BLACK_ROSE ._tertiary-text.--lh-417{line-height:417px}.BLACK_ROSE ._tertiary-text.--lh-418{line-height:418px}.BLACK_ROSE ._tertiary-text.--lh-419{line-height:419px}.BLACK_ROSE ._tertiary-text.--lh-420{line-height:420px}.BLACK_ROSE ._tertiary-text.--lh-421{line-height:421px}.BLACK_ROSE ._tertiary-text.--lh-422{line-height:422px}.BLACK_ROSE ._tertiary-text.--lh-423{line-height:423px}.BLACK_ROSE ._tertiary-text.--lh-424{line-height:424px}.BLACK_ROSE ._tertiary-text.--lh-425{line-height:425px}.BLACK_ROSE ._tertiary-text.--lh-426{line-height:426px}.BLACK_ROSE ._tertiary-text.--lh-427{line-height:427px}.BLACK_ROSE ._tertiary-text.--lh-428{line-height:428px}.BLACK_ROSE ._tertiary-text.--lh-429{line-height:429px}.BLACK_ROSE ._tertiary-text.--lh-430{line-height:430px}.BLACK_ROSE ._tertiary-text.--lh-431{line-height:431px}.BLACK_ROSE ._tertiary-text.--lh-432{line-height:432px}.BLACK_ROSE ._tertiary-text.--lh-433{line-height:433px}.BLACK_ROSE ._tertiary-text.--lh-434{line-height:434px}.BLACK_ROSE ._tertiary-text.--lh-435{line-height:435px}.BLACK_ROSE ._tertiary-text.--lh-436{line-height:436px}.BLACK_ROSE ._tertiary-text.--lh-437{line-height:437px}.BLACK_ROSE ._tertiary-text.--lh-438{line-height:438px}.BLACK_ROSE ._tertiary-text.--lh-439{line-height:439px}.BLACK_ROSE ._tertiary-text.--lh-440{line-height:440px}.BLACK_ROSE ._tertiary-text.--lh-441{line-height:441px}.BLACK_ROSE ._tertiary-text.--lh-442{line-height:442px}.BLACK_ROSE ._tertiary-text.--lh-443{line-height:443px}.BLACK_ROSE ._tertiary-text.--lh-444{line-height:444px}.BLACK_ROSE ._tertiary-text.--lh-445{line-height:445px}.BLACK_ROSE ._tertiary-text.--lh-446{line-height:446px}.BLACK_ROSE ._tertiary-text.--lh-447{line-height:447px}.BLACK_ROSE ._tertiary-text.--lh-448{line-height:448px}.BLACK_ROSE ._tertiary-text.--lh-449{line-height:449px}.BLACK_ROSE ._tertiary-text.--lh-450{line-height:450px}.BLACK_ROSE ._tertiary-text.--lh-451{line-height:451px}.BLACK_ROSE ._tertiary-text.--lh-452{line-height:452px}.BLACK_ROSE ._tertiary-text.--lh-453{line-height:453px}.BLACK_ROSE ._tertiary-text.--lh-454{line-height:454px}.BLACK_ROSE ._tertiary-text.--lh-455{line-height:455px}.BLACK_ROSE ._tertiary-text.--lh-456{line-height:456px}.BLACK_ROSE ._tertiary-text.--lh-457{line-height:457px}.BLACK_ROSE ._tertiary-text.--lh-458{line-height:458px}.BLACK_ROSE ._tertiary-text.--lh-459{line-height:459px}.BLACK_ROSE ._tertiary-text.--lh-460{line-height:460px}.BLACK_ROSE ._tertiary-text.--lh-461{line-height:461px}.BLACK_ROSE ._tertiary-text.--lh-462{line-height:462px}.BLACK_ROSE ._tertiary-text.--lh-463{line-height:463px}.BLACK_ROSE ._tertiary-text.--lh-464{line-height:464px}.BLACK_ROSE ._tertiary-text.--lh-465{line-height:465px}.BLACK_ROSE ._tertiary-text.--lh-466{line-height:466px}.BLACK_ROSE ._tertiary-text.--lh-467{line-height:467px}.BLACK_ROSE ._tertiary-text.--lh-468{line-height:468px}.BLACK_ROSE ._tertiary-text.--lh-469{line-height:469px}.BLACK_ROSE ._tertiary-text.--lh-470{line-height:470px}.BLACK_ROSE ._tertiary-text.--lh-471{line-height:471px}.BLACK_ROSE ._tertiary-text.--lh-472{line-height:472px}.BLACK_ROSE ._tertiary-text.--lh-473{line-height:473px}.BLACK_ROSE ._tertiary-text.--lh-474{line-height:474px}.BLACK_ROSE ._tertiary-text.--lh-475{line-height:475px}.BLACK_ROSE ._tertiary-text.--lh-476{line-height:476px}.BLACK_ROSE ._tertiary-text.--lh-477{line-height:477px}.BLACK_ROSE ._tertiary-text.--lh-478{line-height:478px}.BLACK_ROSE ._tertiary-text.--lh-479{line-height:479px}.BLACK_ROSE ._tertiary-text.--lh-480{line-height:480px}.BLACK_ROSE ._tertiary-text.--lh-481{line-height:481px}.BLACK_ROSE ._tertiary-text.--lh-482{line-height:482px}.BLACK_ROSE ._tertiary-text.--lh-483{line-height:483px}.BLACK_ROSE ._tertiary-text.--lh-484{line-height:484px}.BLACK_ROSE ._tertiary-text.--lh-485{line-height:485px}.BLACK_ROSE ._tertiary-text.--lh-486{line-height:486px}.BLACK_ROSE ._tertiary-text.--lh-487{line-height:487px}.BLACK_ROSE ._tertiary-text.--lh-488{line-height:488px}.BLACK_ROSE ._tertiary-text.--lh-489{line-height:489px}.BLACK_ROSE ._tertiary-text.--lh-490{line-height:490px}.BLACK_ROSE ._tertiary-text.--lh-491{line-height:491px}.BLACK_ROSE ._tertiary-text.--lh-492{line-height:492px}.BLACK_ROSE ._tertiary-text.--lh-493{line-height:493px}.BLACK_ROSE ._tertiary-text.--lh-494{line-height:494px}.BLACK_ROSE ._tertiary-text.--lh-495{line-height:495px}.BLACK_ROSE ._tertiary-text.--lh-496{line-height:496px}.BLACK_ROSE ._tertiary-text.--lh-497{line-height:497px}.BLACK_ROSE ._tertiary-text.--lh-498{line-height:498px}.BLACK_ROSE ._tertiary-text.--lh-499{line-height:499px}.BLACK_ROSE ._tertiary-text.--lh-500{line-height:500px}.BLACK_ROSE ._tertiary-text.--lh-501{line-height:501px}.BLACK_ROSE ._tertiary-text.--lh-502{line-height:502px}.BLACK_ROSE ._tertiary-text.--lh-503{line-height:503px}.BLACK_ROSE ._tertiary-text.--lh-504{line-height:504px}.BLACK_ROSE ._tertiary-text.--lh-505{line-height:505px}.BLACK_ROSE ._tertiary-text.--lh-506{line-height:506px}.BLACK_ROSE ._tertiary-text.--lh-507{line-height:507px}.BLACK_ROSE ._tertiary-text.--lh-508{line-height:508px}.BLACK_ROSE ._tertiary-text.--lh-509{line-height:509px}.BLACK_ROSE ._tertiary-text.--lh-510{line-height:510px}.BLACK_ROSE ._tertiary-text.--lh-511{line-height:511px}.BLACK_ROSE ._tertiary-text.--lh-512{line-height:512px}.BLACK_ROSE ._tertiary-text.--lh-513{line-height:513px}.BLACK_ROSE ._tertiary-text.--lh-514{line-height:514px}.BLACK_ROSE ._tertiary-text.--lh-515{line-height:515px}.BLACK_ROSE ._tertiary-text.--lh-516{line-height:516px}.BLACK_ROSE ._tertiary-text.--lh-517{line-height:517px}.BLACK_ROSE ._tertiary-text.--lh-518{line-height:518px}.BLACK_ROSE ._tertiary-text.--lh-519{line-height:519px}.BLACK_ROSE ._tertiary-text.--lh-520{line-height:520px}.BLACK_ROSE ._tertiary-text.--lh-521{line-height:521px}.BLACK_ROSE ._tertiary-text.--lh-522{line-height:522px}.BLACK_ROSE ._tertiary-text.--lh-523{line-height:523px}.BLACK_ROSE ._tertiary-text.--lh-524{line-height:524px}.BLACK_ROSE ._tertiary-text.--lh-525{line-height:525px}.BLACK_ROSE ._tertiary-text.--lh-526{line-height:526px}.BLACK_ROSE ._tertiary-text.--lh-527{line-height:527px}.BLACK_ROSE ._tertiary-text.--lh-528{line-height:528px}.BLACK_ROSE ._tertiary-text.--lh-529{line-height:529px}.BLACK_ROSE ._tertiary-text.--lh-530{line-height:530px}.BLACK_ROSE ._tertiary-text.--lh-531{line-height:531px}.BLACK_ROSE ._tertiary-text.--lh-532{line-height:532px}.BLACK_ROSE ._tertiary-text.--lh-533{line-height:533px}.BLACK_ROSE ._tertiary-text.--lh-534{line-height:534px}.BLACK_ROSE ._tertiary-text.--lh-535{line-height:535px}.BLACK_ROSE ._tertiary-text.--lh-536{line-height:536px}.BLACK_ROSE ._tertiary-text.--lh-537{line-height:537px}.BLACK_ROSE ._tertiary-text.--lh-538{line-height:538px}.BLACK_ROSE ._tertiary-text.--lh-539{line-height:539px}.BLACK_ROSE ._tertiary-text.--lh-540{line-height:540px}.BLACK_ROSE ._tertiary-text.--lh-541{line-height:541px}.BLACK_ROSE ._tertiary-text.--lh-542{line-height:542px}.BLACK_ROSE ._tertiary-text.--lh-543{line-height:543px}.BLACK_ROSE ._tertiary-text.--lh-544{line-height:544px}.BLACK_ROSE ._tertiary-text.--lh-545{line-height:545px}.BLACK_ROSE ._tertiary-text.--lh-546{line-height:546px}.BLACK_ROSE ._tertiary-text.--lh-547{line-height:547px}.BLACK_ROSE ._tertiary-text.--lh-548{line-height:548px}.BLACK_ROSE ._tertiary-text.--lh-549{line-height:549px}.BLACK_ROSE ._tertiary-text.--lh-550{line-height:550px}.BLACK_ROSE ._tertiary-text.--lh-551{line-height:551px}.BLACK_ROSE ._tertiary-text.--lh-552{line-height:552px}.BLACK_ROSE ._tertiary-text.--lh-553{line-height:553px}.BLACK_ROSE ._tertiary-text.--lh-554{line-height:554px}.BLACK_ROSE ._tertiary-text.--lh-555{line-height:555px}.BLACK_ROSE ._tertiary-text.--lh-556{line-height:556px}.BLACK_ROSE ._tertiary-text.--lh-557{line-height:557px}.BLACK_ROSE ._tertiary-text.--lh-558{line-height:558px}.BLACK_ROSE ._tertiary-text.--lh-559{line-height:559px}.BLACK_ROSE ._tertiary-text.--lh-560{line-height:560px}.BLACK_ROSE ._tertiary-text.--lh-561{line-height:561px}.BLACK_ROSE ._tertiary-text.--lh-562{line-height:562px}.BLACK_ROSE ._tertiary-text.--lh-563{line-height:563px}.BLACK_ROSE ._tertiary-text.--lh-564{line-height:564px}.BLACK_ROSE ._tertiary-text.--lh-565{line-height:565px}.BLACK_ROSE ._tertiary-text.--lh-566{line-height:566px}.BLACK_ROSE ._tertiary-text.--lh-567{line-height:567px}.BLACK_ROSE ._tertiary-text.--lh-568{line-height:568px}.BLACK_ROSE ._tertiary-text.--lh-569{line-height:569px}.BLACK_ROSE ._tertiary-text.--lh-570{line-height:570px}.BLACK_ROSE ._tertiary-text.--lh-571{line-height:571px}.BLACK_ROSE ._tertiary-text.--lh-572{line-height:572px}.BLACK_ROSE ._tertiary-text.--lh-573{line-height:573px}.BLACK_ROSE ._tertiary-text.--lh-574{line-height:574px}.BLACK_ROSE ._tertiary-text.--lh-575{line-height:575px}.BLACK_ROSE ._tertiary-text.--lh-576{line-height:576px}.BLACK_ROSE ._tertiary-text.--lh-577{line-height:577px}.BLACK_ROSE ._tertiary-text.--lh-578{line-height:578px}.BLACK_ROSE ._tertiary-text.--lh-579{line-height:579px}.BLACK_ROSE ._tertiary-text.--lh-580{line-height:580px}.BLACK_ROSE ._tertiary-text.--lh-581{line-height:581px}.BLACK_ROSE ._tertiary-text.--lh-582{line-height:582px}.BLACK_ROSE ._tertiary-text.--lh-583{line-height:583px}.BLACK_ROSE ._tertiary-text.--lh-584{line-height:584px}.BLACK_ROSE ._tertiary-text.--lh-585{line-height:585px}.BLACK_ROSE ._tertiary-text.--lh-586{line-height:586px}.BLACK_ROSE ._tertiary-text.--lh-587{line-height:587px}.BLACK_ROSE ._tertiary-text.--lh-588{line-height:588px}.BLACK_ROSE ._tertiary-text.--lh-589{line-height:589px}.BLACK_ROSE ._tertiary-text.--lh-590{line-height:590px}.BLACK_ROSE ._tertiary-text.--lh-591{line-height:591px}.BLACK_ROSE ._tertiary-text.--lh-592{line-height:592px}.BLACK_ROSE ._tertiary-text.--lh-593{line-height:593px}.BLACK_ROSE ._tertiary-text.--lh-594{line-height:594px}.BLACK_ROSE ._tertiary-text.--lh-595{line-height:595px}.BLACK_ROSE ._tertiary-text.--lh-596{line-height:596px}.BLACK_ROSE ._tertiary-text.--lh-597{line-height:597px}.BLACK_ROSE ._tertiary-text.--lh-598{line-height:598px}.BLACK_ROSE ._tertiary-text.--lh-599{line-height:599px}.BLACK_ROSE ._tertiary-text.--lh-600{line-height:600px}.BLACK_ROSE ._tertiary-text.--lh-601{line-height:601px}.BLACK_ROSE ._tertiary-text.--lh-602{line-height:602px}.BLACK_ROSE ._tertiary-text.--lh-603{line-height:603px}.BLACK_ROSE ._tertiary-text.--lh-604{line-height:604px}.BLACK_ROSE ._tertiary-text.--lh-605{line-height:605px}.BLACK_ROSE ._tertiary-text.--lh-606{line-height:606px}.BLACK_ROSE ._tertiary-text.--lh-607{line-height:607px}.BLACK_ROSE ._tertiary-text.--lh-608{line-height:608px}.BLACK_ROSE ._tertiary-text.--lh-609{line-height:609px}.BLACK_ROSE ._tertiary-text.--lh-610{line-height:610px}.BLACK_ROSE ._tertiary-text.--lh-611{line-height:611px}.BLACK_ROSE ._tertiary-text.--lh-612{line-height:612px}.BLACK_ROSE ._tertiary-text.--lh-613{line-height:613px}.BLACK_ROSE ._tertiary-text.--lh-614{line-height:614px}.BLACK_ROSE ._tertiary-text.--lh-615{line-height:615px}.BLACK_ROSE ._tertiary-text.--lh-616{line-height:616px}.BLACK_ROSE ._tertiary-text.--lh-617{line-height:617px}.BLACK_ROSE ._tertiary-text.--lh-618{line-height:618px}.BLACK_ROSE ._tertiary-text.--lh-619{line-height:619px}.BLACK_ROSE ._tertiary-text.--lh-620{line-height:620px}.BLACK_ROSE ._tertiary-text.--lh-621{line-height:621px}.BLACK_ROSE ._tertiary-text.--lh-622{line-height:622px}.BLACK_ROSE ._tertiary-text.--lh-623{line-height:623px}.BLACK_ROSE ._tertiary-text.--lh-624{line-height:624px}.BLACK_ROSE ._tertiary-text.--lh-625{line-height:625px}.BLACK_ROSE ._tertiary-text.--lh-626{line-height:626px}.BLACK_ROSE ._tertiary-text.--lh-627{line-height:627px}.BLACK_ROSE ._tertiary-text.--lh-628{line-height:628px}.BLACK_ROSE ._tertiary-text.--lh-629{line-height:629px}.BLACK_ROSE ._tertiary-text.--lh-630{line-height:630px}.BLACK_ROSE ._tertiary-text.--lh-631{line-height:631px}.BLACK_ROSE ._tertiary-text.--lh-632{line-height:632px}.BLACK_ROSE ._tertiary-text.--lh-633{line-height:633px}.BLACK_ROSE ._tertiary-text.--lh-634{line-height:634px}.BLACK_ROSE ._tertiary-text.--lh-635{line-height:635px}.BLACK_ROSE ._tertiary-text.--lh-636{line-height:636px}.BLACK_ROSE ._tertiary-text.--lh-637{line-height:637px}.BLACK_ROSE ._tertiary-text.--lh-638{line-height:638px}.BLACK_ROSE ._tertiary-text.--lh-639{line-height:639px}.BLACK_ROSE ._tertiary-text.--lh-640{line-height:640px}.BLACK_ROSE ._tertiary-text.--lh-641{line-height:641px}.BLACK_ROSE ._tertiary-text.--lh-642{line-height:642px}.BLACK_ROSE ._tertiary-text.--lh-643{line-height:643px}.BLACK_ROSE ._tertiary-text.--lh-644{line-height:644px}.BLACK_ROSE ._tertiary-text.--lh-645{line-height:645px}.BLACK_ROSE ._tertiary-text.--lh-646{line-height:646px}.BLACK_ROSE ._tertiary-text.--lh-647{line-height:647px}.BLACK_ROSE ._tertiary-text.--lh-648{line-height:648px}.BLACK_ROSE ._tertiary-text.--lh-649{line-height:649px}.BLACK_ROSE ._tertiary-text.--lh-650{line-height:650px}.BLACK_ROSE ._tertiary-text.--lh-651{line-height:651px}.BLACK_ROSE ._tertiary-text.--lh-652{line-height:652px}.BLACK_ROSE ._tertiary-text.--lh-653{line-height:653px}.BLACK_ROSE ._tertiary-text.--lh-654{line-height:654px}.BLACK_ROSE ._tertiary-text.--lh-655{line-height:655px}.BLACK_ROSE ._tertiary-text.--lh-656{line-height:656px}.BLACK_ROSE ._tertiary-text.--lh-657{line-height:657px}.BLACK_ROSE ._tertiary-text.--lh-658{line-height:658px}.BLACK_ROSE ._tertiary-text.--lh-659{line-height:659px}.BLACK_ROSE ._tertiary-text.--lh-660{line-height:660px}.BLACK_ROSE ._tertiary-text.--lh-661{line-height:661px}.BLACK_ROSE ._tertiary-text.--lh-662{line-height:662px}.BLACK_ROSE ._tertiary-text.--lh-663{line-height:663px}.BLACK_ROSE ._tertiary-text.--lh-664{line-height:664px}.BLACK_ROSE ._tertiary-text.--lh-665{line-height:665px}.BLACK_ROSE ._tertiary-text.--lh-666{line-height:666px}.BLACK_ROSE ._tertiary-text.--lh-667{line-height:667px}.BLACK_ROSE ._tertiary-text.--lh-668{line-height:668px}.BLACK_ROSE ._tertiary-text.--lh-669{line-height:669px}.BLACK_ROSE ._tertiary-text.--lh-670{line-height:670px}.BLACK_ROSE ._tertiary-text.--lh-671{line-height:671px}.BLACK_ROSE ._tertiary-text.--lh-672{line-height:672px}.BLACK_ROSE ._tertiary-text.--lh-673{line-height:673px}.BLACK_ROSE ._tertiary-text.--lh-674{line-height:674px}.BLACK_ROSE ._tertiary-text.--lh-675{line-height:675px}.BLACK_ROSE ._tertiary-text.--lh-676{line-height:676px}.BLACK_ROSE ._tertiary-text.--lh-677{line-height:677px}.BLACK_ROSE ._tertiary-text.--lh-678{line-height:678px}.BLACK_ROSE ._tertiary-text.--lh-679{line-height:679px}.BLACK_ROSE ._tertiary-text.--lh-680{line-height:680px}.BLACK_ROSE ._tertiary-text.--lh-681{line-height:681px}.BLACK_ROSE ._tertiary-text.--lh-682{line-height:682px}.BLACK_ROSE ._tertiary-text.--lh-683{line-height:683px}.BLACK_ROSE ._tertiary-text.--lh-684{line-height:684px}.BLACK_ROSE ._tertiary-text.--lh-685{line-height:685px}.BLACK_ROSE ._tertiary-text.--lh-686{line-height:686px}.BLACK_ROSE ._tertiary-text.--lh-687{line-height:687px}.BLACK_ROSE ._tertiary-text.--lh-688{line-height:688px}.BLACK_ROSE ._tertiary-text.--lh-689{line-height:689px}.BLACK_ROSE ._tertiary-text.--lh-690{line-height:690px}.BLACK_ROSE ._tertiary-text.--lh-691{line-height:691px}.BLACK_ROSE ._tertiary-text.--lh-692{line-height:692px}.BLACK_ROSE ._tertiary-text.--lh-693{line-height:693px}.BLACK_ROSE ._tertiary-text.--lh-694{line-height:694px}.BLACK_ROSE ._tertiary-text.--lh-695{line-height:695px}.BLACK_ROSE ._tertiary-text.--lh-696{line-height:696px}.BLACK_ROSE ._tertiary-text.--lh-697{line-height:697px}.BLACK_ROSE ._tertiary-text.--lh-698{line-height:698px}.BLACK_ROSE ._tertiary-text.--lh-699{line-height:699px}.BLACK_ROSE ._tertiary-text.--lh-700{line-height:700px}.BLACK_ROSE ._tertiary-text.--lh-701{line-height:701px}.BLACK_ROSE ._tertiary-text.--lh-702{line-height:702px}.BLACK_ROSE ._tertiary-text.--lh-703{line-height:703px}.BLACK_ROSE ._tertiary-text.--lh-704{line-height:704px}.BLACK_ROSE ._tertiary-text.--lh-705{line-height:705px}.BLACK_ROSE ._tertiary-text.--lh-706{line-height:706px}.BLACK_ROSE ._tertiary-text.--lh-707{line-height:707px}.BLACK_ROSE ._tertiary-text.--lh-708{line-height:708px}.BLACK_ROSE ._tertiary-text.--lh-709{line-height:709px}.BLACK_ROSE ._tertiary-text.--lh-710{line-height:710px}.BLACK_ROSE ._tertiary-text.--lh-711{line-height:711px}.BLACK_ROSE ._tertiary-text.--lh-712{line-height:712px}.BLACK_ROSE ._tertiary-text.--lh-713{line-height:713px}.BLACK_ROSE ._tertiary-text.--lh-714{line-height:714px}.BLACK_ROSE ._tertiary-text.--lh-715{line-height:715px}.BLACK_ROSE ._tertiary-text.--lh-716{line-height:716px}.BLACK_ROSE ._tertiary-text.--lh-717{line-height:717px}.BLACK_ROSE ._tertiary-text.--lh-718{line-height:718px}.BLACK_ROSE ._tertiary-text.--lh-719{line-height:719px}.BLACK_ROSE ._tertiary-text.--lh-720{line-height:720px}.BLACK_ROSE ._tertiary-text.--lh-721{line-height:721px}.BLACK_ROSE ._tertiary-text.--lh-722{line-height:722px}.BLACK_ROSE ._tertiary-text.--lh-723{line-height:723px}.BLACK_ROSE ._tertiary-text.--lh-724{line-height:724px}.BLACK_ROSE ._tertiary-text.--lh-725{line-height:725px}.BLACK_ROSE ._tertiary-text.--lh-726{line-height:726px}.BLACK_ROSE ._tertiary-text.--lh-727{line-height:727px}.BLACK_ROSE ._tertiary-text.--lh-728{line-height:728px}.BLACK_ROSE ._tertiary-text.--lh-729{line-height:729px}.BLACK_ROSE ._tertiary-text.--lh-730{line-height:730px}.BLACK_ROSE ._tertiary-text.--lh-731{line-height:731px}.BLACK_ROSE ._tertiary-text.--lh-732{line-height:732px}.BLACK_ROSE ._tertiary-text.--lh-733{line-height:733px}.BLACK_ROSE ._tertiary-text.--lh-734{line-height:734px}.BLACK_ROSE ._tertiary-text.--lh-735{line-height:735px}.BLACK_ROSE ._tertiary-text.--lh-736{line-height:736px}.BLACK_ROSE ._tertiary-text.--lh-737{line-height:737px}.BLACK_ROSE ._tertiary-text.--lh-738{line-height:738px}.BLACK_ROSE ._tertiary-text.--lh-739{line-height:739px}.BLACK_ROSE ._tertiary-text.--lh-740{line-height:740px}.BLACK_ROSE ._tertiary-text.--lh-741{line-height:741px}.BLACK_ROSE ._tertiary-text.--lh-742{line-height:742px}.BLACK_ROSE ._tertiary-text.--lh-743{line-height:743px}.BLACK_ROSE ._tertiary-text.--lh-744{line-height:744px}.BLACK_ROSE ._tertiary-text.--lh-745{line-height:745px}.BLACK_ROSE ._tertiary-text.--lh-746{line-height:746px}.BLACK_ROSE ._tertiary-text.--lh-747{line-height:747px}.BLACK_ROSE ._tertiary-text.--lh-748{line-height:748px}.BLACK_ROSE ._tertiary-text.--lh-749{line-height:749px}.BLACK_ROSE ._tertiary-text.--lh-750{line-height:750px}.BLACK_ROSE ._tertiary-text.--lh-751{line-height:751px}.BLACK_ROSE ._tertiary-text.--lh-752{line-height:752px}.BLACK_ROSE ._tertiary-text.--lh-753{line-height:753px}.BLACK_ROSE ._tertiary-text.--lh-754{line-height:754px}.BLACK_ROSE ._tertiary-text.--lh-755{line-height:755px}.BLACK_ROSE ._tertiary-text.--lh-756{line-height:756px}.BLACK_ROSE ._tertiary-text.--lh-757{line-height:757px}.BLACK_ROSE ._tertiary-text.--lh-758{line-height:758px}.BLACK_ROSE ._tertiary-text.--lh-759{line-height:759px}.BLACK_ROSE ._tertiary-text.--lh-760{line-height:760px}.BLACK_ROSE ._tertiary-text.--lh-761{line-height:761px}.BLACK_ROSE ._tertiary-text.--lh-762{line-height:762px}.BLACK_ROSE ._tertiary-text.--lh-763{line-height:763px}.BLACK_ROSE ._tertiary-text.--lh-764{line-height:764px}.BLACK_ROSE ._tertiary-text.--lh-765{line-height:765px}.BLACK_ROSE ._tertiary-text.--lh-766{line-height:766px}.BLACK_ROSE ._tertiary-text.--lh-767{line-height:767px}.BLACK_ROSE ._tertiary-text.--lh-768{line-height:768px}.BLACK_ROSE ._tertiary-text.--lh-769{line-height:769px}.BLACK_ROSE ._tertiary-text.--lh-770{line-height:770px}.BLACK_ROSE ._tertiary-text.--lh-771{line-height:771px}.BLACK_ROSE ._tertiary-text.--lh-772{line-height:772px}.BLACK_ROSE ._tertiary-text.--lh-773{line-height:773px}.BLACK_ROSE ._tertiary-text.--lh-774{line-height:774px}.BLACK_ROSE ._tertiary-text.--lh-775{line-height:775px}.BLACK_ROSE ._tertiary-text.--lh-776{line-height:776px}.BLACK_ROSE ._tertiary-text.--lh-777{line-height:777px}.BLACK_ROSE ._tertiary-text.--lh-778{line-height:778px}.BLACK_ROSE ._tertiary-text.--lh-779{line-height:779px}.BLACK_ROSE ._tertiary-text.--lh-780{line-height:780px}.BLACK_ROSE ._tertiary-text.--lh-781{line-height:781px}.BLACK_ROSE ._tertiary-text.--lh-782{line-height:782px}.BLACK_ROSE ._tertiary-text.--lh-783{line-height:783px}.BLACK_ROSE ._tertiary-text.--lh-784{line-height:784px}.BLACK_ROSE ._tertiary-text.--lh-785{line-height:785px}.BLACK_ROSE ._tertiary-text.--lh-786{line-height:786px}.BLACK_ROSE ._tertiary-text.--lh-787{line-height:787px}.BLACK_ROSE ._tertiary-text.--lh-788{line-height:788px}.BLACK_ROSE ._tertiary-text.--lh-789{line-height:789px}.BLACK_ROSE ._tertiary-text.--lh-790{line-height:790px}.BLACK_ROSE ._tertiary-text.--lh-791{line-height:791px}.BLACK_ROSE ._tertiary-text.--lh-792{line-height:792px}.BLACK_ROSE ._tertiary-text.--lh-793{line-height:793px}.BLACK_ROSE ._tertiary-text.--lh-794{line-height:794px}.BLACK_ROSE ._tertiary-text.--lh-795{line-height:795px}.BLACK_ROSE ._tertiary-text.--lh-796{line-height:796px}.BLACK_ROSE ._tertiary-text.--lh-797{line-height:797px}.BLACK_ROSE ._tertiary-text.--lh-798{line-height:798px}.BLACK_ROSE ._tertiary-text.--lh-799{line-height:799px}.BLACK_ROSE ._tertiary-text.--lh-800{line-height:800px}.BLACK_ROSE ._white-text{color:var(--white2);font-family:Poppins}.BLACK_ROSE ._white-text.--size-5{font-size:5px}.BLACK_ROSE ._white-text.--size-6{font-size:6px}.BLACK_ROSE ._white-text.--size-7{font-size:7px}.BLACK_ROSE ._white-text.--size-8{font-size:8px}.BLACK_ROSE ._white-text.--size-9{font-size:9px}.BLACK_ROSE ._white-text.--size-10{font-size:10px}.BLACK_ROSE ._white-text.--size-11{font-size:11px}.BLACK_ROSE ._white-text.--size-12{font-size:12px}.BLACK_ROSE ._white-text.--size-13{font-size:13px}.BLACK_ROSE ._white-text.--size-14{font-size:14px}.BLACK_ROSE ._white-text.--size-15{font-size:15px}.BLACK_ROSE ._white-text.--size-16{font-size:16px}.BLACK_ROSE ._white-text.--size-17{font-size:17px}.BLACK_ROSE ._white-text.--size-18{font-size:18px}.BLACK_ROSE ._white-text.--size-19{font-size:19px}.BLACK_ROSE ._white-text.--size-20{font-size:20px}.BLACK_ROSE ._white-text.--size-21{font-size:21px}.BLACK_ROSE ._white-text.--size-22{font-size:22px}.BLACK_ROSE ._white-text.--size-23{font-size:23px}.BLACK_ROSE ._white-text.--size-24{font-size:24px}.BLACK_ROSE ._white-text.--size-25{font-size:25px}.BLACK_ROSE ._white-text.--size-26{font-size:26px}.BLACK_ROSE ._white-text.--size-27{font-size:27px}.BLACK_ROSE ._white-text.--size-28{font-size:28px}.BLACK_ROSE ._white-text.--size-29{font-size:29px}.BLACK_ROSE ._white-text.--size-30{font-size:30px}.BLACK_ROSE ._white-text.--size-31{font-size:31px}.BLACK_ROSE ._white-text.--size-32{font-size:32px}.BLACK_ROSE ._white-text.--size-33{font-size:33px}.BLACK_ROSE ._white-text.--size-34{font-size:34px}.BLACK_ROSE ._white-text.--size-35{font-size:35px}.BLACK_ROSE ._white-text.--size-36{font-size:36px}.BLACK_ROSE ._white-text.--size-37{font-size:37px}.BLACK_ROSE ._white-text.--size-38{font-size:38px}.BLACK_ROSE ._white-text.--size-39{font-size:39px}.BLACK_ROSE ._white-text.--size-40{font-size:40px}.BLACK_ROSE ._white-text.--size-41{font-size:41px}.BLACK_ROSE ._white-text.--size-42{font-size:42px}.BLACK_ROSE ._white-text.--size-43{font-size:43px}.BLACK_ROSE ._white-text.--size-44{font-size:44px}.BLACK_ROSE ._white-text.--size-45{font-size:45px}.BLACK_ROSE ._white-text.--size-46{font-size:46px}.BLACK_ROSE ._white-text.--size-47{font-size:47px}.BLACK_ROSE ._white-text.--size-48{font-size:48px}.BLACK_ROSE ._white-text.--size-49{font-size:49px}.BLACK_ROSE ._white-text.--size-50{font-size:50px}.BLACK_ROSE ._white-text.--size-51{font-size:51px}.BLACK_ROSE ._white-text.--size-52{font-size:52px}.BLACK_ROSE ._white-text.--size-53{font-size:53px}.BLACK_ROSE ._white-text.--size-54{font-size:54px}.BLACK_ROSE ._white-text.--size-55{font-size:55px}.BLACK_ROSE ._white-text.--size-56{font-size:56px}.BLACK_ROSE ._white-text.--size-57{font-size:57px}.BLACK_ROSE ._white-text.--size-58{font-size:58px}.BLACK_ROSE ._white-text.--size-59{font-size:59px}.BLACK_ROSE ._white-text.--size-60{font-size:60px}.BLACK_ROSE ._white-text.--size-61{font-size:61px}.BLACK_ROSE ._white-text.--size-62{font-size:62px}.BLACK_ROSE ._white-text.--size-63{font-size:63px}.BLACK_ROSE ._white-text.--size-64{font-size:64px}.BLACK_ROSE ._white-text.--size-65{font-size:65px}.BLACK_ROSE ._white-text.--size-66{font-size:66px}.BLACK_ROSE ._white-text.--size-67{font-size:67px}.BLACK_ROSE ._white-text.--size-68{font-size:68px}.BLACK_ROSE ._white-text.--size-69{font-size:69px}.BLACK_ROSE ._white-text.--size-70{font-size:70px}.BLACK_ROSE ._white-text.--size-71{font-size:71px}.BLACK_ROSE ._white-text.--size-72{font-size:72px}.BLACK_ROSE ._white-text.--size-73{font-size:73px}.BLACK_ROSE ._white-text.--size-74{font-size:74px}.BLACK_ROSE ._white-text.--size-75{font-size:75px}.BLACK_ROSE ._white-text.--size-76{font-size:76px}.BLACK_ROSE ._white-text.--size-77{font-size:77px}.BLACK_ROSE ._white-text.--size-78{font-size:78px}.BLACK_ROSE ._white-text.--size-79{font-size:79px}.BLACK_ROSE ._white-text.--size-80{font-size:80px}.BLACK_ROSE ._white-text.--size-81{font-size:81px}.BLACK_ROSE ._white-text.--size-82{font-size:82px}.BLACK_ROSE ._white-text.--size-83{font-size:83px}.BLACK_ROSE ._white-text.--size-84{font-size:84px}.BLACK_ROSE ._white-text.--size-85{font-size:85px}.BLACK_ROSE ._white-text.--size-86{font-size:86px}.BLACK_ROSE ._white-text.--size-87{font-size:87px}.BLACK_ROSE ._white-text.--size-88{font-size:88px}.BLACK_ROSE ._white-text.--size-89{font-size:89px}.BLACK_ROSE ._white-text.--size-90{font-size:90px}.BLACK_ROSE ._white-text.--size-91{font-size:91px}.BLACK_ROSE ._white-text.--size-92{font-size:92px}.BLACK_ROSE ._white-text.--size-93{font-size:93px}.BLACK_ROSE ._white-text.--size-94{font-size:94px}.BLACK_ROSE ._white-text.--size-95{font-size:95px}.BLACK_ROSE ._white-text.--size-96{font-size:96px}.BLACK_ROSE ._white-text.--size-97{font-size:97px}.BLACK_ROSE ._white-text.--size-98{font-size:98px}.BLACK_ROSE ._white-text.--size-99{font-size:99px}.BLACK_ROSE ._white-text.--size-100{font-size:100px}.BLACK_ROSE ._white-text.--weight-100{font-weight:100}.BLACK_ROSE ._white-text.--weight-101{font-weight:101}.BLACK_ROSE ._white-text.--weight-102{font-weight:102}.BLACK_ROSE ._white-text.--weight-103{font-weight:103}.BLACK_ROSE ._white-text.--weight-104{font-weight:104}.BLACK_ROSE ._white-text.--weight-105{font-weight:105}.BLACK_ROSE ._white-text.--weight-106{font-weight:106}.BLACK_ROSE ._white-text.--weight-107{font-weight:107}.BLACK_ROSE ._white-text.--weight-108{font-weight:108}.BLACK_ROSE ._white-text.--weight-109{font-weight:109}.BLACK_ROSE ._white-text.--weight-110{font-weight:110}.BLACK_ROSE ._white-text.--weight-111{font-weight:111}.BLACK_ROSE ._white-text.--weight-112{font-weight:112}.BLACK_ROSE ._white-text.--weight-113{font-weight:113}.BLACK_ROSE ._white-text.--weight-114{font-weight:114}.BLACK_ROSE ._white-text.--weight-115{font-weight:115}.BLACK_ROSE ._white-text.--weight-116{font-weight:116}.BLACK_ROSE ._white-text.--weight-117{font-weight:117}.BLACK_ROSE ._white-text.--weight-118{font-weight:118}.BLACK_ROSE ._white-text.--weight-119{font-weight:119}.BLACK_ROSE ._white-text.--weight-120{font-weight:120}.BLACK_ROSE ._white-text.--weight-121{font-weight:121}.BLACK_ROSE ._white-text.--weight-122{font-weight:122}.BLACK_ROSE ._white-text.--weight-123{font-weight:123}.BLACK_ROSE ._white-text.--weight-124{font-weight:124}.BLACK_ROSE ._white-text.--weight-125{font-weight:125}.BLACK_ROSE ._white-text.--weight-126{font-weight:126}.BLACK_ROSE ._white-text.--weight-127{font-weight:127}.BLACK_ROSE ._white-text.--weight-128{font-weight:128}.BLACK_ROSE ._white-text.--weight-129{font-weight:129}.BLACK_ROSE ._white-text.--weight-130{font-weight:130}.BLACK_ROSE ._white-text.--weight-131{font-weight:131}.BLACK_ROSE ._white-text.--weight-132{font-weight:132}.BLACK_ROSE ._white-text.--weight-133{font-weight:133}.BLACK_ROSE ._white-text.--weight-134{font-weight:134}.BLACK_ROSE ._white-text.--weight-135{font-weight:135}.BLACK_ROSE ._white-text.--weight-136{font-weight:136}.BLACK_ROSE ._white-text.--weight-137{font-weight:137}.BLACK_ROSE ._white-text.--weight-138{font-weight:138}.BLACK_ROSE ._white-text.--weight-139{font-weight:139}.BLACK_ROSE ._white-text.--weight-140{font-weight:140}.BLACK_ROSE ._white-text.--weight-141{font-weight:141}.BLACK_ROSE ._white-text.--weight-142{font-weight:142}.BLACK_ROSE ._white-text.--weight-143{font-weight:143}.BLACK_ROSE ._white-text.--weight-144{font-weight:144}.BLACK_ROSE ._white-text.--weight-145{font-weight:145}.BLACK_ROSE ._white-text.--weight-146{font-weight:146}.BLACK_ROSE ._white-text.--weight-147{font-weight:147}.BLACK_ROSE ._white-text.--weight-148{font-weight:148}.BLACK_ROSE ._white-text.--weight-149{font-weight:149}.BLACK_ROSE ._white-text.--weight-150{font-weight:150}.BLACK_ROSE ._white-text.--weight-151{font-weight:151}.BLACK_ROSE ._white-text.--weight-152{font-weight:152}.BLACK_ROSE ._white-text.--weight-153{font-weight:153}.BLACK_ROSE ._white-text.--weight-154{font-weight:154}.BLACK_ROSE ._white-text.--weight-155{font-weight:155}.BLACK_ROSE ._white-text.--weight-156{font-weight:156}.BLACK_ROSE ._white-text.--weight-157{font-weight:157}.BLACK_ROSE ._white-text.--weight-158{font-weight:158}.BLACK_ROSE ._white-text.--weight-159{font-weight:159}.BLACK_ROSE ._white-text.--weight-160{font-weight:160}.BLACK_ROSE ._white-text.--weight-161{font-weight:161}.BLACK_ROSE ._white-text.--weight-162{font-weight:162}.BLACK_ROSE ._white-text.--weight-163{font-weight:163}.BLACK_ROSE ._white-text.--weight-164{font-weight:164}.BLACK_ROSE ._white-text.--weight-165{font-weight:165}.BLACK_ROSE ._white-text.--weight-166{font-weight:166}.BLACK_ROSE ._white-text.--weight-167{font-weight:167}.BLACK_ROSE ._white-text.--weight-168{font-weight:168}.BLACK_ROSE ._white-text.--weight-169{font-weight:169}.BLACK_ROSE ._white-text.--weight-170{font-weight:170}.BLACK_ROSE ._white-text.--weight-171{font-weight:171}.BLACK_ROSE ._white-text.--weight-172{font-weight:172}.BLACK_ROSE ._white-text.--weight-173{font-weight:173}.BLACK_ROSE ._white-text.--weight-174{font-weight:174}.BLACK_ROSE ._white-text.--weight-175{font-weight:175}.BLACK_ROSE ._white-text.--weight-176{font-weight:176}.BLACK_ROSE ._white-text.--weight-177{font-weight:177}.BLACK_ROSE ._white-text.--weight-178{font-weight:178}.BLACK_ROSE ._white-text.--weight-179{font-weight:179}.BLACK_ROSE ._white-text.--weight-180{font-weight:180}.BLACK_ROSE ._white-text.--weight-181{font-weight:181}.BLACK_ROSE ._white-text.--weight-182{font-weight:182}.BLACK_ROSE ._white-text.--weight-183{font-weight:183}.BLACK_ROSE ._white-text.--weight-184{font-weight:184}.BLACK_ROSE ._white-text.--weight-185{font-weight:185}.BLACK_ROSE ._white-text.--weight-186{font-weight:186}.BLACK_ROSE ._white-text.--weight-187{font-weight:187}.BLACK_ROSE ._white-text.--weight-188{font-weight:188}.BLACK_ROSE ._white-text.--weight-189{font-weight:189}.BLACK_ROSE ._white-text.--weight-190{font-weight:190}.BLACK_ROSE ._white-text.--weight-191{font-weight:191}.BLACK_ROSE ._white-text.--weight-192{font-weight:192}.BLACK_ROSE ._white-text.--weight-193{font-weight:193}.BLACK_ROSE ._white-text.--weight-194{font-weight:194}.BLACK_ROSE ._white-text.--weight-195{font-weight:195}.BLACK_ROSE ._white-text.--weight-196{font-weight:196}.BLACK_ROSE ._white-text.--weight-197{font-weight:197}.BLACK_ROSE ._white-text.--weight-198{font-weight:198}.BLACK_ROSE ._white-text.--weight-199{font-weight:199}.BLACK_ROSE ._white-text.--weight-200{font-weight:200}.BLACK_ROSE ._white-text.--weight-201{font-weight:201}.BLACK_ROSE ._white-text.--weight-202{font-weight:202}.BLACK_ROSE ._white-text.--weight-203{font-weight:203}.BLACK_ROSE ._white-text.--weight-204{font-weight:204}.BLACK_ROSE ._white-text.--weight-205{font-weight:205}.BLACK_ROSE ._white-text.--weight-206{font-weight:206}.BLACK_ROSE ._white-text.--weight-207{font-weight:207}.BLACK_ROSE ._white-text.--weight-208{font-weight:208}.BLACK_ROSE ._white-text.--weight-209{font-weight:209}.BLACK_ROSE ._white-text.--weight-210{font-weight:210}.BLACK_ROSE ._white-text.--weight-211{font-weight:211}.BLACK_ROSE ._white-text.--weight-212{font-weight:212}.BLACK_ROSE ._white-text.--weight-213{font-weight:213}.BLACK_ROSE ._white-text.--weight-214{font-weight:214}.BLACK_ROSE ._white-text.--weight-215{font-weight:215}.BLACK_ROSE ._white-text.--weight-216{font-weight:216}.BLACK_ROSE ._white-text.--weight-217{font-weight:217}.BLACK_ROSE ._white-text.--weight-218{font-weight:218}.BLACK_ROSE ._white-text.--weight-219{font-weight:219}.BLACK_ROSE ._white-text.--weight-220{font-weight:220}.BLACK_ROSE ._white-text.--weight-221{font-weight:221}.BLACK_ROSE ._white-text.--weight-222{font-weight:222}.BLACK_ROSE ._white-text.--weight-223{font-weight:223}.BLACK_ROSE ._white-text.--weight-224{font-weight:224}.BLACK_ROSE ._white-text.--weight-225{font-weight:225}.BLACK_ROSE ._white-text.--weight-226{font-weight:226}.BLACK_ROSE ._white-text.--weight-227{font-weight:227}.BLACK_ROSE ._white-text.--weight-228{font-weight:228}.BLACK_ROSE ._white-text.--weight-229{font-weight:229}.BLACK_ROSE ._white-text.--weight-230{font-weight:230}.BLACK_ROSE ._white-text.--weight-231{font-weight:231}.BLACK_ROSE ._white-text.--weight-232{font-weight:232}.BLACK_ROSE ._white-text.--weight-233{font-weight:233}.BLACK_ROSE ._white-text.--weight-234{font-weight:234}.BLACK_ROSE ._white-text.--weight-235{font-weight:235}.BLACK_ROSE ._white-text.--weight-236{font-weight:236}.BLACK_ROSE ._white-text.--weight-237{font-weight:237}.BLACK_ROSE ._white-text.--weight-238{font-weight:238}.BLACK_ROSE ._white-text.--weight-239{font-weight:239}.BLACK_ROSE ._white-text.--weight-240{font-weight:240}.BLACK_ROSE ._white-text.--weight-241{font-weight:241}.BLACK_ROSE ._white-text.--weight-242{font-weight:242}.BLACK_ROSE ._white-text.--weight-243{font-weight:243}.BLACK_ROSE ._white-text.--weight-244{font-weight:244}.BLACK_ROSE ._white-text.--weight-245{font-weight:245}.BLACK_ROSE ._white-text.--weight-246{font-weight:246}.BLACK_ROSE ._white-text.--weight-247{font-weight:247}.BLACK_ROSE ._white-text.--weight-248{font-weight:248}.BLACK_ROSE ._white-text.--weight-249{font-weight:249}.BLACK_ROSE ._white-text.--weight-250{font-weight:250}.BLACK_ROSE ._white-text.--weight-251{font-weight:251}.BLACK_ROSE ._white-text.--weight-252{font-weight:252}.BLACK_ROSE ._white-text.--weight-253{font-weight:253}.BLACK_ROSE ._white-text.--weight-254{font-weight:254}.BLACK_ROSE ._white-text.--weight-255{font-weight:255}.BLACK_ROSE ._white-text.--weight-256{font-weight:256}.BLACK_ROSE ._white-text.--weight-257{font-weight:257}.BLACK_ROSE ._white-text.--weight-258{font-weight:258}.BLACK_ROSE ._white-text.--weight-259{font-weight:259}.BLACK_ROSE ._white-text.--weight-260{font-weight:260}.BLACK_ROSE ._white-text.--weight-261{font-weight:261}.BLACK_ROSE ._white-text.--weight-262{font-weight:262}.BLACK_ROSE ._white-text.--weight-263{font-weight:263}.BLACK_ROSE ._white-text.--weight-264{font-weight:264}.BLACK_ROSE ._white-text.--weight-265{font-weight:265}.BLACK_ROSE ._white-text.--weight-266{font-weight:266}.BLACK_ROSE ._white-text.--weight-267{font-weight:267}.BLACK_ROSE ._white-text.--weight-268{font-weight:268}.BLACK_ROSE ._white-text.--weight-269{font-weight:269}.BLACK_ROSE ._white-text.--weight-270{font-weight:270}.BLACK_ROSE ._white-text.--weight-271{font-weight:271}.BLACK_ROSE ._white-text.--weight-272{font-weight:272}.BLACK_ROSE ._white-text.--weight-273{font-weight:273}.BLACK_ROSE ._white-text.--weight-274{font-weight:274}.BLACK_ROSE ._white-text.--weight-275{font-weight:275}.BLACK_ROSE ._white-text.--weight-276{font-weight:276}.BLACK_ROSE ._white-text.--weight-277{font-weight:277}.BLACK_ROSE ._white-text.--weight-278{font-weight:278}.BLACK_ROSE ._white-text.--weight-279{font-weight:279}.BLACK_ROSE ._white-text.--weight-280{font-weight:280}.BLACK_ROSE ._white-text.--weight-281{font-weight:281}.BLACK_ROSE ._white-text.--weight-282{font-weight:282}.BLACK_ROSE ._white-text.--weight-283{font-weight:283}.BLACK_ROSE ._white-text.--weight-284{font-weight:284}.BLACK_ROSE ._white-text.--weight-285{font-weight:285}.BLACK_ROSE ._white-text.--weight-286{font-weight:286}.BLACK_ROSE ._white-text.--weight-287{font-weight:287}.BLACK_ROSE ._white-text.--weight-288{font-weight:288}.BLACK_ROSE ._white-text.--weight-289{font-weight:289}.BLACK_ROSE ._white-text.--weight-290{font-weight:290}.BLACK_ROSE ._white-text.--weight-291{font-weight:291}.BLACK_ROSE ._white-text.--weight-292{font-weight:292}.BLACK_ROSE ._white-text.--weight-293{font-weight:293}.BLACK_ROSE ._white-text.--weight-294{font-weight:294}.BLACK_ROSE ._white-text.--weight-295{font-weight:295}.BLACK_ROSE ._white-text.--weight-296{font-weight:296}.BLACK_ROSE ._white-text.--weight-297{font-weight:297}.BLACK_ROSE ._white-text.--weight-298{font-weight:298}.BLACK_ROSE ._white-text.--weight-299{font-weight:299}.BLACK_ROSE ._white-text.--weight-300{font-weight:300}.BLACK_ROSE ._white-text.--weight-301{font-weight:301}.BLACK_ROSE ._white-text.--weight-302{font-weight:302}.BLACK_ROSE ._white-text.--weight-303{font-weight:303}.BLACK_ROSE ._white-text.--weight-304{font-weight:304}.BLACK_ROSE ._white-text.--weight-305{font-weight:305}.BLACK_ROSE ._white-text.--weight-306{font-weight:306}.BLACK_ROSE ._white-text.--weight-307{font-weight:307}.BLACK_ROSE ._white-text.--weight-308{font-weight:308}.BLACK_ROSE ._white-text.--weight-309{font-weight:309}.BLACK_ROSE ._white-text.--weight-310{font-weight:310}.BLACK_ROSE ._white-text.--weight-311{font-weight:311}.BLACK_ROSE ._white-text.--weight-312{font-weight:312}.BLACK_ROSE ._white-text.--weight-313{font-weight:313}.BLACK_ROSE ._white-text.--weight-314{font-weight:314}.BLACK_ROSE ._white-text.--weight-315{font-weight:315}.BLACK_ROSE ._white-text.--weight-316{font-weight:316}.BLACK_ROSE ._white-text.--weight-317{font-weight:317}.BLACK_ROSE ._white-text.--weight-318{font-weight:318}.BLACK_ROSE ._white-text.--weight-319{font-weight:319}.BLACK_ROSE ._white-text.--weight-320{font-weight:320}.BLACK_ROSE ._white-text.--weight-321{font-weight:321}.BLACK_ROSE ._white-text.--weight-322{font-weight:322}.BLACK_ROSE ._white-text.--weight-323{font-weight:323}.BLACK_ROSE ._white-text.--weight-324{font-weight:324}.BLACK_ROSE ._white-text.--weight-325{font-weight:325}.BLACK_ROSE ._white-text.--weight-326{font-weight:326}.BLACK_ROSE ._white-text.--weight-327{font-weight:327}.BLACK_ROSE ._white-text.--weight-328{font-weight:328}.BLACK_ROSE ._white-text.--weight-329{font-weight:329}.BLACK_ROSE ._white-text.--weight-330{font-weight:330}.BLACK_ROSE ._white-text.--weight-331{font-weight:331}.BLACK_ROSE ._white-text.--weight-332{font-weight:332}.BLACK_ROSE ._white-text.--weight-333{font-weight:333}.BLACK_ROSE ._white-text.--weight-334{font-weight:334}.BLACK_ROSE ._white-text.--weight-335{font-weight:335}.BLACK_ROSE ._white-text.--weight-336{font-weight:336}.BLACK_ROSE ._white-text.--weight-337{font-weight:337}.BLACK_ROSE ._white-text.--weight-338{font-weight:338}.BLACK_ROSE ._white-text.--weight-339{font-weight:339}.BLACK_ROSE ._white-text.--weight-340{font-weight:340}.BLACK_ROSE ._white-text.--weight-341{font-weight:341}.BLACK_ROSE ._white-text.--weight-342{font-weight:342}.BLACK_ROSE ._white-text.--weight-343{font-weight:343}.BLACK_ROSE ._white-text.--weight-344{font-weight:344}.BLACK_ROSE ._white-text.--weight-345{font-weight:345}.BLACK_ROSE ._white-text.--weight-346{font-weight:346}.BLACK_ROSE ._white-text.--weight-347{font-weight:347}.BLACK_ROSE ._white-text.--weight-348{font-weight:348}.BLACK_ROSE ._white-text.--weight-349{font-weight:349}.BLACK_ROSE ._white-text.--weight-350{font-weight:350}.BLACK_ROSE ._white-text.--weight-351{font-weight:351}.BLACK_ROSE ._white-text.--weight-352{font-weight:352}.BLACK_ROSE ._white-text.--weight-353{font-weight:353}.BLACK_ROSE ._white-text.--weight-354{font-weight:354}.BLACK_ROSE ._white-text.--weight-355{font-weight:355}.BLACK_ROSE ._white-text.--weight-356{font-weight:356}.BLACK_ROSE ._white-text.--weight-357{font-weight:357}.BLACK_ROSE ._white-text.--weight-358{font-weight:358}.BLACK_ROSE ._white-text.--weight-359{font-weight:359}.BLACK_ROSE ._white-text.--weight-360{font-weight:360}.BLACK_ROSE ._white-text.--weight-361{font-weight:361}.BLACK_ROSE ._white-text.--weight-362{font-weight:362}.BLACK_ROSE ._white-text.--weight-363{font-weight:363}.BLACK_ROSE ._white-text.--weight-364{font-weight:364}.BLACK_ROSE ._white-text.--weight-365{font-weight:365}.BLACK_ROSE ._white-text.--weight-366{font-weight:366}.BLACK_ROSE ._white-text.--weight-367{font-weight:367}.BLACK_ROSE ._white-text.--weight-368{font-weight:368}.BLACK_ROSE ._white-text.--weight-369{font-weight:369}.BLACK_ROSE ._white-text.--weight-370{font-weight:370}.BLACK_ROSE ._white-text.--weight-371{font-weight:371}.BLACK_ROSE ._white-text.--weight-372{font-weight:372}.BLACK_ROSE ._white-text.--weight-373{font-weight:373}.BLACK_ROSE ._white-text.--weight-374{font-weight:374}.BLACK_ROSE ._white-text.--weight-375{font-weight:375}.BLACK_ROSE ._white-text.--weight-376{font-weight:376}.BLACK_ROSE ._white-text.--weight-377{font-weight:377}.BLACK_ROSE ._white-text.--weight-378{font-weight:378}.BLACK_ROSE ._white-text.--weight-379{font-weight:379}.BLACK_ROSE ._white-text.--weight-380{font-weight:380}.BLACK_ROSE ._white-text.--weight-381{font-weight:381}.BLACK_ROSE ._white-text.--weight-382{font-weight:382}.BLACK_ROSE ._white-text.--weight-383{font-weight:383}.BLACK_ROSE ._white-text.--weight-384{font-weight:384}.BLACK_ROSE ._white-text.--weight-385{font-weight:385}.BLACK_ROSE ._white-text.--weight-386{font-weight:386}.BLACK_ROSE ._white-text.--weight-387{font-weight:387}.BLACK_ROSE ._white-text.--weight-388{font-weight:388}.BLACK_ROSE ._white-text.--weight-389{font-weight:389}.BLACK_ROSE ._white-text.--weight-390{font-weight:390}.BLACK_ROSE ._white-text.--weight-391{font-weight:391}.BLACK_ROSE ._white-text.--weight-392{font-weight:392}.BLACK_ROSE ._white-text.--weight-393{font-weight:393}.BLACK_ROSE ._white-text.--weight-394{font-weight:394}.BLACK_ROSE ._white-text.--weight-395{font-weight:395}.BLACK_ROSE ._white-text.--weight-396{font-weight:396}.BLACK_ROSE ._white-text.--weight-397{font-weight:397}.BLACK_ROSE ._white-text.--weight-398{font-weight:398}.BLACK_ROSE ._white-text.--weight-399{font-weight:399}.BLACK_ROSE ._white-text.--weight-400{font-weight:400}.BLACK_ROSE ._white-text.--weight-401{font-weight:401}.BLACK_ROSE ._white-text.--weight-402{font-weight:402}.BLACK_ROSE ._white-text.--weight-403{font-weight:403}.BLACK_ROSE ._white-text.--weight-404{font-weight:404}.BLACK_ROSE ._white-text.--weight-405{font-weight:405}.BLACK_ROSE ._white-text.--weight-406{font-weight:406}.BLACK_ROSE ._white-text.--weight-407{font-weight:407}.BLACK_ROSE ._white-text.--weight-408{font-weight:408}.BLACK_ROSE ._white-text.--weight-409{font-weight:409}.BLACK_ROSE ._white-text.--weight-410{font-weight:410}.BLACK_ROSE ._white-text.--weight-411{font-weight:411}.BLACK_ROSE ._white-text.--weight-412{font-weight:412}.BLACK_ROSE ._white-text.--weight-413{font-weight:413}.BLACK_ROSE ._white-text.--weight-414{font-weight:414}.BLACK_ROSE ._white-text.--weight-415{font-weight:415}.BLACK_ROSE ._white-text.--weight-416{font-weight:416}.BLACK_ROSE ._white-text.--weight-417{font-weight:417}.BLACK_ROSE ._white-text.--weight-418{font-weight:418}.BLACK_ROSE ._white-text.--weight-419{font-weight:419}.BLACK_ROSE ._white-text.--weight-420{font-weight:420}.BLACK_ROSE ._white-text.--weight-421{font-weight:421}.BLACK_ROSE ._white-text.--weight-422{font-weight:422}.BLACK_ROSE ._white-text.--weight-423{font-weight:423}.BLACK_ROSE ._white-text.--weight-424{font-weight:424}.BLACK_ROSE ._white-text.--weight-425{font-weight:425}.BLACK_ROSE ._white-text.--weight-426{font-weight:426}.BLACK_ROSE ._white-text.--weight-427{font-weight:427}.BLACK_ROSE ._white-text.--weight-428{font-weight:428}.BLACK_ROSE ._white-text.--weight-429{font-weight:429}.BLACK_ROSE ._white-text.--weight-430{font-weight:430}.BLACK_ROSE ._white-text.--weight-431{font-weight:431}.BLACK_ROSE ._white-text.--weight-432{font-weight:432}.BLACK_ROSE ._white-text.--weight-433{font-weight:433}.BLACK_ROSE ._white-text.--weight-434{font-weight:434}.BLACK_ROSE ._white-text.--weight-435{font-weight:435}.BLACK_ROSE ._white-text.--weight-436{font-weight:436}.BLACK_ROSE ._white-text.--weight-437{font-weight:437}.BLACK_ROSE ._white-text.--weight-438{font-weight:438}.BLACK_ROSE ._white-text.--weight-439{font-weight:439}.BLACK_ROSE ._white-text.--weight-440{font-weight:440}.BLACK_ROSE ._white-text.--weight-441{font-weight:441}.BLACK_ROSE ._white-text.--weight-442{font-weight:442}.BLACK_ROSE ._white-text.--weight-443{font-weight:443}.BLACK_ROSE ._white-text.--weight-444{font-weight:444}.BLACK_ROSE ._white-text.--weight-445{font-weight:445}.BLACK_ROSE ._white-text.--weight-446{font-weight:446}.BLACK_ROSE ._white-text.--weight-447{font-weight:447}.BLACK_ROSE ._white-text.--weight-448{font-weight:448}.BLACK_ROSE ._white-text.--weight-449{font-weight:449}.BLACK_ROSE ._white-text.--weight-450{font-weight:450}.BLACK_ROSE ._white-text.--weight-451{font-weight:451}.BLACK_ROSE ._white-text.--weight-452{font-weight:452}.BLACK_ROSE ._white-text.--weight-453{font-weight:453}.BLACK_ROSE ._white-text.--weight-454{font-weight:454}.BLACK_ROSE ._white-text.--weight-455{font-weight:455}.BLACK_ROSE ._white-text.--weight-456{font-weight:456}.BLACK_ROSE ._white-text.--weight-457{font-weight:457}.BLACK_ROSE ._white-text.--weight-458{font-weight:458}.BLACK_ROSE ._white-text.--weight-459{font-weight:459}.BLACK_ROSE ._white-text.--weight-460{font-weight:460}.BLACK_ROSE ._white-text.--weight-461{font-weight:461}.BLACK_ROSE ._white-text.--weight-462{font-weight:462}.BLACK_ROSE ._white-text.--weight-463{font-weight:463}.BLACK_ROSE ._white-text.--weight-464{font-weight:464}.BLACK_ROSE ._white-text.--weight-465{font-weight:465}.BLACK_ROSE ._white-text.--weight-466{font-weight:466}.BLACK_ROSE ._white-text.--weight-467{font-weight:467}.BLACK_ROSE ._white-text.--weight-468{font-weight:468}.BLACK_ROSE ._white-text.--weight-469{font-weight:469}.BLACK_ROSE ._white-text.--weight-470{font-weight:470}.BLACK_ROSE ._white-text.--weight-471{font-weight:471}.BLACK_ROSE ._white-text.--weight-472{font-weight:472}.BLACK_ROSE ._white-text.--weight-473{font-weight:473}.BLACK_ROSE ._white-text.--weight-474{font-weight:474}.BLACK_ROSE ._white-text.--weight-475{font-weight:475}.BLACK_ROSE ._white-text.--weight-476{font-weight:476}.BLACK_ROSE ._white-text.--weight-477{font-weight:477}.BLACK_ROSE ._white-text.--weight-478{font-weight:478}.BLACK_ROSE ._white-text.--weight-479{font-weight:479}.BLACK_ROSE ._white-text.--weight-480{font-weight:480}.BLACK_ROSE ._white-text.--weight-481{font-weight:481}.BLACK_ROSE ._white-text.--weight-482{font-weight:482}.BLACK_ROSE ._white-text.--weight-483{font-weight:483}.BLACK_ROSE ._white-text.--weight-484{font-weight:484}.BLACK_ROSE ._white-text.--weight-485{font-weight:485}.BLACK_ROSE ._white-text.--weight-486{font-weight:486}.BLACK_ROSE ._white-text.--weight-487{font-weight:487}.BLACK_ROSE ._white-text.--weight-488{font-weight:488}.BLACK_ROSE ._white-text.--weight-489{font-weight:489}.BLACK_ROSE ._white-text.--weight-490{font-weight:490}.BLACK_ROSE ._white-text.--weight-491{font-weight:491}.BLACK_ROSE ._white-text.--weight-492{font-weight:492}.BLACK_ROSE ._white-text.--weight-493{font-weight:493}.BLACK_ROSE ._white-text.--weight-494{font-weight:494}.BLACK_ROSE ._white-text.--weight-495{font-weight:495}.BLACK_ROSE ._white-text.--weight-496{font-weight:496}.BLACK_ROSE ._white-text.--weight-497{font-weight:497}.BLACK_ROSE ._white-text.--weight-498{font-weight:498}.BLACK_ROSE ._white-text.--weight-499{font-weight:499}.BLACK_ROSE ._white-text.--weight-500{font-weight:500}.BLACK_ROSE ._white-text.--weight-501{font-weight:501}.BLACK_ROSE ._white-text.--weight-502{font-weight:502}.BLACK_ROSE ._white-text.--weight-503{font-weight:503}.BLACK_ROSE ._white-text.--weight-504{font-weight:504}.BLACK_ROSE ._white-text.--weight-505{font-weight:505}.BLACK_ROSE ._white-text.--weight-506{font-weight:506}.BLACK_ROSE ._white-text.--weight-507{font-weight:507}.BLACK_ROSE ._white-text.--weight-508{font-weight:508}.BLACK_ROSE ._white-text.--weight-509{font-weight:509}.BLACK_ROSE ._white-text.--weight-510{font-weight:510}.BLACK_ROSE ._white-text.--weight-511{font-weight:511}.BLACK_ROSE ._white-text.--weight-512{font-weight:512}.BLACK_ROSE ._white-text.--weight-513{font-weight:513}.BLACK_ROSE ._white-text.--weight-514{font-weight:514}.BLACK_ROSE ._white-text.--weight-515{font-weight:515}.BLACK_ROSE ._white-text.--weight-516{font-weight:516}.BLACK_ROSE ._white-text.--weight-517{font-weight:517}.BLACK_ROSE ._white-text.--weight-518{font-weight:518}.BLACK_ROSE ._white-text.--weight-519{font-weight:519}.BLACK_ROSE ._white-text.--weight-520{font-weight:520}.BLACK_ROSE ._white-text.--weight-521{font-weight:521}.BLACK_ROSE ._white-text.--weight-522{font-weight:522}.BLACK_ROSE ._white-text.--weight-523{font-weight:523}.BLACK_ROSE ._white-text.--weight-524{font-weight:524}.BLACK_ROSE ._white-text.--weight-525{font-weight:525}.BLACK_ROSE ._white-text.--weight-526{font-weight:526}.BLACK_ROSE ._white-text.--weight-527{font-weight:527}.BLACK_ROSE ._white-text.--weight-528{font-weight:528}.BLACK_ROSE ._white-text.--weight-529{font-weight:529}.BLACK_ROSE ._white-text.--weight-530{font-weight:530}.BLACK_ROSE ._white-text.--weight-531{font-weight:531}.BLACK_ROSE ._white-text.--weight-532{font-weight:532}.BLACK_ROSE ._white-text.--weight-533{font-weight:533}.BLACK_ROSE ._white-text.--weight-534{font-weight:534}.BLACK_ROSE ._white-text.--weight-535{font-weight:535}.BLACK_ROSE ._white-text.--weight-536{font-weight:536}.BLACK_ROSE ._white-text.--weight-537{font-weight:537}.BLACK_ROSE ._white-text.--weight-538{font-weight:538}.BLACK_ROSE ._white-text.--weight-539{font-weight:539}.BLACK_ROSE ._white-text.--weight-540{font-weight:540}.BLACK_ROSE ._white-text.--weight-541{font-weight:541}.BLACK_ROSE ._white-text.--weight-542{font-weight:542}.BLACK_ROSE ._white-text.--weight-543{font-weight:543}.BLACK_ROSE ._white-text.--weight-544{font-weight:544}.BLACK_ROSE ._white-text.--weight-545{font-weight:545}.BLACK_ROSE ._white-text.--weight-546{font-weight:546}.BLACK_ROSE ._white-text.--weight-547{font-weight:547}.BLACK_ROSE ._white-text.--weight-548{font-weight:548}.BLACK_ROSE ._white-text.--weight-549{font-weight:549}.BLACK_ROSE ._white-text.--weight-550{font-weight:550}.BLACK_ROSE ._white-text.--weight-551{font-weight:551}.BLACK_ROSE ._white-text.--weight-552{font-weight:552}.BLACK_ROSE ._white-text.--weight-553{font-weight:553}.BLACK_ROSE ._white-text.--weight-554{font-weight:554}.BLACK_ROSE ._white-text.--weight-555{font-weight:555}.BLACK_ROSE ._white-text.--weight-556{font-weight:556}.BLACK_ROSE ._white-text.--weight-557{font-weight:557}.BLACK_ROSE ._white-text.--weight-558{font-weight:558}.BLACK_ROSE ._white-text.--weight-559{font-weight:559}.BLACK_ROSE ._white-text.--weight-560{font-weight:560}.BLACK_ROSE ._white-text.--weight-561{font-weight:561}.BLACK_ROSE ._white-text.--weight-562{font-weight:562}.BLACK_ROSE ._white-text.--weight-563{font-weight:563}.BLACK_ROSE ._white-text.--weight-564{font-weight:564}.BLACK_ROSE ._white-text.--weight-565{font-weight:565}.BLACK_ROSE ._white-text.--weight-566{font-weight:566}.BLACK_ROSE ._white-text.--weight-567{font-weight:567}.BLACK_ROSE ._white-text.--weight-568{font-weight:568}.BLACK_ROSE ._white-text.--weight-569{font-weight:569}.BLACK_ROSE ._white-text.--weight-570{font-weight:570}.BLACK_ROSE ._white-text.--weight-571{font-weight:571}.BLACK_ROSE ._white-text.--weight-572{font-weight:572}.BLACK_ROSE ._white-text.--weight-573{font-weight:573}.BLACK_ROSE ._white-text.--weight-574{font-weight:574}.BLACK_ROSE ._white-text.--weight-575{font-weight:575}.BLACK_ROSE ._white-text.--weight-576{font-weight:576}.BLACK_ROSE ._white-text.--weight-577{font-weight:577}.BLACK_ROSE ._white-text.--weight-578{font-weight:578}.BLACK_ROSE ._white-text.--weight-579{font-weight:579}.BLACK_ROSE ._white-text.--weight-580{font-weight:580}.BLACK_ROSE ._white-text.--weight-581{font-weight:581}.BLACK_ROSE ._white-text.--weight-582{font-weight:582}.BLACK_ROSE ._white-text.--weight-583{font-weight:583}.BLACK_ROSE ._white-text.--weight-584{font-weight:584}.BLACK_ROSE ._white-text.--weight-585{font-weight:585}.BLACK_ROSE ._white-text.--weight-586{font-weight:586}.BLACK_ROSE ._white-text.--weight-587{font-weight:587}.BLACK_ROSE ._white-text.--weight-588{font-weight:588}.BLACK_ROSE ._white-text.--weight-589{font-weight:589}.BLACK_ROSE ._white-text.--weight-590{font-weight:590}.BLACK_ROSE ._white-text.--weight-591{font-weight:591}.BLACK_ROSE ._white-text.--weight-592{font-weight:592}.BLACK_ROSE ._white-text.--weight-593{font-weight:593}.BLACK_ROSE ._white-text.--weight-594{font-weight:594}.BLACK_ROSE ._white-text.--weight-595{font-weight:595}.BLACK_ROSE ._white-text.--weight-596{font-weight:596}.BLACK_ROSE ._white-text.--weight-597{font-weight:597}.BLACK_ROSE ._white-text.--weight-598{font-weight:598}.BLACK_ROSE ._white-text.--weight-599{font-weight:599}.BLACK_ROSE ._white-text.--weight-600{font-weight:600}.BLACK_ROSE ._white-text.--weight-601{font-weight:601}.BLACK_ROSE ._white-text.--weight-602{font-weight:602}.BLACK_ROSE ._white-text.--weight-603{font-weight:603}.BLACK_ROSE ._white-text.--weight-604{font-weight:604}.BLACK_ROSE ._white-text.--weight-605{font-weight:605}.BLACK_ROSE ._white-text.--weight-606{font-weight:606}.BLACK_ROSE ._white-text.--weight-607{font-weight:607}.BLACK_ROSE ._white-text.--weight-608{font-weight:608}.BLACK_ROSE ._white-text.--weight-609{font-weight:609}.BLACK_ROSE ._white-text.--weight-610{font-weight:610}.BLACK_ROSE ._white-text.--weight-611{font-weight:611}.BLACK_ROSE ._white-text.--weight-612{font-weight:612}.BLACK_ROSE ._white-text.--weight-613{font-weight:613}.BLACK_ROSE ._white-text.--weight-614{font-weight:614}.BLACK_ROSE ._white-text.--weight-615{font-weight:615}.BLACK_ROSE ._white-text.--weight-616{font-weight:616}.BLACK_ROSE ._white-text.--weight-617{font-weight:617}.BLACK_ROSE ._white-text.--weight-618{font-weight:618}.BLACK_ROSE ._white-text.--weight-619{font-weight:619}.BLACK_ROSE ._white-text.--weight-620{font-weight:620}.BLACK_ROSE ._white-text.--weight-621{font-weight:621}.BLACK_ROSE ._white-text.--weight-622{font-weight:622}.BLACK_ROSE ._white-text.--weight-623{font-weight:623}.BLACK_ROSE ._white-text.--weight-624{font-weight:624}.BLACK_ROSE ._white-text.--weight-625{font-weight:625}.BLACK_ROSE ._white-text.--weight-626{font-weight:626}.BLACK_ROSE ._white-text.--weight-627{font-weight:627}.BLACK_ROSE ._white-text.--weight-628{font-weight:628}.BLACK_ROSE ._white-text.--weight-629{font-weight:629}.BLACK_ROSE ._white-text.--weight-630{font-weight:630}.BLACK_ROSE ._white-text.--weight-631{font-weight:631}.BLACK_ROSE ._white-text.--weight-632{font-weight:632}.BLACK_ROSE ._white-text.--weight-633{font-weight:633}.BLACK_ROSE ._white-text.--weight-634{font-weight:634}.BLACK_ROSE ._white-text.--weight-635{font-weight:635}.BLACK_ROSE ._white-text.--weight-636{font-weight:636}.BLACK_ROSE ._white-text.--weight-637{font-weight:637}.BLACK_ROSE ._white-text.--weight-638{font-weight:638}.BLACK_ROSE ._white-text.--weight-639{font-weight:639}.BLACK_ROSE ._white-text.--weight-640{font-weight:640}.BLACK_ROSE ._white-text.--weight-641{font-weight:641}.BLACK_ROSE ._white-text.--weight-642{font-weight:642}.BLACK_ROSE ._white-text.--weight-643{font-weight:643}.BLACK_ROSE ._white-text.--weight-644{font-weight:644}.BLACK_ROSE ._white-text.--weight-645{font-weight:645}.BLACK_ROSE ._white-text.--weight-646{font-weight:646}.BLACK_ROSE ._white-text.--weight-647{font-weight:647}.BLACK_ROSE ._white-text.--weight-648{font-weight:648}.BLACK_ROSE ._white-text.--weight-649{font-weight:649}.BLACK_ROSE ._white-text.--weight-650{font-weight:650}.BLACK_ROSE ._white-text.--weight-651{font-weight:651}.BLACK_ROSE ._white-text.--weight-652{font-weight:652}.BLACK_ROSE ._white-text.--weight-653{font-weight:653}.BLACK_ROSE ._white-text.--weight-654{font-weight:654}.BLACK_ROSE ._white-text.--weight-655{font-weight:655}.BLACK_ROSE ._white-text.--weight-656{font-weight:656}.BLACK_ROSE ._white-text.--weight-657{font-weight:657}.BLACK_ROSE ._white-text.--weight-658{font-weight:658}.BLACK_ROSE ._white-text.--weight-659{font-weight:659}.BLACK_ROSE ._white-text.--weight-660{font-weight:660}.BLACK_ROSE ._white-text.--weight-661{font-weight:661}.BLACK_ROSE ._white-text.--weight-662{font-weight:662}.BLACK_ROSE ._white-text.--weight-663{font-weight:663}.BLACK_ROSE ._white-text.--weight-664{font-weight:664}.BLACK_ROSE ._white-text.--weight-665{font-weight:665}.BLACK_ROSE ._white-text.--weight-666{font-weight:666}.BLACK_ROSE ._white-text.--weight-667{font-weight:667}.BLACK_ROSE ._white-text.--weight-668{font-weight:668}.BLACK_ROSE ._white-text.--weight-669{font-weight:669}.BLACK_ROSE ._white-text.--weight-670{font-weight:670}.BLACK_ROSE ._white-text.--weight-671{font-weight:671}.BLACK_ROSE ._white-text.--weight-672{font-weight:672}.BLACK_ROSE ._white-text.--weight-673{font-weight:673}.BLACK_ROSE ._white-text.--weight-674{font-weight:674}.BLACK_ROSE ._white-text.--weight-675{font-weight:675}.BLACK_ROSE ._white-text.--weight-676{font-weight:676}.BLACK_ROSE ._white-text.--weight-677{font-weight:677}.BLACK_ROSE ._white-text.--weight-678{font-weight:678}.BLACK_ROSE ._white-text.--weight-679{font-weight:679}.BLACK_ROSE ._white-text.--weight-680{font-weight:680}.BLACK_ROSE ._white-text.--weight-681{font-weight:681}.BLACK_ROSE ._white-text.--weight-682{font-weight:682}.BLACK_ROSE ._white-text.--weight-683{font-weight:683}.BLACK_ROSE ._white-text.--weight-684{font-weight:684}.BLACK_ROSE ._white-text.--weight-685{font-weight:685}.BLACK_ROSE ._white-text.--weight-686{font-weight:686}.BLACK_ROSE ._white-text.--weight-687{font-weight:687}.BLACK_ROSE ._white-text.--weight-688{font-weight:688}.BLACK_ROSE ._white-text.--weight-689{font-weight:689}.BLACK_ROSE ._white-text.--weight-690{font-weight:690}.BLACK_ROSE ._white-text.--weight-691{font-weight:691}.BLACK_ROSE ._white-text.--weight-692{font-weight:692}.BLACK_ROSE ._white-text.--weight-693{font-weight:693}.BLACK_ROSE ._white-text.--weight-694{font-weight:694}.BLACK_ROSE ._white-text.--weight-695{font-weight:695}.BLACK_ROSE ._white-text.--weight-696{font-weight:696}.BLACK_ROSE ._white-text.--weight-697{font-weight:697}.BLACK_ROSE ._white-text.--weight-698{font-weight:698}.BLACK_ROSE ._white-text.--weight-699{font-weight:699}.BLACK_ROSE ._white-text.--weight-700{font-weight:700}.BLACK_ROSE ._white-text.--weight-701{font-weight:701}.BLACK_ROSE ._white-text.--weight-702{font-weight:702}.BLACK_ROSE ._white-text.--weight-703{font-weight:703}.BLACK_ROSE ._white-text.--weight-704{font-weight:704}.BLACK_ROSE ._white-text.--weight-705{font-weight:705}.BLACK_ROSE ._white-text.--weight-706{font-weight:706}.BLACK_ROSE ._white-text.--weight-707{font-weight:707}.BLACK_ROSE ._white-text.--weight-708{font-weight:708}.BLACK_ROSE ._white-text.--weight-709{font-weight:709}.BLACK_ROSE ._white-text.--weight-710{font-weight:710}.BLACK_ROSE ._white-text.--weight-711{font-weight:711}.BLACK_ROSE ._white-text.--weight-712{font-weight:712}.BLACK_ROSE ._white-text.--weight-713{font-weight:713}.BLACK_ROSE ._white-text.--weight-714{font-weight:714}.BLACK_ROSE ._white-text.--weight-715{font-weight:715}.BLACK_ROSE ._white-text.--weight-716{font-weight:716}.BLACK_ROSE ._white-text.--weight-717{font-weight:717}.BLACK_ROSE ._white-text.--weight-718{font-weight:718}.BLACK_ROSE ._white-text.--weight-719{font-weight:719}.BLACK_ROSE ._white-text.--weight-720{font-weight:720}.BLACK_ROSE ._white-text.--weight-721{font-weight:721}.BLACK_ROSE ._white-text.--weight-722{font-weight:722}.BLACK_ROSE ._white-text.--weight-723{font-weight:723}.BLACK_ROSE ._white-text.--weight-724{font-weight:724}.BLACK_ROSE ._white-text.--weight-725{font-weight:725}.BLACK_ROSE ._white-text.--weight-726{font-weight:726}.BLACK_ROSE ._white-text.--weight-727{font-weight:727}.BLACK_ROSE ._white-text.--weight-728{font-weight:728}.BLACK_ROSE ._white-text.--weight-729{font-weight:729}.BLACK_ROSE ._white-text.--weight-730{font-weight:730}.BLACK_ROSE ._white-text.--weight-731{font-weight:731}.BLACK_ROSE ._white-text.--weight-732{font-weight:732}.BLACK_ROSE ._white-text.--weight-733{font-weight:733}.BLACK_ROSE ._white-text.--weight-734{font-weight:734}.BLACK_ROSE ._white-text.--weight-735{font-weight:735}.BLACK_ROSE ._white-text.--weight-736{font-weight:736}.BLACK_ROSE ._white-text.--weight-737{font-weight:737}.BLACK_ROSE ._white-text.--weight-738{font-weight:738}.BLACK_ROSE ._white-text.--weight-739{font-weight:739}.BLACK_ROSE ._white-text.--weight-740{font-weight:740}.BLACK_ROSE ._white-text.--weight-741{font-weight:741}.BLACK_ROSE ._white-text.--weight-742{font-weight:742}.BLACK_ROSE ._white-text.--weight-743{font-weight:743}.BLACK_ROSE ._white-text.--weight-744{font-weight:744}.BLACK_ROSE ._white-text.--weight-745{font-weight:745}.BLACK_ROSE ._white-text.--weight-746{font-weight:746}.BLACK_ROSE ._white-text.--weight-747{font-weight:747}.BLACK_ROSE ._white-text.--weight-748{font-weight:748}.BLACK_ROSE ._white-text.--weight-749{font-weight:749}.BLACK_ROSE ._white-text.--weight-750{font-weight:750}.BLACK_ROSE ._white-text.--weight-751{font-weight:751}.BLACK_ROSE ._white-text.--weight-752{font-weight:752}.BLACK_ROSE ._white-text.--weight-753{font-weight:753}.BLACK_ROSE ._white-text.--weight-754{font-weight:754}.BLACK_ROSE ._white-text.--weight-755{font-weight:755}.BLACK_ROSE ._white-text.--weight-756{font-weight:756}.BLACK_ROSE ._white-text.--weight-757{font-weight:757}.BLACK_ROSE ._white-text.--weight-758{font-weight:758}.BLACK_ROSE ._white-text.--weight-759{font-weight:759}.BLACK_ROSE ._white-text.--weight-760{font-weight:760}.BLACK_ROSE ._white-text.--weight-761{font-weight:761}.BLACK_ROSE ._white-text.--weight-762{font-weight:762}.BLACK_ROSE ._white-text.--weight-763{font-weight:763}.BLACK_ROSE ._white-text.--weight-764{font-weight:764}.BLACK_ROSE ._white-text.--weight-765{font-weight:765}.BLACK_ROSE ._white-text.--weight-766{font-weight:766}.BLACK_ROSE ._white-text.--weight-767{font-weight:767}.BLACK_ROSE ._white-text.--weight-768{font-weight:768}.BLACK_ROSE ._white-text.--weight-769{font-weight:769}.BLACK_ROSE ._white-text.--weight-770{font-weight:770}.BLACK_ROSE ._white-text.--weight-771{font-weight:771}.BLACK_ROSE ._white-text.--weight-772{font-weight:772}.BLACK_ROSE ._white-text.--weight-773{font-weight:773}.BLACK_ROSE ._white-text.--weight-774{font-weight:774}.BLACK_ROSE ._white-text.--weight-775{font-weight:775}.BLACK_ROSE ._white-text.--weight-776{font-weight:776}.BLACK_ROSE ._white-text.--weight-777{font-weight:777}.BLACK_ROSE ._white-text.--weight-778{font-weight:778}.BLACK_ROSE ._white-text.--weight-779{font-weight:779}.BLACK_ROSE ._white-text.--weight-780{font-weight:780}.BLACK_ROSE ._white-text.--weight-781{font-weight:781}.BLACK_ROSE ._white-text.--weight-782{font-weight:782}.BLACK_ROSE ._white-text.--weight-783{font-weight:783}.BLACK_ROSE ._white-text.--weight-784{font-weight:784}.BLACK_ROSE ._white-text.--weight-785{font-weight:785}.BLACK_ROSE ._white-text.--weight-786{font-weight:786}.BLACK_ROSE ._white-text.--weight-787{font-weight:787}.BLACK_ROSE ._white-text.--weight-788{font-weight:788}.BLACK_ROSE ._white-text.--weight-789{font-weight:789}.BLACK_ROSE ._white-text.--weight-790{font-weight:790}.BLACK_ROSE ._white-text.--weight-791{font-weight:791}.BLACK_ROSE ._white-text.--weight-792{font-weight:792}.BLACK_ROSE ._white-text.--weight-793{font-weight:793}.BLACK_ROSE ._white-text.--weight-794{font-weight:794}.BLACK_ROSE ._white-text.--weight-795{font-weight:795}.BLACK_ROSE ._white-text.--weight-796{font-weight:796}.BLACK_ROSE ._white-text.--weight-797{font-weight:797}.BLACK_ROSE ._white-text.--weight-798{font-weight:798}.BLACK_ROSE ._white-text.--weight-799{font-weight:799}.BLACK_ROSE ._white-text.--weight-800{font-weight:800}.BLACK_ROSE ._white-text.--lh-1{line-height:1px}.BLACK_ROSE ._white-text.--lh-2{line-height:2px}.BLACK_ROSE ._white-text.--lh-3{line-height:3px}.BLACK_ROSE ._white-text.--lh-4{line-height:4px}.BLACK_ROSE ._white-text.--lh-5{line-height:5px}.BLACK_ROSE ._white-text.--lh-6{line-height:6px}.BLACK_ROSE ._white-text.--lh-7{line-height:7px}.BLACK_ROSE ._white-text.--lh-8{line-height:8px}.BLACK_ROSE ._white-text.--lh-9{line-height:9px}.BLACK_ROSE ._white-text.--lh-10{line-height:10px}.BLACK_ROSE ._white-text.--lh-11{line-height:11px}.BLACK_ROSE ._white-text.--lh-12{line-height:12px}.BLACK_ROSE ._white-text.--lh-13{line-height:13px}.BLACK_ROSE ._white-text.--lh-14{line-height:14px}.BLACK_ROSE ._white-text.--lh-15{line-height:15px}.BLACK_ROSE ._white-text.--lh-16{line-height:16px}.BLACK_ROSE ._white-text.--lh-17{line-height:17px}.BLACK_ROSE ._white-text.--lh-18{line-height:18px}.BLACK_ROSE ._white-text.--lh-19{line-height:19px}.BLACK_ROSE ._white-text.--lh-20{line-height:20px}.BLACK_ROSE ._white-text.--lh-21{line-height:21px}.BLACK_ROSE ._white-text.--lh-22{line-height:22px}.BLACK_ROSE ._white-text.--lh-23{line-height:23px}.BLACK_ROSE ._white-text.--lh-24{line-height:24px}.BLACK_ROSE ._white-text.--lh-25{line-height:25px}.BLACK_ROSE ._white-text.--lh-26{line-height:26px}.BLACK_ROSE ._white-text.--lh-27{line-height:27px}.BLACK_ROSE ._white-text.--lh-28{line-height:28px}.BLACK_ROSE ._white-text.--lh-29{line-height:29px}.BLACK_ROSE ._white-text.--lh-30{line-height:30px}.BLACK_ROSE ._white-text.--lh-31{line-height:31px}.BLACK_ROSE ._white-text.--lh-32{line-height:32px}.BLACK_ROSE ._white-text.--lh-33{line-height:33px}.BLACK_ROSE ._white-text.--lh-34{line-height:34px}.BLACK_ROSE ._white-text.--lh-35{line-height:35px}.BLACK_ROSE ._white-text.--lh-36{line-height:36px}.BLACK_ROSE ._white-text.--lh-37{line-height:37px}.BLACK_ROSE ._white-text.--lh-38{line-height:38px}.BLACK_ROSE ._white-text.--lh-39{line-height:39px}.BLACK_ROSE ._white-text.--lh-40{line-height:40px}.BLACK_ROSE ._white-text.--lh-41{line-height:41px}.BLACK_ROSE ._white-text.--lh-42{line-height:42px}.BLACK_ROSE ._white-text.--lh-43{line-height:43px}.BLACK_ROSE ._white-text.--lh-44{line-height:44px}.BLACK_ROSE ._white-text.--lh-45{line-height:45px}.BLACK_ROSE ._white-text.--lh-46{line-height:46px}.BLACK_ROSE ._white-text.--lh-47{line-height:47px}.BLACK_ROSE ._white-text.--lh-48{line-height:48px}.BLACK_ROSE ._white-text.--lh-49{line-height:49px}.BLACK_ROSE ._white-text.--lh-50{line-height:50px}.BLACK_ROSE ._white-text.--lh-51{line-height:51px}.BLACK_ROSE ._white-text.--lh-52{line-height:52px}.BLACK_ROSE ._white-text.--lh-53{line-height:53px}.BLACK_ROSE ._white-text.--lh-54{line-height:54px}.BLACK_ROSE ._white-text.--lh-55{line-height:55px}.BLACK_ROSE ._white-text.--lh-56{line-height:56px}.BLACK_ROSE ._white-text.--lh-57{line-height:57px}.BLACK_ROSE ._white-text.--lh-58{line-height:58px}.BLACK_ROSE ._white-text.--lh-59{line-height:59px}.BLACK_ROSE ._white-text.--lh-60{line-height:60px}.BLACK_ROSE ._white-text.--lh-61{line-height:61px}.BLACK_ROSE ._white-text.--lh-62{line-height:62px}.BLACK_ROSE ._white-text.--lh-63{line-height:63px}.BLACK_ROSE ._white-text.--lh-64{line-height:64px}.BLACK_ROSE ._white-text.--lh-65{line-height:65px}.BLACK_ROSE ._white-text.--lh-66{line-height:66px}.BLACK_ROSE ._white-text.--lh-67{line-height:67px}.BLACK_ROSE ._white-text.--lh-68{line-height:68px}.BLACK_ROSE ._white-text.--lh-69{line-height:69px}.BLACK_ROSE ._white-text.--lh-70{line-height:70px}.BLACK_ROSE ._white-text.--lh-71{line-height:71px}.BLACK_ROSE ._white-text.--lh-72{line-height:72px}.BLACK_ROSE ._white-text.--lh-73{line-height:73px}.BLACK_ROSE ._white-text.--lh-74{line-height:74px}.BLACK_ROSE ._white-text.--lh-75{line-height:75px}.BLACK_ROSE ._white-text.--lh-76{line-height:76px}.BLACK_ROSE ._white-text.--lh-77{line-height:77px}.BLACK_ROSE ._white-text.--lh-78{line-height:78px}.BLACK_ROSE ._white-text.--lh-79{line-height:79px}.BLACK_ROSE ._white-text.--lh-80{line-height:80px}.BLACK_ROSE ._white-text.--lh-81{line-height:81px}.BLACK_ROSE ._white-text.--lh-82{line-height:82px}.BLACK_ROSE ._white-text.--lh-83{line-height:83px}.BLACK_ROSE ._white-text.--lh-84{line-height:84px}.BLACK_ROSE ._white-text.--lh-85{line-height:85px}.BLACK_ROSE ._white-text.--lh-86{line-height:86px}.BLACK_ROSE ._white-text.--lh-87{line-height:87px}.BLACK_ROSE ._white-text.--lh-88{line-height:88px}.BLACK_ROSE ._white-text.--lh-89{line-height:89px}.BLACK_ROSE ._white-text.--lh-90{line-height:90px}.BLACK_ROSE ._white-text.--lh-91{line-height:91px}.BLACK_ROSE ._white-text.--lh-92{line-height:92px}.BLACK_ROSE ._white-text.--lh-93{line-height:93px}.BLACK_ROSE ._white-text.--lh-94{line-height:94px}.BLACK_ROSE ._white-text.--lh-95{line-height:95px}.BLACK_ROSE ._white-text.--lh-96{line-height:96px}.BLACK_ROSE ._white-text.--lh-97{line-height:97px}.BLACK_ROSE ._white-text.--lh-98{line-height:98px}.BLACK_ROSE ._white-text.--lh-99{line-height:99px}.BLACK_ROSE ._white-text.--lh-100{line-height:100px}.BLACK_ROSE ._white-text.--lh-101{line-height:101px}.BLACK_ROSE ._white-text.--lh-102{line-height:102px}.BLACK_ROSE ._white-text.--lh-103{line-height:103px}.BLACK_ROSE ._white-text.--lh-104{line-height:104px}.BLACK_ROSE ._white-text.--lh-105{line-height:105px}.BLACK_ROSE ._white-text.--lh-106{line-height:106px}.BLACK_ROSE ._white-text.--lh-107{line-height:107px}.BLACK_ROSE ._white-text.--lh-108{line-height:108px}.BLACK_ROSE ._white-text.--lh-109{line-height:109px}.BLACK_ROSE ._white-text.--lh-110{line-height:110px}.BLACK_ROSE ._white-text.--lh-111{line-height:111px}.BLACK_ROSE ._white-text.--lh-112{line-height:112px}.BLACK_ROSE ._white-text.--lh-113{line-height:113px}.BLACK_ROSE ._white-text.--lh-114{line-height:114px}.BLACK_ROSE ._white-text.--lh-115{line-height:115px}.BLACK_ROSE ._white-text.--lh-116{line-height:116px}.BLACK_ROSE ._white-text.--lh-117{line-height:117px}.BLACK_ROSE ._white-text.--lh-118{line-height:118px}.BLACK_ROSE ._white-text.--lh-119{line-height:119px}.BLACK_ROSE ._white-text.--lh-120{line-height:120px}.BLACK_ROSE ._white-text.--lh-121{line-height:121px}.BLACK_ROSE ._white-text.--lh-122{line-height:122px}.BLACK_ROSE ._white-text.--lh-123{line-height:123px}.BLACK_ROSE ._white-text.--lh-124{line-height:124px}.BLACK_ROSE ._white-text.--lh-125{line-height:125px}.BLACK_ROSE ._white-text.--lh-126{line-height:126px}.BLACK_ROSE ._white-text.--lh-127{line-height:127px}.BLACK_ROSE ._white-text.--lh-128{line-height:128px}.BLACK_ROSE ._white-text.--lh-129{line-height:129px}.BLACK_ROSE ._white-text.--lh-130{line-height:130px}.BLACK_ROSE ._white-text.--lh-131{line-height:131px}.BLACK_ROSE ._white-text.--lh-132{line-height:132px}.BLACK_ROSE ._white-text.--lh-133{line-height:133px}.BLACK_ROSE ._white-text.--lh-134{line-height:134px}.BLACK_ROSE ._white-text.--lh-135{line-height:135px}.BLACK_ROSE ._white-text.--lh-136{line-height:136px}.BLACK_ROSE ._white-text.--lh-137{line-height:137px}.BLACK_ROSE ._white-text.--lh-138{line-height:138px}.BLACK_ROSE ._white-text.--lh-139{line-height:139px}.BLACK_ROSE ._white-text.--lh-140{line-height:140px}.BLACK_ROSE ._white-text.--lh-141{line-height:141px}.BLACK_ROSE ._white-text.--lh-142{line-height:142px}.BLACK_ROSE ._white-text.--lh-143{line-height:143px}.BLACK_ROSE ._white-text.--lh-144{line-height:144px}.BLACK_ROSE ._white-text.--lh-145{line-height:145px}.BLACK_ROSE ._white-text.--lh-146{line-height:146px}.BLACK_ROSE ._white-text.--lh-147{line-height:147px}.BLACK_ROSE ._white-text.--lh-148{line-height:148px}.BLACK_ROSE ._white-text.--lh-149{line-height:149px}.BLACK_ROSE ._white-text.--lh-150{line-height:150px}.BLACK_ROSE ._white-text.--lh-151{line-height:151px}.BLACK_ROSE ._white-text.--lh-152{line-height:152px}.BLACK_ROSE ._white-text.--lh-153{line-height:153px}.BLACK_ROSE ._white-text.--lh-154{line-height:154px}.BLACK_ROSE ._white-text.--lh-155{line-height:155px}.BLACK_ROSE ._white-text.--lh-156{line-height:156px}.BLACK_ROSE ._white-text.--lh-157{line-height:157px}.BLACK_ROSE ._white-text.--lh-158{line-height:158px}.BLACK_ROSE ._white-text.--lh-159{line-height:159px}.BLACK_ROSE ._white-text.--lh-160{line-height:160px}.BLACK_ROSE ._white-text.--lh-161{line-height:161px}.BLACK_ROSE ._white-text.--lh-162{line-height:162px}.BLACK_ROSE ._white-text.--lh-163{line-height:163px}.BLACK_ROSE ._white-text.--lh-164{line-height:164px}.BLACK_ROSE ._white-text.--lh-165{line-height:165px}.BLACK_ROSE ._white-text.--lh-166{line-height:166px}.BLACK_ROSE ._white-text.--lh-167{line-height:167px}.BLACK_ROSE ._white-text.--lh-168{line-height:168px}.BLACK_ROSE ._white-text.--lh-169{line-height:169px}.BLACK_ROSE ._white-text.--lh-170{line-height:170px}.BLACK_ROSE ._white-text.--lh-171{line-height:171px}.BLACK_ROSE ._white-text.--lh-172{line-height:172px}.BLACK_ROSE ._white-text.--lh-173{line-height:173px}.BLACK_ROSE ._white-text.--lh-174{line-height:174px}.BLACK_ROSE ._white-text.--lh-175{line-height:175px}.BLACK_ROSE ._white-text.--lh-176{line-height:176px}.BLACK_ROSE ._white-text.--lh-177{line-height:177px}.BLACK_ROSE ._white-text.--lh-178{line-height:178px}.BLACK_ROSE ._white-text.--lh-179{line-height:179px}.BLACK_ROSE ._white-text.--lh-180{line-height:180px}.BLACK_ROSE ._white-text.--lh-181{line-height:181px}.BLACK_ROSE ._white-text.--lh-182{line-height:182px}.BLACK_ROSE ._white-text.--lh-183{line-height:183px}.BLACK_ROSE ._white-text.--lh-184{line-height:184px}.BLACK_ROSE ._white-text.--lh-185{line-height:185px}.BLACK_ROSE ._white-text.--lh-186{line-height:186px}.BLACK_ROSE ._white-text.--lh-187{line-height:187px}.BLACK_ROSE ._white-text.--lh-188{line-height:188px}.BLACK_ROSE ._white-text.--lh-189{line-height:189px}.BLACK_ROSE ._white-text.--lh-190{line-height:190px}.BLACK_ROSE ._white-text.--lh-191{line-height:191px}.BLACK_ROSE ._white-text.--lh-192{line-height:192px}.BLACK_ROSE ._white-text.--lh-193{line-height:193px}.BLACK_ROSE ._white-text.--lh-194{line-height:194px}.BLACK_ROSE ._white-text.--lh-195{line-height:195px}.BLACK_ROSE ._white-text.--lh-196{line-height:196px}.BLACK_ROSE ._white-text.--lh-197{line-height:197px}.BLACK_ROSE ._white-text.--lh-198{line-height:198px}.BLACK_ROSE ._white-text.--lh-199{line-height:199px}.BLACK_ROSE ._white-text.--lh-200{line-height:200px}.BLACK_ROSE ._white-text.--lh-201{line-height:201px}.BLACK_ROSE ._white-text.--lh-202{line-height:202px}.BLACK_ROSE ._white-text.--lh-203{line-height:203px}.BLACK_ROSE ._white-text.--lh-204{line-height:204px}.BLACK_ROSE ._white-text.--lh-205{line-height:205px}.BLACK_ROSE ._white-text.--lh-206{line-height:206px}.BLACK_ROSE ._white-text.--lh-207{line-height:207px}.BLACK_ROSE ._white-text.--lh-208{line-height:208px}.BLACK_ROSE ._white-text.--lh-209{line-height:209px}.BLACK_ROSE ._white-text.--lh-210{line-height:210px}.BLACK_ROSE ._white-text.--lh-211{line-height:211px}.BLACK_ROSE ._white-text.--lh-212{line-height:212px}.BLACK_ROSE ._white-text.--lh-213{line-height:213px}.BLACK_ROSE ._white-text.--lh-214{line-height:214px}.BLACK_ROSE ._white-text.--lh-215{line-height:215px}.BLACK_ROSE ._white-text.--lh-216{line-height:216px}.BLACK_ROSE ._white-text.--lh-217{line-height:217px}.BLACK_ROSE ._white-text.--lh-218{line-height:218px}.BLACK_ROSE ._white-text.--lh-219{line-height:219px}.BLACK_ROSE ._white-text.--lh-220{line-height:220px}.BLACK_ROSE ._white-text.--lh-221{line-height:221px}.BLACK_ROSE ._white-text.--lh-222{line-height:222px}.BLACK_ROSE ._white-text.--lh-223{line-height:223px}.BLACK_ROSE ._white-text.--lh-224{line-height:224px}.BLACK_ROSE ._white-text.--lh-225{line-height:225px}.BLACK_ROSE ._white-text.--lh-226{line-height:226px}.BLACK_ROSE ._white-text.--lh-227{line-height:227px}.BLACK_ROSE ._white-text.--lh-228{line-height:228px}.BLACK_ROSE ._white-text.--lh-229{line-height:229px}.BLACK_ROSE ._white-text.--lh-230{line-height:230px}.BLACK_ROSE ._white-text.--lh-231{line-height:231px}.BLACK_ROSE ._white-text.--lh-232{line-height:232px}.BLACK_ROSE ._white-text.--lh-233{line-height:233px}.BLACK_ROSE ._white-text.--lh-234{line-height:234px}.BLACK_ROSE ._white-text.--lh-235{line-height:235px}.BLACK_ROSE ._white-text.--lh-236{line-height:236px}.BLACK_ROSE ._white-text.--lh-237{line-height:237px}.BLACK_ROSE ._white-text.--lh-238{line-height:238px}.BLACK_ROSE ._white-text.--lh-239{line-height:239px}.BLACK_ROSE ._white-text.--lh-240{line-height:240px}.BLACK_ROSE ._white-text.--lh-241{line-height:241px}.BLACK_ROSE ._white-text.--lh-242{line-height:242px}.BLACK_ROSE ._white-text.--lh-243{line-height:243px}.BLACK_ROSE ._white-text.--lh-244{line-height:244px}.BLACK_ROSE ._white-text.--lh-245{line-height:245px}.BLACK_ROSE ._white-text.--lh-246{line-height:246px}.BLACK_ROSE ._white-text.--lh-247{line-height:247px}.BLACK_ROSE ._white-text.--lh-248{line-height:248px}.BLACK_ROSE ._white-text.--lh-249{line-height:249px}.BLACK_ROSE ._white-text.--lh-250{line-height:250px}.BLACK_ROSE ._white-text.--lh-251{line-height:251px}.BLACK_ROSE ._white-text.--lh-252{line-height:252px}.BLACK_ROSE ._white-text.--lh-253{line-height:253px}.BLACK_ROSE ._white-text.--lh-254{line-height:254px}.BLACK_ROSE ._white-text.--lh-255{line-height:255px}.BLACK_ROSE ._white-text.--lh-256{line-height:256px}.BLACK_ROSE ._white-text.--lh-257{line-height:257px}.BLACK_ROSE ._white-text.--lh-258{line-height:258px}.BLACK_ROSE ._white-text.--lh-259{line-height:259px}.BLACK_ROSE ._white-text.--lh-260{line-height:260px}.BLACK_ROSE ._white-text.--lh-261{line-height:261px}.BLACK_ROSE ._white-text.--lh-262{line-height:262px}.BLACK_ROSE ._white-text.--lh-263{line-height:263px}.BLACK_ROSE ._white-text.--lh-264{line-height:264px}.BLACK_ROSE ._white-text.--lh-265{line-height:265px}.BLACK_ROSE ._white-text.--lh-266{line-height:266px}.BLACK_ROSE ._white-text.--lh-267{line-height:267px}.BLACK_ROSE ._white-text.--lh-268{line-height:268px}.BLACK_ROSE ._white-text.--lh-269{line-height:269px}.BLACK_ROSE ._white-text.--lh-270{line-height:270px}.BLACK_ROSE ._white-text.--lh-271{line-height:271px}.BLACK_ROSE ._white-text.--lh-272{line-height:272px}.BLACK_ROSE ._white-text.--lh-273{line-height:273px}.BLACK_ROSE ._white-text.--lh-274{line-height:274px}.BLACK_ROSE ._white-text.--lh-275{line-height:275px}.BLACK_ROSE ._white-text.--lh-276{line-height:276px}.BLACK_ROSE ._white-text.--lh-277{line-height:277px}.BLACK_ROSE ._white-text.--lh-278{line-height:278px}.BLACK_ROSE ._white-text.--lh-279{line-height:279px}.BLACK_ROSE ._white-text.--lh-280{line-height:280px}.BLACK_ROSE ._white-text.--lh-281{line-height:281px}.BLACK_ROSE ._white-text.--lh-282{line-height:282px}.BLACK_ROSE ._white-text.--lh-283{line-height:283px}.BLACK_ROSE ._white-text.--lh-284{line-height:284px}.BLACK_ROSE ._white-text.--lh-285{line-height:285px}.BLACK_ROSE ._white-text.--lh-286{line-height:286px}.BLACK_ROSE ._white-text.--lh-287{line-height:287px}.BLACK_ROSE ._white-text.--lh-288{line-height:288px}.BLACK_ROSE ._white-text.--lh-289{line-height:289px}.BLACK_ROSE ._white-text.--lh-290{line-height:290px}.BLACK_ROSE ._white-text.--lh-291{line-height:291px}.BLACK_ROSE ._white-text.--lh-292{line-height:292px}.BLACK_ROSE ._white-text.--lh-293{line-height:293px}.BLACK_ROSE ._white-text.--lh-294{line-height:294px}.BLACK_ROSE ._white-text.--lh-295{line-height:295px}.BLACK_ROSE ._white-text.--lh-296{line-height:296px}.BLACK_ROSE ._white-text.--lh-297{line-height:297px}.BLACK_ROSE ._white-text.--lh-298{line-height:298px}.BLACK_ROSE ._white-text.--lh-299{line-height:299px}.BLACK_ROSE ._white-text.--lh-300{line-height:300px}.BLACK_ROSE ._white-text.--lh-301{line-height:301px}.BLACK_ROSE ._white-text.--lh-302{line-height:302px}.BLACK_ROSE ._white-text.--lh-303{line-height:303px}.BLACK_ROSE ._white-text.--lh-304{line-height:304px}.BLACK_ROSE ._white-text.--lh-305{line-height:305px}.BLACK_ROSE ._white-text.--lh-306{line-height:306px}.BLACK_ROSE ._white-text.--lh-307{line-height:307px}.BLACK_ROSE ._white-text.--lh-308{line-height:308px}.BLACK_ROSE ._white-text.--lh-309{line-height:309px}.BLACK_ROSE ._white-text.--lh-310{line-height:310px}.BLACK_ROSE ._white-text.--lh-311{line-height:311px}.BLACK_ROSE ._white-text.--lh-312{line-height:312px}.BLACK_ROSE ._white-text.--lh-313{line-height:313px}.BLACK_ROSE ._white-text.--lh-314{line-height:314px}.BLACK_ROSE ._white-text.--lh-315{line-height:315px}.BLACK_ROSE ._white-text.--lh-316{line-height:316px}.BLACK_ROSE ._white-text.--lh-317{line-height:317px}.BLACK_ROSE ._white-text.--lh-318{line-height:318px}.BLACK_ROSE ._white-text.--lh-319{line-height:319px}.BLACK_ROSE ._white-text.--lh-320{line-height:320px}.BLACK_ROSE ._white-text.--lh-321{line-height:321px}.BLACK_ROSE ._white-text.--lh-322{line-height:322px}.BLACK_ROSE ._white-text.--lh-323{line-height:323px}.BLACK_ROSE ._white-text.--lh-324{line-height:324px}.BLACK_ROSE ._white-text.--lh-325{line-height:325px}.BLACK_ROSE ._white-text.--lh-326{line-height:326px}.BLACK_ROSE ._white-text.--lh-327{line-height:327px}.BLACK_ROSE ._white-text.--lh-328{line-height:328px}.BLACK_ROSE ._white-text.--lh-329{line-height:329px}.BLACK_ROSE ._white-text.--lh-330{line-height:330px}.BLACK_ROSE ._white-text.--lh-331{line-height:331px}.BLACK_ROSE ._white-text.--lh-332{line-height:332px}.BLACK_ROSE ._white-text.--lh-333{line-height:333px}.BLACK_ROSE ._white-text.--lh-334{line-height:334px}.BLACK_ROSE ._white-text.--lh-335{line-height:335px}.BLACK_ROSE ._white-text.--lh-336{line-height:336px}.BLACK_ROSE ._white-text.--lh-337{line-height:337px}.BLACK_ROSE ._white-text.--lh-338{line-height:338px}.BLACK_ROSE ._white-text.--lh-339{line-height:339px}.BLACK_ROSE ._white-text.--lh-340{line-height:340px}.BLACK_ROSE ._white-text.--lh-341{line-height:341px}.BLACK_ROSE ._white-text.--lh-342{line-height:342px}.BLACK_ROSE ._white-text.--lh-343{line-height:343px}.BLACK_ROSE ._white-text.--lh-344{line-height:344px}.BLACK_ROSE ._white-text.--lh-345{line-height:345px}.BLACK_ROSE ._white-text.--lh-346{line-height:346px}.BLACK_ROSE ._white-text.--lh-347{line-height:347px}.BLACK_ROSE ._white-text.--lh-348{line-height:348px}.BLACK_ROSE ._white-text.--lh-349{line-height:349px}.BLACK_ROSE ._white-text.--lh-350{line-height:350px}.BLACK_ROSE ._white-text.--lh-351{line-height:351px}.BLACK_ROSE ._white-text.--lh-352{line-height:352px}.BLACK_ROSE ._white-text.--lh-353{line-height:353px}.BLACK_ROSE ._white-text.--lh-354{line-height:354px}.BLACK_ROSE ._white-text.--lh-355{line-height:355px}.BLACK_ROSE ._white-text.--lh-356{line-height:356px}.BLACK_ROSE ._white-text.--lh-357{line-height:357px}.BLACK_ROSE ._white-text.--lh-358{line-height:358px}.BLACK_ROSE ._white-text.--lh-359{line-height:359px}.BLACK_ROSE ._white-text.--lh-360{line-height:360px}.BLACK_ROSE ._white-text.--lh-361{line-height:361px}.BLACK_ROSE ._white-text.--lh-362{line-height:362px}.BLACK_ROSE ._white-text.--lh-363{line-height:363px}.BLACK_ROSE ._white-text.--lh-364{line-height:364px}.BLACK_ROSE ._white-text.--lh-365{line-height:365px}.BLACK_ROSE ._white-text.--lh-366{line-height:366px}.BLACK_ROSE ._white-text.--lh-367{line-height:367px}.BLACK_ROSE ._white-text.--lh-368{line-height:368px}.BLACK_ROSE ._white-text.--lh-369{line-height:369px}.BLACK_ROSE ._white-text.--lh-370{line-height:370px}.BLACK_ROSE ._white-text.--lh-371{line-height:371px}.BLACK_ROSE ._white-text.--lh-372{line-height:372px}.BLACK_ROSE ._white-text.--lh-373{line-height:373px}.BLACK_ROSE ._white-text.--lh-374{line-height:374px}.BLACK_ROSE ._white-text.--lh-375{line-height:375px}.BLACK_ROSE ._white-text.--lh-376{line-height:376px}.BLACK_ROSE ._white-text.--lh-377{line-height:377px}.BLACK_ROSE ._white-text.--lh-378{line-height:378px}.BLACK_ROSE ._white-text.--lh-379{line-height:379px}.BLACK_ROSE ._white-text.--lh-380{line-height:380px}.BLACK_ROSE ._white-text.--lh-381{line-height:381px}.BLACK_ROSE ._white-text.--lh-382{line-height:382px}.BLACK_ROSE ._white-text.--lh-383{line-height:383px}.BLACK_ROSE ._white-text.--lh-384{line-height:384px}.BLACK_ROSE ._white-text.--lh-385{line-height:385px}.BLACK_ROSE ._white-text.--lh-386{line-height:386px}.BLACK_ROSE ._white-text.--lh-387{line-height:387px}.BLACK_ROSE ._white-text.--lh-388{line-height:388px}.BLACK_ROSE ._white-text.--lh-389{line-height:389px}.BLACK_ROSE ._white-text.--lh-390{line-height:390px}.BLACK_ROSE ._white-text.--lh-391{line-height:391px}.BLACK_ROSE ._white-text.--lh-392{line-height:392px}.BLACK_ROSE ._white-text.--lh-393{line-height:393px}.BLACK_ROSE ._white-text.--lh-394{line-height:394px}.BLACK_ROSE ._white-text.--lh-395{line-height:395px}.BLACK_ROSE ._white-text.--lh-396{line-height:396px}.BLACK_ROSE ._white-text.--lh-397{line-height:397px}.BLACK_ROSE ._white-text.--lh-398{line-height:398px}.BLACK_ROSE ._white-text.--lh-399{line-height:399px}.BLACK_ROSE ._white-text.--lh-400{line-height:400px}.BLACK_ROSE ._white-text.--lh-401{line-height:401px}.BLACK_ROSE ._white-text.--lh-402{line-height:402px}.BLACK_ROSE ._white-text.--lh-403{line-height:403px}.BLACK_ROSE ._white-text.--lh-404{line-height:404px}.BLACK_ROSE ._white-text.--lh-405{line-height:405px}.BLACK_ROSE ._white-text.--lh-406{line-height:406px}.BLACK_ROSE ._white-text.--lh-407{line-height:407px}.BLACK_ROSE ._white-text.--lh-408{line-height:408px}.BLACK_ROSE ._white-text.--lh-409{line-height:409px}.BLACK_ROSE ._white-text.--lh-410{line-height:410px}.BLACK_ROSE ._white-text.--lh-411{line-height:411px}.BLACK_ROSE ._white-text.--lh-412{line-height:412px}.BLACK_ROSE ._white-text.--lh-413{line-height:413px}.BLACK_ROSE ._white-text.--lh-414{line-height:414px}.BLACK_ROSE ._white-text.--lh-415{line-height:415px}.BLACK_ROSE ._white-text.--lh-416{line-height:416px}.BLACK_ROSE ._white-text.--lh-417{line-height:417px}.BLACK_ROSE ._white-text.--lh-418{line-height:418px}.BLACK_ROSE ._white-text.--lh-419{line-height:419px}.BLACK_ROSE ._white-text.--lh-420{line-height:420px}.BLACK_ROSE ._white-text.--lh-421{line-height:421px}.BLACK_ROSE ._white-text.--lh-422{line-height:422px}.BLACK_ROSE ._white-text.--lh-423{line-height:423px}.BLACK_ROSE ._white-text.--lh-424{line-height:424px}.BLACK_ROSE ._white-text.--lh-425{line-height:425px}.BLACK_ROSE ._white-text.--lh-426{line-height:426px}.BLACK_ROSE ._white-text.--lh-427{line-height:427px}.BLACK_ROSE ._white-text.--lh-428{line-height:428px}.BLACK_ROSE ._white-text.--lh-429{line-height:429px}.BLACK_ROSE ._white-text.--lh-430{line-height:430px}.BLACK_ROSE ._white-text.--lh-431{line-height:431px}.BLACK_ROSE ._white-text.--lh-432{line-height:432px}.BLACK_ROSE ._white-text.--lh-433{line-height:433px}.BLACK_ROSE ._white-text.--lh-434{line-height:434px}.BLACK_ROSE ._white-text.--lh-435{line-height:435px}.BLACK_ROSE ._white-text.--lh-436{line-height:436px}.BLACK_ROSE ._white-text.--lh-437{line-height:437px}.BLACK_ROSE ._white-text.--lh-438{line-height:438px}.BLACK_ROSE ._white-text.--lh-439{line-height:439px}.BLACK_ROSE ._white-text.--lh-440{line-height:440px}.BLACK_ROSE ._white-text.--lh-441{line-height:441px}.BLACK_ROSE ._white-text.--lh-442{line-height:442px}.BLACK_ROSE ._white-text.--lh-443{line-height:443px}.BLACK_ROSE ._white-text.--lh-444{line-height:444px}.BLACK_ROSE ._white-text.--lh-445{line-height:445px}.BLACK_ROSE ._white-text.--lh-446{line-height:446px}.BLACK_ROSE ._white-text.--lh-447{line-height:447px}.BLACK_ROSE ._white-text.--lh-448{line-height:448px}.BLACK_ROSE ._white-text.--lh-449{line-height:449px}.BLACK_ROSE ._white-text.--lh-450{line-height:450px}.BLACK_ROSE ._white-text.--lh-451{line-height:451px}.BLACK_ROSE ._white-text.--lh-452{line-height:452px}.BLACK_ROSE ._white-text.--lh-453{line-height:453px}.BLACK_ROSE ._white-text.--lh-454{line-height:454px}.BLACK_ROSE ._white-text.--lh-455{line-height:455px}.BLACK_ROSE ._white-text.--lh-456{line-height:456px}.BLACK_ROSE ._white-text.--lh-457{line-height:457px}.BLACK_ROSE ._white-text.--lh-458{line-height:458px}.BLACK_ROSE ._white-text.--lh-459{line-height:459px}.BLACK_ROSE ._white-text.--lh-460{line-height:460px}.BLACK_ROSE ._white-text.--lh-461{line-height:461px}.BLACK_ROSE ._white-text.--lh-462{line-height:462px}.BLACK_ROSE ._white-text.--lh-463{line-height:463px}.BLACK_ROSE ._white-text.--lh-464{line-height:464px}.BLACK_ROSE ._white-text.--lh-465{line-height:465px}.BLACK_ROSE ._white-text.--lh-466{line-height:466px}.BLACK_ROSE ._white-text.--lh-467{line-height:467px}.BLACK_ROSE ._white-text.--lh-468{line-height:468px}.BLACK_ROSE ._white-text.--lh-469{line-height:469px}.BLACK_ROSE ._white-text.--lh-470{line-height:470px}.BLACK_ROSE ._white-text.--lh-471{line-height:471px}.BLACK_ROSE ._white-text.--lh-472{line-height:472px}.BLACK_ROSE ._white-text.--lh-473{line-height:473px}.BLACK_ROSE ._white-text.--lh-474{line-height:474px}.BLACK_ROSE ._white-text.--lh-475{line-height:475px}.BLACK_ROSE ._white-text.--lh-476{line-height:476px}.BLACK_ROSE ._white-text.--lh-477{line-height:477px}.BLACK_ROSE ._white-text.--lh-478{line-height:478px}.BLACK_ROSE ._white-text.--lh-479{line-height:479px}.BLACK_ROSE ._white-text.--lh-480{line-height:480px}.BLACK_ROSE ._white-text.--lh-481{line-height:481px}.BLACK_ROSE ._white-text.--lh-482{line-height:482px}.BLACK_ROSE ._white-text.--lh-483{line-height:483px}.BLACK_ROSE ._white-text.--lh-484{line-height:484px}.BLACK_ROSE ._white-text.--lh-485{line-height:485px}.BLACK_ROSE ._white-text.--lh-486{line-height:486px}.BLACK_ROSE ._white-text.--lh-487{line-height:487px}.BLACK_ROSE ._white-text.--lh-488{line-height:488px}.BLACK_ROSE ._white-text.--lh-489{line-height:489px}.BLACK_ROSE ._white-text.--lh-490{line-height:490px}.BLACK_ROSE ._white-text.--lh-491{line-height:491px}.BLACK_ROSE ._white-text.--lh-492{line-height:492px}.BLACK_ROSE ._white-text.--lh-493{line-height:493px}.BLACK_ROSE ._white-text.--lh-494{line-height:494px}.BLACK_ROSE ._white-text.--lh-495{line-height:495px}.BLACK_ROSE ._white-text.--lh-496{line-height:496px}.BLACK_ROSE ._white-text.--lh-497{line-height:497px}.BLACK_ROSE ._white-text.--lh-498{line-height:498px}.BLACK_ROSE ._white-text.--lh-499{line-height:499px}.BLACK_ROSE ._white-text.--lh-500{line-height:500px}.BLACK_ROSE ._white-text.--lh-501{line-height:501px}.BLACK_ROSE ._white-text.--lh-502{line-height:502px}.BLACK_ROSE ._white-text.--lh-503{line-height:503px}.BLACK_ROSE ._white-text.--lh-504{line-height:504px}.BLACK_ROSE ._white-text.--lh-505{line-height:505px}.BLACK_ROSE ._white-text.--lh-506{line-height:506px}.BLACK_ROSE ._white-text.--lh-507{line-height:507px}.BLACK_ROSE ._white-text.--lh-508{line-height:508px}.BLACK_ROSE ._white-text.--lh-509{line-height:509px}.BLACK_ROSE ._white-text.--lh-510{line-height:510px}.BLACK_ROSE ._white-text.--lh-511{line-height:511px}.BLACK_ROSE ._white-text.--lh-512{line-height:512px}.BLACK_ROSE ._white-text.--lh-513{line-height:513px}.BLACK_ROSE ._white-text.--lh-514{line-height:514px}.BLACK_ROSE ._white-text.--lh-515{line-height:515px}.BLACK_ROSE ._white-text.--lh-516{line-height:516px}.BLACK_ROSE ._white-text.--lh-517{line-height:517px}.BLACK_ROSE ._white-text.--lh-518{line-height:518px}.BLACK_ROSE ._white-text.--lh-519{line-height:519px}.BLACK_ROSE ._white-text.--lh-520{line-height:520px}.BLACK_ROSE ._white-text.--lh-521{line-height:521px}.BLACK_ROSE ._white-text.--lh-522{line-height:522px}.BLACK_ROSE ._white-text.--lh-523{line-height:523px}.BLACK_ROSE ._white-text.--lh-524{line-height:524px}.BLACK_ROSE ._white-text.--lh-525{line-height:525px}.BLACK_ROSE ._white-text.--lh-526{line-height:526px}.BLACK_ROSE ._white-text.--lh-527{line-height:527px}.BLACK_ROSE ._white-text.--lh-528{line-height:528px}.BLACK_ROSE ._white-text.--lh-529{line-height:529px}.BLACK_ROSE ._white-text.--lh-530{line-height:530px}.BLACK_ROSE ._white-text.--lh-531{line-height:531px}.BLACK_ROSE ._white-text.--lh-532{line-height:532px}.BLACK_ROSE ._white-text.--lh-533{line-height:533px}.BLACK_ROSE ._white-text.--lh-534{line-height:534px}.BLACK_ROSE ._white-text.--lh-535{line-height:535px}.BLACK_ROSE ._white-text.--lh-536{line-height:536px}.BLACK_ROSE ._white-text.--lh-537{line-height:537px}.BLACK_ROSE ._white-text.--lh-538{line-height:538px}.BLACK_ROSE ._white-text.--lh-539{line-height:539px}.BLACK_ROSE ._white-text.--lh-540{line-height:540px}.BLACK_ROSE ._white-text.--lh-541{line-height:541px}.BLACK_ROSE ._white-text.--lh-542{line-height:542px}.BLACK_ROSE ._white-text.--lh-543{line-height:543px}.BLACK_ROSE ._white-text.--lh-544{line-height:544px}.BLACK_ROSE ._white-text.--lh-545{line-height:545px}.BLACK_ROSE ._white-text.--lh-546{line-height:546px}.BLACK_ROSE ._white-text.--lh-547{line-height:547px}.BLACK_ROSE ._white-text.--lh-548{line-height:548px}.BLACK_ROSE ._white-text.--lh-549{line-height:549px}.BLACK_ROSE ._white-text.--lh-550{line-height:550px}.BLACK_ROSE ._white-text.--lh-551{line-height:551px}.BLACK_ROSE ._white-text.--lh-552{line-height:552px}.BLACK_ROSE ._white-text.--lh-553{line-height:553px}.BLACK_ROSE ._white-text.--lh-554{line-height:554px}.BLACK_ROSE ._white-text.--lh-555{line-height:555px}.BLACK_ROSE ._white-text.--lh-556{line-height:556px}.BLACK_ROSE ._white-text.--lh-557{line-height:557px}.BLACK_ROSE ._white-text.--lh-558{line-height:558px}.BLACK_ROSE ._white-text.--lh-559{line-height:559px}.BLACK_ROSE ._white-text.--lh-560{line-height:560px}.BLACK_ROSE ._white-text.--lh-561{line-height:561px}.BLACK_ROSE ._white-text.--lh-562{line-height:562px}.BLACK_ROSE ._white-text.--lh-563{line-height:563px}.BLACK_ROSE ._white-text.--lh-564{line-height:564px}.BLACK_ROSE ._white-text.--lh-565{line-height:565px}.BLACK_ROSE ._white-text.--lh-566{line-height:566px}.BLACK_ROSE ._white-text.--lh-567{line-height:567px}.BLACK_ROSE ._white-text.--lh-568{line-height:568px}.BLACK_ROSE ._white-text.--lh-569{line-height:569px}.BLACK_ROSE ._white-text.--lh-570{line-height:570px}.BLACK_ROSE ._white-text.--lh-571{line-height:571px}.BLACK_ROSE ._white-text.--lh-572{line-height:572px}.BLACK_ROSE ._white-text.--lh-573{line-height:573px}.BLACK_ROSE ._white-text.--lh-574{line-height:574px}.BLACK_ROSE ._white-text.--lh-575{line-height:575px}.BLACK_ROSE ._white-text.--lh-576{line-height:576px}.BLACK_ROSE ._white-text.--lh-577{line-height:577px}.BLACK_ROSE ._white-text.--lh-578{line-height:578px}.BLACK_ROSE ._white-text.--lh-579{line-height:579px}.BLACK_ROSE ._white-text.--lh-580{line-height:580px}.BLACK_ROSE ._white-text.--lh-581{line-height:581px}.BLACK_ROSE ._white-text.--lh-582{line-height:582px}.BLACK_ROSE ._white-text.--lh-583{line-height:583px}.BLACK_ROSE ._white-text.--lh-584{line-height:584px}.BLACK_ROSE ._white-text.--lh-585{line-height:585px}.BLACK_ROSE ._white-text.--lh-586{line-height:586px}.BLACK_ROSE ._white-text.--lh-587{line-height:587px}.BLACK_ROSE ._white-text.--lh-588{line-height:588px}.BLACK_ROSE ._white-text.--lh-589{line-height:589px}.BLACK_ROSE ._white-text.--lh-590{line-height:590px}.BLACK_ROSE ._white-text.--lh-591{line-height:591px}.BLACK_ROSE ._white-text.--lh-592{line-height:592px}.BLACK_ROSE ._white-text.--lh-593{line-height:593px}.BLACK_ROSE ._white-text.--lh-594{line-height:594px}.BLACK_ROSE ._white-text.--lh-595{line-height:595px}.BLACK_ROSE ._white-text.--lh-596{line-height:596px}.BLACK_ROSE ._white-text.--lh-597{line-height:597px}.BLACK_ROSE ._white-text.--lh-598{line-height:598px}.BLACK_ROSE ._white-text.--lh-599{line-height:599px}.BLACK_ROSE ._white-text.--lh-600{line-height:600px}.BLACK_ROSE ._white-text.--lh-601{line-height:601px}.BLACK_ROSE ._white-text.--lh-602{line-height:602px}.BLACK_ROSE ._white-text.--lh-603{line-height:603px}.BLACK_ROSE ._white-text.--lh-604{line-height:604px}.BLACK_ROSE ._white-text.--lh-605{line-height:605px}.BLACK_ROSE ._white-text.--lh-606{line-height:606px}.BLACK_ROSE ._white-text.--lh-607{line-height:607px}.BLACK_ROSE ._white-text.--lh-608{line-height:608px}.BLACK_ROSE ._white-text.--lh-609{line-height:609px}.BLACK_ROSE ._white-text.--lh-610{line-height:610px}.BLACK_ROSE ._white-text.--lh-611{line-height:611px}.BLACK_ROSE ._white-text.--lh-612{line-height:612px}.BLACK_ROSE ._white-text.--lh-613{line-height:613px}.BLACK_ROSE ._white-text.--lh-614{line-height:614px}.BLACK_ROSE ._white-text.--lh-615{line-height:615px}.BLACK_ROSE ._white-text.--lh-616{line-height:616px}.BLACK_ROSE ._white-text.--lh-617{line-height:617px}.BLACK_ROSE ._white-text.--lh-618{line-height:618px}.BLACK_ROSE ._white-text.--lh-619{line-height:619px}.BLACK_ROSE ._white-text.--lh-620{line-height:620px}.BLACK_ROSE ._white-text.--lh-621{line-height:621px}.BLACK_ROSE ._white-text.--lh-622{line-height:622px}.BLACK_ROSE ._white-text.--lh-623{line-height:623px}.BLACK_ROSE ._white-text.--lh-624{line-height:624px}.BLACK_ROSE ._white-text.--lh-625{line-height:625px}.BLACK_ROSE ._white-text.--lh-626{line-height:626px}.BLACK_ROSE ._white-text.--lh-627{line-height:627px}.BLACK_ROSE ._white-text.--lh-628{line-height:628px}.BLACK_ROSE ._white-text.--lh-629{line-height:629px}.BLACK_ROSE ._white-text.--lh-630{line-height:630px}.BLACK_ROSE ._white-text.--lh-631{line-height:631px}.BLACK_ROSE ._white-text.--lh-632{line-height:632px}.BLACK_ROSE ._white-text.--lh-633{line-height:633px}.BLACK_ROSE ._white-text.--lh-634{line-height:634px}.BLACK_ROSE ._white-text.--lh-635{line-height:635px}.BLACK_ROSE ._white-text.--lh-636{line-height:636px}.BLACK_ROSE ._white-text.--lh-637{line-height:637px}.BLACK_ROSE ._white-text.--lh-638{line-height:638px}.BLACK_ROSE ._white-text.--lh-639{line-height:639px}.BLACK_ROSE ._white-text.--lh-640{line-height:640px}.BLACK_ROSE ._white-text.--lh-641{line-height:641px}.BLACK_ROSE ._white-text.--lh-642{line-height:642px}.BLACK_ROSE ._white-text.--lh-643{line-height:643px}.BLACK_ROSE ._white-text.--lh-644{line-height:644px}.BLACK_ROSE ._white-text.--lh-645{line-height:645px}.BLACK_ROSE ._white-text.--lh-646{line-height:646px}.BLACK_ROSE ._white-text.--lh-647{line-height:647px}.BLACK_ROSE ._white-text.--lh-648{line-height:648px}.BLACK_ROSE ._white-text.--lh-649{line-height:649px}.BLACK_ROSE ._white-text.--lh-650{line-height:650px}.BLACK_ROSE ._white-text.--lh-651{line-height:651px}.BLACK_ROSE ._white-text.--lh-652{line-height:652px}.BLACK_ROSE ._white-text.--lh-653{line-height:653px}.BLACK_ROSE ._white-text.--lh-654{line-height:654px}.BLACK_ROSE ._white-text.--lh-655{line-height:655px}.BLACK_ROSE ._white-text.--lh-656{line-height:656px}.BLACK_ROSE ._white-text.--lh-657{line-height:657px}.BLACK_ROSE ._white-text.--lh-658{line-height:658px}.BLACK_ROSE ._white-text.--lh-659{line-height:659px}.BLACK_ROSE ._white-text.--lh-660{line-height:660px}.BLACK_ROSE ._white-text.--lh-661{line-height:661px}.BLACK_ROSE ._white-text.--lh-662{line-height:662px}.BLACK_ROSE ._white-text.--lh-663{line-height:663px}.BLACK_ROSE ._white-text.--lh-664{line-height:664px}.BLACK_ROSE ._white-text.--lh-665{line-height:665px}.BLACK_ROSE ._white-text.--lh-666{line-height:666px}.BLACK_ROSE ._white-text.--lh-667{line-height:667px}.BLACK_ROSE ._white-text.--lh-668{line-height:668px}.BLACK_ROSE ._white-text.--lh-669{line-height:669px}.BLACK_ROSE ._white-text.--lh-670{line-height:670px}.BLACK_ROSE ._white-text.--lh-671{line-height:671px}.BLACK_ROSE ._white-text.--lh-672{line-height:672px}.BLACK_ROSE ._white-text.--lh-673{line-height:673px}.BLACK_ROSE ._white-text.--lh-674{line-height:674px}.BLACK_ROSE ._white-text.--lh-675{line-height:675px}.BLACK_ROSE ._white-text.--lh-676{line-height:676px}.BLACK_ROSE ._white-text.--lh-677{line-height:677px}.BLACK_ROSE ._white-text.--lh-678{line-height:678px}.BLACK_ROSE ._white-text.--lh-679{line-height:679px}.BLACK_ROSE ._white-text.--lh-680{line-height:680px}.BLACK_ROSE ._white-text.--lh-681{line-height:681px}.BLACK_ROSE ._white-text.--lh-682{line-height:682px}.BLACK_ROSE ._white-text.--lh-683{line-height:683px}.BLACK_ROSE ._white-text.--lh-684{line-height:684px}.BLACK_ROSE ._white-text.--lh-685{line-height:685px}.BLACK_ROSE ._white-text.--lh-686{line-height:686px}.BLACK_ROSE ._white-text.--lh-687{line-height:687px}.BLACK_ROSE ._white-text.--lh-688{line-height:688px}.BLACK_ROSE ._white-text.--lh-689{line-height:689px}.BLACK_ROSE ._white-text.--lh-690{line-height:690px}.BLACK_ROSE ._white-text.--lh-691{line-height:691px}.BLACK_ROSE ._white-text.--lh-692{line-height:692px}.BLACK_ROSE ._white-text.--lh-693{line-height:693px}.BLACK_ROSE ._white-text.--lh-694{line-height:694px}.BLACK_ROSE ._white-text.--lh-695{line-height:695px}.BLACK_ROSE ._white-text.--lh-696{line-height:696px}.BLACK_ROSE ._white-text.--lh-697{line-height:697px}.BLACK_ROSE ._white-text.--lh-698{line-height:698px}.BLACK_ROSE ._white-text.--lh-699{line-height:699px}.BLACK_ROSE ._white-text.--lh-700{line-height:700px}.BLACK_ROSE ._white-text.--lh-701{line-height:701px}.BLACK_ROSE ._white-text.--lh-702{line-height:702px}.BLACK_ROSE ._white-text.--lh-703{line-height:703px}.BLACK_ROSE ._white-text.--lh-704{line-height:704px}.BLACK_ROSE ._white-text.--lh-705{line-height:705px}.BLACK_ROSE ._white-text.--lh-706{line-height:706px}.BLACK_ROSE ._white-text.--lh-707{line-height:707px}.BLACK_ROSE ._white-text.--lh-708{line-height:708px}.BLACK_ROSE ._white-text.--lh-709{line-height:709px}.BLACK_ROSE ._white-text.--lh-710{line-height:710px}.BLACK_ROSE ._white-text.--lh-711{line-height:711px}.BLACK_ROSE ._white-text.--lh-712{line-height:712px}.BLACK_ROSE ._white-text.--lh-713{line-height:713px}.BLACK_ROSE ._white-text.--lh-714{line-height:714px}.BLACK_ROSE ._white-text.--lh-715{line-height:715px}.BLACK_ROSE ._white-text.--lh-716{line-height:716px}.BLACK_ROSE ._white-text.--lh-717{line-height:717px}.BLACK_ROSE ._white-text.--lh-718{line-height:718px}.BLACK_ROSE ._white-text.--lh-719{line-height:719px}.BLACK_ROSE ._white-text.--lh-720{line-height:720px}.BLACK_ROSE ._white-text.--lh-721{line-height:721px}.BLACK_ROSE ._white-text.--lh-722{line-height:722px}.BLACK_ROSE ._white-text.--lh-723{line-height:723px}.BLACK_ROSE ._white-text.--lh-724{line-height:724px}.BLACK_ROSE ._white-text.--lh-725{line-height:725px}.BLACK_ROSE ._white-text.--lh-726{line-height:726px}.BLACK_ROSE ._white-text.--lh-727{line-height:727px}.BLACK_ROSE ._white-text.--lh-728{line-height:728px}.BLACK_ROSE ._white-text.--lh-729{line-height:729px}.BLACK_ROSE ._white-text.--lh-730{line-height:730px}.BLACK_ROSE ._white-text.--lh-731{line-height:731px}.BLACK_ROSE ._white-text.--lh-732{line-height:732px}.BLACK_ROSE ._white-text.--lh-733{line-height:733px}.BLACK_ROSE ._white-text.--lh-734{line-height:734px}.BLACK_ROSE ._white-text.--lh-735{line-height:735px}.BLACK_ROSE ._white-text.--lh-736{line-height:736px}.BLACK_ROSE ._white-text.--lh-737{line-height:737px}.BLACK_ROSE ._white-text.--lh-738{line-height:738px}.BLACK_ROSE ._white-text.--lh-739{line-height:739px}.BLACK_ROSE ._white-text.--lh-740{line-height:740px}.BLACK_ROSE ._white-text.--lh-741{line-height:741px}.BLACK_ROSE ._white-text.--lh-742{line-height:742px}.BLACK_ROSE ._white-text.--lh-743{line-height:743px}.BLACK_ROSE ._white-text.--lh-744{line-height:744px}.BLACK_ROSE ._white-text.--lh-745{line-height:745px}.BLACK_ROSE ._white-text.--lh-746{line-height:746px}.BLACK_ROSE ._white-text.--lh-747{line-height:747px}.BLACK_ROSE ._white-text.--lh-748{line-height:748px}.BLACK_ROSE ._white-text.--lh-749{line-height:749px}.BLACK_ROSE ._white-text.--lh-750{line-height:750px}.BLACK_ROSE ._white-text.--lh-751{line-height:751px}.BLACK_ROSE ._white-text.--lh-752{line-height:752px}.BLACK_ROSE ._white-text.--lh-753{line-height:753px}.BLACK_ROSE ._white-text.--lh-754{line-height:754px}.BLACK_ROSE ._white-text.--lh-755{line-height:755px}.BLACK_ROSE ._white-text.--lh-756{line-height:756px}.BLACK_ROSE ._white-text.--lh-757{line-height:757px}.BLACK_ROSE ._white-text.--lh-758{line-height:758px}.BLACK_ROSE ._white-text.--lh-759{line-height:759px}.BLACK_ROSE ._white-text.--lh-760{line-height:760px}.BLACK_ROSE ._white-text.--lh-761{line-height:761px}.BLACK_ROSE ._white-text.--lh-762{line-height:762px}.BLACK_ROSE ._white-text.--lh-763{line-height:763px}.BLACK_ROSE ._white-text.--lh-764{line-height:764px}.BLACK_ROSE ._white-text.--lh-765{line-height:765px}.BLACK_ROSE ._white-text.--lh-766{line-height:766px}.BLACK_ROSE ._white-text.--lh-767{line-height:767px}.BLACK_ROSE ._white-text.--lh-768{line-height:768px}.BLACK_ROSE ._white-text.--lh-769{line-height:769px}.BLACK_ROSE ._white-text.--lh-770{line-height:770px}.BLACK_ROSE ._white-text.--lh-771{line-height:771px}.BLACK_ROSE ._white-text.--lh-772{line-height:772px}.BLACK_ROSE ._white-text.--lh-773{line-height:773px}.BLACK_ROSE ._white-text.--lh-774{line-height:774px}.BLACK_ROSE ._white-text.--lh-775{line-height:775px}.BLACK_ROSE ._white-text.--lh-776{line-height:776px}.BLACK_ROSE ._white-text.--lh-777{line-height:777px}.BLACK_ROSE ._white-text.--lh-778{line-height:778px}.BLACK_ROSE ._white-text.--lh-779{line-height:779px}.BLACK_ROSE ._white-text.--lh-780{line-height:780px}.BLACK_ROSE ._white-text.--lh-781{line-height:781px}.BLACK_ROSE ._white-text.--lh-782{line-height:782px}.BLACK_ROSE ._white-text.--lh-783{line-height:783px}.BLACK_ROSE ._white-text.--lh-784{line-height:784px}.BLACK_ROSE ._white-text.--lh-785{line-height:785px}.BLACK_ROSE ._white-text.--lh-786{line-height:786px}.BLACK_ROSE ._white-text.--lh-787{line-height:787px}.BLACK_ROSE ._white-text.--lh-788{line-height:788px}.BLACK_ROSE ._white-text.--lh-789{line-height:789px}.BLACK_ROSE ._white-text.--lh-790{line-height:790px}.BLACK_ROSE ._white-text.--lh-791{line-height:791px}.BLACK_ROSE ._white-text.--lh-792{line-height:792px}.BLACK_ROSE ._white-text.--lh-793{line-height:793px}.BLACK_ROSE ._white-text.--lh-794{line-height:794px}.BLACK_ROSE ._white-text.--lh-795{line-height:795px}.BLACK_ROSE ._white-text.--lh-796{line-height:796px}.BLACK_ROSE ._white-text.--lh-797{line-height:797px}.BLACK_ROSE ._white-text.--lh-798{line-height:798px}.BLACK_ROSE ._white-text.--lh-799{line-height:799px}.BLACK_ROSE ._white-text.--lh-800{line-height:800px}.BLACK_ROSE .profile-details-label{font-family:Poppins;font-size:22.37px;font-weight:700;line-height:33.55px;color:#14ff6c}.GREEN_GOLD ._primary-text{color:var(--white);font-family:Poppins}.GREEN_GOLD ._primary-text.--size-5{font-size:5px}.GREEN_GOLD ._primary-text.--size-6{font-size:6px}.GREEN_GOLD ._primary-text.--size-7{font-size:7px}.GREEN_GOLD ._primary-text.--size-8{font-size:8px}.GREEN_GOLD ._primary-text.--size-9{font-size:9px}.GREEN_GOLD ._primary-text.--size-10{font-size:10px}.GREEN_GOLD ._primary-text.--size-11{font-size:11px}.GREEN_GOLD ._primary-text.--size-12{font-size:12px}.GREEN_GOLD ._primary-text.--size-13{font-size:13px}.GREEN_GOLD ._primary-text.--size-14{font-size:14px}.GREEN_GOLD ._primary-text.--size-15{font-size:15px}.GREEN_GOLD ._primary-text.--size-16{font-size:16px}.GREEN_GOLD ._primary-text.--size-17{font-size:17px}.GREEN_GOLD ._primary-text.--size-18{font-size:18px}.GREEN_GOLD ._primary-text.--size-19{font-size:19px}.GREEN_GOLD ._primary-text.--size-20{font-size:20px}.GREEN_GOLD ._primary-text.--size-21{font-size:21px}.GREEN_GOLD ._primary-text.--size-22{font-size:22px}.GREEN_GOLD ._primary-text.--size-23{font-size:23px}.GREEN_GOLD ._primary-text.--size-24{font-size:24px}.GREEN_GOLD ._primary-text.--size-25{font-size:25px}.GREEN_GOLD ._primary-text.--size-26{font-size:26px}.GREEN_GOLD ._primary-text.--size-27{font-size:27px}.GREEN_GOLD ._primary-text.--size-28{font-size:28px}.GREEN_GOLD ._primary-text.--size-29{font-size:29px}.GREEN_GOLD ._primary-text.--size-30{font-size:30px}.GREEN_GOLD ._primary-text.--size-31{font-size:31px}.GREEN_GOLD ._primary-text.--size-32{font-size:32px}.GREEN_GOLD ._primary-text.--size-33{font-size:33px}.GREEN_GOLD ._primary-text.--size-34{font-size:34px}.GREEN_GOLD ._primary-text.--size-35{font-size:35px}.GREEN_GOLD ._primary-text.--size-36{font-size:36px}.GREEN_GOLD ._primary-text.--size-37{font-size:37px}.GREEN_GOLD ._primary-text.--size-38{font-size:38px}.GREEN_GOLD ._primary-text.--size-39{font-size:39px}.GREEN_GOLD ._primary-text.--size-40{font-size:40px}.GREEN_GOLD ._primary-text.--size-41{font-size:41px}.GREEN_GOLD ._primary-text.--size-42{font-size:42px}.GREEN_GOLD ._primary-text.--size-43{font-size:43px}.GREEN_GOLD ._primary-text.--size-44{font-size:44px}.GREEN_GOLD ._primary-text.--size-45{font-size:45px}.GREEN_GOLD ._primary-text.--size-46{font-size:46px}.GREEN_GOLD ._primary-text.--size-47{font-size:47px}.GREEN_GOLD ._primary-text.--size-48{font-size:48px}.GREEN_GOLD ._primary-text.--size-49{font-size:49px}.GREEN_GOLD ._primary-text.--size-50{font-size:50px}.GREEN_GOLD ._primary-text.--size-51{font-size:51px}.GREEN_GOLD ._primary-text.--size-52{font-size:52px}.GREEN_GOLD ._primary-text.--size-53{font-size:53px}.GREEN_GOLD ._primary-text.--size-54{font-size:54px}.GREEN_GOLD ._primary-text.--size-55{font-size:55px}.GREEN_GOLD ._primary-text.--size-56{font-size:56px}.GREEN_GOLD ._primary-text.--size-57{font-size:57px}.GREEN_GOLD ._primary-text.--size-58{font-size:58px}.GREEN_GOLD ._primary-text.--size-59{font-size:59px}.GREEN_GOLD ._primary-text.--size-60{font-size:60px}.GREEN_GOLD ._primary-text.--size-61{font-size:61px}.GREEN_GOLD ._primary-text.--size-62{font-size:62px}.GREEN_GOLD ._primary-text.--size-63{font-size:63px}.GREEN_GOLD ._primary-text.--size-64{font-size:64px}.GREEN_GOLD ._primary-text.--size-65{font-size:65px}.GREEN_GOLD ._primary-text.--size-66{font-size:66px}.GREEN_GOLD ._primary-text.--size-67{font-size:67px}.GREEN_GOLD ._primary-text.--size-68{font-size:68px}.GREEN_GOLD ._primary-text.--size-69{font-size:69px}.GREEN_GOLD ._primary-text.--size-70{font-size:70px}.GREEN_GOLD ._primary-text.--size-71{font-size:71px}.GREEN_GOLD ._primary-text.--size-72{font-size:72px}.GREEN_GOLD ._primary-text.--size-73{font-size:73px}.GREEN_GOLD ._primary-text.--size-74{font-size:74px}.GREEN_GOLD ._primary-text.--size-75{font-size:75px}.GREEN_GOLD ._primary-text.--size-76{font-size:76px}.GREEN_GOLD ._primary-text.--size-77{font-size:77px}.GREEN_GOLD ._primary-text.--size-78{font-size:78px}.GREEN_GOLD ._primary-text.--size-79{font-size:79px}.GREEN_GOLD ._primary-text.--size-80{font-size:80px}.GREEN_GOLD ._primary-text.--size-81{font-size:81px}.GREEN_GOLD ._primary-text.--size-82{font-size:82px}.GREEN_GOLD ._primary-text.--size-83{font-size:83px}.GREEN_GOLD ._primary-text.--size-84{font-size:84px}.GREEN_GOLD ._primary-text.--size-85{font-size:85px}.GREEN_GOLD ._primary-text.--size-86{font-size:86px}.GREEN_GOLD ._primary-text.--size-87{font-size:87px}.GREEN_GOLD ._primary-text.--size-88{font-size:88px}.GREEN_GOLD ._primary-text.--size-89{font-size:89px}.GREEN_GOLD ._primary-text.--size-90{font-size:90px}.GREEN_GOLD ._primary-text.--size-91{font-size:91px}.GREEN_GOLD ._primary-text.--size-92{font-size:92px}.GREEN_GOLD ._primary-text.--size-93{font-size:93px}.GREEN_GOLD ._primary-text.--size-94{font-size:94px}.GREEN_GOLD ._primary-text.--size-95{font-size:95px}.GREEN_GOLD ._primary-text.--size-96{font-size:96px}.GREEN_GOLD ._primary-text.--size-97{font-size:97px}.GREEN_GOLD ._primary-text.--size-98{font-size:98px}.GREEN_GOLD ._primary-text.--size-99{font-size:99px}.GREEN_GOLD ._primary-text.--size-100{font-size:100px}.GREEN_GOLD ._primary-text.--weight-100{font-weight:100}.GREEN_GOLD ._primary-text.--weight-101{font-weight:101}.GREEN_GOLD ._primary-text.--weight-102{font-weight:102}.GREEN_GOLD ._primary-text.--weight-103{font-weight:103}.GREEN_GOLD ._primary-text.--weight-104{font-weight:104}.GREEN_GOLD ._primary-text.--weight-105{font-weight:105}.GREEN_GOLD ._primary-text.--weight-106{font-weight:106}.GREEN_GOLD ._primary-text.--weight-107{font-weight:107}.GREEN_GOLD ._primary-text.--weight-108{font-weight:108}.GREEN_GOLD ._primary-text.--weight-109{font-weight:109}.GREEN_GOLD ._primary-text.--weight-110{font-weight:110}.GREEN_GOLD ._primary-text.--weight-111{font-weight:111}.GREEN_GOLD ._primary-text.--weight-112{font-weight:112}.GREEN_GOLD ._primary-text.--weight-113{font-weight:113}.GREEN_GOLD ._primary-text.--weight-114{font-weight:114}.GREEN_GOLD ._primary-text.--weight-115{font-weight:115}.GREEN_GOLD ._primary-text.--weight-116{font-weight:116}.GREEN_GOLD ._primary-text.--weight-117{font-weight:117}.GREEN_GOLD ._primary-text.--weight-118{font-weight:118}.GREEN_GOLD ._primary-text.--weight-119{font-weight:119}.GREEN_GOLD ._primary-text.--weight-120{font-weight:120}.GREEN_GOLD ._primary-text.--weight-121{font-weight:121}.GREEN_GOLD ._primary-text.--weight-122{font-weight:122}.GREEN_GOLD ._primary-text.--weight-123{font-weight:123}.GREEN_GOLD ._primary-text.--weight-124{font-weight:124}.GREEN_GOLD ._primary-text.--weight-125{font-weight:125}.GREEN_GOLD ._primary-text.--weight-126{font-weight:126}.GREEN_GOLD ._primary-text.--weight-127{font-weight:127}.GREEN_GOLD ._primary-text.--weight-128{font-weight:128}.GREEN_GOLD ._primary-text.--weight-129{font-weight:129}.GREEN_GOLD ._primary-text.--weight-130{font-weight:130}.GREEN_GOLD ._primary-text.--weight-131{font-weight:131}.GREEN_GOLD ._primary-text.--weight-132{font-weight:132}.GREEN_GOLD ._primary-text.--weight-133{font-weight:133}.GREEN_GOLD ._primary-text.--weight-134{font-weight:134}.GREEN_GOLD ._primary-text.--weight-135{font-weight:135}.GREEN_GOLD ._primary-text.--weight-136{font-weight:136}.GREEN_GOLD ._primary-text.--weight-137{font-weight:137}.GREEN_GOLD ._primary-text.--weight-138{font-weight:138}.GREEN_GOLD ._primary-text.--weight-139{font-weight:139}.GREEN_GOLD ._primary-text.--weight-140{font-weight:140}.GREEN_GOLD ._primary-text.--weight-141{font-weight:141}.GREEN_GOLD ._primary-text.--weight-142{font-weight:142}.GREEN_GOLD ._primary-text.--weight-143{font-weight:143}.GREEN_GOLD ._primary-text.--weight-144{font-weight:144}.GREEN_GOLD ._primary-text.--weight-145{font-weight:145}.GREEN_GOLD ._primary-text.--weight-146{font-weight:146}.GREEN_GOLD ._primary-text.--weight-147{font-weight:147}.GREEN_GOLD ._primary-text.--weight-148{font-weight:148}.GREEN_GOLD ._primary-text.--weight-149{font-weight:149}.GREEN_GOLD ._primary-text.--weight-150{font-weight:150}.GREEN_GOLD ._primary-text.--weight-151{font-weight:151}.GREEN_GOLD ._primary-text.--weight-152{font-weight:152}.GREEN_GOLD ._primary-text.--weight-153{font-weight:153}.GREEN_GOLD ._primary-text.--weight-154{font-weight:154}.GREEN_GOLD ._primary-text.--weight-155{font-weight:155}.GREEN_GOLD ._primary-text.--weight-156{font-weight:156}.GREEN_GOLD ._primary-text.--weight-157{font-weight:157}.GREEN_GOLD ._primary-text.--weight-158{font-weight:158}.GREEN_GOLD ._primary-text.--weight-159{font-weight:159}.GREEN_GOLD ._primary-text.--weight-160{font-weight:160}.GREEN_GOLD ._primary-text.--weight-161{font-weight:161}.GREEN_GOLD ._primary-text.--weight-162{font-weight:162}.GREEN_GOLD ._primary-text.--weight-163{font-weight:163}.GREEN_GOLD ._primary-text.--weight-164{font-weight:164}.GREEN_GOLD ._primary-text.--weight-165{font-weight:165}.GREEN_GOLD ._primary-text.--weight-166{font-weight:166}.GREEN_GOLD ._primary-text.--weight-167{font-weight:167}.GREEN_GOLD ._primary-text.--weight-168{font-weight:168}.GREEN_GOLD ._primary-text.--weight-169{font-weight:169}.GREEN_GOLD ._primary-text.--weight-170{font-weight:170}.GREEN_GOLD ._primary-text.--weight-171{font-weight:171}.GREEN_GOLD ._primary-text.--weight-172{font-weight:172}.GREEN_GOLD ._primary-text.--weight-173{font-weight:173}.GREEN_GOLD ._primary-text.--weight-174{font-weight:174}.GREEN_GOLD ._primary-text.--weight-175{font-weight:175}.GREEN_GOLD ._primary-text.--weight-176{font-weight:176}.GREEN_GOLD ._primary-text.--weight-177{font-weight:177}.GREEN_GOLD ._primary-text.--weight-178{font-weight:178}.GREEN_GOLD ._primary-text.--weight-179{font-weight:179}.GREEN_GOLD ._primary-text.--weight-180{font-weight:180}.GREEN_GOLD ._primary-text.--weight-181{font-weight:181}.GREEN_GOLD ._primary-text.--weight-182{font-weight:182}.GREEN_GOLD ._primary-text.--weight-183{font-weight:183}.GREEN_GOLD ._primary-text.--weight-184{font-weight:184}.GREEN_GOLD ._primary-text.--weight-185{font-weight:185}.GREEN_GOLD ._primary-text.--weight-186{font-weight:186}.GREEN_GOLD ._primary-text.--weight-187{font-weight:187}.GREEN_GOLD ._primary-text.--weight-188{font-weight:188}.GREEN_GOLD ._primary-text.--weight-189{font-weight:189}.GREEN_GOLD ._primary-text.--weight-190{font-weight:190}.GREEN_GOLD ._primary-text.--weight-191{font-weight:191}.GREEN_GOLD ._primary-text.--weight-192{font-weight:192}.GREEN_GOLD ._primary-text.--weight-193{font-weight:193}.GREEN_GOLD ._primary-text.--weight-194{font-weight:194}.GREEN_GOLD ._primary-text.--weight-195{font-weight:195}.GREEN_GOLD ._primary-text.--weight-196{font-weight:196}.GREEN_GOLD ._primary-text.--weight-197{font-weight:197}.GREEN_GOLD ._primary-text.--weight-198{font-weight:198}.GREEN_GOLD ._primary-text.--weight-199{font-weight:199}.GREEN_GOLD ._primary-text.--weight-200{font-weight:200}.GREEN_GOLD ._primary-text.--weight-201{font-weight:201}.GREEN_GOLD ._primary-text.--weight-202{font-weight:202}.GREEN_GOLD ._primary-text.--weight-203{font-weight:203}.GREEN_GOLD ._primary-text.--weight-204{font-weight:204}.GREEN_GOLD ._primary-text.--weight-205{font-weight:205}.GREEN_GOLD ._primary-text.--weight-206{font-weight:206}.GREEN_GOLD ._primary-text.--weight-207{font-weight:207}.GREEN_GOLD ._primary-text.--weight-208{font-weight:208}.GREEN_GOLD ._primary-text.--weight-209{font-weight:209}.GREEN_GOLD ._primary-text.--weight-210{font-weight:210}.GREEN_GOLD ._primary-text.--weight-211{font-weight:211}.GREEN_GOLD ._primary-text.--weight-212{font-weight:212}.GREEN_GOLD ._primary-text.--weight-213{font-weight:213}.GREEN_GOLD ._primary-text.--weight-214{font-weight:214}.GREEN_GOLD ._primary-text.--weight-215{font-weight:215}.GREEN_GOLD ._primary-text.--weight-216{font-weight:216}.GREEN_GOLD ._primary-text.--weight-217{font-weight:217}.GREEN_GOLD ._primary-text.--weight-218{font-weight:218}.GREEN_GOLD ._primary-text.--weight-219{font-weight:219}.GREEN_GOLD ._primary-text.--weight-220{font-weight:220}.GREEN_GOLD ._primary-text.--weight-221{font-weight:221}.GREEN_GOLD ._primary-text.--weight-222{font-weight:222}.GREEN_GOLD ._primary-text.--weight-223{font-weight:223}.GREEN_GOLD ._primary-text.--weight-224{font-weight:224}.GREEN_GOLD ._primary-text.--weight-225{font-weight:225}.GREEN_GOLD ._primary-text.--weight-226{font-weight:226}.GREEN_GOLD ._primary-text.--weight-227{font-weight:227}.GREEN_GOLD ._primary-text.--weight-228{font-weight:228}.GREEN_GOLD ._primary-text.--weight-229{font-weight:229}.GREEN_GOLD ._primary-text.--weight-230{font-weight:230}.GREEN_GOLD ._primary-text.--weight-231{font-weight:231}.GREEN_GOLD ._primary-text.--weight-232{font-weight:232}.GREEN_GOLD ._primary-text.--weight-233{font-weight:233}.GREEN_GOLD ._primary-text.--weight-234{font-weight:234}.GREEN_GOLD ._primary-text.--weight-235{font-weight:235}.GREEN_GOLD ._primary-text.--weight-236{font-weight:236}.GREEN_GOLD ._primary-text.--weight-237{font-weight:237}.GREEN_GOLD ._primary-text.--weight-238{font-weight:238}.GREEN_GOLD ._primary-text.--weight-239{font-weight:239}.GREEN_GOLD ._primary-text.--weight-240{font-weight:240}.GREEN_GOLD ._primary-text.--weight-241{font-weight:241}.GREEN_GOLD ._primary-text.--weight-242{font-weight:242}.GREEN_GOLD ._primary-text.--weight-243{font-weight:243}.GREEN_GOLD ._primary-text.--weight-244{font-weight:244}.GREEN_GOLD ._primary-text.--weight-245{font-weight:245}.GREEN_GOLD ._primary-text.--weight-246{font-weight:246}.GREEN_GOLD ._primary-text.--weight-247{font-weight:247}.GREEN_GOLD ._primary-text.--weight-248{font-weight:248}.GREEN_GOLD ._primary-text.--weight-249{font-weight:249}.GREEN_GOLD ._primary-text.--weight-250{font-weight:250}.GREEN_GOLD ._primary-text.--weight-251{font-weight:251}.GREEN_GOLD ._primary-text.--weight-252{font-weight:252}.GREEN_GOLD ._primary-text.--weight-253{font-weight:253}.GREEN_GOLD ._primary-text.--weight-254{font-weight:254}.GREEN_GOLD ._primary-text.--weight-255{font-weight:255}.GREEN_GOLD ._primary-text.--weight-256{font-weight:256}.GREEN_GOLD ._primary-text.--weight-257{font-weight:257}.GREEN_GOLD ._primary-text.--weight-258{font-weight:258}.GREEN_GOLD ._primary-text.--weight-259{font-weight:259}.GREEN_GOLD ._primary-text.--weight-260{font-weight:260}.GREEN_GOLD ._primary-text.--weight-261{font-weight:261}.GREEN_GOLD ._primary-text.--weight-262{font-weight:262}.GREEN_GOLD ._primary-text.--weight-263{font-weight:263}.GREEN_GOLD ._primary-text.--weight-264{font-weight:264}.GREEN_GOLD ._primary-text.--weight-265{font-weight:265}.GREEN_GOLD ._primary-text.--weight-266{font-weight:266}.GREEN_GOLD ._primary-text.--weight-267{font-weight:267}.GREEN_GOLD ._primary-text.--weight-268{font-weight:268}.GREEN_GOLD ._primary-text.--weight-269{font-weight:269}.GREEN_GOLD ._primary-text.--weight-270{font-weight:270}.GREEN_GOLD ._primary-text.--weight-271{font-weight:271}.GREEN_GOLD ._primary-text.--weight-272{font-weight:272}.GREEN_GOLD ._primary-text.--weight-273{font-weight:273}.GREEN_GOLD ._primary-text.--weight-274{font-weight:274}.GREEN_GOLD ._primary-text.--weight-275{font-weight:275}.GREEN_GOLD ._primary-text.--weight-276{font-weight:276}.GREEN_GOLD ._primary-text.--weight-277{font-weight:277}.GREEN_GOLD ._primary-text.--weight-278{font-weight:278}.GREEN_GOLD ._primary-text.--weight-279{font-weight:279}.GREEN_GOLD ._primary-text.--weight-280{font-weight:280}.GREEN_GOLD ._primary-text.--weight-281{font-weight:281}.GREEN_GOLD ._primary-text.--weight-282{font-weight:282}.GREEN_GOLD ._primary-text.--weight-283{font-weight:283}.GREEN_GOLD ._primary-text.--weight-284{font-weight:284}.GREEN_GOLD ._primary-text.--weight-285{font-weight:285}.GREEN_GOLD ._primary-text.--weight-286{font-weight:286}.GREEN_GOLD ._primary-text.--weight-287{font-weight:287}.GREEN_GOLD ._primary-text.--weight-288{font-weight:288}.GREEN_GOLD ._primary-text.--weight-289{font-weight:289}.GREEN_GOLD ._primary-text.--weight-290{font-weight:290}.GREEN_GOLD ._primary-text.--weight-291{font-weight:291}.GREEN_GOLD ._primary-text.--weight-292{font-weight:292}.GREEN_GOLD ._primary-text.--weight-293{font-weight:293}.GREEN_GOLD ._primary-text.--weight-294{font-weight:294}.GREEN_GOLD ._primary-text.--weight-295{font-weight:295}.GREEN_GOLD ._primary-text.--weight-296{font-weight:296}.GREEN_GOLD ._primary-text.--weight-297{font-weight:297}.GREEN_GOLD ._primary-text.--weight-298{font-weight:298}.GREEN_GOLD ._primary-text.--weight-299{font-weight:299}.GREEN_GOLD ._primary-text.--weight-300{font-weight:300}.GREEN_GOLD ._primary-text.--weight-301{font-weight:301}.GREEN_GOLD ._primary-text.--weight-302{font-weight:302}.GREEN_GOLD ._primary-text.--weight-303{font-weight:303}.GREEN_GOLD ._primary-text.--weight-304{font-weight:304}.GREEN_GOLD ._primary-text.--weight-305{font-weight:305}.GREEN_GOLD ._primary-text.--weight-306{font-weight:306}.GREEN_GOLD ._primary-text.--weight-307{font-weight:307}.GREEN_GOLD ._primary-text.--weight-308{font-weight:308}.GREEN_GOLD ._primary-text.--weight-309{font-weight:309}.GREEN_GOLD ._primary-text.--weight-310{font-weight:310}.GREEN_GOLD ._primary-text.--weight-311{font-weight:311}.GREEN_GOLD ._primary-text.--weight-312{font-weight:312}.GREEN_GOLD ._primary-text.--weight-313{font-weight:313}.GREEN_GOLD ._primary-text.--weight-314{font-weight:314}.GREEN_GOLD ._primary-text.--weight-315{font-weight:315}.GREEN_GOLD ._primary-text.--weight-316{font-weight:316}.GREEN_GOLD ._primary-text.--weight-317{font-weight:317}.GREEN_GOLD ._primary-text.--weight-318{font-weight:318}.GREEN_GOLD ._primary-text.--weight-319{font-weight:319}.GREEN_GOLD ._primary-text.--weight-320{font-weight:320}.GREEN_GOLD ._primary-text.--weight-321{font-weight:321}.GREEN_GOLD ._primary-text.--weight-322{font-weight:322}.GREEN_GOLD ._primary-text.--weight-323{font-weight:323}.GREEN_GOLD ._primary-text.--weight-324{font-weight:324}.GREEN_GOLD ._primary-text.--weight-325{font-weight:325}.GREEN_GOLD ._primary-text.--weight-326{font-weight:326}.GREEN_GOLD ._primary-text.--weight-327{font-weight:327}.GREEN_GOLD ._primary-text.--weight-328{font-weight:328}.GREEN_GOLD ._primary-text.--weight-329{font-weight:329}.GREEN_GOLD ._primary-text.--weight-330{font-weight:330}.GREEN_GOLD ._primary-text.--weight-331{font-weight:331}.GREEN_GOLD ._primary-text.--weight-332{font-weight:332}.GREEN_GOLD ._primary-text.--weight-333{font-weight:333}.GREEN_GOLD ._primary-text.--weight-334{font-weight:334}.GREEN_GOLD ._primary-text.--weight-335{font-weight:335}.GREEN_GOLD ._primary-text.--weight-336{font-weight:336}.GREEN_GOLD ._primary-text.--weight-337{font-weight:337}.GREEN_GOLD ._primary-text.--weight-338{font-weight:338}.GREEN_GOLD ._primary-text.--weight-339{font-weight:339}.GREEN_GOLD ._primary-text.--weight-340{font-weight:340}.GREEN_GOLD ._primary-text.--weight-341{font-weight:341}.GREEN_GOLD ._primary-text.--weight-342{font-weight:342}.GREEN_GOLD ._primary-text.--weight-343{font-weight:343}.GREEN_GOLD ._primary-text.--weight-344{font-weight:344}.GREEN_GOLD ._primary-text.--weight-345{font-weight:345}.GREEN_GOLD ._primary-text.--weight-346{font-weight:346}.GREEN_GOLD ._primary-text.--weight-347{font-weight:347}.GREEN_GOLD ._primary-text.--weight-348{font-weight:348}.GREEN_GOLD ._primary-text.--weight-349{font-weight:349}.GREEN_GOLD ._primary-text.--weight-350{font-weight:350}.GREEN_GOLD ._primary-text.--weight-351{font-weight:351}.GREEN_GOLD ._primary-text.--weight-352{font-weight:352}.GREEN_GOLD ._primary-text.--weight-353{font-weight:353}.GREEN_GOLD ._primary-text.--weight-354{font-weight:354}.GREEN_GOLD ._primary-text.--weight-355{font-weight:355}.GREEN_GOLD ._primary-text.--weight-356{font-weight:356}.GREEN_GOLD ._primary-text.--weight-357{font-weight:357}.GREEN_GOLD ._primary-text.--weight-358{font-weight:358}.GREEN_GOLD ._primary-text.--weight-359{font-weight:359}.GREEN_GOLD ._primary-text.--weight-360{font-weight:360}.GREEN_GOLD ._primary-text.--weight-361{font-weight:361}.GREEN_GOLD ._primary-text.--weight-362{font-weight:362}.GREEN_GOLD ._primary-text.--weight-363{font-weight:363}.GREEN_GOLD ._primary-text.--weight-364{font-weight:364}.GREEN_GOLD ._primary-text.--weight-365{font-weight:365}.GREEN_GOLD ._primary-text.--weight-366{font-weight:366}.GREEN_GOLD ._primary-text.--weight-367{font-weight:367}.GREEN_GOLD ._primary-text.--weight-368{font-weight:368}.GREEN_GOLD ._primary-text.--weight-369{font-weight:369}.GREEN_GOLD ._primary-text.--weight-370{font-weight:370}.GREEN_GOLD ._primary-text.--weight-371{font-weight:371}.GREEN_GOLD ._primary-text.--weight-372{font-weight:372}.GREEN_GOLD ._primary-text.--weight-373{font-weight:373}.GREEN_GOLD ._primary-text.--weight-374{font-weight:374}.GREEN_GOLD ._primary-text.--weight-375{font-weight:375}.GREEN_GOLD ._primary-text.--weight-376{font-weight:376}.GREEN_GOLD ._primary-text.--weight-377{font-weight:377}.GREEN_GOLD ._primary-text.--weight-378{font-weight:378}.GREEN_GOLD ._primary-text.--weight-379{font-weight:379}.GREEN_GOLD ._primary-text.--weight-380{font-weight:380}.GREEN_GOLD ._primary-text.--weight-381{font-weight:381}.GREEN_GOLD ._primary-text.--weight-382{font-weight:382}.GREEN_GOLD ._primary-text.--weight-383{font-weight:383}.GREEN_GOLD ._primary-text.--weight-384{font-weight:384}.GREEN_GOLD ._primary-text.--weight-385{font-weight:385}.GREEN_GOLD ._primary-text.--weight-386{font-weight:386}.GREEN_GOLD ._primary-text.--weight-387{font-weight:387}.GREEN_GOLD ._primary-text.--weight-388{font-weight:388}.GREEN_GOLD ._primary-text.--weight-389{font-weight:389}.GREEN_GOLD ._primary-text.--weight-390{font-weight:390}.GREEN_GOLD ._primary-text.--weight-391{font-weight:391}.GREEN_GOLD ._primary-text.--weight-392{font-weight:392}.GREEN_GOLD ._primary-text.--weight-393{font-weight:393}.GREEN_GOLD ._primary-text.--weight-394{font-weight:394}.GREEN_GOLD ._primary-text.--weight-395{font-weight:395}.GREEN_GOLD ._primary-text.--weight-396{font-weight:396}.GREEN_GOLD ._primary-text.--weight-397{font-weight:397}.GREEN_GOLD ._primary-text.--weight-398{font-weight:398}.GREEN_GOLD ._primary-text.--weight-399{font-weight:399}.GREEN_GOLD ._primary-text.--weight-400{font-weight:400}.GREEN_GOLD ._primary-text.--weight-401{font-weight:401}.GREEN_GOLD ._primary-text.--weight-402{font-weight:402}.GREEN_GOLD ._primary-text.--weight-403{font-weight:403}.GREEN_GOLD ._primary-text.--weight-404{font-weight:404}.GREEN_GOLD ._primary-text.--weight-405{font-weight:405}.GREEN_GOLD ._primary-text.--weight-406{font-weight:406}.GREEN_GOLD ._primary-text.--weight-407{font-weight:407}.GREEN_GOLD ._primary-text.--weight-408{font-weight:408}.GREEN_GOLD ._primary-text.--weight-409{font-weight:409}.GREEN_GOLD ._primary-text.--weight-410{font-weight:410}.GREEN_GOLD ._primary-text.--weight-411{font-weight:411}.GREEN_GOLD ._primary-text.--weight-412{font-weight:412}.GREEN_GOLD ._primary-text.--weight-413{font-weight:413}.GREEN_GOLD ._primary-text.--weight-414{font-weight:414}.GREEN_GOLD ._primary-text.--weight-415{font-weight:415}.GREEN_GOLD ._primary-text.--weight-416{font-weight:416}.GREEN_GOLD ._primary-text.--weight-417{font-weight:417}.GREEN_GOLD ._primary-text.--weight-418{font-weight:418}.GREEN_GOLD ._primary-text.--weight-419{font-weight:419}.GREEN_GOLD ._primary-text.--weight-420{font-weight:420}.GREEN_GOLD ._primary-text.--weight-421{font-weight:421}.GREEN_GOLD ._primary-text.--weight-422{font-weight:422}.GREEN_GOLD ._primary-text.--weight-423{font-weight:423}.GREEN_GOLD ._primary-text.--weight-424{font-weight:424}.GREEN_GOLD ._primary-text.--weight-425{font-weight:425}.GREEN_GOLD ._primary-text.--weight-426{font-weight:426}.GREEN_GOLD ._primary-text.--weight-427{font-weight:427}.GREEN_GOLD ._primary-text.--weight-428{font-weight:428}.GREEN_GOLD ._primary-text.--weight-429{font-weight:429}.GREEN_GOLD ._primary-text.--weight-430{font-weight:430}.GREEN_GOLD ._primary-text.--weight-431{font-weight:431}.GREEN_GOLD ._primary-text.--weight-432{font-weight:432}.GREEN_GOLD ._primary-text.--weight-433{font-weight:433}.GREEN_GOLD ._primary-text.--weight-434{font-weight:434}.GREEN_GOLD ._primary-text.--weight-435{font-weight:435}.GREEN_GOLD ._primary-text.--weight-436{font-weight:436}.GREEN_GOLD ._primary-text.--weight-437{font-weight:437}.GREEN_GOLD ._primary-text.--weight-438{font-weight:438}.GREEN_GOLD ._primary-text.--weight-439{font-weight:439}.GREEN_GOLD ._primary-text.--weight-440{font-weight:440}.GREEN_GOLD ._primary-text.--weight-441{font-weight:441}.GREEN_GOLD ._primary-text.--weight-442{font-weight:442}.GREEN_GOLD ._primary-text.--weight-443{font-weight:443}.GREEN_GOLD ._primary-text.--weight-444{font-weight:444}.GREEN_GOLD ._primary-text.--weight-445{font-weight:445}.GREEN_GOLD ._primary-text.--weight-446{font-weight:446}.GREEN_GOLD ._primary-text.--weight-447{font-weight:447}.GREEN_GOLD ._primary-text.--weight-448{font-weight:448}.GREEN_GOLD ._primary-text.--weight-449{font-weight:449}.GREEN_GOLD ._primary-text.--weight-450{font-weight:450}.GREEN_GOLD ._primary-text.--weight-451{font-weight:451}.GREEN_GOLD ._primary-text.--weight-452{font-weight:452}.GREEN_GOLD ._primary-text.--weight-453{font-weight:453}.GREEN_GOLD ._primary-text.--weight-454{font-weight:454}.GREEN_GOLD ._primary-text.--weight-455{font-weight:455}.GREEN_GOLD ._primary-text.--weight-456{font-weight:456}.GREEN_GOLD ._primary-text.--weight-457{font-weight:457}.GREEN_GOLD ._primary-text.--weight-458{font-weight:458}.GREEN_GOLD ._primary-text.--weight-459{font-weight:459}.GREEN_GOLD ._primary-text.--weight-460{font-weight:460}.GREEN_GOLD ._primary-text.--weight-461{font-weight:461}.GREEN_GOLD ._primary-text.--weight-462{font-weight:462}.GREEN_GOLD ._primary-text.--weight-463{font-weight:463}.GREEN_GOLD ._primary-text.--weight-464{font-weight:464}.GREEN_GOLD ._primary-text.--weight-465{font-weight:465}.GREEN_GOLD ._primary-text.--weight-466{font-weight:466}.GREEN_GOLD ._primary-text.--weight-467{font-weight:467}.GREEN_GOLD ._primary-text.--weight-468{font-weight:468}.GREEN_GOLD ._primary-text.--weight-469{font-weight:469}.GREEN_GOLD ._primary-text.--weight-470{font-weight:470}.GREEN_GOLD ._primary-text.--weight-471{font-weight:471}.GREEN_GOLD ._primary-text.--weight-472{font-weight:472}.GREEN_GOLD ._primary-text.--weight-473{font-weight:473}.GREEN_GOLD ._primary-text.--weight-474{font-weight:474}.GREEN_GOLD ._primary-text.--weight-475{font-weight:475}.GREEN_GOLD ._primary-text.--weight-476{font-weight:476}.GREEN_GOLD ._primary-text.--weight-477{font-weight:477}.GREEN_GOLD ._primary-text.--weight-478{font-weight:478}.GREEN_GOLD ._primary-text.--weight-479{font-weight:479}.GREEN_GOLD ._primary-text.--weight-480{font-weight:480}.GREEN_GOLD ._primary-text.--weight-481{font-weight:481}.GREEN_GOLD ._primary-text.--weight-482{font-weight:482}.GREEN_GOLD ._primary-text.--weight-483{font-weight:483}.GREEN_GOLD ._primary-text.--weight-484{font-weight:484}.GREEN_GOLD ._primary-text.--weight-485{font-weight:485}.GREEN_GOLD ._primary-text.--weight-486{font-weight:486}.GREEN_GOLD ._primary-text.--weight-487{font-weight:487}.GREEN_GOLD ._primary-text.--weight-488{font-weight:488}.GREEN_GOLD ._primary-text.--weight-489{font-weight:489}.GREEN_GOLD ._primary-text.--weight-490{font-weight:490}.GREEN_GOLD ._primary-text.--weight-491{font-weight:491}.GREEN_GOLD ._primary-text.--weight-492{font-weight:492}.GREEN_GOLD ._primary-text.--weight-493{font-weight:493}.GREEN_GOLD ._primary-text.--weight-494{font-weight:494}.GREEN_GOLD ._primary-text.--weight-495{font-weight:495}.GREEN_GOLD ._primary-text.--weight-496{font-weight:496}.GREEN_GOLD ._primary-text.--weight-497{font-weight:497}.GREEN_GOLD ._primary-text.--weight-498{font-weight:498}.GREEN_GOLD ._primary-text.--weight-499{font-weight:499}.GREEN_GOLD ._primary-text.--weight-500{font-weight:500}.GREEN_GOLD ._primary-text.--weight-501{font-weight:501}.GREEN_GOLD ._primary-text.--weight-502{font-weight:502}.GREEN_GOLD ._primary-text.--weight-503{font-weight:503}.GREEN_GOLD ._primary-text.--weight-504{font-weight:504}.GREEN_GOLD ._primary-text.--weight-505{font-weight:505}.GREEN_GOLD ._primary-text.--weight-506{font-weight:506}.GREEN_GOLD ._primary-text.--weight-507{font-weight:507}.GREEN_GOLD ._primary-text.--weight-508{font-weight:508}.GREEN_GOLD ._primary-text.--weight-509{font-weight:509}.GREEN_GOLD ._primary-text.--weight-510{font-weight:510}.GREEN_GOLD ._primary-text.--weight-511{font-weight:511}.GREEN_GOLD ._primary-text.--weight-512{font-weight:512}.GREEN_GOLD ._primary-text.--weight-513{font-weight:513}.GREEN_GOLD ._primary-text.--weight-514{font-weight:514}.GREEN_GOLD ._primary-text.--weight-515{font-weight:515}.GREEN_GOLD ._primary-text.--weight-516{font-weight:516}.GREEN_GOLD ._primary-text.--weight-517{font-weight:517}.GREEN_GOLD ._primary-text.--weight-518{font-weight:518}.GREEN_GOLD ._primary-text.--weight-519{font-weight:519}.GREEN_GOLD ._primary-text.--weight-520{font-weight:520}.GREEN_GOLD ._primary-text.--weight-521{font-weight:521}.GREEN_GOLD ._primary-text.--weight-522{font-weight:522}.GREEN_GOLD ._primary-text.--weight-523{font-weight:523}.GREEN_GOLD ._primary-text.--weight-524{font-weight:524}.GREEN_GOLD ._primary-text.--weight-525{font-weight:525}.GREEN_GOLD ._primary-text.--weight-526{font-weight:526}.GREEN_GOLD ._primary-text.--weight-527{font-weight:527}.GREEN_GOLD ._primary-text.--weight-528{font-weight:528}.GREEN_GOLD ._primary-text.--weight-529{font-weight:529}.GREEN_GOLD ._primary-text.--weight-530{font-weight:530}.GREEN_GOLD ._primary-text.--weight-531{font-weight:531}.GREEN_GOLD ._primary-text.--weight-532{font-weight:532}.GREEN_GOLD ._primary-text.--weight-533{font-weight:533}.GREEN_GOLD ._primary-text.--weight-534{font-weight:534}.GREEN_GOLD ._primary-text.--weight-535{font-weight:535}.GREEN_GOLD ._primary-text.--weight-536{font-weight:536}.GREEN_GOLD ._primary-text.--weight-537{font-weight:537}.GREEN_GOLD ._primary-text.--weight-538{font-weight:538}.GREEN_GOLD ._primary-text.--weight-539{font-weight:539}.GREEN_GOLD ._primary-text.--weight-540{font-weight:540}.GREEN_GOLD ._primary-text.--weight-541{font-weight:541}.GREEN_GOLD ._primary-text.--weight-542{font-weight:542}.GREEN_GOLD ._primary-text.--weight-543{font-weight:543}.GREEN_GOLD ._primary-text.--weight-544{font-weight:544}.GREEN_GOLD ._primary-text.--weight-545{font-weight:545}.GREEN_GOLD ._primary-text.--weight-546{font-weight:546}.GREEN_GOLD ._primary-text.--weight-547{font-weight:547}.GREEN_GOLD ._primary-text.--weight-548{font-weight:548}.GREEN_GOLD ._primary-text.--weight-549{font-weight:549}.GREEN_GOLD ._primary-text.--weight-550{font-weight:550}.GREEN_GOLD ._primary-text.--weight-551{font-weight:551}.GREEN_GOLD ._primary-text.--weight-552{font-weight:552}.GREEN_GOLD ._primary-text.--weight-553{font-weight:553}.GREEN_GOLD ._primary-text.--weight-554{font-weight:554}.GREEN_GOLD ._primary-text.--weight-555{font-weight:555}.GREEN_GOLD ._primary-text.--weight-556{font-weight:556}.GREEN_GOLD ._primary-text.--weight-557{font-weight:557}.GREEN_GOLD ._primary-text.--weight-558{font-weight:558}.GREEN_GOLD ._primary-text.--weight-559{font-weight:559}.GREEN_GOLD ._primary-text.--weight-560{font-weight:560}.GREEN_GOLD ._primary-text.--weight-561{font-weight:561}.GREEN_GOLD ._primary-text.--weight-562{font-weight:562}.GREEN_GOLD ._primary-text.--weight-563{font-weight:563}.GREEN_GOLD ._primary-text.--weight-564{font-weight:564}.GREEN_GOLD ._primary-text.--weight-565{font-weight:565}.GREEN_GOLD ._primary-text.--weight-566{font-weight:566}.GREEN_GOLD ._primary-text.--weight-567{font-weight:567}.GREEN_GOLD ._primary-text.--weight-568{font-weight:568}.GREEN_GOLD ._primary-text.--weight-569{font-weight:569}.GREEN_GOLD ._primary-text.--weight-570{font-weight:570}.GREEN_GOLD ._primary-text.--weight-571{font-weight:571}.GREEN_GOLD ._primary-text.--weight-572{font-weight:572}.GREEN_GOLD ._primary-text.--weight-573{font-weight:573}.GREEN_GOLD ._primary-text.--weight-574{font-weight:574}.GREEN_GOLD ._primary-text.--weight-575{font-weight:575}.GREEN_GOLD ._primary-text.--weight-576{font-weight:576}.GREEN_GOLD ._primary-text.--weight-577{font-weight:577}.GREEN_GOLD ._primary-text.--weight-578{font-weight:578}.GREEN_GOLD ._primary-text.--weight-579{font-weight:579}.GREEN_GOLD ._primary-text.--weight-580{font-weight:580}.GREEN_GOLD ._primary-text.--weight-581{font-weight:581}.GREEN_GOLD ._primary-text.--weight-582{font-weight:582}.GREEN_GOLD ._primary-text.--weight-583{font-weight:583}.GREEN_GOLD ._primary-text.--weight-584{font-weight:584}.GREEN_GOLD ._primary-text.--weight-585{font-weight:585}.GREEN_GOLD ._primary-text.--weight-586{font-weight:586}.GREEN_GOLD ._primary-text.--weight-587{font-weight:587}.GREEN_GOLD ._primary-text.--weight-588{font-weight:588}.GREEN_GOLD ._primary-text.--weight-589{font-weight:589}.GREEN_GOLD ._primary-text.--weight-590{font-weight:590}.GREEN_GOLD ._primary-text.--weight-591{font-weight:591}.GREEN_GOLD ._primary-text.--weight-592{font-weight:592}.GREEN_GOLD ._primary-text.--weight-593{font-weight:593}.GREEN_GOLD ._primary-text.--weight-594{font-weight:594}.GREEN_GOLD ._primary-text.--weight-595{font-weight:595}.GREEN_GOLD ._primary-text.--weight-596{font-weight:596}.GREEN_GOLD ._primary-text.--weight-597{font-weight:597}.GREEN_GOLD ._primary-text.--weight-598{font-weight:598}.GREEN_GOLD ._primary-text.--weight-599{font-weight:599}.GREEN_GOLD ._primary-text.--weight-600{font-weight:600}.GREEN_GOLD ._primary-text.--weight-601{font-weight:601}.GREEN_GOLD ._primary-text.--weight-602{font-weight:602}.GREEN_GOLD ._primary-text.--weight-603{font-weight:603}.GREEN_GOLD ._primary-text.--weight-604{font-weight:604}.GREEN_GOLD ._primary-text.--weight-605{font-weight:605}.GREEN_GOLD ._primary-text.--weight-606{font-weight:606}.GREEN_GOLD ._primary-text.--weight-607{font-weight:607}.GREEN_GOLD ._primary-text.--weight-608{font-weight:608}.GREEN_GOLD ._primary-text.--weight-609{font-weight:609}.GREEN_GOLD ._primary-text.--weight-610{font-weight:610}.GREEN_GOLD ._primary-text.--weight-611{font-weight:611}.GREEN_GOLD ._primary-text.--weight-612{font-weight:612}.GREEN_GOLD ._primary-text.--weight-613{font-weight:613}.GREEN_GOLD ._primary-text.--weight-614{font-weight:614}.GREEN_GOLD ._primary-text.--weight-615{font-weight:615}.GREEN_GOLD ._primary-text.--weight-616{font-weight:616}.GREEN_GOLD ._primary-text.--weight-617{font-weight:617}.GREEN_GOLD ._primary-text.--weight-618{font-weight:618}.GREEN_GOLD ._primary-text.--weight-619{font-weight:619}.GREEN_GOLD ._primary-text.--weight-620{font-weight:620}.GREEN_GOLD ._primary-text.--weight-621{font-weight:621}.GREEN_GOLD ._primary-text.--weight-622{font-weight:622}.GREEN_GOLD ._primary-text.--weight-623{font-weight:623}.GREEN_GOLD ._primary-text.--weight-624{font-weight:624}.GREEN_GOLD ._primary-text.--weight-625{font-weight:625}.GREEN_GOLD ._primary-text.--weight-626{font-weight:626}.GREEN_GOLD ._primary-text.--weight-627{font-weight:627}.GREEN_GOLD ._primary-text.--weight-628{font-weight:628}.GREEN_GOLD ._primary-text.--weight-629{font-weight:629}.GREEN_GOLD ._primary-text.--weight-630{font-weight:630}.GREEN_GOLD ._primary-text.--weight-631{font-weight:631}.GREEN_GOLD ._primary-text.--weight-632{font-weight:632}.GREEN_GOLD ._primary-text.--weight-633{font-weight:633}.GREEN_GOLD ._primary-text.--weight-634{font-weight:634}.GREEN_GOLD ._primary-text.--weight-635{font-weight:635}.GREEN_GOLD ._primary-text.--weight-636{font-weight:636}.GREEN_GOLD ._primary-text.--weight-637{font-weight:637}.GREEN_GOLD ._primary-text.--weight-638{font-weight:638}.GREEN_GOLD ._primary-text.--weight-639{font-weight:639}.GREEN_GOLD ._primary-text.--weight-640{font-weight:640}.GREEN_GOLD ._primary-text.--weight-641{font-weight:641}.GREEN_GOLD ._primary-text.--weight-642{font-weight:642}.GREEN_GOLD ._primary-text.--weight-643{font-weight:643}.GREEN_GOLD ._primary-text.--weight-644{font-weight:644}.GREEN_GOLD ._primary-text.--weight-645{font-weight:645}.GREEN_GOLD ._primary-text.--weight-646{font-weight:646}.GREEN_GOLD ._primary-text.--weight-647{font-weight:647}.GREEN_GOLD ._primary-text.--weight-648{font-weight:648}.GREEN_GOLD ._primary-text.--weight-649{font-weight:649}.GREEN_GOLD ._primary-text.--weight-650{font-weight:650}.GREEN_GOLD ._primary-text.--weight-651{font-weight:651}.GREEN_GOLD ._primary-text.--weight-652{font-weight:652}.GREEN_GOLD ._primary-text.--weight-653{font-weight:653}.GREEN_GOLD ._primary-text.--weight-654{font-weight:654}.GREEN_GOLD ._primary-text.--weight-655{font-weight:655}.GREEN_GOLD ._primary-text.--weight-656{font-weight:656}.GREEN_GOLD ._primary-text.--weight-657{font-weight:657}.GREEN_GOLD ._primary-text.--weight-658{font-weight:658}.GREEN_GOLD ._primary-text.--weight-659{font-weight:659}.GREEN_GOLD ._primary-text.--weight-660{font-weight:660}.GREEN_GOLD ._primary-text.--weight-661{font-weight:661}.GREEN_GOLD ._primary-text.--weight-662{font-weight:662}.GREEN_GOLD ._primary-text.--weight-663{font-weight:663}.GREEN_GOLD ._primary-text.--weight-664{font-weight:664}.GREEN_GOLD ._primary-text.--weight-665{font-weight:665}.GREEN_GOLD ._primary-text.--weight-666{font-weight:666}.GREEN_GOLD ._primary-text.--weight-667{font-weight:667}.GREEN_GOLD ._primary-text.--weight-668{font-weight:668}.GREEN_GOLD ._primary-text.--weight-669{font-weight:669}.GREEN_GOLD ._primary-text.--weight-670{font-weight:670}.GREEN_GOLD ._primary-text.--weight-671{font-weight:671}.GREEN_GOLD ._primary-text.--weight-672{font-weight:672}.GREEN_GOLD ._primary-text.--weight-673{font-weight:673}.GREEN_GOLD ._primary-text.--weight-674{font-weight:674}.GREEN_GOLD ._primary-text.--weight-675{font-weight:675}.GREEN_GOLD ._primary-text.--weight-676{font-weight:676}.GREEN_GOLD ._primary-text.--weight-677{font-weight:677}.GREEN_GOLD ._primary-text.--weight-678{font-weight:678}.GREEN_GOLD ._primary-text.--weight-679{font-weight:679}.GREEN_GOLD ._primary-text.--weight-680{font-weight:680}.GREEN_GOLD ._primary-text.--weight-681{font-weight:681}.GREEN_GOLD ._primary-text.--weight-682{font-weight:682}.GREEN_GOLD ._primary-text.--weight-683{font-weight:683}.GREEN_GOLD ._primary-text.--weight-684{font-weight:684}.GREEN_GOLD ._primary-text.--weight-685{font-weight:685}.GREEN_GOLD ._primary-text.--weight-686{font-weight:686}.GREEN_GOLD ._primary-text.--weight-687{font-weight:687}.GREEN_GOLD ._primary-text.--weight-688{font-weight:688}.GREEN_GOLD ._primary-text.--weight-689{font-weight:689}.GREEN_GOLD ._primary-text.--weight-690{font-weight:690}.GREEN_GOLD ._primary-text.--weight-691{font-weight:691}.GREEN_GOLD ._primary-text.--weight-692{font-weight:692}.GREEN_GOLD ._primary-text.--weight-693{font-weight:693}.GREEN_GOLD ._primary-text.--weight-694{font-weight:694}.GREEN_GOLD ._primary-text.--weight-695{font-weight:695}.GREEN_GOLD ._primary-text.--weight-696{font-weight:696}.GREEN_GOLD ._primary-text.--weight-697{font-weight:697}.GREEN_GOLD ._primary-text.--weight-698{font-weight:698}.GREEN_GOLD ._primary-text.--weight-699{font-weight:699}.GREEN_GOLD ._primary-text.--weight-700{font-weight:700}.GREEN_GOLD ._primary-text.--weight-701{font-weight:701}.GREEN_GOLD ._primary-text.--weight-702{font-weight:702}.GREEN_GOLD ._primary-text.--weight-703{font-weight:703}.GREEN_GOLD ._primary-text.--weight-704{font-weight:704}.GREEN_GOLD ._primary-text.--weight-705{font-weight:705}.GREEN_GOLD ._primary-text.--weight-706{font-weight:706}.GREEN_GOLD ._primary-text.--weight-707{font-weight:707}.GREEN_GOLD ._primary-text.--weight-708{font-weight:708}.GREEN_GOLD ._primary-text.--weight-709{font-weight:709}.GREEN_GOLD ._primary-text.--weight-710{font-weight:710}.GREEN_GOLD ._primary-text.--weight-711{font-weight:711}.GREEN_GOLD ._primary-text.--weight-712{font-weight:712}.GREEN_GOLD ._primary-text.--weight-713{font-weight:713}.GREEN_GOLD ._primary-text.--weight-714{font-weight:714}.GREEN_GOLD ._primary-text.--weight-715{font-weight:715}.GREEN_GOLD ._primary-text.--weight-716{font-weight:716}.GREEN_GOLD ._primary-text.--weight-717{font-weight:717}.GREEN_GOLD ._primary-text.--weight-718{font-weight:718}.GREEN_GOLD ._primary-text.--weight-719{font-weight:719}.GREEN_GOLD ._primary-text.--weight-720{font-weight:720}.GREEN_GOLD ._primary-text.--weight-721{font-weight:721}.GREEN_GOLD ._primary-text.--weight-722{font-weight:722}.GREEN_GOLD ._primary-text.--weight-723{font-weight:723}.GREEN_GOLD ._primary-text.--weight-724{font-weight:724}.GREEN_GOLD ._primary-text.--weight-725{font-weight:725}.GREEN_GOLD ._primary-text.--weight-726{font-weight:726}.GREEN_GOLD ._primary-text.--weight-727{font-weight:727}.GREEN_GOLD ._primary-text.--weight-728{font-weight:728}.GREEN_GOLD ._primary-text.--weight-729{font-weight:729}.GREEN_GOLD ._primary-text.--weight-730{font-weight:730}.GREEN_GOLD ._primary-text.--weight-731{font-weight:731}.GREEN_GOLD ._primary-text.--weight-732{font-weight:732}.GREEN_GOLD ._primary-text.--weight-733{font-weight:733}.GREEN_GOLD ._primary-text.--weight-734{font-weight:734}.GREEN_GOLD ._primary-text.--weight-735{font-weight:735}.GREEN_GOLD ._primary-text.--weight-736{font-weight:736}.GREEN_GOLD ._primary-text.--weight-737{font-weight:737}.GREEN_GOLD ._primary-text.--weight-738{font-weight:738}.GREEN_GOLD ._primary-text.--weight-739{font-weight:739}.GREEN_GOLD ._primary-text.--weight-740{font-weight:740}.GREEN_GOLD ._primary-text.--weight-741{font-weight:741}.GREEN_GOLD ._primary-text.--weight-742{font-weight:742}.GREEN_GOLD ._primary-text.--weight-743{font-weight:743}.GREEN_GOLD ._primary-text.--weight-744{font-weight:744}.GREEN_GOLD ._primary-text.--weight-745{font-weight:745}.GREEN_GOLD ._primary-text.--weight-746{font-weight:746}.GREEN_GOLD ._primary-text.--weight-747{font-weight:747}.GREEN_GOLD ._primary-text.--weight-748{font-weight:748}.GREEN_GOLD ._primary-text.--weight-749{font-weight:749}.GREEN_GOLD ._primary-text.--weight-750{font-weight:750}.GREEN_GOLD ._primary-text.--weight-751{font-weight:751}.GREEN_GOLD ._primary-text.--weight-752{font-weight:752}.GREEN_GOLD ._primary-text.--weight-753{font-weight:753}.GREEN_GOLD ._primary-text.--weight-754{font-weight:754}.GREEN_GOLD ._primary-text.--weight-755{font-weight:755}.GREEN_GOLD ._primary-text.--weight-756{font-weight:756}.GREEN_GOLD ._primary-text.--weight-757{font-weight:757}.GREEN_GOLD ._primary-text.--weight-758{font-weight:758}.GREEN_GOLD ._primary-text.--weight-759{font-weight:759}.GREEN_GOLD ._primary-text.--weight-760{font-weight:760}.GREEN_GOLD ._primary-text.--weight-761{font-weight:761}.GREEN_GOLD ._primary-text.--weight-762{font-weight:762}.GREEN_GOLD ._primary-text.--weight-763{font-weight:763}.GREEN_GOLD ._primary-text.--weight-764{font-weight:764}.GREEN_GOLD ._primary-text.--weight-765{font-weight:765}.GREEN_GOLD ._primary-text.--weight-766{font-weight:766}.GREEN_GOLD ._primary-text.--weight-767{font-weight:767}.GREEN_GOLD ._primary-text.--weight-768{font-weight:768}.GREEN_GOLD ._primary-text.--weight-769{font-weight:769}.GREEN_GOLD ._primary-text.--weight-770{font-weight:770}.GREEN_GOLD ._primary-text.--weight-771{font-weight:771}.GREEN_GOLD ._primary-text.--weight-772{font-weight:772}.GREEN_GOLD ._primary-text.--weight-773{font-weight:773}.GREEN_GOLD ._primary-text.--weight-774{font-weight:774}.GREEN_GOLD ._primary-text.--weight-775{font-weight:775}.GREEN_GOLD ._primary-text.--weight-776{font-weight:776}.GREEN_GOLD ._primary-text.--weight-777{font-weight:777}.GREEN_GOLD ._primary-text.--weight-778{font-weight:778}.GREEN_GOLD ._primary-text.--weight-779{font-weight:779}.GREEN_GOLD ._primary-text.--weight-780{font-weight:780}.GREEN_GOLD ._primary-text.--weight-781{font-weight:781}.GREEN_GOLD ._primary-text.--weight-782{font-weight:782}.GREEN_GOLD ._primary-text.--weight-783{font-weight:783}.GREEN_GOLD ._primary-text.--weight-784{font-weight:784}.GREEN_GOLD ._primary-text.--weight-785{font-weight:785}.GREEN_GOLD ._primary-text.--weight-786{font-weight:786}.GREEN_GOLD ._primary-text.--weight-787{font-weight:787}.GREEN_GOLD ._primary-text.--weight-788{font-weight:788}.GREEN_GOLD ._primary-text.--weight-789{font-weight:789}.GREEN_GOLD ._primary-text.--weight-790{font-weight:790}.GREEN_GOLD ._primary-text.--weight-791{font-weight:791}.GREEN_GOLD ._primary-text.--weight-792{font-weight:792}.GREEN_GOLD ._primary-text.--weight-793{font-weight:793}.GREEN_GOLD ._primary-text.--weight-794{font-weight:794}.GREEN_GOLD ._primary-text.--weight-795{font-weight:795}.GREEN_GOLD ._primary-text.--weight-796{font-weight:796}.GREEN_GOLD ._primary-text.--weight-797{font-weight:797}.GREEN_GOLD ._primary-text.--weight-798{font-weight:798}.GREEN_GOLD ._primary-text.--weight-799{font-weight:799}.GREEN_GOLD ._primary-text.--weight-800{font-weight:800}.GREEN_GOLD ._primary-text.--lh-1{line-height:1px}.GREEN_GOLD ._primary-text.--lh-2{line-height:2px}.GREEN_GOLD ._primary-text.--lh-3{line-height:3px}.GREEN_GOLD ._primary-text.--lh-4{line-height:4px}.GREEN_GOLD ._primary-text.--lh-5{line-height:5px}.GREEN_GOLD ._primary-text.--lh-6{line-height:6px}.GREEN_GOLD ._primary-text.--lh-7{line-height:7px}.GREEN_GOLD ._primary-text.--lh-8{line-height:8px}.GREEN_GOLD ._primary-text.--lh-9{line-height:9px}.GREEN_GOLD ._primary-text.--lh-10{line-height:10px}.GREEN_GOLD ._primary-text.--lh-11{line-height:11px}.GREEN_GOLD ._primary-text.--lh-12{line-height:12px}.GREEN_GOLD ._primary-text.--lh-13{line-height:13px}.GREEN_GOLD ._primary-text.--lh-14{line-height:14px}.GREEN_GOLD ._primary-text.--lh-15{line-height:15px}.GREEN_GOLD ._primary-text.--lh-16{line-height:16px}.GREEN_GOLD ._primary-text.--lh-17{line-height:17px}.GREEN_GOLD ._primary-text.--lh-18{line-height:18px}.GREEN_GOLD ._primary-text.--lh-19{line-height:19px}.GREEN_GOLD ._primary-text.--lh-20{line-height:20px}.GREEN_GOLD ._primary-text.--lh-21{line-height:21px}.GREEN_GOLD ._primary-text.--lh-22{line-height:22px}.GREEN_GOLD ._primary-text.--lh-23{line-height:23px}.GREEN_GOLD ._primary-text.--lh-24{line-height:24px}.GREEN_GOLD ._primary-text.--lh-25{line-height:25px}.GREEN_GOLD ._primary-text.--lh-26{line-height:26px}.GREEN_GOLD ._primary-text.--lh-27{line-height:27px}.GREEN_GOLD ._primary-text.--lh-28{line-height:28px}.GREEN_GOLD ._primary-text.--lh-29{line-height:29px}.GREEN_GOLD ._primary-text.--lh-30{line-height:30px}.GREEN_GOLD ._primary-text.--lh-31{line-height:31px}.GREEN_GOLD ._primary-text.--lh-32{line-height:32px}.GREEN_GOLD ._primary-text.--lh-33{line-height:33px}.GREEN_GOLD ._primary-text.--lh-34{line-height:34px}.GREEN_GOLD ._primary-text.--lh-35{line-height:35px}.GREEN_GOLD ._primary-text.--lh-36{line-height:36px}.GREEN_GOLD ._primary-text.--lh-37{line-height:37px}.GREEN_GOLD ._primary-text.--lh-38{line-height:38px}.GREEN_GOLD ._primary-text.--lh-39{line-height:39px}.GREEN_GOLD ._primary-text.--lh-40{line-height:40px}.GREEN_GOLD ._primary-text.--lh-41{line-height:41px}.GREEN_GOLD ._primary-text.--lh-42{line-height:42px}.GREEN_GOLD ._primary-text.--lh-43{line-height:43px}.GREEN_GOLD ._primary-text.--lh-44{line-height:44px}.GREEN_GOLD ._primary-text.--lh-45{line-height:45px}.GREEN_GOLD ._primary-text.--lh-46{line-height:46px}.GREEN_GOLD ._primary-text.--lh-47{line-height:47px}.GREEN_GOLD ._primary-text.--lh-48{line-height:48px}.GREEN_GOLD ._primary-text.--lh-49{line-height:49px}.GREEN_GOLD ._primary-text.--lh-50{line-height:50px}.GREEN_GOLD ._primary-text.--lh-51{line-height:51px}.GREEN_GOLD ._primary-text.--lh-52{line-height:52px}.GREEN_GOLD ._primary-text.--lh-53{line-height:53px}.GREEN_GOLD ._primary-text.--lh-54{line-height:54px}.GREEN_GOLD ._primary-text.--lh-55{line-height:55px}.GREEN_GOLD ._primary-text.--lh-56{line-height:56px}.GREEN_GOLD ._primary-text.--lh-57{line-height:57px}.GREEN_GOLD ._primary-text.--lh-58{line-height:58px}.GREEN_GOLD ._primary-text.--lh-59{line-height:59px}.GREEN_GOLD ._primary-text.--lh-60{line-height:60px}.GREEN_GOLD ._primary-text.--lh-61{line-height:61px}.GREEN_GOLD ._primary-text.--lh-62{line-height:62px}.GREEN_GOLD ._primary-text.--lh-63{line-height:63px}.GREEN_GOLD ._primary-text.--lh-64{line-height:64px}.GREEN_GOLD ._primary-text.--lh-65{line-height:65px}.GREEN_GOLD ._primary-text.--lh-66{line-height:66px}.GREEN_GOLD ._primary-text.--lh-67{line-height:67px}.GREEN_GOLD ._primary-text.--lh-68{line-height:68px}.GREEN_GOLD ._primary-text.--lh-69{line-height:69px}.GREEN_GOLD ._primary-text.--lh-70{line-height:70px}.GREEN_GOLD ._primary-text.--lh-71{line-height:71px}.GREEN_GOLD ._primary-text.--lh-72{line-height:72px}.GREEN_GOLD ._primary-text.--lh-73{line-height:73px}.GREEN_GOLD ._primary-text.--lh-74{line-height:74px}.GREEN_GOLD ._primary-text.--lh-75{line-height:75px}.GREEN_GOLD ._primary-text.--lh-76{line-height:76px}.GREEN_GOLD ._primary-text.--lh-77{line-height:77px}.GREEN_GOLD ._primary-text.--lh-78{line-height:78px}.GREEN_GOLD ._primary-text.--lh-79{line-height:79px}.GREEN_GOLD ._primary-text.--lh-80{line-height:80px}.GREEN_GOLD ._primary-text.--lh-81{line-height:81px}.GREEN_GOLD ._primary-text.--lh-82{line-height:82px}.GREEN_GOLD ._primary-text.--lh-83{line-height:83px}.GREEN_GOLD ._primary-text.--lh-84{line-height:84px}.GREEN_GOLD ._primary-text.--lh-85{line-height:85px}.GREEN_GOLD ._primary-text.--lh-86{line-height:86px}.GREEN_GOLD ._primary-text.--lh-87{line-height:87px}.GREEN_GOLD ._primary-text.--lh-88{line-height:88px}.GREEN_GOLD ._primary-text.--lh-89{line-height:89px}.GREEN_GOLD ._primary-text.--lh-90{line-height:90px}.GREEN_GOLD ._primary-text.--lh-91{line-height:91px}.GREEN_GOLD ._primary-text.--lh-92{line-height:92px}.GREEN_GOLD ._primary-text.--lh-93{line-height:93px}.GREEN_GOLD ._primary-text.--lh-94{line-height:94px}.GREEN_GOLD ._primary-text.--lh-95{line-height:95px}.GREEN_GOLD ._primary-text.--lh-96{line-height:96px}.GREEN_GOLD ._primary-text.--lh-97{line-height:97px}.GREEN_GOLD ._primary-text.--lh-98{line-height:98px}.GREEN_GOLD ._primary-text.--lh-99{line-height:99px}.GREEN_GOLD ._primary-text.--lh-100{line-height:100px}.GREEN_GOLD ._primary-text.--lh-101{line-height:101px}.GREEN_GOLD ._primary-text.--lh-102{line-height:102px}.GREEN_GOLD ._primary-text.--lh-103{line-height:103px}.GREEN_GOLD ._primary-text.--lh-104{line-height:104px}.GREEN_GOLD ._primary-text.--lh-105{line-height:105px}.GREEN_GOLD ._primary-text.--lh-106{line-height:106px}.GREEN_GOLD ._primary-text.--lh-107{line-height:107px}.GREEN_GOLD ._primary-text.--lh-108{line-height:108px}.GREEN_GOLD ._primary-text.--lh-109{line-height:109px}.GREEN_GOLD ._primary-text.--lh-110{line-height:110px}.GREEN_GOLD ._primary-text.--lh-111{line-height:111px}.GREEN_GOLD ._primary-text.--lh-112{line-height:112px}.GREEN_GOLD ._primary-text.--lh-113{line-height:113px}.GREEN_GOLD ._primary-text.--lh-114{line-height:114px}.GREEN_GOLD ._primary-text.--lh-115{line-height:115px}.GREEN_GOLD ._primary-text.--lh-116{line-height:116px}.GREEN_GOLD ._primary-text.--lh-117{line-height:117px}.GREEN_GOLD ._primary-text.--lh-118{line-height:118px}.GREEN_GOLD ._primary-text.--lh-119{line-height:119px}.GREEN_GOLD ._primary-text.--lh-120{line-height:120px}.GREEN_GOLD ._primary-text.--lh-121{line-height:121px}.GREEN_GOLD ._primary-text.--lh-122{line-height:122px}.GREEN_GOLD ._primary-text.--lh-123{line-height:123px}.GREEN_GOLD ._primary-text.--lh-124{line-height:124px}.GREEN_GOLD ._primary-text.--lh-125{line-height:125px}.GREEN_GOLD ._primary-text.--lh-126{line-height:126px}.GREEN_GOLD ._primary-text.--lh-127{line-height:127px}.GREEN_GOLD ._primary-text.--lh-128{line-height:128px}.GREEN_GOLD ._primary-text.--lh-129{line-height:129px}.GREEN_GOLD ._primary-text.--lh-130{line-height:130px}.GREEN_GOLD ._primary-text.--lh-131{line-height:131px}.GREEN_GOLD ._primary-text.--lh-132{line-height:132px}.GREEN_GOLD ._primary-text.--lh-133{line-height:133px}.GREEN_GOLD ._primary-text.--lh-134{line-height:134px}.GREEN_GOLD ._primary-text.--lh-135{line-height:135px}.GREEN_GOLD ._primary-text.--lh-136{line-height:136px}.GREEN_GOLD ._primary-text.--lh-137{line-height:137px}.GREEN_GOLD ._primary-text.--lh-138{line-height:138px}.GREEN_GOLD ._primary-text.--lh-139{line-height:139px}.GREEN_GOLD ._primary-text.--lh-140{line-height:140px}.GREEN_GOLD ._primary-text.--lh-141{line-height:141px}.GREEN_GOLD ._primary-text.--lh-142{line-height:142px}.GREEN_GOLD ._primary-text.--lh-143{line-height:143px}.GREEN_GOLD ._primary-text.--lh-144{line-height:144px}.GREEN_GOLD ._primary-text.--lh-145{line-height:145px}.GREEN_GOLD ._primary-text.--lh-146{line-height:146px}.GREEN_GOLD ._primary-text.--lh-147{line-height:147px}.GREEN_GOLD ._primary-text.--lh-148{line-height:148px}.GREEN_GOLD ._primary-text.--lh-149{line-height:149px}.GREEN_GOLD ._primary-text.--lh-150{line-height:150px}.GREEN_GOLD ._primary-text.--lh-151{line-height:151px}.GREEN_GOLD ._primary-text.--lh-152{line-height:152px}.GREEN_GOLD ._primary-text.--lh-153{line-height:153px}.GREEN_GOLD ._primary-text.--lh-154{line-height:154px}.GREEN_GOLD ._primary-text.--lh-155{line-height:155px}.GREEN_GOLD ._primary-text.--lh-156{line-height:156px}.GREEN_GOLD ._primary-text.--lh-157{line-height:157px}.GREEN_GOLD ._primary-text.--lh-158{line-height:158px}.GREEN_GOLD ._primary-text.--lh-159{line-height:159px}.GREEN_GOLD ._primary-text.--lh-160{line-height:160px}.GREEN_GOLD ._primary-text.--lh-161{line-height:161px}.GREEN_GOLD ._primary-text.--lh-162{line-height:162px}.GREEN_GOLD ._primary-text.--lh-163{line-height:163px}.GREEN_GOLD ._primary-text.--lh-164{line-height:164px}.GREEN_GOLD ._primary-text.--lh-165{line-height:165px}.GREEN_GOLD ._primary-text.--lh-166{line-height:166px}.GREEN_GOLD ._primary-text.--lh-167{line-height:167px}.GREEN_GOLD ._primary-text.--lh-168{line-height:168px}.GREEN_GOLD ._primary-text.--lh-169{line-height:169px}.GREEN_GOLD ._primary-text.--lh-170{line-height:170px}.GREEN_GOLD ._primary-text.--lh-171{line-height:171px}.GREEN_GOLD ._primary-text.--lh-172{line-height:172px}.GREEN_GOLD ._primary-text.--lh-173{line-height:173px}.GREEN_GOLD ._primary-text.--lh-174{line-height:174px}.GREEN_GOLD ._primary-text.--lh-175{line-height:175px}.GREEN_GOLD ._primary-text.--lh-176{line-height:176px}.GREEN_GOLD ._primary-text.--lh-177{line-height:177px}.GREEN_GOLD ._primary-text.--lh-178{line-height:178px}.GREEN_GOLD ._primary-text.--lh-179{line-height:179px}.GREEN_GOLD ._primary-text.--lh-180{line-height:180px}.GREEN_GOLD ._primary-text.--lh-181{line-height:181px}.GREEN_GOLD ._primary-text.--lh-182{line-height:182px}.GREEN_GOLD ._primary-text.--lh-183{line-height:183px}.GREEN_GOLD ._primary-text.--lh-184{line-height:184px}.GREEN_GOLD ._primary-text.--lh-185{line-height:185px}.GREEN_GOLD ._primary-text.--lh-186{line-height:186px}.GREEN_GOLD ._primary-text.--lh-187{line-height:187px}.GREEN_GOLD ._primary-text.--lh-188{line-height:188px}.GREEN_GOLD ._primary-text.--lh-189{line-height:189px}.GREEN_GOLD ._primary-text.--lh-190{line-height:190px}.GREEN_GOLD ._primary-text.--lh-191{line-height:191px}.GREEN_GOLD ._primary-text.--lh-192{line-height:192px}.GREEN_GOLD ._primary-text.--lh-193{line-height:193px}.GREEN_GOLD ._primary-text.--lh-194{line-height:194px}.GREEN_GOLD ._primary-text.--lh-195{line-height:195px}.GREEN_GOLD ._primary-text.--lh-196{line-height:196px}.GREEN_GOLD ._primary-text.--lh-197{line-height:197px}.GREEN_GOLD ._primary-text.--lh-198{line-height:198px}.GREEN_GOLD ._primary-text.--lh-199{line-height:199px}.GREEN_GOLD ._primary-text.--lh-200{line-height:200px}.GREEN_GOLD ._primary-text.--lh-201{line-height:201px}.GREEN_GOLD ._primary-text.--lh-202{line-height:202px}.GREEN_GOLD ._primary-text.--lh-203{line-height:203px}.GREEN_GOLD ._primary-text.--lh-204{line-height:204px}.GREEN_GOLD ._primary-text.--lh-205{line-height:205px}.GREEN_GOLD ._primary-text.--lh-206{line-height:206px}.GREEN_GOLD ._primary-text.--lh-207{line-height:207px}.GREEN_GOLD ._primary-text.--lh-208{line-height:208px}.GREEN_GOLD ._primary-text.--lh-209{line-height:209px}.GREEN_GOLD ._primary-text.--lh-210{line-height:210px}.GREEN_GOLD ._primary-text.--lh-211{line-height:211px}.GREEN_GOLD ._primary-text.--lh-212{line-height:212px}.GREEN_GOLD ._primary-text.--lh-213{line-height:213px}.GREEN_GOLD ._primary-text.--lh-214{line-height:214px}.GREEN_GOLD ._primary-text.--lh-215{line-height:215px}.GREEN_GOLD ._primary-text.--lh-216{line-height:216px}.GREEN_GOLD ._primary-text.--lh-217{line-height:217px}.GREEN_GOLD ._primary-text.--lh-218{line-height:218px}.GREEN_GOLD ._primary-text.--lh-219{line-height:219px}.GREEN_GOLD ._primary-text.--lh-220{line-height:220px}.GREEN_GOLD ._primary-text.--lh-221{line-height:221px}.GREEN_GOLD ._primary-text.--lh-222{line-height:222px}.GREEN_GOLD ._primary-text.--lh-223{line-height:223px}.GREEN_GOLD ._primary-text.--lh-224{line-height:224px}.GREEN_GOLD ._primary-text.--lh-225{line-height:225px}.GREEN_GOLD ._primary-text.--lh-226{line-height:226px}.GREEN_GOLD ._primary-text.--lh-227{line-height:227px}.GREEN_GOLD ._primary-text.--lh-228{line-height:228px}.GREEN_GOLD ._primary-text.--lh-229{line-height:229px}.GREEN_GOLD ._primary-text.--lh-230{line-height:230px}.GREEN_GOLD ._primary-text.--lh-231{line-height:231px}.GREEN_GOLD ._primary-text.--lh-232{line-height:232px}.GREEN_GOLD ._primary-text.--lh-233{line-height:233px}.GREEN_GOLD ._primary-text.--lh-234{line-height:234px}.GREEN_GOLD ._primary-text.--lh-235{line-height:235px}.GREEN_GOLD ._primary-text.--lh-236{line-height:236px}.GREEN_GOLD ._primary-text.--lh-237{line-height:237px}.GREEN_GOLD ._primary-text.--lh-238{line-height:238px}.GREEN_GOLD ._primary-text.--lh-239{line-height:239px}.GREEN_GOLD ._primary-text.--lh-240{line-height:240px}.GREEN_GOLD ._primary-text.--lh-241{line-height:241px}.GREEN_GOLD ._primary-text.--lh-242{line-height:242px}.GREEN_GOLD ._primary-text.--lh-243{line-height:243px}.GREEN_GOLD ._primary-text.--lh-244{line-height:244px}.GREEN_GOLD ._primary-text.--lh-245{line-height:245px}.GREEN_GOLD ._primary-text.--lh-246{line-height:246px}.GREEN_GOLD ._primary-text.--lh-247{line-height:247px}.GREEN_GOLD ._primary-text.--lh-248{line-height:248px}.GREEN_GOLD ._primary-text.--lh-249{line-height:249px}.GREEN_GOLD ._primary-text.--lh-250{line-height:250px}.GREEN_GOLD ._primary-text.--lh-251{line-height:251px}.GREEN_GOLD ._primary-text.--lh-252{line-height:252px}.GREEN_GOLD ._primary-text.--lh-253{line-height:253px}.GREEN_GOLD ._primary-text.--lh-254{line-height:254px}.GREEN_GOLD ._primary-text.--lh-255{line-height:255px}.GREEN_GOLD ._primary-text.--lh-256{line-height:256px}.GREEN_GOLD ._primary-text.--lh-257{line-height:257px}.GREEN_GOLD ._primary-text.--lh-258{line-height:258px}.GREEN_GOLD ._primary-text.--lh-259{line-height:259px}.GREEN_GOLD ._primary-text.--lh-260{line-height:260px}.GREEN_GOLD ._primary-text.--lh-261{line-height:261px}.GREEN_GOLD ._primary-text.--lh-262{line-height:262px}.GREEN_GOLD ._primary-text.--lh-263{line-height:263px}.GREEN_GOLD ._primary-text.--lh-264{line-height:264px}.GREEN_GOLD ._primary-text.--lh-265{line-height:265px}.GREEN_GOLD ._primary-text.--lh-266{line-height:266px}.GREEN_GOLD ._primary-text.--lh-267{line-height:267px}.GREEN_GOLD ._primary-text.--lh-268{line-height:268px}.GREEN_GOLD ._primary-text.--lh-269{line-height:269px}.GREEN_GOLD ._primary-text.--lh-270{line-height:270px}.GREEN_GOLD ._primary-text.--lh-271{line-height:271px}.GREEN_GOLD ._primary-text.--lh-272{line-height:272px}.GREEN_GOLD ._primary-text.--lh-273{line-height:273px}.GREEN_GOLD ._primary-text.--lh-274{line-height:274px}.GREEN_GOLD ._primary-text.--lh-275{line-height:275px}.GREEN_GOLD ._primary-text.--lh-276{line-height:276px}.GREEN_GOLD ._primary-text.--lh-277{line-height:277px}.GREEN_GOLD ._primary-text.--lh-278{line-height:278px}.GREEN_GOLD ._primary-text.--lh-279{line-height:279px}.GREEN_GOLD ._primary-text.--lh-280{line-height:280px}.GREEN_GOLD ._primary-text.--lh-281{line-height:281px}.GREEN_GOLD ._primary-text.--lh-282{line-height:282px}.GREEN_GOLD ._primary-text.--lh-283{line-height:283px}.GREEN_GOLD ._primary-text.--lh-284{line-height:284px}.GREEN_GOLD ._primary-text.--lh-285{line-height:285px}.GREEN_GOLD ._primary-text.--lh-286{line-height:286px}.GREEN_GOLD ._primary-text.--lh-287{line-height:287px}.GREEN_GOLD ._primary-text.--lh-288{line-height:288px}.GREEN_GOLD ._primary-text.--lh-289{line-height:289px}.GREEN_GOLD ._primary-text.--lh-290{line-height:290px}.GREEN_GOLD ._primary-text.--lh-291{line-height:291px}.GREEN_GOLD ._primary-text.--lh-292{line-height:292px}.GREEN_GOLD ._primary-text.--lh-293{line-height:293px}.GREEN_GOLD ._primary-text.--lh-294{line-height:294px}.GREEN_GOLD ._primary-text.--lh-295{line-height:295px}.GREEN_GOLD ._primary-text.--lh-296{line-height:296px}.GREEN_GOLD ._primary-text.--lh-297{line-height:297px}.GREEN_GOLD ._primary-text.--lh-298{line-height:298px}.GREEN_GOLD ._primary-text.--lh-299{line-height:299px}.GREEN_GOLD ._primary-text.--lh-300{line-height:300px}.GREEN_GOLD ._primary-text.--lh-301{line-height:301px}.GREEN_GOLD ._primary-text.--lh-302{line-height:302px}.GREEN_GOLD ._primary-text.--lh-303{line-height:303px}.GREEN_GOLD ._primary-text.--lh-304{line-height:304px}.GREEN_GOLD ._primary-text.--lh-305{line-height:305px}.GREEN_GOLD ._primary-text.--lh-306{line-height:306px}.GREEN_GOLD ._primary-text.--lh-307{line-height:307px}.GREEN_GOLD ._primary-text.--lh-308{line-height:308px}.GREEN_GOLD ._primary-text.--lh-309{line-height:309px}.GREEN_GOLD ._primary-text.--lh-310{line-height:310px}.GREEN_GOLD ._primary-text.--lh-311{line-height:311px}.GREEN_GOLD ._primary-text.--lh-312{line-height:312px}.GREEN_GOLD ._primary-text.--lh-313{line-height:313px}.GREEN_GOLD ._primary-text.--lh-314{line-height:314px}.GREEN_GOLD ._primary-text.--lh-315{line-height:315px}.GREEN_GOLD ._primary-text.--lh-316{line-height:316px}.GREEN_GOLD ._primary-text.--lh-317{line-height:317px}.GREEN_GOLD ._primary-text.--lh-318{line-height:318px}.GREEN_GOLD ._primary-text.--lh-319{line-height:319px}.GREEN_GOLD ._primary-text.--lh-320{line-height:320px}.GREEN_GOLD ._primary-text.--lh-321{line-height:321px}.GREEN_GOLD ._primary-text.--lh-322{line-height:322px}.GREEN_GOLD ._primary-text.--lh-323{line-height:323px}.GREEN_GOLD ._primary-text.--lh-324{line-height:324px}.GREEN_GOLD ._primary-text.--lh-325{line-height:325px}.GREEN_GOLD ._primary-text.--lh-326{line-height:326px}.GREEN_GOLD ._primary-text.--lh-327{line-height:327px}.GREEN_GOLD ._primary-text.--lh-328{line-height:328px}.GREEN_GOLD ._primary-text.--lh-329{line-height:329px}.GREEN_GOLD ._primary-text.--lh-330{line-height:330px}.GREEN_GOLD ._primary-text.--lh-331{line-height:331px}.GREEN_GOLD ._primary-text.--lh-332{line-height:332px}.GREEN_GOLD ._primary-text.--lh-333{line-height:333px}.GREEN_GOLD ._primary-text.--lh-334{line-height:334px}.GREEN_GOLD ._primary-text.--lh-335{line-height:335px}.GREEN_GOLD ._primary-text.--lh-336{line-height:336px}.GREEN_GOLD ._primary-text.--lh-337{line-height:337px}.GREEN_GOLD ._primary-text.--lh-338{line-height:338px}.GREEN_GOLD ._primary-text.--lh-339{line-height:339px}.GREEN_GOLD ._primary-text.--lh-340{line-height:340px}.GREEN_GOLD ._primary-text.--lh-341{line-height:341px}.GREEN_GOLD ._primary-text.--lh-342{line-height:342px}.GREEN_GOLD ._primary-text.--lh-343{line-height:343px}.GREEN_GOLD ._primary-text.--lh-344{line-height:344px}.GREEN_GOLD ._primary-text.--lh-345{line-height:345px}.GREEN_GOLD ._primary-text.--lh-346{line-height:346px}.GREEN_GOLD ._primary-text.--lh-347{line-height:347px}.GREEN_GOLD ._primary-text.--lh-348{line-height:348px}.GREEN_GOLD ._primary-text.--lh-349{line-height:349px}.GREEN_GOLD ._primary-text.--lh-350{line-height:350px}.GREEN_GOLD ._primary-text.--lh-351{line-height:351px}.GREEN_GOLD ._primary-text.--lh-352{line-height:352px}.GREEN_GOLD ._primary-text.--lh-353{line-height:353px}.GREEN_GOLD ._primary-text.--lh-354{line-height:354px}.GREEN_GOLD ._primary-text.--lh-355{line-height:355px}.GREEN_GOLD ._primary-text.--lh-356{line-height:356px}.GREEN_GOLD ._primary-text.--lh-357{line-height:357px}.GREEN_GOLD ._primary-text.--lh-358{line-height:358px}.GREEN_GOLD ._primary-text.--lh-359{line-height:359px}.GREEN_GOLD ._primary-text.--lh-360{line-height:360px}.GREEN_GOLD ._primary-text.--lh-361{line-height:361px}.GREEN_GOLD ._primary-text.--lh-362{line-height:362px}.GREEN_GOLD ._primary-text.--lh-363{line-height:363px}.GREEN_GOLD ._primary-text.--lh-364{line-height:364px}.GREEN_GOLD ._primary-text.--lh-365{line-height:365px}.GREEN_GOLD ._primary-text.--lh-366{line-height:366px}.GREEN_GOLD ._primary-text.--lh-367{line-height:367px}.GREEN_GOLD ._primary-text.--lh-368{line-height:368px}.GREEN_GOLD ._primary-text.--lh-369{line-height:369px}.GREEN_GOLD ._primary-text.--lh-370{line-height:370px}.GREEN_GOLD ._primary-text.--lh-371{line-height:371px}.GREEN_GOLD ._primary-text.--lh-372{line-height:372px}.GREEN_GOLD ._primary-text.--lh-373{line-height:373px}.GREEN_GOLD ._primary-text.--lh-374{line-height:374px}.GREEN_GOLD ._primary-text.--lh-375{line-height:375px}.GREEN_GOLD ._primary-text.--lh-376{line-height:376px}.GREEN_GOLD ._primary-text.--lh-377{line-height:377px}.GREEN_GOLD ._primary-text.--lh-378{line-height:378px}.GREEN_GOLD ._primary-text.--lh-379{line-height:379px}.GREEN_GOLD ._primary-text.--lh-380{line-height:380px}.GREEN_GOLD ._primary-text.--lh-381{line-height:381px}.GREEN_GOLD ._primary-text.--lh-382{line-height:382px}.GREEN_GOLD ._primary-text.--lh-383{line-height:383px}.GREEN_GOLD ._primary-text.--lh-384{line-height:384px}.GREEN_GOLD ._primary-text.--lh-385{line-height:385px}.GREEN_GOLD ._primary-text.--lh-386{line-height:386px}.GREEN_GOLD ._primary-text.--lh-387{line-height:387px}.GREEN_GOLD ._primary-text.--lh-388{line-height:388px}.GREEN_GOLD ._primary-text.--lh-389{line-height:389px}.GREEN_GOLD ._primary-text.--lh-390{line-height:390px}.GREEN_GOLD ._primary-text.--lh-391{line-height:391px}.GREEN_GOLD ._primary-text.--lh-392{line-height:392px}.GREEN_GOLD ._primary-text.--lh-393{line-height:393px}.GREEN_GOLD ._primary-text.--lh-394{line-height:394px}.GREEN_GOLD ._primary-text.--lh-395{line-height:395px}.GREEN_GOLD ._primary-text.--lh-396{line-height:396px}.GREEN_GOLD ._primary-text.--lh-397{line-height:397px}.GREEN_GOLD ._primary-text.--lh-398{line-height:398px}.GREEN_GOLD ._primary-text.--lh-399{line-height:399px}.GREEN_GOLD ._primary-text.--lh-400{line-height:400px}.GREEN_GOLD ._primary-text.--lh-401{line-height:401px}.GREEN_GOLD ._primary-text.--lh-402{line-height:402px}.GREEN_GOLD ._primary-text.--lh-403{line-height:403px}.GREEN_GOLD ._primary-text.--lh-404{line-height:404px}.GREEN_GOLD ._primary-text.--lh-405{line-height:405px}.GREEN_GOLD ._primary-text.--lh-406{line-height:406px}.GREEN_GOLD ._primary-text.--lh-407{line-height:407px}.GREEN_GOLD ._primary-text.--lh-408{line-height:408px}.GREEN_GOLD ._primary-text.--lh-409{line-height:409px}.GREEN_GOLD ._primary-text.--lh-410{line-height:410px}.GREEN_GOLD ._primary-text.--lh-411{line-height:411px}.GREEN_GOLD ._primary-text.--lh-412{line-height:412px}.GREEN_GOLD ._primary-text.--lh-413{line-height:413px}.GREEN_GOLD ._primary-text.--lh-414{line-height:414px}.GREEN_GOLD ._primary-text.--lh-415{line-height:415px}.GREEN_GOLD ._primary-text.--lh-416{line-height:416px}.GREEN_GOLD ._primary-text.--lh-417{line-height:417px}.GREEN_GOLD ._primary-text.--lh-418{line-height:418px}.GREEN_GOLD ._primary-text.--lh-419{line-height:419px}.GREEN_GOLD ._primary-text.--lh-420{line-height:420px}.GREEN_GOLD ._primary-text.--lh-421{line-height:421px}.GREEN_GOLD ._primary-text.--lh-422{line-height:422px}.GREEN_GOLD ._primary-text.--lh-423{line-height:423px}.GREEN_GOLD ._primary-text.--lh-424{line-height:424px}.GREEN_GOLD ._primary-text.--lh-425{line-height:425px}.GREEN_GOLD ._primary-text.--lh-426{line-height:426px}.GREEN_GOLD ._primary-text.--lh-427{line-height:427px}.GREEN_GOLD ._primary-text.--lh-428{line-height:428px}.GREEN_GOLD ._primary-text.--lh-429{line-height:429px}.GREEN_GOLD ._primary-text.--lh-430{line-height:430px}.GREEN_GOLD ._primary-text.--lh-431{line-height:431px}.GREEN_GOLD ._primary-text.--lh-432{line-height:432px}.GREEN_GOLD ._primary-text.--lh-433{line-height:433px}.GREEN_GOLD ._primary-text.--lh-434{line-height:434px}.GREEN_GOLD ._primary-text.--lh-435{line-height:435px}.GREEN_GOLD ._primary-text.--lh-436{line-height:436px}.GREEN_GOLD ._primary-text.--lh-437{line-height:437px}.GREEN_GOLD ._primary-text.--lh-438{line-height:438px}.GREEN_GOLD ._primary-text.--lh-439{line-height:439px}.GREEN_GOLD ._primary-text.--lh-440{line-height:440px}.GREEN_GOLD ._primary-text.--lh-441{line-height:441px}.GREEN_GOLD ._primary-text.--lh-442{line-height:442px}.GREEN_GOLD ._primary-text.--lh-443{line-height:443px}.GREEN_GOLD ._primary-text.--lh-444{line-height:444px}.GREEN_GOLD ._primary-text.--lh-445{line-height:445px}.GREEN_GOLD ._primary-text.--lh-446{line-height:446px}.GREEN_GOLD ._primary-text.--lh-447{line-height:447px}.GREEN_GOLD ._primary-text.--lh-448{line-height:448px}.GREEN_GOLD ._primary-text.--lh-449{line-height:449px}.GREEN_GOLD ._primary-text.--lh-450{line-height:450px}.GREEN_GOLD ._primary-text.--lh-451{line-height:451px}.GREEN_GOLD ._primary-text.--lh-452{line-height:452px}.GREEN_GOLD ._primary-text.--lh-453{line-height:453px}.GREEN_GOLD ._primary-text.--lh-454{line-height:454px}.GREEN_GOLD ._primary-text.--lh-455{line-height:455px}.GREEN_GOLD ._primary-text.--lh-456{line-height:456px}.GREEN_GOLD ._primary-text.--lh-457{line-height:457px}.GREEN_GOLD ._primary-text.--lh-458{line-height:458px}.GREEN_GOLD ._primary-text.--lh-459{line-height:459px}.GREEN_GOLD ._primary-text.--lh-460{line-height:460px}.GREEN_GOLD ._primary-text.--lh-461{line-height:461px}.GREEN_GOLD ._primary-text.--lh-462{line-height:462px}.GREEN_GOLD ._primary-text.--lh-463{line-height:463px}.GREEN_GOLD ._primary-text.--lh-464{line-height:464px}.GREEN_GOLD ._primary-text.--lh-465{line-height:465px}.GREEN_GOLD ._primary-text.--lh-466{line-height:466px}.GREEN_GOLD ._primary-text.--lh-467{line-height:467px}.GREEN_GOLD ._primary-text.--lh-468{line-height:468px}.GREEN_GOLD ._primary-text.--lh-469{line-height:469px}.GREEN_GOLD ._primary-text.--lh-470{line-height:470px}.GREEN_GOLD ._primary-text.--lh-471{line-height:471px}.GREEN_GOLD ._primary-text.--lh-472{line-height:472px}.GREEN_GOLD ._primary-text.--lh-473{line-height:473px}.GREEN_GOLD ._primary-text.--lh-474{line-height:474px}.GREEN_GOLD ._primary-text.--lh-475{line-height:475px}.GREEN_GOLD ._primary-text.--lh-476{line-height:476px}.GREEN_GOLD ._primary-text.--lh-477{line-height:477px}.GREEN_GOLD ._primary-text.--lh-478{line-height:478px}.GREEN_GOLD ._primary-text.--lh-479{line-height:479px}.GREEN_GOLD ._primary-text.--lh-480{line-height:480px}.GREEN_GOLD ._primary-text.--lh-481{line-height:481px}.GREEN_GOLD ._primary-text.--lh-482{line-height:482px}.GREEN_GOLD ._primary-text.--lh-483{line-height:483px}.GREEN_GOLD ._primary-text.--lh-484{line-height:484px}.GREEN_GOLD ._primary-text.--lh-485{line-height:485px}.GREEN_GOLD ._primary-text.--lh-486{line-height:486px}.GREEN_GOLD ._primary-text.--lh-487{line-height:487px}.GREEN_GOLD ._primary-text.--lh-488{line-height:488px}.GREEN_GOLD ._primary-text.--lh-489{line-height:489px}.GREEN_GOLD ._primary-text.--lh-490{line-height:490px}.GREEN_GOLD ._primary-text.--lh-491{line-height:491px}.GREEN_GOLD ._primary-text.--lh-492{line-height:492px}.GREEN_GOLD ._primary-text.--lh-493{line-height:493px}.GREEN_GOLD ._primary-text.--lh-494{line-height:494px}.GREEN_GOLD ._primary-text.--lh-495{line-height:495px}.GREEN_GOLD ._primary-text.--lh-496{line-height:496px}.GREEN_GOLD ._primary-text.--lh-497{line-height:497px}.GREEN_GOLD ._primary-text.--lh-498{line-height:498px}.GREEN_GOLD ._primary-text.--lh-499{line-height:499px}.GREEN_GOLD ._primary-text.--lh-500{line-height:500px}.GREEN_GOLD ._primary-text.--lh-501{line-height:501px}.GREEN_GOLD ._primary-text.--lh-502{line-height:502px}.GREEN_GOLD ._primary-text.--lh-503{line-height:503px}.GREEN_GOLD ._primary-text.--lh-504{line-height:504px}.GREEN_GOLD ._primary-text.--lh-505{line-height:505px}.GREEN_GOLD ._primary-text.--lh-506{line-height:506px}.GREEN_GOLD ._primary-text.--lh-507{line-height:507px}.GREEN_GOLD ._primary-text.--lh-508{line-height:508px}.GREEN_GOLD ._primary-text.--lh-509{line-height:509px}.GREEN_GOLD ._primary-text.--lh-510{line-height:510px}.GREEN_GOLD ._primary-text.--lh-511{line-height:511px}.GREEN_GOLD ._primary-text.--lh-512{line-height:512px}.GREEN_GOLD ._primary-text.--lh-513{line-height:513px}.GREEN_GOLD ._primary-text.--lh-514{line-height:514px}.GREEN_GOLD ._primary-text.--lh-515{line-height:515px}.GREEN_GOLD ._primary-text.--lh-516{line-height:516px}.GREEN_GOLD ._primary-text.--lh-517{line-height:517px}.GREEN_GOLD ._primary-text.--lh-518{line-height:518px}.GREEN_GOLD ._primary-text.--lh-519{line-height:519px}.GREEN_GOLD ._primary-text.--lh-520{line-height:520px}.GREEN_GOLD ._primary-text.--lh-521{line-height:521px}.GREEN_GOLD ._primary-text.--lh-522{line-height:522px}.GREEN_GOLD ._primary-text.--lh-523{line-height:523px}.GREEN_GOLD ._primary-text.--lh-524{line-height:524px}.GREEN_GOLD ._primary-text.--lh-525{line-height:525px}.GREEN_GOLD ._primary-text.--lh-526{line-height:526px}.GREEN_GOLD ._primary-text.--lh-527{line-height:527px}.GREEN_GOLD ._primary-text.--lh-528{line-height:528px}.GREEN_GOLD ._primary-text.--lh-529{line-height:529px}.GREEN_GOLD ._primary-text.--lh-530{line-height:530px}.GREEN_GOLD ._primary-text.--lh-531{line-height:531px}.GREEN_GOLD ._primary-text.--lh-532{line-height:532px}.GREEN_GOLD ._primary-text.--lh-533{line-height:533px}.GREEN_GOLD ._primary-text.--lh-534{line-height:534px}.GREEN_GOLD ._primary-text.--lh-535{line-height:535px}.GREEN_GOLD ._primary-text.--lh-536{line-height:536px}.GREEN_GOLD ._primary-text.--lh-537{line-height:537px}.GREEN_GOLD ._primary-text.--lh-538{line-height:538px}.GREEN_GOLD ._primary-text.--lh-539{line-height:539px}.GREEN_GOLD ._primary-text.--lh-540{line-height:540px}.GREEN_GOLD ._primary-text.--lh-541{line-height:541px}.GREEN_GOLD ._primary-text.--lh-542{line-height:542px}.GREEN_GOLD ._primary-text.--lh-543{line-height:543px}.GREEN_GOLD ._primary-text.--lh-544{line-height:544px}.GREEN_GOLD ._primary-text.--lh-545{line-height:545px}.GREEN_GOLD ._primary-text.--lh-546{line-height:546px}.GREEN_GOLD ._primary-text.--lh-547{line-height:547px}.GREEN_GOLD ._primary-text.--lh-548{line-height:548px}.GREEN_GOLD ._primary-text.--lh-549{line-height:549px}.GREEN_GOLD ._primary-text.--lh-550{line-height:550px}.GREEN_GOLD ._primary-text.--lh-551{line-height:551px}.GREEN_GOLD ._primary-text.--lh-552{line-height:552px}.GREEN_GOLD ._primary-text.--lh-553{line-height:553px}.GREEN_GOLD ._primary-text.--lh-554{line-height:554px}.GREEN_GOLD ._primary-text.--lh-555{line-height:555px}.GREEN_GOLD ._primary-text.--lh-556{line-height:556px}.GREEN_GOLD ._primary-text.--lh-557{line-height:557px}.GREEN_GOLD ._primary-text.--lh-558{line-height:558px}.GREEN_GOLD ._primary-text.--lh-559{line-height:559px}.GREEN_GOLD ._primary-text.--lh-560{line-height:560px}.GREEN_GOLD ._primary-text.--lh-561{line-height:561px}.GREEN_GOLD ._primary-text.--lh-562{line-height:562px}.GREEN_GOLD ._primary-text.--lh-563{line-height:563px}.GREEN_GOLD ._primary-text.--lh-564{line-height:564px}.GREEN_GOLD ._primary-text.--lh-565{line-height:565px}.GREEN_GOLD ._primary-text.--lh-566{line-height:566px}.GREEN_GOLD ._primary-text.--lh-567{line-height:567px}.GREEN_GOLD ._primary-text.--lh-568{line-height:568px}.GREEN_GOLD ._primary-text.--lh-569{line-height:569px}.GREEN_GOLD ._primary-text.--lh-570{line-height:570px}.GREEN_GOLD ._primary-text.--lh-571{line-height:571px}.GREEN_GOLD ._primary-text.--lh-572{line-height:572px}.GREEN_GOLD ._primary-text.--lh-573{line-height:573px}.GREEN_GOLD ._primary-text.--lh-574{line-height:574px}.GREEN_GOLD ._primary-text.--lh-575{line-height:575px}.GREEN_GOLD ._primary-text.--lh-576{line-height:576px}.GREEN_GOLD ._primary-text.--lh-577{line-height:577px}.GREEN_GOLD ._primary-text.--lh-578{line-height:578px}.GREEN_GOLD ._primary-text.--lh-579{line-height:579px}.GREEN_GOLD ._primary-text.--lh-580{line-height:580px}.GREEN_GOLD ._primary-text.--lh-581{line-height:581px}.GREEN_GOLD ._primary-text.--lh-582{line-height:582px}.GREEN_GOLD ._primary-text.--lh-583{line-height:583px}.GREEN_GOLD ._primary-text.--lh-584{line-height:584px}.GREEN_GOLD ._primary-text.--lh-585{line-height:585px}.GREEN_GOLD ._primary-text.--lh-586{line-height:586px}.GREEN_GOLD ._primary-text.--lh-587{line-height:587px}.GREEN_GOLD ._primary-text.--lh-588{line-height:588px}.GREEN_GOLD ._primary-text.--lh-589{line-height:589px}.GREEN_GOLD ._primary-text.--lh-590{line-height:590px}.GREEN_GOLD ._primary-text.--lh-591{line-height:591px}.GREEN_GOLD ._primary-text.--lh-592{line-height:592px}.GREEN_GOLD ._primary-text.--lh-593{line-height:593px}.GREEN_GOLD ._primary-text.--lh-594{line-height:594px}.GREEN_GOLD ._primary-text.--lh-595{line-height:595px}.GREEN_GOLD ._primary-text.--lh-596{line-height:596px}.GREEN_GOLD ._primary-text.--lh-597{line-height:597px}.GREEN_GOLD ._primary-text.--lh-598{line-height:598px}.GREEN_GOLD ._primary-text.--lh-599{line-height:599px}.GREEN_GOLD ._primary-text.--lh-600{line-height:600px}.GREEN_GOLD ._primary-text.--lh-601{line-height:601px}.GREEN_GOLD ._primary-text.--lh-602{line-height:602px}.GREEN_GOLD ._primary-text.--lh-603{line-height:603px}.GREEN_GOLD ._primary-text.--lh-604{line-height:604px}.GREEN_GOLD ._primary-text.--lh-605{line-height:605px}.GREEN_GOLD ._primary-text.--lh-606{line-height:606px}.GREEN_GOLD ._primary-text.--lh-607{line-height:607px}.GREEN_GOLD ._primary-text.--lh-608{line-height:608px}.GREEN_GOLD ._primary-text.--lh-609{line-height:609px}.GREEN_GOLD ._primary-text.--lh-610{line-height:610px}.GREEN_GOLD ._primary-text.--lh-611{line-height:611px}.GREEN_GOLD ._primary-text.--lh-612{line-height:612px}.GREEN_GOLD ._primary-text.--lh-613{line-height:613px}.GREEN_GOLD ._primary-text.--lh-614{line-height:614px}.GREEN_GOLD ._primary-text.--lh-615{line-height:615px}.GREEN_GOLD ._primary-text.--lh-616{line-height:616px}.GREEN_GOLD ._primary-text.--lh-617{line-height:617px}.GREEN_GOLD ._primary-text.--lh-618{line-height:618px}.GREEN_GOLD ._primary-text.--lh-619{line-height:619px}.GREEN_GOLD ._primary-text.--lh-620{line-height:620px}.GREEN_GOLD ._primary-text.--lh-621{line-height:621px}.GREEN_GOLD ._primary-text.--lh-622{line-height:622px}.GREEN_GOLD ._primary-text.--lh-623{line-height:623px}.GREEN_GOLD ._primary-text.--lh-624{line-height:624px}.GREEN_GOLD ._primary-text.--lh-625{line-height:625px}.GREEN_GOLD ._primary-text.--lh-626{line-height:626px}.GREEN_GOLD ._primary-text.--lh-627{line-height:627px}.GREEN_GOLD ._primary-text.--lh-628{line-height:628px}.GREEN_GOLD ._primary-text.--lh-629{line-height:629px}.GREEN_GOLD ._primary-text.--lh-630{line-height:630px}.GREEN_GOLD ._primary-text.--lh-631{line-height:631px}.GREEN_GOLD ._primary-text.--lh-632{line-height:632px}.GREEN_GOLD ._primary-text.--lh-633{line-height:633px}.GREEN_GOLD ._primary-text.--lh-634{line-height:634px}.GREEN_GOLD ._primary-text.--lh-635{line-height:635px}.GREEN_GOLD ._primary-text.--lh-636{line-height:636px}.GREEN_GOLD ._primary-text.--lh-637{line-height:637px}.GREEN_GOLD ._primary-text.--lh-638{line-height:638px}.GREEN_GOLD ._primary-text.--lh-639{line-height:639px}.GREEN_GOLD ._primary-text.--lh-640{line-height:640px}.GREEN_GOLD ._primary-text.--lh-641{line-height:641px}.GREEN_GOLD ._primary-text.--lh-642{line-height:642px}.GREEN_GOLD ._primary-text.--lh-643{line-height:643px}.GREEN_GOLD ._primary-text.--lh-644{line-height:644px}.GREEN_GOLD ._primary-text.--lh-645{line-height:645px}.GREEN_GOLD ._primary-text.--lh-646{line-height:646px}.GREEN_GOLD ._primary-text.--lh-647{line-height:647px}.GREEN_GOLD ._primary-text.--lh-648{line-height:648px}.GREEN_GOLD ._primary-text.--lh-649{line-height:649px}.GREEN_GOLD ._primary-text.--lh-650{line-height:650px}.GREEN_GOLD ._primary-text.--lh-651{line-height:651px}.GREEN_GOLD ._primary-text.--lh-652{line-height:652px}.GREEN_GOLD ._primary-text.--lh-653{line-height:653px}.GREEN_GOLD ._primary-text.--lh-654{line-height:654px}.GREEN_GOLD ._primary-text.--lh-655{line-height:655px}.GREEN_GOLD ._primary-text.--lh-656{line-height:656px}.GREEN_GOLD ._primary-text.--lh-657{line-height:657px}.GREEN_GOLD ._primary-text.--lh-658{line-height:658px}.GREEN_GOLD ._primary-text.--lh-659{line-height:659px}.GREEN_GOLD ._primary-text.--lh-660{line-height:660px}.GREEN_GOLD ._primary-text.--lh-661{line-height:661px}.GREEN_GOLD ._primary-text.--lh-662{line-height:662px}.GREEN_GOLD ._primary-text.--lh-663{line-height:663px}.GREEN_GOLD ._primary-text.--lh-664{line-height:664px}.GREEN_GOLD ._primary-text.--lh-665{line-height:665px}.GREEN_GOLD ._primary-text.--lh-666{line-height:666px}.GREEN_GOLD ._primary-text.--lh-667{line-height:667px}.GREEN_GOLD ._primary-text.--lh-668{line-height:668px}.GREEN_GOLD ._primary-text.--lh-669{line-height:669px}.GREEN_GOLD ._primary-text.--lh-670{line-height:670px}.GREEN_GOLD ._primary-text.--lh-671{line-height:671px}.GREEN_GOLD ._primary-text.--lh-672{line-height:672px}.GREEN_GOLD ._primary-text.--lh-673{line-height:673px}.GREEN_GOLD ._primary-text.--lh-674{line-height:674px}.GREEN_GOLD ._primary-text.--lh-675{line-height:675px}.GREEN_GOLD ._primary-text.--lh-676{line-height:676px}.GREEN_GOLD ._primary-text.--lh-677{line-height:677px}.GREEN_GOLD ._primary-text.--lh-678{line-height:678px}.GREEN_GOLD ._primary-text.--lh-679{line-height:679px}.GREEN_GOLD ._primary-text.--lh-680{line-height:680px}.GREEN_GOLD ._primary-text.--lh-681{line-height:681px}.GREEN_GOLD ._primary-text.--lh-682{line-height:682px}.GREEN_GOLD ._primary-text.--lh-683{line-height:683px}.GREEN_GOLD ._primary-text.--lh-684{line-height:684px}.GREEN_GOLD ._primary-text.--lh-685{line-height:685px}.GREEN_GOLD ._primary-text.--lh-686{line-height:686px}.GREEN_GOLD ._primary-text.--lh-687{line-height:687px}.GREEN_GOLD ._primary-text.--lh-688{line-height:688px}.GREEN_GOLD ._primary-text.--lh-689{line-height:689px}.GREEN_GOLD ._primary-text.--lh-690{line-height:690px}.GREEN_GOLD ._primary-text.--lh-691{line-height:691px}.GREEN_GOLD ._primary-text.--lh-692{line-height:692px}.GREEN_GOLD ._primary-text.--lh-693{line-height:693px}.GREEN_GOLD ._primary-text.--lh-694{line-height:694px}.GREEN_GOLD ._primary-text.--lh-695{line-height:695px}.GREEN_GOLD ._primary-text.--lh-696{line-height:696px}.GREEN_GOLD ._primary-text.--lh-697{line-height:697px}.GREEN_GOLD ._primary-text.--lh-698{line-height:698px}.GREEN_GOLD ._primary-text.--lh-699{line-height:699px}.GREEN_GOLD ._primary-text.--lh-700{line-height:700px}.GREEN_GOLD ._primary-text.--lh-701{line-height:701px}.GREEN_GOLD ._primary-text.--lh-702{line-height:702px}.GREEN_GOLD ._primary-text.--lh-703{line-height:703px}.GREEN_GOLD ._primary-text.--lh-704{line-height:704px}.GREEN_GOLD ._primary-text.--lh-705{line-height:705px}.GREEN_GOLD ._primary-text.--lh-706{line-height:706px}.GREEN_GOLD ._primary-text.--lh-707{line-height:707px}.GREEN_GOLD ._primary-text.--lh-708{line-height:708px}.GREEN_GOLD ._primary-text.--lh-709{line-height:709px}.GREEN_GOLD ._primary-text.--lh-710{line-height:710px}.GREEN_GOLD ._primary-text.--lh-711{line-height:711px}.GREEN_GOLD ._primary-text.--lh-712{line-height:712px}.GREEN_GOLD ._primary-text.--lh-713{line-height:713px}.GREEN_GOLD ._primary-text.--lh-714{line-height:714px}.GREEN_GOLD ._primary-text.--lh-715{line-height:715px}.GREEN_GOLD ._primary-text.--lh-716{line-height:716px}.GREEN_GOLD ._primary-text.--lh-717{line-height:717px}.GREEN_GOLD ._primary-text.--lh-718{line-height:718px}.GREEN_GOLD ._primary-text.--lh-719{line-height:719px}.GREEN_GOLD ._primary-text.--lh-720{line-height:720px}.GREEN_GOLD ._primary-text.--lh-721{line-height:721px}.GREEN_GOLD ._primary-text.--lh-722{line-height:722px}.GREEN_GOLD ._primary-text.--lh-723{line-height:723px}.GREEN_GOLD ._primary-text.--lh-724{line-height:724px}.GREEN_GOLD ._primary-text.--lh-725{line-height:725px}.GREEN_GOLD ._primary-text.--lh-726{line-height:726px}.GREEN_GOLD ._primary-text.--lh-727{line-height:727px}.GREEN_GOLD ._primary-text.--lh-728{line-height:728px}.GREEN_GOLD ._primary-text.--lh-729{line-height:729px}.GREEN_GOLD ._primary-text.--lh-730{line-height:730px}.GREEN_GOLD ._primary-text.--lh-731{line-height:731px}.GREEN_GOLD ._primary-text.--lh-732{line-height:732px}.GREEN_GOLD ._primary-text.--lh-733{line-height:733px}.GREEN_GOLD ._primary-text.--lh-734{line-height:734px}.GREEN_GOLD ._primary-text.--lh-735{line-height:735px}.GREEN_GOLD ._primary-text.--lh-736{line-height:736px}.GREEN_GOLD ._primary-text.--lh-737{line-height:737px}.GREEN_GOLD ._primary-text.--lh-738{line-height:738px}.GREEN_GOLD ._primary-text.--lh-739{line-height:739px}.GREEN_GOLD ._primary-text.--lh-740{line-height:740px}.GREEN_GOLD ._primary-text.--lh-741{line-height:741px}.GREEN_GOLD ._primary-text.--lh-742{line-height:742px}.GREEN_GOLD ._primary-text.--lh-743{line-height:743px}.GREEN_GOLD ._primary-text.--lh-744{line-height:744px}.GREEN_GOLD ._primary-text.--lh-745{line-height:745px}.GREEN_GOLD ._primary-text.--lh-746{line-height:746px}.GREEN_GOLD ._primary-text.--lh-747{line-height:747px}.GREEN_GOLD ._primary-text.--lh-748{line-height:748px}.GREEN_GOLD ._primary-text.--lh-749{line-height:749px}.GREEN_GOLD ._primary-text.--lh-750{line-height:750px}.GREEN_GOLD ._primary-text.--lh-751{line-height:751px}.GREEN_GOLD ._primary-text.--lh-752{line-height:752px}.GREEN_GOLD ._primary-text.--lh-753{line-height:753px}.GREEN_GOLD ._primary-text.--lh-754{line-height:754px}.GREEN_GOLD ._primary-text.--lh-755{line-height:755px}.GREEN_GOLD ._primary-text.--lh-756{line-height:756px}.GREEN_GOLD ._primary-text.--lh-757{line-height:757px}.GREEN_GOLD ._primary-text.--lh-758{line-height:758px}.GREEN_GOLD ._primary-text.--lh-759{line-height:759px}.GREEN_GOLD ._primary-text.--lh-760{line-height:760px}.GREEN_GOLD ._primary-text.--lh-761{line-height:761px}.GREEN_GOLD ._primary-text.--lh-762{line-height:762px}.GREEN_GOLD ._primary-text.--lh-763{line-height:763px}.GREEN_GOLD ._primary-text.--lh-764{line-height:764px}.GREEN_GOLD ._primary-text.--lh-765{line-height:765px}.GREEN_GOLD ._primary-text.--lh-766{line-height:766px}.GREEN_GOLD ._primary-text.--lh-767{line-height:767px}.GREEN_GOLD ._primary-text.--lh-768{line-height:768px}.GREEN_GOLD ._primary-text.--lh-769{line-height:769px}.GREEN_GOLD ._primary-text.--lh-770{line-height:770px}.GREEN_GOLD ._primary-text.--lh-771{line-height:771px}.GREEN_GOLD ._primary-text.--lh-772{line-height:772px}.GREEN_GOLD ._primary-text.--lh-773{line-height:773px}.GREEN_GOLD ._primary-text.--lh-774{line-height:774px}.GREEN_GOLD ._primary-text.--lh-775{line-height:775px}.GREEN_GOLD ._primary-text.--lh-776{line-height:776px}.GREEN_GOLD ._primary-text.--lh-777{line-height:777px}.GREEN_GOLD ._primary-text.--lh-778{line-height:778px}.GREEN_GOLD ._primary-text.--lh-779{line-height:779px}.GREEN_GOLD ._primary-text.--lh-780{line-height:780px}.GREEN_GOLD ._primary-text.--lh-781{line-height:781px}.GREEN_GOLD ._primary-text.--lh-782{line-height:782px}.GREEN_GOLD ._primary-text.--lh-783{line-height:783px}.GREEN_GOLD ._primary-text.--lh-784{line-height:784px}.GREEN_GOLD ._primary-text.--lh-785{line-height:785px}.GREEN_GOLD ._primary-text.--lh-786{line-height:786px}.GREEN_GOLD ._primary-text.--lh-787{line-height:787px}.GREEN_GOLD ._primary-text.--lh-788{line-height:788px}.GREEN_GOLD ._primary-text.--lh-789{line-height:789px}.GREEN_GOLD ._primary-text.--lh-790{line-height:790px}.GREEN_GOLD ._primary-text.--lh-791{line-height:791px}.GREEN_GOLD ._primary-text.--lh-792{line-height:792px}.GREEN_GOLD ._primary-text.--lh-793{line-height:793px}.GREEN_GOLD ._primary-text.--lh-794{line-height:794px}.GREEN_GOLD ._primary-text.--lh-795{line-height:795px}.GREEN_GOLD ._primary-text.--lh-796{line-height:796px}.GREEN_GOLD ._primary-text.--lh-797{line-height:797px}.GREEN_GOLD ._primary-text.--lh-798{line-height:798px}.GREEN_GOLD ._primary-text.--lh-799{line-height:799px}.GREEN_GOLD ._primary-text.--lh-800{line-height:800px}.GREEN_GOLD ._secondary-text{color:var(--gold);font-family:Poppins}.GREEN_GOLD ._secondary-text.--size-5{font-size:5px}.GREEN_GOLD ._secondary-text.--size-6{font-size:6px}.GREEN_GOLD ._secondary-text.--size-7{font-size:7px}.GREEN_GOLD ._secondary-text.--size-8{font-size:8px}.GREEN_GOLD ._secondary-text.--size-9{font-size:9px}.GREEN_GOLD ._secondary-text.--size-10{font-size:10px}.GREEN_GOLD ._secondary-text.--size-11{font-size:11px}.GREEN_GOLD ._secondary-text.--size-12{font-size:12px}.GREEN_GOLD ._secondary-text.--size-13{font-size:13px}.GREEN_GOLD ._secondary-text.--size-14{font-size:14px}.GREEN_GOLD ._secondary-text.--size-15{font-size:15px}.GREEN_GOLD ._secondary-text.--size-16{font-size:16px}.GREEN_GOLD ._secondary-text.--size-17{font-size:17px}.GREEN_GOLD ._secondary-text.--size-18{font-size:18px}.GREEN_GOLD ._secondary-text.--size-19{font-size:19px}.GREEN_GOLD ._secondary-text.--size-20{font-size:20px}.GREEN_GOLD ._secondary-text.--size-21{font-size:21px}.GREEN_GOLD ._secondary-text.--size-22{font-size:22px}.GREEN_GOLD ._secondary-text.--size-23{font-size:23px}.GREEN_GOLD ._secondary-text.--size-24{font-size:24px}.GREEN_GOLD ._secondary-text.--size-25{font-size:25px}.GREEN_GOLD ._secondary-text.--size-26{font-size:26px}.GREEN_GOLD ._secondary-text.--size-27{font-size:27px}.GREEN_GOLD ._secondary-text.--size-28{font-size:28px}.GREEN_GOLD ._secondary-text.--size-29{font-size:29px}.GREEN_GOLD ._secondary-text.--size-30{font-size:30px}.GREEN_GOLD ._secondary-text.--size-31{font-size:31px}.GREEN_GOLD ._secondary-text.--size-32{font-size:32px}.GREEN_GOLD ._secondary-text.--size-33{font-size:33px}.GREEN_GOLD ._secondary-text.--size-34{font-size:34px}.GREEN_GOLD ._secondary-text.--size-35{font-size:35px}.GREEN_GOLD ._secondary-text.--size-36{font-size:36px}.GREEN_GOLD ._secondary-text.--size-37{font-size:37px}.GREEN_GOLD ._secondary-text.--size-38{font-size:38px}.GREEN_GOLD ._secondary-text.--size-39{font-size:39px}.GREEN_GOLD ._secondary-text.--size-40{font-size:40px}.GREEN_GOLD ._secondary-text.--size-41{font-size:41px}.GREEN_GOLD ._secondary-text.--size-42{font-size:42px}.GREEN_GOLD ._secondary-text.--size-43{font-size:43px}.GREEN_GOLD ._secondary-text.--size-44{font-size:44px}.GREEN_GOLD ._secondary-text.--size-45{font-size:45px}.GREEN_GOLD ._secondary-text.--size-46{font-size:46px}.GREEN_GOLD ._secondary-text.--size-47{font-size:47px}.GREEN_GOLD ._secondary-text.--size-48{font-size:48px}.GREEN_GOLD ._secondary-text.--size-49{font-size:49px}.GREEN_GOLD ._secondary-text.--size-50{font-size:50px}.GREEN_GOLD ._secondary-text.--size-51{font-size:51px}.GREEN_GOLD ._secondary-text.--size-52{font-size:52px}.GREEN_GOLD ._secondary-text.--size-53{font-size:53px}.GREEN_GOLD ._secondary-text.--size-54{font-size:54px}.GREEN_GOLD ._secondary-text.--size-55{font-size:55px}.GREEN_GOLD ._secondary-text.--size-56{font-size:56px}.GREEN_GOLD ._secondary-text.--size-57{font-size:57px}.GREEN_GOLD ._secondary-text.--size-58{font-size:58px}.GREEN_GOLD ._secondary-text.--size-59{font-size:59px}.GREEN_GOLD ._secondary-text.--size-60{font-size:60px}.GREEN_GOLD ._secondary-text.--size-61{font-size:61px}.GREEN_GOLD ._secondary-text.--size-62{font-size:62px}.GREEN_GOLD ._secondary-text.--size-63{font-size:63px}.GREEN_GOLD ._secondary-text.--size-64{font-size:64px}.GREEN_GOLD ._secondary-text.--size-65{font-size:65px}.GREEN_GOLD ._secondary-text.--size-66{font-size:66px}.GREEN_GOLD ._secondary-text.--size-67{font-size:67px}.GREEN_GOLD ._secondary-text.--size-68{font-size:68px}.GREEN_GOLD ._secondary-text.--size-69{font-size:69px}.GREEN_GOLD ._secondary-text.--size-70{font-size:70px}.GREEN_GOLD ._secondary-text.--size-71{font-size:71px}.GREEN_GOLD ._secondary-text.--size-72{font-size:72px}.GREEN_GOLD ._secondary-text.--size-73{font-size:73px}.GREEN_GOLD ._secondary-text.--size-74{font-size:74px}.GREEN_GOLD ._secondary-text.--size-75{font-size:75px}.GREEN_GOLD ._secondary-text.--size-76{font-size:76px}.GREEN_GOLD ._secondary-text.--size-77{font-size:77px}.GREEN_GOLD ._secondary-text.--size-78{font-size:78px}.GREEN_GOLD ._secondary-text.--size-79{font-size:79px}.GREEN_GOLD ._secondary-text.--size-80{font-size:80px}.GREEN_GOLD ._secondary-text.--size-81{font-size:81px}.GREEN_GOLD ._secondary-text.--size-82{font-size:82px}.GREEN_GOLD ._secondary-text.--size-83{font-size:83px}.GREEN_GOLD ._secondary-text.--size-84{font-size:84px}.GREEN_GOLD ._secondary-text.--size-85{font-size:85px}.GREEN_GOLD ._secondary-text.--size-86{font-size:86px}.GREEN_GOLD ._secondary-text.--size-87{font-size:87px}.GREEN_GOLD ._secondary-text.--size-88{font-size:88px}.GREEN_GOLD ._secondary-text.--size-89{font-size:89px}.GREEN_GOLD ._secondary-text.--size-90{font-size:90px}.GREEN_GOLD ._secondary-text.--size-91{font-size:91px}.GREEN_GOLD ._secondary-text.--size-92{font-size:92px}.GREEN_GOLD ._secondary-text.--size-93{font-size:93px}.GREEN_GOLD ._secondary-text.--size-94{font-size:94px}.GREEN_GOLD ._secondary-text.--size-95{font-size:95px}.GREEN_GOLD ._secondary-text.--size-96{font-size:96px}.GREEN_GOLD ._secondary-text.--size-97{font-size:97px}.GREEN_GOLD ._secondary-text.--size-98{font-size:98px}.GREEN_GOLD ._secondary-text.--size-99{font-size:99px}.GREEN_GOLD ._secondary-text.--size-100{font-size:100px}.GREEN_GOLD ._secondary-text.--weight-100{font-weight:100}.GREEN_GOLD ._secondary-text.--weight-101{font-weight:101}.GREEN_GOLD ._secondary-text.--weight-102{font-weight:102}.GREEN_GOLD ._secondary-text.--weight-103{font-weight:103}.GREEN_GOLD ._secondary-text.--weight-104{font-weight:104}.GREEN_GOLD ._secondary-text.--weight-105{font-weight:105}.GREEN_GOLD ._secondary-text.--weight-106{font-weight:106}.GREEN_GOLD ._secondary-text.--weight-107{font-weight:107}.GREEN_GOLD ._secondary-text.--weight-108{font-weight:108}.GREEN_GOLD ._secondary-text.--weight-109{font-weight:109}.GREEN_GOLD ._secondary-text.--weight-110{font-weight:110}.GREEN_GOLD ._secondary-text.--weight-111{font-weight:111}.GREEN_GOLD ._secondary-text.--weight-112{font-weight:112}.GREEN_GOLD ._secondary-text.--weight-113{font-weight:113}.GREEN_GOLD ._secondary-text.--weight-114{font-weight:114}.GREEN_GOLD ._secondary-text.--weight-115{font-weight:115}.GREEN_GOLD ._secondary-text.--weight-116{font-weight:116}.GREEN_GOLD ._secondary-text.--weight-117{font-weight:117}.GREEN_GOLD ._secondary-text.--weight-118{font-weight:118}.GREEN_GOLD ._secondary-text.--weight-119{font-weight:119}.GREEN_GOLD ._secondary-text.--weight-120{font-weight:120}.GREEN_GOLD ._secondary-text.--weight-121{font-weight:121}.GREEN_GOLD ._secondary-text.--weight-122{font-weight:122}.GREEN_GOLD ._secondary-text.--weight-123{font-weight:123}.GREEN_GOLD ._secondary-text.--weight-124{font-weight:124}.GREEN_GOLD ._secondary-text.--weight-125{font-weight:125}.GREEN_GOLD ._secondary-text.--weight-126{font-weight:126}.GREEN_GOLD ._secondary-text.--weight-127{font-weight:127}.GREEN_GOLD ._secondary-text.--weight-128{font-weight:128}.GREEN_GOLD ._secondary-text.--weight-129{font-weight:129}.GREEN_GOLD ._secondary-text.--weight-130{font-weight:130}.GREEN_GOLD ._secondary-text.--weight-131{font-weight:131}.GREEN_GOLD ._secondary-text.--weight-132{font-weight:132}.GREEN_GOLD ._secondary-text.--weight-133{font-weight:133}.GREEN_GOLD ._secondary-text.--weight-134{font-weight:134}.GREEN_GOLD ._secondary-text.--weight-135{font-weight:135}.GREEN_GOLD ._secondary-text.--weight-136{font-weight:136}.GREEN_GOLD ._secondary-text.--weight-137{font-weight:137}.GREEN_GOLD ._secondary-text.--weight-138{font-weight:138}.GREEN_GOLD ._secondary-text.--weight-139{font-weight:139}.GREEN_GOLD ._secondary-text.--weight-140{font-weight:140}.GREEN_GOLD ._secondary-text.--weight-141{font-weight:141}.GREEN_GOLD ._secondary-text.--weight-142{font-weight:142}.GREEN_GOLD ._secondary-text.--weight-143{font-weight:143}.GREEN_GOLD ._secondary-text.--weight-144{font-weight:144}.GREEN_GOLD ._secondary-text.--weight-145{font-weight:145}.GREEN_GOLD ._secondary-text.--weight-146{font-weight:146}.GREEN_GOLD ._secondary-text.--weight-147{font-weight:147}.GREEN_GOLD ._secondary-text.--weight-148{font-weight:148}.GREEN_GOLD ._secondary-text.--weight-149{font-weight:149}.GREEN_GOLD ._secondary-text.--weight-150{font-weight:150}.GREEN_GOLD ._secondary-text.--weight-151{font-weight:151}.GREEN_GOLD ._secondary-text.--weight-152{font-weight:152}.GREEN_GOLD ._secondary-text.--weight-153{font-weight:153}.GREEN_GOLD ._secondary-text.--weight-154{font-weight:154}.GREEN_GOLD ._secondary-text.--weight-155{font-weight:155}.GREEN_GOLD ._secondary-text.--weight-156{font-weight:156}.GREEN_GOLD ._secondary-text.--weight-157{font-weight:157}.GREEN_GOLD ._secondary-text.--weight-158{font-weight:158}.GREEN_GOLD ._secondary-text.--weight-159{font-weight:159}.GREEN_GOLD ._secondary-text.--weight-160{font-weight:160}.GREEN_GOLD ._secondary-text.--weight-161{font-weight:161}.GREEN_GOLD ._secondary-text.--weight-162{font-weight:162}.GREEN_GOLD ._secondary-text.--weight-163{font-weight:163}.GREEN_GOLD ._secondary-text.--weight-164{font-weight:164}.GREEN_GOLD ._secondary-text.--weight-165{font-weight:165}.GREEN_GOLD ._secondary-text.--weight-166{font-weight:166}.GREEN_GOLD ._secondary-text.--weight-167{font-weight:167}.GREEN_GOLD ._secondary-text.--weight-168{font-weight:168}.GREEN_GOLD ._secondary-text.--weight-169{font-weight:169}.GREEN_GOLD ._secondary-text.--weight-170{font-weight:170}.GREEN_GOLD ._secondary-text.--weight-171{font-weight:171}.GREEN_GOLD ._secondary-text.--weight-172{font-weight:172}.GREEN_GOLD ._secondary-text.--weight-173{font-weight:173}.GREEN_GOLD ._secondary-text.--weight-174{font-weight:174}.GREEN_GOLD ._secondary-text.--weight-175{font-weight:175}.GREEN_GOLD ._secondary-text.--weight-176{font-weight:176}.GREEN_GOLD ._secondary-text.--weight-177{font-weight:177}.GREEN_GOLD ._secondary-text.--weight-178{font-weight:178}.GREEN_GOLD ._secondary-text.--weight-179{font-weight:179}.GREEN_GOLD ._secondary-text.--weight-180{font-weight:180}.GREEN_GOLD ._secondary-text.--weight-181{font-weight:181}.GREEN_GOLD ._secondary-text.--weight-182{font-weight:182}.GREEN_GOLD ._secondary-text.--weight-183{font-weight:183}.GREEN_GOLD ._secondary-text.--weight-184{font-weight:184}.GREEN_GOLD ._secondary-text.--weight-185{font-weight:185}.GREEN_GOLD ._secondary-text.--weight-186{font-weight:186}.GREEN_GOLD ._secondary-text.--weight-187{font-weight:187}.GREEN_GOLD ._secondary-text.--weight-188{font-weight:188}.GREEN_GOLD ._secondary-text.--weight-189{font-weight:189}.GREEN_GOLD ._secondary-text.--weight-190{font-weight:190}.GREEN_GOLD ._secondary-text.--weight-191{font-weight:191}.GREEN_GOLD ._secondary-text.--weight-192{font-weight:192}.GREEN_GOLD ._secondary-text.--weight-193{font-weight:193}.GREEN_GOLD ._secondary-text.--weight-194{font-weight:194}.GREEN_GOLD ._secondary-text.--weight-195{font-weight:195}.GREEN_GOLD ._secondary-text.--weight-196{font-weight:196}.GREEN_GOLD ._secondary-text.--weight-197{font-weight:197}.GREEN_GOLD ._secondary-text.--weight-198{font-weight:198}.GREEN_GOLD ._secondary-text.--weight-199{font-weight:199}.GREEN_GOLD ._secondary-text.--weight-200{font-weight:200}.GREEN_GOLD ._secondary-text.--weight-201{font-weight:201}.GREEN_GOLD ._secondary-text.--weight-202{font-weight:202}.GREEN_GOLD ._secondary-text.--weight-203{font-weight:203}.GREEN_GOLD ._secondary-text.--weight-204{font-weight:204}.GREEN_GOLD ._secondary-text.--weight-205{font-weight:205}.GREEN_GOLD ._secondary-text.--weight-206{font-weight:206}.GREEN_GOLD ._secondary-text.--weight-207{font-weight:207}.GREEN_GOLD ._secondary-text.--weight-208{font-weight:208}.GREEN_GOLD ._secondary-text.--weight-209{font-weight:209}.GREEN_GOLD ._secondary-text.--weight-210{font-weight:210}.GREEN_GOLD ._secondary-text.--weight-211{font-weight:211}.GREEN_GOLD ._secondary-text.--weight-212{font-weight:212}.GREEN_GOLD ._secondary-text.--weight-213{font-weight:213}.GREEN_GOLD ._secondary-text.--weight-214{font-weight:214}.GREEN_GOLD ._secondary-text.--weight-215{font-weight:215}.GREEN_GOLD ._secondary-text.--weight-216{font-weight:216}.GREEN_GOLD ._secondary-text.--weight-217{font-weight:217}.GREEN_GOLD ._secondary-text.--weight-218{font-weight:218}.GREEN_GOLD ._secondary-text.--weight-219{font-weight:219}.GREEN_GOLD ._secondary-text.--weight-220{font-weight:220}.GREEN_GOLD ._secondary-text.--weight-221{font-weight:221}.GREEN_GOLD ._secondary-text.--weight-222{font-weight:222}.GREEN_GOLD ._secondary-text.--weight-223{font-weight:223}.GREEN_GOLD ._secondary-text.--weight-224{font-weight:224}.GREEN_GOLD ._secondary-text.--weight-225{font-weight:225}.GREEN_GOLD ._secondary-text.--weight-226{font-weight:226}.GREEN_GOLD ._secondary-text.--weight-227{font-weight:227}.GREEN_GOLD ._secondary-text.--weight-228{font-weight:228}.GREEN_GOLD ._secondary-text.--weight-229{font-weight:229}.GREEN_GOLD ._secondary-text.--weight-230{font-weight:230}.GREEN_GOLD ._secondary-text.--weight-231{font-weight:231}.GREEN_GOLD ._secondary-text.--weight-232{font-weight:232}.GREEN_GOLD ._secondary-text.--weight-233{font-weight:233}.GREEN_GOLD ._secondary-text.--weight-234{font-weight:234}.GREEN_GOLD ._secondary-text.--weight-235{font-weight:235}.GREEN_GOLD ._secondary-text.--weight-236{font-weight:236}.GREEN_GOLD ._secondary-text.--weight-237{font-weight:237}.GREEN_GOLD ._secondary-text.--weight-238{font-weight:238}.GREEN_GOLD ._secondary-text.--weight-239{font-weight:239}.GREEN_GOLD ._secondary-text.--weight-240{font-weight:240}.GREEN_GOLD ._secondary-text.--weight-241{font-weight:241}.GREEN_GOLD ._secondary-text.--weight-242{font-weight:242}.GREEN_GOLD ._secondary-text.--weight-243{font-weight:243}.GREEN_GOLD ._secondary-text.--weight-244{font-weight:244}.GREEN_GOLD ._secondary-text.--weight-245{font-weight:245}.GREEN_GOLD ._secondary-text.--weight-246{font-weight:246}.GREEN_GOLD ._secondary-text.--weight-247{font-weight:247}.GREEN_GOLD ._secondary-text.--weight-248{font-weight:248}.GREEN_GOLD ._secondary-text.--weight-249{font-weight:249}.GREEN_GOLD ._secondary-text.--weight-250{font-weight:250}.GREEN_GOLD ._secondary-text.--weight-251{font-weight:251}.GREEN_GOLD ._secondary-text.--weight-252{font-weight:252}.GREEN_GOLD ._secondary-text.--weight-253{font-weight:253}.GREEN_GOLD ._secondary-text.--weight-254{font-weight:254}.GREEN_GOLD ._secondary-text.--weight-255{font-weight:255}.GREEN_GOLD ._secondary-text.--weight-256{font-weight:256}.GREEN_GOLD ._secondary-text.--weight-257{font-weight:257}.GREEN_GOLD ._secondary-text.--weight-258{font-weight:258}.GREEN_GOLD ._secondary-text.--weight-259{font-weight:259}.GREEN_GOLD ._secondary-text.--weight-260{font-weight:260}.GREEN_GOLD ._secondary-text.--weight-261{font-weight:261}.GREEN_GOLD ._secondary-text.--weight-262{font-weight:262}.GREEN_GOLD ._secondary-text.--weight-263{font-weight:263}.GREEN_GOLD ._secondary-text.--weight-264{font-weight:264}.GREEN_GOLD ._secondary-text.--weight-265{font-weight:265}.GREEN_GOLD ._secondary-text.--weight-266{font-weight:266}.GREEN_GOLD ._secondary-text.--weight-267{font-weight:267}.GREEN_GOLD ._secondary-text.--weight-268{font-weight:268}.GREEN_GOLD ._secondary-text.--weight-269{font-weight:269}.GREEN_GOLD ._secondary-text.--weight-270{font-weight:270}.GREEN_GOLD ._secondary-text.--weight-271{font-weight:271}.GREEN_GOLD ._secondary-text.--weight-272{font-weight:272}.GREEN_GOLD ._secondary-text.--weight-273{font-weight:273}.GREEN_GOLD ._secondary-text.--weight-274{font-weight:274}.GREEN_GOLD ._secondary-text.--weight-275{font-weight:275}.GREEN_GOLD ._secondary-text.--weight-276{font-weight:276}.GREEN_GOLD ._secondary-text.--weight-277{font-weight:277}.GREEN_GOLD ._secondary-text.--weight-278{font-weight:278}.GREEN_GOLD ._secondary-text.--weight-279{font-weight:279}.GREEN_GOLD ._secondary-text.--weight-280{font-weight:280}.GREEN_GOLD ._secondary-text.--weight-281{font-weight:281}.GREEN_GOLD ._secondary-text.--weight-282{font-weight:282}.GREEN_GOLD ._secondary-text.--weight-283{font-weight:283}.GREEN_GOLD ._secondary-text.--weight-284{font-weight:284}.GREEN_GOLD ._secondary-text.--weight-285{font-weight:285}.GREEN_GOLD ._secondary-text.--weight-286{font-weight:286}.GREEN_GOLD ._secondary-text.--weight-287{font-weight:287}.GREEN_GOLD ._secondary-text.--weight-288{font-weight:288}.GREEN_GOLD ._secondary-text.--weight-289{font-weight:289}.GREEN_GOLD ._secondary-text.--weight-290{font-weight:290}.GREEN_GOLD ._secondary-text.--weight-291{font-weight:291}.GREEN_GOLD ._secondary-text.--weight-292{font-weight:292}.GREEN_GOLD ._secondary-text.--weight-293{font-weight:293}.GREEN_GOLD ._secondary-text.--weight-294{font-weight:294}.GREEN_GOLD ._secondary-text.--weight-295{font-weight:295}.GREEN_GOLD ._secondary-text.--weight-296{font-weight:296}.GREEN_GOLD ._secondary-text.--weight-297{font-weight:297}.GREEN_GOLD ._secondary-text.--weight-298{font-weight:298}.GREEN_GOLD ._secondary-text.--weight-299{font-weight:299}.GREEN_GOLD ._secondary-text.--weight-300{font-weight:300}.GREEN_GOLD ._secondary-text.--weight-301{font-weight:301}.GREEN_GOLD ._secondary-text.--weight-302{font-weight:302}.GREEN_GOLD ._secondary-text.--weight-303{font-weight:303}.GREEN_GOLD ._secondary-text.--weight-304{font-weight:304}.GREEN_GOLD ._secondary-text.--weight-305{font-weight:305}.GREEN_GOLD ._secondary-text.--weight-306{font-weight:306}.GREEN_GOLD ._secondary-text.--weight-307{font-weight:307}.GREEN_GOLD ._secondary-text.--weight-308{font-weight:308}.GREEN_GOLD ._secondary-text.--weight-309{font-weight:309}.GREEN_GOLD ._secondary-text.--weight-310{font-weight:310}.GREEN_GOLD ._secondary-text.--weight-311{font-weight:311}.GREEN_GOLD ._secondary-text.--weight-312{font-weight:312}.GREEN_GOLD ._secondary-text.--weight-313{font-weight:313}.GREEN_GOLD ._secondary-text.--weight-314{font-weight:314}.GREEN_GOLD ._secondary-text.--weight-315{font-weight:315}.GREEN_GOLD ._secondary-text.--weight-316{font-weight:316}.GREEN_GOLD ._secondary-text.--weight-317{font-weight:317}.GREEN_GOLD ._secondary-text.--weight-318{font-weight:318}.GREEN_GOLD ._secondary-text.--weight-319{font-weight:319}.GREEN_GOLD ._secondary-text.--weight-320{font-weight:320}.GREEN_GOLD ._secondary-text.--weight-321{font-weight:321}.GREEN_GOLD ._secondary-text.--weight-322{font-weight:322}.GREEN_GOLD ._secondary-text.--weight-323{font-weight:323}.GREEN_GOLD ._secondary-text.--weight-324{font-weight:324}.GREEN_GOLD ._secondary-text.--weight-325{font-weight:325}.GREEN_GOLD ._secondary-text.--weight-326{font-weight:326}.GREEN_GOLD ._secondary-text.--weight-327{font-weight:327}.GREEN_GOLD ._secondary-text.--weight-328{font-weight:328}.GREEN_GOLD ._secondary-text.--weight-329{font-weight:329}.GREEN_GOLD ._secondary-text.--weight-330{font-weight:330}.GREEN_GOLD ._secondary-text.--weight-331{font-weight:331}.GREEN_GOLD ._secondary-text.--weight-332{font-weight:332}.GREEN_GOLD ._secondary-text.--weight-333{font-weight:333}.GREEN_GOLD ._secondary-text.--weight-334{font-weight:334}.GREEN_GOLD ._secondary-text.--weight-335{font-weight:335}.GREEN_GOLD ._secondary-text.--weight-336{font-weight:336}.GREEN_GOLD ._secondary-text.--weight-337{font-weight:337}.GREEN_GOLD ._secondary-text.--weight-338{font-weight:338}.GREEN_GOLD ._secondary-text.--weight-339{font-weight:339}.GREEN_GOLD ._secondary-text.--weight-340{font-weight:340}.GREEN_GOLD ._secondary-text.--weight-341{font-weight:341}.GREEN_GOLD ._secondary-text.--weight-342{font-weight:342}.GREEN_GOLD ._secondary-text.--weight-343{font-weight:343}.GREEN_GOLD ._secondary-text.--weight-344{font-weight:344}.GREEN_GOLD ._secondary-text.--weight-345{font-weight:345}.GREEN_GOLD ._secondary-text.--weight-346{font-weight:346}.GREEN_GOLD ._secondary-text.--weight-347{font-weight:347}.GREEN_GOLD ._secondary-text.--weight-348{font-weight:348}.GREEN_GOLD ._secondary-text.--weight-349{font-weight:349}.GREEN_GOLD ._secondary-text.--weight-350{font-weight:350}.GREEN_GOLD ._secondary-text.--weight-351{font-weight:351}.GREEN_GOLD ._secondary-text.--weight-352{font-weight:352}.GREEN_GOLD ._secondary-text.--weight-353{font-weight:353}.GREEN_GOLD ._secondary-text.--weight-354{font-weight:354}.GREEN_GOLD ._secondary-text.--weight-355{font-weight:355}.GREEN_GOLD ._secondary-text.--weight-356{font-weight:356}.GREEN_GOLD ._secondary-text.--weight-357{font-weight:357}.GREEN_GOLD ._secondary-text.--weight-358{font-weight:358}.GREEN_GOLD ._secondary-text.--weight-359{font-weight:359}.GREEN_GOLD ._secondary-text.--weight-360{font-weight:360}.GREEN_GOLD ._secondary-text.--weight-361{font-weight:361}.GREEN_GOLD ._secondary-text.--weight-362{font-weight:362}.GREEN_GOLD ._secondary-text.--weight-363{font-weight:363}.GREEN_GOLD ._secondary-text.--weight-364{font-weight:364}.GREEN_GOLD ._secondary-text.--weight-365{font-weight:365}.GREEN_GOLD ._secondary-text.--weight-366{font-weight:366}.GREEN_GOLD ._secondary-text.--weight-367{font-weight:367}.GREEN_GOLD ._secondary-text.--weight-368{font-weight:368}.GREEN_GOLD ._secondary-text.--weight-369{font-weight:369}.GREEN_GOLD ._secondary-text.--weight-370{font-weight:370}.GREEN_GOLD ._secondary-text.--weight-371{font-weight:371}.GREEN_GOLD ._secondary-text.--weight-372{font-weight:372}.GREEN_GOLD ._secondary-text.--weight-373{font-weight:373}.GREEN_GOLD ._secondary-text.--weight-374{font-weight:374}.GREEN_GOLD ._secondary-text.--weight-375{font-weight:375}.GREEN_GOLD ._secondary-text.--weight-376{font-weight:376}.GREEN_GOLD ._secondary-text.--weight-377{font-weight:377}.GREEN_GOLD ._secondary-text.--weight-378{font-weight:378}.GREEN_GOLD ._secondary-text.--weight-379{font-weight:379}.GREEN_GOLD ._secondary-text.--weight-380{font-weight:380}.GREEN_GOLD ._secondary-text.--weight-381{font-weight:381}.GREEN_GOLD ._secondary-text.--weight-382{font-weight:382}.GREEN_GOLD ._secondary-text.--weight-383{font-weight:383}.GREEN_GOLD ._secondary-text.--weight-384{font-weight:384}.GREEN_GOLD ._secondary-text.--weight-385{font-weight:385}.GREEN_GOLD ._secondary-text.--weight-386{font-weight:386}.GREEN_GOLD ._secondary-text.--weight-387{font-weight:387}.GREEN_GOLD ._secondary-text.--weight-388{font-weight:388}.GREEN_GOLD ._secondary-text.--weight-389{font-weight:389}.GREEN_GOLD ._secondary-text.--weight-390{font-weight:390}.GREEN_GOLD ._secondary-text.--weight-391{font-weight:391}.GREEN_GOLD ._secondary-text.--weight-392{font-weight:392}.GREEN_GOLD ._secondary-text.--weight-393{font-weight:393}.GREEN_GOLD ._secondary-text.--weight-394{font-weight:394}.GREEN_GOLD ._secondary-text.--weight-395{font-weight:395}.GREEN_GOLD ._secondary-text.--weight-396{font-weight:396}.GREEN_GOLD ._secondary-text.--weight-397{font-weight:397}.GREEN_GOLD ._secondary-text.--weight-398{font-weight:398}.GREEN_GOLD ._secondary-text.--weight-399{font-weight:399}.GREEN_GOLD ._secondary-text.--weight-400{font-weight:400}.GREEN_GOLD ._secondary-text.--weight-401{font-weight:401}.GREEN_GOLD ._secondary-text.--weight-402{font-weight:402}.GREEN_GOLD ._secondary-text.--weight-403{font-weight:403}.GREEN_GOLD ._secondary-text.--weight-404{font-weight:404}.GREEN_GOLD ._secondary-text.--weight-405{font-weight:405}.GREEN_GOLD ._secondary-text.--weight-406{font-weight:406}.GREEN_GOLD ._secondary-text.--weight-407{font-weight:407}.GREEN_GOLD ._secondary-text.--weight-408{font-weight:408}.GREEN_GOLD ._secondary-text.--weight-409{font-weight:409}.GREEN_GOLD ._secondary-text.--weight-410{font-weight:410}.GREEN_GOLD ._secondary-text.--weight-411{font-weight:411}.GREEN_GOLD ._secondary-text.--weight-412{font-weight:412}.GREEN_GOLD ._secondary-text.--weight-413{font-weight:413}.GREEN_GOLD ._secondary-text.--weight-414{font-weight:414}.GREEN_GOLD ._secondary-text.--weight-415{font-weight:415}.GREEN_GOLD ._secondary-text.--weight-416{font-weight:416}.GREEN_GOLD ._secondary-text.--weight-417{font-weight:417}.GREEN_GOLD ._secondary-text.--weight-418{font-weight:418}.GREEN_GOLD ._secondary-text.--weight-419{font-weight:419}.GREEN_GOLD ._secondary-text.--weight-420{font-weight:420}.GREEN_GOLD ._secondary-text.--weight-421{font-weight:421}.GREEN_GOLD ._secondary-text.--weight-422{font-weight:422}.GREEN_GOLD ._secondary-text.--weight-423{font-weight:423}.GREEN_GOLD ._secondary-text.--weight-424{font-weight:424}.GREEN_GOLD ._secondary-text.--weight-425{font-weight:425}.GREEN_GOLD ._secondary-text.--weight-426{font-weight:426}.GREEN_GOLD ._secondary-text.--weight-427{font-weight:427}.GREEN_GOLD ._secondary-text.--weight-428{font-weight:428}.GREEN_GOLD ._secondary-text.--weight-429{font-weight:429}.GREEN_GOLD ._secondary-text.--weight-430{font-weight:430}.GREEN_GOLD ._secondary-text.--weight-431{font-weight:431}.GREEN_GOLD ._secondary-text.--weight-432{font-weight:432}.GREEN_GOLD ._secondary-text.--weight-433{font-weight:433}.GREEN_GOLD ._secondary-text.--weight-434{font-weight:434}.GREEN_GOLD ._secondary-text.--weight-435{font-weight:435}.GREEN_GOLD ._secondary-text.--weight-436{font-weight:436}.GREEN_GOLD ._secondary-text.--weight-437{font-weight:437}.GREEN_GOLD ._secondary-text.--weight-438{font-weight:438}.GREEN_GOLD ._secondary-text.--weight-439{font-weight:439}.GREEN_GOLD ._secondary-text.--weight-440{font-weight:440}.GREEN_GOLD ._secondary-text.--weight-441{font-weight:441}.GREEN_GOLD ._secondary-text.--weight-442{font-weight:442}.GREEN_GOLD ._secondary-text.--weight-443{font-weight:443}.GREEN_GOLD ._secondary-text.--weight-444{font-weight:444}.GREEN_GOLD ._secondary-text.--weight-445{font-weight:445}.GREEN_GOLD ._secondary-text.--weight-446{font-weight:446}.GREEN_GOLD ._secondary-text.--weight-447{font-weight:447}.GREEN_GOLD ._secondary-text.--weight-448{font-weight:448}.GREEN_GOLD ._secondary-text.--weight-449{font-weight:449}.GREEN_GOLD ._secondary-text.--weight-450{font-weight:450}.GREEN_GOLD ._secondary-text.--weight-451{font-weight:451}.GREEN_GOLD ._secondary-text.--weight-452{font-weight:452}.GREEN_GOLD ._secondary-text.--weight-453{font-weight:453}.GREEN_GOLD ._secondary-text.--weight-454{font-weight:454}.GREEN_GOLD ._secondary-text.--weight-455{font-weight:455}.GREEN_GOLD ._secondary-text.--weight-456{font-weight:456}.GREEN_GOLD ._secondary-text.--weight-457{font-weight:457}.GREEN_GOLD ._secondary-text.--weight-458{font-weight:458}.GREEN_GOLD ._secondary-text.--weight-459{font-weight:459}.GREEN_GOLD ._secondary-text.--weight-460{font-weight:460}.GREEN_GOLD ._secondary-text.--weight-461{font-weight:461}.GREEN_GOLD ._secondary-text.--weight-462{font-weight:462}.GREEN_GOLD ._secondary-text.--weight-463{font-weight:463}.GREEN_GOLD ._secondary-text.--weight-464{font-weight:464}.GREEN_GOLD ._secondary-text.--weight-465{font-weight:465}.GREEN_GOLD ._secondary-text.--weight-466{font-weight:466}.GREEN_GOLD ._secondary-text.--weight-467{font-weight:467}.GREEN_GOLD ._secondary-text.--weight-468{font-weight:468}.GREEN_GOLD ._secondary-text.--weight-469{font-weight:469}.GREEN_GOLD ._secondary-text.--weight-470{font-weight:470}.GREEN_GOLD ._secondary-text.--weight-471{font-weight:471}.GREEN_GOLD ._secondary-text.--weight-472{font-weight:472}.GREEN_GOLD ._secondary-text.--weight-473{font-weight:473}.GREEN_GOLD ._secondary-text.--weight-474{font-weight:474}.GREEN_GOLD ._secondary-text.--weight-475{font-weight:475}.GREEN_GOLD ._secondary-text.--weight-476{font-weight:476}.GREEN_GOLD ._secondary-text.--weight-477{font-weight:477}.GREEN_GOLD ._secondary-text.--weight-478{font-weight:478}.GREEN_GOLD ._secondary-text.--weight-479{font-weight:479}.GREEN_GOLD ._secondary-text.--weight-480{font-weight:480}.GREEN_GOLD ._secondary-text.--weight-481{font-weight:481}.GREEN_GOLD ._secondary-text.--weight-482{font-weight:482}.GREEN_GOLD ._secondary-text.--weight-483{font-weight:483}.GREEN_GOLD ._secondary-text.--weight-484{font-weight:484}.GREEN_GOLD ._secondary-text.--weight-485{font-weight:485}.GREEN_GOLD ._secondary-text.--weight-486{font-weight:486}.GREEN_GOLD ._secondary-text.--weight-487{font-weight:487}.GREEN_GOLD ._secondary-text.--weight-488{font-weight:488}.GREEN_GOLD ._secondary-text.--weight-489{font-weight:489}.GREEN_GOLD ._secondary-text.--weight-490{font-weight:490}.GREEN_GOLD ._secondary-text.--weight-491{font-weight:491}.GREEN_GOLD ._secondary-text.--weight-492{font-weight:492}.GREEN_GOLD ._secondary-text.--weight-493{font-weight:493}.GREEN_GOLD ._secondary-text.--weight-494{font-weight:494}.GREEN_GOLD ._secondary-text.--weight-495{font-weight:495}.GREEN_GOLD ._secondary-text.--weight-496{font-weight:496}.GREEN_GOLD ._secondary-text.--weight-497{font-weight:497}.GREEN_GOLD ._secondary-text.--weight-498{font-weight:498}.GREEN_GOLD ._secondary-text.--weight-499{font-weight:499}.GREEN_GOLD ._secondary-text.--weight-500{font-weight:500}.GREEN_GOLD ._secondary-text.--weight-501{font-weight:501}.GREEN_GOLD ._secondary-text.--weight-502{font-weight:502}.GREEN_GOLD ._secondary-text.--weight-503{font-weight:503}.GREEN_GOLD ._secondary-text.--weight-504{font-weight:504}.GREEN_GOLD ._secondary-text.--weight-505{font-weight:505}.GREEN_GOLD ._secondary-text.--weight-506{font-weight:506}.GREEN_GOLD ._secondary-text.--weight-507{font-weight:507}.GREEN_GOLD ._secondary-text.--weight-508{font-weight:508}.GREEN_GOLD ._secondary-text.--weight-509{font-weight:509}.GREEN_GOLD ._secondary-text.--weight-510{font-weight:510}.GREEN_GOLD ._secondary-text.--weight-511{font-weight:511}.GREEN_GOLD ._secondary-text.--weight-512{font-weight:512}.GREEN_GOLD ._secondary-text.--weight-513{font-weight:513}.GREEN_GOLD ._secondary-text.--weight-514{font-weight:514}.GREEN_GOLD ._secondary-text.--weight-515{font-weight:515}.GREEN_GOLD ._secondary-text.--weight-516{font-weight:516}.GREEN_GOLD ._secondary-text.--weight-517{font-weight:517}.GREEN_GOLD ._secondary-text.--weight-518{font-weight:518}.GREEN_GOLD ._secondary-text.--weight-519{font-weight:519}.GREEN_GOLD ._secondary-text.--weight-520{font-weight:520}.GREEN_GOLD ._secondary-text.--weight-521{font-weight:521}.GREEN_GOLD ._secondary-text.--weight-522{font-weight:522}.GREEN_GOLD ._secondary-text.--weight-523{font-weight:523}.GREEN_GOLD ._secondary-text.--weight-524{font-weight:524}.GREEN_GOLD ._secondary-text.--weight-525{font-weight:525}.GREEN_GOLD ._secondary-text.--weight-526{font-weight:526}.GREEN_GOLD ._secondary-text.--weight-527{font-weight:527}.GREEN_GOLD ._secondary-text.--weight-528{font-weight:528}.GREEN_GOLD ._secondary-text.--weight-529{font-weight:529}.GREEN_GOLD ._secondary-text.--weight-530{font-weight:530}.GREEN_GOLD ._secondary-text.--weight-531{font-weight:531}.GREEN_GOLD ._secondary-text.--weight-532{font-weight:532}.GREEN_GOLD ._secondary-text.--weight-533{font-weight:533}.GREEN_GOLD ._secondary-text.--weight-534{font-weight:534}.GREEN_GOLD ._secondary-text.--weight-535{font-weight:535}.GREEN_GOLD ._secondary-text.--weight-536{font-weight:536}.GREEN_GOLD ._secondary-text.--weight-537{font-weight:537}.GREEN_GOLD ._secondary-text.--weight-538{font-weight:538}.GREEN_GOLD ._secondary-text.--weight-539{font-weight:539}.GREEN_GOLD ._secondary-text.--weight-540{font-weight:540}.GREEN_GOLD ._secondary-text.--weight-541{font-weight:541}.GREEN_GOLD ._secondary-text.--weight-542{font-weight:542}.GREEN_GOLD ._secondary-text.--weight-543{font-weight:543}.GREEN_GOLD ._secondary-text.--weight-544{font-weight:544}.GREEN_GOLD ._secondary-text.--weight-545{font-weight:545}.GREEN_GOLD ._secondary-text.--weight-546{font-weight:546}.GREEN_GOLD ._secondary-text.--weight-547{font-weight:547}.GREEN_GOLD ._secondary-text.--weight-548{font-weight:548}.GREEN_GOLD ._secondary-text.--weight-549{font-weight:549}.GREEN_GOLD ._secondary-text.--weight-550{font-weight:550}.GREEN_GOLD ._secondary-text.--weight-551{font-weight:551}.GREEN_GOLD ._secondary-text.--weight-552{font-weight:552}.GREEN_GOLD ._secondary-text.--weight-553{font-weight:553}.GREEN_GOLD ._secondary-text.--weight-554{font-weight:554}.GREEN_GOLD ._secondary-text.--weight-555{font-weight:555}.GREEN_GOLD ._secondary-text.--weight-556{font-weight:556}.GREEN_GOLD ._secondary-text.--weight-557{font-weight:557}.GREEN_GOLD ._secondary-text.--weight-558{font-weight:558}.GREEN_GOLD ._secondary-text.--weight-559{font-weight:559}.GREEN_GOLD ._secondary-text.--weight-560{font-weight:560}.GREEN_GOLD ._secondary-text.--weight-561{font-weight:561}.GREEN_GOLD ._secondary-text.--weight-562{font-weight:562}.GREEN_GOLD ._secondary-text.--weight-563{font-weight:563}.GREEN_GOLD ._secondary-text.--weight-564{font-weight:564}.GREEN_GOLD ._secondary-text.--weight-565{font-weight:565}.GREEN_GOLD ._secondary-text.--weight-566{font-weight:566}.GREEN_GOLD ._secondary-text.--weight-567{font-weight:567}.GREEN_GOLD ._secondary-text.--weight-568{font-weight:568}.GREEN_GOLD ._secondary-text.--weight-569{font-weight:569}.GREEN_GOLD ._secondary-text.--weight-570{font-weight:570}.GREEN_GOLD ._secondary-text.--weight-571{font-weight:571}.GREEN_GOLD ._secondary-text.--weight-572{font-weight:572}.GREEN_GOLD ._secondary-text.--weight-573{font-weight:573}.GREEN_GOLD ._secondary-text.--weight-574{font-weight:574}.GREEN_GOLD ._secondary-text.--weight-575{font-weight:575}.GREEN_GOLD ._secondary-text.--weight-576{font-weight:576}.GREEN_GOLD ._secondary-text.--weight-577{font-weight:577}.GREEN_GOLD ._secondary-text.--weight-578{font-weight:578}.GREEN_GOLD ._secondary-text.--weight-579{font-weight:579}.GREEN_GOLD ._secondary-text.--weight-580{font-weight:580}.GREEN_GOLD ._secondary-text.--weight-581{font-weight:581}.GREEN_GOLD ._secondary-text.--weight-582{font-weight:582}.GREEN_GOLD ._secondary-text.--weight-583{font-weight:583}.GREEN_GOLD ._secondary-text.--weight-584{font-weight:584}.GREEN_GOLD ._secondary-text.--weight-585{font-weight:585}.GREEN_GOLD ._secondary-text.--weight-586{font-weight:586}.GREEN_GOLD ._secondary-text.--weight-587{font-weight:587}.GREEN_GOLD ._secondary-text.--weight-588{font-weight:588}.GREEN_GOLD ._secondary-text.--weight-589{font-weight:589}.GREEN_GOLD ._secondary-text.--weight-590{font-weight:590}.GREEN_GOLD ._secondary-text.--weight-591{font-weight:591}.GREEN_GOLD ._secondary-text.--weight-592{font-weight:592}.GREEN_GOLD ._secondary-text.--weight-593{font-weight:593}.GREEN_GOLD ._secondary-text.--weight-594{font-weight:594}.GREEN_GOLD ._secondary-text.--weight-595{font-weight:595}.GREEN_GOLD ._secondary-text.--weight-596{font-weight:596}.GREEN_GOLD ._secondary-text.--weight-597{font-weight:597}.GREEN_GOLD ._secondary-text.--weight-598{font-weight:598}.GREEN_GOLD ._secondary-text.--weight-599{font-weight:599}.GREEN_GOLD ._secondary-text.--weight-600{font-weight:600}.GREEN_GOLD ._secondary-text.--weight-601{font-weight:601}.GREEN_GOLD ._secondary-text.--weight-602{font-weight:602}.GREEN_GOLD ._secondary-text.--weight-603{font-weight:603}.GREEN_GOLD ._secondary-text.--weight-604{font-weight:604}.GREEN_GOLD ._secondary-text.--weight-605{font-weight:605}.GREEN_GOLD ._secondary-text.--weight-606{font-weight:606}.GREEN_GOLD ._secondary-text.--weight-607{font-weight:607}.GREEN_GOLD ._secondary-text.--weight-608{font-weight:608}.GREEN_GOLD ._secondary-text.--weight-609{font-weight:609}.GREEN_GOLD ._secondary-text.--weight-610{font-weight:610}.GREEN_GOLD ._secondary-text.--weight-611{font-weight:611}.GREEN_GOLD ._secondary-text.--weight-612{font-weight:612}.GREEN_GOLD ._secondary-text.--weight-613{font-weight:613}.GREEN_GOLD ._secondary-text.--weight-614{font-weight:614}.GREEN_GOLD ._secondary-text.--weight-615{font-weight:615}.GREEN_GOLD ._secondary-text.--weight-616{font-weight:616}.GREEN_GOLD ._secondary-text.--weight-617{font-weight:617}.GREEN_GOLD ._secondary-text.--weight-618{font-weight:618}.GREEN_GOLD ._secondary-text.--weight-619{font-weight:619}.GREEN_GOLD ._secondary-text.--weight-620{font-weight:620}.GREEN_GOLD ._secondary-text.--weight-621{font-weight:621}.GREEN_GOLD ._secondary-text.--weight-622{font-weight:622}.GREEN_GOLD ._secondary-text.--weight-623{font-weight:623}.GREEN_GOLD ._secondary-text.--weight-624{font-weight:624}.GREEN_GOLD ._secondary-text.--weight-625{font-weight:625}.GREEN_GOLD ._secondary-text.--weight-626{font-weight:626}.GREEN_GOLD ._secondary-text.--weight-627{font-weight:627}.GREEN_GOLD ._secondary-text.--weight-628{font-weight:628}.GREEN_GOLD ._secondary-text.--weight-629{font-weight:629}.GREEN_GOLD ._secondary-text.--weight-630{font-weight:630}.GREEN_GOLD ._secondary-text.--weight-631{font-weight:631}.GREEN_GOLD ._secondary-text.--weight-632{font-weight:632}.GREEN_GOLD ._secondary-text.--weight-633{font-weight:633}.GREEN_GOLD ._secondary-text.--weight-634{font-weight:634}.GREEN_GOLD ._secondary-text.--weight-635{font-weight:635}.GREEN_GOLD ._secondary-text.--weight-636{font-weight:636}.GREEN_GOLD ._secondary-text.--weight-637{font-weight:637}.GREEN_GOLD ._secondary-text.--weight-638{font-weight:638}.GREEN_GOLD ._secondary-text.--weight-639{font-weight:639}.GREEN_GOLD ._secondary-text.--weight-640{font-weight:640}.GREEN_GOLD ._secondary-text.--weight-641{font-weight:641}.GREEN_GOLD ._secondary-text.--weight-642{font-weight:642}.GREEN_GOLD ._secondary-text.--weight-643{font-weight:643}.GREEN_GOLD ._secondary-text.--weight-644{font-weight:644}.GREEN_GOLD ._secondary-text.--weight-645{font-weight:645}.GREEN_GOLD ._secondary-text.--weight-646{font-weight:646}.GREEN_GOLD ._secondary-text.--weight-647{font-weight:647}.GREEN_GOLD ._secondary-text.--weight-648{font-weight:648}.GREEN_GOLD ._secondary-text.--weight-649{font-weight:649}.GREEN_GOLD ._secondary-text.--weight-650{font-weight:650}.GREEN_GOLD ._secondary-text.--weight-651{font-weight:651}.GREEN_GOLD ._secondary-text.--weight-652{font-weight:652}.GREEN_GOLD ._secondary-text.--weight-653{font-weight:653}.GREEN_GOLD ._secondary-text.--weight-654{font-weight:654}.GREEN_GOLD ._secondary-text.--weight-655{font-weight:655}.GREEN_GOLD ._secondary-text.--weight-656{font-weight:656}.GREEN_GOLD ._secondary-text.--weight-657{font-weight:657}.GREEN_GOLD ._secondary-text.--weight-658{font-weight:658}.GREEN_GOLD ._secondary-text.--weight-659{font-weight:659}.GREEN_GOLD ._secondary-text.--weight-660{font-weight:660}.GREEN_GOLD ._secondary-text.--weight-661{font-weight:661}.GREEN_GOLD ._secondary-text.--weight-662{font-weight:662}.GREEN_GOLD ._secondary-text.--weight-663{font-weight:663}.GREEN_GOLD ._secondary-text.--weight-664{font-weight:664}.GREEN_GOLD ._secondary-text.--weight-665{font-weight:665}.GREEN_GOLD ._secondary-text.--weight-666{font-weight:666}.GREEN_GOLD ._secondary-text.--weight-667{font-weight:667}.GREEN_GOLD ._secondary-text.--weight-668{font-weight:668}.GREEN_GOLD ._secondary-text.--weight-669{font-weight:669}.GREEN_GOLD ._secondary-text.--weight-670{font-weight:670}.GREEN_GOLD ._secondary-text.--weight-671{font-weight:671}.GREEN_GOLD ._secondary-text.--weight-672{font-weight:672}.GREEN_GOLD ._secondary-text.--weight-673{font-weight:673}.GREEN_GOLD ._secondary-text.--weight-674{font-weight:674}.GREEN_GOLD ._secondary-text.--weight-675{font-weight:675}.GREEN_GOLD ._secondary-text.--weight-676{font-weight:676}.GREEN_GOLD ._secondary-text.--weight-677{font-weight:677}.GREEN_GOLD ._secondary-text.--weight-678{font-weight:678}.GREEN_GOLD ._secondary-text.--weight-679{font-weight:679}.GREEN_GOLD ._secondary-text.--weight-680{font-weight:680}.GREEN_GOLD ._secondary-text.--weight-681{font-weight:681}.GREEN_GOLD ._secondary-text.--weight-682{font-weight:682}.GREEN_GOLD ._secondary-text.--weight-683{font-weight:683}.GREEN_GOLD ._secondary-text.--weight-684{font-weight:684}.GREEN_GOLD ._secondary-text.--weight-685{font-weight:685}.GREEN_GOLD ._secondary-text.--weight-686{font-weight:686}.GREEN_GOLD ._secondary-text.--weight-687{font-weight:687}.GREEN_GOLD ._secondary-text.--weight-688{font-weight:688}.GREEN_GOLD ._secondary-text.--weight-689{font-weight:689}.GREEN_GOLD ._secondary-text.--weight-690{font-weight:690}.GREEN_GOLD ._secondary-text.--weight-691{font-weight:691}.GREEN_GOLD ._secondary-text.--weight-692{font-weight:692}.GREEN_GOLD ._secondary-text.--weight-693{font-weight:693}.GREEN_GOLD ._secondary-text.--weight-694{font-weight:694}.GREEN_GOLD ._secondary-text.--weight-695{font-weight:695}.GREEN_GOLD ._secondary-text.--weight-696{font-weight:696}.GREEN_GOLD ._secondary-text.--weight-697{font-weight:697}.GREEN_GOLD ._secondary-text.--weight-698{font-weight:698}.GREEN_GOLD ._secondary-text.--weight-699{font-weight:699}.GREEN_GOLD ._secondary-text.--weight-700{font-weight:700}.GREEN_GOLD ._secondary-text.--weight-701{font-weight:701}.GREEN_GOLD ._secondary-text.--weight-702{font-weight:702}.GREEN_GOLD ._secondary-text.--weight-703{font-weight:703}.GREEN_GOLD ._secondary-text.--weight-704{font-weight:704}.GREEN_GOLD ._secondary-text.--weight-705{font-weight:705}.GREEN_GOLD ._secondary-text.--weight-706{font-weight:706}.GREEN_GOLD ._secondary-text.--weight-707{font-weight:707}.GREEN_GOLD ._secondary-text.--weight-708{font-weight:708}.GREEN_GOLD ._secondary-text.--weight-709{font-weight:709}.GREEN_GOLD ._secondary-text.--weight-710{font-weight:710}.GREEN_GOLD ._secondary-text.--weight-711{font-weight:711}.GREEN_GOLD ._secondary-text.--weight-712{font-weight:712}.GREEN_GOLD ._secondary-text.--weight-713{font-weight:713}.GREEN_GOLD ._secondary-text.--weight-714{font-weight:714}.GREEN_GOLD ._secondary-text.--weight-715{font-weight:715}.GREEN_GOLD ._secondary-text.--weight-716{font-weight:716}.GREEN_GOLD ._secondary-text.--weight-717{font-weight:717}.GREEN_GOLD ._secondary-text.--weight-718{font-weight:718}.GREEN_GOLD ._secondary-text.--weight-719{font-weight:719}.GREEN_GOLD ._secondary-text.--weight-720{font-weight:720}.GREEN_GOLD ._secondary-text.--weight-721{font-weight:721}.GREEN_GOLD ._secondary-text.--weight-722{font-weight:722}.GREEN_GOLD ._secondary-text.--weight-723{font-weight:723}.GREEN_GOLD ._secondary-text.--weight-724{font-weight:724}.GREEN_GOLD ._secondary-text.--weight-725{font-weight:725}.GREEN_GOLD ._secondary-text.--weight-726{font-weight:726}.GREEN_GOLD ._secondary-text.--weight-727{font-weight:727}.GREEN_GOLD ._secondary-text.--weight-728{font-weight:728}.GREEN_GOLD ._secondary-text.--weight-729{font-weight:729}.GREEN_GOLD ._secondary-text.--weight-730{font-weight:730}.GREEN_GOLD ._secondary-text.--weight-731{font-weight:731}.GREEN_GOLD ._secondary-text.--weight-732{font-weight:732}.GREEN_GOLD ._secondary-text.--weight-733{font-weight:733}.GREEN_GOLD ._secondary-text.--weight-734{font-weight:734}.GREEN_GOLD ._secondary-text.--weight-735{font-weight:735}.GREEN_GOLD ._secondary-text.--weight-736{font-weight:736}.GREEN_GOLD ._secondary-text.--weight-737{font-weight:737}.GREEN_GOLD ._secondary-text.--weight-738{font-weight:738}.GREEN_GOLD ._secondary-text.--weight-739{font-weight:739}.GREEN_GOLD ._secondary-text.--weight-740{font-weight:740}.GREEN_GOLD ._secondary-text.--weight-741{font-weight:741}.GREEN_GOLD ._secondary-text.--weight-742{font-weight:742}.GREEN_GOLD ._secondary-text.--weight-743{font-weight:743}.GREEN_GOLD ._secondary-text.--weight-744{font-weight:744}.GREEN_GOLD ._secondary-text.--weight-745{font-weight:745}.GREEN_GOLD ._secondary-text.--weight-746{font-weight:746}.GREEN_GOLD ._secondary-text.--weight-747{font-weight:747}.GREEN_GOLD ._secondary-text.--weight-748{font-weight:748}.GREEN_GOLD ._secondary-text.--weight-749{font-weight:749}.GREEN_GOLD ._secondary-text.--weight-750{font-weight:750}.GREEN_GOLD ._secondary-text.--weight-751{font-weight:751}.GREEN_GOLD ._secondary-text.--weight-752{font-weight:752}.GREEN_GOLD ._secondary-text.--weight-753{font-weight:753}.GREEN_GOLD ._secondary-text.--weight-754{font-weight:754}.GREEN_GOLD ._secondary-text.--weight-755{font-weight:755}.GREEN_GOLD ._secondary-text.--weight-756{font-weight:756}.GREEN_GOLD ._secondary-text.--weight-757{font-weight:757}.GREEN_GOLD ._secondary-text.--weight-758{font-weight:758}.GREEN_GOLD ._secondary-text.--weight-759{font-weight:759}.GREEN_GOLD ._secondary-text.--weight-760{font-weight:760}.GREEN_GOLD ._secondary-text.--weight-761{font-weight:761}.GREEN_GOLD ._secondary-text.--weight-762{font-weight:762}.GREEN_GOLD ._secondary-text.--weight-763{font-weight:763}.GREEN_GOLD ._secondary-text.--weight-764{font-weight:764}.GREEN_GOLD ._secondary-text.--weight-765{font-weight:765}.GREEN_GOLD ._secondary-text.--weight-766{font-weight:766}.GREEN_GOLD ._secondary-text.--weight-767{font-weight:767}.GREEN_GOLD ._secondary-text.--weight-768{font-weight:768}.GREEN_GOLD ._secondary-text.--weight-769{font-weight:769}.GREEN_GOLD ._secondary-text.--weight-770{font-weight:770}.GREEN_GOLD ._secondary-text.--weight-771{font-weight:771}.GREEN_GOLD ._secondary-text.--weight-772{font-weight:772}.GREEN_GOLD ._secondary-text.--weight-773{font-weight:773}.GREEN_GOLD ._secondary-text.--weight-774{font-weight:774}.GREEN_GOLD ._secondary-text.--weight-775{font-weight:775}.GREEN_GOLD ._secondary-text.--weight-776{font-weight:776}.GREEN_GOLD ._secondary-text.--weight-777{font-weight:777}.GREEN_GOLD ._secondary-text.--weight-778{font-weight:778}.GREEN_GOLD ._secondary-text.--weight-779{font-weight:779}.GREEN_GOLD ._secondary-text.--weight-780{font-weight:780}.GREEN_GOLD ._secondary-text.--weight-781{font-weight:781}.GREEN_GOLD ._secondary-text.--weight-782{font-weight:782}.GREEN_GOLD ._secondary-text.--weight-783{font-weight:783}.GREEN_GOLD ._secondary-text.--weight-784{font-weight:784}.GREEN_GOLD ._secondary-text.--weight-785{font-weight:785}.GREEN_GOLD ._secondary-text.--weight-786{font-weight:786}.GREEN_GOLD ._secondary-text.--weight-787{font-weight:787}.GREEN_GOLD ._secondary-text.--weight-788{font-weight:788}.GREEN_GOLD ._secondary-text.--weight-789{font-weight:789}.GREEN_GOLD ._secondary-text.--weight-790{font-weight:790}.GREEN_GOLD ._secondary-text.--weight-791{font-weight:791}.GREEN_GOLD ._secondary-text.--weight-792{font-weight:792}.GREEN_GOLD ._secondary-text.--weight-793{font-weight:793}.GREEN_GOLD ._secondary-text.--weight-794{font-weight:794}.GREEN_GOLD ._secondary-text.--weight-795{font-weight:795}.GREEN_GOLD ._secondary-text.--weight-796{font-weight:796}.GREEN_GOLD ._secondary-text.--weight-797{font-weight:797}.GREEN_GOLD ._secondary-text.--weight-798{font-weight:798}.GREEN_GOLD ._secondary-text.--weight-799{font-weight:799}.GREEN_GOLD ._secondary-text.--weight-800{font-weight:800}.GREEN_GOLD ._secondary-text.--lh-1{line-height:1px}.GREEN_GOLD ._secondary-text.--lh-2{line-height:2px}.GREEN_GOLD ._secondary-text.--lh-3{line-height:3px}.GREEN_GOLD ._secondary-text.--lh-4{line-height:4px}.GREEN_GOLD ._secondary-text.--lh-5{line-height:5px}.GREEN_GOLD ._secondary-text.--lh-6{line-height:6px}.GREEN_GOLD ._secondary-text.--lh-7{line-height:7px}.GREEN_GOLD ._secondary-text.--lh-8{line-height:8px}.GREEN_GOLD ._secondary-text.--lh-9{line-height:9px}.GREEN_GOLD ._secondary-text.--lh-10{line-height:10px}.GREEN_GOLD ._secondary-text.--lh-11{line-height:11px}.GREEN_GOLD ._secondary-text.--lh-12{line-height:12px}.GREEN_GOLD ._secondary-text.--lh-13{line-height:13px}.GREEN_GOLD ._secondary-text.--lh-14{line-height:14px}.GREEN_GOLD ._secondary-text.--lh-15{line-height:15px}.GREEN_GOLD ._secondary-text.--lh-16{line-height:16px}.GREEN_GOLD ._secondary-text.--lh-17{line-height:17px}.GREEN_GOLD ._secondary-text.--lh-18{line-height:18px}.GREEN_GOLD ._secondary-text.--lh-19{line-height:19px}.GREEN_GOLD ._secondary-text.--lh-20{line-height:20px}.GREEN_GOLD ._secondary-text.--lh-21{line-height:21px}.GREEN_GOLD ._secondary-text.--lh-22{line-height:22px}.GREEN_GOLD ._secondary-text.--lh-23{line-height:23px}.GREEN_GOLD ._secondary-text.--lh-24{line-height:24px}.GREEN_GOLD ._secondary-text.--lh-25{line-height:25px}.GREEN_GOLD ._secondary-text.--lh-26{line-height:26px}.GREEN_GOLD ._secondary-text.--lh-27{line-height:27px}.GREEN_GOLD ._secondary-text.--lh-28{line-height:28px}.GREEN_GOLD ._secondary-text.--lh-29{line-height:29px}.GREEN_GOLD ._secondary-text.--lh-30{line-height:30px}.GREEN_GOLD ._secondary-text.--lh-31{line-height:31px}.GREEN_GOLD ._secondary-text.--lh-32{line-height:32px}.GREEN_GOLD ._secondary-text.--lh-33{line-height:33px}.GREEN_GOLD ._secondary-text.--lh-34{line-height:34px}.GREEN_GOLD ._secondary-text.--lh-35{line-height:35px}.GREEN_GOLD ._secondary-text.--lh-36{line-height:36px}.GREEN_GOLD ._secondary-text.--lh-37{line-height:37px}.GREEN_GOLD ._secondary-text.--lh-38{line-height:38px}.GREEN_GOLD ._secondary-text.--lh-39{line-height:39px}.GREEN_GOLD ._secondary-text.--lh-40{line-height:40px}.GREEN_GOLD ._secondary-text.--lh-41{line-height:41px}.GREEN_GOLD ._secondary-text.--lh-42{line-height:42px}.GREEN_GOLD ._secondary-text.--lh-43{line-height:43px}.GREEN_GOLD ._secondary-text.--lh-44{line-height:44px}.GREEN_GOLD ._secondary-text.--lh-45{line-height:45px}.GREEN_GOLD ._secondary-text.--lh-46{line-height:46px}.GREEN_GOLD ._secondary-text.--lh-47{line-height:47px}.GREEN_GOLD ._secondary-text.--lh-48{line-height:48px}.GREEN_GOLD ._secondary-text.--lh-49{line-height:49px}.GREEN_GOLD ._secondary-text.--lh-50{line-height:50px}.GREEN_GOLD ._secondary-text.--lh-51{line-height:51px}.GREEN_GOLD ._secondary-text.--lh-52{line-height:52px}.GREEN_GOLD ._secondary-text.--lh-53{line-height:53px}.GREEN_GOLD ._secondary-text.--lh-54{line-height:54px}.GREEN_GOLD ._secondary-text.--lh-55{line-height:55px}.GREEN_GOLD ._secondary-text.--lh-56{line-height:56px}.GREEN_GOLD ._secondary-text.--lh-57{line-height:57px}.GREEN_GOLD ._secondary-text.--lh-58{line-height:58px}.GREEN_GOLD ._secondary-text.--lh-59{line-height:59px}.GREEN_GOLD ._secondary-text.--lh-60{line-height:60px}.GREEN_GOLD ._secondary-text.--lh-61{line-height:61px}.GREEN_GOLD ._secondary-text.--lh-62{line-height:62px}.GREEN_GOLD ._secondary-text.--lh-63{line-height:63px}.GREEN_GOLD ._secondary-text.--lh-64{line-height:64px}.GREEN_GOLD ._secondary-text.--lh-65{line-height:65px}.GREEN_GOLD ._secondary-text.--lh-66{line-height:66px}.GREEN_GOLD ._secondary-text.--lh-67{line-height:67px}.GREEN_GOLD ._secondary-text.--lh-68{line-height:68px}.GREEN_GOLD ._secondary-text.--lh-69{line-height:69px}.GREEN_GOLD ._secondary-text.--lh-70{line-height:70px}.GREEN_GOLD ._secondary-text.--lh-71{line-height:71px}.GREEN_GOLD ._secondary-text.--lh-72{line-height:72px}.GREEN_GOLD ._secondary-text.--lh-73{line-height:73px}.GREEN_GOLD ._secondary-text.--lh-74{line-height:74px}.GREEN_GOLD ._secondary-text.--lh-75{line-height:75px}.GREEN_GOLD ._secondary-text.--lh-76{line-height:76px}.GREEN_GOLD ._secondary-text.--lh-77{line-height:77px}.GREEN_GOLD ._secondary-text.--lh-78{line-height:78px}.GREEN_GOLD ._secondary-text.--lh-79{line-height:79px}.GREEN_GOLD ._secondary-text.--lh-80{line-height:80px}.GREEN_GOLD ._secondary-text.--lh-81{line-height:81px}.GREEN_GOLD ._secondary-text.--lh-82{line-height:82px}.GREEN_GOLD ._secondary-text.--lh-83{line-height:83px}.GREEN_GOLD ._secondary-text.--lh-84{line-height:84px}.GREEN_GOLD ._secondary-text.--lh-85{line-height:85px}.GREEN_GOLD ._secondary-text.--lh-86{line-height:86px}.GREEN_GOLD ._secondary-text.--lh-87{line-height:87px}.GREEN_GOLD ._secondary-text.--lh-88{line-height:88px}.GREEN_GOLD ._secondary-text.--lh-89{line-height:89px}.GREEN_GOLD ._secondary-text.--lh-90{line-height:90px}.GREEN_GOLD ._secondary-text.--lh-91{line-height:91px}.GREEN_GOLD ._secondary-text.--lh-92{line-height:92px}.GREEN_GOLD ._secondary-text.--lh-93{line-height:93px}.GREEN_GOLD ._secondary-text.--lh-94{line-height:94px}.GREEN_GOLD ._secondary-text.--lh-95{line-height:95px}.GREEN_GOLD ._secondary-text.--lh-96{line-height:96px}.GREEN_GOLD ._secondary-text.--lh-97{line-height:97px}.GREEN_GOLD ._secondary-text.--lh-98{line-height:98px}.GREEN_GOLD ._secondary-text.--lh-99{line-height:99px}.GREEN_GOLD ._secondary-text.--lh-100{line-height:100px}.GREEN_GOLD ._secondary-text.--lh-101{line-height:101px}.GREEN_GOLD ._secondary-text.--lh-102{line-height:102px}.GREEN_GOLD ._secondary-text.--lh-103{line-height:103px}.GREEN_GOLD ._secondary-text.--lh-104{line-height:104px}.GREEN_GOLD ._secondary-text.--lh-105{line-height:105px}.GREEN_GOLD ._secondary-text.--lh-106{line-height:106px}.GREEN_GOLD ._secondary-text.--lh-107{line-height:107px}.GREEN_GOLD ._secondary-text.--lh-108{line-height:108px}.GREEN_GOLD ._secondary-text.--lh-109{line-height:109px}.GREEN_GOLD ._secondary-text.--lh-110{line-height:110px}.GREEN_GOLD ._secondary-text.--lh-111{line-height:111px}.GREEN_GOLD ._secondary-text.--lh-112{line-height:112px}.GREEN_GOLD ._secondary-text.--lh-113{line-height:113px}.GREEN_GOLD ._secondary-text.--lh-114{line-height:114px}.GREEN_GOLD ._secondary-text.--lh-115{line-height:115px}.GREEN_GOLD ._secondary-text.--lh-116{line-height:116px}.GREEN_GOLD ._secondary-text.--lh-117{line-height:117px}.GREEN_GOLD ._secondary-text.--lh-118{line-height:118px}.GREEN_GOLD ._secondary-text.--lh-119{line-height:119px}.GREEN_GOLD ._secondary-text.--lh-120{line-height:120px}.GREEN_GOLD ._secondary-text.--lh-121{line-height:121px}.GREEN_GOLD ._secondary-text.--lh-122{line-height:122px}.GREEN_GOLD ._secondary-text.--lh-123{line-height:123px}.GREEN_GOLD ._secondary-text.--lh-124{line-height:124px}.GREEN_GOLD ._secondary-text.--lh-125{line-height:125px}.GREEN_GOLD ._secondary-text.--lh-126{line-height:126px}.GREEN_GOLD ._secondary-text.--lh-127{line-height:127px}.GREEN_GOLD ._secondary-text.--lh-128{line-height:128px}.GREEN_GOLD ._secondary-text.--lh-129{line-height:129px}.GREEN_GOLD ._secondary-text.--lh-130{line-height:130px}.GREEN_GOLD ._secondary-text.--lh-131{line-height:131px}.GREEN_GOLD ._secondary-text.--lh-132{line-height:132px}.GREEN_GOLD ._secondary-text.--lh-133{line-height:133px}.GREEN_GOLD ._secondary-text.--lh-134{line-height:134px}.GREEN_GOLD ._secondary-text.--lh-135{line-height:135px}.GREEN_GOLD ._secondary-text.--lh-136{line-height:136px}.GREEN_GOLD ._secondary-text.--lh-137{line-height:137px}.GREEN_GOLD ._secondary-text.--lh-138{line-height:138px}.GREEN_GOLD ._secondary-text.--lh-139{line-height:139px}.GREEN_GOLD ._secondary-text.--lh-140{line-height:140px}.GREEN_GOLD ._secondary-text.--lh-141{line-height:141px}.GREEN_GOLD ._secondary-text.--lh-142{line-height:142px}.GREEN_GOLD ._secondary-text.--lh-143{line-height:143px}.GREEN_GOLD ._secondary-text.--lh-144{line-height:144px}.GREEN_GOLD ._secondary-text.--lh-145{line-height:145px}.GREEN_GOLD ._secondary-text.--lh-146{line-height:146px}.GREEN_GOLD ._secondary-text.--lh-147{line-height:147px}.GREEN_GOLD ._secondary-text.--lh-148{line-height:148px}.GREEN_GOLD ._secondary-text.--lh-149{line-height:149px}.GREEN_GOLD ._secondary-text.--lh-150{line-height:150px}.GREEN_GOLD ._secondary-text.--lh-151{line-height:151px}.GREEN_GOLD ._secondary-text.--lh-152{line-height:152px}.GREEN_GOLD ._secondary-text.--lh-153{line-height:153px}.GREEN_GOLD ._secondary-text.--lh-154{line-height:154px}.GREEN_GOLD ._secondary-text.--lh-155{line-height:155px}.GREEN_GOLD ._secondary-text.--lh-156{line-height:156px}.GREEN_GOLD ._secondary-text.--lh-157{line-height:157px}.GREEN_GOLD ._secondary-text.--lh-158{line-height:158px}.GREEN_GOLD ._secondary-text.--lh-159{line-height:159px}.GREEN_GOLD ._secondary-text.--lh-160{line-height:160px}.GREEN_GOLD ._secondary-text.--lh-161{line-height:161px}.GREEN_GOLD ._secondary-text.--lh-162{line-height:162px}.GREEN_GOLD ._secondary-text.--lh-163{line-height:163px}.GREEN_GOLD ._secondary-text.--lh-164{line-height:164px}.GREEN_GOLD ._secondary-text.--lh-165{line-height:165px}.GREEN_GOLD ._secondary-text.--lh-166{line-height:166px}.GREEN_GOLD ._secondary-text.--lh-167{line-height:167px}.GREEN_GOLD ._secondary-text.--lh-168{line-height:168px}.GREEN_GOLD ._secondary-text.--lh-169{line-height:169px}.GREEN_GOLD ._secondary-text.--lh-170{line-height:170px}.GREEN_GOLD ._secondary-text.--lh-171{line-height:171px}.GREEN_GOLD ._secondary-text.--lh-172{line-height:172px}.GREEN_GOLD ._secondary-text.--lh-173{line-height:173px}.GREEN_GOLD ._secondary-text.--lh-174{line-height:174px}.GREEN_GOLD ._secondary-text.--lh-175{line-height:175px}.GREEN_GOLD ._secondary-text.--lh-176{line-height:176px}.GREEN_GOLD ._secondary-text.--lh-177{line-height:177px}.GREEN_GOLD ._secondary-text.--lh-178{line-height:178px}.GREEN_GOLD ._secondary-text.--lh-179{line-height:179px}.GREEN_GOLD ._secondary-text.--lh-180{line-height:180px}.GREEN_GOLD ._secondary-text.--lh-181{line-height:181px}.GREEN_GOLD ._secondary-text.--lh-182{line-height:182px}.GREEN_GOLD ._secondary-text.--lh-183{line-height:183px}.GREEN_GOLD ._secondary-text.--lh-184{line-height:184px}.GREEN_GOLD ._secondary-text.--lh-185{line-height:185px}.GREEN_GOLD ._secondary-text.--lh-186{line-height:186px}.GREEN_GOLD ._secondary-text.--lh-187{line-height:187px}.GREEN_GOLD ._secondary-text.--lh-188{line-height:188px}.GREEN_GOLD ._secondary-text.--lh-189{line-height:189px}.GREEN_GOLD ._secondary-text.--lh-190{line-height:190px}.GREEN_GOLD ._secondary-text.--lh-191{line-height:191px}.GREEN_GOLD ._secondary-text.--lh-192{line-height:192px}.GREEN_GOLD ._secondary-text.--lh-193{line-height:193px}.GREEN_GOLD ._secondary-text.--lh-194{line-height:194px}.GREEN_GOLD ._secondary-text.--lh-195{line-height:195px}.GREEN_GOLD ._secondary-text.--lh-196{line-height:196px}.GREEN_GOLD ._secondary-text.--lh-197{line-height:197px}.GREEN_GOLD ._secondary-text.--lh-198{line-height:198px}.GREEN_GOLD ._secondary-text.--lh-199{line-height:199px}.GREEN_GOLD ._secondary-text.--lh-200{line-height:200px}.GREEN_GOLD ._secondary-text.--lh-201{line-height:201px}.GREEN_GOLD ._secondary-text.--lh-202{line-height:202px}.GREEN_GOLD ._secondary-text.--lh-203{line-height:203px}.GREEN_GOLD ._secondary-text.--lh-204{line-height:204px}.GREEN_GOLD ._secondary-text.--lh-205{line-height:205px}.GREEN_GOLD ._secondary-text.--lh-206{line-height:206px}.GREEN_GOLD ._secondary-text.--lh-207{line-height:207px}.GREEN_GOLD ._secondary-text.--lh-208{line-height:208px}.GREEN_GOLD ._secondary-text.--lh-209{line-height:209px}.GREEN_GOLD ._secondary-text.--lh-210{line-height:210px}.GREEN_GOLD ._secondary-text.--lh-211{line-height:211px}.GREEN_GOLD ._secondary-text.--lh-212{line-height:212px}.GREEN_GOLD ._secondary-text.--lh-213{line-height:213px}.GREEN_GOLD ._secondary-text.--lh-214{line-height:214px}.GREEN_GOLD ._secondary-text.--lh-215{line-height:215px}.GREEN_GOLD ._secondary-text.--lh-216{line-height:216px}.GREEN_GOLD ._secondary-text.--lh-217{line-height:217px}.GREEN_GOLD ._secondary-text.--lh-218{line-height:218px}.GREEN_GOLD ._secondary-text.--lh-219{line-height:219px}.GREEN_GOLD ._secondary-text.--lh-220{line-height:220px}.GREEN_GOLD ._secondary-text.--lh-221{line-height:221px}.GREEN_GOLD ._secondary-text.--lh-222{line-height:222px}.GREEN_GOLD ._secondary-text.--lh-223{line-height:223px}.GREEN_GOLD ._secondary-text.--lh-224{line-height:224px}.GREEN_GOLD ._secondary-text.--lh-225{line-height:225px}.GREEN_GOLD ._secondary-text.--lh-226{line-height:226px}.GREEN_GOLD ._secondary-text.--lh-227{line-height:227px}.GREEN_GOLD ._secondary-text.--lh-228{line-height:228px}.GREEN_GOLD ._secondary-text.--lh-229{line-height:229px}.GREEN_GOLD ._secondary-text.--lh-230{line-height:230px}.GREEN_GOLD ._secondary-text.--lh-231{line-height:231px}.GREEN_GOLD ._secondary-text.--lh-232{line-height:232px}.GREEN_GOLD ._secondary-text.--lh-233{line-height:233px}.GREEN_GOLD ._secondary-text.--lh-234{line-height:234px}.GREEN_GOLD ._secondary-text.--lh-235{line-height:235px}.GREEN_GOLD ._secondary-text.--lh-236{line-height:236px}.GREEN_GOLD ._secondary-text.--lh-237{line-height:237px}.GREEN_GOLD ._secondary-text.--lh-238{line-height:238px}.GREEN_GOLD ._secondary-text.--lh-239{line-height:239px}.GREEN_GOLD ._secondary-text.--lh-240{line-height:240px}.GREEN_GOLD ._secondary-text.--lh-241{line-height:241px}.GREEN_GOLD ._secondary-text.--lh-242{line-height:242px}.GREEN_GOLD ._secondary-text.--lh-243{line-height:243px}.GREEN_GOLD ._secondary-text.--lh-244{line-height:244px}.GREEN_GOLD ._secondary-text.--lh-245{line-height:245px}.GREEN_GOLD ._secondary-text.--lh-246{line-height:246px}.GREEN_GOLD ._secondary-text.--lh-247{line-height:247px}.GREEN_GOLD ._secondary-text.--lh-248{line-height:248px}.GREEN_GOLD ._secondary-text.--lh-249{line-height:249px}.GREEN_GOLD ._secondary-text.--lh-250{line-height:250px}.GREEN_GOLD ._secondary-text.--lh-251{line-height:251px}.GREEN_GOLD ._secondary-text.--lh-252{line-height:252px}.GREEN_GOLD ._secondary-text.--lh-253{line-height:253px}.GREEN_GOLD ._secondary-text.--lh-254{line-height:254px}.GREEN_GOLD ._secondary-text.--lh-255{line-height:255px}.GREEN_GOLD ._secondary-text.--lh-256{line-height:256px}.GREEN_GOLD ._secondary-text.--lh-257{line-height:257px}.GREEN_GOLD ._secondary-text.--lh-258{line-height:258px}.GREEN_GOLD ._secondary-text.--lh-259{line-height:259px}.GREEN_GOLD ._secondary-text.--lh-260{line-height:260px}.GREEN_GOLD ._secondary-text.--lh-261{line-height:261px}.GREEN_GOLD ._secondary-text.--lh-262{line-height:262px}.GREEN_GOLD ._secondary-text.--lh-263{line-height:263px}.GREEN_GOLD ._secondary-text.--lh-264{line-height:264px}.GREEN_GOLD ._secondary-text.--lh-265{line-height:265px}.GREEN_GOLD ._secondary-text.--lh-266{line-height:266px}.GREEN_GOLD ._secondary-text.--lh-267{line-height:267px}.GREEN_GOLD ._secondary-text.--lh-268{line-height:268px}.GREEN_GOLD ._secondary-text.--lh-269{line-height:269px}.GREEN_GOLD ._secondary-text.--lh-270{line-height:270px}.GREEN_GOLD ._secondary-text.--lh-271{line-height:271px}.GREEN_GOLD ._secondary-text.--lh-272{line-height:272px}.GREEN_GOLD ._secondary-text.--lh-273{line-height:273px}.GREEN_GOLD ._secondary-text.--lh-274{line-height:274px}.GREEN_GOLD ._secondary-text.--lh-275{line-height:275px}.GREEN_GOLD ._secondary-text.--lh-276{line-height:276px}.GREEN_GOLD ._secondary-text.--lh-277{line-height:277px}.GREEN_GOLD ._secondary-text.--lh-278{line-height:278px}.GREEN_GOLD ._secondary-text.--lh-279{line-height:279px}.GREEN_GOLD ._secondary-text.--lh-280{line-height:280px}.GREEN_GOLD ._secondary-text.--lh-281{line-height:281px}.GREEN_GOLD ._secondary-text.--lh-282{line-height:282px}.GREEN_GOLD ._secondary-text.--lh-283{line-height:283px}.GREEN_GOLD ._secondary-text.--lh-284{line-height:284px}.GREEN_GOLD ._secondary-text.--lh-285{line-height:285px}.GREEN_GOLD ._secondary-text.--lh-286{line-height:286px}.GREEN_GOLD ._secondary-text.--lh-287{line-height:287px}.GREEN_GOLD ._secondary-text.--lh-288{line-height:288px}.GREEN_GOLD ._secondary-text.--lh-289{line-height:289px}.GREEN_GOLD ._secondary-text.--lh-290{line-height:290px}.GREEN_GOLD ._secondary-text.--lh-291{line-height:291px}.GREEN_GOLD ._secondary-text.--lh-292{line-height:292px}.GREEN_GOLD ._secondary-text.--lh-293{line-height:293px}.GREEN_GOLD ._secondary-text.--lh-294{line-height:294px}.GREEN_GOLD ._secondary-text.--lh-295{line-height:295px}.GREEN_GOLD ._secondary-text.--lh-296{line-height:296px}.GREEN_GOLD ._secondary-text.--lh-297{line-height:297px}.GREEN_GOLD ._secondary-text.--lh-298{line-height:298px}.GREEN_GOLD ._secondary-text.--lh-299{line-height:299px}.GREEN_GOLD ._secondary-text.--lh-300{line-height:300px}.GREEN_GOLD ._secondary-text.--lh-301{line-height:301px}.GREEN_GOLD ._secondary-text.--lh-302{line-height:302px}.GREEN_GOLD ._secondary-text.--lh-303{line-height:303px}.GREEN_GOLD ._secondary-text.--lh-304{line-height:304px}.GREEN_GOLD ._secondary-text.--lh-305{line-height:305px}.GREEN_GOLD ._secondary-text.--lh-306{line-height:306px}.GREEN_GOLD ._secondary-text.--lh-307{line-height:307px}.GREEN_GOLD ._secondary-text.--lh-308{line-height:308px}.GREEN_GOLD ._secondary-text.--lh-309{line-height:309px}.GREEN_GOLD ._secondary-text.--lh-310{line-height:310px}.GREEN_GOLD ._secondary-text.--lh-311{line-height:311px}.GREEN_GOLD ._secondary-text.--lh-312{line-height:312px}.GREEN_GOLD ._secondary-text.--lh-313{line-height:313px}.GREEN_GOLD ._secondary-text.--lh-314{line-height:314px}.GREEN_GOLD ._secondary-text.--lh-315{line-height:315px}.GREEN_GOLD ._secondary-text.--lh-316{line-height:316px}.GREEN_GOLD ._secondary-text.--lh-317{line-height:317px}.GREEN_GOLD ._secondary-text.--lh-318{line-height:318px}.GREEN_GOLD ._secondary-text.--lh-319{line-height:319px}.GREEN_GOLD ._secondary-text.--lh-320{line-height:320px}.GREEN_GOLD ._secondary-text.--lh-321{line-height:321px}.GREEN_GOLD ._secondary-text.--lh-322{line-height:322px}.GREEN_GOLD ._secondary-text.--lh-323{line-height:323px}.GREEN_GOLD ._secondary-text.--lh-324{line-height:324px}.GREEN_GOLD ._secondary-text.--lh-325{line-height:325px}.GREEN_GOLD ._secondary-text.--lh-326{line-height:326px}.GREEN_GOLD ._secondary-text.--lh-327{line-height:327px}.GREEN_GOLD ._secondary-text.--lh-328{line-height:328px}.GREEN_GOLD ._secondary-text.--lh-329{line-height:329px}.GREEN_GOLD ._secondary-text.--lh-330{line-height:330px}.GREEN_GOLD ._secondary-text.--lh-331{line-height:331px}.GREEN_GOLD ._secondary-text.--lh-332{line-height:332px}.GREEN_GOLD ._secondary-text.--lh-333{line-height:333px}.GREEN_GOLD ._secondary-text.--lh-334{line-height:334px}.GREEN_GOLD ._secondary-text.--lh-335{line-height:335px}.GREEN_GOLD ._secondary-text.--lh-336{line-height:336px}.GREEN_GOLD ._secondary-text.--lh-337{line-height:337px}.GREEN_GOLD ._secondary-text.--lh-338{line-height:338px}.GREEN_GOLD ._secondary-text.--lh-339{line-height:339px}.GREEN_GOLD ._secondary-text.--lh-340{line-height:340px}.GREEN_GOLD ._secondary-text.--lh-341{line-height:341px}.GREEN_GOLD ._secondary-text.--lh-342{line-height:342px}.GREEN_GOLD ._secondary-text.--lh-343{line-height:343px}.GREEN_GOLD ._secondary-text.--lh-344{line-height:344px}.GREEN_GOLD ._secondary-text.--lh-345{line-height:345px}.GREEN_GOLD ._secondary-text.--lh-346{line-height:346px}.GREEN_GOLD ._secondary-text.--lh-347{line-height:347px}.GREEN_GOLD ._secondary-text.--lh-348{line-height:348px}.GREEN_GOLD ._secondary-text.--lh-349{line-height:349px}.GREEN_GOLD ._secondary-text.--lh-350{line-height:350px}.GREEN_GOLD ._secondary-text.--lh-351{line-height:351px}.GREEN_GOLD ._secondary-text.--lh-352{line-height:352px}.GREEN_GOLD ._secondary-text.--lh-353{line-height:353px}.GREEN_GOLD ._secondary-text.--lh-354{line-height:354px}.GREEN_GOLD ._secondary-text.--lh-355{line-height:355px}.GREEN_GOLD ._secondary-text.--lh-356{line-height:356px}.GREEN_GOLD ._secondary-text.--lh-357{line-height:357px}.GREEN_GOLD ._secondary-text.--lh-358{line-height:358px}.GREEN_GOLD ._secondary-text.--lh-359{line-height:359px}.GREEN_GOLD ._secondary-text.--lh-360{line-height:360px}.GREEN_GOLD ._secondary-text.--lh-361{line-height:361px}.GREEN_GOLD ._secondary-text.--lh-362{line-height:362px}.GREEN_GOLD ._secondary-text.--lh-363{line-height:363px}.GREEN_GOLD ._secondary-text.--lh-364{line-height:364px}.GREEN_GOLD ._secondary-text.--lh-365{line-height:365px}.GREEN_GOLD ._secondary-text.--lh-366{line-height:366px}.GREEN_GOLD ._secondary-text.--lh-367{line-height:367px}.GREEN_GOLD ._secondary-text.--lh-368{line-height:368px}.GREEN_GOLD ._secondary-text.--lh-369{line-height:369px}.GREEN_GOLD ._secondary-text.--lh-370{line-height:370px}.GREEN_GOLD ._secondary-text.--lh-371{line-height:371px}.GREEN_GOLD ._secondary-text.--lh-372{line-height:372px}.GREEN_GOLD ._secondary-text.--lh-373{line-height:373px}.GREEN_GOLD ._secondary-text.--lh-374{line-height:374px}.GREEN_GOLD ._secondary-text.--lh-375{line-height:375px}.GREEN_GOLD ._secondary-text.--lh-376{line-height:376px}.GREEN_GOLD ._secondary-text.--lh-377{line-height:377px}.GREEN_GOLD ._secondary-text.--lh-378{line-height:378px}.GREEN_GOLD ._secondary-text.--lh-379{line-height:379px}.GREEN_GOLD ._secondary-text.--lh-380{line-height:380px}.GREEN_GOLD ._secondary-text.--lh-381{line-height:381px}.GREEN_GOLD ._secondary-text.--lh-382{line-height:382px}.GREEN_GOLD ._secondary-text.--lh-383{line-height:383px}.GREEN_GOLD ._secondary-text.--lh-384{line-height:384px}.GREEN_GOLD ._secondary-text.--lh-385{line-height:385px}.GREEN_GOLD ._secondary-text.--lh-386{line-height:386px}.GREEN_GOLD ._secondary-text.--lh-387{line-height:387px}.GREEN_GOLD ._secondary-text.--lh-388{line-height:388px}.GREEN_GOLD ._secondary-text.--lh-389{line-height:389px}.GREEN_GOLD ._secondary-text.--lh-390{line-height:390px}.GREEN_GOLD ._secondary-text.--lh-391{line-height:391px}.GREEN_GOLD ._secondary-text.--lh-392{line-height:392px}.GREEN_GOLD ._secondary-text.--lh-393{line-height:393px}.GREEN_GOLD ._secondary-text.--lh-394{line-height:394px}.GREEN_GOLD ._secondary-text.--lh-395{line-height:395px}.GREEN_GOLD ._secondary-text.--lh-396{line-height:396px}.GREEN_GOLD ._secondary-text.--lh-397{line-height:397px}.GREEN_GOLD ._secondary-text.--lh-398{line-height:398px}.GREEN_GOLD ._secondary-text.--lh-399{line-height:399px}.GREEN_GOLD ._secondary-text.--lh-400{line-height:400px}.GREEN_GOLD ._secondary-text.--lh-401{line-height:401px}.GREEN_GOLD ._secondary-text.--lh-402{line-height:402px}.GREEN_GOLD ._secondary-text.--lh-403{line-height:403px}.GREEN_GOLD ._secondary-text.--lh-404{line-height:404px}.GREEN_GOLD ._secondary-text.--lh-405{line-height:405px}.GREEN_GOLD ._secondary-text.--lh-406{line-height:406px}.GREEN_GOLD ._secondary-text.--lh-407{line-height:407px}.GREEN_GOLD ._secondary-text.--lh-408{line-height:408px}.GREEN_GOLD ._secondary-text.--lh-409{line-height:409px}.GREEN_GOLD ._secondary-text.--lh-410{line-height:410px}.GREEN_GOLD ._secondary-text.--lh-411{line-height:411px}.GREEN_GOLD ._secondary-text.--lh-412{line-height:412px}.GREEN_GOLD ._secondary-text.--lh-413{line-height:413px}.GREEN_GOLD ._secondary-text.--lh-414{line-height:414px}.GREEN_GOLD ._secondary-text.--lh-415{line-height:415px}.GREEN_GOLD ._secondary-text.--lh-416{line-height:416px}.GREEN_GOLD ._secondary-text.--lh-417{line-height:417px}.GREEN_GOLD ._secondary-text.--lh-418{line-height:418px}.GREEN_GOLD ._secondary-text.--lh-419{line-height:419px}.GREEN_GOLD ._secondary-text.--lh-420{line-height:420px}.GREEN_GOLD ._secondary-text.--lh-421{line-height:421px}.GREEN_GOLD ._secondary-text.--lh-422{line-height:422px}.GREEN_GOLD ._secondary-text.--lh-423{line-height:423px}.GREEN_GOLD ._secondary-text.--lh-424{line-height:424px}.GREEN_GOLD ._secondary-text.--lh-425{line-height:425px}.GREEN_GOLD ._secondary-text.--lh-426{line-height:426px}.GREEN_GOLD ._secondary-text.--lh-427{line-height:427px}.GREEN_GOLD ._secondary-text.--lh-428{line-height:428px}.GREEN_GOLD ._secondary-text.--lh-429{line-height:429px}.GREEN_GOLD ._secondary-text.--lh-430{line-height:430px}.GREEN_GOLD ._secondary-text.--lh-431{line-height:431px}.GREEN_GOLD ._secondary-text.--lh-432{line-height:432px}.GREEN_GOLD ._secondary-text.--lh-433{line-height:433px}.GREEN_GOLD ._secondary-text.--lh-434{line-height:434px}.GREEN_GOLD ._secondary-text.--lh-435{line-height:435px}.GREEN_GOLD ._secondary-text.--lh-436{line-height:436px}.GREEN_GOLD ._secondary-text.--lh-437{line-height:437px}.GREEN_GOLD ._secondary-text.--lh-438{line-height:438px}.GREEN_GOLD ._secondary-text.--lh-439{line-height:439px}.GREEN_GOLD ._secondary-text.--lh-440{line-height:440px}.GREEN_GOLD ._secondary-text.--lh-441{line-height:441px}.GREEN_GOLD ._secondary-text.--lh-442{line-height:442px}.GREEN_GOLD ._secondary-text.--lh-443{line-height:443px}.GREEN_GOLD ._secondary-text.--lh-444{line-height:444px}.GREEN_GOLD ._secondary-text.--lh-445{line-height:445px}.GREEN_GOLD ._secondary-text.--lh-446{line-height:446px}.GREEN_GOLD ._secondary-text.--lh-447{line-height:447px}.GREEN_GOLD ._secondary-text.--lh-448{line-height:448px}.GREEN_GOLD ._secondary-text.--lh-449{line-height:449px}.GREEN_GOLD ._secondary-text.--lh-450{line-height:450px}.GREEN_GOLD ._secondary-text.--lh-451{line-height:451px}.GREEN_GOLD ._secondary-text.--lh-452{line-height:452px}.GREEN_GOLD ._secondary-text.--lh-453{line-height:453px}.GREEN_GOLD ._secondary-text.--lh-454{line-height:454px}.GREEN_GOLD ._secondary-text.--lh-455{line-height:455px}.GREEN_GOLD ._secondary-text.--lh-456{line-height:456px}.GREEN_GOLD ._secondary-text.--lh-457{line-height:457px}.GREEN_GOLD ._secondary-text.--lh-458{line-height:458px}.GREEN_GOLD ._secondary-text.--lh-459{line-height:459px}.GREEN_GOLD ._secondary-text.--lh-460{line-height:460px}.GREEN_GOLD ._secondary-text.--lh-461{line-height:461px}.GREEN_GOLD ._secondary-text.--lh-462{line-height:462px}.GREEN_GOLD ._secondary-text.--lh-463{line-height:463px}.GREEN_GOLD ._secondary-text.--lh-464{line-height:464px}.GREEN_GOLD ._secondary-text.--lh-465{line-height:465px}.GREEN_GOLD ._secondary-text.--lh-466{line-height:466px}.GREEN_GOLD ._secondary-text.--lh-467{line-height:467px}.GREEN_GOLD ._secondary-text.--lh-468{line-height:468px}.GREEN_GOLD ._secondary-text.--lh-469{line-height:469px}.GREEN_GOLD ._secondary-text.--lh-470{line-height:470px}.GREEN_GOLD ._secondary-text.--lh-471{line-height:471px}.GREEN_GOLD ._secondary-text.--lh-472{line-height:472px}.GREEN_GOLD ._secondary-text.--lh-473{line-height:473px}.GREEN_GOLD ._secondary-text.--lh-474{line-height:474px}.GREEN_GOLD ._secondary-text.--lh-475{line-height:475px}.GREEN_GOLD ._secondary-text.--lh-476{line-height:476px}.GREEN_GOLD ._secondary-text.--lh-477{line-height:477px}.GREEN_GOLD ._secondary-text.--lh-478{line-height:478px}.GREEN_GOLD ._secondary-text.--lh-479{line-height:479px}.GREEN_GOLD ._secondary-text.--lh-480{line-height:480px}.GREEN_GOLD ._secondary-text.--lh-481{line-height:481px}.GREEN_GOLD ._secondary-text.--lh-482{line-height:482px}.GREEN_GOLD ._secondary-text.--lh-483{line-height:483px}.GREEN_GOLD ._secondary-text.--lh-484{line-height:484px}.GREEN_GOLD ._secondary-text.--lh-485{line-height:485px}.GREEN_GOLD ._secondary-text.--lh-486{line-height:486px}.GREEN_GOLD ._secondary-text.--lh-487{line-height:487px}.GREEN_GOLD ._secondary-text.--lh-488{line-height:488px}.GREEN_GOLD ._secondary-text.--lh-489{line-height:489px}.GREEN_GOLD ._secondary-text.--lh-490{line-height:490px}.GREEN_GOLD ._secondary-text.--lh-491{line-height:491px}.GREEN_GOLD ._secondary-text.--lh-492{line-height:492px}.GREEN_GOLD ._secondary-text.--lh-493{line-height:493px}.GREEN_GOLD ._secondary-text.--lh-494{line-height:494px}.GREEN_GOLD ._secondary-text.--lh-495{line-height:495px}.GREEN_GOLD ._secondary-text.--lh-496{line-height:496px}.GREEN_GOLD ._secondary-text.--lh-497{line-height:497px}.GREEN_GOLD ._secondary-text.--lh-498{line-height:498px}.GREEN_GOLD ._secondary-text.--lh-499{line-height:499px}.GREEN_GOLD ._secondary-text.--lh-500{line-height:500px}.GREEN_GOLD ._secondary-text.--lh-501{line-height:501px}.GREEN_GOLD ._secondary-text.--lh-502{line-height:502px}.GREEN_GOLD ._secondary-text.--lh-503{line-height:503px}.GREEN_GOLD ._secondary-text.--lh-504{line-height:504px}.GREEN_GOLD ._secondary-text.--lh-505{line-height:505px}.GREEN_GOLD ._secondary-text.--lh-506{line-height:506px}.GREEN_GOLD ._secondary-text.--lh-507{line-height:507px}.GREEN_GOLD ._secondary-text.--lh-508{line-height:508px}.GREEN_GOLD ._secondary-text.--lh-509{line-height:509px}.GREEN_GOLD ._secondary-text.--lh-510{line-height:510px}.GREEN_GOLD ._secondary-text.--lh-511{line-height:511px}.GREEN_GOLD ._secondary-text.--lh-512{line-height:512px}.GREEN_GOLD ._secondary-text.--lh-513{line-height:513px}.GREEN_GOLD ._secondary-text.--lh-514{line-height:514px}.GREEN_GOLD ._secondary-text.--lh-515{line-height:515px}.GREEN_GOLD ._secondary-text.--lh-516{line-height:516px}.GREEN_GOLD ._secondary-text.--lh-517{line-height:517px}.GREEN_GOLD ._secondary-text.--lh-518{line-height:518px}.GREEN_GOLD ._secondary-text.--lh-519{line-height:519px}.GREEN_GOLD ._secondary-text.--lh-520{line-height:520px}.GREEN_GOLD ._secondary-text.--lh-521{line-height:521px}.GREEN_GOLD ._secondary-text.--lh-522{line-height:522px}.GREEN_GOLD ._secondary-text.--lh-523{line-height:523px}.GREEN_GOLD ._secondary-text.--lh-524{line-height:524px}.GREEN_GOLD ._secondary-text.--lh-525{line-height:525px}.GREEN_GOLD ._secondary-text.--lh-526{line-height:526px}.GREEN_GOLD ._secondary-text.--lh-527{line-height:527px}.GREEN_GOLD ._secondary-text.--lh-528{line-height:528px}.GREEN_GOLD ._secondary-text.--lh-529{line-height:529px}.GREEN_GOLD ._secondary-text.--lh-530{line-height:530px}.GREEN_GOLD ._secondary-text.--lh-531{line-height:531px}.GREEN_GOLD ._secondary-text.--lh-532{line-height:532px}.GREEN_GOLD ._secondary-text.--lh-533{line-height:533px}.GREEN_GOLD ._secondary-text.--lh-534{line-height:534px}.GREEN_GOLD ._secondary-text.--lh-535{line-height:535px}.GREEN_GOLD ._secondary-text.--lh-536{line-height:536px}.GREEN_GOLD ._secondary-text.--lh-537{line-height:537px}.GREEN_GOLD ._secondary-text.--lh-538{line-height:538px}.GREEN_GOLD ._secondary-text.--lh-539{line-height:539px}.GREEN_GOLD ._secondary-text.--lh-540{line-height:540px}.GREEN_GOLD ._secondary-text.--lh-541{line-height:541px}.GREEN_GOLD ._secondary-text.--lh-542{line-height:542px}.GREEN_GOLD ._secondary-text.--lh-543{line-height:543px}.GREEN_GOLD ._secondary-text.--lh-544{line-height:544px}.GREEN_GOLD ._secondary-text.--lh-545{line-height:545px}.GREEN_GOLD ._secondary-text.--lh-546{line-height:546px}.GREEN_GOLD ._secondary-text.--lh-547{line-height:547px}.GREEN_GOLD ._secondary-text.--lh-548{line-height:548px}.GREEN_GOLD ._secondary-text.--lh-549{line-height:549px}.GREEN_GOLD ._secondary-text.--lh-550{line-height:550px}.GREEN_GOLD ._secondary-text.--lh-551{line-height:551px}.GREEN_GOLD ._secondary-text.--lh-552{line-height:552px}.GREEN_GOLD ._secondary-text.--lh-553{line-height:553px}.GREEN_GOLD ._secondary-text.--lh-554{line-height:554px}.GREEN_GOLD ._secondary-text.--lh-555{line-height:555px}.GREEN_GOLD ._secondary-text.--lh-556{line-height:556px}.GREEN_GOLD ._secondary-text.--lh-557{line-height:557px}.GREEN_GOLD ._secondary-text.--lh-558{line-height:558px}.GREEN_GOLD ._secondary-text.--lh-559{line-height:559px}.GREEN_GOLD ._secondary-text.--lh-560{line-height:560px}.GREEN_GOLD ._secondary-text.--lh-561{line-height:561px}.GREEN_GOLD ._secondary-text.--lh-562{line-height:562px}.GREEN_GOLD ._secondary-text.--lh-563{line-height:563px}.GREEN_GOLD ._secondary-text.--lh-564{line-height:564px}.GREEN_GOLD ._secondary-text.--lh-565{line-height:565px}.GREEN_GOLD ._secondary-text.--lh-566{line-height:566px}.GREEN_GOLD ._secondary-text.--lh-567{line-height:567px}.GREEN_GOLD ._secondary-text.--lh-568{line-height:568px}.GREEN_GOLD ._secondary-text.--lh-569{line-height:569px}.GREEN_GOLD ._secondary-text.--lh-570{line-height:570px}.GREEN_GOLD ._secondary-text.--lh-571{line-height:571px}.GREEN_GOLD ._secondary-text.--lh-572{line-height:572px}.GREEN_GOLD ._secondary-text.--lh-573{line-height:573px}.GREEN_GOLD ._secondary-text.--lh-574{line-height:574px}.GREEN_GOLD ._secondary-text.--lh-575{line-height:575px}.GREEN_GOLD ._secondary-text.--lh-576{line-height:576px}.GREEN_GOLD ._secondary-text.--lh-577{line-height:577px}.GREEN_GOLD ._secondary-text.--lh-578{line-height:578px}.GREEN_GOLD ._secondary-text.--lh-579{line-height:579px}.GREEN_GOLD ._secondary-text.--lh-580{line-height:580px}.GREEN_GOLD ._secondary-text.--lh-581{line-height:581px}.GREEN_GOLD ._secondary-text.--lh-582{line-height:582px}.GREEN_GOLD ._secondary-text.--lh-583{line-height:583px}.GREEN_GOLD ._secondary-text.--lh-584{line-height:584px}.GREEN_GOLD ._secondary-text.--lh-585{line-height:585px}.GREEN_GOLD ._secondary-text.--lh-586{line-height:586px}.GREEN_GOLD ._secondary-text.--lh-587{line-height:587px}.GREEN_GOLD ._secondary-text.--lh-588{line-height:588px}.GREEN_GOLD ._secondary-text.--lh-589{line-height:589px}.GREEN_GOLD ._secondary-text.--lh-590{line-height:590px}.GREEN_GOLD ._secondary-text.--lh-591{line-height:591px}.GREEN_GOLD ._secondary-text.--lh-592{line-height:592px}.GREEN_GOLD ._secondary-text.--lh-593{line-height:593px}.GREEN_GOLD ._secondary-text.--lh-594{line-height:594px}.GREEN_GOLD ._secondary-text.--lh-595{line-height:595px}.GREEN_GOLD ._secondary-text.--lh-596{line-height:596px}.GREEN_GOLD ._secondary-text.--lh-597{line-height:597px}.GREEN_GOLD ._secondary-text.--lh-598{line-height:598px}.GREEN_GOLD ._secondary-text.--lh-599{line-height:599px}.GREEN_GOLD ._secondary-text.--lh-600{line-height:600px}.GREEN_GOLD ._secondary-text.--lh-601{line-height:601px}.GREEN_GOLD ._secondary-text.--lh-602{line-height:602px}.GREEN_GOLD ._secondary-text.--lh-603{line-height:603px}.GREEN_GOLD ._secondary-text.--lh-604{line-height:604px}.GREEN_GOLD ._secondary-text.--lh-605{line-height:605px}.GREEN_GOLD ._secondary-text.--lh-606{line-height:606px}.GREEN_GOLD ._secondary-text.--lh-607{line-height:607px}.GREEN_GOLD ._secondary-text.--lh-608{line-height:608px}.GREEN_GOLD ._secondary-text.--lh-609{line-height:609px}.GREEN_GOLD ._secondary-text.--lh-610{line-height:610px}.GREEN_GOLD ._secondary-text.--lh-611{line-height:611px}.GREEN_GOLD ._secondary-text.--lh-612{line-height:612px}.GREEN_GOLD ._secondary-text.--lh-613{line-height:613px}.GREEN_GOLD ._secondary-text.--lh-614{line-height:614px}.GREEN_GOLD ._secondary-text.--lh-615{line-height:615px}.GREEN_GOLD ._secondary-text.--lh-616{line-height:616px}.GREEN_GOLD ._secondary-text.--lh-617{line-height:617px}.GREEN_GOLD ._secondary-text.--lh-618{line-height:618px}.GREEN_GOLD ._secondary-text.--lh-619{line-height:619px}.GREEN_GOLD ._secondary-text.--lh-620{line-height:620px}.GREEN_GOLD ._secondary-text.--lh-621{line-height:621px}.GREEN_GOLD ._secondary-text.--lh-622{line-height:622px}.GREEN_GOLD ._secondary-text.--lh-623{line-height:623px}.GREEN_GOLD ._secondary-text.--lh-624{line-height:624px}.GREEN_GOLD ._secondary-text.--lh-625{line-height:625px}.GREEN_GOLD ._secondary-text.--lh-626{line-height:626px}.GREEN_GOLD ._secondary-text.--lh-627{line-height:627px}.GREEN_GOLD ._secondary-text.--lh-628{line-height:628px}.GREEN_GOLD ._secondary-text.--lh-629{line-height:629px}.GREEN_GOLD ._secondary-text.--lh-630{line-height:630px}.GREEN_GOLD ._secondary-text.--lh-631{line-height:631px}.GREEN_GOLD ._secondary-text.--lh-632{line-height:632px}.GREEN_GOLD ._secondary-text.--lh-633{line-height:633px}.GREEN_GOLD ._secondary-text.--lh-634{line-height:634px}.GREEN_GOLD ._secondary-text.--lh-635{line-height:635px}.GREEN_GOLD ._secondary-text.--lh-636{line-height:636px}.GREEN_GOLD ._secondary-text.--lh-637{line-height:637px}.GREEN_GOLD ._secondary-text.--lh-638{line-height:638px}.GREEN_GOLD ._secondary-text.--lh-639{line-height:639px}.GREEN_GOLD ._secondary-text.--lh-640{line-height:640px}.GREEN_GOLD ._secondary-text.--lh-641{line-height:641px}.GREEN_GOLD ._secondary-text.--lh-642{line-height:642px}.GREEN_GOLD ._secondary-text.--lh-643{line-height:643px}.GREEN_GOLD ._secondary-text.--lh-644{line-height:644px}.GREEN_GOLD ._secondary-text.--lh-645{line-height:645px}.GREEN_GOLD ._secondary-text.--lh-646{line-height:646px}.GREEN_GOLD ._secondary-text.--lh-647{line-height:647px}.GREEN_GOLD ._secondary-text.--lh-648{line-height:648px}.GREEN_GOLD ._secondary-text.--lh-649{line-height:649px}.GREEN_GOLD ._secondary-text.--lh-650{line-height:650px}.GREEN_GOLD ._secondary-text.--lh-651{line-height:651px}.GREEN_GOLD ._secondary-text.--lh-652{line-height:652px}.GREEN_GOLD ._secondary-text.--lh-653{line-height:653px}.GREEN_GOLD ._secondary-text.--lh-654{line-height:654px}.GREEN_GOLD ._secondary-text.--lh-655{line-height:655px}.GREEN_GOLD ._secondary-text.--lh-656{line-height:656px}.GREEN_GOLD ._secondary-text.--lh-657{line-height:657px}.GREEN_GOLD ._secondary-text.--lh-658{line-height:658px}.GREEN_GOLD ._secondary-text.--lh-659{line-height:659px}.GREEN_GOLD ._secondary-text.--lh-660{line-height:660px}.GREEN_GOLD ._secondary-text.--lh-661{line-height:661px}.GREEN_GOLD ._secondary-text.--lh-662{line-height:662px}.GREEN_GOLD ._secondary-text.--lh-663{line-height:663px}.GREEN_GOLD ._secondary-text.--lh-664{line-height:664px}.GREEN_GOLD ._secondary-text.--lh-665{line-height:665px}.GREEN_GOLD ._secondary-text.--lh-666{line-height:666px}.GREEN_GOLD ._secondary-text.--lh-667{line-height:667px}.GREEN_GOLD ._secondary-text.--lh-668{line-height:668px}.GREEN_GOLD ._secondary-text.--lh-669{line-height:669px}.GREEN_GOLD ._secondary-text.--lh-670{line-height:670px}.GREEN_GOLD ._secondary-text.--lh-671{line-height:671px}.GREEN_GOLD ._secondary-text.--lh-672{line-height:672px}.GREEN_GOLD ._secondary-text.--lh-673{line-height:673px}.GREEN_GOLD ._secondary-text.--lh-674{line-height:674px}.GREEN_GOLD ._secondary-text.--lh-675{line-height:675px}.GREEN_GOLD ._secondary-text.--lh-676{line-height:676px}.GREEN_GOLD ._secondary-text.--lh-677{line-height:677px}.GREEN_GOLD ._secondary-text.--lh-678{line-height:678px}.GREEN_GOLD ._secondary-text.--lh-679{line-height:679px}.GREEN_GOLD ._secondary-text.--lh-680{line-height:680px}.GREEN_GOLD ._secondary-text.--lh-681{line-height:681px}.GREEN_GOLD ._secondary-text.--lh-682{line-height:682px}.GREEN_GOLD ._secondary-text.--lh-683{line-height:683px}.GREEN_GOLD ._secondary-text.--lh-684{line-height:684px}.GREEN_GOLD ._secondary-text.--lh-685{line-height:685px}.GREEN_GOLD ._secondary-text.--lh-686{line-height:686px}.GREEN_GOLD ._secondary-text.--lh-687{line-height:687px}.GREEN_GOLD ._secondary-text.--lh-688{line-height:688px}.GREEN_GOLD ._secondary-text.--lh-689{line-height:689px}.GREEN_GOLD ._secondary-text.--lh-690{line-height:690px}.GREEN_GOLD ._secondary-text.--lh-691{line-height:691px}.GREEN_GOLD ._secondary-text.--lh-692{line-height:692px}.GREEN_GOLD ._secondary-text.--lh-693{line-height:693px}.GREEN_GOLD ._secondary-text.--lh-694{line-height:694px}.GREEN_GOLD ._secondary-text.--lh-695{line-height:695px}.GREEN_GOLD ._secondary-text.--lh-696{line-height:696px}.GREEN_GOLD ._secondary-text.--lh-697{line-height:697px}.GREEN_GOLD ._secondary-text.--lh-698{line-height:698px}.GREEN_GOLD ._secondary-text.--lh-699{line-height:699px}.GREEN_GOLD ._secondary-text.--lh-700{line-height:700px}.GREEN_GOLD ._secondary-text.--lh-701{line-height:701px}.GREEN_GOLD ._secondary-text.--lh-702{line-height:702px}.GREEN_GOLD ._secondary-text.--lh-703{line-height:703px}.GREEN_GOLD ._secondary-text.--lh-704{line-height:704px}.GREEN_GOLD ._secondary-text.--lh-705{line-height:705px}.GREEN_GOLD ._secondary-text.--lh-706{line-height:706px}.GREEN_GOLD ._secondary-text.--lh-707{line-height:707px}.GREEN_GOLD ._secondary-text.--lh-708{line-height:708px}.GREEN_GOLD ._secondary-text.--lh-709{line-height:709px}.GREEN_GOLD ._secondary-text.--lh-710{line-height:710px}.GREEN_GOLD ._secondary-text.--lh-711{line-height:711px}.GREEN_GOLD ._secondary-text.--lh-712{line-height:712px}.GREEN_GOLD ._secondary-text.--lh-713{line-height:713px}.GREEN_GOLD ._secondary-text.--lh-714{line-height:714px}.GREEN_GOLD ._secondary-text.--lh-715{line-height:715px}.GREEN_GOLD ._secondary-text.--lh-716{line-height:716px}.GREEN_GOLD ._secondary-text.--lh-717{line-height:717px}.GREEN_GOLD ._secondary-text.--lh-718{line-height:718px}.GREEN_GOLD ._secondary-text.--lh-719{line-height:719px}.GREEN_GOLD ._secondary-text.--lh-720{line-height:720px}.GREEN_GOLD ._secondary-text.--lh-721{line-height:721px}.GREEN_GOLD ._secondary-text.--lh-722{line-height:722px}.GREEN_GOLD ._secondary-text.--lh-723{line-height:723px}.GREEN_GOLD ._secondary-text.--lh-724{line-height:724px}.GREEN_GOLD ._secondary-text.--lh-725{line-height:725px}.GREEN_GOLD ._secondary-text.--lh-726{line-height:726px}.GREEN_GOLD ._secondary-text.--lh-727{line-height:727px}.GREEN_GOLD ._secondary-text.--lh-728{line-height:728px}.GREEN_GOLD ._secondary-text.--lh-729{line-height:729px}.GREEN_GOLD ._secondary-text.--lh-730{line-height:730px}.GREEN_GOLD ._secondary-text.--lh-731{line-height:731px}.GREEN_GOLD ._secondary-text.--lh-732{line-height:732px}.GREEN_GOLD ._secondary-text.--lh-733{line-height:733px}.GREEN_GOLD ._secondary-text.--lh-734{line-height:734px}.GREEN_GOLD ._secondary-text.--lh-735{line-height:735px}.GREEN_GOLD ._secondary-text.--lh-736{line-height:736px}.GREEN_GOLD ._secondary-text.--lh-737{line-height:737px}.GREEN_GOLD ._secondary-text.--lh-738{line-height:738px}.GREEN_GOLD ._secondary-text.--lh-739{line-height:739px}.GREEN_GOLD ._secondary-text.--lh-740{line-height:740px}.GREEN_GOLD ._secondary-text.--lh-741{line-height:741px}.GREEN_GOLD ._secondary-text.--lh-742{line-height:742px}.GREEN_GOLD ._secondary-text.--lh-743{line-height:743px}.GREEN_GOLD ._secondary-text.--lh-744{line-height:744px}.GREEN_GOLD ._secondary-text.--lh-745{line-height:745px}.GREEN_GOLD ._secondary-text.--lh-746{line-height:746px}.GREEN_GOLD ._secondary-text.--lh-747{line-height:747px}.GREEN_GOLD ._secondary-text.--lh-748{line-height:748px}.GREEN_GOLD ._secondary-text.--lh-749{line-height:749px}.GREEN_GOLD ._secondary-text.--lh-750{line-height:750px}.GREEN_GOLD ._secondary-text.--lh-751{line-height:751px}.GREEN_GOLD ._secondary-text.--lh-752{line-height:752px}.GREEN_GOLD ._secondary-text.--lh-753{line-height:753px}.GREEN_GOLD ._secondary-text.--lh-754{line-height:754px}.GREEN_GOLD ._secondary-text.--lh-755{line-height:755px}.GREEN_GOLD ._secondary-text.--lh-756{line-height:756px}.GREEN_GOLD ._secondary-text.--lh-757{line-height:757px}.GREEN_GOLD ._secondary-text.--lh-758{line-height:758px}.GREEN_GOLD ._secondary-text.--lh-759{line-height:759px}.GREEN_GOLD ._secondary-text.--lh-760{line-height:760px}.GREEN_GOLD ._secondary-text.--lh-761{line-height:761px}.GREEN_GOLD ._secondary-text.--lh-762{line-height:762px}.GREEN_GOLD ._secondary-text.--lh-763{line-height:763px}.GREEN_GOLD ._secondary-text.--lh-764{line-height:764px}.GREEN_GOLD ._secondary-text.--lh-765{line-height:765px}.GREEN_GOLD ._secondary-text.--lh-766{line-height:766px}.GREEN_GOLD ._secondary-text.--lh-767{line-height:767px}.GREEN_GOLD ._secondary-text.--lh-768{line-height:768px}.GREEN_GOLD ._secondary-text.--lh-769{line-height:769px}.GREEN_GOLD ._secondary-text.--lh-770{line-height:770px}.GREEN_GOLD ._secondary-text.--lh-771{line-height:771px}.GREEN_GOLD ._secondary-text.--lh-772{line-height:772px}.GREEN_GOLD ._secondary-text.--lh-773{line-height:773px}.GREEN_GOLD ._secondary-text.--lh-774{line-height:774px}.GREEN_GOLD ._secondary-text.--lh-775{line-height:775px}.GREEN_GOLD ._secondary-text.--lh-776{line-height:776px}.GREEN_GOLD ._secondary-text.--lh-777{line-height:777px}.GREEN_GOLD ._secondary-text.--lh-778{line-height:778px}.GREEN_GOLD ._secondary-text.--lh-779{line-height:779px}.GREEN_GOLD ._secondary-text.--lh-780{line-height:780px}.GREEN_GOLD ._secondary-text.--lh-781{line-height:781px}.GREEN_GOLD ._secondary-text.--lh-782{line-height:782px}.GREEN_GOLD ._secondary-text.--lh-783{line-height:783px}.GREEN_GOLD ._secondary-text.--lh-784{line-height:784px}.GREEN_GOLD ._secondary-text.--lh-785{line-height:785px}.GREEN_GOLD ._secondary-text.--lh-786{line-height:786px}.GREEN_GOLD ._secondary-text.--lh-787{line-height:787px}.GREEN_GOLD ._secondary-text.--lh-788{line-height:788px}.GREEN_GOLD ._secondary-text.--lh-789{line-height:789px}.GREEN_GOLD ._secondary-text.--lh-790{line-height:790px}.GREEN_GOLD ._secondary-text.--lh-791{line-height:791px}.GREEN_GOLD ._secondary-text.--lh-792{line-height:792px}.GREEN_GOLD ._secondary-text.--lh-793{line-height:793px}.GREEN_GOLD ._secondary-text.--lh-794{line-height:794px}.GREEN_GOLD ._secondary-text.--lh-795{line-height:795px}.GREEN_GOLD ._secondary-text.--lh-796{line-height:796px}.GREEN_GOLD ._secondary-text.--lh-797{line-height:797px}.GREEN_GOLD ._secondary-text.--lh-798{line-height:798px}.GREEN_GOLD ._secondary-text.--lh-799{line-height:799px}.GREEN_GOLD ._secondary-text.--lh-800{line-height:800px}.GREEN_GOLD ._tertiary-text{color:var(--green);font-family:Poppins}.GREEN_GOLD ._tertiary-text.--size-5{font-size:5px}.GREEN_GOLD ._tertiary-text.--size-6{font-size:6px}.GREEN_GOLD ._tertiary-text.--size-7{font-size:7px}.GREEN_GOLD ._tertiary-text.--size-8{font-size:8px}.GREEN_GOLD ._tertiary-text.--size-9{font-size:9px}.GREEN_GOLD ._tertiary-text.--size-10{font-size:10px}.GREEN_GOLD ._tertiary-text.--size-11{font-size:11px}.GREEN_GOLD ._tertiary-text.--size-12{font-size:12px}.GREEN_GOLD ._tertiary-text.--size-13{font-size:13px}.GREEN_GOLD ._tertiary-text.--size-14{font-size:14px}.GREEN_GOLD ._tertiary-text.--size-15{font-size:15px}.GREEN_GOLD ._tertiary-text.--size-16{font-size:16px}.GREEN_GOLD ._tertiary-text.--size-17{font-size:17px}.GREEN_GOLD ._tertiary-text.--size-18{font-size:18px}.GREEN_GOLD ._tertiary-text.--size-19{font-size:19px}.GREEN_GOLD ._tertiary-text.--size-20{font-size:20px}.GREEN_GOLD ._tertiary-text.--size-21{font-size:21px}.GREEN_GOLD ._tertiary-text.--size-22{font-size:22px}.GREEN_GOLD ._tertiary-text.--size-23{font-size:23px}.GREEN_GOLD ._tertiary-text.--size-24{font-size:24px}.GREEN_GOLD ._tertiary-text.--size-25{font-size:25px}.GREEN_GOLD ._tertiary-text.--size-26{font-size:26px}.GREEN_GOLD ._tertiary-text.--size-27{font-size:27px}.GREEN_GOLD ._tertiary-text.--size-28{font-size:28px}.GREEN_GOLD ._tertiary-text.--size-29{font-size:29px}.GREEN_GOLD ._tertiary-text.--size-30{font-size:30px}.GREEN_GOLD ._tertiary-text.--size-31{font-size:31px}.GREEN_GOLD ._tertiary-text.--size-32{font-size:32px}.GREEN_GOLD ._tertiary-text.--size-33{font-size:33px}.GREEN_GOLD ._tertiary-text.--size-34{font-size:34px}.GREEN_GOLD ._tertiary-text.--size-35{font-size:35px}.GREEN_GOLD ._tertiary-text.--size-36{font-size:36px}.GREEN_GOLD ._tertiary-text.--size-37{font-size:37px}.GREEN_GOLD ._tertiary-text.--size-38{font-size:38px}.GREEN_GOLD ._tertiary-text.--size-39{font-size:39px}.GREEN_GOLD ._tertiary-text.--size-40{font-size:40px}.GREEN_GOLD ._tertiary-text.--size-41{font-size:41px}.GREEN_GOLD ._tertiary-text.--size-42{font-size:42px}.GREEN_GOLD ._tertiary-text.--size-43{font-size:43px}.GREEN_GOLD ._tertiary-text.--size-44{font-size:44px}.GREEN_GOLD ._tertiary-text.--size-45{font-size:45px}.GREEN_GOLD ._tertiary-text.--size-46{font-size:46px}.GREEN_GOLD ._tertiary-text.--size-47{font-size:47px}.GREEN_GOLD ._tertiary-text.--size-48{font-size:48px}.GREEN_GOLD ._tertiary-text.--size-49{font-size:49px}.GREEN_GOLD ._tertiary-text.--size-50{font-size:50px}.GREEN_GOLD ._tertiary-text.--size-51{font-size:51px}.GREEN_GOLD ._tertiary-text.--size-52{font-size:52px}.GREEN_GOLD ._tertiary-text.--size-53{font-size:53px}.GREEN_GOLD ._tertiary-text.--size-54{font-size:54px}.GREEN_GOLD ._tertiary-text.--size-55{font-size:55px}.GREEN_GOLD ._tertiary-text.--size-56{font-size:56px}.GREEN_GOLD ._tertiary-text.--size-57{font-size:57px}.GREEN_GOLD ._tertiary-text.--size-58{font-size:58px}.GREEN_GOLD ._tertiary-text.--size-59{font-size:59px}.GREEN_GOLD ._tertiary-text.--size-60{font-size:60px}.GREEN_GOLD ._tertiary-text.--size-61{font-size:61px}.GREEN_GOLD ._tertiary-text.--size-62{font-size:62px}.GREEN_GOLD ._tertiary-text.--size-63{font-size:63px}.GREEN_GOLD ._tertiary-text.--size-64{font-size:64px}.GREEN_GOLD ._tertiary-text.--size-65{font-size:65px}.GREEN_GOLD ._tertiary-text.--size-66{font-size:66px}.GREEN_GOLD ._tertiary-text.--size-67{font-size:67px}.GREEN_GOLD ._tertiary-text.--size-68{font-size:68px}.GREEN_GOLD ._tertiary-text.--size-69{font-size:69px}.GREEN_GOLD ._tertiary-text.--size-70{font-size:70px}.GREEN_GOLD ._tertiary-text.--size-71{font-size:71px}.GREEN_GOLD ._tertiary-text.--size-72{font-size:72px}.GREEN_GOLD ._tertiary-text.--size-73{font-size:73px}.GREEN_GOLD ._tertiary-text.--size-74{font-size:74px}.GREEN_GOLD ._tertiary-text.--size-75{font-size:75px}.GREEN_GOLD ._tertiary-text.--size-76{font-size:76px}.GREEN_GOLD ._tertiary-text.--size-77{font-size:77px}.GREEN_GOLD ._tertiary-text.--size-78{font-size:78px}.GREEN_GOLD ._tertiary-text.--size-79{font-size:79px}.GREEN_GOLD ._tertiary-text.--size-80{font-size:80px}.GREEN_GOLD ._tertiary-text.--size-81{font-size:81px}.GREEN_GOLD ._tertiary-text.--size-82{font-size:82px}.GREEN_GOLD ._tertiary-text.--size-83{font-size:83px}.GREEN_GOLD ._tertiary-text.--size-84{font-size:84px}.GREEN_GOLD ._tertiary-text.--size-85{font-size:85px}.GREEN_GOLD ._tertiary-text.--size-86{font-size:86px}.GREEN_GOLD ._tertiary-text.--size-87{font-size:87px}.GREEN_GOLD ._tertiary-text.--size-88{font-size:88px}.GREEN_GOLD ._tertiary-text.--size-89{font-size:89px}.GREEN_GOLD ._tertiary-text.--size-90{font-size:90px}.GREEN_GOLD ._tertiary-text.--size-91{font-size:91px}.GREEN_GOLD ._tertiary-text.--size-92{font-size:92px}.GREEN_GOLD ._tertiary-text.--size-93{font-size:93px}.GREEN_GOLD ._tertiary-text.--size-94{font-size:94px}.GREEN_GOLD ._tertiary-text.--size-95{font-size:95px}.GREEN_GOLD ._tertiary-text.--size-96{font-size:96px}.GREEN_GOLD ._tertiary-text.--size-97{font-size:97px}.GREEN_GOLD ._tertiary-text.--size-98{font-size:98px}.GREEN_GOLD ._tertiary-text.--size-99{font-size:99px}.GREEN_GOLD ._tertiary-text.--size-100{font-size:100px}.GREEN_GOLD ._tertiary-text.--weight-100{font-weight:100}.GREEN_GOLD ._tertiary-text.--weight-101{font-weight:101}.GREEN_GOLD ._tertiary-text.--weight-102{font-weight:102}.GREEN_GOLD ._tertiary-text.--weight-103{font-weight:103}.GREEN_GOLD ._tertiary-text.--weight-104{font-weight:104}.GREEN_GOLD ._tertiary-text.--weight-105{font-weight:105}.GREEN_GOLD ._tertiary-text.--weight-106{font-weight:106}.GREEN_GOLD ._tertiary-text.--weight-107{font-weight:107}.GREEN_GOLD ._tertiary-text.--weight-108{font-weight:108}.GREEN_GOLD ._tertiary-text.--weight-109{font-weight:109}.GREEN_GOLD ._tertiary-text.--weight-110{font-weight:110}.GREEN_GOLD ._tertiary-text.--weight-111{font-weight:111}.GREEN_GOLD ._tertiary-text.--weight-112{font-weight:112}.GREEN_GOLD ._tertiary-text.--weight-113{font-weight:113}.GREEN_GOLD ._tertiary-text.--weight-114{font-weight:114}.GREEN_GOLD ._tertiary-text.--weight-115{font-weight:115}.GREEN_GOLD ._tertiary-text.--weight-116{font-weight:116}.GREEN_GOLD ._tertiary-text.--weight-117{font-weight:117}.GREEN_GOLD ._tertiary-text.--weight-118{font-weight:118}.GREEN_GOLD ._tertiary-text.--weight-119{font-weight:119}.GREEN_GOLD ._tertiary-text.--weight-120{font-weight:120}.GREEN_GOLD ._tertiary-text.--weight-121{font-weight:121}.GREEN_GOLD ._tertiary-text.--weight-122{font-weight:122}.GREEN_GOLD ._tertiary-text.--weight-123{font-weight:123}.GREEN_GOLD ._tertiary-text.--weight-124{font-weight:124}.GREEN_GOLD ._tertiary-text.--weight-125{font-weight:125}.GREEN_GOLD ._tertiary-text.--weight-126{font-weight:126}.GREEN_GOLD ._tertiary-text.--weight-127{font-weight:127}.GREEN_GOLD ._tertiary-text.--weight-128{font-weight:128}.GREEN_GOLD ._tertiary-text.--weight-129{font-weight:129}.GREEN_GOLD ._tertiary-text.--weight-130{font-weight:130}.GREEN_GOLD ._tertiary-text.--weight-131{font-weight:131}.GREEN_GOLD ._tertiary-text.--weight-132{font-weight:132}.GREEN_GOLD ._tertiary-text.--weight-133{font-weight:133}.GREEN_GOLD ._tertiary-text.--weight-134{font-weight:134}.GREEN_GOLD ._tertiary-text.--weight-135{font-weight:135}.GREEN_GOLD ._tertiary-text.--weight-136{font-weight:136}.GREEN_GOLD ._tertiary-text.--weight-137{font-weight:137}.GREEN_GOLD ._tertiary-text.--weight-138{font-weight:138}.GREEN_GOLD ._tertiary-text.--weight-139{font-weight:139}.GREEN_GOLD ._tertiary-text.--weight-140{font-weight:140}.GREEN_GOLD ._tertiary-text.--weight-141{font-weight:141}.GREEN_GOLD ._tertiary-text.--weight-142{font-weight:142}.GREEN_GOLD ._tertiary-text.--weight-143{font-weight:143}.GREEN_GOLD ._tertiary-text.--weight-144{font-weight:144}.GREEN_GOLD ._tertiary-text.--weight-145{font-weight:145}.GREEN_GOLD ._tertiary-text.--weight-146{font-weight:146}.GREEN_GOLD ._tertiary-text.--weight-147{font-weight:147}.GREEN_GOLD ._tertiary-text.--weight-148{font-weight:148}.GREEN_GOLD ._tertiary-text.--weight-149{font-weight:149}.GREEN_GOLD ._tertiary-text.--weight-150{font-weight:150}.GREEN_GOLD ._tertiary-text.--weight-151{font-weight:151}.GREEN_GOLD ._tertiary-text.--weight-152{font-weight:152}.GREEN_GOLD ._tertiary-text.--weight-153{font-weight:153}.GREEN_GOLD ._tertiary-text.--weight-154{font-weight:154}.GREEN_GOLD ._tertiary-text.--weight-155{font-weight:155}.GREEN_GOLD ._tertiary-text.--weight-156{font-weight:156}.GREEN_GOLD ._tertiary-text.--weight-157{font-weight:157}.GREEN_GOLD ._tertiary-text.--weight-158{font-weight:158}.GREEN_GOLD ._tertiary-text.--weight-159{font-weight:159}.GREEN_GOLD ._tertiary-text.--weight-160{font-weight:160}.GREEN_GOLD ._tertiary-text.--weight-161{font-weight:161}.GREEN_GOLD ._tertiary-text.--weight-162{font-weight:162}.GREEN_GOLD ._tertiary-text.--weight-163{font-weight:163}.GREEN_GOLD ._tertiary-text.--weight-164{font-weight:164}.GREEN_GOLD ._tertiary-text.--weight-165{font-weight:165}.GREEN_GOLD ._tertiary-text.--weight-166{font-weight:166}.GREEN_GOLD ._tertiary-text.--weight-167{font-weight:167}.GREEN_GOLD ._tertiary-text.--weight-168{font-weight:168}.GREEN_GOLD ._tertiary-text.--weight-169{font-weight:169}.GREEN_GOLD ._tertiary-text.--weight-170{font-weight:170}.GREEN_GOLD ._tertiary-text.--weight-171{font-weight:171}.GREEN_GOLD ._tertiary-text.--weight-172{font-weight:172}.GREEN_GOLD ._tertiary-text.--weight-173{font-weight:173}.GREEN_GOLD ._tertiary-text.--weight-174{font-weight:174}.GREEN_GOLD ._tertiary-text.--weight-175{font-weight:175}.GREEN_GOLD ._tertiary-text.--weight-176{font-weight:176}.GREEN_GOLD ._tertiary-text.--weight-177{font-weight:177}.GREEN_GOLD ._tertiary-text.--weight-178{font-weight:178}.GREEN_GOLD ._tertiary-text.--weight-179{font-weight:179}.GREEN_GOLD ._tertiary-text.--weight-180{font-weight:180}.GREEN_GOLD ._tertiary-text.--weight-181{font-weight:181}.GREEN_GOLD ._tertiary-text.--weight-182{font-weight:182}.GREEN_GOLD ._tertiary-text.--weight-183{font-weight:183}.GREEN_GOLD ._tertiary-text.--weight-184{font-weight:184}.GREEN_GOLD ._tertiary-text.--weight-185{font-weight:185}.GREEN_GOLD ._tertiary-text.--weight-186{font-weight:186}.GREEN_GOLD ._tertiary-text.--weight-187{font-weight:187}.GREEN_GOLD ._tertiary-text.--weight-188{font-weight:188}.GREEN_GOLD ._tertiary-text.--weight-189{font-weight:189}.GREEN_GOLD ._tertiary-text.--weight-190{font-weight:190}.GREEN_GOLD ._tertiary-text.--weight-191{font-weight:191}.GREEN_GOLD ._tertiary-text.--weight-192{font-weight:192}.GREEN_GOLD ._tertiary-text.--weight-193{font-weight:193}.GREEN_GOLD ._tertiary-text.--weight-194{font-weight:194}.GREEN_GOLD ._tertiary-text.--weight-195{font-weight:195}.GREEN_GOLD ._tertiary-text.--weight-196{font-weight:196}.GREEN_GOLD ._tertiary-text.--weight-197{font-weight:197}.GREEN_GOLD ._tertiary-text.--weight-198{font-weight:198}.GREEN_GOLD ._tertiary-text.--weight-199{font-weight:199}.GREEN_GOLD ._tertiary-text.--weight-200{font-weight:200}.GREEN_GOLD ._tertiary-text.--weight-201{font-weight:201}.GREEN_GOLD ._tertiary-text.--weight-202{font-weight:202}.GREEN_GOLD ._tertiary-text.--weight-203{font-weight:203}.GREEN_GOLD ._tertiary-text.--weight-204{font-weight:204}.GREEN_GOLD ._tertiary-text.--weight-205{font-weight:205}.GREEN_GOLD ._tertiary-text.--weight-206{font-weight:206}.GREEN_GOLD ._tertiary-text.--weight-207{font-weight:207}.GREEN_GOLD ._tertiary-text.--weight-208{font-weight:208}.GREEN_GOLD ._tertiary-text.--weight-209{font-weight:209}.GREEN_GOLD ._tertiary-text.--weight-210{font-weight:210}.GREEN_GOLD ._tertiary-text.--weight-211{font-weight:211}.GREEN_GOLD ._tertiary-text.--weight-212{font-weight:212}.GREEN_GOLD ._tertiary-text.--weight-213{font-weight:213}.GREEN_GOLD ._tertiary-text.--weight-214{font-weight:214}.GREEN_GOLD ._tertiary-text.--weight-215{font-weight:215}.GREEN_GOLD ._tertiary-text.--weight-216{font-weight:216}.GREEN_GOLD ._tertiary-text.--weight-217{font-weight:217}.GREEN_GOLD ._tertiary-text.--weight-218{font-weight:218}.GREEN_GOLD ._tertiary-text.--weight-219{font-weight:219}.GREEN_GOLD ._tertiary-text.--weight-220{font-weight:220}.GREEN_GOLD ._tertiary-text.--weight-221{font-weight:221}.GREEN_GOLD ._tertiary-text.--weight-222{font-weight:222}.GREEN_GOLD ._tertiary-text.--weight-223{font-weight:223}.GREEN_GOLD ._tertiary-text.--weight-224{font-weight:224}.GREEN_GOLD ._tertiary-text.--weight-225{font-weight:225}.GREEN_GOLD ._tertiary-text.--weight-226{font-weight:226}.GREEN_GOLD ._tertiary-text.--weight-227{font-weight:227}.GREEN_GOLD ._tertiary-text.--weight-228{font-weight:228}.GREEN_GOLD ._tertiary-text.--weight-229{font-weight:229}.GREEN_GOLD ._tertiary-text.--weight-230{font-weight:230}.GREEN_GOLD ._tertiary-text.--weight-231{font-weight:231}.GREEN_GOLD ._tertiary-text.--weight-232{font-weight:232}.GREEN_GOLD ._tertiary-text.--weight-233{font-weight:233}.GREEN_GOLD ._tertiary-text.--weight-234{font-weight:234}.GREEN_GOLD ._tertiary-text.--weight-235{font-weight:235}.GREEN_GOLD ._tertiary-text.--weight-236{font-weight:236}.GREEN_GOLD ._tertiary-text.--weight-237{font-weight:237}.GREEN_GOLD ._tertiary-text.--weight-238{font-weight:238}.GREEN_GOLD ._tertiary-text.--weight-239{font-weight:239}.GREEN_GOLD ._tertiary-text.--weight-240{font-weight:240}.GREEN_GOLD ._tertiary-text.--weight-241{font-weight:241}.GREEN_GOLD ._tertiary-text.--weight-242{font-weight:242}.GREEN_GOLD ._tertiary-text.--weight-243{font-weight:243}.GREEN_GOLD ._tertiary-text.--weight-244{font-weight:244}.GREEN_GOLD ._tertiary-text.--weight-245{font-weight:245}.GREEN_GOLD ._tertiary-text.--weight-246{font-weight:246}.GREEN_GOLD ._tertiary-text.--weight-247{font-weight:247}.GREEN_GOLD ._tertiary-text.--weight-248{font-weight:248}.GREEN_GOLD ._tertiary-text.--weight-249{font-weight:249}.GREEN_GOLD ._tertiary-text.--weight-250{font-weight:250}.GREEN_GOLD ._tertiary-text.--weight-251{font-weight:251}.GREEN_GOLD ._tertiary-text.--weight-252{font-weight:252}.GREEN_GOLD ._tertiary-text.--weight-253{font-weight:253}.GREEN_GOLD ._tertiary-text.--weight-254{font-weight:254}.GREEN_GOLD ._tertiary-text.--weight-255{font-weight:255}.GREEN_GOLD ._tertiary-text.--weight-256{font-weight:256}.GREEN_GOLD ._tertiary-text.--weight-257{font-weight:257}.GREEN_GOLD ._tertiary-text.--weight-258{font-weight:258}.GREEN_GOLD ._tertiary-text.--weight-259{font-weight:259}.GREEN_GOLD ._tertiary-text.--weight-260{font-weight:260}.GREEN_GOLD ._tertiary-text.--weight-261{font-weight:261}.GREEN_GOLD ._tertiary-text.--weight-262{font-weight:262}.GREEN_GOLD ._tertiary-text.--weight-263{font-weight:263}.GREEN_GOLD ._tertiary-text.--weight-264{font-weight:264}.GREEN_GOLD ._tertiary-text.--weight-265{font-weight:265}.GREEN_GOLD ._tertiary-text.--weight-266{font-weight:266}.GREEN_GOLD ._tertiary-text.--weight-267{font-weight:267}.GREEN_GOLD ._tertiary-text.--weight-268{font-weight:268}.GREEN_GOLD ._tertiary-text.--weight-269{font-weight:269}.GREEN_GOLD ._tertiary-text.--weight-270{font-weight:270}.GREEN_GOLD ._tertiary-text.--weight-271{font-weight:271}.GREEN_GOLD ._tertiary-text.--weight-272{font-weight:272}.GREEN_GOLD ._tertiary-text.--weight-273{font-weight:273}.GREEN_GOLD ._tertiary-text.--weight-274{font-weight:274}.GREEN_GOLD ._tertiary-text.--weight-275{font-weight:275}.GREEN_GOLD ._tertiary-text.--weight-276{font-weight:276}.GREEN_GOLD ._tertiary-text.--weight-277{font-weight:277}.GREEN_GOLD ._tertiary-text.--weight-278{font-weight:278}.GREEN_GOLD ._tertiary-text.--weight-279{font-weight:279}.GREEN_GOLD ._tertiary-text.--weight-280{font-weight:280}.GREEN_GOLD ._tertiary-text.--weight-281{font-weight:281}.GREEN_GOLD ._tertiary-text.--weight-282{font-weight:282}.GREEN_GOLD ._tertiary-text.--weight-283{font-weight:283}.GREEN_GOLD ._tertiary-text.--weight-284{font-weight:284}.GREEN_GOLD ._tertiary-text.--weight-285{font-weight:285}.GREEN_GOLD ._tertiary-text.--weight-286{font-weight:286}.GREEN_GOLD ._tertiary-text.--weight-287{font-weight:287}.GREEN_GOLD ._tertiary-text.--weight-288{font-weight:288}.GREEN_GOLD ._tertiary-text.--weight-289{font-weight:289}.GREEN_GOLD ._tertiary-text.--weight-290{font-weight:290}.GREEN_GOLD ._tertiary-text.--weight-291{font-weight:291}.GREEN_GOLD ._tertiary-text.--weight-292{font-weight:292}.GREEN_GOLD ._tertiary-text.--weight-293{font-weight:293}.GREEN_GOLD ._tertiary-text.--weight-294{font-weight:294}.GREEN_GOLD ._tertiary-text.--weight-295{font-weight:295}.GREEN_GOLD ._tertiary-text.--weight-296{font-weight:296}.GREEN_GOLD ._tertiary-text.--weight-297{font-weight:297}.GREEN_GOLD ._tertiary-text.--weight-298{font-weight:298}.GREEN_GOLD ._tertiary-text.--weight-299{font-weight:299}.GREEN_GOLD ._tertiary-text.--weight-300{font-weight:300}.GREEN_GOLD ._tertiary-text.--weight-301{font-weight:301}.GREEN_GOLD ._tertiary-text.--weight-302{font-weight:302}.GREEN_GOLD ._tertiary-text.--weight-303{font-weight:303}.GREEN_GOLD ._tertiary-text.--weight-304{font-weight:304}.GREEN_GOLD ._tertiary-text.--weight-305{font-weight:305}.GREEN_GOLD ._tertiary-text.--weight-306{font-weight:306}.GREEN_GOLD ._tertiary-text.--weight-307{font-weight:307}.GREEN_GOLD ._tertiary-text.--weight-308{font-weight:308}.GREEN_GOLD ._tertiary-text.--weight-309{font-weight:309}.GREEN_GOLD ._tertiary-text.--weight-310{font-weight:310}.GREEN_GOLD ._tertiary-text.--weight-311{font-weight:311}.GREEN_GOLD ._tertiary-text.--weight-312{font-weight:312}.GREEN_GOLD ._tertiary-text.--weight-313{font-weight:313}.GREEN_GOLD ._tertiary-text.--weight-314{font-weight:314}.GREEN_GOLD ._tertiary-text.--weight-315{font-weight:315}.GREEN_GOLD ._tertiary-text.--weight-316{font-weight:316}.GREEN_GOLD ._tertiary-text.--weight-317{font-weight:317}.GREEN_GOLD ._tertiary-text.--weight-318{font-weight:318}.GREEN_GOLD ._tertiary-text.--weight-319{font-weight:319}.GREEN_GOLD ._tertiary-text.--weight-320{font-weight:320}.GREEN_GOLD ._tertiary-text.--weight-321{font-weight:321}.GREEN_GOLD ._tertiary-text.--weight-322{font-weight:322}.GREEN_GOLD ._tertiary-text.--weight-323{font-weight:323}.GREEN_GOLD ._tertiary-text.--weight-324{font-weight:324}.GREEN_GOLD ._tertiary-text.--weight-325{font-weight:325}.GREEN_GOLD ._tertiary-text.--weight-326{font-weight:326}.GREEN_GOLD ._tertiary-text.--weight-327{font-weight:327}.GREEN_GOLD ._tertiary-text.--weight-328{font-weight:328}.GREEN_GOLD ._tertiary-text.--weight-329{font-weight:329}.GREEN_GOLD ._tertiary-text.--weight-330{font-weight:330}.GREEN_GOLD ._tertiary-text.--weight-331{font-weight:331}.GREEN_GOLD ._tertiary-text.--weight-332{font-weight:332}.GREEN_GOLD ._tertiary-text.--weight-333{font-weight:333}.GREEN_GOLD ._tertiary-text.--weight-334{font-weight:334}.GREEN_GOLD ._tertiary-text.--weight-335{font-weight:335}.GREEN_GOLD ._tertiary-text.--weight-336{font-weight:336}.GREEN_GOLD ._tertiary-text.--weight-337{font-weight:337}.GREEN_GOLD ._tertiary-text.--weight-338{font-weight:338}.GREEN_GOLD ._tertiary-text.--weight-339{font-weight:339}.GREEN_GOLD ._tertiary-text.--weight-340{font-weight:340}.GREEN_GOLD ._tertiary-text.--weight-341{font-weight:341}.GREEN_GOLD ._tertiary-text.--weight-342{font-weight:342}.GREEN_GOLD ._tertiary-text.--weight-343{font-weight:343}.GREEN_GOLD ._tertiary-text.--weight-344{font-weight:344}.GREEN_GOLD ._tertiary-text.--weight-345{font-weight:345}.GREEN_GOLD ._tertiary-text.--weight-346{font-weight:346}.GREEN_GOLD ._tertiary-text.--weight-347{font-weight:347}.GREEN_GOLD ._tertiary-text.--weight-348{font-weight:348}.GREEN_GOLD ._tertiary-text.--weight-349{font-weight:349}.GREEN_GOLD ._tertiary-text.--weight-350{font-weight:350}.GREEN_GOLD ._tertiary-text.--weight-351{font-weight:351}.GREEN_GOLD ._tertiary-text.--weight-352{font-weight:352}.GREEN_GOLD ._tertiary-text.--weight-353{font-weight:353}.GREEN_GOLD ._tertiary-text.--weight-354{font-weight:354}.GREEN_GOLD ._tertiary-text.--weight-355{font-weight:355}.GREEN_GOLD ._tertiary-text.--weight-356{font-weight:356}.GREEN_GOLD ._tertiary-text.--weight-357{font-weight:357}.GREEN_GOLD ._tertiary-text.--weight-358{font-weight:358}.GREEN_GOLD ._tertiary-text.--weight-359{font-weight:359}.GREEN_GOLD ._tertiary-text.--weight-360{font-weight:360}.GREEN_GOLD ._tertiary-text.--weight-361{font-weight:361}.GREEN_GOLD ._tertiary-text.--weight-362{font-weight:362}.GREEN_GOLD ._tertiary-text.--weight-363{font-weight:363}.GREEN_GOLD ._tertiary-text.--weight-364{font-weight:364}.GREEN_GOLD ._tertiary-text.--weight-365{font-weight:365}.GREEN_GOLD ._tertiary-text.--weight-366{font-weight:366}.GREEN_GOLD ._tertiary-text.--weight-367{font-weight:367}.GREEN_GOLD ._tertiary-text.--weight-368{font-weight:368}.GREEN_GOLD ._tertiary-text.--weight-369{font-weight:369}.GREEN_GOLD ._tertiary-text.--weight-370{font-weight:370}.GREEN_GOLD ._tertiary-text.--weight-371{font-weight:371}.GREEN_GOLD ._tertiary-text.--weight-372{font-weight:372}.GREEN_GOLD ._tertiary-text.--weight-373{font-weight:373}.GREEN_GOLD ._tertiary-text.--weight-374{font-weight:374}.GREEN_GOLD ._tertiary-text.--weight-375{font-weight:375}.GREEN_GOLD ._tertiary-text.--weight-376{font-weight:376}.GREEN_GOLD ._tertiary-text.--weight-377{font-weight:377}.GREEN_GOLD ._tertiary-text.--weight-378{font-weight:378}.GREEN_GOLD ._tertiary-text.--weight-379{font-weight:379}.GREEN_GOLD ._tertiary-text.--weight-380{font-weight:380}.GREEN_GOLD ._tertiary-text.--weight-381{font-weight:381}.GREEN_GOLD ._tertiary-text.--weight-382{font-weight:382}.GREEN_GOLD ._tertiary-text.--weight-383{font-weight:383}.GREEN_GOLD ._tertiary-text.--weight-384{font-weight:384}.GREEN_GOLD ._tertiary-text.--weight-385{font-weight:385}.GREEN_GOLD ._tertiary-text.--weight-386{font-weight:386}.GREEN_GOLD ._tertiary-text.--weight-387{font-weight:387}.GREEN_GOLD ._tertiary-text.--weight-388{font-weight:388}.GREEN_GOLD ._tertiary-text.--weight-389{font-weight:389}.GREEN_GOLD ._tertiary-text.--weight-390{font-weight:390}.GREEN_GOLD ._tertiary-text.--weight-391{font-weight:391}.GREEN_GOLD ._tertiary-text.--weight-392{font-weight:392}.GREEN_GOLD ._tertiary-text.--weight-393{font-weight:393}.GREEN_GOLD ._tertiary-text.--weight-394{font-weight:394}.GREEN_GOLD ._tertiary-text.--weight-395{font-weight:395}.GREEN_GOLD ._tertiary-text.--weight-396{font-weight:396}.GREEN_GOLD ._tertiary-text.--weight-397{font-weight:397}.GREEN_GOLD ._tertiary-text.--weight-398{font-weight:398}.GREEN_GOLD ._tertiary-text.--weight-399{font-weight:399}.GREEN_GOLD ._tertiary-text.--weight-400{font-weight:400}.GREEN_GOLD ._tertiary-text.--weight-401{font-weight:401}.GREEN_GOLD ._tertiary-text.--weight-402{font-weight:402}.GREEN_GOLD ._tertiary-text.--weight-403{font-weight:403}.GREEN_GOLD ._tertiary-text.--weight-404{font-weight:404}.GREEN_GOLD ._tertiary-text.--weight-405{font-weight:405}.GREEN_GOLD ._tertiary-text.--weight-406{font-weight:406}.GREEN_GOLD ._tertiary-text.--weight-407{font-weight:407}.GREEN_GOLD ._tertiary-text.--weight-408{font-weight:408}.GREEN_GOLD ._tertiary-text.--weight-409{font-weight:409}.GREEN_GOLD ._tertiary-text.--weight-410{font-weight:410}.GREEN_GOLD ._tertiary-text.--weight-411{font-weight:411}.GREEN_GOLD ._tertiary-text.--weight-412{font-weight:412}.GREEN_GOLD ._tertiary-text.--weight-413{font-weight:413}.GREEN_GOLD ._tertiary-text.--weight-414{font-weight:414}.GREEN_GOLD ._tertiary-text.--weight-415{font-weight:415}.GREEN_GOLD ._tertiary-text.--weight-416{font-weight:416}.GREEN_GOLD ._tertiary-text.--weight-417{font-weight:417}.GREEN_GOLD ._tertiary-text.--weight-418{font-weight:418}.GREEN_GOLD ._tertiary-text.--weight-419{font-weight:419}.GREEN_GOLD ._tertiary-text.--weight-420{font-weight:420}.GREEN_GOLD ._tertiary-text.--weight-421{font-weight:421}.GREEN_GOLD ._tertiary-text.--weight-422{font-weight:422}.GREEN_GOLD ._tertiary-text.--weight-423{font-weight:423}.GREEN_GOLD ._tertiary-text.--weight-424{font-weight:424}.GREEN_GOLD ._tertiary-text.--weight-425{font-weight:425}.GREEN_GOLD ._tertiary-text.--weight-426{font-weight:426}.GREEN_GOLD ._tertiary-text.--weight-427{font-weight:427}.GREEN_GOLD ._tertiary-text.--weight-428{font-weight:428}.GREEN_GOLD ._tertiary-text.--weight-429{font-weight:429}.GREEN_GOLD ._tertiary-text.--weight-430{font-weight:430}.GREEN_GOLD ._tertiary-text.--weight-431{font-weight:431}.GREEN_GOLD ._tertiary-text.--weight-432{font-weight:432}.GREEN_GOLD ._tertiary-text.--weight-433{font-weight:433}.GREEN_GOLD ._tertiary-text.--weight-434{font-weight:434}.GREEN_GOLD ._tertiary-text.--weight-435{font-weight:435}.GREEN_GOLD ._tertiary-text.--weight-436{font-weight:436}.GREEN_GOLD ._tertiary-text.--weight-437{font-weight:437}.GREEN_GOLD ._tertiary-text.--weight-438{font-weight:438}.GREEN_GOLD ._tertiary-text.--weight-439{font-weight:439}.GREEN_GOLD ._tertiary-text.--weight-440{font-weight:440}.GREEN_GOLD ._tertiary-text.--weight-441{font-weight:441}.GREEN_GOLD ._tertiary-text.--weight-442{font-weight:442}.GREEN_GOLD ._tertiary-text.--weight-443{font-weight:443}.GREEN_GOLD ._tertiary-text.--weight-444{font-weight:444}.GREEN_GOLD ._tertiary-text.--weight-445{font-weight:445}.GREEN_GOLD ._tertiary-text.--weight-446{font-weight:446}.GREEN_GOLD ._tertiary-text.--weight-447{font-weight:447}.GREEN_GOLD ._tertiary-text.--weight-448{font-weight:448}.GREEN_GOLD ._tertiary-text.--weight-449{font-weight:449}.GREEN_GOLD ._tertiary-text.--weight-450{font-weight:450}.GREEN_GOLD ._tertiary-text.--weight-451{font-weight:451}.GREEN_GOLD ._tertiary-text.--weight-452{font-weight:452}.GREEN_GOLD ._tertiary-text.--weight-453{font-weight:453}.GREEN_GOLD ._tertiary-text.--weight-454{font-weight:454}.GREEN_GOLD ._tertiary-text.--weight-455{font-weight:455}.GREEN_GOLD ._tertiary-text.--weight-456{font-weight:456}.GREEN_GOLD ._tertiary-text.--weight-457{font-weight:457}.GREEN_GOLD ._tertiary-text.--weight-458{font-weight:458}.GREEN_GOLD ._tertiary-text.--weight-459{font-weight:459}.GREEN_GOLD ._tertiary-text.--weight-460{font-weight:460}.GREEN_GOLD ._tertiary-text.--weight-461{font-weight:461}.GREEN_GOLD ._tertiary-text.--weight-462{font-weight:462}.GREEN_GOLD ._tertiary-text.--weight-463{font-weight:463}.GREEN_GOLD ._tertiary-text.--weight-464{font-weight:464}.GREEN_GOLD ._tertiary-text.--weight-465{font-weight:465}.GREEN_GOLD ._tertiary-text.--weight-466{font-weight:466}.GREEN_GOLD ._tertiary-text.--weight-467{font-weight:467}.GREEN_GOLD ._tertiary-text.--weight-468{font-weight:468}.GREEN_GOLD ._tertiary-text.--weight-469{font-weight:469}.GREEN_GOLD ._tertiary-text.--weight-470{font-weight:470}.GREEN_GOLD ._tertiary-text.--weight-471{font-weight:471}.GREEN_GOLD ._tertiary-text.--weight-472{font-weight:472}.GREEN_GOLD ._tertiary-text.--weight-473{font-weight:473}.GREEN_GOLD ._tertiary-text.--weight-474{font-weight:474}.GREEN_GOLD ._tertiary-text.--weight-475{font-weight:475}.GREEN_GOLD ._tertiary-text.--weight-476{font-weight:476}.GREEN_GOLD ._tertiary-text.--weight-477{font-weight:477}.GREEN_GOLD ._tertiary-text.--weight-478{font-weight:478}.GREEN_GOLD ._tertiary-text.--weight-479{font-weight:479}.GREEN_GOLD ._tertiary-text.--weight-480{font-weight:480}.GREEN_GOLD ._tertiary-text.--weight-481{font-weight:481}.GREEN_GOLD ._tertiary-text.--weight-482{font-weight:482}.GREEN_GOLD ._tertiary-text.--weight-483{font-weight:483}.GREEN_GOLD ._tertiary-text.--weight-484{font-weight:484}.GREEN_GOLD ._tertiary-text.--weight-485{font-weight:485}.GREEN_GOLD ._tertiary-text.--weight-486{font-weight:486}.GREEN_GOLD ._tertiary-text.--weight-487{font-weight:487}.GREEN_GOLD ._tertiary-text.--weight-488{font-weight:488}.GREEN_GOLD ._tertiary-text.--weight-489{font-weight:489}.GREEN_GOLD ._tertiary-text.--weight-490{font-weight:490}.GREEN_GOLD ._tertiary-text.--weight-491{font-weight:491}.GREEN_GOLD ._tertiary-text.--weight-492{font-weight:492}.GREEN_GOLD ._tertiary-text.--weight-493{font-weight:493}.GREEN_GOLD ._tertiary-text.--weight-494{font-weight:494}.GREEN_GOLD ._tertiary-text.--weight-495{font-weight:495}.GREEN_GOLD ._tertiary-text.--weight-496{font-weight:496}.GREEN_GOLD ._tertiary-text.--weight-497{font-weight:497}.GREEN_GOLD ._tertiary-text.--weight-498{font-weight:498}.GREEN_GOLD ._tertiary-text.--weight-499{font-weight:499}.GREEN_GOLD ._tertiary-text.--weight-500{font-weight:500}.GREEN_GOLD ._tertiary-text.--weight-501{font-weight:501}.GREEN_GOLD ._tertiary-text.--weight-502{font-weight:502}.GREEN_GOLD ._tertiary-text.--weight-503{font-weight:503}.GREEN_GOLD ._tertiary-text.--weight-504{font-weight:504}.GREEN_GOLD ._tertiary-text.--weight-505{font-weight:505}.GREEN_GOLD ._tertiary-text.--weight-506{font-weight:506}.GREEN_GOLD ._tertiary-text.--weight-507{font-weight:507}.GREEN_GOLD ._tertiary-text.--weight-508{font-weight:508}.GREEN_GOLD ._tertiary-text.--weight-509{font-weight:509}.GREEN_GOLD ._tertiary-text.--weight-510{font-weight:510}.GREEN_GOLD ._tertiary-text.--weight-511{font-weight:511}.GREEN_GOLD ._tertiary-text.--weight-512{font-weight:512}.GREEN_GOLD ._tertiary-text.--weight-513{font-weight:513}.GREEN_GOLD ._tertiary-text.--weight-514{font-weight:514}.GREEN_GOLD ._tertiary-text.--weight-515{font-weight:515}.GREEN_GOLD ._tertiary-text.--weight-516{font-weight:516}.GREEN_GOLD ._tertiary-text.--weight-517{font-weight:517}.GREEN_GOLD ._tertiary-text.--weight-518{font-weight:518}.GREEN_GOLD ._tertiary-text.--weight-519{font-weight:519}.GREEN_GOLD ._tertiary-text.--weight-520{font-weight:520}.GREEN_GOLD ._tertiary-text.--weight-521{font-weight:521}.GREEN_GOLD ._tertiary-text.--weight-522{font-weight:522}.GREEN_GOLD ._tertiary-text.--weight-523{font-weight:523}.GREEN_GOLD ._tertiary-text.--weight-524{font-weight:524}.GREEN_GOLD ._tertiary-text.--weight-525{font-weight:525}.GREEN_GOLD ._tertiary-text.--weight-526{font-weight:526}.GREEN_GOLD ._tertiary-text.--weight-527{font-weight:527}.GREEN_GOLD ._tertiary-text.--weight-528{font-weight:528}.GREEN_GOLD ._tertiary-text.--weight-529{font-weight:529}.GREEN_GOLD ._tertiary-text.--weight-530{font-weight:530}.GREEN_GOLD ._tertiary-text.--weight-531{font-weight:531}.GREEN_GOLD ._tertiary-text.--weight-532{font-weight:532}.GREEN_GOLD ._tertiary-text.--weight-533{font-weight:533}.GREEN_GOLD ._tertiary-text.--weight-534{font-weight:534}.GREEN_GOLD ._tertiary-text.--weight-535{font-weight:535}.GREEN_GOLD ._tertiary-text.--weight-536{font-weight:536}.GREEN_GOLD ._tertiary-text.--weight-537{font-weight:537}.GREEN_GOLD ._tertiary-text.--weight-538{font-weight:538}.GREEN_GOLD ._tertiary-text.--weight-539{font-weight:539}.GREEN_GOLD ._tertiary-text.--weight-540{font-weight:540}.GREEN_GOLD ._tertiary-text.--weight-541{font-weight:541}.GREEN_GOLD ._tertiary-text.--weight-542{font-weight:542}.GREEN_GOLD ._tertiary-text.--weight-543{font-weight:543}.GREEN_GOLD ._tertiary-text.--weight-544{font-weight:544}.GREEN_GOLD ._tertiary-text.--weight-545{font-weight:545}.GREEN_GOLD ._tertiary-text.--weight-546{font-weight:546}.GREEN_GOLD ._tertiary-text.--weight-547{font-weight:547}.GREEN_GOLD ._tertiary-text.--weight-548{font-weight:548}.GREEN_GOLD ._tertiary-text.--weight-549{font-weight:549}.GREEN_GOLD ._tertiary-text.--weight-550{font-weight:550}.GREEN_GOLD ._tertiary-text.--weight-551{font-weight:551}.GREEN_GOLD ._tertiary-text.--weight-552{font-weight:552}.GREEN_GOLD ._tertiary-text.--weight-553{font-weight:553}.GREEN_GOLD ._tertiary-text.--weight-554{font-weight:554}.GREEN_GOLD ._tertiary-text.--weight-555{font-weight:555}.GREEN_GOLD ._tertiary-text.--weight-556{font-weight:556}.GREEN_GOLD ._tertiary-text.--weight-557{font-weight:557}.GREEN_GOLD ._tertiary-text.--weight-558{font-weight:558}.GREEN_GOLD ._tertiary-text.--weight-559{font-weight:559}.GREEN_GOLD ._tertiary-text.--weight-560{font-weight:560}.GREEN_GOLD ._tertiary-text.--weight-561{font-weight:561}.GREEN_GOLD ._tertiary-text.--weight-562{font-weight:562}.GREEN_GOLD ._tertiary-text.--weight-563{font-weight:563}.GREEN_GOLD ._tertiary-text.--weight-564{font-weight:564}.GREEN_GOLD ._tertiary-text.--weight-565{font-weight:565}.GREEN_GOLD ._tertiary-text.--weight-566{font-weight:566}.GREEN_GOLD ._tertiary-text.--weight-567{font-weight:567}.GREEN_GOLD ._tertiary-text.--weight-568{font-weight:568}.GREEN_GOLD ._tertiary-text.--weight-569{font-weight:569}.GREEN_GOLD ._tertiary-text.--weight-570{font-weight:570}.GREEN_GOLD ._tertiary-text.--weight-571{font-weight:571}.GREEN_GOLD ._tertiary-text.--weight-572{font-weight:572}.GREEN_GOLD ._tertiary-text.--weight-573{font-weight:573}.GREEN_GOLD ._tertiary-text.--weight-574{font-weight:574}.GREEN_GOLD ._tertiary-text.--weight-575{font-weight:575}.GREEN_GOLD ._tertiary-text.--weight-576{font-weight:576}.GREEN_GOLD ._tertiary-text.--weight-577{font-weight:577}.GREEN_GOLD ._tertiary-text.--weight-578{font-weight:578}.GREEN_GOLD ._tertiary-text.--weight-579{font-weight:579}.GREEN_GOLD ._tertiary-text.--weight-580{font-weight:580}.GREEN_GOLD ._tertiary-text.--weight-581{font-weight:581}.GREEN_GOLD ._tertiary-text.--weight-582{font-weight:582}.GREEN_GOLD ._tertiary-text.--weight-583{font-weight:583}.GREEN_GOLD ._tertiary-text.--weight-584{font-weight:584}.GREEN_GOLD ._tertiary-text.--weight-585{font-weight:585}.GREEN_GOLD ._tertiary-text.--weight-586{font-weight:586}.GREEN_GOLD ._tertiary-text.--weight-587{font-weight:587}.GREEN_GOLD ._tertiary-text.--weight-588{font-weight:588}.GREEN_GOLD ._tertiary-text.--weight-589{font-weight:589}.GREEN_GOLD ._tertiary-text.--weight-590{font-weight:590}.GREEN_GOLD ._tertiary-text.--weight-591{font-weight:591}.GREEN_GOLD ._tertiary-text.--weight-592{font-weight:592}.GREEN_GOLD ._tertiary-text.--weight-593{font-weight:593}.GREEN_GOLD ._tertiary-text.--weight-594{font-weight:594}.GREEN_GOLD ._tertiary-text.--weight-595{font-weight:595}.GREEN_GOLD ._tertiary-text.--weight-596{font-weight:596}.GREEN_GOLD ._tertiary-text.--weight-597{font-weight:597}.GREEN_GOLD ._tertiary-text.--weight-598{font-weight:598}.GREEN_GOLD ._tertiary-text.--weight-599{font-weight:599}.GREEN_GOLD ._tertiary-text.--weight-600{font-weight:600}.GREEN_GOLD ._tertiary-text.--weight-601{font-weight:601}.GREEN_GOLD ._tertiary-text.--weight-602{font-weight:602}.GREEN_GOLD ._tertiary-text.--weight-603{font-weight:603}.GREEN_GOLD ._tertiary-text.--weight-604{font-weight:604}.GREEN_GOLD ._tertiary-text.--weight-605{font-weight:605}.GREEN_GOLD ._tertiary-text.--weight-606{font-weight:606}.GREEN_GOLD ._tertiary-text.--weight-607{font-weight:607}.GREEN_GOLD ._tertiary-text.--weight-608{font-weight:608}.GREEN_GOLD ._tertiary-text.--weight-609{font-weight:609}.GREEN_GOLD ._tertiary-text.--weight-610{font-weight:610}.GREEN_GOLD ._tertiary-text.--weight-611{font-weight:611}.GREEN_GOLD ._tertiary-text.--weight-612{font-weight:612}.GREEN_GOLD ._tertiary-text.--weight-613{font-weight:613}.GREEN_GOLD ._tertiary-text.--weight-614{font-weight:614}.GREEN_GOLD ._tertiary-text.--weight-615{font-weight:615}.GREEN_GOLD ._tertiary-text.--weight-616{font-weight:616}.GREEN_GOLD ._tertiary-text.--weight-617{font-weight:617}.GREEN_GOLD ._tertiary-text.--weight-618{font-weight:618}.GREEN_GOLD ._tertiary-text.--weight-619{font-weight:619}.GREEN_GOLD ._tertiary-text.--weight-620{font-weight:620}.GREEN_GOLD ._tertiary-text.--weight-621{font-weight:621}.GREEN_GOLD ._tertiary-text.--weight-622{font-weight:622}.GREEN_GOLD ._tertiary-text.--weight-623{font-weight:623}.GREEN_GOLD ._tertiary-text.--weight-624{font-weight:624}.GREEN_GOLD ._tertiary-text.--weight-625{font-weight:625}.GREEN_GOLD ._tertiary-text.--weight-626{font-weight:626}.GREEN_GOLD ._tertiary-text.--weight-627{font-weight:627}.GREEN_GOLD ._tertiary-text.--weight-628{font-weight:628}.GREEN_GOLD ._tertiary-text.--weight-629{font-weight:629}.GREEN_GOLD ._tertiary-text.--weight-630{font-weight:630}.GREEN_GOLD ._tertiary-text.--weight-631{font-weight:631}.GREEN_GOLD ._tertiary-text.--weight-632{font-weight:632}.GREEN_GOLD ._tertiary-text.--weight-633{font-weight:633}.GREEN_GOLD ._tertiary-text.--weight-634{font-weight:634}.GREEN_GOLD ._tertiary-text.--weight-635{font-weight:635}.GREEN_GOLD ._tertiary-text.--weight-636{font-weight:636}.GREEN_GOLD ._tertiary-text.--weight-637{font-weight:637}.GREEN_GOLD ._tertiary-text.--weight-638{font-weight:638}.GREEN_GOLD ._tertiary-text.--weight-639{font-weight:639}.GREEN_GOLD ._tertiary-text.--weight-640{font-weight:640}.GREEN_GOLD ._tertiary-text.--weight-641{font-weight:641}.GREEN_GOLD ._tertiary-text.--weight-642{font-weight:642}.GREEN_GOLD ._tertiary-text.--weight-643{font-weight:643}.GREEN_GOLD ._tertiary-text.--weight-644{font-weight:644}.GREEN_GOLD ._tertiary-text.--weight-645{font-weight:645}.GREEN_GOLD ._tertiary-text.--weight-646{font-weight:646}.GREEN_GOLD ._tertiary-text.--weight-647{font-weight:647}.GREEN_GOLD ._tertiary-text.--weight-648{font-weight:648}.GREEN_GOLD ._tertiary-text.--weight-649{font-weight:649}.GREEN_GOLD ._tertiary-text.--weight-650{font-weight:650}.GREEN_GOLD ._tertiary-text.--weight-651{font-weight:651}.GREEN_GOLD ._tertiary-text.--weight-652{font-weight:652}.GREEN_GOLD ._tertiary-text.--weight-653{font-weight:653}.GREEN_GOLD ._tertiary-text.--weight-654{font-weight:654}.GREEN_GOLD ._tertiary-text.--weight-655{font-weight:655}.GREEN_GOLD ._tertiary-text.--weight-656{font-weight:656}.GREEN_GOLD ._tertiary-text.--weight-657{font-weight:657}.GREEN_GOLD ._tertiary-text.--weight-658{font-weight:658}.GREEN_GOLD ._tertiary-text.--weight-659{font-weight:659}.GREEN_GOLD ._tertiary-text.--weight-660{font-weight:660}.GREEN_GOLD ._tertiary-text.--weight-661{font-weight:661}.GREEN_GOLD ._tertiary-text.--weight-662{font-weight:662}.GREEN_GOLD ._tertiary-text.--weight-663{font-weight:663}.GREEN_GOLD ._tertiary-text.--weight-664{font-weight:664}.GREEN_GOLD ._tertiary-text.--weight-665{font-weight:665}.GREEN_GOLD ._tertiary-text.--weight-666{font-weight:666}.GREEN_GOLD ._tertiary-text.--weight-667{font-weight:667}.GREEN_GOLD ._tertiary-text.--weight-668{font-weight:668}.GREEN_GOLD ._tertiary-text.--weight-669{font-weight:669}.GREEN_GOLD ._tertiary-text.--weight-670{font-weight:670}.GREEN_GOLD ._tertiary-text.--weight-671{font-weight:671}.GREEN_GOLD ._tertiary-text.--weight-672{font-weight:672}.GREEN_GOLD ._tertiary-text.--weight-673{font-weight:673}.GREEN_GOLD ._tertiary-text.--weight-674{font-weight:674}.GREEN_GOLD ._tertiary-text.--weight-675{font-weight:675}.GREEN_GOLD ._tertiary-text.--weight-676{font-weight:676}.GREEN_GOLD ._tertiary-text.--weight-677{font-weight:677}.GREEN_GOLD ._tertiary-text.--weight-678{font-weight:678}.GREEN_GOLD ._tertiary-text.--weight-679{font-weight:679}.GREEN_GOLD ._tertiary-text.--weight-680{font-weight:680}.GREEN_GOLD ._tertiary-text.--weight-681{font-weight:681}.GREEN_GOLD ._tertiary-text.--weight-682{font-weight:682}.GREEN_GOLD ._tertiary-text.--weight-683{font-weight:683}.GREEN_GOLD ._tertiary-text.--weight-684{font-weight:684}.GREEN_GOLD ._tertiary-text.--weight-685{font-weight:685}.GREEN_GOLD ._tertiary-text.--weight-686{font-weight:686}.GREEN_GOLD ._tertiary-text.--weight-687{font-weight:687}.GREEN_GOLD ._tertiary-text.--weight-688{font-weight:688}.GREEN_GOLD ._tertiary-text.--weight-689{font-weight:689}.GREEN_GOLD ._tertiary-text.--weight-690{font-weight:690}.GREEN_GOLD ._tertiary-text.--weight-691{font-weight:691}.GREEN_GOLD ._tertiary-text.--weight-692{font-weight:692}.GREEN_GOLD ._tertiary-text.--weight-693{font-weight:693}.GREEN_GOLD ._tertiary-text.--weight-694{font-weight:694}.GREEN_GOLD ._tertiary-text.--weight-695{font-weight:695}.GREEN_GOLD ._tertiary-text.--weight-696{font-weight:696}.GREEN_GOLD ._tertiary-text.--weight-697{font-weight:697}.GREEN_GOLD ._tertiary-text.--weight-698{font-weight:698}.GREEN_GOLD ._tertiary-text.--weight-699{font-weight:699}.GREEN_GOLD ._tertiary-text.--weight-700{font-weight:700}.GREEN_GOLD ._tertiary-text.--weight-701{font-weight:701}.GREEN_GOLD ._tertiary-text.--weight-702{font-weight:702}.GREEN_GOLD ._tertiary-text.--weight-703{font-weight:703}.GREEN_GOLD ._tertiary-text.--weight-704{font-weight:704}.GREEN_GOLD ._tertiary-text.--weight-705{font-weight:705}.GREEN_GOLD ._tertiary-text.--weight-706{font-weight:706}.GREEN_GOLD ._tertiary-text.--weight-707{font-weight:707}.GREEN_GOLD ._tertiary-text.--weight-708{font-weight:708}.GREEN_GOLD ._tertiary-text.--weight-709{font-weight:709}.GREEN_GOLD ._tertiary-text.--weight-710{font-weight:710}.GREEN_GOLD ._tertiary-text.--weight-711{font-weight:711}.GREEN_GOLD ._tertiary-text.--weight-712{font-weight:712}.GREEN_GOLD ._tertiary-text.--weight-713{font-weight:713}.GREEN_GOLD ._tertiary-text.--weight-714{font-weight:714}.GREEN_GOLD ._tertiary-text.--weight-715{font-weight:715}.GREEN_GOLD ._tertiary-text.--weight-716{font-weight:716}.GREEN_GOLD ._tertiary-text.--weight-717{font-weight:717}.GREEN_GOLD ._tertiary-text.--weight-718{font-weight:718}.GREEN_GOLD ._tertiary-text.--weight-719{font-weight:719}.GREEN_GOLD ._tertiary-text.--weight-720{font-weight:720}.GREEN_GOLD ._tertiary-text.--weight-721{font-weight:721}.GREEN_GOLD ._tertiary-text.--weight-722{font-weight:722}.GREEN_GOLD ._tertiary-text.--weight-723{font-weight:723}.GREEN_GOLD ._tertiary-text.--weight-724{font-weight:724}.GREEN_GOLD ._tertiary-text.--weight-725{font-weight:725}.GREEN_GOLD ._tertiary-text.--weight-726{font-weight:726}.GREEN_GOLD ._tertiary-text.--weight-727{font-weight:727}.GREEN_GOLD ._tertiary-text.--weight-728{font-weight:728}.GREEN_GOLD ._tertiary-text.--weight-729{font-weight:729}.GREEN_GOLD ._tertiary-text.--weight-730{font-weight:730}.GREEN_GOLD ._tertiary-text.--weight-731{font-weight:731}.GREEN_GOLD ._tertiary-text.--weight-732{font-weight:732}.GREEN_GOLD ._tertiary-text.--weight-733{font-weight:733}.GREEN_GOLD ._tertiary-text.--weight-734{font-weight:734}.GREEN_GOLD ._tertiary-text.--weight-735{font-weight:735}.GREEN_GOLD ._tertiary-text.--weight-736{font-weight:736}.GREEN_GOLD ._tertiary-text.--weight-737{font-weight:737}.GREEN_GOLD ._tertiary-text.--weight-738{font-weight:738}.GREEN_GOLD ._tertiary-text.--weight-739{font-weight:739}.GREEN_GOLD ._tertiary-text.--weight-740{font-weight:740}.GREEN_GOLD ._tertiary-text.--weight-741{font-weight:741}.GREEN_GOLD ._tertiary-text.--weight-742{font-weight:742}.GREEN_GOLD ._tertiary-text.--weight-743{font-weight:743}.GREEN_GOLD ._tertiary-text.--weight-744{font-weight:744}.GREEN_GOLD ._tertiary-text.--weight-745{font-weight:745}.GREEN_GOLD ._tertiary-text.--weight-746{font-weight:746}.GREEN_GOLD ._tertiary-text.--weight-747{font-weight:747}.GREEN_GOLD ._tertiary-text.--weight-748{font-weight:748}.GREEN_GOLD ._tertiary-text.--weight-749{font-weight:749}.GREEN_GOLD ._tertiary-text.--weight-750{font-weight:750}.GREEN_GOLD ._tertiary-text.--weight-751{font-weight:751}.GREEN_GOLD ._tertiary-text.--weight-752{font-weight:752}.GREEN_GOLD ._tertiary-text.--weight-753{font-weight:753}.GREEN_GOLD ._tertiary-text.--weight-754{font-weight:754}.GREEN_GOLD ._tertiary-text.--weight-755{font-weight:755}.GREEN_GOLD ._tertiary-text.--weight-756{font-weight:756}.GREEN_GOLD ._tertiary-text.--weight-757{font-weight:757}.GREEN_GOLD ._tertiary-text.--weight-758{font-weight:758}.GREEN_GOLD ._tertiary-text.--weight-759{font-weight:759}.GREEN_GOLD ._tertiary-text.--weight-760{font-weight:760}.GREEN_GOLD ._tertiary-text.--weight-761{font-weight:761}.GREEN_GOLD ._tertiary-text.--weight-762{font-weight:762}.GREEN_GOLD ._tertiary-text.--weight-763{font-weight:763}.GREEN_GOLD ._tertiary-text.--weight-764{font-weight:764}.GREEN_GOLD ._tertiary-text.--weight-765{font-weight:765}.GREEN_GOLD ._tertiary-text.--weight-766{font-weight:766}.GREEN_GOLD ._tertiary-text.--weight-767{font-weight:767}.GREEN_GOLD ._tertiary-text.--weight-768{font-weight:768}.GREEN_GOLD ._tertiary-text.--weight-769{font-weight:769}.GREEN_GOLD ._tertiary-text.--weight-770{font-weight:770}.GREEN_GOLD ._tertiary-text.--weight-771{font-weight:771}.GREEN_GOLD ._tertiary-text.--weight-772{font-weight:772}.GREEN_GOLD ._tertiary-text.--weight-773{font-weight:773}.GREEN_GOLD ._tertiary-text.--weight-774{font-weight:774}.GREEN_GOLD ._tertiary-text.--weight-775{font-weight:775}.GREEN_GOLD ._tertiary-text.--weight-776{font-weight:776}.GREEN_GOLD ._tertiary-text.--weight-777{font-weight:777}.GREEN_GOLD ._tertiary-text.--weight-778{font-weight:778}.GREEN_GOLD ._tertiary-text.--weight-779{font-weight:779}.GREEN_GOLD ._tertiary-text.--weight-780{font-weight:780}.GREEN_GOLD ._tertiary-text.--weight-781{font-weight:781}.GREEN_GOLD ._tertiary-text.--weight-782{font-weight:782}.GREEN_GOLD ._tertiary-text.--weight-783{font-weight:783}.GREEN_GOLD ._tertiary-text.--weight-784{font-weight:784}.GREEN_GOLD ._tertiary-text.--weight-785{font-weight:785}.GREEN_GOLD ._tertiary-text.--weight-786{font-weight:786}.GREEN_GOLD ._tertiary-text.--weight-787{font-weight:787}.GREEN_GOLD ._tertiary-text.--weight-788{font-weight:788}.GREEN_GOLD ._tertiary-text.--weight-789{font-weight:789}.GREEN_GOLD ._tertiary-text.--weight-790{font-weight:790}.GREEN_GOLD ._tertiary-text.--weight-791{font-weight:791}.GREEN_GOLD ._tertiary-text.--weight-792{font-weight:792}.GREEN_GOLD ._tertiary-text.--weight-793{font-weight:793}.GREEN_GOLD ._tertiary-text.--weight-794{font-weight:794}.GREEN_GOLD ._tertiary-text.--weight-795{font-weight:795}.GREEN_GOLD ._tertiary-text.--weight-796{font-weight:796}.GREEN_GOLD ._tertiary-text.--weight-797{font-weight:797}.GREEN_GOLD ._tertiary-text.--weight-798{font-weight:798}.GREEN_GOLD ._tertiary-text.--weight-799{font-weight:799}.GREEN_GOLD ._tertiary-text.--weight-800{font-weight:800}.GREEN_GOLD ._tertiary-text.--lh-1{line-height:1px}.GREEN_GOLD ._tertiary-text.--lh-2{line-height:2px}.GREEN_GOLD ._tertiary-text.--lh-3{line-height:3px}.GREEN_GOLD ._tertiary-text.--lh-4{line-height:4px}.GREEN_GOLD ._tertiary-text.--lh-5{line-height:5px}.GREEN_GOLD ._tertiary-text.--lh-6{line-height:6px}.GREEN_GOLD ._tertiary-text.--lh-7{line-height:7px}.GREEN_GOLD ._tertiary-text.--lh-8{line-height:8px}.GREEN_GOLD ._tertiary-text.--lh-9{line-height:9px}.GREEN_GOLD ._tertiary-text.--lh-10{line-height:10px}.GREEN_GOLD ._tertiary-text.--lh-11{line-height:11px}.GREEN_GOLD ._tertiary-text.--lh-12{line-height:12px}.GREEN_GOLD ._tertiary-text.--lh-13{line-height:13px}.GREEN_GOLD ._tertiary-text.--lh-14{line-height:14px}.GREEN_GOLD ._tertiary-text.--lh-15{line-height:15px}.GREEN_GOLD ._tertiary-text.--lh-16{line-height:16px}.GREEN_GOLD ._tertiary-text.--lh-17{line-height:17px}.GREEN_GOLD ._tertiary-text.--lh-18{line-height:18px}.GREEN_GOLD ._tertiary-text.--lh-19{line-height:19px}.GREEN_GOLD ._tertiary-text.--lh-20{line-height:20px}.GREEN_GOLD ._tertiary-text.--lh-21{line-height:21px}.GREEN_GOLD ._tertiary-text.--lh-22{line-height:22px}.GREEN_GOLD ._tertiary-text.--lh-23{line-height:23px}.GREEN_GOLD ._tertiary-text.--lh-24{line-height:24px}.GREEN_GOLD ._tertiary-text.--lh-25{line-height:25px}.GREEN_GOLD ._tertiary-text.--lh-26{line-height:26px}.GREEN_GOLD ._tertiary-text.--lh-27{line-height:27px}.GREEN_GOLD ._tertiary-text.--lh-28{line-height:28px}.GREEN_GOLD ._tertiary-text.--lh-29{line-height:29px}.GREEN_GOLD ._tertiary-text.--lh-30{line-height:30px}.GREEN_GOLD ._tertiary-text.--lh-31{line-height:31px}.GREEN_GOLD ._tertiary-text.--lh-32{line-height:32px}.GREEN_GOLD ._tertiary-text.--lh-33{line-height:33px}.GREEN_GOLD ._tertiary-text.--lh-34{line-height:34px}.GREEN_GOLD ._tertiary-text.--lh-35{line-height:35px}.GREEN_GOLD ._tertiary-text.--lh-36{line-height:36px}.GREEN_GOLD ._tertiary-text.--lh-37{line-height:37px}.GREEN_GOLD ._tertiary-text.--lh-38{line-height:38px}.GREEN_GOLD ._tertiary-text.--lh-39{line-height:39px}.GREEN_GOLD ._tertiary-text.--lh-40{line-height:40px}.GREEN_GOLD ._tertiary-text.--lh-41{line-height:41px}.GREEN_GOLD ._tertiary-text.--lh-42{line-height:42px}.GREEN_GOLD ._tertiary-text.--lh-43{line-height:43px}.GREEN_GOLD ._tertiary-text.--lh-44{line-height:44px}.GREEN_GOLD ._tertiary-text.--lh-45{line-height:45px}.GREEN_GOLD ._tertiary-text.--lh-46{line-height:46px}.GREEN_GOLD ._tertiary-text.--lh-47{line-height:47px}.GREEN_GOLD ._tertiary-text.--lh-48{line-height:48px}.GREEN_GOLD ._tertiary-text.--lh-49{line-height:49px}.GREEN_GOLD ._tertiary-text.--lh-50{line-height:50px}.GREEN_GOLD ._tertiary-text.--lh-51{line-height:51px}.GREEN_GOLD ._tertiary-text.--lh-52{line-height:52px}.GREEN_GOLD ._tertiary-text.--lh-53{line-height:53px}.GREEN_GOLD ._tertiary-text.--lh-54{line-height:54px}.GREEN_GOLD ._tertiary-text.--lh-55{line-height:55px}.GREEN_GOLD ._tertiary-text.--lh-56{line-height:56px}.GREEN_GOLD ._tertiary-text.--lh-57{line-height:57px}.GREEN_GOLD ._tertiary-text.--lh-58{line-height:58px}.GREEN_GOLD ._tertiary-text.--lh-59{line-height:59px}.GREEN_GOLD ._tertiary-text.--lh-60{line-height:60px}.GREEN_GOLD ._tertiary-text.--lh-61{line-height:61px}.GREEN_GOLD ._tertiary-text.--lh-62{line-height:62px}.GREEN_GOLD ._tertiary-text.--lh-63{line-height:63px}.GREEN_GOLD ._tertiary-text.--lh-64{line-height:64px}.GREEN_GOLD ._tertiary-text.--lh-65{line-height:65px}.GREEN_GOLD ._tertiary-text.--lh-66{line-height:66px}.GREEN_GOLD ._tertiary-text.--lh-67{line-height:67px}.GREEN_GOLD ._tertiary-text.--lh-68{line-height:68px}.GREEN_GOLD ._tertiary-text.--lh-69{line-height:69px}.GREEN_GOLD ._tertiary-text.--lh-70{line-height:70px}.GREEN_GOLD ._tertiary-text.--lh-71{line-height:71px}.GREEN_GOLD ._tertiary-text.--lh-72{line-height:72px}.GREEN_GOLD ._tertiary-text.--lh-73{line-height:73px}.GREEN_GOLD ._tertiary-text.--lh-74{line-height:74px}.GREEN_GOLD ._tertiary-text.--lh-75{line-height:75px}.GREEN_GOLD ._tertiary-text.--lh-76{line-height:76px}.GREEN_GOLD ._tertiary-text.--lh-77{line-height:77px}.GREEN_GOLD ._tertiary-text.--lh-78{line-height:78px}.GREEN_GOLD ._tertiary-text.--lh-79{line-height:79px}.GREEN_GOLD ._tertiary-text.--lh-80{line-height:80px}.GREEN_GOLD ._tertiary-text.--lh-81{line-height:81px}.GREEN_GOLD ._tertiary-text.--lh-82{line-height:82px}.GREEN_GOLD ._tertiary-text.--lh-83{line-height:83px}.GREEN_GOLD ._tertiary-text.--lh-84{line-height:84px}.GREEN_GOLD ._tertiary-text.--lh-85{line-height:85px}.GREEN_GOLD ._tertiary-text.--lh-86{line-height:86px}.GREEN_GOLD ._tertiary-text.--lh-87{line-height:87px}.GREEN_GOLD ._tertiary-text.--lh-88{line-height:88px}.GREEN_GOLD ._tertiary-text.--lh-89{line-height:89px}.GREEN_GOLD ._tertiary-text.--lh-90{line-height:90px}.GREEN_GOLD ._tertiary-text.--lh-91{line-height:91px}.GREEN_GOLD ._tertiary-text.--lh-92{line-height:92px}.GREEN_GOLD ._tertiary-text.--lh-93{line-height:93px}.GREEN_GOLD ._tertiary-text.--lh-94{line-height:94px}.GREEN_GOLD ._tertiary-text.--lh-95{line-height:95px}.GREEN_GOLD ._tertiary-text.--lh-96{line-height:96px}.GREEN_GOLD ._tertiary-text.--lh-97{line-height:97px}.GREEN_GOLD ._tertiary-text.--lh-98{line-height:98px}.GREEN_GOLD ._tertiary-text.--lh-99{line-height:99px}.GREEN_GOLD ._tertiary-text.--lh-100{line-height:100px}.GREEN_GOLD ._tertiary-text.--lh-101{line-height:101px}.GREEN_GOLD ._tertiary-text.--lh-102{line-height:102px}.GREEN_GOLD ._tertiary-text.--lh-103{line-height:103px}.GREEN_GOLD ._tertiary-text.--lh-104{line-height:104px}.GREEN_GOLD ._tertiary-text.--lh-105{line-height:105px}.GREEN_GOLD ._tertiary-text.--lh-106{line-height:106px}.GREEN_GOLD ._tertiary-text.--lh-107{line-height:107px}.GREEN_GOLD ._tertiary-text.--lh-108{line-height:108px}.GREEN_GOLD ._tertiary-text.--lh-109{line-height:109px}.GREEN_GOLD ._tertiary-text.--lh-110{line-height:110px}.GREEN_GOLD ._tertiary-text.--lh-111{line-height:111px}.GREEN_GOLD ._tertiary-text.--lh-112{line-height:112px}.GREEN_GOLD ._tertiary-text.--lh-113{line-height:113px}.GREEN_GOLD ._tertiary-text.--lh-114{line-height:114px}.GREEN_GOLD ._tertiary-text.--lh-115{line-height:115px}.GREEN_GOLD ._tertiary-text.--lh-116{line-height:116px}.GREEN_GOLD ._tertiary-text.--lh-117{line-height:117px}.GREEN_GOLD ._tertiary-text.--lh-118{line-height:118px}.GREEN_GOLD ._tertiary-text.--lh-119{line-height:119px}.GREEN_GOLD ._tertiary-text.--lh-120{line-height:120px}.GREEN_GOLD ._tertiary-text.--lh-121{line-height:121px}.GREEN_GOLD ._tertiary-text.--lh-122{line-height:122px}.GREEN_GOLD ._tertiary-text.--lh-123{line-height:123px}.GREEN_GOLD ._tertiary-text.--lh-124{line-height:124px}.GREEN_GOLD ._tertiary-text.--lh-125{line-height:125px}.GREEN_GOLD ._tertiary-text.--lh-126{line-height:126px}.GREEN_GOLD ._tertiary-text.--lh-127{line-height:127px}.GREEN_GOLD ._tertiary-text.--lh-128{line-height:128px}.GREEN_GOLD ._tertiary-text.--lh-129{line-height:129px}.GREEN_GOLD ._tertiary-text.--lh-130{line-height:130px}.GREEN_GOLD ._tertiary-text.--lh-131{line-height:131px}.GREEN_GOLD ._tertiary-text.--lh-132{line-height:132px}.GREEN_GOLD ._tertiary-text.--lh-133{line-height:133px}.GREEN_GOLD ._tertiary-text.--lh-134{line-height:134px}.GREEN_GOLD ._tertiary-text.--lh-135{line-height:135px}.GREEN_GOLD ._tertiary-text.--lh-136{line-height:136px}.GREEN_GOLD ._tertiary-text.--lh-137{line-height:137px}.GREEN_GOLD ._tertiary-text.--lh-138{line-height:138px}.GREEN_GOLD ._tertiary-text.--lh-139{line-height:139px}.GREEN_GOLD ._tertiary-text.--lh-140{line-height:140px}.GREEN_GOLD ._tertiary-text.--lh-141{line-height:141px}.GREEN_GOLD ._tertiary-text.--lh-142{line-height:142px}.GREEN_GOLD ._tertiary-text.--lh-143{line-height:143px}.GREEN_GOLD ._tertiary-text.--lh-144{line-height:144px}.GREEN_GOLD ._tertiary-text.--lh-145{line-height:145px}.GREEN_GOLD ._tertiary-text.--lh-146{line-height:146px}.GREEN_GOLD ._tertiary-text.--lh-147{line-height:147px}.GREEN_GOLD ._tertiary-text.--lh-148{line-height:148px}.GREEN_GOLD ._tertiary-text.--lh-149{line-height:149px}.GREEN_GOLD ._tertiary-text.--lh-150{line-height:150px}.GREEN_GOLD ._tertiary-text.--lh-151{line-height:151px}.GREEN_GOLD ._tertiary-text.--lh-152{line-height:152px}.GREEN_GOLD ._tertiary-text.--lh-153{line-height:153px}.GREEN_GOLD ._tertiary-text.--lh-154{line-height:154px}.GREEN_GOLD ._tertiary-text.--lh-155{line-height:155px}.GREEN_GOLD ._tertiary-text.--lh-156{line-height:156px}.GREEN_GOLD ._tertiary-text.--lh-157{line-height:157px}.GREEN_GOLD ._tertiary-text.--lh-158{line-height:158px}.GREEN_GOLD ._tertiary-text.--lh-159{line-height:159px}.GREEN_GOLD ._tertiary-text.--lh-160{line-height:160px}.GREEN_GOLD ._tertiary-text.--lh-161{line-height:161px}.GREEN_GOLD ._tertiary-text.--lh-162{line-height:162px}.GREEN_GOLD ._tertiary-text.--lh-163{line-height:163px}.GREEN_GOLD ._tertiary-text.--lh-164{line-height:164px}.GREEN_GOLD ._tertiary-text.--lh-165{line-height:165px}.GREEN_GOLD ._tertiary-text.--lh-166{line-height:166px}.GREEN_GOLD ._tertiary-text.--lh-167{line-height:167px}.GREEN_GOLD ._tertiary-text.--lh-168{line-height:168px}.GREEN_GOLD ._tertiary-text.--lh-169{line-height:169px}.GREEN_GOLD ._tertiary-text.--lh-170{line-height:170px}.GREEN_GOLD ._tertiary-text.--lh-171{line-height:171px}.GREEN_GOLD ._tertiary-text.--lh-172{line-height:172px}.GREEN_GOLD ._tertiary-text.--lh-173{line-height:173px}.GREEN_GOLD ._tertiary-text.--lh-174{line-height:174px}.GREEN_GOLD ._tertiary-text.--lh-175{line-height:175px}.GREEN_GOLD ._tertiary-text.--lh-176{line-height:176px}.GREEN_GOLD ._tertiary-text.--lh-177{line-height:177px}.GREEN_GOLD ._tertiary-text.--lh-178{line-height:178px}.GREEN_GOLD ._tertiary-text.--lh-179{line-height:179px}.GREEN_GOLD ._tertiary-text.--lh-180{line-height:180px}.GREEN_GOLD ._tertiary-text.--lh-181{line-height:181px}.GREEN_GOLD ._tertiary-text.--lh-182{line-height:182px}.GREEN_GOLD ._tertiary-text.--lh-183{line-height:183px}.GREEN_GOLD ._tertiary-text.--lh-184{line-height:184px}.GREEN_GOLD ._tertiary-text.--lh-185{line-height:185px}.GREEN_GOLD ._tertiary-text.--lh-186{line-height:186px}.GREEN_GOLD ._tertiary-text.--lh-187{line-height:187px}.GREEN_GOLD ._tertiary-text.--lh-188{line-height:188px}.GREEN_GOLD ._tertiary-text.--lh-189{line-height:189px}.GREEN_GOLD ._tertiary-text.--lh-190{line-height:190px}.GREEN_GOLD ._tertiary-text.--lh-191{line-height:191px}.GREEN_GOLD ._tertiary-text.--lh-192{line-height:192px}.GREEN_GOLD ._tertiary-text.--lh-193{line-height:193px}.GREEN_GOLD ._tertiary-text.--lh-194{line-height:194px}.GREEN_GOLD ._tertiary-text.--lh-195{line-height:195px}.GREEN_GOLD ._tertiary-text.--lh-196{line-height:196px}.GREEN_GOLD ._tertiary-text.--lh-197{line-height:197px}.GREEN_GOLD ._tertiary-text.--lh-198{line-height:198px}.GREEN_GOLD ._tertiary-text.--lh-199{line-height:199px}.GREEN_GOLD ._tertiary-text.--lh-200{line-height:200px}.GREEN_GOLD ._tertiary-text.--lh-201{line-height:201px}.GREEN_GOLD ._tertiary-text.--lh-202{line-height:202px}.GREEN_GOLD ._tertiary-text.--lh-203{line-height:203px}.GREEN_GOLD ._tertiary-text.--lh-204{line-height:204px}.GREEN_GOLD ._tertiary-text.--lh-205{line-height:205px}.GREEN_GOLD ._tertiary-text.--lh-206{line-height:206px}.GREEN_GOLD ._tertiary-text.--lh-207{line-height:207px}.GREEN_GOLD ._tertiary-text.--lh-208{line-height:208px}.GREEN_GOLD ._tertiary-text.--lh-209{line-height:209px}.GREEN_GOLD ._tertiary-text.--lh-210{line-height:210px}.GREEN_GOLD ._tertiary-text.--lh-211{line-height:211px}.GREEN_GOLD ._tertiary-text.--lh-212{line-height:212px}.GREEN_GOLD ._tertiary-text.--lh-213{line-height:213px}.GREEN_GOLD ._tertiary-text.--lh-214{line-height:214px}.GREEN_GOLD ._tertiary-text.--lh-215{line-height:215px}.GREEN_GOLD ._tertiary-text.--lh-216{line-height:216px}.GREEN_GOLD ._tertiary-text.--lh-217{line-height:217px}.GREEN_GOLD ._tertiary-text.--lh-218{line-height:218px}.GREEN_GOLD ._tertiary-text.--lh-219{line-height:219px}.GREEN_GOLD ._tertiary-text.--lh-220{line-height:220px}.GREEN_GOLD ._tertiary-text.--lh-221{line-height:221px}.GREEN_GOLD ._tertiary-text.--lh-222{line-height:222px}.GREEN_GOLD ._tertiary-text.--lh-223{line-height:223px}.GREEN_GOLD ._tertiary-text.--lh-224{line-height:224px}.GREEN_GOLD ._tertiary-text.--lh-225{line-height:225px}.GREEN_GOLD ._tertiary-text.--lh-226{line-height:226px}.GREEN_GOLD ._tertiary-text.--lh-227{line-height:227px}.GREEN_GOLD ._tertiary-text.--lh-228{line-height:228px}.GREEN_GOLD ._tertiary-text.--lh-229{line-height:229px}.GREEN_GOLD ._tertiary-text.--lh-230{line-height:230px}.GREEN_GOLD ._tertiary-text.--lh-231{line-height:231px}.GREEN_GOLD ._tertiary-text.--lh-232{line-height:232px}.GREEN_GOLD ._tertiary-text.--lh-233{line-height:233px}.GREEN_GOLD ._tertiary-text.--lh-234{line-height:234px}.GREEN_GOLD ._tertiary-text.--lh-235{line-height:235px}.GREEN_GOLD ._tertiary-text.--lh-236{line-height:236px}.GREEN_GOLD ._tertiary-text.--lh-237{line-height:237px}.GREEN_GOLD ._tertiary-text.--lh-238{line-height:238px}.GREEN_GOLD ._tertiary-text.--lh-239{line-height:239px}.GREEN_GOLD ._tertiary-text.--lh-240{line-height:240px}.GREEN_GOLD ._tertiary-text.--lh-241{line-height:241px}.GREEN_GOLD ._tertiary-text.--lh-242{line-height:242px}.GREEN_GOLD ._tertiary-text.--lh-243{line-height:243px}.GREEN_GOLD ._tertiary-text.--lh-244{line-height:244px}.GREEN_GOLD ._tertiary-text.--lh-245{line-height:245px}.GREEN_GOLD ._tertiary-text.--lh-246{line-height:246px}.GREEN_GOLD ._tertiary-text.--lh-247{line-height:247px}.GREEN_GOLD ._tertiary-text.--lh-248{line-height:248px}.GREEN_GOLD ._tertiary-text.--lh-249{line-height:249px}.GREEN_GOLD ._tertiary-text.--lh-250{line-height:250px}.GREEN_GOLD ._tertiary-text.--lh-251{line-height:251px}.GREEN_GOLD ._tertiary-text.--lh-252{line-height:252px}.GREEN_GOLD ._tertiary-text.--lh-253{line-height:253px}.GREEN_GOLD ._tertiary-text.--lh-254{line-height:254px}.GREEN_GOLD ._tertiary-text.--lh-255{line-height:255px}.GREEN_GOLD ._tertiary-text.--lh-256{line-height:256px}.GREEN_GOLD ._tertiary-text.--lh-257{line-height:257px}.GREEN_GOLD ._tertiary-text.--lh-258{line-height:258px}.GREEN_GOLD ._tertiary-text.--lh-259{line-height:259px}.GREEN_GOLD ._tertiary-text.--lh-260{line-height:260px}.GREEN_GOLD ._tertiary-text.--lh-261{line-height:261px}.GREEN_GOLD ._tertiary-text.--lh-262{line-height:262px}.GREEN_GOLD ._tertiary-text.--lh-263{line-height:263px}.GREEN_GOLD ._tertiary-text.--lh-264{line-height:264px}.GREEN_GOLD ._tertiary-text.--lh-265{line-height:265px}.GREEN_GOLD ._tertiary-text.--lh-266{line-height:266px}.GREEN_GOLD ._tertiary-text.--lh-267{line-height:267px}.GREEN_GOLD ._tertiary-text.--lh-268{line-height:268px}.GREEN_GOLD ._tertiary-text.--lh-269{line-height:269px}.GREEN_GOLD ._tertiary-text.--lh-270{line-height:270px}.GREEN_GOLD ._tertiary-text.--lh-271{line-height:271px}.GREEN_GOLD ._tertiary-text.--lh-272{line-height:272px}.GREEN_GOLD ._tertiary-text.--lh-273{line-height:273px}.GREEN_GOLD ._tertiary-text.--lh-274{line-height:274px}.GREEN_GOLD ._tertiary-text.--lh-275{line-height:275px}.GREEN_GOLD ._tertiary-text.--lh-276{line-height:276px}.GREEN_GOLD ._tertiary-text.--lh-277{line-height:277px}.GREEN_GOLD ._tertiary-text.--lh-278{line-height:278px}.GREEN_GOLD ._tertiary-text.--lh-279{line-height:279px}.GREEN_GOLD ._tertiary-text.--lh-280{line-height:280px}.GREEN_GOLD ._tertiary-text.--lh-281{line-height:281px}.GREEN_GOLD ._tertiary-text.--lh-282{line-height:282px}.GREEN_GOLD ._tertiary-text.--lh-283{line-height:283px}.GREEN_GOLD ._tertiary-text.--lh-284{line-height:284px}.GREEN_GOLD ._tertiary-text.--lh-285{line-height:285px}.GREEN_GOLD ._tertiary-text.--lh-286{line-height:286px}.GREEN_GOLD ._tertiary-text.--lh-287{line-height:287px}.GREEN_GOLD ._tertiary-text.--lh-288{line-height:288px}.GREEN_GOLD ._tertiary-text.--lh-289{line-height:289px}.GREEN_GOLD ._tertiary-text.--lh-290{line-height:290px}.GREEN_GOLD ._tertiary-text.--lh-291{line-height:291px}.GREEN_GOLD ._tertiary-text.--lh-292{line-height:292px}.GREEN_GOLD ._tertiary-text.--lh-293{line-height:293px}.GREEN_GOLD ._tertiary-text.--lh-294{line-height:294px}.GREEN_GOLD ._tertiary-text.--lh-295{line-height:295px}.GREEN_GOLD ._tertiary-text.--lh-296{line-height:296px}.GREEN_GOLD ._tertiary-text.--lh-297{line-height:297px}.GREEN_GOLD ._tertiary-text.--lh-298{line-height:298px}.GREEN_GOLD ._tertiary-text.--lh-299{line-height:299px}.GREEN_GOLD ._tertiary-text.--lh-300{line-height:300px}.GREEN_GOLD ._tertiary-text.--lh-301{line-height:301px}.GREEN_GOLD ._tertiary-text.--lh-302{line-height:302px}.GREEN_GOLD ._tertiary-text.--lh-303{line-height:303px}.GREEN_GOLD ._tertiary-text.--lh-304{line-height:304px}.GREEN_GOLD ._tertiary-text.--lh-305{line-height:305px}.GREEN_GOLD ._tertiary-text.--lh-306{line-height:306px}.GREEN_GOLD ._tertiary-text.--lh-307{line-height:307px}.GREEN_GOLD ._tertiary-text.--lh-308{line-height:308px}.GREEN_GOLD ._tertiary-text.--lh-309{line-height:309px}.GREEN_GOLD ._tertiary-text.--lh-310{line-height:310px}.GREEN_GOLD ._tertiary-text.--lh-311{line-height:311px}.GREEN_GOLD ._tertiary-text.--lh-312{line-height:312px}.GREEN_GOLD ._tertiary-text.--lh-313{line-height:313px}.GREEN_GOLD ._tertiary-text.--lh-314{line-height:314px}.GREEN_GOLD ._tertiary-text.--lh-315{line-height:315px}.GREEN_GOLD ._tertiary-text.--lh-316{line-height:316px}.GREEN_GOLD ._tertiary-text.--lh-317{line-height:317px}.GREEN_GOLD ._tertiary-text.--lh-318{line-height:318px}.GREEN_GOLD ._tertiary-text.--lh-319{line-height:319px}.GREEN_GOLD ._tertiary-text.--lh-320{line-height:320px}.GREEN_GOLD ._tertiary-text.--lh-321{line-height:321px}.GREEN_GOLD ._tertiary-text.--lh-322{line-height:322px}.GREEN_GOLD ._tertiary-text.--lh-323{line-height:323px}.GREEN_GOLD ._tertiary-text.--lh-324{line-height:324px}.GREEN_GOLD ._tertiary-text.--lh-325{line-height:325px}.GREEN_GOLD ._tertiary-text.--lh-326{line-height:326px}.GREEN_GOLD ._tertiary-text.--lh-327{line-height:327px}.GREEN_GOLD ._tertiary-text.--lh-328{line-height:328px}.GREEN_GOLD ._tertiary-text.--lh-329{line-height:329px}.GREEN_GOLD ._tertiary-text.--lh-330{line-height:330px}.GREEN_GOLD ._tertiary-text.--lh-331{line-height:331px}.GREEN_GOLD ._tertiary-text.--lh-332{line-height:332px}.GREEN_GOLD ._tertiary-text.--lh-333{line-height:333px}.GREEN_GOLD ._tertiary-text.--lh-334{line-height:334px}.GREEN_GOLD ._tertiary-text.--lh-335{line-height:335px}.GREEN_GOLD ._tertiary-text.--lh-336{line-height:336px}.GREEN_GOLD ._tertiary-text.--lh-337{line-height:337px}.GREEN_GOLD ._tertiary-text.--lh-338{line-height:338px}.GREEN_GOLD ._tertiary-text.--lh-339{line-height:339px}.GREEN_GOLD ._tertiary-text.--lh-340{line-height:340px}.GREEN_GOLD ._tertiary-text.--lh-341{line-height:341px}.GREEN_GOLD ._tertiary-text.--lh-342{line-height:342px}.GREEN_GOLD ._tertiary-text.--lh-343{line-height:343px}.GREEN_GOLD ._tertiary-text.--lh-344{line-height:344px}.GREEN_GOLD ._tertiary-text.--lh-345{line-height:345px}.GREEN_GOLD ._tertiary-text.--lh-346{line-height:346px}.GREEN_GOLD ._tertiary-text.--lh-347{line-height:347px}.GREEN_GOLD ._tertiary-text.--lh-348{line-height:348px}.GREEN_GOLD ._tertiary-text.--lh-349{line-height:349px}.GREEN_GOLD ._tertiary-text.--lh-350{line-height:350px}.GREEN_GOLD ._tertiary-text.--lh-351{line-height:351px}.GREEN_GOLD ._tertiary-text.--lh-352{line-height:352px}.GREEN_GOLD ._tertiary-text.--lh-353{line-height:353px}.GREEN_GOLD ._tertiary-text.--lh-354{line-height:354px}.GREEN_GOLD ._tertiary-text.--lh-355{line-height:355px}.GREEN_GOLD ._tertiary-text.--lh-356{line-height:356px}.GREEN_GOLD ._tertiary-text.--lh-357{line-height:357px}.GREEN_GOLD ._tertiary-text.--lh-358{line-height:358px}.GREEN_GOLD ._tertiary-text.--lh-359{line-height:359px}.GREEN_GOLD ._tertiary-text.--lh-360{line-height:360px}.GREEN_GOLD ._tertiary-text.--lh-361{line-height:361px}.GREEN_GOLD ._tertiary-text.--lh-362{line-height:362px}.GREEN_GOLD ._tertiary-text.--lh-363{line-height:363px}.GREEN_GOLD ._tertiary-text.--lh-364{line-height:364px}.GREEN_GOLD ._tertiary-text.--lh-365{line-height:365px}.GREEN_GOLD ._tertiary-text.--lh-366{line-height:366px}.GREEN_GOLD ._tertiary-text.--lh-367{line-height:367px}.GREEN_GOLD ._tertiary-text.--lh-368{line-height:368px}.GREEN_GOLD ._tertiary-text.--lh-369{line-height:369px}.GREEN_GOLD ._tertiary-text.--lh-370{line-height:370px}.GREEN_GOLD ._tertiary-text.--lh-371{line-height:371px}.GREEN_GOLD ._tertiary-text.--lh-372{line-height:372px}.GREEN_GOLD ._tertiary-text.--lh-373{line-height:373px}.GREEN_GOLD ._tertiary-text.--lh-374{line-height:374px}.GREEN_GOLD ._tertiary-text.--lh-375{line-height:375px}.GREEN_GOLD ._tertiary-text.--lh-376{line-height:376px}.GREEN_GOLD ._tertiary-text.--lh-377{line-height:377px}.GREEN_GOLD ._tertiary-text.--lh-378{line-height:378px}.GREEN_GOLD ._tertiary-text.--lh-379{line-height:379px}.GREEN_GOLD ._tertiary-text.--lh-380{line-height:380px}.GREEN_GOLD ._tertiary-text.--lh-381{line-height:381px}.GREEN_GOLD ._tertiary-text.--lh-382{line-height:382px}.GREEN_GOLD ._tertiary-text.--lh-383{line-height:383px}.GREEN_GOLD ._tertiary-text.--lh-384{line-height:384px}.GREEN_GOLD ._tertiary-text.--lh-385{line-height:385px}.GREEN_GOLD ._tertiary-text.--lh-386{line-height:386px}.GREEN_GOLD ._tertiary-text.--lh-387{line-height:387px}.GREEN_GOLD ._tertiary-text.--lh-388{line-height:388px}.GREEN_GOLD ._tertiary-text.--lh-389{line-height:389px}.GREEN_GOLD ._tertiary-text.--lh-390{line-height:390px}.GREEN_GOLD ._tertiary-text.--lh-391{line-height:391px}.GREEN_GOLD ._tertiary-text.--lh-392{line-height:392px}.GREEN_GOLD ._tertiary-text.--lh-393{line-height:393px}.GREEN_GOLD ._tertiary-text.--lh-394{line-height:394px}.GREEN_GOLD ._tertiary-text.--lh-395{line-height:395px}.GREEN_GOLD ._tertiary-text.--lh-396{line-height:396px}.GREEN_GOLD ._tertiary-text.--lh-397{line-height:397px}.GREEN_GOLD ._tertiary-text.--lh-398{line-height:398px}.GREEN_GOLD ._tertiary-text.--lh-399{line-height:399px}.GREEN_GOLD ._tertiary-text.--lh-400{line-height:400px}.GREEN_GOLD ._tertiary-text.--lh-401{line-height:401px}.GREEN_GOLD ._tertiary-text.--lh-402{line-height:402px}.GREEN_GOLD ._tertiary-text.--lh-403{line-height:403px}.GREEN_GOLD ._tertiary-text.--lh-404{line-height:404px}.GREEN_GOLD ._tertiary-text.--lh-405{line-height:405px}.GREEN_GOLD ._tertiary-text.--lh-406{line-height:406px}.GREEN_GOLD ._tertiary-text.--lh-407{line-height:407px}.GREEN_GOLD ._tertiary-text.--lh-408{line-height:408px}.GREEN_GOLD ._tertiary-text.--lh-409{line-height:409px}.GREEN_GOLD ._tertiary-text.--lh-410{line-height:410px}.GREEN_GOLD ._tertiary-text.--lh-411{line-height:411px}.GREEN_GOLD ._tertiary-text.--lh-412{line-height:412px}.GREEN_GOLD ._tertiary-text.--lh-413{line-height:413px}.GREEN_GOLD ._tertiary-text.--lh-414{line-height:414px}.GREEN_GOLD ._tertiary-text.--lh-415{line-height:415px}.GREEN_GOLD ._tertiary-text.--lh-416{line-height:416px}.GREEN_GOLD ._tertiary-text.--lh-417{line-height:417px}.GREEN_GOLD ._tertiary-text.--lh-418{line-height:418px}.GREEN_GOLD ._tertiary-text.--lh-419{line-height:419px}.GREEN_GOLD ._tertiary-text.--lh-420{line-height:420px}.GREEN_GOLD ._tertiary-text.--lh-421{line-height:421px}.GREEN_GOLD ._tertiary-text.--lh-422{line-height:422px}.GREEN_GOLD ._tertiary-text.--lh-423{line-height:423px}.GREEN_GOLD ._tertiary-text.--lh-424{line-height:424px}.GREEN_GOLD ._tertiary-text.--lh-425{line-height:425px}.GREEN_GOLD ._tertiary-text.--lh-426{line-height:426px}.GREEN_GOLD ._tertiary-text.--lh-427{line-height:427px}.GREEN_GOLD ._tertiary-text.--lh-428{line-height:428px}.GREEN_GOLD ._tertiary-text.--lh-429{line-height:429px}.GREEN_GOLD ._tertiary-text.--lh-430{line-height:430px}.GREEN_GOLD ._tertiary-text.--lh-431{line-height:431px}.GREEN_GOLD ._tertiary-text.--lh-432{line-height:432px}.GREEN_GOLD ._tertiary-text.--lh-433{line-height:433px}.GREEN_GOLD ._tertiary-text.--lh-434{line-height:434px}.GREEN_GOLD ._tertiary-text.--lh-435{line-height:435px}.GREEN_GOLD ._tertiary-text.--lh-436{line-height:436px}.GREEN_GOLD ._tertiary-text.--lh-437{line-height:437px}.GREEN_GOLD ._tertiary-text.--lh-438{line-height:438px}.GREEN_GOLD ._tertiary-text.--lh-439{line-height:439px}.GREEN_GOLD ._tertiary-text.--lh-440{line-height:440px}.GREEN_GOLD ._tertiary-text.--lh-441{line-height:441px}.GREEN_GOLD ._tertiary-text.--lh-442{line-height:442px}.GREEN_GOLD ._tertiary-text.--lh-443{line-height:443px}.GREEN_GOLD ._tertiary-text.--lh-444{line-height:444px}.GREEN_GOLD ._tertiary-text.--lh-445{line-height:445px}.GREEN_GOLD ._tertiary-text.--lh-446{line-height:446px}.GREEN_GOLD ._tertiary-text.--lh-447{line-height:447px}.GREEN_GOLD ._tertiary-text.--lh-448{line-height:448px}.GREEN_GOLD ._tertiary-text.--lh-449{line-height:449px}.GREEN_GOLD ._tertiary-text.--lh-450{line-height:450px}.GREEN_GOLD ._tertiary-text.--lh-451{line-height:451px}.GREEN_GOLD ._tertiary-text.--lh-452{line-height:452px}.GREEN_GOLD ._tertiary-text.--lh-453{line-height:453px}.GREEN_GOLD ._tertiary-text.--lh-454{line-height:454px}.GREEN_GOLD ._tertiary-text.--lh-455{line-height:455px}.GREEN_GOLD ._tertiary-text.--lh-456{line-height:456px}.GREEN_GOLD ._tertiary-text.--lh-457{line-height:457px}.GREEN_GOLD ._tertiary-text.--lh-458{line-height:458px}.GREEN_GOLD ._tertiary-text.--lh-459{line-height:459px}.GREEN_GOLD ._tertiary-text.--lh-460{line-height:460px}.GREEN_GOLD ._tertiary-text.--lh-461{line-height:461px}.GREEN_GOLD ._tertiary-text.--lh-462{line-height:462px}.GREEN_GOLD ._tertiary-text.--lh-463{line-height:463px}.GREEN_GOLD ._tertiary-text.--lh-464{line-height:464px}.GREEN_GOLD ._tertiary-text.--lh-465{line-height:465px}.GREEN_GOLD ._tertiary-text.--lh-466{line-height:466px}.GREEN_GOLD ._tertiary-text.--lh-467{line-height:467px}.GREEN_GOLD ._tertiary-text.--lh-468{line-height:468px}.GREEN_GOLD ._tertiary-text.--lh-469{line-height:469px}.GREEN_GOLD ._tertiary-text.--lh-470{line-height:470px}.GREEN_GOLD ._tertiary-text.--lh-471{line-height:471px}.GREEN_GOLD ._tertiary-text.--lh-472{line-height:472px}.GREEN_GOLD ._tertiary-text.--lh-473{line-height:473px}.GREEN_GOLD ._tertiary-text.--lh-474{line-height:474px}.GREEN_GOLD ._tertiary-text.--lh-475{line-height:475px}.GREEN_GOLD ._tertiary-text.--lh-476{line-height:476px}.GREEN_GOLD ._tertiary-text.--lh-477{line-height:477px}.GREEN_GOLD ._tertiary-text.--lh-478{line-height:478px}.GREEN_GOLD ._tertiary-text.--lh-479{line-height:479px}.GREEN_GOLD ._tertiary-text.--lh-480{line-height:480px}.GREEN_GOLD ._tertiary-text.--lh-481{line-height:481px}.GREEN_GOLD ._tertiary-text.--lh-482{line-height:482px}.GREEN_GOLD ._tertiary-text.--lh-483{line-height:483px}.GREEN_GOLD ._tertiary-text.--lh-484{line-height:484px}.GREEN_GOLD ._tertiary-text.--lh-485{line-height:485px}.GREEN_GOLD ._tertiary-text.--lh-486{line-height:486px}.GREEN_GOLD ._tertiary-text.--lh-487{line-height:487px}.GREEN_GOLD ._tertiary-text.--lh-488{line-height:488px}.GREEN_GOLD ._tertiary-text.--lh-489{line-height:489px}.GREEN_GOLD ._tertiary-text.--lh-490{line-height:490px}.GREEN_GOLD ._tertiary-text.--lh-491{line-height:491px}.GREEN_GOLD ._tertiary-text.--lh-492{line-height:492px}.GREEN_GOLD ._tertiary-text.--lh-493{line-height:493px}.GREEN_GOLD ._tertiary-text.--lh-494{line-height:494px}.GREEN_GOLD ._tertiary-text.--lh-495{line-height:495px}.GREEN_GOLD ._tertiary-text.--lh-496{line-height:496px}.GREEN_GOLD ._tertiary-text.--lh-497{line-height:497px}.GREEN_GOLD ._tertiary-text.--lh-498{line-height:498px}.GREEN_GOLD ._tertiary-text.--lh-499{line-height:499px}.GREEN_GOLD ._tertiary-text.--lh-500{line-height:500px}.GREEN_GOLD ._tertiary-text.--lh-501{line-height:501px}.GREEN_GOLD ._tertiary-text.--lh-502{line-height:502px}.GREEN_GOLD ._tertiary-text.--lh-503{line-height:503px}.GREEN_GOLD ._tertiary-text.--lh-504{line-height:504px}.GREEN_GOLD ._tertiary-text.--lh-505{line-height:505px}.GREEN_GOLD ._tertiary-text.--lh-506{line-height:506px}.GREEN_GOLD ._tertiary-text.--lh-507{line-height:507px}.GREEN_GOLD ._tertiary-text.--lh-508{line-height:508px}.GREEN_GOLD ._tertiary-text.--lh-509{line-height:509px}.GREEN_GOLD ._tertiary-text.--lh-510{line-height:510px}.GREEN_GOLD ._tertiary-text.--lh-511{line-height:511px}.GREEN_GOLD ._tertiary-text.--lh-512{line-height:512px}.GREEN_GOLD ._tertiary-text.--lh-513{line-height:513px}.GREEN_GOLD ._tertiary-text.--lh-514{line-height:514px}.GREEN_GOLD ._tertiary-text.--lh-515{line-height:515px}.GREEN_GOLD ._tertiary-text.--lh-516{line-height:516px}.GREEN_GOLD ._tertiary-text.--lh-517{line-height:517px}.GREEN_GOLD ._tertiary-text.--lh-518{line-height:518px}.GREEN_GOLD ._tertiary-text.--lh-519{line-height:519px}.GREEN_GOLD ._tertiary-text.--lh-520{line-height:520px}.GREEN_GOLD ._tertiary-text.--lh-521{line-height:521px}.GREEN_GOLD ._tertiary-text.--lh-522{line-height:522px}.GREEN_GOLD ._tertiary-text.--lh-523{line-height:523px}.GREEN_GOLD ._tertiary-text.--lh-524{line-height:524px}.GREEN_GOLD ._tertiary-text.--lh-525{line-height:525px}.GREEN_GOLD ._tertiary-text.--lh-526{line-height:526px}.GREEN_GOLD ._tertiary-text.--lh-527{line-height:527px}.GREEN_GOLD ._tertiary-text.--lh-528{line-height:528px}.GREEN_GOLD ._tertiary-text.--lh-529{line-height:529px}.GREEN_GOLD ._tertiary-text.--lh-530{line-height:530px}.GREEN_GOLD ._tertiary-text.--lh-531{line-height:531px}.GREEN_GOLD ._tertiary-text.--lh-532{line-height:532px}.GREEN_GOLD ._tertiary-text.--lh-533{line-height:533px}.GREEN_GOLD ._tertiary-text.--lh-534{line-height:534px}.GREEN_GOLD ._tertiary-text.--lh-535{line-height:535px}.GREEN_GOLD ._tertiary-text.--lh-536{line-height:536px}.GREEN_GOLD ._tertiary-text.--lh-537{line-height:537px}.GREEN_GOLD ._tertiary-text.--lh-538{line-height:538px}.GREEN_GOLD ._tertiary-text.--lh-539{line-height:539px}.GREEN_GOLD ._tertiary-text.--lh-540{line-height:540px}.GREEN_GOLD ._tertiary-text.--lh-541{line-height:541px}.GREEN_GOLD ._tertiary-text.--lh-542{line-height:542px}.GREEN_GOLD ._tertiary-text.--lh-543{line-height:543px}.GREEN_GOLD ._tertiary-text.--lh-544{line-height:544px}.GREEN_GOLD ._tertiary-text.--lh-545{line-height:545px}.GREEN_GOLD ._tertiary-text.--lh-546{line-height:546px}.GREEN_GOLD ._tertiary-text.--lh-547{line-height:547px}.GREEN_GOLD ._tertiary-text.--lh-548{line-height:548px}.GREEN_GOLD ._tertiary-text.--lh-549{line-height:549px}.GREEN_GOLD ._tertiary-text.--lh-550{line-height:550px}.GREEN_GOLD ._tertiary-text.--lh-551{line-height:551px}.GREEN_GOLD ._tertiary-text.--lh-552{line-height:552px}.GREEN_GOLD ._tertiary-text.--lh-553{line-height:553px}.GREEN_GOLD ._tertiary-text.--lh-554{line-height:554px}.GREEN_GOLD ._tertiary-text.--lh-555{line-height:555px}.GREEN_GOLD ._tertiary-text.--lh-556{line-height:556px}.GREEN_GOLD ._tertiary-text.--lh-557{line-height:557px}.GREEN_GOLD ._tertiary-text.--lh-558{line-height:558px}.GREEN_GOLD ._tertiary-text.--lh-559{line-height:559px}.GREEN_GOLD ._tertiary-text.--lh-560{line-height:560px}.GREEN_GOLD ._tertiary-text.--lh-561{line-height:561px}.GREEN_GOLD ._tertiary-text.--lh-562{line-height:562px}.GREEN_GOLD ._tertiary-text.--lh-563{line-height:563px}.GREEN_GOLD ._tertiary-text.--lh-564{line-height:564px}.GREEN_GOLD ._tertiary-text.--lh-565{line-height:565px}.GREEN_GOLD ._tertiary-text.--lh-566{line-height:566px}.GREEN_GOLD ._tertiary-text.--lh-567{line-height:567px}.GREEN_GOLD ._tertiary-text.--lh-568{line-height:568px}.GREEN_GOLD ._tertiary-text.--lh-569{line-height:569px}.GREEN_GOLD ._tertiary-text.--lh-570{line-height:570px}.GREEN_GOLD ._tertiary-text.--lh-571{line-height:571px}.GREEN_GOLD ._tertiary-text.--lh-572{line-height:572px}.GREEN_GOLD ._tertiary-text.--lh-573{line-height:573px}.GREEN_GOLD ._tertiary-text.--lh-574{line-height:574px}.GREEN_GOLD ._tertiary-text.--lh-575{line-height:575px}.GREEN_GOLD ._tertiary-text.--lh-576{line-height:576px}.GREEN_GOLD ._tertiary-text.--lh-577{line-height:577px}.GREEN_GOLD ._tertiary-text.--lh-578{line-height:578px}.GREEN_GOLD ._tertiary-text.--lh-579{line-height:579px}.GREEN_GOLD ._tertiary-text.--lh-580{line-height:580px}.GREEN_GOLD ._tertiary-text.--lh-581{line-height:581px}.GREEN_GOLD ._tertiary-text.--lh-582{line-height:582px}.GREEN_GOLD ._tertiary-text.--lh-583{line-height:583px}.GREEN_GOLD ._tertiary-text.--lh-584{line-height:584px}.GREEN_GOLD ._tertiary-text.--lh-585{line-height:585px}.GREEN_GOLD ._tertiary-text.--lh-586{line-height:586px}.GREEN_GOLD ._tertiary-text.--lh-587{line-height:587px}.GREEN_GOLD ._tertiary-text.--lh-588{line-height:588px}.GREEN_GOLD ._tertiary-text.--lh-589{line-height:589px}.GREEN_GOLD ._tertiary-text.--lh-590{line-height:590px}.GREEN_GOLD ._tertiary-text.--lh-591{line-height:591px}.GREEN_GOLD ._tertiary-text.--lh-592{line-height:592px}.GREEN_GOLD ._tertiary-text.--lh-593{line-height:593px}.GREEN_GOLD ._tertiary-text.--lh-594{line-height:594px}.GREEN_GOLD ._tertiary-text.--lh-595{line-height:595px}.GREEN_GOLD ._tertiary-text.--lh-596{line-height:596px}.GREEN_GOLD ._tertiary-text.--lh-597{line-height:597px}.GREEN_GOLD ._tertiary-text.--lh-598{line-height:598px}.GREEN_GOLD ._tertiary-text.--lh-599{line-height:599px}.GREEN_GOLD ._tertiary-text.--lh-600{line-height:600px}.GREEN_GOLD ._tertiary-text.--lh-601{line-height:601px}.GREEN_GOLD ._tertiary-text.--lh-602{line-height:602px}.GREEN_GOLD ._tertiary-text.--lh-603{line-height:603px}.GREEN_GOLD ._tertiary-text.--lh-604{line-height:604px}.GREEN_GOLD ._tertiary-text.--lh-605{line-height:605px}.GREEN_GOLD ._tertiary-text.--lh-606{line-height:606px}.GREEN_GOLD ._tertiary-text.--lh-607{line-height:607px}.GREEN_GOLD ._tertiary-text.--lh-608{line-height:608px}.GREEN_GOLD ._tertiary-text.--lh-609{line-height:609px}.GREEN_GOLD ._tertiary-text.--lh-610{line-height:610px}.GREEN_GOLD ._tertiary-text.--lh-611{line-height:611px}.GREEN_GOLD ._tertiary-text.--lh-612{line-height:612px}.GREEN_GOLD ._tertiary-text.--lh-613{line-height:613px}.GREEN_GOLD ._tertiary-text.--lh-614{line-height:614px}.GREEN_GOLD ._tertiary-text.--lh-615{line-height:615px}.GREEN_GOLD ._tertiary-text.--lh-616{line-height:616px}.GREEN_GOLD ._tertiary-text.--lh-617{line-height:617px}.GREEN_GOLD ._tertiary-text.--lh-618{line-height:618px}.GREEN_GOLD ._tertiary-text.--lh-619{line-height:619px}.GREEN_GOLD ._tertiary-text.--lh-620{line-height:620px}.GREEN_GOLD ._tertiary-text.--lh-621{line-height:621px}.GREEN_GOLD ._tertiary-text.--lh-622{line-height:622px}.GREEN_GOLD ._tertiary-text.--lh-623{line-height:623px}.GREEN_GOLD ._tertiary-text.--lh-624{line-height:624px}.GREEN_GOLD ._tertiary-text.--lh-625{line-height:625px}.GREEN_GOLD ._tertiary-text.--lh-626{line-height:626px}.GREEN_GOLD ._tertiary-text.--lh-627{line-height:627px}.GREEN_GOLD ._tertiary-text.--lh-628{line-height:628px}.GREEN_GOLD ._tertiary-text.--lh-629{line-height:629px}.GREEN_GOLD ._tertiary-text.--lh-630{line-height:630px}.GREEN_GOLD ._tertiary-text.--lh-631{line-height:631px}.GREEN_GOLD ._tertiary-text.--lh-632{line-height:632px}.GREEN_GOLD ._tertiary-text.--lh-633{line-height:633px}.GREEN_GOLD ._tertiary-text.--lh-634{line-height:634px}.GREEN_GOLD ._tertiary-text.--lh-635{line-height:635px}.GREEN_GOLD ._tertiary-text.--lh-636{line-height:636px}.GREEN_GOLD ._tertiary-text.--lh-637{line-height:637px}.GREEN_GOLD ._tertiary-text.--lh-638{line-height:638px}.GREEN_GOLD ._tertiary-text.--lh-639{line-height:639px}.GREEN_GOLD ._tertiary-text.--lh-640{line-height:640px}.GREEN_GOLD ._tertiary-text.--lh-641{line-height:641px}.GREEN_GOLD ._tertiary-text.--lh-642{line-height:642px}.GREEN_GOLD ._tertiary-text.--lh-643{line-height:643px}.GREEN_GOLD ._tertiary-text.--lh-644{line-height:644px}.GREEN_GOLD ._tertiary-text.--lh-645{line-height:645px}.GREEN_GOLD ._tertiary-text.--lh-646{line-height:646px}.GREEN_GOLD ._tertiary-text.--lh-647{line-height:647px}.GREEN_GOLD ._tertiary-text.--lh-648{line-height:648px}.GREEN_GOLD ._tertiary-text.--lh-649{line-height:649px}.GREEN_GOLD ._tertiary-text.--lh-650{line-height:650px}.GREEN_GOLD ._tertiary-text.--lh-651{line-height:651px}.GREEN_GOLD ._tertiary-text.--lh-652{line-height:652px}.GREEN_GOLD ._tertiary-text.--lh-653{line-height:653px}.GREEN_GOLD ._tertiary-text.--lh-654{line-height:654px}.GREEN_GOLD ._tertiary-text.--lh-655{line-height:655px}.GREEN_GOLD ._tertiary-text.--lh-656{line-height:656px}.GREEN_GOLD ._tertiary-text.--lh-657{line-height:657px}.GREEN_GOLD ._tertiary-text.--lh-658{line-height:658px}.GREEN_GOLD ._tertiary-text.--lh-659{line-height:659px}.GREEN_GOLD ._tertiary-text.--lh-660{line-height:660px}.GREEN_GOLD ._tertiary-text.--lh-661{line-height:661px}.GREEN_GOLD ._tertiary-text.--lh-662{line-height:662px}.GREEN_GOLD ._tertiary-text.--lh-663{line-height:663px}.GREEN_GOLD ._tertiary-text.--lh-664{line-height:664px}.GREEN_GOLD ._tertiary-text.--lh-665{line-height:665px}.GREEN_GOLD ._tertiary-text.--lh-666{line-height:666px}.GREEN_GOLD ._tertiary-text.--lh-667{line-height:667px}.GREEN_GOLD ._tertiary-text.--lh-668{line-height:668px}.GREEN_GOLD ._tertiary-text.--lh-669{line-height:669px}.GREEN_GOLD ._tertiary-text.--lh-670{line-height:670px}.GREEN_GOLD ._tertiary-text.--lh-671{line-height:671px}.GREEN_GOLD ._tertiary-text.--lh-672{line-height:672px}.GREEN_GOLD ._tertiary-text.--lh-673{line-height:673px}.GREEN_GOLD ._tertiary-text.--lh-674{line-height:674px}.GREEN_GOLD ._tertiary-text.--lh-675{line-height:675px}.GREEN_GOLD ._tertiary-text.--lh-676{line-height:676px}.GREEN_GOLD ._tertiary-text.--lh-677{line-height:677px}.GREEN_GOLD ._tertiary-text.--lh-678{line-height:678px}.GREEN_GOLD ._tertiary-text.--lh-679{line-height:679px}.GREEN_GOLD ._tertiary-text.--lh-680{line-height:680px}.GREEN_GOLD ._tertiary-text.--lh-681{line-height:681px}.GREEN_GOLD ._tertiary-text.--lh-682{line-height:682px}.GREEN_GOLD ._tertiary-text.--lh-683{line-height:683px}.GREEN_GOLD ._tertiary-text.--lh-684{line-height:684px}.GREEN_GOLD ._tertiary-text.--lh-685{line-height:685px}.GREEN_GOLD ._tertiary-text.--lh-686{line-height:686px}.GREEN_GOLD ._tertiary-text.--lh-687{line-height:687px}.GREEN_GOLD ._tertiary-text.--lh-688{line-height:688px}.GREEN_GOLD ._tertiary-text.--lh-689{line-height:689px}.GREEN_GOLD ._tertiary-text.--lh-690{line-height:690px}.GREEN_GOLD ._tertiary-text.--lh-691{line-height:691px}.GREEN_GOLD ._tertiary-text.--lh-692{line-height:692px}.GREEN_GOLD ._tertiary-text.--lh-693{line-height:693px}.GREEN_GOLD ._tertiary-text.--lh-694{line-height:694px}.GREEN_GOLD ._tertiary-text.--lh-695{line-height:695px}.GREEN_GOLD ._tertiary-text.--lh-696{line-height:696px}.GREEN_GOLD ._tertiary-text.--lh-697{line-height:697px}.GREEN_GOLD ._tertiary-text.--lh-698{line-height:698px}.GREEN_GOLD ._tertiary-text.--lh-699{line-height:699px}.GREEN_GOLD ._tertiary-text.--lh-700{line-height:700px}.GREEN_GOLD ._tertiary-text.--lh-701{line-height:701px}.GREEN_GOLD ._tertiary-text.--lh-702{line-height:702px}.GREEN_GOLD ._tertiary-text.--lh-703{line-height:703px}.GREEN_GOLD ._tertiary-text.--lh-704{line-height:704px}.GREEN_GOLD ._tertiary-text.--lh-705{line-height:705px}.GREEN_GOLD ._tertiary-text.--lh-706{line-height:706px}.GREEN_GOLD ._tertiary-text.--lh-707{line-height:707px}.GREEN_GOLD ._tertiary-text.--lh-708{line-height:708px}.GREEN_GOLD ._tertiary-text.--lh-709{line-height:709px}.GREEN_GOLD ._tertiary-text.--lh-710{line-height:710px}.GREEN_GOLD ._tertiary-text.--lh-711{line-height:711px}.GREEN_GOLD ._tertiary-text.--lh-712{line-height:712px}.GREEN_GOLD ._tertiary-text.--lh-713{line-height:713px}.GREEN_GOLD ._tertiary-text.--lh-714{line-height:714px}.GREEN_GOLD ._tertiary-text.--lh-715{line-height:715px}.GREEN_GOLD ._tertiary-text.--lh-716{line-height:716px}.GREEN_GOLD ._tertiary-text.--lh-717{line-height:717px}.GREEN_GOLD ._tertiary-text.--lh-718{line-height:718px}.GREEN_GOLD ._tertiary-text.--lh-719{line-height:719px}.GREEN_GOLD ._tertiary-text.--lh-720{line-height:720px}.GREEN_GOLD ._tertiary-text.--lh-721{line-height:721px}.GREEN_GOLD ._tertiary-text.--lh-722{line-height:722px}.GREEN_GOLD ._tertiary-text.--lh-723{line-height:723px}.GREEN_GOLD ._tertiary-text.--lh-724{line-height:724px}.GREEN_GOLD ._tertiary-text.--lh-725{line-height:725px}.GREEN_GOLD ._tertiary-text.--lh-726{line-height:726px}.GREEN_GOLD ._tertiary-text.--lh-727{line-height:727px}.GREEN_GOLD ._tertiary-text.--lh-728{line-height:728px}.GREEN_GOLD ._tertiary-text.--lh-729{line-height:729px}.GREEN_GOLD ._tertiary-text.--lh-730{line-height:730px}.GREEN_GOLD ._tertiary-text.--lh-731{line-height:731px}.GREEN_GOLD ._tertiary-text.--lh-732{line-height:732px}.GREEN_GOLD ._tertiary-text.--lh-733{line-height:733px}.GREEN_GOLD ._tertiary-text.--lh-734{line-height:734px}.GREEN_GOLD ._tertiary-text.--lh-735{line-height:735px}.GREEN_GOLD ._tertiary-text.--lh-736{line-height:736px}.GREEN_GOLD ._tertiary-text.--lh-737{line-height:737px}.GREEN_GOLD ._tertiary-text.--lh-738{line-height:738px}.GREEN_GOLD ._tertiary-text.--lh-739{line-height:739px}.GREEN_GOLD ._tertiary-text.--lh-740{line-height:740px}.GREEN_GOLD ._tertiary-text.--lh-741{line-height:741px}.GREEN_GOLD ._tertiary-text.--lh-742{line-height:742px}.GREEN_GOLD ._tertiary-text.--lh-743{line-height:743px}.GREEN_GOLD ._tertiary-text.--lh-744{line-height:744px}.GREEN_GOLD ._tertiary-text.--lh-745{line-height:745px}.GREEN_GOLD ._tertiary-text.--lh-746{line-height:746px}.GREEN_GOLD ._tertiary-text.--lh-747{line-height:747px}.GREEN_GOLD ._tertiary-text.--lh-748{line-height:748px}.GREEN_GOLD ._tertiary-text.--lh-749{line-height:749px}.GREEN_GOLD ._tertiary-text.--lh-750{line-height:750px}.GREEN_GOLD ._tertiary-text.--lh-751{line-height:751px}.GREEN_GOLD ._tertiary-text.--lh-752{line-height:752px}.GREEN_GOLD ._tertiary-text.--lh-753{line-height:753px}.GREEN_GOLD ._tertiary-text.--lh-754{line-height:754px}.GREEN_GOLD ._tertiary-text.--lh-755{line-height:755px}.GREEN_GOLD ._tertiary-text.--lh-756{line-height:756px}.GREEN_GOLD ._tertiary-text.--lh-757{line-height:757px}.GREEN_GOLD ._tertiary-text.--lh-758{line-height:758px}.GREEN_GOLD ._tertiary-text.--lh-759{line-height:759px}.GREEN_GOLD ._tertiary-text.--lh-760{line-height:760px}.GREEN_GOLD ._tertiary-text.--lh-761{line-height:761px}.GREEN_GOLD ._tertiary-text.--lh-762{line-height:762px}.GREEN_GOLD ._tertiary-text.--lh-763{line-height:763px}.GREEN_GOLD ._tertiary-text.--lh-764{line-height:764px}.GREEN_GOLD ._tertiary-text.--lh-765{line-height:765px}.GREEN_GOLD ._tertiary-text.--lh-766{line-height:766px}.GREEN_GOLD ._tertiary-text.--lh-767{line-height:767px}.GREEN_GOLD ._tertiary-text.--lh-768{line-height:768px}.GREEN_GOLD ._tertiary-text.--lh-769{line-height:769px}.GREEN_GOLD ._tertiary-text.--lh-770{line-height:770px}.GREEN_GOLD ._tertiary-text.--lh-771{line-height:771px}.GREEN_GOLD ._tertiary-text.--lh-772{line-height:772px}.GREEN_GOLD ._tertiary-text.--lh-773{line-height:773px}.GREEN_GOLD ._tertiary-text.--lh-774{line-height:774px}.GREEN_GOLD ._tertiary-text.--lh-775{line-height:775px}.GREEN_GOLD ._tertiary-text.--lh-776{line-height:776px}.GREEN_GOLD ._tertiary-text.--lh-777{line-height:777px}.GREEN_GOLD ._tertiary-text.--lh-778{line-height:778px}.GREEN_GOLD ._tertiary-text.--lh-779{line-height:779px}.GREEN_GOLD ._tertiary-text.--lh-780{line-height:780px}.GREEN_GOLD ._tertiary-text.--lh-781{line-height:781px}.GREEN_GOLD ._tertiary-text.--lh-782{line-height:782px}.GREEN_GOLD ._tertiary-text.--lh-783{line-height:783px}.GREEN_GOLD ._tertiary-text.--lh-784{line-height:784px}.GREEN_GOLD ._tertiary-text.--lh-785{line-height:785px}.GREEN_GOLD ._tertiary-text.--lh-786{line-height:786px}.GREEN_GOLD ._tertiary-text.--lh-787{line-height:787px}.GREEN_GOLD ._tertiary-text.--lh-788{line-height:788px}.GREEN_GOLD ._tertiary-text.--lh-789{line-height:789px}.GREEN_GOLD ._tertiary-text.--lh-790{line-height:790px}.GREEN_GOLD ._tertiary-text.--lh-791{line-height:791px}.GREEN_GOLD ._tertiary-text.--lh-792{line-height:792px}.GREEN_GOLD ._tertiary-text.--lh-793{line-height:793px}.GREEN_GOLD ._tertiary-text.--lh-794{line-height:794px}.GREEN_GOLD ._tertiary-text.--lh-795{line-height:795px}.GREEN_GOLD ._tertiary-text.--lh-796{line-height:796px}.GREEN_GOLD ._tertiary-text.--lh-797{line-height:797px}.GREEN_GOLD ._tertiary-text.--lh-798{line-height:798px}.GREEN_GOLD ._tertiary-text.--lh-799{line-height:799px}.GREEN_GOLD ._tertiary-text.--lh-800{line-height:800px}.GREEN_GOLD ._white-text{color:var(--white2);font-family:Poppins}.GREEN_GOLD ._white-text.--size-5{font-size:5px}.GREEN_GOLD ._white-text.--size-6{font-size:6px}.GREEN_GOLD ._white-text.--size-7{font-size:7px}.GREEN_GOLD ._white-text.--size-8{font-size:8px}.GREEN_GOLD ._white-text.--size-9{font-size:9px}.GREEN_GOLD ._white-text.--size-10{font-size:10px}.GREEN_GOLD ._white-text.--size-11{font-size:11px}.GREEN_GOLD ._white-text.--size-12{font-size:12px}.GREEN_GOLD ._white-text.--size-13{font-size:13px}.GREEN_GOLD ._white-text.--size-14{font-size:14px}.GREEN_GOLD ._white-text.--size-15{font-size:15px}.GREEN_GOLD ._white-text.--size-16{font-size:16px}.GREEN_GOLD ._white-text.--size-17{font-size:17px}.GREEN_GOLD ._white-text.--size-18{font-size:18px}.GREEN_GOLD ._white-text.--size-19{font-size:19px}.GREEN_GOLD ._white-text.--size-20{font-size:20px}.GREEN_GOLD ._white-text.--size-21{font-size:21px}.GREEN_GOLD ._white-text.--size-22{font-size:22px}.GREEN_GOLD ._white-text.--size-23{font-size:23px}.GREEN_GOLD ._white-text.--size-24{font-size:24px}.GREEN_GOLD ._white-text.--size-25{font-size:25px}.GREEN_GOLD ._white-text.--size-26{font-size:26px}.GREEN_GOLD ._white-text.--size-27{font-size:27px}.GREEN_GOLD ._white-text.--size-28{font-size:28px}.GREEN_GOLD ._white-text.--size-29{font-size:29px}.GREEN_GOLD ._white-text.--size-30{font-size:30px}.GREEN_GOLD ._white-text.--size-31{font-size:31px}.GREEN_GOLD ._white-text.--size-32{font-size:32px}.GREEN_GOLD ._white-text.--size-33{font-size:33px}.GREEN_GOLD ._white-text.--size-34{font-size:34px}.GREEN_GOLD ._white-text.--size-35{font-size:35px}.GREEN_GOLD ._white-text.--size-36{font-size:36px}.GREEN_GOLD ._white-text.--size-37{font-size:37px}.GREEN_GOLD ._white-text.--size-38{font-size:38px}.GREEN_GOLD ._white-text.--size-39{font-size:39px}.GREEN_GOLD ._white-text.--size-40{font-size:40px}.GREEN_GOLD ._white-text.--size-41{font-size:41px}.GREEN_GOLD ._white-text.--size-42{font-size:42px}.GREEN_GOLD ._white-text.--size-43{font-size:43px}.GREEN_GOLD ._white-text.--size-44{font-size:44px}.GREEN_GOLD ._white-text.--size-45{font-size:45px}.GREEN_GOLD ._white-text.--size-46{font-size:46px}.GREEN_GOLD ._white-text.--size-47{font-size:47px}.GREEN_GOLD ._white-text.--size-48{font-size:48px}.GREEN_GOLD ._white-text.--size-49{font-size:49px}.GREEN_GOLD ._white-text.--size-50{font-size:50px}.GREEN_GOLD ._white-text.--size-51{font-size:51px}.GREEN_GOLD ._white-text.--size-52{font-size:52px}.GREEN_GOLD ._white-text.--size-53{font-size:53px}.GREEN_GOLD ._white-text.--size-54{font-size:54px}.GREEN_GOLD ._white-text.--size-55{font-size:55px}.GREEN_GOLD ._white-text.--size-56{font-size:56px}.GREEN_GOLD ._white-text.--size-57{font-size:57px}.GREEN_GOLD ._white-text.--size-58{font-size:58px}.GREEN_GOLD ._white-text.--size-59{font-size:59px}.GREEN_GOLD ._white-text.--size-60{font-size:60px}.GREEN_GOLD ._white-text.--size-61{font-size:61px}.GREEN_GOLD ._white-text.--size-62{font-size:62px}.GREEN_GOLD ._white-text.--size-63{font-size:63px}.GREEN_GOLD ._white-text.--size-64{font-size:64px}.GREEN_GOLD ._white-text.--size-65{font-size:65px}.GREEN_GOLD ._white-text.--size-66{font-size:66px}.GREEN_GOLD ._white-text.--size-67{font-size:67px}.GREEN_GOLD ._white-text.--size-68{font-size:68px}.GREEN_GOLD ._white-text.--size-69{font-size:69px}.GREEN_GOLD ._white-text.--size-70{font-size:70px}.GREEN_GOLD ._white-text.--size-71{font-size:71px}.GREEN_GOLD ._white-text.--size-72{font-size:72px}.GREEN_GOLD ._white-text.--size-73{font-size:73px}.GREEN_GOLD ._white-text.--size-74{font-size:74px}.GREEN_GOLD ._white-text.--size-75{font-size:75px}.GREEN_GOLD ._white-text.--size-76{font-size:76px}.GREEN_GOLD ._white-text.--size-77{font-size:77px}.GREEN_GOLD ._white-text.--size-78{font-size:78px}.GREEN_GOLD ._white-text.--size-79{font-size:79px}.GREEN_GOLD ._white-text.--size-80{font-size:80px}.GREEN_GOLD ._white-text.--size-81{font-size:81px}.GREEN_GOLD ._white-text.--size-82{font-size:82px}.GREEN_GOLD ._white-text.--size-83{font-size:83px}.GREEN_GOLD ._white-text.--size-84{font-size:84px}.GREEN_GOLD ._white-text.--size-85{font-size:85px}.GREEN_GOLD ._white-text.--size-86{font-size:86px}.GREEN_GOLD ._white-text.--size-87{font-size:87px}.GREEN_GOLD ._white-text.--size-88{font-size:88px}.GREEN_GOLD ._white-text.--size-89{font-size:89px}.GREEN_GOLD ._white-text.--size-90{font-size:90px}.GREEN_GOLD ._white-text.--size-91{font-size:91px}.GREEN_GOLD ._white-text.--size-92{font-size:92px}.GREEN_GOLD ._white-text.--size-93{font-size:93px}.GREEN_GOLD ._white-text.--size-94{font-size:94px}.GREEN_GOLD ._white-text.--size-95{font-size:95px}.GREEN_GOLD ._white-text.--size-96{font-size:96px}.GREEN_GOLD ._white-text.--size-97{font-size:97px}.GREEN_GOLD ._white-text.--size-98{font-size:98px}.GREEN_GOLD ._white-text.--size-99{font-size:99px}.GREEN_GOLD ._white-text.--size-100{font-size:100px}.GREEN_GOLD ._white-text.--weight-100{font-weight:100}.GREEN_GOLD ._white-text.--weight-101{font-weight:101}.GREEN_GOLD ._white-text.--weight-102{font-weight:102}.GREEN_GOLD ._white-text.--weight-103{font-weight:103}.GREEN_GOLD ._white-text.--weight-104{font-weight:104}.GREEN_GOLD ._white-text.--weight-105{font-weight:105}.GREEN_GOLD ._white-text.--weight-106{font-weight:106}.GREEN_GOLD ._white-text.--weight-107{font-weight:107}.GREEN_GOLD ._white-text.--weight-108{font-weight:108}.GREEN_GOLD ._white-text.--weight-109{font-weight:109}.GREEN_GOLD ._white-text.--weight-110{font-weight:110}.GREEN_GOLD ._white-text.--weight-111{font-weight:111}.GREEN_GOLD ._white-text.--weight-112{font-weight:112}.GREEN_GOLD ._white-text.--weight-113{font-weight:113}.GREEN_GOLD ._white-text.--weight-114{font-weight:114}.GREEN_GOLD ._white-text.--weight-115{font-weight:115}.GREEN_GOLD ._white-text.--weight-116{font-weight:116}.GREEN_GOLD ._white-text.--weight-117{font-weight:117}.GREEN_GOLD ._white-text.--weight-118{font-weight:118}.GREEN_GOLD ._white-text.--weight-119{font-weight:119}.GREEN_GOLD ._white-text.--weight-120{font-weight:120}.GREEN_GOLD ._white-text.--weight-121{font-weight:121}.GREEN_GOLD ._white-text.--weight-122{font-weight:122}.GREEN_GOLD ._white-text.--weight-123{font-weight:123}.GREEN_GOLD ._white-text.--weight-124{font-weight:124}.GREEN_GOLD ._white-text.--weight-125{font-weight:125}.GREEN_GOLD ._white-text.--weight-126{font-weight:126}.GREEN_GOLD ._white-text.--weight-127{font-weight:127}.GREEN_GOLD ._white-text.--weight-128{font-weight:128}.GREEN_GOLD ._white-text.--weight-129{font-weight:129}.GREEN_GOLD ._white-text.--weight-130{font-weight:130}.GREEN_GOLD ._white-text.--weight-131{font-weight:131}.GREEN_GOLD ._white-text.--weight-132{font-weight:132}.GREEN_GOLD ._white-text.--weight-133{font-weight:133}.GREEN_GOLD ._white-text.--weight-134{font-weight:134}.GREEN_GOLD ._white-text.--weight-135{font-weight:135}.GREEN_GOLD ._white-text.--weight-136{font-weight:136}.GREEN_GOLD ._white-text.--weight-137{font-weight:137}.GREEN_GOLD ._white-text.--weight-138{font-weight:138}.GREEN_GOLD ._white-text.--weight-139{font-weight:139}.GREEN_GOLD ._white-text.--weight-140{font-weight:140}.GREEN_GOLD ._white-text.--weight-141{font-weight:141}.GREEN_GOLD ._white-text.--weight-142{font-weight:142}.GREEN_GOLD ._white-text.--weight-143{font-weight:143}.GREEN_GOLD ._white-text.--weight-144{font-weight:144}.GREEN_GOLD ._white-text.--weight-145{font-weight:145}.GREEN_GOLD ._white-text.--weight-146{font-weight:146}.GREEN_GOLD ._white-text.--weight-147{font-weight:147}.GREEN_GOLD ._white-text.--weight-148{font-weight:148}.GREEN_GOLD ._white-text.--weight-149{font-weight:149}.GREEN_GOLD ._white-text.--weight-150{font-weight:150}.GREEN_GOLD ._white-text.--weight-151{font-weight:151}.GREEN_GOLD ._white-text.--weight-152{font-weight:152}.GREEN_GOLD ._white-text.--weight-153{font-weight:153}.GREEN_GOLD ._white-text.--weight-154{font-weight:154}.GREEN_GOLD ._white-text.--weight-155{font-weight:155}.GREEN_GOLD ._white-text.--weight-156{font-weight:156}.GREEN_GOLD ._white-text.--weight-157{font-weight:157}.GREEN_GOLD ._white-text.--weight-158{font-weight:158}.GREEN_GOLD ._white-text.--weight-159{font-weight:159}.GREEN_GOLD ._white-text.--weight-160{font-weight:160}.GREEN_GOLD ._white-text.--weight-161{font-weight:161}.GREEN_GOLD ._white-text.--weight-162{font-weight:162}.GREEN_GOLD ._white-text.--weight-163{font-weight:163}.GREEN_GOLD ._white-text.--weight-164{font-weight:164}.GREEN_GOLD ._white-text.--weight-165{font-weight:165}.GREEN_GOLD ._white-text.--weight-166{font-weight:166}.GREEN_GOLD ._white-text.--weight-167{font-weight:167}.GREEN_GOLD ._white-text.--weight-168{font-weight:168}.GREEN_GOLD ._white-text.--weight-169{font-weight:169}.GREEN_GOLD ._white-text.--weight-170{font-weight:170}.GREEN_GOLD ._white-text.--weight-171{font-weight:171}.GREEN_GOLD ._white-text.--weight-172{font-weight:172}.GREEN_GOLD ._white-text.--weight-173{font-weight:173}.GREEN_GOLD ._white-text.--weight-174{font-weight:174}.GREEN_GOLD ._white-text.--weight-175{font-weight:175}.GREEN_GOLD ._white-text.--weight-176{font-weight:176}.GREEN_GOLD ._white-text.--weight-177{font-weight:177}.GREEN_GOLD ._white-text.--weight-178{font-weight:178}.GREEN_GOLD ._white-text.--weight-179{font-weight:179}.GREEN_GOLD ._white-text.--weight-180{font-weight:180}.GREEN_GOLD ._white-text.--weight-181{font-weight:181}.GREEN_GOLD ._white-text.--weight-182{font-weight:182}.GREEN_GOLD ._white-text.--weight-183{font-weight:183}.GREEN_GOLD ._white-text.--weight-184{font-weight:184}.GREEN_GOLD ._white-text.--weight-185{font-weight:185}.GREEN_GOLD ._white-text.--weight-186{font-weight:186}.GREEN_GOLD ._white-text.--weight-187{font-weight:187}.GREEN_GOLD ._white-text.--weight-188{font-weight:188}.GREEN_GOLD ._white-text.--weight-189{font-weight:189}.GREEN_GOLD ._white-text.--weight-190{font-weight:190}.GREEN_GOLD ._white-text.--weight-191{font-weight:191}.GREEN_GOLD ._white-text.--weight-192{font-weight:192}.GREEN_GOLD ._white-text.--weight-193{font-weight:193}.GREEN_GOLD ._white-text.--weight-194{font-weight:194}.GREEN_GOLD ._white-text.--weight-195{font-weight:195}.GREEN_GOLD ._white-text.--weight-196{font-weight:196}.GREEN_GOLD ._white-text.--weight-197{font-weight:197}.GREEN_GOLD ._white-text.--weight-198{font-weight:198}.GREEN_GOLD ._white-text.--weight-199{font-weight:199}.GREEN_GOLD ._white-text.--weight-200{font-weight:200}.GREEN_GOLD ._white-text.--weight-201{font-weight:201}.GREEN_GOLD ._white-text.--weight-202{font-weight:202}.GREEN_GOLD ._white-text.--weight-203{font-weight:203}.GREEN_GOLD ._white-text.--weight-204{font-weight:204}.GREEN_GOLD ._white-text.--weight-205{font-weight:205}.GREEN_GOLD ._white-text.--weight-206{font-weight:206}.GREEN_GOLD ._white-text.--weight-207{font-weight:207}.GREEN_GOLD ._white-text.--weight-208{font-weight:208}.GREEN_GOLD ._white-text.--weight-209{font-weight:209}.GREEN_GOLD ._white-text.--weight-210{font-weight:210}.GREEN_GOLD ._white-text.--weight-211{font-weight:211}.GREEN_GOLD ._white-text.--weight-212{font-weight:212}.GREEN_GOLD ._white-text.--weight-213{font-weight:213}.GREEN_GOLD ._white-text.--weight-214{font-weight:214}.GREEN_GOLD ._white-text.--weight-215{font-weight:215}.GREEN_GOLD ._white-text.--weight-216{font-weight:216}.GREEN_GOLD ._white-text.--weight-217{font-weight:217}.GREEN_GOLD ._white-text.--weight-218{font-weight:218}.GREEN_GOLD ._white-text.--weight-219{font-weight:219}.GREEN_GOLD ._white-text.--weight-220{font-weight:220}.GREEN_GOLD ._white-text.--weight-221{font-weight:221}.GREEN_GOLD ._white-text.--weight-222{font-weight:222}.GREEN_GOLD ._white-text.--weight-223{font-weight:223}.GREEN_GOLD ._white-text.--weight-224{font-weight:224}.GREEN_GOLD ._white-text.--weight-225{font-weight:225}.GREEN_GOLD ._white-text.--weight-226{font-weight:226}.GREEN_GOLD ._white-text.--weight-227{font-weight:227}.GREEN_GOLD ._white-text.--weight-228{font-weight:228}.GREEN_GOLD ._white-text.--weight-229{font-weight:229}.GREEN_GOLD ._white-text.--weight-230{font-weight:230}.GREEN_GOLD ._white-text.--weight-231{font-weight:231}.GREEN_GOLD ._white-text.--weight-232{font-weight:232}.GREEN_GOLD ._white-text.--weight-233{font-weight:233}.GREEN_GOLD ._white-text.--weight-234{font-weight:234}.GREEN_GOLD ._white-text.--weight-235{font-weight:235}.GREEN_GOLD ._white-text.--weight-236{font-weight:236}.GREEN_GOLD ._white-text.--weight-237{font-weight:237}.GREEN_GOLD ._white-text.--weight-238{font-weight:238}.GREEN_GOLD ._white-text.--weight-239{font-weight:239}.GREEN_GOLD ._white-text.--weight-240{font-weight:240}.GREEN_GOLD ._white-text.--weight-241{font-weight:241}.GREEN_GOLD ._white-text.--weight-242{font-weight:242}.GREEN_GOLD ._white-text.--weight-243{font-weight:243}.GREEN_GOLD ._white-text.--weight-244{font-weight:244}.GREEN_GOLD ._white-text.--weight-245{font-weight:245}.GREEN_GOLD ._white-text.--weight-246{font-weight:246}.GREEN_GOLD ._white-text.--weight-247{font-weight:247}.GREEN_GOLD ._white-text.--weight-248{font-weight:248}.GREEN_GOLD ._white-text.--weight-249{font-weight:249}.GREEN_GOLD ._white-text.--weight-250{font-weight:250}.GREEN_GOLD ._white-text.--weight-251{font-weight:251}.GREEN_GOLD ._white-text.--weight-252{font-weight:252}.GREEN_GOLD ._white-text.--weight-253{font-weight:253}.GREEN_GOLD ._white-text.--weight-254{font-weight:254}.GREEN_GOLD ._white-text.--weight-255{font-weight:255}.GREEN_GOLD ._white-text.--weight-256{font-weight:256}.GREEN_GOLD ._white-text.--weight-257{font-weight:257}.GREEN_GOLD ._white-text.--weight-258{font-weight:258}.GREEN_GOLD ._white-text.--weight-259{font-weight:259}.GREEN_GOLD ._white-text.--weight-260{font-weight:260}.GREEN_GOLD ._white-text.--weight-261{font-weight:261}.GREEN_GOLD ._white-text.--weight-262{font-weight:262}.GREEN_GOLD ._white-text.--weight-263{font-weight:263}.GREEN_GOLD ._white-text.--weight-264{font-weight:264}.GREEN_GOLD ._white-text.--weight-265{font-weight:265}.GREEN_GOLD ._white-text.--weight-266{font-weight:266}.GREEN_GOLD ._white-text.--weight-267{font-weight:267}.GREEN_GOLD ._white-text.--weight-268{font-weight:268}.GREEN_GOLD ._white-text.--weight-269{font-weight:269}.GREEN_GOLD ._white-text.--weight-270{font-weight:270}.GREEN_GOLD ._white-text.--weight-271{font-weight:271}.GREEN_GOLD ._white-text.--weight-272{font-weight:272}.GREEN_GOLD ._white-text.--weight-273{font-weight:273}.GREEN_GOLD ._white-text.--weight-274{font-weight:274}.GREEN_GOLD ._white-text.--weight-275{font-weight:275}.GREEN_GOLD ._white-text.--weight-276{font-weight:276}.GREEN_GOLD ._white-text.--weight-277{font-weight:277}.GREEN_GOLD ._white-text.--weight-278{font-weight:278}.GREEN_GOLD ._white-text.--weight-279{font-weight:279}.GREEN_GOLD ._white-text.--weight-280{font-weight:280}.GREEN_GOLD ._white-text.--weight-281{font-weight:281}.GREEN_GOLD ._white-text.--weight-282{font-weight:282}.GREEN_GOLD ._white-text.--weight-283{font-weight:283}.GREEN_GOLD ._white-text.--weight-284{font-weight:284}.GREEN_GOLD ._white-text.--weight-285{font-weight:285}.GREEN_GOLD ._white-text.--weight-286{font-weight:286}.GREEN_GOLD ._white-text.--weight-287{font-weight:287}.GREEN_GOLD ._white-text.--weight-288{font-weight:288}.GREEN_GOLD ._white-text.--weight-289{font-weight:289}.GREEN_GOLD ._white-text.--weight-290{font-weight:290}.GREEN_GOLD ._white-text.--weight-291{font-weight:291}.GREEN_GOLD ._white-text.--weight-292{font-weight:292}.GREEN_GOLD ._white-text.--weight-293{font-weight:293}.GREEN_GOLD ._white-text.--weight-294{font-weight:294}.GREEN_GOLD ._white-text.--weight-295{font-weight:295}.GREEN_GOLD ._white-text.--weight-296{font-weight:296}.GREEN_GOLD ._white-text.--weight-297{font-weight:297}.GREEN_GOLD ._white-text.--weight-298{font-weight:298}.GREEN_GOLD ._white-text.--weight-299{font-weight:299}.GREEN_GOLD ._white-text.--weight-300{font-weight:300}.GREEN_GOLD ._white-text.--weight-301{font-weight:301}.GREEN_GOLD ._white-text.--weight-302{font-weight:302}.GREEN_GOLD ._white-text.--weight-303{font-weight:303}.GREEN_GOLD ._white-text.--weight-304{font-weight:304}.GREEN_GOLD ._white-text.--weight-305{font-weight:305}.GREEN_GOLD ._white-text.--weight-306{font-weight:306}.GREEN_GOLD ._white-text.--weight-307{font-weight:307}.GREEN_GOLD ._white-text.--weight-308{font-weight:308}.GREEN_GOLD ._white-text.--weight-309{font-weight:309}.GREEN_GOLD ._white-text.--weight-310{font-weight:310}.GREEN_GOLD ._white-text.--weight-311{font-weight:311}.GREEN_GOLD ._white-text.--weight-312{font-weight:312}.GREEN_GOLD ._white-text.--weight-313{font-weight:313}.GREEN_GOLD ._white-text.--weight-314{font-weight:314}.GREEN_GOLD ._white-text.--weight-315{font-weight:315}.GREEN_GOLD ._white-text.--weight-316{font-weight:316}.GREEN_GOLD ._white-text.--weight-317{font-weight:317}.GREEN_GOLD ._white-text.--weight-318{font-weight:318}.GREEN_GOLD ._white-text.--weight-319{font-weight:319}.GREEN_GOLD ._white-text.--weight-320{font-weight:320}.GREEN_GOLD ._white-text.--weight-321{font-weight:321}.GREEN_GOLD ._white-text.--weight-322{font-weight:322}.GREEN_GOLD ._white-text.--weight-323{font-weight:323}.GREEN_GOLD ._white-text.--weight-324{font-weight:324}.GREEN_GOLD ._white-text.--weight-325{font-weight:325}.GREEN_GOLD ._white-text.--weight-326{font-weight:326}.GREEN_GOLD ._white-text.--weight-327{font-weight:327}.GREEN_GOLD ._white-text.--weight-328{font-weight:328}.GREEN_GOLD ._white-text.--weight-329{font-weight:329}.GREEN_GOLD ._white-text.--weight-330{font-weight:330}.GREEN_GOLD ._white-text.--weight-331{font-weight:331}.GREEN_GOLD ._white-text.--weight-332{font-weight:332}.GREEN_GOLD ._white-text.--weight-333{font-weight:333}.GREEN_GOLD ._white-text.--weight-334{font-weight:334}.GREEN_GOLD ._white-text.--weight-335{font-weight:335}.GREEN_GOLD ._white-text.--weight-336{font-weight:336}.GREEN_GOLD ._white-text.--weight-337{font-weight:337}.GREEN_GOLD ._white-text.--weight-338{font-weight:338}.GREEN_GOLD ._white-text.--weight-339{font-weight:339}.GREEN_GOLD ._white-text.--weight-340{font-weight:340}.GREEN_GOLD ._white-text.--weight-341{font-weight:341}.GREEN_GOLD ._white-text.--weight-342{font-weight:342}.GREEN_GOLD ._white-text.--weight-343{font-weight:343}.GREEN_GOLD ._white-text.--weight-344{font-weight:344}.GREEN_GOLD ._white-text.--weight-345{font-weight:345}.GREEN_GOLD ._white-text.--weight-346{font-weight:346}.GREEN_GOLD ._white-text.--weight-347{font-weight:347}.GREEN_GOLD ._white-text.--weight-348{font-weight:348}.GREEN_GOLD ._white-text.--weight-349{font-weight:349}.GREEN_GOLD ._white-text.--weight-350{font-weight:350}.GREEN_GOLD ._white-text.--weight-351{font-weight:351}.GREEN_GOLD ._white-text.--weight-352{font-weight:352}.GREEN_GOLD ._white-text.--weight-353{font-weight:353}.GREEN_GOLD ._white-text.--weight-354{font-weight:354}.GREEN_GOLD ._white-text.--weight-355{font-weight:355}.GREEN_GOLD ._white-text.--weight-356{font-weight:356}.GREEN_GOLD ._white-text.--weight-357{font-weight:357}.GREEN_GOLD ._white-text.--weight-358{font-weight:358}.GREEN_GOLD ._white-text.--weight-359{font-weight:359}.GREEN_GOLD ._white-text.--weight-360{font-weight:360}.GREEN_GOLD ._white-text.--weight-361{font-weight:361}.GREEN_GOLD ._white-text.--weight-362{font-weight:362}.GREEN_GOLD ._white-text.--weight-363{font-weight:363}.GREEN_GOLD ._white-text.--weight-364{font-weight:364}.GREEN_GOLD ._white-text.--weight-365{font-weight:365}.GREEN_GOLD ._white-text.--weight-366{font-weight:366}.GREEN_GOLD ._white-text.--weight-367{font-weight:367}.GREEN_GOLD ._white-text.--weight-368{font-weight:368}.GREEN_GOLD ._white-text.--weight-369{font-weight:369}.GREEN_GOLD ._white-text.--weight-370{font-weight:370}.GREEN_GOLD ._white-text.--weight-371{font-weight:371}.GREEN_GOLD ._white-text.--weight-372{font-weight:372}.GREEN_GOLD ._white-text.--weight-373{font-weight:373}.GREEN_GOLD ._white-text.--weight-374{font-weight:374}.GREEN_GOLD ._white-text.--weight-375{font-weight:375}.GREEN_GOLD ._white-text.--weight-376{font-weight:376}.GREEN_GOLD ._white-text.--weight-377{font-weight:377}.GREEN_GOLD ._white-text.--weight-378{font-weight:378}.GREEN_GOLD ._white-text.--weight-379{font-weight:379}.GREEN_GOLD ._white-text.--weight-380{font-weight:380}.GREEN_GOLD ._white-text.--weight-381{font-weight:381}.GREEN_GOLD ._white-text.--weight-382{font-weight:382}.GREEN_GOLD ._white-text.--weight-383{font-weight:383}.GREEN_GOLD ._white-text.--weight-384{font-weight:384}.GREEN_GOLD ._white-text.--weight-385{font-weight:385}.GREEN_GOLD ._white-text.--weight-386{font-weight:386}.GREEN_GOLD ._white-text.--weight-387{font-weight:387}.GREEN_GOLD ._white-text.--weight-388{font-weight:388}.GREEN_GOLD ._white-text.--weight-389{font-weight:389}.GREEN_GOLD ._white-text.--weight-390{font-weight:390}.GREEN_GOLD ._white-text.--weight-391{font-weight:391}.GREEN_GOLD ._white-text.--weight-392{font-weight:392}.GREEN_GOLD ._white-text.--weight-393{font-weight:393}.GREEN_GOLD ._white-text.--weight-394{font-weight:394}.GREEN_GOLD ._white-text.--weight-395{font-weight:395}.GREEN_GOLD ._white-text.--weight-396{font-weight:396}.GREEN_GOLD ._white-text.--weight-397{font-weight:397}.GREEN_GOLD ._white-text.--weight-398{font-weight:398}.GREEN_GOLD ._white-text.--weight-399{font-weight:399}.GREEN_GOLD ._white-text.--weight-400{font-weight:400}.GREEN_GOLD ._white-text.--weight-401{font-weight:401}.GREEN_GOLD ._white-text.--weight-402{font-weight:402}.GREEN_GOLD ._white-text.--weight-403{font-weight:403}.GREEN_GOLD ._white-text.--weight-404{font-weight:404}.GREEN_GOLD ._white-text.--weight-405{font-weight:405}.GREEN_GOLD ._white-text.--weight-406{font-weight:406}.GREEN_GOLD ._white-text.--weight-407{font-weight:407}.GREEN_GOLD ._white-text.--weight-408{font-weight:408}.GREEN_GOLD ._white-text.--weight-409{font-weight:409}.GREEN_GOLD ._white-text.--weight-410{font-weight:410}.GREEN_GOLD ._white-text.--weight-411{font-weight:411}.GREEN_GOLD ._white-text.--weight-412{font-weight:412}.GREEN_GOLD ._white-text.--weight-413{font-weight:413}.GREEN_GOLD ._white-text.--weight-414{font-weight:414}.GREEN_GOLD ._white-text.--weight-415{font-weight:415}.GREEN_GOLD ._white-text.--weight-416{font-weight:416}.GREEN_GOLD ._white-text.--weight-417{font-weight:417}.GREEN_GOLD ._white-text.--weight-418{font-weight:418}.GREEN_GOLD ._white-text.--weight-419{font-weight:419}.GREEN_GOLD ._white-text.--weight-420{font-weight:420}.GREEN_GOLD ._white-text.--weight-421{font-weight:421}.GREEN_GOLD ._white-text.--weight-422{font-weight:422}.GREEN_GOLD ._white-text.--weight-423{font-weight:423}.GREEN_GOLD ._white-text.--weight-424{font-weight:424}.GREEN_GOLD ._white-text.--weight-425{font-weight:425}.GREEN_GOLD ._white-text.--weight-426{font-weight:426}.GREEN_GOLD ._white-text.--weight-427{font-weight:427}.GREEN_GOLD ._white-text.--weight-428{font-weight:428}.GREEN_GOLD ._white-text.--weight-429{font-weight:429}.GREEN_GOLD ._white-text.--weight-430{font-weight:430}.GREEN_GOLD ._white-text.--weight-431{font-weight:431}.GREEN_GOLD ._white-text.--weight-432{font-weight:432}.GREEN_GOLD ._white-text.--weight-433{font-weight:433}.GREEN_GOLD ._white-text.--weight-434{font-weight:434}.GREEN_GOLD ._white-text.--weight-435{font-weight:435}.GREEN_GOLD ._white-text.--weight-436{font-weight:436}.GREEN_GOLD ._white-text.--weight-437{font-weight:437}.GREEN_GOLD ._white-text.--weight-438{font-weight:438}.GREEN_GOLD ._white-text.--weight-439{font-weight:439}.GREEN_GOLD ._white-text.--weight-440{font-weight:440}.GREEN_GOLD ._white-text.--weight-441{font-weight:441}.GREEN_GOLD ._white-text.--weight-442{font-weight:442}.GREEN_GOLD ._white-text.--weight-443{font-weight:443}.GREEN_GOLD ._white-text.--weight-444{font-weight:444}.GREEN_GOLD ._white-text.--weight-445{font-weight:445}.GREEN_GOLD ._white-text.--weight-446{font-weight:446}.GREEN_GOLD ._white-text.--weight-447{font-weight:447}.GREEN_GOLD ._white-text.--weight-448{font-weight:448}.GREEN_GOLD ._white-text.--weight-449{font-weight:449}.GREEN_GOLD ._white-text.--weight-450{font-weight:450}.GREEN_GOLD ._white-text.--weight-451{font-weight:451}.GREEN_GOLD ._white-text.--weight-452{font-weight:452}.GREEN_GOLD ._white-text.--weight-453{font-weight:453}.GREEN_GOLD ._white-text.--weight-454{font-weight:454}.GREEN_GOLD ._white-text.--weight-455{font-weight:455}.GREEN_GOLD ._white-text.--weight-456{font-weight:456}.GREEN_GOLD ._white-text.--weight-457{font-weight:457}.GREEN_GOLD ._white-text.--weight-458{font-weight:458}.GREEN_GOLD ._white-text.--weight-459{font-weight:459}.GREEN_GOLD ._white-text.--weight-460{font-weight:460}.GREEN_GOLD ._white-text.--weight-461{font-weight:461}.GREEN_GOLD ._white-text.--weight-462{font-weight:462}.GREEN_GOLD ._white-text.--weight-463{font-weight:463}.GREEN_GOLD ._white-text.--weight-464{font-weight:464}.GREEN_GOLD ._white-text.--weight-465{font-weight:465}.GREEN_GOLD ._white-text.--weight-466{font-weight:466}.GREEN_GOLD ._white-text.--weight-467{font-weight:467}.GREEN_GOLD ._white-text.--weight-468{font-weight:468}.GREEN_GOLD ._white-text.--weight-469{font-weight:469}.GREEN_GOLD ._white-text.--weight-470{font-weight:470}.GREEN_GOLD ._white-text.--weight-471{font-weight:471}.GREEN_GOLD ._white-text.--weight-472{font-weight:472}.GREEN_GOLD ._white-text.--weight-473{font-weight:473}.GREEN_GOLD ._white-text.--weight-474{font-weight:474}.GREEN_GOLD ._white-text.--weight-475{font-weight:475}.GREEN_GOLD ._white-text.--weight-476{font-weight:476}.GREEN_GOLD ._white-text.--weight-477{font-weight:477}.GREEN_GOLD ._white-text.--weight-478{font-weight:478}.GREEN_GOLD ._white-text.--weight-479{font-weight:479}.GREEN_GOLD ._white-text.--weight-480{font-weight:480}.GREEN_GOLD ._white-text.--weight-481{font-weight:481}.GREEN_GOLD ._white-text.--weight-482{font-weight:482}.GREEN_GOLD ._white-text.--weight-483{font-weight:483}.GREEN_GOLD ._white-text.--weight-484{font-weight:484}.GREEN_GOLD ._white-text.--weight-485{font-weight:485}.GREEN_GOLD ._white-text.--weight-486{font-weight:486}.GREEN_GOLD ._white-text.--weight-487{font-weight:487}.GREEN_GOLD ._white-text.--weight-488{font-weight:488}.GREEN_GOLD ._white-text.--weight-489{font-weight:489}.GREEN_GOLD ._white-text.--weight-490{font-weight:490}.GREEN_GOLD ._white-text.--weight-491{font-weight:491}.GREEN_GOLD ._white-text.--weight-492{font-weight:492}.GREEN_GOLD ._white-text.--weight-493{font-weight:493}.GREEN_GOLD ._white-text.--weight-494{font-weight:494}.GREEN_GOLD ._white-text.--weight-495{font-weight:495}.GREEN_GOLD ._white-text.--weight-496{font-weight:496}.GREEN_GOLD ._white-text.--weight-497{font-weight:497}.GREEN_GOLD ._white-text.--weight-498{font-weight:498}.GREEN_GOLD ._white-text.--weight-499{font-weight:499}.GREEN_GOLD ._white-text.--weight-500{font-weight:500}.GREEN_GOLD ._white-text.--weight-501{font-weight:501}.GREEN_GOLD ._white-text.--weight-502{font-weight:502}.GREEN_GOLD ._white-text.--weight-503{font-weight:503}.GREEN_GOLD ._white-text.--weight-504{font-weight:504}.GREEN_GOLD ._white-text.--weight-505{font-weight:505}.GREEN_GOLD ._white-text.--weight-506{font-weight:506}.GREEN_GOLD ._white-text.--weight-507{font-weight:507}.GREEN_GOLD ._white-text.--weight-508{font-weight:508}.GREEN_GOLD ._white-text.--weight-509{font-weight:509}.GREEN_GOLD ._white-text.--weight-510{font-weight:510}.GREEN_GOLD ._white-text.--weight-511{font-weight:511}.GREEN_GOLD ._white-text.--weight-512{font-weight:512}.GREEN_GOLD ._white-text.--weight-513{font-weight:513}.GREEN_GOLD ._white-text.--weight-514{font-weight:514}.GREEN_GOLD ._white-text.--weight-515{font-weight:515}.GREEN_GOLD ._white-text.--weight-516{font-weight:516}.GREEN_GOLD ._white-text.--weight-517{font-weight:517}.GREEN_GOLD ._white-text.--weight-518{font-weight:518}.GREEN_GOLD ._white-text.--weight-519{font-weight:519}.GREEN_GOLD ._white-text.--weight-520{font-weight:520}.GREEN_GOLD ._white-text.--weight-521{font-weight:521}.GREEN_GOLD ._white-text.--weight-522{font-weight:522}.GREEN_GOLD ._white-text.--weight-523{font-weight:523}.GREEN_GOLD ._white-text.--weight-524{font-weight:524}.GREEN_GOLD ._white-text.--weight-525{font-weight:525}.GREEN_GOLD ._white-text.--weight-526{font-weight:526}.GREEN_GOLD ._white-text.--weight-527{font-weight:527}.GREEN_GOLD ._white-text.--weight-528{font-weight:528}.GREEN_GOLD ._white-text.--weight-529{font-weight:529}.GREEN_GOLD ._white-text.--weight-530{font-weight:530}.GREEN_GOLD ._white-text.--weight-531{font-weight:531}.GREEN_GOLD ._white-text.--weight-532{font-weight:532}.GREEN_GOLD ._white-text.--weight-533{font-weight:533}.GREEN_GOLD ._white-text.--weight-534{font-weight:534}.GREEN_GOLD ._white-text.--weight-535{font-weight:535}.GREEN_GOLD ._white-text.--weight-536{font-weight:536}.GREEN_GOLD ._white-text.--weight-537{font-weight:537}.GREEN_GOLD ._white-text.--weight-538{font-weight:538}.GREEN_GOLD ._white-text.--weight-539{font-weight:539}.GREEN_GOLD ._white-text.--weight-540{font-weight:540}.GREEN_GOLD ._white-text.--weight-541{font-weight:541}.GREEN_GOLD ._white-text.--weight-542{font-weight:542}.GREEN_GOLD ._white-text.--weight-543{font-weight:543}.GREEN_GOLD ._white-text.--weight-544{font-weight:544}.GREEN_GOLD ._white-text.--weight-545{font-weight:545}.GREEN_GOLD ._white-text.--weight-546{font-weight:546}.GREEN_GOLD ._white-text.--weight-547{font-weight:547}.GREEN_GOLD ._white-text.--weight-548{font-weight:548}.GREEN_GOLD ._white-text.--weight-549{font-weight:549}.GREEN_GOLD ._white-text.--weight-550{font-weight:550}.GREEN_GOLD ._white-text.--weight-551{font-weight:551}.GREEN_GOLD ._white-text.--weight-552{font-weight:552}.GREEN_GOLD ._white-text.--weight-553{font-weight:553}.GREEN_GOLD ._white-text.--weight-554{font-weight:554}.GREEN_GOLD ._white-text.--weight-555{font-weight:555}.GREEN_GOLD ._white-text.--weight-556{font-weight:556}.GREEN_GOLD ._white-text.--weight-557{font-weight:557}.GREEN_GOLD ._white-text.--weight-558{font-weight:558}.GREEN_GOLD ._white-text.--weight-559{font-weight:559}.GREEN_GOLD ._white-text.--weight-560{font-weight:560}.GREEN_GOLD ._white-text.--weight-561{font-weight:561}.GREEN_GOLD ._white-text.--weight-562{font-weight:562}.GREEN_GOLD ._white-text.--weight-563{font-weight:563}.GREEN_GOLD ._white-text.--weight-564{font-weight:564}.GREEN_GOLD ._white-text.--weight-565{font-weight:565}.GREEN_GOLD ._white-text.--weight-566{font-weight:566}.GREEN_GOLD ._white-text.--weight-567{font-weight:567}.GREEN_GOLD ._white-text.--weight-568{font-weight:568}.GREEN_GOLD ._white-text.--weight-569{font-weight:569}.GREEN_GOLD ._white-text.--weight-570{font-weight:570}.GREEN_GOLD ._white-text.--weight-571{font-weight:571}.GREEN_GOLD ._white-text.--weight-572{font-weight:572}.GREEN_GOLD ._white-text.--weight-573{font-weight:573}.GREEN_GOLD ._white-text.--weight-574{font-weight:574}.GREEN_GOLD ._white-text.--weight-575{font-weight:575}.GREEN_GOLD ._white-text.--weight-576{font-weight:576}.GREEN_GOLD ._white-text.--weight-577{font-weight:577}.GREEN_GOLD ._white-text.--weight-578{font-weight:578}.GREEN_GOLD ._white-text.--weight-579{font-weight:579}.GREEN_GOLD ._white-text.--weight-580{font-weight:580}.GREEN_GOLD ._white-text.--weight-581{font-weight:581}.GREEN_GOLD ._white-text.--weight-582{font-weight:582}.GREEN_GOLD ._white-text.--weight-583{font-weight:583}.GREEN_GOLD ._white-text.--weight-584{font-weight:584}.GREEN_GOLD ._white-text.--weight-585{font-weight:585}.GREEN_GOLD ._white-text.--weight-586{font-weight:586}.GREEN_GOLD ._white-text.--weight-587{font-weight:587}.GREEN_GOLD ._white-text.--weight-588{font-weight:588}.GREEN_GOLD ._white-text.--weight-589{font-weight:589}.GREEN_GOLD ._white-text.--weight-590{font-weight:590}.GREEN_GOLD ._white-text.--weight-591{font-weight:591}.GREEN_GOLD ._white-text.--weight-592{font-weight:592}.GREEN_GOLD ._white-text.--weight-593{font-weight:593}.GREEN_GOLD ._white-text.--weight-594{font-weight:594}.GREEN_GOLD ._white-text.--weight-595{font-weight:595}.GREEN_GOLD ._white-text.--weight-596{font-weight:596}.GREEN_GOLD ._white-text.--weight-597{font-weight:597}.GREEN_GOLD ._white-text.--weight-598{font-weight:598}.GREEN_GOLD ._white-text.--weight-599{font-weight:599}.GREEN_GOLD ._white-text.--weight-600{font-weight:600}.GREEN_GOLD ._white-text.--weight-601{font-weight:601}.GREEN_GOLD ._white-text.--weight-602{font-weight:602}.GREEN_GOLD ._white-text.--weight-603{font-weight:603}.GREEN_GOLD ._white-text.--weight-604{font-weight:604}.GREEN_GOLD ._white-text.--weight-605{font-weight:605}.GREEN_GOLD ._white-text.--weight-606{font-weight:606}.GREEN_GOLD ._white-text.--weight-607{font-weight:607}.GREEN_GOLD ._white-text.--weight-608{font-weight:608}.GREEN_GOLD ._white-text.--weight-609{font-weight:609}.GREEN_GOLD ._white-text.--weight-610{font-weight:610}.GREEN_GOLD ._white-text.--weight-611{font-weight:611}.GREEN_GOLD ._white-text.--weight-612{font-weight:612}.GREEN_GOLD ._white-text.--weight-613{font-weight:613}.GREEN_GOLD ._white-text.--weight-614{font-weight:614}.GREEN_GOLD ._white-text.--weight-615{font-weight:615}.GREEN_GOLD ._white-text.--weight-616{font-weight:616}.GREEN_GOLD ._white-text.--weight-617{font-weight:617}.GREEN_GOLD ._white-text.--weight-618{font-weight:618}.GREEN_GOLD ._white-text.--weight-619{font-weight:619}.GREEN_GOLD ._white-text.--weight-620{font-weight:620}.GREEN_GOLD ._white-text.--weight-621{font-weight:621}.GREEN_GOLD ._white-text.--weight-622{font-weight:622}.GREEN_GOLD ._white-text.--weight-623{font-weight:623}.GREEN_GOLD ._white-text.--weight-624{font-weight:624}.GREEN_GOLD ._white-text.--weight-625{font-weight:625}.GREEN_GOLD ._white-text.--weight-626{font-weight:626}.GREEN_GOLD ._white-text.--weight-627{font-weight:627}.GREEN_GOLD ._white-text.--weight-628{font-weight:628}.GREEN_GOLD ._white-text.--weight-629{font-weight:629}.GREEN_GOLD ._white-text.--weight-630{font-weight:630}.GREEN_GOLD ._white-text.--weight-631{font-weight:631}.GREEN_GOLD ._white-text.--weight-632{font-weight:632}.GREEN_GOLD ._white-text.--weight-633{font-weight:633}.GREEN_GOLD ._white-text.--weight-634{font-weight:634}.GREEN_GOLD ._white-text.--weight-635{font-weight:635}.GREEN_GOLD ._white-text.--weight-636{font-weight:636}.GREEN_GOLD ._white-text.--weight-637{font-weight:637}.GREEN_GOLD ._white-text.--weight-638{font-weight:638}.GREEN_GOLD ._white-text.--weight-639{font-weight:639}.GREEN_GOLD ._white-text.--weight-640{font-weight:640}.GREEN_GOLD ._white-text.--weight-641{font-weight:641}.GREEN_GOLD ._white-text.--weight-642{font-weight:642}.GREEN_GOLD ._white-text.--weight-643{font-weight:643}.GREEN_GOLD ._white-text.--weight-644{font-weight:644}.GREEN_GOLD ._white-text.--weight-645{font-weight:645}.GREEN_GOLD ._white-text.--weight-646{font-weight:646}.GREEN_GOLD ._white-text.--weight-647{font-weight:647}.GREEN_GOLD ._white-text.--weight-648{font-weight:648}.GREEN_GOLD ._white-text.--weight-649{font-weight:649}.GREEN_GOLD ._white-text.--weight-650{font-weight:650}.GREEN_GOLD ._white-text.--weight-651{font-weight:651}.GREEN_GOLD ._white-text.--weight-652{font-weight:652}.GREEN_GOLD ._white-text.--weight-653{font-weight:653}.GREEN_GOLD ._white-text.--weight-654{font-weight:654}.GREEN_GOLD ._white-text.--weight-655{font-weight:655}.GREEN_GOLD ._white-text.--weight-656{font-weight:656}.GREEN_GOLD ._white-text.--weight-657{font-weight:657}.GREEN_GOLD ._white-text.--weight-658{font-weight:658}.GREEN_GOLD ._white-text.--weight-659{font-weight:659}.GREEN_GOLD ._white-text.--weight-660{font-weight:660}.GREEN_GOLD ._white-text.--weight-661{font-weight:661}.GREEN_GOLD ._white-text.--weight-662{font-weight:662}.GREEN_GOLD ._white-text.--weight-663{font-weight:663}.GREEN_GOLD ._white-text.--weight-664{font-weight:664}.GREEN_GOLD ._white-text.--weight-665{font-weight:665}.GREEN_GOLD ._white-text.--weight-666{font-weight:666}.GREEN_GOLD ._white-text.--weight-667{font-weight:667}.GREEN_GOLD ._white-text.--weight-668{font-weight:668}.GREEN_GOLD ._white-text.--weight-669{font-weight:669}.GREEN_GOLD ._white-text.--weight-670{font-weight:670}.GREEN_GOLD ._white-text.--weight-671{font-weight:671}.GREEN_GOLD ._white-text.--weight-672{font-weight:672}.GREEN_GOLD ._white-text.--weight-673{font-weight:673}.GREEN_GOLD ._white-text.--weight-674{font-weight:674}.GREEN_GOLD ._white-text.--weight-675{font-weight:675}.GREEN_GOLD ._white-text.--weight-676{font-weight:676}.GREEN_GOLD ._white-text.--weight-677{font-weight:677}.GREEN_GOLD ._white-text.--weight-678{font-weight:678}.GREEN_GOLD ._white-text.--weight-679{font-weight:679}.GREEN_GOLD ._white-text.--weight-680{font-weight:680}.GREEN_GOLD ._white-text.--weight-681{font-weight:681}.GREEN_GOLD ._white-text.--weight-682{font-weight:682}.GREEN_GOLD ._white-text.--weight-683{font-weight:683}.GREEN_GOLD ._white-text.--weight-684{font-weight:684}.GREEN_GOLD ._white-text.--weight-685{font-weight:685}.GREEN_GOLD ._white-text.--weight-686{font-weight:686}.GREEN_GOLD ._white-text.--weight-687{font-weight:687}.GREEN_GOLD ._white-text.--weight-688{font-weight:688}.GREEN_GOLD ._white-text.--weight-689{font-weight:689}.GREEN_GOLD ._white-text.--weight-690{font-weight:690}.GREEN_GOLD ._white-text.--weight-691{font-weight:691}.GREEN_GOLD ._white-text.--weight-692{font-weight:692}.GREEN_GOLD ._white-text.--weight-693{font-weight:693}.GREEN_GOLD ._white-text.--weight-694{font-weight:694}.GREEN_GOLD ._white-text.--weight-695{font-weight:695}.GREEN_GOLD ._white-text.--weight-696{font-weight:696}.GREEN_GOLD ._white-text.--weight-697{font-weight:697}.GREEN_GOLD ._white-text.--weight-698{font-weight:698}.GREEN_GOLD ._white-text.--weight-699{font-weight:699}.GREEN_GOLD ._white-text.--weight-700{font-weight:700}.GREEN_GOLD ._white-text.--weight-701{font-weight:701}.GREEN_GOLD ._white-text.--weight-702{font-weight:702}.GREEN_GOLD ._white-text.--weight-703{font-weight:703}.GREEN_GOLD ._white-text.--weight-704{font-weight:704}.GREEN_GOLD ._white-text.--weight-705{font-weight:705}.GREEN_GOLD ._white-text.--weight-706{font-weight:706}.GREEN_GOLD ._white-text.--weight-707{font-weight:707}.GREEN_GOLD ._white-text.--weight-708{font-weight:708}.GREEN_GOLD ._white-text.--weight-709{font-weight:709}.GREEN_GOLD ._white-text.--weight-710{font-weight:710}.GREEN_GOLD ._white-text.--weight-711{font-weight:711}.GREEN_GOLD ._white-text.--weight-712{font-weight:712}.GREEN_GOLD ._white-text.--weight-713{font-weight:713}.GREEN_GOLD ._white-text.--weight-714{font-weight:714}.GREEN_GOLD ._white-text.--weight-715{font-weight:715}.GREEN_GOLD ._white-text.--weight-716{font-weight:716}.GREEN_GOLD ._white-text.--weight-717{font-weight:717}.GREEN_GOLD ._white-text.--weight-718{font-weight:718}.GREEN_GOLD ._white-text.--weight-719{font-weight:719}.GREEN_GOLD ._white-text.--weight-720{font-weight:720}.GREEN_GOLD ._white-text.--weight-721{font-weight:721}.GREEN_GOLD ._white-text.--weight-722{font-weight:722}.GREEN_GOLD ._white-text.--weight-723{font-weight:723}.GREEN_GOLD ._white-text.--weight-724{font-weight:724}.GREEN_GOLD ._white-text.--weight-725{font-weight:725}.GREEN_GOLD ._white-text.--weight-726{font-weight:726}.GREEN_GOLD ._white-text.--weight-727{font-weight:727}.GREEN_GOLD ._white-text.--weight-728{font-weight:728}.GREEN_GOLD ._white-text.--weight-729{font-weight:729}.GREEN_GOLD ._white-text.--weight-730{font-weight:730}.GREEN_GOLD ._white-text.--weight-731{font-weight:731}.GREEN_GOLD ._white-text.--weight-732{font-weight:732}.GREEN_GOLD ._white-text.--weight-733{font-weight:733}.GREEN_GOLD ._white-text.--weight-734{font-weight:734}.GREEN_GOLD ._white-text.--weight-735{font-weight:735}.GREEN_GOLD ._white-text.--weight-736{font-weight:736}.GREEN_GOLD ._white-text.--weight-737{font-weight:737}.GREEN_GOLD ._white-text.--weight-738{font-weight:738}.GREEN_GOLD ._white-text.--weight-739{font-weight:739}.GREEN_GOLD ._white-text.--weight-740{font-weight:740}.GREEN_GOLD ._white-text.--weight-741{font-weight:741}.GREEN_GOLD ._white-text.--weight-742{font-weight:742}.GREEN_GOLD ._white-text.--weight-743{font-weight:743}.GREEN_GOLD ._white-text.--weight-744{font-weight:744}.GREEN_GOLD ._white-text.--weight-745{font-weight:745}.GREEN_GOLD ._white-text.--weight-746{font-weight:746}.GREEN_GOLD ._white-text.--weight-747{font-weight:747}.GREEN_GOLD ._white-text.--weight-748{font-weight:748}.GREEN_GOLD ._white-text.--weight-749{font-weight:749}.GREEN_GOLD ._white-text.--weight-750{font-weight:750}.GREEN_GOLD ._white-text.--weight-751{font-weight:751}.GREEN_GOLD ._white-text.--weight-752{font-weight:752}.GREEN_GOLD ._white-text.--weight-753{font-weight:753}.GREEN_GOLD ._white-text.--weight-754{font-weight:754}.GREEN_GOLD ._white-text.--weight-755{font-weight:755}.GREEN_GOLD ._white-text.--weight-756{font-weight:756}.GREEN_GOLD ._white-text.--weight-757{font-weight:757}.GREEN_GOLD ._white-text.--weight-758{font-weight:758}.GREEN_GOLD ._white-text.--weight-759{font-weight:759}.GREEN_GOLD ._white-text.--weight-760{font-weight:760}.GREEN_GOLD ._white-text.--weight-761{font-weight:761}.GREEN_GOLD ._white-text.--weight-762{font-weight:762}.GREEN_GOLD ._white-text.--weight-763{font-weight:763}.GREEN_GOLD ._white-text.--weight-764{font-weight:764}.GREEN_GOLD ._white-text.--weight-765{font-weight:765}.GREEN_GOLD ._white-text.--weight-766{font-weight:766}.GREEN_GOLD ._white-text.--weight-767{font-weight:767}.GREEN_GOLD ._white-text.--weight-768{font-weight:768}.GREEN_GOLD ._white-text.--weight-769{font-weight:769}.GREEN_GOLD ._white-text.--weight-770{font-weight:770}.GREEN_GOLD ._white-text.--weight-771{font-weight:771}.GREEN_GOLD ._white-text.--weight-772{font-weight:772}.GREEN_GOLD ._white-text.--weight-773{font-weight:773}.GREEN_GOLD ._white-text.--weight-774{font-weight:774}.GREEN_GOLD ._white-text.--weight-775{font-weight:775}.GREEN_GOLD ._white-text.--weight-776{font-weight:776}.GREEN_GOLD ._white-text.--weight-777{font-weight:777}.GREEN_GOLD ._white-text.--weight-778{font-weight:778}.GREEN_GOLD ._white-text.--weight-779{font-weight:779}.GREEN_GOLD ._white-text.--weight-780{font-weight:780}.GREEN_GOLD ._white-text.--weight-781{font-weight:781}.GREEN_GOLD ._white-text.--weight-782{font-weight:782}.GREEN_GOLD ._white-text.--weight-783{font-weight:783}.GREEN_GOLD ._white-text.--weight-784{font-weight:784}.GREEN_GOLD ._white-text.--weight-785{font-weight:785}.GREEN_GOLD ._white-text.--weight-786{font-weight:786}.GREEN_GOLD ._white-text.--weight-787{font-weight:787}.GREEN_GOLD ._white-text.--weight-788{font-weight:788}.GREEN_GOLD ._white-text.--weight-789{font-weight:789}.GREEN_GOLD ._white-text.--weight-790{font-weight:790}.GREEN_GOLD ._white-text.--weight-791{font-weight:791}.GREEN_GOLD ._white-text.--weight-792{font-weight:792}.GREEN_GOLD ._white-text.--weight-793{font-weight:793}.GREEN_GOLD ._white-text.--weight-794{font-weight:794}.GREEN_GOLD ._white-text.--weight-795{font-weight:795}.GREEN_GOLD ._white-text.--weight-796{font-weight:796}.GREEN_GOLD ._white-text.--weight-797{font-weight:797}.GREEN_GOLD ._white-text.--weight-798{font-weight:798}.GREEN_GOLD ._white-text.--weight-799{font-weight:799}.GREEN_GOLD ._white-text.--weight-800{font-weight:800}.GREEN_GOLD ._white-text.--lh-1{line-height:1px}.GREEN_GOLD ._white-text.--lh-2{line-height:2px}.GREEN_GOLD ._white-text.--lh-3{line-height:3px}.GREEN_GOLD ._white-text.--lh-4{line-height:4px}.GREEN_GOLD ._white-text.--lh-5{line-height:5px}.GREEN_GOLD ._white-text.--lh-6{line-height:6px}.GREEN_GOLD ._white-text.--lh-7{line-height:7px}.GREEN_GOLD ._white-text.--lh-8{line-height:8px}.GREEN_GOLD ._white-text.--lh-9{line-height:9px}.GREEN_GOLD ._white-text.--lh-10{line-height:10px}.GREEN_GOLD ._white-text.--lh-11{line-height:11px}.GREEN_GOLD ._white-text.--lh-12{line-height:12px}.GREEN_GOLD ._white-text.--lh-13{line-height:13px}.GREEN_GOLD ._white-text.--lh-14{line-height:14px}.GREEN_GOLD ._white-text.--lh-15{line-height:15px}.GREEN_GOLD ._white-text.--lh-16{line-height:16px}.GREEN_GOLD ._white-text.--lh-17{line-height:17px}.GREEN_GOLD ._white-text.--lh-18{line-height:18px}.GREEN_GOLD ._white-text.--lh-19{line-height:19px}.GREEN_GOLD ._white-text.--lh-20{line-height:20px}.GREEN_GOLD ._white-text.--lh-21{line-height:21px}.GREEN_GOLD ._white-text.--lh-22{line-height:22px}.GREEN_GOLD ._white-text.--lh-23{line-height:23px}.GREEN_GOLD ._white-text.--lh-24{line-height:24px}.GREEN_GOLD ._white-text.--lh-25{line-height:25px}.GREEN_GOLD ._white-text.--lh-26{line-height:26px}.GREEN_GOLD ._white-text.--lh-27{line-height:27px}.GREEN_GOLD ._white-text.--lh-28{line-height:28px}.GREEN_GOLD ._white-text.--lh-29{line-height:29px}.GREEN_GOLD ._white-text.--lh-30{line-height:30px}.GREEN_GOLD ._white-text.--lh-31{line-height:31px}.GREEN_GOLD ._white-text.--lh-32{line-height:32px}.GREEN_GOLD ._white-text.--lh-33{line-height:33px}.GREEN_GOLD ._white-text.--lh-34{line-height:34px}.GREEN_GOLD ._white-text.--lh-35{line-height:35px}.GREEN_GOLD ._white-text.--lh-36{line-height:36px}.GREEN_GOLD ._white-text.--lh-37{line-height:37px}.GREEN_GOLD ._white-text.--lh-38{line-height:38px}.GREEN_GOLD ._white-text.--lh-39{line-height:39px}.GREEN_GOLD ._white-text.--lh-40{line-height:40px}.GREEN_GOLD ._white-text.--lh-41{line-height:41px}.GREEN_GOLD ._white-text.--lh-42{line-height:42px}.GREEN_GOLD ._white-text.--lh-43{line-height:43px}.GREEN_GOLD ._white-text.--lh-44{line-height:44px}.GREEN_GOLD ._white-text.--lh-45{line-height:45px}.GREEN_GOLD ._white-text.--lh-46{line-height:46px}.GREEN_GOLD ._white-text.--lh-47{line-height:47px}.GREEN_GOLD ._white-text.--lh-48{line-height:48px}.GREEN_GOLD ._white-text.--lh-49{line-height:49px}.GREEN_GOLD ._white-text.--lh-50{line-height:50px}.GREEN_GOLD ._white-text.--lh-51{line-height:51px}.GREEN_GOLD ._white-text.--lh-52{line-height:52px}.GREEN_GOLD ._white-text.--lh-53{line-height:53px}.GREEN_GOLD ._white-text.--lh-54{line-height:54px}.GREEN_GOLD ._white-text.--lh-55{line-height:55px}.GREEN_GOLD ._white-text.--lh-56{line-height:56px}.GREEN_GOLD ._white-text.--lh-57{line-height:57px}.GREEN_GOLD ._white-text.--lh-58{line-height:58px}.GREEN_GOLD ._white-text.--lh-59{line-height:59px}.GREEN_GOLD ._white-text.--lh-60{line-height:60px}.GREEN_GOLD ._white-text.--lh-61{line-height:61px}.GREEN_GOLD ._white-text.--lh-62{line-height:62px}.GREEN_GOLD ._white-text.--lh-63{line-height:63px}.GREEN_GOLD ._white-text.--lh-64{line-height:64px}.GREEN_GOLD ._white-text.--lh-65{line-height:65px}.GREEN_GOLD ._white-text.--lh-66{line-height:66px}.GREEN_GOLD ._white-text.--lh-67{line-height:67px}.GREEN_GOLD ._white-text.--lh-68{line-height:68px}.GREEN_GOLD ._white-text.--lh-69{line-height:69px}.GREEN_GOLD ._white-text.--lh-70{line-height:70px}.GREEN_GOLD ._white-text.--lh-71{line-height:71px}.GREEN_GOLD ._white-text.--lh-72{line-height:72px}.GREEN_GOLD ._white-text.--lh-73{line-height:73px}.GREEN_GOLD ._white-text.--lh-74{line-height:74px}.GREEN_GOLD ._white-text.--lh-75{line-height:75px}.GREEN_GOLD ._white-text.--lh-76{line-height:76px}.GREEN_GOLD ._white-text.--lh-77{line-height:77px}.GREEN_GOLD ._white-text.--lh-78{line-height:78px}.GREEN_GOLD ._white-text.--lh-79{line-height:79px}.GREEN_GOLD ._white-text.--lh-80{line-height:80px}.GREEN_GOLD ._white-text.--lh-81{line-height:81px}.GREEN_GOLD ._white-text.--lh-82{line-height:82px}.GREEN_GOLD ._white-text.--lh-83{line-height:83px}.GREEN_GOLD ._white-text.--lh-84{line-height:84px}.GREEN_GOLD ._white-text.--lh-85{line-height:85px}.GREEN_GOLD ._white-text.--lh-86{line-height:86px}.GREEN_GOLD ._white-text.--lh-87{line-height:87px}.GREEN_GOLD ._white-text.--lh-88{line-height:88px}.GREEN_GOLD ._white-text.--lh-89{line-height:89px}.GREEN_GOLD ._white-text.--lh-90{line-height:90px}.GREEN_GOLD ._white-text.--lh-91{line-height:91px}.GREEN_GOLD ._white-text.--lh-92{line-height:92px}.GREEN_GOLD ._white-text.--lh-93{line-height:93px}.GREEN_GOLD ._white-text.--lh-94{line-height:94px}.GREEN_GOLD ._white-text.--lh-95{line-height:95px}.GREEN_GOLD ._white-text.--lh-96{line-height:96px}.GREEN_GOLD ._white-text.--lh-97{line-height:97px}.GREEN_GOLD ._white-text.--lh-98{line-height:98px}.GREEN_GOLD ._white-text.--lh-99{line-height:99px}.GREEN_GOLD ._white-text.--lh-100{line-height:100px}.GREEN_GOLD ._white-text.--lh-101{line-height:101px}.GREEN_GOLD ._white-text.--lh-102{line-height:102px}.GREEN_GOLD ._white-text.--lh-103{line-height:103px}.GREEN_GOLD ._white-text.--lh-104{line-height:104px}.GREEN_GOLD ._white-text.--lh-105{line-height:105px}.GREEN_GOLD ._white-text.--lh-106{line-height:106px}.GREEN_GOLD ._white-text.--lh-107{line-height:107px}.GREEN_GOLD ._white-text.--lh-108{line-height:108px}.GREEN_GOLD ._white-text.--lh-109{line-height:109px}.GREEN_GOLD ._white-text.--lh-110{line-height:110px}.GREEN_GOLD ._white-text.--lh-111{line-height:111px}.GREEN_GOLD ._white-text.--lh-112{line-height:112px}.GREEN_GOLD ._white-text.--lh-113{line-height:113px}.GREEN_GOLD ._white-text.--lh-114{line-height:114px}.GREEN_GOLD ._white-text.--lh-115{line-height:115px}.GREEN_GOLD ._white-text.--lh-116{line-height:116px}.GREEN_GOLD ._white-text.--lh-117{line-height:117px}.GREEN_GOLD ._white-text.--lh-118{line-height:118px}.GREEN_GOLD ._white-text.--lh-119{line-height:119px}.GREEN_GOLD ._white-text.--lh-120{line-height:120px}.GREEN_GOLD ._white-text.--lh-121{line-height:121px}.GREEN_GOLD ._white-text.--lh-122{line-height:122px}.GREEN_GOLD ._white-text.--lh-123{line-height:123px}.GREEN_GOLD ._white-text.--lh-124{line-height:124px}.GREEN_GOLD ._white-text.--lh-125{line-height:125px}.GREEN_GOLD ._white-text.--lh-126{line-height:126px}.GREEN_GOLD ._white-text.--lh-127{line-height:127px}.GREEN_GOLD ._white-text.--lh-128{line-height:128px}.GREEN_GOLD ._white-text.--lh-129{line-height:129px}.GREEN_GOLD ._white-text.--lh-130{line-height:130px}.GREEN_GOLD ._white-text.--lh-131{line-height:131px}.GREEN_GOLD ._white-text.--lh-132{line-height:132px}.GREEN_GOLD ._white-text.--lh-133{line-height:133px}.GREEN_GOLD ._white-text.--lh-134{line-height:134px}.GREEN_GOLD ._white-text.--lh-135{line-height:135px}.GREEN_GOLD ._white-text.--lh-136{line-height:136px}.GREEN_GOLD ._white-text.--lh-137{line-height:137px}.GREEN_GOLD ._white-text.--lh-138{line-height:138px}.GREEN_GOLD ._white-text.--lh-139{line-height:139px}.GREEN_GOLD ._white-text.--lh-140{line-height:140px}.GREEN_GOLD ._white-text.--lh-141{line-height:141px}.GREEN_GOLD ._white-text.--lh-142{line-height:142px}.GREEN_GOLD ._white-text.--lh-143{line-height:143px}.GREEN_GOLD ._white-text.--lh-144{line-height:144px}.GREEN_GOLD ._white-text.--lh-145{line-height:145px}.GREEN_GOLD ._white-text.--lh-146{line-height:146px}.GREEN_GOLD ._white-text.--lh-147{line-height:147px}.GREEN_GOLD ._white-text.--lh-148{line-height:148px}.GREEN_GOLD ._white-text.--lh-149{line-height:149px}.GREEN_GOLD ._white-text.--lh-150{line-height:150px}.GREEN_GOLD ._white-text.--lh-151{line-height:151px}.GREEN_GOLD ._white-text.--lh-152{line-height:152px}.GREEN_GOLD ._white-text.--lh-153{line-height:153px}.GREEN_GOLD ._white-text.--lh-154{line-height:154px}.GREEN_GOLD ._white-text.--lh-155{line-height:155px}.GREEN_GOLD ._white-text.--lh-156{line-height:156px}.GREEN_GOLD ._white-text.--lh-157{line-height:157px}.GREEN_GOLD ._white-text.--lh-158{line-height:158px}.GREEN_GOLD ._white-text.--lh-159{line-height:159px}.GREEN_GOLD ._white-text.--lh-160{line-height:160px}.GREEN_GOLD ._white-text.--lh-161{line-height:161px}.GREEN_GOLD ._white-text.--lh-162{line-height:162px}.GREEN_GOLD ._white-text.--lh-163{line-height:163px}.GREEN_GOLD ._white-text.--lh-164{line-height:164px}.GREEN_GOLD ._white-text.--lh-165{line-height:165px}.GREEN_GOLD ._white-text.--lh-166{line-height:166px}.GREEN_GOLD ._white-text.--lh-167{line-height:167px}.GREEN_GOLD ._white-text.--lh-168{line-height:168px}.GREEN_GOLD ._white-text.--lh-169{line-height:169px}.GREEN_GOLD ._white-text.--lh-170{line-height:170px}.GREEN_GOLD ._white-text.--lh-171{line-height:171px}.GREEN_GOLD ._white-text.--lh-172{line-height:172px}.GREEN_GOLD ._white-text.--lh-173{line-height:173px}.GREEN_GOLD ._white-text.--lh-174{line-height:174px}.GREEN_GOLD ._white-text.--lh-175{line-height:175px}.GREEN_GOLD ._white-text.--lh-176{line-height:176px}.GREEN_GOLD ._white-text.--lh-177{line-height:177px}.GREEN_GOLD ._white-text.--lh-178{line-height:178px}.GREEN_GOLD ._white-text.--lh-179{line-height:179px}.GREEN_GOLD ._white-text.--lh-180{line-height:180px}.GREEN_GOLD ._white-text.--lh-181{line-height:181px}.GREEN_GOLD ._white-text.--lh-182{line-height:182px}.GREEN_GOLD ._white-text.--lh-183{line-height:183px}.GREEN_GOLD ._white-text.--lh-184{line-height:184px}.GREEN_GOLD ._white-text.--lh-185{line-height:185px}.GREEN_GOLD ._white-text.--lh-186{line-height:186px}.GREEN_GOLD ._white-text.--lh-187{line-height:187px}.GREEN_GOLD ._white-text.--lh-188{line-height:188px}.GREEN_GOLD ._white-text.--lh-189{line-height:189px}.GREEN_GOLD ._white-text.--lh-190{line-height:190px}.GREEN_GOLD ._white-text.--lh-191{line-height:191px}.GREEN_GOLD ._white-text.--lh-192{line-height:192px}.GREEN_GOLD ._white-text.--lh-193{line-height:193px}.GREEN_GOLD ._white-text.--lh-194{line-height:194px}.GREEN_GOLD ._white-text.--lh-195{line-height:195px}.GREEN_GOLD ._white-text.--lh-196{line-height:196px}.GREEN_GOLD ._white-text.--lh-197{line-height:197px}.GREEN_GOLD ._white-text.--lh-198{line-height:198px}.GREEN_GOLD ._white-text.--lh-199{line-height:199px}.GREEN_GOLD ._white-text.--lh-200{line-height:200px}.GREEN_GOLD ._white-text.--lh-201{line-height:201px}.GREEN_GOLD ._white-text.--lh-202{line-height:202px}.GREEN_GOLD ._white-text.--lh-203{line-height:203px}.GREEN_GOLD ._white-text.--lh-204{line-height:204px}.GREEN_GOLD ._white-text.--lh-205{line-height:205px}.GREEN_GOLD ._white-text.--lh-206{line-height:206px}.GREEN_GOLD ._white-text.--lh-207{line-height:207px}.GREEN_GOLD ._white-text.--lh-208{line-height:208px}.GREEN_GOLD ._white-text.--lh-209{line-height:209px}.GREEN_GOLD ._white-text.--lh-210{line-height:210px}.GREEN_GOLD ._white-text.--lh-211{line-height:211px}.GREEN_GOLD ._white-text.--lh-212{line-height:212px}.GREEN_GOLD ._white-text.--lh-213{line-height:213px}.GREEN_GOLD ._white-text.--lh-214{line-height:214px}.GREEN_GOLD ._white-text.--lh-215{line-height:215px}.GREEN_GOLD ._white-text.--lh-216{line-height:216px}.GREEN_GOLD ._white-text.--lh-217{line-height:217px}.GREEN_GOLD ._white-text.--lh-218{line-height:218px}.GREEN_GOLD ._white-text.--lh-219{line-height:219px}.GREEN_GOLD ._white-text.--lh-220{line-height:220px}.GREEN_GOLD ._white-text.--lh-221{line-height:221px}.GREEN_GOLD ._white-text.--lh-222{line-height:222px}.GREEN_GOLD ._white-text.--lh-223{line-height:223px}.GREEN_GOLD ._white-text.--lh-224{line-height:224px}.GREEN_GOLD ._white-text.--lh-225{line-height:225px}.GREEN_GOLD ._white-text.--lh-226{line-height:226px}.GREEN_GOLD ._white-text.--lh-227{line-height:227px}.GREEN_GOLD ._white-text.--lh-228{line-height:228px}.GREEN_GOLD ._white-text.--lh-229{line-height:229px}.GREEN_GOLD ._white-text.--lh-230{line-height:230px}.GREEN_GOLD ._white-text.--lh-231{line-height:231px}.GREEN_GOLD ._white-text.--lh-232{line-height:232px}.GREEN_GOLD ._white-text.--lh-233{line-height:233px}.GREEN_GOLD ._white-text.--lh-234{line-height:234px}.GREEN_GOLD ._white-text.--lh-235{line-height:235px}.GREEN_GOLD ._white-text.--lh-236{line-height:236px}.GREEN_GOLD ._white-text.--lh-237{line-height:237px}.GREEN_GOLD ._white-text.--lh-238{line-height:238px}.GREEN_GOLD ._white-text.--lh-239{line-height:239px}.GREEN_GOLD ._white-text.--lh-240{line-height:240px}.GREEN_GOLD ._white-text.--lh-241{line-height:241px}.GREEN_GOLD ._white-text.--lh-242{line-height:242px}.GREEN_GOLD ._white-text.--lh-243{line-height:243px}.GREEN_GOLD ._white-text.--lh-244{line-height:244px}.GREEN_GOLD ._white-text.--lh-245{line-height:245px}.GREEN_GOLD ._white-text.--lh-246{line-height:246px}.GREEN_GOLD ._white-text.--lh-247{line-height:247px}.GREEN_GOLD ._white-text.--lh-248{line-height:248px}.GREEN_GOLD ._white-text.--lh-249{line-height:249px}.GREEN_GOLD ._white-text.--lh-250{line-height:250px}.GREEN_GOLD ._white-text.--lh-251{line-height:251px}.GREEN_GOLD ._white-text.--lh-252{line-height:252px}.GREEN_GOLD ._white-text.--lh-253{line-height:253px}.GREEN_GOLD ._white-text.--lh-254{line-height:254px}.GREEN_GOLD ._white-text.--lh-255{line-height:255px}.GREEN_GOLD ._white-text.--lh-256{line-height:256px}.GREEN_GOLD ._white-text.--lh-257{line-height:257px}.GREEN_GOLD ._white-text.--lh-258{line-height:258px}.GREEN_GOLD ._white-text.--lh-259{line-height:259px}.GREEN_GOLD ._white-text.--lh-260{line-height:260px}.GREEN_GOLD ._white-text.--lh-261{line-height:261px}.GREEN_GOLD ._white-text.--lh-262{line-height:262px}.GREEN_GOLD ._white-text.--lh-263{line-height:263px}.GREEN_GOLD ._white-text.--lh-264{line-height:264px}.GREEN_GOLD ._white-text.--lh-265{line-height:265px}.GREEN_GOLD ._white-text.--lh-266{line-height:266px}.GREEN_GOLD ._white-text.--lh-267{line-height:267px}.GREEN_GOLD ._white-text.--lh-268{line-height:268px}.GREEN_GOLD ._white-text.--lh-269{line-height:269px}.GREEN_GOLD ._white-text.--lh-270{line-height:270px}.GREEN_GOLD ._white-text.--lh-271{line-height:271px}.GREEN_GOLD ._white-text.--lh-272{line-height:272px}.GREEN_GOLD ._white-text.--lh-273{line-height:273px}.GREEN_GOLD ._white-text.--lh-274{line-height:274px}.GREEN_GOLD ._white-text.--lh-275{line-height:275px}.GREEN_GOLD ._white-text.--lh-276{line-height:276px}.GREEN_GOLD ._white-text.--lh-277{line-height:277px}.GREEN_GOLD ._white-text.--lh-278{line-height:278px}.GREEN_GOLD ._white-text.--lh-279{line-height:279px}.GREEN_GOLD ._white-text.--lh-280{line-height:280px}.GREEN_GOLD ._white-text.--lh-281{line-height:281px}.GREEN_GOLD ._white-text.--lh-282{line-height:282px}.GREEN_GOLD ._white-text.--lh-283{line-height:283px}.GREEN_GOLD ._white-text.--lh-284{line-height:284px}.GREEN_GOLD ._white-text.--lh-285{line-height:285px}.GREEN_GOLD ._white-text.--lh-286{line-height:286px}.GREEN_GOLD ._white-text.--lh-287{line-height:287px}.GREEN_GOLD ._white-text.--lh-288{line-height:288px}.GREEN_GOLD ._white-text.--lh-289{line-height:289px}.GREEN_GOLD ._white-text.--lh-290{line-height:290px}.GREEN_GOLD ._white-text.--lh-291{line-height:291px}.GREEN_GOLD ._white-text.--lh-292{line-height:292px}.GREEN_GOLD ._white-text.--lh-293{line-height:293px}.GREEN_GOLD ._white-text.--lh-294{line-height:294px}.GREEN_GOLD ._white-text.--lh-295{line-height:295px}.GREEN_GOLD ._white-text.--lh-296{line-height:296px}.GREEN_GOLD ._white-text.--lh-297{line-height:297px}.GREEN_GOLD ._white-text.--lh-298{line-height:298px}.GREEN_GOLD ._white-text.--lh-299{line-height:299px}.GREEN_GOLD ._white-text.--lh-300{line-height:300px}.GREEN_GOLD ._white-text.--lh-301{line-height:301px}.GREEN_GOLD ._white-text.--lh-302{line-height:302px}.GREEN_GOLD ._white-text.--lh-303{line-height:303px}.GREEN_GOLD ._white-text.--lh-304{line-height:304px}.GREEN_GOLD ._white-text.--lh-305{line-height:305px}.GREEN_GOLD ._white-text.--lh-306{line-height:306px}.GREEN_GOLD ._white-text.--lh-307{line-height:307px}.GREEN_GOLD ._white-text.--lh-308{line-height:308px}.GREEN_GOLD ._white-text.--lh-309{line-height:309px}.GREEN_GOLD ._white-text.--lh-310{line-height:310px}.GREEN_GOLD ._white-text.--lh-311{line-height:311px}.GREEN_GOLD ._white-text.--lh-312{line-height:312px}.GREEN_GOLD ._white-text.--lh-313{line-height:313px}.GREEN_GOLD ._white-text.--lh-314{line-height:314px}.GREEN_GOLD ._white-text.--lh-315{line-height:315px}.GREEN_GOLD ._white-text.--lh-316{line-height:316px}.GREEN_GOLD ._white-text.--lh-317{line-height:317px}.GREEN_GOLD ._white-text.--lh-318{line-height:318px}.GREEN_GOLD ._white-text.--lh-319{line-height:319px}.GREEN_GOLD ._white-text.--lh-320{line-height:320px}.GREEN_GOLD ._white-text.--lh-321{line-height:321px}.GREEN_GOLD ._white-text.--lh-322{line-height:322px}.GREEN_GOLD ._white-text.--lh-323{line-height:323px}.GREEN_GOLD ._white-text.--lh-324{line-height:324px}.GREEN_GOLD ._white-text.--lh-325{line-height:325px}.GREEN_GOLD ._white-text.--lh-326{line-height:326px}.GREEN_GOLD ._white-text.--lh-327{line-height:327px}.GREEN_GOLD ._white-text.--lh-328{line-height:328px}.GREEN_GOLD ._white-text.--lh-329{line-height:329px}.GREEN_GOLD ._white-text.--lh-330{line-height:330px}.GREEN_GOLD ._white-text.--lh-331{line-height:331px}.GREEN_GOLD ._white-text.--lh-332{line-height:332px}.GREEN_GOLD ._white-text.--lh-333{line-height:333px}.GREEN_GOLD ._white-text.--lh-334{line-height:334px}.GREEN_GOLD ._white-text.--lh-335{line-height:335px}.GREEN_GOLD ._white-text.--lh-336{line-height:336px}.GREEN_GOLD ._white-text.--lh-337{line-height:337px}.GREEN_GOLD ._white-text.--lh-338{line-height:338px}.GREEN_GOLD ._white-text.--lh-339{line-height:339px}.GREEN_GOLD ._white-text.--lh-340{line-height:340px}.GREEN_GOLD ._white-text.--lh-341{line-height:341px}.GREEN_GOLD ._white-text.--lh-342{line-height:342px}.GREEN_GOLD ._white-text.--lh-343{line-height:343px}.GREEN_GOLD ._white-text.--lh-344{line-height:344px}.GREEN_GOLD ._white-text.--lh-345{line-height:345px}.GREEN_GOLD ._white-text.--lh-346{line-height:346px}.GREEN_GOLD ._white-text.--lh-347{line-height:347px}.GREEN_GOLD ._white-text.--lh-348{line-height:348px}.GREEN_GOLD ._white-text.--lh-349{line-height:349px}.GREEN_GOLD ._white-text.--lh-350{line-height:350px}.GREEN_GOLD ._white-text.--lh-351{line-height:351px}.GREEN_GOLD ._white-text.--lh-352{line-height:352px}.GREEN_GOLD ._white-text.--lh-353{line-height:353px}.GREEN_GOLD ._white-text.--lh-354{line-height:354px}.GREEN_GOLD ._white-text.--lh-355{line-height:355px}.GREEN_GOLD ._white-text.--lh-356{line-height:356px}.GREEN_GOLD ._white-text.--lh-357{line-height:357px}.GREEN_GOLD ._white-text.--lh-358{line-height:358px}.GREEN_GOLD ._white-text.--lh-359{line-height:359px}.GREEN_GOLD ._white-text.--lh-360{line-height:360px}.GREEN_GOLD ._white-text.--lh-361{line-height:361px}.GREEN_GOLD ._white-text.--lh-362{line-height:362px}.GREEN_GOLD ._white-text.--lh-363{line-height:363px}.GREEN_GOLD ._white-text.--lh-364{line-height:364px}.GREEN_GOLD ._white-text.--lh-365{line-height:365px}.GREEN_GOLD ._white-text.--lh-366{line-height:366px}.GREEN_GOLD ._white-text.--lh-367{line-height:367px}.GREEN_GOLD ._white-text.--lh-368{line-height:368px}.GREEN_GOLD ._white-text.--lh-369{line-height:369px}.GREEN_GOLD ._white-text.--lh-370{line-height:370px}.GREEN_GOLD ._white-text.--lh-371{line-height:371px}.GREEN_GOLD ._white-text.--lh-372{line-height:372px}.GREEN_GOLD ._white-text.--lh-373{line-height:373px}.GREEN_GOLD ._white-text.--lh-374{line-height:374px}.GREEN_GOLD ._white-text.--lh-375{line-height:375px}.GREEN_GOLD ._white-text.--lh-376{line-height:376px}.GREEN_GOLD ._white-text.--lh-377{line-height:377px}.GREEN_GOLD ._white-text.--lh-378{line-height:378px}.GREEN_GOLD ._white-text.--lh-379{line-height:379px}.GREEN_GOLD ._white-text.--lh-380{line-height:380px}.GREEN_GOLD ._white-text.--lh-381{line-height:381px}.GREEN_GOLD ._white-text.--lh-382{line-height:382px}.GREEN_GOLD ._white-text.--lh-383{line-height:383px}.GREEN_GOLD ._white-text.--lh-384{line-height:384px}.GREEN_GOLD ._white-text.--lh-385{line-height:385px}.GREEN_GOLD ._white-text.--lh-386{line-height:386px}.GREEN_GOLD ._white-text.--lh-387{line-height:387px}.GREEN_GOLD ._white-text.--lh-388{line-height:388px}.GREEN_GOLD ._white-text.--lh-389{line-height:389px}.GREEN_GOLD ._white-text.--lh-390{line-height:390px}.GREEN_GOLD ._white-text.--lh-391{line-height:391px}.GREEN_GOLD ._white-text.--lh-392{line-height:392px}.GREEN_GOLD ._white-text.--lh-393{line-height:393px}.GREEN_GOLD ._white-text.--lh-394{line-height:394px}.GREEN_GOLD ._white-text.--lh-395{line-height:395px}.GREEN_GOLD ._white-text.--lh-396{line-height:396px}.GREEN_GOLD ._white-text.--lh-397{line-height:397px}.GREEN_GOLD ._white-text.--lh-398{line-height:398px}.GREEN_GOLD ._white-text.--lh-399{line-height:399px}.GREEN_GOLD ._white-text.--lh-400{line-height:400px}.GREEN_GOLD ._white-text.--lh-401{line-height:401px}.GREEN_GOLD ._white-text.--lh-402{line-height:402px}.GREEN_GOLD ._white-text.--lh-403{line-height:403px}.GREEN_GOLD ._white-text.--lh-404{line-height:404px}.GREEN_GOLD ._white-text.--lh-405{line-height:405px}.GREEN_GOLD ._white-text.--lh-406{line-height:406px}.GREEN_GOLD ._white-text.--lh-407{line-height:407px}.GREEN_GOLD ._white-text.--lh-408{line-height:408px}.GREEN_GOLD ._white-text.--lh-409{line-height:409px}.GREEN_GOLD ._white-text.--lh-410{line-height:410px}.GREEN_GOLD ._white-text.--lh-411{line-height:411px}.GREEN_GOLD ._white-text.--lh-412{line-height:412px}.GREEN_GOLD ._white-text.--lh-413{line-height:413px}.GREEN_GOLD ._white-text.--lh-414{line-height:414px}.GREEN_GOLD ._white-text.--lh-415{line-height:415px}.GREEN_GOLD ._white-text.--lh-416{line-height:416px}.GREEN_GOLD ._white-text.--lh-417{line-height:417px}.GREEN_GOLD ._white-text.--lh-418{line-height:418px}.GREEN_GOLD ._white-text.--lh-419{line-height:419px}.GREEN_GOLD ._white-text.--lh-420{line-height:420px}.GREEN_GOLD ._white-text.--lh-421{line-height:421px}.GREEN_GOLD ._white-text.--lh-422{line-height:422px}.GREEN_GOLD ._white-text.--lh-423{line-height:423px}.GREEN_GOLD ._white-text.--lh-424{line-height:424px}.GREEN_GOLD ._white-text.--lh-425{line-height:425px}.GREEN_GOLD ._white-text.--lh-426{line-height:426px}.GREEN_GOLD ._white-text.--lh-427{line-height:427px}.GREEN_GOLD ._white-text.--lh-428{line-height:428px}.GREEN_GOLD ._white-text.--lh-429{line-height:429px}.GREEN_GOLD ._white-text.--lh-430{line-height:430px}.GREEN_GOLD ._white-text.--lh-431{line-height:431px}.GREEN_GOLD ._white-text.--lh-432{line-height:432px}.GREEN_GOLD ._white-text.--lh-433{line-height:433px}.GREEN_GOLD ._white-text.--lh-434{line-height:434px}.GREEN_GOLD ._white-text.--lh-435{line-height:435px}.GREEN_GOLD ._white-text.--lh-436{line-height:436px}.GREEN_GOLD ._white-text.--lh-437{line-height:437px}.GREEN_GOLD ._white-text.--lh-438{line-height:438px}.GREEN_GOLD ._white-text.--lh-439{line-height:439px}.GREEN_GOLD ._white-text.--lh-440{line-height:440px}.GREEN_GOLD ._white-text.--lh-441{line-height:441px}.GREEN_GOLD ._white-text.--lh-442{line-height:442px}.GREEN_GOLD ._white-text.--lh-443{line-height:443px}.GREEN_GOLD ._white-text.--lh-444{line-height:444px}.GREEN_GOLD ._white-text.--lh-445{line-height:445px}.GREEN_GOLD ._white-text.--lh-446{line-height:446px}.GREEN_GOLD ._white-text.--lh-447{line-height:447px}.GREEN_GOLD ._white-text.--lh-448{line-height:448px}.GREEN_GOLD ._white-text.--lh-449{line-height:449px}.GREEN_GOLD ._white-text.--lh-450{line-height:450px}.GREEN_GOLD ._white-text.--lh-451{line-height:451px}.GREEN_GOLD ._white-text.--lh-452{line-height:452px}.GREEN_GOLD ._white-text.--lh-453{line-height:453px}.GREEN_GOLD ._white-text.--lh-454{line-height:454px}.GREEN_GOLD ._white-text.--lh-455{line-height:455px}.GREEN_GOLD ._white-text.--lh-456{line-height:456px}.GREEN_GOLD ._white-text.--lh-457{line-height:457px}.GREEN_GOLD ._white-text.--lh-458{line-height:458px}.GREEN_GOLD ._white-text.--lh-459{line-height:459px}.GREEN_GOLD ._white-text.--lh-460{line-height:460px}.GREEN_GOLD ._white-text.--lh-461{line-height:461px}.GREEN_GOLD ._white-text.--lh-462{line-height:462px}.GREEN_GOLD ._white-text.--lh-463{line-height:463px}.GREEN_GOLD ._white-text.--lh-464{line-height:464px}.GREEN_GOLD ._white-text.--lh-465{line-height:465px}.GREEN_GOLD ._white-text.--lh-466{line-height:466px}.GREEN_GOLD ._white-text.--lh-467{line-height:467px}.GREEN_GOLD ._white-text.--lh-468{line-height:468px}.GREEN_GOLD ._white-text.--lh-469{line-height:469px}.GREEN_GOLD ._white-text.--lh-470{line-height:470px}.GREEN_GOLD ._white-text.--lh-471{line-height:471px}.GREEN_GOLD ._white-text.--lh-472{line-height:472px}.GREEN_GOLD ._white-text.--lh-473{line-height:473px}.GREEN_GOLD ._white-text.--lh-474{line-height:474px}.GREEN_GOLD ._white-text.--lh-475{line-height:475px}.GREEN_GOLD ._white-text.--lh-476{line-height:476px}.GREEN_GOLD ._white-text.--lh-477{line-height:477px}.GREEN_GOLD ._white-text.--lh-478{line-height:478px}.GREEN_GOLD ._white-text.--lh-479{line-height:479px}.GREEN_GOLD ._white-text.--lh-480{line-height:480px}.GREEN_GOLD ._white-text.--lh-481{line-height:481px}.GREEN_GOLD ._white-text.--lh-482{line-height:482px}.GREEN_GOLD ._white-text.--lh-483{line-height:483px}.GREEN_GOLD ._white-text.--lh-484{line-height:484px}.GREEN_GOLD ._white-text.--lh-485{line-height:485px}.GREEN_GOLD ._white-text.--lh-486{line-height:486px}.GREEN_GOLD ._white-text.--lh-487{line-height:487px}.GREEN_GOLD ._white-text.--lh-488{line-height:488px}.GREEN_GOLD ._white-text.--lh-489{line-height:489px}.GREEN_GOLD ._white-text.--lh-490{line-height:490px}.GREEN_GOLD ._white-text.--lh-491{line-height:491px}.GREEN_GOLD ._white-text.--lh-492{line-height:492px}.GREEN_GOLD ._white-text.--lh-493{line-height:493px}.GREEN_GOLD ._white-text.--lh-494{line-height:494px}.GREEN_GOLD ._white-text.--lh-495{line-height:495px}.GREEN_GOLD ._white-text.--lh-496{line-height:496px}.GREEN_GOLD ._white-text.--lh-497{line-height:497px}.GREEN_GOLD ._white-text.--lh-498{line-height:498px}.GREEN_GOLD ._white-text.--lh-499{line-height:499px}.GREEN_GOLD ._white-text.--lh-500{line-height:500px}.GREEN_GOLD ._white-text.--lh-501{line-height:501px}.GREEN_GOLD ._white-text.--lh-502{line-height:502px}.GREEN_GOLD ._white-text.--lh-503{line-height:503px}.GREEN_GOLD ._white-text.--lh-504{line-height:504px}.GREEN_GOLD ._white-text.--lh-505{line-height:505px}.GREEN_GOLD ._white-text.--lh-506{line-height:506px}.GREEN_GOLD ._white-text.--lh-507{line-height:507px}.GREEN_GOLD ._white-text.--lh-508{line-height:508px}.GREEN_GOLD ._white-text.--lh-509{line-height:509px}.GREEN_GOLD ._white-text.--lh-510{line-height:510px}.GREEN_GOLD ._white-text.--lh-511{line-height:511px}.GREEN_GOLD ._white-text.--lh-512{line-height:512px}.GREEN_GOLD ._white-text.--lh-513{line-height:513px}.GREEN_GOLD ._white-text.--lh-514{line-height:514px}.GREEN_GOLD ._white-text.--lh-515{line-height:515px}.GREEN_GOLD ._white-text.--lh-516{line-height:516px}.GREEN_GOLD ._white-text.--lh-517{line-height:517px}.GREEN_GOLD ._white-text.--lh-518{line-height:518px}.GREEN_GOLD ._white-text.--lh-519{line-height:519px}.GREEN_GOLD ._white-text.--lh-520{line-height:520px}.GREEN_GOLD ._white-text.--lh-521{line-height:521px}.GREEN_GOLD ._white-text.--lh-522{line-height:522px}.GREEN_GOLD ._white-text.--lh-523{line-height:523px}.GREEN_GOLD ._white-text.--lh-524{line-height:524px}.GREEN_GOLD ._white-text.--lh-525{line-height:525px}.GREEN_GOLD ._white-text.--lh-526{line-height:526px}.GREEN_GOLD ._white-text.--lh-527{line-height:527px}.GREEN_GOLD ._white-text.--lh-528{line-height:528px}.GREEN_GOLD ._white-text.--lh-529{line-height:529px}.GREEN_GOLD ._white-text.--lh-530{line-height:530px}.GREEN_GOLD ._white-text.--lh-531{line-height:531px}.GREEN_GOLD ._white-text.--lh-532{line-height:532px}.GREEN_GOLD ._white-text.--lh-533{line-height:533px}.GREEN_GOLD ._white-text.--lh-534{line-height:534px}.GREEN_GOLD ._white-text.--lh-535{line-height:535px}.GREEN_GOLD ._white-text.--lh-536{line-height:536px}.GREEN_GOLD ._white-text.--lh-537{line-height:537px}.GREEN_GOLD ._white-text.--lh-538{line-height:538px}.GREEN_GOLD ._white-text.--lh-539{line-height:539px}.GREEN_GOLD ._white-text.--lh-540{line-height:540px}.GREEN_GOLD ._white-text.--lh-541{line-height:541px}.GREEN_GOLD ._white-text.--lh-542{line-height:542px}.GREEN_GOLD ._white-text.--lh-543{line-height:543px}.GREEN_GOLD ._white-text.--lh-544{line-height:544px}.GREEN_GOLD ._white-text.--lh-545{line-height:545px}.GREEN_GOLD ._white-text.--lh-546{line-height:546px}.GREEN_GOLD ._white-text.--lh-547{line-height:547px}.GREEN_GOLD ._white-text.--lh-548{line-height:548px}.GREEN_GOLD ._white-text.--lh-549{line-height:549px}.GREEN_GOLD ._white-text.--lh-550{line-height:550px}.GREEN_GOLD ._white-text.--lh-551{line-height:551px}.GREEN_GOLD ._white-text.--lh-552{line-height:552px}.GREEN_GOLD ._white-text.--lh-553{line-height:553px}.GREEN_GOLD ._white-text.--lh-554{line-height:554px}.GREEN_GOLD ._white-text.--lh-555{line-height:555px}.GREEN_GOLD ._white-text.--lh-556{line-height:556px}.GREEN_GOLD ._white-text.--lh-557{line-height:557px}.GREEN_GOLD ._white-text.--lh-558{line-height:558px}.GREEN_GOLD ._white-text.--lh-559{line-height:559px}.GREEN_GOLD ._white-text.--lh-560{line-height:560px}.GREEN_GOLD ._white-text.--lh-561{line-height:561px}.GREEN_GOLD ._white-text.--lh-562{line-height:562px}.GREEN_GOLD ._white-text.--lh-563{line-height:563px}.GREEN_GOLD ._white-text.--lh-564{line-height:564px}.GREEN_GOLD ._white-text.--lh-565{line-height:565px}.GREEN_GOLD ._white-text.--lh-566{line-height:566px}.GREEN_GOLD ._white-text.--lh-567{line-height:567px}.GREEN_GOLD ._white-text.--lh-568{line-height:568px}.GREEN_GOLD ._white-text.--lh-569{line-height:569px}.GREEN_GOLD ._white-text.--lh-570{line-height:570px}.GREEN_GOLD ._white-text.--lh-571{line-height:571px}.GREEN_GOLD ._white-text.--lh-572{line-height:572px}.GREEN_GOLD ._white-text.--lh-573{line-height:573px}.GREEN_GOLD ._white-text.--lh-574{line-height:574px}.GREEN_GOLD ._white-text.--lh-575{line-height:575px}.GREEN_GOLD ._white-text.--lh-576{line-height:576px}.GREEN_GOLD ._white-text.--lh-577{line-height:577px}.GREEN_GOLD ._white-text.--lh-578{line-height:578px}.GREEN_GOLD ._white-text.--lh-579{line-height:579px}.GREEN_GOLD ._white-text.--lh-580{line-height:580px}.GREEN_GOLD ._white-text.--lh-581{line-height:581px}.GREEN_GOLD ._white-text.--lh-582{line-height:582px}.GREEN_GOLD ._white-text.--lh-583{line-height:583px}.GREEN_GOLD ._white-text.--lh-584{line-height:584px}.GREEN_GOLD ._white-text.--lh-585{line-height:585px}.GREEN_GOLD ._white-text.--lh-586{line-height:586px}.GREEN_GOLD ._white-text.--lh-587{line-height:587px}.GREEN_GOLD ._white-text.--lh-588{line-height:588px}.GREEN_GOLD ._white-text.--lh-589{line-height:589px}.GREEN_GOLD ._white-text.--lh-590{line-height:590px}.GREEN_GOLD ._white-text.--lh-591{line-height:591px}.GREEN_GOLD ._white-text.--lh-592{line-height:592px}.GREEN_GOLD ._white-text.--lh-593{line-height:593px}.GREEN_GOLD ._white-text.--lh-594{line-height:594px}.GREEN_GOLD ._white-text.--lh-595{line-height:595px}.GREEN_GOLD ._white-text.--lh-596{line-height:596px}.GREEN_GOLD ._white-text.--lh-597{line-height:597px}.GREEN_GOLD ._white-text.--lh-598{line-height:598px}.GREEN_GOLD ._white-text.--lh-599{line-height:599px}.GREEN_GOLD ._white-text.--lh-600{line-height:600px}.GREEN_GOLD ._white-text.--lh-601{line-height:601px}.GREEN_GOLD ._white-text.--lh-602{line-height:602px}.GREEN_GOLD ._white-text.--lh-603{line-height:603px}.GREEN_GOLD ._white-text.--lh-604{line-height:604px}.GREEN_GOLD ._white-text.--lh-605{line-height:605px}.GREEN_GOLD ._white-text.--lh-606{line-height:606px}.GREEN_GOLD ._white-text.--lh-607{line-height:607px}.GREEN_GOLD ._white-text.--lh-608{line-height:608px}.GREEN_GOLD ._white-text.--lh-609{line-height:609px}.GREEN_GOLD ._white-text.--lh-610{line-height:610px}.GREEN_GOLD ._white-text.--lh-611{line-height:611px}.GREEN_GOLD ._white-text.--lh-612{line-height:612px}.GREEN_GOLD ._white-text.--lh-613{line-height:613px}.GREEN_GOLD ._white-text.--lh-614{line-height:614px}.GREEN_GOLD ._white-text.--lh-615{line-height:615px}.GREEN_GOLD ._white-text.--lh-616{line-height:616px}.GREEN_GOLD ._white-text.--lh-617{line-height:617px}.GREEN_GOLD ._white-text.--lh-618{line-height:618px}.GREEN_GOLD ._white-text.--lh-619{line-height:619px}.GREEN_GOLD ._white-text.--lh-620{line-height:620px}.GREEN_GOLD ._white-text.--lh-621{line-height:621px}.GREEN_GOLD ._white-text.--lh-622{line-height:622px}.GREEN_GOLD ._white-text.--lh-623{line-height:623px}.GREEN_GOLD ._white-text.--lh-624{line-height:624px}.GREEN_GOLD ._white-text.--lh-625{line-height:625px}.GREEN_GOLD ._white-text.--lh-626{line-height:626px}.GREEN_GOLD ._white-text.--lh-627{line-height:627px}.GREEN_GOLD ._white-text.--lh-628{line-height:628px}.GREEN_GOLD ._white-text.--lh-629{line-height:629px}.GREEN_GOLD ._white-text.--lh-630{line-height:630px}.GREEN_GOLD ._white-text.--lh-631{line-height:631px}.GREEN_GOLD ._white-text.--lh-632{line-height:632px}.GREEN_GOLD ._white-text.--lh-633{line-height:633px}.GREEN_GOLD ._white-text.--lh-634{line-height:634px}.GREEN_GOLD ._white-text.--lh-635{line-height:635px}.GREEN_GOLD ._white-text.--lh-636{line-height:636px}.GREEN_GOLD ._white-text.--lh-637{line-height:637px}.GREEN_GOLD ._white-text.--lh-638{line-height:638px}.GREEN_GOLD ._white-text.--lh-639{line-height:639px}.GREEN_GOLD ._white-text.--lh-640{line-height:640px}.GREEN_GOLD ._white-text.--lh-641{line-height:641px}.GREEN_GOLD ._white-text.--lh-642{line-height:642px}.GREEN_GOLD ._white-text.--lh-643{line-height:643px}.GREEN_GOLD ._white-text.--lh-644{line-height:644px}.GREEN_GOLD ._white-text.--lh-645{line-height:645px}.GREEN_GOLD ._white-text.--lh-646{line-height:646px}.GREEN_GOLD ._white-text.--lh-647{line-height:647px}.GREEN_GOLD ._white-text.--lh-648{line-height:648px}.GREEN_GOLD ._white-text.--lh-649{line-height:649px}.GREEN_GOLD ._white-text.--lh-650{line-height:650px}.GREEN_GOLD ._white-text.--lh-651{line-height:651px}.GREEN_GOLD ._white-text.--lh-652{line-height:652px}.GREEN_GOLD ._white-text.--lh-653{line-height:653px}.GREEN_GOLD ._white-text.--lh-654{line-height:654px}.GREEN_GOLD ._white-text.--lh-655{line-height:655px}.GREEN_GOLD ._white-text.--lh-656{line-height:656px}.GREEN_GOLD ._white-text.--lh-657{line-height:657px}.GREEN_GOLD ._white-text.--lh-658{line-height:658px}.GREEN_GOLD ._white-text.--lh-659{line-height:659px}.GREEN_GOLD ._white-text.--lh-660{line-height:660px}.GREEN_GOLD ._white-text.--lh-661{line-height:661px}.GREEN_GOLD ._white-text.--lh-662{line-height:662px}.GREEN_GOLD ._white-text.--lh-663{line-height:663px}.GREEN_GOLD ._white-text.--lh-664{line-height:664px}.GREEN_GOLD ._white-text.--lh-665{line-height:665px}.GREEN_GOLD ._white-text.--lh-666{line-height:666px}.GREEN_GOLD ._white-text.--lh-667{line-height:667px}.GREEN_GOLD ._white-text.--lh-668{line-height:668px}.GREEN_GOLD ._white-text.--lh-669{line-height:669px}.GREEN_GOLD ._white-text.--lh-670{line-height:670px}.GREEN_GOLD ._white-text.--lh-671{line-height:671px}.GREEN_GOLD ._white-text.--lh-672{line-height:672px}.GREEN_GOLD ._white-text.--lh-673{line-height:673px}.GREEN_GOLD ._white-text.--lh-674{line-height:674px}.GREEN_GOLD ._white-text.--lh-675{line-height:675px}.GREEN_GOLD ._white-text.--lh-676{line-height:676px}.GREEN_GOLD ._white-text.--lh-677{line-height:677px}.GREEN_GOLD ._white-text.--lh-678{line-height:678px}.GREEN_GOLD ._white-text.--lh-679{line-height:679px}.GREEN_GOLD ._white-text.--lh-680{line-height:680px}.GREEN_GOLD ._white-text.--lh-681{line-height:681px}.GREEN_GOLD ._white-text.--lh-682{line-height:682px}.GREEN_GOLD ._white-text.--lh-683{line-height:683px}.GREEN_GOLD ._white-text.--lh-684{line-height:684px}.GREEN_GOLD ._white-text.--lh-685{line-height:685px}.GREEN_GOLD ._white-text.--lh-686{line-height:686px}.GREEN_GOLD ._white-text.--lh-687{line-height:687px}.GREEN_GOLD ._white-text.--lh-688{line-height:688px}.GREEN_GOLD ._white-text.--lh-689{line-height:689px}.GREEN_GOLD ._white-text.--lh-690{line-height:690px}.GREEN_GOLD ._white-text.--lh-691{line-height:691px}.GREEN_GOLD ._white-text.--lh-692{line-height:692px}.GREEN_GOLD ._white-text.--lh-693{line-height:693px}.GREEN_GOLD ._white-text.--lh-694{line-height:694px}.GREEN_GOLD ._white-text.--lh-695{line-height:695px}.GREEN_GOLD ._white-text.--lh-696{line-height:696px}.GREEN_GOLD ._white-text.--lh-697{line-height:697px}.GREEN_GOLD ._white-text.--lh-698{line-height:698px}.GREEN_GOLD ._white-text.--lh-699{line-height:699px}.GREEN_GOLD ._white-text.--lh-700{line-height:700px}.GREEN_GOLD ._white-text.--lh-701{line-height:701px}.GREEN_GOLD ._white-text.--lh-702{line-height:702px}.GREEN_GOLD ._white-text.--lh-703{line-height:703px}.GREEN_GOLD ._white-text.--lh-704{line-height:704px}.GREEN_GOLD ._white-text.--lh-705{line-height:705px}.GREEN_GOLD ._white-text.--lh-706{line-height:706px}.GREEN_GOLD ._white-text.--lh-707{line-height:707px}.GREEN_GOLD ._white-text.--lh-708{line-height:708px}.GREEN_GOLD ._white-text.--lh-709{line-height:709px}.GREEN_GOLD ._white-text.--lh-710{line-height:710px}.GREEN_GOLD ._white-text.--lh-711{line-height:711px}.GREEN_GOLD ._white-text.--lh-712{line-height:712px}.GREEN_GOLD ._white-text.--lh-713{line-height:713px}.GREEN_GOLD ._white-text.--lh-714{line-height:714px}.GREEN_GOLD ._white-text.--lh-715{line-height:715px}.GREEN_GOLD ._white-text.--lh-716{line-height:716px}.GREEN_GOLD ._white-text.--lh-717{line-height:717px}.GREEN_GOLD ._white-text.--lh-718{line-height:718px}.GREEN_GOLD ._white-text.--lh-719{line-height:719px}.GREEN_GOLD ._white-text.--lh-720{line-height:720px}.GREEN_GOLD ._white-text.--lh-721{line-height:721px}.GREEN_GOLD ._white-text.--lh-722{line-height:722px}.GREEN_GOLD ._white-text.--lh-723{line-height:723px}.GREEN_GOLD ._white-text.--lh-724{line-height:724px}.GREEN_GOLD ._white-text.--lh-725{line-height:725px}.GREEN_GOLD ._white-text.--lh-726{line-height:726px}.GREEN_GOLD ._white-text.--lh-727{line-height:727px}.GREEN_GOLD ._white-text.--lh-728{line-height:728px}.GREEN_GOLD ._white-text.--lh-729{line-height:729px}.GREEN_GOLD ._white-text.--lh-730{line-height:730px}.GREEN_GOLD ._white-text.--lh-731{line-height:731px}.GREEN_GOLD ._white-text.--lh-732{line-height:732px}.GREEN_GOLD ._white-text.--lh-733{line-height:733px}.GREEN_GOLD ._white-text.--lh-734{line-height:734px}.GREEN_GOLD ._white-text.--lh-735{line-height:735px}.GREEN_GOLD ._white-text.--lh-736{line-height:736px}.GREEN_GOLD ._white-text.--lh-737{line-height:737px}.GREEN_GOLD ._white-text.--lh-738{line-height:738px}.GREEN_GOLD ._white-text.--lh-739{line-height:739px}.GREEN_GOLD ._white-text.--lh-740{line-height:740px}.GREEN_GOLD ._white-text.--lh-741{line-height:741px}.GREEN_GOLD ._white-text.--lh-742{line-height:742px}.GREEN_GOLD ._white-text.--lh-743{line-height:743px}.GREEN_GOLD ._white-text.--lh-744{line-height:744px}.GREEN_GOLD ._white-text.--lh-745{line-height:745px}.GREEN_GOLD ._white-text.--lh-746{line-height:746px}.GREEN_GOLD ._white-text.--lh-747{line-height:747px}.GREEN_GOLD ._white-text.--lh-748{line-height:748px}.GREEN_GOLD ._white-text.--lh-749{line-height:749px}.GREEN_GOLD ._white-text.--lh-750{line-height:750px}.GREEN_GOLD ._white-text.--lh-751{line-height:751px}.GREEN_GOLD ._white-text.--lh-752{line-height:752px}.GREEN_GOLD ._white-text.--lh-753{line-height:753px}.GREEN_GOLD ._white-text.--lh-754{line-height:754px}.GREEN_GOLD ._white-text.--lh-755{line-height:755px}.GREEN_GOLD ._white-text.--lh-756{line-height:756px}.GREEN_GOLD ._white-text.--lh-757{line-height:757px}.GREEN_GOLD ._white-text.--lh-758{line-height:758px}.GREEN_GOLD ._white-text.--lh-759{line-height:759px}.GREEN_GOLD ._white-text.--lh-760{line-height:760px}.GREEN_GOLD ._white-text.--lh-761{line-height:761px}.GREEN_GOLD ._white-text.--lh-762{line-height:762px}.GREEN_GOLD ._white-text.--lh-763{line-height:763px}.GREEN_GOLD ._white-text.--lh-764{line-height:764px}.GREEN_GOLD ._white-text.--lh-765{line-height:765px}.GREEN_GOLD ._white-text.--lh-766{line-height:766px}.GREEN_GOLD ._white-text.--lh-767{line-height:767px}.GREEN_GOLD ._white-text.--lh-768{line-height:768px}.GREEN_GOLD ._white-text.--lh-769{line-height:769px}.GREEN_GOLD ._white-text.--lh-770{line-height:770px}.GREEN_GOLD ._white-text.--lh-771{line-height:771px}.GREEN_GOLD ._white-text.--lh-772{line-height:772px}.GREEN_GOLD ._white-text.--lh-773{line-height:773px}.GREEN_GOLD ._white-text.--lh-774{line-height:774px}.GREEN_GOLD ._white-text.--lh-775{line-height:775px}.GREEN_GOLD ._white-text.--lh-776{line-height:776px}.GREEN_GOLD ._white-text.--lh-777{line-height:777px}.GREEN_GOLD ._white-text.--lh-778{line-height:778px}.GREEN_GOLD ._white-text.--lh-779{line-height:779px}.GREEN_GOLD ._white-text.--lh-780{line-height:780px}.GREEN_GOLD ._white-text.--lh-781{line-height:781px}.GREEN_GOLD ._white-text.--lh-782{line-height:782px}.GREEN_GOLD ._white-text.--lh-783{line-height:783px}.GREEN_GOLD ._white-text.--lh-784{line-height:784px}.GREEN_GOLD ._white-text.--lh-785{line-height:785px}.GREEN_GOLD ._white-text.--lh-786{line-height:786px}.GREEN_GOLD ._white-text.--lh-787{line-height:787px}.GREEN_GOLD ._white-text.--lh-788{line-height:788px}.GREEN_GOLD ._white-text.--lh-789{line-height:789px}.GREEN_GOLD ._white-text.--lh-790{line-height:790px}.GREEN_GOLD ._white-text.--lh-791{line-height:791px}.GREEN_GOLD ._white-text.--lh-792{line-height:792px}.GREEN_GOLD ._white-text.--lh-793{line-height:793px}.GREEN_GOLD ._white-text.--lh-794{line-height:794px}.GREEN_GOLD ._white-text.--lh-795{line-height:795px}.GREEN_GOLD ._white-text.--lh-796{line-height:796px}.GREEN_GOLD ._white-text.--lh-797{line-height:797px}.GREEN_GOLD ._white-text.--lh-798{line-height:798px}.GREEN_GOLD ._white-text.--lh-799{line-height:799px}.GREEN_GOLD ._white-text.--lh-800{line-height:800px}.GREEN_GOLD .profile-details-label{font-family:Poppins;font-size:22.37px;font-weight:700;line-height:33.55px;color:#14ff6c}.GREEN_GREY ._primary-text{color:var(--white);font-family:Poppins}.GREEN_GREY ._primary-text.--size-5{font-size:5px}.GREEN_GREY ._primary-text.--size-6{font-size:6px}.GREEN_GREY ._primary-text.--size-7{font-size:7px}.GREEN_GREY ._primary-text.--size-8{font-size:8px}.GREEN_GREY ._primary-text.--size-9{font-size:9px}.GREEN_GREY ._primary-text.--size-10{font-size:10px}.GREEN_GREY ._primary-text.--size-11{font-size:11px}.GREEN_GREY ._primary-text.--size-12{font-size:12px}.GREEN_GREY ._primary-text.--size-13{font-size:13px}.GREEN_GREY ._primary-text.--size-14{font-size:14px}.GREEN_GREY ._primary-text.--size-15{font-size:15px}.GREEN_GREY ._primary-text.--size-16{font-size:16px}.GREEN_GREY ._primary-text.--size-17{font-size:17px}.GREEN_GREY ._primary-text.--size-18{font-size:18px}.GREEN_GREY ._primary-text.--size-19{font-size:19px}.GREEN_GREY ._primary-text.--size-20{font-size:20px}.GREEN_GREY ._primary-text.--size-21{font-size:21px}.GREEN_GREY ._primary-text.--size-22{font-size:22px}.GREEN_GREY ._primary-text.--size-23{font-size:23px}.GREEN_GREY ._primary-text.--size-24{font-size:24px}.GREEN_GREY ._primary-text.--size-25{font-size:25px}.GREEN_GREY ._primary-text.--size-26{font-size:26px}.GREEN_GREY ._primary-text.--size-27{font-size:27px}.GREEN_GREY ._primary-text.--size-28{font-size:28px}.GREEN_GREY ._primary-text.--size-29{font-size:29px}.GREEN_GREY ._primary-text.--size-30{font-size:30px}.GREEN_GREY ._primary-text.--size-31{font-size:31px}.GREEN_GREY ._primary-text.--size-32{font-size:32px}.GREEN_GREY ._primary-text.--size-33{font-size:33px}.GREEN_GREY ._primary-text.--size-34{font-size:34px}.GREEN_GREY ._primary-text.--size-35{font-size:35px}.GREEN_GREY ._primary-text.--size-36{font-size:36px}.GREEN_GREY ._primary-text.--size-37{font-size:37px}.GREEN_GREY ._primary-text.--size-38{font-size:38px}.GREEN_GREY ._primary-text.--size-39{font-size:39px}.GREEN_GREY ._primary-text.--size-40{font-size:40px}.GREEN_GREY ._primary-text.--size-41{font-size:41px}.GREEN_GREY ._primary-text.--size-42{font-size:42px}.GREEN_GREY ._primary-text.--size-43{font-size:43px}.GREEN_GREY ._primary-text.--size-44{font-size:44px}.GREEN_GREY ._primary-text.--size-45{font-size:45px}.GREEN_GREY ._primary-text.--size-46{font-size:46px}.GREEN_GREY ._primary-text.--size-47{font-size:47px}.GREEN_GREY ._primary-text.--size-48{font-size:48px}.GREEN_GREY ._primary-text.--size-49{font-size:49px}.GREEN_GREY ._primary-text.--size-50{font-size:50px}.GREEN_GREY ._primary-text.--size-51{font-size:51px}.GREEN_GREY ._primary-text.--size-52{font-size:52px}.GREEN_GREY ._primary-text.--size-53{font-size:53px}.GREEN_GREY ._primary-text.--size-54{font-size:54px}.GREEN_GREY ._primary-text.--size-55{font-size:55px}.GREEN_GREY ._primary-text.--size-56{font-size:56px}.GREEN_GREY ._primary-text.--size-57{font-size:57px}.GREEN_GREY ._primary-text.--size-58{font-size:58px}.GREEN_GREY ._primary-text.--size-59{font-size:59px}.GREEN_GREY ._primary-text.--size-60{font-size:60px}.GREEN_GREY ._primary-text.--size-61{font-size:61px}.GREEN_GREY ._primary-text.--size-62{font-size:62px}.GREEN_GREY ._primary-text.--size-63{font-size:63px}.GREEN_GREY ._primary-text.--size-64{font-size:64px}.GREEN_GREY ._primary-text.--size-65{font-size:65px}.GREEN_GREY ._primary-text.--size-66{font-size:66px}.GREEN_GREY ._primary-text.--size-67{font-size:67px}.GREEN_GREY ._primary-text.--size-68{font-size:68px}.GREEN_GREY ._primary-text.--size-69{font-size:69px}.GREEN_GREY ._primary-text.--size-70{font-size:70px}.GREEN_GREY ._primary-text.--size-71{font-size:71px}.GREEN_GREY ._primary-text.--size-72{font-size:72px}.GREEN_GREY ._primary-text.--size-73{font-size:73px}.GREEN_GREY ._primary-text.--size-74{font-size:74px}.GREEN_GREY ._primary-text.--size-75{font-size:75px}.GREEN_GREY ._primary-text.--size-76{font-size:76px}.GREEN_GREY ._primary-text.--size-77{font-size:77px}.GREEN_GREY ._primary-text.--size-78{font-size:78px}.GREEN_GREY ._primary-text.--size-79{font-size:79px}.GREEN_GREY ._primary-text.--size-80{font-size:80px}.GREEN_GREY ._primary-text.--size-81{font-size:81px}.GREEN_GREY ._primary-text.--size-82{font-size:82px}.GREEN_GREY ._primary-text.--size-83{font-size:83px}.GREEN_GREY ._primary-text.--size-84{font-size:84px}.GREEN_GREY ._primary-text.--size-85{font-size:85px}.GREEN_GREY ._primary-text.--size-86{font-size:86px}.GREEN_GREY ._primary-text.--size-87{font-size:87px}.GREEN_GREY ._primary-text.--size-88{font-size:88px}.GREEN_GREY ._primary-text.--size-89{font-size:89px}.GREEN_GREY ._primary-text.--size-90{font-size:90px}.GREEN_GREY ._primary-text.--size-91{font-size:91px}.GREEN_GREY ._primary-text.--size-92{font-size:92px}.GREEN_GREY ._primary-text.--size-93{font-size:93px}.GREEN_GREY ._primary-text.--size-94{font-size:94px}.GREEN_GREY ._primary-text.--size-95{font-size:95px}.GREEN_GREY ._primary-text.--size-96{font-size:96px}.GREEN_GREY ._primary-text.--size-97{font-size:97px}.GREEN_GREY ._primary-text.--size-98{font-size:98px}.GREEN_GREY ._primary-text.--size-99{font-size:99px}.GREEN_GREY ._primary-text.--size-100{font-size:100px}.GREEN_GREY ._primary-text.--weight-100{font-weight:100}.GREEN_GREY ._primary-text.--weight-101{font-weight:101}.GREEN_GREY ._primary-text.--weight-102{font-weight:102}.GREEN_GREY ._primary-text.--weight-103{font-weight:103}.GREEN_GREY ._primary-text.--weight-104{font-weight:104}.GREEN_GREY ._primary-text.--weight-105{font-weight:105}.GREEN_GREY ._primary-text.--weight-106{font-weight:106}.GREEN_GREY ._primary-text.--weight-107{font-weight:107}.GREEN_GREY ._primary-text.--weight-108{font-weight:108}.GREEN_GREY ._primary-text.--weight-109{font-weight:109}.GREEN_GREY ._primary-text.--weight-110{font-weight:110}.GREEN_GREY ._primary-text.--weight-111{font-weight:111}.GREEN_GREY ._primary-text.--weight-112{font-weight:112}.GREEN_GREY ._primary-text.--weight-113{font-weight:113}.GREEN_GREY ._primary-text.--weight-114{font-weight:114}.GREEN_GREY ._primary-text.--weight-115{font-weight:115}.GREEN_GREY ._primary-text.--weight-116{font-weight:116}.GREEN_GREY ._primary-text.--weight-117{font-weight:117}.GREEN_GREY ._primary-text.--weight-118{font-weight:118}.GREEN_GREY ._primary-text.--weight-119{font-weight:119}.GREEN_GREY ._primary-text.--weight-120{font-weight:120}.GREEN_GREY ._primary-text.--weight-121{font-weight:121}.GREEN_GREY ._primary-text.--weight-122{font-weight:122}.GREEN_GREY ._primary-text.--weight-123{font-weight:123}.GREEN_GREY ._primary-text.--weight-124{font-weight:124}.GREEN_GREY ._primary-text.--weight-125{font-weight:125}.GREEN_GREY ._primary-text.--weight-126{font-weight:126}.GREEN_GREY ._primary-text.--weight-127{font-weight:127}.GREEN_GREY ._primary-text.--weight-128{font-weight:128}.GREEN_GREY ._primary-text.--weight-129{font-weight:129}.GREEN_GREY ._primary-text.--weight-130{font-weight:130}.GREEN_GREY ._primary-text.--weight-131{font-weight:131}.GREEN_GREY ._primary-text.--weight-132{font-weight:132}.GREEN_GREY ._primary-text.--weight-133{font-weight:133}.GREEN_GREY ._primary-text.--weight-134{font-weight:134}.GREEN_GREY ._primary-text.--weight-135{font-weight:135}.GREEN_GREY ._primary-text.--weight-136{font-weight:136}.GREEN_GREY ._primary-text.--weight-137{font-weight:137}.GREEN_GREY ._primary-text.--weight-138{font-weight:138}.GREEN_GREY ._primary-text.--weight-139{font-weight:139}.GREEN_GREY ._primary-text.--weight-140{font-weight:140}.GREEN_GREY ._primary-text.--weight-141{font-weight:141}.GREEN_GREY ._primary-text.--weight-142{font-weight:142}.GREEN_GREY ._primary-text.--weight-143{font-weight:143}.GREEN_GREY ._primary-text.--weight-144{font-weight:144}.GREEN_GREY ._primary-text.--weight-145{font-weight:145}.GREEN_GREY ._primary-text.--weight-146{font-weight:146}.GREEN_GREY ._primary-text.--weight-147{font-weight:147}.GREEN_GREY ._primary-text.--weight-148{font-weight:148}.GREEN_GREY ._primary-text.--weight-149{font-weight:149}.GREEN_GREY ._primary-text.--weight-150{font-weight:150}.GREEN_GREY ._primary-text.--weight-151{font-weight:151}.GREEN_GREY ._primary-text.--weight-152{font-weight:152}.GREEN_GREY ._primary-text.--weight-153{font-weight:153}.GREEN_GREY ._primary-text.--weight-154{font-weight:154}.GREEN_GREY ._primary-text.--weight-155{font-weight:155}.GREEN_GREY ._primary-text.--weight-156{font-weight:156}.GREEN_GREY ._primary-text.--weight-157{font-weight:157}.GREEN_GREY ._primary-text.--weight-158{font-weight:158}.GREEN_GREY ._primary-text.--weight-159{font-weight:159}.GREEN_GREY ._primary-text.--weight-160{font-weight:160}.GREEN_GREY ._primary-text.--weight-161{font-weight:161}.GREEN_GREY ._primary-text.--weight-162{font-weight:162}.GREEN_GREY ._primary-text.--weight-163{font-weight:163}.GREEN_GREY ._primary-text.--weight-164{font-weight:164}.GREEN_GREY ._primary-text.--weight-165{font-weight:165}.GREEN_GREY ._primary-text.--weight-166{font-weight:166}.GREEN_GREY ._primary-text.--weight-167{font-weight:167}.GREEN_GREY ._primary-text.--weight-168{font-weight:168}.GREEN_GREY ._primary-text.--weight-169{font-weight:169}.GREEN_GREY ._primary-text.--weight-170{font-weight:170}.GREEN_GREY ._primary-text.--weight-171{font-weight:171}.GREEN_GREY ._primary-text.--weight-172{font-weight:172}.GREEN_GREY ._primary-text.--weight-173{font-weight:173}.GREEN_GREY ._primary-text.--weight-174{font-weight:174}.GREEN_GREY ._primary-text.--weight-175{font-weight:175}.GREEN_GREY ._primary-text.--weight-176{font-weight:176}.GREEN_GREY ._primary-text.--weight-177{font-weight:177}.GREEN_GREY ._primary-text.--weight-178{font-weight:178}.GREEN_GREY ._primary-text.--weight-179{font-weight:179}.GREEN_GREY ._primary-text.--weight-180{font-weight:180}.GREEN_GREY ._primary-text.--weight-181{font-weight:181}.GREEN_GREY ._primary-text.--weight-182{font-weight:182}.GREEN_GREY ._primary-text.--weight-183{font-weight:183}.GREEN_GREY ._primary-text.--weight-184{font-weight:184}.GREEN_GREY ._primary-text.--weight-185{font-weight:185}.GREEN_GREY ._primary-text.--weight-186{font-weight:186}.GREEN_GREY ._primary-text.--weight-187{font-weight:187}.GREEN_GREY ._primary-text.--weight-188{font-weight:188}.GREEN_GREY ._primary-text.--weight-189{font-weight:189}.GREEN_GREY ._primary-text.--weight-190{font-weight:190}.GREEN_GREY ._primary-text.--weight-191{font-weight:191}.GREEN_GREY ._primary-text.--weight-192{font-weight:192}.GREEN_GREY ._primary-text.--weight-193{font-weight:193}.GREEN_GREY ._primary-text.--weight-194{font-weight:194}.GREEN_GREY ._primary-text.--weight-195{font-weight:195}.GREEN_GREY ._primary-text.--weight-196{font-weight:196}.GREEN_GREY ._primary-text.--weight-197{font-weight:197}.GREEN_GREY ._primary-text.--weight-198{font-weight:198}.GREEN_GREY ._primary-text.--weight-199{font-weight:199}.GREEN_GREY ._primary-text.--weight-200{font-weight:200}.GREEN_GREY ._primary-text.--weight-201{font-weight:201}.GREEN_GREY ._primary-text.--weight-202{font-weight:202}.GREEN_GREY ._primary-text.--weight-203{font-weight:203}.GREEN_GREY ._primary-text.--weight-204{font-weight:204}.GREEN_GREY ._primary-text.--weight-205{font-weight:205}.GREEN_GREY ._primary-text.--weight-206{font-weight:206}.GREEN_GREY ._primary-text.--weight-207{font-weight:207}.GREEN_GREY ._primary-text.--weight-208{font-weight:208}.GREEN_GREY ._primary-text.--weight-209{font-weight:209}.GREEN_GREY ._primary-text.--weight-210{font-weight:210}.GREEN_GREY ._primary-text.--weight-211{font-weight:211}.GREEN_GREY ._primary-text.--weight-212{font-weight:212}.GREEN_GREY ._primary-text.--weight-213{font-weight:213}.GREEN_GREY ._primary-text.--weight-214{font-weight:214}.GREEN_GREY ._primary-text.--weight-215{font-weight:215}.GREEN_GREY ._primary-text.--weight-216{font-weight:216}.GREEN_GREY ._primary-text.--weight-217{font-weight:217}.GREEN_GREY ._primary-text.--weight-218{font-weight:218}.GREEN_GREY ._primary-text.--weight-219{font-weight:219}.GREEN_GREY ._primary-text.--weight-220{font-weight:220}.GREEN_GREY ._primary-text.--weight-221{font-weight:221}.GREEN_GREY ._primary-text.--weight-222{font-weight:222}.GREEN_GREY ._primary-text.--weight-223{font-weight:223}.GREEN_GREY ._primary-text.--weight-224{font-weight:224}.GREEN_GREY ._primary-text.--weight-225{font-weight:225}.GREEN_GREY ._primary-text.--weight-226{font-weight:226}.GREEN_GREY ._primary-text.--weight-227{font-weight:227}.GREEN_GREY ._primary-text.--weight-228{font-weight:228}.GREEN_GREY ._primary-text.--weight-229{font-weight:229}.GREEN_GREY ._primary-text.--weight-230{font-weight:230}.GREEN_GREY ._primary-text.--weight-231{font-weight:231}.GREEN_GREY ._primary-text.--weight-232{font-weight:232}.GREEN_GREY ._primary-text.--weight-233{font-weight:233}.GREEN_GREY ._primary-text.--weight-234{font-weight:234}.GREEN_GREY ._primary-text.--weight-235{font-weight:235}.GREEN_GREY ._primary-text.--weight-236{font-weight:236}.GREEN_GREY ._primary-text.--weight-237{font-weight:237}.GREEN_GREY ._primary-text.--weight-238{font-weight:238}.GREEN_GREY ._primary-text.--weight-239{font-weight:239}.GREEN_GREY ._primary-text.--weight-240{font-weight:240}.GREEN_GREY ._primary-text.--weight-241{font-weight:241}.GREEN_GREY ._primary-text.--weight-242{font-weight:242}.GREEN_GREY ._primary-text.--weight-243{font-weight:243}.GREEN_GREY ._primary-text.--weight-244{font-weight:244}.GREEN_GREY ._primary-text.--weight-245{font-weight:245}.GREEN_GREY ._primary-text.--weight-246{font-weight:246}.GREEN_GREY ._primary-text.--weight-247{font-weight:247}.GREEN_GREY ._primary-text.--weight-248{font-weight:248}.GREEN_GREY ._primary-text.--weight-249{font-weight:249}.GREEN_GREY ._primary-text.--weight-250{font-weight:250}.GREEN_GREY ._primary-text.--weight-251{font-weight:251}.GREEN_GREY ._primary-text.--weight-252{font-weight:252}.GREEN_GREY ._primary-text.--weight-253{font-weight:253}.GREEN_GREY ._primary-text.--weight-254{font-weight:254}.GREEN_GREY ._primary-text.--weight-255{font-weight:255}.GREEN_GREY ._primary-text.--weight-256{font-weight:256}.GREEN_GREY ._primary-text.--weight-257{font-weight:257}.GREEN_GREY ._primary-text.--weight-258{font-weight:258}.GREEN_GREY ._primary-text.--weight-259{font-weight:259}.GREEN_GREY ._primary-text.--weight-260{font-weight:260}.GREEN_GREY ._primary-text.--weight-261{font-weight:261}.GREEN_GREY ._primary-text.--weight-262{font-weight:262}.GREEN_GREY ._primary-text.--weight-263{font-weight:263}.GREEN_GREY ._primary-text.--weight-264{font-weight:264}.GREEN_GREY ._primary-text.--weight-265{font-weight:265}.GREEN_GREY ._primary-text.--weight-266{font-weight:266}.GREEN_GREY ._primary-text.--weight-267{font-weight:267}.GREEN_GREY ._primary-text.--weight-268{font-weight:268}.GREEN_GREY ._primary-text.--weight-269{font-weight:269}.GREEN_GREY ._primary-text.--weight-270{font-weight:270}.GREEN_GREY ._primary-text.--weight-271{font-weight:271}.GREEN_GREY ._primary-text.--weight-272{font-weight:272}.GREEN_GREY ._primary-text.--weight-273{font-weight:273}.GREEN_GREY ._primary-text.--weight-274{font-weight:274}.GREEN_GREY ._primary-text.--weight-275{font-weight:275}.GREEN_GREY ._primary-text.--weight-276{font-weight:276}.GREEN_GREY ._primary-text.--weight-277{font-weight:277}.GREEN_GREY ._primary-text.--weight-278{font-weight:278}.GREEN_GREY ._primary-text.--weight-279{font-weight:279}.GREEN_GREY ._primary-text.--weight-280{font-weight:280}.GREEN_GREY ._primary-text.--weight-281{font-weight:281}.GREEN_GREY ._primary-text.--weight-282{font-weight:282}.GREEN_GREY ._primary-text.--weight-283{font-weight:283}.GREEN_GREY ._primary-text.--weight-284{font-weight:284}.GREEN_GREY ._primary-text.--weight-285{font-weight:285}.GREEN_GREY ._primary-text.--weight-286{font-weight:286}.GREEN_GREY ._primary-text.--weight-287{font-weight:287}.GREEN_GREY ._primary-text.--weight-288{font-weight:288}.GREEN_GREY ._primary-text.--weight-289{font-weight:289}.GREEN_GREY ._primary-text.--weight-290{font-weight:290}.GREEN_GREY ._primary-text.--weight-291{font-weight:291}.GREEN_GREY ._primary-text.--weight-292{font-weight:292}.GREEN_GREY ._primary-text.--weight-293{font-weight:293}.GREEN_GREY ._primary-text.--weight-294{font-weight:294}.GREEN_GREY ._primary-text.--weight-295{font-weight:295}.GREEN_GREY ._primary-text.--weight-296{font-weight:296}.GREEN_GREY ._primary-text.--weight-297{font-weight:297}.GREEN_GREY ._primary-text.--weight-298{font-weight:298}.GREEN_GREY ._primary-text.--weight-299{font-weight:299}.GREEN_GREY ._primary-text.--weight-300{font-weight:300}.GREEN_GREY ._primary-text.--weight-301{font-weight:301}.GREEN_GREY ._primary-text.--weight-302{font-weight:302}.GREEN_GREY ._primary-text.--weight-303{font-weight:303}.GREEN_GREY ._primary-text.--weight-304{font-weight:304}.GREEN_GREY ._primary-text.--weight-305{font-weight:305}.GREEN_GREY ._primary-text.--weight-306{font-weight:306}.GREEN_GREY ._primary-text.--weight-307{font-weight:307}.GREEN_GREY ._primary-text.--weight-308{font-weight:308}.GREEN_GREY ._primary-text.--weight-309{font-weight:309}.GREEN_GREY ._primary-text.--weight-310{font-weight:310}.GREEN_GREY ._primary-text.--weight-311{font-weight:311}.GREEN_GREY ._primary-text.--weight-312{font-weight:312}.GREEN_GREY ._primary-text.--weight-313{font-weight:313}.GREEN_GREY ._primary-text.--weight-314{font-weight:314}.GREEN_GREY ._primary-text.--weight-315{font-weight:315}.GREEN_GREY ._primary-text.--weight-316{font-weight:316}.GREEN_GREY ._primary-text.--weight-317{font-weight:317}.GREEN_GREY ._primary-text.--weight-318{font-weight:318}.GREEN_GREY ._primary-text.--weight-319{font-weight:319}.GREEN_GREY ._primary-text.--weight-320{font-weight:320}.GREEN_GREY ._primary-text.--weight-321{font-weight:321}.GREEN_GREY ._primary-text.--weight-322{font-weight:322}.GREEN_GREY ._primary-text.--weight-323{font-weight:323}.GREEN_GREY ._primary-text.--weight-324{font-weight:324}.GREEN_GREY ._primary-text.--weight-325{font-weight:325}.GREEN_GREY ._primary-text.--weight-326{font-weight:326}.GREEN_GREY ._primary-text.--weight-327{font-weight:327}.GREEN_GREY ._primary-text.--weight-328{font-weight:328}.GREEN_GREY ._primary-text.--weight-329{font-weight:329}.GREEN_GREY ._primary-text.--weight-330{font-weight:330}.GREEN_GREY ._primary-text.--weight-331{font-weight:331}.GREEN_GREY ._primary-text.--weight-332{font-weight:332}.GREEN_GREY ._primary-text.--weight-333{font-weight:333}.GREEN_GREY ._primary-text.--weight-334{font-weight:334}.GREEN_GREY ._primary-text.--weight-335{font-weight:335}.GREEN_GREY ._primary-text.--weight-336{font-weight:336}.GREEN_GREY ._primary-text.--weight-337{font-weight:337}.GREEN_GREY ._primary-text.--weight-338{font-weight:338}.GREEN_GREY ._primary-text.--weight-339{font-weight:339}.GREEN_GREY ._primary-text.--weight-340{font-weight:340}.GREEN_GREY ._primary-text.--weight-341{font-weight:341}.GREEN_GREY ._primary-text.--weight-342{font-weight:342}.GREEN_GREY ._primary-text.--weight-343{font-weight:343}.GREEN_GREY ._primary-text.--weight-344{font-weight:344}.GREEN_GREY ._primary-text.--weight-345{font-weight:345}.GREEN_GREY ._primary-text.--weight-346{font-weight:346}.GREEN_GREY ._primary-text.--weight-347{font-weight:347}.GREEN_GREY ._primary-text.--weight-348{font-weight:348}.GREEN_GREY ._primary-text.--weight-349{font-weight:349}.GREEN_GREY ._primary-text.--weight-350{font-weight:350}.GREEN_GREY ._primary-text.--weight-351{font-weight:351}.GREEN_GREY ._primary-text.--weight-352{font-weight:352}.GREEN_GREY ._primary-text.--weight-353{font-weight:353}.GREEN_GREY ._primary-text.--weight-354{font-weight:354}.GREEN_GREY ._primary-text.--weight-355{font-weight:355}.GREEN_GREY ._primary-text.--weight-356{font-weight:356}.GREEN_GREY ._primary-text.--weight-357{font-weight:357}.GREEN_GREY ._primary-text.--weight-358{font-weight:358}.GREEN_GREY ._primary-text.--weight-359{font-weight:359}.GREEN_GREY ._primary-text.--weight-360{font-weight:360}.GREEN_GREY ._primary-text.--weight-361{font-weight:361}.GREEN_GREY ._primary-text.--weight-362{font-weight:362}.GREEN_GREY ._primary-text.--weight-363{font-weight:363}.GREEN_GREY ._primary-text.--weight-364{font-weight:364}.GREEN_GREY ._primary-text.--weight-365{font-weight:365}.GREEN_GREY ._primary-text.--weight-366{font-weight:366}.GREEN_GREY ._primary-text.--weight-367{font-weight:367}.GREEN_GREY ._primary-text.--weight-368{font-weight:368}.GREEN_GREY ._primary-text.--weight-369{font-weight:369}.GREEN_GREY ._primary-text.--weight-370{font-weight:370}.GREEN_GREY ._primary-text.--weight-371{font-weight:371}.GREEN_GREY ._primary-text.--weight-372{font-weight:372}.GREEN_GREY ._primary-text.--weight-373{font-weight:373}.GREEN_GREY ._primary-text.--weight-374{font-weight:374}.GREEN_GREY ._primary-text.--weight-375{font-weight:375}.GREEN_GREY ._primary-text.--weight-376{font-weight:376}.GREEN_GREY ._primary-text.--weight-377{font-weight:377}.GREEN_GREY ._primary-text.--weight-378{font-weight:378}.GREEN_GREY ._primary-text.--weight-379{font-weight:379}.GREEN_GREY ._primary-text.--weight-380{font-weight:380}.GREEN_GREY ._primary-text.--weight-381{font-weight:381}.GREEN_GREY ._primary-text.--weight-382{font-weight:382}.GREEN_GREY ._primary-text.--weight-383{font-weight:383}.GREEN_GREY ._primary-text.--weight-384{font-weight:384}.GREEN_GREY ._primary-text.--weight-385{font-weight:385}.GREEN_GREY ._primary-text.--weight-386{font-weight:386}.GREEN_GREY ._primary-text.--weight-387{font-weight:387}.GREEN_GREY ._primary-text.--weight-388{font-weight:388}.GREEN_GREY ._primary-text.--weight-389{font-weight:389}.GREEN_GREY ._primary-text.--weight-390{font-weight:390}.GREEN_GREY ._primary-text.--weight-391{font-weight:391}.GREEN_GREY ._primary-text.--weight-392{font-weight:392}.GREEN_GREY ._primary-text.--weight-393{font-weight:393}.GREEN_GREY ._primary-text.--weight-394{font-weight:394}.GREEN_GREY ._primary-text.--weight-395{font-weight:395}.GREEN_GREY ._primary-text.--weight-396{font-weight:396}.GREEN_GREY ._primary-text.--weight-397{font-weight:397}.GREEN_GREY ._primary-text.--weight-398{font-weight:398}.GREEN_GREY ._primary-text.--weight-399{font-weight:399}.GREEN_GREY ._primary-text.--weight-400{font-weight:400}.GREEN_GREY ._primary-text.--weight-401{font-weight:401}.GREEN_GREY ._primary-text.--weight-402{font-weight:402}.GREEN_GREY ._primary-text.--weight-403{font-weight:403}.GREEN_GREY ._primary-text.--weight-404{font-weight:404}.GREEN_GREY ._primary-text.--weight-405{font-weight:405}.GREEN_GREY ._primary-text.--weight-406{font-weight:406}.GREEN_GREY ._primary-text.--weight-407{font-weight:407}.GREEN_GREY ._primary-text.--weight-408{font-weight:408}.GREEN_GREY ._primary-text.--weight-409{font-weight:409}.GREEN_GREY ._primary-text.--weight-410{font-weight:410}.GREEN_GREY ._primary-text.--weight-411{font-weight:411}.GREEN_GREY ._primary-text.--weight-412{font-weight:412}.GREEN_GREY ._primary-text.--weight-413{font-weight:413}.GREEN_GREY ._primary-text.--weight-414{font-weight:414}.GREEN_GREY ._primary-text.--weight-415{font-weight:415}.GREEN_GREY ._primary-text.--weight-416{font-weight:416}.GREEN_GREY ._primary-text.--weight-417{font-weight:417}.GREEN_GREY ._primary-text.--weight-418{font-weight:418}.GREEN_GREY ._primary-text.--weight-419{font-weight:419}.GREEN_GREY ._primary-text.--weight-420{font-weight:420}.GREEN_GREY ._primary-text.--weight-421{font-weight:421}.GREEN_GREY ._primary-text.--weight-422{font-weight:422}.GREEN_GREY ._primary-text.--weight-423{font-weight:423}.GREEN_GREY ._primary-text.--weight-424{font-weight:424}.GREEN_GREY ._primary-text.--weight-425{font-weight:425}.GREEN_GREY ._primary-text.--weight-426{font-weight:426}.GREEN_GREY ._primary-text.--weight-427{font-weight:427}.GREEN_GREY ._primary-text.--weight-428{font-weight:428}.GREEN_GREY ._primary-text.--weight-429{font-weight:429}.GREEN_GREY ._primary-text.--weight-430{font-weight:430}.GREEN_GREY ._primary-text.--weight-431{font-weight:431}.GREEN_GREY ._primary-text.--weight-432{font-weight:432}.GREEN_GREY ._primary-text.--weight-433{font-weight:433}.GREEN_GREY ._primary-text.--weight-434{font-weight:434}.GREEN_GREY ._primary-text.--weight-435{font-weight:435}.GREEN_GREY ._primary-text.--weight-436{font-weight:436}.GREEN_GREY ._primary-text.--weight-437{font-weight:437}.GREEN_GREY ._primary-text.--weight-438{font-weight:438}.GREEN_GREY ._primary-text.--weight-439{font-weight:439}.GREEN_GREY ._primary-text.--weight-440{font-weight:440}.GREEN_GREY ._primary-text.--weight-441{font-weight:441}.GREEN_GREY ._primary-text.--weight-442{font-weight:442}.GREEN_GREY ._primary-text.--weight-443{font-weight:443}.GREEN_GREY ._primary-text.--weight-444{font-weight:444}.GREEN_GREY ._primary-text.--weight-445{font-weight:445}.GREEN_GREY ._primary-text.--weight-446{font-weight:446}.GREEN_GREY ._primary-text.--weight-447{font-weight:447}.GREEN_GREY ._primary-text.--weight-448{font-weight:448}.GREEN_GREY ._primary-text.--weight-449{font-weight:449}.GREEN_GREY ._primary-text.--weight-450{font-weight:450}.GREEN_GREY ._primary-text.--weight-451{font-weight:451}.GREEN_GREY ._primary-text.--weight-452{font-weight:452}.GREEN_GREY ._primary-text.--weight-453{font-weight:453}.GREEN_GREY ._primary-text.--weight-454{font-weight:454}.GREEN_GREY ._primary-text.--weight-455{font-weight:455}.GREEN_GREY ._primary-text.--weight-456{font-weight:456}.GREEN_GREY ._primary-text.--weight-457{font-weight:457}.GREEN_GREY ._primary-text.--weight-458{font-weight:458}.GREEN_GREY ._primary-text.--weight-459{font-weight:459}.GREEN_GREY ._primary-text.--weight-460{font-weight:460}.GREEN_GREY ._primary-text.--weight-461{font-weight:461}.GREEN_GREY ._primary-text.--weight-462{font-weight:462}.GREEN_GREY ._primary-text.--weight-463{font-weight:463}.GREEN_GREY ._primary-text.--weight-464{font-weight:464}.GREEN_GREY ._primary-text.--weight-465{font-weight:465}.GREEN_GREY ._primary-text.--weight-466{font-weight:466}.GREEN_GREY ._primary-text.--weight-467{font-weight:467}.GREEN_GREY ._primary-text.--weight-468{font-weight:468}.GREEN_GREY ._primary-text.--weight-469{font-weight:469}.GREEN_GREY ._primary-text.--weight-470{font-weight:470}.GREEN_GREY ._primary-text.--weight-471{font-weight:471}.GREEN_GREY ._primary-text.--weight-472{font-weight:472}.GREEN_GREY ._primary-text.--weight-473{font-weight:473}.GREEN_GREY ._primary-text.--weight-474{font-weight:474}.GREEN_GREY ._primary-text.--weight-475{font-weight:475}.GREEN_GREY ._primary-text.--weight-476{font-weight:476}.GREEN_GREY ._primary-text.--weight-477{font-weight:477}.GREEN_GREY ._primary-text.--weight-478{font-weight:478}.GREEN_GREY ._primary-text.--weight-479{font-weight:479}.GREEN_GREY ._primary-text.--weight-480{font-weight:480}.GREEN_GREY ._primary-text.--weight-481{font-weight:481}.GREEN_GREY ._primary-text.--weight-482{font-weight:482}.GREEN_GREY ._primary-text.--weight-483{font-weight:483}.GREEN_GREY ._primary-text.--weight-484{font-weight:484}.GREEN_GREY ._primary-text.--weight-485{font-weight:485}.GREEN_GREY ._primary-text.--weight-486{font-weight:486}.GREEN_GREY ._primary-text.--weight-487{font-weight:487}.GREEN_GREY ._primary-text.--weight-488{font-weight:488}.GREEN_GREY ._primary-text.--weight-489{font-weight:489}.GREEN_GREY ._primary-text.--weight-490{font-weight:490}.GREEN_GREY ._primary-text.--weight-491{font-weight:491}.GREEN_GREY ._primary-text.--weight-492{font-weight:492}.GREEN_GREY ._primary-text.--weight-493{font-weight:493}.GREEN_GREY ._primary-text.--weight-494{font-weight:494}.GREEN_GREY ._primary-text.--weight-495{font-weight:495}.GREEN_GREY ._primary-text.--weight-496{font-weight:496}.GREEN_GREY ._primary-text.--weight-497{font-weight:497}.GREEN_GREY ._primary-text.--weight-498{font-weight:498}.GREEN_GREY ._primary-text.--weight-499{font-weight:499}.GREEN_GREY ._primary-text.--weight-500{font-weight:500}.GREEN_GREY ._primary-text.--weight-501{font-weight:501}.GREEN_GREY ._primary-text.--weight-502{font-weight:502}.GREEN_GREY ._primary-text.--weight-503{font-weight:503}.GREEN_GREY ._primary-text.--weight-504{font-weight:504}.GREEN_GREY ._primary-text.--weight-505{font-weight:505}.GREEN_GREY ._primary-text.--weight-506{font-weight:506}.GREEN_GREY ._primary-text.--weight-507{font-weight:507}.GREEN_GREY ._primary-text.--weight-508{font-weight:508}.GREEN_GREY ._primary-text.--weight-509{font-weight:509}.GREEN_GREY ._primary-text.--weight-510{font-weight:510}.GREEN_GREY ._primary-text.--weight-511{font-weight:511}.GREEN_GREY ._primary-text.--weight-512{font-weight:512}.GREEN_GREY ._primary-text.--weight-513{font-weight:513}.GREEN_GREY ._primary-text.--weight-514{font-weight:514}.GREEN_GREY ._primary-text.--weight-515{font-weight:515}.GREEN_GREY ._primary-text.--weight-516{font-weight:516}.GREEN_GREY ._primary-text.--weight-517{font-weight:517}.GREEN_GREY ._primary-text.--weight-518{font-weight:518}.GREEN_GREY ._primary-text.--weight-519{font-weight:519}.GREEN_GREY ._primary-text.--weight-520{font-weight:520}.GREEN_GREY ._primary-text.--weight-521{font-weight:521}.GREEN_GREY ._primary-text.--weight-522{font-weight:522}.GREEN_GREY ._primary-text.--weight-523{font-weight:523}.GREEN_GREY ._primary-text.--weight-524{font-weight:524}.GREEN_GREY ._primary-text.--weight-525{font-weight:525}.GREEN_GREY ._primary-text.--weight-526{font-weight:526}.GREEN_GREY ._primary-text.--weight-527{font-weight:527}.GREEN_GREY ._primary-text.--weight-528{font-weight:528}.GREEN_GREY ._primary-text.--weight-529{font-weight:529}.GREEN_GREY ._primary-text.--weight-530{font-weight:530}.GREEN_GREY ._primary-text.--weight-531{font-weight:531}.GREEN_GREY ._primary-text.--weight-532{font-weight:532}.GREEN_GREY ._primary-text.--weight-533{font-weight:533}.GREEN_GREY ._primary-text.--weight-534{font-weight:534}.GREEN_GREY ._primary-text.--weight-535{font-weight:535}.GREEN_GREY ._primary-text.--weight-536{font-weight:536}.GREEN_GREY ._primary-text.--weight-537{font-weight:537}.GREEN_GREY ._primary-text.--weight-538{font-weight:538}.GREEN_GREY ._primary-text.--weight-539{font-weight:539}.GREEN_GREY ._primary-text.--weight-540{font-weight:540}.GREEN_GREY ._primary-text.--weight-541{font-weight:541}.GREEN_GREY ._primary-text.--weight-542{font-weight:542}.GREEN_GREY ._primary-text.--weight-543{font-weight:543}.GREEN_GREY ._primary-text.--weight-544{font-weight:544}.GREEN_GREY ._primary-text.--weight-545{font-weight:545}.GREEN_GREY ._primary-text.--weight-546{font-weight:546}.GREEN_GREY ._primary-text.--weight-547{font-weight:547}.GREEN_GREY ._primary-text.--weight-548{font-weight:548}.GREEN_GREY ._primary-text.--weight-549{font-weight:549}.GREEN_GREY ._primary-text.--weight-550{font-weight:550}.GREEN_GREY ._primary-text.--weight-551{font-weight:551}.GREEN_GREY ._primary-text.--weight-552{font-weight:552}.GREEN_GREY ._primary-text.--weight-553{font-weight:553}.GREEN_GREY ._primary-text.--weight-554{font-weight:554}.GREEN_GREY ._primary-text.--weight-555{font-weight:555}.GREEN_GREY ._primary-text.--weight-556{font-weight:556}.GREEN_GREY ._primary-text.--weight-557{font-weight:557}.GREEN_GREY ._primary-text.--weight-558{font-weight:558}.GREEN_GREY ._primary-text.--weight-559{font-weight:559}.GREEN_GREY ._primary-text.--weight-560{font-weight:560}.GREEN_GREY ._primary-text.--weight-561{font-weight:561}.GREEN_GREY ._primary-text.--weight-562{font-weight:562}.GREEN_GREY ._primary-text.--weight-563{font-weight:563}.GREEN_GREY ._primary-text.--weight-564{font-weight:564}.GREEN_GREY ._primary-text.--weight-565{font-weight:565}.GREEN_GREY ._primary-text.--weight-566{font-weight:566}.GREEN_GREY ._primary-text.--weight-567{font-weight:567}.GREEN_GREY ._primary-text.--weight-568{font-weight:568}.GREEN_GREY ._primary-text.--weight-569{font-weight:569}.GREEN_GREY ._primary-text.--weight-570{font-weight:570}.GREEN_GREY ._primary-text.--weight-571{font-weight:571}.GREEN_GREY ._primary-text.--weight-572{font-weight:572}.GREEN_GREY ._primary-text.--weight-573{font-weight:573}.GREEN_GREY ._primary-text.--weight-574{font-weight:574}.GREEN_GREY ._primary-text.--weight-575{font-weight:575}.GREEN_GREY ._primary-text.--weight-576{font-weight:576}.GREEN_GREY ._primary-text.--weight-577{font-weight:577}.GREEN_GREY ._primary-text.--weight-578{font-weight:578}.GREEN_GREY ._primary-text.--weight-579{font-weight:579}.GREEN_GREY ._primary-text.--weight-580{font-weight:580}.GREEN_GREY ._primary-text.--weight-581{font-weight:581}.GREEN_GREY ._primary-text.--weight-582{font-weight:582}.GREEN_GREY ._primary-text.--weight-583{font-weight:583}.GREEN_GREY ._primary-text.--weight-584{font-weight:584}.GREEN_GREY ._primary-text.--weight-585{font-weight:585}.GREEN_GREY ._primary-text.--weight-586{font-weight:586}.GREEN_GREY ._primary-text.--weight-587{font-weight:587}.GREEN_GREY ._primary-text.--weight-588{font-weight:588}.GREEN_GREY ._primary-text.--weight-589{font-weight:589}.GREEN_GREY ._primary-text.--weight-590{font-weight:590}.GREEN_GREY ._primary-text.--weight-591{font-weight:591}.GREEN_GREY ._primary-text.--weight-592{font-weight:592}.GREEN_GREY ._primary-text.--weight-593{font-weight:593}.GREEN_GREY ._primary-text.--weight-594{font-weight:594}.GREEN_GREY ._primary-text.--weight-595{font-weight:595}.GREEN_GREY ._primary-text.--weight-596{font-weight:596}.GREEN_GREY ._primary-text.--weight-597{font-weight:597}.GREEN_GREY ._primary-text.--weight-598{font-weight:598}.GREEN_GREY ._primary-text.--weight-599{font-weight:599}.GREEN_GREY ._primary-text.--weight-600{font-weight:600}.GREEN_GREY ._primary-text.--weight-601{font-weight:601}.GREEN_GREY ._primary-text.--weight-602{font-weight:602}.GREEN_GREY ._primary-text.--weight-603{font-weight:603}.GREEN_GREY ._primary-text.--weight-604{font-weight:604}.GREEN_GREY ._primary-text.--weight-605{font-weight:605}.GREEN_GREY ._primary-text.--weight-606{font-weight:606}.GREEN_GREY ._primary-text.--weight-607{font-weight:607}.GREEN_GREY ._primary-text.--weight-608{font-weight:608}.GREEN_GREY ._primary-text.--weight-609{font-weight:609}.GREEN_GREY ._primary-text.--weight-610{font-weight:610}.GREEN_GREY ._primary-text.--weight-611{font-weight:611}.GREEN_GREY ._primary-text.--weight-612{font-weight:612}.GREEN_GREY ._primary-text.--weight-613{font-weight:613}.GREEN_GREY ._primary-text.--weight-614{font-weight:614}.GREEN_GREY ._primary-text.--weight-615{font-weight:615}.GREEN_GREY ._primary-text.--weight-616{font-weight:616}.GREEN_GREY ._primary-text.--weight-617{font-weight:617}.GREEN_GREY ._primary-text.--weight-618{font-weight:618}.GREEN_GREY ._primary-text.--weight-619{font-weight:619}.GREEN_GREY ._primary-text.--weight-620{font-weight:620}.GREEN_GREY ._primary-text.--weight-621{font-weight:621}.GREEN_GREY ._primary-text.--weight-622{font-weight:622}.GREEN_GREY ._primary-text.--weight-623{font-weight:623}.GREEN_GREY ._primary-text.--weight-624{font-weight:624}.GREEN_GREY ._primary-text.--weight-625{font-weight:625}.GREEN_GREY ._primary-text.--weight-626{font-weight:626}.GREEN_GREY ._primary-text.--weight-627{font-weight:627}.GREEN_GREY ._primary-text.--weight-628{font-weight:628}.GREEN_GREY ._primary-text.--weight-629{font-weight:629}.GREEN_GREY ._primary-text.--weight-630{font-weight:630}.GREEN_GREY ._primary-text.--weight-631{font-weight:631}.GREEN_GREY ._primary-text.--weight-632{font-weight:632}.GREEN_GREY ._primary-text.--weight-633{font-weight:633}.GREEN_GREY ._primary-text.--weight-634{font-weight:634}.GREEN_GREY ._primary-text.--weight-635{font-weight:635}.GREEN_GREY ._primary-text.--weight-636{font-weight:636}.GREEN_GREY ._primary-text.--weight-637{font-weight:637}.GREEN_GREY ._primary-text.--weight-638{font-weight:638}.GREEN_GREY ._primary-text.--weight-639{font-weight:639}.GREEN_GREY ._primary-text.--weight-640{font-weight:640}.GREEN_GREY ._primary-text.--weight-641{font-weight:641}.GREEN_GREY ._primary-text.--weight-642{font-weight:642}.GREEN_GREY ._primary-text.--weight-643{font-weight:643}.GREEN_GREY ._primary-text.--weight-644{font-weight:644}.GREEN_GREY ._primary-text.--weight-645{font-weight:645}.GREEN_GREY ._primary-text.--weight-646{font-weight:646}.GREEN_GREY ._primary-text.--weight-647{font-weight:647}.GREEN_GREY ._primary-text.--weight-648{font-weight:648}.GREEN_GREY ._primary-text.--weight-649{font-weight:649}.GREEN_GREY ._primary-text.--weight-650{font-weight:650}.GREEN_GREY ._primary-text.--weight-651{font-weight:651}.GREEN_GREY ._primary-text.--weight-652{font-weight:652}.GREEN_GREY ._primary-text.--weight-653{font-weight:653}.GREEN_GREY ._primary-text.--weight-654{font-weight:654}.GREEN_GREY ._primary-text.--weight-655{font-weight:655}.GREEN_GREY ._primary-text.--weight-656{font-weight:656}.GREEN_GREY ._primary-text.--weight-657{font-weight:657}.GREEN_GREY ._primary-text.--weight-658{font-weight:658}.GREEN_GREY ._primary-text.--weight-659{font-weight:659}.GREEN_GREY ._primary-text.--weight-660{font-weight:660}.GREEN_GREY ._primary-text.--weight-661{font-weight:661}.GREEN_GREY ._primary-text.--weight-662{font-weight:662}.GREEN_GREY ._primary-text.--weight-663{font-weight:663}.GREEN_GREY ._primary-text.--weight-664{font-weight:664}.GREEN_GREY ._primary-text.--weight-665{font-weight:665}.GREEN_GREY ._primary-text.--weight-666{font-weight:666}.GREEN_GREY ._primary-text.--weight-667{font-weight:667}.GREEN_GREY ._primary-text.--weight-668{font-weight:668}.GREEN_GREY ._primary-text.--weight-669{font-weight:669}.GREEN_GREY ._primary-text.--weight-670{font-weight:670}.GREEN_GREY ._primary-text.--weight-671{font-weight:671}.GREEN_GREY ._primary-text.--weight-672{font-weight:672}.GREEN_GREY ._primary-text.--weight-673{font-weight:673}.GREEN_GREY ._primary-text.--weight-674{font-weight:674}.GREEN_GREY ._primary-text.--weight-675{font-weight:675}.GREEN_GREY ._primary-text.--weight-676{font-weight:676}.GREEN_GREY ._primary-text.--weight-677{font-weight:677}.GREEN_GREY ._primary-text.--weight-678{font-weight:678}.GREEN_GREY ._primary-text.--weight-679{font-weight:679}.GREEN_GREY ._primary-text.--weight-680{font-weight:680}.GREEN_GREY ._primary-text.--weight-681{font-weight:681}.GREEN_GREY ._primary-text.--weight-682{font-weight:682}.GREEN_GREY ._primary-text.--weight-683{font-weight:683}.GREEN_GREY ._primary-text.--weight-684{font-weight:684}.GREEN_GREY ._primary-text.--weight-685{font-weight:685}.GREEN_GREY ._primary-text.--weight-686{font-weight:686}.GREEN_GREY ._primary-text.--weight-687{font-weight:687}.GREEN_GREY ._primary-text.--weight-688{font-weight:688}.GREEN_GREY ._primary-text.--weight-689{font-weight:689}.GREEN_GREY ._primary-text.--weight-690{font-weight:690}.GREEN_GREY ._primary-text.--weight-691{font-weight:691}.GREEN_GREY ._primary-text.--weight-692{font-weight:692}.GREEN_GREY ._primary-text.--weight-693{font-weight:693}.GREEN_GREY ._primary-text.--weight-694{font-weight:694}.GREEN_GREY ._primary-text.--weight-695{font-weight:695}.GREEN_GREY ._primary-text.--weight-696{font-weight:696}.GREEN_GREY ._primary-text.--weight-697{font-weight:697}.GREEN_GREY ._primary-text.--weight-698{font-weight:698}.GREEN_GREY ._primary-text.--weight-699{font-weight:699}.GREEN_GREY ._primary-text.--weight-700{font-weight:700}.GREEN_GREY ._primary-text.--weight-701{font-weight:701}.GREEN_GREY ._primary-text.--weight-702{font-weight:702}.GREEN_GREY ._primary-text.--weight-703{font-weight:703}.GREEN_GREY ._primary-text.--weight-704{font-weight:704}.GREEN_GREY ._primary-text.--weight-705{font-weight:705}.GREEN_GREY ._primary-text.--weight-706{font-weight:706}.GREEN_GREY ._primary-text.--weight-707{font-weight:707}.GREEN_GREY ._primary-text.--weight-708{font-weight:708}.GREEN_GREY ._primary-text.--weight-709{font-weight:709}.GREEN_GREY ._primary-text.--weight-710{font-weight:710}.GREEN_GREY ._primary-text.--weight-711{font-weight:711}.GREEN_GREY ._primary-text.--weight-712{font-weight:712}.GREEN_GREY ._primary-text.--weight-713{font-weight:713}.GREEN_GREY ._primary-text.--weight-714{font-weight:714}.GREEN_GREY ._primary-text.--weight-715{font-weight:715}.GREEN_GREY ._primary-text.--weight-716{font-weight:716}.GREEN_GREY ._primary-text.--weight-717{font-weight:717}.GREEN_GREY ._primary-text.--weight-718{font-weight:718}.GREEN_GREY ._primary-text.--weight-719{font-weight:719}.GREEN_GREY ._primary-text.--weight-720{font-weight:720}.GREEN_GREY ._primary-text.--weight-721{font-weight:721}.GREEN_GREY ._primary-text.--weight-722{font-weight:722}.GREEN_GREY ._primary-text.--weight-723{font-weight:723}.GREEN_GREY ._primary-text.--weight-724{font-weight:724}.GREEN_GREY ._primary-text.--weight-725{font-weight:725}.GREEN_GREY ._primary-text.--weight-726{font-weight:726}.GREEN_GREY ._primary-text.--weight-727{font-weight:727}.GREEN_GREY ._primary-text.--weight-728{font-weight:728}.GREEN_GREY ._primary-text.--weight-729{font-weight:729}.GREEN_GREY ._primary-text.--weight-730{font-weight:730}.GREEN_GREY ._primary-text.--weight-731{font-weight:731}.GREEN_GREY ._primary-text.--weight-732{font-weight:732}.GREEN_GREY ._primary-text.--weight-733{font-weight:733}.GREEN_GREY ._primary-text.--weight-734{font-weight:734}.GREEN_GREY ._primary-text.--weight-735{font-weight:735}.GREEN_GREY ._primary-text.--weight-736{font-weight:736}.GREEN_GREY ._primary-text.--weight-737{font-weight:737}.GREEN_GREY ._primary-text.--weight-738{font-weight:738}.GREEN_GREY ._primary-text.--weight-739{font-weight:739}.GREEN_GREY ._primary-text.--weight-740{font-weight:740}.GREEN_GREY ._primary-text.--weight-741{font-weight:741}.GREEN_GREY ._primary-text.--weight-742{font-weight:742}.GREEN_GREY ._primary-text.--weight-743{font-weight:743}.GREEN_GREY ._primary-text.--weight-744{font-weight:744}.GREEN_GREY ._primary-text.--weight-745{font-weight:745}.GREEN_GREY ._primary-text.--weight-746{font-weight:746}.GREEN_GREY ._primary-text.--weight-747{font-weight:747}.GREEN_GREY ._primary-text.--weight-748{font-weight:748}.GREEN_GREY ._primary-text.--weight-749{font-weight:749}.GREEN_GREY ._primary-text.--weight-750{font-weight:750}.GREEN_GREY ._primary-text.--weight-751{font-weight:751}.GREEN_GREY ._primary-text.--weight-752{font-weight:752}.GREEN_GREY ._primary-text.--weight-753{font-weight:753}.GREEN_GREY ._primary-text.--weight-754{font-weight:754}.GREEN_GREY ._primary-text.--weight-755{font-weight:755}.GREEN_GREY ._primary-text.--weight-756{font-weight:756}.GREEN_GREY ._primary-text.--weight-757{font-weight:757}.GREEN_GREY ._primary-text.--weight-758{font-weight:758}.GREEN_GREY ._primary-text.--weight-759{font-weight:759}.GREEN_GREY ._primary-text.--weight-760{font-weight:760}.GREEN_GREY ._primary-text.--weight-761{font-weight:761}.GREEN_GREY ._primary-text.--weight-762{font-weight:762}.GREEN_GREY ._primary-text.--weight-763{font-weight:763}.GREEN_GREY ._primary-text.--weight-764{font-weight:764}.GREEN_GREY ._primary-text.--weight-765{font-weight:765}.GREEN_GREY ._primary-text.--weight-766{font-weight:766}.GREEN_GREY ._primary-text.--weight-767{font-weight:767}.GREEN_GREY ._primary-text.--weight-768{font-weight:768}.GREEN_GREY ._primary-text.--weight-769{font-weight:769}.GREEN_GREY ._primary-text.--weight-770{font-weight:770}.GREEN_GREY ._primary-text.--weight-771{font-weight:771}.GREEN_GREY ._primary-text.--weight-772{font-weight:772}.GREEN_GREY ._primary-text.--weight-773{font-weight:773}.GREEN_GREY ._primary-text.--weight-774{font-weight:774}.GREEN_GREY ._primary-text.--weight-775{font-weight:775}.GREEN_GREY ._primary-text.--weight-776{font-weight:776}.GREEN_GREY ._primary-text.--weight-777{font-weight:777}.GREEN_GREY ._primary-text.--weight-778{font-weight:778}.GREEN_GREY ._primary-text.--weight-779{font-weight:779}.GREEN_GREY ._primary-text.--weight-780{font-weight:780}.GREEN_GREY ._primary-text.--weight-781{font-weight:781}.GREEN_GREY ._primary-text.--weight-782{font-weight:782}.GREEN_GREY ._primary-text.--weight-783{font-weight:783}.GREEN_GREY ._primary-text.--weight-784{font-weight:784}.GREEN_GREY ._primary-text.--weight-785{font-weight:785}.GREEN_GREY ._primary-text.--weight-786{font-weight:786}.GREEN_GREY ._primary-text.--weight-787{font-weight:787}.GREEN_GREY ._primary-text.--weight-788{font-weight:788}.GREEN_GREY ._primary-text.--weight-789{font-weight:789}.GREEN_GREY ._primary-text.--weight-790{font-weight:790}.GREEN_GREY ._primary-text.--weight-791{font-weight:791}.GREEN_GREY ._primary-text.--weight-792{font-weight:792}.GREEN_GREY ._primary-text.--weight-793{font-weight:793}.GREEN_GREY ._primary-text.--weight-794{font-weight:794}.GREEN_GREY ._primary-text.--weight-795{font-weight:795}.GREEN_GREY ._primary-text.--weight-796{font-weight:796}.GREEN_GREY ._primary-text.--weight-797{font-weight:797}.GREEN_GREY ._primary-text.--weight-798{font-weight:798}.GREEN_GREY ._primary-text.--weight-799{font-weight:799}.GREEN_GREY ._primary-text.--weight-800{font-weight:800}.GREEN_GREY ._primary-text.--lh-1{line-height:1px}.GREEN_GREY ._primary-text.--lh-2{line-height:2px}.GREEN_GREY ._primary-text.--lh-3{line-height:3px}.GREEN_GREY ._primary-text.--lh-4{line-height:4px}.GREEN_GREY ._primary-text.--lh-5{line-height:5px}.GREEN_GREY ._primary-text.--lh-6{line-height:6px}.GREEN_GREY ._primary-text.--lh-7{line-height:7px}.GREEN_GREY ._primary-text.--lh-8{line-height:8px}.GREEN_GREY ._primary-text.--lh-9{line-height:9px}.GREEN_GREY ._primary-text.--lh-10{line-height:10px}.GREEN_GREY ._primary-text.--lh-11{line-height:11px}.GREEN_GREY ._primary-text.--lh-12{line-height:12px}.GREEN_GREY ._primary-text.--lh-13{line-height:13px}.GREEN_GREY ._primary-text.--lh-14{line-height:14px}.GREEN_GREY ._primary-text.--lh-15{line-height:15px}.GREEN_GREY ._primary-text.--lh-16{line-height:16px}.GREEN_GREY ._primary-text.--lh-17{line-height:17px}.GREEN_GREY ._primary-text.--lh-18{line-height:18px}.GREEN_GREY ._primary-text.--lh-19{line-height:19px}.GREEN_GREY ._primary-text.--lh-20{line-height:20px}.GREEN_GREY ._primary-text.--lh-21{line-height:21px}.GREEN_GREY ._primary-text.--lh-22{line-height:22px}.GREEN_GREY ._primary-text.--lh-23{line-height:23px}.GREEN_GREY ._primary-text.--lh-24{line-height:24px}.GREEN_GREY ._primary-text.--lh-25{line-height:25px}.GREEN_GREY ._primary-text.--lh-26{line-height:26px}.GREEN_GREY ._primary-text.--lh-27{line-height:27px}.GREEN_GREY ._primary-text.--lh-28{line-height:28px}.GREEN_GREY ._primary-text.--lh-29{line-height:29px}.GREEN_GREY ._primary-text.--lh-30{line-height:30px}.GREEN_GREY ._primary-text.--lh-31{line-height:31px}.GREEN_GREY ._primary-text.--lh-32{line-height:32px}.GREEN_GREY ._primary-text.--lh-33{line-height:33px}.GREEN_GREY ._primary-text.--lh-34{line-height:34px}.GREEN_GREY ._primary-text.--lh-35{line-height:35px}.GREEN_GREY ._primary-text.--lh-36{line-height:36px}.GREEN_GREY ._primary-text.--lh-37{line-height:37px}.GREEN_GREY ._primary-text.--lh-38{line-height:38px}.GREEN_GREY ._primary-text.--lh-39{line-height:39px}.GREEN_GREY ._primary-text.--lh-40{line-height:40px}.GREEN_GREY ._primary-text.--lh-41{line-height:41px}.GREEN_GREY ._primary-text.--lh-42{line-height:42px}.GREEN_GREY ._primary-text.--lh-43{line-height:43px}.GREEN_GREY ._primary-text.--lh-44{line-height:44px}.GREEN_GREY ._primary-text.--lh-45{line-height:45px}.GREEN_GREY ._primary-text.--lh-46{line-height:46px}.GREEN_GREY ._primary-text.--lh-47{line-height:47px}.GREEN_GREY ._primary-text.--lh-48{line-height:48px}.GREEN_GREY ._primary-text.--lh-49{line-height:49px}.GREEN_GREY ._primary-text.--lh-50{line-height:50px}.GREEN_GREY ._primary-text.--lh-51{line-height:51px}.GREEN_GREY ._primary-text.--lh-52{line-height:52px}.GREEN_GREY ._primary-text.--lh-53{line-height:53px}.GREEN_GREY ._primary-text.--lh-54{line-height:54px}.GREEN_GREY ._primary-text.--lh-55{line-height:55px}.GREEN_GREY ._primary-text.--lh-56{line-height:56px}.GREEN_GREY ._primary-text.--lh-57{line-height:57px}.GREEN_GREY ._primary-text.--lh-58{line-height:58px}.GREEN_GREY ._primary-text.--lh-59{line-height:59px}.GREEN_GREY ._primary-text.--lh-60{line-height:60px}.GREEN_GREY ._primary-text.--lh-61{line-height:61px}.GREEN_GREY ._primary-text.--lh-62{line-height:62px}.GREEN_GREY ._primary-text.--lh-63{line-height:63px}.GREEN_GREY ._primary-text.--lh-64{line-height:64px}.GREEN_GREY ._primary-text.--lh-65{line-height:65px}.GREEN_GREY ._primary-text.--lh-66{line-height:66px}.GREEN_GREY ._primary-text.--lh-67{line-height:67px}.GREEN_GREY ._primary-text.--lh-68{line-height:68px}.GREEN_GREY ._primary-text.--lh-69{line-height:69px}.GREEN_GREY ._primary-text.--lh-70{line-height:70px}.GREEN_GREY ._primary-text.--lh-71{line-height:71px}.GREEN_GREY ._primary-text.--lh-72{line-height:72px}.GREEN_GREY ._primary-text.--lh-73{line-height:73px}.GREEN_GREY ._primary-text.--lh-74{line-height:74px}.GREEN_GREY ._primary-text.--lh-75{line-height:75px}.GREEN_GREY ._primary-text.--lh-76{line-height:76px}.GREEN_GREY ._primary-text.--lh-77{line-height:77px}.GREEN_GREY ._primary-text.--lh-78{line-height:78px}.GREEN_GREY ._primary-text.--lh-79{line-height:79px}.GREEN_GREY ._primary-text.--lh-80{line-height:80px}.GREEN_GREY ._primary-text.--lh-81{line-height:81px}.GREEN_GREY ._primary-text.--lh-82{line-height:82px}.GREEN_GREY ._primary-text.--lh-83{line-height:83px}.GREEN_GREY ._primary-text.--lh-84{line-height:84px}.GREEN_GREY ._primary-text.--lh-85{line-height:85px}.GREEN_GREY ._primary-text.--lh-86{line-height:86px}.GREEN_GREY ._primary-text.--lh-87{line-height:87px}.GREEN_GREY ._primary-text.--lh-88{line-height:88px}.GREEN_GREY ._primary-text.--lh-89{line-height:89px}.GREEN_GREY ._primary-text.--lh-90{line-height:90px}.GREEN_GREY ._primary-text.--lh-91{line-height:91px}.GREEN_GREY ._primary-text.--lh-92{line-height:92px}.GREEN_GREY ._primary-text.--lh-93{line-height:93px}.GREEN_GREY ._primary-text.--lh-94{line-height:94px}.GREEN_GREY ._primary-text.--lh-95{line-height:95px}.GREEN_GREY ._primary-text.--lh-96{line-height:96px}.GREEN_GREY ._primary-text.--lh-97{line-height:97px}.GREEN_GREY ._primary-text.--lh-98{line-height:98px}.GREEN_GREY ._primary-text.--lh-99{line-height:99px}.GREEN_GREY ._primary-text.--lh-100{line-height:100px}.GREEN_GREY ._primary-text.--lh-101{line-height:101px}.GREEN_GREY ._primary-text.--lh-102{line-height:102px}.GREEN_GREY ._primary-text.--lh-103{line-height:103px}.GREEN_GREY ._primary-text.--lh-104{line-height:104px}.GREEN_GREY ._primary-text.--lh-105{line-height:105px}.GREEN_GREY ._primary-text.--lh-106{line-height:106px}.GREEN_GREY ._primary-text.--lh-107{line-height:107px}.GREEN_GREY ._primary-text.--lh-108{line-height:108px}.GREEN_GREY ._primary-text.--lh-109{line-height:109px}.GREEN_GREY ._primary-text.--lh-110{line-height:110px}.GREEN_GREY ._primary-text.--lh-111{line-height:111px}.GREEN_GREY ._primary-text.--lh-112{line-height:112px}.GREEN_GREY ._primary-text.--lh-113{line-height:113px}.GREEN_GREY ._primary-text.--lh-114{line-height:114px}.GREEN_GREY ._primary-text.--lh-115{line-height:115px}.GREEN_GREY ._primary-text.--lh-116{line-height:116px}.GREEN_GREY ._primary-text.--lh-117{line-height:117px}.GREEN_GREY ._primary-text.--lh-118{line-height:118px}.GREEN_GREY ._primary-text.--lh-119{line-height:119px}.GREEN_GREY ._primary-text.--lh-120{line-height:120px}.GREEN_GREY ._primary-text.--lh-121{line-height:121px}.GREEN_GREY ._primary-text.--lh-122{line-height:122px}.GREEN_GREY ._primary-text.--lh-123{line-height:123px}.GREEN_GREY ._primary-text.--lh-124{line-height:124px}.GREEN_GREY ._primary-text.--lh-125{line-height:125px}.GREEN_GREY ._primary-text.--lh-126{line-height:126px}.GREEN_GREY ._primary-text.--lh-127{line-height:127px}.GREEN_GREY ._primary-text.--lh-128{line-height:128px}.GREEN_GREY ._primary-text.--lh-129{line-height:129px}.GREEN_GREY ._primary-text.--lh-130{line-height:130px}.GREEN_GREY ._primary-text.--lh-131{line-height:131px}.GREEN_GREY ._primary-text.--lh-132{line-height:132px}.GREEN_GREY ._primary-text.--lh-133{line-height:133px}.GREEN_GREY ._primary-text.--lh-134{line-height:134px}.GREEN_GREY ._primary-text.--lh-135{line-height:135px}.GREEN_GREY ._primary-text.--lh-136{line-height:136px}.GREEN_GREY ._primary-text.--lh-137{line-height:137px}.GREEN_GREY ._primary-text.--lh-138{line-height:138px}.GREEN_GREY ._primary-text.--lh-139{line-height:139px}.GREEN_GREY ._primary-text.--lh-140{line-height:140px}.GREEN_GREY ._primary-text.--lh-141{line-height:141px}.GREEN_GREY ._primary-text.--lh-142{line-height:142px}.GREEN_GREY ._primary-text.--lh-143{line-height:143px}.GREEN_GREY ._primary-text.--lh-144{line-height:144px}.GREEN_GREY ._primary-text.--lh-145{line-height:145px}.GREEN_GREY ._primary-text.--lh-146{line-height:146px}.GREEN_GREY ._primary-text.--lh-147{line-height:147px}.GREEN_GREY ._primary-text.--lh-148{line-height:148px}.GREEN_GREY ._primary-text.--lh-149{line-height:149px}.GREEN_GREY ._primary-text.--lh-150{line-height:150px}.GREEN_GREY ._primary-text.--lh-151{line-height:151px}.GREEN_GREY ._primary-text.--lh-152{line-height:152px}.GREEN_GREY ._primary-text.--lh-153{line-height:153px}.GREEN_GREY ._primary-text.--lh-154{line-height:154px}.GREEN_GREY ._primary-text.--lh-155{line-height:155px}.GREEN_GREY ._primary-text.--lh-156{line-height:156px}.GREEN_GREY ._primary-text.--lh-157{line-height:157px}.GREEN_GREY ._primary-text.--lh-158{line-height:158px}.GREEN_GREY ._primary-text.--lh-159{line-height:159px}.GREEN_GREY ._primary-text.--lh-160{line-height:160px}.GREEN_GREY ._primary-text.--lh-161{line-height:161px}.GREEN_GREY ._primary-text.--lh-162{line-height:162px}.GREEN_GREY ._primary-text.--lh-163{line-height:163px}.GREEN_GREY ._primary-text.--lh-164{line-height:164px}.GREEN_GREY ._primary-text.--lh-165{line-height:165px}.GREEN_GREY ._primary-text.--lh-166{line-height:166px}.GREEN_GREY ._primary-text.--lh-167{line-height:167px}.GREEN_GREY ._primary-text.--lh-168{line-height:168px}.GREEN_GREY ._primary-text.--lh-169{line-height:169px}.GREEN_GREY ._primary-text.--lh-170{line-height:170px}.GREEN_GREY ._primary-text.--lh-171{line-height:171px}.GREEN_GREY ._primary-text.--lh-172{line-height:172px}.GREEN_GREY ._primary-text.--lh-173{line-height:173px}.GREEN_GREY ._primary-text.--lh-174{line-height:174px}.GREEN_GREY ._primary-text.--lh-175{line-height:175px}.GREEN_GREY ._primary-text.--lh-176{line-height:176px}.GREEN_GREY ._primary-text.--lh-177{line-height:177px}.GREEN_GREY ._primary-text.--lh-178{line-height:178px}.GREEN_GREY ._primary-text.--lh-179{line-height:179px}.GREEN_GREY ._primary-text.--lh-180{line-height:180px}.GREEN_GREY ._primary-text.--lh-181{line-height:181px}.GREEN_GREY ._primary-text.--lh-182{line-height:182px}.GREEN_GREY ._primary-text.--lh-183{line-height:183px}.GREEN_GREY ._primary-text.--lh-184{line-height:184px}.GREEN_GREY ._primary-text.--lh-185{line-height:185px}.GREEN_GREY ._primary-text.--lh-186{line-height:186px}.GREEN_GREY ._primary-text.--lh-187{line-height:187px}.GREEN_GREY ._primary-text.--lh-188{line-height:188px}.GREEN_GREY ._primary-text.--lh-189{line-height:189px}.GREEN_GREY ._primary-text.--lh-190{line-height:190px}.GREEN_GREY ._primary-text.--lh-191{line-height:191px}.GREEN_GREY ._primary-text.--lh-192{line-height:192px}.GREEN_GREY ._primary-text.--lh-193{line-height:193px}.GREEN_GREY ._primary-text.--lh-194{line-height:194px}.GREEN_GREY ._primary-text.--lh-195{line-height:195px}.GREEN_GREY ._primary-text.--lh-196{line-height:196px}.GREEN_GREY ._primary-text.--lh-197{line-height:197px}.GREEN_GREY ._primary-text.--lh-198{line-height:198px}.GREEN_GREY ._primary-text.--lh-199{line-height:199px}.GREEN_GREY ._primary-text.--lh-200{line-height:200px}.GREEN_GREY ._primary-text.--lh-201{line-height:201px}.GREEN_GREY ._primary-text.--lh-202{line-height:202px}.GREEN_GREY ._primary-text.--lh-203{line-height:203px}.GREEN_GREY ._primary-text.--lh-204{line-height:204px}.GREEN_GREY ._primary-text.--lh-205{line-height:205px}.GREEN_GREY ._primary-text.--lh-206{line-height:206px}.GREEN_GREY ._primary-text.--lh-207{line-height:207px}.GREEN_GREY ._primary-text.--lh-208{line-height:208px}.GREEN_GREY ._primary-text.--lh-209{line-height:209px}.GREEN_GREY ._primary-text.--lh-210{line-height:210px}.GREEN_GREY ._primary-text.--lh-211{line-height:211px}.GREEN_GREY ._primary-text.--lh-212{line-height:212px}.GREEN_GREY ._primary-text.--lh-213{line-height:213px}.GREEN_GREY ._primary-text.--lh-214{line-height:214px}.GREEN_GREY ._primary-text.--lh-215{line-height:215px}.GREEN_GREY ._primary-text.--lh-216{line-height:216px}.GREEN_GREY ._primary-text.--lh-217{line-height:217px}.GREEN_GREY ._primary-text.--lh-218{line-height:218px}.GREEN_GREY ._primary-text.--lh-219{line-height:219px}.GREEN_GREY ._primary-text.--lh-220{line-height:220px}.GREEN_GREY ._primary-text.--lh-221{line-height:221px}.GREEN_GREY ._primary-text.--lh-222{line-height:222px}.GREEN_GREY ._primary-text.--lh-223{line-height:223px}.GREEN_GREY ._primary-text.--lh-224{line-height:224px}.GREEN_GREY ._primary-text.--lh-225{line-height:225px}.GREEN_GREY ._primary-text.--lh-226{line-height:226px}.GREEN_GREY ._primary-text.--lh-227{line-height:227px}.GREEN_GREY ._primary-text.--lh-228{line-height:228px}.GREEN_GREY ._primary-text.--lh-229{line-height:229px}.GREEN_GREY ._primary-text.--lh-230{line-height:230px}.GREEN_GREY ._primary-text.--lh-231{line-height:231px}.GREEN_GREY ._primary-text.--lh-232{line-height:232px}.GREEN_GREY ._primary-text.--lh-233{line-height:233px}.GREEN_GREY ._primary-text.--lh-234{line-height:234px}.GREEN_GREY ._primary-text.--lh-235{line-height:235px}.GREEN_GREY ._primary-text.--lh-236{line-height:236px}.GREEN_GREY ._primary-text.--lh-237{line-height:237px}.GREEN_GREY ._primary-text.--lh-238{line-height:238px}.GREEN_GREY ._primary-text.--lh-239{line-height:239px}.GREEN_GREY ._primary-text.--lh-240{line-height:240px}.GREEN_GREY ._primary-text.--lh-241{line-height:241px}.GREEN_GREY ._primary-text.--lh-242{line-height:242px}.GREEN_GREY ._primary-text.--lh-243{line-height:243px}.GREEN_GREY ._primary-text.--lh-244{line-height:244px}.GREEN_GREY ._primary-text.--lh-245{line-height:245px}.GREEN_GREY ._primary-text.--lh-246{line-height:246px}.GREEN_GREY ._primary-text.--lh-247{line-height:247px}.GREEN_GREY ._primary-text.--lh-248{line-height:248px}.GREEN_GREY ._primary-text.--lh-249{line-height:249px}.GREEN_GREY ._primary-text.--lh-250{line-height:250px}.GREEN_GREY ._primary-text.--lh-251{line-height:251px}.GREEN_GREY ._primary-text.--lh-252{line-height:252px}.GREEN_GREY ._primary-text.--lh-253{line-height:253px}.GREEN_GREY ._primary-text.--lh-254{line-height:254px}.GREEN_GREY ._primary-text.--lh-255{line-height:255px}.GREEN_GREY ._primary-text.--lh-256{line-height:256px}.GREEN_GREY ._primary-text.--lh-257{line-height:257px}.GREEN_GREY ._primary-text.--lh-258{line-height:258px}.GREEN_GREY ._primary-text.--lh-259{line-height:259px}.GREEN_GREY ._primary-text.--lh-260{line-height:260px}.GREEN_GREY ._primary-text.--lh-261{line-height:261px}.GREEN_GREY ._primary-text.--lh-262{line-height:262px}.GREEN_GREY ._primary-text.--lh-263{line-height:263px}.GREEN_GREY ._primary-text.--lh-264{line-height:264px}.GREEN_GREY ._primary-text.--lh-265{line-height:265px}.GREEN_GREY ._primary-text.--lh-266{line-height:266px}.GREEN_GREY ._primary-text.--lh-267{line-height:267px}.GREEN_GREY ._primary-text.--lh-268{line-height:268px}.GREEN_GREY ._primary-text.--lh-269{line-height:269px}.GREEN_GREY ._primary-text.--lh-270{line-height:270px}.GREEN_GREY ._primary-text.--lh-271{line-height:271px}.GREEN_GREY ._primary-text.--lh-272{line-height:272px}.GREEN_GREY ._primary-text.--lh-273{line-height:273px}.GREEN_GREY ._primary-text.--lh-274{line-height:274px}.GREEN_GREY ._primary-text.--lh-275{line-height:275px}.GREEN_GREY ._primary-text.--lh-276{line-height:276px}.GREEN_GREY ._primary-text.--lh-277{line-height:277px}.GREEN_GREY ._primary-text.--lh-278{line-height:278px}.GREEN_GREY ._primary-text.--lh-279{line-height:279px}.GREEN_GREY ._primary-text.--lh-280{line-height:280px}.GREEN_GREY ._primary-text.--lh-281{line-height:281px}.GREEN_GREY ._primary-text.--lh-282{line-height:282px}.GREEN_GREY ._primary-text.--lh-283{line-height:283px}.GREEN_GREY ._primary-text.--lh-284{line-height:284px}.GREEN_GREY ._primary-text.--lh-285{line-height:285px}.GREEN_GREY ._primary-text.--lh-286{line-height:286px}.GREEN_GREY ._primary-text.--lh-287{line-height:287px}.GREEN_GREY ._primary-text.--lh-288{line-height:288px}.GREEN_GREY ._primary-text.--lh-289{line-height:289px}.GREEN_GREY ._primary-text.--lh-290{line-height:290px}.GREEN_GREY ._primary-text.--lh-291{line-height:291px}.GREEN_GREY ._primary-text.--lh-292{line-height:292px}.GREEN_GREY ._primary-text.--lh-293{line-height:293px}.GREEN_GREY ._primary-text.--lh-294{line-height:294px}.GREEN_GREY ._primary-text.--lh-295{line-height:295px}.GREEN_GREY ._primary-text.--lh-296{line-height:296px}.GREEN_GREY ._primary-text.--lh-297{line-height:297px}.GREEN_GREY ._primary-text.--lh-298{line-height:298px}.GREEN_GREY ._primary-text.--lh-299{line-height:299px}.GREEN_GREY ._primary-text.--lh-300{line-height:300px}.GREEN_GREY ._primary-text.--lh-301{line-height:301px}.GREEN_GREY ._primary-text.--lh-302{line-height:302px}.GREEN_GREY ._primary-text.--lh-303{line-height:303px}.GREEN_GREY ._primary-text.--lh-304{line-height:304px}.GREEN_GREY ._primary-text.--lh-305{line-height:305px}.GREEN_GREY ._primary-text.--lh-306{line-height:306px}.GREEN_GREY ._primary-text.--lh-307{line-height:307px}.GREEN_GREY ._primary-text.--lh-308{line-height:308px}.GREEN_GREY ._primary-text.--lh-309{line-height:309px}.GREEN_GREY ._primary-text.--lh-310{line-height:310px}.GREEN_GREY ._primary-text.--lh-311{line-height:311px}.GREEN_GREY ._primary-text.--lh-312{line-height:312px}.GREEN_GREY ._primary-text.--lh-313{line-height:313px}.GREEN_GREY ._primary-text.--lh-314{line-height:314px}.GREEN_GREY ._primary-text.--lh-315{line-height:315px}.GREEN_GREY ._primary-text.--lh-316{line-height:316px}.GREEN_GREY ._primary-text.--lh-317{line-height:317px}.GREEN_GREY ._primary-text.--lh-318{line-height:318px}.GREEN_GREY ._primary-text.--lh-319{line-height:319px}.GREEN_GREY ._primary-text.--lh-320{line-height:320px}.GREEN_GREY ._primary-text.--lh-321{line-height:321px}.GREEN_GREY ._primary-text.--lh-322{line-height:322px}.GREEN_GREY ._primary-text.--lh-323{line-height:323px}.GREEN_GREY ._primary-text.--lh-324{line-height:324px}.GREEN_GREY ._primary-text.--lh-325{line-height:325px}.GREEN_GREY ._primary-text.--lh-326{line-height:326px}.GREEN_GREY ._primary-text.--lh-327{line-height:327px}.GREEN_GREY ._primary-text.--lh-328{line-height:328px}.GREEN_GREY ._primary-text.--lh-329{line-height:329px}.GREEN_GREY ._primary-text.--lh-330{line-height:330px}.GREEN_GREY ._primary-text.--lh-331{line-height:331px}.GREEN_GREY ._primary-text.--lh-332{line-height:332px}.GREEN_GREY ._primary-text.--lh-333{line-height:333px}.GREEN_GREY ._primary-text.--lh-334{line-height:334px}.GREEN_GREY ._primary-text.--lh-335{line-height:335px}.GREEN_GREY ._primary-text.--lh-336{line-height:336px}.GREEN_GREY ._primary-text.--lh-337{line-height:337px}.GREEN_GREY ._primary-text.--lh-338{line-height:338px}.GREEN_GREY ._primary-text.--lh-339{line-height:339px}.GREEN_GREY ._primary-text.--lh-340{line-height:340px}.GREEN_GREY ._primary-text.--lh-341{line-height:341px}.GREEN_GREY ._primary-text.--lh-342{line-height:342px}.GREEN_GREY ._primary-text.--lh-343{line-height:343px}.GREEN_GREY ._primary-text.--lh-344{line-height:344px}.GREEN_GREY ._primary-text.--lh-345{line-height:345px}.GREEN_GREY ._primary-text.--lh-346{line-height:346px}.GREEN_GREY ._primary-text.--lh-347{line-height:347px}.GREEN_GREY ._primary-text.--lh-348{line-height:348px}.GREEN_GREY ._primary-text.--lh-349{line-height:349px}.GREEN_GREY ._primary-text.--lh-350{line-height:350px}.GREEN_GREY ._primary-text.--lh-351{line-height:351px}.GREEN_GREY ._primary-text.--lh-352{line-height:352px}.GREEN_GREY ._primary-text.--lh-353{line-height:353px}.GREEN_GREY ._primary-text.--lh-354{line-height:354px}.GREEN_GREY ._primary-text.--lh-355{line-height:355px}.GREEN_GREY ._primary-text.--lh-356{line-height:356px}.GREEN_GREY ._primary-text.--lh-357{line-height:357px}.GREEN_GREY ._primary-text.--lh-358{line-height:358px}.GREEN_GREY ._primary-text.--lh-359{line-height:359px}.GREEN_GREY ._primary-text.--lh-360{line-height:360px}.GREEN_GREY ._primary-text.--lh-361{line-height:361px}.GREEN_GREY ._primary-text.--lh-362{line-height:362px}.GREEN_GREY ._primary-text.--lh-363{line-height:363px}.GREEN_GREY ._primary-text.--lh-364{line-height:364px}.GREEN_GREY ._primary-text.--lh-365{line-height:365px}.GREEN_GREY ._primary-text.--lh-366{line-height:366px}.GREEN_GREY ._primary-text.--lh-367{line-height:367px}.GREEN_GREY ._primary-text.--lh-368{line-height:368px}.GREEN_GREY ._primary-text.--lh-369{line-height:369px}.GREEN_GREY ._primary-text.--lh-370{line-height:370px}.GREEN_GREY ._primary-text.--lh-371{line-height:371px}.GREEN_GREY ._primary-text.--lh-372{line-height:372px}.GREEN_GREY ._primary-text.--lh-373{line-height:373px}.GREEN_GREY ._primary-text.--lh-374{line-height:374px}.GREEN_GREY ._primary-text.--lh-375{line-height:375px}.GREEN_GREY ._primary-text.--lh-376{line-height:376px}.GREEN_GREY ._primary-text.--lh-377{line-height:377px}.GREEN_GREY ._primary-text.--lh-378{line-height:378px}.GREEN_GREY ._primary-text.--lh-379{line-height:379px}.GREEN_GREY ._primary-text.--lh-380{line-height:380px}.GREEN_GREY ._primary-text.--lh-381{line-height:381px}.GREEN_GREY ._primary-text.--lh-382{line-height:382px}.GREEN_GREY ._primary-text.--lh-383{line-height:383px}.GREEN_GREY ._primary-text.--lh-384{line-height:384px}.GREEN_GREY ._primary-text.--lh-385{line-height:385px}.GREEN_GREY ._primary-text.--lh-386{line-height:386px}.GREEN_GREY ._primary-text.--lh-387{line-height:387px}.GREEN_GREY ._primary-text.--lh-388{line-height:388px}.GREEN_GREY ._primary-text.--lh-389{line-height:389px}.GREEN_GREY ._primary-text.--lh-390{line-height:390px}.GREEN_GREY ._primary-text.--lh-391{line-height:391px}.GREEN_GREY ._primary-text.--lh-392{line-height:392px}.GREEN_GREY ._primary-text.--lh-393{line-height:393px}.GREEN_GREY ._primary-text.--lh-394{line-height:394px}.GREEN_GREY ._primary-text.--lh-395{line-height:395px}.GREEN_GREY ._primary-text.--lh-396{line-height:396px}.GREEN_GREY ._primary-text.--lh-397{line-height:397px}.GREEN_GREY ._primary-text.--lh-398{line-height:398px}.GREEN_GREY ._primary-text.--lh-399{line-height:399px}.GREEN_GREY ._primary-text.--lh-400{line-height:400px}.GREEN_GREY ._primary-text.--lh-401{line-height:401px}.GREEN_GREY ._primary-text.--lh-402{line-height:402px}.GREEN_GREY ._primary-text.--lh-403{line-height:403px}.GREEN_GREY ._primary-text.--lh-404{line-height:404px}.GREEN_GREY ._primary-text.--lh-405{line-height:405px}.GREEN_GREY ._primary-text.--lh-406{line-height:406px}.GREEN_GREY ._primary-text.--lh-407{line-height:407px}.GREEN_GREY ._primary-text.--lh-408{line-height:408px}.GREEN_GREY ._primary-text.--lh-409{line-height:409px}.GREEN_GREY ._primary-text.--lh-410{line-height:410px}.GREEN_GREY ._primary-text.--lh-411{line-height:411px}.GREEN_GREY ._primary-text.--lh-412{line-height:412px}.GREEN_GREY ._primary-text.--lh-413{line-height:413px}.GREEN_GREY ._primary-text.--lh-414{line-height:414px}.GREEN_GREY ._primary-text.--lh-415{line-height:415px}.GREEN_GREY ._primary-text.--lh-416{line-height:416px}.GREEN_GREY ._primary-text.--lh-417{line-height:417px}.GREEN_GREY ._primary-text.--lh-418{line-height:418px}.GREEN_GREY ._primary-text.--lh-419{line-height:419px}.GREEN_GREY ._primary-text.--lh-420{line-height:420px}.GREEN_GREY ._primary-text.--lh-421{line-height:421px}.GREEN_GREY ._primary-text.--lh-422{line-height:422px}.GREEN_GREY ._primary-text.--lh-423{line-height:423px}.GREEN_GREY ._primary-text.--lh-424{line-height:424px}.GREEN_GREY ._primary-text.--lh-425{line-height:425px}.GREEN_GREY ._primary-text.--lh-426{line-height:426px}.GREEN_GREY ._primary-text.--lh-427{line-height:427px}.GREEN_GREY ._primary-text.--lh-428{line-height:428px}.GREEN_GREY ._primary-text.--lh-429{line-height:429px}.GREEN_GREY ._primary-text.--lh-430{line-height:430px}.GREEN_GREY ._primary-text.--lh-431{line-height:431px}.GREEN_GREY ._primary-text.--lh-432{line-height:432px}.GREEN_GREY ._primary-text.--lh-433{line-height:433px}.GREEN_GREY ._primary-text.--lh-434{line-height:434px}.GREEN_GREY ._primary-text.--lh-435{line-height:435px}.GREEN_GREY ._primary-text.--lh-436{line-height:436px}.GREEN_GREY ._primary-text.--lh-437{line-height:437px}.GREEN_GREY ._primary-text.--lh-438{line-height:438px}.GREEN_GREY ._primary-text.--lh-439{line-height:439px}.GREEN_GREY ._primary-text.--lh-440{line-height:440px}.GREEN_GREY ._primary-text.--lh-441{line-height:441px}.GREEN_GREY ._primary-text.--lh-442{line-height:442px}.GREEN_GREY ._primary-text.--lh-443{line-height:443px}.GREEN_GREY ._primary-text.--lh-444{line-height:444px}.GREEN_GREY ._primary-text.--lh-445{line-height:445px}.GREEN_GREY ._primary-text.--lh-446{line-height:446px}.GREEN_GREY ._primary-text.--lh-447{line-height:447px}.GREEN_GREY ._primary-text.--lh-448{line-height:448px}.GREEN_GREY ._primary-text.--lh-449{line-height:449px}.GREEN_GREY ._primary-text.--lh-450{line-height:450px}.GREEN_GREY ._primary-text.--lh-451{line-height:451px}.GREEN_GREY ._primary-text.--lh-452{line-height:452px}.GREEN_GREY ._primary-text.--lh-453{line-height:453px}.GREEN_GREY ._primary-text.--lh-454{line-height:454px}.GREEN_GREY ._primary-text.--lh-455{line-height:455px}.GREEN_GREY ._primary-text.--lh-456{line-height:456px}.GREEN_GREY ._primary-text.--lh-457{line-height:457px}.GREEN_GREY ._primary-text.--lh-458{line-height:458px}.GREEN_GREY ._primary-text.--lh-459{line-height:459px}.GREEN_GREY ._primary-text.--lh-460{line-height:460px}.GREEN_GREY ._primary-text.--lh-461{line-height:461px}.GREEN_GREY ._primary-text.--lh-462{line-height:462px}.GREEN_GREY ._primary-text.--lh-463{line-height:463px}.GREEN_GREY ._primary-text.--lh-464{line-height:464px}.GREEN_GREY ._primary-text.--lh-465{line-height:465px}.GREEN_GREY ._primary-text.--lh-466{line-height:466px}.GREEN_GREY ._primary-text.--lh-467{line-height:467px}.GREEN_GREY ._primary-text.--lh-468{line-height:468px}.GREEN_GREY ._primary-text.--lh-469{line-height:469px}.GREEN_GREY ._primary-text.--lh-470{line-height:470px}.GREEN_GREY ._primary-text.--lh-471{line-height:471px}.GREEN_GREY ._primary-text.--lh-472{line-height:472px}.GREEN_GREY ._primary-text.--lh-473{line-height:473px}.GREEN_GREY ._primary-text.--lh-474{line-height:474px}.GREEN_GREY ._primary-text.--lh-475{line-height:475px}.GREEN_GREY ._primary-text.--lh-476{line-height:476px}.GREEN_GREY ._primary-text.--lh-477{line-height:477px}.GREEN_GREY ._primary-text.--lh-478{line-height:478px}.GREEN_GREY ._primary-text.--lh-479{line-height:479px}.GREEN_GREY ._primary-text.--lh-480{line-height:480px}.GREEN_GREY ._primary-text.--lh-481{line-height:481px}.GREEN_GREY ._primary-text.--lh-482{line-height:482px}.GREEN_GREY ._primary-text.--lh-483{line-height:483px}.GREEN_GREY ._primary-text.--lh-484{line-height:484px}.GREEN_GREY ._primary-text.--lh-485{line-height:485px}.GREEN_GREY ._primary-text.--lh-486{line-height:486px}.GREEN_GREY ._primary-text.--lh-487{line-height:487px}.GREEN_GREY ._primary-text.--lh-488{line-height:488px}.GREEN_GREY ._primary-text.--lh-489{line-height:489px}.GREEN_GREY ._primary-text.--lh-490{line-height:490px}.GREEN_GREY ._primary-text.--lh-491{line-height:491px}.GREEN_GREY ._primary-text.--lh-492{line-height:492px}.GREEN_GREY ._primary-text.--lh-493{line-height:493px}.GREEN_GREY ._primary-text.--lh-494{line-height:494px}.GREEN_GREY ._primary-text.--lh-495{line-height:495px}.GREEN_GREY ._primary-text.--lh-496{line-height:496px}.GREEN_GREY ._primary-text.--lh-497{line-height:497px}.GREEN_GREY ._primary-text.--lh-498{line-height:498px}.GREEN_GREY ._primary-text.--lh-499{line-height:499px}.GREEN_GREY ._primary-text.--lh-500{line-height:500px}.GREEN_GREY ._primary-text.--lh-501{line-height:501px}.GREEN_GREY ._primary-text.--lh-502{line-height:502px}.GREEN_GREY ._primary-text.--lh-503{line-height:503px}.GREEN_GREY ._primary-text.--lh-504{line-height:504px}.GREEN_GREY ._primary-text.--lh-505{line-height:505px}.GREEN_GREY ._primary-text.--lh-506{line-height:506px}.GREEN_GREY ._primary-text.--lh-507{line-height:507px}.GREEN_GREY ._primary-text.--lh-508{line-height:508px}.GREEN_GREY ._primary-text.--lh-509{line-height:509px}.GREEN_GREY ._primary-text.--lh-510{line-height:510px}.GREEN_GREY ._primary-text.--lh-511{line-height:511px}.GREEN_GREY ._primary-text.--lh-512{line-height:512px}.GREEN_GREY ._primary-text.--lh-513{line-height:513px}.GREEN_GREY ._primary-text.--lh-514{line-height:514px}.GREEN_GREY ._primary-text.--lh-515{line-height:515px}.GREEN_GREY ._primary-text.--lh-516{line-height:516px}.GREEN_GREY ._primary-text.--lh-517{line-height:517px}.GREEN_GREY ._primary-text.--lh-518{line-height:518px}.GREEN_GREY ._primary-text.--lh-519{line-height:519px}.GREEN_GREY ._primary-text.--lh-520{line-height:520px}.GREEN_GREY ._primary-text.--lh-521{line-height:521px}.GREEN_GREY ._primary-text.--lh-522{line-height:522px}.GREEN_GREY ._primary-text.--lh-523{line-height:523px}.GREEN_GREY ._primary-text.--lh-524{line-height:524px}.GREEN_GREY ._primary-text.--lh-525{line-height:525px}.GREEN_GREY ._primary-text.--lh-526{line-height:526px}.GREEN_GREY ._primary-text.--lh-527{line-height:527px}.GREEN_GREY ._primary-text.--lh-528{line-height:528px}.GREEN_GREY ._primary-text.--lh-529{line-height:529px}.GREEN_GREY ._primary-text.--lh-530{line-height:530px}.GREEN_GREY ._primary-text.--lh-531{line-height:531px}.GREEN_GREY ._primary-text.--lh-532{line-height:532px}.GREEN_GREY ._primary-text.--lh-533{line-height:533px}.GREEN_GREY ._primary-text.--lh-534{line-height:534px}.GREEN_GREY ._primary-text.--lh-535{line-height:535px}.GREEN_GREY ._primary-text.--lh-536{line-height:536px}.GREEN_GREY ._primary-text.--lh-537{line-height:537px}.GREEN_GREY ._primary-text.--lh-538{line-height:538px}.GREEN_GREY ._primary-text.--lh-539{line-height:539px}.GREEN_GREY ._primary-text.--lh-540{line-height:540px}.GREEN_GREY ._primary-text.--lh-541{line-height:541px}.GREEN_GREY ._primary-text.--lh-542{line-height:542px}.GREEN_GREY ._primary-text.--lh-543{line-height:543px}.GREEN_GREY ._primary-text.--lh-544{line-height:544px}.GREEN_GREY ._primary-text.--lh-545{line-height:545px}.GREEN_GREY ._primary-text.--lh-546{line-height:546px}.GREEN_GREY ._primary-text.--lh-547{line-height:547px}.GREEN_GREY ._primary-text.--lh-548{line-height:548px}.GREEN_GREY ._primary-text.--lh-549{line-height:549px}.GREEN_GREY ._primary-text.--lh-550{line-height:550px}.GREEN_GREY ._primary-text.--lh-551{line-height:551px}.GREEN_GREY ._primary-text.--lh-552{line-height:552px}.GREEN_GREY ._primary-text.--lh-553{line-height:553px}.GREEN_GREY ._primary-text.--lh-554{line-height:554px}.GREEN_GREY ._primary-text.--lh-555{line-height:555px}.GREEN_GREY ._primary-text.--lh-556{line-height:556px}.GREEN_GREY ._primary-text.--lh-557{line-height:557px}.GREEN_GREY ._primary-text.--lh-558{line-height:558px}.GREEN_GREY ._primary-text.--lh-559{line-height:559px}.GREEN_GREY ._primary-text.--lh-560{line-height:560px}.GREEN_GREY ._primary-text.--lh-561{line-height:561px}.GREEN_GREY ._primary-text.--lh-562{line-height:562px}.GREEN_GREY ._primary-text.--lh-563{line-height:563px}.GREEN_GREY ._primary-text.--lh-564{line-height:564px}.GREEN_GREY ._primary-text.--lh-565{line-height:565px}.GREEN_GREY ._primary-text.--lh-566{line-height:566px}.GREEN_GREY ._primary-text.--lh-567{line-height:567px}.GREEN_GREY ._primary-text.--lh-568{line-height:568px}.GREEN_GREY ._primary-text.--lh-569{line-height:569px}.GREEN_GREY ._primary-text.--lh-570{line-height:570px}.GREEN_GREY ._primary-text.--lh-571{line-height:571px}.GREEN_GREY ._primary-text.--lh-572{line-height:572px}.GREEN_GREY ._primary-text.--lh-573{line-height:573px}.GREEN_GREY ._primary-text.--lh-574{line-height:574px}.GREEN_GREY ._primary-text.--lh-575{line-height:575px}.GREEN_GREY ._primary-text.--lh-576{line-height:576px}.GREEN_GREY ._primary-text.--lh-577{line-height:577px}.GREEN_GREY ._primary-text.--lh-578{line-height:578px}.GREEN_GREY ._primary-text.--lh-579{line-height:579px}.GREEN_GREY ._primary-text.--lh-580{line-height:580px}.GREEN_GREY ._primary-text.--lh-581{line-height:581px}.GREEN_GREY ._primary-text.--lh-582{line-height:582px}.GREEN_GREY ._primary-text.--lh-583{line-height:583px}.GREEN_GREY ._primary-text.--lh-584{line-height:584px}.GREEN_GREY ._primary-text.--lh-585{line-height:585px}.GREEN_GREY ._primary-text.--lh-586{line-height:586px}.GREEN_GREY ._primary-text.--lh-587{line-height:587px}.GREEN_GREY ._primary-text.--lh-588{line-height:588px}.GREEN_GREY ._primary-text.--lh-589{line-height:589px}.GREEN_GREY ._primary-text.--lh-590{line-height:590px}.GREEN_GREY ._primary-text.--lh-591{line-height:591px}.GREEN_GREY ._primary-text.--lh-592{line-height:592px}.GREEN_GREY ._primary-text.--lh-593{line-height:593px}.GREEN_GREY ._primary-text.--lh-594{line-height:594px}.GREEN_GREY ._primary-text.--lh-595{line-height:595px}.GREEN_GREY ._primary-text.--lh-596{line-height:596px}.GREEN_GREY ._primary-text.--lh-597{line-height:597px}.GREEN_GREY ._primary-text.--lh-598{line-height:598px}.GREEN_GREY ._primary-text.--lh-599{line-height:599px}.GREEN_GREY ._primary-text.--lh-600{line-height:600px}.GREEN_GREY ._primary-text.--lh-601{line-height:601px}.GREEN_GREY ._primary-text.--lh-602{line-height:602px}.GREEN_GREY ._primary-text.--lh-603{line-height:603px}.GREEN_GREY ._primary-text.--lh-604{line-height:604px}.GREEN_GREY ._primary-text.--lh-605{line-height:605px}.GREEN_GREY ._primary-text.--lh-606{line-height:606px}.GREEN_GREY ._primary-text.--lh-607{line-height:607px}.GREEN_GREY ._primary-text.--lh-608{line-height:608px}.GREEN_GREY ._primary-text.--lh-609{line-height:609px}.GREEN_GREY ._primary-text.--lh-610{line-height:610px}.GREEN_GREY ._primary-text.--lh-611{line-height:611px}.GREEN_GREY ._primary-text.--lh-612{line-height:612px}.GREEN_GREY ._primary-text.--lh-613{line-height:613px}.GREEN_GREY ._primary-text.--lh-614{line-height:614px}.GREEN_GREY ._primary-text.--lh-615{line-height:615px}.GREEN_GREY ._primary-text.--lh-616{line-height:616px}.GREEN_GREY ._primary-text.--lh-617{line-height:617px}.GREEN_GREY ._primary-text.--lh-618{line-height:618px}.GREEN_GREY ._primary-text.--lh-619{line-height:619px}.GREEN_GREY ._primary-text.--lh-620{line-height:620px}.GREEN_GREY ._primary-text.--lh-621{line-height:621px}.GREEN_GREY ._primary-text.--lh-622{line-height:622px}.GREEN_GREY ._primary-text.--lh-623{line-height:623px}.GREEN_GREY ._primary-text.--lh-624{line-height:624px}.GREEN_GREY ._primary-text.--lh-625{line-height:625px}.GREEN_GREY ._primary-text.--lh-626{line-height:626px}.GREEN_GREY ._primary-text.--lh-627{line-height:627px}.GREEN_GREY ._primary-text.--lh-628{line-height:628px}.GREEN_GREY ._primary-text.--lh-629{line-height:629px}.GREEN_GREY ._primary-text.--lh-630{line-height:630px}.GREEN_GREY ._primary-text.--lh-631{line-height:631px}.GREEN_GREY ._primary-text.--lh-632{line-height:632px}.GREEN_GREY ._primary-text.--lh-633{line-height:633px}.GREEN_GREY ._primary-text.--lh-634{line-height:634px}.GREEN_GREY ._primary-text.--lh-635{line-height:635px}.GREEN_GREY ._primary-text.--lh-636{line-height:636px}.GREEN_GREY ._primary-text.--lh-637{line-height:637px}.GREEN_GREY ._primary-text.--lh-638{line-height:638px}.GREEN_GREY ._primary-text.--lh-639{line-height:639px}.GREEN_GREY ._primary-text.--lh-640{line-height:640px}.GREEN_GREY ._primary-text.--lh-641{line-height:641px}.GREEN_GREY ._primary-text.--lh-642{line-height:642px}.GREEN_GREY ._primary-text.--lh-643{line-height:643px}.GREEN_GREY ._primary-text.--lh-644{line-height:644px}.GREEN_GREY ._primary-text.--lh-645{line-height:645px}.GREEN_GREY ._primary-text.--lh-646{line-height:646px}.GREEN_GREY ._primary-text.--lh-647{line-height:647px}.GREEN_GREY ._primary-text.--lh-648{line-height:648px}.GREEN_GREY ._primary-text.--lh-649{line-height:649px}.GREEN_GREY ._primary-text.--lh-650{line-height:650px}.GREEN_GREY ._primary-text.--lh-651{line-height:651px}.GREEN_GREY ._primary-text.--lh-652{line-height:652px}.GREEN_GREY ._primary-text.--lh-653{line-height:653px}.GREEN_GREY ._primary-text.--lh-654{line-height:654px}.GREEN_GREY ._primary-text.--lh-655{line-height:655px}.GREEN_GREY ._primary-text.--lh-656{line-height:656px}.GREEN_GREY ._primary-text.--lh-657{line-height:657px}.GREEN_GREY ._primary-text.--lh-658{line-height:658px}.GREEN_GREY ._primary-text.--lh-659{line-height:659px}.GREEN_GREY ._primary-text.--lh-660{line-height:660px}.GREEN_GREY ._primary-text.--lh-661{line-height:661px}.GREEN_GREY ._primary-text.--lh-662{line-height:662px}.GREEN_GREY ._primary-text.--lh-663{line-height:663px}.GREEN_GREY ._primary-text.--lh-664{line-height:664px}.GREEN_GREY ._primary-text.--lh-665{line-height:665px}.GREEN_GREY ._primary-text.--lh-666{line-height:666px}.GREEN_GREY ._primary-text.--lh-667{line-height:667px}.GREEN_GREY ._primary-text.--lh-668{line-height:668px}.GREEN_GREY ._primary-text.--lh-669{line-height:669px}.GREEN_GREY ._primary-text.--lh-670{line-height:670px}.GREEN_GREY ._primary-text.--lh-671{line-height:671px}.GREEN_GREY ._primary-text.--lh-672{line-height:672px}.GREEN_GREY ._primary-text.--lh-673{line-height:673px}.GREEN_GREY ._primary-text.--lh-674{line-height:674px}.GREEN_GREY ._primary-text.--lh-675{line-height:675px}.GREEN_GREY ._primary-text.--lh-676{line-height:676px}.GREEN_GREY ._primary-text.--lh-677{line-height:677px}.GREEN_GREY ._primary-text.--lh-678{line-height:678px}.GREEN_GREY ._primary-text.--lh-679{line-height:679px}.GREEN_GREY ._primary-text.--lh-680{line-height:680px}.GREEN_GREY ._primary-text.--lh-681{line-height:681px}.GREEN_GREY ._primary-text.--lh-682{line-height:682px}.GREEN_GREY ._primary-text.--lh-683{line-height:683px}.GREEN_GREY ._primary-text.--lh-684{line-height:684px}.GREEN_GREY ._primary-text.--lh-685{line-height:685px}.GREEN_GREY ._primary-text.--lh-686{line-height:686px}.GREEN_GREY ._primary-text.--lh-687{line-height:687px}.GREEN_GREY ._primary-text.--lh-688{line-height:688px}.GREEN_GREY ._primary-text.--lh-689{line-height:689px}.GREEN_GREY ._primary-text.--lh-690{line-height:690px}.GREEN_GREY ._primary-text.--lh-691{line-height:691px}.GREEN_GREY ._primary-text.--lh-692{line-height:692px}.GREEN_GREY ._primary-text.--lh-693{line-height:693px}.GREEN_GREY ._primary-text.--lh-694{line-height:694px}.GREEN_GREY ._primary-text.--lh-695{line-height:695px}.GREEN_GREY ._primary-text.--lh-696{line-height:696px}.GREEN_GREY ._primary-text.--lh-697{line-height:697px}.GREEN_GREY ._primary-text.--lh-698{line-height:698px}.GREEN_GREY ._primary-text.--lh-699{line-height:699px}.GREEN_GREY ._primary-text.--lh-700{line-height:700px}.GREEN_GREY ._primary-text.--lh-701{line-height:701px}.GREEN_GREY ._primary-text.--lh-702{line-height:702px}.GREEN_GREY ._primary-text.--lh-703{line-height:703px}.GREEN_GREY ._primary-text.--lh-704{line-height:704px}.GREEN_GREY ._primary-text.--lh-705{line-height:705px}.GREEN_GREY ._primary-text.--lh-706{line-height:706px}.GREEN_GREY ._primary-text.--lh-707{line-height:707px}.GREEN_GREY ._primary-text.--lh-708{line-height:708px}.GREEN_GREY ._primary-text.--lh-709{line-height:709px}.GREEN_GREY ._primary-text.--lh-710{line-height:710px}.GREEN_GREY ._primary-text.--lh-711{line-height:711px}.GREEN_GREY ._primary-text.--lh-712{line-height:712px}.GREEN_GREY ._primary-text.--lh-713{line-height:713px}.GREEN_GREY ._primary-text.--lh-714{line-height:714px}.GREEN_GREY ._primary-text.--lh-715{line-height:715px}.GREEN_GREY ._primary-text.--lh-716{line-height:716px}.GREEN_GREY ._primary-text.--lh-717{line-height:717px}.GREEN_GREY ._primary-text.--lh-718{line-height:718px}.GREEN_GREY ._primary-text.--lh-719{line-height:719px}.GREEN_GREY ._primary-text.--lh-720{line-height:720px}.GREEN_GREY ._primary-text.--lh-721{line-height:721px}.GREEN_GREY ._primary-text.--lh-722{line-height:722px}.GREEN_GREY ._primary-text.--lh-723{line-height:723px}.GREEN_GREY ._primary-text.--lh-724{line-height:724px}.GREEN_GREY ._primary-text.--lh-725{line-height:725px}.GREEN_GREY ._primary-text.--lh-726{line-height:726px}.GREEN_GREY ._primary-text.--lh-727{line-height:727px}.GREEN_GREY ._primary-text.--lh-728{line-height:728px}.GREEN_GREY ._primary-text.--lh-729{line-height:729px}.GREEN_GREY ._primary-text.--lh-730{line-height:730px}.GREEN_GREY ._primary-text.--lh-731{line-height:731px}.GREEN_GREY ._primary-text.--lh-732{line-height:732px}.GREEN_GREY ._primary-text.--lh-733{line-height:733px}.GREEN_GREY ._primary-text.--lh-734{line-height:734px}.GREEN_GREY ._primary-text.--lh-735{line-height:735px}.GREEN_GREY ._primary-text.--lh-736{line-height:736px}.GREEN_GREY ._primary-text.--lh-737{line-height:737px}.GREEN_GREY ._primary-text.--lh-738{line-height:738px}.GREEN_GREY ._primary-text.--lh-739{line-height:739px}.GREEN_GREY ._primary-text.--lh-740{line-height:740px}.GREEN_GREY ._primary-text.--lh-741{line-height:741px}.GREEN_GREY ._primary-text.--lh-742{line-height:742px}.GREEN_GREY ._primary-text.--lh-743{line-height:743px}.GREEN_GREY ._primary-text.--lh-744{line-height:744px}.GREEN_GREY ._primary-text.--lh-745{line-height:745px}.GREEN_GREY ._primary-text.--lh-746{line-height:746px}.GREEN_GREY ._primary-text.--lh-747{line-height:747px}.GREEN_GREY ._primary-text.--lh-748{line-height:748px}.GREEN_GREY ._primary-text.--lh-749{line-height:749px}.GREEN_GREY ._primary-text.--lh-750{line-height:750px}.GREEN_GREY ._primary-text.--lh-751{line-height:751px}.GREEN_GREY ._primary-text.--lh-752{line-height:752px}.GREEN_GREY ._primary-text.--lh-753{line-height:753px}.GREEN_GREY ._primary-text.--lh-754{line-height:754px}.GREEN_GREY ._primary-text.--lh-755{line-height:755px}.GREEN_GREY ._primary-text.--lh-756{line-height:756px}.GREEN_GREY ._primary-text.--lh-757{line-height:757px}.GREEN_GREY ._primary-text.--lh-758{line-height:758px}.GREEN_GREY ._primary-text.--lh-759{line-height:759px}.GREEN_GREY ._primary-text.--lh-760{line-height:760px}.GREEN_GREY ._primary-text.--lh-761{line-height:761px}.GREEN_GREY ._primary-text.--lh-762{line-height:762px}.GREEN_GREY ._primary-text.--lh-763{line-height:763px}.GREEN_GREY ._primary-text.--lh-764{line-height:764px}.GREEN_GREY ._primary-text.--lh-765{line-height:765px}.GREEN_GREY ._primary-text.--lh-766{line-height:766px}.GREEN_GREY ._primary-text.--lh-767{line-height:767px}.GREEN_GREY ._primary-text.--lh-768{line-height:768px}.GREEN_GREY ._primary-text.--lh-769{line-height:769px}.GREEN_GREY ._primary-text.--lh-770{line-height:770px}.GREEN_GREY ._primary-text.--lh-771{line-height:771px}.GREEN_GREY ._primary-text.--lh-772{line-height:772px}.GREEN_GREY ._primary-text.--lh-773{line-height:773px}.GREEN_GREY ._primary-text.--lh-774{line-height:774px}.GREEN_GREY ._primary-text.--lh-775{line-height:775px}.GREEN_GREY ._primary-text.--lh-776{line-height:776px}.GREEN_GREY ._primary-text.--lh-777{line-height:777px}.GREEN_GREY ._primary-text.--lh-778{line-height:778px}.GREEN_GREY ._primary-text.--lh-779{line-height:779px}.GREEN_GREY ._primary-text.--lh-780{line-height:780px}.GREEN_GREY ._primary-text.--lh-781{line-height:781px}.GREEN_GREY ._primary-text.--lh-782{line-height:782px}.GREEN_GREY ._primary-text.--lh-783{line-height:783px}.GREEN_GREY ._primary-text.--lh-784{line-height:784px}.GREEN_GREY ._primary-text.--lh-785{line-height:785px}.GREEN_GREY ._primary-text.--lh-786{line-height:786px}.GREEN_GREY ._primary-text.--lh-787{line-height:787px}.GREEN_GREY ._primary-text.--lh-788{line-height:788px}.GREEN_GREY ._primary-text.--lh-789{line-height:789px}.GREEN_GREY ._primary-text.--lh-790{line-height:790px}.GREEN_GREY ._primary-text.--lh-791{line-height:791px}.GREEN_GREY ._primary-text.--lh-792{line-height:792px}.GREEN_GREY ._primary-text.--lh-793{line-height:793px}.GREEN_GREY ._primary-text.--lh-794{line-height:794px}.GREEN_GREY ._primary-text.--lh-795{line-height:795px}.GREEN_GREY ._primary-text.--lh-796{line-height:796px}.GREEN_GREY ._primary-text.--lh-797{line-height:797px}.GREEN_GREY ._primary-text.--lh-798{line-height:798px}.GREEN_GREY ._primary-text.--lh-799{line-height:799px}.GREEN_GREY ._primary-text.--lh-800{line-height:800px}.GREEN_GREY ._secondary-text{color:var(--green);font-family:Poppins}.GREEN_GREY ._secondary-text.--size-5{font-size:5px}.GREEN_GREY ._secondary-text.--size-6{font-size:6px}.GREEN_GREY ._secondary-text.--size-7{font-size:7px}.GREEN_GREY ._secondary-text.--size-8{font-size:8px}.GREEN_GREY ._secondary-text.--size-9{font-size:9px}.GREEN_GREY ._secondary-text.--size-10{font-size:10px}.GREEN_GREY ._secondary-text.--size-11{font-size:11px}.GREEN_GREY ._secondary-text.--size-12{font-size:12px}.GREEN_GREY ._secondary-text.--size-13{font-size:13px}.GREEN_GREY ._secondary-text.--size-14{font-size:14px}.GREEN_GREY ._secondary-text.--size-15{font-size:15px}.GREEN_GREY ._secondary-text.--size-16{font-size:16px}.GREEN_GREY ._secondary-text.--size-17{font-size:17px}.GREEN_GREY ._secondary-text.--size-18{font-size:18px}.GREEN_GREY ._secondary-text.--size-19{font-size:19px}.GREEN_GREY ._secondary-text.--size-20{font-size:20px}.GREEN_GREY ._secondary-text.--size-21{font-size:21px}.GREEN_GREY ._secondary-text.--size-22{font-size:22px}.GREEN_GREY ._secondary-text.--size-23{font-size:23px}.GREEN_GREY ._secondary-text.--size-24{font-size:24px}.GREEN_GREY ._secondary-text.--size-25{font-size:25px}.GREEN_GREY ._secondary-text.--size-26{font-size:26px}.GREEN_GREY ._secondary-text.--size-27{font-size:27px}.GREEN_GREY ._secondary-text.--size-28{font-size:28px}.GREEN_GREY ._secondary-text.--size-29{font-size:29px}.GREEN_GREY ._secondary-text.--size-30{font-size:30px}.GREEN_GREY ._secondary-text.--size-31{font-size:31px}.GREEN_GREY ._secondary-text.--size-32{font-size:32px}.GREEN_GREY ._secondary-text.--size-33{font-size:33px}.GREEN_GREY ._secondary-text.--size-34{font-size:34px}.GREEN_GREY ._secondary-text.--size-35{font-size:35px}.GREEN_GREY ._secondary-text.--size-36{font-size:36px}.GREEN_GREY ._secondary-text.--size-37{font-size:37px}.GREEN_GREY ._secondary-text.--size-38{font-size:38px}.GREEN_GREY ._secondary-text.--size-39{font-size:39px}.GREEN_GREY ._secondary-text.--size-40{font-size:40px}.GREEN_GREY ._secondary-text.--size-41{font-size:41px}.GREEN_GREY ._secondary-text.--size-42{font-size:42px}.GREEN_GREY ._secondary-text.--size-43{font-size:43px}.GREEN_GREY ._secondary-text.--size-44{font-size:44px}.GREEN_GREY ._secondary-text.--size-45{font-size:45px}.GREEN_GREY ._secondary-text.--size-46{font-size:46px}.GREEN_GREY ._secondary-text.--size-47{font-size:47px}.GREEN_GREY ._secondary-text.--size-48{font-size:48px}.GREEN_GREY ._secondary-text.--size-49{font-size:49px}.GREEN_GREY ._secondary-text.--size-50{font-size:50px}.GREEN_GREY ._secondary-text.--size-51{font-size:51px}.GREEN_GREY ._secondary-text.--size-52{font-size:52px}.GREEN_GREY ._secondary-text.--size-53{font-size:53px}.GREEN_GREY ._secondary-text.--size-54{font-size:54px}.GREEN_GREY ._secondary-text.--size-55{font-size:55px}.GREEN_GREY ._secondary-text.--size-56{font-size:56px}.GREEN_GREY ._secondary-text.--size-57{font-size:57px}.GREEN_GREY ._secondary-text.--size-58{font-size:58px}.GREEN_GREY ._secondary-text.--size-59{font-size:59px}.GREEN_GREY ._secondary-text.--size-60{font-size:60px}.GREEN_GREY ._secondary-text.--size-61{font-size:61px}.GREEN_GREY ._secondary-text.--size-62{font-size:62px}.GREEN_GREY ._secondary-text.--size-63{font-size:63px}.GREEN_GREY ._secondary-text.--size-64{font-size:64px}.GREEN_GREY ._secondary-text.--size-65{font-size:65px}.GREEN_GREY ._secondary-text.--size-66{font-size:66px}.GREEN_GREY ._secondary-text.--size-67{font-size:67px}.GREEN_GREY ._secondary-text.--size-68{font-size:68px}.GREEN_GREY ._secondary-text.--size-69{font-size:69px}.GREEN_GREY ._secondary-text.--size-70{font-size:70px}.GREEN_GREY ._secondary-text.--size-71{font-size:71px}.GREEN_GREY ._secondary-text.--size-72{font-size:72px}.GREEN_GREY ._secondary-text.--size-73{font-size:73px}.GREEN_GREY ._secondary-text.--size-74{font-size:74px}.GREEN_GREY ._secondary-text.--size-75{font-size:75px}.GREEN_GREY ._secondary-text.--size-76{font-size:76px}.GREEN_GREY ._secondary-text.--size-77{font-size:77px}.GREEN_GREY ._secondary-text.--size-78{font-size:78px}.GREEN_GREY ._secondary-text.--size-79{font-size:79px}.GREEN_GREY ._secondary-text.--size-80{font-size:80px}.GREEN_GREY ._secondary-text.--size-81{font-size:81px}.GREEN_GREY ._secondary-text.--size-82{font-size:82px}.GREEN_GREY ._secondary-text.--size-83{font-size:83px}.GREEN_GREY ._secondary-text.--size-84{font-size:84px}.GREEN_GREY ._secondary-text.--size-85{font-size:85px}.GREEN_GREY ._secondary-text.--size-86{font-size:86px}.GREEN_GREY ._secondary-text.--size-87{font-size:87px}.GREEN_GREY ._secondary-text.--size-88{font-size:88px}.GREEN_GREY ._secondary-text.--size-89{font-size:89px}.GREEN_GREY ._secondary-text.--size-90{font-size:90px}.GREEN_GREY ._secondary-text.--size-91{font-size:91px}.GREEN_GREY ._secondary-text.--size-92{font-size:92px}.GREEN_GREY ._secondary-text.--size-93{font-size:93px}.GREEN_GREY ._secondary-text.--size-94{font-size:94px}.GREEN_GREY ._secondary-text.--size-95{font-size:95px}.GREEN_GREY ._secondary-text.--size-96{font-size:96px}.GREEN_GREY ._secondary-text.--size-97{font-size:97px}.GREEN_GREY ._secondary-text.--size-98{font-size:98px}.GREEN_GREY ._secondary-text.--size-99{font-size:99px}.GREEN_GREY ._secondary-text.--size-100{font-size:100px}.GREEN_GREY ._secondary-text.--weight-100{font-weight:100}.GREEN_GREY ._secondary-text.--weight-101{font-weight:101}.GREEN_GREY ._secondary-text.--weight-102{font-weight:102}.GREEN_GREY ._secondary-text.--weight-103{font-weight:103}.GREEN_GREY ._secondary-text.--weight-104{font-weight:104}.GREEN_GREY ._secondary-text.--weight-105{font-weight:105}.GREEN_GREY ._secondary-text.--weight-106{font-weight:106}.GREEN_GREY ._secondary-text.--weight-107{font-weight:107}.GREEN_GREY ._secondary-text.--weight-108{font-weight:108}.GREEN_GREY ._secondary-text.--weight-109{font-weight:109}.GREEN_GREY ._secondary-text.--weight-110{font-weight:110}.GREEN_GREY ._secondary-text.--weight-111{font-weight:111}.GREEN_GREY ._secondary-text.--weight-112{font-weight:112}.GREEN_GREY ._secondary-text.--weight-113{font-weight:113}.GREEN_GREY ._secondary-text.--weight-114{font-weight:114}.GREEN_GREY ._secondary-text.--weight-115{font-weight:115}.GREEN_GREY ._secondary-text.--weight-116{font-weight:116}.GREEN_GREY ._secondary-text.--weight-117{font-weight:117}.GREEN_GREY ._secondary-text.--weight-118{font-weight:118}.GREEN_GREY ._secondary-text.--weight-119{font-weight:119}.GREEN_GREY ._secondary-text.--weight-120{font-weight:120}.GREEN_GREY ._secondary-text.--weight-121{font-weight:121}.GREEN_GREY ._secondary-text.--weight-122{font-weight:122}.GREEN_GREY ._secondary-text.--weight-123{font-weight:123}.GREEN_GREY ._secondary-text.--weight-124{font-weight:124}.GREEN_GREY ._secondary-text.--weight-125{font-weight:125}.GREEN_GREY ._secondary-text.--weight-126{font-weight:126}.GREEN_GREY ._secondary-text.--weight-127{font-weight:127}.GREEN_GREY ._secondary-text.--weight-128{font-weight:128}.GREEN_GREY ._secondary-text.--weight-129{font-weight:129}.GREEN_GREY ._secondary-text.--weight-130{font-weight:130}.GREEN_GREY ._secondary-text.--weight-131{font-weight:131}.GREEN_GREY ._secondary-text.--weight-132{font-weight:132}.GREEN_GREY ._secondary-text.--weight-133{font-weight:133}.GREEN_GREY ._secondary-text.--weight-134{font-weight:134}.GREEN_GREY ._secondary-text.--weight-135{font-weight:135}.GREEN_GREY ._secondary-text.--weight-136{font-weight:136}.GREEN_GREY ._secondary-text.--weight-137{font-weight:137}.GREEN_GREY ._secondary-text.--weight-138{font-weight:138}.GREEN_GREY ._secondary-text.--weight-139{font-weight:139}.GREEN_GREY ._secondary-text.--weight-140{font-weight:140}.GREEN_GREY ._secondary-text.--weight-141{font-weight:141}.GREEN_GREY ._secondary-text.--weight-142{font-weight:142}.GREEN_GREY ._secondary-text.--weight-143{font-weight:143}.GREEN_GREY ._secondary-text.--weight-144{font-weight:144}.GREEN_GREY ._secondary-text.--weight-145{font-weight:145}.GREEN_GREY ._secondary-text.--weight-146{font-weight:146}.GREEN_GREY ._secondary-text.--weight-147{font-weight:147}.GREEN_GREY ._secondary-text.--weight-148{font-weight:148}.GREEN_GREY ._secondary-text.--weight-149{font-weight:149}.GREEN_GREY ._secondary-text.--weight-150{font-weight:150}.GREEN_GREY ._secondary-text.--weight-151{font-weight:151}.GREEN_GREY ._secondary-text.--weight-152{font-weight:152}.GREEN_GREY ._secondary-text.--weight-153{font-weight:153}.GREEN_GREY ._secondary-text.--weight-154{font-weight:154}.GREEN_GREY ._secondary-text.--weight-155{font-weight:155}.GREEN_GREY ._secondary-text.--weight-156{font-weight:156}.GREEN_GREY ._secondary-text.--weight-157{font-weight:157}.GREEN_GREY ._secondary-text.--weight-158{font-weight:158}.GREEN_GREY ._secondary-text.--weight-159{font-weight:159}.GREEN_GREY ._secondary-text.--weight-160{font-weight:160}.GREEN_GREY ._secondary-text.--weight-161{font-weight:161}.GREEN_GREY ._secondary-text.--weight-162{font-weight:162}.GREEN_GREY ._secondary-text.--weight-163{font-weight:163}.GREEN_GREY ._secondary-text.--weight-164{font-weight:164}.GREEN_GREY ._secondary-text.--weight-165{font-weight:165}.GREEN_GREY ._secondary-text.--weight-166{font-weight:166}.GREEN_GREY ._secondary-text.--weight-167{font-weight:167}.GREEN_GREY ._secondary-text.--weight-168{font-weight:168}.GREEN_GREY ._secondary-text.--weight-169{font-weight:169}.GREEN_GREY ._secondary-text.--weight-170{font-weight:170}.GREEN_GREY ._secondary-text.--weight-171{font-weight:171}.GREEN_GREY ._secondary-text.--weight-172{font-weight:172}.GREEN_GREY ._secondary-text.--weight-173{font-weight:173}.GREEN_GREY ._secondary-text.--weight-174{font-weight:174}.GREEN_GREY ._secondary-text.--weight-175{font-weight:175}.GREEN_GREY ._secondary-text.--weight-176{font-weight:176}.GREEN_GREY ._secondary-text.--weight-177{font-weight:177}.GREEN_GREY ._secondary-text.--weight-178{font-weight:178}.GREEN_GREY ._secondary-text.--weight-179{font-weight:179}.GREEN_GREY ._secondary-text.--weight-180{font-weight:180}.GREEN_GREY ._secondary-text.--weight-181{font-weight:181}.GREEN_GREY ._secondary-text.--weight-182{font-weight:182}.GREEN_GREY ._secondary-text.--weight-183{font-weight:183}.GREEN_GREY ._secondary-text.--weight-184{font-weight:184}.GREEN_GREY ._secondary-text.--weight-185{font-weight:185}.GREEN_GREY ._secondary-text.--weight-186{font-weight:186}.GREEN_GREY ._secondary-text.--weight-187{font-weight:187}.GREEN_GREY ._secondary-text.--weight-188{font-weight:188}.GREEN_GREY ._secondary-text.--weight-189{font-weight:189}.GREEN_GREY ._secondary-text.--weight-190{font-weight:190}.GREEN_GREY ._secondary-text.--weight-191{font-weight:191}.GREEN_GREY ._secondary-text.--weight-192{font-weight:192}.GREEN_GREY ._secondary-text.--weight-193{font-weight:193}.GREEN_GREY ._secondary-text.--weight-194{font-weight:194}.GREEN_GREY ._secondary-text.--weight-195{font-weight:195}.GREEN_GREY ._secondary-text.--weight-196{font-weight:196}.GREEN_GREY ._secondary-text.--weight-197{font-weight:197}.GREEN_GREY ._secondary-text.--weight-198{font-weight:198}.GREEN_GREY ._secondary-text.--weight-199{font-weight:199}.GREEN_GREY ._secondary-text.--weight-200{font-weight:200}.GREEN_GREY ._secondary-text.--weight-201{font-weight:201}.GREEN_GREY ._secondary-text.--weight-202{font-weight:202}.GREEN_GREY ._secondary-text.--weight-203{font-weight:203}.GREEN_GREY ._secondary-text.--weight-204{font-weight:204}.GREEN_GREY ._secondary-text.--weight-205{font-weight:205}.GREEN_GREY ._secondary-text.--weight-206{font-weight:206}.GREEN_GREY ._secondary-text.--weight-207{font-weight:207}.GREEN_GREY ._secondary-text.--weight-208{font-weight:208}.GREEN_GREY ._secondary-text.--weight-209{font-weight:209}.GREEN_GREY ._secondary-text.--weight-210{font-weight:210}.GREEN_GREY ._secondary-text.--weight-211{font-weight:211}.GREEN_GREY ._secondary-text.--weight-212{font-weight:212}.GREEN_GREY ._secondary-text.--weight-213{font-weight:213}.GREEN_GREY ._secondary-text.--weight-214{font-weight:214}.GREEN_GREY ._secondary-text.--weight-215{font-weight:215}.GREEN_GREY ._secondary-text.--weight-216{font-weight:216}.GREEN_GREY ._secondary-text.--weight-217{font-weight:217}.GREEN_GREY ._secondary-text.--weight-218{font-weight:218}.GREEN_GREY ._secondary-text.--weight-219{font-weight:219}.GREEN_GREY ._secondary-text.--weight-220{font-weight:220}.GREEN_GREY ._secondary-text.--weight-221{font-weight:221}.GREEN_GREY ._secondary-text.--weight-222{font-weight:222}.GREEN_GREY ._secondary-text.--weight-223{font-weight:223}.GREEN_GREY ._secondary-text.--weight-224{font-weight:224}.GREEN_GREY ._secondary-text.--weight-225{font-weight:225}.GREEN_GREY ._secondary-text.--weight-226{font-weight:226}.GREEN_GREY ._secondary-text.--weight-227{font-weight:227}.GREEN_GREY ._secondary-text.--weight-228{font-weight:228}.GREEN_GREY ._secondary-text.--weight-229{font-weight:229}.GREEN_GREY ._secondary-text.--weight-230{font-weight:230}.GREEN_GREY ._secondary-text.--weight-231{font-weight:231}.GREEN_GREY ._secondary-text.--weight-232{font-weight:232}.GREEN_GREY ._secondary-text.--weight-233{font-weight:233}.GREEN_GREY ._secondary-text.--weight-234{font-weight:234}.GREEN_GREY ._secondary-text.--weight-235{font-weight:235}.GREEN_GREY ._secondary-text.--weight-236{font-weight:236}.GREEN_GREY ._secondary-text.--weight-237{font-weight:237}.GREEN_GREY ._secondary-text.--weight-238{font-weight:238}.GREEN_GREY ._secondary-text.--weight-239{font-weight:239}.GREEN_GREY ._secondary-text.--weight-240{font-weight:240}.GREEN_GREY ._secondary-text.--weight-241{font-weight:241}.GREEN_GREY ._secondary-text.--weight-242{font-weight:242}.GREEN_GREY ._secondary-text.--weight-243{font-weight:243}.GREEN_GREY ._secondary-text.--weight-244{font-weight:244}.GREEN_GREY ._secondary-text.--weight-245{font-weight:245}.GREEN_GREY ._secondary-text.--weight-246{font-weight:246}.GREEN_GREY ._secondary-text.--weight-247{font-weight:247}.GREEN_GREY ._secondary-text.--weight-248{font-weight:248}.GREEN_GREY ._secondary-text.--weight-249{font-weight:249}.GREEN_GREY ._secondary-text.--weight-250{font-weight:250}.GREEN_GREY ._secondary-text.--weight-251{font-weight:251}.GREEN_GREY ._secondary-text.--weight-252{font-weight:252}.GREEN_GREY ._secondary-text.--weight-253{font-weight:253}.GREEN_GREY ._secondary-text.--weight-254{font-weight:254}.GREEN_GREY ._secondary-text.--weight-255{font-weight:255}.GREEN_GREY ._secondary-text.--weight-256{font-weight:256}.GREEN_GREY ._secondary-text.--weight-257{font-weight:257}.GREEN_GREY ._secondary-text.--weight-258{font-weight:258}.GREEN_GREY ._secondary-text.--weight-259{font-weight:259}.GREEN_GREY ._secondary-text.--weight-260{font-weight:260}.GREEN_GREY ._secondary-text.--weight-261{font-weight:261}.GREEN_GREY ._secondary-text.--weight-262{font-weight:262}.GREEN_GREY ._secondary-text.--weight-263{font-weight:263}.GREEN_GREY ._secondary-text.--weight-264{font-weight:264}.GREEN_GREY ._secondary-text.--weight-265{font-weight:265}.GREEN_GREY ._secondary-text.--weight-266{font-weight:266}.GREEN_GREY ._secondary-text.--weight-267{font-weight:267}.GREEN_GREY ._secondary-text.--weight-268{font-weight:268}.GREEN_GREY ._secondary-text.--weight-269{font-weight:269}.GREEN_GREY ._secondary-text.--weight-270{font-weight:270}.GREEN_GREY ._secondary-text.--weight-271{font-weight:271}.GREEN_GREY ._secondary-text.--weight-272{font-weight:272}.GREEN_GREY ._secondary-text.--weight-273{font-weight:273}.GREEN_GREY ._secondary-text.--weight-274{font-weight:274}.GREEN_GREY ._secondary-text.--weight-275{font-weight:275}.GREEN_GREY ._secondary-text.--weight-276{font-weight:276}.GREEN_GREY ._secondary-text.--weight-277{font-weight:277}.GREEN_GREY ._secondary-text.--weight-278{font-weight:278}.GREEN_GREY ._secondary-text.--weight-279{font-weight:279}.GREEN_GREY ._secondary-text.--weight-280{font-weight:280}.GREEN_GREY ._secondary-text.--weight-281{font-weight:281}.GREEN_GREY ._secondary-text.--weight-282{font-weight:282}.GREEN_GREY ._secondary-text.--weight-283{font-weight:283}.GREEN_GREY ._secondary-text.--weight-284{font-weight:284}.GREEN_GREY ._secondary-text.--weight-285{font-weight:285}.GREEN_GREY ._secondary-text.--weight-286{font-weight:286}.GREEN_GREY ._secondary-text.--weight-287{font-weight:287}.GREEN_GREY ._secondary-text.--weight-288{font-weight:288}.GREEN_GREY ._secondary-text.--weight-289{font-weight:289}.GREEN_GREY ._secondary-text.--weight-290{font-weight:290}.GREEN_GREY ._secondary-text.--weight-291{font-weight:291}.GREEN_GREY ._secondary-text.--weight-292{font-weight:292}.GREEN_GREY ._secondary-text.--weight-293{font-weight:293}.GREEN_GREY ._secondary-text.--weight-294{font-weight:294}.GREEN_GREY ._secondary-text.--weight-295{font-weight:295}.GREEN_GREY ._secondary-text.--weight-296{font-weight:296}.GREEN_GREY ._secondary-text.--weight-297{font-weight:297}.GREEN_GREY ._secondary-text.--weight-298{font-weight:298}.GREEN_GREY ._secondary-text.--weight-299{font-weight:299}.GREEN_GREY ._secondary-text.--weight-300{font-weight:300}.GREEN_GREY ._secondary-text.--weight-301{font-weight:301}.GREEN_GREY ._secondary-text.--weight-302{font-weight:302}.GREEN_GREY ._secondary-text.--weight-303{font-weight:303}.GREEN_GREY ._secondary-text.--weight-304{font-weight:304}.GREEN_GREY ._secondary-text.--weight-305{font-weight:305}.GREEN_GREY ._secondary-text.--weight-306{font-weight:306}.GREEN_GREY ._secondary-text.--weight-307{font-weight:307}.GREEN_GREY ._secondary-text.--weight-308{font-weight:308}.GREEN_GREY ._secondary-text.--weight-309{font-weight:309}.GREEN_GREY ._secondary-text.--weight-310{font-weight:310}.GREEN_GREY ._secondary-text.--weight-311{font-weight:311}.GREEN_GREY ._secondary-text.--weight-312{font-weight:312}.GREEN_GREY ._secondary-text.--weight-313{font-weight:313}.GREEN_GREY ._secondary-text.--weight-314{font-weight:314}.GREEN_GREY ._secondary-text.--weight-315{font-weight:315}.GREEN_GREY ._secondary-text.--weight-316{font-weight:316}.GREEN_GREY ._secondary-text.--weight-317{font-weight:317}.GREEN_GREY ._secondary-text.--weight-318{font-weight:318}.GREEN_GREY ._secondary-text.--weight-319{font-weight:319}.GREEN_GREY ._secondary-text.--weight-320{font-weight:320}.GREEN_GREY ._secondary-text.--weight-321{font-weight:321}.GREEN_GREY ._secondary-text.--weight-322{font-weight:322}.GREEN_GREY ._secondary-text.--weight-323{font-weight:323}.GREEN_GREY ._secondary-text.--weight-324{font-weight:324}.GREEN_GREY ._secondary-text.--weight-325{font-weight:325}.GREEN_GREY ._secondary-text.--weight-326{font-weight:326}.GREEN_GREY ._secondary-text.--weight-327{font-weight:327}.GREEN_GREY ._secondary-text.--weight-328{font-weight:328}.GREEN_GREY ._secondary-text.--weight-329{font-weight:329}.GREEN_GREY ._secondary-text.--weight-330{font-weight:330}.GREEN_GREY ._secondary-text.--weight-331{font-weight:331}.GREEN_GREY ._secondary-text.--weight-332{font-weight:332}.GREEN_GREY ._secondary-text.--weight-333{font-weight:333}.GREEN_GREY ._secondary-text.--weight-334{font-weight:334}.GREEN_GREY ._secondary-text.--weight-335{font-weight:335}.GREEN_GREY ._secondary-text.--weight-336{font-weight:336}.GREEN_GREY ._secondary-text.--weight-337{font-weight:337}.GREEN_GREY ._secondary-text.--weight-338{font-weight:338}.GREEN_GREY ._secondary-text.--weight-339{font-weight:339}.GREEN_GREY ._secondary-text.--weight-340{font-weight:340}.GREEN_GREY ._secondary-text.--weight-341{font-weight:341}.GREEN_GREY ._secondary-text.--weight-342{font-weight:342}.GREEN_GREY ._secondary-text.--weight-343{font-weight:343}.GREEN_GREY ._secondary-text.--weight-344{font-weight:344}.GREEN_GREY ._secondary-text.--weight-345{font-weight:345}.GREEN_GREY ._secondary-text.--weight-346{font-weight:346}.GREEN_GREY ._secondary-text.--weight-347{font-weight:347}.GREEN_GREY ._secondary-text.--weight-348{font-weight:348}.GREEN_GREY ._secondary-text.--weight-349{font-weight:349}.GREEN_GREY ._secondary-text.--weight-350{font-weight:350}.GREEN_GREY ._secondary-text.--weight-351{font-weight:351}.GREEN_GREY ._secondary-text.--weight-352{font-weight:352}.GREEN_GREY ._secondary-text.--weight-353{font-weight:353}.GREEN_GREY ._secondary-text.--weight-354{font-weight:354}.GREEN_GREY ._secondary-text.--weight-355{font-weight:355}.GREEN_GREY ._secondary-text.--weight-356{font-weight:356}.GREEN_GREY ._secondary-text.--weight-357{font-weight:357}.GREEN_GREY ._secondary-text.--weight-358{font-weight:358}.GREEN_GREY ._secondary-text.--weight-359{font-weight:359}.GREEN_GREY ._secondary-text.--weight-360{font-weight:360}.GREEN_GREY ._secondary-text.--weight-361{font-weight:361}.GREEN_GREY ._secondary-text.--weight-362{font-weight:362}.GREEN_GREY ._secondary-text.--weight-363{font-weight:363}.GREEN_GREY ._secondary-text.--weight-364{font-weight:364}.GREEN_GREY ._secondary-text.--weight-365{font-weight:365}.GREEN_GREY ._secondary-text.--weight-366{font-weight:366}.GREEN_GREY ._secondary-text.--weight-367{font-weight:367}.GREEN_GREY ._secondary-text.--weight-368{font-weight:368}.GREEN_GREY ._secondary-text.--weight-369{font-weight:369}.GREEN_GREY ._secondary-text.--weight-370{font-weight:370}.GREEN_GREY ._secondary-text.--weight-371{font-weight:371}.GREEN_GREY ._secondary-text.--weight-372{font-weight:372}.GREEN_GREY ._secondary-text.--weight-373{font-weight:373}.GREEN_GREY ._secondary-text.--weight-374{font-weight:374}.GREEN_GREY ._secondary-text.--weight-375{font-weight:375}.GREEN_GREY ._secondary-text.--weight-376{font-weight:376}.GREEN_GREY ._secondary-text.--weight-377{font-weight:377}.GREEN_GREY ._secondary-text.--weight-378{font-weight:378}.GREEN_GREY ._secondary-text.--weight-379{font-weight:379}.GREEN_GREY ._secondary-text.--weight-380{font-weight:380}.GREEN_GREY ._secondary-text.--weight-381{font-weight:381}.GREEN_GREY ._secondary-text.--weight-382{font-weight:382}.GREEN_GREY ._secondary-text.--weight-383{font-weight:383}.GREEN_GREY ._secondary-text.--weight-384{font-weight:384}.GREEN_GREY ._secondary-text.--weight-385{font-weight:385}.GREEN_GREY ._secondary-text.--weight-386{font-weight:386}.GREEN_GREY ._secondary-text.--weight-387{font-weight:387}.GREEN_GREY ._secondary-text.--weight-388{font-weight:388}.GREEN_GREY ._secondary-text.--weight-389{font-weight:389}.GREEN_GREY ._secondary-text.--weight-390{font-weight:390}.GREEN_GREY ._secondary-text.--weight-391{font-weight:391}.GREEN_GREY ._secondary-text.--weight-392{font-weight:392}.GREEN_GREY ._secondary-text.--weight-393{font-weight:393}.GREEN_GREY ._secondary-text.--weight-394{font-weight:394}.GREEN_GREY ._secondary-text.--weight-395{font-weight:395}.GREEN_GREY ._secondary-text.--weight-396{font-weight:396}.GREEN_GREY ._secondary-text.--weight-397{font-weight:397}.GREEN_GREY ._secondary-text.--weight-398{font-weight:398}.GREEN_GREY ._secondary-text.--weight-399{font-weight:399}.GREEN_GREY ._secondary-text.--weight-400{font-weight:400}.GREEN_GREY ._secondary-text.--weight-401{font-weight:401}.GREEN_GREY ._secondary-text.--weight-402{font-weight:402}.GREEN_GREY ._secondary-text.--weight-403{font-weight:403}.GREEN_GREY ._secondary-text.--weight-404{font-weight:404}.GREEN_GREY ._secondary-text.--weight-405{font-weight:405}.GREEN_GREY ._secondary-text.--weight-406{font-weight:406}.GREEN_GREY ._secondary-text.--weight-407{font-weight:407}.GREEN_GREY ._secondary-text.--weight-408{font-weight:408}.GREEN_GREY ._secondary-text.--weight-409{font-weight:409}.GREEN_GREY ._secondary-text.--weight-410{font-weight:410}.GREEN_GREY ._secondary-text.--weight-411{font-weight:411}.GREEN_GREY ._secondary-text.--weight-412{font-weight:412}.GREEN_GREY ._secondary-text.--weight-413{font-weight:413}.GREEN_GREY ._secondary-text.--weight-414{font-weight:414}.GREEN_GREY ._secondary-text.--weight-415{font-weight:415}.GREEN_GREY ._secondary-text.--weight-416{font-weight:416}.GREEN_GREY ._secondary-text.--weight-417{font-weight:417}.GREEN_GREY ._secondary-text.--weight-418{font-weight:418}.GREEN_GREY ._secondary-text.--weight-419{font-weight:419}.GREEN_GREY ._secondary-text.--weight-420{font-weight:420}.GREEN_GREY ._secondary-text.--weight-421{font-weight:421}.GREEN_GREY ._secondary-text.--weight-422{font-weight:422}.GREEN_GREY ._secondary-text.--weight-423{font-weight:423}.GREEN_GREY ._secondary-text.--weight-424{font-weight:424}.GREEN_GREY ._secondary-text.--weight-425{font-weight:425}.GREEN_GREY ._secondary-text.--weight-426{font-weight:426}.GREEN_GREY ._secondary-text.--weight-427{font-weight:427}.GREEN_GREY ._secondary-text.--weight-428{font-weight:428}.GREEN_GREY ._secondary-text.--weight-429{font-weight:429}.GREEN_GREY ._secondary-text.--weight-430{font-weight:430}.GREEN_GREY ._secondary-text.--weight-431{font-weight:431}.GREEN_GREY ._secondary-text.--weight-432{font-weight:432}.GREEN_GREY ._secondary-text.--weight-433{font-weight:433}.GREEN_GREY ._secondary-text.--weight-434{font-weight:434}.GREEN_GREY ._secondary-text.--weight-435{font-weight:435}.GREEN_GREY ._secondary-text.--weight-436{font-weight:436}.GREEN_GREY ._secondary-text.--weight-437{font-weight:437}.GREEN_GREY ._secondary-text.--weight-438{font-weight:438}.GREEN_GREY ._secondary-text.--weight-439{font-weight:439}.GREEN_GREY ._secondary-text.--weight-440{font-weight:440}.GREEN_GREY ._secondary-text.--weight-441{font-weight:441}.GREEN_GREY ._secondary-text.--weight-442{font-weight:442}.GREEN_GREY ._secondary-text.--weight-443{font-weight:443}.GREEN_GREY ._secondary-text.--weight-444{font-weight:444}.GREEN_GREY ._secondary-text.--weight-445{font-weight:445}.GREEN_GREY ._secondary-text.--weight-446{font-weight:446}.GREEN_GREY ._secondary-text.--weight-447{font-weight:447}.GREEN_GREY ._secondary-text.--weight-448{font-weight:448}.GREEN_GREY ._secondary-text.--weight-449{font-weight:449}.GREEN_GREY ._secondary-text.--weight-450{font-weight:450}.GREEN_GREY ._secondary-text.--weight-451{font-weight:451}.GREEN_GREY ._secondary-text.--weight-452{font-weight:452}.GREEN_GREY ._secondary-text.--weight-453{font-weight:453}.GREEN_GREY ._secondary-text.--weight-454{font-weight:454}.GREEN_GREY ._secondary-text.--weight-455{font-weight:455}.GREEN_GREY ._secondary-text.--weight-456{font-weight:456}.GREEN_GREY ._secondary-text.--weight-457{font-weight:457}.GREEN_GREY ._secondary-text.--weight-458{font-weight:458}.GREEN_GREY ._secondary-text.--weight-459{font-weight:459}.GREEN_GREY ._secondary-text.--weight-460{font-weight:460}.GREEN_GREY ._secondary-text.--weight-461{font-weight:461}.GREEN_GREY ._secondary-text.--weight-462{font-weight:462}.GREEN_GREY ._secondary-text.--weight-463{font-weight:463}.GREEN_GREY ._secondary-text.--weight-464{font-weight:464}.GREEN_GREY ._secondary-text.--weight-465{font-weight:465}.GREEN_GREY ._secondary-text.--weight-466{font-weight:466}.GREEN_GREY ._secondary-text.--weight-467{font-weight:467}.GREEN_GREY ._secondary-text.--weight-468{font-weight:468}.GREEN_GREY ._secondary-text.--weight-469{font-weight:469}.GREEN_GREY ._secondary-text.--weight-470{font-weight:470}.GREEN_GREY ._secondary-text.--weight-471{font-weight:471}.GREEN_GREY ._secondary-text.--weight-472{font-weight:472}.GREEN_GREY ._secondary-text.--weight-473{font-weight:473}.GREEN_GREY ._secondary-text.--weight-474{font-weight:474}.GREEN_GREY ._secondary-text.--weight-475{font-weight:475}.GREEN_GREY ._secondary-text.--weight-476{font-weight:476}.GREEN_GREY ._secondary-text.--weight-477{font-weight:477}.GREEN_GREY ._secondary-text.--weight-478{font-weight:478}.GREEN_GREY ._secondary-text.--weight-479{font-weight:479}.GREEN_GREY ._secondary-text.--weight-480{font-weight:480}.GREEN_GREY ._secondary-text.--weight-481{font-weight:481}.GREEN_GREY ._secondary-text.--weight-482{font-weight:482}.GREEN_GREY ._secondary-text.--weight-483{font-weight:483}.GREEN_GREY ._secondary-text.--weight-484{font-weight:484}.GREEN_GREY ._secondary-text.--weight-485{font-weight:485}.GREEN_GREY ._secondary-text.--weight-486{font-weight:486}.GREEN_GREY ._secondary-text.--weight-487{font-weight:487}.GREEN_GREY ._secondary-text.--weight-488{font-weight:488}.GREEN_GREY ._secondary-text.--weight-489{font-weight:489}.GREEN_GREY ._secondary-text.--weight-490{font-weight:490}.GREEN_GREY ._secondary-text.--weight-491{font-weight:491}.GREEN_GREY ._secondary-text.--weight-492{font-weight:492}.GREEN_GREY ._secondary-text.--weight-493{font-weight:493}.GREEN_GREY ._secondary-text.--weight-494{font-weight:494}.GREEN_GREY ._secondary-text.--weight-495{font-weight:495}.GREEN_GREY ._secondary-text.--weight-496{font-weight:496}.GREEN_GREY ._secondary-text.--weight-497{font-weight:497}.GREEN_GREY ._secondary-text.--weight-498{font-weight:498}.GREEN_GREY ._secondary-text.--weight-499{font-weight:499}.GREEN_GREY ._secondary-text.--weight-500{font-weight:500}.GREEN_GREY ._secondary-text.--weight-501{font-weight:501}.GREEN_GREY ._secondary-text.--weight-502{font-weight:502}.GREEN_GREY ._secondary-text.--weight-503{font-weight:503}.GREEN_GREY ._secondary-text.--weight-504{font-weight:504}.GREEN_GREY ._secondary-text.--weight-505{font-weight:505}.GREEN_GREY ._secondary-text.--weight-506{font-weight:506}.GREEN_GREY ._secondary-text.--weight-507{font-weight:507}.GREEN_GREY ._secondary-text.--weight-508{font-weight:508}.GREEN_GREY ._secondary-text.--weight-509{font-weight:509}.GREEN_GREY ._secondary-text.--weight-510{font-weight:510}.GREEN_GREY ._secondary-text.--weight-511{font-weight:511}.GREEN_GREY ._secondary-text.--weight-512{font-weight:512}.GREEN_GREY ._secondary-text.--weight-513{font-weight:513}.GREEN_GREY ._secondary-text.--weight-514{font-weight:514}.GREEN_GREY ._secondary-text.--weight-515{font-weight:515}.GREEN_GREY ._secondary-text.--weight-516{font-weight:516}.GREEN_GREY ._secondary-text.--weight-517{font-weight:517}.GREEN_GREY ._secondary-text.--weight-518{font-weight:518}.GREEN_GREY ._secondary-text.--weight-519{font-weight:519}.GREEN_GREY ._secondary-text.--weight-520{font-weight:520}.GREEN_GREY ._secondary-text.--weight-521{font-weight:521}.GREEN_GREY ._secondary-text.--weight-522{font-weight:522}.GREEN_GREY ._secondary-text.--weight-523{font-weight:523}.GREEN_GREY ._secondary-text.--weight-524{font-weight:524}.GREEN_GREY ._secondary-text.--weight-525{font-weight:525}.GREEN_GREY ._secondary-text.--weight-526{font-weight:526}.GREEN_GREY ._secondary-text.--weight-527{font-weight:527}.GREEN_GREY ._secondary-text.--weight-528{font-weight:528}.GREEN_GREY ._secondary-text.--weight-529{font-weight:529}.GREEN_GREY ._secondary-text.--weight-530{font-weight:530}.GREEN_GREY ._secondary-text.--weight-531{font-weight:531}.GREEN_GREY ._secondary-text.--weight-532{font-weight:532}.GREEN_GREY ._secondary-text.--weight-533{font-weight:533}.GREEN_GREY ._secondary-text.--weight-534{font-weight:534}.GREEN_GREY ._secondary-text.--weight-535{font-weight:535}.GREEN_GREY ._secondary-text.--weight-536{font-weight:536}.GREEN_GREY ._secondary-text.--weight-537{font-weight:537}.GREEN_GREY ._secondary-text.--weight-538{font-weight:538}.GREEN_GREY ._secondary-text.--weight-539{font-weight:539}.GREEN_GREY ._secondary-text.--weight-540{font-weight:540}.GREEN_GREY ._secondary-text.--weight-541{font-weight:541}.GREEN_GREY ._secondary-text.--weight-542{font-weight:542}.GREEN_GREY ._secondary-text.--weight-543{font-weight:543}.GREEN_GREY ._secondary-text.--weight-544{font-weight:544}.GREEN_GREY ._secondary-text.--weight-545{font-weight:545}.GREEN_GREY ._secondary-text.--weight-546{font-weight:546}.GREEN_GREY ._secondary-text.--weight-547{font-weight:547}.GREEN_GREY ._secondary-text.--weight-548{font-weight:548}.GREEN_GREY ._secondary-text.--weight-549{font-weight:549}.GREEN_GREY ._secondary-text.--weight-550{font-weight:550}.GREEN_GREY ._secondary-text.--weight-551{font-weight:551}.GREEN_GREY ._secondary-text.--weight-552{font-weight:552}.GREEN_GREY ._secondary-text.--weight-553{font-weight:553}.GREEN_GREY ._secondary-text.--weight-554{font-weight:554}.GREEN_GREY ._secondary-text.--weight-555{font-weight:555}.GREEN_GREY ._secondary-text.--weight-556{font-weight:556}.GREEN_GREY ._secondary-text.--weight-557{font-weight:557}.GREEN_GREY ._secondary-text.--weight-558{font-weight:558}.GREEN_GREY ._secondary-text.--weight-559{font-weight:559}.GREEN_GREY ._secondary-text.--weight-560{font-weight:560}.GREEN_GREY ._secondary-text.--weight-561{font-weight:561}.GREEN_GREY ._secondary-text.--weight-562{font-weight:562}.GREEN_GREY ._secondary-text.--weight-563{font-weight:563}.GREEN_GREY ._secondary-text.--weight-564{font-weight:564}.GREEN_GREY ._secondary-text.--weight-565{font-weight:565}.GREEN_GREY ._secondary-text.--weight-566{font-weight:566}.GREEN_GREY ._secondary-text.--weight-567{font-weight:567}.GREEN_GREY ._secondary-text.--weight-568{font-weight:568}.GREEN_GREY ._secondary-text.--weight-569{font-weight:569}.GREEN_GREY ._secondary-text.--weight-570{font-weight:570}.GREEN_GREY ._secondary-text.--weight-571{font-weight:571}.GREEN_GREY ._secondary-text.--weight-572{font-weight:572}.GREEN_GREY ._secondary-text.--weight-573{font-weight:573}.GREEN_GREY ._secondary-text.--weight-574{font-weight:574}.GREEN_GREY ._secondary-text.--weight-575{font-weight:575}.GREEN_GREY ._secondary-text.--weight-576{font-weight:576}.GREEN_GREY ._secondary-text.--weight-577{font-weight:577}.GREEN_GREY ._secondary-text.--weight-578{font-weight:578}.GREEN_GREY ._secondary-text.--weight-579{font-weight:579}.GREEN_GREY ._secondary-text.--weight-580{font-weight:580}.GREEN_GREY ._secondary-text.--weight-581{font-weight:581}.GREEN_GREY ._secondary-text.--weight-582{font-weight:582}.GREEN_GREY ._secondary-text.--weight-583{font-weight:583}.GREEN_GREY ._secondary-text.--weight-584{font-weight:584}.GREEN_GREY ._secondary-text.--weight-585{font-weight:585}.GREEN_GREY ._secondary-text.--weight-586{font-weight:586}.GREEN_GREY ._secondary-text.--weight-587{font-weight:587}.GREEN_GREY ._secondary-text.--weight-588{font-weight:588}.GREEN_GREY ._secondary-text.--weight-589{font-weight:589}.GREEN_GREY ._secondary-text.--weight-590{font-weight:590}.GREEN_GREY ._secondary-text.--weight-591{font-weight:591}.GREEN_GREY ._secondary-text.--weight-592{font-weight:592}.GREEN_GREY ._secondary-text.--weight-593{font-weight:593}.GREEN_GREY ._secondary-text.--weight-594{font-weight:594}.GREEN_GREY ._secondary-text.--weight-595{font-weight:595}.GREEN_GREY ._secondary-text.--weight-596{font-weight:596}.GREEN_GREY ._secondary-text.--weight-597{font-weight:597}.GREEN_GREY ._secondary-text.--weight-598{font-weight:598}.GREEN_GREY ._secondary-text.--weight-599{font-weight:599}.GREEN_GREY ._secondary-text.--weight-600{font-weight:600}.GREEN_GREY ._secondary-text.--weight-601{font-weight:601}.GREEN_GREY ._secondary-text.--weight-602{font-weight:602}.GREEN_GREY ._secondary-text.--weight-603{font-weight:603}.GREEN_GREY ._secondary-text.--weight-604{font-weight:604}.GREEN_GREY ._secondary-text.--weight-605{font-weight:605}.GREEN_GREY ._secondary-text.--weight-606{font-weight:606}.GREEN_GREY ._secondary-text.--weight-607{font-weight:607}.GREEN_GREY ._secondary-text.--weight-608{font-weight:608}.GREEN_GREY ._secondary-text.--weight-609{font-weight:609}.GREEN_GREY ._secondary-text.--weight-610{font-weight:610}.GREEN_GREY ._secondary-text.--weight-611{font-weight:611}.GREEN_GREY ._secondary-text.--weight-612{font-weight:612}.GREEN_GREY ._secondary-text.--weight-613{font-weight:613}.GREEN_GREY ._secondary-text.--weight-614{font-weight:614}.GREEN_GREY ._secondary-text.--weight-615{font-weight:615}.GREEN_GREY ._secondary-text.--weight-616{font-weight:616}.GREEN_GREY ._secondary-text.--weight-617{font-weight:617}.GREEN_GREY ._secondary-text.--weight-618{font-weight:618}.GREEN_GREY ._secondary-text.--weight-619{font-weight:619}.GREEN_GREY ._secondary-text.--weight-620{font-weight:620}.GREEN_GREY ._secondary-text.--weight-621{font-weight:621}.GREEN_GREY ._secondary-text.--weight-622{font-weight:622}.GREEN_GREY ._secondary-text.--weight-623{font-weight:623}.GREEN_GREY ._secondary-text.--weight-624{font-weight:624}.GREEN_GREY ._secondary-text.--weight-625{font-weight:625}.GREEN_GREY ._secondary-text.--weight-626{font-weight:626}.GREEN_GREY ._secondary-text.--weight-627{font-weight:627}.GREEN_GREY ._secondary-text.--weight-628{font-weight:628}.GREEN_GREY ._secondary-text.--weight-629{font-weight:629}.GREEN_GREY ._secondary-text.--weight-630{font-weight:630}.GREEN_GREY ._secondary-text.--weight-631{font-weight:631}.GREEN_GREY ._secondary-text.--weight-632{font-weight:632}.GREEN_GREY ._secondary-text.--weight-633{font-weight:633}.GREEN_GREY ._secondary-text.--weight-634{font-weight:634}.GREEN_GREY ._secondary-text.--weight-635{font-weight:635}.GREEN_GREY ._secondary-text.--weight-636{font-weight:636}.GREEN_GREY ._secondary-text.--weight-637{font-weight:637}.GREEN_GREY ._secondary-text.--weight-638{font-weight:638}.GREEN_GREY ._secondary-text.--weight-639{font-weight:639}.GREEN_GREY ._secondary-text.--weight-640{font-weight:640}.GREEN_GREY ._secondary-text.--weight-641{font-weight:641}.GREEN_GREY ._secondary-text.--weight-642{font-weight:642}.GREEN_GREY ._secondary-text.--weight-643{font-weight:643}.GREEN_GREY ._secondary-text.--weight-644{font-weight:644}.GREEN_GREY ._secondary-text.--weight-645{font-weight:645}.GREEN_GREY ._secondary-text.--weight-646{font-weight:646}.GREEN_GREY ._secondary-text.--weight-647{font-weight:647}.GREEN_GREY ._secondary-text.--weight-648{font-weight:648}.GREEN_GREY ._secondary-text.--weight-649{font-weight:649}.GREEN_GREY ._secondary-text.--weight-650{font-weight:650}.GREEN_GREY ._secondary-text.--weight-651{font-weight:651}.GREEN_GREY ._secondary-text.--weight-652{font-weight:652}.GREEN_GREY ._secondary-text.--weight-653{font-weight:653}.GREEN_GREY ._secondary-text.--weight-654{font-weight:654}.GREEN_GREY ._secondary-text.--weight-655{font-weight:655}.GREEN_GREY ._secondary-text.--weight-656{font-weight:656}.GREEN_GREY ._secondary-text.--weight-657{font-weight:657}.GREEN_GREY ._secondary-text.--weight-658{font-weight:658}.GREEN_GREY ._secondary-text.--weight-659{font-weight:659}.GREEN_GREY ._secondary-text.--weight-660{font-weight:660}.GREEN_GREY ._secondary-text.--weight-661{font-weight:661}.GREEN_GREY ._secondary-text.--weight-662{font-weight:662}.GREEN_GREY ._secondary-text.--weight-663{font-weight:663}.GREEN_GREY ._secondary-text.--weight-664{font-weight:664}.GREEN_GREY ._secondary-text.--weight-665{font-weight:665}.GREEN_GREY ._secondary-text.--weight-666{font-weight:666}.GREEN_GREY ._secondary-text.--weight-667{font-weight:667}.GREEN_GREY ._secondary-text.--weight-668{font-weight:668}.GREEN_GREY ._secondary-text.--weight-669{font-weight:669}.GREEN_GREY ._secondary-text.--weight-670{font-weight:670}.GREEN_GREY ._secondary-text.--weight-671{font-weight:671}.GREEN_GREY ._secondary-text.--weight-672{font-weight:672}.GREEN_GREY ._secondary-text.--weight-673{font-weight:673}.GREEN_GREY ._secondary-text.--weight-674{font-weight:674}.GREEN_GREY ._secondary-text.--weight-675{font-weight:675}.GREEN_GREY ._secondary-text.--weight-676{font-weight:676}.GREEN_GREY ._secondary-text.--weight-677{font-weight:677}.GREEN_GREY ._secondary-text.--weight-678{font-weight:678}.GREEN_GREY ._secondary-text.--weight-679{font-weight:679}.GREEN_GREY ._secondary-text.--weight-680{font-weight:680}.GREEN_GREY ._secondary-text.--weight-681{font-weight:681}.GREEN_GREY ._secondary-text.--weight-682{font-weight:682}.GREEN_GREY ._secondary-text.--weight-683{font-weight:683}.GREEN_GREY ._secondary-text.--weight-684{font-weight:684}.GREEN_GREY ._secondary-text.--weight-685{font-weight:685}.GREEN_GREY ._secondary-text.--weight-686{font-weight:686}.GREEN_GREY ._secondary-text.--weight-687{font-weight:687}.GREEN_GREY ._secondary-text.--weight-688{font-weight:688}.GREEN_GREY ._secondary-text.--weight-689{font-weight:689}.GREEN_GREY ._secondary-text.--weight-690{font-weight:690}.GREEN_GREY ._secondary-text.--weight-691{font-weight:691}.GREEN_GREY ._secondary-text.--weight-692{font-weight:692}.GREEN_GREY ._secondary-text.--weight-693{font-weight:693}.GREEN_GREY ._secondary-text.--weight-694{font-weight:694}.GREEN_GREY ._secondary-text.--weight-695{font-weight:695}.GREEN_GREY ._secondary-text.--weight-696{font-weight:696}.GREEN_GREY ._secondary-text.--weight-697{font-weight:697}.GREEN_GREY ._secondary-text.--weight-698{font-weight:698}.GREEN_GREY ._secondary-text.--weight-699{font-weight:699}.GREEN_GREY ._secondary-text.--weight-700{font-weight:700}.GREEN_GREY ._secondary-text.--weight-701{font-weight:701}.GREEN_GREY ._secondary-text.--weight-702{font-weight:702}.GREEN_GREY ._secondary-text.--weight-703{font-weight:703}.GREEN_GREY ._secondary-text.--weight-704{font-weight:704}.GREEN_GREY ._secondary-text.--weight-705{font-weight:705}.GREEN_GREY ._secondary-text.--weight-706{font-weight:706}.GREEN_GREY ._secondary-text.--weight-707{font-weight:707}.GREEN_GREY ._secondary-text.--weight-708{font-weight:708}.GREEN_GREY ._secondary-text.--weight-709{font-weight:709}.GREEN_GREY ._secondary-text.--weight-710{font-weight:710}.GREEN_GREY ._secondary-text.--weight-711{font-weight:711}.GREEN_GREY ._secondary-text.--weight-712{font-weight:712}.GREEN_GREY ._secondary-text.--weight-713{font-weight:713}.GREEN_GREY ._secondary-text.--weight-714{font-weight:714}.GREEN_GREY ._secondary-text.--weight-715{font-weight:715}.GREEN_GREY ._secondary-text.--weight-716{font-weight:716}.GREEN_GREY ._secondary-text.--weight-717{font-weight:717}.GREEN_GREY ._secondary-text.--weight-718{font-weight:718}.GREEN_GREY ._secondary-text.--weight-719{font-weight:719}.GREEN_GREY ._secondary-text.--weight-720{font-weight:720}.GREEN_GREY ._secondary-text.--weight-721{font-weight:721}.GREEN_GREY ._secondary-text.--weight-722{font-weight:722}.GREEN_GREY ._secondary-text.--weight-723{font-weight:723}.GREEN_GREY ._secondary-text.--weight-724{font-weight:724}.GREEN_GREY ._secondary-text.--weight-725{font-weight:725}.GREEN_GREY ._secondary-text.--weight-726{font-weight:726}.GREEN_GREY ._secondary-text.--weight-727{font-weight:727}.GREEN_GREY ._secondary-text.--weight-728{font-weight:728}.GREEN_GREY ._secondary-text.--weight-729{font-weight:729}.GREEN_GREY ._secondary-text.--weight-730{font-weight:730}.GREEN_GREY ._secondary-text.--weight-731{font-weight:731}.GREEN_GREY ._secondary-text.--weight-732{font-weight:732}.GREEN_GREY ._secondary-text.--weight-733{font-weight:733}.GREEN_GREY ._secondary-text.--weight-734{font-weight:734}.GREEN_GREY ._secondary-text.--weight-735{font-weight:735}.GREEN_GREY ._secondary-text.--weight-736{font-weight:736}.GREEN_GREY ._secondary-text.--weight-737{font-weight:737}.GREEN_GREY ._secondary-text.--weight-738{font-weight:738}.GREEN_GREY ._secondary-text.--weight-739{font-weight:739}.GREEN_GREY ._secondary-text.--weight-740{font-weight:740}.GREEN_GREY ._secondary-text.--weight-741{font-weight:741}.GREEN_GREY ._secondary-text.--weight-742{font-weight:742}.GREEN_GREY ._secondary-text.--weight-743{font-weight:743}.GREEN_GREY ._secondary-text.--weight-744{font-weight:744}.GREEN_GREY ._secondary-text.--weight-745{font-weight:745}.GREEN_GREY ._secondary-text.--weight-746{font-weight:746}.GREEN_GREY ._secondary-text.--weight-747{font-weight:747}.GREEN_GREY ._secondary-text.--weight-748{font-weight:748}.GREEN_GREY ._secondary-text.--weight-749{font-weight:749}.GREEN_GREY ._secondary-text.--weight-750{font-weight:750}.GREEN_GREY ._secondary-text.--weight-751{font-weight:751}.GREEN_GREY ._secondary-text.--weight-752{font-weight:752}.GREEN_GREY ._secondary-text.--weight-753{font-weight:753}.GREEN_GREY ._secondary-text.--weight-754{font-weight:754}.GREEN_GREY ._secondary-text.--weight-755{font-weight:755}.GREEN_GREY ._secondary-text.--weight-756{font-weight:756}.GREEN_GREY ._secondary-text.--weight-757{font-weight:757}.GREEN_GREY ._secondary-text.--weight-758{font-weight:758}.GREEN_GREY ._secondary-text.--weight-759{font-weight:759}.GREEN_GREY ._secondary-text.--weight-760{font-weight:760}.GREEN_GREY ._secondary-text.--weight-761{font-weight:761}.GREEN_GREY ._secondary-text.--weight-762{font-weight:762}.GREEN_GREY ._secondary-text.--weight-763{font-weight:763}.GREEN_GREY ._secondary-text.--weight-764{font-weight:764}.GREEN_GREY ._secondary-text.--weight-765{font-weight:765}.GREEN_GREY ._secondary-text.--weight-766{font-weight:766}.GREEN_GREY ._secondary-text.--weight-767{font-weight:767}.GREEN_GREY ._secondary-text.--weight-768{font-weight:768}.GREEN_GREY ._secondary-text.--weight-769{font-weight:769}.GREEN_GREY ._secondary-text.--weight-770{font-weight:770}.GREEN_GREY ._secondary-text.--weight-771{font-weight:771}.GREEN_GREY ._secondary-text.--weight-772{font-weight:772}.GREEN_GREY ._secondary-text.--weight-773{font-weight:773}.GREEN_GREY ._secondary-text.--weight-774{font-weight:774}.GREEN_GREY ._secondary-text.--weight-775{font-weight:775}.GREEN_GREY ._secondary-text.--weight-776{font-weight:776}.GREEN_GREY ._secondary-text.--weight-777{font-weight:777}.GREEN_GREY ._secondary-text.--weight-778{font-weight:778}.GREEN_GREY ._secondary-text.--weight-779{font-weight:779}.GREEN_GREY ._secondary-text.--weight-780{font-weight:780}.GREEN_GREY ._secondary-text.--weight-781{font-weight:781}.GREEN_GREY ._secondary-text.--weight-782{font-weight:782}.GREEN_GREY ._secondary-text.--weight-783{font-weight:783}.GREEN_GREY ._secondary-text.--weight-784{font-weight:784}.GREEN_GREY ._secondary-text.--weight-785{font-weight:785}.GREEN_GREY ._secondary-text.--weight-786{font-weight:786}.GREEN_GREY ._secondary-text.--weight-787{font-weight:787}.GREEN_GREY ._secondary-text.--weight-788{font-weight:788}.GREEN_GREY ._secondary-text.--weight-789{font-weight:789}.GREEN_GREY ._secondary-text.--weight-790{font-weight:790}.GREEN_GREY ._secondary-text.--weight-791{font-weight:791}.GREEN_GREY ._secondary-text.--weight-792{font-weight:792}.GREEN_GREY ._secondary-text.--weight-793{font-weight:793}.GREEN_GREY ._secondary-text.--weight-794{font-weight:794}.GREEN_GREY ._secondary-text.--weight-795{font-weight:795}.GREEN_GREY ._secondary-text.--weight-796{font-weight:796}.GREEN_GREY ._secondary-text.--weight-797{font-weight:797}.GREEN_GREY ._secondary-text.--weight-798{font-weight:798}.GREEN_GREY ._secondary-text.--weight-799{font-weight:799}.GREEN_GREY ._secondary-text.--weight-800{font-weight:800}.GREEN_GREY ._secondary-text.--lh-1{line-height:1px}.GREEN_GREY ._secondary-text.--lh-2{line-height:2px}.GREEN_GREY ._secondary-text.--lh-3{line-height:3px}.GREEN_GREY ._secondary-text.--lh-4{line-height:4px}.GREEN_GREY ._secondary-text.--lh-5{line-height:5px}.GREEN_GREY ._secondary-text.--lh-6{line-height:6px}.GREEN_GREY ._secondary-text.--lh-7{line-height:7px}.GREEN_GREY ._secondary-text.--lh-8{line-height:8px}.GREEN_GREY ._secondary-text.--lh-9{line-height:9px}.GREEN_GREY ._secondary-text.--lh-10{line-height:10px}.GREEN_GREY ._secondary-text.--lh-11{line-height:11px}.GREEN_GREY ._secondary-text.--lh-12{line-height:12px}.GREEN_GREY ._secondary-text.--lh-13{line-height:13px}.GREEN_GREY ._secondary-text.--lh-14{line-height:14px}.GREEN_GREY ._secondary-text.--lh-15{line-height:15px}.GREEN_GREY ._secondary-text.--lh-16{line-height:16px}.GREEN_GREY ._secondary-text.--lh-17{line-height:17px}.GREEN_GREY ._secondary-text.--lh-18{line-height:18px}.GREEN_GREY ._secondary-text.--lh-19{line-height:19px}.GREEN_GREY ._secondary-text.--lh-20{line-height:20px}.GREEN_GREY ._secondary-text.--lh-21{line-height:21px}.GREEN_GREY ._secondary-text.--lh-22{line-height:22px}.GREEN_GREY ._secondary-text.--lh-23{line-height:23px}.GREEN_GREY ._secondary-text.--lh-24{line-height:24px}.GREEN_GREY ._secondary-text.--lh-25{line-height:25px}.GREEN_GREY ._secondary-text.--lh-26{line-height:26px}.GREEN_GREY ._secondary-text.--lh-27{line-height:27px}.GREEN_GREY ._secondary-text.--lh-28{line-height:28px}.GREEN_GREY ._secondary-text.--lh-29{line-height:29px}.GREEN_GREY ._secondary-text.--lh-30{line-height:30px}.GREEN_GREY ._secondary-text.--lh-31{line-height:31px}.GREEN_GREY ._secondary-text.--lh-32{line-height:32px}.GREEN_GREY ._secondary-text.--lh-33{line-height:33px}.GREEN_GREY ._secondary-text.--lh-34{line-height:34px}.GREEN_GREY ._secondary-text.--lh-35{line-height:35px}.GREEN_GREY ._secondary-text.--lh-36{line-height:36px}.GREEN_GREY ._secondary-text.--lh-37{line-height:37px}.GREEN_GREY ._secondary-text.--lh-38{line-height:38px}.GREEN_GREY ._secondary-text.--lh-39{line-height:39px}.GREEN_GREY ._secondary-text.--lh-40{line-height:40px}.GREEN_GREY ._secondary-text.--lh-41{line-height:41px}.GREEN_GREY ._secondary-text.--lh-42{line-height:42px}.GREEN_GREY ._secondary-text.--lh-43{line-height:43px}.GREEN_GREY ._secondary-text.--lh-44{line-height:44px}.GREEN_GREY ._secondary-text.--lh-45{line-height:45px}.GREEN_GREY ._secondary-text.--lh-46{line-height:46px}.GREEN_GREY ._secondary-text.--lh-47{line-height:47px}.GREEN_GREY ._secondary-text.--lh-48{line-height:48px}.GREEN_GREY ._secondary-text.--lh-49{line-height:49px}.GREEN_GREY ._secondary-text.--lh-50{line-height:50px}.GREEN_GREY ._secondary-text.--lh-51{line-height:51px}.GREEN_GREY ._secondary-text.--lh-52{line-height:52px}.GREEN_GREY ._secondary-text.--lh-53{line-height:53px}.GREEN_GREY ._secondary-text.--lh-54{line-height:54px}.GREEN_GREY ._secondary-text.--lh-55{line-height:55px}.GREEN_GREY ._secondary-text.--lh-56{line-height:56px}.GREEN_GREY ._secondary-text.--lh-57{line-height:57px}.GREEN_GREY ._secondary-text.--lh-58{line-height:58px}.GREEN_GREY ._secondary-text.--lh-59{line-height:59px}.GREEN_GREY ._secondary-text.--lh-60{line-height:60px}.GREEN_GREY ._secondary-text.--lh-61{line-height:61px}.GREEN_GREY ._secondary-text.--lh-62{line-height:62px}.GREEN_GREY ._secondary-text.--lh-63{line-height:63px}.GREEN_GREY ._secondary-text.--lh-64{line-height:64px}.GREEN_GREY ._secondary-text.--lh-65{line-height:65px}.GREEN_GREY ._secondary-text.--lh-66{line-height:66px}.GREEN_GREY ._secondary-text.--lh-67{line-height:67px}.GREEN_GREY ._secondary-text.--lh-68{line-height:68px}.GREEN_GREY ._secondary-text.--lh-69{line-height:69px}.GREEN_GREY ._secondary-text.--lh-70{line-height:70px}.GREEN_GREY ._secondary-text.--lh-71{line-height:71px}.GREEN_GREY ._secondary-text.--lh-72{line-height:72px}.GREEN_GREY ._secondary-text.--lh-73{line-height:73px}.GREEN_GREY ._secondary-text.--lh-74{line-height:74px}.GREEN_GREY ._secondary-text.--lh-75{line-height:75px}.GREEN_GREY ._secondary-text.--lh-76{line-height:76px}.GREEN_GREY ._secondary-text.--lh-77{line-height:77px}.GREEN_GREY ._secondary-text.--lh-78{line-height:78px}.GREEN_GREY ._secondary-text.--lh-79{line-height:79px}.GREEN_GREY ._secondary-text.--lh-80{line-height:80px}.GREEN_GREY ._secondary-text.--lh-81{line-height:81px}.GREEN_GREY ._secondary-text.--lh-82{line-height:82px}.GREEN_GREY ._secondary-text.--lh-83{line-height:83px}.GREEN_GREY ._secondary-text.--lh-84{line-height:84px}.GREEN_GREY ._secondary-text.--lh-85{line-height:85px}.GREEN_GREY ._secondary-text.--lh-86{line-height:86px}.GREEN_GREY ._secondary-text.--lh-87{line-height:87px}.GREEN_GREY ._secondary-text.--lh-88{line-height:88px}.GREEN_GREY ._secondary-text.--lh-89{line-height:89px}.GREEN_GREY ._secondary-text.--lh-90{line-height:90px}.GREEN_GREY ._secondary-text.--lh-91{line-height:91px}.GREEN_GREY ._secondary-text.--lh-92{line-height:92px}.GREEN_GREY ._secondary-text.--lh-93{line-height:93px}.GREEN_GREY ._secondary-text.--lh-94{line-height:94px}.GREEN_GREY ._secondary-text.--lh-95{line-height:95px}.GREEN_GREY ._secondary-text.--lh-96{line-height:96px}.GREEN_GREY ._secondary-text.--lh-97{line-height:97px}.GREEN_GREY ._secondary-text.--lh-98{line-height:98px}.GREEN_GREY ._secondary-text.--lh-99{line-height:99px}.GREEN_GREY ._secondary-text.--lh-100{line-height:100px}.GREEN_GREY ._secondary-text.--lh-101{line-height:101px}.GREEN_GREY ._secondary-text.--lh-102{line-height:102px}.GREEN_GREY ._secondary-text.--lh-103{line-height:103px}.GREEN_GREY ._secondary-text.--lh-104{line-height:104px}.GREEN_GREY ._secondary-text.--lh-105{line-height:105px}.GREEN_GREY ._secondary-text.--lh-106{line-height:106px}.GREEN_GREY ._secondary-text.--lh-107{line-height:107px}.GREEN_GREY ._secondary-text.--lh-108{line-height:108px}.GREEN_GREY ._secondary-text.--lh-109{line-height:109px}.GREEN_GREY ._secondary-text.--lh-110{line-height:110px}.GREEN_GREY ._secondary-text.--lh-111{line-height:111px}.GREEN_GREY ._secondary-text.--lh-112{line-height:112px}.GREEN_GREY ._secondary-text.--lh-113{line-height:113px}.GREEN_GREY ._secondary-text.--lh-114{line-height:114px}.GREEN_GREY ._secondary-text.--lh-115{line-height:115px}.GREEN_GREY ._secondary-text.--lh-116{line-height:116px}.GREEN_GREY ._secondary-text.--lh-117{line-height:117px}.GREEN_GREY ._secondary-text.--lh-118{line-height:118px}.GREEN_GREY ._secondary-text.--lh-119{line-height:119px}.GREEN_GREY ._secondary-text.--lh-120{line-height:120px}.GREEN_GREY ._secondary-text.--lh-121{line-height:121px}.GREEN_GREY ._secondary-text.--lh-122{line-height:122px}.GREEN_GREY ._secondary-text.--lh-123{line-height:123px}.GREEN_GREY ._secondary-text.--lh-124{line-height:124px}.GREEN_GREY ._secondary-text.--lh-125{line-height:125px}.GREEN_GREY ._secondary-text.--lh-126{line-height:126px}.GREEN_GREY ._secondary-text.--lh-127{line-height:127px}.GREEN_GREY ._secondary-text.--lh-128{line-height:128px}.GREEN_GREY ._secondary-text.--lh-129{line-height:129px}.GREEN_GREY ._secondary-text.--lh-130{line-height:130px}.GREEN_GREY ._secondary-text.--lh-131{line-height:131px}.GREEN_GREY ._secondary-text.--lh-132{line-height:132px}.GREEN_GREY ._secondary-text.--lh-133{line-height:133px}.GREEN_GREY ._secondary-text.--lh-134{line-height:134px}.GREEN_GREY ._secondary-text.--lh-135{line-height:135px}.GREEN_GREY ._secondary-text.--lh-136{line-height:136px}.GREEN_GREY ._secondary-text.--lh-137{line-height:137px}.GREEN_GREY ._secondary-text.--lh-138{line-height:138px}.GREEN_GREY ._secondary-text.--lh-139{line-height:139px}.GREEN_GREY ._secondary-text.--lh-140{line-height:140px}.GREEN_GREY ._secondary-text.--lh-141{line-height:141px}.GREEN_GREY ._secondary-text.--lh-142{line-height:142px}.GREEN_GREY ._secondary-text.--lh-143{line-height:143px}.GREEN_GREY ._secondary-text.--lh-144{line-height:144px}.GREEN_GREY ._secondary-text.--lh-145{line-height:145px}.GREEN_GREY ._secondary-text.--lh-146{line-height:146px}.GREEN_GREY ._secondary-text.--lh-147{line-height:147px}.GREEN_GREY ._secondary-text.--lh-148{line-height:148px}.GREEN_GREY ._secondary-text.--lh-149{line-height:149px}.GREEN_GREY ._secondary-text.--lh-150{line-height:150px}.GREEN_GREY ._secondary-text.--lh-151{line-height:151px}.GREEN_GREY ._secondary-text.--lh-152{line-height:152px}.GREEN_GREY ._secondary-text.--lh-153{line-height:153px}.GREEN_GREY ._secondary-text.--lh-154{line-height:154px}.GREEN_GREY ._secondary-text.--lh-155{line-height:155px}.GREEN_GREY ._secondary-text.--lh-156{line-height:156px}.GREEN_GREY ._secondary-text.--lh-157{line-height:157px}.GREEN_GREY ._secondary-text.--lh-158{line-height:158px}.GREEN_GREY ._secondary-text.--lh-159{line-height:159px}.GREEN_GREY ._secondary-text.--lh-160{line-height:160px}.GREEN_GREY ._secondary-text.--lh-161{line-height:161px}.GREEN_GREY ._secondary-text.--lh-162{line-height:162px}.GREEN_GREY ._secondary-text.--lh-163{line-height:163px}.GREEN_GREY ._secondary-text.--lh-164{line-height:164px}.GREEN_GREY ._secondary-text.--lh-165{line-height:165px}.GREEN_GREY ._secondary-text.--lh-166{line-height:166px}.GREEN_GREY ._secondary-text.--lh-167{line-height:167px}.GREEN_GREY ._secondary-text.--lh-168{line-height:168px}.GREEN_GREY ._secondary-text.--lh-169{line-height:169px}.GREEN_GREY ._secondary-text.--lh-170{line-height:170px}.GREEN_GREY ._secondary-text.--lh-171{line-height:171px}.GREEN_GREY ._secondary-text.--lh-172{line-height:172px}.GREEN_GREY ._secondary-text.--lh-173{line-height:173px}.GREEN_GREY ._secondary-text.--lh-174{line-height:174px}.GREEN_GREY ._secondary-text.--lh-175{line-height:175px}.GREEN_GREY ._secondary-text.--lh-176{line-height:176px}.GREEN_GREY ._secondary-text.--lh-177{line-height:177px}.GREEN_GREY ._secondary-text.--lh-178{line-height:178px}.GREEN_GREY ._secondary-text.--lh-179{line-height:179px}.GREEN_GREY ._secondary-text.--lh-180{line-height:180px}.GREEN_GREY ._secondary-text.--lh-181{line-height:181px}.GREEN_GREY ._secondary-text.--lh-182{line-height:182px}.GREEN_GREY ._secondary-text.--lh-183{line-height:183px}.GREEN_GREY ._secondary-text.--lh-184{line-height:184px}.GREEN_GREY ._secondary-text.--lh-185{line-height:185px}.GREEN_GREY ._secondary-text.--lh-186{line-height:186px}.GREEN_GREY ._secondary-text.--lh-187{line-height:187px}.GREEN_GREY ._secondary-text.--lh-188{line-height:188px}.GREEN_GREY ._secondary-text.--lh-189{line-height:189px}.GREEN_GREY ._secondary-text.--lh-190{line-height:190px}.GREEN_GREY ._secondary-text.--lh-191{line-height:191px}.GREEN_GREY ._secondary-text.--lh-192{line-height:192px}.GREEN_GREY ._secondary-text.--lh-193{line-height:193px}.GREEN_GREY ._secondary-text.--lh-194{line-height:194px}.GREEN_GREY ._secondary-text.--lh-195{line-height:195px}.GREEN_GREY ._secondary-text.--lh-196{line-height:196px}.GREEN_GREY ._secondary-text.--lh-197{line-height:197px}.GREEN_GREY ._secondary-text.--lh-198{line-height:198px}.GREEN_GREY ._secondary-text.--lh-199{line-height:199px}.GREEN_GREY ._secondary-text.--lh-200{line-height:200px}.GREEN_GREY ._secondary-text.--lh-201{line-height:201px}.GREEN_GREY ._secondary-text.--lh-202{line-height:202px}.GREEN_GREY ._secondary-text.--lh-203{line-height:203px}.GREEN_GREY ._secondary-text.--lh-204{line-height:204px}.GREEN_GREY ._secondary-text.--lh-205{line-height:205px}.GREEN_GREY ._secondary-text.--lh-206{line-height:206px}.GREEN_GREY ._secondary-text.--lh-207{line-height:207px}.GREEN_GREY ._secondary-text.--lh-208{line-height:208px}.GREEN_GREY ._secondary-text.--lh-209{line-height:209px}.GREEN_GREY ._secondary-text.--lh-210{line-height:210px}.GREEN_GREY ._secondary-text.--lh-211{line-height:211px}.GREEN_GREY ._secondary-text.--lh-212{line-height:212px}.GREEN_GREY ._secondary-text.--lh-213{line-height:213px}.GREEN_GREY ._secondary-text.--lh-214{line-height:214px}.GREEN_GREY ._secondary-text.--lh-215{line-height:215px}.GREEN_GREY ._secondary-text.--lh-216{line-height:216px}.GREEN_GREY ._secondary-text.--lh-217{line-height:217px}.GREEN_GREY ._secondary-text.--lh-218{line-height:218px}.GREEN_GREY ._secondary-text.--lh-219{line-height:219px}.GREEN_GREY ._secondary-text.--lh-220{line-height:220px}.GREEN_GREY ._secondary-text.--lh-221{line-height:221px}.GREEN_GREY ._secondary-text.--lh-222{line-height:222px}.GREEN_GREY ._secondary-text.--lh-223{line-height:223px}.GREEN_GREY ._secondary-text.--lh-224{line-height:224px}.GREEN_GREY ._secondary-text.--lh-225{line-height:225px}.GREEN_GREY ._secondary-text.--lh-226{line-height:226px}.GREEN_GREY ._secondary-text.--lh-227{line-height:227px}.GREEN_GREY ._secondary-text.--lh-228{line-height:228px}.GREEN_GREY ._secondary-text.--lh-229{line-height:229px}.GREEN_GREY ._secondary-text.--lh-230{line-height:230px}.GREEN_GREY ._secondary-text.--lh-231{line-height:231px}.GREEN_GREY ._secondary-text.--lh-232{line-height:232px}.GREEN_GREY ._secondary-text.--lh-233{line-height:233px}.GREEN_GREY ._secondary-text.--lh-234{line-height:234px}.GREEN_GREY ._secondary-text.--lh-235{line-height:235px}.GREEN_GREY ._secondary-text.--lh-236{line-height:236px}.GREEN_GREY ._secondary-text.--lh-237{line-height:237px}.GREEN_GREY ._secondary-text.--lh-238{line-height:238px}.GREEN_GREY ._secondary-text.--lh-239{line-height:239px}.GREEN_GREY ._secondary-text.--lh-240{line-height:240px}.GREEN_GREY ._secondary-text.--lh-241{line-height:241px}.GREEN_GREY ._secondary-text.--lh-242{line-height:242px}.GREEN_GREY ._secondary-text.--lh-243{line-height:243px}.GREEN_GREY ._secondary-text.--lh-244{line-height:244px}.GREEN_GREY ._secondary-text.--lh-245{line-height:245px}.GREEN_GREY ._secondary-text.--lh-246{line-height:246px}.GREEN_GREY ._secondary-text.--lh-247{line-height:247px}.GREEN_GREY ._secondary-text.--lh-248{line-height:248px}.GREEN_GREY ._secondary-text.--lh-249{line-height:249px}.GREEN_GREY ._secondary-text.--lh-250{line-height:250px}.GREEN_GREY ._secondary-text.--lh-251{line-height:251px}.GREEN_GREY ._secondary-text.--lh-252{line-height:252px}.GREEN_GREY ._secondary-text.--lh-253{line-height:253px}.GREEN_GREY ._secondary-text.--lh-254{line-height:254px}.GREEN_GREY ._secondary-text.--lh-255{line-height:255px}.GREEN_GREY ._secondary-text.--lh-256{line-height:256px}.GREEN_GREY ._secondary-text.--lh-257{line-height:257px}.GREEN_GREY ._secondary-text.--lh-258{line-height:258px}.GREEN_GREY ._secondary-text.--lh-259{line-height:259px}.GREEN_GREY ._secondary-text.--lh-260{line-height:260px}.GREEN_GREY ._secondary-text.--lh-261{line-height:261px}.GREEN_GREY ._secondary-text.--lh-262{line-height:262px}.GREEN_GREY ._secondary-text.--lh-263{line-height:263px}.GREEN_GREY ._secondary-text.--lh-264{line-height:264px}.GREEN_GREY ._secondary-text.--lh-265{line-height:265px}.GREEN_GREY ._secondary-text.--lh-266{line-height:266px}.GREEN_GREY ._secondary-text.--lh-267{line-height:267px}.GREEN_GREY ._secondary-text.--lh-268{line-height:268px}.GREEN_GREY ._secondary-text.--lh-269{line-height:269px}.GREEN_GREY ._secondary-text.--lh-270{line-height:270px}.GREEN_GREY ._secondary-text.--lh-271{line-height:271px}.GREEN_GREY ._secondary-text.--lh-272{line-height:272px}.GREEN_GREY ._secondary-text.--lh-273{line-height:273px}.GREEN_GREY ._secondary-text.--lh-274{line-height:274px}.GREEN_GREY ._secondary-text.--lh-275{line-height:275px}.GREEN_GREY ._secondary-text.--lh-276{line-height:276px}.GREEN_GREY ._secondary-text.--lh-277{line-height:277px}.GREEN_GREY ._secondary-text.--lh-278{line-height:278px}.GREEN_GREY ._secondary-text.--lh-279{line-height:279px}.GREEN_GREY ._secondary-text.--lh-280{line-height:280px}.GREEN_GREY ._secondary-text.--lh-281{line-height:281px}.GREEN_GREY ._secondary-text.--lh-282{line-height:282px}.GREEN_GREY ._secondary-text.--lh-283{line-height:283px}.GREEN_GREY ._secondary-text.--lh-284{line-height:284px}.GREEN_GREY ._secondary-text.--lh-285{line-height:285px}.GREEN_GREY ._secondary-text.--lh-286{line-height:286px}.GREEN_GREY ._secondary-text.--lh-287{line-height:287px}.GREEN_GREY ._secondary-text.--lh-288{line-height:288px}.GREEN_GREY ._secondary-text.--lh-289{line-height:289px}.GREEN_GREY ._secondary-text.--lh-290{line-height:290px}.GREEN_GREY ._secondary-text.--lh-291{line-height:291px}.GREEN_GREY ._secondary-text.--lh-292{line-height:292px}.GREEN_GREY ._secondary-text.--lh-293{line-height:293px}.GREEN_GREY ._secondary-text.--lh-294{line-height:294px}.GREEN_GREY ._secondary-text.--lh-295{line-height:295px}.GREEN_GREY ._secondary-text.--lh-296{line-height:296px}.GREEN_GREY ._secondary-text.--lh-297{line-height:297px}.GREEN_GREY ._secondary-text.--lh-298{line-height:298px}.GREEN_GREY ._secondary-text.--lh-299{line-height:299px}.GREEN_GREY ._secondary-text.--lh-300{line-height:300px}.GREEN_GREY ._secondary-text.--lh-301{line-height:301px}.GREEN_GREY ._secondary-text.--lh-302{line-height:302px}.GREEN_GREY ._secondary-text.--lh-303{line-height:303px}.GREEN_GREY ._secondary-text.--lh-304{line-height:304px}.GREEN_GREY ._secondary-text.--lh-305{line-height:305px}.GREEN_GREY ._secondary-text.--lh-306{line-height:306px}.GREEN_GREY ._secondary-text.--lh-307{line-height:307px}.GREEN_GREY ._secondary-text.--lh-308{line-height:308px}.GREEN_GREY ._secondary-text.--lh-309{line-height:309px}.GREEN_GREY ._secondary-text.--lh-310{line-height:310px}.GREEN_GREY ._secondary-text.--lh-311{line-height:311px}.GREEN_GREY ._secondary-text.--lh-312{line-height:312px}.GREEN_GREY ._secondary-text.--lh-313{line-height:313px}.GREEN_GREY ._secondary-text.--lh-314{line-height:314px}.GREEN_GREY ._secondary-text.--lh-315{line-height:315px}.GREEN_GREY ._secondary-text.--lh-316{line-height:316px}.GREEN_GREY ._secondary-text.--lh-317{line-height:317px}.GREEN_GREY ._secondary-text.--lh-318{line-height:318px}.GREEN_GREY ._secondary-text.--lh-319{line-height:319px}.GREEN_GREY ._secondary-text.--lh-320{line-height:320px}.GREEN_GREY ._secondary-text.--lh-321{line-height:321px}.GREEN_GREY ._secondary-text.--lh-322{line-height:322px}.GREEN_GREY ._secondary-text.--lh-323{line-height:323px}.GREEN_GREY ._secondary-text.--lh-324{line-height:324px}.GREEN_GREY ._secondary-text.--lh-325{line-height:325px}.GREEN_GREY ._secondary-text.--lh-326{line-height:326px}.GREEN_GREY ._secondary-text.--lh-327{line-height:327px}.GREEN_GREY ._secondary-text.--lh-328{line-height:328px}.GREEN_GREY ._secondary-text.--lh-329{line-height:329px}.GREEN_GREY ._secondary-text.--lh-330{line-height:330px}.GREEN_GREY ._secondary-text.--lh-331{line-height:331px}.GREEN_GREY ._secondary-text.--lh-332{line-height:332px}.GREEN_GREY ._secondary-text.--lh-333{line-height:333px}.GREEN_GREY ._secondary-text.--lh-334{line-height:334px}.GREEN_GREY ._secondary-text.--lh-335{line-height:335px}.GREEN_GREY ._secondary-text.--lh-336{line-height:336px}.GREEN_GREY ._secondary-text.--lh-337{line-height:337px}.GREEN_GREY ._secondary-text.--lh-338{line-height:338px}.GREEN_GREY ._secondary-text.--lh-339{line-height:339px}.GREEN_GREY ._secondary-text.--lh-340{line-height:340px}.GREEN_GREY ._secondary-text.--lh-341{line-height:341px}.GREEN_GREY ._secondary-text.--lh-342{line-height:342px}.GREEN_GREY ._secondary-text.--lh-343{line-height:343px}.GREEN_GREY ._secondary-text.--lh-344{line-height:344px}.GREEN_GREY ._secondary-text.--lh-345{line-height:345px}.GREEN_GREY ._secondary-text.--lh-346{line-height:346px}.GREEN_GREY ._secondary-text.--lh-347{line-height:347px}.GREEN_GREY ._secondary-text.--lh-348{line-height:348px}.GREEN_GREY ._secondary-text.--lh-349{line-height:349px}.GREEN_GREY ._secondary-text.--lh-350{line-height:350px}.GREEN_GREY ._secondary-text.--lh-351{line-height:351px}.GREEN_GREY ._secondary-text.--lh-352{line-height:352px}.GREEN_GREY ._secondary-text.--lh-353{line-height:353px}.GREEN_GREY ._secondary-text.--lh-354{line-height:354px}.GREEN_GREY ._secondary-text.--lh-355{line-height:355px}.GREEN_GREY ._secondary-text.--lh-356{line-height:356px}.GREEN_GREY ._secondary-text.--lh-357{line-height:357px}.GREEN_GREY ._secondary-text.--lh-358{line-height:358px}.GREEN_GREY ._secondary-text.--lh-359{line-height:359px}.GREEN_GREY ._secondary-text.--lh-360{line-height:360px}.GREEN_GREY ._secondary-text.--lh-361{line-height:361px}.GREEN_GREY ._secondary-text.--lh-362{line-height:362px}.GREEN_GREY ._secondary-text.--lh-363{line-height:363px}.GREEN_GREY ._secondary-text.--lh-364{line-height:364px}.GREEN_GREY ._secondary-text.--lh-365{line-height:365px}.GREEN_GREY ._secondary-text.--lh-366{line-height:366px}.GREEN_GREY ._secondary-text.--lh-367{line-height:367px}.GREEN_GREY ._secondary-text.--lh-368{line-height:368px}.GREEN_GREY ._secondary-text.--lh-369{line-height:369px}.GREEN_GREY ._secondary-text.--lh-370{line-height:370px}.GREEN_GREY ._secondary-text.--lh-371{line-height:371px}.GREEN_GREY ._secondary-text.--lh-372{line-height:372px}.GREEN_GREY ._secondary-text.--lh-373{line-height:373px}.GREEN_GREY ._secondary-text.--lh-374{line-height:374px}.GREEN_GREY ._secondary-text.--lh-375{line-height:375px}.GREEN_GREY ._secondary-text.--lh-376{line-height:376px}.GREEN_GREY ._secondary-text.--lh-377{line-height:377px}.GREEN_GREY ._secondary-text.--lh-378{line-height:378px}.GREEN_GREY ._secondary-text.--lh-379{line-height:379px}.GREEN_GREY ._secondary-text.--lh-380{line-height:380px}.GREEN_GREY ._secondary-text.--lh-381{line-height:381px}.GREEN_GREY ._secondary-text.--lh-382{line-height:382px}.GREEN_GREY ._secondary-text.--lh-383{line-height:383px}.GREEN_GREY ._secondary-text.--lh-384{line-height:384px}.GREEN_GREY ._secondary-text.--lh-385{line-height:385px}.GREEN_GREY ._secondary-text.--lh-386{line-height:386px}.GREEN_GREY ._secondary-text.--lh-387{line-height:387px}.GREEN_GREY ._secondary-text.--lh-388{line-height:388px}.GREEN_GREY ._secondary-text.--lh-389{line-height:389px}.GREEN_GREY ._secondary-text.--lh-390{line-height:390px}.GREEN_GREY ._secondary-text.--lh-391{line-height:391px}.GREEN_GREY ._secondary-text.--lh-392{line-height:392px}.GREEN_GREY ._secondary-text.--lh-393{line-height:393px}.GREEN_GREY ._secondary-text.--lh-394{line-height:394px}.GREEN_GREY ._secondary-text.--lh-395{line-height:395px}.GREEN_GREY ._secondary-text.--lh-396{line-height:396px}.GREEN_GREY ._secondary-text.--lh-397{line-height:397px}.GREEN_GREY ._secondary-text.--lh-398{line-height:398px}.GREEN_GREY ._secondary-text.--lh-399{line-height:399px}.GREEN_GREY ._secondary-text.--lh-400{line-height:400px}.GREEN_GREY ._secondary-text.--lh-401{line-height:401px}.GREEN_GREY ._secondary-text.--lh-402{line-height:402px}.GREEN_GREY ._secondary-text.--lh-403{line-height:403px}.GREEN_GREY ._secondary-text.--lh-404{line-height:404px}.GREEN_GREY ._secondary-text.--lh-405{line-height:405px}.GREEN_GREY ._secondary-text.--lh-406{line-height:406px}.GREEN_GREY ._secondary-text.--lh-407{line-height:407px}.GREEN_GREY ._secondary-text.--lh-408{line-height:408px}.GREEN_GREY ._secondary-text.--lh-409{line-height:409px}.GREEN_GREY ._secondary-text.--lh-410{line-height:410px}.GREEN_GREY ._secondary-text.--lh-411{line-height:411px}.GREEN_GREY ._secondary-text.--lh-412{line-height:412px}.GREEN_GREY ._secondary-text.--lh-413{line-height:413px}.GREEN_GREY ._secondary-text.--lh-414{line-height:414px}.GREEN_GREY ._secondary-text.--lh-415{line-height:415px}.GREEN_GREY ._secondary-text.--lh-416{line-height:416px}.GREEN_GREY ._secondary-text.--lh-417{line-height:417px}.GREEN_GREY ._secondary-text.--lh-418{line-height:418px}.GREEN_GREY ._secondary-text.--lh-419{line-height:419px}.GREEN_GREY ._secondary-text.--lh-420{line-height:420px}.GREEN_GREY ._secondary-text.--lh-421{line-height:421px}.GREEN_GREY ._secondary-text.--lh-422{line-height:422px}.GREEN_GREY ._secondary-text.--lh-423{line-height:423px}.GREEN_GREY ._secondary-text.--lh-424{line-height:424px}.GREEN_GREY ._secondary-text.--lh-425{line-height:425px}.GREEN_GREY ._secondary-text.--lh-426{line-height:426px}.GREEN_GREY ._secondary-text.--lh-427{line-height:427px}.GREEN_GREY ._secondary-text.--lh-428{line-height:428px}.GREEN_GREY ._secondary-text.--lh-429{line-height:429px}.GREEN_GREY ._secondary-text.--lh-430{line-height:430px}.GREEN_GREY ._secondary-text.--lh-431{line-height:431px}.GREEN_GREY ._secondary-text.--lh-432{line-height:432px}.GREEN_GREY ._secondary-text.--lh-433{line-height:433px}.GREEN_GREY ._secondary-text.--lh-434{line-height:434px}.GREEN_GREY ._secondary-text.--lh-435{line-height:435px}.GREEN_GREY ._secondary-text.--lh-436{line-height:436px}.GREEN_GREY ._secondary-text.--lh-437{line-height:437px}.GREEN_GREY ._secondary-text.--lh-438{line-height:438px}.GREEN_GREY ._secondary-text.--lh-439{line-height:439px}.GREEN_GREY ._secondary-text.--lh-440{line-height:440px}.GREEN_GREY ._secondary-text.--lh-441{line-height:441px}.GREEN_GREY ._secondary-text.--lh-442{line-height:442px}.GREEN_GREY ._secondary-text.--lh-443{line-height:443px}.GREEN_GREY ._secondary-text.--lh-444{line-height:444px}.GREEN_GREY ._secondary-text.--lh-445{line-height:445px}.GREEN_GREY ._secondary-text.--lh-446{line-height:446px}.GREEN_GREY ._secondary-text.--lh-447{line-height:447px}.GREEN_GREY ._secondary-text.--lh-448{line-height:448px}.GREEN_GREY ._secondary-text.--lh-449{line-height:449px}.GREEN_GREY ._secondary-text.--lh-450{line-height:450px}.GREEN_GREY ._secondary-text.--lh-451{line-height:451px}.GREEN_GREY ._secondary-text.--lh-452{line-height:452px}.GREEN_GREY ._secondary-text.--lh-453{line-height:453px}.GREEN_GREY ._secondary-text.--lh-454{line-height:454px}.GREEN_GREY ._secondary-text.--lh-455{line-height:455px}.GREEN_GREY ._secondary-text.--lh-456{line-height:456px}.GREEN_GREY ._secondary-text.--lh-457{line-height:457px}.GREEN_GREY ._secondary-text.--lh-458{line-height:458px}.GREEN_GREY ._secondary-text.--lh-459{line-height:459px}.GREEN_GREY ._secondary-text.--lh-460{line-height:460px}.GREEN_GREY ._secondary-text.--lh-461{line-height:461px}.GREEN_GREY ._secondary-text.--lh-462{line-height:462px}.GREEN_GREY ._secondary-text.--lh-463{line-height:463px}.GREEN_GREY ._secondary-text.--lh-464{line-height:464px}.GREEN_GREY ._secondary-text.--lh-465{line-height:465px}.GREEN_GREY ._secondary-text.--lh-466{line-height:466px}.GREEN_GREY ._secondary-text.--lh-467{line-height:467px}.GREEN_GREY ._secondary-text.--lh-468{line-height:468px}.GREEN_GREY ._secondary-text.--lh-469{line-height:469px}.GREEN_GREY ._secondary-text.--lh-470{line-height:470px}.GREEN_GREY ._secondary-text.--lh-471{line-height:471px}.GREEN_GREY ._secondary-text.--lh-472{line-height:472px}.GREEN_GREY ._secondary-text.--lh-473{line-height:473px}.GREEN_GREY ._secondary-text.--lh-474{line-height:474px}.GREEN_GREY ._secondary-text.--lh-475{line-height:475px}.GREEN_GREY ._secondary-text.--lh-476{line-height:476px}.GREEN_GREY ._secondary-text.--lh-477{line-height:477px}.GREEN_GREY ._secondary-text.--lh-478{line-height:478px}.GREEN_GREY ._secondary-text.--lh-479{line-height:479px}.GREEN_GREY ._secondary-text.--lh-480{line-height:480px}.GREEN_GREY ._secondary-text.--lh-481{line-height:481px}.GREEN_GREY ._secondary-text.--lh-482{line-height:482px}.GREEN_GREY ._secondary-text.--lh-483{line-height:483px}.GREEN_GREY ._secondary-text.--lh-484{line-height:484px}.GREEN_GREY ._secondary-text.--lh-485{line-height:485px}.GREEN_GREY ._secondary-text.--lh-486{line-height:486px}.GREEN_GREY ._secondary-text.--lh-487{line-height:487px}.GREEN_GREY ._secondary-text.--lh-488{line-height:488px}.GREEN_GREY ._secondary-text.--lh-489{line-height:489px}.GREEN_GREY ._secondary-text.--lh-490{line-height:490px}.GREEN_GREY ._secondary-text.--lh-491{line-height:491px}.GREEN_GREY ._secondary-text.--lh-492{line-height:492px}.GREEN_GREY ._secondary-text.--lh-493{line-height:493px}.GREEN_GREY ._secondary-text.--lh-494{line-height:494px}.GREEN_GREY ._secondary-text.--lh-495{line-height:495px}.GREEN_GREY ._secondary-text.--lh-496{line-height:496px}.GREEN_GREY ._secondary-text.--lh-497{line-height:497px}.GREEN_GREY ._secondary-text.--lh-498{line-height:498px}.GREEN_GREY ._secondary-text.--lh-499{line-height:499px}.GREEN_GREY ._secondary-text.--lh-500{line-height:500px}.GREEN_GREY ._secondary-text.--lh-501{line-height:501px}.GREEN_GREY ._secondary-text.--lh-502{line-height:502px}.GREEN_GREY ._secondary-text.--lh-503{line-height:503px}.GREEN_GREY ._secondary-text.--lh-504{line-height:504px}.GREEN_GREY ._secondary-text.--lh-505{line-height:505px}.GREEN_GREY ._secondary-text.--lh-506{line-height:506px}.GREEN_GREY ._secondary-text.--lh-507{line-height:507px}.GREEN_GREY ._secondary-text.--lh-508{line-height:508px}.GREEN_GREY ._secondary-text.--lh-509{line-height:509px}.GREEN_GREY ._secondary-text.--lh-510{line-height:510px}.GREEN_GREY ._secondary-text.--lh-511{line-height:511px}.GREEN_GREY ._secondary-text.--lh-512{line-height:512px}.GREEN_GREY ._secondary-text.--lh-513{line-height:513px}.GREEN_GREY ._secondary-text.--lh-514{line-height:514px}.GREEN_GREY ._secondary-text.--lh-515{line-height:515px}.GREEN_GREY ._secondary-text.--lh-516{line-height:516px}.GREEN_GREY ._secondary-text.--lh-517{line-height:517px}.GREEN_GREY ._secondary-text.--lh-518{line-height:518px}.GREEN_GREY ._secondary-text.--lh-519{line-height:519px}.GREEN_GREY ._secondary-text.--lh-520{line-height:520px}.GREEN_GREY ._secondary-text.--lh-521{line-height:521px}.GREEN_GREY ._secondary-text.--lh-522{line-height:522px}.GREEN_GREY ._secondary-text.--lh-523{line-height:523px}.GREEN_GREY ._secondary-text.--lh-524{line-height:524px}.GREEN_GREY ._secondary-text.--lh-525{line-height:525px}.GREEN_GREY ._secondary-text.--lh-526{line-height:526px}.GREEN_GREY ._secondary-text.--lh-527{line-height:527px}.GREEN_GREY ._secondary-text.--lh-528{line-height:528px}.GREEN_GREY ._secondary-text.--lh-529{line-height:529px}.GREEN_GREY ._secondary-text.--lh-530{line-height:530px}.GREEN_GREY ._secondary-text.--lh-531{line-height:531px}.GREEN_GREY ._secondary-text.--lh-532{line-height:532px}.GREEN_GREY ._secondary-text.--lh-533{line-height:533px}.GREEN_GREY ._secondary-text.--lh-534{line-height:534px}.GREEN_GREY ._secondary-text.--lh-535{line-height:535px}.GREEN_GREY ._secondary-text.--lh-536{line-height:536px}.GREEN_GREY ._secondary-text.--lh-537{line-height:537px}.GREEN_GREY ._secondary-text.--lh-538{line-height:538px}.GREEN_GREY ._secondary-text.--lh-539{line-height:539px}.GREEN_GREY ._secondary-text.--lh-540{line-height:540px}.GREEN_GREY ._secondary-text.--lh-541{line-height:541px}.GREEN_GREY ._secondary-text.--lh-542{line-height:542px}.GREEN_GREY ._secondary-text.--lh-543{line-height:543px}.GREEN_GREY ._secondary-text.--lh-544{line-height:544px}.GREEN_GREY ._secondary-text.--lh-545{line-height:545px}.GREEN_GREY ._secondary-text.--lh-546{line-height:546px}.GREEN_GREY ._secondary-text.--lh-547{line-height:547px}.GREEN_GREY ._secondary-text.--lh-548{line-height:548px}.GREEN_GREY ._secondary-text.--lh-549{line-height:549px}.GREEN_GREY ._secondary-text.--lh-550{line-height:550px}.GREEN_GREY ._secondary-text.--lh-551{line-height:551px}.GREEN_GREY ._secondary-text.--lh-552{line-height:552px}.GREEN_GREY ._secondary-text.--lh-553{line-height:553px}.GREEN_GREY ._secondary-text.--lh-554{line-height:554px}.GREEN_GREY ._secondary-text.--lh-555{line-height:555px}.GREEN_GREY ._secondary-text.--lh-556{line-height:556px}.GREEN_GREY ._secondary-text.--lh-557{line-height:557px}.GREEN_GREY ._secondary-text.--lh-558{line-height:558px}.GREEN_GREY ._secondary-text.--lh-559{line-height:559px}.GREEN_GREY ._secondary-text.--lh-560{line-height:560px}.GREEN_GREY ._secondary-text.--lh-561{line-height:561px}.GREEN_GREY ._secondary-text.--lh-562{line-height:562px}.GREEN_GREY ._secondary-text.--lh-563{line-height:563px}.GREEN_GREY ._secondary-text.--lh-564{line-height:564px}.GREEN_GREY ._secondary-text.--lh-565{line-height:565px}.GREEN_GREY ._secondary-text.--lh-566{line-height:566px}.GREEN_GREY ._secondary-text.--lh-567{line-height:567px}.GREEN_GREY ._secondary-text.--lh-568{line-height:568px}.GREEN_GREY ._secondary-text.--lh-569{line-height:569px}.GREEN_GREY ._secondary-text.--lh-570{line-height:570px}.GREEN_GREY ._secondary-text.--lh-571{line-height:571px}.GREEN_GREY ._secondary-text.--lh-572{line-height:572px}.GREEN_GREY ._secondary-text.--lh-573{line-height:573px}.GREEN_GREY ._secondary-text.--lh-574{line-height:574px}.GREEN_GREY ._secondary-text.--lh-575{line-height:575px}.GREEN_GREY ._secondary-text.--lh-576{line-height:576px}.GREEN_GREY ._secondary-text.--lh-577{line-height:577px}.GREEN_GREY ._secondary-text.--lh-578{line-height:578px}.GREEN_GREY ._secondary-text.--lh-579{line-height:579px}.GREEN_GREY ._secondary-text.--lh-580{line-height:580px}.GREEN_GREY ._secondary-text.--lh-581{line-height:581px}.GREEN_GREY ._secondary-text.--lh-582{line-height:582px}.GREEN_GREY ._secondary-text.--lh-583{line-height:583px}.GREEN_GREY ._secondary-text.--lh-584{line-height:584px}.GREEN_GREY ._secondary-text.--lh-585{line-height:585px}.GREEN_GREY ._secondary-text.--lh-586{line-height:586px}.GREEN_GREY ._secondary-text.--lh-587{line-height:587px}.GREEN_GREY ._secondary-text.--lh-588{line-height:588px}.GREEN_GREY ._secondary-text.--lh-589{line-height:589px}.GREEN_GREY ._secondary-text.--lh-590{line-height:590px}.GREEN_GREY ._secondary-text.--lh-591{line-height:591px}.GREEN_GREY ._secondary-text.--lh-592{line-height:592px}.GREEN_GREY ._secondary-text.--lh-593{line-height:593px}.GREEN_GREY ._secondary-text.--lh-594{line-height:594px}.GREEN_GREY ._secondary-text.--lh-595{line-height:595px}.GREEN_GREY ._secondary-text.--lh-596{line-height:596px}.GREEN_GREY ._secondary-text.--lh-597{line-height:597px}.GREEN_GREY ._secondary-text.--lh-598{line-height:598px}.GREEN_GREY ._secondary-text.--lh-599{line-height:599px}.GREEN_GREY ._secondary-text.--lh-600{line-height:600px}.GREEN_GREY ._secondary-text.--lh-601{line-height:601px}.GREEN_GREY ._secondary-text.--lh-602{line-height:602px}.GREEN_GREY ._secondary-text.--lh-603{line-height:603px}.GREEN_GREY ._secondary-text.--lh-604{line-height:604px}.GREEN_GREY ._secondary-text.--lh-605{line-height:605px}.GREEN_GREY ._secondary-text.--lh-606{line-height:606px}.GREEN_GREY ._secondary-text.--lh-607{line-height:607px}.GREEN_GREY ._secondary-text.--lh-608{line-height:608px}.GREEN_GREY ._secondary-text.--lh-609{line-height:609px}.GREEN_GREY ._secondary-text.--lh-610{line-height:610px}.GREEN_GREY ._secondary-text.--lh-611{line-height:611px}.GREEN_GREY ._secondary-text.--lh-612{line-height:612px}.GREEN_GREY ._secondary-text.--lh-613{line-height:613px}.GREEN_GREY ._secondary-text.--lh-614{line-height:614px}.GREEN_GREY ._secondary-text.--lh-615{line-height:615px}.GREEN_GREY ._secondary-text.--lh-616{line-height:616px}.GREEN_GREY ._secondary-text.--lh-617{line-height:617px}.GREEN_GREY ._secondary-text.--lh-618{line-height:618px}.GREEN_GREY ._secondary-text.--lh-619{line-height:619px}.GREEN_GREY ._secondary-text.--lh-620{line-height:620px}.GREEN_GREY ._secondary-text.--lh-621{line-height:621px}.GREEN_GREY ._secondary-text.--lh-622{line-height:622px}.GREEN_GREY ._secondary-text.--lh-623{line-height:623px}.GREEN_GREY ._secondary-text.--lh-624{line-height:624px}.GREEN_GREY ._secondary-text.--lh-625{line-height:625px}.GREEN_GREY ._secondary-text.--lh-626{line-height:626px}.GREEN_GREY ._secondary-text.--lh-627{line-height:627px}.GREEN_GREY ._secondary-text.--lh-628{line-height:628px}.GREEN_GREY ._secondary-text.--lh-629{line-height:629px}.GREEN_GREY ._secondary-text.--lh-630{line-height:630px}.GREEN_GREY ._secondary-text.--lh-631{line-height:631px}.GREEN_GREY ._secondary-text.--lh-632{line-height:632px}.GREEN_GREY ._secondary-text.--lh-633{line-height:633px}.GREEN_GREY ._secondary-text.--lh-634{line-height:634px}.GREEN_GREY ._secondary-text.--lh-635{line-height:635px}.GREEN_GREY ._secondary-text.--lh-636{line-height:636px}.GREEN_GREY ._secondary-text.--lh-637{line-height:637px}.GREEN_GREY ._secondary-text.--lh-638{line-height:638px}.GREEN_GREY ._secondary-text.--lh-639{line-height:639px}.GREEN_GREY ._secondary-text.--lh-640{line-height:640px}.GREEN_GREY ._secondary-text.--lh-641{line-height:641px}.GREEN_GREY ._secondary-text.--lh-642{line-height:642px}.GREEN_GREY ._secondary-text.--lh-643{line-height:643px}.GREEN_GREY ._secondary-text.--lh-644{line-height:644px}.GREEN_GREY ._secondary-text.--lh-645{line-height:645px}.GREEN_GREY ._secondary-text.--lh-646{line-height:646px}.GREEN_GREY ._secondary-text.--lh-647{line-height:647px}.GREEN_GREY ._secondary-text.--lh-648{line-height:648px}.GREEN_GREY ._secondary-text.--lh-649{line-height:649px}.GREEN_GREY ._secondary-text.--lh-650{line-height:650px}.GREEN_GREY ._secondary-text.--lh-651{line-height:651px}.GREEN_GREY ._secondary-text.--lh-652{line-height:652px}.GREEN_GREY ._secondary-text.--lh-653{line-height:653px}.GREEN_GREY ._secondary-text.--lh-654{line-height:654px}.GREEN_GREY ._secondary-text.--lh-655{line-height:655px}.GREEN_GREY ._secondary-text.--lh-656{line-height:656px}.GREEN_GREY ._secondary-text.--lh-657{line-height:657px}.GREEN_GREY ._secondary-text.--lh-658{line-height:658px}.GREEN_GREY ._secondary-text.--lh-659{line-height:659px}.GREEN_GREY ._secondary-text.--lh-660{line-height:660px}.GREEN_GREY ._secondary-text.--lh-661{line-height:661px}.GREEN_GREY ._secondary-text.--lh-662{line-height:662px}.GREEN_GREY ._secondary-text.--lh-663{line-height:663px}.GREEN_GREY ._secondary-text.--lh-664{line-height:664px}.GREEN_GREY ._secondary-text.--lh-665{line-height:665px}.GREEN_GREY ._secondary-text.--lh-666{line-height:666px}.GREEN_GREY ._secondary-text.--lh-667{line-height:667px}.GREEN_GREY ._secondary-text.--lh-668{line-height:668px}.GREEN_GREY ._secondary-text.--lh-669{line-height:669px}.GREEN_GREY ._secondary-text.--lh-670{line-height:670px}.GREEN_GREY ._secondary-text.--lh-671{line-height:671px}.GREEN_GREY ._secondary-text.--lh-672{line-height:672px}.GREEN_GREY ._secondary-text.--lh-673{line-height:673px}.GREEN_GREY ._secondary-text.--lh-674{line-height:674px}.GREEN_GREY ._secondary-text.--lh-675{line-height:675px}.GREEN_GREY ._secondary-text.--lh-676{line-height:676px}.GREEN_GREY ._secondary-text.--lh-677{line-height:677px}.GREEN_GREY ._secondary-text.--lh-678{line-height:678px}.GREEN_GREY ._secondary-text.--lh-679{line-height:679px}.GREEN_GREY ._secondary-text.--lh-680{line-height:680px}.GREEN_GREY ._secondary-text.--lh-681{line-height:681px}.GREEN_GREY ._secondary-text.--lh-682{line-height:682px}.GREEN_GREY ._secondary-text.--lh-683{line-height:683px}.GREEN_GREY ._secondary-text.--lh-684{line-height:684px}.GREEN_GREY ._secondary-text.--lh-685{line-height:685px}.GREEN_GREY ._secondary-text.--lh-686{line-height:686px}.GREEN_GREY ._secondary-text.--lh-687{line-height:687px}.GREEN_GREY ._secondary-text.--lh-688{line-height:688px}.GREEN_GREY ._secondary-text.--lh-689{line-height:689px}.GREEN_GREY ._secondary-text.--lh-690{line-height:690px}.GREEN_GREY ._secondary-text.--lh-691{line-height:691px}.GREEN_GREY ._secondary-text.--lh-692{line-height:692px}.GREEN_GREY ._secondary-text.--lh-693{line-height:693px}.GREEN_GREY ._secondary-text.--lh-694{line-height:694px}.GREEN_GREY ._secondary-text.--lh-695{line-height:695px}.GREEN_GREY ._secondary-text.--lh-696{line-height:696px}.GREEN_GREY ._secondary-text.--lh-697{line-height:697px}.GREEN_GREY ._secondary-text.--lh-698{line-height:698px}.GREEN_GREY ._secondary-text.--lh-699{line-height:699px}.GREEN_GREY ._secondary-text.--lh-700{line-height:700px}.GREEN_GREY ._secondary-text.--lh-701{line-height:701px}.GREEN_GREY ._secondary-text.--lh-702{line-height:702px}.GREEN_GREY ._secondary-text.--lh-703{line-height:703px}.GREEN_GREY ._secondary-text.--lh-704{line-height:704px}.GREEN_GREY ._secondary-text.--lh-705{line-height:705px}.GREEN_GREY ._secondary-text.--lh-706{line-height:706px}.GREEN_GREY ._secondary-text.--lh-707{line-height:707px}.GREEN_GREY ._secondary-text.--lh-708{line-height:708px}.GREEN_GREY ._secondary-text.--lh-709{line-height:709px}.GREEN_GREY ._secondary-text.--lh-710{line-height:710px}.GREEN_GREY ._secondary-text.--lh-711{line-height:711px}.GREEN_GREY ._secondary-text.--lh-712{line-height:712px}.GREEN_GREY ._secondary-text.--lh-713{line-height:713px}.GREEN_GREY ._secondary-text.--lh-714{line-height:714px}.GREEN_GREY ._secondary-text.--lh-715{line-height:715px}.GREEN_GREY ._secondary-text.--lh-716{line-height:716px}.GREEN_GREY ._secondary-text.--lh-717{line-height:717px}.GREEN_GREY ._secondary-text.--lh-718{line-height:718px}.GREEN_GREY ._secondary-text.--lh-719{line-height:719px}.GREEN_GREY ._secondary-text.--lh-720{line-height:720px}.GREEN_GREY ._secondary-text.--lh-721{line-height:721px}.GREEN_GREY ._secondary-text.--lh-722{line-height:722px}.GREEN_GREY ._secondary-text.--lh-723{line-height:723px}.GREEN_GREY ._secondary-text.--lh-724{line-height:724px}.GREEN_GREY ._secondary-text.--lh-725{line-height:725px}.GREEN_GREY ._secondary-text.--lh-726{line-height:726px}.GREEN_GREY ._secondary-text.--lh-727{line-height:727px}.GREEN_GREY ._secondary-text.--lh-728{line-height:728px}.GREEN_GREY ._secondary-text.--lh-729{line-height:729px}.GREEN_GREY ._secondary-text.--lh-730{line-height:730px}.GREEN_GREY ._secondary-text.--lh-731{line-height:731px}.GREEN_GREY ._secondary-text.--lh-732{line-height:732px}.GREEN_GREY ._secondary-text.--lh-733{line-height:733px}.GREEN_GREY ._secondary-text.--lh-734{line-height:734px}.GREEN_GREY ._secondary-text.--lh-735{line-height:735px}.GREEN_GREY ._secondary-text.--lh-736{line-height:736px}.GREEN_GREY ._secondary-text.--lh-737{line-height:737px}.GREEN_GREY ._secondary-text.--lh-738{line-height:738px}.GREEN_GREY ._secondary-text.--lh-739{line-height:739px}.GREEN_GREY ._secondary-text.--lh-740{line-height:740px}.GREEN_GREY ._secondary-text.--lh-741{line-height:741px}.GREEN_GREY ._secondary-text.--lh-742{line-height:742px}.GREEN_GREY ._secondary-text.--lh-743{line-height:743px}.GREEN_GREY ._secondary-text.--lh-744{line-height:744px}.GREEN_GREY ._secondary-text.--lh-745{line-height:745px}.GREEN_GREY ._secondary-text.--lh-746{line-height:746px}.GREEN_GREY ._secondary-text.--lh-747{line-height:747px}.GREEN_GREY ._secondary-text.--lh-748{line-height:748px}.GREEN_GREY ._secondary-text.--lh-749{line-height:749px}.GREEN_GREY ._secondary-text.--lh-750{line-height:750px}.GREEN_GREY ._secondary-text.--lh-751{line-height:751px}.GREEN_GREY ._secondary-text.--lh-752{line-height:752px}.GREEN_GREY ._secondary-text.--lh-753{line-height:753px}.GREEN_GREY ._secondary-text.--lh-754{line-height:754px}.GREEN_GREY ._secondary-text.--lh-755{line-height:755px}.GREEN_GREY ._secondary-text.--lh-756{line-height:756px}.GREEN_GREY ._secondary-text.--lh-757{line-height:757px}.GREEN_GREY ._secondary-text.--lh-758{line-height:758px}.GREEN_GREY ._secondary-text.--lh-759{line-height:759px}.GREEN_GREY ._secondary-text.--lh-760{line-height:760px}.GREEN_GREY ._secondary-text.--lh-761{line-height:761px}.GREEN_GREY ._secondary-text.--lh-762{line-height:762px}.GREEN_GREY ._secondary-text.--lh-763{line-height:763px}.GREEN_GREY ._secondary-text.--lh-764{line-height:764px}.GREEN_GREY ._secondary-text.--lh-765{line-height:765px}.GREEN_GREY ._secondary-text.--lh-766{line-height:766px}.GREEN_GREY ._secondary-text.--lh-767{line-height:767px}.GREEN_GREY ._secondary-text.--lh-768{line-height:768px}.GREEN_GREY ._secondary-text.--lh-769{line-height:769px}.GREEN_GREY ._secondary-text.--lh-770{line-height:770px}.GREEN_GREY ._secondary-text.--lh-771{line-height:771px}.GREEN_GREY ._secondary-text.--lh-772{line-height:772px}.GREEN_GREY ._secondary-text.--lh-773{line-height:773px}.GREEN_GREY ._secondary-text.--lh-774{line-height:774px}.GREEN_GREY ._secondary-text.--lh-775{line-height:775px}.GREEN_GREY ._secondary-text.--lh-776{line-height:776px}.GREEN_GREY ._secondary-text.--lh-777{line-height:777px}.GREEN_GREY ._secondary-text.--lh-778{line-height:778px}.GREEN_GREY ._secondary-text.--lh-779{line-height:779px}.GREEN_GREY ._secondary-text.--lh-780{line-height:780px}.GREEN_GREY ._secondary-text.--lh-781{line-height:781px}.GREEN_GREY ._secondary-text.--lh-782{line-height:782px}.GREEN_GREY ._secondary-text.--lh-783{line-height:783px}.GREEN_GREY ._secondary-text.--lh-784{line-height:784px}.GREEN_GREY ._secondary-text.--lh-785{line-height:785px}.GREEN_GREY ._secondary-text.--lh-786{line-height:786px}.GREEN_GREY ._secondary-text.--lh-787{line-height:787px}.GREEN_GREY ._secondary-text.--lh-788{line-height:788px}.GREEN_GREY ._secondary-text.--lh-789{line-height:789px}.GREEN_GREY ._secondary-text.--lh-790{line-height:790px}.GREEN_GREY ._secondary-text.--lh-791{line-height:791px}.GREEN_GREY ._secondary-text.--lh-792{line-height:792px}.GREEN_GREY ._secondary-text.--lh-793{line-height:793px}.GREEN_GREY ._secondary-text.--lh-794{line-height:794px}.GREEN_GREY ._secondary-text.--lh-795{line-height:795px}.GREEN_GREY ._secondary-text.--lh-796{line-height:796px}.GREEN_GREY ._secondary-text.--lh-797{line-height:797px}.GREEN_GREY ._secondary-text.--lh-798{line-height:798px}.GREEN_GREY ._secondary-text.--lh-799{line-height:799px}.GREEN_GREY ._secondary-text.--lh-800{line-height:800px}.GREEN_GREY ._tertiary-text{color:var(--gold);font-family:Poppins}.GREEN_GREY ._tertiary-text.--size-5{font-size:5px}.GREEN_GREY ._tertiary-text.--size-6{font-size:6px}.GREEN_GREY ._tertiary-text.--size-7{font-size:7px}.GREEN_GREY ._tertiary-text.--size-8{font-size:8px}.GREEN_GREY ._tertiary-text.--size-9{font-size:9px}.GREEN_GREY ._tertiary-text.--size-10{font-size:10px}.GREEN_GREY ._tertiary-text.--size-11{font-size:11px}.GREEN_GREY ._tertiary-text.--size-12{font-size:12px}.GREEN_GREY ._tertiary-text.--size-13{font-size:13px}.GREEN_GREY ._tertiary-text.--size-14{font-size:14px}.GREEN_GREY ._tertiary-text.--size-15{font-size:15px}.GREEN_GREY ._tertiary-text.--size-16{font-size:16px}.GREEN_GREY ._tertiary-text.--size-17{font-size:17px}.GREEN_GREY ._tertiary-text.--size-18{font-size:18px}.GREEN_GREY ._tertiary-text.--size-19{font-size:19px}.GREEN_GREY ._tertiary-text.--size-20{font-size:20px}.GREEN_GREY ._tertiary-text.--size-21{font-size:21px}.GREEN_GREY ._tertiary-text.--size-22{font-size:22px}.GREEN_GREY ._tertiary-text.--size-23{font-size:23px}.GREEN_GREY ._tertiary-text.--size-24{font-size:24px}.GREEN_GREY ._tertiary-text.--size-25{font-size:25px}.GREEN_GREY ._tertiary-text.--size-26{font-size:26px}.GREEN_GREY ._tertiary-text.--size-27{font-size:27px}.GREEN_GREY ._tertiary-text.--size-28{font-size:28px}.GREEN_GREY ._tertiary-text.--size-29{font-size:29px}.GREEN_GREY ._tertiary-text.--size-30{font-size:30px}.GREEN_GREY ._tertiary-text.--size-31{font-size:31px}.GREEN_GREY ._tertiary-text.--size-32{font-size:32px}.GREEN_GREY ._tertiary-text.--size-33{font-size:33px}.GREEN_GREY ._tertiary-text.--size-34{font-size:34px}.GREEN_GREY ._tertiary-text.--size-35{font-size:35px}.GREEN_GREY ._tertiary-text.--size-36{font-size:36px}.GREEN_GREY ._tertiary-text.--size-37{font-size:37px}.GREEN_GREY ._tertiary-text.--size-38{font-size:38px}.GREEN_GREY ._tertiary-text.--size-39{font-size:39px}.GREEN_GREY ._tertiary-text.--size-40{font-size:40px}.GREEN_GREY ._tertiary-text.--size-41{font-size:41px}.GREEN_GREY ._tertiary-text.--size-42{font-size:42px}.GREEN_GREY ._tertiary-text.--size-43{font-size:43px}.GREEN_GREY ._tertiary-text.--size-44{font-size:44px}.GREEN_GREY ._tertiary-text.--size-45{font-size:45px}.GREEN_GREY ._tertiary-text.--size-46{font-size:46px}.GREEN_GREY ._tertiary-text.--size-47{font-size:47px}.GREEN_GREY ._tertiary-text.--size-48{font-size:48px}.GREEN_GREY ._tertiary-text.--size-49{font-size:49px}.GREEN_GREY ._tertiary-text.--size-50{font-size:50px}.GREEN_GREY ._tertiary-text.--size-51{font-size:51px}.GREEN_GREY ._tertiary-text.--size-52{font-size:52px}.GREEN_GREY ._tertiary-text.--size-53{font-size:53px}.GREEN_GREY ._tertiary-text.--size-54{font-size:54px}.GREEN_GREY ._tertiary-text.--size-55{font-size:55px}.GREEN_GREY ._tertiary-text.--size-56{font-size:56px}.GREEN_GREY ._tertiary-text.--size-57{font-size:57px}.GREEN_GREY ._tertiary-text.--size-58{font-size:58px}.GREEN_GREY ._tertiary-text.--size-59{font-size:59px}.GREEN_GREY ._tertiary-text.--size-60{font-size:60px}.GREEN_GREY ._tertiary-text.--size-61{font-size:61px}.GREEN_GREY ._tertiary-text.--size-62{font-size:62px}.GREEN_GREY ._tertiary-text.--size-63{font-size:63px}.GREEN_GREY ._tertiary-text.--size-64{font-size:64px}.GREEN_GREY ._tertiary-text.--size-65{font-size:65px}.GREEN_GREY ._tertiary-text.--size-66{font-size:66px}.GREEN_GREY ._tertiary-text.--size-67{font-size:67px}.GREEN_GREY ._tertiary-text.--size-68{font-size:68px}.GREEN_GREY ._tertiary-text.--size-69{font-size:69px}.GREEN_GREY ._tertiary-text.--size-70{font-size:70px}.GREEN_GREY ._tertiary-text.--size-71{font-size:71px}.GREEN_GREY ._tertiary-text.--size-72{font-size:72px}.GREEN_GREY ._tertiary-text.--size-73{font-size:73px}.GREEN_GREY ._tertiary-text.--size-74{font-size:74px}.GREEN_GREY ._tertiary-text.--size-75{font-size:75px}.GREEN_GREY ._tertiary-text.--size-76{font-size:76px}.GREEN_GREY ._tertiary-text.--size-77{font-size:77px}.GREEN_GREY ._tertiary-text.--size-78{font-size:78px}.GREEN_GREY ._tertiary-text.--size-79{font-size:79px}.GREEN_GREY ._tertiary-text.--size-80{font-size:80px}.GREEN_GREY ._tertiary-text.--size-81{font-size:81px}.GREEN_GREY ._tertiary-text.--size-82{font-size:82px}.GREEN_GREY ._tertiary-text.--size-83{font-size:83px}.GREEN_GREY ._tertiary-text.--size-84{font-size:84px}.GREEN_GREY ._tertiary-text.--size-85{font-size:85px}.GREEN_GREY ._tertiary-text.--size-86{font-size:86px}.GREEN_GREY ._tertiary-text.--size-87{font-size:87px}.GREEN_GREY ._tertiary-text.--size-88{font-size:88px}.GREEN_GREY ._tertiary-text.--size-89{font-size:89px}.GREEN_GREY ._tertiary-text.--size-90{font-size:90px}.GREEN_GREY ._tertiary-text.--size-91{font-size:91px}.GREEN_GREY ._tertiary-text.--size-92{font-size:92px}.GREEN_GREY ._tertiary-text.--size-93{font-size:93px}.GREEN_GREY ._tertiary-text.--size-94{font-size:94px}.GREEN_GREY ._tertiary-text.--size-95{font-size:95px}.GREEN_GREY ._tertiary-text.--size-96{font-size:96px}.GREEN_GREY ._tertiary-text.--size-97{font-size:97px}.GREEN_GREY ._tertiary-text.--size-98{font-size:98px}.GREEN_GREY ._tertiary-text.--size-99{font-size:99px}.GREEN_GREY ._tertiary-text.--size-100{font-size:100px}.GREEN_GREY ._tertiary-text.--weight-100{font-weight:100}.GREEN_GREY ._tertiary-text.--weight-101{font-weight:101}.GREEN_GREY ._tertiary-text.--weight-102{font-weight:102}.GREEN_GREY ._tertiary-text.--weight-103{font-weight:103}.GREEN_GREY ._tertiary-text.--weight-104{font-weight:104}.GREEN_GREY ._tertiary-text.--weight-105{font-weight:105}.GREEN_GREY ._tertiary-text.--weight-106{font-weight:106}.GREEN_GREY ._tertiary-text.--weight-107{font-weight:107}.GREEN_GREY ._tertiary-text.--weight-108{font-weight:108}.GREEN_GREY ._tertiary-text.--weight-109{font-weight:109}.GREEN_GREY ._tertiary-text.--weight-110{font-weight:110}.GREEN_GREY ._tertiary-text.--weight-111{font-weight:111}.GREEN_GREY ._tertiary-text.--weight-112{font-weight:112}.GREEN_GREY ._tertiary-text.--weight-113{font-weight:113}.GREEN_GREY ._tertiary-text.--weight-114{font-weight:114}.GREEN_GREY ._tertiary-text.--weight-115{font-weight:115}.GREEN_GREY ._tertiary-text.--weight-116{font-weight:116}.GREEN_GREY ._tertiary-text.--weight-117{font-weight:117}.GREEN_GREY ._tertiary-text.--weight-118{font-weight:118}.GREEN_GREY ._tertiary-text.--weight-119{font-weight:119}.GREEN_GREY ._tertiary-text.--weight-120{font-weight:120}.GREEN_GREY ._tertiary-text.--weight-121{font-weight:121}.GREEN_GREY ._tertiary-text.--weight-122{font-weight:122}.GREEN_GREY ._tertiary-text.--weight-123{font-weight:123}.GREEN_GREY ._tertiary-text.--weight-124{font-weight:124}.GREEN_GREY ._tertiary-text.--weight-125{font-weight:125}.GREEN_GREY ._tertiary-text.--weight-126{font-weight:126}.GREEN_GREY ._tertiary-text.--weight-127{font-weight:127}.GREEN_GREY ._tertiary-text.--weight-128{font-weight:128}.GREEN_GREY ._tertiary-text.--weight-129{font-weight:129}.GREEN_GREY ._tertiary-text.--weight-130{font-weight:130}.GREEN_GREY ._tertiary-text.--weight-131{font-weight:131}.GREEN_GREY ._tertiary-text.--weight-132{font-weight:132}.GREEN_GREY ._tertiary-text.--weight-133{font-weight:133}.GREEN_GREY ._tertiary-text.--weight-134{font-weight:134}.GREEN_GREY ._tertiary-text.--weight-135{font-weight:135}.GREEN_GREY ._tertiary-text.--weight-136{font-weight:136}.GREEN_GREY ._tertiary-text.--weight-137{font-weight:137}.GREEN_GREY ._tertiary-text.--weight-138{font-weight:138}.GREEN_GREY ._tertiary-text.--weight-139{font-weight:139}.GREEN_GREY ._tertiary-text.--weight-140{font-weight:140}.GREEN_GREY ._tertiary-text.--weight-141{font-weight:141}.GREEN_GREY ._tertiary-text.--weight-142{font-weight:142}.GREEN_GREY ._tertiary-text.--weight-143{font-weight:143}.GREEN_GREY ._tertiary-text.--weight-144{font-weight:144}.GREEN_GREY ._tertiary-text.--weight-145{font-weight:145}.GREEN_GREY ._tertiary-text.--weight-146{font-weight:146}.GREEN_GREY ._tertiary-text.--weight-147{font-weight:147}.GREEN_GREY ._tertiary-text.--weight-148{font-weight:148}.GREEN_GREY ._tertiary-text.--weight-149{font-weight:149}.GREEN_GREY ._tertiary-text.--weight-150{font-weight:150}.GREEN_GREY ._tertiary-text.--weight-151{font-weight:151}.GREEN_GREY ._tertiary-text.--weight-152{font-weight:152}.GREEN_GREY ._tertiary-text.--weight-153{font-weight:153}.GREEN_GREY ._tertiary-text.--weight-154{font-weight:154}.GREEN_GREY ._tertiary-text.--weight-155{font-weight:155}.GREEN_GREY ._tertiary-text.--weight-156{font-weight:156}.GREEN_GREY ._tertiary-text.--weight-157{font-weight:157}.GREEN_GREY ._tertiary-text.--weight-158{font-weight:158}.GREEN_GREY ._tertiary-text.--weight-159{font-weight:159}.GREEN_GREY ._tertiary-text.--weight-160{font-weight:160}.GREEN_GREY ._tertiary-text.--weight-161{font-weight:161}.GREEN_GREY ._tertiary-text.--weight-162{font-weight:162}.GREEN_GREY ._tertiary-text.--weight-163{font-weight:163}.GREEN_GREY ._tertiary-text.--weight-164{font-weight:164}.GREEN_GREY ._tertiary-text.--weight-165{font-weight:165}.GREEN_GREY ._tertiary-text.--weight-166{font-weight:166}.GREEN_GREY ._tertiary-text.--weight-167{font-weight:167}.GREEN_GREY ._tertiary-text.--weight-168{font-weight:168}.GREEN_GREY ._tertiary-text.--weight-169{font-weight:169}.GREEN_GREY ._tertiary-text.--weight-170{font-weight:170}.GREEN_GREY ._tertiary-text.--weight-171{font-weight:171}.GREEN_GREY ._tertiary-text.--weight-172{font-weight:172}.GREEN_GREY ._tertiary-text.--weight-173{font-weight:173}.GREEN_GREY ._tertiary-text.--weight-174{font-weight:174}.GREEN_GREY ._tertiary-text.--weight-175{font-weight:175}.GREEN_GREY ._tertiary-text.--weight-176{font-weight:176}.GREEN_GREY ._tertiary-text.--weight-177{font-weight:177}.GREEN_GREY ._tertiary-text.--weight-178{font-weight:178}.GREEN_GREY ._tertiary-text.--weight-179{font-weight:179}.GREEN_GREY ._tertiary-text.--weight-180{font-weight:180}.GREEN_GREY ._tertiary-text.--weight-181{font-weight:181}.GREEN_GREY ._tertiary-text.--weight-182{font-weight:182}.GREEN_GREY ._tertiary-text.--weight-183{font-weight:183}.GREEN_GREY ._tertiary-text.--weight-184{font-weight:184}.GREEN_GREY ._tertiary-text.--weight-185{font-weight:185}.GREEN_GREY ._tertiary-text.--weight-186{font-weight:186}.GREEN_GREY ._tertiary-text.--weight-187{font-weight:187}.GREEN_GREY ._tertiary-text.--weight-188{font-weight:188}.GREEN_GREY ._tertiary-text.--weight-189{font-weight:189}.GREEN_GREY ._tertiary-text.--weight-190{font-weight:190}.GREEN_GREY ._tertiary-text.--weight-191{font-weight:191}.GREEN_GREY ._tertiary-text.--weight-192{font-weight:192}.GREEN_GREY ._tertiary-text.--weight-193{font-weight:193}.GREEN_GREY ._tertiary-text.--weight-194{font-weight:194}.GREEN_GREY ._tertiary-text.--weight-195{font-weight:195}.GREEN_GREY ._tertiary-text.--weight-196{font-weight:196}.GREEN_GREY ._tertiary-text.--weight-197{font-weight:197}.GREEN_GREY ._tertiary-text.--weight-198{font-weight:198}.GREEN_GREY ._tertiary-text.--weight-199{font-weight:199}.GREEN_GREY ._tertiary-text.--weight-200{font-weight:200}.GREEN_GREY ._tertiary-text.--weight-201{font-weight:201}.GREEN_GREY ._tertiary-text.--weight-202{font-weight:202}.GREEN_GREY ._tertiary-text.--weight-203{font-weight:203}.GREEN_GREY ._tertiary-text.--weight-204{font-weight:204}.GREEN_GREY ._tertiary-text.--weight-205{font-weight:205}.GREEN_GREY ._tertiary-text.--weight-206{font-weight:206}.GREEN_GREY ._tertiary-text.--weight-207{font-weight:207}.GREEN_GREY ._tertiary-text.--weight-208{font-weight:208}.GREEN_GREY ._tertiary-text.--weight-209{font-weight:209}.GREEN_GREY ._tertiary-text.--weight-210{font-weight:210}.GREEN_GREY ._tertiary-text.--weight-211{font-weight:211}.GREEN_GREY ._tertiary-text.--weight-212{font-weight:212}.GREEN_GREY ._tertiary-text.--weight-213{font-weight:213}.GREEN_GREY ._tertiary-text.--weight-214{font-weight:214}.GREEN_GREY ._tertiary-text.--weight-215{font-weight:215}.GREEN_GREY ._tertiary-text.--weight-216{font-weight:216}.GREEN_GREY ._tertiary-text.--weight-217{font-weight:217}.GREEN_GREY ._tertiary-text.--weight-218{font-weight:218}.GREEN_GREY ._tertiary-text.--weight-219{font-weight:219}.GREEN_GREY ._tertiary-text.--weight-220{font-weight:220}.GREEN_GREY ._tertiary-text.--weight-221{font-weight:221}.GREEN_GREY ._tertiary-text.--weight-222{font-weight:222}.GREEN_GREY ._tertiary-text.--weight-223{font-weight:223}.GREEN_GREY ._tertiary-text.--weight-224{font-weight:224}.GREEN_GREY ._tertiary-text.--weight-225{font-weight:225}.GREEN_GREY ._tertiary-text.--weight-226{font-weight:226}.GREEN_GREY ._tertiary-text.--weight-227{font-weight:227}.GREEN_GREY ._tertiary-text.--weight-228{font-weight:228}.GREEN_GREY ._tertiary-text.--weight-229{font-weight:229}.GREEN_GREY ._tertiary-text.--weight-230{font-weight:230}.GREEN_GREY ._tertiary-text.--weight-231{font-weight:231}.GREEN_GREY ._tertiary-text.--weight-232{font-weight:232}.GREEN_GREY ._tertiary-text.--weight-233{font-weight:233}.GREEN_GREY ._tertiary-text.--weight-234{font-weight:234}.GREEN_GREY ._tertiary-text.--weight-235{font-weight:235}.GREEN_GREY ._tertiary-text.--weight-236{font-weight:236}.GREEN_GREY ._tertiary-text.--weight-237{font-weight:237}.GREEN_GREY ._tertiary-text.--weight-238{font-weight:238}.GREEN_GREY ._tertiary-text.--weight-239{font-weight:239}.GREEN_GREY ._tertiary-text.--weight-240{font-weight:240}.GREEN_GREY ._tertiary-text.--weight-241{font-weight:241}.GREEN_GREY ._tertiary-text.--weight-242{font-weight:242}.GREEN_GREY ._tertiary-text.--weight-243{font-weight:243}.GREEN_GREY ._tertiary-text.--weight-244{font-weight:244}.GREEN_GREY ._tertiary-text.--weight-245{font-weight:245}.GREEN_GREY ._tertiary-text.--weight-246{font-weight:246}.GREEN_GREY ._tertiary-text.--weight-247{font-weight:247}.GREEN_GREY ._tertiary-text.--weight-248{font-weight:248}.GREEN_GREY ._tertiary-text.--weight-249{font-weight:249}.GREEN_GREY ._tertiary-text.--weight-250{font-weight:250}.GREEN_GREY ._tertiary-text.--weight-251{font-weight:251}.GREEN_GREY ._tertiary-text.--weight-252{font-weight:252}.GREEN_GREY ._tertiary-text.--weight-253{font-weight:253}.GREEN_GREY ._tertiary-text.--weight-254{font-weight:254}.GREEN_GREY ._tertiary-text.--weight-255{font-weight:255}.GREEN_GREY ._tertiary-text.--weight-256{font-weight:256}.GREEN_GREY ._tertiary-text.--weight-257{font-weight:257}.GREEN_GREY ._tertiary-text.--weight-258{font-weight:258}.GREEN_GREY ._tertiary-text.--weight-259{font-weight:259}.GREEN_GREY ._tertiary-text.--weight-260{font-weight:260}.GREEN_GREY ._tertiary-text.--weight-261{font-weight:261}.GREEN_GREY ._tertiary-text.--weight-262{font-weight:262}.GREEN_GREY ._tertiary-text.--weight-263{font-weight:263}.GREEN_GREY ._tertiary-text.--weight-264{font-weight:264}.GREEN_GREY ._tertiary-text.--weight-265{font-weight:265}.GREEN_GREY ._tertiary-text.--weight-266{font-weight:266}.GREEN_GREY ._tertiary-text.--weight-267{font-weight:267}.GREEN_GREY ._tertiary-text.--weight-268{font-weight:268}.GREEN_GREY ._tertiary-text.--weight-269{font-weight:269}.GREEN_GREY ._tertiary-text.--weight-270{font-weight:270}.GREEN_GREY ._tertiary-text.--weight-271{font-weight:271}.GREEN_GREY ._tertiary-text.--weight-272{font-weight:272}.GREEN_GREY ._tertiary-text.--weight-273{font-weight:273}.GREEN_GREY ._tertiary-text.--weight-274{font-weight:274}.GREEN_GREY ._tertiary-text.--weight-275{font-weight:275}.GREEN_GREY ._tertiary-text.--weight-276{font-weight:276}.GREEN_GREY ._tertiary-text.--weight-277{font-weight:277}.GREEN_GREY ._tertiary-text.--weight-278{font-weight:278}.GREEN_GREY ._tertiary-text.--weight-279{font-weight:279}.GREEN_GREY ._tertiary-text.--weight-280{font-weight:280}.GREEN_GREY ._tertiary-text.--weight-281{font-weight:281}.GREEN_GREY ._tertiary-text.--weight-282{font-weight:282}.GREEN_GREY ._tertiary-text.--weight-283{font-weight:283}.GREEN_GREY ._tertiary-text.--weight-284{font-weight:284}.GREEN_GREY ._tertiary-text.--weight-285{font-weight:285}.GREEN_GREY ._tertiary-text.--weight-286{font-weight:286}.GREEN_GREY ._tertiary-text.--weight-287{font-weight:287}.GREEN_GREY ._tertiary-text.--weight-288{font-weight:288}.GREEN_GREY ._tertiary-text.--weight-289{font-weight:289}.GREEN_GREY ._tertiary-text.--weight-290{font-weight:290}.GREEN_GREY ._tertiary-text.--weight-291{font-weight:291}.GREEN_GREY ._tertiary-text.--weight-292{font-weight:292}.GREEN_GREY ._tertiary-text.--weight-293{font-weight:293}.GREEN_GREY ._tertiary-text.--weight-294{font-weight:294}.GREEN_GREY ._tertiary-text.--weight-295{font-weight:295}.GREEN_GREY ._tertiary-text.--weight-296{font-weight:296}.GREEN_GREY ._tertiary-text.--weight-297{font-weight:297}.GREEN_GREY ._tertiary-text.--weight-298{font-weight:298}.GREEN_GREY ._tertiary-text.--weight-299{font-weight:299}.GREEN_GREY ._tertiary-text.--weight-300{font-weight:300}.GREEN_GREY ._tertiary-text.--weight-301{font-weight:301}.GREEN_GREY ._tertiary-text.--weight-302{font-weight:302}.GREEN_GREY ._tertiary-text.--weight-303{font-weight:303}.GREEN_GREY ._tertiary-text.--weight-304{font-weight:304}.GREEN_GREY ._tertiary-text.--weight-305{font-weight:305}.GREEN_GREY ._tertiary-text.--weight-306{font-weight:306}.GREEN_GREY ._tertiary-text.--weight-307{font-weight:307}.GREEN_GREY ._tertiary-text.--weight-308{font-weight:308}.GREEN_GREY ._tertiary-text.--weight-309{font-weight:309}.GREEN_GREY ._tertiary-text.--weight-310{font-weight:310}.GREEN_GREY ._tertiary-text.--weight-311{font-weight:311}.GREEN_GREY ._tertiary-text.--weight-312{font-weight:312}.GREEN_GREY ._tertiary-text.--weight-313{font-weight:313}.GREEN_GREY ._tertiary-text.--weight-314{font-weight:314}.GREEN_GREY ._tertiary-text.--weight-315{font-weight:315}.GREEN_GREY ._tertiary-text.--weight-316{font-weight:316}.GREEN_GREY ._tertiary-text.--weight-317{font-weight:317}.GREEN_GREY ._tertiary-text.--weight-318{font-weight:318}.GREEN_GREY ._tertiary-text.--weight-319{font-weight:319}.GREEN_GREY ._tertiary-text.--weight-320{font-weight:320}.GREEN_GREY ._tertiary-text.--weight-321{font-weight:321}.GREEN_GREY ._tertiary-text.--weight-322{font-weight:322}.GREEN_GREY ._tertiary-text.--weight-323{font-weight:323}.GREEN_GREY ._tertiary-text.--weight-324{font-weight:324}.GREEN_GREY ._tertiary-text.--weight-325{font-weight:325}.GREEN_GREY ._tertiary-text.--weight-326{font-weight:326}.GREEN_GREY ._tertiary-text.--weight-327{font-weight:327}.GREEN_GREY ._tertiary-text.--weight-328{font-weight:328}.GREEN_GREY ._tertiary-text.--weight-329{font-weight:329}.GREEN_GREY ._tertiary-text.--weight-330{font-weight:330}.GREEN_GREY ._tertiary-text.--weight-331{font-weight:331}.GREEN_GREY ._tertiary-text.--weight-332{font-weight:332}.GREEN_GREY ._tertiary-text.--weight-333{font-weight:333}.GREEN_GREY ._tertiary-text.--weight-334{font-weight:334}.GREEN_GREY ._tertiary-text.--weight-335{font-weight:335}.GREEN_GREY ._tertiary-text.--weight-336{font-weight:336}.GREEN_GREY ._tertiary-text.--weight-337{font-weight:337}.GREEN_GREY ._tertiary-text.--weight-338{font-weight:338}.GREEN_GREY ._tertiary-text.--weight-339{font-weight:339}.GREEN_GREY ._tertiary-text.--weight-340{font-weight:340}.GREEN_GREY ._tertiary-text.--weight-341{font-weight:341}.GREEN_GREY ._tertiary-text.--weight-342{font-weight:342}.GREEN_GREY ._tertiary-text.--weight-343{font-weight:343}.GREEN_GREY ._tertiary-text.--weight-344{font-weight:344}.GREEN_GREY ._tertiary-text.--weight-345{font-weight:345}.GREEN_GREY ._tertiary-text.--weight-346{font-weight:346}.GREEN_GREY ._tertiary-text.--weight-347{font-weight:347}.GREEN_GREY ._tertiary-text.--weight-348{font-weight:348}.GREEN_GREY ._tertiary-text.--weight-349{font-weight:349}.GREEN_GREY ._tertiary-text.--weight-350{font-weight:350}.GREEN_GREY ._tertiary-text.--weight-351{font-weight:351}.GREEN_GREY ._tertiary-text.--weight-352{font-weight:352}.GREEN_GREY ._tertiary-text.--weight-353{font-weight:353}.GREEN_GREY ._tertiary-text.--weight-354{font-weight:354}.GREEN_GREY ._tertiary-text.--weight-355{font-weight:355}.GREEN_GREY ._tertiary-text.--weight-356{font-weight:356}.GREEN_GREY ._tertiary-text.--weight-357{font-weight:357}.GREEN_GREY ._tertiary-text.--weight-358{font-weight:358}.GREEN_GREY ._tertiary-text.--weight-359{font-weight:359}.GREEN_GREY ._tertiary-text.--weight-360{font-weight:360}.GREEN_GREY ._tertiary-text.--weight-361{font-weight:361}.GREEN_GREY ._tertiary-text.--weight-362{font-weight:362}.GREEN_GREY ._tertiary-text.--weight-363{font-weight:363}.GREEN_GREY ._tertiary-text.--weight-364{font-weight:364}.GREEN_GREY ._tertiary-text.--weight-365{font-weight:365}.GREEN_GREY ._tertiary-text.--weight-366{font-weight:366}.GREEN_GREY ._tertiary-text.--weight-367{font-weight:367}.GREEN_GREY ._tertiary-text.--weight-368{font-weight:368}.GREEN_GREY ._tertiary-text.--weight-369{font-weight:369}.GREEN_GREY ._tertiary-text.--weight-370{font-weight:370}.GREEN_GREY ._tertiary-text.--weight-371{font-weight:371}.GREEN_GREY ._tertiary-text.--weight-372{font-weight:372}.GREEN_GREY ._tertiary-text.--weight-373{font-weight:373}.GREEN_GREY ._tertiary-text.--weight-374{font-weight:374}.GREEN_GREY ._tertiary-text.--weight-375{font-weight:375}.GREEN_GREY ._tertiary-text.--weight-376{font-weight:376}.GREEN_GREY ._tertiary-text.--weight-377{font-weight:377}.GREEN_GREY ._tertiary-text.--weight-378{font-weight:378}.GREEN_GREY ._tertiary-text.--weight-379{font-weight:379}.GREEN_GREY ._tertiary-text.--weight-380{font-weight:380}.GREEN_GREY ._tertiary-text.--weight-381{font-weight:381}.GREEN_GREY ._tertiary-text.--weight-382{font-weight:382}.GREEN_GREY ._tertiary-text.--weight-383{font-weight:383}.GREEN_GREY ._tertiary-text.--weight-384{font-weight:384}.GREEN_GREY ._tertiary-text.--weight-385{font-weight:385}.GREEN_GREY ._tertiary-text.--weight-386{font-weight:386}.GREEN_GREY ._tertiary-text.--weight-387{font-weight:387}.GREEN_GREY ._tertiary-text.--weight-388{font-weight:388}.GREEN_GREY ._tertiary-text.--weight-389{font-weight:389}.GREEN_GREY ._tertiary-text.--weight-390{font-weight:390}.GREEN_GREY ._tertiary-text.--weight-391{font-weight:391}.GREEN_GREY ._tertiary-text.--weight-392{font-weight:392}.GREEN_GREY ._tertiary-text.--weight-393{font-weight:393}.GREEN_GREY ._tertiary-text.--weight-394{font-weight:394}.GREEN_GREY ._tertiary-text.--weight-395{font-weight:395}.GREEN_GREY ._tertiary-text.--weight-396{font-weight:396}.GREEN_GREY ._tertiary-text.--weight-397{font-weight:397}.GREEN_GREY ._tertiary-text.--weight-398{font-weight:398}.GREEN_GREY ._tertiary-text.--weight-399{font-weight:399}.GREEN_GREY ._tertiary-text.--weight-400{font-weight:400}.GREEN_GREY ._tertiary-text.--weight-401{font-weight:401}.GREEN_GREY ._tertiary-text.--weight-402{font-weight:402}.GREEN_GREY ._tertiary-text.--weight-403{font-weight:403}.GREEN_GREY ._tertiary-text.--weight-404{font-weight:404}.GREEN_GREY ._tertiary-text.--weight-405{font-weight:405}.GREEN_GREY ._tertiary-text.--weight-406{font-weight:406}.GREEN_GREY ._tertiary-text.--weight-407{font-weight:407}.GREEN_GREY ._tertiary-text.--weight-408{font-weight:408}.GREEN_GREY ._tertiary-text.--weight-409{font-weight:409}.GREEN_GREY ._tertiary-text.--weight-410{font-weight:410}.GREEN_GREY ._tertiary-text.--weight-411{font-weight:411}.GREEN_GREY ._tertiary-text.--weight-412{font-weight:412}.GREEN_GREY ._tertiary-text.--weight-413{font-weight:413}.GREEN_GREY ._tertiary-text.--weight-414{font-weight:414}.GREEN_GREY ._tertiary-text.--weight-415{font-weight:415}.GREEN_GREY ._tertiary-text.--weight-416{font-weight:416}.GREEN_GREY ._tertiary-text.--weight-417{font-weight:417}.GREEN_GREY ._tertiary-text.--weight-418{font-weight:418}.GREEN_GREY ._tertiary-text.--weight-419{font-weight:419}.GREEN_GREY ._tertiary-text.--weight-420{font-weight:420}.GREEN_GREY ._tertiary-text.--weight-421{font-weight:421}.GREEN_GREY ._tertiary-text.--weight-422{font-weight:422}.GREEN_GREY ._tertiary-text.--weight-423{font-weight:423}.GREEN_GREY ._tertiary-text.--weight-424{font-weight:424}.GREEN_GREY ._tertiary-text.--weight-425{font-weight:425}.GREEN_GREY ._tertiary-text.--weight-426{font-weight:426}.GREEN_GREY ._tertiary-text.--weight-427{font-weight:427}.GREEN_GREY ._tertiary-text.--weight-428{font-weight:428}.GREEN_GREY ._tertiary-text.--weight-429{font-weight:429}.GREEN_GREY ._tertiary-text.--weight-430{font-weight:430}.GREEN_GREY ._tertiary-text.--weight-431{font-weight:431}.GREEN_GREY ._tertiary-text.--weight-432{font-weight:432}.GREEN_GREY ._tertiary-text.--weight-433{font-weight:433}.GREEN_GREY ._tertiary-text.--weight-434{font-weight:434}.GREEN_GREY ._tertiary-text.--weight-435{font-weight:435}.GREEN_GREY ._tertiary-text.--weight-436{font-weight:436}.GREEN_GREY ._tertiary-text.--weight-437{font-weight:437}.GREEN_GREY ._tertiary-text.--weight-438{font-weight:438}.GREEN_GREY ._tertiary-text.--weight-439{font-weight:439}.GREEN_GREY ._tertiary-text.--weight-440{font-weight:440}.GREEN_GREY ._tertiary-text.--weight-441{font-weight:441}.GREEN_GREY ._tertiary-text.--weight-442{font-weight:442}.GREEN_GREY ._tertiary-text.--weight-443{font-weight:443}.GREEN_GREY ._tertiary-text.--weight-444{font-weight:444}.GREEN_GREY ._tertiary-text.--weight-445{font-weight:445}.GREEN_GREY ._tertiary-text.--weight-446{font-weight:446}.GREEN_GREY ._tertiary-text.--weight-447{font-weight:447}.GREEN_GREY ._tertiary-text.--weight-448{font-weight:448}.GREEN_GREY ._tertiary-text.--weight-449{font-weight:449}.GREEN_GREY ._tertiary-text.--weight-450{font-weight:450}.GREEN_GREY ._tertiary-text.--weight-451{font-weight:451}.GREEN_GREY ._tertiary-text.--weight-452{font-weight:452}.GREEN_GREY ._tertiary-text.--weight-453{font-weight:453}.GREEN_GREY ._tertiary-text.--weight-454{font-weight:454}.GREEN_GREY ._tertiary-text.--weight-455{font-weight:455}.GREEN_GREY ._tertiary-text.--weight-456{font-weight:456}.GREEN_GREY ._tertiary-text.--weight-457{font-weight:457}.GREEN_GREY ._tertiary-text.--weight-458{font-weight:458}.GREEN_GREY ._tertiary-text.--weight-459{font-weight:459}.GREEN_GREY ._tertiary-text.--weight-460{font-weight:460}.GREEN_GREY ._tertiary-text.--weight-461{font-weight:461}.GREEN_GREY ._tertiary-text.--weight-462{font-weight:462}.GREEN_GREY ._tertiary-text.--weight-463{font-weight:463}.GREEN_GREY ._tertiary-text.--weight-464{font-weight:464}.GREEN_GREY ._tertiary-text.--weight-465{font-weight:465}.GREEN_GREY ._tertiary-text.--weight-466{font-weight:466}.GREEN_GREY ._tertiary-text.--weight-467{font-weight:467}.GREEN_GREY ._tertiary-text.--weight-468{font-weight:468}.GREEN_GREY ._tertiary-text.--weight-469{font-weight:469}.GREEN_GREY ._tertiary-text.--weight-470{font-weight:470}.GREEN_GREY ._tertiary-text.--weight-471{font-weight:471}.GREEN_GREY ._tertiary-text.--weight-472{font-weight:472}.GREEN_GREY ._tertiary-text.--weight-473{font-weight:473}.GREEN_GREY ._tertiary-text.--weight-474{font-weight:474}.GREEN_GREY ._tertiary-text.--weight-475{font-weight:475}.GREEN_GREY ._tertiary-text.--weight-476{font-weight:476}.GREEN_GREY ._tertiary-text.--weight-477{font-weight:477}.GREEN_GREY ._tertiary-text.--weight-478{font-weight:478}.GREEN_GREY ._tertiary-text.--weight-479{font-weight:479}.GREEN_GREY ._tertiary-text.--weight-480{font-weight:480}.GREEN_GREY ._tertiary-text.--weight-481{font-weight:481}.GREEN_GREY ._tertiary-text.--weight-482{font-weight:482}.GREEN_GREY ._tertiary-text.--weight-483{font-weight:483}.GREEN_GREY ._tertiary-text.--weight-484{font-weight:484}.GREEN_GREY ._tertiary-text.--weight-485{font-weight:485}.GREEN_GREY ._tertiary-text.--weight-486{font-weight:486}.GREEN_GREY ._tertiary-text.--weight-487{font-weight:487}.GREEN_GREY ._tertiary-text.--weight-488{font-weight:488}.GREEN_GREY ._tertiary-text.--weight-489{font-weight:489}.GREEN_GREY ._tertiary-text.--weight-490{font-weight:490}.GREEN_GREY ._tertiary-text.--weight-491{font-weight:491}.GREEN_GREY ._tertiary-text.--weight-492{font-weight:492}.GREEN_GREY ._tertiary-text.--weight-493{font-weight:493}.GREEN_GREY ._tertiary-text.--weight-494{font-weight:494}.GREEN_GREY ._tertiary-text.--weight-495{font-weight:495}.GREEN_GREY ._tertiary-text.--weight-496{font-weight:496}.GREEN_GREY ._tertiary-text.--weight-497{font-weight:497}.GREEN_GREY ._tertiary-text.--weight-498{font-weight:498}.GREEN_GREY ._tertiary-text.--weight-499{font-weight:499}.GREEN_GREY ._tertiary-text.--weight-500{font-weight:500}.GREEN_GREY ._tertiary-text.--weight-501{font-weight:501}.GREEN_GREY ._tertiary-text.--weight-502{font-weight:502}.GREEN_GREY ._tertiary-text.--weight-503{font-weight:503}.GREEN_GREY ._tertiary-text.--weight-504{font-weight:504}.GREEN_GREY ._tertiary-text.--weight-505{font-weight:505}.GREEN_GREY ._tertiary-text.--weight-506{font-weight:506}.GREEN_GREY ._tertiary-text.--weight-507{font-weight:507}.GREEN_GREY ._tertiary-text.--weight-508{font-weight:508}.GREEN_GREY ._tertiary-text.--weight-509{font-weight:509}.GREEN_GREY ._tertiary-text.--weight-510{font-weight:510}.GREEN_GREY ._tertiary-text.--weight-511{font-weight:511}.GREEN_GREY ._tertiary-text.--weight-512{font-weight:512}.GREEN_GREY ._tertiary-text.--weight-513{font-weight:513}.GREEN_GREY ._tertiary-text.--weight-514{font-weight:514}.GREEN_GREY ._tertiary-text.--weight-515{font-weight:515}.GREEN_GREY ._tertiary-text.--weight-516{font-weight:516}.GREEN_GREY ._tertiary-text.--weight-517{font-weight:517}.GREEN_GREY ._tertiary-text.--weight-518{font-weight:518}.GREEN_GREY ._tertiary-text.--weight-519{font-weight:519}.GREEN_GREY ._tertiary-text.--weight-520{font-weight:520}.GREEN_GREY ._tertiary-text.--weight-521{font-weight:521}.GREEN_GREY ._tertiary-text.--weight-522{font-weight:522}.GREEN_GREY ._tertiary-text.--weight-523{font-weight:523}.GREEN_GREY ._tertiary-text.--weight-524{font-weight:524}.GREEN_GREY ._tertiary-text.--weight-525{font-weight:525}.GREEN_GREY ._tertiary-text.--weight-526{font-weight:526}.GREEN_GREY ._tertiary-text.--weight-527{font-weight:527}.GREEN_GREY ._tertiary-text.--weight-528{font-weight:528}.GREEN_GREY ._tertiary-text.--weight-529{font-weight:529}.GREEN_GREY ._tertiary-text.--weight-530{font-weight:530}.GREEN_GREY ._tertiary-text.--weight-531{font-weight:531}.GREEN_GREY ._tertiary-text.--weight-532{font-weight:532}.GREEN_GREY ._tertiary-text.--weight-533{font-weight:533}.GREEN_GREY ._tertiary-text.--weight-534{font-weight:534}.GREEN_GREY ._tertiary-text.--weight-535{font-weight:535}.GREEN_GREY ._tertiary-text.--weight-536{font-weight:536}.GREEN_GREY ._tertiary-text.--weight-537{font-weight:537}.GREEN_GREY ._tertiary-text.--weight-538{font-weight:538}.GREEN_GREY ._tertiary-text.--weight-539{font-weight:539}.GREEN_GREY ._tertiary-text.--weight-540{font-weight:540}.GREEN_GREY ._tertiary-text.--weight-541{font-weight:541}.GREEN_GREY ._tertiary-text.--weight-542{font-weight:542}.GREEN_GREY ._tertiary-text.--weight-543{font-weight:543}.GREEN_GREY ._tertiary-text.--weight-544{font-weight:544}.GREEN_GREY ._tertiary-text.--weight-545{font-weight:545}.GREEN_GREY ._tertiary-text.--weight-546{font-weight:546}.GREEN_GREY ._tertiary-text.--weight-547{font-weight:547}.GREEN_GREY ._tertiary-text.--weight-548{font-weight:548}.GREEN_GREY ._tertiary-text.--weight-549{font-weight:549}.GREEN_GREY ._tertiary-text.--weight-550{font-weight:550}.GREEN_GREY ._tertiary-text.--weight-551{font-weight:551}.GREEN_GREY ._tertiary-text.--weight-552{font-weight:552}.GREEN_GREY ._tertiary-text.--weight-553{font-weight:553}.GREEN_GREY ._tertiary-text.--weight-554{font-weight:554}.GREEN_GREY ._tertiary-text.--weight-555{font-weight:555}.GREEN_GREY ._tertiary-text.--weight-556{font-weight:556}.GREEN_GREY ._tertiary-text.--weight-557{font-weight:557}.GREEN_GREY ._tertiary-text.--weight-558{font-weight:558}.GREEN_GREY ._tertiary-text.--weight-559{font-weight:559}.GREEN_GREY ._tertiary-text.--weight-560{font-weight:560}.GREEN_GREY ._tertiary-text.--weight-561{font-weight:561}.GREEN_GREY ._tertiary-text.--weight-562{font-weight:562}.GREEN_GREY ._tertiary-text.--weight-563{font-weight:563}.GREEN_GREY ._tertiary-text.--weight-564{font-weight:564}.GREEN_GREY ._tertiary-text.--weight-565{font-weight:565}.GREEN_GREY ._tertiary-text.--weight-566{font-weight:566}.GREEN_GREY ._tertiary-text.--weight-567{font-weight:567}.GREEN_GREY ._tertiary-text.--weight-568{font-weight:568}.GREEN_GREY ._tertiary-text.--weight-569{font-weight:569}.GREEN_GREY ._tertiary-text.--weight-570{font-weight:570}.GREEN_GREY ._tertiary-text.--weight-571{font-weight:571}.GREEN_GREY ._tertiary-text.--weight-572{font-weight:572}.GREEN_GREY ._tertiary-text.--weight-573{font-weight:573}.GREEN_GREY ._tertiary-text.--weight-574{font-weight:574}.GREEN_GREY ._tertiary-text.--weight-575{font-weight:575}.GREEN_GREY ._tertiary-text.--weight-576{font-weight:576}.GREEN_GREY ._tertiary-text.--weight-577{font-weight:577}.GREEN_GREY ._tertiary-text.--weight-578{font-weight:578}.GREEN_GREY ._tertiary-text.--weight-579{font-weight:579}.GREEN_GREY ._tertiary-text.--weight-580{font-weight:580}.GREEN_GREY ._tertiary-text.--weight-581{font-weight:581}.GREEN_GREY ._tertiary-text.--weight-582{font-weight:582}.GREEN_GREY ._tertiary-text.--weight-583{font-weight:583}.GREEN_GREY ._tertiary-text.--weight-584{font-weight:584}.GREEN_GREY ._tertiary-text.--weight-585{font-weight:585}.GREEN_GREY ._tertiary-text.--weight-586{font-weight:586}.GREEN_GREY ._tertiary-text.--weight-587{font-weight:587}.GREEN_GREY ._tertiary-text.--weight-588{font-weight:588}.GREEN_GREY ._tertiary-text.--weight-589{font-weight:589}.GREEN_GREY ._tertiary-text.--weight-590{font-weight:590}.GREEN_GREY ._tertiary-text.--weight-591{font-weight:591}.GREEN_GREY ._tertiary-text.--weight-592{font-weight:592}.GREEN_GREY ._tertiary-text.--weight-593{font-weight:593}.GREEN_GREY ._tertiary-text.--weight-594{font-weight:594}.GREEN_GREY ._tertiary-text.--weight-595{font-weight:595}.GREEN_GREY ._tertiary-text.--weight-596{font-weight:596}.GREEN_GREY ._tertiary-text.--weight-597{font-weight:597}.GREEN_GREY ._tertiary-text.--weight-598{font-weight:598}.GREEN_GREY ._tertiary-text.--weight-599{font-weight:599}.GREEN_GREY ._tertiary-text.--weight-600{font-weight:600}.GREEN_GREY ._tertiary-text.--weight-601{font-weight:601}.GREEN_GREY ._tertiary-text.--weight-602{font-weight:602}.GREEN_GREY ._tertiary-text.--weight-603{font-weight:603}.GREEN_GREY ._tertiary-text.--weight-604{font-weight:604}.GREEN_GREY ._tertiary-text.--weight-605{font-weight:605}.GREEN_GREY ._tertiary-text.--weight-606{font-weight:606}.GREEN_GREY ._tertiary-text.--weight-607{font-weight:607}.GREEN_GREY ._tertiary-text.--weight-608{font-weight:608}.GREEN_GREY ._tertiary-text.--weight-609{font-weight:609}.GREEN_GREY ._tertiary-text.--weight-610{font-weight:610}.GREEN_GREY ._tertiary-text.--weight-611{font-weight:611}.GREEN_GREY ._tertiary-text.--weight-612{font-weight:612}.GREEN_GREY ._tertiary-text.--weight-613{font-weight:613}.GREEN_GREY ._tertiary-text.--weight-614{font-weight:614}.GREEN_GREY ._tertiary-text.--weight-615{font-weight:615}.GREEN_GREY ._tertiary-text.--weight-616{font-weight:616}.GREEN_GREY ._tertiary-text.--weight-617{font-weight:617}.GREEN_GREY ._tertiary-text.--weight-618{font-weight:618}.GREEN_GREY ._tertiary-text.--weight-619{font-weight:619}.GREEN_GREY ._tertiary-text.--weight-620{font-weight:620}.GREEN_GREY ._tertiary-text.--weight-621{font-weight:621}.GREEN_GREY ._tertiary-text.--weight-622{font-weight:622}.GREEN_GREY ._tertiary-text.--weight-623{font-weight:623}.GREEN_GREY ._tertiary-text.--weight-624{font-weight:624}.GREEN_GREY ._tertiary-text.--weight-625{font-weight:625}.GREEN_GREY ._tertiary-text.--weight-626{font-weight:626}.GREEN_GREY ._tertiary-text.--weight-627{font-weight:627}.GREEN_GREY ._tertiary-text.--weight-628{font-weight:628}.GREEN_GREY ._tertiary-text.--weight-629{font-weight:629}.GREEN_GREY ._tertiary-text.--weight-630{font-weight:630}.GREEN_GREY ._tertiary-text.--weight-631{font-weight:631}.GREEN_GREY ._tertiary-text.--weight-632{font-weight:632}.GREEN_GREY ._tertiary-text.--weight-633{font-weight:633}.GREEN_GREY ._tertiary-text.--weight-634{font-weight:634}.GREEN_GREY ._tertiary-text.--weight-635{font-weight:635}.GREEN_GREY ._tertiary-text.--weight-636{font-weight:636}.GREEN_GREY ._tertiary-text.--weight-637{font-weight:637}.GREEN_GREY ._tertiary-text.--weight-638{font-weight:638}.GREEN_GREY ._tertiary-text.--weight-639{font-weight:639}.GREEN_GREY ._tertiary-text.--weight-640{font-weight:640}.GREEN_GREY ._tertiary-text.--weight-641{font-weight:641}.GREEN_GREY ._tertiary-text.--weight-642{font-weight:642}.GREEN_GREY ._tertiary-text.--weight-643{font-weight:643}.GREEN_GREY ._tertiary-text.--weight-644{font-weight:644}.GREEN_GREY ._tertiary-text.--weight-645{font-weight:645}.GREEN_GREY ._tertiary-text.--weight-646{font-weight:646}.GREEN_GREY ._tertiary-text.--weight-647{font-weight:647}.GREEN_GREY ._tertiary-text.--weight-648{font-weight:648}.GREEN_GREY ._tertiary-text.--weight-649{font-weight:649}.GREEN_GREY ._tertiary-text.--weight-650{font-weight:650}.GREEN_GREY ._tertiary-text.--weight-651{font-weight:651}.GREEN_GREY ._tertiary-text.--weight-652{font-weight:652}.GREEN_GREY ._tertiary-text.--weight-653{font-weight:653}.GREEN_GREY ._tertiary-text.--weight-654{font-weight:654}.GREEN_GREY ._tertiary-text.--weight-655{font-weight:655}.GREEN_GREY ._tertiary-text.--weight-656{font-weight:656}.GREEN_GREY ._tertiary-text.--weight-657{font-weight:657}.GREEN_GREY ._tertiary-text.--weight-658{font-weight:658}.GREEN_GREY ._tertiary-text.--weight-659{font-weight:659}.GREEN_GREY ._tertiary-text.--weight-660{font-weight:660}.GREEN_GREY ._tertiary-text.--weight-661{font-weight:661}.GREEN_GREY ._tertiary-text.--weight-662{font-weight:662}.GREEN_GREY ._tertiary-text.--weight-663{font-weight:663}.GREEN_GREY ._tertiary-text.--weight-664{font-weight:664}.GREEN_GREY ._tertiary-text.--weight-665{font-weight:665}.GREEN_GREY ._tertiary-text.--weight-666{font-weight:666}.GREEN_GREY ._tertiary-text.--weight-667{font-weight:667}.GREEN_GREY ._tertiary-text.--weight-668{font-weight:668}.GREEN_GREY ._tertiary-text.--weight-669{font-weight:669}.GREEN_GREY ._tertiary-text.--weight-670{font-weight:670}.GREEN_GREY ._tertiary-text.--weight-671{font-weight:671}.GREEN_GREY ._tertiary-text.--weight-672{font-weight:672}.GREEN_GREY ._tertiary-text.--weight-673{font-weight:673}.GREEN_GREY ._tertiary-text.--weight-674{font-weight:674}.GREEN_GREY ._tertiary-text.--weight-675{font-weight:675}.GREEN_GREY ._tertiary-text.--weight-676{font-weight:676}.GREEN_GREY ._tertiary-text.--weight-677{font-weight:677}.GREEN_GREY ._tertiary-text.--weight-678{font-weight:678}.GREEN_GREY ._tertiary-text.--weight-679{font-weight:679}.GREEN_GREY ._tertiary-text.--weight-680{font-weight:680}.GREEN_GREY ._tertiary-text.--weight-681{font-weight:681}.GREEN_GREY ._tertiary-text.--weight-682{font-weight:682}.GREEN_GREY ._tertiary-text.--weight-683{font-weight:683}.GREEN_GREY ._tertiary-text.--weight-684{font-weight:684}.GREEN_GREY ._tertiary-text.--weight-685{font-weight:685}.GREEN_GREY ._tertiary-text.--weight-686{font-weight:686}.GREEN_GREY ._tertiary-text.--weight-687{font-weight:687}.GREEN_GREY ._tertiary-text.--weight-688{font-weight:688}.GREEN_GREY ._tertiary-text.--weight-689{font-weight:689}.GREEN_GREY ._tertiary-text.--weight-690{font-weight:690}.GREEN_GREY ._tertiary-text.--weight-691{font-weight:691}.GREEN_GREY ._tertiary-text.--weight-692{font-weight:692}.GREEN_GREY ._tertiary-text.--weight-693{font-weight:693}.GREEN_GREY ._tertiary-text.--weight-694{font-weight:694}.GREEN_GREY ._tertiary-text.--weight-695{font-weight:695}.GREEN_GREY ._tertiary-text.--weight-696{font-weight:696}.GREEN_GREY ._tertiary-text.--weight-697{font-weight:697}.GREEN_GREY ._tertiary-text.--weight-698{font-weight:698}.GREEN_GREY ._tertiary-text.--weight-699{font-weight:699}.GREEN_GREY ._tertiary-text.--weight-700{font-weight:700}.GREEN_GREY ._tertiary-text.--weight-701{font-weight:701}.GREEN_GREY ._tertiary-text.--weight-702{font-weight:702}.GREEN_GREY ._tertiary-text.--weight-703{font-weight:703}.GREEN_GREY ._tertiary-text.--weight-704{font-weight:704}.GREEN_GREY ._tertiary-text.--weight-705{font-weight:705}.GREEN_GREY ._tertiary-text.--weight-706{font-weight:706}.GREEN_GREY ._tertiary-text.--weight-707{font-weight:707}.GREEN_GREY ._tertiary-text.--weight-708{font-weight:708}.GREEN_GREY ._tertiary-text.--weight-709{font-weight:709}.GREEN_GREY ._tertiary-text.--weight-710{font-weight:710}.GREEN_GREY ._tertiary-text.--weight-711{font-weight:711}.GREEN_GREY ._tertiary-text.--weight-712{font-weight:712}.GREEN_GREY ._tertiary-text.--weight-713{font-weight:713}.GREEN_GREY ._tertiary-text.--weight-714{font-weight:714}.GREEN_GREY ._tertiary-text.--weight-715{font-weight:715}.GREEN_GREY ._tertiary-text.--weight-716{font-weight:716}.GREEN_GREY ._tertiary-text.--weight-717{font-weight:717}.GREEN_GREY ._tertiary-text.--weight-718{font-weight:718}.GREEN_GREY ._tertiary-text.--weight-719{font-weight:719}.GREEN_GREY ._tertiary-text.--weight-720{font-weight:720}.GREEN_GREY ._tertiary-text.--weight-721{font-weight:721}.GREEN_GREY ._tertiary-text.--weight-722{font-weight:722}.GREEN_GREY ._tertiary-text.--weight-723{font-weight:723}.GREEN_GREY ._tertiary-text.--weight-724{font-weight:724}.GREEN_GREY ._tertiary-text.--weight-725{font-weight:725}.GREEN_GREY ._tertiary-text.--weight-726{font-weight:726}.GREEN_GREY ._tertiary-text.--weight-727{font-weight:727}.GREEN_GREY ._tertiary-text.--weight-728{font-weight:728}.GREEN_GREY ._tertiary-text.--weight-729{font-weight:729}.GREEN_GREY ._tertiary-text.--weight-730{font-weight:730}.GREEN_GREY ._tertiary-text.--weight-731{font-weight:731}.GREEN_GREY ._tertiary-text.--weight-732{font-weight:732}.GREEN_GREY ._tertiary-text.--weight-733{font-weight:733}.GREEN_GREY ._tertiary-text.--weight-734{font-weight:734}.GREEN_GREY ._tertiary-text.--weight-735{font-weight:735}.GREEN_GREY ._tertiary-text.--weight-736{font-weight:736}.GREEN_GREY ._tertiary-text.--weight-737{font-weight:737}.GREEN_GREY ._tertiary-text.--weight-738{font-weight:738}.GREEN_GREY ._tertiary-text.--weight-739{font-weight:739}.GREEN_GREY ._tertiary-text.--weight-740{font-weight:740}.GREEN_GREY ._tertiary-text.--weight-741{font-weight:741}.GREEN_GREY ._tertiary-text.--weight-742{font-weight:742}.GREEN_GREY ._tertiary-text.--weight-743{font-weight:743}.GREEN_GREY ._tertiary-text.--weight-744{font-weight:744}.GREEN_GREY ._tertiary-text.--weight-745{font-weight:745}.GREEN_GREY ._tertiary-text.--weight-746{font-weight:746}.GREEN_GREY ._tertiary-text.--weight-747{font-weight:747}.GREEN_GREY ._tertiary-text.--weight-748{font-weight:748}.GREEN_GREY ._tertiary-text.--weight-749{font-weight:749}.GREEN_GREY ._tertiary-text.--weight-750{font-weight:750}.GREEN_GREY ._tertiary-text.--weight-751{font-weight:751}.GREEN_GREY ._tertiary-text.--weight-752{font-weight:752}.GREEN_GREY ._tertiary-text.--weight-753{font-weight:753}.GREEN_GREY ._tertiary-text.--weight-754{font-weight:754}.GREEN_GREY ._tertiary-text.--weight-755{font-weight:755}.GREEN_GREY ._tertiary-text.--weight-756{font-weight:756}.GREEN_GREY ._tertiary-text.--weight-757{font-weight:757}.GREEN_GREY ._tertiary-text.--weight-758{font-weight:758}.GREEN_GREY ._tertiary-text.--weight-759{font-weight:759}.GREEN_GREY ._tertiary-text.--weight-760{font-weight:760}.GREEN_GREY ._tertiary-text.--weight-761{font-weight:761}.GREEN_GREY ._tertiary-text.--weight-762{font-weight:762}.GREEN_GREY ._tertiary-text.--weight-763{font-weight:763}.GREEN_GREY ._tertiary-text.--weight-764{font-weight:764}.GREEN_GREY ._tertiary-text.--weight-765{font-weight:765}.GREEN_GREY ._tertiary-text.--weight-766{font-weight:766}.GREEN_GREY ._tertiary-text.--weight-767{font-weight:767}.GREEN_GREY ._tertiary-text.--weight-768{font-weight:768}.GREEN_GREY ._tertiary-text.--weight-769{font-weight:769}.GREEN_GREY ._tertiary-text.--weight-770{font-weight:770}.GREEN_GREY ._tertiary-text.--weight-771{font-weight:771}.GREEN_GREY ._tertiary-text.--weight-772{font-weight:772}.GREEN_GREY ._tertiary-text.--weight-773{font-weight:773}.GREEN_GREY ._tertiary-text.--weight-774{font-weight:774}.GREEN_GREY ._tertiary-text.--weight-775{font-weight:775}.GREEN_GREY ._tertiary-text.--weight-776{font-weight:776}.GREEN_GREY ._tertiary-text.--weight-777{font-weight:777}.GREEN_GREY ._tertiary-text.--weight-778{font-weight:778}.GREEN_GREY ._tertiary-text.--weight-779{font-weight:779}.GREEN_GREY ._tertiary-text.--weight-780{font-weight:780}.GREEN_GREY ._tertiary-text.--weight-781{font-weight:781}.GREEN_GREY ._tertiary-text.--weight-782{font-weight:782}.GREEN_GREY ._tertiary-text.--weight-783{font-weight:783}.GREEN_GREY ._tertiary-text.--weight-784{font-weight:784}.GREEN_GREY ._tertiary-text.--weight-785{font-weight:785}.GREEN_GREY ._tertiary-text.--weight-786{font-weight:786}.GREEN_GREY ._tertiary-text.--weight-787{font-weight:787}.GREEN_GREY ._tertiary-text.--weight-788{font-weight:788}.GREEN_GREY ._tertiary-text.--weight-789{font-weight:789}.GREEN_GREY ._tertiary-text.--weight-790{font-weight:790}.GREEN_GREY ._tertiary-text.--weight-791{font-weight:791}.GREEN_GREY ._tertiary-text.--weight-792{font-weight:792}.GREEN_GREY ._tertiary-text.--weight-793{font-weight:793}.GREEN_GREY ._tertiary-text.--weight-794{font-weight:794}.GREEN_GREY ._tertiary-text.--weight-795{font-weight:795}.GREEN_GREY ._tertiary-text.--weight-796{font-weight:796}.GREEN_GREY ._tertiary-text.--weight-797{font-weight:797}.GREEN_GREY ._tertiary-text.--weight-798{font-weight:798}.GREEN_GREY ._tertiary-text.--weight-799{font-weight:799}.GREEN_GREY ._tertiary-text.--weight-800{font-weight:800}.GREEN_GREY ._tertiary-text.--lh-1{line-height:1px}.GREEN_GREY ._tertiary-text.--lh-2{line-height:2px}.GREEN_GREY ._tertiary-text.--lh-3{line-height:3px}.GREEN_GREY ._tertiary-text.--lh-4{line-height:4px}.GREEN_GREY ._tertiary-text.--lh-5{line-height:5px}.GREEN_GREY ._tertiary-text.--lh-6{line-height:6px}.GREEN_GREY ._tertiary-text.--lh-7{line-height:7px}.GREEN_GREY ._tertiary-text.--lh-8{line-height:8px}.GREEN_GREY ._tertiary-text.--lh-9{line-height:9px}.GREEN_GREY ._tertiary-text.--lh-10{line-height:10px}.GREEN_GREY ._tertiary-text.--lh-11{line-height:11px}.GREEN_GREY ._tertiary-text.--lh-12{line-height:12px}.GREEN_GREY ._tertiary-text.--lh-13{line-height:13px}.GREEN_GREY ._tertiary-text.--lh-14{line-height:14px}.GREEN_GREY ._tertiary-text.--lh-15{line-height:15px}.GREEN_GREY ._tertiary-text.--lh-16{line-height:16px}.GREEN_GREY ._tertiary-text.--lh-17{line-height:17px}.GREEN_GREY ._tertiary-text.--lh-18{line-height:18px}.GREEN_GREY ._tertiary-text.--lh-19{line-height:19px}.GREEN_GREY ._tertiary-text.--lh-20{line-height:20px}.GREEN_GREY ._tertiary-text.--lh-21{line-height:21px}.GREEN_GREY ._tertiary-text.--lh-22{line-height:22px}.GREEN_GREY ._tertiary-text.--lh-23{line-height:23px}.GREEN_GREY ._tertiary-text.--lh-24{line-height:24px}.GREEN_GREY ._tertiary-text.--lh-25{line-height:25px}.GREEN_GREY ._tertiary-text.--lh-26{line-height:26px}.GREEN_GREY ._tertiary-text.--lh-27{line-height:27px}.GREEN_GREY ._tertiary-text.--lh-28{line-height:28px}.GREEN_GREY ._tertiary-text.--lh-29{line-height:29px}.GREEN_GREY ._tertiary-text.--lh-30{line-height:30px}.GREEN_GREY ._tertiary-text.--lh-31{line-height:31px}.GREEN_GREY ._tertiary-text.--lh-32{line-height:32px}.GREEN_GREY ._tertiary-text.--lh-33{line-height:33px}.GREEN_GREY ._tertiary-text.--lh-34{line-height:34px}.GREEN_GREY ._tertiary-text.--lh-35{line-height:35px}.GREEN_GREY ._tertiary-text.--lh-36{line-height:36px}.GREEN_GREY ._tertiary-text.--lh-37{line-height:37px}.GREEN_GREY ._tertiary-text.--lh-38{line-height:38px}.GREEN_GREY ._tertiary-text.--lh-39{line-height:39px}.GREEN_GREY ._tertiary-text.--lh-40{line-height:40px}.GREEN_GREY ._tertiary-text.--lh-41{line-height:41px}.GREEN_GREY ._tertiary-text.--lh-42{line-height:42px}.GREEN_GREY ._tertiary-text.--lh-43{line-height:43px}.GREEN_GREY ._tertiary-text.--lh-44{line-height:44px}.GREEN_GREY ._tertiary-text.--lh-45{line-height:45px}.GREEN_GREY ._tertiary-text.--lh-46{line-height:46px}.GREEN_GREY ._tertiary-text.--lh-47{line-height:47px}.GREEN_GREY ._tertiary-text.--lh-48{line-height:48px}.GREEN_GREY ._tertiary-text.--lh-49{line-height:49px}.GREEN_GREY ._tertiary-text.--lh-50{line-height:50px}.GREEN_GREY ._tertiary-text.--lh-51{line-height:51px}.GREEN_GREY ._tertiary-text.--lh-52{line-height:52px}.GREEN_GREY ._tertiary-text.--lh-53{line-height:53px}.GREEN_GREY ._tertiary-text.--lh-54{line-height:54px}.GREEN_GREY ._tertiary-text.--lh-55{line-height:55px}.GREEN_GREY ._tertiary-text.--lh-56{line-height:56px}.GREEN_GREY ._tertiary-text.--lh-57{line-height:57px}.GREEN_GREY ._tertiary-text.--lh-58{line-height:58px}.GREEN_GREY ._tertiary-text.--lh-59{line-height:59px}.GREEN_GREY ._tertiary-text.--lh-60{line-height:60px}.GREEN_GREY ._tertiary-text.--lh-61{line-height:61px}.GREEN_GREY ._tertiary-text.--lh-62{line-height:62px}.GREEN_GREY ._tertiary-text.--lh-63{line-height:63px}.GREEN_GREY ._tertiary-text.--lh-64{line-height:64px}.GREEN_GREY ._tertiary-text.--lh-65{line-height:65px}.GREEN_GREY ._tertiary-text.--lh-66{line-height:66px}.GREEN_GREY ._tertiary-text.--lh-67{line-height:67px}.GREEN_GREY ._tertiary-text.--lh-68{line-height:68px}.GREEN_GREY ._tertiary-text.--lh-69{line-height:69px}.GREEN_GREY ._tertiary-text.--lh-70{line-height:70px}.GREEN_GREY ._tertiary-text.--lh-71{line-height:71px}.GREEN_GREY ._tertiary-text.--lh-72{line-height:72px}.GREEN_GREY ._tertiary-text.--lh-73{line-height:73px}.GREEN_GREY ._tertiary-text.--lh-74{line-height:74px}.GREEN_GREY ._tertiary-text.--lh-75{line-height:75px}.GREEN_GREY ._tertiary-text.--lh-76{line-height:76px}.GREEN_GREY ._tertiary-text.--lh-77{line-height:77px}.GREEN_GREY ._tertiary-text.--lh-78{line-height:78px}.GREEN_GREY ._tertiary-text.--lh-79{line-height:79px}.GREEN_GREY ._tertiary-text.--lh-80{line-height:80px}.GREEN_GREY ._tertiary-text.--lh-81{line-height:81px}.GREEN_GREY ._tertiary-text.--lh-82{line-height:82px}.GREEN_GREY ._tertiary-text.--lh-83{line-height:83px}.GREEN_GREY ._tertiary-text.--lh-84{line-height:84px}.GREEN_GREY ._tertiary-text.--lh-85{line-height:85px}.GREEN_GREY ._tertiary-text.--lh-86{line-height:86px}.GREEN_GREY ._tertiary-text.--lh-87{line-height:87px}.GREEN_GREY ._tertiary-text.--lh-88{line-height:88px}.GREEN_GREY ._tertiary-text.--lh-89{line-height:89px}.GREEN_GREY ._tertiary-text.--lh-90{line-height:90px}.GREEN_GREY ._tertiary-text.--lh-91{line-height:91px}.GREEN_GREY ._tertiary-text.--lh-92{line-height:92px}.GREEN_GREY ._tertiary-text.--lh-93{line-height:93px}.GREEN_GREY ._tertiary-text.--lh-94{line-height:94px}.GREEN_GREY ._tertiary-text.--lh-95{line-height:95px}.GREEN_GREY ._tertiary-text.--lh-96{line-height:96px}.GREEN_GREY ._tertiary-text.--lh-97{line-height:97px}.GREEN_GREY ._tertiary-text.--lh-98{line-height:98px}.GREEN_GREY ._tertiary-text.--lh-99{line-height:99px}.GREEN_GREY ._tertiary-text.--lh-100{line-height:100px}.GREEN_GREY ._tertiary-text.--lh-101{line-height:101px}.GREEN_GREY ._tertiary-text.--lh-102{line-height:102px}.GREEN_GREY ._tertiary-text.--lh-103{line-height:103px}.GREEN_GREY ._tertiary-text.--lh-104{line-height:104px}.GREEN_GREY ._tertiary-text.--lh-105{line-height:105px}.GREEN_GREY ._tertiary-text.--lh-106{line-height:106px}.GREEN_GREY ._tertiary-text.--lh-107{line-height:107px}.GREEN_GREY ._tertiary-text.--lh-108{line-height:108px}.GREEN_GREY ._tertiary-text.--lh-109{line-height:109px}.GREEN_GREY ._tertiary-text.--lh-110{line-height:110px}.GREEN_GREY ._tertiary-text.--lh-111{line-height:111px}.GREEN_GREY ._tertiary-text.--lh-112{line-height:112px}.GREEN_GREY ._tertiary-text.--lh-113{line-height:113px}.GREEN_GREY ._tertiary-text.--lh-114{line-height:114px}.GREEN_GREY ._tertiary-text.--lh-115{line-height:115px}.GREEN_GREY ._tertiary-text.--lh-116{line-height:116px}.GREEN_GREY ._tertiary-text.--lh-117{line-height:117px}.GREEN_GREY ._tertiary-text.--lh-118{line-height:118px}.GREEN_GREY ._tertiary-text.--lh-119{line-height:119px}.GREEN_GREY ._tertiary-text.--lh-120{line-height:120px}.GREEN_GREY ._tertiary-text.--lh-121{line-height:121px}.GREEN_GREY ._tertiary-text.--lh-122{line-height:122px}.GREEN_GREY ._tertiary-text.--lh-123{line-height:123px}.GREEN_GREY ._tertiary-text.--lh-124{line-height:124px}.GREEN_GREY ._tertiary-text.--lh-125{line-height:125px}.GREEN_GREY ._tertiary-text.--lh-126{line-height:126px}.GREEN_GREY ._tertiary-text.--lh-127{line-height:127px}.GREEN_GREY ._tertiary-text.--lh-128{line-height:128px}.GREEN_GREY ._tertiary-text.--lh-129{line-height:129px}.GREEN_GREY ._tertiary-text.--lh-130{line-height:130px}.GREEN_GREY ._tertiary-text.--lh-131{line-height:131px}.GREEN_GREY ._tertiary-text.--lh-132{line-height:132px}.GREEN_GREY ._tertiary-text.--lh-133{line-height:133px}.GREEN_GREY ._tertiary-text.--lh-134{line-height:134px}.GREEN_GREY ._tertiary-text.--lh-135{line-height:135px}.GREEN_GREY ._tertiary-text.--lh-136{line-height:136px}.GREEN_GREY ._tertiary-text.--lh-137{line-height:137px}.GREEN_GREY ._tertiary-text.--lh-138{line-height:138px}.GREEN_GREY ._tertiary-text.--lh-139{line-height:139px}.GREEN_GREY ._tertiary-text.--lh-140{line-height:140px}.GREEN_GREY ._tertiary-text.--lh-141{line-height:141px}.GREEN_GREY ._tertiary-text.--lh-142{line-height:142px}.GREEN_GREY ._tertiary-text.--lh-143{line-height:143px}.GREEN_GREY ._tertiary-text.--lh-144{line-height:144px}.GREEN_GREY ._tertiary-text.--lh-145{line-height:145px}.GREEN_GREY ._tertiary-text.--lh-146{line-height:146px}.GREEN_GREY ._tertiary-text.--lh-147{line-height:147px}.GREEN_GREY ._tertiary-text.--lh-148{line-height:148px}.GREEN_GREY ._tertiary-text.--lh-149{line-height:149px}.GREEN_GREY ._tertiary-text.--lh-150{line-height:150px}.GREEN_GREY ._tertiary-text.--lh-151{line-height:151px}.GREEN_GREY ._tertiary-text.--lh-152{line-height:152px}.GREEN_GREY ._tertiary-text.--lh-153{line-height:153px}.GREEN_GREY ._tertiary-text.--lh-154{line-height:154px}.GREEN_GREY ._tertiary-text.--lh-155{line-height:155px}.GREEN_GREY ._tertiary-text.--lh-156{line-height:156px}.GREEN_GREY ._tertiary-text.--lh-157{line-height:157px}.GREEN_GREY ._tertiary-text.--lh-158{line-height:158px}.GREEN_GREY ._tertiary-text.--lh-159{line-height:159px}.GREEN_GREY ._tertiary-text.--lh-160{line-height:160px}.GREEN_GREY ._tertiary-text.--lh-161{line-height:161px}.GREEN_GREY ._tertiary-text.--lh-162{line-height:162px}.GREEN_GREY ._tertiary-text.--lh-163{line-height:163px}.GREEN_GREY ._tertiary-text.--lh-164{line-height:164px}.GREEN_GREY ._tertiary-text.--lh-165{line-height:165px}.GREEN_GREY ._tertiary-text.--lh-166{line-height:166px}.GREEN_GREY ._tertiary-text.--lh-167{line-height:167px}.GREEN_GREY ._tertiary-text.--lh-168{line-height:168px}.GREEN_GREY ._tertiary-text.--lh-169{line-height:169px}.GREEN_GREY ._tertiary-text.--lh-170{line-height:170px}.GREEN_GREY ._tertiary-text.--lh-171{line-height:171px}.GREEN_GREY ._tertiary-text.--lh-172{line-height:172px}.GREEN_GREY ._tertiary-text.--lh-173{line-height:173px}.GREEN_GREY ._tertiary-text.--lh-174{line-height:174px}.GREEN_GREY ._tertiary-text.--lh-175{line-height:175px}.GREEN_GREY ._tertiary-text.--lh-176{line-height:176px}.GREEN_GREY ._tertiary-text.--lh-177{line-height:177px}.GREEN_GREY ._tertiary-text.--lh-178{line-height:178px}.GREEN_GREY ._tertiary-text.--lh-179{line-height:179px}.GREEN_GREY ._tertiary-text.--lh-180{line-height:180px}.GREEN_GREY ._tertiary-text.--lh-181{line-height:181px}.GREEN_GREY ._tertiary-text.--lh-182{line-height:182px}.GREEN_GREY ._tertiary-text.--lh-183{line-height:183px}.GREEN_GREY ._tertiary-text.--lh-184{line-height:184px}.GREEN_GREY ._tertiary-text.--lh-185{line-height:185px}.GREEN_GREY ._tertiary-text.--lh-186{line-height:186px}.GREEN_GREY ._tertiary-text.--lh-187{line-height:187px}.GREEN_GREY ._tertiary-text.--lh-188{line-height:188px}.GREEN_GREY ._tertiary-text.--lh-189{line-height:189px}.GREEN_GREY ._tertiary-text.--lh-190{line-height:190px}.GREEN_GREY ._tertiary-text.--lh-191{line-height:191px}.GREEN_GREY ._tertiary-text.--lh-192{line-height:192px}.GREEN_GREY ._tertiary-text.--lh-193{line-height:193px}.GREEN_GREY ._tertiary-text.--lh-194{line-height:194px}.GREEN_GREY ._tertiary-text.--lh-195{line-height:195px}.GREEN_GREY ._tertiary-text.--lh-196{line-height:196px}.GREEN_GREY ._tertiary-text.--lh-197{line-height:197px}.GREEN_GREY ._tertiary-text.--lh-198{line-height:198px}.GREEN_GREY ._tertiary-text.--lh-199{line-height:199px}.GREEN_GREY ._tertiary-text.--lh-200{line-height:200px}.GREEN_GREY ._tertiary-text.--lh-201{line-height:201px}.GREEN_GREY ._tertiary-text.--lh-202{line-height:202px}.GREEN_GREY ._tertiary-text.--lh-203{line-height:203px}.GREEN_GREY ._tertiary-text.--lh-204{line-height:204px}.GREEN_GREY ._tertiary-text.--lh-205{line-height:205px}.GREEN_GREY ._tertiary-text.--lh-206{line-height:206px}.GREEN_GREY ._tertiary-text.--lh-207{line-height:207px}.GREEN_GREY ._tertiary-text.--lh-208{line-height:208px}.GREEN_GREY ._tertiary-text.--lh-209{line-height:209px}.GREEN_GREY ._tertiary-text.--lh-210{line-height:210px}.GREEN_GREY ._tertiary-text.--lh-211{line-height:211px}.GREEN_GREY ._tertiary-text.--lh-212{line-height:212px}.GREEN_GREY ._tertiary-text.--lh-213{line-height:213px}.GREEN_GREY ._tertiary-text.--lh-214{line-height:214px}.GREEN_GREY ._tertiary-text.--lh-215{line-height:215px}.GREEN_GREY ._tertiary-text.--lh-216{line-height:216px}.GREEN_GREY ._tertiary-text.--lh-217{line-height:217px}.GREEN_GREY ._tertiary-text.--lh-218{line-height:218px}.GREEN_GREY ._tertiary-text.--lh-219{line-height:219px}.GREEN_GREY ._tertiary-text.--lh-220{line-height:220px}.GREEN_GREY ._tertiary-text.--lh-221{line-height:221px}.GREEN_GREY ._tertiary-text.--lh-222{line-height:222px}.GREEN_GREY ._tertiary-text.--lh-223{line-height:223px}.GREEN_GREY ._tertiary-text.--lh-224{line-height:224px}.GREEN_GREY ._tertiary-text.--lh-225{line-height:225px}.GREEN_GREY ._tertiary-text.--lh-226{line-height:226px}.GREEN_GREY ._tertiary-text.--lh-227{line-height:227px}.GREEN_GREY ._tertiary-text.--lh-228{line-height:228px}.GREEN_GREY ._tertiary-text.--lh-229{line-height:229px}.GREEN_GREY ._tertiary-text.--lh-230{line-height:230px}.GREEN_GREY ._tertiary-text.--lh-231{line-height:231px}.GREEN_GREY ._tertiary-text.--lh-232{line-height:232px}.GREEN_GREY ._tertiary-text.--lh-233{line-height:233px}.GREEN_GREY ._tertiary-text.--lh-234{line-height:234px}.GREEN_GREY ._tertiary-text.--lh-235{line-height:235px}.GREEN_GREY ._tertiary-text.--lh-236{line-height:236px}.GREEN_GREY ._tertiary-text.--lh-237{line-height:237px}.GREEN_GREY ._tertiary-text.--lh-238{line-height:238px}.GREEN_GREY ._tertiary-text.--lh-239{line-height:239px}.GREEN_GREY ._tertiary-text.--lh-240{line-height:240px}.GREEN_GREY ._tertiary-text.--lh-241{line-height:241px}.GREEN_GREY ._tertiary-text.--lh-242{line-height:242px}.GREEN_GREY ._tertiary-text.--lh-243{line-height:243px}.GREEN_GREY ._tertiary-text.--lh-244{line-height:244px}.GREEN_GREY ._tertiary-text.--lh-245{line-height:245px}.GREEN_GREY ._tertiary-text.--lh-246{line-height:246px}.GREEN_GREY ._tertiary-text.--lh-247{line-height:247px}.GREEN_GREY ._tertiary-text.--lh-248{line-height:248px}.GREEN_GREY ._tertiary-text.--lh-249{line-height:249px}.GREEN_GREY ._tertiary-text.--lh-250{line-height:250px}.GREEN_GREY ._tertiary-text.--lh-251{line-height:251px}.GREEN_GREY ._tertiary-text.--lh-252{line-height:252px}.GREEN_GREY ._tertiary-text.--lh-253{line-height:253px}.GREEN_GREY ._tertiary-text.--lh-254{line-height:254px}.GREEN_GREY ._tertiary-text.--lh-255{line-height:255px}.GREEN_GREY ._tertiary-text.--lh-256{line-height:256px}.GREEN_GREY ._tertiary-text.--lh-257{line-height:257px}.GREEN_GREY ._tertiary-text.--lh-258{line-height:258px}.GREEN_GREY ._tertiary-text.--lh-259{line-height:259px}.GREEN_GREY ._tertiary-text.--lh-260{line-height:260px}.GREEN_GREY ._tertiary-text.--lh-261{line-height:261px}.GREEN_GREY ._tertiary-text.--lh-262{line-height:262px}.GREEN_GREY ._tertiary-text.--lh-263{line-height:263px}.GREEN_GREY ._tertiary-text.--lh-264{line-height:264px}.GREEN_GREY ._tertiary-text.--lh-265{line-height:265px}.GREEN_GREY ._tertiary-text.--lh-266{line-height:266px}.GREEN_GREY ._tertiary-text.--lh-267{line-height:267px}.GREEN_GREY ._tertiary-text.--lh-268{line-height:268px}.GREEN_GREY ._tertiary-text.--lh-269{line-height:269px}.GREEN_GREY ._tertiary-text.--lh-270{line-height:270px}.GREEN_GREY ._tertiary-text.--lh-271{line-height:271px}.GREEN_GREY ._tertiary-text.--lh-272{line-height:272px}.GREEN_GREY ._tertiary-text.--lh-273{line-height:273px}.GREEN_GREY ._tertiary-text.--lh-274{line-height:274px}.GREEN_GREY ._tertiary-text.--lh-275{line-height:275px}.GREEN_GREY ._tertiary-text.--lh-276{line-height:276px}.GREEN_GREY ._tertiary-text.--lh-277{line-height:277px}.GREEN_GREY ._tertiary-text.--lh-278{line-height:278px}.GREEN_GREY ._tertiary-text.--lh-279{line-height:279px}.GREEN_GREY ._tertiary-text.--lh-280{line-height:280px}.GREEN_GREY ._tertiary-text.--lh-281{line-height:281px}.GREEN_GREY ._tertiary-text.--lh-282{line-height:282px}.GREEN_GREY ._tertiary-text.--lh-283{line-height:283px}.GREEN_GREY ._tertiary-text.--lh-284{line-height:284px}.GREEN_GREY ._tertiary-text.--lh-285{line-height:285px}.GREEN_GREY ._tertiary-text.--lh-286{line-height:286px}.GREEN_GREY ._tertiary-text.--lh-287{line-height:287px}.GREEN_GREY ._tertiary-text.--lh-288{line-height:288px}.GREEN_GREY ._tertiary-text.--lh-289{line-height:289px}.GREEN_GREY ._tertiary-text.--lh-290{line-height:290px}.GREEN_GREY ._tertiary-text.--lh-291{line-height:291px}.GREEN_GREY ._tertiary-text.--lh-292{line-height:292px}.GREEN_GREY ._tertiary-text.--lh-293{line-height:293px}.GREEN_GREY ._tertiary-text.--lh-294{line-height:294px}.GREEN_GREY ._tertiary-text.--lh-295{line-height:295px}.GREEN_GREY ._tertiary-text.--lh-296{line-height:296px}.GREEN_GREY ._tertiary-text.--lh-297{line-height:297px}.GREEN_GREY ._tertiary-text.--lh-298{line-height:298px}.GREEN_GREY ._tertiary-text.--lh-299{line-height:299px}.GREEN_GREY ._tertiary-text.--lh-300{line-height:300px}.GREEN_GREY ._tertiary-text.--lh-301{line-height:301px}.GREEN_GREY ._tertiary-text.--lh-302{line-height:302px}.GREEN_GREY ._tertiary-text.--lh-303{line-height:303px}.GREEN_GREY ._tertiary-text.--lh-304{line-height:304px}.GREEN_GREY ._tertiary-text.--lh-305{line-height:305px}.GREEN_GREY ._tertiary-text.--lh-306{line-height:306px}.GREEN_GREY ._tertiary-text.--lh-307{line-height:307px}.GREEN_GREY ._tertiary-text.--lh-308{line-height:308px}.GREEN_GREY ._tertiary-text.--lh-309{line-height:309px}.GREEN_GREY ._tertiary-text.--lh-310{line-height:310px}.GREEN_GREY ._tertiary-text.--lh-311{line-height:311px}.GREEN_GREY ._tertiary-text.--lh-312{line-height:312px}.GREEN_GREY ._tertiary-text.--lh-313{line-height:313px}.GREEN_GREY ._tertiary-text.--lh-314{line-height:314px}.GREEN_GREY ._tertiary-text.--lh-315{line-height:315px}.GREEN_GREY ._tertiary-text.--lh-316{line-height:316px}.GREEN_GREY ._tertiary-text.--lh-317{line-height:317px}.GREEN_GREY ._tertiary-text.--lh-318{line-height:318px}.GREEN_GREY ._tertiary-text.--lh-319{line-height:319px}.GREEN_GREY ._tertiary-text.--lh-320{line-height:320px}.GREEN_GREY ._tertiary-text.--lh-321{line-height:321px}.GREEN_GREY ._tertiary-text.--lh-322{line-height:322px}.GREEN_GREY ._tertiary-text.--lh-323{line-height:323px}.GREEN_GREY ._tertiary-text.--lh-324{line-height:324px}.GREEN_GREY ._tertiary-text.--lh-325{line-height:325px}.GREEN_GREY ._tertiary-text.--lh-326{line-height:326px}.GREEN_GREY ._tertiary-text.--lh-327{line-height:327px}.GREEN_GREY ._tertiary-text.--lh-328{line-height:328px}.GREEN_GREY ._tertiary-text.--lh-329{line-height:329px}.GREEN_GREY ._tertiary-text.--lh-330{line-height:330px}.GREEN_GREY ._tertiary-text.--lh-331{line-height:331px}.GREEN_GREY ._tertiary-text.--lh-332{line-height:332px}.GREEN_GREY ._tertiary-text.--lh-333{line-height:333px}.GREEN_GREY ._tertiary-text.--lh-334{line-height:334px}.GREEN_GREY ._tertiary-text.--lh-335{line-height:335px}.GREEN_GREY ._tertiary-text.--lh-336{line-height:336px}.GREEN_GREY ._tertiary-text.--lh-337{line-height:337px}.GREEN_GREY ._tertiary-text.--lh-338{line-height:338px}.GREEN_GREY ._tertiary-text.--lh-339{line-height:339px}.GREEN_GREY ._tertiary-text.--lh-340{line-height:340px}.GREEN_GREY ._tertiary-text.--lh-341{line-height:341px}.GREEN_GREY ._tertiary-text.--lh-342{line-height:342px}.GREEN_GREY ._tertiary-text.--lh-343{line-height:343px}.GREEN_GREY ._tertiary-text.--lh-344{line-height:344px}.GREEN_GREY ._tertiary-text.--lh-345{line-height:345px}.GREEN_GREY ._tertiary-text.--lh-346{line-height:346px}.GREEN_GREY ._tertiary-text.--lh-347{line-height:347px}.GREEN_GREY ._tertiary-text.--lh-348{line-height:348px}.GREEN_GREY ._tertiary-text.--lh-349{line-height:349px}.GREEN_GREY ._tertiary-text.--lh-350{line-height:350px}.GREEN_GREY ._tertiary-text.--lh-351{line-height:351px}.GREEN_GREY ._tertiary-text.--lh-352{line-height:352px}.GREEN_GREY ._tertiary-text.--lh-353{line-height:353px}.GREEN_GREY ._tertiary-text.--lh-354{line-height:354px}.GREEN_GREY ._tertiary-text.--lh-355{line-height:355px}.GREEN_GREY ._tertiary-text.--lh-356{line-height:356px}.GREEN_GREY ._tertiary-text.--lh-357{line-height:357px}.GREEN_GREY ._tertiary-text.--lh-358{line-height:358px}.GREEN_GREY ._tertiary-text.--lh-359{line-height:359px}.GREEN_GREY ._tertiary-text.--lh-360{line-height:360px}.GREEN_GREY ._tertiary-text.--lh-361{line-height:361px}.GREEN_GREY ._tertiary-text.--lh-362{line-height:362px}.GREEN_GREY ._tertiary-text.--lh-363{line-height:363px}.GREEN_GREY ._tertiary-text.--lh-364{line-height:364px}.GREEN_GREY ._tertiary-text.--lh-365{line-height:365px}.GREEN_GREY ._tertiary-text.--lh-366{line-height:366px}.GREEN_GREY ._tertiary-text.--lh-367{line-height:367px}.GREEN_GREY ._tertiary-text.--lh-368{line-height:368px}.GREEN_GREY ._tertiary-text.--lh-369{line-height:369px}.GREEN_GREY ._tertiary-text.--lh-370{line-height:370px}.GREEN_GREY ._tertiary-text.--lh-371{line-height:371px}.GREEN_GREY ._tertiary-text.--lh-372{line-height:372px}.GREEN_GREY ._tertiary-text.--lh-373{line-height:373px}.GREEN_GREY ._tertiary-text.--lh-374{line-height:374px}.GREEN_GREY ._tertiary-text.--lh-375{line-height:375px}.GREEN_GREY ._tertiary-text.--lh-376{line-height:376px}.GREEN_GREY ._tertiary-text.--lh-377{line-height:377px}.GREEN_GREY ._tertiary-text.--lh-378{line-height:378px}.GREEN_GREY ._tertiary-text.--lh-379{line-height:379px}.GREEN_GREY ._tertiary-text.--lh-380{line-height:380px}.GREEN_GREY ._tertiary-text.--lh-381{line-height:381px}.GREEN_GREY ._tertiary-text.--lh-382{line-height:382px}.GREEN_GREY ._tertiary-text.--lh-383{line-height:383px}.GREEN_GREY ._tertiary-text.--lh-384{line-height:384px}.GREEN_GREY ._tertiary-text.--lh-385{line-height:385px}.GREEN_GREY ._tertiary-text.--lh-386{line-height:386px}.GREEN_GREY ._tertiary-text.--lh-387{line-height:387px}.GREEN_GREY ._tertiary-text.--lh-388{line-height:388px}.GREEN_GREY ._tertiary-text.--lh-389{line-height:389px}.GREEN_GREY ._tertiary-text.--lh-390{line-height:390px}.GREEN_GREY ._tertiary-text.--lh-391{line-height:391px}.GREEN_GREY ._tertiary-text.--lh-392{line-height:392px}.GREEN_GREY ._tertiary-text.--lh-393{line-height:393px}.GREEN_GREY ._tertiary-text.--lh-394{line-height:394px}.GREEN_GREY ._tertiary-text.--lh-395{line-height:395px}.GREEN_GREY ._tertiary-text.--lh-396{line-height:396px}.GREEN_GREY ._tertiary-text.--lh-397{line-height:397px}.GREEN_GREY ._tertiary-text.--lh-398{line-height:398px}.GREEN_GREY ._tertiary-text.--lh-399{line-height:399px}.GREEN_GREY ._tertiary-text.--lh-400{line-height:400px}.GREEN_GREY ._tertiary-text.--lh-401{line-height:401px}.GREEN_GREY ._tertiary-text.--lh-402{line-height:402px}.GREEN_GREY ._tertiary-text.--lh-403{line-height:403px}.GREEN_GREY ._tertiary-text.--lh-404{line-height:404px}.GREEN_GREY ._tertiary-text.--lh-405{line-height:405px}.GREEN_GREY ._tertiary-text.--lh-406{line-height:406px}.GREEN_GREY ._tertiary-text.--lh-407{line-height:407px}.GREEN_GREY ._tertiary-text.--lh-408{line-height:408px}.GREEN_GREY ._tertiary-text.--lh-409{line-height:409px}.GREEN_GREY ._tertiary-text.--lh-410{line-height:410px}.GREEN_GREY ._tertiary-text.--lh-411{line-height:411px}.GREEN_GREY ._tertiary-text.--lh-412{line-height:412px}.GREEN_GREY ._tertiary-text.--lh-413{line-height:413px}.GREEN_GREY ._tertiary-text.--lh-414{line-height:414px}.GREEN_GREY ._tertiary-text.--lh-415{line-height:415px}.GREEN_GREY ._tertiary-text.--lh-416{line-height:416px}.GREEN_GREY ._tertiary-text.--lh-417{line-height:417px}.GREEN_GREY ._tertiary-text.--lh-418{line-height:418px}.GREEN_GREY ._tertiary-text.--lh-419{line-height:419px}.GREEN_GREY ._tertiary-text.--lh-420{line-height:420px}.GREEN_GREY ._tertiary-text.--lh-421{line-height:421px}.GREEN_GREY ._tertiary-text.--lh-422{line-height:422px}.GREEN_GREY ._tertiary-text.--lh-423{line-height:423px}.GREEN_GREY ._tertiary-text.--lh-424{line-height:424px}.GREEN_GREY ._tertiary-text.--lh-425{line-height:425px}.GREEN_GREY ._tertiary-text.--lh-426{line-height:426px}.GREEN_GREY ._tertiary-text.--lh-427{line-height:427px}.GREEN_GREY ._tertiary-text.--lh-428{line-height:428px}.GREEN_GREY ._tertiary-text.--lh-429{line-height:429px}.GREEN_GREY ._tertiary-text.--lh-430{line-height:430px}.GREEN_GREY ._tertiary-text.--lh-431{line-height:431px}.GREEN_GREY ._tertiary-text.--lh-432{line-height:432px}.GREEN_GREY ._tertiary-text.--lh-433{line-height:433px}.GREEN_GREY ._tertiary-text.--lh-434{line-height:434px}.GREEN_GREY ._tertiary-text.--lh-435{line-height:435px}.GREEN_GREY ._tertiary-text.--lh-436{line-height:436px}.GREEN_GREY ._tertiary-text.--lh-437{line-height:437px}.GREEN_GREY ._tertiary-text.--lh-438{line-height:438px}.GREEN_GREY ._tertiary-text.--lh-439{line-height:439px}.GREEN_GREY ._tertiary-text.--lh-440{line-height:440px}.GREEN_GREY ._tertiary-text.--lh-441{line-height:441px}.GREEN_GREY ._tertiary-text.--lh-442{line-height:442px}.GREEN_GREY ._tertiary-text.--lh-443{line-height:443px}.GREEN_GREY ._tertiary-text.--lh-444{line-height:444px}.GREEN_GREY ._tertiary-text.--lh-445{line-height:445px}.GREEN_GREY ._tertiary-text.--lh-446{line-height:446px}.GREEN_GREY ._tertiary-text.--lh-447{line-height:447px}.GREEN_GREY ._tertiary-text.--lh-448{line-height:448px}.GREEN_GREY ._tertiary-text.--lh-449{line-height:449px}.GREEN_GREY ._tertiary-text.--lh-450{line-height:450px}.GREEN_GREY ._tertiary-text.--lh-451{line-height:451px}.GREEN_GREY ._tertiary-text.--lh-452{line-height:452px}.GREEN_GREY ._tertiary-text.--lh-453{line-height:453px}.GREEN_GREY ._tertiary-text.--lh-454{line-height:454px}.GREEN_GREY ._tertiary-text.--lh-455{line-height:455px}.GREEN_GREY ._tertiary-text.--lh-456{line-height:456px}.GREEN_GREY ._tertiary-text.--lh-457{line-height:457px}.GREEN_GREY ._tertiary-text.--lh-458{line-height:458px}.GREEN_GREY ._tertiary-text.--lh-459{line-height:459px}.GREEN_GREY ._tertiary-text.--lh-460{line-height:460px}.GREEN_GREY ._tertiary-text.--lh-461{line-height:461px}.GREEN_GREY ._tertiary-text.--lh-462{line-height:462px}.GREEN_GREY ._tertiary-text.--lh-463{line-height:463px}.GREEN_GREY ._tertiary-text.--lh-464{line-height:464px}.GREEN_GREY ._tertiary-text.--lh-465{line-height:465px}.GREEN_GREY ._tertiary-text.--lh-466{line-height:466px}.GREEN_GREY ._tertiary-text.--lh-467{line-height:467px}.GREEN_GREY ._tertiary-text.--lh-468{line-height:468px}.GREEN_GREY ._tertiary-text.--lh-469{line-height:469px}.GREEN_GREY ._tertiary-text.--lh-470{line-height:470px}.GREEN_GREY ._tertiary-text.--lh-471{line-height:471px}.GREEN_GREY ._tertiary-text.--lh-472{line-height:472px}.GREEN_GREY ._tertiary-text.--lh-473{line-height:473px}.GREEN_GREY ._tertiary-text.--lh-474{line-height:474px}.GREEN_GREY ._tertiary-text.--lh-475{line-height:475px}.GREEN_GREY ._tertiary-text.--lh-476{line-height:476px}.GREEN_GREY ._tertiary-text.--lh-477{line-height:477px}.GREEN_GREY ._tertiary-text.--lh-478{line-height:478px}.GREEN_GREY ._tertiary-text.--lh-479{line-height:479px}.GREEN_GREY ._tertiary-text.--lh-480{line-height:480px}.GREEN_GREY ._tertiary-text.--lh-481{line-height:481px}.GREEN_GREY ._tertiary-text.--lh-482{line-height:482px}.GREEN_GREY ._tertiary-text.--lh-483{line-height:483px}.GREEN_GREY ._tertiary-text.--lh-484{line-height:484px}.GREEN_GREY ._tertiary-text.--lh-485{line-height:485px}.GREEN_GREY ._tertiary-text.--lh-486{line-height:486px}.GREEN_GREY ._tertiary-text.--lh-487{line-height:487px}.GREEN_GREY ._tertiary-text.--lh-488{line-height:488px}.GREEN_GREY ._tertiary-text.--lh-489{line-height:489px}.GREEN_GREY ._tertiary-text.--lh-490{line-height:490px}.GREEN_GREY ._tertiary-text.--lh-491{line-height:491px}.GREEN_GREY ._tertiary-text.--lh-492{line-height:492px}.GREEN_GREY ._tertiary-text.--lh-493{line-height:493px}.GREEN_GREY ._tertiary-text.--lh-494{line-height:494px}.GREEN_GREY ._tertiary-text.--lh-495{line-height:495px}.GREEN_GREY ._tertiary-text.--lh-496{line-height:496px}.GREEN_GREY ._tertiary-text.--lh-497{line-height:497px}.GREEN_GREY ._tertiary-text.--lh-498{line-height:498px}.GREEN_GREY ._tertiary-text.--lh-499{line-height:499px}.GREEN_GREY ._tertiary-text.--lh-500{line-height:500px}.GREEN_GREY ._tertiary-text.--lh-501{line-height:501px}.GREEN_GREY ._tertiary-text.--lh-502{line-height:502px}.GREEN_GREY ._tertiary-text.--lh-503{line-height:503px}.GREEN_GREY ._tertiary-text.--lh-504{line-height:504px}.GREEN_GREY ._tertiary-text.--lh-505{line-height:505px}.GREEN_GREY ._tertiary-text.--lh-506{line-height:506px}.GREEN_GREY ._tertiary-text.--lh-507{line-height:507px}.GREEN_GREY ._tertiary-text.--lh-508{line-height:508px}.GREEN_GREY ._tertiary-text.--lh-509{line-height:509px}.GREEN_GREY ._tertiary-text.--lh-510{line-height:510px}.GREEN_GREY ._tertiary-text.--lh-511{line-height:511px}.GREEN_GREY ._tertiary-text.--lh-512{line-height:512px}.GREEN_GREY ._tertiary-text.--lh-513{line-height:513px}.GREEN_GREY ._tertiary-text.--lh-514{line-height:514px}.GREEN_GREY ._tertiary-text.--lh-515{line-height:515px}.GREEN_GREY ._tertiary-text.--lh-516{line-height:516px}.GREEN_GREY ._tertiary-text.--lh-517{line-height:517px}.GREEN_GREY ._tertiary-text.--lh-518{line-height:518px}.GREEN_GREY ._tertiary-text.--lh-519{line-height:519px}.GREEN_GREY ._tertiary-text.--lh-520{line-height:520px}.GREEN_GREY ._tertiary-text.--lh-521{line-height:521px}.GREEN_GREY ._tertiary-text.--lh-522{line-height:522px}.GREEN_GREY ._tertiary-text.--lh-523{line-height:523px}.GREEN_GREY ._tertiary-text.--lh-524{line-height:524px}.GREEN_GREY ._tertiary-text.--lh-525{line-height:525px}.GREEN_GREY ._tertiary-text.--lh-526{line-height:526px}.GREEN_GREY ._tertiary-text.--lh-527{line-height:527px}.GREEN_GREY ._tertiary-text.--lh-528{line-height:528px}.GREEN_GREY ._tertiary-text.--lh-529{line-height:529px}.GREEN_GREY ._tertiary-text.--lh-530{line-height:530px}.GREEN_GREY ._tertiary-text.--lh-531{line-height:531px}.GREEN_GREY ._tertiary-text.--lh-532{line-height:532px}.GREEN_GREY ._tertiary-text.--lh-533{line-height:533px}.GREEN_GREY ._tertiary-text.--lh-534{line-height:534px}.GREEN_GREY ._tertiary-text.--lh-535{line-height:535px}.GREEN_GREY ._tertiary-text.--lh-536{line-height:536px}.GREEN_GREY ._tertiary-text.--lh-537{line-height:537px}.GREEN_GREY ._tertiary-text.--lh-538{line-height:538px}.GREEN_GREY ._tertiary-text.--lh-539{line-height:539px}.GREEN_GREY ._tertiary-text.--lh-540{line-height:540px}.GREEN_GREY ._tertiary-text.--lh-541{line-height:541px}.GREEN_GREY ._tertiary-text.--lh-542{line-height:542px}.GREEN_GREY ._tertiary-text.--lh-543{line-height:543px}.GREEN_GREY ._tertiary-text.--lh-544{line-height:544px}.GREEN_GREY ._tertiary-text.--lh-545{line-height:545px}.GREEN_GREY ._tertiary-text.--lh-546{line-height:546px}.GREEN_GREY ._tertiary-text.--lh-547{line-height:547px}.GREEN_GREY ._tertiary-text.--lh-548{line-height:548px}.GREEN_GREY ._tertiary-text.--lh-549{line-height:549px}.GREEN_GREY ._tertiary-text.--lh-550{line-height:550px}.GREEN_GREY ._tertiary-text.--lh-551{line-height:551px}.GREEN_GREY ._tertiary-text.--lh-552{line-height:552px}.GREEN_GREY ._tertiary-text.--lh-553{line-height:553px}.GREEN_GREY ._tertiary-text.--lh-554{line-height:554px}.GREEN_GREY ._tertiary-text.--lh-555{line-height:555px}.GREEN_GREY ._tertiary-text.--lh-556{line-height:556px}.GREEN_GREY ._tertiary-text.--lh-557{line-height:557px}.GREEN_GREY ._tertiary-text.--lh-558{line-height:558px}.GREEN_GREY ._tertiary-text.--lh-559{line-height:559px}.GREEN_GREY ._tertiary-text.--lh-560{line-height:560px}.GREEN_GREY ._tertiary-text.--lh-561{line-height:561px}.GREEN_GREY ._tertiary-text.--lh-562{line-height:562px}.GREEN_GREY ._tertiary-text.--lh-563{line-height:563px}.GREEN_GREY ._tertiary-text.--lh-564{line-height:564px}.GREEN_GREY ._tertiary-text.--lh-565{line-height:565px}.GREEN_GREY ._tertiary-text.--lh-566{line-height:566px}.GREEN_GREY ._tertiary-text.--lh-567{line-height:567px}.GREEN_GREY ._tertiary-text.--lh-568{line-height:568px}.GREEN_GREY ._tertiary-text.--lh-569{line-height:569px}.GREEN_GREY ._tertiary-text.--lh-570{line-height:570px}.GREEN_GREY ._tertiary-text.--lh-571{line-height:571px}.GREEN_GREY ._tertiary-text.--lh-572{line-height:572px}.GREEN_GREY ._tertiary-text.--lh-573{line-height:573px}.GREEN_GREY ._tertiary-text.--lh-574{line-height:574px}.GREEN_GREY ._tertiary-text.--lh-575{line-height:575px}.GREEN_GREY ._tertiary-text.--lh-576{line-height:576px}.GREEN_GREY ._tertiary-text.--lh-577{line-height:577px}.GREEN_GREY ._tertiary-text.--lh-578{line-height:578px}.GREEN_GREY ._tertiary-text.--lh-579{line-height:579px}.GREEN_GREY ._tertiary-text.--lh-580{line-height:580px}.GREEN_GREY ._tertiary-text.--lh-581{line-height:581px}.GREEN_GREY ._tertiary-text.--lh-582{line-height:582px}.GREEN_GREY ._tertiary-text.--lh-583{line-height:583px}.GREEN_GREY ._tertiary-text.--lh-584{line-height:584px}.GREEN_GREY ._tertiary-text.--lh-585{line-height:585px}.GREEN_GREY ._tertiary-text.--lh-586{line-height:586px}.GREEN_GREY ._tertiary-text.--lh-587{line-height:587px}.GREEN_GREY ._tertiary-text.--lh-588{line-height:588px}.GREEN_GREY ._tertiary-text.--lh-589{line-height:589px}.GREEN_GREY ._tertiary-text.--lh-590{line-height:590px}.GREEN_GREY ._tertiary-text.--lh-591{line-height:591px}.GREEN_GREY ._tertiary-text.--lh-592{line-height:592px}.GREEN_GREY ._tertiary-text.--lh-593{line-height:593px}.GREEN_GREY ._tertiary-text.--lh-594{line-height:594px}.GREEN_GREY ._tertiary-text.--lh-595{line-height:595px}.GREEN_GREY ._tertiary-text.--lh-596{line-height:596px}.GREEN_GREY ._tertiary-text.--lh-597{line-height:597px}.GREEN_GREY ._tertiary-text.--lh-598{line-height:598px}.GREEN_GREY ._tertiary-text.--lh-599{line-height:599px}.GREEN_GREY ._tertiary-text.--lh-600{line-height:600px}.GREEN_GREY ._tertiary-text.--lh-601{line-height:601px}.GREEN_GREY ._tertiary-text.--lh-602{line-height:602px}.GREEN_GREY ._tertiary-text.--lh-603{line-height:603px}.GREEN_GREY ._tertiary-text.--lh-604{line-height:604px}.GREEN_GREY ._tertiary-text.--lh-605{line-height:605px}.GREEN_GREY ._tertiary-text.--lh-606{line-height:606px}.GREEN_GREY ._tertiary-text.--lh-607{line-height:607px}.GREEN_GREY ._tertiary-text.--lh-608{line-height:608px}.GREEN_GREY ._tertiary-text.--lh-609{line-height:609px}.GREEN_GREY ._tertiary-text.--lh-610{line-height:610px}.GREEN_GREY ._tertiary-text.--lh-611{line-height:611px}.GREEN_GREY ._tertiary-text.--lh-612{line-height:612px}.GREEN_GREY ._tertiary-text.--lh-613{line-height:613px}.GREEN_GREY ._tertiary-text.--lh-614{line-height:614px}.GREEN_GREY ._tertiary-text.--lh-615{line-height:615px}.GREEN_GREY ._tertiary-text.--lh-616{line-height:616px}.GREEN_GREY ._tertiary-text.--lh-617{line-height:617px}.GREEN_GREY ._tertiary-text.--lh-618{line-height:618px}.GREEN_GREY ._tertiary-text.--lh-619{line-height:619px}.GREEN_GREY ._tertiary-text.--lh-620{line-height:620px}.GREEN_GREY ._tertiary-text.--lh-621{line-height:621px}.GREEN_GREY ._tertiary-text.--lh-622{line-height:622px}.GREEN_GREY ._tertiary-text.--lh-623{line-height:623px}.GREEN_GREY ._tertiary-text.--lh-624{line-height:624px}.GREEN_GREY ._tertiary-text.--lh-625{line-height:625px}.GREEN_GREY ._tertiary-text.--lh-626{line-height:626px}.GREEN_GREY ._tertiary-text.--lh-627{line-height:627px}.GREEN_GREY ._tertiary-text.--lh-628{line-height:628px}.GREEN_GREY ._tertiary-text.--lh-629{line-height:629px}.GREEN_GREY ._tertiary-text.--lh-630{line-height:630px}.GREEN_GREY ._tertiary-text.--lh-631{line-height:631px}.GREEN_GREY ._tertiary-text.--lh-632{line-height:632px}.GREEN_GREY ._tertiary-text.--lh-633{line-height:633px}.GREEN_GREY ._tertiary-text.--lh-634{line-height:634px}.GREEN_GREY ._tertiary-text.--lh-635{line-height:635px}.GREEN_GREY ._tertiary-text.--lh-636{line-height:636px}.GREEN_GREY ._tertiary-text.--lh-637{line-height:637px}.GREEN_GREY ._tertiary-text.--lh-638{line-height:638px}.GREEN_GREY ._tertiary-text.--lh-639{line-height:639px}.GREEN_GREY ._tertiary-text.--lh-640{line-height:640px}.GREEN_GREY ._tertiary-text.--lh-641{line-height:641px}.GREEN_GREY ._tertiary-text.--lh-642{line-height:642px}.GREEN_GREY ._tertiary-text.--lh-643{line-height:643px}.GREEN_GREY ._tertiary-text.--lh-644{line-height:644px}.GREEN_GREY ._tertiary-text.--lh-645{line-height:645px}.GREEN_GREY ._tertiary-text.--lh-646{line-height:646px}.GREEN_GREY ._tertiary-text.--lh-647{line-height:647px}.GREEN_GREY ._tertiary-text.--lh-648{line-height:648px}.GREEN_GREY ._tertiary-text.--lh-649{line-height:649px}.GREEN_GREY ._tertiary-text.--lh-650{line-height:650px}.GREEN_GREY ._tertiary-text.--lh-651{line-height:651px}.GREEN_GREY ._tertiary-text.--lh-652{line-height:652px}.GREEN_GREY ._tertiary-text.--lh-653{line-height:653px}.GREEN_GREY ._tertiary-text.--lh-654{line-height:654px}.GREEN_GREY ._tertiary-text.--lh-655{line-height:655px}.GREEN_GREY ._tertiary-text.--lh-656{line-height:656px}.GREEN_GREY ._tertiary-text.--lh-657{line-height:657px}.GREEN_GREY ._tertiary-text.--lh-658{line-height:658px}.GREEN_GREY ._tertiary-text.--lh-659{line-height:659px}.GREEN_GREY ._tertiary-text.--lh-660{line-height:660px}.GREEN_GREY ._tertiary-text.--lh-661{line-height:661px}.GREEN_GREY ._tertiary-text.--lh-662{line-height:662px}.GREEN_GREY ._tertiary-text.--lh-663{line-height:663px}.GREEN_GREY ._tertiary-text.--lh-664{line-height:664px}.GREEN_GREY ._tertiary-text.--lh-665{line-height:665px}.GREEN_GREY ._tertiary-text.--lh-666{line-height:666px}.GREEN_GREY ._tertiary-text.--lh-667{line-height:667px}.GREEN_GREY ._tertiary-text.--lh-668{line-height:668px}.GREEN_GREY ._tertiary-text.--lh-669{line-height:669px}.GREEN_GREY ._tertiary-text.--lh-670{line-height:670px}.GREEN_GREY ._tertiary-text.--lh-671{line-height:671px}.GREEN_GREY ._tertiary-text.--lh-672{line-height:672px}.GREEN_GREY ._tertiary-text.--lh-673{line-height:673px}.GREEN_GREY ._tertiary-text.--lh-674{line-height:674px}.GREEN_GREY ._tertiary-text.--lh-675{line-height:675px}.GREEN_GREY ._tertiary-text.--lh-676{line-height:676px}.GREEN_GREY ._tertiary-text.--lh-677{line-height:677px}.GREEN_GREY ._tertiary-text.--lh-678{line-height:678px}.GREEN_GREY ._tertiary-text.--lh-679{line-height:679px}.GREEN_GREY ._tertiary-text.--lh-680{line-height:680px}.GREEN_GREY ._tertiary-text.--lh-681{line-height:681px}.GREEN_GREY ._tertiary-text.--lh-682{line-height:682px}.GREEN_GREY ._tertiary-text.--lh-683{line-height:683px}.GREEN_GREY ._tertiary-text.--lh-684{line-height:684px}.GREEN_GREY ._tertiary-text.--lh-685{line-height:685px}.GREEN_GREY ._tertiary-text.--lh-686{line-height:686px}.GREEN_GREY ._tertiary-text.--lh-687{line-height:687px}.GREEN_GREY ._tertiary-text.--lh-688{line-height:688px}.GREEN_GREY ._tertiary-text.--lh-689{line-height:689px}.GREEN_GREY ._tertiary-text.--lh-690{line-height:690px}.GREEN_GREY ._tertiary-text.--lh-691{line-height:691px}.GREEN_GREY ._tertiary-text.--lh-692{line-height:692px}.GREEN_GREY ._tertiary-text.--lh-693{line-height:693px}.GREEN_GREY ._tertiary-text.--lh-694{line-height:694px}.GREEN_GREY ._tertiary-text.--lh-695{line-height:695px}.GREEN_GREY ._tertiary-text.--lh-696{line-height:696px}.GREEN_GREY ._tertiary-text.--lh-697{line-height:697px}.GREEN_GREY ._tertiary-text.--lh-698{line-height:698px}.GREEN_GREY ._tertiary-text.--lh-699{line-height:699px}.GREEN_GREY ._tertiary-text.--lh-700{line-height:700px}.GREEN_GREY ._tertiary-text.--lh-701{line-height:701px}.GREEN_GREY ._tertiary-text.--lh-702{line-height:702px}.GREEN_GREY ._tertiary-text.--lh-703{line-height:703px}.GREEN_GREY ._tertiary-text.--lh-704{line-height:704px}.GREEN_GREY ._tertiary-text.--lh-705{line-height:705px}.GREEN_GREY ._tertiary-text.--lh-706{line-height:706px}.GREEN_GREY ._tertiary-text.--lh-707{line-height:707px}.GREEN_GREY ._tertiary-text.--lh-708{line-height:708px}.GREEN_GREY ._tertiary-text.--lh-709{line-height:709px}.GREEN_GREY ._tertiary-text.--lh-710{line-height:710px}.GREEN_GREY ._tertiary-text.--lh-711{line-height:711px}.GREEN_GREY ._tertiary-text.--lh-712{line-height:712px}.GREEN_GREY ._tertiary-text.--lh-713{line-height:713px}.GREEN_GREY ._tertiary-text.--lh-714{line-height:714px}.GREEN_GREY ._tertiary-text.--lh-715{line-height:715px}.GREEN_GREY ._tertiary-text.--lh-716{line-height:716px}.GREEN_GREY ._tertiary-text.--lh-717{line-height:717px}.GREEN_GREY ._tertiary-text.--lh-718{line-height:718px}.GREEN_GREY ._tertiary-text.--lh-719{line-height:719px}.GREEN_GREY ._tertiary-text.--lh-720{line-height:720px}.GREEN_GREY ._tertiary-text.--lh-721{line-height:721px}.GREEN_GREY ._tertiary-text.--lh-722{line-height:722px}.GREEN_GREY ._tertiary-text.--lh-723{line-height:723px}.GREEN_GREY ._tertiary-text.--lh-724{line-height:724px}.GREEN_GREY ._tertiary-text.--lh-725{line-height:725px}.GREEN_GREY ._tertiary-text.--lh-726{line-height:726px}.GREEN_GREY ._tertiary-text.--lh-727{line-height:727px}.GREEN_GREY ._tertiary-text.--lh-728{line-height:728px}.GREEN_GREY ._tertiary-text.--lh-729{line-height:729px}.GREEN_GREY ._tertiary-text.--lh-730{line-height:730px}.GREEN_GREY ._tertiary-text.--lh-731{line-height:731px}.GREEN_GREY ._tertiary-text.--lh-732{line-height:732px}.GREEN_GREY ._tertiary-text.--lh-733{line-height:733px}.GREEN_GREY ._tertiary-text.--lh-734{line-height:734px}.GREEN_GREY ._tertiary-text.--lh-735{line-height:735px}.GREEN_GREY ._tertiary-text.--lh-736{line-height:736px}.GREEN_GREY ._tertiary-text.--lh-737{line-height:737px}.GREEN_GREY ._tertiary-text.--lh-738{line-height:738px}.GREEN_GREY ._tertiary-text.--lh-739{line-height:739px}.GREEN_GREY ._tertiary-text.--lh-740{line-height:740px}.GREEN_GREY ._tertiary-text.--lh-741{line-height:741px}.GREEN_GREY ._tertiary-text.--lh-742{line-height:742px}.GREEN_GREY ._tertiary-text.--lh-743{line-height:743px}.GREEN_GREY ._tertiary-text.--lh-744{line-height:744px}.GREEN_GREY ._tertiary-text.--lh-745{line-height:745px}.GREEN_GREY ._tertiary-text.--lh-746{line-height:746px}.GREEN_GREY ._tertiary-text.--lh-747{line-height:747px}.GREEN_GREY ._tertiary-text.--lh-748{line-height:748px}.GREEN_GREY ._tertiary-text.--lh-749{line-height:749px}.GREEN_GREY ._tertiary-text.--lh-750{line-height:750px}.GREEN_GREY ._tertiary-text.--lh-751{line-height:751px}.GREEN_GREY ._tertiary-text.--lh-752{line-height:752px}.GREEN_GREY ._tertiary-text.--lh-753{line-height:753px}.GREEN_GREY ._tertiary-text.--lh-754{line-height:754px}.GREEN_GREY ._tertiary-text.--lh-755{line-height:755px}.GREEN_GREY ._tertiary-text.--lh-756{line-height:756px}.GREEN_GREY ._tertiary-text.--lh-757{line-height:757px}.GREEN_GREY ._tertiary-text.--lh-758{line-height:758px}.GREEN_GREY ._tertiary-text.--lh-759{line-height:759px}.GREEN_GREY ._tertiary-text.--lh-760{line-height:760px}.GREEN_GREY ._tertiary-text.--lh-761{line-height:761px}.GREEN_GREY ._tertiary-text.--lh-762{line-height:762px}.GREEN_GREY ._tertiary-text.--lh-763{line-height:763px}.GREEN_GREY ._tertiary-text.--lh-764{line-height:764px}.GREEN_GREY ._tertiary-text.--lh-765{line-height:765px}.GREEN_GREY ._tertiary-text.--lh-766{line-height:766px}.GREEN_GREY ._tertiary-text.--lh-767{line-height:767px}.GREEN_GREY ._tertiary-text.--lh-768{line-height:768px}.GREEN_GREY ._tertiary-text.--lh-769{line-height:769px}.GREEN_GREY ._tertiary-text.--lh-770{line-height:770px}.GREEN_GREY ._tertiary-text.--lh-771{line-height:771px}.GREEN_GREY ._tertiary-text.--lh-772{line-height:772px}.GREEN_GREY ._tertiary-text.--lh-773{line-height:773px}.GREEN_GREY ._tertiary-text.--lh-774{line-height:774px}.GREEN_GREY ._tertiary-text.--lh-775{line-height:775px}.GREEN_GREY ._tertiary-text.--lh-776{line-height:776px}.GREEN_GREY ._tertiary-text.--lh-777{line-height:777px}.GREEN_GREY ._tertiary-text.--lh-778{line-height:778px}.GREEN_GREY ._tertiary-text.--lh-779{line-height:779px}.GREEN_GREY ._tertiary-text.--lh-780{line-height:780px}.GREEN_GREY ._tertiary-text.--lh-781{line-height:781px}.GREEN_GREY ._tertiary-text.--lh-782{line-height:782px}.GREEN_GREY ._tertiary-text.--lh-783{line-height:783px}.GREEN_GREY ._tertiary-text.--lh-784{line-height:784px}.GREEN_GREY ._tertiary-text.--lh-785{line-height:785px}.GREEN_GREY ._tertiary-text.--lh-786{line-height:786px}.GREEN_GREY ._tertiary-text.--lh-787{line-height:787px}.GREEN_GREY ._tertiary-text.--lh-788{line-height:788px}.GREEN_GREY ._tertiary-text.--lh-789{line-height:789px}.GREEN_GREY ._tertiary-text.--lh-790{line-height:790px}.GREEN_GREY ._tertiary-text.--lh-791{line-height:791px}.GREEN_GREY ._tertiary-text.--lh-792{line-height:792px}.GREEN_GREY ._tertiary-text.--lh-793{line-height:793px}.GREEN_GREY ._tertiary-text.--lh-794{line-height:794px}.GREEN_GREY ._tertiary-text.--lh-795{line-height:795px}.GREEN_GREY ._tertiary-text.--lh-796{line-height:796px}.GREEN_GREY ._tertiary-text.--lh-797{line-height:797px}.GREEN_GREY ._tertiary-text.--lh-798{line-height:798px}.GREEN_GREY ._tertiary-text.--lh-799{line-height:799px}.GREEN_GREY ._tertiary-text.--lh-800{line-height:800px}.GREEN_GREY ._white-text{color:var(--white2);font-family:Poppins}.GREEN_GREY ._white-text.--size-5{font-size:5px}.GREEN_GREY ._white-text.--size-6{font-size:6px}.GREEN_GREY ._white-text.--size-7{font-size:7px}.GREEN_GREY ._white-text.--size-8{font-size:8px}.GREEN_GREY ._white-text.--size-9{font-size:9px}.GREEN_GREY ._white-text.--size-10{font-size:10px}.GREEN_GREY ._white-text.--size-11{font-size:11px}.GREEN_GREY ._white-text.--size-12{font-size:12px}.GREEN_GREY ._white-text.--size-13{font-size:13px}.GREEN_GREY ._white-text.--size-14{font-size:14px}.GREEN_GREY ._white-text.--size-15{font-size:15px}.GREEN_GREY ._white-text.--size-16{font-size:16px}.GREEN_GREY ._white-text.--size-17{font-size:17px}.GREEN_GREY ._white-text.--size-18{font-size:18px}.GREEN_GREY ._white-text.--size-19{font-size:19px}.GREEN_GREY ._white-text.--size-20{font-size:20px}.GREEN_GREY ._white-text.--size-21{font-size:21px}.GREEN_GREY ._white-text.--size-22{font-size:22px}.GREEN_GREY ._white-text.--size-23{font-size:23px}.GREEN_GREY ._white-text.--size-24{font-size:24px}.GREEN_GREY ._white-text.--size-25{font-size:25px}.GREEN_GREY ._white-text.--size-26{font-size:26px}.GREEN_GREY ._white-text.--size-27{font-size:27px}.GREEN_GREY ._white-text.--size-28{font-size:28px}.GREEN_GREY ._white-text.--size-29{font-size:29px}.GREEN_GREY ._white-text.--size-30{font-size:30px}.GREEN_GREY ._white-text.--size-31{font-size:31px}.GREEN_GREY ._white-text.--size-32{font-size:32px}.GREEN_GREY ._white-text.--size-33{font-size:33px}.GREEN_GREY ._white-text.--size-34{font-size:34px}.GREEN_GREY ._white-text.--size-35{font-size:35px}.GREEN_GREY ._white-text.--size-36{font-size:36px}.GREEN_GREY ._white-text.--size-37{font-size:37px}.GREEN_GREY ._white-text.--size-38{font-size:38px}.GREEN_GREY ._white-text.--size-39{font-size:39px}.GREEN_GREY ._white-text.--size-40{font-size:40px}.GREEN_GREY ._white-text.--size-41{font-size:41px}.GREEN_GREY ._white-text.--size-42{font-size:42px}.GREEN_GREY ._white-text.--size-43{font-size:43px}.GREEN_GREY ._white-text.--size-44{font-size:44px}.GREEN_GREY ._white-text.--size-45{font-size:45px}.GREEN_GREY ._white-text.--size-46{font-size:46px}.GREEN_GREY ._white-text.--size-47{font-size:47px}.GREEN_GREY ._white-text.--size-48{font-size:48px}.GREEN_GREY ._white-text.--size-49{font-size:49px}.GREEN_GREY ._white-text.--size-50{font-size:50px}.GREEN_GREY ._white-text.--size-51{font-size:51px}.GREEN_GREY ._white-text.--size-52{font-size:52px}.GREEN_GREY ._white-text.--size-53{font-size:53px}.GREEN_GREY ._white-text.--size-54{font-size:54px}.GREEN_GREY ._white-text.--size-55{font-size:55px}.GREEN_GREY ._white-text.--size-56{font-size:56px}.GREEN_GREY ._white-text.--size-57{font-size:57px}.GREEN_GREY ._white-text.--size-58{font-size:58px}.GREEN_GREY ._white-text.--size-59{font-size:59px}.GREEN_GREY ._white-text.--size-60{font-size:60px}.GREEN_GREY ._white-text.--size-61{font-size:61px}.GREEN_GREY ._white-text.--size-62{font-size:62px}.GREEN_GREY ._white-text.--size-63{font-size:63px}.GREEN_GREY ._white-text.--size-64{font-size:64px}.GREEN_GREY ._white-text.--size-65{font-size:65px}.GREEN_GREY ._white-text.--size-66{font-size:66px}.GREEN_GREY ._white-text.--size-67{font-size:67px}.GREEN_GREY ._white-text.--size-68{font-size:68px}.GREEN_GREY ._white-text.--size-69{font-size:69px}.GREEN_GREY ._white-text.--size-70{font-size:70px}.GREEN_GREY ._white-text.--size-71{font-size:71px}.GREEN_GREY ._white-text.--size-72{font-size:72px}.GREEN_GREY ._white-text.--size-73{font-size:73px}.GREEN_GREY ._white-text.--size-74{font-size:74px}.GREEN_GREY ._white-text.--size-75{font-size:75px}.GREEN_GREY ._white-text.--size-76{font-size:76px}.GREEN_GREY ._white-text.--size-77{font-size:77px}.GREEN_GREY ._white-text.--size-78{font-size:78px}.GREEN_GREY ._white-text.--size-79{font-size:79px}.GREEN_GREY ._white-text.--size-80{font-size:80px}.GREEN_GREY ._white-text.--size-81{font-size:81px}.GREEN_GREY ._white-text.--size-82{font-size:82px}.GREEN_GREY ._white-text.--size-83{font-size:83px}.GREEN_GREY ._white-text.--size-84{font-size:84px}.GREEN_GREY ._white-text.--size-85{font-size:85px}.GREEN_GREY ._white-text.--size-86{font-size:86px}.GREEN_GREY ._white-text.--size-87{font-size:87px}.GREEN_GREY ._white-text.--size-88{font-size:88px}.GREEN_GREY ._white-text.--size-89{font-size:89px}.GREEN_GREY ._white-text.--size-90{font-size:90px}.GREEN_GREY ._white-text.--size-91{font-size:91px}.GREEN_GREY ._white-text.--size-92{font-size:92px}.GREEN_GREY ._white-text.--size-93{font-size:93px}.GREEN_GREY ._white-text.--size-94{font-size:94px}.GREEN_GREY ._white-text.--size-95{font-size:95px}.GREEN_GREY ._white-text.--size-96{font-size:96px}.GREEN_GREY ._white-text.--size-97{font-size:97px}.GREEN_GREY ._white-text.--size-98{font-size:98px}.GREEN_GREY ._white-text.--size-99{font-size:99px}.GREEN_GREY ._white-text.--size-100{font-size:100px}.GREEN_GREY ._white-text.--weight-100{font-weight:100}.GREEN_GREY ._white-text.--weight-101{font-weight:101}.GREEN_GREY ._white-text.--weight-102{font-weight:102}.GREEN_GREY ._white-text.--weight-103{font-weight:103}.GREEN_GREY ._white-text.--weight-104{font-weight:104}.GREEN_GREY ._white-text.--weight-105{font-weight:105}.GREEN_GREY ._white-text.--weight-106{font-weight:106}.GREEN_GREY ._white-text.--weight-107{font-weight:107}.GREEN_GREY ._white-text.--weight-108{font-weight:108}.GREEN_GREY ._white-text.--weight-109{font-weight:109}.GREEN_GREY ._white-text.--weight-110{font-weight:110}.GREEN_GREY ._white-text.--weight-111{font-weight:111}.GREEN_GREY ._white-text.--weight-112{font-weight:112}.GREEN_GREY ._white-text.--weight-113{font-weight:113}.GREEN_GREY ._white-text.--weight-114{font-weight:114}.GREEN_GREY ._white-text.--weight-115{font-weight:115}.GREEN_GREY ._white-text.--weight-116{font-weight:116}.GREEN_GREY ._white-text.--weight-117{font-weight:117}.GREEN_GREY ._white-text.--weight-118{font-weight:118}.GREEN_GREY ._white-text.--weight-119{font-weight:119}.GREEN_GREY ._white-text.--weight-120{font-weight:120}.GREEN_GREY ._white-text.--weight-121{font-weight:121}.GREEN_GREY ._white-text.--weight-122{font-weight:122}.GREEN_GREY ._white-text.--weight-123{font-weight:123}.GREEN_GREY ._white-text.--weight-124{font-weight:124}.GREEN_GREY ._white-text.--weight-125{font-weight:125}.GREEN_GREY ._white-text.--weight-126{font-weight:126}.GREEN_GREY ._white-text.--weight-127{font-weight:127}.GREEN_GREY ._white-text.--weight-128{font-weight:128}.GREEN_GREY ._white-text.--weight-129{font-weight:129}.GREEN_GREY ._white-text.--weight-130{font-weight:130}.GREEN_GREY ._white-text.--weight-131{font-weight:131}.GREEN_GREY ._white-text.--weight-132{font-weight:132}.GREEN_GREY ._white-text.--weight-133{font-weight:133}.GREEN_GREY ._white-text.--weight-134{font-weight:134}.GREEN_GREY ._white-text.--weight-135{font-weight:135}.GREEN_GREY ._white-text.--weight-136{font-weight:136}.GREEN_GREY ._white-text.--weight-137{font-weight:137}.GREEN_GREY ._white-text.--weight-138{font-weight:138}.GREEN_GREY ._white-text.--weight-139{font-weight:139}.GREEN_GREY ._white-text.--weight-140{font-weight:140}.GREEN_GREY ._white-text.--weight-141{font-weight:141}.GREEN_GREY ._white-text.--weight-142{font-weight:142}.GREEN_GREY ._white-text.--weight-143{font-weight:143}.GREEN_GREY ._white-text.--weight-144{font-weight:144}.GREEN_GREY ._white-text.--weight-145{font-weight:145}.GREEN_GREY ._white-text.--weight-146{font-weight:146}.GREEN_GREY ._white-text.--weight-147{font-weight:147}.GREEN_GREY ._white-text.--weight-148{font-weight:148}.GREEN_GREY ._white-text.--weight-149{font-weight:149}.GREEN_GREY ._white-text.--weight-150{font-weight:150}.GREEN_GREY ._white-text.--weight-151{font-weight:151}.GREEN_GREY ._white-text.--weight-152{font-weight:152}.GREEN_GREY ._white-text.--weight-153{font-weight:153}.GREEN_GREY ._white-text.--weight-154{font-weight:154}.GREEN_GREY ._white-text.--weight-155{font-weight:155}.GREEN_GREY ._white-text.--weight-156{font-weight:156}.GREEN_GREY ._white-text.--weight-157{font-weight:157}.GREEN_GREY ._white-text.--weight-158{font-weight:158}.GREEN_GREY ._white-text.--weight-159{font-weight:159}.GREEN_GREY ._white-text.--weight-160{font-weight:160}.GREEN_GREY ._white-text.--weight-161{font-weight:161}.GREEN_GREY ._white-text.--weight-162{font-weight:162}.GREEN_GREY ._white-text.--weight-163{font-weight:163}.GREEN_GREY ._white-text.--weight-164{font-weight:164}.GREEN_GREY ._white-text.--weight-165{font-weight:165}.GREEN_GREY ._white-text.--weight-166{font-weight:166}.GREEN_GREY ._white-text.--weight-167{font-weight:167}.GREEN_GREY ._white-text.--weight-168{font-weight:168}.GREEN_GREY ._white-text.--weight-169{font-weight:169}.GREEN_GREY ._white-text.--weight-170{font-weight:170}.GREEN_GREY ._white-text.--weight-171{font-weight:171}.GREEN_GREY ._white-text.--weight-172{font-weight:172}.GREEN_GREY ._white-text.--weight-173{font-weight:173}.GREEN_GREY ._white-text.--weight-174{font-weight:174}.GREEN_GREY ._white-text.--weight-175{font-weight:175}.GREEN_GREY ._white-text.--weight-176{font-weight:176}.GREEN_GREY ._white-text.--weight-177{font-weight:177}.GREEN_GREY ._white-text.--weight-178{font-weight:178}.GREEN_GREY ._white-text.--weight-179{font-weight:179}.GREEN_GREY ._white-text.--weight-180{font-weight:180}.GREEN_GREY ._white-text.--weight-181{font-weight:181}.GREEN_GREY ._white-text.--weight-182{font-weight:182}.GREEN_GREY ._white-text.--weight-183{font-weight:183}.GREEN_GREY ._white-text.--weight-184{font-weight:184}.GREEN_GREY ._white-text.--weight-185{font-weight:185}.GREEN_GREY ._white-text.--weight-186{font-weight:186}.GREEN_GREY ._white-text.--weight-187{font-weight:187}.GREEN_GREY ._white-text.--weight-188{font-weight:188}.GREEN_GREY ._white-text.--weight-189{font-weight:189}.GREEN_GREY ._white-text.--weight-190{font-weight:190}.GREEN_GREY ._white-text.--weight-191{font-weight:191}.GREEN_GREY ._white-text.--weight-192{font-weight:192}.GREEN_GREY ._white-text.--weight-193{font-weight:193}.GREEN_GREY ._white-text.--weight-194{font-weight:194}.GREEN_GREY ._white-text.--weight-195{font-weight:195}.GREEN_GREY ._white-text.--weight-196{font-weight:196}.GREEN_GREY ._white-text.--weight-197{font-weight:197}.GREEN_GREY ._white-text.--weight-198{font-weight:198}.GREEN_GREY ._white-text.--weight-199{font-weight:199}.GREEN_GREY ._white-text.--weight-200{font-weight:200}.GREEN_GREY ._white-text.--weight-201{font-weight:201}.GREEN_GREY ._white-text.--weight-202{font-weight:202}.GREEN_GREY ._white-text.--weight-203{font-weight:203}.GREEN_GREY ._white-text.--weight-204{font-weight:204}.GREEN_GREY ._white-text.--weight-205{font-weight:205}.GREEN_GREY ._white-text.--weight-206{font-weight:206}.GREEN_GREY ._white-text.--weight-207{font-weight:207}.GREEN_GREY ._white-text.--weight-208{font-weight:208}.GREEN_GREY ._white-text.--weight-209{font-weight:209}.GREEN_GREY ._white-text.--weight-210{font-weight:210}.GREEN_GREY ._white-text.--weight-211{font-weight:211}.GREEN_GREY ._white-text.--weight-212{font-weight:212}.GREEN_GREY ._white-text.--weight-213{font-weight:213}.GREEN_GREY ._white-text.--weight-214{font-weight:214}.GREEN_GREY ._white-text.--weight-215{font-weight:215}.GREEN_GREY ._white-text.--weight-216{font-weight:216}.GREEN_GREY ._white-text.--weight-217{font-weight:217}.GREEN_GREY ._white-text.--weight-218{font-weight:218}.GREEN_GREY ._white-text.--weight-219{font-weight:219}.GREEN_GREY ._white-text.--weight-220{font-weight:220}.GREEN_GREY ._white-text.--weight-221{font-weight:221}.GREEN_GREY ._white-text.--weight-222{font-weight:222}.GREEN_GREY ._white-text.--weight-223{font-weight:223}.GREEN_GREY ._white-text.--weight-224{font-weight:224}.GREEN_GREY ._white-text.--weight-225{font-weight:225}.GREEN_GREY ._white-text.--weight-226{font-weight:226}.GREEN_GREY ._white-text.--weight-227{font-weight:227}.GREEN_GREY ._white-text.--weight-228{font-weight:228}.GREEN_GREY ._white-text.--weight-229{font-weight:229}.GREEN_GREY ._white-text.--weight-230{font-weight:230}.GREEN_GREY ._white-text.--weight-231{font-weight:231}.GREEN_GREY ._white-text.--weight-232{font-weight:232}.GREEN_GREY ._white-text.--weight-233{font-weight:233}.GREEN_GREY ._white-text.--weight-234{font-weight:234}.GREEN_GREY ._white-text.--weight-235{font-weight:235}.GREEN_GREY ._white-text.--weight-236{font-weight:236}.GREEN_GREY ._white-text.--weight-237{font-weight:237}.GREEN_GREY ._white-text.--weight-238{font-weight:238}.GREEN_GREY ._white-text.--weight-239{font-weight:239}.GREEN_GREY ._white-text.--weight-240{font-weight:240}.GREEN_GREY ._white-text.--weight-241{font-weight:241}.GREEN_GREY ._white-text.--weight-242{font-weight:242}.GREEN_GREY ._white-text.--weight-243{font-weight:243}.GREEN_GREY ._white-text.--weight-244{font-weight:244}.GREEN_GREY ._white-text.--weight-245{font-weight:245}.GREEN_GREY ._white-text.--weight-246{font-weight:246}.GREEN_GREY ._white-text.--weight-247{font-weight:247}.GREEN_GREY ._white-text.--weight-248{font-weight:248}.GREEN_GREY ._white-text.--weight-249{font-weight:249}.GREEN_GREY ._white-text.--weight-250{font-weight:250}.GREEN_GREY ._white-text.--weight-251{font-weight:251}.GREEN_GREY ._white-text.--weight-252{font-weight:252}.GREEN_GREY ._white-text.--weight-253{font-weight:253}.GREEN_GREY ._white-text.--weight-254{font-weight:254}.GREEN_GREY ._white-text.--weight-255{font-weight:255}.GREEN_GREY ._white-text.--weight-256{font-weight:256}.GREEN_GREY ._white-text.--weight-257{font-weight:257}.GREEN_GREY ._white-text.--weight-258{font-weight:258}.GREEN_GREY ._white-text.--weight-259{font-weight:259}.GREEN_GREY ._white-text.--weight-260{font-weight:260}.GREEN_GREY ._white-text.--weight-261{font-weight:261}.GREEN_GREY ._white-text.--weight-262{font-weight:262}.GREEN_GREY ._white-text.--weight-263{font-weight:263}.GREEN_GREY ._white-text.--weight-264{font-weight:264}.GREEN_GREY ._white-text.--weight-265{font-weight:265}.GREEN_GREY ._white-text.--weight-266{font-weight:266}.GREEN_GREY ._white-text.--weight-267{font-weight:267}.GREEN_GREY ._white-text.--weight-268{font-weight:268}.GREEN_GREY ._white-text.--weight-269{font-weight:269}.GREEN_GREY ._white-text.--weight-270{font-weight:270}.GREEN_GREY ._white-text.--weight-271{font-weight:271}.GREEN_GREY ._white-text.--weight-272{font-weight:272}.GREEN_GREY ._white-text.--weight-273{font-weight:273}.GREEN_GREY ._white-text.--weight-274{font-weight:274}.GREEN_GREY ._white-text.--weight-275{font-weight:275}.GREEN_GREY ._white-text.--weight-276{font-weight:276}.GREEN_GREY ._white-text.--weight-277{font-weight:277}.GREEN_GREY ._white-text.--weight-278{font-weight:278}.GREEN_GREY ._white-text.--weight-279{font-weight:279}.GREEN_GREY ._white-text.--weight-280{font-weight:280}.GREEN_GREY ._white-text.--weight-281{font-weight:281}.GREEN_GREY ._white-text.--weight-282{font-weight:282}.GREEN_GREY ._white-text.--weight-283{font-weight:283}.GREEN_GREY ._white-text.--weight-284{font-weight:284}.GREEN_GREY ._white-text.--weight-285{font-weight:285}.GREEN_GREY ._white-text.--weight-286{font-weight:286}.GREEN_GREY ._white-text.--weight-287{font-weight:287}.GREEN_GREY ._white-text.--weight-288{font-weight:288}.GREEN_GREY ._white-text.--weight-289{font-weight:289}.GREEN_GREY ._white-text.--weight-290{font-weight:290}.GREEN_GREY ._white-text.--weight-291{font-weight:291}.GREEN_GREY ._white-text.--weight-292{font-weight:292}.GREEN_GREY ._white-text.--weight-293{font-weight:293}.GREEN_GREY ._white-text.--weight-294{font-weight:294}.GREEN_GREY ._white-text.--weight-295{font-weight:295}.GREEN_GREY ._white-text.--weight-296{font-weight:296}.GREEN_GREY ._white-text.--weight-297{font-weight:297}.GREEN_GREY ._white-text.--weight-298{font-weight:298}.GREEN_GREY ._white-text.--weight-299{font-weight:299}.GREEN_GREY ._white-text.--weight-300{font-weight:300}.GREEN_GREY ._white-text.--weight-301{font-weight:301}.GREEN_GREY ._white-text.--weight-302{font-weight:302}.GREEN_GREY ._white-text.--weight-303{font-weight:303}.GREEN_GREY ._white-text.--weight-304{font-weight:304}.GREEN_GREY ._white-text.--weight-305{font-weight:305}.GREEN_GREY ._white-text.--weight-306{font-weight:306}.GREEN_GREY ._white-text.--weight-307{font-weight:307}.GREEN_GREY ._white-text.--weight-308{font-weight:308}.GREEN_GREY ._white-text.--weight-309{font-weight:309}.GREEN_GREY ._white-text.--weight-310{font-weight:310}.GREEN_GREY ._white-text.--weight-311{font-weight:311}.GREEN_GREY ._white-text.--weight-312{font-weight:312}.GREEN_GREY ._white-text.--weight-313{font-weight:313}.GREEN_GREY ._white-text.--weight-314{font-weight:314}.GREEN_GREY ._white-text.--weight-315{font-weight:315}.GREEN_GREY ._white-text.--weight-316{font-weight:316}.GREEN_GREY ._white-text.--weight-317{font-weight:317}.GREEN_GREY ._white-text.--weight-318{font-weight:318}.GREEN_GREY ._white-text.--weight-319{font-weight:319}.GREEN_GREY ._white-text.--weight-320{font-weight:320}.GREEN_GREY ._white-text.--weight-321{font-weight:321}.GREEN_GREY ._white-text.--weight-322{font-weight:322}.GREEN_GREY ._white-text.--weight-323{font-weight:323}.GREEN_GREY ._white-text.--weight-324{font-weight:324}.GREEN_GREY ._white-text.--weight-325{font-weight:325}.GREEN_GREY ._white-text.--weight-326{font-weight:326}.GREEN_GREY ._white-text.--weight-327{font-weight:327}.GREEN_GREY ._white-text.--weight-328{font-weight:328}.GREEN_GREY ._white-text.--weight-329{font-weight:329}.GREEN_GREY ._white-text.--weight-330{font-weight:330}.GREEN_GREY ._white-text.--weight-331{font-weight:331}.GREEN_GREY ._white-text.--weight-332{font-weight:332}.GREEN_GREY ._white-text.--weight-333{font-weight:333}.GREEN_GREY ._white-text.--weight-334{font-weight:334}.GREEN_GREY ._white-text.--weight-335{font-weight:335}.GREEN_GREY ._white-text.--weight-336{font-weight:336}.GREEN_GREY ._white-text.--weight-337{font-weight:337}.GREEN_GREY ._white-text.--weight-338{font-weight:338}.GREEN_GREY ._white-text.--weight-339{font-weight:339}.GREEN_GREY ._white-text.--weight-340{font-weight:340}.GREEN_GREY ._white-text.--weight-341{font-weight:341}.GREEN_GREY ._white-text.--weight-342{font-weight:342}.GREEN_GREY ._white-text.--weight-343{font-weight:343}.GREEN_GREY ._white-text.--weight-344{font-weight:344}.GREEN_GREY ._white-text.--weight-345{font-weight:345}.GREEN_GREY ._white-text.--weight-346{font-weight:346}.GREEN_GREY ._white-text.--weight-347{font-weight:347}.GREEN_GREY ._white-text.--weight-348{font-weight:348}.GREEN_GREY ._white-text.--weight-349{font-weight:349}.GREEN_GREY ._white-text.--weight-350{font-weight:350}.GREEN_GREY ._white-text.--weight-351{font-weight:351}.GREEN_GREY ._white-text.--weight-352{font-weight:352}.GREEN_GREY ._white-text.--weight-353{font-weight:353}.GREEN_GREY ._white-text.--weight-354{font-weight:354}.GREEN_GREY ._white-text.--weight-355{font-weight:355}.GREEN_GREY ._white-text.--weight-356{font-weight:356}.GREEN_GREY ._white-text.--weight-357{font-weight:357}.GREEN_GREY ._white-text.--weight-358{font-weight:358}.GREEN_GREY ._white-text.--weight-359{font-weight:359}.GREEN_GREY ._white-text.--weight-360{font-weight:360}.GREEN_GREY ._white-text.--weight-361{font-weight:361}.GREEN_GREY ._white-text.--weight-362{font-weight:362}.GREEN_GREY ._white-text.--weight-363{font-weight:363}.GREEN_GREY ._white-text.--weight-364{font-weight:364}.GREEN_GREY ._white-text.--weight-365{font-weight:365}.GREEN_GREY ._white-text.--weight-366{font-weight:366}.GREEN_GREY ._white-text.--weight-367{font-weight:367}.GREEN_GREY ._white-text.--weight-368{font-weight:368}.GREEN_GREY ._white-text.--weight-369{font-weight:369}.GREEN_GREY ._white-text.--weight-370{font-weight:370}.GREEN_GREY ._white-text.--weight-371{font-weight:371}.GREEN_GREY ._white-text.--weight-372{font-weight:372}.GREEN_GREY ._white-text.--weight-373{font-weight:373}.GREEN_GREY ._white-text.--weight-374{font-weight:374}.GREEN_GREY ._white-text.--weight-375{font-weight:375}.GREEN_GREY ._white-text.--weight-376{font-weight:376}.GREEN_GREY ._white-text.--weight-377{font-weight:377}.GREEN_GREY ._white-text.--weight-378{font-weight:378}.GREEN_GREY ._white-text.--weight-379{font-weight:379}.GREEN_GREY ._white-text.--weight-380{font-weight:380}.GREEN_GREY ._white-text.--weight-381{font-weight:381}.GREEN_GREY ._white-text.--weight-382{font-weight:382}.GREEN_GREY ._white-text.--weight-383{font-weight:383}.GREEN_GREY ._white-text.--weight-384{font-weight:384}.GREEN_GREY ._white-text.--weight-385{font-weight:385}.GREEN_GREY ._white-text.--weight-386{font-weight:386}.GREEN_GREY ._white-text.--weight-387{font-weight:387}.GREEN_GREY ._white-text.--weight-388{font-weight:388}.GREEN_GREY ._white-text.--weight-389{font-weight:389}.GREEN_GREY ._white-text.--weight-390{font-weight:390}.GREEN_GREY ._white-text.--weight-391{font-weight:391}.GREEN_GREY ._white-text.--weight-392{font-weight:392}.GREEN_GREY ._white-text.--weight-393{font-weight:393}.GREEN_GREY ._white-text.--weight-394{font-weight:394}.GREEN_GREY ._white-text.--weight-395{font-weight:395}.GREEN_GREY ._white-text.--weight-396{font-weight:396}.GREEN_GREY ._white-text.--weight-397{font-weight:397}.GREEN_GREY ._white-text.--weight-398{font-weight:398}.GREEN_GREY ._white-text.--weight-399{font-weight:399}.GREEN_GREY ._white-text.--weight-400{font-weight:400}.GREEN_GREY ._white-text.--weight-401{font-weight:401}.GREEN_GREY ._white-text.--weight-402{font-weight:402}.GREEN_GREY ._white-text.--weight-403{font-weight:403}.GREEN_GREY ._white-text.--weight-404{font-weight:404}.GREEN_GREY ._white-text.--weight-405{font-weight:405}.GREEN_GREY ._white-text.--weight-406{font-weight:406}.GREEN_GREY ._white-text.--weight-407{font-weight:407}.GREEN_GREY ._white-text.--weight-408{font-weight:408}.GREEN_GREY ._white-text.--weight-409{font-weight:409}.GREEN_GREY ._white-text.--weight-410{font-weight:410}.GREEN_GREY ._white-text.--weight-411{font-weight:411}.GREEN_GREY ._white-text.--weight-412{font-weight:412}.GREEN_GREY ._white-text.--weight-413{font-weight:413}.GREEN_GREY ._white-text.--weight-414{font-weight:414}.GREEN_GREY ._white-text.--weight-415{font-weight:415}.GREEN_GREY ._white-text.--weight-416{font-weight:416}.GREEN_GREY ._white-text.--weight-417{font-weight:417}.GREEN_GREY ._white-text.--weight-418{font-weight:418}.GREEN_GREY ._white-text.--weight-419{font-weight:419}.GREEN_GREY ._white-text.--weight-420{font-weight:420}.GREEN_GREY ._white-text.--weight-421{font-weight:421}.GREEN_GREY ._white-text.--weight-422{font-weight:422}.GREEN_GREY ._white-text.--weight-423{font-weight:423}.GREEN_GREY ._white-text.--weight-424{font-weight:424}.GREEN_GREY ._white-text.--weight-425{font-weight:425}.GREEN_GREY ._white-text.--weight-426{font-weight:426}.GREEN_GREY ._white-text.--weight-427{font-weight:427}.GREEN_GREY ._white-text.--weight-428{font-weight:428}.GREEN_GREY ._white-text.--weight-429{font-weight:429}.GREEN_GREY ._white-text.--weight-430{font-weight:430}.GREEN_GREY ._white-text.--weight-431{font-weight:431}.GREEN_GREY ._white-text.--weight-432{font-weight:432}.GREEN_GREY ._white-text.--weight-433{font-weight:433}.GREEN_GREY ._white-text.--weight-434{font-weight:434}.GREEN_GREY ._white-text.--weight-435{font-weight:435}.GREEN_GREY ._white-text.--weight-436{font-weight:436}.GREEN_GREY ._white-text.--weight-437{font-weight:437}.GREEN_GREY ._white-text.--weight-438{font-weight:438}.GREEN_GREY ._white-text.--weight-439{font-weight:439}.GREEN_GREY ._white-text.--weight-440{font-weight:440}.GREEN_GREY ._white-text.--weight-441{font-weight:441}.GREEN_GREY ._white-text.--weight-442{font-weight:442}.GREEN_GREY ._white-text.--weight-443{font-weight:443}.GREEN_GREY ._white-text.--weight-444{font-weight:444}.GREEN_GREY ._white-text.--weight-445{font-weight:445}.GREEN_GREY ._white-text.--weight-446{font-weight:446}.GREEN_GREY ._white-text.--weight-447{font-weight:447}.GREEN_GREY ._white-text.--weight-448{font-weight:448}.GREEN_GREY ._white-text.--weight-449{font-weight:449}.GREEN_GREY ._white-text.--weight-450{font-weight:450}.GREEN_GREY ._white-text.--weight-451{font-weight:451}.GREEN_GREY ._white-text.--weight-452{font-weight:452}.GREEN_GREY ._white-text.--weight-453{font-weight:453}.GREEN_GREY ._white-text.--weight-454{font-weight:454}.GREEN_GREY ._white-text.--weight-455{font-weight:455}.GREEN_GREY ._white-text.--weight-456{font-weight:456}.GREEN_GREY ._white-text.--weight-457{font-weight:457}.GREEN_GREY ._white-text.--weight-458{font-weight:458}.GREEN_GREY ._white-text.--weight-459{font-weight:459}.GREEN_GREY ._white-text.--weight-460{font-weight:460}.GREEN_GREY ._white-text.--weight-461{font-weight:461}.GREEN_GREY ._white-text.--weight-462{font-weight:462}.GREEN_GREY ._white-text.--weight-463{font-weight:463}.GREEN_GREY ._white-text.--weight-464{font-weight:464}.GREEN_GREY ._white-text.--weight-465{font-weight:465}.GREEN_GREY ._white-text.--weight-466{font-weight:466}.GREEN_GREY ._white-text.--weight-467{font-weight:467}.GREEN_GREY ._white-text.--weight-468{font-weight:468}.GREEN_GREY ._white-text.--weight-469{font-weight:469}.GREEN_GREY ._white-text.--weight-470{font-weight:470}.GREEN_GREY ._white-text.--weight-471{font-weight:471}.GREEN_GREY ._white-text.--weight-472{font-weight:472}.GREEN_GREY ._white-text.--weight-473{font-weight:473}.GREEN_GREY ._white-text.--weight-474{font-weight:474}.GREEN_GREY ._white-text.--weight-475{font-weight:475}.GREEN_GREY ._white-text.--weight-476{font-weight:476}.GREEN_GREY ._white-text.--weight-477{font-weight:477}.GREEN_GREY ._white-text.--weight-478{font-weight:478}.GREEN_GREY ._white-text.--weight-479{font-weight:479}.GREEN_GREY ._white-text.--weight-480{font-weight:480}.GREEN_GREY ._white-text.--weight-481{font-weight:481}.GREEN_GREY ._white-text.--weight-482{font-weight:482}.GREEN_GREY ._white-text.--weight-483{font-weight:483}.GREEN_GREY ._white-text.--weight-484{font-weight:484}.GREEN_GREY ._white-text.--weight-485{font-weight:485}.GREEN_GREY ._white-text.--weight-486{font-weight:486}.GREEN_GREY ._white-text.--weight-487{font-weight:487}.GREEN_GREY ._white-text.--weight-488{font-weight:488}.GREEN_GREY ._white-text.--weight-489{font-weight:489}.GREEN_GREY ._white-text.--weight-490{font-weight:490}.GREEN_GREY ._white-text.--weight-491{font-weight:491}.GREEN_GREY ._white-text.--weight-492{font-weight:492}.GREEN_GREY ._white-text.--weight-493{font-weight:493}.GREEN_GREY ._white-text.--weight-494{font-weight:494}.GREEN_GREY ._white-text.--weight-495{font-weight:495}.GREEN_GREY ._white-text.--weight-496{font-weight:496}.GREEN_GREY ._white-text.--weight-497{font-weight:497}.GREEN_GREY ._white-text.--weight-498{font-weight:498}.GREEN_GREY ._white-text.--weight-499{font-weight:499}.GREEN_GREY ._white-text.--weight-500{font-weight:500}.GREEN_GREY ._white-text.--weight-501{font-weight:501}.GREEN_GREY ._white-text.--weight-502{font-weight:502}.GREEN_GREY ._white-text.--weight-503{font-weight:503}.GREEN_GREY ._white-text.--weight-504{font-weight:504}.GREEN_GREY ._white-text.--weight-505{font-weight:505}.GREEN_GREY ._white-text.--weight-506{font-weight:506}.GREEN_GREY ._white-text.--weight-507{font-weight:507}.GREEN_GREY ._white-text.--weight-508{font-weight:508}.GREEN_GREY ._white-text.--weight-509{font-weight:509}.GREEN_GREY ._white-text.--weight-510{font-weight:510}.GREEN_GREY ._white-text.--weight-511{font-weight:511}.GREEN_GREY ._white-text.--weight-512{font-weight:512}.GREEN_GREY ._white-text.--weight-513{font-weight:513}.GREEN_GREY ._white-text.--weight-514{font-weight:514}.GREEN_GREY ._white-text.--weight-515{font-weight:515}.GREEN_GREY ._white-text.--weight-516{font-weight:516}.GREEN_GREY ._white-text.--weight-517{font-weight:517}.GREEN_GREY ._white-text.--weight-518{font-weight:518}.GREEN_GREY ._white-text.--weight-519{font-weight:519}.GREEN_GREY ._white-text.--weight-520{font-weight:520}.GREEN_GREY ._white-text.--weight-521{font-weight:521}.GREEN_GREY ._white-text.--weight-522{font-weight:522}.GREEN_GREY ._white-text.--weight-523{font-weight:523}.GREEN_GREY ._white-text.--weight-524{font-weight:524}.GREEN_GREY ._white-text.--weight-525{font-weight:525}.GREEN_GREY ._white-text.--weight-526{font-weight:526}.GREEN_GREY ._white-text.--weight-527{font-weight:527}.GREEN_GREY ._white-text.--weight-528{font-weight:528}.GREEN_GREY ._white-text.--weight-529{font-weight:529}.GREEN_GREY ._white-text.--weight-530{font-weight:530}.GREEN_GREY ._white-text.--weight-531{font-weight:531}.GREEN_GREY ._white-text.--weight-532{font-weight:532}.GREEN_GREY ._white-text.--weight-533{font-weight:533}.GREEN_GREY ._white-text.--weight-534{font-weight:534}.GREEN_GREY ._white-text.--weight-535{font-weight:535}.GREEN_GREY ._white-text.--weight-536{font-weight:536}.GREEN_GREY ._white-text.--weight-537{font-weight:537}.GREEN_GREY ._white-text.--weight-538{font-weight:538}.GREEN_GREY ._white-text.--weight-539{font-weight:539}.GREEN_GREY ._white-text.--weight-540{font-weight:540}.GREEN_GREY ._white-text.--weight-541{font-weight:541}.GREEN_GREY ._white-text.--weight-542{font-weight:542}.GREEN_GREY ._white-text.--weight-543{font-weight:543}.GREEN_GREY ._white-text.--weight-544{font-weight:544}.GREEN_GREY ._white-text.--weight-545{font-weight:545}.GREEN_GREY ._white-text.--weight-546{font-weight:546}.GREEN_GREY ._white-text.--weight-547{font-weight:547}.GREEN_GREY ._white-text.--weight-548{font-weight:548}.GREEN_GREY ._white-text.--weight-549{font-weight:549}.GREEN_GREY ._white-text.--weight-550{font-weight:550}.GREEN_GREY ._white-text.--weight-551{font-weight:551}.GREEN_GREY ._white-text.--weight-552{font-weight:552}.GREEN_GREY ._white-text.--weight-553{font-weight:553}.GREEN_GREY ._white-text.--weight-554{font-weight:554}.GREEN_GREY ._white-text.--weight-555{font-weight:555}.GREEN_GREY ._white-text.--weight-556{font-weight:556}.GREEN_GREY ._white-text.--weight-557{font-weight:557}.GREEN_GREY ._white-text.--weight-558{font-weight:558}.GREEN_GREY ._white-text.--weight-559{font-weight:559}.GREEN_GREY ._white-text.--weight-560{font-weight:560}.GREEN_GREY ._white-text.--weight-561{font-weight:561}.GREEN_GREY ._white-text.--weight-562{font-weight:562}.GREEN_GREY ._white-text.--weight-563{font-weight:563}.GREEN_GREY ._white-text.--weight-564{font-weight:564}.GREEN_GREY ._white-text.--weight-565{font-weight:565}.GREEN_GREY ._white-text.--weight-566{font-weight:566}.GREEN_GREY ._white-text.--weight-567{font-weight:567}.GREEN_GREY ._white-text.--weight-568{font-weight:568}.GREEN_GREY ._white-text.--weight-569{font-weight:569}.GREEN_GREY ._white-text.--weight-570{font-weight:570}.GREEN_GREY ._white-text.--weight-571{font-weight:571}.GREEN_GREY ._white-text.--weight-572{font-weight:572}.GREEN_GREY ._white-text.--weight-573{font-weight:573}.GREEN_GREY ._white-text.--weight-574{font-weight:574}.GREEN_GREY ._white-text.--weight-575{font-weight:575}.GREEN_GREY ._white-text.--weight-576{font-weight:576}.GREEN_GREY ._white-text.--weight-577{font-weight:577}.GREEN_GREY ._white-text.--weight-578{font-weight:578}.GREEN_GREY ._white-text.--weight-579{font-weight:579}.GREEN_GREY ._white-text.--weight-580{font-weight:580}.GREEN_GREY ._white-text.--weight-581{font-weight:581}.GREEN_GREY ._white-text.--weight-582{font-weight:582}.GREEN_GREY ._white-text.--weight-583{font-weight:583}.GREEN_GREY ._white-text.--weight-584{font-weight:584}.GREEN_GREY ._white-text.--weight-585{font-weight:585}.GREEN_GREY ._white-text.--weight-586{font-weight:586}.GREEN_GREY ._white-text.--weight-587{font-weight:587}.GREEN_GREY ._white-text.--weight-588{font-weight:588}.GREEN_GREY ._white-text.--weight-589{font-weight:589}.GREEN_GREY ._white-text.--weight-590{font-weight:590}.GREEN_GREY ._white-text.--weight-591{font-weight:591}.GREEN_GREY ._white-text.--weight-592{font-weight:592}.GREEN_GREY ._white-text.--weight-593{font-weight:593}.GREEN_GREY ._white-text.--weight-594{font-weight:594}.GREEN_GREY ._white-text.--weight-595{font-weight:595}.GREEN_GREY ._white-text.--weight-596{font-weight:596}.GREEN_GREY ._white-text.--weight-597{font-weight:597}.GREEN_GREY ._white-text.--weight-598{font-weight:598}.GREEN_GREY ._white-text.--weight-599{font-weight:599}.GREEN_GREY ._white-text.--weight-600{font-weight:600}.GREEN_GREY ._white-text.--weight-601{font-weight:601}.GREEN_GREY ._white-text.--weight-602{font-weight:602}.GREEN_GREY ._white-text.--weight-603{font-weight:603}.GREEN_GREY ._white-text.--weight-604{font-weight:604}.GREEN_GREY ._white-text.--weight-605{font-weight:605}.GREEN_GREY ._white-text.--weight-606{font-weight:606}.GREEN_GREY ._white-text.--weight-607{font-weight:607}.GREEN_GREY ._white-text.--weight-608{font-weight:608}.GREEN_GREY ._white-text.--weight-609{font-weight:609}.GREEN_GREY ._white-text.--weight-610{font-weight:610}.GREEN_GREY ._white-text.--weight-611{font-weight:611}.GREEN_GREY ._white-text.--weight-612{font-weight:612}.GREEN_GREY ._white-text.--weight-613{font-weight:613}.GREEN_GREY ._white-text.--weight-614{font-weight:614}.GREEN_GREY ._white-text.--weight-615{font-weight:615}.GREEN_GREY ._white-text.--weight-616{font-weight:616}.GREEN_GREY ._white-text.--weight-617{font-weight:617}.GREEN_GREY ._white-text.--weight-618{font-weight:618}.GREEN_GREY ._white-text.--weight-619{font-weight:619}.GREEN_GREY ._white-text.--weight-620{font-weight:620}.GREEN_GREY ._white-text.--weight-621{font-weight:621}.GREEN_GREY ._white-text.--weight-622{font-weight:622}.GREEN_GREY ._white-text.--weight-623{font-weight:623}.GREEN_GREY ._white-text.--weight-624{font-weight:624}.GREEN_GREY ._white-text.--weight-625{font-weight:625}.GREEN_GREY ._white-text.--weight-626{font-weight:626}.GREEN_GREY ._white-text.--weight-627{font-weight:627}.GREEN_GREY ._white-text.--weight-628{font-weight:628}.GREEN_GREY ._white-text.--weight-629{font-weight:629}.GREEN_GREY ._white-text.--weight-630{font-weight:630}.GREEN_GREY ._white-text.--weight-631{font-weight:631}.GREEN_GREY ._white-text.--weight-632{font-weight:632}.GREEN_GREY ._white-text.--weight-633{font-weight:633}.GREEN_GREY ._white-text.--weight-634{font-weight:634}.GREEN_GREY ._white-text.--weight-635{font-weight:635}.GREEN_GREY ._white-text.--weight-636{font-weight:636}.GREEN_GREY ._white-text.--weight-637{font-weight:637}.GREEN_GREY ._white-text.--weight-638{font-weight:638}.GREEN_GREY ._white-text.--weight-639{font-weight:639}.GREEN_GREY ._white-text.--weight-640{font-weight:640}.GREEN_GREY ._white-text.--weight-641{font-weight:641}.GREEN_GREY ._white-text.--weight-642{font-weight:642}.GREEN_GREY ._white-text.--weight-643{font-weight:643}.GREEN_GREY ._white-text.--weight-644{font-weight:644}.GREEN_GREY ._white-text.--weight-645{font-weight:645}.GREEN_GREY ._white-text.--weight-646{font-weight:646}.GREEN_GREY ._white-text.--weight-647{font-weight:647}.GREEN_GREY ._white-text.--weight-648{font-weight:648}.GREEN_GREY ._white-text.--weight-649{font-weight:649}.GREEN_GREY ._white-text.--weight-650{font-weight:650}.GREEN_GREY ._white-text.--weight-651{font-weight:651}.GREEN_GREY ._white-text.--weight-652{font-weight:652}.GREEN_GREY ._white-text.--weight-653{font-weight:653}.GREEN_GREY ._white-text.--weight-654{font-weight:654}.GREEN_GREY ._white-text.--weight-655{font-weight:655}.GREEN_GREY ._white-text.--weight-656{font-weight:656}.GREEN_GREY ._white-text.--weight-657{font-weight:657}.GREEN_GREY ._white-text.--weight-658{font-weight:658}.GREEN_GREY ._white-text.--weight-659{font-weight:659}.GREEN_GREY ._white-text.--weight-660{font-weight:660}.GREEN_GREY ._white-text.--weight-661{font-weight:661}.GREEN_GREY ._white-text.--weight-662{font-weight:662}.GREEN_GREY ._white-text.--weight-663{font-weight:663}.GREEN_GREY ._white-text.--weight-664{font-weight:664}.GREEN_GREY ._white-text.--weight-665{font-weight:665}.GREEN_GREY ._white-text.--weight-666{font-weight:666}.GREEN_GREY ._white-text.--weight-667{font-weight:667}.GREEN_GREY ._white-text.--weight-668{font-weight:668}.GREEN_GREY ._white-text.--weight-669{font-weight:669}.GREEN_GREY ._white-text.--weight-670{font-weight:670}.GREEN_GREY ._white-text.--weight-671{font-weight:671}.GREEN_GREY ._white-text.--weight-672{font-weight:672}.GREEN_GREY ._white-text.--weight-673{font-weight:673}.GREEN_GREY ._white-text.--weight-674{font-weight:674}.GREEN_GREY ._white-text.--weight-675{font-weight:675}.GREEN_GREY ._white-text.--weight-676{font-weight:676}.GREEN_GREY ._white-text.--weight-677{font-weight:677}.GREEN_GREY ._white-text.--weight-678{font-weight:678}.GREEN_GREY ._white-text.--weight-679{font-weight:679}.GREEN_GREY ._white-text.--weight-680{font-weight:680}.GREEN_GREY ._white-text.--weight-681{font-weight:681}.GREEN_GREY ._white-text.--weight-682{font-weight:682}.GREEN_GREY ._white-text.--weight-683{font-weight:683}.GREEN_GREY ._white-text.--weight-684{font-weight:684}.GREEN_GREY ._white-text.--weight-685{font-weight:685}.GREEN_GREY ._white-text.--weight-686{font-weight:686}.GREEN_GREY ._white-text.--weight-687{font-weight:687}.GREEN_GREY ._white-text.--weight-688{font-weight:688}.GREEN_GREY ._white-text.--weight-689{font-weight:689}.GREEN_GREY ._white-text.--weight-690{font-weight:690}.GREEN_GREY ._white-text.--weight-691{font-weight:691}.GREEN_GREY ._white-text.--weight-692{font-weight:692}.GREEN_GREY ._white-text.--weight-693{font-weight:693}.GREEN_GREY ._white-text.--weight-694{font-weight:694}.GREEN_GREY ._white-text.--weight-695{font-weight:695}.GREEN_GREY ._white-text.--weight-696{font-weight:696}.GREEN_GREY ._white-text.--weight-697{font-weight:697}.GREEN_GREY ._white-text.--weight-698{font-weight:698}.GREEN_GREY ._white-text.--weight-699{font-weight:699}.GREEN_GREY ._white-text.--weight-700{font-weight:700}.GREEN_GREY ._white-text.--weight-701{font-weight:701}.GREEN_GREY ._white-text.--weight-702{font-weight:702}.GREEN_GREY ._white-text.--weight-703{font-weight:703}.GREEN_GREY ._white-text.--weight-704{font-weight:704}.GREEN_GREY ._white-text.--weight-705{font-weight:705}.GREEN_GREY ._white-text.--weight-706{font-weight:706}.GREEN_GREY ._white-text.--weight-707{font-weight:707}.GREEN_GREY ._white-text.--weight-708{font-weight:708}.GREEN_GREY ._white-text.--weight-709{font-weight:709}.GREEN_GREY ._white-text.--weight-710{font-weight:710}.GREEN_GREY ._white-text.--weight-711{font-weight:711}.GREEN_GREY ._white-text.--weight-712{font-weight:712}.GREEN_GREY ._white-text.--weight-713{font-weight:713}.GREEN_GREY ._white-text.--weight-714{font-weight:714}.GREEN_GREY ._white-text.--weight-715{font-weight:715}.GREEN_GREY ._white-text.--weight-716{font-weight:716}.GREEN_GREY ._white-text.--weight-717{font-weight:717}.GREEN_GREY ._white-text.--weight-718{font-weight:718}.GREEN_GREY ._white-text.--weight-719{font-weight:719}.GREEN_GREY ._white-text.--weight-720{font-weight:720}.GREEN_GREY ._white-text.--weight-721{font-weight:721}.GREEN_GREY ._white-text.--weight-722{font-weight:722}.GREEN_GREY ._white-text.--weight-723{font-weight:723}.GREEN_GREY ._white-text.--weight-724{font-weight:724}.GREEN_GREY ._white-text.--weight-725{font-weight:725}.GREEN_GREY ._white-text.--weight-726{font-weight:726}.GREEN_GREY ._white-text.--weight-727{font-weight:727}.GREEN_GREY ._white-text.--weight-728{font-weight:728}.GREEN_GREY ._white-text.--weight-729{font-weight:729}.GREEN_GREY ._white-text.--weight-730{font-weight:730}.GREEN_GREY ._white-text.--weight-731{font-weight:731}.GREEN_GREY ._white-text.--weight-732{font-weight:732}.GREEN_GREY ._white-text.--weight-733{font-weight:733}.GREEN_GREY ._white-text.--weight-734{font-weight:734}.GREEN_GREY ._white-text.--weight-735{font-weight:735}.GREEN_GREY ._white-text.--weight-736{font-weight:736}.GREEN_GREY ._white-text.--weight-737{font-weight:737}.GREEN_GREY ._white-text.--weight-738{font-weight:738}.GREEN_GREY ._white-text.--weight-739{font-weight:739}.GREEN_GREY ._white-text.--weight-740{font-weight:740}.GREEN_GREY ._white-text.--weight-741{font-weight:741}.GREEN_GREY ._white-text.--weight-742{font-weight:742}.GREEN_GREY ._white-text.--weight-743{font-weight:743}.GREEN_GREY ._white-text.--weight-744{font-weight:744}.GREEN_GREY ._white-text.--weight-745{font-weight:745}.GREEN_GREY ._white-text.--weight-746{font-weight:746}.GREEN_GREY ._white-text.--weight-747{font-weight:747}.GREEN_GREY ._white-text.--weight-748{font-weight:748}.GREEN_GREY ._white-text.--weight-749{font-weight:749}.GREEN_GREY ._white-text.--weight-750{font-weight:750}.GREEN_GREY ._white-text.--weight-751{font-weight:751}.GREEN_GREY ._white-text.--weight-752{font-weight:752}.GREEN_GREY ._white-text.--weight-753{font-weight:753}.GREEN_GREY ._white-text.--weight-754{font-weight:754}.GREEN_GREY ._white-text.--weight-755{font-weight:755}.GREEN_GREY ._white-text.--weight-756{font-weight:756}.GREEN_GREY ._white-text.--weight-757{font-weight:757}.GREEN_GREY ._white-text.--weight-758{font-weight:758}.GREEN_GREY ._white-text.--weight-759{font-weight:759}.GREEN_GREY ._white-text.--weight-760{font-weight:760}.GREEN_GREY ._white-text.--weight-761{font-weight:761}.GREEN_GREY ._white-text.--weight-762{font-weight:762}.GREEN_GREY ._white-text.--weight-763{font-weight:763}.GREEN_GREY ._white-text.--weight-764{font-weight:764}.GREEN_GREY ._white-text.--weight-765{font-weight:765}.GREEN_GREY ._white-text.--weight-766{font-weight:766}.GREEN_GREY ._white-text.--weight-767{font-weight:767}.GREEN_GREY ._white-text.--weight-768{font-weight:768}.GREEN_GREY ._white-text.--weight-769{font-weight:769}.GREEN_GREY ._white-text.--weight-770{font-weight:770}.GREEN_GREY ._white-text.--weight-771{font-weight:771}.GREEN_GREY ._white-text.--weight-772{font-weight:772}.GREEN_GREY ._white-text.--weight-773{font-weight:773}.GREEN_GREY ._white-text.--weight-774{font-weight:774}.GREEN_GREY ._white-text.--weight-775{font-weight:775}.GREEN_GREY ._white-text.--weight-776{font-weight:776}.GREEN_GREY ._white-text.--weight-777{font-weight:777}.GREEN_GREY ._white-text.--weight-778{font-weight:778}.GREEN_GREY ._white-text.--weight-779{font-weight:779}.GREEN_GREY ._white-text.--weight-780{font-weight:780}.GREEN_GREY ._white-text.--weight-781{font-weight:781}.GREEN_GREY ._white-text.--weight-782{font-weight:782}.GREEN_GREY ._white-text.--weight-783{font-weight:783}.GREEN_GREY ._white-text.--weight-784{font-weight:784}.GREEN_GREY ._white-text.--weight-785{font-weight:785}.GREEN_GREY ._white-text.--weight-786{font-weight:786}.GREEN_GREY ._white-text.--weight-787{font-weight:787}.GREEN_GREY ._white-text.--weight-788{font-weight:788}.GREEN_GREY ._white-text.--weight-789{font-weight:789}.GREEN_GREY ._white-text.--weight-790{font-weight:790}.GREEN_GREY ._white-text.--weight-791{font-weight:791}.GREEN_GREY ._white-text.--weight-792{font-weight:792}.GREEN_GREY ._white-text.--weight-793{font-weight:793}.GREEN_GREY ._white-text.--weight-794{font-weight:794}.GREEN_GREY ._white-text.--weight-795{font-weight:795}.GREEN_GREY ._white-text.--weight-796{font-weight:796}.GREEN_GREY ._white-text.--weight-797{font-weight:797}.GREEN_GREY ._white-text.--weight-798{font-weight:798}.GREEN_GREY ._white-text.--weight-799{font-weight:799}.GREEN_GREY ._white-text.--weight-800{font-weight:800}.GREEN_GREY ._white-text.--lh-1{line-height:1px}.GREEN_GREY ._white-text.--lh-2{line-height:2px}.GREEN_GREY ._white-text.--lh-3{line-height:3px}.GREEN_GREY ._white-text.--lh-4{line-height:4px}.GREEN_GREY ._white-text.--lh-5{line-height:5px}.GREEN_GREY ._white-text.--lh-6{line-height:6px}.GREEN_GREY ._white-text.--lh-7{line-height:7px}.GREEN_GREY ._white-text.--lh-8{line-height:8px}.GREEN_GREY ._white-text.--lh-9{line-height:9px}.GREEN_GREY ._white-text.--lh-10{line-height:10px}.GREEN_GREY ._white-text.--lh-11{line-height:11px}.GREEN_GREY ._white-text.--lh-12{line-height:12px}.GREEN_GREY ._white-text.--lh-13{line-height:13px}.GREEN_GREY ._white-text.--lh-14{line-height:14px}.GREEN_GREY ._white-text.--lh-15{line-height:15px}.GREEN_GREY ._white-text.--lh-16{line-height:16px}.GREEN_GREY ._white-text.--lh-17{line-height:17px}.GREEN_GREY ._white-text.--lh-18{line-height:18px}.GREEN_GREY ._white-text.--lh-19{line-height:19px}.GREEN_GREY ._white-text.--lh-20{line-height:20px}.GREEN_GREY ._white-text.--lh-21{line-height:21px}.GREEN_GREY ._white-text.--lh-22{line-height:22px}.GREEN_GREY ._white-text.--lh-23{line-height:23px}.GREEN_GREY ._white-text.--lh-24{line-height:24px}.GREEN_GREY ._white-text.--lh-25{line-height:25px}.GREEN_GREY ._white-text.--lh-26{line-height:26px}.GREEN_GREY ._white-text.--lh-27{line-height:27px}.GREEN_GREY ._white-text.--lh-28{line-height:28px}.GREEN_GREY ._white-text.--lh-29{line-height:29px}.GREEN_GREY ._white-text.--lh-30{line-height:30px}.GREEN_GREY ._white-text.--lh-31{line-height:31px}.GREEN_GREY ._white-text.--lh-32{line-height:32px}.GREEN_GREY ._white-text.--lh-33{line-height:33px}.GREEN_GREY ._white-text.--lh-34{line-height:34px}.GREEN_GREY ._white-text.--lh-35{line-height:35px}.GREEN_GREY ._white-text.--lh-36{line-height:36px}.GREEN_GREY ._white-text.--lh-37{line-height:37px}.GREEN_GREY ._white-text.--lh-38{line-height:38px}.GREEN_GREY ._white-text.--lh-39{line-height:39px}.GREEN_GREY ._white-text.--lh-40{line-height:40px}.GREEN_GREY ._white-text.--lh-41{line-height:41px}.GREEN_GREY ._white-text.--lh-42{line-height:42px}.GREEN_GREY ._white-text.--lh-43{line-height:43px}.GREEN_GREY ._white-text.--lh-44{line-height:44px}.GREEN_GREY ._white-text.--lh-45{line-height:45px}.GREEN_GREY ._white-text.--lh-46{line-height:46px}.GREEN_GREY ._white-text.--lh-47{line-height:47px}.GREEN_GREY ._white-text.--lh-48{line-height:48px}.GREEN_GREY ._white-text.--lh-49{line-height:49px}.GREEN_GREY ._white-text.--lh-50{line-height:50px}.GREEN_GREY ._white-text.--lh-51{line-height:51px}.GREEN_GREY ._white-text.--lh-52{line-height:52px}.GREEN_GREY ._white-text.--lh-53{line-height:53px}.GREEN_GREY ._white-text.--lh-54{line-height:54px}.GREEN_GREY ._white-text.--lh-55{line-height:55px}.GREEN_GREY ._white-text.--lh-56{line-height:56px}.GREEN_GREY ._white-text.--lh-57{line-height:57px}.GREEN_GREY ._white-text.--lh-58{line-height:58px}.GREEN_GREY ._white-text.--lh-59{line-height:59px}.GREEN_GREY ._white-text.--lh-60{line-height:60px}.GREEN_GREY ._white-text.--lh-61{line-height:61px}.GREEN_GREY ._white-text.--lh-62{line-height:62px}.GREEN_GREY ._white-text.--lh-63{line-height:63px}.GREEN_GREY ._white-text.--lh-64{line-height:64px}.GREEN_GREY ._white-text.--lh-65{line-height:65px}.GREEN_GREY ._white-text.--lh-66{line-height:66px}.GREEN_GREY ._white-text.--lh-67{line-height:67px}.GREEN_GREY ._white-text.--lh-68{line-height:68px}.GREEN_GREY ._white-text.--lh-69{line-height:69px}.GREEN_GREY ._white-text.--lh-70{line-height:70px}.GREEN_GREY ._white-text.--lh-71{line-height:71px}.GREEN_GREY ._white-text.--lh-72{line-height:72px}.GREEN_GREY ._white-text.--lh-73{line-height:73px}.GREEN_GREY ._white-text.--lh-74{line-height:74px}.GREEN_GREY ._white-text.--lh-75{line-height:75px}.GREEN_GREY ._white-text.--lh-76{line-height:76px}.GREEN_GREY ._white-text.--lh-77{line-height:77px}.GREEN_GREY ._white-text.--lh-78{line-height:78px}.GREEN_GREY ._white-text.--lh-79{line-height:79px}.GREEN_GREY ._white-text.--lh-80{line-height:80px}.GREEN_GREY ._white-text.--lh-81{line-height:81px}.GREEN_GREY ._white-text.--lh-82{line-height:82px}.GREEN_GREY ._white-text.--lh-83{line-height:83px}.GREEN_GREY ._white-text.--lh-84{line-height:84px}.GREEN_GREY ._white-text.--lh-85{line-height:85px}.GREEN_GREY ._white-text.--lh-86{line-height:86px}.GREEN_GREY ._white-text.--lh-87{line-height:87px}.GREEN_GREY ._white-text.--lh-88{line-height:88px}.GREEN_GREY ._white-text.--lh-89{line-height:89px}.GREEN_GREY ._white-text.--lh-90{line-height:90px}.GREEN_GREY ._white-text.--lh-91{line-height:91px}.GREEN_GREY ._white-text.--lh-92{line-height:92px}.GREEN_GREY ._white-text.--lh-93{line-height:93px}.GREEN_GREY ._white-text.--lh-94{line-height:94px}.GREEN_GREY ._white-text.--lh-95{line-height:95px}.GREEN_GREY ._white-text.--lh-96{line-height:96px}.GREEN_GREY ._white-text.--lh-97{line-height:97px}.GREEN_GREY ._white-text.--lh-98{line-height:98px}.GREEN_GREY ._white-text.--lh-99{line-height:99px}.GREEN_GREY ._white-text.--lh-100{line-height:100px}.GREEN_GREY ._white-text.--lh-101{line-height:101px}.GREEN_GREY ._white-text.--lh-102{line-height:102px}.GREEN_GREY ._white-text.--lh-103{line-height:103px}.GREEN_GREY ._white-text.--lh-104{line-height:104px}.GREEN_GREY ._white-text.--lh-105{line-height:105px}.GREEN_GREY ._white-text.--lh-106{line-height:106px}.GREEN_GREY ._white-text.--lh-107{line-height:107px}.GREEN_GREY ._white-text.--lh-108{line-height:108px}.GREEN_GREY ._white-text.--lh-109{line-height:109px}.GREEN_GREY ._white-text.--lh-110{line-height:110px}.GREEN_GREY ._white-text.--lh-111{line-height:111px}.GREEN_GREY ._white-text.--lh-112{line-height:112px}.GREEN_GREY ._white-text.--lh-113{line-height:113px}.GREEN_GREY ._white-text.--lh-114{line-height:114px}.GREEN_GREY ._white-text.--lh-115{line-height:115px}.GREEN_GREY ._white-text.--lh-116{line-height:116px}.GREEN_GREY ._white-text.--lh-117{line-height:117px}.GREEN_GREY ._white-text.--lh-118{line-height:118px}.GREEN_GREY ._white-text.--lh-119{line-height:119px}.GREEN_GREY ._white-text.--lh-120{line-height:120px}.GREEN_GREY ._white-text.--lh-121{line-height:121px}.GREEN_GREY ._white-text.--lh-122{line-height:122px}.GREEN_GREY ._white-text.--lh-123{line-height:123px}.GREEN_GREY ._white-text.--lh-124{line-height:124px}.GREEN_GREY ._white-text.--lh-125{line-height:125px}.GREEN_GREY ._white-text.--lh-126{line-height:126px}.GREEN_GREY ._white-text.--lh-127{line-height:127px}.GREEN_GREY ._white-text.--lh-128{line-height:128px}.GREEN_GREY ._white-text.--lh-129{line-height:129px}.GREEN_GREY ._white-text.--lh-130{line-height:130px}.GREEN_GREY ._white-text.--lh-131{line-height:131px}.GREEN_GREY ._white-text.--lh-132{line-height:132px}.GREEN_GREY ._white-text.--lh-133{line-height:133px}.GREEN_GREY ._white-text.--lh-134{line-height:134px}.GREEN_GREY ._white-text.--lh-135{line-height:135px}.GREEN_GREY ._white-text.--lh-136{line-height:136px}.GREEN_GREY ._white-text.--lh-137{line-height:137px}.GREEN_GREY ._white-text.--lh-138{line-height:138px}.GREEN_GREY ._white-text.--lh-139{line-height:139px}.GREEN_GREY ._white-text.--lh-140{line-height:140px}.GREEN_GREY ._white-text.--lh-141{line-height:141px}.GREEN_GREY ._white-text.--lh-142{line-height:142px}.GREEN_GREY ._white-text.--lh-143{line-height:143px}.GREEN_GREY ._white-text.--lh-144{line-height:144px}.GREEN_GREY ._white-text.--lh-145{line-height:145px}.GREEN_GREY ._white-text.--lh-146{line-height:146px}.GREEN_GREY ._white-text.--lh-147{line-height:147px}.GREEN_GREY ._white-text.--lh-148{line-height:148px}.GREEN_GREY ._white-text.--lh-149{line-height:149px}.GREEN_GREY ._white-text.--lh-150{line-height:150px}.GREEN_GREY ._white-text.--lh-151{line-height:151px}.GREEN_GREY ._white-text.--lh-152{line-height:152px}.GREEN_GREY ._white-text.--lh-153{line-height:153px}.GREEN_GREY ._white-text.--lh-154{line-height:154px}.GREEN_GREY ._white-text.--lh-155{line-height:155px}.GREEN_GREY ._white-text.--lh-156{line-height:156px}.GREEN_GREY ._white-text.--lh-157{line-height:157px}.GREEN_GREY ._white-text.--lh-158{line-height:158px}.GREEN_GREY ._white-text.--lh-159{line-height:159px}.GREEN_GREY ._white-text.--lh-160{line-height:160px}.GREEN_GREY ._white-text.--lh-161{line-height:161px}.GREEN_GREY ._white-text.--lh-162{line-height:162px}.GREEN_GREY ._white-text.--lh-163{line-height:163px}.GREEN_GREY ._white-text.--lh-164{line-height:164px}.GREEN_GREY ._white-text.--lh-165{line-height:165px}.GREEN_GREY ._white-text.--lh-166{line-height:166px}.GREEN_GREY ._white-text.--lh-167{line-height:167px}.GREEN_GREY ._white-text.--lh-168{line-height:168px}.GREEN_GREY ._white-text.--lh-169{line-height:169px}.GREEN_GREY ._white-text.--lh-170{line-height:170px}.GREEN_GREY ._white-text.--lh-171{line-height:171px}.GREEN_GREY ._white-text.--lh-172{line-height:172px}.GREEN_GREY ._white-text.--lh-173{line-height:173px}.GREEN_GREY ._white-text.--lh-174{line-height:174px}.GREEN_GREY ._white-text.--lh-175{line-height:175px}.GREEN_GREY ._white-text.--lh-176{line-height:176px}.GREEN_GREY ._white-text.--lh-177{line-height:177px}.GREEN_GREY ._white-text.--lh-178{line-height:178px}.GREEN_GREY ._white-text.--lh-179{line-height:179px}.GREEN_GREY ._white-text.--lh-180{line-height:180px}.GREEN_GREY ._white-text.--lh-181{line-height:181px}.GREEN_GREY ._white-text.--lh-182{line-height:182px}.GREEN_GREY ._white-text.--lh-183{line-height:183px}.GREEN_GREY ._white-text.--lh-184{line-height:184px}.GREEN_GREY ._white-text.--lh-185{line-height:185px}.GREEN_GREY ._white-text.--lh-186{line-height:186px}.GREEN_GREY ._white-text.--lh-187{line-height:187px}.GREEN_GREY ._white-text.--lh-188{line-height:188px}.GREEN_GREY ._white-text.--lh-189{line-height:189px}.GREEN_GREY ._white-text.--lh-190{line-height:190px}.GREEN_GREY ._white-text.--lh-191{line-height:191px}.GREEN_GREY ._white-text.--lh-192{line-height:192px}.GREEN_GREY ._white-text.--lh-193{line-height:193px}.GREEN_GREY ._white-text.--lh-194{line-height:194px}.GREEN_GREY ._white-text.--lh-195{line-height:195px}.GREEN_GREY ._white-text.--lh-196{line-height:196px}.GREEN_GREY ._white-text.--lh-197{line-height:197px}.GREEN_GREY ._white-text.--lh-198{line-height:198px}.GREEN_GREY ._white-text.--lh-199{line-height:199px}.GREEN_GREY ._white-text.--lh-200{line-height:200px}.GREEN_GREY ._white-text.--lh-201{line-height:201px}.GREEN_GREY ._white-text.--lh-202{line-height:202px}.GREEN_GREY ._white-text.--lh-203{line-height:203px}.GREEN_GREY ._white-text.--lh-204{line-height:204px}.GREEN_GREY ._white-text.--lh-205{line-height:205px}.GREEN_GREY ._white-text.--lh-206{line-height:206px}.GREEN_GREY ._white-text.--lh-207{line-height:207px}.GREEN_GREY ._white-text.--lh-208{line-height:208px}.GREEN_GREY ._white-text.--lh-209{line-height:209px}.GREEN_GREY ._white-text.--lh-210{line-height:210px}.GREEN_GREY ._white-text.--lh-211{line-height:211px}.GREEN_GREY ._white-text.--lh-212{line-height:212px}.GREEN_GREY ._white-text.--lh-213{line-height:213px}.GREEN_GREY ._white-text.--lh-214{line-height:214px}.GREEN_GREY ._white-text.--lh-215{line-height:215px}.GREEN_GREY ._white-text.--lh-216{line-height:216px}.GREEN_GREY ._white-text.--lh-217{line-height:217px}.GREEN_GREY ._white-text.--lh-218{line-height:218px}.GREEN_GREY ._white-text.--lh-219{line-height:219px}.GREEN_GREY ._white-text.--lh-220{line-height:220px}.GREEN_GREY ._white-text.--lh-221{line-height:221px}.GREEN_GREY ._white-text.--lh-222{line-height:222px}.GREEN_GREY ._white-text.--lh-223{line-height:223px}.GREEN_GREY ._white-text.--lh-224{line-height:224px}.GREEN_GREY ._white-text.--lh-225{line-height:225px}.GREEN_GREY ._white-text.--lh-226{line-height:226px}.GREEN_GREY ._white-text.--lh-227{line-height:227px}.GREEN_GREY ._white-text.--lh-228{line-height:228px}.GREEN_GREY ._white-text.--lh-229{line-height:229px}.GREEN_GREY ._white-text.--lh-230{line-height:230px}.GREEN_GREY ._white-text.--lh-231{line-height:231px}.GREEN_GREY ._white-text.--lh-232{line-height:232px}.GREEN_GREY ._white-text.--lh-233{line-height:233px}.GREEN_GREY ._white-text.--lh-234{line-height:234px}.GREEN_GREY ._white-text.--lh-235{line-height:235px}.GREEN_GREY ._white-text.--lh-236{line-height:236px}.GREEN_GREY ._white-text.--lh-237{line-height:237px}.GREEN_GREY ._white-text.--lh-238{line-height:238px}.GREEN_GREY ._white-text.--lh-239{line-height:239px}.GREEN_GREY ._white-text.--lh-240{line-height:240px}.GREEN_GREY ._white-text.--lh-241{line-height:241px}.GREEN_GREY ._white-text.--lh-242{line-height:242px}.GREEN_GREY ._white-text.--lh-243{line-height:243px}.GREEN_GREY ._white-text.--lh-244{line-height:244px}.GREEN_GREY ._white-text.--lh-245{line-height:245px}.GREEN_GREY ._white-text.--lh-246{line-height:246px}.GREEN_GREY ._white-text.--lh-247{line-height:247px}.GREEN_GREY ._white-text.--lh-248{line-height:248px}.GREEN_GREY ._white-text.--lh-249{line-height:249px}.GREEN_GREY ._white-text.--lh-250{line-height:250px}.GREEN_GREY ._white-text.--lh-251{line-height:251px}.GREEN_GREY ._white-text.--lh-252{line-height:252px}.GREEN_GREY ._white-text.--lh-253{line-height:253px}.GREEN_GREY ._white-text.--lh-254{line-height:254px}.GREEN_GREY ._white-text.--lh-255{line-height:255px}.GREEN_GREY ._white-text.--lh-256{line-height:256px}.GREEN_GREY ._white-text.--lh-257{line-height:257px}.GREEN_GREY ._white-text.--lh-258{line-height:258px}.GREEN_GREY ._white-text.--lh-259{line-height:259px}.GREEN_GREY ._white-text.--lh-260{line-height:260px}.GREEN_GREY ._white-text.--lh-261{line-height:261px}.GREEN_GREY ._white-text.--lh-262{line-height:262px}.GREEN_GREY ._white-text.--lh-263{line-height:263px}.GREEN_GREY ._white-text.--lh-264{line-height:264px}.GREEN_GREY ._white-text.--lh-265{line-height:265px}.GREEN_GREY ._white-text.--lh-266{line-height:266px}.GREEN_GREY ._white-text.--lh-267{line-height:267px}.GREEN_GREY ._white-text.--lh-268{line-height:268px}.GREEN_GREY ._white-text.--lh-269{line-height:269px}.GREEN_GREY ._white-text.--lh-270{line-height:270px}.GREEN_GREY ._white-text.--lh-271{line-height:271px}.GREEN_GREY ._white-text.--lh-272{line-height:272px}.GREEN_GREY ._white-text.--lh-273{line-height:273px}.GREEN_GREY ._white-text.--lh-274{line-height:274px}.GREEN_GREY ._white-text.--lh-275{line-height:275px}.GREEN_GREY ._white-text.--lh-276{line-height:276px}.GREEN_GREY ._white-text.--lh-277{line-height:277px}.GREEN_GREY ._white-text.--lh-278{line-height:278px}.GREEN_GREY ._white-text.--lh-279{line-height:279px}.GREEN_GREY ._white-text.--lh-280{line-height:280px}.GREEN_GREY ._white-text.--lh-281{line-height:281px}.GREEN_GREY ._white-text.--lh-282{line-height:282px}.GREEN_GREY ._white-text.--lh-283{line-height:283px}.GREEN_GREY ._white-text.--lh-284{line-height:284px}.GREEN_GREY ._white-text.--lh-285{line-height:285px}.GREEN_GREY ._white-text.--lh-286{line-height:286px}.GREEN_GREY ._white-text.--lh-287{line-height:287px}.GREEN_GREY ._white-text.--lh-288{line-height:288px}.GREEN_GREY ._white-text.--lh-289{line-height:289px}.GREEN_GREY ._white-text.--lh-290{line-height:290px}.GREEN_GREY ._white-text.--lh-291{line-height:291px}.GREEN_GREY ._white-text.--lh-292{line-height:292px}.GREEN_GREY ._white-text.--lh-293{line-height:293px}.GREEN_GREY ._white-text.--lh-294{line-height:294px}.GREEN_GREY ._white-text.--lh-295{line-height:295px}.GREEN_GREY ._white-text.--lh-296{line-height:296px}.GREEN_GREY ._white-text.--lh-297{line-height:297px}.GREEN_GREY ._white-text.--lh-298{line-height:298px}.GREEN_GREY ._white-text.--lh-299{line-height:299px}.GREEN_GREY ._white-text.--lh-300{line-height:300px}.GREEN_GREY ._white-text.--lh-301{line-height:301px}.GREEN_GREY ._white-text.--lh-302{line-height:302px}.GREEN_GREY ._white-text.--lh-303{line-height:303px}.GREEN_GREY ._white-text.--lh-304{line-height:304px}.GREEN_GREY ._white-text.--lh-305{line-height:305px}.GREEN_GREY ._white-text.--lh-306{line-height:306px}.GREEN_GREY ._white-text.--lh-307{line-height:307px}.GREEN_GREY ._white-text.--lh-308{line-height:308px}.GREEN_GREY ._white-text.--lh-309{line-height:309px}.GREEN_GREY ._white-text.--lh-310{line-height:310px}.GREEN_GREY ._white-text.--lh-311{line-height:311px}.GREEN_GREY ._white-text.--lh-312{line-height:312px}.GREEN_GREY ._white-text.--lh-313{line-height:313px}.GREEN_GREY ._white-text.--lh-314{line-height:314px}.GREEN_GREY ._white-text.--lh-315{line-height:315px}.GREEN_GREY ._white-text.--lh-316{line-height:316px}.GREEN_GREY ._white-text.--lh-317{line-height:317px}.GREEN_GREY ._white-text.--lh-318{line-height:318px}.GREEN_GREY ._white-text.--lh-319{line-height:319px}.GREEN_GREY ._white-text.--lh-320{line-height:320px}.GREEN_GREY ._white-text.--lh-321{line-height:321px}.GREEN_GREY ._white-text.--lh-322{line-height:322px}.GREEN_GREY ._white-text.--lh-323{line-height:323px}.GREEN_GREY ._white-text.--lh-324{line-height:324px}.GREEN_GREY ._white-text.--lh-325{line-height:325px}.GREEN_GREY ._white-text.--lh-326{line-height:326px}.GREEN_GREY ._white-text.--lh-327{line-height:327px}.GREEN_GREY ._white-text.--lh-328{line-height:328px}.GREEN_GREY ._white-text.--lh-329{line-height:329px}.GREEN_GREY ._white-text.--lh-330{line-height:330px}.GREEN_GREY ._white-text.--lh-331{line-height:331px}.GREEN_GREY ._white-text.--lh-332{line-height:332px}.GREEN_GREY ._white-text.--lh-333{line-height:333px}.GREEN_GREY ._white-text.--lh-334{line-height:334px}.GREEN_GREY ._white-text.--lh-335{line-height:335px}.GREEN_GREY ._white-text.--lh-336{line-height:336px}.GREEN_GREY ._white-text.--lh-337{line-height:337px}.GREEN_GREY ._white-text.--lh-338{line-height:338px}.GREEN_GREY ._white-text.--lh-339{line-height:339px}.GREEN_GREY ._white-text.--lh-340{line-height:340px}.GREEN_GREY ._white-text.--lh-341{line-height:341px}.GREEN_GREY ._white-text.--lh-342{line-height:342px}.GREEN_GREY ._white-text.--lh-343{line-height:343px}.GREEN_GREY ._white-text.--lh-344{line-height:344px}.GREEN_GREY ._white-text.--lh-345{line-height:345px}.GREEN_GREY ._white-text.--lh-346{line-height:346px}.GREEN_GREY ._white-text.--lh-347{line-height:347px}.GREEN_GREY ._white-text.--lh-348{line-height:348px}.GREEN_GREY ._white-text.--lh-349{line-height:349px}.GREEN_GREY ._white-text.--lh-350{line-height:350px}.GREEN_GREY ._white-text.--lh-351{line-height:351px}.GREEN_GREY ._white-text.--lh-352{line-height:352px}.GREEN_GREY ._white-text.--lh-353{line-height:353px}.GREEN_GREY ._white-text.--lh-354{line-height:354px}.GREEN_GREY ._white-text.--lh-355{line-height:355px}.GREEN_GREY ._white-text.--lh-356{line-height:356px}.GREEN_GREY ._white-text.--lh-357{line-height:357px}.GREEN_GREY ._white-text.--lh-358{line-height:358px}.GREEN_GREY ._white-text.--lh-359{line-height:359px}.GREEN_GREY ._white-text.--lh-360{line-height:360px}.GREEN_GREY ._white-text.--lh-361{line-height:361px}.GREEN_GREY ._white-text.--lh-362{line-height:362px}.GREEN_GREY ._white-text.--lh-363{line-height:363px}.GREEN_GREY ._white-text.--lh-364{line-height:364px}.GREEN_GREY ._white-text.--lh-365{line-height:365px}.GREEN_GREY ._white-text.--lh-366{line-height:366px}.GREEN_GREY ._white-text.--lh-367{line-height:367px}.GREEN_GREY ._white-text.--lh-368{line-height:368px}.GREEN_GREY ._white-text.--lh-369{line-height:369px}.GREEN_GREY ._white-text.--lh-370{line-height:370px}.GREEN_GREY ._white-text.--lh-371{line-height:371px}.GREEN_GREY ._white-text.--lh-372{line-height:372px}.GREEN_GREY ._white-text.--lh-373{line-height:373px}.GREEN_GREY ._white-text.--lh-374{line-height:374px}.GREEN_GREY ._white-text.--lh-375{line-height:375px}.GREEN_GREY ._white-text.--lh-376{line-height:376px}.GREEN_GREY ._white-text.--lh-377{line-height:377px}.GREEN_GREY ._white-text.--lh-378{line-height:378px}.GREEN_GREY ._white-text.--lh-379{line-height:379px}.GREEN_GREY ._white-text.--lh-380{line-height:380px}.GREEN_GREY ._white-text.--lh-381{line-height:381px}.GREEN_GREY ._white-text.--lh-382{line-height:382px}.GREEN_GREY ._white-text.--lh-383{line-height:383px}.GREEN_GREY ._white-text.--lh-384{line-height:384px}.GREEN_GREY ._white-text.--lh-385{line-height:385px}.GREEN_GREY ._white-text.--lh-386{line-height:386px}.GREEN_GREY ._white-text.--lh-387{line-height:387px}.GREEN_GREY ._white-text.--lh-388{line-height:388px}.GREEN_GREY ._white-text.--lh-389{line-height:389px}.GREEN_GREY ._white-text.--lh-390{line-height:390px}.GREEN_GREY ._white-text.--lh-391{line-height:391px}.GREEN_GREY ._white-text.--lh-392{line-height:392px}.GREEN_GREY ._white-text.--lh-393{line-height:393px}.GREEN_GREY ._white-text.--lh-394{line-height:394px}.GREEN_GREY ._white-text.--lh-395{line-height:395px}.GREEN_GREY ._white-text.--lh-396{line-height:396px}.GREEN_GREY ._white-text.--lh-397{line-height:397px}.GREEN_GREY ._white-text.--lh-398{line-height:398px}.GREEN_GREY ._white-text.--lh-399{line-height:399px}.GREEN_GREY ._white-text.--lh-400{line-height:400px}.GREEN_GREY ._white-text.--lh-401{line-height:401px}.GREEN_GREY ._white-text.--lh-402{line-height:402px}.GREEN_GREY ._white-text.--lh-403{line-height:403px}.GREEN_GREY ._white-text.--lh-404{line-height:404px}.GREEN_GREY ._white-text.--lh-405{line-height:405px}.GREEN_GREY ._white-text.--lh-406{line-height:406px}.GREEN_GREY ._white-text.--lh-407{line-height:407px}.GREEN_GREY ._white-text.--lh-408{line-height:408px}.GREEN_GREY ._white-text.--lh-409{line-height:409px}.GREEN_GREY ._white-text.--lh-410{line-height:410px}.GREEN_GREY ._white-text.--lh-411{line-height:411px}.GREEN_GREY ._white-text.--lh-412{line-height:412px}.GREEN_GREY ._white-text.--lh-413{line-height:413px}.GREEN_GREY ._white-text.--lh-414{line-height:414px}.GREEN_GREY ._white-text.--lh-415{line-height:415px}.GREEN_GREY ._white-text.--lh-416{line-height:416px}.GREEN_GREY ._white-text.--lh-417{line-height:417px}.GREEN_GREY ._white-text.--lh-418{line-height:418px}.GREEN_GREY ._white-text.--lh-419{line-height:419px}.GREEN_GREY ._white-text.--lh-420{line-height:420px}.GREEN_GREY ._white-text.--lh-421{line-height:421px}.GREEN_GREY ._white-text.--lh-422{line-height:422px}.GREEN_GREY ._white-text.--lh-423{line-height:423px}.GREEN_GREY ._white-text.--lh-424{line-height:424px}.GREEN_GREY ._white-text.--lh-425{line-height:425px}.GREEN_GREY ._white-text.--lh-426{line-height:426px}.GREEN_GREY ._white-text.--lh-427{line-height:427px}.GREEN_GREY ._white-text.--lh-428{line-height:428px}.GREEN_GREY ._white-text.--lh-429{line-height:429px}.GREEN_GREY ._white-text.--lh-430{line-height:430px}.GREEN_GREY ._white-text.--lh-431{line-height:431px}.GREEN_GREY ._white-text.--lh-432{line-height:432px}.GREEN_GREY ._white-text.--lh-433{line-height:433px}.GREEN_GREY ._white-text.--lh-434{line-height:434px}.GREEN_GREY ._white-text.--lh-435{line-height:435px}.GREEN_GREY ._white-text.--lh-436{line-height:436px}.GREEN_GREY ._white-text.--lh-437{line-height:437px}.GREEN_GREY ._white-text.--lh-438{line-height:438px}.GREEN_GREY ._white-text.--lh-439{line-height:439px}.GREEN_GREY ._white-text.--lh-440{line-height:440px}.GREEN_GREY ._white-text.--lh-441{line-height:441px}.GREEN_GREY ._white-text.--lh-442{line-height:442px}.GREEN_GREY ._white-text.--lh-443{line-height:443px}.GREEN_GREY ._white-text.--lh-444{line-height:444px}.GREEN_GREY ._white-text.--lh-445{line-height:445px}.GREEN_GREY ._white-text.--lh-446{line-height:446px}.GREEN_GREY ._white-text.--lh-447{line-height:447px}.GREEN_GREY ._white-text.--lh-448{line-height:448px}.GREEN_GREY ._white-text.--lh-449{line-height:449px}.GREEN_GREY ._white-text.--lh-450{line-height:450px}.GREEN_GREY ._white-text.--lh-451{line-height:451px}.GREEN_GREY ._white-text.--lh-452{line-height:452px}.GREEN_GREY ._white-text.--lh-453{line-height:453px}.GREEN_GREY ._white-text.--lh-454{line-height:454px}.GREEN_GREY ._white-text.--lh-455{line-height:455px}.GREEN_GREY ._white-text.--lh-456{line-height:456px}.GREEN_GREY ._white-text.--lh-457{line-height:457px}.GREEN_GREY ._white-text.--lh-458{line-height:458px}.GREEN_GREY ._white-text.--lh-459{line-height:459px}.GREEN_GREY ._white-text.--lh-460{line-height:460px}.GREEN_GREY ._white-text.--lh-461{line-height:461px}.GREEN_GREY ._white-text.--lh-462{line-height:462px}.GREEN_GREY ._white-text.--lh-463{line-height:463px}.GREEN_GREY ._white-text.--lh-464{line-height:464px}.GREEN_GREY ._white-text.--lh-465{line-height:465px}.GREEN_GREY ._white-text.--lh-466{line-height:466px}.GREEN_GREY ._white-text.--lh-467{line-height:467px}.GREEN_GREY ._white-text.--lh-468{line-height:468px}.GREEN_GREY ._white-text.--lh-469{line-height:469px}.GREEN_GREY ._white-text.--lh-470{line-height:470px}.GREEN_GREY ._white-text.--lh-471{line-height:471px}.GREEN_GREY ._white-text.--lh-472{line-height:472px}.GREEN_GREY ._white-text.--lh-473{line-height:473px}.GREEN_GREY ._white-text.--lh-474{line-height:474px}.GREEN_GREY ._white-text.--lh-475{line-height:475px}.GREEN_GREY ._white-text.--lh-476{line-height:476px}.GREEN_GREY ._white-text.--lh-477{line-height:477px}.GREEN_GREY ._white-text.--lh-478{line-height:478px}.GREEN_GREY ._white-text.--lh-479{line-height:479px}.GREEN_GREY ._white-text.--lh-480{line-height:480px}.GREEN_GREY ._white-text.--lh-481{line-height:481px}.GREEN_GREY ._white-text.--lh-482{line-height:482px}.GREEN_GREY ._white-text.--lh-483{line-height:483px}.GREEN_GREY ._white-text.--lh-484{line-height:484px}.GREEN_GREY ._white-text.--lh-485{line-height:485px}.GREEN_GREY ._white-text.--lh-486{line-height:486px}.GREEN_GREY ._white-text.--lh-487{line-height:487px}.GREEN_GREY ._white-text.--lh-488{line-height:488px}.GREEN_GREY ._white-text.--lh-489{line-height:489px}.GREEN_GREY ._white-text.--lh-490{line-height:490px}.GREEN_GREY ._white-text.--lh-491{line-height:491px}.GREEN_GREY ._white-text.--lh-492{line-height:492px}.GREEN_GREY ._white-text.--lh-493{line-height:493px}.GREEN_GREY ._white-text.--lh-494{line-height:494px}.GREEN_GREY ._white-text.--lh-495{line-height:495px}.GREEN_GREY ._white-text.--lh-496{line-height:496px}.GREEN_GREY ._white-text.--lh-497{line-height:497px}.GREEN_GREY ._white-text.--lh-498{line-height:498px}.GREEN_GREY ._white-text.--lh-499{line-height:499px}.GREEN_GREY ._white-text.--lh-500{line-height:500px}.GREEN_GREY ._white-text.--lh-501{line-height:501px}.GREEN_GREY ._white-text.--lh-502{line-height:502px}.GREEN_GREY ._white-text.--lh-503{line-height:503px}.GREEN_GREY ._white-text.--lh-504{line-height:504px}.GREEN_GREY ._white-text.--lh-505{line-height:505px}.GREEN_GREY ._white-text.--lh-506{line-height:506px}.GREEN_GREY ._white-text.--lh-507{line-height:507px}.GREEN_GREY ._white-text.--lh-508{line-height:508px}.GREEN_GREY ._white-text.--lh-509{line-height:509px}.GREEN_GREY ._white-text.--lh-510{line-height:510px}.GREEN_GREY ._white-text.--lh-511{line-height:511px}.GREEN_GREY ._white-text.--lh-512{line-height:512px}.GREEN_GREY ._white-text.--lh-513{line-height:513px}.GREEN_GREY ._white-text.--lh-514{line-height:514px}.GREEN_GREY ._white-text.--lh-515{line-height:515px}.GREEN_GREY ._white-text.--lh-516{line-height:516px}.GREEN_GREY ._white-text.--lh-517{line-height:517px}.GREEN_GREY ._white-text.--lh-518{line-height:518px}.GREEN_GREY ._white-text.--lh-519{line-height:519px}.GREEN_GREY ._white-text.--lh-520{line-height:520px}.GREEN_GREY ._white-text.--lh-521{line-height:521px}.GREEN_GREY ._white-text.--lh-522{line-height:522px}.GREEN_GREY ._white-text.--lh-523{line-height:523px}.GREEN_GREY ._white-text.--lh-524{line-height:524px}.GREEN_GREY ._white-text.--lh-525{line-height:525px}.GREEN_GREY ._white-text.--lh-526{line-height:526px}.GREEN_GREY ._white-text.--lh-527{line-height:527px}.GREEN_GREY ._white-text.--lh-528{line-height:528px}.GREEN_GREY ._white-text.--lh-529{line-height:529px}.GREEN_GREY ._white-text.--lh-530{line-height:530px}.GREEN_GREY ._white-text.--lh-531{line-height:531px}.GREEN_GREY ._white-text.--lh-532{line-height:532px}.GREEN_GREY ._white-text.--lh-533{line-height:533px}.GREEN_GREY ._white-text.--lh-534{line-height:534px}.GREEN_GREY ._white-text.--lh-535{line-height:535px}.GREEN_GREY ._white-text.--lh-536{line-height:536px}.GREEN_GREY ._white-text.--lh-537{line-height:537px}.GREEN_GREY ._white-text.--lh-538{line-height:538px}.GREEN_GREY ._white-text.--lh-539{line-height:539px}.GREEN_GREY ._white-text.--lh-540{line-height:540px}.GREEN_GREY ._white-text.--lh-541{line-height:541px}.GREEN_GREY ._white-text.--lh-542{line-height:542px}.GREEN_GREY ._white-text.--lh-543{line-height:543px}.GREEN_GREY ._white-text.--lh-544{line-height:544px}.GREEN_GREY ._white-text.--lh-545{line-height:545px}.GREEN_GREY ._white-text.--lh-546{line-height:546px}.GREEN_GREY ._white-text.--lh-547{line-height:547px}.GREEN_GREY ._white-text.--lh-548{line-height:548px}.GREEN_GREY ._white-text.--lh-549{line-height:549px}.GREEN_GREY ._white-text.--lh-550{line-height:550px}.GREEN_GREY ._white-text.--lh-551{line-height:551px}.GREEN_GREY ._white-text.--lh-552{line-height:552px}.GREEN_GREY ._white-text.--lh-553{line-height:553px}.GREEN_GREY ._white-text.--lh-554{line-height:554px}.GREEN_GREY ._white-text.--lh-555{line-height:555px}.GREEN_GREY ._white-text.--lh-556{line-height:556px}.GREEN_GREY ._white-text.--lh-557{line-height:557px}.GREEN_GREY ._white-text.--lh-558{line-height:558px}.GREEN_GREY ._white-text.--lh-559{line-height:559px}.GREEN_GREY ._white-text.--lh-560{line-height:560px}.GREEN_GREY ._white-text.--lh-561{line-height:561px}.GREEN_GREY ._white-text.--lh-562{line-height:562px}.GREEN_GREY ._white-text.--lh-563{line-height:563px}.GREEN_GREY ._white-text.--lh-564{line-height:564px}.GREEN_GREY ._white-text.--lh-565{line-height:565px}.GREEN_GREY ._white-text.--lh-566{line-height:566px}.GREEN_GREY ._white-text.--lh-567{line-height:567px}.GREEN_GREY ._white-text.--lh-568{line-height:568px}.GREEN_GREY ._white-text.--lh-569{line-height:569px}.GREEN_GREY ._white-text.--lh-570{line-height:570px}.GREEN_GREY ._white-text.--lh-571{line-height:571px}.GREEN_GREY ._white-text.--lh-572{line-height:572px}.GREEN_GREY ._white-text.--lh-573{line-height:573px}.GREEN_GREY ._white-text.--lh-574{line-height:574px}.GREEN_GREY ._white-text.--lh-575{line-height:575px}.GREEN_GREY ._white-text.--lh-576{line-height:576px}.GREEN_GREY ._white-text.--lh-577{line-height:577px}.GREEN_GREY ._white-text.--lh-578{line-height:578px}.GREEN_GREY ._white-text.--lh-579{line-height:579px}.GREEN_GREY ._white-text.--lh-580{line-height:580px}.GREEN_GREY ._white-text.--lh-581{line-height:581px}.GREEN_GREY ._white-text.--lh-582{line-height:582px}.GREEN_GREY ._white-text.--lh-583{line-height:583px}.GREEN_GREY ._white-text.--lh-584{line-height:584px}.GREEN_GREY ._white-text.--lh-585{line-height:585px}.GREEN_GREY ._white-text.--lh-586{line-height:586px}.GREEN_GREY ._white-text.--lh-587{line-height:587px}.GREEN_GREY ._white-text.--lh-588{line-height:588px}.GREEN_GREY ._white-text.--lh-589{line-height:589px}.GREEN_GREY ._white-text.--lh-590{line-height:590px}.GREEN_GREY ._white-text.--lh-591{line-height:591px}.GREEN_GREY ._white-text.--lh-592{line-height:592px}.GREEN_GREY ._white-text.--lh-593{line-height:593px}.GREEN_GREY ._white-text.--lh-594{line-height:594px}.GREEN_GREY ._white-text.--lh-595{line-height:595px}.GREEN_GREY ._white-text.--lh-596{line-height:596px}.GREEN_GREY ._white-text.--lh-597{line-height:597px}.GREEN_GREY ._white-text.--lh-598{line-height:598px}.GREEN_GREY ._white-text.--lh-599{line-height:599px}.GREEN_GREY ._white-text.--lh-600{line-height:600px}.GREEN_GREY ._white-text.--lh-601{line-height:601px}.GREEN_GREY ._white-text.--lh-602{line-height:602px}.GREEN_GREY ._white-text.--lh-603{line-height:603px}.GREEN_GREY ._white-text.--lh-604{line-height:604px}.GREEN_GREY ._white-text.--lh-605{line-height:605px}.GREEN_GREY ._white-text.--lh-606{line-height:606px}.GREEN_GREY ._white-text.--lh-607{line-height:607px}.GREEN_GREY ._white-text.--lh-608{line-height:608px}.GREEN_GREY ._white-text.--lh-609{line-height:609px}.GREEN_GREY ._white-text.--lh-610{line-height:610px}.GREEN_GREY ._white-text.--lh-611{line-height:611px}.GREEN_GREY ._white-text.--lh-612{line-height:612px}.GREEN_GREY ._white-text.--lh-613{line-height:613px}.GREEN_GREY ._white-text.--lh-614{line-height:614px}.GREEN_GREY ._white-text.--lh-615{line-height:615px}.GREEN_GREY ._white-text.--lh-616{line-height:616px}.GREEN_GREY ._white-text.--lh-617{line-height:617px}.GREEN_GREY ._white-text.--lh-618{line-height:618px}.GREEN_GREY ._white-text.--lh-619{line-height:619px}.GREEN_GREY ._white-text.--lh-620{line-height:620px}.GREEN_GREY ._white-text.--lh-621{line-height:621px}.GREEN_GREY ._white-text.--lh-622{line-height:622px}.GREEN_GREY ._white-text.--lh-623{line-height:623px}.GREEN_GREY ._white-text.--lh-624{line-height:624px}.GREEN_GREY ._white-text.--lh-625{line-height:625px}.GREEN_GREY ._white-text.--lh-626{line-height:626px}.GREEN_GREY ._white-text.--lh-627{line-height:627px}.GREEN_GREY ._white-text.--lh-628{line-height:628px}.GREEN_GREY ._white-text.--lh-629{line-height:629px}.GREEN_GREY ._white-text.--lh-630{line-height:630px}.GREEN_GREY ._white-text.--lh-631{line-height:631px}.GREEN_GREY ._white-text.--lh-632{line-height:632px}.GREEN_GREY ._white-text.--lh-633{line-height:633px}.GREEN_GREY ._white-text.--lh-634{line-height:634px}.GREEN_GREY ._white-text.--lh-635{line-height:635px}.GREEN_GREY ._white-text.--lh-636{line-height:636px}.GREEN_GREY ._white-text.--lh-637{line-height:637px}.GREEN_GREY ._white-text.--lh-638{line-height:638px}.GREEN_GREY ._white-text.--lh-639{line-height:639px}.GREEN_GREY ._white-text.--lh-640{line-height:640px}.GREEN_GREY ._white-text.--lh-641{line-height:641px}.GREEN_GREY ._white-text.--lh-642{line-height:642px}.GREEN_GREY ._white-text.--lh-643{line-height:643px}.GREEN_GREY ._white-text.--lh-644{line-height:644px}.GREEN_GREY ._white-text.--lh-645{line-height:645px}.GREEN_GREY ._white-text.--lh-646{line-height:646px}.GREEN_GREY ._white-text.--lh-647{line-height:647px}.GREEN_GREY ._white-text.--lh-648{line-height:648px}.GREEN_GREY ._white-text.--lh-649{line-height:649px}.GREEN_GREY ._white-text.--lh-650{line-height:650px}.GREEN_GREY ._white-text.--lh-651{line-height:651px}.GREEN_GREY ._white-text.--lh-652{line-height:652px}.GREEN_GREY ._white-text.--lh-653{line-height:653px}.GREEN_GREY ._white-text.--lh-654{line-height:654px}.GREEN_GREY ._white-text.--lh-655{line-height:655px}.GREEN_GREY ._white-text.--lh-656{line-height:656px}.GREEN_GREY ._white-text.--lh-657{line-height:657px}.GREEN_GREY ._white-text.--lh-658{line-height:658px}.GREEN_GREY ._white-text.--lh-659{line-height:659px}.GREEN_GREY ._white-text.--lh-660{line-height:660px}.GREEN_GREY ._white-text.--lh-661{line-height:661px}.GREEN_GREY ._white-text.--lh-662{line-height:662px}.GREEN_GREY ._white-text.--lh-663{line-height:663px}.GREEN_GREY ._white-text.--lh-664{line-height:664px}.GREEN_GREY ._white-text.--lh-665{line-height:665px}.GREEN_GREY ._white-text.--lh-666{line-height:666px}.GREEN_GREY ._white-text.--lh-667{line-height:667px}.GREEN_GREY ._white-text.--lh-668{line-height:668px}.GREEN_GREY ._white-text.--lh-669{line-height:669px}.GREEN_GREY ._white-text.--lh-670{line-height:670px}.GREEN_GREY ._white-text.--lh-671{line-height:671px}.GREEN_GREY ._white-text.--lh-672{line-height:672px}.GREEN_GREY ._white-text.--lh-673{line-height:673px}.GREEN_GREY ._white-text.--lh-674{line-height:674px}.GREEN_GREY ._white-text.--lh-675{line-height:675px}.GREEN_GREY ._white-text.--lh-676{line-height:676px}.GREEN_GREY ._white-text.--lh-677{line-height:677px}.GREEN_GREY ._white-text.--lh-678{line-height:678px}.GREEN_GREY ._white-text.--lh-679{line-height:679px}.GREEN_GREY ._white-text.--lh-680{line-height:680px}.GREEN_GREY ._white-text.--lh-681{line-height:681px}.GREEN_GREY ._white-text.--lh-682{line-height:682px}.GREEN_GREY ._white-text.--lh-683{line-height:683px}.GREEN_GREY ._white-text.--lh-684{line-height:684px}.GREEN_GREY ._white-text.--lh-685{line-height:685px}.GREEN_GREY ._white-text.--lh-686{line-height:686px}.GREEN_GREY ._white-text.--lh-687{line-height:687px}.GREEN_GREY ._white-text.--lh-688{line-height:688px}.GREEN_GREY ._white-text.--lh-689{line-height:689px}.GREEN_GREY ._white-text.--lh-690{line-height:690px}.GREEN_GREY ._white-text.--lh-691{line-height:691px}.GREEN_GREY ._white-text.--lh-692{line-height:692px}.GREEN_GREY ._white-text.--lh-693{line-height:693px}.GREEN_GREY ._white-text.--lh-694{line-height:694px}.GREEN_GREY ._white-text.--lh-695{line-height:695px}.GREEN_GREY ._white-text.--lh-696{line-height:696px}.GREEN_GREY ._white-text.--lh-697{line-height:697px}.GREEN_GREY ._white-text.--lh-698{line-height:698px}.GREEN_GREY ._white-text.--lh-699{line-height:699px}.GREEN_GREY ._white-text.--lh-700{line-height:700px}.GREEN_GREY ._white-text.--lh-701{line-height:701px}.GREEN_GREY ._white-text.--lh-702{line-height:702px}.GREEN_GREY ._white-text.--lh-703{line-height:703px}.GREEN_GREY ._white-text.--lh-704{line-height:704px}.GREEN_GREY ._white-text.--lh-705{line-height:705px}.GREEN_GREY ._white-text.--lh-706{line-height:706px}.GREEN_GREY ._white-text.--lh-707{line-height:707px}.GREEN_GREY ._white-text.--lh-708{line-height:708px}.GREEN_GREY ._white-text.--lh-709{line-height:709px}.GREEN_GREY ._white-text.--lh-710{line-height:710px}.GREEN_GREY ._white-text.--lh-711{line-height:711px}.GREEN_GREY ._white-text.--lh-712{line-height:712px}.GREEN_GREY ._white-text.--lh-713{line-height:713px}.GREEN_GREY ._white-text.--lh-714{line-height:714px}.GREEN_GREY ._white-text.--lh-715{line-height:715px}.GREEN_GREY ._white-text.--lh-716{line-height:716px}.GREEN_GREY ._white-text.--lh-717{line-height:717px}.GREEN_GREY ._white-text.--lh-718{line-height:718px}.GREEN_GREY ._white-text.--lh-719{line-height:719px}.GREEN_GREY ._white-text.--lh-720{line-height:720px}.GREEN_GREY ._white-text.--lh-721{line-height:721px}.GREEN_GREY ._white-text.--lh-722{line-height:722px}.GREEN_GREY ._white-text.--lh-723{line-height:723px}.GREEN_GREY ._white-text.--lh-724{line-height:724px}.GREEN_GREY ._white-text.--lh-725{line-height:725px}.GREEN_GREY ._white-text.--lh-726{line-height:726px}.GREEN_GREY ._white-text.--lh-727{line-height:727px}.GREEN_GREY ._white-text.--lh-728{line-height:728px}.GREEN_GREY ._white-text.--lh-729{line-height:729px}.GREEN_GREY ._white-text.--lh-730{line-height:730px}.GREEN_GREY ._white-text.--lh-731{line-height:731px}.GREEN_GREY ._white-text.--lh-732{line-height:732px}.GREEN_GREY ._white-text.--lh-733{line-height:733px}.GREEN_GREY ._white-text.--lh-734{line-height:734px}.GREEN_GREY ._white-text.--lh-735{line-height:735px}.GREEN_GREY ._white-text.--lh-736{line-height:736px}.GREEN_GREY ._white-text.--lh-737{line-height:737px}.GREEN_GREY ._white-text.--lh-738{line-height:738px}.GREEN_GREY ._white-text.--lh-739{line-height:739px}.GREEN_GREY ._white-text.--lh-740{line-height:740px}.GREEN_GREY ._white-text.--lh-741{line-height:741px}.GREEN_GREY ._white-text.--lh-742{line-height:742px}.GREEN_GREY ._white-text.--lh-743{line-height:743px}.GREEN_GREY ._white-text.--lh-744{line-height:744px}.GREEN_GREY ._white-text.--lh-745{line-height:745px}.GREEN_GREY ._white-text.--lh-746{line-height:746px}.GREEN_GREY ._white-text.--lh-747{line-height:747px}.GREEN_GREY ._white-text.--lh-748{line-height:748px}.GREEN_GREY ._white-text.--lh-749{line-height:749px}.GREEN_GREY ._white-text.--lh-750{line-height:750px}.GREEN_GREY ._white-text.--lh-751{line-height:751px}.GREEN_GREY ._white-text.--lh-752{line-height:752px}.GREEN_GREY ._white-text.--lh-753{line-height:753px}.GREEN_GREY ._white-text.--lh-754{line-height:754px}.GREEN_GREY ._white-text.--lh-755{line-height:755px}.GREEN_GREY ._white-text.--lh-756{line-height:756px}.GREEN_GREY ._white-text.--lh-757{line-height:757px}.GREEN_GREY ._white-text.--lh-758{line-height:758px}.GREEN_GREY ._white-text.--lh-759{line-height:759px}.GREEN_GREY ._white-text.--lh-760{line-height:760px}.GREEN_GREY ._white-text.--lh-761{line-height:761px}.GREEN_GREY ._white-text.--lh-762{line-height:762px}.GREEN_GREY ._white-text.--lh-763{line-height:763px}.GREEN_GREY ._white-text.--lh-764{line-height:764px}.GREEN_GREY ._white-text.--lh-765{line-height:765px}.GREEN_GREY ._white-text.--lh-766{line-height:766px}.GREEN_GREY ._white-text.--lh-767{line-height:767px}.GREEN_GREY ._white-text.--lh-768{line-height:768px}.GREEN_GREY ._white-text.--lh-769{line-height:769px}.GREEN_GREY ._white-text.--lh-770{line-height:770px}.GREEN_GREY ._white-text.--lh-771{line-height:771px}.GREEN_GREY ._white-text.--lh-772{line-height:772px}.GREEN_GREY ._white-text.--lh-773{line-height:773px}.GREEN_GREY ._white-text.--lh-774{line-height:774px}.GREEN_GREY ._white-text.--lh-775{line-height:775px}.GREEN_GREY ._white-text.--lh-776{line-height:776px}.GREEN_GREY ._white-text.--lh-777{line-height:777px}.GREEN_GREY ._white-text.--lh-778{line-height:778px}.GREEN_GREY ._white-text.--lh-779{line-height:779px}.GREEN_GREY ._white-text.--lh-780{line-height:780px}.GREEN_GREY ._white-text.--lh-781{line-height:781px}.GREEN_GREY ._white-text.--lh-782{line-height:782px}.GREEN_GREY ._white-text.--lh-783{line-height:783px}.GREEN_GREY ._white-text.--lh-784{line-height:784px}.GREEN_GREY ._white-text.--lh-785{line-height:785px}.GREEN_GREY ._white-text.--lh-786{line-height:786px}.GREEN_GREY ._white-text.--lh-787{line-height:787px}.GREEN_GREY ._white-text.--lh-788{line-height:788px}.GREEN_GREY ._white-text.--lh-789{line-height:789px}.GREEN_GREY ._white-text.--lh-790{line-height:790px}.GREEN_GREY ._white-text.--lh-791{line-height:791px}.GREEN_GREY ._white-text.--lh-792{line-height:792px}.GREEN_GREY ._white-text.--lh-793{line-height:793px}.GREEN_GREY ._white-text.--lh-794{line-height:794px}.GREEN_GREY ._white-text.--lh-795{line-height:795px}.GREEN_GREY ._white-text.--lh-796{line-height:796px}.GREEN_GREY ._white-text.--lh-797{line-height:797px}.GREEN_GREY ._white-text.--lh-798{line-height:798px}.GREEN_GREY ._white-text.--lh-799{line-height:799px}.GREEN_GREY ._white-text.--lh-800{line-height:800px}.GREEN_GREY .profile-details-label{font-family:Poppins;font-size:22.37px;font-weight:700;line-height:33.55px;color:#14ff6c}.YELLOW ._primary-text{color:var(--white);font-family:Poppins}.YELLOW ._primary-text.--size-5{font-size:5px}.YELLOW ._primary-text.--size-6{font-size:6px}.YELLOW ._primary-text.--size-7{font-size:7px}.YELLOW ._primary-text.--size-8{font-size:8px}.YELLOW ._primary-text.--size-9{font-size:9px}.YELLOW ._primary-text.--size-10{font-size:10px}.YELLOW ._primary-text.--size-11{font-size:11px}.YELLOW ._primary-text.--size-12{font-size:12px}.YELLOW ._primary-text.--size-13{font-size:13px}.YELLOW ._primary-text.--size-14{font-size:14px}.YELLOW ._primary-text.--size-15{font-size:15px}.YELLOW ._primary-text.--size-16{font-size:16px}.YELLOW ._primary-text.--size-17{font-size:17px}.YELLOW ._primary-text.--size-18{font-size:18px}.YELLOW ._primary-text.--size-19{font-size:19px}.YELLOW ._primary-text.--size-20{font-size:20px}.YELLOW ._primary-text.--size-21{font-size:21px}.YELLOW ._primary-text.--size-22{font-size:22px}.YELLOW ._primary-text.--size-23{font-size:23px}.YELLOW ._primary-text.--size-24{font-size:24px}.YELLOW ._primary-text.--size-25{font-size:25px}.YELLOW ._primary-text.--size-26{font-size:26px}.YELLOW ._primary-text.--size-27{font-size:27px}.YELLOW ._primary-text.--size-28{font-size:28px}.YELLOW ._primary-text.--size-29{font-size:29px}.YELLOW ._primary-text.--size-30{font-size:30px}.YELLOW ._primary-text.--size-31{font-size:31px}.YELLOW ._primary-text.--size-32{font-size:32px}.YELLOW ._primary-text.--size-33{font-size:33px}.YELLOW ._primary-text.--size-34{font-size:34px}.YELLOW ._primary-text.--size-35{font-size:35px}.YELLOW ._primary-text.--size-36{font-size:36px}.YELLOW ._primary-text.--size-37{font-size:37px}.YELLOW ._primary-text.--size-38{font-size:38px}.YELLOW ._primary-text.--size-39{font-size:39px}.YELLOW ._primary-text.--size-40{font-size:40px}.YELLOW ._primary-text.--size-41{font-size:41px}.YELLOW ._primary-text.--size-42{font-size:42px}.YELLOW ._primary-text.--size-43{font-size:43px}.YELLOW ._primary-text.--size-44{font-size:44px}.YELLOW ._primary-text.--size-45{font-size:45px}.YELLOW ._primary-text.--size-46{font-size:46px}.YELLOW ._primary-text.--size-47{font-size:47px}.YELLOW ._primary-text.--size-48{font-size:48px}.YELLOW ._primary-text.--size-49{font-size:49px}.YELLOW ._primary-text.--size-50{font-size:50px}.YELLOW ._primary-text.--size-51{font-size:51px}.YELLOW ._primary-text.--size-52{font-size:52px}.YELLOW ._primary-text.--size-53{font-size:53px}.YELLOW ._primary-text.--size-54{font-size:54px}.YELLOW ._primary-text.--size-55{font-size:55px}.YELLOW ._primary-text.--size-56{font-size:56px}.YELLOW ._primary-text.--size-57{font-size:57px}.YELLOW ._primary-text.--size-58{font-size:58px}.YELLOW ._primary-text.--size-59{font-size:59px}.YELLOW ._primary-text.--size-60{font-size:60px}.YELLOW ._primary-text.--size-61{font-size:61px}.YELLOW ._primary-text.--size-62{font-size:62px}.YELLOW ._primary-text.--size-63{font-size:63px}.YELLOW ._primary-text.--size-64{font-size:64px}.YELLOW ._primary-text.--size-65{font-size:65px}.YELLOW ._primary-text.--size-66{font-size:66px}.YELLOW ._primary-text.--size-67{font-size:67px}.YELLOW ._primary-text.--size-68{font-size:68px}.YELLOW ._primary-text.--size-69{font-size:69px}.YELLOW ._primary-text.--size-70{font-size:70px}.YELLOW ._primary-text.--size-71{font-size:71px}.YELLOW ._primary-text.--size-72{font-size:72px}.YELLOW ._primary-text.--size-73{font-size:73px}.YELLOW ._primary-text.--size-74{font-size:74px}.YELLOW ._primary-text.--size-75{font-size:75px}.YELLOW ._primary-text.--size-76{font-size:76px}.YELLOW ._primary-text.--size-77{font-size:77px}.YELLOW ._primary-text.--size-78{font-size:78px}.YELLOW ._primary-text.--size-79{font-size:79px}.YELLOW ._primary-text.--size-80{font-size:80px}.YELLOW ._primary-text.--size-81{font-size:81px}.YELLOW ._primary-text.--size-82{font-size:82px}.YELLOW ._primary-text.--size-83{font-size:83px}.YELLOW ._primary-text.--size-84{font-size:84px}.YELLOW ._primary-text.--size-85{font-size:85px}.YELLOW ._primary-text.--size-86{font-size:86px}.YELLOW ._primary-text.--size-87{font-size:87px}.YELLOW ._primary-text.--size-88{font-size:88px}.YELLOW ._primary-text.--size-89{font-size:89px}.YELLOW ._primary-text.--size-90{font-size:90px}.YELLOW ._primary-text.--size-91{font-size:91px}.YELLOW ._primary-text.--size-92{font-size:92px}.YELLOW ._primary-text.--size-93{font-size:93px}.YELLOW ._primary-text.--size-94{font-size:94px}.YELLOW ._primary-text.--size-95{font-size:95px}.YELLOW ._primary-text.--size-96{font-size:96px}.YELLOW ._primary-text.--size-97{font-size:97px}.YELLOW ._primary-text.--size-98{font-size:98px}.YELLOW ._primary-text.--size-99{font-size:99px}.YELLOW ._primary-text.--size-100{font-size:100px}.YELLOW ._primary-text.--weight-100{font-weight:100}.YELLOW ._primary-text.--weight-101{font-weight:101}.YELLOW ._primary-text.--weight-102{font-weight:102}.YELLOW ._primary-text.--weight-103{font-weight:103}.YELLOW ._primary-text.--weight-104{font-weight:104}.YELLOW ._primary-text.--weight-105{font-weight:105}.YELLOW ._primary-text.--weight-106{font-weight:106}.YELLOW ._primary-text.--weight-107{font-weight:107}.YELLOW ._primary-text.--weight-108{font-weight:108}.YELLOW ._primary-text.--weight-109{font-weight:109}.YELLOW ._primary-text.--weight-110{font-weight:110}.YELLOW ._primary-text.--weight-111{font-weight:111}.YELLOW ._primary-text.--weight-112{font-weight:112}.YELLOW ._primary-text.--weight-113{font-weight:113}.YELLOW ._primary-text.--weight-114{font-weight:114}.YELLOW ._primary-text.--weight-115{font-weight:115}.YELLOW ._primary-text.--weight-116{font-weight:116}.YELLOW ._primary-text.--weight-117{font-weight:117}.YELLOW ._primary-text.--weight-118{font-weight:118}.YELLOW ._primary-text.--weight-119{font-weight:119}.YELLOW ._primary-text.--weight-120{font-weight:120}.YELLOW ._primary-text.--weight-121{font-weight:121}.YELLOW ._primary-text.--weight-122{font-weight:122}.YELLOW ._primary-text.--weight-123{font-weight:123}.YELLOW ._primary-text.--weight-124{font-weight:124}.YELLOW ._primary-text.--weight-125{font-weight:125}.YELLOW ._primary-text.--weight-126{font-weight:126}.YELLOW ._primary-text.--weight-127{font-weight:127}.YELLOW ._primary-text.--weight-128{font-weight:128}.YELLOW ._primary-text.--weight-129{font-weight:129}.YELLOW ._primary-text.--weight-130{font-weight:130}.YELLOW ._primary-text.--weight-131{font-weight:131}.YELLOW ._primary-text.--weight-132{font-weight:132}.YELLOW ._primary-text.--weight-133{font-weight:133}.YELLOW ._primary-text.--weight-134{font-weight:134}.YELLOW ._primary-text.--weight-135{font-weight:135}.YELLOW ._primary-text.--weight-136{font-weight:136}.YELLOW ._primary-text.--weight-137{font-weight:137}.YELLOW ._primary-text.--weight-138{font-weight:138}.YELLOW ._primary-text.--weight-139{font-weight:139}.YELLOW ._primary-text.--weight-140{font-weight:140}.YELLOW ._primary-text.--weight-141{font-weight:141}.YELLOW ._primary-text.--weight-142{font-weight:142}.YELLOW ._primary-text.--weight-143{font-weight:143}.YELLOW ._primary-text.--weight-144{font-weight:144}.YELLOW ._primary-text.--weight-145{font-weight:145}.YELLOW ._primary-text.--weight-146{font-weight:146}.YELLOW ._primary-text.--weight-147{font-weight:147}.YELLOW ._primary-text.--weight-148{font-weight:148}.YELLOW ._primary-text.--weight-149{font-weight:149}.YELLOW ._primary-text.--weight-150{font-weight:150}.YELLOW ._primary-text.--weight-151{font-weight:151}.YELLOW ._primary-text.--weight-152{font-weight:152}.YELLOW ._primary-text.--weight-153{font-weight:153}.YELLOW ._primary-text.--weight-154{font-weight:154}.YELLOW ._primary-text.--weight-155{font-weight:155}.YELLOW ._primary-text.--weight-156{font-weight:156}.YELLOW ._primary-text.--weight-157{font-weight:157}.YELLOW ._primary-text.--weight-158{font-weight:158}.YELLOW ._primary-text.--weight-159{font-weight:159}.YELLOW ._primary-text.--weight-160{font-weight:160}.YELLOW ._primary-text.--weight-161{font-weight:161}.YELLOW ._primary-text.--weight-162{font-weight:162}.YELLOW ._primary-text.--weight-163{font-weight:163}.YELLOW ._primary-text.--weight-164{font-weight:164}.YELLOW ._primary-text.--weight-165{font-weight:165}.YELLOW ._primary-text.--weight-166{font-weight:166}.YELLOW ._primary-text.--weight-167{font-weight:167}.YELLOW ._primary-text.--weight-168{font-weight:168}.YELLOW ._primary-text.--weight-169{font-weight:169}.YELLOW ._primary-text.--weight-170{font-weight:170}.YELLOW ._primary-text.--weight-171{font-weight:171}.YELLOW ._primary-text.--weight-172{font-weight:172}.YELLOW ._primary-text.--weight-173{font-weight:173}.YELLOW ._primary-text.--weight-174{font-weight:174}.YELLOW ._primary-text.--weight-175{font-weight:175}.YELLOW ._primary-text.--weight-176{font-weight:176}.YELLOW ._primary-text.--weight-177{font-weight:177}.YELLOW ._primary-text.--weight-178{font-weight:178}.YELLOW ._primary-text.--weight-179{font-weight:179}.YELLOW ._primary-text.--weight-180{font-weight:180}.YELLOW ._primary-text.--weight-181{font-weight:181}.YELLOW ._primary-text.--weight-182{font-weight:182}.YELLOW ._primary-text.--weight-183{font-weight:183}.YELLOW ._primary-text.--weight-184{font-weight:184}.YELLOW ._primary-text.--weight-185{font-weight:185}.YELLOW ._primary-text.--weight-186{font-weight:186}.YELLOW ._primary-text.--weight-187{font-weight:187}.YELLOW ._primary-text.--weight-188{font-weight:188}.YELLOW ._primary-text.--weight-189{font-weight:189}.YELLOW ._primary-text.--weight-190{font-weight:190}.YELLOW ._primary-text.--weight-191{font-weight:191}.YELLOW ._primary-text.--weight-192{font-weight:192}.YELLOW ._primary-text.--weight-193{font-weight:193}.YELLOW ._primary-text.--weight-194{font-weight:194}.YELLOW ._primary-text.--weight-195{font-weight:195}.YELLOW ._primary-text.--weight-196{font-weight:196}.YELLOW ._primary-text.--weight-197{font-weight:197}.YELLOW ._primary-text.--weight-198{font-weight:198}.YELLOW ._primary-text.--weight-199{font-weight:199}.YELLOW ._primary-text.--weight-200{font-weight:200}.YELLOW ._primary-text.--weight-201{font-weight:201}.YELLOW ._primary-text.--weight-202{font-weight:202}.YELLOW ._primary-text.--weight-203{font-weight:203}.YELLOW ._primary-text.--weight-204{font-weight:204}.YELLOW ._primary-text.--weight-205{font-weight:205}.YELLOW ._primary-text.--weight-206{font-weight:206}.YELLOW ._primary-text.--weight-207{font-weight:207}.YELLOW ._primary-text.--weight-208{font-weight:208}.YELLOW ._primary-text.--weight-209{font-weight:209}.YELLOW ._primary-text.--weight-210{font-weight:210}.YELLOW ._primary-text.--weight-211{font-weight:211}.YELLOW ._primary-text.--weight-212{font-weight:212}.YELLOW ._primary-text.--weight-213{font-weight:213}.YELLOW ._primary-text.--weight-214{font-weight:214}.YELLOW ._primary-text.--weight-215{font-weight:215}.YELLOW ._primary-text.--weight-216{font-weight:216}.YELLOW ._primary-text.--weight-217{font-weight:217}.YELLOW ._primary-text.--weight-218{font-weight:218}.YELLOW ._primary-text.--weight-219{font-weight:219}.YELLOW ._primary-text.--weight-220{font-weight:220}.YELLOW ._primary-text.--weight-221{font-weight:221}.YELLOW ._primary-text.--weight-222{font-weight:222}.YELLOW ._primary-text.--weight-223{font-weight:223}.YELLOW ._primary-text.--weight-224{font-weight:224}.YELLOW ._primary-text.--weight-225{font-weight:225}.YELLOW ._primary-text.--weight-226{font-weight:226}.YELLOW ._primary-text.--weight-227{font-weight:227}.YELLOW ._primary-text.--weight-228{font-weight:228}.YELLOW ._primary-text.--weight-229{font-weight:229}.YELLOW ._primary-text.--weight-230{font-weight:230}.YELLOW ._primary-text.--weight-231{font-weight:231}.YELLOW ._primary-text.--weight-232{font-weight:232}.YELLOW ._primary-text.--weight-233{font-weight:233}.YELLOW ._primary-text.--weight-234{font-weight:234}.YELLOW ._primary-text.--weight-235{font-weight:235}.YELLOW ._primary-text.--weight-236{font-weight:236}.YELLOW ._primary-text.--weight-237{font-weight:237}.YELLOW ._primary-text.--weight-238{font-weight:238}.YELLOW ._primary-text.--weight-239{font-weight:239}.YELLOW ._primary-text.--weight-240{font-weight:240}.YELLOW ._primary-text.--weight-241{font-weight:241}.YELLOW ._primary-text.--weight-242{font-weight:242}.YELLOW ._primary-text.--weight-243{font-weight:243}.YELLOW ._primary-text.--weight-244{font-weight:244}.YELLOW ._primary-text.--weight-245{font-weight:245}.YELLOW ._primary-text.--weight-246{font-weight:246}.YELLOW ._primary-text.--weight-247{font-weight:247}.YELLOW ._primary-text.--weight-248{font-weight:248}.YELLOW ._primary-text.--weight-249{font-weight:249}.YELLOW ._primary-text.--weight-250{font-weight:250}.YELLOW ._primary-text.--weight-251{font-weight:251}.YELLOW ._primary-text.--weight-252{font-weight:252}.YELLOW ._primary-text.--weight-253{font-weight:253}.YELLOW ._primary-text.--weight-254{font-weight:254}.YELLOW ._primary-text.--weight-255{font-weight:255}.YELLOW ._primary-text.--weight-256{font-weight:256}.YELLOW ._primary-text.--weight-257{font-weight:257}.YELLOW ._primary-text.--weight-258{font-weight:258}.YELLOW ._primary-text.--weight-259{font-weight:259}.YELLOW ._primary-text.--weight-260{font-weight:260}.YELLOW ._primary-text.--weight-261{font-weight:261}.YELLOW ._primary-text.--weight-262{font-weight:262}.YELLOW ._primary-text.--weight-263{font-weight:263}.YELLOW ._primary-text.--weight-264{font-weight:264}.YELLOW ._primary-text.--weight-265{font-weight:265}.YELLOW ._primary-text.--weight-266{font-weight:266}.YELLOW ._primary-text.--weight-267{font-weight:267}.YELLOW ._primary-text.--weight-268{font-weight:268}.YELLOW ._primary-text.--weight-269{font-weight:269}.YELLOW ._primary-text.--weight-270{font-weight:270}.YELLOW ._primary-text.--weight-271{font-weight:271}.YELLOW ._primary-text.--weight-272{font-weight:272}.YELLOW ._primary-text.--weight-273{font-weight:273}.YELLOW ._primary-text.--weight-274{font-weight:274}.YELLOW ._primary-text.--weight-275{font-weight:275}.YELLOW ._primary-text.--weight-276{font-weight:276}.YELLOW ._primary-text.--weight-277{font-weight:277}.YELLOW ._primary-text.--weight-278{font-weight:278}.YELLOW ._primary-text.--weight-279{font-weight:279}.YELLOW ._primary-text.--weight-280{font-weight:280}.YELLOW ._primary-text.--weight-281{font-weight:281}.YELLOW ._primary-text.--weight-282{font-weight:282}.YELLOW ._primary-text.--weight-283{font-weight:283}.YELLOW ._primary-text.--weight-284{font-weight:284}.YELLOW ._primary-text.--weight-285{font-weight:285}.YELLOW ._primary-text.--weight-286{font-weight:286}.YELLOW ._primary-text.--weight-287{font-weight:287}.YELLOW ._primary-text.--weight-288{font-weight:288}.YELLOW ._primary-text.--weight-289{font-weight:289}.YELLOW ._primary-text.--weight-290{font-weight:290}.YELLOW ._primary-text.--weight-291{font-weight:291}.YELLOW ._primary-text.--weight-292{font-weight:292}.YELLOW ._primary-text.--weight-293{font-weight:293}.YELLOW ._primary-text.--weight-294{font-weight:294}.YELLOW ._primary-text.--weight-295{font-weight:295}.YELLOW ._primary-text.--weight-296{font-weight:296}.YELLOW ._primary-text.--weight-297{font-weight:297}.YELLOW ._primary-text.--weight-298{font-weight:298}.YELLOW ._primary-text.--weight-299{font-weight:299}.YELLOW ._primary-text.--weight-300{font-weight:300}.YELLOW ._primary-text.--weight-301{font-weight:301}.YELLOW ._primary-text.--weight-302{font-weight:302}.YELLOW ._primary-text.--weight-303{font-weight:303}.YELLOW ._primary-text.--weight-304{font-weight:304}.YELLOW ._primary-text.--weight-305{font-weight:305}.YELLOW ._primary-text.--weight-306{font-weight:306}.YELLOW ._primary-text.--weight-307{font-weight:307}.YELLOW ._primary-text.--weight-308{font-weight:308}.YELLOW ._primary-text.--weight-309{font-weight:309}.YELLOW ._primary-text.--weight-310{font-weight:310}.YELLOW ._primary-text.--weight-311{font-weight:311}.YELLOW ._primary-text.--weight-312{font-weight:312}.YELLOW ._primary-text.--weight-313{font-weight:313}.YELLOW ._primary-text.--weight-314{font-weight:314}.YELLOW ._primary-text.--weight-315{font-weight:315}.YELLOW ._primary-text.--weight-316{font-weight:316}.YELLOW ._primary-text.--weight-317{font-weight:317}.YELLOW ._primary-text.--weight-318{font-weight:318}.YELLOW ._primary-text.--weight-319{font-weight:319}.YELLOW ._primary-text.--weight-320{font-weight:320}.YELLOW ._primary-text.--weight-321{font-weight:321}.YELLOW ._primary-text.--weight-322{font-weight:322}.YELLOW ._primary-text.--weight-323{font-weight:323}.YELLOW ._primary-text.--weight-324{font-weight:324}.YELLOW ._primary-text.--weight-325{font-weight:325}.YELLOW ._primary-text.--weight-326{font-weight:326}.YELLOW ._primary-text.--weight-327{font-weight:327}.YELLOW ._primary-text.--weight-328{font-weight:328}.YELLOW ._primary-text.--weight-329{font-weight:329}.YELLOW ._primary-text.--weight-330{font-weight:330}.YELLOW ._primary-text.--weight-331{font-weight:331}.YELLOW ._primary-text.--weight-332{font-weight:332}.YELLOW ._primary-text.--weight-333{font-weight:333}.YELLOW ._primary-text.--weight-334{font-weight:334}.YELLOW ._primary-text.--weight-335{font-weight:335}.YELLOW ._primary-text.--weight-336{font-weight:336}.YELLOW ._primary-text.--weight-337{font-weight:337}.YELLOW ._primary-text.--weight-338{font-weight:338}.YELLOW ._primary-text.--weight-339{font-weight:339}.YELLOW ._primary-text.--weight-340{font-weight:340}.YELLOW ._primary-text.--weight-341{font-weight:341}.YELLOW ._primary-text.--weight-342{font-weight:342}.YELLOW ._primary-text.--weight-343{font-weight:343}.YELLOW ._primary-text.--weight-344{font-weight:344}.YELLOW ._primary-text.--weight-345{font-weight:345}.YELLOW ._primary-text.--weight-346{font-weight:346}.YELLOW ._primary-text.--weight-347{font-weight:347}.YELLOW ._primary-text.--weight-348{font-weight:348}.YELLOW ._primary-text.--weight-349{font-weight:349}.YELLOW ._primary-text.--weight-350{font-weight:350}.YELLOW ._primary-text.--weight-351{font-weight:351}.YELLOW ._primary-text.--weight-352{font-weight:352}.YELLOW ._primary-text.--weight-353{font-weight:353}.YELLOW ._primary-text.--weight-354{font-weight:354}.YELLOW ._primary-text.--weight-355{font-weight:355}.YELLOW ._primary-text.--weight-356{font-weight:356}.YELLOW ._primary-text.--weight-357{font-weight:357}.YELLOW ._primary-text.--weight-358{font-weight:358}.YELLOW ._primary-text.--weight-359{font-weight:359}.YELLOW ._primary-text.--weight-360{font-weight:360}.YELLOW ._primary-text.--weight-361{font-weight:361}.YELLOW ._primary-text.--weight-362{font-weight:362}.YELLOW ._primary-text.--weight-363{font-weight:363}.YELLOW ._primary-text.--weight-364{font-weight:364}.YELLOW ._primary-text.--weight-365{font-weight:365}.YELLOW ._primary-text.--weight-366{font-weight:366}.YELLOW ._primary-text.--weight-367{font-weight:367}.YELLOW ._primary-text.--weight-368{font-weight:368}.YELLOW ._primary-text.--weight-369{font-weight:369}.YELLOW ._primary-text.--weight-370{font-weight:370}.YELLOW ._primary-text.--weight-371{font-weight:371}.YELLOW ._primary-text.--weight-372{font-weight:372}.YELLOW ._primary-text.--weight-373{font-weight:373}.YELLOW ._primary-text.--weight-374{font-weight:374}.YELLOW ._primary-text.--weight-375{font-weight:375}.YELLOW ._primary-text.--weight-376{font-weight:376}.YELLOW ._primary-text.--weight-377{font-weight:377}.YELLOW ._primary-text.--weight-378{font-weight:378}.YELLOW ._primary-text.--weight-379{font-weight:379}.YELLOW ._primary-text.--weight-380{font-weight:380}.YELLOW ._primary-text.--weight-381{font-weight:381}.YELLOW ._primary-text.--weight-382{font-weight:382}.YELLOW ._primary-text.--weight-383{font-weight:383}.YELLOW ._primary-text.--weight-384{font-weight:384}.YELLOW ._primary-text.--weight-385{font-weight:385}.YELLOW ._primary-text.--weight-386{font-weight:386}.YELLOW ._primary-text.--weight-387{font-weight:387}.YELLOW ._primary-text.--weight-388{font-weight:388}.YELLOW ._primary-text.--weight-389{font-weight:389}.YELLOW ._primary-text.--weight-390{font-weight:390}.YELLOW ._primary-text.--weight-391{font-weight:391}.YELLOW ._primary-text.--weight-392{font-weight:392}.YELLOW ._primary-text.--weight-393{font-weight:393}.YELLOW ._primary-text.--weight-394{font-weight:394}.YELLOW ._primary-text.--weight-395{font-weight:395}.YELLOW ._primary-text.--weight-396{font-weight:396}.YELLOW ._primary-text.--weight-397{font-weight:397}.YELLOW ._primary-text.--weight-398{font-weight:398}.YELLOW ._primary-text.--weight-399{font-weight:399}.YELLOW ._primary-text.--weight-400{font-weight:400}.YELLOW ._primary-text.--weight-401{font-weight:401}.YELLOW ._primary-text.--weight-402{font-weight:402}.YELLOW ._primary-text.--weight-403{font-weight:403}.YELLOW ._primary-text.--weight-404{font-weight:404}.YELLOW ._primary-text.--weight-405{font-weight:405}.YELLOW ._primary-text.--weight-406{font-weight:406}.YELLOW ._primary-text.--weight-407{font-weight:407}.YELLOW ._primary-text.--weight-408{font-weight:408}.YELLOW ._primary-text.--weight-409{font-weight:409}.YELLOW ._primary-text.--weight-410{font-weight:410}.YELLOW ._primary-text.--weight-411{font-weight:411}.YELLOW ._primary-text.--weight-412{font-weight:412}.YELLOW ._primary-text.--weight-413{font-weight:413}.YELLOW ._primary-text.--weight-414{font-weight:414}.YELLOW ._primary-text.--weight-415{font-weight:415}.YELLOW ._primary-text.--weight-416{font-weight:416}.YELLOW ._primary-text.--weight-417{font-weight:417}.YELLOW ._primary-text.--weight-418{font-weight:418}.YELLOW ._primary-text.--weight-419{font-weight:419}.YELLOW ._primary-text.--weight-420{font-weight:420}.YELLOW ._primary-text.--weight-421{font-weight:421}.YELLOW ._primary-text.--weight-422{font-weight:422}.YELLOW ._primary-text.--weight-423{font-weight:423}.YELLOW ._primary-text.--weight-424{font-weight:424}.YELLOW ._primary-text.--weight-425{font-weight:425}.YELLOW ._primary-text.--weight-426{font-weight:426}.YELLOW ._primary-text.--weight-427{font-weight:427}.YELLOW ._primary-text.--weight-428{font-weight:428}.YELLOW ._primary-text.--weight-429{font-weight:429}.YELLOW ._primary-text.--weight-430{font-weight:430}.YELLOW ._primary-text.--weight-431{font-weight:431}.YELLOW ._primary-text.--weight-432{font-weight:432}.YELLOW ._primary-text.--weight-433{font-weight:433}.YELLOW ._primary-text.--weight-434{font-weight:434}.YELLOW ._primary-text.--weight-435{font-weight:435}.YELLOW ._primary-text.--weight-436{font-weight:436}.YELLOW ._primary-text.--weight-437{font-weight:437}.YELLOW ._primary-text.--weight-438{font-weight:438}.YELLOW ._primary-text.--weight-439{font-weight:439}.YELLOW ._primary-text.--weight-440{font-weight:440}.YELLOW ._primary-text.--weight-441{font-weight:441}.YELLOW ._primary-text.--weight-442{font-weight:442}.YELLOW ._primary-text.--weight-443{font-weight:443}.YELLOW ._primary-text.--weight-444{font-weight:444}.YELLOW ._primary-text.--weight-445{font-weight:445}.YELLOW ._primary-text.--weight-446{font-weight:446}.YELLOW ._primary-text.--weight-447{font-weight:447}.YELLOW ._primary-text.--weight-448{font-weight:448}.YELLOW ._primary-text.--weight-449{font-weight:449}.YELLOW ._primary-text.--weight-450{font-weight:450}.YELLOW ._primary-text.--weight-451{font-weight:451}.YELLOW ._primary-text.--weight-452{font-weight:452}.YELLOW ._primary-text.--weight-453{font-weight:453}.YELLOW ._primary-text.--weight-454{font-weight:454}.YELLOW ._primary-text.--weight-455{font-weight:455}.YELLOW ._primary-text.--weight-456{font-weight:456}.YELLOW ._primary-text.--weight-457{font-weight:457}.YELLOW ._primary-text.--weight-458{font-weight:458}.YELLOW ._primary-text.--weight-459{font-weight:459}.YELLOW ._primary-text.--weight-460{font-weight:460}.YELLOW ._primary-text.--weight-461{font-weight:461}.YELLOW ._primary-text.--weight-462{font-weight:462}.YELLOW ._primary-text.--weight-463{font-weight:463}.YELLOW ._primary-text.--weight-464{font-weight:464}.YELLOW ._primary-text.--weight-465{font-weight:465}.YELLOW ._primary-text.--weight-466{font-weight:466}.YELLOW ._primary-text.--weight-467{font-weight:467}.YELLOW ._primary-text.--weight-468{font-weight:468}.YELLOW ._primary-text.--weight-469{font-weight:469}.YELLOW ._primary-text.--weight-470{font-weight:470}.YELLOW ._primary-text.--weight-471{font-weight:471}.YELLOW ._primary-text.--weight-472{font-weight:472}.YELLOW ._primary-text.--weight-473{font-weight:473}.YELLOW ._primary-text.--weight-474{font-weight:474}.YELLOW ._primary-text.--weight-475{font-weight:475}.YELLOW ._primary-text.--weight-476{font-weight:476}.YELLOW ._primary-text.--weight-477{font-weight:477}.YELLOW ._primary-text.--weight-478{font-weight:478}.YELLOW ._primary-text.--weight-479{font-weight:479}.YELLOW ._primary-text.--weight-480{font-weight:480}.YELLOW ._primary-text.--weight-481{font-weight:481}.YELLOW ._primary-text.--weight-482{font-weight:482}.YELLOW ._primary-text.--weight-483{font-weight:483}.YELLOW ._primary-text.--weight-484{font-weight:484}.YELLOW ._primary-text.--weight-485{font-weight:485}.YELLOW ._primary-text.--weight-486{font-weight:486}.YELLOW ._primary-text.--weight-487{font-weight:487}.YELLOW ._primary-text.--weight-488{font-weight:488}.YELLOW ._primary-text.--weight-489{font-weight:489}.YELLOW ._primary-text.--weight-490{font-weight:490}.YELLOW ._primary-text.--weight-491{font-weight:491}.YELLOW ._primary-text.--weight-492{font-weight:492}.YELLOW ._primary-text.--weight-493{font-weight:493}.YELLOW ._primary-text.--weight-494{font-weight:494}.YELLOW ._primary-text.--weight-495{font-weight:495}.YELLOW ._primary-text.--weight-496{font-weight:496}.YELLOW ._primary-text.--weight-497{font-weight:497}.YELLOW ._primary-text.--weight-498{font-weight:498}.YELLOW ._primary-text.--weight-499{font-weight:499}.YELLOW ._primary-text.--weight-500{font-weight:500}.YELLOW ._primary-text.--weight-501{font-weight:501}.YELLOW ._primary-text.--weight-502{font-weight:502}.YELLOW ._primary-text.--weight-503{font-weight:503}.YELLOW ._primary-text.--weight-504{font-weight:504}.YELLOW ._primary-text.--weight-505{font-weight:505}.YELLOW ._primary-text.--weight-506{font-weight:506}.YELLOW ._primary-text.--weight-507{font-weight:507}.YELLOW ._primary-text.--weight-508{font-weight:508}.YELLOW ._primary-text.--weight-509{font-weight:509}.YELLOW ._primary-text.--weight-510{font-weight:510}.YELLOW ._primary-text.--weight-511{font-weight:511}.YELLOW ._primary-text.--weight-512{font-weight:512}.YELLOW ._primary-text.--weight-513{font-weight:513}.YELLOW ._primary-text.--weight-514{font-weight:514}.YELLOW ._primary-text.--weight-515{font-weight:515}.YELLOW ._primary-text.--weight-516{font-weight:516}.YELLOW ._primary-text.--weight-517{font-weight:517}.YELLOW ._primary-text.--weight-518{font-weight:518}.YELLOW ._primary-text.--weight-519{font-weight:519}.YELLOW ._primary-text.--weight-520{font-weight:520}.YELLOW ._primary-text.--weight-521{font-weight:521}.YELLOW ._primary-text.--weight-522{font-weight:522}.YELLOW ._primary-text.--weight-523{font-weight:523}.YELLOW ._primary-text.--weight-524{font-weight:524}.YELLOW ._primary-text.--weight-525{font-weight:525}.YELLOW ._primary-text.--weight-526{font-weight:526}.YELLOW ._primary-text.--weight-527{font-weight:527}.YELLOW ._primary-text.--weight-528{font-weight:528}.YELLOW ._primary-text.--weight-529{font-weight:529}.YELLOW ._primary-text.--weight-530{font-weight:530}.YELLOW ._primary-text.--weight-531{font-weight:531}.YELLOW ._primary-text.--weight-532{font-weight:532}.YELLOW ._primary-text.--weight-533{font-weight:533}.YELLOW ._primary-text.--weight-534{font-weight:534}.YELLOW ._primary-text.--weight-535{font-weight:535}.YELLOW ._primary-text.--weight-536{font-weight:536}.YELLOW ._primary-text.--weight-537{font-weight:537}.YELLOW ._primary-text.--weight-538{font-weight:538}.YELLOW ._primary-text.--weight-539{font-weight:539}.YELLOW ._primary-text.--weight-540{font-weight:540}.YELLOW ._primary-text.--weight-541{font-weight:541}.YELLOW ._primary-text.--weight-542{font-weight:542}.YELLOW ._primary-text.--weight-543{font-weight:543}.YELLOW ._primary-text.--weight-544{font-weight:544}.YELLOW ._primary-text.--weight-545{font-weight:545}.YELLOW ._primary-text.--weight-546{font-weight:546}.YELLOW ._primary-text.--weight-547{font-weight:547}.YELLOW ._primary-text.--weight-548{font-weight:548}.YELLOW ._primary-text.--weight-549{font-weight:549}.YELLOW ._primary-text.--weight-550{font-weight:550}.YELLOW ._primary-text.--weight-551{font-weight:551}.YELLOW ._primary-text.--weight-552{font-weight:552}.YELLOW ._primary-text.--weight-553{font-weight:553}.YELLOW ._primary-text.--weight-554{font-weight:554}.YELLOW ._primary-text.--weight-555{font-weight:555}.YELLOW ._primary-text.--weight-556{font-weight:556}.YELLOW ._primary-text.--weight-557{font-weight:557}.YELLOW ._primary-text.--weight-558{font-weight:558}.YELLOW ._primary-text.--weight-559{font-weight:559}.YELLOW ._primary-text.--weight-560{font-weight:560}.YELLOW ._primary-text.--weight-561{font-weight:561}.YELLOW ._primary-text.--weight-562{font-weight:562}.YELLOW ._primary-text.--weight-563{font-weight:563}.YELLOW ._primary-text.--weight-564{font-weight:564}.YELLOW ._primary-text.--weight-565{font-weight:565}.YELLOW ._primary-text.--weight-566{font-weight:566}.YELLOW ._primary-text.--weight-567{font-weight:567}.YELLOW ._primary-text.--weight-568{font-weight:568}.YELLOW ._primary-text.--weight-569{font-weight:569}.YELLOW ._primary-text.--weight-570{font-weight:570}.YELLOW ._primary-text.--weight-571{font-weight:571}.YELLOW ._primary-text.--weight-572{font-weight:572}.YELLOW ._primary-text.--weight-573{font-weight:573}.YELLOW ._primary-text.--weight-574{font-weight:574}.YELLOW ._primary-text.--weight-575{font-weight:575}.YELLOW ._primary-text.--weight-576{font-weight:576}.YELLOW ._primary-text.--weight-577{font-weight:577}.YELLOW ._primary-text.--weight-578{font-weight:578}.YELLOW ._primary-text.--weight-579{font-weight:579}.YELLOW ._primary-text.--weight-580{font-weight:580}.YELLOW ._primary-text.--weight-581{font-weight:581}.YELLOW ._primary-text.--weight-582{font-weight:582}.YELLOW ._primary-text.--weight-583{font-weight:583}.YELLOW ._primary-text.--weight-584{font-weight:584}.YELLOW ._primary-text.--weight-585{font-weight:585}.YELLOW ._primary-text.--weight-586{font-weight:586}.YELLOW ._primary-text.--weight-587{font-weight:587}.YELLOW ._primary-text.--weight-588{font-weight:588}.YELLOW ._primary-text.--weight-589{font-weight:589}.YELLOW ._primary-text.--weight-590{font-weight:590}.YELLOW ._primary-text.--weight-591{font-weight:591}.YELLOW ._primary-text.--weight-592{font-weight:592}.YELLOW ._primary-text.--weight-593{font-weight:593}.YELLOW ._primary-text.--weight-594{font-weight:594}.YELLOW ._primary-text.--weight-595{font-weight:595}.YELLOW ._primary-text.--weight-596{font-weight:596}.YELLOW ._primary-text.--weight-597{font-weight:597}.YELLOW ._primary-text.--weight-598{font-weight:598}.YELLOW ._primary-text.--weight-599{font-weight:599}.YELLOW ._primary-text.--weight-600{font-weight:600}.YELLOW ._primary-text.--weight-601{font-weight:601}.YELLOW ._primary-text.--weight-602{font-weight:602}.YELLOW ._primary-text.--weight-603{font-weight:603}.YELLOW ._primary-text.--weight-604{font-weight:604}.YELLOW ._primary-text.--weight-605{font-weight:605}.YELLOW ._primary-text.--weight-606{font-weight:606}.YELLOW ._primary-text.--weight-607{font-weight:607}.YELLOW ._primary-text.--weight-608{font-weight:608}.YELLOW ._primary-text.--weight-609{font-weight:609}.YELLOW ._primary-text.--weight-610{font-weight:610}.YELLOW ._primary-text.--weight-611{font-weight:611}.YELLOW ._primary-text.--weight-612{font-weight:612}.YELLOW ._primary-text.--weight-613{font-weight:613}.YELLOW ._primary-text.--weight-614{font-weight:614}.YELLOW ._primary-text.--weight-615{font-weight:615}.YELLOW ._primary-text.--weight-616{font-weight:616}.YELLOW ._primary-text.--weight-617{font-weight:617}.YELLOW ._primary-text.--weight-618{font-weight:618}.YELLOW ._primary-text.--weight-619{font-weight:619}.YELLOW ._primary-text.--weight-620{font-weight:620}.YELLOW ._primary-text.--weight-621{font-weight:621}.YELLOW ._primary-text.--weight-622{font-weight:622}.YELLOW ._primary-text.--weight-623{font-weight:623}.YELLOW ._primary-text.--weight-624{font-weight:624}.YELLOW ._primary-text.--weight-625{font-weight:625}.YELLOW ._primary-text.--weight-626{font-weight:626}.YELLOW ._primary-text.--weight-627{font-weight:627}.YELLOW ._primary-text.--weight-628{font-weight:628}.YELLOW ._primary-text.--weight-629{font-weight:629}.YELLOW ._primary-text.--weight-630{font-weight:630}.YELLOW ._primary-text.--weight-631{font-weight:631}.YELLOW ._primary-text.--weight-632{font-weight:632}.YELLOW ._primary-text.--weight-633{font-weight:633}.YELLOW ._primary-text.--weight-634{font-weight:634}.YELLOW ._primary-text.--weight-635{font-weight:635}.YELLOW ._primary-text.--weight-636{font-weight:636}.YELLOW ._primary-text.--weight-637{font-weight:637}.YELLOW ._primary-text.--weight-638{font-weight:638}.YELLOW ._primary-text.--weight-639{font-weight:639}.YELLOW ._primary-text.--weight-640{font-weight:640}.YELLOW ._primary-text.--weight-641{font-weight:641}.YELLOW ._primary-text.--weight-642{font-weight:642}.YELLOW ._primary-text.--weight-643{font-weight:643}.YELLOW ._primary-text.--weight-644{font-weight:644}.YELLOW ._primary-text.--weight-645{font-weight:645}.YELLOW ._primary-text.--weight-646{font-weight:646}.YELLOW ._primary-text.--weight-647{font-weight:647}.YELLOW ._primary-text.--weight-648{font-weight:648}.YELLOW ._primary-text.--weight-649{font-weight:649}.YELLOW ._primary-text.--weight-650{font-weight:650}.YELLOW ._primary-text.--weight-651{font-weight:651}.YELLOW ._primary-text.--weight-652{font-weight:652}.YELLOW ._primary-text.--weight-653{font-weight:653}.YELLOW ._primary-text.--weight-654{font-weight:654}.YELLOW ._primary-text.--weight-655{font-weight:655}.YELLOW ._primary-text.--weight-656{font-weight:656}.YELLOW ._primary-text.--weight-657{font-weight:657}.YELLOW ._primary-text.--weight-658{font-weight:658}.YELLOW ._primary-text.--weight-659{font-weight:659}.YELLOW ._primary-text.--weight-660{font-weight:660}.YELLOW ._primary-text.--weight-661{font-weight:661}.YELLOW ._primary-text.--weight-662{font-weight:662}.YELLOW ._primary-text.--weight-663{font-weight:663}.YELLOW ._primary-text.--weight-664{font-weight:664}.YELLOW ._primary-text.--weight-665{font-weight:665}.YELLOW ._primary-text.--weight-666{font-weight:666}.YELLOW ._primary-text.--weight-667{font-weight:667}.YELLOW ._primary-text.--weight-668{font-weight:668}.YELLOW ._primary-text.--weight-669{font-weight:669}.YELLOW ._primary-text.--weight-670{font-weight:670}.YELLOW ._primary-text.--weight-671{font-weight:671}.YELLOW ._primary-text.--weight-672{font-weight:672}.YELLOW ._primary-text.--weight-673{font-weight:673}.YELLOW ._primary-text.--weight-674{font-weight:674}.YELLOW ._primary-text.--weight-675{font-weight:675}.YELLOW ._primary-text.--weight-676{font-weight:676}.YELLOW ._primary-text.--weight-677{font-weight:677}.YELLOW ._primary-text.--weight-678{font-weight:678}.YELLOW ._primary-text.--weight-679{font-weight:679}.YELLOW ._primary-text.--weight-680{font-weight:680}.YELLOW ._primary-text.--weight-681{font-weight:681}.YELLOW ._primary-text.--weight-682{font-weight:682}.YELLOW ._primary-text.--weight-683{font-weight:683}.YELLOW ._primary-text.--weight-684{font-weight:684}.YELLOW ._primary-text.--weight-685{font-weight:685}.YELLOW ._primary-text.--weight-686{font-weight:686}.YELLOW ._primary-text.--weight-687{font-weight:687}.YELLOW ._primary-text.--weight-688{font-weight:688}.YELLOW ._primary-text.--weight-689{font-weight:689}.YELLOW ._primary-text.--weight-690{font-weight:690}.YELLOW ._primary-text.--weight-691{font-weight:691}.YELLOW ._primary-text.--weight-692{font-weight:692}.YELLOW ._primary-text.--weight-693{font-weight:693}.YELLOW ._primary-text.--weight-694{font-weight:694}.YELLOW ._primary-text.--weight-695{font-weight:695}.YELLOW ._primary-text.--weight-696{font-weight:696}.YELLOW ._primary-text.--weight-697{font-weight:697}.YELLOW ._primary-text.--weight-698{font-weight:698}.YELLOW ._primary-text.--weight-699{font-weight:699}.YELLOW ._primary-text.--weight-700{font-weight:700}.YELLOW ._primary-text.--weight-701{font-weight:701}.YELLOW ._primary-text.--weight-702{font-weight:702}.YELLOW ._primary-text.--weight-703{font-weight:703}.YELLOW ._primary-text.--weight-704{font-weight:704}.YELLOW ._primary-text.--weight-705{font-weight:705}.YELLOW ._primary-text.--weight-706{font-weight:706}.YELLOW ._primary-text.--weight-707{font-weight:707}.YELLOW ._primary-text.--weight-708{font-weight:708}.YELLOW ._primary-text.--weight-709{font-weight:709}.YELLOW ._primary-text.--weight-710{font-weight:710}.YELLOW ._primary-text.--weight-711{font-weight:711}.YELLOW ._primary-text.--weight-712{font-weight:712}.YELLOW ._primary-text.--weight-713{font-weight:713}.YELLOW ._primary-text.--weight-714{font-weight:714}.YELLOW ._primary-text.--weight-715{font-weight:715}.YELLOW ._primary-text.--weight-716{font-weight:716}.YELLOW ._primary-text.--weight-717{font-weight:717}.YELLOW ._primary-text.--weight-718{font-weight:718}.YELLOW ._primary-text.--weight-719{font-weight:719}.YELLOW ._primary-text.--weight-720{font-weight:720}.YELLOW ._primary-text.--weight-721{font-weight:721}.YELLOW ._primary-text.--weight-722{font-weight:722}.YELLOW ._primary-text.--weight-723{font-weight:723}.YELLOW ._primary-text.--weight-724{font-weight:724}.YELLOW ._primary-text.--weight-725{font-weight:725}.YELLOW ._primary-text.--weight-726{font-weight:726}.YELLOW ._primary-text.--weight-727{font-weight:727}.YELLOW ._primary-text.--weight-728{font-weight:728}.YELLOW ._primary-text.--weight-729{font-weight:729}.YELLOW ._primary-text.--weight-730{font-weight:730}.YELLOW ._primary-text.--weight-731{font-weight:731}.YELLOW ._primary-text.--weight-732{font-weight:732}.YELLOW ._primary-text.--weight-733{font-weight:733}.YELLOW ._primary-text.--weight-734{font-weight:734}.YELLOW ._primary-text.--weight-735{font-weight:735}.YELLOW ._primary-text.--weight-736{font-weight:736}.YELLOW ._primary-text.--weight-737{font-weight:737}.YELLOW ._primary-text.--weight-738{font-weight:738}.YELLOW ._primary-text.--weight-739{font-weight:739}.YELLOW ._primary-text.--weight-740{font-weight:740}.YELLOW ._primary-text.--weight-741{font-weight:741}.YELLOW ._primary-text.--weight-742{font-weight:742}.YELLOW ._primary-text.--weight-743{font-weight:743}.YELLOW ._primary-text.--weight-744{font-weight:744}.YELLOW ._primary-text.--weight-745{font-weight:745}.YELLOW ._primary-text.--weight-746{font-weight:746}.YELLOW ._primary-text.--weight-747{font-weight:747}.YELLOW ._primary-text.--weight-748{font-weight:748}.YELLOW ._primary-text.--weight-749{font-weight:749}.YELLOW ._primary-text.--weight-750{font-weight:750}.YELLOW ._primary-text.--weight-751{font-weight:751}.YELLOW ._primary-text.--weight-752{font-weight:752}.YELLOW ._primary-text.--weight-753{font-weight:753}.YELLOW ._primary-text.--weight-754{font-weight:754}.YELLOW ._primary-text.--weight-755{font-weight:755}.YELLOW ._primary-text.--weight-756{font-weight:756}.YELLOW ._primary-text.--weight-757{font-weight:757}.YELLOW ._primary-text.--weight-758{font-weight:758}.YELLOW ._primary-text.--weight-759{font-weight:759}.YELLOW ._primary-text.--weight-760{font-weight:760}.YELLOW ._primary-text.--weight-761{font-weight:761}.YELLOW ._primary-text.--weight-762{font-weight:762}.YELLOW ._primary-text.--weight-763{font-weight:763}.YELLOW ._primary-text.--weight-764{font-weight:764}.YELLOW ._primary-text.--weight-765{font-weight:765}.YELLOW ._primary-text.--weight-766{font-weight:766}.YELLOW ._primary-text.--weight-767{font-weight:767}.YELLOW ._primary-text.--weight-768{font-weight:768}.YELLOW ._primary-text.--weight-769{font-weight:769}.YELLOW ._primary-text.--weight-770{font-weight:770}.YELLOW ._primary-text.--weight-771{font-weight:771}.YELLOW ._primary-text.--weight-772{font-weight:772}.YELLOW ._primary-text.--weight-773{font-weight:773}.YELLOW ._primary-text.--weight-774{font-weight:774}.YELLOW ._primary-text.--weight-775{font-weight:775}.YELLOW ._primary-text.--weight-776{font-weight:776}.YELLOW ._primary-text.--weight-777{font-weight:777}.YELLOW ._primary-text.--weight-778{font-weight:778}.YELLOW ._primary-text.--weight-779{font-weight:779}.YELLOW ._primary-text.--weight-780{font-weight:780}.YELLOW ._primary-text.--weight-781{font-weight:781}.YELLOW ._primary-text.--weight-782{font-weight:782}.YELLOW ._primary-text.--weight-783{font-weight:783}.YELLOW ._primary-text.--weight-784{font-weight:784}.YELLOW ._primary-text.--weight-785{font-weight:785}.YELLOW ._primary-text.--weight-786{font-weight:786}.YELLOW ._primary-text.--weight-787{font-weight:787}.YELLOW ._primary-text.--weight-788{font-weight:788}.YELLOW ._primary-text.--weight-789{font-weight:789}.YELLOW ._primary-text.--weight-790{font-weight:790}.YELLOW ._primary-text.--weight-791{font-weight:791}.YELLOW ._primary-text.--weight-792{font-weight:792}.YELLOW ._primary-text.--weight-793{font-weight:793}.YELLOW ._primary-text.--weight-794{font-weight:794}.YELLOW ._primary-text.--weight-795{font-weight:795}.YELLOW ._primary-text.--weight-796{font-weight:796}.YELLOW ._primary-text.--weight-797{font-weight:797}.YELLOW ._primary-text.--weight-798{font-weight:798}.YELLOW ._primary-text.--weight-799{font-weight:799}.YELLOW ._primary-text.--weight-800{font-weight:800}.YELLOW ._primary-text.--lh-1{line-height:1px}.YELLOW ._primary-text.--lh-2{line-height:2px}.YELLOW ._primary-text.--lh-3{line-height:3px}.YELLOW ._primary-text.--lh-4{line-height:4px}.YELLOW ._primary-text.--lh-5{line-height:5px}.YELLOW ._primary-text.--lh-6{line-height:6px}.YELLOW ._primary-text.--lh-7{line-height:7px}.YELLOW ._primary-text.--lh-8{line-height:8px}.YELLOW ._primary-text.--lh-9{line-height:9px}.YELLOW ._primary-text.--lh-10{line-height:10px}.YELLOW ._primary-text.--lh-11{line-height:11px}.YELLOW ._primary-text.--lh-12{line-height:12px}.YELLOW ._primary-text.--lh-13{line-height:13px}.YELLOW ._primary-text.--lh-14{line-height:14px}.YELLOW ._primary-text.--lh-15{line-height:15px}.YELLOW ._primary-text.--lh-16{line-height:16px}.YELLOW ._primary-text.--lh-17{line-height:17px}.YELLOW ._primary-text.--lh-18{line-height:18px}.YELLOW ._primary-text.--lh-19{line-height:19px}.YELLOW ._primary-text.--lh-20{line-height:20px}.YELLOW ._primary-text.--lh-21{line-height:21px}.YELLOW ._primary-text.--lh-22{line-height:22px}.YELLOW ._primary-text.--lh-23{line-height:23px}.YELLOW ._primary-text.--lh-24{line-height:24px}.YELLOW ._primary-text.--lh-25{line-height:25px}.YELLOW ._primary-text.--lh-26{line-height:26px}.YELLOW ._primary-text.--lh-27{line-height:27px}.YELLOW ._primary-text.--lh-28{line-height:28px}.YELLOW ._primary-text.--lh-29{line-height:29px}.YELLOW ._primary-text.--lh-30{line-height:30px}.YELLOW ._primary-text.--lh-31{line-height:31px}.YELLOW ._primary-text.--lh-32{line-height:32px}.YELLOW ._primary-text.--lh-33{line-height:33px}.YELLOW ._primary-text.--lh-34{line-height:34px}.YELLOW ._primary-text.--lh-35{line-height:35px}.YELLOW ._primary-text.--lh-36{line-height:36px}.YELLOW ._primary-text.--lh-37{line-height:37px}.YELLOW ._primary-text.--lh-38{line-height:38px}.YELLOW ._primary-text.--lh-39{line-height:39px}.YELLOW ._primary-text.--lh-40{line-height:40px}.YELLOW ._primary-text.--lh-41{line-height:41px}.YELLOW ._primary-text.--lh-42{line-height:42px}.YELLOW ._primary-text.--lh-43{line-height:43px}.YELLOW ._primary-text.--lh-44{line-height:44px}.YELLOW ._primary-text.--lh-45{line-height:45px}.YELLOW ._primary-text.--lh-46{line-height:46px}.YELLOW ._primary-text.--lh-47{line-height:47px}.YELLOW ._primary-text.--lh-48{line-height:48px}.YELLOW ._primary-text.--lh-49{line-height:49px}.YELLOW ._primary-text.--lh-50{line-height:50px}.YELLOW ._primary-text.--lh-51{line-height:51px}.YELLOW ._primary-text.--lh-52{line-height:52px}.YELLOW ._primary-text.--lh-53{line-height:53px}.YELLOW ._primary-text.--lh-54{line-height:54px}.YELLOW ._primary-text.--lh-55{line-height:55px}.YELLOW ._primary-text.--lh-56{line-height:56px}.YELLOW ._primary-text.--lh-57{line-height:57px}.YELLOW ._primary-text.--lh-58{line-height:58px}.YELLOW ._primary-text.--lh-59{line-height:59px}.YELLOW ._primary-text.--lh-60{line-height:60px}.YELLOW ._primary-text.--lh-61{line-height:61px}.YELLOW ._primary-text.--lh-62{line-height:62px}.YELLOW ._primary-text.--lh-63{line-height:63px}.YELLOW ._primary-text.--lh-64{line-height:64px}.YELLOW ._primary-text.--lh-65{line-height:65px}.YELLOW ._primary-text.--lh-66{line-height:66px}.YELLOW ._primary-text.--lh-67{line-height:67px}.YELLOW ._primary-text.--lh-68{line-height:68px}.YELLOW ._primary-text.--lh-69{line-height:69px}.YELLOW ._primary-text.--lh-70{line-height:70px}.YELLOW ._primary-text.--lh-71{line-height:71px}.YELLOW ._primary-text.--lh-72{line-height:72px}.YELLOW ._primary-text.--lh-73{line-height:73px}.YELLOW ._primary-text.--lh-74{line-height:74px}.YELLOW ._primary-text.--lh-75{line-height:75px}.YELLOW ._primary-text.--lh-76{line-height:76px}.YELLOW ._primary-text.--lh-77{line-height:77px}.YELLOW ._primary-text.--lh-78{line-height:78px}.YELLOW ._primary-text.--lh-79{line-height:79px}.YELLOW ._primary-text.--lh-80{line-height:80px}.YELLOW ._primary-text.--lh-81{line-height:81px}.YELLOW ._primary-text.--lh-82{line-height:82px}.YELLOW ._primary-text.--lh-83{line-height:83px}.YELLOW ._primary-text.--lh-84{line-height:84px}.YELLOW ._primary-text.--lh-85{line-height:85px}.YELLOW ._primary-text.--lh-86{line-height:86px}.YELLOW ._primary-text.--lh-87{line-height:87px}.YELLOW ._primary-text.--lh-88{line-height:88px}.YELLOW ._primary-text.--lh-89{line-height:89px}.YELLOW ._primary-text.--lh-90{line-height:90px}.YELLOW ._primary-text.--lh-91{line-height:91px}.YELLOW ._primary-text.--lh-92{line-height:92px}.YELLOW ._primary-text.--lh-93{line-height:93px}.YELLOW ._primary-text.--lh-94{line-height:94px}.YELLOW ._primary-text.--lh-95{line-height:95px}.YELLOW ._primary-text.--lh-96{line-height:96px}.YELLOW ._primary-text.--lh-97{line-height:97px}.YELLOW ._primary-text.--lh-98{line-height:98px}.YELLOW ._primary-text.--lh-99{line-height:99px}.YELLOW ._primary-text.--lh-100{line-height:100px}.YELLOW ._primary-text.--lh-101{line-height:101px}.YELLOW ._primary-text.--lh-102{line-height:102px}.YELLOW ._primary-text.--lh-103{line-height:103px}.YELLOW ._primary-text.--lh-104{line-height:104px}.YELLOW ._primary-text.--lh-105{line-height:105px}.YELLOW ._primary-text.--lh-106{line-height:106px}.YELLOW ._primary-text.--lh-107{line-height:107px}.YELLOW ._primary-text.--lh-108{line-height:108px}.YELLOW ._primary-text.--lh-109{line-height:109px}.YELLOW ._primary-text.--lh-110{line-height:110px}.YELLOW ._primary-text.--lh-111{line-height:111px}.YELLOW ._primary-text.--lh-112{line-height:112px}.YELLOW ._primary-text.--lh-113{line-height:113px}.YELLOW ._primary-text.--lh-114{line-height:114px}.YELLOW ._primary-text.--lh-115{line-height:115px}.YELLOW ._primary-text.--lh-116{line-height:116px}.YELLOW ._primary-text.--lh-117{line-height:117px}.YELLOW ._primary-text.--lh-118{line-height:118px}.YELLOW ._primary-text.--lh-119{line-height:119px}.YELLOW ._primary-text.--lh-120{line-height:120px}.YELLOW ._primary-text.--lh-121{line-height:121px}.YELLOW ._primary-text.--lh-122{line-height:122px}.YELLOW ._primary-text.--lh-123{line-height:123px}.YELLOW ._primary-text.--lh-124{line-height:124px}.YELLOW ._primary-text.--lh-125{line-height:125px}.YELLOW ._primary-text.--lh-126{line-height:126px}.YELLOW ._primary-text.--lh-127{line-height:127px}.YELLOW ._primary-text.--lh-128{line-height:128px}.YELLOW ._primary-text.--lh-129{line-height:129px}.YELLOW ._primary-text.--lh-130{line-height:130px}.YELLOW ._primary-text.--lh-131{line-height:131px}.YELLOW ._primary-text.--lh-132{line-height:132px}.YELLOW ._primary-text.--lh-133{line-height:133px}.YELLOW ._primary-text.--lh-134{line-height:134px}.YELLOW ._primary-text.--lh-135{line-height:135px}.YELLOW ._primary-text.--lh-136{line-height:136px}.YELLOW ._primary-text.--lh-137{line-height:137px}.YELLOW ._primary-text.--lh-138{line-height:138px}.YELLOW ._primary-text.--lh-139{line-height:139px}.YELLOW ._primary-text.--lh-140{line-height:140px}.YELLOW ._primary-text.--lh-141{line-height:141px}.YELLOW ._primary-text.--lh-142{line-height:142px}.YELLOW ._primary-text.--lh-143{line-height:143px}.YELLOW ._primary-text.--lh-144{line-height:144px}.YELLOW ._primary-text.--lh-145{line-height:145px}.YELLOW ._primary-text.--lh-146{line-height:146px}.YELLOW ._primary-text.--lh-147{line-height:147px}.YELLOW ._primary-text.--lh-148{line-height:148px}.YELLOW ._primary-text.--lh-149{line-height:149px}.YELLOW ._primary-text.--lh-150{line-height:150px}.YELLOW ._primary-text.--lh-151{line-height:151px}.YELLOW ._primary-text.--lh-152{line-height:152px}.YELLOW ._primary-text.--lh-153{line-height:153px}.YELLOW ._primary-text.--lh-154{line-height:154px}.YELLOW ._primary-text.--lh-155{line-height:155px}.YELLOW ._primary-text.--lh-156{line-height:156px}.YELLOW ._primary-text.--lh-157{line-height:157px}.YELLOW ._primary-text.--lh-158{line-height:158px}.YELLOW ._primary-text.--lh-159{line-height:159px}.YELLOW ._primary-text.--lh-160{line-height:160px}.YELLOW ._primary-text.--lh-161{line-height:161px}.YELLOW ._primary-text.--lh-162{line-height:162px}.YELLOW ._primary-text.--lh-163{line-height:163px}.YELLOW ._primary-text.--lh-164{line-height:164px}.YELLOW ._primary-text.--lh-165{line-height:165px}.YELLOW ._primary-text.--lh-166{line-height:166px}.YELLOW ._primary-text.--lh-167{line-height:167px}.YELLOW ._primary-text.--lh-168{line-height:168px}.YELLOW ._primary-text.--lh-169{line-height:169px}.YELLOW ._primary-text.--lh-170{line-height:170px}.YELLOW ._primary-text.--lh-171{line-height:171px}.YELLOW ._primary-text.--lh-172{line-height:172px}.YELLOW ._primary-text.--lh-173{line-height:173px}.YELLOW ._primary-text.--lh-174{line-height:174px}.YELLOW ._primary-text.--lh-175{line-height:175px}.YELLOW ._primary-text.--lh-176{line-height:176px}.YELLOW ._primary-text.--lh-177{line-height:177px}.YELLOW ._primary-text.--lh-178{line-height:178px}.YELLOW ._primary-text.--lh-179{line-height:179px}.YELLOW ._primary-text.--lh-180{line-height:180px}.YELLOW ._primary-text.--lh-181{line-height:181px}.YELLOW ._primary-text.--lh-182{line-height:182px}.YELLOW ._primary-text.--lh-183{line-height:183px}.YELLOW ._primary-text.--lh-184{line-height:184px}.YELLOW ._primary-text.--lh-185{line-height:185px}.YELLOW ._primary-text.--lh-186{line-height:186px}.YELLOW ._primary-text.--lh-187{line-height:187px}.YELLOW ._primary-text.--lh-188{line-height:188px}.YELLOW ._primary-text.--lh-189{line-height:189px}.YELLOW ._primary-text.--lh-190{line-height:190px}.YELLOW ._primary-text.--lh-191{line-height:191px}.YELLOW ._primary-text.--lh-192{line-height:192px}.YELLOW ._primary-text.--lh-193{line-height:193px}.YELLOW ._primary-text.--lh-194{line-height:194px}.YELLOW ._primary-text.--lh-195{line-height:195px}.YELLOW ._primary-text.--lh-196{line-height:196px}.YELLOW ._primary-text.--lh-197{line-height:197px}.YELLOW ._primary-text.--lh-198{line-height:198px}.YELLOW ._primary-text.--lh-199{line-height:199px}.YELLOW ._primary-text.--lh-200{line-height:200px}.YELLOW ._primary-text.--lh-201{line-height:201px}.YELLOW ._primary-text.--lh-202{line-height:202px}.YELLOW ._primary-text.--lh-203{line-height:203px}.YELLOW ._primary-text.--lh-204{line-height:204px}.YELLOW ._primary-text.--lh-205{line-height:205px}.YELLOW ._primary-text.--lh-206{line-height:206px}.YELLOW ._primary-text.--lh-207{line-height:207px}.YELLOW ._primary-text.--lh-208{line-height:208px}.YELLOW ._primary-text.--lh-209{line-height:209px}.YELLOW ._primary-text.--lh-210{line-height:210px}.YELLOW ._primary-text.--lh-211{line-height:211px}.YELLOW ._primary-text.--lh-212{line-height:212px}.YELLOW ._primary-text.--lh-213{line-height:213px}.YELLOW ._primary-text.--lh-214{line-height:214px}.YELLOW ._primary-text.--lh-215{line-height:215px}.YELLOW ._primary-text.--lh-216{line-height:216px}.YELLOW ._primary-text.--lh-217{line-height:217px}.YELLOW ._primary-text.--lh-218{line-height:218px}.YELLOW ._primary-text.--lh-219{line-height:219px}.YELLOW ._primary-text.--lh-220{line-height:220px}.YELLOW ._primary-text.--lh-221{line-height:221px}.YELLOW ._primary-text.--lh-222{line-height:222px}.YELLOW ._primary-text.--lh-223{line-height:223px}.YELLOW ._primary-text.--lh-224{line-height:224px}.YELLOW ._primary-text.--lh-225{line-height:225px}.YELLOW ._primary-text.--lh-226{line-height:226px}.YELLOW ._primary-text.--lh-227{line-height:227px}.YELLOW ._primary-text.--lh-228{line-height:228px}.YELLOW ._primary-text.--lh-229{line-height:229px}.YELLOW ._primary-text.--lh-230{line-height:230px}.YELLOW ._primary-text.--lh-231{line-height:231px}.YELLOW ._primary-text.--lh-232{line-height:232px}.YELLOW ._primary-text.--lh-233{line-height:233px}.YELLOW ._primary-text.--lh-234{line-height:234px}.YELLOW ._primary-text.--lh-235{line-height:235px}.YELLOW ._primary-text.--lh-236{line-height:236px}.YELLOW ._primary-text.--lh-237{line-height:237px}.YELLOW ._primary-text.--lh-238{line-height:238px}.YELLOW ._primary-text.--lh-239{line-height:239px}.YELLOW ._primary-text.--lh-240{line-height:240px}.YELLOW ._primary-text.--lh-241{line-height:241px}.YELLOW ._primary-text.--lh-242{line-height:242px}.YELLOW ._primary-text.--lh-243{line-height:243px}.YELLOW ._primary-text.--lh-244{line-height:244px}.YELLOW ._primary-text.--lh-245{line-height:245px}.YELLOW ._primary-text.--lh-246{line-height:246px}.YELLOW ._primary-text.--lh-247{line-height:247px}.YELLOW ._primary-text.--lh-248{line-height:248px}.YELLOW ._primary-text.--lh-249{line-height:249px}.YELLOW ._primary-text.--lh-250{line-height:250px}.YELLOW ._primary-text.--lh-251{line-height:251px}.YELLOW ._primary-text.--lh-252{line-height:252px}.YELLOW ._primary-text.--lh-253{line-height:253px}.YELLOW ._primary-text.--lh-254{line-height:254px}.YELLOW ._primary-text.--lh-255{line-height:255px}.YELLOW ._primary-text.--lh-256{line-height:256px}.YELLOW ._primary-text.--lh-257{line-height:257px}.YELLOW ._primary-text.--lh-258{line-height:258px}.YELLOW ._primary-text.--lh-259{line-height:259px}.YELLOW ._primary-text.--lh-260{line-height:260px}.YELLOW ._primary-text.--lh-261{line-height:261px}.YELLOW ._primary-text.--lh-262{line-height:262px}.YELLOW ._primary-text.--lh-263{line-height:263px}.YELLOW ._primary-text.--lh-264{line-height:264px}.YELLOW ._primary-text.--lh-265{line-height:265px}.YELLOW ._primary-text.--lh-266{line-height:266px}.YELLOW ._primary-text.--lh-267{line-height:267px}.YELLOW ._primary-text.--lh-268{line-height:268px}.YELLOW ._primary-text.--lh-269{line-height:269px}.YELLOW ._primary-text.--lh-270{line-height:270px}.YELLOW ._primary-text.--lh-271{line-height:271px}.YELLOW ._primary-text.--lh-272{line-height:272px}.YELLOW ._primary-text.--lh-273{line-height:273px}.YELLOW ._primary-text.--lh-274{line-height:274px}.YELLOW ._primary-text.--lh-275{line-height:275px}.YELLOW ._primary-text.--lh-276{line-height:276px}.YELLOW ._primary-text.--lh-277{line-height:277px}.YELLOW ._primary-text.--lh-278{line-height:278px}.YELLOW ._primary-text.--lh-279{line-height:279px}.YELLOW ._primary-text.--lh-280{line-height:280px}.YELLOW ._primary-text.--lh-281{line-height:281px}.YELLOW ._primary-text.--lh-282{line-height:282px}.YELLOW ._primary-text.--lh-283{line-height:283px}.YELLOW ._primary-text.--lh-284{line-height:284px}.YELLOW ._primary-text.--lh-285{line-height:285px}.YELLOW ._primary-text.--lh-286{line-height:286px}.YELLOW ._primary-text.--lh-287{line-height:287px}.YELLOW ._primary-text.--lh-288{line-height:288px}.YELLOW ._primary-text.--lh-289{line-height:289px}.YELLOW ._primary-text.--lh-290{line-height:290px}.YELLOW ._primary-text.--lh-291{line-height:291px}.YELLOW ._primary-text.--lh-292{line-height:292px}.YELLOW ._primary-text.--lh-293{line-height:293px}.YELLOW ._primary-text.--lh-294{line-height:294px}.YELLOW ._primary-text.--lh-295{line-height:295px}.YELLOW ._primary-text.--lh-296{line-height:296px}.YELLOW ._primary-text.--lh-297{line-height:297px}.YELLOW ._primary-text.--lh-298{line-height:298px}.YELLOW ._primary-text.--lh-299{line-height:299px}.YELLOW ._primary-text.--lh-300{line-height:300px}.YELLOW ._primary-text.--lh-301{line-height:301px}.YELLOW ._primary-text.--lh-302{line-height:302px}.YELLOW ._primary-text.--lh-303{line-height:303px}.YELLOW ._primary-text.--lh-304{line-height:304px}.YELLOW ._primary-text.--lh-305{line-height:305px}.YELLOW ._primary-text.--lh-306{line-height:306px}.YELLOW ._primary-text.--lh-307{line-height:307px}.YELLOW ._primary-text.--lh-308{line-height:308px}.YELLOW ._primary-text.--lh-309{line-height:309px}.YELLOW ._primary-text.--lh-310{line-height:310px}.YELLOW ._primary-text.--lh-311{line-height:311px}.YELLOW ._primary-text.--lh-312{line-height:312px}.YELLOW ._primary-text.--lh-313{line-height:313px}.YELLOW ._primary-text.--lh-314{line-height:314px}.YELLOW ._primary-text.--lh-315{line-height:315px}.YELLOW ._primary-text.--lh-316{line-height:316px}.YELLOW ._primary-text.--lh-317{line-height:317px}.YELLOW ._primary-text.--lh-318{line-height:318px}.YELLOW ._primary-text.--lh-319{line-height:319px}.YELLOW ._primary-text.--lh-320{line-height:320px}.YELLOW ._primary-text.--lh-321{line-height:321px}.YELLOW ._primary-text.--lh-322{line-height:322px}.YELLOW ._primary-text.--lh-323{line-height:323px}.YELLOW ._primary-text.--lh-324{line-height:324px}.YELLOW ._primary-text.--lh-325{line-height:325px}.YELLOW ._primary-text.--lh-326{line-height:326px}.YELLOW ._primary-text.--lh-327{line-height:327px}.YELLOW ._primary-text.--lh-328{line-height:328px}.YELLOW ._primary-text.--lh-329{line-height:329px}.YELLOW ._primary-text.--lh-330{line-height:330px}.YELLOW ._primary-text.--lh-331{line-height:331px}.YELLOW ._primary-text.--lh-332{line-height:332px}.YELLOW ._primary-text.--lh-333{line-height:333px}.YELLOW ._primary-text.--lh-334{line-height:334px}.YELLOW ._primary-text.--lh-335{line-height:335px}.YELLOW ._primary-text.--lh-336{line-height:336px}.YELLOW ._primary-text.--lh-337{line-height:337px}.YELLOW ._primary-text.--lh-338{line-height:338px}.YELLOW ._primary-text.--lh-339{line-height:339px}.YELLOW ._primary-text.--lh-340{line-height:340px}.YELLOW ._primary-text.--lh-341{line-height:341px}.YELLOW ._primary-text.--lh-342{line-height:342px}.YELLOW ._primary-text.--lh-343{line-height:343px}.YELLOW ._primary-text.--lh-344{line-height:344px}.YELLOW ._primary-text.--lh-345{line-height:345px}.YELLOW ._primary-text.--lh-346{line-height:346px}.YELLOW ._primary-text.--lh-347{line-height:347px}.YELLOW ._primary-text.--lh-348{line-height:348px}.YELLOW ._primary-text.--lh-349{line-height:349px}.YELLOW ._primary-text.--lh-350{line-height:350px}.YELLOW ._primary-text.--lh-351{line-height:351px}.YELLOW ._primary-text.--lh-352{line-height:352px}.YELLOW ._primary-text.--lh-353{line-height:353px}.YELLOW ._primary-text.--lh-354{line-height:354px}.YELLOW ._primary-text.--lh-355{line-height:355px}.YELLOW ._primary-text.--lh-356{line-height:356px}.YELLOW ._primary-text.--lh-357{line-height:357px}.YELLOW ._primary-text.--lh-358{line-height:358px}.YELLOW ._primary-text.--lh-359{line-height:359px}.YELLOW ._primary-text.--lh-360{line-height:360px}.YELLOW ._primary-text.--lh-361{line-height:361px}.YELLOW ._primary-text.--lh-362{line-height:362px}.YELLOW ._primary-text.--lh-363{line-height:363px}.YELLOW ._primary-text.--lh-364{line-height:364px}.YELLOW ._primary-text.--lh-365{line-height:365px}.YELLOW ._primary-text.--lh-366{line-height:366px}.YELLOW ._primary-text.--lh-367{line-height:367px}.YELLOW ._primary-text.--lh-368{line-height:368px}.YELLOW ._primary-text.--lh-369{line-height:369px}.YELLOW ._primary-text.--lh-370{line-height:370px}.YELLOW ._primary-text.--lh-371{line-height:371px}.YELLOW ._primary-text.--lh-372{line-height:372px}.YELLOW ._primary-text.--lh-373{line-height:373px}.YELLOW ._primary-text.--lh-374{line-height:374px}.YELLOW ._primary-text.--lh-375{line-height:375px}.YELLOW ._primary-text.--lh-376{line-height:376px}.YELLOW ._primary-text.--lh-377{line-height:377px}.YELLOW ._primary-text.--lh-378{line-height:378px}.YELLOW ._primary-text.--lh-379{line-height:379px}.YELLOW ._primary-text.--lh-380{line-height:380px}.YELLOW ._primary-text.--lh-381{line-height:381px}.YELLOW ._primary-text.--lh-382{line-height:382px}.YELLOW ._primary-text.--lh-383{line-height:383px}.YELLOW ._primary-text.--lh-384{line-height:384px}.YELLOW ._primary-text.--lh-385{line-height:385px}.YELLOW ._primary-text.--lh-386{line-height:386px}.YELLOW ._primary-text.--lh-387{line-height:387px}.YELLOW ._primary-text.--lh-388{line-height:388px}.YELLOW ._primary-text.--lh-389{line-height:389px}.YELLOW ._primary-text.--lh-390{line-height:390px}.YELLOW ._primary-text.--lh-391{line-height:391px}.YELLOW ._primary-text.--lh-392{line-height:392px}.YELLOW ._primary-text.--lh-393{line-height:393px}.YELLOW ._primary-text.--lh-394{line-height:394px}.YELLOW ._primary-text.--lh-395{line-height:395px}.YELLOW ._primary-text.--lh-396{line-height:396px}.YELLOW ._primary-text.--lh-397{line-height:397px}.YELLOW ._primary-text.--lh-398{line-height:398px}.YELLOW ._primary-text.--lh-399{line-height:399px}.YELLOW ._primary-text.--lh-400{line-height:400px}.YELLOW ._primary-text.--lh-401{line-height:401px}.YELLOW ._primary-text.--lh-402{line-height:402px}.YELLOW ._primary-text.--lh-403{line-height:403px}.YELLOW ._primary-text.--lh-404{line-height:404px}.YELLOW ._primary-text.--lh-405{line-height:405px}.YELLOW ._primary-text.--lh-406{line-height:406px}.YELLOW ._primary-text.--lh-407{line-height:407px}.YELLOW ._primary-text.--lh-408{line-height:408px}.YELLOW ._primary-text.--lh-409{line-height:409px}.YELLOW ._primary-text.--lh-410{line-height:410px}.YELLOW ._primary-text.--lh-411{line-height:411px}.YELLOW ._primary-text.--lh-412{line-height:412px}.YELLOW ._primary-text.--lh-413{line-height:413px}.YELLOW ._primary-text.--lh-414{line-height:414px}.YELLOW ._primary-text.--lh-415{line-height:415px}.YELLOW ._primary-text.--lh-416{line-height:416px}.YELLOW ._primary-text.--lh-417{line-height:417px}.YELLOW ._primary-text.--lh-418{line-height:418px}.YELLOW ._primary-text.--lh-419{line-height:419px}.YELLOW ._primary-text.--lh-420{line-height:420px}.YELLOW ._primary-text.--lh-421{line-height:421px}.YELLOW ._primary-text.--lh-422{line-height:422px}.YELLOW ._primary-text.--lh-423{line-height:423px}.YELLOW ._primary-text.--lh-424{line-height:424px}.YELLOW ._primary-text.--lh-425{line-height:425px}.YELLOW ._primary-text.--lh-426{line-height:426px}.YELLOW ._primary-text.--lh-427{line-height:427px}.YELLOW ._primary-text.--lh-428{line-height:428px}.YELLOW ._primary-text.--lh-429{line-height:429px}.YELLOW ._primary-text.--lh-430{line-height:430px}.YELLOW ._primary-text.--lh-431{line-height:431px}.YELLOW ._primary-text.--lh-432{line-height:432px}.YELLOW ._primary-text.--lh-433{line-height:433px}.YELLOW ._primary-text.--lh-434{line-height:434px}.YELLOW ._primary-text.--lh-435{line-height:435px}.YELLOW ._primary-text.--lh-436{line-height:436px}.YELLOW ._primary-text.--lh-437{line-height:437px}.YELLOW ._primary-text.--lh-438{line-height:438px}.YELLOW ._primary-text.--lh-439{line-height:439px}.YELLOW ._primary-text.--lh-440{line-height:440px}.YELLOW ._primary-text.--lh-441{line-height:441px}.YELLOW ._primary-text.--lh-442{line-height:442px}.YELLOW ._primary-text.--lh-443{line-height:443px}.YELLOW ._primary-text.--lh-444{line-height:444px}.YELLOW ._primary-text.--lh-445{line-height:445px}.YELLOW ._primary-text.--lh-446{line-height:446px}.YELLOW ._primary-text.--lh-447{line-height:447px}.YELLOW ._primary-text.--lh-448{line-height:448px}.YELLOW ._primary-text.--lh-449{line-height:449px}.YELLOW ._primary-text.--lh-450{line-height:450px}.YELLOW ._primary-text.--lh-451{line-height:451px}.YELLOW ._primary-text.--lh-452{line-height:452px}.YELLOW ._primary-text.--lh-453{line-height:453px}.YELLOW ._primary-text.--lh-454{line-height:454px}.YELLOW ._primary-text.--lh-455{line-height:455px}.YELLOW ._primary-text.--lh-456{line-height:456px}.YELLOW ._primary-text.--lh-457{line-height:457px}.YELLOW ._primary-text.--lh-458{line-height:458px}.YELLOW ._primary-text.--lh-459{line-height:459px}.YELLOW ._primary-text.--lh-460{line-height:460px}.YELLOW ._primary-text.--lh-461{line-height:461px}.YELLOW ._primary-text.--lh-462{line-height:462px}.YELLOW ._primary-text.--lh-463{line-height:463px}.YELLOW ._primary-text.--lh-464{line-height:464px}.YELLOW ._primary-text.--lh-465{line-height:465px}.YELLOW ._primary-text.--lh-466{line-height:466px}.YELLOW ._primary-text.--lh-467{line-height:467px}.YELLOW ._primary-text.--lh-468{line-height:468px}.YELLOW ._primary-text.--lh-469{line-height:469px}.YELLOW ._primary-text.--lh-470{line-height:470px}.YELLOW ._primary-text.--lh-471{line-height:471px}.YELLOW ._primary-text.--lh-472{line-height:472px}.YELLOW ._primary-text.--lh-473{line-height:473px}.YELLOW ._primary-text.--lh-474{line-height:474px}.YELLOW ._primary-text.--lh-475{line-height:475px}.YELLOW ._primary-text.--lh-476{line-height:476px}.YELLOW ._primary-text.--lh-477{line-height:477px}.YELLOW ._primary-text.--lh-478{line-height:478px}.YELLOW ._primary-text.--lh-479{line-height:479px}.YELLOW ._primary-text.--lh-480{line-height:480px}.YELLOW ._primary-text.--lh-481{line-height:481px}.YELLOW ._primary-text.--lh-482{line-height:482px}.YELLOW ._primary-text.--lh-483{line-height:483px}.YELLOW ._primary-text.--lh-484{line-height:484px}.YELLOW ._primary-text.--lh-485{line-height:485px}.YELLOW ._primary-text.--lh-486{line-height:486px}.YELLOW ._primary-text.--lh-487{line-height:487px}.YELLOW ._primary-text.--lh-488{line-height:488px}.YELLOW ._primary-text.--lh-489{line-height:489px}.YELLOW ._primary-text.--lh-490{line-height:490px}.YELLOW ._primary-text.--lh-491{line-height:491px}.YELLOW ._primary-text.--lh-492{line-height:492px}.YELLOW ._primary-text.--lh-493{line-height:493px}.YELLOW ._primary-text.--lh-494{line-height:494px}.YELLOW ._primary-text.--lh-495{line-height:495px}.YELLOW ._primary-text.--lh-496{line-height:496px}.YELLOW ._primary-text.--lh-497{line-height:497px}.YELLOW ._primary-text.--lh-498{line-height:498px}.YELLOW ._primary-text.--lh-499{line-height:499px}.YELLOW ._primary-text.--lh-500{line-height:500px}.YELLOW ._primary-text.--lh-501{line-height:501px}.YELLOW ._primary-text.--lh-502{line-height:502px}.YELLOW ._primary-text.--lh-503{line-height:503px}.YELLOW ._primary-text.--lh-504{line-height:504px}.YELLOW ._primary-text.--lh-505{line-height:505px}.YELLOW ._primary-text.--lh-506{line-height:506px}.YELLOW ._primary-text.--lh-507{line-height:507px}.YELLOW ._primary-text.--lh-508{line-height:508px}.YELLOW ._primary-text.--lh-509{line-height:509px}.YELLOW ._primary-text.--lh-510{line-height:510px}.YELLOW ._primary-text.--lh-511{line-height:511px}.YELLOW ._primary-text.--lh-512{line-height:512px}.YELLOW ._primary-text.--lh-513{line-height:513px}.YELLOW ._primary-text.--lh-514{line-height:514px}.YELLOW ._primary-text.--lh-515{line-height:515px}.YELLOW ._primary-text.--lh-516{line-height:516px}.YELLOW ._primary-text.--lh-517{line-height:517px}.YELLOW ._primary-text.--lh-518{line-height:518px}.YELLOW ._primary-text.--lh-519{line-height:519px}.YELLOW ._primary-text.--lh-520{line-height:520px}.YELLOW ._primary-text.--lh-521{line-height:521px}.YELLOW ._primary-text.--lh-522{line-height:522px}.YELLOW ._primary-text.--lh-523{line-height:523px}.YELLOW ._primary-text.--lh-524{line-height:524px}.YELLOW ._primary-text.--lh-525{line-height:525px}.YELLOW ._primary-text.--lh-526{line-height:526px}.YELLOW ._primary-text.--lh-527{line-height:527px}.YELLOW ._primary-text.--lh-528{line-height:528px}.YELLOW ._primary-text.--lh-529{line-height:529px}.YELLOW ._primary-text.--lh-530{line-height:530px}.YELLOW ._primary-text.--lh-531{line-height:531px}.YELLOW ._primary-text.--lh-532{line-height:532px}.YELLOW ._primary-text.--lh-533{line-height:533px}.YELLOW ._primary-text.--lh-534{line-height:534px}.YELLOW ._primary-text.--lh-535{line-height:535px}.YELLOW ._primary-text.--lh-536{line-height:536px}.YELLOW ._primary-text.--lh-537{line-height:537px}.YELLOW ._primary-text.--lh-538{line-height:538px}.YELLOW ._primary-text.--lh-539{line-height:539px}.YELLOW ._primary-text.--lh-540{line-height:540px}.YELLOW ._primary-text.--lh-541{line-height:541px}.YELLOW ._primary-text.--lh-542{line-height:542px}.YELLOW ._primary-text.--lh-543{line-height:543px}.YELLOW ._primary-text.--lh-544{line-height:544px}.YELLOW ._primary-text.--lh-545{line-height:545px}.YELLOW ._primary-text.--lh-546{line-height:546px}.YELLOW ._primary-text.--lh-547{line-height:547px}.YELLOW ._primary-text.--lh-548{line-height:548px}.YELLOW ._primary-text.--lh-549{line-height:549px}.YELLOW ._primary-text.--lh-550{line-height:550px}.YELLOW ._primary-text.--lh-551{line-height:551px}.YELLOW ._primary-text.--lh-552{line-height:552px}.YELLOW ._primary-text.--lh-553{line-height:553px}.YELLOW ._primary-text.--lh-554{line-height:554px}.YELLOW ._primary-text.--lh-555{line-height:555px}.YELLOW ._primary-text.--lh-556{line-height:556px}.YELLOW ._primary-text.--lh-557{line-height:557px}.YELLOW ._primary-text.--lh-558{line-height:558px}.YELLOW ._primary-text.--lh-559{line-height:559px}.YELLOW ._primary-text.--lh-560{line-height:560px}.YELLOW ._primary-text.--lh-561{line-height:561px}.YELLOW ._primary-text.--lh-562{line-height:562px}.YELLOW ._primary-text.--lh-563{line-height:563px}.YELLOW ._primary-text.--lh-564{line-height:564px}.YELLOW ._primary-text.--lh-565{line-height:565px}.YELLOW ._primary-text.--lh-566{line-height:566px}.YELLOW ._primary-text.--lh-567{line-height:567px}.YELLOW ._primary-text.--lh-568{line-height:568px}.YELLOW ._primary-text.--lh-569{line-height:569px}.YELLOW ._primary-text.--lh-570{line-height:570px}.YELLOW ._primary-text.--lh-571{line-height:571px}.YELLOW ._primary-text.--lh-572{line-height:572px}.YELLOW ._primary-text.--lh-573{line-height:573px}.YELLOW ._primary-text.--lh-574{line-height:574px}.YELLOW ._primary-text.--lh-575{line-height:575px}.YELLOW ._primary-text.--lh-576{line-height:576px}.YELLOW ._primary-text.--lh-577{line-height:577px}.YELLOW ._primary-text.--lh-578{line-height:578px}.YELLOW ._primary-text.--lh-579{line-height:579px}.YELLOW ._primary-text.--lh-580{line-height:580px}.YELLOW ._primary-text.--lh-581{line-height:581px}.YELLOW ._primary-text.--lh-582{line-height:582px}.YELLOW ._primary-text.--lh-583{line-height:583px}.YELLOW ._primary-text.--lh-584{line-height:584px}.YELLOW ._primary-text.--lh-585{line-height:585px}.YELLOW ._primary-text.--lh-586{line-height:586px}.YELLOW ._primary-text.--lh-587{line-height:587px}.YELLOW ._primary-text.--lh-588{line-height:588px}.YELLOW ._primary-text.--lh-589{line-height:589px}.YELLOW ._primary-text.--lh-590{line-height:590px}.YELLOW ._primary-text.--lh-591{line-height:591px}.YELLOW ._primary-text.--lh-592{line-height:592px}.YELLOW ._primary-text.--lh-593{line-height:593px}.YELLOW ._primary-text.--lh-594{line-height:594px}.YELLOW ._primary-text.--lh-595{line-height:595px}.YELLOW ._primary-text.--lh-596{line-height:596px}.YELLOW ._primary-text.--lh-597{line-height:597px}.YELLOW ._primary-text.--lh-598{line-height:598px}.YELLOW ._primary-text.--lh-599{line-height:599px}.YELLOW ._primary-text.--lh-600{line-height:600px}.YELLOW ._primary-text.--lh-601{line-height:601px}.YELLOW ._primary-text.--lh-602{line-height:602px}.YELLOW ._primary-text.--lh-603{line-height:603px}.YELLOW ._primary-text.--lh-604{line-height:604px}.YELLOW ._primary-text.--lh-605{line-height:605px}.YELLOW ._primary-text.--lh-606{line-height:606px}.YELLOW ._primary-text.--lh-607{line-height:607px}.YELLOW ._primary-text.--lh-608{line-height:608px}.YELLOW ._primary-text.--lh-609{line-height:609px}.YELLOW ._primary-text.--lh-610{line-height:610px}.YELLOW ._primary-text.--lh-611{line-height:611px}.YELLOW ._primary-text.--lh-612{line-height:612px}.YELLOW ._primary-text.--lh-613{line-height:613px}.YELLOW ._primary-text.--lh-614{line-height:614px}.YELLOW ._primary-text.--lh-615{line-height:615px}.YELLOW ._primary-text.--lh-616{line-height:616px}.YELLOW ._primary-text.--lh-617{line-height:617px}.YELLOW ._primary-text.--lh-618{line-height:618px}.YELLOW ._primary-text.--lh-619{line-height:619px}.YELLOW ._primary-text.--lh-620{line-height:620px}.YELLOW ._primary-text.--lh-621{line-height:621px}.YELLOW ._primary-text.--lh-622{line-height:622px}.YELLOW ._primary-text.--lh-623{line-height:623px}.YELLOW ._primary-text.--lh-624{line-height:624px}.YELLOW ._primary-text.--lh-625{line-height:625px}.YELLOW ._primary-text.--lh-626{line-height:626px}.YELLOW ._primary-text.--lh-627{line-height:627px}.YELLOW ._primary-text.--lh-628{line-height:628px}.YELLOW ._primary-text.--lh-629{line-height:629px}.YELLOW ._primary-text.--lh-630{line-height:630px}.YELLOW ._primary-text.--lh-631{line-height:631px}.YELLOW ._primary-text.--lh-632{line-height:632px}.YELLOW ._primary-text.--lh-633{line-height:633px}.YELLOW ._primary-text.--lh-634{line-height:634px}.YELLOW ._primary-text.--lh-635{line-height:635px}.YELLOW ._primary-text.--lh-636{line-height:636px}.YELLOW ._primary-text.--lh-637{line-height:637px}.YELLOW ._primary-text.--lh-638{line-height:638px}.YELLOW ._primary-text.--lh-639{line-height:639px}.YELLOW ._primary-text.--lh-640{line-height:640px}.YELLOW ._primary-text.--lh-641{line-height:641px}.YELLOW ._primary-text.--lh-642{line-height:642px}.YELLOW ._primary-text.--lh-643{line-height:643px}.YELLOW ._primary-text.--lh-644{line-height:644px}.YELLOW ._primary-text.--lh-645{line-height:645px}.YELLOW ._primary-text.--lh-646{line-height:646px}.YELLOW ._primary-text.--lh-647{line-height:647px}.YELLOW ._primary-text.--lh-648{line-height:648px}.YELLOW ._primary-text.--lh-649{line-height:649px}.YELLOW ._primary-text.--lh-650{line-height:650px}.YELLOW ._primary-text.--lh-651{line-height:651px}.YELLOW ._primary-text.--lh-652{line-height:652px}.YELLOW ._primary-text.--lh-653{line-height:653px}.YELLOW ._primary-text.--lh-654{line-height:654px}.YELLOW ._primary-text.--lh-655{line-height:655px}.YELLOW ._primary-text.--lh-656{line-height:656px}.YELLOW ._primary-text.--lh-657{line-height:657px}.YELLOW ._primary-text.--lh-658{line-height:658px}.YELLOW ._primary-text.--lh-659{line-height:659px}.YELLOW ._primary-text.--lh-660{line-height:660px}.YELLOW ._primary-text.--lh-661{line-height:661px}.YELLOW ._primary-text.--lh-662{line-height:662px}.YELLOW ._primary-text.--lh-663{line-height:663px}.YELLOW ._primary-text.--lh-664{line-height:664px}.YELLOW ._primary-text.--lh-665{line-height:665px}.YELLOW ._primary-text.--lh-666{line-height:666px}.YELLOW ._primary-text.--lh-667{line-height:667px}.YELLOW ._primary-text.--lh-668{line-height:668px}.YELLOW ._primary-text.--lh-669{line-height:669px}.YELLOW ._primary-text.--lh-670{line-height:670px}.YELLOW ._primary-text.--lh-671{line-height:671px}.YELLOW ._primary-text.--lh-672{line-height:672px}.YELLOW ._primary-text.--lh-673{line-height:673px}.YELLOW ._primary-text.--lh-674{line-height:674px}.YELLOW ._primary-text.--lh-675{line-height:675px}.YELLOW ._primary-text.--lh-676{line-height:676px}.YELLOW ._primary-text.--lh-677{line-height:677px}.YELLOW ._primary-text.--lh-678{line-height:678px}.YELLOW ._primary-text.--lh-679{line-height:679px}.YELLOW ._primary-text.--lh-680{line-height:680px}.YELLOW ._primary-text.--lh-681{line-height:681px}.YELLOW ._primary-text.--lh-682{line-height:682px}.YELLOW ._primary-text.--lh-683{line-height:683px}.YELLOW ._primary-text.--lh-684{line-height:684px}.YELLOW ._primary-text.--lh-685{line-height:685px}.YELLOW ._primary-text.--lh-686{line-height:686px}.YELLOW ._primary-text.--lh-687{line-height:687px}.YELLOW ._primary-text.--lh-688{line-height:688px}.YELLOW ._primary-text.--lh-689{line-height:689px}.YELLOW ._primary-text.--lh-690{line-height:690px}.YELLOW ._primary-text.--lh-691{line-height:691px}.YELLOW ._primary-text.--lh-692{line-height:692px}.YELLOW ._primary-text.--lh-693{line-height:693px}.YELLOW ._primary-text.--lh-694{line-height:694px}.YELLOW ._primary-text.--lh-695{line-height:695px}.YELLOW ._primary-text.--lh-696{line-height:696px}.YELLOW ._primary-text.--lh-697{line-height:697px}.YELLOW ._primary-text.--lh-698{line-height:698px}.YELLOW ._primary-text.--lh-699{line-height:699px}.YELLOW ._primary-text.--lh-700{line-height:700px}.YELLOW ._primary-text.--lh-701{line-height:701px}.YELLOW ._primary-text.--lh-702{line-height:702px}.YELLOW ._primary-text.--lh-703{line-height:703px}.YELLOW ._primary-text.--lh-704{line-height:704px}.YELLOW ._primary-text.--lh-705{line-height:705px}.YELLOW ._primary-text.--lh-706{line-height:706px}.YELLOW ._primary-text.--lh-707{line-height:707px}.YELLOW ._primary-text.--lh-708{line-height:708px}.YELLOW ._primary-text.--lh-709{line-height:709px}.YELLOW ._primary-text.--lh-710{line-height:710px}.YELLOW ._primary-text.--lh-711{line-height:711px}.YELLOW ._primary-text.--lh-712{line-height:712px}.YELLOW ._primary-text.--lh-713{line-height:713px}.YELLOW ._primary-text.--lh-714{line-height:714px}.YELLOW ._primary-text.--lh-715{line-height:715px}.YELLOW ._primary-text.--lh-716{line-height:716px}.YELLOW ._primary-text.--lh-717{line-height:717px}.YELLOW ._primary-text.--lh-718{line-height:718px}.YELLOW ._primary-text.--lh-719{line-height:719px}.YELLOW ._primary-text.--lh-720{line-height:720px}.YELLOW ._primary-text.--lh-721{line-height:721px}.YELLOW ._primary-text.--lh-722{line-height:722px}.YELLOW ._primary-text.--lh-723{line-height:723px}.YELLOW ._primary-text.--lh-724{line-height:724px}.YELLOW ._primary-text.--lh-725{line-height:725px}.YELLOW ._primary-text.--lh-726{line-height:726px}.YELLOW ._primary-text.--lh-727{line-height:727px}.YELLOW ._primary-text.--lh-728{line-height:728px}.YELLOW ._primary-text.--lh-729{line-height:729px}.YELLOW ._primary-text.--lh-730{line-height:730px}.YELLOW ._primary-text.--lh-731{line-height:731px}.YELLOW ._primary-text.--lh-732{line-height:732px}.YELLOW ._primary-text.--lh-733{line-height:733px}.YELLOW ._primary-text.--lh-734{line-height:734px}.YELLOW ._primary-text.--lh-735{line-height:735px}.YELLOW ._primary-text.--lh-736{line-height:736px}.YELLOW ._primary-text.--lh-737{line-height:737px}.YELLOW ._primary-text.--lh-738{line-height:738px}.YELLOW ._primary-text.--lh-739{line-height:739px}.YELLOW ._primary-text.--lh-740{line-height:740px}.YELLOW ._primary-text.--lh-741{line-height:741px}.YELLOW ._primary-text.--lh-742{line-height:742px}.YELLOW ._primary-text.--lh-743{line-height:743px}.YELLOW ._primary-text.--lh-744{line-height:744px}.YELLOW ._primary-text.--lh-745{line-height:745px}.YELLOW ._primary-text.--lh-746{line-height:746px}.YELLOW ._primary-text.--lh-747{line-height:747px}.YELLOW ._primary-text.--lh-748{line-height:748px}.YELLOW ._primary-text.--lh-749{line-height:749px}.YELLOW ._primary-text.--lh-750{line-height:750px}.YELLOW ._primary-text.--lh-751{line-height:751px}.YELLOW ._primary-text.--lh-752{line-height:752px}.YELLOW ._primary-text.--lh-753{line-height:753px}.YELLOW ._primary-text.--lh-754{line-height:754px}.YELLOW ._primary-text.--lh-755{line-height:755px}.YELLOW ._primary-text.--lh-756{line-height:756px}.YELLOW ._primary-text.--lh-757{line-height:757px}.YELLOW ._primary-text.--lh-758{line-height:758px}.YELLOW ._primary-text.--lh-759{line-height:759px}.YELLOW ._primary-text.--lh-760{line-height:760px}.YELLOW ._primary-text.--lh-761{line-height:761px}.YELLOW ._primary-text.--lh-762{line-height:762px}.YELLOW ._primary-text.--lh-763{line-height:763px}.YELLOW ._primary-text.--lh-764{line-height:764px}.YELLOW ._primary-text.--lh-765{line-height:765px}.YELLOW ._primary-text.--lh-766{line-height:766px}.YELLOW ._primary-text.--lh-767{line-height:767px}.YELLOW ._primary-text.--lh-768{line-height:768px}.YELLOW ._primary-text.--lh-769{line-height:769px}.YELLOW ._primary-text.--lh-770{line-height:770px}.YELLOW ._primary-text.--lh-771{line-height:771px}.YELLOW ._primary-text.--lh-772{line-height:772px}.YELLOW ._primary-text.--lh-773{line-height:773px}.YELLOW ._primary-text.--lh-774{line-height:774px}.YELLOW ._primary-text.--lh-775{line-height:775px}.YELLOW ._primary-text.--lh-776{line-height:776px}.YELLOW ._primary-text.--lh-777{line-height:777px}.YELLOW ._primary-text.--lh-778{line-height:778px}.YELLOW ._primary-text.--lh-779{line-height:779px}.YELLOW ._primary-text.--lh-780{line-height:780px}.YELLOW ._primary-text.--lh-781{line-height:781px}.YELLOW ._primary-text.--lh-782{line-height:782px}.YELLOW ._primary-text.--lh-783{line-height:783px}.YELLOW ._primary-text.--lh-784{line-height:784px}.YELLOW ._primary-text.--lh-785{line-height:785px}.YELLOW ._primary-text.--lh-786{line-height:786px}.YELLOW ._primary-text.--lh-787{line-height:787px}.YELLOW ._primary-text.--lh-788{line-height:788px}.YELLOW ._primary-text.--lh-789{line-height:789px}.YELLOW ._primary-text.--lh-790{line-height:790px}.YELLOW ._primary-text.--lh-791{line-height:791px}.YELLOW ._primary-text.--lh-792{line-height:792px}.YELLOW ._primary-text.--lh-793{line-height:793px}.YELLOW ._primary-text.--lh-794{line-height:794px}.YELLOW ._primary-text.--lh-795{line-height:795px}.YELLOW ._primary-text.--lh-796{line-height:796px}.YELLOW ._primary-text.--lh-797{line-height:797px}.YELLOW ._primary-text.--lh-798{line-height:798px}.YELLOW ._primary-text.--lh-799{line-height:799px}.YELLOW ._primary-text.--lh-800{line-height:800px}.YELLOW ._secondary-text{color:var(--secondary);font-family:Poppins}.YELLOW ._secondary-text.--size-5{font-size:5px}.YELLOW ._secondary-text.--size-6{font-size:6px}.YELLOW ._secondary-text.--size-7{font-size:7px}.YELLOW ._secondary-text.--size-8{font-size:8px}.YELLOW ._secondary-text.--size-9{font-size:9px}.YELLOW ._secondary-text.--size-10{font-size:10px}.YELLOW ._secondary-text.--size-11{font-size:11px}.YELLOW ._secondary-text.--size-12{font-size:12px}.YELLOW ._secondary-text.--size-13{font-size:13px}.YELLOW ._secondary-text.--size-14{font-size:14px}.YELLOW ._secondary-text.--size-15{font-size:15px}.YELLOW ._secondary-text.--size-16{font-size:16px}.YELLOW ._secondary-text.--size-17{font-size:17px}.YELLOW ._secondary-text.--size-18{font-size:18px}.YELLOW ._secondary-text.--size-19{font-size:19px}.YELLOW ._secondary-text.--size-20{font-size:20px}.YELLOW ._secondary-text.--size-21{font-size:21px}.YELLOW ._secondary-text.--size-22{font-size:22px}.YELLOW ._secondary-text.--size-23{font-size:23px}.YELLOW ._secondary-text.--size-24{font-size:24px}.YELLOW ._secondary-text.--size-25{font-size:25px}.YELLOW ._secondary-text.--size-26{font-size:26px}.YELLOW ._secondary-text.--size-27{font-size:27px}.YELLOW ._secondary-text.--size-28{font-size:28px}.YELLOW ._secondary-text.--size-29{font-size:29px}.YELLOW ._secondary-text.--size-30{font-size:30px}.YELLOW ._secondary-text.--size-31{font-size:31px}.YELLOW ._secondary-text.--size-32{font-size:32px}.YELLOW ._secondary-text.--size-33{font-size:33px}.YELLOW ._secondary-text.--size-34{font-size:34px}.YELLOW ._secondary-text.--size-35{font-size:35px}.YELLOW ._secondary-text.--size-36{font-size:36px}.YELLOW ._secondary-text.--size-37{font-size:37px}.YELLOW ._secondary-text.--size-38{font-size:38px}.YELLOW ._secondary-text.--size-39{font-size:39px}.YELLOW ._secondary-text.--size-40{font-size:40px}.YELLOW ._secondary-text.--size-41{font-size:41px}.YELLOW ._secondary-text.--size-42{font-size:42px}.YELLOW ._secondary-text.--size-43{font-size:43px}.YELLOW ._secondary-text.--size-44{font-size:44px}.YELLOW ._secondary-text.--size-45{font-size:45px}.YELLOW ._secondary-text.--size-46{font-size:46px}.YELLOW ._secondary-text.--size-47{font-size:47px}.YELLOW ._secondary-text.--size-48{font-size:48px}.YELLOW ._secondary-text.--size-49{font-size:49px}.YELLOW ._secondary-text.--size-50{font-size:50px}.YELLOW ._secondary-text.--size-51{font-size:51px}.YELLOW ._secondary-text.--size-52{font-size:52px}.YELLOW ._secondary-text.--size-53{font-size:53px}.YELLOW ._secondary-text.--size-54{font-size:54px}.YELLOW ._secondary-text.--size-55{font-size:55px}.YELLOW ._secondary-text.--size-56{font-size:56px}.YELLOW ._secondary-text.--size-57{font-size:57px}.YELLOW ._secondary-text.--size-58{font-size:58px}.YELLOW ._secondary-text.--size-59{font-size:59px}.YELLOW ._secondary-text.--size-60{font-size:60px}.YELLOW ._secondary-text.--size-61{font-size:61px}.YELLOW ._secondary-text.--size-62{font-size:62px}.YELLOW ._secondary-text.--size-63{font-size:63px}.YELLOW ._secondary-text.--size-64{font-size:64px}.YELLOW ._secondary-text.--size-65{font-size:65px}.YELLOW ._secondary-text.--size-66{font-size:66px}.YELLOW ._secondary-text.--size-67{font-size:67px}.YELLOW ._secondary-text.--size-68{font-size:68px}.YELLOW ._secondary-text.--size-69{font-size:69px}.YELLOW ._secondary-text.--size-70{font-size:70px}.YELLOW ._secondary-text.--size-71{font-size:71px}.YELLOW ._secondary-text.--size-72{font-size:72px}.YELLOW ._secondary-text.--size-73{font-size:73px}.YELLOW ._secondary-text.--size-74{font-size:74px}.YELLOW ._secondary-text.--size-75{font-size:75px}.YELLOW ._secondary-text.--size-76{font-size:76px}.YELLOW ._secondary-text.--size-77{font-size:77px}.YELLOW ._secondary-text.--size-78{font-size:78px}.YELLOW ._secondary-text.--size-79{font-size:79px}.YELLOW ._secondary-text.--size-80{font-size:80px}.YELLOW ._secondary-text.--size-81{font-size:81px}.YELLOW ._secondary-text.--size-82{font-size:82px}.YELLOW ._secondary-text.--size-83{font-size:83px}.YELLOW ._secondary-text.--size-84{font-size:84px}.YELLOW ._secondary-text.--size-85{font-size:85px}.YELLOW ._secondary-text.--size-86{font-size:86px}.YELLOW ._secondary-text.--size-87{font-size:87px}.YELLOW ._secondary-text.--size-88{font-size:88px}.YELLOW ._secondary-text.--size-89{font-size:89px}.YELLOW ._secondary-text.--size-90{font-size:90px}.YELLOW ._secondary-text.--size-91{font-size:91px}.YELLOW ._secondary-text.--size-92{font-size:92px}.YELLOW ._secondary-text.--size-93{font-size:93px}.YELLOW ._secondary-text.--size-94{font-size:94px}.YELLOW ._secondary-text.--size-95{font-size:95px}.YELLOW ._secondary-text.--size-96{font-size:96px}.YELLOW ._secondary-text.--size-97{font-size:97px}.YELLOW ._secondary-text.--size-98{font-size:98px}.YELLOW ._secondary-text.--size-99{font-size:99px}.YELLOW ._secondary-text.--size-100{font-size:100px}.YELLOW ._secondary-text.--weight-100{font-weight:100}.YELLOW ._secondary-text.--weight-101{font-weight:101}.YELLOW ._secondary-text.--weight-102{font-weight:102}.YELLOW ._secondary-text.--weight-103{font-weight:103}.YELLOW ._secondary-text.--weight-104{font-weight:104}.YELLOW ._secondary-text.--weight-105{font-weight:105}.YELLOW ._secondary-text.--weight-106{font-weight:106}.YELLOW ._secondary-text.--weight-107{font-weight:107}.YELLOW ._secondary-text.--weight-108{font-weight:108}.YELLOW ._secondary-text.--weight-109{font-weight:109}.YELLOW ._secondary-text.--weight-110{font-weight:110}.YELLOW ._secondary-text.--weight-111{font-weight:111}.YELLOW ._secondary-text.--weight-112{font-weight:112}.YELLOW ._secondary-text.--weight-113{font-weight:113}.YELLOW ._secondary-text.--weight-114{font-weight:114}.YELLOW ._secondary-text.--weight-115{font-weight:115}.YELLOW ._secondary-text.--weight-116{font-weight:116}.YELLOW ._secondary-text.--weight-117{font-weight:117}.YELLOW ._secondary-text.--weight-118{font-weight:118}.YELLOW ._secondary-text.--weight-119{font-weight:119}.YELLOW ._secondary-text.--weight-120{font-weight:120}.YELLOW ._secondary-text.--weight-121{font-weight:121}.YELLOW ._secondary-text.--weight-122{font-weight:122}.YELLOW ._secondary-text.--weight-123{font-weight:123}.YELLOW ._secondary-text.--weight-124{font-weight:124}.YELLOW ._secondary-text.--weight-125{font-weight:125}.YELLOW ._secondary-text.--weight-126{font-weight:126}.YELLOW ._secondary-text.--weight-127{font-weight:127}.YELLOW ._secondary-text.--weight-128{font-weight:128}.YELLOW ._secondary-text.--weight-129{font-weight:129}.YELLOW ._secondary-text.--weight-130{font-weight:130}.YELLOW ._secondary-text.--weight-131{font-weight:131}.YELLOW ._secondary-text.--weight-132{font-weight:132}.YELLOW ._secondary-text.--weight-133{font-weight:133}.YELLOW ._secondary-text.--weight-134{font-weight:134}.YELLOW ._secondary-text.--weight-135{font-weight:135}.YELLOW ._secondary-text.--weight-136{font-weight:136}.YELLOW ._secondary-text.--weight-137{font-weight:137}.YELLOW ._secondary-text.--weight-138{font-weight:138}.YELLOW ._secondary-text.--weight-139{font-weight:139}.YELLOW ._secondary-text.--weight-140{font-weight:140}.YELLOW ._secondary-text.--weight-141{font-weight:141}.YELLOW ._secondary-text.--weight-142{font-weight:142}.YELLOW ._secondary-text.--weight-143{font-weight:143}.YELLOW ._secondary-text.--weight-144{font-weight:144}.YELLOW ._secondary-text.--weight-145{font-weight:145}.YELLOW ._secondary-text.--weight-146{font-weight:146}.YELLOW ._secondary-text.--weight-147{font-weight:147}.YELLOW ._secondary-text.--weight-148{font-weight:148}.YELLOW ._secondary-text.--weight-149{font-weight:149}.YELLOW ._secondary-text.--weight-150{font-weight:150}.YELLOW ._secondary-text.--weight-151{font-weight:151}.YELLOW ._secondary-text.--weight-152{font-weight:152}.YELLOW ._secondary-text.--weight-153{font-weight:153}.YELLOW ._secondary-text.--weight-154{font-weight:154}.YELLOW ._secondary-text.--weight-155{font-weight:155}.YELLOW ._secondary-text.--weight-156{font-weight:156}.YELLOW ._secondary-text.--weight-157{font-weight:157}.YELLOW ._secondary-text.--weight-158{font-weight:158}.YELLOW ._secondary-text.--weight-159{font-weight:159}.YELLOW ._secondary-text.--weight-160{font-weight:160}.YELLOW ._secondary-text.--weight-161{font-weight:161}.YELLOW ._secondary-text.--weight-162{font-weight:162}.YELLOW ._secondary-text.--weight-163{font-weight:163}.YELLOW ._secondary-text.--weight-164{font-weight:164}.YELLOW ._secondary-text.--weight-165{font-weight:165}.YELLOW ._secondary-text.--weight-166{font-weight:166}.YELLOW ._secondary-text.--weight-167{font-weight:167}.YELLOW ._secondary-text.--weight-168{font-weight:168}.YELLOW ._secondary-text.--weight-169{font-weight:169}.YELLOW ._secondary-text.--weight-170{font-weight:170}.YELLOW ._secondary-text.--weight-171{font-weight:171}.YELLOW ._secondary-text.--weight-172{font-weight:172}.YELLOW ._secondary-text.--weight-173{font-weight:173}.YELLOW ._secondary-text.--weight-174{font-weight:174}.YELLOW ._secondary-text.--weight-175{font-weight:175}.YELLOW ._secondary-text.--weight-176{font-weight:176}.YELLOW ._secondary-text.--weight-177{font-weight:177}.YELLOW ._secondary-text.--weight-178{font-weight:178}.YELLOW ._secondary-text.--weight-179{font-weight:179}.YELLOW ._secondary-text.--weight-180{font-weight:180}.YELLOW ._secondary-text.--weight-181{font-weight:181}.YELLOW ._secondary-text.--weight-182{font-weight:182}.YELLOW ._secondary-text.--weight-183{font-weight:183}.YELLOW ._secondary-text.--weight-184{font-weight:184}.YELLOW ._secondary-text.--weight-185{font-weight:185}.YELLOW ._secondary-text.--weight-186{font-weight:186}.YELLOW ._secondary-text.--weight-187{font-weight:187}.YELLOW ._secondary-text.--weight-188{font-weight:188}.YELLOW ._secondary-text.--weight-189{font-weight:189}.YELLOW ._secondary-text.--weight-190{font-weight:190}.YELLOW ._secondary-text.--weight-191{font-weight:191}.YELLOW ._secondary-text.--weight-192{font-weight:192}.YELLOW ._secondary-text.--weight-193{font-weight:193}.YELLOW ._secondary-text.--weight-194{font-weight:194}.YELLOW ._secondary-text.--weight-195{font-weight:195}.YELLOW ._secondary-text.--weight-196{font-weight:196}.YELLOW ._secondary-text.--weight-197{font-weight:197}.YELLOW ._secondary-text.--weight-198{font-weight:198}.YELLOW ._secondary-text.--weight-199{font-weight:199}.YELLOW ._secondary-text.--weight-200{font-weight:200}.YELLOW ._secondary-text.--weight-201{font-weight:201}.YELLOW ._secondary-text.--weight-202{font-weight:202}.YELLOW ._secondary-text.--weight-203{font-weight:203}.YELLOW ._secondary-text.--weight-204{font-weight:204}.YELLOW ._secondary-text.--weight-205{font-weight:205}.YELLOW ._secondary-text.--weight-206{font-weight:206}.YELLOW ._secondary-text.--weight-207{font-weight:207}.YELLOW ._secondary-text.--weight-208{font-weight:208}.YELLOW ._secondary-text.--weight-209{font-weight:209}.YELLOW ._secondary-text.--weight-210{font-weight:210}.YELLOW ._secondary-text.--weight-211{font-weight:211}.YELLOW ._secondary-text.--weight-212{font-weight:212}.YELLOW ._secondary-text.--weight-213{font-weight:213}.YELLOW ._secondary-text.--weight-214{font-weight:214}.YELLOW ._secondary-text.--weight-215{font-weight:215}.YELLOW ._secondary-text.--weight-216{font-weight:216}.YELLOW ._secondary-text.--weight-217{font-weight:217}.YELLOW ._secondary-text.--weight-218{font-weight:218}.YELLOW ._secondary-text.--weight-219{font-weight:219}.YELLOW ._secondary-text.--weight-220{font-weight:220}.YELLOW ._secondary-text.--weight-221{font-weight:221}.YELLOW ._secondary-text.--weight-222{font-weight:222}.YELLOW ._secondary-text.--weight-223{font-weight:223}.YELLOW ._secondary-text.--weight-224{font-weight:224}.YELLOW ._secondary-text.--weight-225{font-weight:225}.YELLOW ._secondary-text.--weight-226{font-weight:226}.YELLOW ._secondary-text.--weight-227{font-weight:227}.YELLOW ._secondary-text.--weight-228{font-weight:228}.YELLOW ._secondary-text.--weight-229{font-weight:229}.YELLOW ._secondary-text.--weight-230{font-weight:230}.YELLOW ._secondary-text.--weight-231{font-weight:231}.YELLOW ._secondary-text.--weight-232{font-weight:232}.YELLOW ._secondary-text.--weight-233{font-weight:233}.YELLOW ._secondary-text.--weight-234{font-weight:234}.YELLOW ._secondary-text.--weight-235{font-weight:235}.YELLOW ._secondary-text.--weight-236{font-weight:236}.YELLOW ._secondary-text.--weight-237{font-weight:237}.YELLOW ._secondary-text.--weight-238{font-weight:238}.YELLOW ._secondary-text.--weight-239{font-weight:239}.YELLOW ._secondary-text.--weight-240{font-weight:240}.YELLOW ._secondary-text.--weight-241{font-weight:241}.YELLOW ._secondary-text.--weight-242{font-weight:242}.YELLOW ._secondary-text.--weight-243{font-weight:243}.YELLOW ._secondary-text.--weight-244{font-weight:244}.YELLOW ._secondary-text.--weight-245{font-weight:245}.YELLOW ._secondary-text.--weight-246{font-weight:246}.YELLOW ._secondary-text.--weight-247{font-weight:247}.YELLOW ._secondary-text.--weight-248{font-weight:248}.YELLOW ._secondary-text.--weight-249{font-weight:249}.YELLOW ._secondary-text.--weight-250{font-weight:250}.YELLOW ._secondary-text.--weight-251{font-weight:251}.YELLOW ._secondary-text.--weight-252{font-weight:252}.YELLOW ._secondary-text.--weight-253{font-weight:253}.YELLOW ._secondary-text.--weight-254{font-weight:254}.YELLOW ._secondary-text.--weight-255{font-weight:255}.YELLOW ._secondary-text.--weight-256{font-weight:256}.YELLOW ._secondary-text.--weight-257{font-weight:257}.YELLOW ._secondary-text.--weight-258{font-weight:258}.YELLOW ._secondary-text.--weight-259{font-weight:259}.YELLOW ._secondary-text.--weight-260{font-weight:260}.YELLOW ._secondary-text.--weight-261{font-weight:261}.YELLOW ._secondary-text.--weight-262{font-weight:262}.YELLOW ._secondary-text.--weight-263{font-weight:263}.YELLOW ._secondary-text.--weight-264{font-weight:264}.YELLOW ._secondary-text.--weight-265{font-weight:265}.YELLOW ._secondary-text.--weight-266{font-weight:266}.YELLOW ._secondary-text.--weight-267{font-weight:267}.YELLOW ._secondary-text.--weight-268{font-weight:268}.YELLOW ._secondary-text.--weight-269{font-weight:269}.YELLOW ._secondary-text.--weight-270{font-weight:270}.YELLOW ._secondary-text.--weight-271{font-weight:271}.YELLOW ._secondary-text.--weight-272{font-weight:272}.YELLOW ._secondary-text.--weight-273{font-weight:273}.YELLOW ._secondary-text.--weight-274{font-weight:274}.YELLOW ._secondary-text.--weight-275{font-weight:275}.YELLOW ._secondary-text.--weight-276{font-weight:276}.YELLOW ._secondary-text.--weight-277{font-weight:277}.YELLOW ._secondary-text.--weight-278{font-weight:278}.YELLOW ._secondary-text.--weight-279{font-weight:279}.YELLOW ._secondary-text.--weight-280{font-weight:280}.YELLOW ._secondary-text.--weight-281{font-weight:281}.YELLOW ._secondary-text.--weight-282{font-weight:282}.YELLOW ._secondary-text.--weight-283{font-weight:283}.YELLOW ._secondary-text.--weight-284{font-weight:284}.YELLOW ._secondary-text.--weight-285{font-weight:285}.YELLOW ._secondary-text.--weight-286{font-weight:286}.YELLOW ._secondary-text.--weight-287{font-weight:287}.YELLOW ._secondary-text.--weight-288{font-weight:288}.YELLOW ._secondary-text.--weight-289{font-weight:289}.YELLOW ._secondary-text.--weight-290{font-weight:290}.YELLOW ._secondary-text.--weight-291{font-weight:291}.YELLOW ._secondary-text.--weight-292{font-weight:292}.YELLOW ._secondary-text.--weight-293{font-weight:293}.YELLOW ._secondary-text.--weight-294{font-weight:294}.YELLOW ._secondary-text.--weight-295{font-weight:295}.YELLOW ._secondary-text.--weight-296{font-weight:296}.YELLOW ._secondary-text.--weight-297{font-weight:297}.YELLOW ._secondary-text.--weight-298{font-weight:298}.YELLOW ._secondary-text.--weight-299{font-weight:299}.YELLOW ._secondary-text.--weight-300{font-weight:300}.YELLOW ._secondary-text.--weight-301{font-weight:301}.YELLOW ._secondary-text.--weight-302{font-weight:302}.YELLOW ._secondary-text.--weight-303{font-weight:303}.YELLOW ._secondary-text.--weight-304{font-weight:304}.YELLOW ._secondary-text.--weight-305{font-weight:305}.YELLOW ._secondary-text.--weight-306{font-weight:306}.YELLOW ._secondary-text.--weight-307{font-weight:307}.YELLOW ._secondary-text.--weight-308{font-weight:308}.YELLOW ._secondary-text.--weight-309{font-weight:309}.YELLOW ._secondary-text.--weight-310{font-weight:310}.YELLOW ._secondary-text.--weight-311{font-weight:311}.YELLOW ._secondary-text.--weight-312{font-weight:312}.YELLOW ._secondary-text.--weight-313{font-weight:313}.YELLOW ._secondary-text.--weight-314{font-weight:314}.YELLOW ._secondary-text.--weight-315{font-weight:315}.YELLOW ._secondary-text.--weight-316{font-weight:316}.YELLOW ._secondary-text.--weight-317{font-weight:317}.YELLOW ._secondary-text.--weight-318{font-weight:318}.YELLOW ._secondary-text.--weight-319{font-weight:319}.YELLOW ._secondary-text.--weight-320{font-weight:320}.YELLOW ._secondary-text.--weight-321{font-weight:321}.YELLOW ._secondary-text.--weight-322{font-weight:322}.YELLOW ._secondary-text.--weight-323{font-weight:323}.YELLOW ._secondary-text.--weight-324{font-weight:324}.YELLOW ._secondary-text.--weight-325{font-weight:325}.YELLOW ._secondary-text.--weight-326{font-weight:326}.YELLOW ._secondary-text.--weight-327{font-weight:327}.YELLOW ._secondary-text.--weight-328{font-weight:328}.YELLOW ._secondary-text.--weight-329{font-weight:329}.YELLOW ._secondary-text.--weight-330{font-weight:330}.YELLOW ._secondary-text.--weight-331{font-weight:331}.YELLOW ._secondary-text.--weight-332{font-weight:332}.YELLOW ._secondary-text.--weight-333{font-weight:333}.YELLOW ._secondary-text.--weight-334{font-weight:334}.YELLOW ._secondary-text.--weight-335{font-weight:335}.YELLOW ._secondary-text.--weight-336{font-weight:336}.YELLOW ._secondary-text.--weight-337{font-weight:337}.YELLOW ._secondary-text.--weight-338{font-weight:338}.YELLOW ._secondary-text.--weight-339{font-weight:339}.YELLOW ._secondary-text.--weight-340{font-weight:340}.YELLOW ._secondary-text.--weight-341{font-weight:341}.YELLOW ._secondary-text.--weight-342{font-weight:342}.YELLOW ._secondary-text.--weight-343{font-weight:343}.YELLOW ._secondary-text.--weight-344{font-weight:344}.YELLOW ._secondary-text.--weight-345{font-weight:345}.YELLOW ._secondary-text.--weight-346{font-weight:346}.YELLOW ._secondary-text.--weight-347{font-weight:347}.YELLOW ._secondary-text.--weight-348{font-weight:348}.YELLOW ._secondary-text.--weight-349{font-weight:349}.YELLOW ._secondary-text.--weight-350{font-weight:350}.YELLOW ._secondary-text.--weight-351{font-weight:351}.YELLOW ._secondary-text.--weight-352{font-weight:352}.YELLOW ._secondary-text.--weight-353{font-weight:353}.YELLOW ._secondary-text.--weight-354{font-weight:354}.YELLOW ._secondary-text.--weight-355{font-weight:355}.YELLOW ._secondary-text.--weight-356{font-weight:356}.YELLOW ._secondary-text.--weight-357{font-weight:357}.YELLOW ._secondary-text.--weight-358{font-weight:358}.YELLOW ._secondary-text.--weight-359{font-weight:359}.YELLOW ._secondary-text.--weight-360{font-weight:360}.YELLOW ._secondary-text.--weight-361{font-weight:361}.YELLOW ._secondary-text.--weight-362{font-weight:362}.YELLOW ._secondary-text.--weight-363{font-weight:363}.YELLOW ._secondary-text.--weight-364{font-weight:364}.YELLOW ._secondary-text.--weight-365{font-weight:365}.YELLOW ._secondary-text.--weight-366{font-weight:366}.YELLOW ._secondary-text.--weight-367{font-weight:367}.YELLOW ._secondary-text.--weight-368{font-weight:368}.YELLOW ._secondary-text.--weight-369{font-weight:369}.YELLOW ._secondary-text.--weight-370{font-weight:370}.YELLOW ._secondary-text.--weight-371{font-weight:371}.YELLOW ._secondary-text.--weight-372{font-weight:372}.YELLOW ._secondary-text.--weight-373{font-weight:373}.YELLOW ._secondary-text.--weight-374{font-weight:374}.YELLOW ._secondary-text.--weight-375{font-weight:375}.YELLOW ._secondary-text.--weight-376{font-weight:376}.YELLOW ._secondary-text.--weight-377{font-weight:377}.YELLOW ._secondary-text.--weight-378{font-weight:378}.YELLOW ._secondary-text.--weight-379{font-weight:379}.YELLOW ._secondary-text.--weight-380{font-weight:380}.YELLOW ._secondary-text.--weight-381{font-weight:381}.YELLOW ._secondary-text.--weight-382{font-weight:382}.YELLOW ._secondary-text.--weight-383{font-weight:383}.YELLOW ._secondary-text.--weight-384{font-weight:384}.YELLOW ._secondary-text.--weight-385{font-weight:385}.YELLOW ._secondary-text.--weight-386{font-weight:386}.YELLOW ._secondary-text.--weight-387{font-weight:387}.YELLOW ._secondary-text.--weight-388{font-weight:388}.YELLOW ._secondary-text.--weight-389{font-weight:389}.YELLOW ._secondary-text.--weight-390{font-weight:390}.YELLOW ._secondary-text.--weight-391{font-weight:391}.YELLOW ._secondary-text.--weight-392{font-weight:392}.YELLOW ._secondary-text.--weight-393{font-weight:393}.YELLOW ._secondary-text.--weight-394{font-weight:394}.YELLOW ._secondary-text.--weight-395{font-weight:395}.YELLOW ._secondary-text.--weight-396{font-weight:396}.YELLOW ._secondary-text.--weight-397{font-weight:397}.YELLOW ._secondary-text.--weight-398{font-weight:398}.YELLOW ._secondary-text.--weight-399{font-weight:399}.YELLOW ._secondary-text.--weight-400{font-weight:400}.YELLOW ._secondary-text.--weight-401{font-weight:401}.YELLOW ._secondary-text.--weight-402{font-weight:402}.YELLOW ._secondary-text.--weight-403{font-weight:403}.YELLOW ._secondary-text.--weight-404{font-weight:404}.YELLOW ._secondary-text.--weight-405{font-weight:405}.YELLOW ._secondary-text.--weight-406{font-weight:406}.YELLOW ._secondary-text.--weight-407{font-weight:407}.YELLOW ._secondary-text.--weight-408{font-weight:408}.YELLOW ._secondary-text.--weight-409{font-weight:409}.YELLOW ._secondary-text.--weight-410{font-weight:410}.YELLOW ._secondary-text.--weight-411{font-weight:411}.YELLOW ._secondary-text.--weight-412{font-weight:412}.YELLOW ._secondary-text.--weight-413{font-weight:413}.YELLOW ._secondary-text.--weight-414{font-weight:414}.YELLOW ._secondary-text.--weight-415{font-weight:415}.YELLOW ._secondary-text.--weight-416{font-weight:416}.YELLOW ._secondary-text.--weight-417{font-weight:417}.YELLOW ._secondary-text.--weight-418{font-weight:418}.YELLOW ._secondary-text.--weight-419{font-weight:419}.YELLOW ._secondary-text.--weight-420{font-weight:420}.YELLOW ._secondary-text.--weight-421{font-weight:421}.YELLOW ._secondary-text.--weight-422{font-weight:422}.YELLOW ._secondary-text.--weight-423{font-weight:423}.YELLOW ._secondary-text.--weight-424{font-weight:424}.YELLOW ._secondary-text.--weight-425{font-weight:425}.YELLOW ._secondary-text.--weight-426{font-weight:426}.YELLOW ._secondary-text.--weight-427{font-weight:427}.YELLOW ._secondary-text.--weight-428{font-weight:428}.YELLOW ._secondary-text.--weight-429{font-weight:429}.YELLOW ._secondary-text.--weight-430{font-weight:430}.YELLOW ._secondary-text.--weight-431{font-weight:431}.YELLOW ._secondary-text.--weight-432{font-weight:432}.YELLOW ._secondary-text.--weight-433{font-weight:433}.YELLOW ._secondary-text.--weight-434{font-weight:434}.YELLOW ._secondary-text.--weight-435{font-weight:435}.YELLOW ._secondary-text.--weight-436{font-weight:436}.YELLOW ._secondary-text.--weight-437{font-weight:437}.YELLOW ._secondary-text.--weight-438{font-weight:438}.YELLOW ._secondary-text.--weight-439{font-weight:439}.YELLOW ._secondary-text.--weight-440{font-weight:440}.YELLOW ._secondary-text.--weight-441{font-weight:441}.YELLOW ._secondary-text.--weight-442{font-weight:442}.YELLOW ._secondary-text.--weight-443{font-weight:443}.YELLOW ._secondary-text.--weight-444{font-weight:444}.YELLOW ._secondary-text.--weight-445{font-weight:445}.YELLOW ._secondary-text.--weight-446{font-weight:446}.YELLOW ._secondary-text.--weight-447{font-weight:447}.YELLOW ._secondary-text.--weight-448{font-weight:448}.YELLOW ._secondary-text.--weight-449{font-weight:449}.YELLOW ._secondary-text.--weight-450{font-weight:450}.YELLOW ._secondary-text.--weight-451{font-weight:451}.YELLOW ._secondary-text.--weight-452{font-weight:452}.YELLOW ._secondary-text.--weight-453{font-weight:453}.YELLOW ._secondary-text.--weight-454{font-weight:454}.YELLOW ._secondary-text.--weight-455{font-weight:455}.YELLOW ._secondary-text.--weight-456{font-weight:456}.YELLOW ._secondary-text.--weight-457{font-weight:457}.YELLOW ._secondary-text.--weight-458{font-weight:458}.YELLOW ._secondary-text.--weight-459{font-weight:459}.YELLOW ._secondary-text.--weight-460{font-weight:460}.YELLOW ._secondary-text.--weight-461{font-weight:461}.YELLOW ._secondary-text.--weight-462{font-weight:462}.YELLOW ._secondary-text.--weight-463{font-weight:463}.YELLOW ._secondary-text.--weight-464{font-weight:464}.YELLOW ._secondary-text.--weight-465{font-weight:465}.YELLOW ._secondary-text.--weight-466{font-weight:466}.YELLOW ._secondary-text.--weight-467{font-weight:467}.YELLOW ._secondary-text.--weight-468{font-weight:468}.YELLOW ._secondary-text.--weight-469{font-weight:469}.YELLOW ._secondary-text.--weight-470{font-weight:470}.YELLOW ._secondary-text.--weight-471{font-weight:471}.YELLOW ._secondary-text.--weight-472{font-weight:472}.YELLOW ._secondary-text.--weight-473{font-weight:473}.YELLOW ._secondary-text.--weight-474{font-weight:474}.YELLOW ._secondary-text.--weight-475{font-weight:475}.YELLOW ._secondary-text.--weight-476{font-weight:476}.YELLOW ._secondary-text.--weight-477{font-weight:477}.YELLOW ._secondary-text.--weight-478{font-weight:478}.YELLOW ._secondary-text.--weight-479{font-weight:479}.YELLOW ._secondary-text.--weight-480{font-weight:480}.YELLOW ._secondary-text.--weight-481{font-weight:481}.YELLOW ._secondary-text.--weight-482{font-weight:482}.YELLOW ._secondary-text.--weight-483{font-weight:483}.YELLOW ._secondary-text.--weight-484{font-weight:484}.YELLOW ._secondary-text.--weight-485{font-weight:485}.YELLOW ._secondary-text.--weight-486{font-weight:486}.YELLOW ._secondary-text.--weight-487{font-weight:487}.YELLOW ._secondary-text.--weight-488{font-weight:488}.YELLOW ._secondary-text.--weight-489{font-weight:489}.YELLOW ._secondary-text.--weight-490{font-weight:490}.YELLOW ._secondary-text.--weight-491{font-weight:491}.YELLOW ._secondary-text.--weight-492{font-weight:492}.YELLOW ._secondary-text.--weight-493{font-weight:493}.YELLOW ._secondary-text.--weight-494{font-weight:494}.YELLOW ._secondary-text.--weight-495{font-weight:495}.YELLOW ._secondary-text.--weight-496{font-weight:496}.YELLOW ._secondary-text.--weight-497{font-weight:497}.YELLOW ._secondary-text.--weight-498{font-weight:498}.YELLOW ._secondary-text.--weight-499{font-weight:499}.YELLOW ._secondary-text.--weight-500{font-weight:500}.YELLOW ._secondary-text.--weight-501{font-weight:501}.YELLOW ._secondary-text.--weight-502{font-weight:502}.YELLOW ._secondary-text.--weight-503{font-weight:503}.YELLOW ._secondary-text.--weight-504{font-weight:504}.YELLOW ._secondary-text.--weight-505{font-weight:505}.YELLOW ._secondary-text.--weight-506{font-weight:506}.YELLOW ._secondary-text.--weight-507{font-weight:507}.YELLOW ._secondary-text.--weight-508{font-weight:508}.YELLOW ._secondary-text.--weight-509{font-weight:509}.YELLOW ._secondary-text.--weight-510{font-weight:510}.YELLOW ._secondary-text.--weight-511{font-weight:511}.YELLOW ._secondary-text.--weight-512{font-weight:512}.YELLOW ._secondary-text.--weight-513{font-weight:513}.YELLOW ._secondary-text.--weight-514{font-weight:514}.YELLOW ._secondary-text.--weight-515{font-weight:515}.YELLOW ._secondary-text.--weight-516{font-weight:516}.YELLOW ._secondary-text.--weight-517{font-weight:517}.YELLOW ._secondary-text.--weight-518{font-weight:518}.YELLOW ._secondary-text.--weight-519{font-weight:519}.YELLOW ._secondary-text.--weight-520{font-weight:520}.YELLOW ._secondary-text.--weight-521{font-weight:521}.YELLOW ._secondary-text.--weight-522{font-weight:522}.YELLOW ._secondary-text.--weight-523{font-weight:523}.YELLOW ._secondary-text.--weight-524{font-weight:524}.YELLOW ._secondary-text.--weight-525{font-weight:525}.YELLOW ._secondary-text.--weight-526{font-weight:526}.YELLOW ._secondary-text.--weight-527{font-weight:527}.YELLOW ._secondary-text.--weight-528{font-weight:528}.YELLOW ._secondary-text.--weight-529{font-weight:529}.YELLOW ._secondary-text.--weight-530{font-weight:530}.YELLOW ._secondary-text.--weight-531{font-weight:531}.YELLOW ._secondary-text.--weight-532{font-weight:532}.YELLOW ._secondary-text.--weight-533{font-weight:533}.YELLOW ._secondary-text.--weight-534{font-weight:534}.YELLOW ._secondary-text.--weight-535{font-weight:535}.YELLOW ._secondary-text.--weight-536{font-weight:536}.YELLOW ._secondary-text.--weight-537{font-weight:537}.YELLOW ._secondary-text.--weight-538{font-weight:538}.YELLOW ._secondary-text.--weight-539{font-weight:539}.YELLOW ._secondary-text.--weight-540{font-weight:540}.YELLOW ._secondary-text.--weight-541{font-weight:541}.YELLOW ._secondary-text.--weight-542{font-weight:542}.YELLOW ._secondary-text.--weight-543{font-weight:543}.YELLOW ._secondary-text.--weight-544{font-weight:544}.YELLOW ._secondary-text.--weight-545{font-weight:545}.YELLOW ._secondary-text.--weight-546{font-weight:546}.YELLOW ._secondary-text.--weight-547{font-weight:547}.YELLOW ._secondary-text.--weight-548{font-weight:548}.YELLOW ._secondary-text.--weight-549{font-weight:549}.YELLOW ._secondary-text.--weight-550{font-weight:550}.YELLOW ._secondary-text.--weight-551{font-weight:551}.YELLOW ._secondary-text.--weight-552{font-weight:552}.YELLOW ._secondary-text.--weight-553{font-weight:553}.YELLOW ._secondary-text.--weight-554{font-weight:554}.YELLOW ._secondary-text.--weight-555{font-weight:555}.YELLOW ._secondary-text.--weight-556{font-weight:556}.YELLOW ._secondary-text.--weight-557{font-weight:557}.YELLOW ._secondary-text.--weight-558{font-weight:558}.YELLOW ._secondary-text.--weight-559{font-weight:559}.YELLOW ._secondary-text.--weight-560{font-weight:560}.YELLOW ._secondary-text.--weight-561{font-weight:561}.YELLOW ._secondary-text.--weight-562{font-weight:562}.YELLOW ._secondary-text.--weight-563{font-weight:563}.YELLOW ._secondary-text.--weight-564{font-weight:564}.YELLOW ._secondary-text.--weight-565{font-weight:565}.YELLOW ._secondary-text.--weight-566{font-weight:566}.YELLOW ._secondary-text.--weight-567{font-weight:567}.YELLOW ._secondary-text.--weight-568{font-weight:568}.YELLOW ._secondary-text.--weight-569{font-weight:569}.YELLOW ._secondary-text.--weight-570{font-weight:570}.YELLOW ._secondary-text.--weight-571{font-weight:571}.YELLOW ._secondary-text.--weight-572{font-weight:572}.YELLOW ._secondary-text.--weight-573{font-weight:573}.YELLOW ._secondary-text.--weight-574{font-weight:574}.YELLOW ._secondary-text.--weight-575{font-weight:575}.YELLOW ._secondary-text.--weight-576{font-weight:576}.YELLOW ._secondary-text.--weight-577{font-weight:577}.YELLOW ._secondary-text.--weight-578{font-weight:578}.YELLOW ._secondary-text.--weight-579{font-weight:579}.YELLOW ._secondary-text.--weight-580{font-weight:580}.YELLOW ._secondary-text.--weight-581{font-weight:581}.YELLOW ._secondary-text.--weight-582{font-weight:582}.YELLOW ._secondary-text.--weight-583{font-weight:583}.YELLOW ._secondary-text.--weight-584{font-weight:584}.YELLOW ._secondary-text.--weight-585{font-weight:585}.YELLOW ._secondary-text.--weight-586{font-weight:586}.YELLOW ._secondary-text.--weight-587{font-weight:587}.YELLOW ._secondary-text.--weight-588{font-weight:588}.YELLOW ._secondary-text.--weight-589{font-weight:589}.YELLOW ._secondary-text.--weight-590{font-weight:590}.YELLOW ._secondary-text.--weight-591{font-weight:591}.YELLOW ._secondary-text.--weight-592{font-weight:592}.YELLOW ._secondary-text.--weight-593{font-weight:593}.YELLOW ._secondary-text.--weight-594{font-weight:594}.YELLOW ._secondary-text.--weight-595{font-weight:595}.YELLOW ._secondary-text.--weight-596{font-weight:596}.YELLOW ._secondary-text.--weight-597{font-weight:597}.YELLOW ._secondary-text.--weight-598{font-weight:598}.YELLOW ._secondary-text.--weight-599{font-weight:599}.YELLOW ._secondary-text.--weight-600{font-weight:600}.YELLOW ._secondary-text.--weight-601{font-weight:601}.YELLOW ._secondary-text.--weight-602{font-weight:602}.YELLOW ._secondary-text.--weight-603{font-weight:603}.YELLOW ._secondary-text.--weight-604{font-weight:604}.YELLOW ._secondary-text.--weight-605{font-weight:605}.YELLOW ._secondary-text.--weight-606{font-weight:606}.YELLOW ._secondary-text.--weight-607{font-weight:607}.YELLOW ._secondary-text.--weight-608{font-weight:608}.YELLOW ._secondary-text.--weight-609{font-weight:609}.YELLOW ._secondary-text.--weight-610{font-weight:610}.YELLOW ._secondary-text.--weight-611{font-weight:611}.YELLOW ._secondary-text.--weight-612{font-weight:612}.YELLOW ._secondary-text.--weight-613{font-weight:613}.YELLOW ._secondary-text.--weight-614{font-weight:614}.YELLOW ._secondary-text.--weight-615{font-weight:615}.YELLOW ._secondary-text.--weight-616{font-weight:616}.YELLOW ._secondary-text.--weight-617{font-weight:617}.YELLOW ._secondary-text.--weight-618{font-weight:618}.YELLOW ._secondary-text.--weight-619{font-weight:619}.YELLOW ._secondary-text.--weight-620{font-weight:620}.YELLOW ._secondary-text.--weight-621{font-weight:621}.YELLOW ._secondary-text.--weight-622{font-weight:622}.YELLOW ._secondary-text.--weight-623{font-weight:623}.YELLOW ._secondary-text.--weight-624{font-weight:624}.YELLOW ._secondary-text.--weight-625{font-weight:625}.YELLOW ._secondary-text.--weight-626{font-weight:626}.YELLOW ._secondary-text.--weight-627{font-weight:627}.YELLOW ._secondary-text.--weight-628{font-weight:628}.YELLOW ._secondary-text.--weight-629{font-weight:629}.YELLOW ._secondary-text.--weight-630{font-weight:630}.YELLOW ._secondary-text.--weight-631{font-weight:631}.YELLOW ._secondary-text.--weight-632{font-weight:632}.YELLOW ._secondary-text.--weight-633{font-weight:633}.YELLOW ._secondary-text.--weight-634{font-weight:634}.YELLOW ._secondary-text.--weight-635{font-weight:635}.YELLOW ._secondary-text.--weight-636{font-weight:636}.YELLOW ._secondary-text.--weight-637{font-weight:637}.YELLOW ._secondary-text.--weight-638{font-weight:638}.YELLOW ._secondary-text.--weight-639{font-weight:639}.YELLOW ._secondary-text.--weight-640{font-weight:640}.YELLOW ._secondary-text.--weight-641{font-weight:641}.YELLOW ._secondary-text.--weight-642{font-weight:642}.YELLOW ._secondary-text.--weight-643{font-weight:643}.YELLOW ._secondary-text.--weight-644{font-weight:644}.YELLOW ._secondary-text.--weight-645{font-weight:645}.YELLOW ._secondary-text.--weight-646{font-weight:646}.YELLOW ._secondary-text.--weight-647{font-weight:647}.YELLOW ._secondary-text.--weight-648{font-weight:648}.YELLOW ._secondary-text.--weight-649{font-weight:649}.YELLOW ._secondary-text.--weight-650{font-weight:650}.YELLOW ._secondary-text.--weight-651{font-weight:651}.YELLOW ._secondary-text.--weight-652{font-weight:652}.YELLOW ._secondary-text.--weight-653{font-weight:653}.YELLOW ._secondary-text.--weight-654{font-weight:654}.YELLOW ._secondary-text.--weight-655{font-weight:655}.YELLOW ._secondary-text.--weight-656{font-weight:656}.YELLOW ._secondary-text.--weight-657{font-weight:657}.YELLOW ._secondary-text.--weight-658{font-weight:658}.YELLOW ._secondary-text.--weight-659{font-weight:659}.YELLOW ._secondary-text.--weight-660{font-weight:660}.YELLOW ._secondary-text.--weight-661{font-weight:661}.YELLOW ._secondary-text.--weight-662{font-weight:662}.YELLOW ._secondary-text.--weight-663{font-weight:663}.YELLOW ._secondary-text.--weight-664{font-weight:664}.YELLOW ._secondary-text.--weight-665{font-weight:665}.YELLOW ._secondary-text.--weight-666{font-weight:666}.YELLOW ._secondary-text.--weight-667{font-weight:667}.YELLOW ._secondary-text.--weight-668{font-weight:668}.YELLOW ._secondary-text.--weight-669{font-weight:669}.YELLOW ._secondary-text.--weight-670{font-weight:670}.YELLOW ._secondary-text.--weight-671{font-weight:671}.YELLOW ._secondary-text.--weight-672{font-weight:672}.YELLOW ._secondary-text.--weight-673{font-weight:673}.YELLOW ._secondary-text.--weight-674{font-weight:674}.YELLOW ._secondary-text.--weight-675{font-weight:675}.YELLOW ._secondary-text.--weight-676{font-weight:676}.YELLOW ._secondary-text.--weight-677{font-weight:677}.YELLOW ._secondary-text.--weight-678{font-weight:678}.YELLOW ._secondary-text.--weight-679{font-weight:679}.YELLOW ._secondary-text.--weight-680{font-weight:680}.YELLOW ._secondary-text.--weight-681{font-weight:681}.YELLOW ._secondary-text.--weight-682{font-weight:682}.YELLOW ._secondary-text.--weight-683{font-weight:683}.YELLOW ._secondary-text.--weight-684{font-weight:684}.YELLOW ._secondary-text.--weight-685{font-weight:685}.YELLOW ._secondary-text.--weight-686{font-weight:686}.YELLOW ._secondary-text.--weight-687{font-weight:687}.YELLOW ._secondary-text.--weight-688{font-weight:688}.YELLOW ._secondary-text.--weight-689{font-weight:689}.YELLOW ._secondary-text.--weight-690{font-weight:690}.YELLOW ._secondary-text.--weight-691{font-weight:691}.YELLOW ._secondary-text.--weight-692{font-weight:692}.YELLOW ._secondary-text.--weight-693{font-weight:693}.YELLOW ._secondary-text.--weight-694{font-weight:694}.YELLOW ._secondary-text.--weight-695{font-weight:695}.YELLOW ._secondary-text.--weight-696{font-weight:696}.YELLOW ._secondary-text.--weight-697{font-weight:697}.YELLOW ._secondary-text.--weight-698{font-weight:698}.YELLOW ._secondary-text.--weight-699{font-weight:699}.YELLOW ._secondary-text.--weight-700{font-weight:700}.YELLOW ._secondary-text.--weight-701{font-weight:701}.YELLOW ._secondary-text.--weight-702{font-weight:702}.YELLOW ._secondary-text.--weight-703{font-weight:703}.YELLOW ._secondary-text.--weight-704{font-weight:704}.YELLOW ._secondary-text.--weight-705{font-weight:705}.YELLOW ._secondary-text.--weight-706{font-weight:706}.YELLOW ._secondary-text.--weight-707{font-weight:707}.YELLOW ._secondary-text.--weight-708{font-weight:708}.YELLOW ._secondary-text.--weight-709{font-weight:709}.YELLOW ._secondary-text.--weight-710{font-weight:710}.YELLOW ._secondary-text.--weight-711{font-weight:711}.YELLOW ._secondary-text.--weight-712{font-weight:712}.YELLOW ._secondary-text.--weight-713{font-weight:713}.YELLOW ._secondary-text.--weight-714{font-weight:714}.YELLOW ._secondary-text.--weight-715{font-weight:715}.YELLOW ._secondary-text.--weight-716{font-weight:716}.YELLOW ._secondary-text.--weight-717{font-weight:717}.YELLOW ._secondary-text.--weight-718{font-weight:718}.YELLOW ._secondary-text.--weight-719{font-weight:719}.YELLOW ._secondary-text.--weight-720{font-weight:720}.YELLOW ._secondary-text.--weight-721{font-weight:721}.YELLOW ._secondary-text.--weight-722{font-weight:722}.YELLOW ._secondary-text.--weight-723{font-weight:723}.YELLOW ._secondary-text.--weight-724{font-weight:724}.YELLOW ._secondary-text.--weight-725{font-weight:725}.YELLOW ._secondary-text.--weight-726{font-weight:726}.YELLOW ._secondary-text.--weight-727{font-weight:727}.YELLOW ._secondary-text.--weight-728{font-weight:728}.YELLOW ._secondary-text.--weight-729{font-weight:729}.YELLOW ._secondary-text.--weight-730{font-weight:730}.YELLOW ._secondary-text.--weight-731{font-weight:731}.YELLOW ._secondary-text.--weight-732{font-weight:732}.YELLOW ._secondary-text.--weight-733{font-weight:733}.YELLOW ._secondary-text.--weight-734{font-weight:734}.YELLOW ._secondary-text.--weight-735{font-weight:735}.YELLOW ._secondary-text.--weight-736{font-weight:736}.YELLOW ._secondary-text.--weight-737{font-weight:737}.YELLOW ._secondary-text.--weight-738{font-weight:738}.YELLOW ._secondary-text.--weight-739{font-weight:739}.YELLOW ._secondary-text.--weight-740{font-weight:740}.YELLOW ._secondary-text.--weight-741{font-weight:741}.YELLOW ._secondary-text.--weight-742{font-weight:742}.YELLOW ._secondary-text.--weight-743{font-weight:743}.YELLOW ._secondary-text.--weight-744{font-weight:744}.YELLOW ._secondary-text.--weight-745{font-weight:745}.YELLOW ._secondary-text.--weight-746{font-weight:746}.YELLOW ._secondary-text.--weight-747{font-weight:747}.YELLOW ._secondary-text.--weight-748{font-weight:748}.YELLOW ._secondary-text.--weight-749{font-weight:749}.YELLOW ._secondary-text.--weight-750{font-weight:750}.YELLOW ._secondary-text.--weight-751{font-weight:751}.YELLOW ._secondary-text.--weight-752{font-weight:752}.YELLOW ._secondary-text.--weight-753{font-weight:753}.YELLOW ._secondary-text.--weight-754{font-weight:754}.YELLOW ._secondary-text.--weight-755{font-weight:755}.YELLOW ._secondary-text.--weight-756{font-weight:756}.YELLOW ._secondary-text.--weight-757{font-weight:757}.YELLOW ._secondary-text.--weight-758{font-weight:758}.YELLOW ._secondary-text.--weight-759{font-weight:759}.YELLOW ._secondary-text.--weight-760{font-weight:760}.YELLOW ._secondary-text.--weight-761{font-weight:761}.YELLOW ._secondary-text.--weight-762{font-weight:762}.YELLOW ._secondary-text.--weight-763{font-weight:763}.YELLOW ._secondary-text.--weight-764{font-weight:764}.YELLOW ._secondary-text.--weight-765{font-weight:765}.YELLOW ._secondary-text.--weight-766{font-weight:766}.YELLOW ._secondary-text.--weight-767{font-weight:767}.YELLOW ._secondary-text.--weight-768{font-weight:768}.YELLOW ._secondary-text.--weight-769{font-weight:769}.YELLOW ._secondary-text.--weight-770{font-weight:770}.YELLOW ._secondary-text.--weight-771{font-weight:771}.YELLOW ._secondary-text.--weight-772{font-weight:772}.YELLOW ._secondary-text.--weight-773{font-weight:773}.YELLOW ._secondary-text.--weight-774{font-weight:774}.YELLOW ._secondary-text.--weight-775{font-weight:775}.YELLOW ._secondary-text.--weight-776{font-weight:776}.YELLOW ._secondary-text.--weight-777{font-weight:777}.YELLOW ._secondary-text.--weight-778{font-weight:778}.YELLOW ._secondary-text.--weight-779{font-weight:779}.YELLOW ._secondary-text.--weight-780{font-weight:780}.YELLOW ._secondary-text.--weight-781{font-weight:781}.YELLOW ._secondary-text.--weight-782{font-weight:782}.YELLOW ._secondary-text.--weight-783{font-weight:783}.YELLOW ._secondary-text.--weight-784{font-weight:784}.YELLOW ._secondary-text.--weight-785{font-weight:785}.YELLOW ._secondary-text.--weight-786{font-weight:786}.YELLOW ._secondary-text.--weight-787{font-weight:787}.YELLOW ._secondary-text.--weight-788{font-weight:788}.YELLOW ._secondary-text.--weight-789{font-weight:789}.YELLOW ._secondary-text.--weight-790{font-weight:790}.YELLOW ._secondary-text.--weight-791{font-weight:791}.YELLOW ._secondary-text.--weight-792{font-weight:792}.YELLOW ._secondary-text.--weight-793{font-weight:793}.YELLOW ._secondary-text.--weight-794{font-weight:794}.YELLOW ._secondary-text.--weight-795{font-weight:795}.YELLOW ._secondary-text.--weight-796{font-weight:796}.YELLOW ._secondary-text.--weight-797{font-weight:797}.YELLOW ._secondary-text.--weight-798{font-weight:798}.YELLOW ._secondary-text.--weight-799{font-weight:799}.YELLOW ._secondary-text.--weight-800{font-weight:800}.YELLOW ._secondary-text.--lh-1{line-height:1px}.YELLOW ._secondary-text.--lh-2{line-height:2px}.YELLOW ._secondary-text.--lh-3{line-height:3px}.YELLOW ._secondary-text.--lh-4{line-height:4px}.YELLOW ._secondary-text.--lh-5{line-height:5px}.YELLOW ._secondary-text.--lh-6{line-height:6px}.YELLOW ._secondary-text.--lh-7{line-height:7px}.YELLOW ._secondary-text.--lh-8{line-height:8px}.YELLOW ._secondary-text.--lh-9{line-height:9px}.YELLOW ._secondary-text.--lh-10{line-height:10px}.YELLOW ._secondary-text.--lh-11{line-height:11px}.YELLOW ._secondary-text.--lh-12{line-height:12px}.YELLOW ._secondary-text.--lh-13{line-height:13px}.YELLOW ._secondary-text.--lh-14{line-height:14px}.YELLOW ._secondary-text.--lh-15{line-height:15px}.YELLOW ._secondary-text.--lh-16{line-height:16px}.YELLOW ._secondary-text.--lh-17{line-height:17px}.YELLOW ._secondary-text.--lh-18{line-height:18px}.YELLOW ._secondary-text.--lh-19{line-height:19px}.YELLOW ._secondary-text.--lh-20{line-height:20px}.YELLOW ._secondary-text.--lh-21{line-height:21px}.YELLOW ._secondary-text.--lh-22{line-height:22px}.YELLOW ._secondary-text.--lh-23{line-height:23px}.YELLOW ._secondary-text.--lh-24{line-height:24px}.YELLOW ._secondary-text.--lh-25{line-height:25px}.YELLOW ._secondary-text.--lh-26{line-height:26px}.YELLOW ._secondary-text.--lh-27{line-height:27px}.YELLOW ._secondary-text.--lh-28{line-height:28px}.YELLOW ._secondary-text.--lh-29{line-height:29px}.YELLOW ._secondary-text.--lh-30{line-height:30px}.YELLOW ._secondary-text.--lh-31{line-height:31px}.YELLOW ._secondary-text.--lh-32{line-height:32px}.YELLOW ._secondary-text.--lh-33{line-height:33px}.YELLOW ._secondary-text.--lh-34{line-height:34px}.YELLOW ._secondary-text.--lh-35{line-height:35px}.YELLOW ._secondary-text.--lh-36{line-height:36px}.YELLOW ._secondary-text.--lh-37{line-height:37px}.YELLOW ._secondary-text.--lh-38{line-height:38px}.YELLOW ._secondary-text.--lh-39{line-height:39px}.YELLOW ._secondary-text.--lh-40{line-height:40px}.YELLOW ._secondary-text.--lh-41{line-height:41px}.YELLOW ._secondary-text.--lh-42{line-height:42px}.YELLOW ._secondary-text.--lh-43{line-height:43px}.YELLOW ._secondary-text.--lh-44{line-height:44px}.YELLOW ._secondary-text.--lh-45{line-height:45px}.YELLOW ._secondary-text.--lh-46{line-height:46px}.YELLOW ._secondary-text.--lh-47{line-height:47px}.YELLOW ._secondary-text.--lh-48{line-height:48px}.YELLOW ._secondary-text.--lh-49{line-height:49px}.YELLOW ._secondary-text.--lh-50{line-height:50px}.YELLOW ._secondary-text.--lh-51{line-height:51px}.YELLOW ._secondary-text.--lh-52{line-height:52px}.YELLOW ._secondary-text.--lh-53{line-height:53px}.YELLOW ._secondary-text.--lh-54{line-height:54px}.YELLOW ._secondary-text.--lh-55{line-height:55px}.YELLOW ._secondary-text.--lh-56{line-height:56px}.YELLOW ._secondary-text.--lh-57{line-height:57px}.YELLOW ._secondary-text.--lh-58{line-height:58px}.YELLOW ._secondary-text.--lh-59{line-height:59px}.YELLOW ._secondary-text.--lh-60{line-height:60px}.YELLOW ._secondary-text.--lh-61{line-height:61px}.YELLOW ._secondary-text.--lh-62{line-height:62px}.YELLOW ._secondary-text.--lh-63{line-height:63px}.YELLOW ._secondary-text.--lh-64{line-height:64px}.YELLOW ._secondary-text.--lh-65{line-height:65px}.YELLOW ._secondary-text.--lh-66{line-height:66px}.YELLOW ._secondary-text.--lh-67{line-height:67px}.YELLOW ._secondary-text.--lh-68{line-height:68px}.YELLOW ._secondary-text.--lh-69{line-height:69px}.YELLOW ._secondary-text.--lh-70{line-height:70px}.YELLOW ._secondary-text.--lh-71{line-height:71px}.YELLOW ._secondary-text.--lh-72{line-height:72px}.YELLOW ._secondary-text.--lh-73{line-height:73px}.YELLOW ._secondary-text.--lh-74{line-height:74px}.YELLOW ._secondary-text.--lh-75{line-height:75px}.YELLOW ._secondary-text.--lh-76{line-height:76px}.YELLOW ._secondary-text.--lh-77{line-height:77px}.YELLOW ._secondary-text.--lh-78{line-height:78px}.YELLOW ._secondary-text.--lh-79{line-height:79px}.YELLOW ._secondary-text.--lh-80{line-height:80px}.YELLOW ._secondary-text.--lh-81{line-height:81px}.YELLOW ._secondary-text.--lh-82{line-height:82px}.YELLOW ._secondary-text.--lh-83{line-height:83px}.YELLOW ._secondary-text.--lh-84{line-height:84px}.YELLOW ._secondary-text.--lh-85{line-height:85px}.YELLOW ._secondary-text.--lh-86{line-height:86px}.YELLOW ._secondary-text.--lh-87{line-height:87px}.YELLOW ._secondary-text.--lh-88{line-height:88px}.YELLOW ._secondary-text.--lh-89{line-height:89px}.YELLOW ._secondary-text.--lh-90{line-height:90px}.YELLOW ._secondary-text.--lh-91{line-height:91px}.YELLOW ._secondary-text.--lh-92{line-height:92px}.YELLOW ._secondary-text.--lh-93{line-height:93px}.YELLOW ._secondary-text.--lh-94{line-height:94px}.YELLOW ._secondary-text.--lh-95{line-height:95px}.YELLOW ._secondary-text.--lh-96{line-height:96px}.YELLOW ._secondary-text.--lh-97{line-height:97px}.YELLOW ._secondary-text.--lh-98{line-height:98px}.YELLOW ._secondary-text.--lh-99{line-height:99px}.YELLOW ._secondary-text.--lh-100{line-height:100px}.YELLOW ._secondary-text.--lh-101{line-height:101px}.YELLOW ._secondary-text.--lh-102{line-height:102px}.YELLOW ._secondary-text.--lh-103{line-height:103px}.YELLOW ._secondary-text.--lh-104{line-height:104px}.YELLOW ._secondary-text.--lh-105{line-height:105px}.YELLOW ._secondary-text.--lh-106{line-height:106px}.YELLOW ._secondary-text.--lh-107{line-height:107px}.YELLOW ._secondary-text.--lh-108{line-height:108px}.YELLOW ._secondary-text.--lh-109{line-height:109px}.YELLOW ._secondary-text.--lh-110{line-height:110px}.YELLOW ._secondary-text.--lh-111{line-height:111px}.YELLOW ._secondary-text.--lh-112{line-height:112px}.YELLOW ._secondary-text.--lh-113{line-height:113px}.YELLOW ._secondary-text.--lh-114{line-height:114px}.YELLOW ._secondary-text.--lh-115{line-height:115px}.YELLOW ._secondary-text.--lh-116{line-height:116px}.YELLOW ._secondary-text.--lh-117{line-height:117px}.YELLOW ._secondary-text.--lh-118{line-height:118px}.YELLOW ._secondary-text.--lh-119{line-height:119px}.YELLOW ._secondary-text.--lh-120{line-height:120px}.YELLOW ._secondary-text.--lh-121{line-height:121px}.YELLOW ._secondary-text.--lh-122{line-height:122px}.YELLOW ._secondary-text.--lh-123{line-height:123px}.YELLOW ._secondary-text.--lh-124{line-height:124px}.YELLOW ._secondary-text.--lh-125{line-height:125px}.YELLOW ._secondary-text.--lh-126{line-height:126px}.YELLOW ._secondary-text.--lh-127{line-height:127px}.YELLOW ._secondary-text.--lh-128{line-height:128px}.YELLOW ._secondary-text.--lh-129{line-height:129px}.YELLOW ._secondary-text.--lh-130{line-height:130px}.YELLOW ._secondary-text.--lh-131{line-height:131px}.YELLOW ._secondary-text.--lh-132{line-height:132px}.YELLOW ._secondary-text.--lh-133{line-height:133px}.YELLOW ._secondary-text.--lh-134{line-height:134px}.YELLOW ._secondary-text.--lh-135{line-height:135px}.YELLOW ._secondary-text.--lh-136{line-height:136px}.YELLOW ._secondary-text.--lh-137{line-height:137px}.YELLOW ._secondary-text.--lh-138{line-height:138px}.YELLOW ._secondary-text.--lh-139{line-height:139px}.YELLOW ._secondary-text.--lh-140{line-height:140px}.YELLOW ._secondary-text.--lh-141{line-height:141px}.YELLOW ._secondary-text.--lh-142{line-height:142px}.YELLOW ._secondary-text.--lh-143{line-height:143px}.YELLOW ._secondary-text.--lh-144{line-height:144px}.YELLOW ._secondary-text.--lh-145{line-height:145px}.YELLOW ._secondary-text.--lh-146{line-height:146px}.YELLOW ._secondary-text.--lh-147{line-height:147px}.YELLOW ._secondary-text.--lh-148{line-height:148px}.YELLOW ._secondary-text.--lh-149{line-height:149px}.YELLOW ._secondary-text.--lh-150{line-height:150px}.YELLOW ._secondary-text.--lh-151{line-height:151px}.YELLOW ._secondary-text.--lh-152{line-height:152px}.YELLOW ._secondary-text.--lh-153{line-height:153px}.YELLOW ._secondary-text.--lh-154{line-height:154px}.YELLOW ._secondary-text.--lh-155{line-height:155px}.YELLOW ._secondary-text.--lh-156{line-height:156px}.YELLOW ._secondary-text.--lh-157{line-height:157px}.YELLOW ._secondary-text.--lh-158{line-height:158px}.YELLOW ._secondary-text.--lh-159{line-height:159px}.YELLOW ._secondary-text.--lh-160{line-height:160px}.YELLOW ._secondary-text.--lh-161{line-height:161px}.YELLOW ._secondary-text.--lh-162{line-height:162px}.YELLOW ._secondary-text.--lh-163{line-height:163px}.YELLOW ._secondary-text.--lh-164{line-height:164px}.YELLOW ._secondary-text.--lh-165{line-height:165px}.YELLOW ._secondary-text.--lh-166{line-height:166px}.YELLOW ._secondary-text.--lh-167{line-height:167px}.YELLOW ._secondary-text.--lh-168{line-height:168px}.YELLOW ._secondary-text.--lh-169{line-height:169px}.YELLOW ._secondary-text.--lh-170{line-height:170px}.YELLOW ._secondary-text.--lh-171{line-height:171px}.YELLOW ._secondary-text.--lh-172{line-height:172px}.YELLOW ._secondary-text.--lh-173{line-height:173px}.YELLOW ._secondary-text.--lh-174{line-height:174px}.YELLOW ._secondary-text.--lh-175{line-height:175px}.YELLOW ._secondary-text.--lh-176{line-height:176px}.YELLOW ._secondary-text.--lh-177{line-height:177px}.YELLOW ._secondary-text.--lh-178{line-height:178px}.YELLOW ._secondary-text.--lh-179{line-height:179px}.YELLOW ._secondary-text.--lh-180{line-height:180px}.YELLOW ._secondary-text.--lh-181{line-height:181px}.YELLOW ._secondary-text.--lh-182{line-height:182px}.YELLOW ._secondary-text.--lh-183{line-height:183px}.YELLOW ._secondary-text.--lh-184{line-height:184px}.YELLOW ._secondary-text.--lh-185{line-height:185px}.YELLOW ._secondary-text.--lh-186{line-height:186px}.YELLOW ._secondary-text.--lh-187{line-height:187px}.YELLOW ._secondary-text.--lh-188{line-height:188px}.YELLOW ._secondary-text.--lh-189{line-height:189px}.YELLOW ._secondary-text.--lh-190{line-height:190px}.YELLOW ._secondary-text.--lh-191{line-height:191px}.YELLOW ._secondary-text.--lh-192{line-height:192px}.YELLOW ._secondary-text.--lh-193{line-height:193px}.YELLOW ._secondary-text.--lh-194{line-height:194px}.YELLOW ._secondary-text.--lh-195{line-height:195px}.YELLOW ._secondary-text.--lh-196{line-height:196px}.YELLOW ._secondary-text.--lh-197{line-height:197px}.YELLOW ._secondary-text.--lh-198{line-height:198px}.YELLOW ._secondary-text.--lh-199{line-height:199px}.YELLOW ._secondary-text.--lh-200{line-height:200px}.YELLOW ._secondary-text.--lh-201{line-height:201px}.YELLOW ._secondary-text.--lh-202{line-height:202px}.YELLOW ._secondary-text.--lh-203{line-height:203px}.YELLOW ._secondary-text.--lh-204{line-height:204px}.YELLOW ._secondary-text.--lh-205{line-height:205px}.YELLOW ._secondary-text.--lh-206{line-height:206px}.YELLOW ._secondary-text.--lh-207{line-height:207px}.YELLOW ._secondary-text.--lh-208{line-height:208px}.YELLOW ._secondary-text.--lh-209{line-height:209px}.YELLOW ._secondary-text.--lh-210{line-height:210px}.YELLOW ._secondary-text.--lh-211{line-height:211px}.YELLOW ._secondary-text.--lh-212{line-height:212px}.YELLOW ._secondary-text.--lh-213{line-height:213px}.YELLOW ._secondary-text.--lh-214{line-height:214px}.YELLOW ._secondary-text.--lh-215{line-height:215px}.YELLOW ._secondary-text.--lh-216{line-height:216px}.YELLOW ._secondary-text.--lh-217{line-height:217px}.YELLOW ._secondary-text.--lh-218{line-height:218px}.YELLOW ._secondary-text.--lh-219{line-height:219px}.YELLOW ._secondary-text.--lh-220{line-height:220px}.YELLOW ._secondary-text.--lh-221{line-height:221px}.YELLOW ._secondary-text.--lh-222{line-height:222px}.YELLOW ._secondary-text.--lh-223{line-height:223px}.YELLOW ._secondary-text.--lh-224{line-height:224px}.YELLOW ._secondary-text.--lh-225{line-height:225px}.YELLOW ._secondary-text.--lh-226{line-height:226px}.YELLOW ._secondary-text.--lh-227{line-height:227px}.YELLOW ._secondary-text.--lh-228{line-height:228px}.YELLOW ._secondary-text.--lh-229{line-height:229px}.YELLOW ._secondary-text.--lh-230{line-height:230px}.YELLOW ._secondary-text.--lh-231{line-height:231px}.YELLOW ._secondary-text.--lh-232{line-height:232px}.YELLOW ._secondary-text.--lh-233{line-height:233px}.YELLOW ._secondary-text.--lh-234{line-height:234px}.YELLOW ._secondary-text.--lh-235{line-height:235px}.YELLOW ._secondary-text.--lh-236{line-height:236px}.YELLOW ._secondary-text.--lh-237{line-height:237px}.YELLOW ._secondary-text.--lh-238{line-height:238px}.YELLOW ._secondary-text.--lh-239{line-height:239px}.YELLOW ._secondary-text.--lh-240{line-height:240px}.YELLOW ._secondary-text.--lh-241{line-height:241px}.YELLOW ._secondary-text.--lh-242{line-height:242px}.YELLOW ._secondary-text.--lh-243{line-height:243px}.YELLOW ._secondary-text.--lh-244{line-height:244px}.YELLOW ._secondary-text.--lh-245{line-height:245px}.YELLOW ._secondary-text.--lh-246{line-height:246px}.YELLOW ._secondary-text.--lh-247{line-height:247px}.YELLOW ._secondary-text.--lh-248{line-height:248px}.YELLOW ._secondary-text.--lh-249{line-height:249px}.YELLOW ._secondary-text.--lh-250{line-height:250px}.YELLOW ._secondary-text.--lh-251{line-height:251px}.YELLOW ._secondary-text.--lh-252{line-height:252px}.YELLOW ._secondary-text.--lh-253{line-height:253px}.YELLOW ._secondary-text.--lh-254{line-height:254px}.YELLOW ._secondary-text.--lh-255{line-height:255px}.YELLOW ._secondary-text.--lh-256{line-height:256px}.YELLOW ._secondary-text.--lh-257{line-height:257px}.YELLOW ._secondary-text.--lh-258{line-height:258px}.YELLOW ._secondary-text.--lh-259{line-height:259px}.YELLOW ._secondary-text.--lh-260{line-height:260px}.YELLOW ._secondary-text.--lh-261{line-height:261px}.YELLOW ._secondary-text.--lh-262{line-height:262px}.YELLOW ._secondary-text.--lh-263{line-height:263px}.YELLOW ._secondary-text.--lh-264{line-height:264px}.YELLOW ._secondary-text.--lh-265{line-height:265px}.YELLOW ._secondary-text.--lh-266{line-height:266px}.YELLOW ._secondary-text.--lh-267{line-height:267px}.YELLOW ._secondary-text.--lh-268{line-height:268px}.YELLOW ._secondary-text.--lh-269{line-height:269px}.YELLOW ._secondary-text.--lh-270{line-height:270px}.YELLOW ._secondary-text.--lh-271{line-height:271px}.YELLOW ._secondary-text.--lh-272{line-height:272px}.YELLOW ._secondary-text.--lh-273{line-height:273px}.YELLOW ._secondary-text.--lh-274{line-height:274px}.YELLOW ._secondary-text.--lh-275{line-height:275px}.YELLOW ._secondary-text.--lh-276{line-height:276px}.YELLOW ._secondary-text.--lh-277{line-height:277px}.YELLOW ._secondary-text.--lh-278{line-height:278px}.YELLOW ._secondary-text.--lh-279{line-height:279px}.YELLOW ._secondary-text.--lh-280{line-height:280px}.YELLOW ._secondary-text.--lh-281{line-height:281px}.YELLOW ._secondary-text.--lh-282{line-height:282px}.YELLOW ._secondary-text.--lh-283{line-height:283px}.YELLOW ._secondary-text.--lh-284{line-height:284px}.YELLOW ._secondary-text.--lh-285{line-height:285px}.YELLOW ._secondary-text.--lh-286{line-height:286px}.YELLOW ._secondary-text.--lh-287{line-height:287px}.YELLOW ._secondary-text.--lh-288{line-height:288px}.YELLOW ._secondary-text.--lh-289{line-height:289px}.YELLOW ._secondary-text.--lh-290{line-height:290px}.YELLOW ._secondary-text.--lh-291{line-height:291px}.YELLOW ._secondary-text.--lh-292{line-height:292px}.YELLOW ._secondary-text.--lh-293{line-height:293px}.YELLOW ._secondary-text.--lh-294{line-height:294px}.YELLOW ._secondary-text.--lh-295{line-height:295px}.YELLOW ._secondary-text.--lh-296{line-height:296px}.YELLOW ._secondary-text.--lh-297{line-height:297px}.YELLOW ._secondary-text.--lh-298{line-height:298px}.YELLOW ._secondary-text.--lh-299{line-height:299px}.YELLOW ._secondary-text.--lh-300{line-height:300px}.YELLOW ._secondary-text.--lh-301{line-height:301px}.YELLOW ._secondary-text.--lh-302{line-height:302px}.YELLOW ._secondary-text.--lh-303{line-height:303px}.YELLOW ._secondary-text.--lh-304{line-height:304px}.YELLOW ._secondary-text.--lh-305{line-height:305px}.YELLOW ._secondary-text.--lh-306{line-height:306px}.YELLOW ._secondary-text.--lh-307{line-height:307px}.YELLOW ._secondary-text.--lh-308{line-height:308px}.YELLOW ._secondary-text.--lh-309{line-height:309px}.YELLOW ._secondary-text.--lh-310{line-height:310px}.YELLOW ._secondary-text.--lh-311{line-height:311px}.YELLOW ._secondary-text.--lh-312{line-height:312px}.YELLOW ._secondary-text.--lh-313{line-height:313px}.YELLOW ._secondary-text.--lh-314{line-height:314px}.YELLOW ._secondary-text.--lh-315{line-height:315px}.YELLOW ._secondary-text.--lh-316{line-height:316px}.YELLOW ._secondary-text.--lh-317{line-height:317px}.YELLOW ._secondary-text.--lh-318{line-height:318px}.YELLOW ._secondary-text.--lh-319{line-height:319px}.YELLOW ._secondary-text.--lh-320{line-height:320px}.YELLOW ._secondary-text.--lh-321{line-height:321px}.YELLOW ._secondary-text.--lh-322{line-height:322px}.YELLOW ._secondary-text.--lh-323{line-height:323px}.YELLOW ._secondary-text.--lh-324{line-height:324px}.YELLOW ._secondary-text.--lh-325{line-height:325px}.YELLOW ._secondary-text.--lh-326{line-height:326px}.YELLOW ._secondary-text.--lh-327{line-height:327px}.YELLOW ._secondary-text.--lh-328{line-height:328px}.YELLOW ._secondary-text.--lh-329{line-height:329px}.YELLOW ._secondary-text.--lh-330{line-height:330px}.YELLOW ._secondary-text.--lh-331{line-height:331px}.YELLOW ._secondary-text.--lh-332{line-height:332px}.YELLOW ._secondary-text.--lh-333{line-height:333px}.YELLOW ._secondary-text.--lh-334{line-height:334px}.YELLOW ._secondary-text.--lh-335{line-height:335px}.YELLOW ._secondary-text.--lh-336{line-height:336px}.YELLOW ._secondary-text.--lh-337{line-height:337px}.YELLOW ._secondary-text.--lh-338{line-height:338px}.YELLOW ._secondary-text.--lh-339{line-height:339px}.YELLOW ._secondary-text.--lh-340{line-height:340px}.YELLOW ._secondary-text.--lh-341{line-height:341px}.YELLOW ._secondary-text.--lh-342{line-height:342px}.YELLOW ._secondary-text.--lh-343{line-height:343px}.YELLOW ._secondary-text.--lh-344{line-height:344px}.YELLOW ._secondary-text.--lh-345{line-height:345px}.YELLOW ._secondary-text.--lh-346{line-height:346px}.YELLOW ._secondary-text.--lh-347{line-height:347px}.YELLOW ._secondary-text.--lh-348{line-height:348px}.YELLOW ._secondary-text.--lh-349{line-height:349px}.YELLOW ._secondary-text.--lh-350{line-height:350px}.YELLOW ._secondary-text.--lh-351{line-height:351px}.YELLOW ._secondary-text.--lh-352{line-height:352px}.YELLOW ._secondary-text.--lh-353{line-height:353px}.YELLOW ._secondary-text.--lh-354{line-height:354px}.YELLOW ._secondary-text.--lh-355{line-height:355px}.YELLOW ._secondary-text.--lh-356{line-height:356px}.YELLOW ._secondary-text.--lh-357{line-height:357px}.YELLOW ._secondary-text.--lh-358{line-height:358px}.YELLOW ._secondary-text.--lh-359{line-height:359px}.YELLOW ._secondary-text.--lh-360{line-height:360px}.YELLOW ._secondary-text.--lh-361{line-height:361px}.YELLOW ._secondary-text.--lh-362{line-height:362px}.YELLOW ._secondary-text.--lh-363{line-height:363px}.YELLOW ._secondary-text.--lh-364{line-height:364px}.YELLOW ._secondary-text.--lh-365{line-height:365px}.YELLOW ._secondary-text.--lh-366{line-height:366px}.YELLOW ._secondary-text.--lh-367{line-height:367px}.YELLOW ._secondary-text.--lh-368{line-height:368px}.YELLOW ._secondary-text.--lh-369{line-height:369px}.YELLOW ._secondary-text.--lh-370{line-height:370px}.YELLOW ._secondary-text.--lh-371{line-height:371px}.YELLOW ._secondary-text.--lh-372{line-height:372px}.YELLOW ._secondary-text.--lh-373{line-height:373px}.YELLOW ._secondary-text.--lh-374{line-height:374px}.YELLOW ._secondary-text.--lh-375{line-height:375px}.YELLOW ._secondary-text.--lh-376{line-height:376px}.YELLOW ._secondary-text.--lh-377{line-height:377px}.YELLOW ._secondary-text.--lh-378{line-height:378px}.YELLOW ._secondary-text.--lh-379{line-height:379px}.YELLOW ._secondary-text.--lh-380{line-height:380px}.YELLOW ._secondary-text.--lh-381{line-height:381px}.YELLOW ._secondary-text.--lh-382{line-height:382px}.YELLOW ._secondary-text.--lh-383{line-height:383px}.YELLOW ._secondary-text.--lh-384{line-height:384px}.YELLOW ._secondary-text.--lh-385{line-height:385px}.YELLOW ._secondary-text.--lh-386{line-height:386px}.YELLOW ._secondary-text.--lh-387{line-height:387px}.YELLOW ._secondary-text.--lh-388{line-height:388px}.YELLOW ._secondary-text.--lh-389{line-height:389px}.YELLOW ._secondary-text.--lh-390{line-height:390px}.YELLOW ._secondary-text.--lh-391{line-height:391px}.YELLOW ._secondary-text.--lh-392{line-height:392px}.YELLOW ._secondary-text.--lh-393{line-height:393px}.YELLOW ._secondary-text.--lh-394{line-height:394px}.YELLOW ._secondary-text.--lh-395{line-height:395px}.YELLOW ._secondary-text.--lh-396{line-height:396px}.YELLOW ._secondary-text.--lh-397{line-height:397px}.YELLOW ._secondary-text.--lh-398{line-height:398px}.YELLOW ._secondary-text.--lh-399{line-height:399px}.YELLOW ._secondary-text.--lh-400{line-height:400px}.YELLOW ._secondary-text.--lh-401{line-height:401px}.YELLOW ._secondary-text.--lh-402{line-height:402px}.YELLOW ._secondary-text.--lh-403{line-height:403px}.YELLOW ._secondary-text.--lh-404{line-height:404px}.YELLOW ._secondary-text.--lh-405{line-height:405px}.YELLOW ._secondary-text.--lh-406{line-height:406px}.YELLOW ._secondary-text.--lh-407{line-height:407px}.YELLOW ._secondary-text.--lh-408{line-height:408px}.YELLOW ._secondary-text.--lh-409{line-height:409px}.YELLOW ._secondary-text.--lh-410{line-height:410px}.YELLOW ._secondary-text.--lh-411{line-height:411px}.YELLOW ._secondary-text.--lh-412{line-height:412px}.YELLOW ._secondary-text.--lh-413{line-height:413px}.YELLOW ._secondary-text.--lh-414{line-height:414px}.YELLOW ._secondary-text.--lh-415{line-height:415px}.YELLOW ._secondary-text.--lh-416{line-height:416px}.YELLOW ._secondary-text.--lh-417{line-height:417px}.YELLOW ._secondary-text.--lh-418{line-height:418px}.YELLOW ._secondary-text.--lh-419{line-height:419px}.YELLOW ._secondary-text.--lh-420{line-height:420px}.YELLOW ._secondary-text.--lh-421{line-height:421px}.YELLOW ._secondary-text.--lh-422{line-height:422px}.YELLOW ._secondary-text.--lh-423{line-height:423px}.YELLOW ._secondary-text.--lh-424{line-height:424px}.YELLOW ._secondary-text.--lh-425{line-height:425px}.YELLOW ._secondary-text.--lh-426{line-height:426px}.YELLOW ._secondary-text.--lh-427{line-height:427px}.YELLOW ._secondary-text.--lh-428{line-height:428px}.YELLOW ._secondary-text.--lh-429{line-height:429px}.YELLOW ._secondary-text.--lh-430{line-height:430px}.YELLOW ._secondary-text.--lh-431{line-height:431px}.YELLOW ._secondary-text.--lh-432{line-height:432px}.YELLOW ._secondary-text.--lh-433{line-height:433px}.YELLOW ._secondary-text.--lh-434{line-height:434px}.YELLOW ._secondary-text.--lh-435{line-height:435px}.YELLOW ._secondary-text.--lh-436{line-height:436px}.YELLOW ._secondary-text.--lh-437{line-height:437px}.YELLOW ._secondary-text.--lh-438{line-height:438px}.YELLOW ._secondary-text.--lh-439{line-height:439px}.YELLOW ._secondary-text.--lh-440{line-height:440px}.YELLOW ._secondary-text.--lh-441{line-height:441px}.YELLOW ._secondary-text.--lh-442{line-height:442px}.YELLOW ._secondary-text.--lh-443{line-height:443px}.YELLOW ._secondary-text.--lh-444{line-height:444px}.YELLOW ._secondary-text.--lh-445{line-height:445px}.YELLOW ._secondary-text.--lh-446{line-height:446px}.YELLOW ._secondary-text.--lh-447{line-height:447px}.YELLOW ._secondary-text.--lh-448{line-height:448px}.YELLOW ._secondary-text.--lh-449{line-height:449px}.YELLOW ._secondary-text.--lh-450{line-height:450px}.YELLOW ._secondary-text.--lh-451{line-height:451px}.YELLOW ._secondary-text.--lh-452{line-height:452px}.YELLOW ._secondary-text.--lh-453{line-height:453px}.YELLOW ._secondary-text.--lh-454{line-height:454px}.YELLOW ._secondary-text.--lh-455{line-height:455px}.YELLOW ._secondary-text.--lh-456{line-height:456px}.YELLOW ._secondary-text.--lh-457{line-height:457px}.YELLOW ._secondary-text.--lh-458{line-height:458px}.YELLOW ._secondary-text.--lh-459{line-height:459px}.YELLOW ._secondary-text.--lh-460{line-height:460px}.YELLOW ._secondary-text.--lh-461{line-height:461px}.YELLOW ._secondary-text.--lh-462{line-height:462px}.YELLOW ._secondary-text.--lh-463{line-height:463px}.YELLOW ._secondary-text.--lh-464{line-height:464px}.YELLOW ._secondary-text.--lh-465{line-height:465px}.YELLOW ._secondary-text.--lh-466{line-height:466px}.YELLOW ._secondary-text.--lh-467{line-height:467px}.YELLOW ._secondary-text.--lh-468{line-height:468px}.YELLOW ._secondary-text.--lh-469{line-height:469px}.YELLOW ._secondary-text.--lh-470{line-height:470px}.YELLOW ._secondary-text.--lh-471{line-height:471px}.YELLOW ._secondary-text.--lh-472{line-height:472px}.YELLOW ._secondary-text.--lh-473{line-height:473px}.YELLOW ._secondary-text.--lh-474{line-height:474px}.YELLOW ._secondary-text.--lh-475{line-height:475px}.YELLOW ._secondary-text.--lh-476{line-height:476px}.YELLOW ._secondary-text.--lh-477{line-height:477px}.YELLOW ._secondary-text.--lh-478{line-height:478px}.YELLOW ._secondary-text.--lh-479{line-height:479px}.YELLOW ._secondary-text.--lh-480{line-height:480px}.YELLOW ._secondary-text.--lh-481{line-height:481px}.YELLOW ._secondary-text.--lh-482{line-height:482px}.YELLOW ._secondary-text.--lh-483{line-height:483px}.YELLOW ._secondary-text.--lh-484{line-height:484px}.YELLOW ._secondary-text.--lh-485{line-height:485px}.YELLOW ._secondary-text.--lh-486{line-height:486px}.YELLOW ._secondary-text.--lh-487{line-height:487px}.YELLOW ._secondary-text.--lh-488{line-height:488px}.YELLOW ._secondary-text.--lh-489{line-height:489px}.YELLOW ._secondary-text.--lh-490{line-height:490px}.YELLOW ._secondary-text.--lh-491{line-height:491px}.YELLOW ._secondary-text.--lh-492{line-height:492px}.YELLOW ._secondary-text.--lh-493{line-height:493px}.YELLOW ._secondary-text.--lh-494{line-height:494px}.YELLOW ._secondary-text.--lh-495{line-height:495px}.YELLOW ._secondary-text.--lh-496{line-height:496px}.YELLOW ._secondary-text.--lh-497{line-height:497px}.YELLOW ._secondary-text.--lh-498{line-height:498px}.YELLOW ._secondary-text.--lh-499{line-height:499px}.YELLOW ._secondary-text.--lh-500{line-height:500px}.YELLOW ._secondary-text.--lh-501{line-height:501px}.YELLOW ._secondary-text.--lh-502{line-height:502px}.YELLOW ._secondary-text.--lh-503{line-height:503px}.YELLOW ._secondary-text.--lh-504{line-height:504px}.YELLOW ._secondary-text.--lh-505{line-height:505px}.YELLOW ._secondary-text.--lh-506{line-height:506px}.YELLOW ._secondary-text.--lh-507{line-height:507px}.YELLOW ._secondary-text.--lh-508{line-height:508px}.YELLOW ._secondary-text.--lh-509{line-height:509px}.YELLOW ._secondary-text.--lh-510{line-height:510px}.YELLOW ._secondary-text.--lh-511{line-height:511px}.YELLOW ._secondary-text.--lh-512{line-height:512px}.YELLOW ._secondary-text.--lh-513{line-height:513px}.YELLOW ._secondary-text.--lh-514{line-height:514px}.YELLOW ._secondary-text.--lh-515{line-height:515px}.YELLOW ._secondary-text.--lh-516{line-height:516px}.YELLOW ._secondary-text.--lh-517{line-height:517px}.YELLOW ._secondary-text.--lh-518{line-height:518px}.YELLOW ._secondary-text.--lh-519{line-height:519px}.YELLOW ._secondary-text.--lh-520{line-height:520px}.YELLOW ._secondary-text.--lh-521{line-height:521px}.YELLOW ._secondary-text.--lh-522{line-height:522px}.YELLOW ._secondary-text.--lh-523{line-height:523px}.YELLOW ._secondary-text.--lh-524{line-height:524px}.YELLOW ._secondary-text.--lh-525{line-height:525px}.YELLOW ._secondary-text.--lh-526{line-height:526px}.YELLOW ._secondary-text.--lh-527{line-height:527px}.YELLOW ._secondary-text.--lh-528{line-height:528px}.YELLOW ._secondary-text.--lh-529{line-height:529px}.YELLOW ._secondary-text.--lh-530{line-height:530px}.YELLOW ._secondary-text.--lh-531{line-height:531px}.YELLOW ._secondary-text.--lh-532{line-height:532px}.YELLOW ._secondary-text.--lh-533{line-height:533px}.YELLOW ._secondary-text.--lh-534{line-height:534px}.YELLOW ._secondary-text.--lh-535{line-height:535px}.YELLOW ._secondary-text.--lh-536{line-height:536px}.YELLOW ._secondary-text.--lh-537{line-height:537px}.YELLOW ._secondary-text.--lh-538{line-height:538px}.YELLOW ._secondary-text.--lh-539{line-height:539px}.YELLOW ._secondary-text.--lh-540{line-height:540px}.YELLOW ._secondary-text.--lh-541{line-height:541px}.YELLOW ._secondary-text.--lh-542{line-height:542px}.YELLOW ._secondary-text.--lh-543{line-height:543px}.YELLOW ._secondary-text.--lh-544{line-height:544px}.YELLOW ._secondary-text.--lh-545{line-height:545px}.YELLOW ._secondary-text.--lh-546{line-height:546px}.YELLOW ._secondary-text.--lh-547{line-height:547px}.YELLOW ._secondary-text.--lh-548{line-height:548px}.YELLOW ._secondary-text.--lh-549{line-height:549px}.YELLOW ._secondary-text.--lh-550{line-height:550px}.YELLOW ._secondary-text.--lh-551{line-height:551px}.YELLOW ._secondary-text.--lh-552{line-height:552px}.YELLOW ._secondary-text.--lh-553{line-height:553px}.YELLOW ._secondary-text.--lh-554{line-height:554px}.YELLOW ._secondary-text.--lh-555{line-height:555px}.YELLOW ._secondary-text.--lh-556{line-height:556px}.YELLOW ._secondary-text.--lh-557{line-height:557px}.YELLOW ._secondary-text.--lh-558{line-height:558px}.YELLOW ._secondary-text.--lh-559{line-height:559px}.YELLOW ._secondary-text.--lh-560{line-height:560px}.YELLOW ._secondary-text.--lh-561{line-height:561px}.YELLOW ._secondary-text.--lh-562{line-height:562px}.YELLOW ._secondary-text.--lh-563{line-height:563px}.YELLOW ._secondary-text.--lh-564{line-height:564px}.YELLOW ._secondary-text.--lh-565{line-height:565px}.YELLOW ._secondary-text.--lh-566{line-height:566px}.YELLOW ._secondary-text.--lh-567{line-height:567px}.YELLOW ._secondary-text.--lh-568{line-height:568px}.YELLOW ._secondary-text.--lh-569{line-height:569px}.YELLOW ._secondary-text.--lh-570{line-height:570px}.YELLOW ._secondary-text.--lh-571{line-height:571px}.YELLOW ._secondary-text.--lh-572{line-height:572px}.YELLOW ._secondary-text.--lh-573{line-height:573px}.YELLOW ._secondary-text.--lh-574{line-height:574px}.YELLOW ._secondary-text.--lh-575{line-height:575px}.YELLOW ._secondary-text.--lh-576{line-height:576px}.YELLOW ._secondary-text.--lh-577{line-height:577px}.YELLOW ._secondary-text.--lh-578{line-height:578px}.YELLOW ._secondary-text.--lh-579{line-height:579px}.YELLOW ._secondary-text.--lh-580{line-height:580px}.YELLOW ._secondary-text.--lh-581{line-height:581px}.YELLOW ._secondary-text.--lh-582{line-height:582px}.YELLOW ._secondary-text.--lh-583{line-height:583px}.YELLOW ._secondary-text.--lh-584{line-height:584px}.YELLOW ._secondary-text.--lh-585{line-height:585px}.YELLOW ._secondary-text.--lh-586{line-height:586px}.YELLOW ._secondary-text.--lh-587{line-height:587px}.YELLOW ._secondary-text.--lh-588{line-height:588px}.YELLOW ._secondary-text.--lh-589{line-height:589px}.YELLOW ._secondary-text.--lh-590{line-height:590px}.YELLOW ._secondary-text.--lh-591{line-height:591px}.YELLOW ._secondary-text.--lh-592{line-height:592px}.YELLOW ._secondary-text.--lh-593{line-height:593px}.YELLOW ._secondary-text.--lh-594{line-height:594px}.YELLOW ._secondary-text.--lh-595{line-height:595px}.YELLOW ._secondary-text.--lh-596{line-height:596px}.YELLOW ._secondary-text.--lh-597{line-height:597px}.YELLOW ._secondary-text.--lh-598{line-height:598px}.YELLOW ._secondary-text.--lh-599{line-height:599px}.YELLOW ._secondary-text.--lh-600{line-height:600px}.YELLOW ._secondary-text.--lh-601{line-height:601px}.YELLOW ._secondary-text.--lh-602{line-height:602px}.YELLOW ._secondary-text.--lh-603{line-height:603px}.YELLOW ._secondary-text.--lh-604{line-height:604px}.YELLOW ._secondary-text.--lh-605{line-height:605px}.YELLOW ._secondary-text.--lh-606{line-height:606px}.YELLOW ._secondary-text.--lh-607{line-height:607px}.YELLOW ._secondary-text.--lh-608{line-height:608px}.YELLOW ._secondary-text.--lh-609{line-height:609px}.YELLOW ._secondary-text.--lh-610{line-height:610px}.YELLOW ._secondary-text.--lh-611{line-height:611px}.YELLOW ._secondary-text.--lh-612{line-height:612px}.YELLOW ._secondary-text.--lh-613{line-height:613px}.YELLOW ._secondary-text.--lh-614{line-height:614px}.YELLOW ._secondary-text.--lh-615{line-height:615px}.YELLOW ._secondary-text.--lh-616{line-height:616px}.YELLOW ._secondary-text.--lh-617{line-height:617px}.YELLOW ._secondary-text.--lh-618{line-height:618px}.YELLOW ._secondary-text.--lh-619{line-height:619px}.YELLOW ._secondary-text.--lh-620{line-height:620px}.YELLOW ._secondary-text.--lh-621{line-height:621px}.YELLOW ._secondary-text.--lh-622{line-height:622px}.YELLOW ._secondary-text.--lh-623{line-height:623px}.YELLOW ._secondary-text.--lh-624{line-height:624px}.YELLOW ._secondary-text.--lh-625{line-height:625px}.YELLOW ._secondary-text.--lh-626{line-height:626px}.YELLOW ._secondary-text.--lh-627{line-height:627px}.YELLOW ._secondary-text.--lh-628{line-height:628px}.YELLOW ._secondary-text.--lh-629{line-height:629px}.YELLOW ._secondary-text.--lh-630{line-height:630px}.YELLOW ._secondary-text.--lh-631{line-height:631px}.YELLOW ._secondary-text.--lh-632{line-height:632px}.YELLOW ._secondary-text.--lh-633{line-height:633px}.YELLOW ._secondary-text.--lh-634{line-height:634px}.YELLOW ._secondary-text.--lh-635{line-height:635px}.YELLOW ._secondary-text.--lh-636{line-height:636px}.YELLOW ._secondary-text.--lh-637{line-height:637px}.YELLOW ._secondary-text.--lh-638{line-height:638px}.YELLOW ._secondary-text.--lh-639{line-height:639px}.YELLOW ._secondary-text.--lh-640{line-height:640px}.YELLOW ._secondary-text.--lh-641{line-height:641px}.YELLOW ._secondary-text.--lh-642{line-height:642px}.YELLOW ._secondary-text.--lh-643{line-height:643px}.YELLOW ._secondary-text.--lh-644{line-height:644px}.YELLOW ._secondary-text.--lh-645{line-height:645px}.YELLOW ._secondary-text.--lh-646{line-height:646px}.YELLOW ._secondary-text.--lh-647{line-height:647px}.YELLOW ._secondary-text.--lh-648{line-height:648px}.YELLOW ._secondary-text.--lh-649{line-height:649px}.YELLOW ._secondary-text.--lh-650{line-height:650px}.YELLOW ._secondary-text.--lh-651{line-height:651px}.YELLOW ._secondary-text.--lh-652{line-height:652px}.YELLOW ._secondary-text.--lh-653{line-height:653px}.YELLOW ._secondary-text.--lh-654{line-height:654px}.YELLOW ._secondary-text.--lh-655{line-height:655px}.YELLOW ._secondary-text.--lh-656{line-height:656px}.YELLOW ._secondary-text.--lh-657{line-height:657px}.YELLOW ._secondary-text.--lh-658{line-height:658px}.YELLOW ._secondary-text.--lh-659{line-height:659px}.YELLOW ._secondary-text.--lh-660{line-height:660px}.YELLOW ._secondary-text.--lh-661{line-height:661px}.YELLOW ._secondary-text.--lh-662{line-height:662px}.YELLOW ._secondary-text.--lh-663{line-height:663px}.YELLOW ._secondary-text.--lh-664{line-height:664px}.YELLOW ._secondary-text.--lh-665{line-height:665px}.YELLOW ._secondary-text.--lh-666{line-height:666px}.YELLOW ._secondary-text.--lh-667{line-height:667px}.YELLOW ._secondary-text.--lh-668{line-height:668px}.YELLOW ._secondary-text.--lh-669{line-height:669px}.YELLOW ._secondary-text.--lh-670{line-height:670px}.YELLOW ._secondary-text.--lh-671{line-height:671px}.YELLOW ._secondary-text.--lh-672{line-height:672px}.YELLOW ._secondary-text.--lh-673{line-height:673px}.YELLOW ._secondary-text.--lh-674{line-height:674px}.YELLOW ._secondary-text.--lh-675{line-height:675px}.YELLOW ._secondary-text.--lh-676{line-height:676px}.YELLOW ._secondary-text.--lh-677{line-height:677px}.YELLOW ._secondary-text.--lh-678{line-height:678px}.YELLOW ._secondary-text.--lh-679{line-height:679px}.YELLOW ._secondary-text.--lh-680{line-height:680px}.YELLOW ._secondary-text.--lh-681{line-height:681px}.YELLOW ._secondary-text.--lh-682{line-height:682px}.YELLOW ._secondary-text.--lh-683{line-height:683px}.YELLOW ._secondary-text.--lh-684{line-height:684px}.YELLOW ._secondary-text.--lh-685{line-height:685px}.YELLOW ._secondary-text.--lh-686{line-height:686px}.YELLOW ._secondary-text.--lh-687{line-height:687px}.YELLOW ._secondary-text.--lh-688{line-height:688px}.YELLOW ._secondary-text.--lh-689{line-height:689px}.YELLOW ._secondary-text.--lh-690{line-height:690px}.YELLOW ._secondary-text.--lh-691{line-height:691px}.YELLOW ._secondary-text.--lh-692{line-height:692px}.YELLOW ._secondary-text.--lh-693{line-height:693px}.YELLOW ._secondary-text.--lh-694{line-height:694px}.YELLOW ._secondary-text.--lh-695{line-height:695px}.YELLOW ._secondary-text.--lh-696{line-height:696px}.YELLOW ._secondary-text.--lh-697{line-height:697px}.YELLOW ._secondary-text.--lh-698{line-height:698px}.YELLOW ._secondary-text.--lh-699{line-height:699px}.YELLOW ._secondary-text.--lh-700{line-height:700px}.YELLOW ._secondary-text.--lh-701{line-height:701px}.YELLOW ._secondary-text.--lh-702{line-height:702px}.YELLOW ._secondary-text.--lh-703{line-height:703px}.YELLOW ._secondary-text.--lh-704{line-height:704px}.YELLOW ._secondary-text.--lh-705{line-height:705px}.YELLOW ._secondary-text.--lh-706{line-height:706px}.YELLOW ._secondary-text.--lh-707{line-height:707px}.YELLOW ._secondary-text.--lh-708{line-height:708px}.YELLOW ._secondary-text.--lh-709{line-height:709px}.YELLOW ._secondary-text.--lh-710{line-height:710px}.YELLOW ._secondary-text.--lh-711{line-height:711px}.YELLOW ._secondary-text.--lh-712{line-height:712px}.YELLOW ._secondary-text.--lh-713{line-height:713px}.YELLOW ._secondary-text.--lh-714{line-height:714px}.YELLOW ._secondary-text.--lh-715{line-height:715px}.YELLOW ._secondary-text.--lh-716{line-height:716px}.YELLOW ._secondary-text.--lh-717{line-height:717px}.YELLOW ._secondary-text.--lh-718{line-height:718px}.YELLOW ._secondary-text.--lh-719{line-height:719px}.YELLOW ._secondary-text.--lh-720{line-height:720px}.YELLOW ._secondary-text.--lh-721{line-height:721px}.YELLOW ._secondary-text.--lh-722{line-height:722px}.YELLOW ._secondary-text.--lh-723{line-height:723px}.YELLOW ._secondary-text.--lh-724{line-height:724px}.YELLOW ._secondary-text.--lh-725{line-height:725px}.YELLOW ._secondary-text.--lh-726{line-height:726px}.YELLOW ._secondary-text.--lh-727{line-height:727px}.YELLOW ._secondary-text.--lh-728{line-height:728px}.YELLOW ._secondary-text.--lh-729{line-height:729px}.YELLOW ._secondary-text.--lh-730{line-height:730px}.YELLOW ._secondary-text.--lh-731{line-height:731px}.YELLOW ._secondary-text.--lh-732{line-height:732px}.YELLOW ._secondary-text.--lh-733{line-height:733px}.YELLOW ._secondary-text.--lh-734{line-height:734px}.YELLOW ._secondary-text.--lh-735{line-height:735px}.YELLOW ._secondary-text.--lh-736{line-height:736px}.YELLOW ._secondary-text.--lh-737{line-height:737px}.YELLOW ._secondary-text.--lh-738{line-height:738px}.YELLOW ._secondary-text.--lh-739{line-height:739px}.YELLOW ._secondary-text.--lh-740{line-height:740px}.YELLOW ._secondary-text.--lh-741{line-height:741px}.YELLOW ._secondary-text.--lh-742{line-height:742px}.YELLOW ._secondary-text.--lh-743{line-height:743px}.YELLOW ._secondary-text.--lh-744{line-height:744px}.YELLOW ._secondary-text.--lh-745{line-height:745px}.YELLOW ._secondary-text.--lh-746{line-height:746px}.YELLOW ._secondary-text.--lh-747{line-height:747px}.YELLOW ._secondary-text.--lh-748{line-height:748px}.YELLOW ._secondary-text.--lh-749{line-height:749px}.YELLOW ._secondary-text.--lh-750{line-height:750px}.YELLOW ._secondary-text.--lh-751{line-height:751px}.YELLOW ._secondary-text.--lh-752{line-height:752px}.YELLOW ._secondary-text.--lh-753{line-height:753px}.YELLOW ._secondary-text.--lh-754{line-height:754px}.YELLOW ._secondary-text.--lh-755{line-height:755px}.YELLOW ._secondary-text.--lh-756{line-height:756px}.YELLOW ._secondary-text.--lh-757{line-height:757px}.YELLOW ._secondary-text.--lh-758{line-height:758px}.YELLOW ._secondary-text.--lh-759{line-height:759px}.YELLOW ._secondary-text.--lh-760{line-height:760px}.YELLOW ._secondary-text.--lh-761{line-height:761px}.YELLOW ._secondary-text.--lh-762{line-height:762px}.YELLOW ._secondary-text.--lh-763{line-height:763px}.YELLOW ._secondary-text.--lh-764{line-height:764px}.YELLOW ._secondary-text.--lh-765{line-height:765px}.YELLOW ._secondary-text.--lh-766{line-height:766px}.YELLOW ._secondary-text.--lh-767{line-height:767px}.YELLOW ._secondary-text.--lh-768{line-height:768px}.YELLOW ._secondary-text.--lh-769{line-height:769px}.YELLOW ._secondary-text.--lh-770{line-height:770px}.YELLOW ._secondary-text.--lh-771{line-height:771px}.YELLOW ._secondary-text.--lh-772{line-height:772px}.YELLOW ._secondary-text.--lh-773{line-height:773px}.YELLOW ._secondary-text.--lh-774{line-height:774px}.YELLOW ._secondary-text.--lh-775{line-height:775px}.YELLOW ._secondary-text.--lh-776{line-height:776px}.YELLOW ._secondary-text.--lh-777{line-height:777px}.YELLOW ._secondary-text.--lh-778{line-height:778px}.YELLOW ._secondary-text.--lh-779{line-height:779px}.YELLOW ._secondary-text.--lh-780{line-height:780px}.YELLOW ._secondary-text.--lh-781{line-height:781px}.YELLOW ._secondary-text.--lh-782{line-height:782px}.YELLOW ._secondary-text.--lh-783{line-height:783px}.YELLOW ._secondary-text.--lh-784{line-height:784px}.YELLOW ._secondary-text.--lh-785{line-height:785px}.YELLOW ._secondary-text.--lh-786{line-height:786px}.YELLOW ._secondary-text.--lh-787{line-height:787px}.YELLOW ._secondary-text.--lh-788{line-height:788px}.YELLOW ._secondary-text.--lh-789{line-height:789px}.YELLOW ._secondary-text.--lh-790{line-height:790px}.YELLOW ._secondary-text.--lh-791{line-height:791px}.YELLOW ._secondary-text.--lh-792{line-height:792px}.YELLOW ._secondary-text.--lh-793{line-height:793px}.YELLOW ._secondary-text.--lh-794{line-height:794px}.YELLOW ._secondary-text.--lh-795{line-height:795px}.YELLOW ._secondary-text.--lh-796{line-height:796px}.YELLOW ._secondary-text.--lh-797{line-height:797px}.YELLOW ._secondary-text.--lh-798{line-height:798px}.YELLOW ._secondary-text.--lh-799{line-height:799px}.YELLOW ._secondary-text.--lh-800{line-height:800px}.YELLOW ._tertiary-text{color:var(--green);font-family:Poppins}.YELLOW ._tertiary-text.--size-5{font-size:5px}.YELLOW ._tertiary-text.--size-6{font-size:6px}.YELLOW ._tertiary-text.--size-7{font-size:7px}.YELLOW ._tertiary-text.--size-8{font-size:8px}.YELLOW ._tertiary-text.--size-9{font-size:9px}.YELLOW ._tertiary-text.--size-10{font-size:10px}.YELLOW ._tertiary-text.--size-11{font-size:11px}.YELLOW ._tertiary-text.--size-12{font-size:12px}.YELLOW ._tertiary-text.--size-13{font-size:13px}.YELLOW ._tertiary-text.--size-14{font-size:14px}.YELLOW ._tertiary-text.--size-15{font-size:15px}.YELLOW ._tertiary-text.--size-16{font-size:16px}.YELLOW ._tertiary-text.--size-17{font-size:17px}.YELLOW ._tertiary-text.--size-18{font-size:18px}.YELLOW ._tertiary-text.--size-19{font-size:19px}.YELLOW ._tertiary-text.--size-20{font-size:20px}.YELLOW ._tertiary-text.--size-21{font-size:21px}.YELLOW ._tertiary-text.--size-22{font-size:22px}.YELLOW ._tertiary-text.--size-23{font-size:23px}.YELLOW ._tertiary-text.--size-24{font-size:24px}.YELLOW ._tertiary-text.--size-25{font-size:25px}.YELLOW ._tertiary-text.--size-26{font-size:26px}.YELLOW ._tertiary-text.--size-27{font-size:27px}.YELLOW ._tertiary-text.--size-28{font-size:28px}.YELLOW ._tertiary-text.--size-29{font-size:29px}.YELLOW ._tertiary-text.--size-30{font-size:30px}.YELLOW ._tertiary-text.--size-31{font-size:31px}.YELLOW ._tertiary-text.--size-32{font-size:32px}.YELLOW ._tertiary-text.--size-33{font-size:33px}.YELLOW ._tertiary-text.--size-34{font-size:34px}.YELLOW ._tertiary-text.--size-35{font-size:35px}.YELLOW ._tertiary-text.--size-36{font-size:36px}.YELLOW ._tertiary-text.--size-37{font-size:37px}.YELLOW ._tertiary-text.--size-38{font-size:38px}.YELLOW ._tertiary-text.--size-39{font-size:39px}.YELLOW ._tertiary-text.--size-40{font-size:40px}.YELLOW ._tertiary-text.--size-41{font-size:41px}.YELLOW ._tertiary-text.--size-42{font-size:42px}.YELLOW ._tertiary-text.--size-43{font-size:43px}.YELLOW ._tertiary-text.--size-44{font-size:44px}.YELLOW ._tertiary-text.--size-45{font-size:45px}.YELLOW ._tertiary-text.--size-46{font-size:46px}.YELLOW ._tertiary-text.--size-47{font-size:47px}.YELLOW ._tertiary-text.--size-48{font-size:48px}.YELLOW ._tertiary-text.--size-49{font-size:49px}.YELLOW ._tertiary-text.--size-50{font-size:50px}.YELLOW ._tertiary-text.--size-51{font-size:51px}.YELLOW ._tertiary-text.--size-52{font-size:52px}.YELLOW ._tertiary-text.--size-53{font-size:53px}.YELLOW ._tertiary-text.--size-54{font-size:54px}.YELLOW ._tertiary-text.--size-55{font-size:55px}.YELLOW ._tertiary-text.--size-56{font-size:56px}.YELLOW ._tertiary-text.--size-57{font-size:57px}.YELLOW ._tertiary-text.--size-58{font-size:58px}.YELLOW ._tertiary-text.--size-59{font-size:59px}.YELLOW ._tertiary-text.--size-60{font-size:60px}.YELLOW ._tertiary-text.--size-61{font-size:61px}.YELLOW ._tertiary-text.--size-62{font-size:62px}.YELLOW ._tertiary-text.--size-63{font-size:63px}.YELLOW ._tertiary-text.--size-64{font-size:64px}.YELLOW ._tertiary-text.--size-65{font-size:65px}.YELLOW ._tertiary-text.--size-66{font-size:66px}.YELLOW ._tertiary-text.--size-67{font-size:67px}.YELLOW ._tertiary-text.--size-68{font-size:68px}.YELLOW ._tertiary-text.--size-69{font-size:69px}.YELLOW ._tertiary-text.--size-70{font-size:70px}.YELLOW ._tertiary-text.--size-71{font-size:71px}.YELLOW ._tertiary-text.--size-72{font-size:72px}.YELLOW ._tertiary-text.--size-73{font-size:73px}.YELLOW ._tertiary-text.--size-74{font-size:74px}.YELLOW ._tertiary-text.--size-75{font-size:75px}.YELLOW ._tertiary-text.--size-76{font-size:76px}.YELLOW ._tertiary-text.--size-77{font-size:77px}.YELLOW ._tertiary-text.--size-78{font-size:78px}.YELLOW ._tertiary-text.--size-79{font-size:79px}.YELLOW ._tertiary-text.--size-80{font-size:80px}.YELLOW ._tertiary-text.--size-81{font-size:81px}.YELLOW ._tertiary-text.--size-82{font-size:82px}.YELLOW ._tertiary-text.--size-83{font-size:83px}.YELLOW ._tertiary-text.--size-84{font-size:84px}.YELLOW ._tertiary-text.--size-85{font-size:85px}.YELLOW ._tertiary-text.--size-86{font-size:86px}.YELLOW ._tertiary-text.--size-87{font-size:87px}.YELLOW ._tertiary-text.--size-88{font-size:88px}.YELLOW ._tertiary-text.--size-89{font-size:89px}.YELLOW ._tertiary-text.--size-90{font-size:90px}.YELLOW ._tertiary-text.--size-91{font-size:91px}.YELLOW ._tertiary-text.--size-92{font-size:92px}.YELLOW ._tertiary-text.--size-93{font-size:93px}.YELLOW ._tertiary-text.--size-94{font-size:94px}.YELLOW ._tertiary-text.--size-95{font-size:95px}.YELLOW ._tertiary-text.--size-96{font-size:96px}.YELLOW ._tertiary-text.--size-97{font-size:97px}.YELLOW ._tertiary-text.--size-98{font-size:98px}.YELLOW ._tertiary-text.--size-99{font-size:99px}.YELLOW ._tertiary-text.--size-100{font-size:100px}.YELLOW ._tertiary-text.--weight-100{font-weight:100}.YELLOW ._tertiary-text.--weight-101{font-weight:101}.YELLOW ._tertiary-text.--weight-102{font-weight:102}.YELLOW ._tertiary-text.--weight-103{font-weight:103}.YELLOW ._tertiary-text.--weight-104{font-weight:104}.YELLOW ._tertiary-text.--weight-105{font-weight:105}.YELLOW ._tertiary-text.--weight-106{font-weight:106}.YELLOW ._tertiary-text.--weight-107{font-weight:107}.YELLOW ._tertiary-text.--weight-108{font-weight:108}.YELLOW ._tertiary-text.--weight-109{font-weight:109}.YELLOW ._tertiary-text.--weight-110{font-weight:110}.YELLOW ._tertiary-text.--weight-111{font-weight:111}.YELLOW ._tertiary-text.--weight-112{font-weight:112}.YELLOW ._tertiary-text.--weight-113{font-weight:113}.YELLOW ._tertiary-text.--weight-114{font-weight:114}.YELLOW ._tertiary-text.--weight-115{font-weight:115}.YELLOW ._tertiary-text.--weight-116{font-weight:116}.YELLOW ._tertiary-text.--weight-117{font-weight:117}.YELLOW ._tertiary-text.--weight-118{font-weight:118}.YELLOW ._tertiary-text.--weight-119{font-weight:119}.YELLOW ._tertiary-text.--weight-120{font-weight:120}.YELLOW ._tertiary-text.--weight-121{font-weight:121}.YELLOW ._tertiary-text.--weight-122{font-weight:122}.YELLOW ._tertiary-text.--weight-123{font-weight:123}.YELLOW ._tertiary-text.--weight-124{font-weight:124}.YELLOW ._tertiary-text.--weight-125{font-weight:125}.YELLOW ._tertiary-text.--weight-126{font-weight:126}.YELLOW ._tertiary-text.--weight-127{font-weight:127}.YELLOW ._tertiary-text.--weight-128{font-weight:128}.YELLOW ._tertiary-text.--weight-129{font-weight:129}.YELLOW ._tertiary-text.--weight-130{font-weight:130}.YELLOW ._tertiary-text.--weight-131{font-weight:131}.YELLOW ._tertiary-text.--weight-132{font-weight:132}.YELLOW ._tertiary-text.--weight-133{font-weight:133}.YELLOW ._tertiary-text.--weight-134{font-weight:134}.YELLOW ._tertiary-text.--weight-135{font-weight:135}.YELLOW ._tertiary-text.--weight-136{font-weight:136}.YELLOW ._tertiary-text.--weight-137{font-weight:137}.YELLOW ._tertiary-text.--weight-138{font-weight:138}.YELLOW ._tertiary-text.--weight-139{font-weight:139}.YELLOW ._tertiary-text.--weight-140{font-weight:140}.YELLOW ._tertiary-text.--weight-141{font-weight:141}.YELLOW ._tertiary-text.--weight-142{font-weight:142}.YELLOW ._tertiary-text.--weight-143{font-weight:143}.YELLOW ._tertiary-text.--weight-144{font-weight:144}.YELLOW ._tertiary-text.--weight-145{font-weight:145}.YELLOW ._tertiary-text.--weight-146{font-weight:146}.YELLOW ._tertiary-text.--weight-147{font-weight:147}.YELLOW ._tertiary-text.--weight-148{font-weight:148}.YELLOW ._tertiary-text.--weight-149{font-weight:149}.YELLOW ._tertiary-text.--weight-150{font-weight:150}.YELLOW ._tertiary-text.--weight-151{font-weight:151}.YELLOW ._tertiary-text.--weight-152{font-weight:152}.YELLOW ._tertiary-text.--weight-153{font-weight:153}.YELLOW ._tertiary-text.--weight-154{font-weight:154}.YELLOW ._tertiary-text.--weight-155{font-weight:155}.YELLOW ._tertiary-text.--weight-156{font-weight:156}.YELLOW ._tertiary-text.--weight-157{font-weight:157}.YELLOW ._tertiary-text.--weight-158{font-weight:158}.YELLOW ._tertiary-text.--weight-159{font-weight:159}.YELLOW ._tertiary-text.--weight-160{font-weight:160}.YELLOW ._tertiary-text.--weight-161{font-weight:161}.YELLOW ._tertiary-text.--weight-162{font-weight:162}.YELLOW ._tertiary-text.--weight-163{font-weight:163}.YELLOW ._tertiary-text.--weight-164{font-weight:164}.YELLOW ._tertiary-text.--weight-165{font-weight:165}.YELLOW ._tertiary-text.--weight-166{font-weight:166}.YELLOW ._tertiary-text.--weight-167{font-weight:167}.YELLOW ._tertiary-text.--weight-168{font-weight:168}.YELLOW ._tertiary-text.--weight-169{font-weight:169}.YELLOW ._tertiary-text.--weight-170{font-weight:170}.YELLOW ._tertiary-text.--weight-171{font-weight:171}.YELLOW ._tertiary-text.--weight-172{font-weight:172}.YELLOW ._tertiary-text.--weight-173{font-weight:173}.YELLOW ._tertiary-text.--weight-174{font-weight:174}.YELLOW ._tertiary-text.--weight-175{font-weight:175}.YELLOW ._tertiary-text.--weight-176{font-weight:176}.YELLOW ._tertiary-text.--weight-177{font-weight:177}.YELLOW ._tertiary-text.--weight-178{font-weight:178}.YELLOW ._tertiary-text.--weight-179{font-weight:179}.YELLOW ._tertiary-text.--weight-180{font-weight:180}.YELLOW ._tertiary-text.--weight-181{font-weight:181}.YELLOW ._tertiary-text.--weight-182{font-weight:182}.YELLOW ._tertiary-text.--weight-183{font-weight:183}.YELLOW ._tertiary-text.--weight-184{font-weight:184}.YELLOW ._tertiary-text.--weight-185{font-weight:185}.YELLOW ._tertiary-text.--weight-186{font-weight:186}.YELLOW ._tertiary-text.--weight-187{font-weight:187}.YELLOW ._tertiary-text.--weight-188{font-weight:188}.YELLOW ._tertiary-text.--weight-189{font-weight:189}.YELLOW ._tertiary-text.--weight-190{font-weight:190}.YELLOW ._tertiary-text.--weight-191{font-weight:191}.YELLOW ._tertiary-text.--weight-192{font-weight:192}.YELLOW ._tertiary-text.--weight-193{font-weight:193}.YELLOW ._tertiary-text.--weight-194{font-weight:194}.YELLOW ._tertiary-text.--weight-195{font-weight:195}.YELLOW ._tertiary-text.--weight-196{font-weight:196}.YELLOW ._tertiary-text.--weight-197{font-weight:197}.YELLOW ._tertiary-text.--weight-198{font-weight:198}.YELLOW ._tertiary-text.--weight-199{font-weight:199}.YELLOW ._tertiary-text.--weight-200{font-weight:200}.YELLOW ._tertiary-text.--weight-201{font-weight:201}.YELLOW ._tertiary-text.--weight-202{font-weight:202}.YELLOW ._tertiary-text.--weight-203{font-weight:203}.YELLOW ._tertiary-text.--weight-204{font-weight:204}.YELLOW ._tertiary-text.--weight-205{font-weight:205}.YELLOW ._tertiary-text.--weight-206{font-weight:206}.YELLOW ._tertiary-text.--weight-207{font-weight:207}.YELLOW ._tertiary-text.--weight-208{font-weight:208}.YELLOW ._tertiary-text.--weight-209{font-weight:209}.YELLOW ._tertiary-text.--weight-210{font-weight:210}.YELLOW ._tertiary-text.--weight-211{font-weight:211}.YELLOW ._tertiary-text.--weight-212{font-weight:212}.YELLOW ._tertiary-text.--weight-213{font-weight:213}.YELLOW ._tertiary-text.--weight-214{font-weight:214}.YELLOW ._tertiary-text.--weight-215{font-weight:215}.YELLOW ._tertiary-text.--weight-216{font-weight:216}.YELLOW ._tertiary-text.--weight-217{font-weight:217}.YELLOW ._tertiary-text.--weight-218{font-weight:218}.YELLOW ._tertiary-text.--weight-219{font-weight:219}.YELLOW ._tertiary-text.--weight-220{font-weight:220}.YELLOW ._tertiary-text.--weight-221{font-weight:221}.YELLOW ._tertiary-text.--weight-222{font-weight:222}.YELLOW ._tertiary-text.--weight-223{font-weight:223}.YELLOW ._tertiary-text.--weight-224{font-weight:224}.YELLOW ._tertiary-text.--weight-225{font-weight:225}.YELLOW ._tertiary-text.--weight-226{font-weight:226}.YELLOW ._tertiary-text.--weight-227{font-weight:227}.YELLOW ._tertiary-text.--weight-228{font-weight:228}.YELLOW ._tertiary-text.--weight-229{font-weight:229}.YELLOW ._tertiary-text.--weight-230{font-weight:230}.YELLOW ._tertiary-text.--weight-231{font-weight:231}.YELLOW ._tertiary-text.--weight-232{font-weight:232}.YELLOW ._tertiary-text.--weight-233{font-weight:233}.YELLOW ._tertiary-text.--weight-234{font-weight:234}.YELLOW ._tertiary-text.--weight-235{font-weight:235}.YELLOW ._tertiary-text.--weight-236{font-weight:236}.YELLOW ._tertiary-text.--weight-237{font-weight:237}.YELLOW ._tertiary-text.--weight-238{font-weight:238}.YELLOW ._tertiary-text.--weight-239{font-weight:239}.YELLOW ._tertiary-text.--weight-240{font-weight:240}.YELLOW ._tertiary-text.--weight-241{font-weight:241}.YELLOW ._tertiary-text.--weight-242{font-weight:242}.YELLOW ._tertiary-text.--weight-243{font-weight:243}.YELLOW ._tertiary-text.--weight-244{font-weight:244}.YELLOW ._tertiary-text.--weight-245{font-weight:245}.YELLOW ._tertiary-text.--weight-246{font-weight:246}.YELLOW ._tertiary-text.--weight-247{font-weight:247}.YELLOW ._tertiary-text.--weight-248{font-weight:248}.YELLOW ._tertiary-text.--weight-249{font-weight:249}.YELLOW ._tertiary-text.--weight-250{font-weight:250}.YELLOW ._tertiary-text.--weight-251{font-weight:251}.YELLOW ._tertiary-text.--weight-252{font-weight:252}.YELLOW ._tertiary-text.--weight-253{font-weight:253}.YELLOW ._tertiary-text.--weight-254{font-weight:254}.YELLOW ._tertiary-text.--weight-255{font-weight:255}.YELLOW ._tertiary-text.--weight-256{font-weight:256}.YELLOW ._tertiary-text.--weight-257{font-weight:257}.YELLOW ._tertiary-text.--weight-258{font-weight:258}.YELLOW ._tertiary-text.--weight-259{font-weight:259}.YELLOW ._tertiary-text.--weight-260{font-weight:260}.YELLOW ._tertiary-text.--weight-261{font-weight:261}.YELLOW ._tertiary-text.--weight-262{font-weight:262}.YELLOW ._tertiary-text.--weight-263{font-weight:263}.YELLOW ._tertiary-text.--weight-264{font-weight:264}.YELLOW ._tertiary-text.--weight-265{font-weight:265}.YELLOW ._tertiary-text.--weight-266{font-weight:266}.YELLOW ._tertiary-text.--weight-267{font-weight:267}.YELLOW ._tertiary-text.--weight-268{font-weight:268}.YELLOW ._tertiary-text.--weight-269{font-weight:269}.YELLOW ._tertiary-text.--weight-270{font-weight:270}.YELLOW ._tertiary-text.--weight-271{font-weight:271}.YELLOW ._tertiary-text.--weight-272{font-weight:272}.YELLOW ._tertiary-text.--weight-273{font-weight:273}.YELLOW ._tertiary-text.--weight-274{font-weight:274}.YELLOW ._tertiary-text.--weight-275{font-weight:275}.YELLOW ._tertiary-text.--weight-276{font-weight:276}.YELLOW ._tertiary-text.--weight-277{font-weight:277}.YELLOW ._tertiary-text.--weight-278{font-weight:278}.YELLOW ._tertiary-text.--weight-279{font-weight:279}.YELLOW ._tertiary-text.--weight-280{font-weight:280}.YELLOW ._tertiary-text.--weight-281{font-weight:281}.YELLOW ._tertiary-text.--weight-282{font-weight:282}.YELLOW ._tertiary-text.--weight-283{font-weight:283}.YELLOW ._tertiary-text.--weight-284{font-weight:284}.YELLOW ._tertiary-text.--weight-285{font-weight:285}.YELLOW ._tertiary-text.--weight-286{font-weight:286}.YELLOW ._tertiary-text.--weight-287{font-weight:287}.YELLOW ._tertiary-text.--weight-288{font-weight:288}.YELLOW ._tertiary-text.--weight-289{font-weight:289}.YELLOW ._tertiary-text.--weight-290{font-weight:290}.YELLOW ._tertiary-text.--weight-291{font-weight:291}.YELLOW ._tertiary-text.--weight-292{font-weight:292}.YELLOW ._tertiary-text.--weight-293{font-weight:293}.YELLOW ._tertiary-text.--weight-294{font-weight:294}.YELLOW ._tertiary-text.--weight-295{font-weight:295}.YELLOW ._tertiary-text.--weight-296{font-weight:296}.YELLOW ._tertiary-text.--weight-297{font-weight:297}.YELLOW ._tertiary-text.--weight-298{font-weight:298}.YELLOW ._tertiary-text.--weight-299{font-weight:299}.YELLOW ._tertiary-text.--weight-300{font-weight:300}.YELLOW ._tertiary-text.--weight-301{font-weight:301}.YELLOW ._tertiary-text.--weight-302{font-weight:302}.YELLOW ._tertiary-text.--weight-303{font-weight:303}.YELLOW ._tertiary-text.--weight-304{font-weight:304}.YELLOW ._tertiary-text.--weight-305{font-weight:305}.YELLOW ._tertiary-text.--weight-306{font-weight:306}.YELLOW ._tertiary-text.--weight-307{font-weight:307}.YELLOW ._tertiary-text.--weight-308{font-weight:308}.YELLOW ._tertiary-text.--weight-309{font-weight:309}.YELLOW ._tertiary-text.--weight-310{font-weight:310}.YELLOW ._tertiary-text.--weight-311{font-weight:311}.YELLOW ._tertiary-text.--weight-312{font-weight:312}.YELLOW ._tertiary-text.--weight-313{font-weight:313}.YELLOW ._tertiary-text.--weight-314{font-weight:314}.YELLOW ._tertiary-text.--weight-315{font-weight:315}.YELLOW ._tertiary-text.--weight-316{font-weight:316}.YELLOW ._tertiary-text.--weight-317{font-weight:317}.YELLOW ._tertiary-text.--weight-318{font-weight:318}.YELLOW ._tertiary-text.--weight-319{font-weight:319}.YELLOW ._tertiary-text.--weight-320{font-weight:320}.YELLOW ._tertiary-text.--weight-321{font-weight:321}.YELLOW ._tertiary-text.--weight-322{font-weight:322}.YELLOW ._tertiary-text.--weight-323{font-weight:323}.YELLOW ._tertiary-text.--weight-324{font-weight:324}.YELLOW ._tertiary-text.--weight-325{font-weight:325}.YELLOW ._tertiary-text.--weight-326{font-weight:326}.YELLOW ._tertiary-text.--weight-327{font-weight:327}.YELLOW ._tertiary-text.--weight-328{font-weight:328}.YELLOW ._tertiary-text.--weight-329{font-weight:329}.YELLOW ._tertiary-text.--weight-330{font-weight:330}.YELLOW ._tertiary-text.--weight-331{font-weight:331}.YELLOW ._tertiary-text.--weight-332{font-weight:332}.YELLOW ._tertiary-text.--weight-333{font-weight:333}.YELLOW ._tertiary-text.--weight-334{font-weight:334}.YELLOW ._tertiary-text.--weight-335{font-weight:335}.YELLOW ._tertiary-text.--weight-336{font-weight:336}.YELLOW ._tertiary-text.--weight-337{font-weight:337}.YELLOW ._tertiary-text.--weight-338{font-weight:338}.YELLOW ._tertiary-text.--weight-339{font-weight:339}.YELLOW ._tertiary-text.--weight-340{font-weight:340}.YELLOW ._tertiary-text.--weight-341{font-weight:341}.YELLOW ._tertiary-text.--weight-342{font-weight:342}.YELLOW ._tertiary-text.--weight-343{font-weight:343}.YELLOW ._tertiary-text.--weight-344{font-weight:344}.YELLOW ._tertiary-text.--weight-345{font-weight:345}.YELLOW ._tertiary-text.--weight-346{font-weight:346}.YELLOW ._tertiary-text.--weight-347{font-weight:347}.YELLOW ._tertiary-text.--weight-348{font-weight:348}.YELLOW ._tertiary-text.--weight-349{font-weight:349}.YELLOW ._tertiary-text.--weight-350{font-weight:350}.YELLOW ._tertiary-text.--weight-351{font-weight:351}.YELLOW ._tertiary-text.--weight-352{font-weight:352}.YELLOW ._tertiary-text.--weight-353{font-weight:353}.YELLOW ._tertiary-text.--weight-354{font-weight:354}.YELLOW ._tertiary-text.--weight-355{font-weight:355}.YELLOW ._tertiary-text.--weight-356{font-weight:356}.YELLOW ._tertiary-text.--weight-357{font-weight:357}.YELLOW ._tertiary-text.--weight-358{font-weight:358}.YELLOW ._tertiary-text.--weight-359{font-weight:359}.YELLOW ._tertiary-text.--weight-360{font-weight:360}.YELLOW ._tertiary-text.--weight-361{font-weight:361}.YELLOW ._tertiary-text.--weight-362{font-weight:362}.YELLOW ._tertiary-text.--weight-363{font-weight:363}.YELLOW ._tertiary-text.--weight-364{font-weight:364}.YELLOW ._tertiary-text.--weight-365{font-weight:365}.YELLOW ._tertiary-text.--weight-366{font-weight:366}.YELLOW ._tertiary-text.--weight-367{font-weight:367}.YELLOW ._tertiary-text.--weight-368{font-weight:368}.YELLOW ._tertiary-text.--weight-369{font-weight:369}.YELLOW ._tertiary-text.--weight-370{font-weight:370}.YELLOW ._tertiary-text.--weight-371{font-weight:371}.YELLOW ._tertiary-text.--weight-372{font-weight:372}.YELLOW ._tertiary-text.--weight-373{font-weight:373}.YELLOW ._tertiary-text.--weight-374{font-weight:374}.YELLOW ._tertiary-text.--weight-375{font-weight:375}.YELLOW ._tertiary-text.--weight-376{font-weight:376}.YELLOW ._tertiary-text.--weight-377{font-weight:377}.YELLOW ._tertiary-text.--weight-378{font-weight:378}.YELLOW ._tertiary-text.--weight-379{font-weight:379}.YELLOW ._tertiary-text.--weight-380{font-weight:380}.YELLOW ._tertiary-text.--weight-381{font-weight:381}.YELLOW ._tertiary-text.--weight-382{font-weight:382}.YELLOW ._tertiary-text.--weight-383{font-weight:383}.YELLOW ._tertiary-text.--weight-384{font-weight:384}.YELLOW ._tertiary-text.--weight-385{font-weight:385}.YELLOW ._tertiary-text.--weight-386{font-weight:386}.YELLOW ._tertiary-text.--weight-387{font-weight:387}.YELLOW ._tertiary-text.--weight-388{font-weight:388}.YELLOW ._tertiary-text.--weight-389{font-weight:389}.YELLOW ._tertiary-text.--weight-390{font-weight:390}.YELLOW ._tertiary-text.--weight-391{font-weight:391}.YELLOW ._tertiary-text.--weight-392{font-weight:392}.YELLOW ._tertiary-text.--weight-393{font-weight:393}.YELLOW ._tertiary-text.--weight-394{font-weight:394}.YELLOW ._tertiary-text.--weight-395{font-weight:395}.YELLOW ._tertiary-text.--weight-396{font-weight:396}.YELLOW ._tertiary-text.--weight-397{font-weight:397}.YELLOW ._tertiary-text.--weight-398{font-weight:398}.YELLOW ._tertiary-text.--weight-399{font-weight:399}.YELLOW ._tertiary-text.--weight-400{font-weight:400}.YELLOW ._tertiary-text.--weight-401{font-weight:401}.YELLOW ._tertiary-text.--weight-402{font-weight:402}.YELLOW ._tertiary-text.--weight-403{font-weight:403}.YELLOW ._tertiary-text.--weight-404{font-weight:404}.YELLOW ._tertiary-text.--weight-405{font-weight:405}.YELLOW ._tertiary-text.--weight-406{font-weight:406}.YELLOW ._tertiary-text.--weight-407{font-weight:407}.YELLOW ._tertiary-text.--weight-408{font-weight:408}.YELLOW ._tertiary-text.--weight-409{font-weight:409}.YELLOW ._tertiary-text.--weight-410{font-weight:410}.YELLOW ._tertiary-text.--weight-411{font-weight:411}.YELLOW ._tertiary-text.--weight-412{font-weight:412}.YELLOW ._tertiary-text.--weight-413{font-weight:413}.YELLOW ._tertiary-text.--weight-414{font-weight:414}.YELLOW ._tertiary-text.--weight-415{font-weight:415}.YELLOW ._tertiary-text.--weight-416{font-weight:416}.YELLOW ._tertiary-text.--weight-417{font-weight:417}.YELLOW ._tertiary-text.--weight-418{font-weight:418}.YELLOW ._tertiary-text.--weight-419{font-weight:419}.YELLOW ._tertiary-text.--weight-420{font-weight:420}.YELLOW ._tertiary-text.--weight-421{font-weight:421}.YELLOW ._tertiary-text.--weight-422{font-weight:422}.YELLOW ._tertiary-text.--weight-423{font-weight:423}.YELLOW ._tertiary-text.--weight-424{font-weight:424}.YELLOW ._tertiary-text.--weight-425{font-weight:425}.YELLOW ._tertiary-text.--weight-426{font-weight:426}.YELLOW ._tertiary-text.--weight-427{font-weight:427}.YELLOW ._tertiary-text.--weight-428{font-weight:428}.YELLOW ._tertiary-text.--weight-429{font-weight:429}.YELLOW ._tertiary-text.--weight-430{font-weight:430}.YELLOW ._tertiary-text.--weight-431{font-weight:431}.YELLOW ._tertiary-text.--weight-432{font-weight:432}.YELLOW ._tertiary-text.--weight-433{font-weight:433}.YELLOW ._tertiary-text.--weight-434{font-weight:434}.YELLOW ._tertiary-text.--weight-435{font-weight:435}.YELLOW ._tertiary-text.--weight-436{font-weight:436}.YELLOW ._tertiary-text.--weight-437{font-weight:437}.YELLOW ._tertiary-text.--weight-438{font-weight:438}.YELLOW ._tertiary-text.--weight-439{font-weight:439}.YELLOW ._tertiary-text.--weight-440{font-weight:440}.YELLOW ._tertiary-text.--weight-441{font-weight:441}.YELLOW ._tertiary-text.--weight-442{font-weight:442}.YELLOW ._tertiary-text.--weight-443{font-weight:443}.YELLOW ._tertiary-text.--weight-444{font-weight:444}.YELLOW ._tertiary-text.--weight-445{font-weight:445}.YELLOW ._tertiary-text.--weight-446{font-weight:446}.YELLOW ._tertiary-text.--weight-447{font-weight:447}.YELLOW ._tertiary-text.--weight-448{font-weight:448}.YELLOW ._tertiary-text.--weight-449{font-weight:449}.YELLOW ._tertiary-text.--weight-450{font-weight:450}.YELLOW ._tertiary-text.--weight-451{font-weight:451}.YELLOW ._tertiary-text.--weight-452{font-weight:452}.YELLOW ._tertiary-text.--weight-453{font-weight:453}.YELLOW ._tertiary-text.--weight-454{font-weight:454}.YELLOW ._tertiary-text.--weight-455{font-weight:455}.YELLOW ._tertiary-text.--weight-456{font-weight:456}.YELLOW ._tertiary-text.--weight-457{font-weight:457}.YELLOW ._tertiary-text.--weight-458{font-weight:458}.YELLOW ._tertiary-text.--weight-459{font-weight:459}.YELLOW ._tertiary-text.--weight-460{font-weight:460}.YELLOW ._tertiary-text.--weight-461{font-weight:461}.YELLOW ._tertiary-text.--weight-462{font-weight:462}.YELLOW ._tertiary-text.--weight-463{font-weight:463}.YELLOW ._tertiary-text.--weight-464{font-weight:464}.YELLOW ._tertiary-text.--weight-465{font-weight:465}.YELLOW ._tertiary-text.--weight-466{font-weight:466}.YELLOW ._tertiary-text.--weight-467{font-weight:467}.YELLOW ._tertiary-text.--weight-468{font-weight:468}.YELLOW ._tertiary-text.--weight-469{font-weight:469}.YELLOW ._tertiary-text.--weight-470{font-weight:470}.YELLOW ._tertiary-text.--weight-471{font-weight:471}.YELLOW ._tertiary-text.--weight-472{font-weight:472}.YELLOW ._tertiary-text.--weight-473{font-weight:473}.YELLOW ._tertiary-text.--weight-474{font-weight:474}.YELLOW ._tertiary-text.--weight-475{font-weight:475}.YELLOW ._tertiary-text.--weight-476{font-weight:476}.YELLOW ._tertiary-text.--weight-477{font-weight:477}.YELLOW ._tertiary-text.--weight-478{font-weight:478}.YELLOW ._tertiary-text.--weight-479{font-weight:479}.YELLOW ._tertiary-text.--weight-480{font-weight:480}.YELLOW ._tertiary-text.--weight-481{font-weight:481}.YELLOW ._tertiary-text.--weight-482{font-weight:482}.YELLOW ._tertiary-text.--weight-483{font-weight:483}.YELLOW ._tertiary-text.--weight-484{font-weight:484}.YELLOW ._tertiary-text.--weight-485{font-weight:485}.YELLOW ._tertiary-text.--weight-486{font-weight:486}.YELLOW ._tertiary-text.--weight-487{font-weight:487}.YELLOW ._tertiary-text.--weight-488{font-weight:488}.YELLOW ._tertiary-text.--weight-489{font-weight:489}.YELLOW ._tertiary-text.--weight-490{font-weight:490}.YELLOW ._tertiary-text.--weight-491{font-weight:491}.YELLOW ._tertiary-text.--weight-492{font-weight:492}.YELLOW ._tertiary-text.--weight-493{font-weight:493}.YELLOW ._tertiary-text.--weight-494{font-weight:494}.YELLOW ._tertiary-text.--weight-495{font-weight:495}.YELLOW ._tertiary-text.--weight-496{font-weight:496}.YELLOW ._tertiary-text.--weight-497{font-weight:497}.YELLOW ._tertiary-text.--weight-498{font-weight:498}.YELLOW ._tertiary-text.--weight-499{font-weight:499}.YELLOW ._tertiary-text.--weight-500{font-weight:500}.YELLOW ._tertiary-text.--weight-501{font-weight:501}.YELLOW ._tertiary-text.--weight-502{font-weight:502}.YELLOW ._tertiary-text.--weight-503{font-weight:503}.YELLOW ._tertiary-text.--weight-504{font-weight:504}.YELLOW ._tertiary-text.--weight-505{font-weight:505}.YELLOW ._tertiary-text.--weight-506{font-weight:506}.YELLOW ._tertiary-text.--weight-507{font-weight:507}.YELLOW ._tertiary-text.--weight-508{font-weight:508}.YELLOW ._tertiary-text.--weight-509{font-weight:509}.YELLOW ._tertiary-text.--weight-510{font-weight:510}.YELLOW ._tertiary-text.--weight-511{font-weight:511}.YELLOW ._tertiary-text.--weight-512{font-weight:512}.YELLOW ._tertiary-text.--weight-513{font-weight:513}.YELLOW ._tertiary-text.--weight-514{font-weight:514}.YELLOW ._tertiary-text.--weight-515{font-weight:515}.YELLOW ._tertiary-text.--weight-516{font-weight:516}.YELLOW ._tertiary-text.--weight-517{font-weight:517}.YELLOW ._tertiary-text.--weight-518{font-weight:518}.YELLOW ._tertiary-text.--weight-519{font-weight:519}.YELLOW ._tertiary-text.--weight-520{font-weight:520}.YELLOW ._tertiary-text.--weight-521{font-weight:521}.YELLOW ._tertiary-text.--weight-522{font-weight:522}.YELLOW ._tertiary-text.--weight-523{font-weight:523}.YELLOW ._tertiary-text.--weight-524{font-weight:524}.YELLOW ._tertiary-text.--weight-525{font-weight:525}.YELLOW ._tertiary-text.--weight-526{font-weight:526}.YELLOW ._tertiary-text.--weight-527{font-weight:527}.YELLOW ._tertiary-text.--weight-528{font-weight:528}.YELLOW ._tertiary-text.--weight-529{font-weight:529}.YELLOW ._tertiary-text.--weight-530{font-weight:530}.YELLOW ._tertiary-text.--weight-531{font-weight:531}.YELLOW ._tertiary-text.--weight-532{font-weight:532}.YELLOW ._tertiary-text.--weight-533{font-weight:533}.YELLOW ._tertiary-text.--weight-534{font-weight:534}.YELLOW ._tertiary-text.--weight-535{font-weight:535}.YELLOW ._tertiary-text.--weight-536{font-weight:536}.YELLOW ._tertiary-text.--weight-537{font-weight:537}.YELLOW ._tertiary-text.--weight-538{font-weight:538}.YELLOW ._tertiary-text.--weight-539{font-weight:539}.YELLOW ._tertiary-text.--weight-540{font-weight:540}.YELLOW ._tertiary-text.--weight-541{font-weight:541}.YELLOW ._tertiary-text.--weight-542{font-weight:542}.YELLOW ._tertiary-text.--weight-543{font-weight:543}.YELLOW ._tertiary-text.--weight-544{font-weight:544}.YELLOW ._tertiary-text.--weight-545{font-weight:545}.YELLOW ._tertiary-text.--weight-546{font-weight:546}.YELLOW ._tertiary-text.--weight-547{font-weight:547}.YELLOW ._tertiary-text.--weight-548{font-weight:548}.YELLOW ._tertiary-text.--weight-549{font-weight:549}.YELLOW ._tertiary-text.--weight-550{font-weight:550}.YELLOW ._tertiary-text.--weight-551{font-weight:551}.YELLOW ._tertiary-text.--weight-552{font-weight:552}.YELLOW ._tertiary-text.--weight-553{font-weight:553}.YELLOW ._tertiary-text.--weight-554{font-weight:554}.YELLOW ._tertiary-text.--weight-555{font-weight:555}.YELLOW ._tertiary-text.--weight-556{font-weight:556}.YELLOW ._tertiary-text.--weight-557{font-weight:557}.YELLOW ._tertiary-text.--weight-558{font-weight:558}.YELLOW ._tertiary-text.--weight-559{font-weight:559}.YELLOW ._tertiary-text.--weight-560{font-weight:560}.YELLOW ._tertiary-text.--weight-561{font-weight:561}.YELLOW ._tertiary-text.--weight-562{font-weight:562}.YELLOW ._tertiary-text.--weight-563{font-weight:563}.YELLOW ._tertiary-text.--weight-564{font-weight:564}.YELLOW ._tertiary-text.--weight-565{font-weight:565}.YELLOW ._tertiary-text.--weight-566{font-weight:566}.YELLOW ._tertiary-text.--weight-567{font-weight:567}.YELLOW ._tertiary-text.--weight-568{font-weight:568}.YELLOW ._tertiary-text.--weight-569{font-weight:569}.YELLOW ._tertiary-text.--weight-570{font-weight:570}.YELLOW ._tertiary-text.--weight-571{font-weight:571}.YELLOW ._tertiary-text.--weight-572{font-weight:572}.YELLOW ._tertiary-text.--weight-573{font-weight:573}.YELLOW ._tertiary-text.--weight-574{font-weight:574}.YELLOW ._tertiary-text.--weight-575{font-weight:575}.YELLOW ._tertiary-text.--weight-576{font-weight:576}.YELLOW ._tertiary-text.--weight-577{font-weight:577}.YELLOW ._tertiary-text.--weight-578{font-weight:578}.YELLOW ._tertiary-text.--weight-579{font-weight:579}.YELLOW ._tertiary-text.--weight-580{font-weight:580}.YELLOW ._tertiary-text.--weight-581{font-weight:581}.YELLOW ._tertiary-text.--weight-582{font-weight:582}.YELLOW ._tertiary-text.--weight-583{font-weight:583}.YELLOW ._tertiary-text.--weight-584{font-weight:584}.YELLOW ._tertiary-text.--weight-585{font-weight:585}.YELLOW ._tertiary-text.--weight-586{font-weight:586}.YELLOW ._tertiary-text.--weight-587{font-weight:587}.YELLOW ._tertiary-text.--weight-588{font-weight:588}.YELLOW ._tertiary-text.--weight-589{font-weight:589}.YELLOW ._tertiary-text.--weight-590{font-weight:590}.YELLOW ._tertiary-text.--weight-591{font-weight:591}.YELLOW ._tertiary-text.--weight-592{font-weight:592}.YELLOW ._tertiary-text.--weight-593{font-weight:593}.YELLOW ._tertiary-text.--weight-594{font-weight:594}.YELLOW ._tertiary-text.--weight-595{font-weight:595}.YELLOW ._tertiary-text.--weight-596{font-weight:596}.YELLOW ._tertiary-text.--weight-597{font-weight:597}.YELLOW ._tertiary-text.--weight-598{font-weight:598}.YELLOW ._tertiary-text.--weight-599{font-weight:599}.YELLOW ._tertiary-text.--weight-600{font-weight:600}.YELLOW ._tertiary-text.--weight-601{font-weight:601}.YELLOW ._tertiary-text.--weight-602{font-weight:602}.YELLOW ._tertiary-text.--weight-603{font-weight:603}.YELLOW ._tertiary-text.--weight-604{font-weight:604}.YELLOW ._tertiary-text.--weight-605{font-weight:605}.YELLOW ._tertiary-text.--weight-606{font-weight:606}.YELLOW ._tertiary-text.--weight-607{font-weight:607}.YELLOW ._tertiary-text.--weight-608{font-weight:608}.YELLOW ._tertiary-text.--weight-609{font-weight:609}.YELLOW ._tertiary-text.--weight-610{font-weight:610}.YELLOW ._tertiary-text.--weight-611{font-weight:611}.YELLOW ._tertiary-text.--weight-612{font-weight:612}.YELLOW ._tertiary-text.--weight-613{font-weight:613}.YELLOW ._tertiary-text.--weight-614{font-weight:614}.YELLOW ._tertiary-text.--weight-615{font-weight:615}.YELLOW ._tertiary-text.--weight-616{font-weight:616}.YELLOW ._tertiary-text.--weight-617{font-weight:617}.YELLOW ._tertiary-text.--weight-618{font-weight:618}.YELLOW ._tertiary-text.--weight-619{font-weight:619}.YELLOW ._tertiary-text.--weight-620{font-weight:620}.YELLOW ._tertiary-text.--weight-621{font-weight:621}.YELLOW ._tertiary-text.--weight-622{font-weight:622}.YELLOW ._tertiary-text.--weight-623{font-weight:623}.YELLOW ._tertiary-text.--weight-624{font-weight:624}.YELLOW ._tertiary-text.--weight-625{font-weight:625}.YELLOW ._tertiary-text.--weight-626{font-weight:626}.YELLOW ._tertiary-text.--weight-627{font-weight:627}.YELLOW ._tertiary-text.--weight-628{font-weight:628}.YELLOW ._tertiary-text.--weight-629{font-weight:629}.YELLOW ._tertiary-text.--weight-630{font-weight:630}.YELLOW ._tertiary-text.--weight-631{font-weight:631}.YELLOW ._tertiary-text.--weight-632{font-weight:632}.YELLOW ._tertiary-text.--weight-633{font-weight:633}.YELLOW ._tertiary-text.--weight-634{font-weight:634}.YELLOW ._tertiary-text.--weight-635{font-weight:635}.YELLOW ._tertiary-text.--weight-636{font-weight:636}.YELLOW ._tertiary-text.--weight-637{font-weight:637}.YELLOW ._tertiary-text.--weight-638{font-weight:638}.YELLOW ._tertiary-text.--weight-639{font-weight:639}.YELLOW ._tertiary-text.--weight-640{font-weight:640}.YELLOW ._tertiary-text.--weight-641{font-weight:641}.YELLOW ._tertiary-text.--weight-642{font-weight:642}.YELLOW ._tertiary-text.--weight-643{font-weight:643}.YELLOW ._tertiary-text.--weight-644{font-weight:644}.YELLOW ._tertiary-text.--weight-645{font-weight:645}.YELLOW ._tertiary-text.--weight-646{font-weight:646}.YELLOW ._tertiary-text.--weight-647{font-weight:647}.YELLOW ._tertiary-text.--weight-648{font-weight:648}.YELLOW ._tertiary-text.--weight-649{font-weight:649}.YELLOW ._tertiary-text.--weight-650{font-weight:650}.YELLOW ._tertiary-text.--weight-651{font-weight:651}.YELLOW ._tertiary-text.--weight-652{font-weight:652}.YELLOW ._tertiary-text.--weight-653{font-weight:653}.YELLOW ._tertiary-text.--weight-654{font-weight:654}.YELLOW ._tertiary-text.--weight-655{font-weight:655}.YELLOW ._tertiary-text.--weight-656{font-weight:656}.YELLOW ._tertiary-text.--weight-657{font-weight:657}.YELLOW ._tertiary-text.--weight-658{font-weight:658}.YELLOW ._tertiary-text.--weight-659{font-weight:659}.YELLOW ._tertiary-text.--weight-660{font-weight:660}.YELLOW ._tertiary-text.--weight-661{font-weight:661}.YELLOW ._tertiary-text.--weight-662{font-weight:662}.YELLOW ._tertiary-text.--weight-663{font-weight:663}.YELLOW ._tertiary-text.--weight-664{font-weight:664}.YELLOW ._tertiary-text.--weight-665{font-weight:665}.YELLOW ._tertiary-text.--weight-666{font-weight:666}.YELLOW ._tertiary-text.--weight-667{font-weight:667}.YELLOW ._tertiary-text.--weight-668{font-weight:668}.YELLOW ._tertiary-text.--weight-669{font-weight:669}.YELLOW ._tertiary-text.--weight-670{font-weight:670}.YELLOW ._tertiary-text.--weight-671{font-weight:671}.YELLOW ._tertiary-text.--weight-672{font-weight:672}.YELLOW ._tertiary-text.--weight-673{font-weight:673}.YELLOW ._tertiary-text.--weight-674{font-weight:674}.YELLOW ._tertiary-text.--weight-675{font-weight:675}.YELLOW ._tertiary-text.--weight-676{font-weight:676}.YELLOW ._tertiary-text.--weight-677{font-weight:677}.YELLOW ._tertiary-text.--weight-678{font-weight:678}.YELLOW ._tertiary-text.--weight-679{font-weight:679}.YELLOW ._tertiary-text.--weight-680{font-weight:680}.YELLOW ._tertiary-text.--weight-681{font-weight:681}.YELLOW ._tertiary-text.--weight-682{font-weight:682}.YELLOW ._tertiary-text.--weight-683{font-weight:683}.YELLOW ._tertiary-text.--weight-684{font-weight:684}.YELLOW ._tertiary-text.--weight-685{font-weight:685}.YELLOW ._tertiary-text.--weight-686{font-weight:686}.YELLOW ._tertiary-text.--weight-687{font-weight:687}.YELLOW ._tertiary-text.--weight-688{font-weight:688}.YELLOW ._tertiary-text.--weight-689{font-weight:689}.YELLOW ._tertiary-text.--weight-690{font-weight:690}.YELLOW ._tertiary-text.--weight-691{font-weight:691}.YELLOW ._tertiary-text.--weight-692{font-weight:692}.YELLOW ._tertiary-text.--weight-693{font-weight:693}.YELLOW ._tertiary-text.--weight-694{font-weight:694}.YELLOW ._tertiary-text.--weight-695{font-weight:695}.YELLOW ._tertiary-text.--weight-696{font-weight:696}.YELLOW ._tertiary-text.--weight-697{font-weight:697}.YELLOW ._tertiary-text.--weight-698{font-weight:698}.YELLOW ._tertiary-text.--weight-699{font-weight:699}.YELLOW ._tertiary-text.--weight-700{font-weight:700}.YELLOW ._tertiary-text.--weight-701{font-weight:701}.YELLOW ._tertiary-text.--weight-702{font-weight:702}.YELLOW ._tertiary-text.--weight-703{font-weight:703}.YELLOW ._tertiary-text.--weight-704{font-weight:704}.YELLOW ._tertiary-text.--weight-705{font-weight:705}.YELLOW ._tertiary-text.--weight-706{font-weight:706}.YELLOW ._tertiary-text.--weight-707{font-weight:707}.YELLOW ._tertiary-text.--weight-708{font-weight:708}.YELLOW ._tertiary-text.--weight-709{font-weight:709}.YELLOW ._tertiary-text.--weight-710{font-weight:710}.YELLOW ._tertiary-text.--weight-711{font-weight:711}.YELLOW ._tertiary-text.--weight-712{font-weight:712}.YELLOW ._tertiary-text.--weight-713{font-weight:713}.YELLOW ._tertiary-text.--weight-714{font-weight:714}.YELLOW ._tertiary-text.--weight-715{font-weight:715}.YELLOW ._tertiary-text.--weight-716{font-weight:716}.YELLOW ._tertiary-text.--weight-717{font-weight:717}.YELLOW ._tertiary-text.--weight-718{font-weight:718}.YELLOW ._tertiary-text.--weight-719{font-weight:719}.YELLOW ._tertiary-text.--weight-720{font-weight:720}.YELLOW ._tertiary-text.--weight-721{font-weight:721}.YELLOW ._tertiary-text.--weight-722{font-weight:722}.YELLOW ._tertiary-text.--weight-723{font-weight:723}.YELLOW ._tertiary-text.--weight-724{font-weight:724}.YELLOW ._tertiary-text.--weight-725{font-weight:725}.YELLOW ._tertiary-text.--weight-726{font-weight:726}.YELLOW ._tertiary-text.--weight-727{font-weight:727}.YELLOW ._tertiary-text.--weight-728{font-weight:728}.YELLOW ._tertiary-text.--weight-729{font-weight:729}.YELLOW ._tertiary-text.--weight-730{font-weight:730}.YELLOW ._tertiary-text.--weight-731{font-weight:731}.YELLOW ._tertiary-text.--weight-732{font-weight:732}.YELLOW ._tertiary-text.--weight-733{font-weight:733}.YELLOW ._tertiary-text.--weight-734{font-weight:734}.YELLOW ._tertiary-text.--weight-735{font-weight:735}.YELLOW ._tertiary-text.--weight-736{font-weight:736}.YELLOW ._tertiary-text.--weight-737{font-weight:737}.YELLOW ._tertiary-text.--weight-738{font-weight:738}.YELLOW ._tertiary-text.--weight-739{font-weight:739}.YELLOW ._tertiary-text.--weight-740{font-weight:740}.YELLOW ._tertiary-text.--weight-741{font-weight:741}.YELLOW ._tertiary-text.--weight-742{font-weight:742}.YELLOW ._tertiary-text.--weight-743{font-weight:743}.YELLOW ._tertiary-text.--weight-744{font-weight:744}.YELLOW ._tertiary-text.--weight-745{font-weight:745}.YELLOW ._tertiary-text.--weight-746{font-weight:746}.YELLOW ._tertiary-text.--weight-747{font-weight:747}.YELLOW ._tertiary-text.--weight-748{font-weight:748}.YELLOW ._tertiary-text.--weight-749{font-weight:749}.YELLOW ._tertiary-text.--weight-750{font-weight:750}.YELLOW ._tertiary-text.--weight-751{font-weight:751}.YELLOW ._tertiary-text.--weight-752{font-weight:752}.YELLOW ._tertiary-text.--weight-753{font-weight:753}.YELLOW ._tertiary-text.--weight-754{font-weight:754}.YELLOW ._tertiary-text.--weight-755{font-weight:755}.YELLOW ._tertiary-text.--weight-756{font-weight:756}.YELLOW ._tertiary-text.--weight-757{font-weight:757}.YELLOW ._tertiary-text.--weight-758{font-weight:758}.YELLOW ._tertiary-text.--weight-759{font-weight:759}.YELLOW ._tertiary-text.--weight-760{font-weight:760}.YELLOW ._tertiary-text.--weight-761{font-weight:761}.YELLOW ._tertiary-text.--weight-762{font-weight:762}.YELLOW ._tertiary-text.--weight-763{font-weight:763}.YELLOW ._tertiary-text.--weight-764{font-weight:764}.YELLOW ._tertiary-text.--weight-765{font-weight:765}.YELLOW ._tertiary-text.--weight-766{font-weight:766}.YELLOW ._tertiary-text.--weight-767{font-weight:767}.YELLOW ._tertiary-text.--weight-768{font-weight:768}.YELLOW ._tertiary-text.--weight-769{font-weight:769}.YELLOW ._tertiary-text.--weight-770{font-weight:770}.YELLOW ._tertiary-text.--weight-771{font-weight:771}.YELLOW ._tertiary-text.--weight-772{font-weight:772}.YELLOW ._tertiary-text.--weight-773{font-weight:773}.YELLOW ._tertiary-text.--weight-774{font-weight:774}.YELLOW ._tertiary-text.--weight-775{font-weight:775}.YELLOW ._tertiary-text.--weight-776{font-weight:776}.YELLOW ._tertiary-text.--weight-777{font-weight:777}.YELLOW ._tertiary-text.--weight-778{font-weight:778}.YELLOW ._tertiary-text.--weight-779{font-weight:779}.YELLOW ._tertiary-text.--weight-780{font-weight:780}.YELLOW ._tertiary-text.--weight-781{font-weight:781}.YELLOW ._tertiary-text.--weight-782{font-weight:782}.YELLOW ._tertiary-text.--weight-783{font-weight:783}.YELLOW ._tertiary-text.--weight-784{font-weight:784}.YELLOW ._tertiary-text.--weight-785{font-weight:785}.YELLOW ._tertiary-text.--weight-786{font-weight:786}.YELLOW ._tertiary-text.--weight-787{font-weight:787}.YELLOW ._tertiary-text.--weight-788{font-weight:788}.YELLOW ._tertiary-text.--weight-789{font-weight:789}.YELLOW ._tertiary-text.--weight-790{font-weight:790}.YELLOW ._tertiary-text.--weight-791{font-weight:791}.YELLOW ._tertiary-text.--weight-792{font-weight:792}.YELLOW ._tertiary-text.--weight-793{font-weight:793}.YELLOW ._tertiary-text.--weight-794{font-weight:794}.YELLOW ._tertiary-text.--weight-795{font-weight:795}.YELLOW ._tertiary-text.--weight-796{font-weight:796}.YELLOW ._tertiary-text.--weight-797{font-weight:797}.YELLOW ._tertiary-text.--weight-798{font-weight:798}.YELLOW ._tertiary-text.--weight-799{font-weight:799}.YELLOW ._tertiary-text.--weight-800{font-weight:800}.YELLOW ._tertiary-text.--lh-1{line-height:1px}.YELLOW ._tertiary-text.--lh-2{line-height:2px}.YELLOW ._tertiary-text.--lh-3{line-height:3px}.YELLOW ._tertiary-text.--lh-4{line-height:4px}.YELLOW ._tertiary-text.--lh-5{line-height:5px}.YELLOW ._tertiary-text.--lh-6{line-height:6px}.YELLOW ._tertiary-text.--lh-7{line-height:7px}.YELLOW ._tertiary-text.--lh-8{line-height:8px}.YELLOW ._tertiary-text.--lh-9{line-height:9px}.YELLOW ._tertiary-text.--lh-10{line-height:10px}.YELLOW ._tertiary-text.--lh-11{line-height:11px}.YELLOW ._tertiary-text.--lh-12{line-height:12px}.YELLOW ._tertiary-text.--lh-13{line-height:13px}.YELLOW ._tertiary-text.--lh-14{line-height:14px}.YELLOW ._tertiary-text.--lh-15{line-height:15px}.YELLOW ._tertiary-text.--lh-16{line-height:16px}.YELLOW ._tertiary-text.--lh-17{line-height:17px}.YELLOW ._tertiary-text.--lh-18{line-height:18px}.YELLOW ._tertiary-text.--lh-19{line-height:19px}.YELLOW ._tertiary-text.--lh-20{line-height:20px}.YELLOW ._tertiary-text.--lh-21{line-height:21px}.YELLOW ._tertiary-text.--lh-22{line-height:22px}.YELLOW ._tertiary-text.--lh-23{line-height:23px}.YELLOW ._tertiary-text.--lh-24{line-height:24px}.YELLOW ._tertiary-text.--lh-25{line-height:25px}.YELLOW ._tertiary-text.--lh-26{line-height:26px}.YELLOW ._tertiary-text.--lh-27{line-height:27px}.YELLOW ._tertiary-text.--lh-28{line-height:28px}.YELLOW ._tertiary-text.--lh-29{line-height:29px}.YELLOW ._tertiary-text.--lh-30{line-height:30px}.YELLOW ._tertiary-text.--lh-31{line-height:31px}.YELLOW ._tertiary-text.--lh-32{line-height:32px}.YELLOW ._tertiary-text.--lh-33{line-height:33px}.YELLOW ._tertiary-text.--lh-34{line-height:34px}.YELLOW ._tertiary-text.--lh-35{line-height:35px}.YELLOW ._tertiary-text.--lh-36{line-height:36px}.YELLOW ._tertiary-text.--lh-37{line-height:37px}.YELLOW ._tertiary-text.--lh-38{line-height:38px}.YELLOW ._tertiary-text.--lh-39{line-height:39px}.YELLOW ._tertiary-text.--lh-40{line-height:40px}.YELLOW ._tertiary-text.--lh-41{line-height:41px}.YELLOW ._tertiary-text.--lh-42{line-height:42px}.YELLOW ._tertiary-text.--lh-43{line-height:43px}.YELLOW ._tertiary-text.--lh-44{line-height:44px}.YELLOW ._tertiary-text.--lh-45{line-height:45px}.YELLOW ._tertiary-text.--lh-46{line-height:46px}.YELLOW ._tertiary-text.--lh-47{line-height:47px}.YELLOW ._tertiary-text.--lh-48{line-height:48px}.YELLOW ._tertiary-text.--lh-49{line-height:49px}.YELLOW ._tertiary-text.--lh-50{line-height:50px}.YELLOW ._tertiary-text.--lh-51{line-height:51px}.YELLOW ._tertiary-text.--lh-52{line-height:52px}.YELLOW ._tertiary-text.--lh-53{line-height:53px}.YELLOW ._tertiary-text.--lh-54{line-height:54px}.YELLOW ._tertiary-text.--lh-55{line-height:55px}.YELLOW ._tertiary-text.--lh-56{line-height:56px}.YELLOW ._tertiary-text.--lh-57{line-height:57px}.YELLOW ._tertiary-text.--lh-58{line-height:58px}.YELLOW ._tertiary-text.--lh-59{line-height:59px}.YELLOW ._tertiary-text.--lh-60{line-height:60px}.YELLOW ._tertiary-text.--lh-61{line-height:61px}.YELLOW ._tertiary-text.--lh-62{line-height:62px}.YELLOW ._tertiary-text.--lh-63{line-height:63px}.YELLOW ._tertiary-text.--lh-64{line-height:64px}.YELLOW ._tertiary-text.--lh-65{line-height:65px}.YELLOW ._tertiary-text.--lh-66{line-height:66px}.YELLOW ._tertiary-text.--lh-67{line-height:67px}.YELLOW ._tertiary-text.--lh-68{line-height:68px}.YELLOW ._tertiary-text.--lh-69{line-height:69px}.YELLOW ._tertiary-text.--lh-70{line-height:70px}.YELLOW ._tertiary-text.--lh-71{line-height:71px}.YELLOW ._tertiary-text.--lh-72{line-height:72px}.YELLOW ._tertiary-text.--lh-73{line-height:73px}.YELLOW ._tertiary-text.--lh-74{line-height:74px}.YELLOW ._tertiary-text.--lh-75{line-height:75px}.YELLOW ._tertiary-text.--lh-76{line-height:76px}.YELLOW ._tertiary-text.--lh-77{line-height:77px}.YELLOW ._tertiary-text.--lh-78{line-height:78px}.YELLOW ._tertiary-text.--lh-79{line-height:79px}.YELLOW ._tertiary-text.--lh-80{line-height:80px}.YELLOW ._tertiary-text.--lh-81{line-height:81px}.YELLOW ._tertiary-text.--lh-82{line-height:82px}.YELLOW ._tertiary-text.--lh-83{line-height:83px}.YELLOW ._tertiary-text.--lh-84{line-height:84px}.YELLOW ._tertiary-text.--lh-85{line-height:85px}.YELLOW ._tertiary-text.--lh-86{line-height:86px}.YELLOW ._tertiary-text.--lh-87{line-height:87px}.YELLOW ._tertiary-text.--lh-88{line-height:88px}.YELLOW ._tertiary-text.--lh-89{line-height:89px}.YELLOW ._tertiary-text.--lh-90{line-height:90px}.YELLOW ._tertiary-text.--lh-91{line-height:91px}.YELLOW ._tertiary-text.--lh-92{line-height:92px}.YELLOW ._tertiary-text.--lh-93{line-height:93px}.YELLOW ._tertiary-text.--lh-94{line-height:94px}.YELLOW ._tertiary-text.--lh-95{line-height:95px}.YELLOW ._tertiary-text.--lh-96{line-height:96px}.YELLOW ._tertiary-text.--lh-97{line-height:97px}.YELLOW ._tertiary-text.--lh-98{line-height:98px}.YELLOW ._tertiary-text.--lh-99{line-height:99px}.YELLOW ._tertiary-text.--lh-100{line-height:100px}.YELLOW ._tertiary-text.--lh-101{line-height:101px}.YELLOW ._tertiary-text.--lh-102{line-height:102px}.YELLOW ._tertiary-text.--lh-103{line-height:103px}.YELLOW ._tertiary-text.--lh-104{line-height:104px}.YELLOW ._tertiary-text.--lh-105{line-height:105px}.YELLOW ._tertiary-text.--lh-106{line-height:106px}.YELLOW ._tertiary-text.--lh-107{line-height:107px}.YELLOW ._tertiary-text.--lh-108{line-height:108px}.YELLOW ._tertiary-text.--lh-109{line-height:109px}.YELLOW ._tertiary-text.--lh-110{line-height:110px}.YELLOW ._tertiary-text.--lh-111{line-height:111px}.YELLOW ._tertiary-text.--lh-112{line-height:112px}.YELLOW ._tertiary-text.--lh-113{line-height:113px}.YELLOW ._tertiary-text.--lh-114{line-height:114px}.YELLOW ._tertiary-text.--lh-115{line-height:115px}.YELLOW ._tertiary-text.--lh-116{line-height:116px}.YELLOW ._tertiary-text.--lh-117{line-height:117px}.YELLOW ._tertiary-text.--lh-118{line-height:118px}.YELLOW ._tertiary-text.--lh-119{line-height:119px}.YELLOW ._tertiary-text.--lh-120{line-height:120px}.YELLOW ._tertiary-text.--lh-121{line-height:121px}.YELLOW ._tertiary-text.--lh-122{line-height:122px}.YELLOW ._tertiary-text.--lh-123{line-height:123px}.YELLOW ._tertiary-text.--lh-124{line-height:124px}.YELLOW ._tertiary-text.--lh-125{line-height:125px}.YELLOW ._tertiary-text.--lh-126{line-height:126px}.YELLOW ._tertiary-text.--lh-127{line-height:127px}.YELLOW ._tertiary-text.--lh-128{line-height:128px}.YELLOW ._tertiary-text.--lh-129{line-height:129px}.YELLOW ._tertiary-text.--lh-130{line-height:130px}.YELLOW ._tertiary-text.--lh-131{line-height:131px}.YELLOW ._tertiary-text.--lh-132{line-height:132px}.YELLOW ._tertiary-text.--lh-133{line-height:133px}.YELLOW ._tertiary-text.--lh-134{line-height:134px}.YELLOW ._tertiary-text.--lh-135{line-height:135px}.YELLOW ._tertiary-text.--lh-136{line-height:136px}.YELLOW ._tertiary-text.--lh-137{line-height:137px}.YELLOW ._tertiary-text.--lh-138{line-height:138px}.YELLOW ._tertiary-text.--lh-139{line-height:139px}.YELLOW ._tertiary-text.--lh-140{line-height:140px}.YELLOW ._tertiary-text.--lh-141{line-height:141px}.YELLOW ._tertiary-text.--lh-142{line-height:142px}.YELLOW ._tertiary-text.--lh-143{line-height:143px}.YELLOW ._tertiary-text.--lh-144{line-height:144px}.YELLOW ._tertiary-text.--lh-145{line-height:145px}.YELLOW ._tertiary-text.--lh-146{line-height:146px}.YELLOW ._tertiary-text.--lh-147{line-height:147px}.YELLOW ._tertiary-text.--lh-148{line-height:148px}.YELLOW ._tertiary-text.--lh-149{line-height:149px}.YELLOW ._tertiary-text.--lh-150{line-height:150px}.YELLOW ._tertiary-text.--lh-151{line-height:151px}.YELLOW ._tertiary-text.--lh-152{line-height:152px}.YELLOW ._tertiary-text.--lh-153{line-height:153px}.YELLOW ._tertiary-text.--lh-154{line-height:154px}.YELLOW ._tertiary-text.--lh-155{line-height:155px}.YELLOW ._tertiary-text.--lh-156{line-height:156px}.YELLOW ._tertiary-text.--lh-157{line-height:157px}.YELLOW ._tertiary-text.--lh-158{line-height:158px}.YELLOW ._tertiary-text.--lh-159{line-height:159px}.YELLOW ._tertiary-text.--lh-160{line-height:160px}.YELLOW ._tertiary-text.--lh-161{line-height:161px}.YELLOW ._tertiary-text.--lh-162{line-height:162px}.YELLOW ._tertiary-text.--lh-163{line-height:163px}.YELLOW ._tertiary-text.--lh-164{line-height:164px}.YELLOW ._tertiary-text.--lh-165{line-height:165px}.YELLOW ._tertiary-text.--lh-166{line-height:166px}.YELLOW ._tertiary-text.--lh-167{line-height:167px}.YELLOW ._tertiary-text.--lh-168{line-height:168px}.YELLOW ._tertiary-text.--lh-169{line-height:169px}.YELLOW ._tertiary-text.--lh-170{line-height:170px}.YELLOW ._tertiary-text.--lh-171{line-height:171px}.YELLOW ._tertiary-text.--lh-172{line-height:172px}.YELLOW ._tertiary-text.--lh-173{line-height:173px}.YELLOW ._tertiary-text.--lh-174{line-height:174px}.YELLOW ._tertiary-text.--lh-175{line-height:175px}.YELLOW ._tertiary-text.--lh-176{line-height:176px}.YELLOW ._tertiary-text.--lh-177{line-height:177px}.YELLOW ._tertiary-text.--lh-178{line-height:178px}.YELLOW ._tertiary-text.--lh-179{line-height:179px}.YELLOW ._tertiary-text.--lh-180{line-height:180px}.YELLOW ._tertiary-text.--lh-181{line-height:181px}.YELLOW ._tertiary-text.--lh-182{line-height:182px}.YELLOW ._tertiary-text.--lh-183{line-height:183px}.YELLOW ._tertiary-text.--lh-184{line-height:184px}.YELLOW ._tertiary-text.--lh-185{line-height:185px}.YELLOW ._tertiary-text.--lh-186{line-height:186px}.YELLOW ._tertiary-text.--lh-187{line-height:187px}.YELLOW ._tertiary-text.--lh-188{line-height:188px}.YELLOW ._tertiary-text.--lh-189{line-height:189px}.YELLOW ._tertiary-text.--lh-190{line-height:190px}.YELLOW ._tertiary-text.--lh-191{line-height:191px}.YELLOW ._tertiary-text.--lh-192{line-height:192px}.YELLOW ._tertiary-text.--lh-193{line-height:193px}.YELLOW ._tertiary-text.--lh-194{line-height:194px}.YELLOW ._tertiary-text.--lh-195{line-height:195px}.YELLOW ._tertiary-text.--lh-196{line-height:196px}.YELLOW ._tertiary-text.--lh-197{line-height:197px}.YELLOW ._tertiary-text.--lh-198{line-height:198px}.YELLOW ._tertiary-text.--lh-199{line-height:199px}.YELLOW ._tertiary-text.--lh-200{line-height:200px}.YELLOW ._tertiary-text.--lh-201{line-height:201px}.YELLOW ._tertiary-text.--lh-202{line-height:202px}.YELLOW ._tertiary-text.--lh-203{line-height:203px}.YELLOW ._tertiary-text.--lh-204{line-height:204px}.YELLOW ._tertiary-text.--lh-205{line-height:205px}.YELLOW ._tertiary-text.--lh-206{line-height:206px}.YELLOW ._tertiary-text.--lh-207{line-height:207px}.YELLOW ._tertiary-text.--lh-208{line-height:208px}.YELLOW ._tertiary-text.--lh-209{line-height:209px}.YELLOW ._tertiary-text.--lh-210{line-height:210px}.YELLOW ._tertiary-text.--lh-211{line-height:211px}.YELLOW ._tertiary-text.--lh-212{line-height:212px}.YELLOW ._tertiary-text.--lh-213{line-height:213px}.YELLOW ._tertiary-text.--lh-214{line-height:214px}.YELLOW ._tertiary-text.--lh-215{line-height:215px}.YELLOW ._tertiary-text.--lh-216{line-height:216px}.YELLOW ._tertiary-text.--lh-217{line-height:217px}.YELLOW ._tertiary-text.--lh-218{line-height:218px}.YELLOW ._tertiary-text.--lh-219{line-height:219px}.YELLOW ._tertiary-text.--lh-220{line-height:220px}.YELLOW ._tertiary-text.--lh-221{line-height:221px}.YELLOW ._tertiary-text.--lh-222{line-height:222px}.YELLOW ._tertiary-text.--lh-223{line-height:223px}.YELLOW ._tertiary-text.--lh-224{line-height:224px}.YELLOW ._tertiary-text.--lh-225{line-height:225px}.YELLOW ._tertiary-text.--lh-226{line-height:226px}.YELLOW ._tertiary-text.--lh-227{line-height:227px}.YELLOW ._tertiary-text.--lh-228{line-height:228px}.YELLOW ._tertiary-text.--lh-229{line-height:229px}.YELLOW ._tertiary-text.--lh-230{line-height:230px}.YELLOW ._tertiary-text.--lh-231{line-height:231px}.YELLOW ._tertiary-text.--lh-232{line-height:232px}.YELLOW ._tertiary-text.--lh-233{line-height:233px}.YELLOW ._tertiary-text.--lh-234{line-height:234px}.YELLOW ._tertiary-text.--lh-235{line-height:235px}.YELLOW ._tertiary-text.--lh-236{line-height:236px}.YELLOW ._tertiary-text.--lh-237{line-height:237px}.YELLOW ._tertiary-text.--lh-238{line-height:238px}.YELLOW ._tertiary-text.--lh-239{line-height:239px}.YELLOW ._tertiary-text.--lh-240{line-height:240px}.YELLOW ._tertiary-text.--lh-241{line-height:241px}.YELLOW ._tertiary-text.--lh-242{line-height:242px}.YELLOW ._tertiary-text.--lh-243{line-height:243px}.YELLOW ._tertiary-text.--lh-244{line-height:244px}.YELLOW ._tertiary-text.--lh-245{line-height:245px}.YELLOW ._tertiary-text.--lh-246{line-height:246px}.YELLOW ._tertiary-text.--lh-247{line-height:247px}.YELLOW ._tertiary-text.--lh-248{line-height:248px}.YELLOW ._tertiary-text.--lh-249{line-height:249px}.YELLOW ._tertiary-text.--lh-250{line-height:250px}.YELLOW ._tertiary-text.--lh-251{line-height:251px}.YELLOW ._tertiary-text.--lh-252{line-height:252px}.YELLOW ._tertiary-text.--lh-253{line-height:253px}.YELLOW ._tertiary-text.--lh-254{line-height:254px}.YELLOW ._tertiary-text.--lh-255{line-height:255px}.YELLOW ._tertiary-text.--lh-256{line-height:256px}.YELLOW ._tertiary-text.--lh-257{line-height:257px}.YELLOW ._tertiary-text.--lh-258{line-height:258px}.YELLOW ._tertiary-text.--lh-259{line-height:259px}.YELLOW ._tertiary-text.--lh-260{line-height:260px}.YELLOW ._tertiary-text.--lh-261{line-height:261px}.YELLOW ._tertiary-text.--lh-262{line-height:262px}.YELLOW ._tertiary-text.--lh-263{line-height:263px}.YELLOW ._tertiary-text.--lh-264{line-height:264px}.YELLOW ._tertiary-text.--lh-265{line-height:265px}.YELLOW ._tertiary-text.--lh-266{line-height:266px}.YELLOW ._tertiary-text.--lh-267{line-height:267px}.YELLOW ._tertiary-text.--lh-268{line-height:268px}.YELLOW ._tertiary-text.--lh-269{line-height:269px}.YELLOW ._tertiary-text.--lh-270{line-height:270px}.YELLOW ._tertiary-text.--lh-271{line-height:271px}.YELLOW ._tertiary-text.--lh-272{line-height:272px}.YELLOW ._tertiary-text.--lh-273{line-height:273px}.YELLOW ._tertiary-text.--lh-274{line-height:274px}.YELLOW ._tertiary-text.--lh-275{line-height:275px}.YELLOW ._tertiary-text.--lh-276{line-height:276px}.YELLOW ._tertiary-text.--lh-277{line-height:277px}.YELLOW ._tertiary-text.--lh-278{line-height:278px}.YELLOW ._tertiary-text.--lh-279{line-height:279px}.YELLOW ._tertiary-text.--lh-280{line-height:280px}.YELLOW ._tertiary-text.--lh-281{line-height:281px}.YELLOW ._tertiary-text.--lh-282{line-height:282px}.YELLOW ._tertiary-text.--lh-283{line-height:283px}.YELLOW ._tertiary-text.--lh-284{line-height:284px}.YELLOW ._tertiary-text.--lh-285{line-height:285px}.YELLOW ._tertiary-text.--lh-286{line-height:286px}.YELLOW ._tertiary-text.--lh-287{line-height:287px}.YELLOW ._tertiary-text.--lh-288{line-height:288px}.YELLOW ._tertiary-text.--lh-289{line-height:289px}.YELLOW ._tertiary-text.--lh-290{line-height:290px}.YELLOW ._tertiary-text.--lh-291{line-height:291px}.YELLOW ._tertiary-text.--lh-292{line-height:292px}.YELLOW ._tertiary-text.--lh-293{line-height:293px}.YELLOW ._tertiary-text.--lh-294{line-height:294px}.YELLOW ._tertiary-text.--lh-295{line-height:295px}.YELLOW ._tertiary-text.--lh-296{line-height:296px}.YELLOW ._tertiary-text.--lh-297{line-height:297px}.YELLOW ._tertiary-text.--lh-298{line-height:298px}.YELLOW ._tertiary-text.--lh-299{line-height:299px}.YELLOW ._tertiary-text.--lh-300{line-height:300px}.YELLOW ._tertiary-text.--lh-301{line-height:301px}.YELLOW ._tertiary-text.--lh-302{line-height:302px}.YELLOW ._tertiary-text.--lh-303{line-height:303px}.YELLOW ._tertiary-text.--lh-304{line-height:304px}.YELLOW ._tertiary-text.--lh-305{line-height:305px}.YELLOW ._tertiary-text.--lh-306{line-height:306px}.YELLOW ._tertiary-text.--lh-307{line-height:307px}.YELLOW ._tertiary-text.--lh-308{line-height:308px}.YELLOW ._tertiary-text.--lh-309{line-height:309px}.YELLOW ._tertiary-text.--lh-310{line-height:310px}.YELLOW ._tertiary-text.--lh-311{line-height:311px}.YELLOW ._tertiary-text.--lh-312{line-height:312px}.YELLOW ._tertiary-text.--lh-313{line-height:313px}.YELLOW ._tertiary-text.--lh-314{line-height:314px}.YELLOW ._tertiary-text.--lh-315{line-height:315px}.YELLOW ._tertiary-text.--lh-316{line-height:316px}.YELLOW ._tertiary-text.--lh-317{line-height:317px}.YELLOW ._tertiary-text.--lh-318{line-height:318px}.YELLOW ._tertiary-text.--lh-319{line-height:319px}.YELLOW ._tertiary-text.--lh-320{line-height:320px}.YELLOW ._tertiary-text.--lh-321{line-height:321px}.YELLOW ._tertiary-text.--lh-322{line-height:322px}.YELLOW ._tertiary-text.--lh-323{line-height:323px}.YELLOW ._tertiary-text.--lh-324{line-height:324px}.YELLOW ._tertiary-text.--lh-325{line-height:325px}.YELLOW ._tertiary-text.--lh-326{line-height:326px}.YELLOW ._tertiary-text.--lh-327{line-height:327px}.YELLOW ._tertiary-text.--lh-328{line-height:328px}.YELLOW ._tertiary-text.--lh-329{line-height:329px}.YELLOW ._tertiary-text.--lh-330{line-height:330px}.YELLOW ._tertiary-text.--lh-331{line-height:331px}.YELLOW ._tertiary-text.--lh-332{line-height:332px}.YELLOW ._tertiary-text.--lh-333{line-height:333px}.YELLOW ._tertiary-text.--lh-334{line-height:334px}.YELLOW ._tertiary-text.--lh-335{line-height:335px}.YELLOW ._tertiary-text.--lh-336{line-height:336px}.YELLOW ._tertiary-text.--lh-337{line-height:337px}.YELLOW ._tertiary-text.--lh-338{line-height:338px}.YELLOW ._tertiary-text.--lh-339{line-height:339px}.YELLOW ._tertiary-text.--lh-340{line-height:340px}.YELLOW ._tertiary-text.--lh-341{line-height:341px}.YELLOW ._tertiary-text.--lh-342{line-height:342px}.YELLOW ._tertiary-text.--lh-343{line-height:343px}.YELLOW ._tertiary-text.--lh-344{line-height:344px}.YELLOW ._tertiary-text.--lh-345{line-height:345px}.YELLOW ._tertiary-text.--lh-346{line-height:346px}.YELLOW ._tertiary-text.--lh-347{line-height:347px}.YELLOW ._tertiary-text.--lh-348{line-height:348px}.YELLOW ._tertiary-text.--lh-349{line-height:349px}.YELLOW ._tertiary-text.--lh-350{line-height:350px}.YELLOW ._tertiary-text.--lh-351{line-height:351px}.YELLOW ._tertiary-text.--lh-352{line-height:352px}.YELLOW ._tertiary-text.--lh-353{line-height:353px}.YELLOW ._tertiary-text.--lh-354{line-height:354px}.YELLOW ._tertiary-text.--lh-355{line-height:355px}.YELLOW ._tertiary-text.--lh-356{line-height:356px}.YELLOW ._tertiary-text.--lh-357{line-height:357px}.YELLOW ._tertiary-text.--lh-358{line-height:358px}.YELLOW ._tertiary-text.--lh-359{line-height:359px}.YELLOW ._tertiary-text.--lh-360{line-height:360px}.YELLOW ._tertiary-text.--lh-361{line-height:361px}.YELLOW ._tertiary-text.--lh-362{line-height:362px}.YELLOW ._tertiary-text.--lh-363{line-height:363px}.YELLOW ._tertiary-text.--lh-364{line-height:364px}.YELLOW ._tertiary-text.--lh-365{line-height:365px}.YELLOW ._tertiary-text.--lh-366{line-height:366px}.YELLOW ._tertiary-text.--lh-367{line-height:367px}.YELLOW ._tertiary-text.--lh-368{line-height:368px}.YELLOW ._tertiary-text.--lh-369{line-height:369px}.YELLOW ._tertiary-text.--lh-370{line-height:370px}.YELLOW ._tertiary-text.--lh-371{line-height:371px}.YELLOW ._tertiary-text.--lh-372{line-height:372px}.YELLOW ._tertiary-text.--lh-373{line-height:373px}.YELLOW ._tertiary-text.--lh-374{line-height:374px}.YELLOW ._tertiary-text.--lh-375{line-height:375px}.YELLOW ._tertiary-text.--lh-376{line-height:376px}.YELLOW ._tertiary-text.--lh-377{line-height:377px}.YELLOW ._tertiary-text.--lh-378{line-height:378px}.YELLOW ._tertiary-text.--lh-379{line-height:379px}.YELLOW ._tertiary-text.--lh-380{line-height:380px}.YELLOW ._tertiary-text.--lh-381{line-height:381px}.YELLOW ._tertiary-text.--lh-382{line-height:382px}.YELLOW ._tertiary-text.--lh-383{line-height:383px}.YELLOW ._tertiary-text.--lh-384{line-height:384px}.YELLOW ._tertiary-text.--lh-385{line-height:385px}.YELLOW ._tertiary-text.--lh-386{line-height:386px}.YELLOW ._tertiary-text.--lh-387{line-height:387px}.YELLOW ._tertiary-text.--lh-388{line-height:388px}.YELLOW ._tertiary-text.--lh-389{line-height:389px}.YELLOW ._tertiary-text.--lh-390{line-height:390px}.YELLOW ._tertiary-text.--lh-391{line-height:391px}.YELLOW ._tertiary-text.--lh-392{line-height:392px}.YELLOW ._tertiary-text.--lh-393{line-height:393px}.YELLOW ._tertiary-text.--lh-394{line-height:394px}.YELLOW ._tertiary-text.--lh-395{line-height:395px}.YELLOW ._tertiary-text.--lh-396{line-height:396px}.YELLOW ._tertiary-text.--lh-397{line-height:397px}.YELLOW ._tertiary-text.--lh-398{line-height:398px}.YELLOW ._tertiary-text.--lh-399{line-height:399px}.YELLOW ._tertiary-text.--lh-400{line-height:400px}.YELLOW ._tertiary-text.--lh-401{line-height:401px}.YELLOW ._tertiary-text.--lh-402{line-height:402px}.YELLOW ._tertiary-text.--lh-403{line-height:403px}.YELLOW ._tertiary-text.--lh-404{line-height:404px}.YELLOW ._tertiary-text.--lh-405{line-height:405px}.YELLOW ._tertiary-text.--lh-406{line-height:406px}.YELLOW ._tertiary-text.--lh-407{line-height:407px}.YELLOW ._tertiary-text.--lh-408{line-height:408px}.YELLOW ._tertiary-text.--lh-409{line-height:409px}.YELLOW ._tertiary-text.--lh-410{line-height:410px}.YELLOW ._tertiary-text.--lh-411{line-height:411px}.YELLOW ._tertiary-text.--lh-412{line-height:412px}.YELLOW ._tertiary-text.--lh-413{line-height:413px}.YELLOW ._tertiary-text.--lh-414{line-height:414px}.YELLOW ._tertiary-text.--lh-415{line-height:415px}.YELLOW ._tertiary-text.--lh-416{line-height:416px}.YELLOW ._tertiary-text.--lh-417{line-height:417px}.YELLOW ._tertiary-text.--lh-418{line-height:418px}.YELLOW ._tertiary-text.--lh-419{line-height:419px}.YELLOW ._tertiary-text.--lh-420{line-height:420px}.YELLOW ._tertiary-text.--lh-421{line-height:421px}.YELLOW ._tertiary-text.--lh-422{line-height:422px}.YELLOW ._tertiary-text.--lh-423{line-height:423px}.YELLOW ._tertiary-text.--lh-424{line-height:424px}.YELLOW ._tertiary-text.--lh-425{line-height:425px}.YELLOW ._tertiary-text.--lh-426{line-height:426px}.YELLOW ._tertiary-text.--lh-427{line-height:427px}.YELLOW ._tertiary-text.--lh-428{line-height:428px}.YELLOW ._tertiary-text.--lh-429{line-height:429px}.YELLOW ._tertiary-text.--lh-430{line-height:430px}.YELLOW ._tertiary-text.--lh-431{line-height:431px}.YELLOW ._tertiary-text.--lh-432{line-height:432px}.YELLOW ._tertiary-text.--lh-433{line-height:433px}.YELLOW ._tertiary-text.--lh-434{line-height:434px}.YELLOW ._tertiary-text.--lh-435{line-height:435px}.YELLOW ._tertiary-text.--lh-436{line-height:436px}.YELLOW ._tertiary-text.--lh-437{line-height:437px}.YELLOW ._tertiary-text.--lh-438{line-height:438px}.YELLOW ._tertiary-text.--lh-439{line-height:439px}.YELLOW ._tertiary-text.--lh-440{line-height:440px}.YELLOW ._tertiary-text.--lh-441{line-height:441px}.YELLOW ._tertiary-text.--lh-442{line-height:442px}.YELLOW ._tertiary-text.--lh-443{line-height:443px}.YELLOW ._tertiary-text.--lh-444{line-height:444px}.YELLOW ._tertiary-text.--lh-445{line-height:445px}.YELLOW ._tertiary-text.--lh-446{line-height:446px}.YELLOW ._tertiary-text.--lh-447{line-height:447px}.YELLOW ._tertiary-text.--lh-448{line-height:448px}.YELLOW ._tertiary-text.--lh-449{line-height:449px}.YELLOW ._tertiary-text.--lh-450{line-height:450px}.YELLOW ._tertiary-text.--lh-451{line-height:451px}.YELLOW ._tertiary-text.--lh-452{line-height:452px}.YELLOW ._tertiary-text.--lh-453{line-height:453px}.YELLOW ._tertiary-text.--lh-454{line-height:454px}.YELLOW ._tertiary-text.--lh-455{line-height:455px}.YELLOW ._tertiary-text.--lh-456{line-height:456px}.YELLOW ._tertiary-text.--lh-457{line-height:457px}.YELLOW ._tertiary-text.--lh-458{line-height:458px}.YELLOW ._tertiary-text.--lh-459{line-height:459px}.YELLOW ._tertiary-text.--lh-460{line-height:460px}.YELLOW ._tertiary-text.--lh-461{line-height:461px}.YELLOW ._tertiary-text.--lh-462{line-height:462px}.YELLOW ._tertiary-text.--lh-463{line-height:463px}.YELLOW ._tertiary-text.--lh-464{line-height:464px}.YELLOW ._tertiary-text.--lh-465{line-height:465px}.YELLOW ._tertiary-text.--lh-466{line-height:466px}.YELLOW ._tertiary-text.--lh-467{line-height:467px}.YELLOW ._tertiary-text.--lh-468{line-height:468px}.YELLOW ._tertiary-text.--lh-469{line-height:469px}.YELLOW ._tertiary-text.--lh-470{line-height:470px}.YELLOW ._tertiary-text.--lh-471{line-height:471px}.YELLOW ._tertiary-text.--lh-472{line-height:472px}.YELLOW ._tertiary-text.--lh-473{line-height:473px}.YELLOW ._tertiary-text.--lh-474{line-height:474px}.YELLOW ._tertiary-text.--lh-475{line-height:475px}.YELLOW ._tertiary-text.--lh-476{line-height:476px}.YELLOW ._tertiary-text.--lh-477{line-height:477px}.YELLOW ._tertiary-text.--lh-478{line-height:478px}.YELLOW ._tertiary-text.--lh-479{line-height:479px}.YELLOW ._tertiary-text.--lh-480{line-height:480px}.YELLOW ._tertiary-text.--lh-481{line-height:481px}.YELLOW ._tertiary-text.--lh-482{line-height:482px}.YELLOW ._tertiary-text.--lh-483{line-height:483px}.YELLOW ._tertiary-text.--lh-484{line-height:484px}.YELLOW ._tertiary-text.--lh-485{line-height:485px}.YELLOW ._tertiary-text.--lh-486{line-height:486px}.YELLOW ._tertiary-text.--lh-487{line-height:487px}.YELLOW ._tertiary-text.--lh-488{line-height:488px}.YELLOW ._tertiary-text.--lh-489{line-height:489px}.YELLOW ._tertiary-text.--lh-490{line-height:490px}.YELLOW ._tertiary-text.--lh-491{line-height:491px}.YELLOW ._tertiary-text.--lh-492{line-height:492px}.YELLOW ._tertiary-text.--lh-493{line-height:493px}.YELLOW ._tertiary-text.--lh-494{line-height:494px}.YELLOW ._tertiary-text.--lh-495{line-height:495px}.YELLOW ._tertiary-text.--lh-496{line-height:496px}.YELLOW ._tertiary-text.--lh-497{line-height:497px}.YELLOW ._tertiary-text.--lh-498{line-height:498px}.YELLOW ._tertiary-text.--lh-499{line-height:499px}.YELLOW ._tertiary-text.--lh-500{line-height:500px}.YELLOW ._tertiary-text.--lh-501{line-height:501px}.YELLOW ._tertiary-text.--lh-502{line-height:502px}.YELLOW ._tertiary-text.--lh-503{line-height:503px}.YELLOW ._tertiary-text.--lh-504{line-height:504px}.YELLOW ._tertiary-text.--lh-505{line-height:505px}.YELLOW ._tertiary-text.--lh-506{line-height:506px}.YELLOW ._tertiary-text.--lh-507{line-height:507px}.YELLOW ._tertiary-text.--lh-508{line-height:508px}.YELLOW ._tertiary-text.--lh-509{line-height:509px}.YELLOW ._tertiary-text.--lh-510{line-height:510px}.YELLOW ._tertiary-text.--lh-511{line-height:511px}.YELLOW ._tertiary-text.--lh-512{line-height:512px}.YELLOW ._tertiary-text.--lh-513{line-height:513px}.YELLOW ._tertiary-text.--lh-514{line-height:514px}.YELLOW ._tertiary-text.--lh-515{line-height:515px}.YELLOW ._tertiary-text.--lh-516{line-height:516px}.YELLOW ._tertiary-text.--lh-517{line-height:517px}.YELLOW ._tertiary-text.--lh-518{line-height:518px}.YELLOW ._tertiary-text.--lh-519{line-height:519px}.YELLOW ._tertiary-text.--lh-520{line-height:520px}.YELLOW ._tertiary-text.--lh-521{line-height:521px}.YELLOW ._tertiary-text.--lh-522{line-height:522px}.YELLOW ._tertiary-text.--lh-523{line-height:523px}.YELLOW ._tertiary-text.--lh-524{line-height:524px}.YELLOW ._tertiary-text.--lh-525{line-height:525px}.YELLOW ._tertiary-text.--lh-526{line-height:526px}.YELLOW ._tertiary-text.--lh-527{line-height:527px}.YELLOW ._tertiary-text.--lh-528{line-height:528px}.YELLOW ._tertiary-text.--lh-529{line-height:529px}.YELLOW ._tertiary-text.--lh-530{line-height:530px}.YELLOW ._tertiary-text.--lh-531{line-height:531px}.YELLOW ._tertiary-text.--lh-532{line-height:532px}.YELLOW ._tertiary-text.--lh-533{line-height:533px}.YELLOW ._tertiary-text.--lh-534{line-height:534px}.YELLOW ._tertiary-text.--lh-535{line-height:535px}.YELLOW ._tertiary-text.--lh-536{line-height:536px}.YELLOW ._tertiary-text.--lh-537{line-height:537px}.YELLOW ._tertiary-text.--lh-538{line-height:538px}.YELLOW ._tertiary-text.--lh-539{line-height:539px}.YELLOW ._tertiary-text.--lh-540{line-height:540px}.YELLOW ._tertiary-text.--lh-541{line-height:541px}.YELLOW ._tertiary-text.--lh-542{line-height:542px}.YELLOW ._tertiary-text.--lh-543{line-height:543px}.YELLOW ._tertiary-text.--lh-544{line-height:544px}.YELLOW ._tertiary-text.--lh-545{line-height:545px}.YELLOW ._tertiary-text.--lh-546{line-height:546px}.YELLOW ._tertiary-text.--lh-547{line-height:547px}.YELLOW ._tertiary-text.--lh-548{line-height:548px}.YELLOW ._tertiary-text.--lh-549{line-height:549px}.YELLOW ._tertiary-text.--lh-550{line-height:550px}.YELLOW ._tertiary-text.--lh-551{line-height:551px}.YELLOW ._tertiary-text.--lh-552{line-height:552px}.YELLOW ._tertiary-text.--lh-553{line-height:553px}.YELLOW ._tertiary-text.--lh-554{line-height:554px}.YELLOW ._tertiary-text.--lh-555{line-height:555px}.YELLOW ._tertiary-text.--lh-556{line-height:556px}.YELLOW ._tertiary-text.--lh-557{line-height:557px}.YELLOW ._tertiary-text.--lh-558{line-height:558px}.YELLOW ._tertiary-text.--lh-559{line-height:559px}.YELLOW ._tertiary-text.--lh-560{line-height:560px}.YELLOW ._tertiary-text.--lh-561{line-height:561px}.YELLOW ._tertiary-text.--lh-562{line-height:562px}.YELLOW ._tertiary-text.--lh-563{line-height:563px}.YELLOW ._tertiary-text.--lh-564{line-height:564px}.YELLOW ._tertiary-text.--lh-565{line-height:565px}.YELLOW ._tertiary-text.--lh-566{line-height:566px}.YELLOW ._tertiary-text.--lh-567{line-height:567px}.YELLOW ._tertiary-text.--lh-568{line-height:568px}.YELLOW ._tertiary-text.--lh-569{line-height:569px}.YELLOW ._tertiary-text.--lh-570{line-height:570px}.YELLOW ._tertiary-text.--lh-571{line-height:571px}.YELLOW ._tertiary-text.--lh-572{line-height:572px}.YELLOW ._tertiary-text.--lh-573{line-height:573px}.YELLOW ._tertiary-text.--lh-574{line-height:574px}.YELLOW ._tertiary-text.--lh-575{line-height:575px}.YELLOW ._tertiary-text.--lh-576{line-height:576px}.YELLOW ._tertiary-text.--lh-577{line-height:577px}.YELLOW ._tertiary-text.--lh-578{line-height:578px}.YELLOW ._tertiary-text.--lh-579{line-height:579px}.YELLOW ._tertiary-text.--lh-580{line-height:580px}.YELLOW ._tertiary-text.--lh-581{line-height:581px}.YELLOW ._tertiary-text.--lh-582{line-height:582px}.YELLOW ._tertiary-text.--lh-583{line-height:583px}.YELLOW ._tertiary-text.--lh-584{line-height:584px}.YELLOW ._tertiary-text.--lh-585{line-height:585px}.YELLOW ._tertiary-text.--lh-586{line-height:586px}.YELLOW ._tertiary-text.--lh-587{line-height:587px}.YELLOW ._tertiary-text.--lh-588{line-height:588px}.YELLOW ._tertiary-text.--lh-589{line-height:589px}.YELLOW ._tertiary-text.--lh-590{line-height:590px}.YELLOW ._tertiary-text.--lh-591{line-height:591px}.YELLOW ._tertiary-text.--lh-592{line-height:592px}.YELLOW ._tertiary-text.--lh-593{line-height:593px}.YELLOW ._tertiary-text.--lh-594{line-height:594px}.YELLOW ._tertiary-text.--lh-595{line-height:595px}.YELLOW ._tertiary-text.--lh-596{line-height:596px}.YELLOW ._tertiary-text.--lh-597{line-height:597px}.YELLOW ._tertiary-text.--lh-598{line-height:598px}.YELLOW ._tertiary-text.--lh-599{line-height:599px}.YELLOW ._tertiary-text.--lh-600{line-height:600px}.YELLOW ._tertiary-text.--lh-601{line-height:601px}.YELLOW ._tertiary-text.--lh-602{line-height:602px}.YELLOW ._tertiary-text.--lh-603{line-height:603px}.YELLOW ._tertiary-text.--lh-604{line-height:604px}.YELLOW ._tertiary-text.--lh-605{line-height:605px}.YELLOW ._tertiary-text.--lh-606{line-height:606px}.YELLOW ._tertiary-text.--lh-607{line-height:607px}.YELLOW ._tertiary-text.--lh-608{line-height:608px}.YELLOW ._tertiary-text.--lh-609{line-height:609px}.YELLOW ._tertiary-text.--lh-610{line-height:610px}.YELLOW ._tertiary-text.--lh-611{line-height:611px}.YELLOW ._tertiary-text.--lh-612{line-height:612px}.YELLOW ._tertiary-text.--lh-613{line-height:613px}.YELLOW ._tertiary-text.--lh-614{line-height:614px}.YELLOW ._tertiary-text.--lh-615{line-height:615px}.YELLOW ._tertiary-text.--lh-616{line-height:616px}.YELLOW ._tertiary-text.--lh-617{line-height:617px}.YELLOW ._tertiary-text.--lh-618{line-height:618px}.YELLOW ._tertiary-text.--lh-619{line-height:619px}.YELLOW ._tertiary-text.--lh-620{line-height:620px}.YELLOW ._tertiary-text.--lh-621{line-height:621px}.YELLOW ._tertiary-text.--lh-622{line-height:622px}.YELLOW ._tertiary-text.--lh-623{line-height:623px}.YELLOW ._tertiary-text.--lh-624{line-height:624px}.YELLOW ._tertiary-text.--lh-625{line-height:625px}.YELLOW ._tertiary-text.--lh-626{line-height:626px}.YELLOW ._tertiary-text.--lh-627{line-height:627px}.YELLOW ._tertiary-text.--lh-628{line-height:628px}.YELLOW ._tertiary-text.--lh-629{line-height:629px}.YELLOW ._tertiary-text.--lh-630{line-height:630px}.YELLOW ._tertiary-text.--lh-631{line-height:631px}.YELLOW ._tertiary-text.--lh-632{line-height:632px}.YELLOW ._tertiary-text.--lh-633{line-height:633px}.YELLOW ._tertiary-text.--lh-634{line-height:634px}.YELLOW ._tertiary-text.--lh-635{line-height:635px}.YELLOW ._tertiary-text.--lh-636{line-height:636px}.YELLOW ._tertiary-text.--lh-637{line-height:637px}.YELLOW ._tertiary-text.--lh-638{line-height:638px}.YELLOW ._tertiary-text.--lh-639{line-height:639px}.YELLOW ._tertiary-text.--lh-640{line-height:640px}.YELLOW ._tertiary-text.--lh-641{line-height:641px}.YELLOW ._tertiary-text.--lh-642{line-height:642px}.YELLOW ._tertiary-text.--lh-643{line-height:643px}.YELLOW ._tertiary-text.--lh-644{line-height:644px}.YELLOW ._tertiary-text.--lh-645{line-height:645px}.YELLOW ._tertiary-text.--lh-646{line-height:646px}.YELLOW ._tertiary-text.--lh-647{line-height:647px}.YELLOW ._tertiary-text.--lh-648{line-height:648px}.YELLOW ._tertiary-text.--lh-649{line-height:649px}.YELLOW ._tertiary-text.--lh-650{line-height:650px}.YELLOW ._tertiary-text.--lh-651{line-height:651px}.YELLOW ._tertiary-text.--lh-652{line-height:652px}.YELLOW ._tertiary-text.--lh-653{line-height:653px}.YELLOW ._tertiary-text.--lh-654{line-height:654px}.YELLOW ._tertiary-text.--lh-655{line-height:655px}.YELLOW ._tertiary-text.--lh-656{line-height:656px}.YELLOW ._tertiary-text.--lh-657{line-height:657px}.YELLOW ._tertiary-text.--lh-658{line-height:658px}.YELLOW ._tertiary-text.--lh-659{line-height:659px}.YELLOW ._tertiary-text.--lh-660{line-height:660px}.YELLOW ._tertiary-text.--lh-661{line-height:661px}.YELLOW ._tertiary-text.--lh-662{line-height:662px}.YELLOW ._tertiary-text.--lh-663{line-height:663px}.YELLOW ._tertiary-text.--lh-664{line-height:664px}.YELLOW ._tertiary-text.--lh-665{line-height:665px}.YELLOW ._tertiary-text.--lh-666{line-height:666px}.YELLOW ._tertiary-text.--lh-667{line-height:667px}.YELLOW ._tertiary-text.--lh-668{line-height:668px}.YELLOW ._tertiary-text.--lh-669{line-height:669px}.YELLOW ._tertiary-text.--lh-670{line-height:670px}.YELLOW ._tertiary-text.--lh-671{line-height:671px}.YELLOW ._tertiary-text.--lh-672{line-height:672px}.YELLOW ._tertiary-text.--lh-673{line-height:673px}.YELLOW ._tertiary-text.--lh-674{line-height:674px}.YELLOW ._tertiary-text.--lh-675{line-height:675px}.YELLOW ._tertiary-text.--lh-676{line-height:676px}.YELLOW ._tertiary-text.--lh-677{line-height:677px}.YELLOW ._tertiary-text.--lh-678{line-height:678px}.YELLOW ._tertiary-text.--lh-679{line-height:679px}.YELLOW ._tertiary-text.--lh-680{line-height:680px}.YELLOW ._tertiary-text.--lh-681{line-height:681px}.YELLOW ._tertiary-text.--lh-682{line-height:682px}.YELLOW ._tertiary-text.--lh-683{line-height:683px}.YELLOW ._tertiary-text.--lh-684{line-height:684px}.YELLOW ._tertiary-text.--lh-685{line-height:685px}.YELLOW ._tertiary-text.--lh-686{line-height:686px}.YELLOW ._tertiary-text.--lh-687{line-height:687px}.YELLOW ._tertiary-text.--lh-688{line-height:688px}.YELLOW ._tertiary-text.--lh-689{line-height:689px}.YELLOW ._tertiary-text.--lh-690{line-height:690px}.YELLOW ._tertiary-text.--lh-691{line-height:691px}.YELLOW ._tertiary-text.--lh-692{line-height:692px}.YELLOW ._tertiary-text.--lh-693{line-height:693px}.YELLOW ._tertiary-text.--lh-694{line-height:694px}.YELLOW ._tertiary-text.--lh-695{line-height:695px}.YELLOW ._tertiary-text.--lh-696{line-height:696px}.YELLOW ._tertiary-text.--lh-697{line-height:697px}.YELLOW ._tertiary-text.--lh-698{line-height:698px}.YELLOW ._tertiary-text.--lh-699{line-height:699px}.YELLOW ._tertiary-text.--lh-700{line-height:700px}.YELLOW ._tertiary-text.--lh-701{line-height:701px}.YELLOW ._tertiary-text.--lh-702{line-height:702px}.YELLOW ._tertiary-text.--lh-703{line-height:703px}.YELLOW ._tertiary-text.--lh-704{line-height:704px}.YELLOW ._tertiary-text.--lh-705{line-height:705px}.YELLOW ._tertiary-text.--lh-706{line-height:706px}.YELLOW ._tertiary-text.--lh-707{line-height:707px}.YELLOW ._tertiary-text.--lh-708{line-height:708px}.YELLOW ._tertiary-text.--lh-709{line-height:709px}.YELLOW ._tertiary-text.--lh-710{line-height:710px}.YELLOW ._tertiary-text.--lh-711{line-height:711px}.YELLOW ._tertiary-text.--lh-712{line-height:712px}.YELLOW ._tertiary-text.--lh-713{line-height:713px}.YELLOW ._tertiary-text.--lh-714{line-height:714px}.YELLOW ._tertiary-text.--lh-715{line-height:715px}.YELLOW ._tertiary-text.--lh-716{line-height:716px}.YELLOW ._tertiary-text.--lh-717{line-height:717px}.YELLOW ._tertiary-text.--lh-718{line-height:718px}.YELLOW ._tertiary-text.--lh-719{line-height:719px}.YELLOW ._tertiary-text.--lh-720{line-height:720px}.YELLOW ._tertiary-text.--lh-721{line-height:721px}.YELLOW ._tertiary-text.--lh-722{line-height:722px}.YELLOW ._tertiary-text.--lh-723{line-height:723px}.YELLOW ._tertiary-text.--lh-724{line-height:724px}.YELLOW ._tertiary-text.--lh-725{line-height:725px}.YELLOW ._tertiary-text.--lh-726{line-height:726px}.YELLOW ._tertiary-text.--lh-727{line-height:727px}.YELLOW ._tertiary-text.--lh-728{line-height:728px}.YELLOW ._tertiary-text.--lh-729{line-height:729px}.YELLOW ._tertiary-text.--lh-730{line-height:730px}.YELLOW ._tertiary-text.--lh-731{line-height:731px}.YELLOW ._tertiary-text.--lh-732{line-height:732px}.YELLOW ._tertiary-text.--lh-733{line-height:733px}.YELLOW ._tertiary-text.--lh-734{line-height:734px}.YELLOW ._tertiary-text.--lh-735{line-height:735px}.YELLOW ._tertiary-text.--lh-736{line-height:736px}.YELLOW ._tertiary-text.--lh-737{line-height:737px}.YELLOW ._tertiary-text.--lh-738{line-height:738px}.YELLOW ._tertiary-text.--lh-739{line-height:739px}.YELLOW ._tertiary-text.--lh-740{line-height:740px}.YELLOW ._tertiary-text.--lh-741{line-height:741px}.YELLOW ._tertiary-text.--lh-742{line-height:742px}.YELLOW ._tertiary-text.--lh-743{line-height:743px}.YELLOW ._tertiary-text.--lh-744{line-height:744px}.YELLOW ._tertiary-text.--lh-745{line-height:745px}.YELLOW ._tertiary-text.--lh-746{line-height:746px}.YELLOW ._tertiary-text.--lh-747{line-height:747px}.YELLOW ._tertiary-text.--lh-748{line-height:748px}.YELLOW ._tertiary-text.--lh-749{line-height:749px}.YELLOW ._tertiary-text.--lh-750{line-height:750px}.YELLOW ._tertiary-text.--lh-751{line-height:751px}.YELLOW ._tertiary-text.--lh-752{line-height:752px}.YELLOW ._tertiary-text.--lh-753{line-height:753px}.YELLOW ._tertiary-text.--lh-754{line-height:754px}.YELLOW ._tertiary-text.--lh-755{line-height:755px}.YELLOW ._tertiary-text.--lh-756{line-height:756px}.YELLOW ._tertiary-text.--lh-757{line-height:757px}.YELLOW ._tertiary-text.--lh-758{line-height:758px}.YELLOW ._tertiary-text.--lh-759{line-height:759px}.YELLOW ._tertiary-text.--lh-760{line-height:760px}.YELLOW ._tertiary-text.--lh-761{line-height:761px}.YELLOW ._tertiary-text.--lh-762{line-height:762px}.YELLOW ._tertiary-text.--lh-763{line-height:763px}.YELLOW ._tertiary-text.--lh-764{line-height:764px}.YELLOW ._tertiary-text.--lh-765{line-height:765px}.YELLOW ._tertiary-text.--lh-766{line-height:766px}.YELLOW ._tertiary-text.--lh-767{line-height:767px}.YELLOW ._tertiary-text.--lh-768{line-height:768px}.YELLOW ._tertiary-text.--lh-769{line-height:769px}.YELLOW ._tertiary-text.--lh-770{line-height:770px}.YELLOW ._tertiary-text.--lh-771{line-height:771px}.YELLOW ._tertiary-text.--lh-772{line-height:772px}.YELLOW ._tertiary-text.--lh-773{line-height:773px}.YELLOW ._tertiary-text.--lh-774{line-height:774px}.YELLOW ._tertiary-text.--lh-775{line-height:775px}.YELLOW ._tertiary-text.--lh-776{line-height:776px}.YELLOW ._tertiary-text.--lh-777{line-height:777px}.YELLOW ._tertiary-text.--lh-778{line-height:778px}.YELLOW ._tertiary-text.--lh-779{line-height:779px}.YELLOW ._tertiary-text.--lh-780{line-height:780px}.YELLOW ._tertiary-text.--lh-781{line-height:781px}.YELLOW ._tertiary-text.--lh-782{line-height:782px}.YELLOW ._tertiary-text.--lh-783{line-height:783px}.YELLOW ._tertiary-text.--lh-784{line-height:784px}.YELLOW ._tertiary-text.--lh-785{line-height:785px}.YELLOW ._tertiary-text.--lh-786{line-height:786px}.YELLOW ._tertiary-text.--lh-787{line-height:787px}.YELLOW ._tertiary-text.--lh-788{line-height:788px}.YELLOW ._tertiary-text.--lh-789{line-height:789px}.YELLOW ._tertiary-text.--lh-790{line-height:790px}.YELLOW ._tertiary-text.--lh-791{line-height:791px}.YELLOW ._tertiary-text.--lh-792{line-height:792px}.YELLOW ._tertiary-text.--lh-793{line-height:793px}.YELLOW ._tertiary-text.--lh-794{line-height:794px}.YELLOW ._tertiary-text.--lh-795{line-height:795px}.YELLOW ._tertiary-text.--lh-796{line-height:796px}.YELLOW ._tertiary-text.--lh-797{line-height:797px}.YELLOW ._tertiary-text.--lh-798{line-height:798px}.YELLOW ._tertiary-text.--lh-799{line-height:799px}.YELLOW ._tertiary-text.--lh-800{line-height:800px}.YELLOW ._white-text{color:var(--white2);font-family:Poppins}.YELLOW ._white-text.--size-5{font-size:5px}.YELLOW ._white-text.--size-6{font-size:6px}.YELLOW ._white-text.--size-7{font-size:7px}.YELLOW ._white-text.--size-8{font-size:8px}.YELLOW ._white-text.--size-9{font-size:9px}.YELLOW ._white-text.--size-10{font-size:10px}.YELLOW ._white-text.--size-11{font-size:11px}.YELLOW ._white-text.--size-12{font-size:12px}.YELLOW ._white-text.--size-13{font-size:13px}.YELLOW ._white-text.--size-14{font-size:14px}.YELLOW ._white-text.--size-15{font-size:15px}.YELLOW ._white-text.--size-16{font-size:16px}.YELLOW ._white-text.--size-17{font-size:17px}.YELLOW ._white-text.--size-18{font-size:18px}.YELLOW ._white-text.--size-19{font-size:19px}.YELLOW ._white-text.--size-20{font-size:20px}.YELLOW ._white-text.--size-21{font-size:21px}.YELLOW ._white-text.--size-22{font-size:22px}.YELLOW ._white-text.--size-23{font-size:23px}.YELLOW ._white-text.--size-24{font-size:24px}.YELLOW ._white-text.--size-25{font-size:25px}.YELLOW ._white-text.--size-26{font-size:26px}.YELLOW ._white-text.--size-27{font-size:27px}.YELLOW ._white-text.--size-28{font-size:28px}.YELLOW ._white-text.--size-29{font-size:29px}.YELLOW ._white-text.--size-30{font-size:30px}.YELLOW ._white-text.--size-31{font-size:31px}.YELLOW ._white-text.--size-32{font-size:32px}.YELLOW ._white-text.--size-33{font-size:33px}.YELLOW ._white-text.--size-34{font-size:34px}.YELLOW ._white-text.--size-35{font-size:35px}.YELLOW ._white-text.--size-36{font-size:36px}.YELLOW ._white-text.--size-37{font-size:37px}.YELLOW ._white-text.--size-38{font-size:38px}.YELLOW ._white-text.--size-39{font-size:39px}.YELLOW ._white-text.--size-40{font-size:40px}.YELLOW ._white-text.--size-41{font-size:41px}.YELLOW ._white-text.--size-42{font-size:42px}.YELLOW ._white-text.--size-43{font-size:43px}.YELLOW ._white-text.--size-44{font-size:44px}.YELLOW ._white-text.--size-45{font-size:45px}.YELLOW ._white-text.--size-46{font-size:46px}.YELLOW ._white-text.--size-47{font-size:47px}.YELLOW ._white-text.--size-48{font-size:48px}.YELLOW ._white-text.--size-49{font-size:49px}.YELLOW ._white-text.--size-50{font-size:50px}.YELLOW ._white-text.--size-51{font-size:51px}.YELLOW ._white-text.--size-52{font-size:52px}.YELLOW ._white-text.--size-53{font-size:53px}.YELLOW ._white-text.--size-54{font-size:54px}.YELLOW ._white-text.--size-55{font-size:55px}.YELLOW ._white-text.--size-56{font-size:56px}.YELLOW ._white-text.--size-57{font-size:57px}.YELLOW ._white-text.--size-58{font-size:58px}.YELLOW ._white-text.--size-59{font-size:59px}.YELLOW ._white-text.--size-60{font-size:60px}.YELLOW ._white-text.--size-61{font-size:61px}.YELLOW ._white-text.--size-62{font-size:62px}.YELLOW ._white-text.--size-63{font-size:63px}.YELLOW ._white-text.--size-64{font-size:64px}.YELLOW ._white-text.--size-65{font-size:65px}.YELLOW ._white-text.--size-66{font-size:66px}.YELLOW ._white-text.--size-67{font-size:67px}.YELLOW ._white-text.--size-68{font-size:68px}.YELLOW ._white-text.--size-69{font-size:69px}.YELLOW ._white-text.--size-70{font-size:70px}.YELLOW ._white-text.--size-71{font-size:71px}.YELLOW ._white-text.--size-72{font-size:72px}.YELLOW ._white-text.--size-73{font-size:73px}.YELLOW ._white-text.--size-74{font-size:74px}.YELLOW ._white-text.--size-75{font-size:75px}.YELLOW ._white-text.--size-76{font-size:76px}.YELLOW ._white-text.--size-77{font-size:77px}.YELLOW ._white-text.--size-78{font-size:78px}.YELLOW ._white-text.--size-79{font-size:79px}.YELLOW ._white-text.--size-80{font-size:80px}.YELLOW ._white-text.--size-81{font-size:81px}.YELLOW ._white-text.--size-82{font-size:82px}.YELLOW ._white-text.--size-83{font-size:83px}.YELLOW ._white-text.--size-84{font-size:84px}.YELLOW ._white-text.--size-85{font-size:85px}.YELLOW ._white-text.--size-86{font-size:86px}.YELLOW ._white-text.--size-87{font-size:87px}.YELLOW ._white-text.--size-88{font-size:88px}.YELLOW ._white-text.--size-89{font-size:89px}.YELLOW ._white-text.--size-90{font-size:90px}.YELLOW ._white-text.--size-91{font-size:91px}.YELLOW ._white-text.--size-92{font-size:92px}.YELLOW ._white-text.--size-93{font-size:93px}.YELLOW ._white-text.--size-94{font-size:94px}.YELLOW ._white-text.--size-95{font-size:95px}.YELLOW ._white-text.--size-96{font-size:96px}.YELLOW ._white-text.--size-97{font-size:97px}.YELLOW ._white-text.--size-98{font-size:98px}.YELLOW ._white-text.--size-99{font-size:99px}.YELLOW ._white-text.--size-100{font-size:100px}.YELLOW ._white-text.--weight-100{font-weight:100}.YELLOW ._white-text.--weight-101{font-weight:101}.YELLOW ._white-text.--weight-102{font-weight:102}.YELLOW ._white-text.--weight-103{font-weight:103}.YELLOW ._white-text.--weight-104{font-weight:104}.YELLOW ._white-text.--weight-105{font-weight:105}.YELLOW ._white-text.--weight-106{font-weight:106}.YELLOW ._white-text.--weight-107{font-weight:107}.YELLOW ._white-text.--weight-108{font-weight:108}.YELLOW ._white-text.--weight-109{font-weight:109}.YELLOW ._white-text.--weight-110{font-weight:110}.YELLOW ._white-text.--weight-111{font-weight:111}.YELLOW ._white-text.--weight-112{font-weight:112}.YELLOW ._white-text.--weight-113{font-weight:113}.YELLOW ._white-text.--weight-114{font-weight:114}.YELLOW ._white-text.--weight-115{font-weight:115}.YELLOW ._white-text.--weight-116{font-weight:116}.YELLOW ._white-text.--weight-117{font-weight:117}.YELLOW ._white-text.--weight-118{font-weight:118}.YELLOW ._white-text.--weight-119{font-weight:119}.YELLOW ._white-text.--weight-120{font-weight:120}.YELLOW ._white-text.--weight-121{font-weight:121}.YELLOW ._white-text.--weight-122{font-weight:122}.YELLOW ._white-text.--weight-123{font-weight:123}.YELLOW ._white-text.--weight-124{font-weight:124}.YELLOW ._white-text.--weight-125{font-weight:125}.YELLOW ._white-text.--weight-126{font-weight:126}.YELLOW ._white-text.--weight-127{font-weight:127}.YELLOW ._white-text.--weight-128{font-weight:128}.YELLOW ._white-text.--weight-129{font-weight:129}.YELLOW ._white-text.--weight-130{font-weight:130}.YELLOW ._white-text.--weight-131{font-weight:131}.YELLOW ._white-text.--weight-132{font-weight:132}.YELLOW ._white-text.--weight-133{font-weight:133}.YELLOW ._white-text.--weight-134{font-weight:134}.YELLOW ._white-text.--weight-135{font-weight:135}.YELLOW ._white-text.--weight-136{font-weight:136}.YELLOW ._white-text.--weight-137{font-weight:137}.YELLOW ._white-text.--weight-138{font-weight:138}.YELLOW ._white-text.--weight-139{font-weight:139}.YELLOW ._white-text.--weight-140{font-weight:140}.YELLOW ._white-text.--weight-141{font-weight:141}.YELLOW ._white-text.--weight-142{font-weight:142}.YELLOW ._white-text.--weight-143{font-weight:143}.YELLOW ._white-text.--weight-144{font-weight:144}.YELLOW ._white-text.--weight-145{font-weight:145}.YELLOW ._white-text.--weight-146{font-weight:146}.YELLOW ._white-text.--weight-147{font-weight:147}.YELLOW ._white-text.--weight-148{font-weight:148}.YELLOW ._white-text.--weight-149{font-weight:149}.YELLOW ._white-text.--weight-150{font-weight:150}.YELLOW ._white-text.--weight-151{font-weight:151}.YELLOW ._white-text.--weight-152{font-weight:152}.YELLOW ._white-text.--weight-153{font-weight:153}.YELLOW ._white-text.--weight-154{font-weight:154}.YELLOW ._white-text.--weight-155{font-weight:155}.YELLOW ._white-text.--weight-156{font-weight:156}.YELLOW ._white-text.--weight-157{font-weight:157}.YELLOW ._white-text.--weight-158{font-weight:158}.YELLOW ._white-text.--weight-159{font-weight:159}.YELLOW ._white-text.--weight-160{font-weight:160}.YELLOW ._white-text.--weight-161{font-weight:161}.YELLOW ._white-text.--weight-162{font-weight:162}.YELLOW ._white-text.--weight-163{font-weight:163}.YELLOW ._white-text.--weight-164{font-weight:164}.YELLOW ._white-text.--weight-165{font-weight:165}.YELLOW ._white-text.--weight-166{font-weight:166}.YELLOW ._white-text.--weight-167{font-weight:167}.YELLOW ._white-text.--weight-168{font-weight:168}.YELLOW ._white-text.--weight-169{font-weight:169}.YELLOW ._white-text.--weight-170{font-weight:170}.YELLOW ._white-text.--weight-171{font-weight:171}.YELLOW ._white-text.--weight-172{font-weight:172}.YELLOW ._white-text.--weight-173{font-weight:173}.YELLOW ._white-text.--weight-174{font-weight:174}.YELLOW ._white-text.--weight-175{font-weight:175}.YELLOW ._white-text.--weight-176{font-weight:176}.YELLOW ._white-text.--weight-177{font-weight:177}.YELLOW ._white-text.--weight-178{font-weight:178}.YELLOW ._white-text.--weight-179{font-weight:179}.YELLOW ._white-text.--weight-180{font-weight:180}.YELLOW ._white-text.--weight-181{font-weight:181}.YELLOW ._white-text.--weight-182{font-weight:182}.YELLOW ._white-text.--weight-183{font-weight:183}.YELLOW ._white-text.--weight-184{font-weight:184}.YELLOW ._white-text.--weight-185{font-weight:185}.YELLOW ._white-text.--weight-186{font-weight:186}.YELLOW ._white-text.--weight-187{font-weight:187}.YELLOW ._white-text.--weight-188{font-weight:188}.YELLOW ._white-text.--weight-189{font-weight:189}.YELLOW ._white-text.--weight-190{font-weight:190}.YELLOW ._white-text.--weight-191{font-weight:191}.YELLOW ._white-text.--weight-192{font-weight:192}.YELLOW ._white-text.--weight-193{font-weight:193}.YELLOW ._white-text.--weight-194{font-weight:194}.YELLOW ._white-text.--weight-195{font-weight:195}.YELLOW ._white-text.--weight-196{font-weight:196}.YELLOW ._white-text.--weight-197{font-weight:197}.YELLOW ._white-text.--weight-198{font-weight:198}.YELLOW ._white-text.--weight-199{font-weight:199}.YELLOW ._white-text.--weight-200{font-weight:200}.YELLOW ._white-text.--weight-201{font-weight:201}.YELLOW ._white-text.--weight-202{font-weight:202}.YELLOW ._white-text.--weight-203{font-weight:203}.YELLOW ._white-text.--weight-204{font-weight:204}.YELLOW ._white-text.--weight-205{font-weight:205}.YELLOW ._white-text.--weight-206{font-weight:206}.YELLOW ._white-text.--weight-207{font-weight:207}.YELLOW ._white-text.--weight-208{font-weight:208}.YELLOW ._white-text.--weight-209{font-weight:209}.YELLOW ._white-text.--weight-210{font-weight:210}.YELLOW ._white-text.--weight-211{font-weight:211}.YELLOW ._white-text.--weight-212{font-weight:212}.YELLOW ._white-text.--weight-213{font-weight:213}.YELLOW ._white-text.--weight-214{font-weight:214}.YELLOW ._white-text.--weight-215{font-weight:215}.YELLOW ._white-text.--weight-216{font-weight:216}.YELLOW ._white-text.--weight-217{font-weight:217}.YELLOW ._white-text.--weight-218{font-weight:218}.YELLOW ._white-text.--weight-219{font-weight:219}.YELLOW ._white-text.--weight-220{font-weight:220}.YELLOW ._white-text.--weight-221{font-weight:221}.YELLOW ._white-text.--weight-222{font-weight:222}.YELLOW ._white-text.--weight-223{font-weight:223}.YELLOW ._white-text.--weight-224{font-weight:224}.YELLOW ._white-text.--weight-225{font-weight:225}.YELLOW ._white-text.--weight-226{font-weight:226}.YELLOW ._white-text.--weight-227{font-weight:227}.YELLOW ._white-text.--weight-228{font-weight:228}.YELLOW ._white-text.--weight-229{font-weight:229}.YELLOW ._white-text.--weight-230{font-weight:230}.YELLOW ._white-text.--weight-231{font-weight:231}.YELLOW ._white-text.--weight-232{font-weight:232}.YELLOW ._white-text.--weight-233{font-weight:233}.YELLOW ._white-text.--weight-234{font-weight:234}.YELLOW ._white-text.--weight-235{font-weight:235}.YELLOW ._white-text.--weight-236{font-weight:236}.YELLOW ._white-text.--weight-237{font-weight:237}.YELLOW ._white-text.--weight-238{font-weight:238}.YELLOW ._white-text.--weight-239{font-weight:239}.YELLOW ._white-text.--weight-240{font-weight:240}.YELLOW ._white-text.--weight-241{font-weight:241}.YELLOW ._white-text.--weight-242{font-weight:242}.YELLOW ._white-text.--weight-243{font-weight:243}.YELLOW ._white-text.--weight-244{font-weight:244}.YELLOW ._white-text.--weight-245{font-weight:245}.YELLOW ._white-text.--weight-246{font-weight:246}.YELLOW ._white-text.--weight-247{font-weight:247}.YELLOW ._white-text.--weight-248{font-weight:248}.YELLOW ._white-text.--weight-249{font-weight:249}.YELLOW ._white-text.--weight-250{font-weight:250}.YELLOW ._white-text.--weight-251{font-weight:251}.YELLOW ._white-text.--weight-252{font-weight:252}.YELLOW ._white-text.--weight-253{font-weight:253}.YELLOW ._white-text.--weight-254{font-weight:254}.YELLOW ._white-text.--weight-255{font-weight:255}.YELLOW ._white-text.--weight-256{font-weight:256}.YELLOW ._white-text.--weight-257{font-weight:257}.YELLOW ._white-text.--weight-258{font-weight:258}.YELLOW ._white-text.--weight-259{font-weight:259}.YELLOW ._white-text.--weight-260{font-weight:260}.YELLOW ._white-text.--weight-261{font-weight:261}.YELLOW ._white-text.--weight-262{font-weight:262}.YELLOW ._white-text.--weight-263{font-weight:263}.YELLOW ._white-text.--weight-264{font-weight:264}.YELLOW ._white-text.--weight-265{font-weight:265}.YELLOW ._white-text.--weight-266{font-weight:266}.YELLOW ._white-text.--weight-267{font-weight:267}.YELLOW ._white-text.--weight-268{font-weight:268}.YELLOW ._white-text.--weight-269{font-weight:269}.YELLOW ._white-text.--weight-270{font-weight:270}.YELLOW ._white-text.--weight-271{font-weight:271}.YELLOW ._white-text.--weight-272{font-weight:272}.YELLOW ._white-text.--weight-273{font-weight:273}.YELLOW ._white-text.--weight-274{font-weight:274}.YELLOW ._white-text.--weight-275{font-weight:275}.YELLOW ._white-text.--weight-276{font-weight:276}.YELLOW ._white-text.--weight-277{font-weight:277}.YELLOW ._white-text.--weight-278{font-weight:278}.YELLOW ._white-text.--weight-279{font-weight:279}.YELLOW ._white-text.--weight-280{font-weight:280}.YELLOW ._white-text.--weight-281{font-weight:281}.YELLOW ._white-text.--weight-282{font-weight:282}.YELLOW ._white-text.--weight-283{font-weight:283}.YELLOW ._white-text.--weight-284{font-weight:284}.YELLOW ._white-text.--weight-285{font-weight:285}.YELLOW ._white-text.--weight-286{font-weight:286}.YELLOW ._white-text.--weight-287{font-weight:287}.YELLOW ._white-text.--weight-288{font-weight:288}.YELLOW ._white-text.--weight-289{font-weight:289}.YELLOW ._white-text.--weight-290{font-weight:290}.YELLOW ._white-text.--weight-291{font-weight:291}.YELLOW ._white-text.--weight-292{font-weight:292}.YELLOW ._white-text.--weight-293{font-weight:293}.YELLOW ._white-text.--weight-294{font-weight:294}.YELLOW ._white-text.--weight-295{font-weight:295}.YELLOW ._white-text.--weight-296{font-weight:296}.YELLOW ._white-text.--weight-297{font-weight:297}.YELLOW ._white-text.--weight-298{font-weight:298}.YELLOW ._white-text.--weight-299{font-weight:299}.YELLOW ._white-text.--weight-300{font-weight:300}.YELLOW ._white-text.--weight-301{font-weight:301}.YELLOW ._white-text.--weight-302{font-weight:302}.YELLOW ._white-text.--weight-303{font-weight:303}.YELLOW ._white-text.--weight-304{font-weight:304}.YELLOW ._white-text.--weight-305{font-weight:305}.YELLOW ._white-text.--weight-306{font-weight:306}.YELLOW ._white-text.--weight-307{font-weight:307}.YELLOW ._white-text.--weight-308{font-weight:308}.YELLOW ._white-text.--weight-309{font-weight:309}.YELLOW ._white-text.--weight-310{font-weight:310}.YELLOW ._white-text.--weight-311{font-weight:311}.YELLOW ._white-text.--weight-312{font-weight:312}.YELLOW ._white-text.--weight-313{font-weight:313}.YELLOW ._white-text.--weight-314{font-weight:314}.YELLOW ._white-text.--weight-315{font-weight:315}.YELLOW ._white-text.--weight-316{font-weight:316}.YELLOW ._white-text.--weight-317{font-weight:317}.YELLOW ._white-text.--weight-318{font-weight:318}.YELLOW ._white-text.--weight-319{font-weight:319}.YELLOW ._white-text.--weight-320{font-weight:320}.YELLOW ._white-text.--weight-321{font-weight:321}.YELLOW ._white-text.--weight-322{font-weight:322}.YELLOW ._white-text.--weight-323{font-weight:323}.YELLOW ._white-text.--weight-324{font-weight:324}.YELLOW ._white-text.--weight-325{font-weight:325}.YELLOW ._white-text.--weight-326{font-weight:326}.YELLOW ._white-text.--weight-327{font-weight:327}.YELLOW ._white-text.--weight-328{font-weight:328}.YELLOW ._white-text.--weight-329{font-weight:329}.YELLOW ._white-text.--weight-330{font-weight:330}.YELLOW ._white-text.--weight-331{font-weight:331}.YELLOW ._white-text.--weight-332{font-weight:332}.YELLOW ._white-text.--weight-333{font-weight:333}.YELLOW ._white-text.--weight-334{font-weight:334}.YELLOW ._white-text.--weight-335{font-weight:335}.YELLOW ._white-text.--weight-336{font-weight:336}.YELLOW ._white-text.--weight-337{font-weight:337}.YELLOW ._white-text.--weight-338{font-weight:338}.YELLOW ._white-text.--weight-339{font-weight:339}.YELLOW ._white-text.--weight-340{font-weight:340}.YELLOW ._white-text.--weight-341{font-weight:341}.YELLOW ._white-text.--weight-342{font-weight:342}.YELLOW ._white-text.--weight-343{font-weight:343}.YELLOW ._white-text.--weight-344{font-weight:344}.YELLOW ._white-text.--weight-345{font-weight:345}.YELLOW ._white-text.--weight-346{font-weight:346}.YELLOW ._white-text.--weight-347{font-weight:347}.YELLOW ._white-text.--weight-348{font-weight:348}.YELLOW ._white-text.--weight-349{font-weight:349}.YELLOW ._white-text.--weight-350{font-weight:350}.YELLOW ._white-text.--weight-351{font-weight:351}.YELLOW ._white-text.--weight-352{font-weight:352}.YELLOW ._white-text.--weight-353{font-weight:353}.YELLOW ._white-text.--weight-354{font-weight:354}.YELLOW ._white-text.--weight-355{font-weight:355}.YELLOW ._white-text.--weight-356{font-weight:356}.YELLOW ._white-text.--weight-357{font-weight:357}.YELLOW ._white-text.--weight-358{font-weight:358}.YELLOW ._white-text.--weight-359{font-weight:359}.YELLOW ._white-text.--weight-360{font-weight:360}.YELLOW ._white-text.--weight-361{font-weight:361}.YELLOW ._white-text.--weight-362{font-weight:362}.YELLOW ._white-text.--weight-363{font-weight:363}.YELLOW ._white-text.--weight-364{font-weight:364}.YELLOW ._white-text.--weight-365{font-weight:365}.YELLOW ._white-text.--weight-366{font-weight:366}.YELLOW ._white-text.--weight-367{font-weight:367}.YELLOW ._white-text.--weight-368{font-weight:368}.YELLOW ._white-text.--weight-369{font-weight:369}.YELLOW ._white-text.--weight-370{font-weight:370}.YELLOW ._white-text.--weight-371{font-weight:371}.YELLOW ._white-text.--weight-372{font-weight:372}.YELLOW ._white-text.--weight-373{font-weight:373}.YELLOW ._white-text.--weight-374{font-weight:374}.YELLOW ._white-text.--weight-375{font-weight:375}.YELLOW ._white-text.--weight-376{font-weight:376}.YELLOW ._white-text.--weight-377{font-weight:377}.YELLOW ._white-text.--weight-378{font-weight:378}.YELLOW ._white-text.--weight-379{font-weight:379}.YELLOW ._white-text.--weight-380{font-weight:380}.YELLOW ._white-text.--weight-381{font-weight:381}.YELLOW ._white-text.--weight-382{font-weight:382}.YELLOW ._white-text.--weight-383{font-weight:383}.YELLOW ._white-text.--weight-384{font-weight:384}.YELLOW ._white-text.--weight-385{font-weight:385}.YELLOW ._white-text.--weight-386{font-weight:386}.YELLOW ._white-text.--weight-387{font-weight:387}.YELLOW ._white-text.--weight-388{font-weight:388}.YELLOW ._white-text.--weight-389{font-weight:389}.YELLOW ._white-text.--weight-390{font-weight:390}.YELLOW ._white-text.--weight-391{font-weight:391}.YELLOW ._white-text.--weight-392{font-weight:392}.YELLOW ._white-text.--weight-393{font-weight:393}.YELLOW ._white-text.--weight-394{font-weight:394}.YELLOW ._white-text.--weight-395{font-weight:395}.YELLOW ._white-text.--weight-396{font-weight:396}.YELLOW ._white-text.--weight-397{font-weight:397}.YELLOW ._white-text.--weight-398{font-weight:398}.YELLOW ._white-text.--weight-399{font-weight:399}.YELLOW ._white-text.--weight-400{font-weight:400}.YELLOW ._white-text.--weight-401{font-weight:401}.YELLOW ._white-text.--weight-402{font-weight:402}.YELLOW ._white-text.--weight-403{font-weight:403}.YELLOW ._white-text.--weight-404{font-weight:404}.YELLOW ._white-text.--weight-405{font-weight:405}.YELLOW ._white-text.--weight-406{font-weight:406}.YELLOW ._white-text.--weight-407{font-weight:407}.YELLOW ._white-text.--weight-408{font-weight:408}.YELLOW ._white-text.--weight-409{font-weight:409}.YELLOW ._white-text.--weight-410{font-weight:410}.YELLOW ._white-text.--weight-411{font-weight:411}.YELLOW ._white-text.--weight-412{font-weight:412}.YELLOW ._white-text.--weight-413{font-weight:413}.YELLOW ._white-text.--weight-414{font-weight:414}.YELLOW ._white-text.--weight-415{font-weight:415}.YELLOW ._white-text.--weight-416{font-weight:416}.YELLOW ._white-text.--weight-417{font-weight:417}.YELLOW ._white-text.--weight-418{font-weight:418}.YELLOW ._white-text.--weight-419{font-weight:419}.YELLOW ._white-text.--weight-420{font-weight:420}.YELLOW ._white-text.--weight-421{font-weight:421}.YELLOW ._white-text.--weight-422{font-weight:422}.YELLOW ._white-text.--weight-423{font-weight:423}.YELLOW ._white-text.--weight-424{font-weight:424}.YELLOW ._white-text.--weight-425{font-weight:425}.YELLOW ._white-text.--weight-426{font-weight:426}.YELLOW ._white-text.--weight-427{font-weight:427}.YELLOW ._white-text.--weight-428{font-weight:428}.YELLOW ._white-text.--weight-429{font-weight:429}.YELLOW ._white-text.--weight-430{font-weight:430}.YELLOW ._white-text.--weight-431{font-weight:431}.YELLOW ._white-text.--weight-432{font-weight:432}.YELLOW ._white-text.--weight-433{font-weight:433}.YELLOW ._white-text.--weight-434{font-weight:434}.YELLOW ._white-text.--weight-435{font-weight:435}.YELLOW ._white-text.--weight-436{font-weight:436}.YELLOW ._white-text.--weight-437{font-weight:437}.YELLOW ._white-text.--weight-438{font-weight:438}.YELLOW ._white-text.--weight-439{font-weight:439}.YELLOW ._white-text.--weight-440{font-weight:440}.YELLOW ._white-text.--weight-441{font-weight:441}.YELLOW ._white-text.--weight-442{font-weight:442}.YELLOW ._white-text.--weight-443{font-weight:443}.YELLOW ._white-text.--weight-444{font-weight:444}.YELLOW ._white-text.--weight-445{font-weight:445}.YELLOW ._white-text.--weight-446{font-weight:446}.YELLOW ._white-text.--weight-447{font-weight:447}.YELLOW ._white-text.--weight-448{font-weight:448}.YELLOW ._white-text.--weight-449{font-weight:449}.YELLOW ._white-text.--weight-450{font-weight:450}.YELLOW ._white-text.--weight-451{font-weight:451}.YELLOW ._white-text.--weight-452{font-weight:452}.YELLOW ._white-text.--weight-453{font-weight:453}.YELLOW ._white-text.--weight-454{font-weight:454}.YELLOW ._white-text.--weight-455{font-weight:455}.YELLOW ._white-text.--weight-456{font-weight:456}.YELLOW ._white-text.--weight-457{font-weight:457}.YELLOW ._white-text.--weight-458{font-weight:458}.YELLOW ._white-text.--weight-459{font-weight:459}.YELLOW ._white-text.--weight-460{font-weight:460}.YELLOW ._white-text.--weight-461{font-weight:461}.YELLOW ._white-text.--weight-462{font-weight:462}.YELLOW ._white-text.--weight-463{font-weight:463}.YELLOW ._white-text.--weight-464{font-weight:464}.YELLOW ._white-text.--weight-465{font-weight:465}.YELLOW ._white-text.--weight-466{font-weight:466}.YELLOW ._white-text.--weight-467{font-weight:467}.YELLOW ._white-text.--weight-468{font-weight:468}.YELLOW ._white-text.--weight-469{font-weight:469}.YELLOW ._white-text.--weight-470{font-weight:470}.YELLOW ._white-text.--weight-471{font-weight:471}.YELLOW ._white-text.--weight-472{font-weight:472}.YELLOW ._white-text.--weight-473{font-weight:473}.YELLOW ._white-text.--weight-474{font-weight:474}.YELLOW ._white-text.--weight-475{font-weight:475}.YELLOW ._white-text.--weight-476{font-weight:476}.YELLOW ._white-text.--weight-477{font-weight:477}.YELLOW ._white-text.--weight-478{font-weight:478}.YELLOW ._white-text.--weight-479{font-weight:479}.YELLOW ._white-text.--weight-480{font-weight:480}.YELLOW ._white-text.--weight-481{font-weight:481}.YELLOW ._white-text.--weight-482{font-weight:482}.YELLOW ._white-text.--weight-483{font-weight:483}.YELLOW ._white-text.--weight-484{font-weight:484}.YELLOW ._white-text.--weight-485{font-weight:485}.YELLOW ._white-text.--weight-486{font-weight:486}.YELLOW ._white-text.--weight-487{font-weight:487}.YELLOW ._white-text.--weight-488{font-weight:488}.YELLOW ._white-text.--weight-489{font-weight:489}.YELLOW ._white-text.--weight-490{font-weight:490}.YELLOW ._white-text.--weight-491{font-weight:491}.YELLOW ._white-text.--weight-492{font-weight:492}.YELLOW ._white-text.--weight-493{font-weight:493}.YELLOW ._white-text.--weight-494{font-weight:494}.YELLOW ._white-text.--weight-495{font-weight:495}.YELLOW ._white-text.--weight-496{font-weight:496}.YELLOW ._white-text.--weight-497{font-weight:497}.YELLOW ._white-text.--weight-498{font-weight:498}.YELLOW ._white-text.--weight-499{font-weight:499}.YELLOW ._white-text.--weight-500{font-weight:500}.YELLOW ._white-text.--weight-501{font-weight:501}.YELLOW ._white-text.--weight-502{font-weight:502}.YELLOW ._white-text.--weight-503{font-weight:503}.YELLOW ._white-text.--weight-504{font-weight:504}.YELLOW ._white-text.--weight-505{font-weight:505}.YELLOW ._white-text.--weight-506{font-weight:506}.YELLOW ._white-text.--weight-507{font-weight:507}.YELLOW ._white-text.--weight-508{font-weight:508}.YELLOW ._white-text.--weight-509{font-weight:509}.YELLOW ._white-text.--weight-510{font-weight:510}.YELLOW ._white-text.--weight-511{font-weight:511}.YELLOW ._white-text.--weight-512{font-weight:512}.YELLOW ._white-text.--weight-513{font-weight:513}.YELLOW ._white-text.--weight-514{font-weight:514}.YELLOW ._white-text.--weight-515{font-weight:515}.YELLOW ._white-text.--weight-516{font-weight:516}.YELLOW ._white-text.--weight-517{font-weight:517}.YELLOW ._white-text.--weight-518{font-weight:518}.YELLOW ._white-text.--weight-519{font-weight:519}.YELLOW ._white-text.--weight-520{font-weight:520}.YELLOW ._white-text.--weight-521{font-weight:521}.YELLOW ._white-text.--weight-522{font-weight:522}.YELLOW ._white-text.--weight-523{font-weight:523}.YELLOW ._white-text.--weight-524{font-weight:524}.YELLOW ._white-text.--weight-525{font-weight:525}.YELLOW ._white-text.--weight-526{font-weight:526}.YELLOW ._white-text.--weight-527{font-weight:527}.YELLOW ._white-text.--weight-528{font-weight:528}.YELLOW ._white-text.--weight-529{font-weight:529}.YELLOW ._white-text.--weight-530{font-weight:530}.YELLOW ._white-text.--weight-531{font-weight:531}.YELLOW ._white-text.--weight-532{font-weight:532}.YELLOW ._white-text.--weight-533{font-weight:533}.YELLOW ._white-text.--weight-534{font-weight:534}.YELLOW ._white-text.--weight-535{font-weight:535}.YELLOW ._white-text.--weight-536{font-weight:536}.YELLOW ._white-text.--weight-537{font-weight:537}.YELLOW ._white-text.--weight-538{font-weight:538}.YELLOW ._white-text.--weight-539{font-weight:539}.YELLOW ._white-text.--weight-540{font-weight:540}.YELLOW ._white-text.--weight-541{font-weight:541}.YELLOW ._white-text.--weight-542{font-weight:542}.YELLOW ._white-text.--weight-543{font-weight:543}.YELLOW ._white-text.--weight-544{font-weight:544}.YELLOW ._white-text.--weight-545{font-weight:545}.YELLOW ._white-text.--weight-546{font-weight:546}.YELLOW ._white-text.--weight-547{font-weight:547}.YELLOW ._white-text.--weight-548{font-weight:548}.YELLOW ._white-text.--weight-549{font-weight:549}.YELLOW ._white-text.--weight-550{font-weight:550}.YELLOW ._white-text.--weight-551{font-weight:551}.YELLOW ._white-text.--weight-552{font-weight:552}.YELLOW ._white-text.--weight-553{font-weight:553}.YELLOW ._white-text.--weight-554{font-weight:554}.YELLOW ._white-text.--weight-555{font-weight:555}.YELLOW ._white-text.--weight-556{font-weight:556}.YELLOW ._white-text.--weight-557{font-weight:557}.YELLOW ._white-text.--weight-558{font-weight:558}.YELLOW ._white-text.--weight-559{font-weight:559}.YELLOW ._white-text.--weight-560{font-weight:560}.YELLOW ._white-text.--weight-561{font-weight:561}.YELLOW ._white-text.--weight-562{font-weight:562}.YELLOW ._white-text.--weight-563{font-weight:563}.YELLOW ._white-text.--weight-564{font-weight:564}.YELLOW ._white-text.--weight-565{font-weight:565}.YELLOW ._white-text.--weight-566{font-weight:566}.YELLOW ._white-text.--weight-567{font-weight:567}.YELLOW ._white-text.--weight-568{font-weight:568}.YELLOW ._white-text.--weight-569{font-weight:569}.YELLOW ._white-text.--weight-570{font-weight:570}.YELLOW ._white-text.--weight-571{font-weight:571}.YELLOW ._white-text.--weight-572{font-weight:572}.YELLOW ._white-text.--weight-573{font-weight:573}.YELLOW ._white-text.--weight-574{font-weight:574}.YELLOW ._white-text.--weight-575{font-weight:575}.YELLOW ._white-text.--weight-576{font-weight:576}.YELLOW ._white-text.--weight-577{font-weight:577}.YELLOW ._white-text.--weight-578{font-weight:578}.YELLOW ._white-text.--weight-579{font-weight:579}.YELLOW ._white-text.--weight-580{font-weight:580}.YELLOW ._white-text.--weight-581{font-weight:581}.YELLOW ._white-text.--weight-582{font-weight:582}.YELLOW ._white-text.--weight-583{font-weight:583}.YELLOW ._white-text.--weight-584{font-weight:584}.YELLOW ._white-text.--weight-585{font-weight:585}.YELLOW ._white-text.--weight-586{font-weight:586}.YELLOW ._white-text.--weight-587{font-weight:587}.YELLOW ._white-text.--weight-588{font-weight:588}.YELLOW ._white-text.--weight-589{font-weight:589}.YELLOW ._white-text.--weight-590{font-weight:590}.YELLOW ._white-text.--weight-591{font-weight:591}.YELLOW ._white-text.--weight-592{font-weight:592}.YELLOW ._white-text.--weight-593{font-weight:593}.YELLOW ._white-text.--weight-594{font-weight:594}.YELLOW ._white-text.--weight-595{font-weight:595}.YELLOW ._white-text.--weight-596{font-weight:596}.YELLOW ._white-text.--weight-597{font-weight:597}.YELLOW ._white-text.--weight-598{font-weight:598}.YELLOW ._white-text.--weight-599{font-weight:599}.YELLOW ._white-text.--weight-600{font-weight:600}.YELLOW ._white-text.--weight-601{font-weight:601}.YELLOW ._white-text.--weight-602{font-weight:602}.YELLOW ._white-text.--weight-603{font-weight:603}.YELLOW ._white-text.--weight-604{font-weight:604}.YELLOW ._white-text.--weight-605{font-weight:605}.YELLOW ._white-text.--weight-606{font-weight:606}.YELLOW ._white-text.--weight-607{font-weight:607}.YELLOW ._white-text.--weight-608{font-weight:608}.YELLOW ._white-text.--weight-609{font-weight:609}.YELLOW ._white-text.--weight-610{font-weight:610}.YELLOW ._white-text.--weight-611{font-weight:611}.YELLOW ._white-text.--weight-612{font-weight:612}.YELLOW ._white-text.--weight-613{font-weight:613}.YELLOW ._white-text.--weight-614{font-weight:614}.YELLOW ._white-text.--weight-615{font-weight:615}.YELLOW ._white-text.--weight-616{font-weight:616}.YELLOW ._white-text.--weight-617{font-weight:617}.YELLOW ._white-text.--weight-618{font-weight:618}.YELLOW ._white-text.--weight-619{font-weight:619}.YELLOW ._white-text.--weight-620{font-weight:620}.YELLOW ._white-text.--weight-621{font-weight:621}.YELLOW ._white-text.--weight-622{font-weight:622}.YELLOW ._white-text.--weight-623{font-weight:623}.YELLOW ._white-text.--weight-624{font-weight:624}.YELLOW ._white-text.--weight-625{font-weight:625}.YELLOW ._white-text.--weight-626{font-weight:626}.YELLOW ._white-text.--weight-627{font-weight:627}.YELLOW ._white-text.--weight-628{font-weight:628}.YELLOW ._white-text.--weight-629{font-weight:629}.YELLOW ._white-text.--weight-630{font-weight:630}.YELLOW ._white-text.--weight-631{font-weight:631}.YELLOW ._white-text.--weight-632{font-weight:632}.YELLOW ._white-text.--weight-633{font-weight:633}.YELLOW ._white-text.--weight-634{font-weight:634}.YELLOW ._white-text.--weight-635{font-weight:635}.YELLOW ._white-text.--weight-636{font-weight:636}.YELLOW ._white-text.--weight-637{font-weight:637}.YELLOW ._white-text.--weight-638{font-weight:638}.YELLOW ._white-text.--weight-639{font-weight:639}.YELLOW ._white-text.--weight-640{font-weight:640}.YELLOW ._white-text.--weight-641{font-weight:641}.YELLOW ._white-text.--weight-642{font-weight:642}.YELLOW ._white-text.--weight-643{font-weight:643}.YELLOW ._white-text.--weight-644{font-weight:644}.YELLOW ._white-text.--weight-645{font-weight:645}.YELLOW ._white-text.--weight-646{font-weight:646}.YELLOW ._white-text.--weight-647{font-weight:647}.YELLOW ._white-text.--weight-648{font-weight:648}.YELLOW ._white-text.--weight-649{font-weight:649}.YELLOW ._white-text.--weight-650{font-weight:650}.YELLOW ._white-text.--weight-651{font-weight:651}.YELLOW ._white-text.--weight-652{font-weight:652}.YELLOW ._white-text.--weight-653{font-weight:653}.YELLOW ._white-text.--weight-654{font-weight:654}.YELLOW ._white-text.--weight-655{font-weight:655}.YELLOW ._white-text.--weight-656{font-weight:656}.YELLOW ._white-text.--weight-657{font-weight:657}.YELLOW ._white-text.--weight-658{font-weight:658}.YELLOW ._white-text.--weight-659{font-weight:659}.YELLOW ._white-text.--weight-660{font-weight:660}.YELLOW ._white-text.--weight-661{font-weight:661}.YELLOW ._white-text.--weight-662{font-weight:662}.YELLOW ._white-text.--weight-663{font-weight:663}.YELLOW ._white-text.--weight-664{font-weight:664}.YELLOW ._white-text.--weight-665{font-weight:665}.YELLOW ._white-text.--weight-666{font-weight:666}.YELLOW ._white-text.--weight-667{font-weight:667}.YELLOW ._white-text.--weight-668{font-weight:668}.YELLOW ._white-text.--weight-669{font-weight:669}.YELLOW ._white-text.--weight-670{font-weight:670}.YELLOW ._white-text.--weight-671{font-weight:671}.YELLOW ._white-text.--weight-672{font-weight:672}.YELLOW ._white-text.--weight-673{font-weight:673}.YELLOW ._white-text.--weight-674{font-weight:674}.YELLOW ._white-text.--weight-675{font-weight:675}.YELLOW ._white-text.--weight-676{font-weight:676}.YELLOW ._white-text.--weight-677{font-weight:677}.YELLOW ._white-text.--weight-678{font-weight:678}.YELLOW ._white-text.--weight-679{font-weight:679}.YELLOW ._white-text.--weight-680{font-weight:680}.YELLOW ._white-text.--weight-681{font-weight:681}.YELLOW ._white-text.--weight-682{font-weight:682}.YELLOW ._white-text.--weight-683{font-weight:683}.YELLOW ._white-text.--weight-684{font-weight:684}.YELLOW ._white-text.--weight-685{font-weight:685}.YELLOW ._white-text.--weight-686{font-weight:686}.YELLOW ._white-text.--weight-687{font-weight:687}.YELLOW ._white-text.--weight-688{font-weight:688}.YELLOW ._white-text.--weight-689{font-weight:689}.YELLOW ._white-text.--weight-690{font-weight:690}.YELLOW ._white-text.--weight-691{font-weight:691}.YELLOW ._white-text.--weight-692{font-weight:692}.YELLOW ._white-text.--weight-693{font-weight:693}.YELLOW ._white-text.--weight-694{font-weight:694}.YELLOW ._white-text.--weight-695{font-weight:695}.YELLOW ._white-text.--weight-696{font-weight:696}.YELLOW ._white-text.--weight-697{font-weight:697}.YELLOW ._white-text.--weight-698{font-weight:698}.YELLOW ._white-text.--weight-699{font-weight:699}.YELLOW ._white-text.--weight-700{font-weight:700}.YELLOW ._white-text.--weight-701{font-weight:701}.YELLOW ._white-text.--weight-702{font-weight:702}.YELLOW ._white-text.--weight-703{font-weight:703}.YELLOW ._white-text.--weight-704{font-weight:704}.YELLOW ._white-text.--weight-705{font-weight:705}.YELLOW ._white-text.--weight-706{font-weight:706}.YELLOW ._white-text.--weight-707{font-weight:707}.YELLOW ._white-text.--weight-708{font-weight:708}.YELLOW ._white-text.--weight-709{font-weight:709}.YELLOW ._white-text.--weight-710{font-weight:710}.YELLOW ._white-text.--weight-711{font-weight:711}.YELLOW ._white-text.--weight-712{font-weight:712}.YELLOW ._white-text.--weight-713{font-weight:713}.YELLOW ._white-text.--weight-714{font-weight:714}.YELLOW ._white-text.--weight-715{font-weight:715}.YELLOW ._white-text.--weight-716{font-weight:716}.YELLOW ._white-text.--weight-717{font-weight:717}.YELLOW ._white-text.--weight-718{font-weight:718}.YELLOW ._white-text.--weight-719{font-weight:719}.YELLOW ._white-text.--weight-720{font-weight:720}.YELLOW ._white-text.--weight-721{font-weight:721}.YELLOW ._white-text.--weight-722{font-weight:722}.YELLOW ._white-text.--weight-723{font-weight:723}.YELLOW ._white-text.--weight-724{font-weight:724}.YELLOW ._white-text.--weight-725{font-weight:725}.YELLOW ._white-text.--weight-726{font-weight:726}.YELLOW ._white-text.--weight-727{font-weight:727}.YELLOW ._white-text.--weight-728{font-weight:728}.YELLOW ._white-text.--weight-729{font-weight:729}.YELLOW ._white-text.--weight-730{font-weight:730}.YELLOW ._white-text.--weight-731{font-weight:731}.YELLOW ._white-text.--weight-732{font-weight:732}.YELLOW ._white-text.--weight-733{font-weight:733}.YELLOW ._white-text.--weight-734{font-weight:734}.YELLOW ._white-text.--weight-735{font-weight:735}.YELLOW ._white-text.--weight-736{font-weight:736}.YELLOW ._white-text.--weight-737{font-weight:737}.YELLOW ._white-text.--weight-738{font-weight:738}.YELLOW ._white-text.--weight-739{font-weight:739}.YELLOW ._white-text.--weight-740{font-weight:740}.YELLOW ._white-text.--weight-741{font-weight:741}.YELLOW ._white-text.--weight-742{font-weight:742}.YELLOW ._white-text.--weight-743{font-weight:743}.YELLOW ._white-text.--weight-744{font-weight:744}.YELLOW ._white-text.--weight-745{font-weight:745}.YELLOW ._white-text.--weight-746{font-weight:746}.YELLOW ._white-text.--weight-747{font-weight:747}.YELLOW ._white-text.--weight-748{font-weight:748}.YELLOW ._white-text.--weight-749{font-weight:749}.YELLOW ._white-text.--weight-750{font-weight:750}.YELLOW ._white-text.--weight-751{font-weight:751}.YELLOW ._white-text.--weight-752{font-weight:752}.YELLOW ._white-text.--weight-753{font-weight:753}.YELLOW ._white-text.--weight-754{font-weight:754}.YELLOW ._white-text.--weight-755{font-weight:755}.YELLOW ._white-text.--weight-756{font-weight:756}.YELLOW ._white-text.--weight-757{font-weight:757}.YELLOW ._white-text.--weight-758{font-weight:758}.YELLOW ._white-text.--weight-759{font-weight:759}.YELLOW ._white-text.--weight-760{font-weight:760}.YELLOW ._white-text.--weight-761{font-weight:761}.YELLOW ._white-text.--weight-762{font-weight:762}.YELLOW ._white-text.--weight-763{font-weight:763}.YELLOW ._white-text.--weight-764{font-weight:764}.YELLOW ._white-text.--weight-765{font-weight:765}.YELLOW ._white-text.--weight-766{font-weight:766}.YELLOW ._white-text.--weight-767{font-weight:767}.YELLOW ._white-text.--weight-768{font-weight:768}.YELLOW ._white-text.--weight-769{font-weight:769}.YELLOW ._white-text.--weight-770{font-weight:770}.YELLOW ._white-text.--weight-771{font-weight:771}.YELLOW ._white-text.--weight-772{font-weight:772}.YELLOW ._white-text.--weight-773{font-weight:773}.YELLOW ._white-text.--weight-774{font-weight:774}.YELLOW ._white-text.--weight-775{font-weight:775}.YELLOW ._white-text.--weight-776{font-weight:776}.YELLOW ._white-text.--weight-777{font-weight:777}.YELLOW ._white-text.--weight-778{font-weight:778}.YELLOW ._white-text.--weight-779{font-weight:779}.YELLOW ._white-text.--weight-780{font-weight:780}.YELLOW ._white-text.--weight-781{font-weight:781}.YELLOW ._white-text.--weight-782{font-weight:782}.YELLOW ._white-text.--weight-783{font-weight:783}.YELLOW ._white-text.--weight-784{font-weight:784}.YELLOW ._white-text.--weight-785{font-weight:785}.YELLOW ._white-text.--weight-786{font-weight:786}.YELLOW ._white-text.--weight-787{font-weight:787}.YELLOW ._white-text.--weight-788{font-weight:788}.YELLOW ._white-text.--weight-789{font-weight:789}.YELLOW ._white-text.--weight-790{font-weight:790}.YELLOW ._white-text.--weight-791{font-weight:791}.YELLOW ._white-text.--weight-792{font-weight:792}.YELLOW ._white-text.--weight-793{font-weight:793}.YELLOW ._white-text.--weight-794{font-weight:794}.YELLOW ._white-text.--weight-795{font-weight:795}.YELLOW ._white-text.--weight-796{font-weight:796}.YELLOW ._white-text.--weight-797{font-weight:797}.YELLOW ._white-text.--weight-798{font-weight:798}.YELLOW ._white-text.--weight-799{font-weight:799}.YELLOW ._white-text.--weight-800{font-weight:800}.YELLOW ._white-text.--lh-1{line-height:1px}.YELLOW ._white-text.--lh-2{line-height:2px}.YELLOW ._white-text.--lh-3{line-height:3px}.YELLOW ._white-text.--lh-4{line-height:4px}.YELLOW ._white-text.--lh-5{line-height:5px}.YELLOW ._white-text.--lh-6{line-height:6px}.YELLOW ._white-text.--lh-7{line-height:7px}.YELLOW ._white-text.--lh-8{line-height:8px}.YELLOW ._white-text.--lh-9{line-height:9px}.YELLOW ._white-text.--lh-10{line-height:10px}.YELLOW ._white-text.--lh-11{line-height:11px}.YELLOW ._white-text.--lh-12{line-height:12px}.YELLOW ._white-text.--lh-13{line-height:13px}.YELLOW ._white-text.--lh-14{line-height:14px}.YELLOW ._white-text.--lh-15{line-height:15px}.YELLOW ._white-text.--lh-16{line-height:16px}.YELLOW ._white-text.--lh-17{line-height:17px}.YELLOW ._white-text.--lh-18{line-height:18px}.YELLOW ._white-text.--lh-19{line-height:19px}.YELLOW ._white-text.--lh-20{line-height:20px}.YELLOW ._white-text.--lh-21{line-height:21px}.YELLOW ._white-text.--lh-22{line-height:22px}.YELLOW ._white-text.--lh-23{line-height:23px}.YELLOW ._white-text.--lh-24{line-height:24px}.YELLOW ._white-text.--lh-25{line-height:25px}.YELLOW ._white-text.--lh-26{line-height:26px}.YELLOW ._white-text.--lh-27{line-height:27px}.YELLOW ._white-text.--lh-28{line-height:28px}.YELLOW ._white-text.--lh-29{line-height:29px}.YELLOW ._white-text.--lh-30{line-height:30px}.YELLOW ._white-text.--lh-31{line-height:31px}.YELLOW ._white-text.--lh-32{line-height:32px}.YELLOW ._white-text.--lh-33{line-height:33px}.YELLOW ._white-text.--lh-34{line-height:34px}.YELLOW ._white-text.--lh-35{line-height:35px}.YELLOW ._white-text.--lh-36{line-height:36px}.YELLOW ._white-text.--lh-37{line-height:37px}.YELLOW ._white-text.--lh-38{line-height:38px}.YELLOW ._white-text.--lh-39{line-height:39px}.YELLOW ._white-text.--lh-40{line-height:40px}.YELLOW ._white-text.--lh-41{line-height:41px}.YELLOW ._white-text.--lh-42{line-height:42px}.YELLOW ._white-text.--lh-43{line-height:43px}.YELLOW ._white-text.--lh-44{line-height:44px}.YELLOW ._white-text.--lh-45{line-height:45px}.YELLOW ._white-text.--lh-46{line-height:46px}.YELLOW ._white-text.--lh-47{line-height:47px}.YELLOW ._white-text.--lh-48{line-height:48px}.YELLOW ._white-text.--lh-49{line-height:49px}.YELLOW ._white-text.--lh-50{line-height:50px}.YELLOW ._white-text.--lh-51{line-height:51px}.YELLOW ._white-text.--lh-52{line-height:52px}.YELLOW ._white-text.--lh-53{line-height:53px}.YELLOW ._white-text.--lh-54{line-height:54px}.YELLOW ._white-text.--lh-55{line-height:55px}.YELLOW ._white-text.--lh-56{line-height:56px}.YELLOW ._white-text.--lh-57{line-height:57px}.YELLOW ._white-text.--lh-58{line-height:58px}.YELLOW ._white-text.--lh-59{line-height:59px}.YELLOW ._white-text.--lh-60{line-height:60px}.YELLOW ._white-text.--lh-61{line-height:61px}.YELLOW ._white-text.--lh-62{line-height:62px}.YELLOW ._white-text.--lh-63{line-height:63px}.YELLOW ._white-text.--lh-64{line-height:64px}.YELLOW ._white-text.--lh-65{line-height:65px}.YELLOW ._white-text.--lh-66{line-height:66px}.YELLOW ._white-text.--lh-67{line-height:67px}.YELLOW ._white-text.--lh-68{line-height:68px}.YELLOW ._white-text.--lh-69{line-height:69px}.YELLOW ._white-text.--lh-70{line-height:70px}.YELLOW ._white-text.--lh-71{line-height:71px}.YELLOW ._white-text.--lh-72{line-height:72px}.YELLOW ._white-text.--lh-73{line-height:73px}.YELLOW ._white-text.--lh-74{line-height:74px}.YELLOW ._white-text.--lh-75{line-height:75px}.YELLOW ._white-text.--lh-76{line-height:76px}.YELLOW ._white-text.--lh-77{line-height:77px}.YELLOW ._white-text.--lh-78{line-height:78px}.YELLOW ._white-text.--lh-79{line-height:79px}.YELLOW ._white-text.--lh-80{line-height:80px}.YELLOW ._white-text.--lh-81{line-height:81px}.YELLOW ._white-text.--lh-82{line-height:82px}.YELLOW ._white-text.--lh-83{line-height:83px}.YELLOW ._white-text.--lh-84{line-height:84px}.YELLOW ._white-text.--lh-85{line-height:85px}.YELLOW ._white-text.--lh-86{line-height:86px}.YELLOW ._white-text.--lh-87{line-height:87px}.YELLOW ._white-text.--lh-88{line-height:88px}.YELLOW ._white-text.--lh-89{line-height:89px}.YELLOW ._white-text.--lh-90{line-height:90px}.YELLOW ._white-text.--lh-91{line-height:91px}.YELLOW ._white-text.--lh-92{line-height:92px}.YELLOW ._white-text.--lh-93{line-height:93px}.YELLOW ._white-text.--lh-94{line-height:94px}.YELLOW ._white-text.--lh-95{line-height:95px}.YELLOW ._white-text.--lh-96{line-height:96px}.YELLOW ._white-text.--lh-97{line-height:97px}.YELLOW ._white-text.--lh-98{line-height:98px}.YELLOW ._white-text.--lh-99{line-height:99px}.YELLOW ._white-text.--lh-100{line-height:100px}.YELLOW ._white-text.--lh-101{line-height:101px}.YELLOW ._white-text.--lh-102{line-height:102px}.YELLOW ._white-text.--lh-103{line-height:103px}.YELLOW ._white-text.--lh-104{line-height:104px}.YELLOW ._white-text.--lh-105{line-height:105px}.YELLOW ._white-text.--lh-106{line-height:106px}.YELLOW ._white-text.--lh-107{line-height:107px}.YELLOW ._white-text.--lh-108{line-height:108px}.YELLOW ._white-text.--lh-109{line-height:109px}.YELLOW ._white-text.--lh-110{line-height:110px}.YELLOW ._white-text.--lh-111{line-height:111px}.YELLOW ._white-text.--lh-112{line-height:112px}.YELLOW ._white-text.--lh-113{line-height:113px}.YELLOW ._white-text.--lh-114{line-height:114px}.YELLOW ._white-text.--lh-115{line-height:115px}.YELLOW ._white-text.--lh-116{line-height:116px}.YELLOW ._white-text.--lh-117{line-height:117px}.YELLOW ._white-text.--lh-118{line-height:118px}.YELLOW ._white-text.--lh-119{line-height:119px}.YELLOW ._white-text.--lh-120{line-height:120px}.YELLOW ._white-text.--lh-121{line-height:121px}.YELLOW ._white-text.--lh-122{line-height:122px}.YELLOW ._white-text.--lh-123{line-height:123px}.YELLOW ._white-text.--lh-124{line-height:124px}.YELLOW ._white-text.--lh-125{line-height:125px}.YELLOW ._white-text.--lh-126{line-height:126px}.YELLOW ._white-text.--lh-127{line-height:127px}.YELLOW ._white-text.--lh-128{line-height:128px}.YELLOW ._white-text.--lh-129{line-height:129px}.YELLOW ._white-text.--lh-130{line-height:130px}.YELLOW ._white-text.--lh-131{line-height:131px}.YELLOW ._white-text.--lh-132{line-height:132px}.YELLOW ._white-text.--lh-133{line-height:133px}.YELLOW ._white-text.--lh-134{line-height:134px}.YELLOW ._white-text.--lh-135{line-height:135px}.YELLOW ._white-text.--lh-136{line-height:136px}.YELLOW ._white-text.--lh-137{line-height:137px}.YELLOW ._white-text.--lh-138{line-height:138px}.YELLOW ._white-text.--lh-139{line-height:139px}.YELLOW ._white-text.--lh-140{line-height:140px}.YELLOW ._white-text.--lh-141{line-height:141px}.YELLOW ._white-text.--lh-142{line-height:142px}.YELLOW ._white-text.--lh-143{line-height:143px}.YELLOW ._white-text.--lh-144{line-height:144px}.YELLOW ._white-text.--lh-145{line-height:145px}.YELLOW ._white-text.--lh-146{line-height:146px}.YELLOW ._white-text.--lh-147{line-height:147px}.YELLOW ._white-text.--lh-148{line-height:148px}.YELLOW ._white-text.--lh-149{line-height:149px}.YELLOW ._white-text.--lh-150{line-height:150px}.YELLOW ._white-text.--lh-151{line-height:151px}.YELLOW ._white-text.--lh-152{line-height:152px}.YELLOW ._white-text.--lh-153{line-height:153px}.YELLOW ._white-text.--lh-154{line-height:154px}.YELLOW ._white-text.--lh-155{line-height:155px}.YELLOW ._white-text.--lh-156{line-height:156px}.YELLOW ._white-text.--lh-157{line-height:157px}.YELLOW ._white-text.--lh-158{line-height:158px}.YELLOW ._white-text.--lh-159{line-height:159px}.YELLOW ._white-text.--lh-160{line-height:160px}.YELLOW ._white-text.--lh-161{line-height:161px}.YELLOW ._white-text.--lh-162{line-height:162px}.YELLOW ._white-text.--lh-163{line-height:163px}.YELLOW ._white-text.--lh-164{line-height:164px}.YELLOW ._white-text.--lh-165{line-height:165px}.YELLOW ._white-text.--lh-166{line-height:166px}.YELLOW ._white-text.--lh-167{line-height:167px}.YELLOW ._white-text.--lh-168{line-height:168px}.YELLOW ._white-text.--lh-169{line-height:169px}.YELLOW ._white-text.--lh-170{line-height:170px}.YELLOW ._white-text.--lh-171{line-height:171px}.YELLOW ._white-text.--lh-172{line-height:172px}.YELLOW ._white-text.--lh-173{line-height:173px}.YELLOW ._white-text.--lh-174{line-height:174px}.YELLOW ._white-text.--lh-175{line-height:175px}.YELLOW ._white-text.--lh-176{line-height:176px}.YELLOW ._white-text.--lh-177{line-height:177px}.YELLOW ._white-text.--lh-178{line-height:178px}.YELLOW ._white-text.--lh-179{line-height:179px}.YELLOW ._white-text.--lh-180{line-height:180px}.YELLOW ._white-text.--lh-181{line-height:181px}.YELLOW ._white-text.--lh-182{line-height:182px}.YELLOW ._white-text.--lh-183{line-height:183px}.YELLOW ._white-text.--lh-184{line-height:184px}.YELLOW ._white-text.--lh-185{line-height:185px}.YELLOW ._white-text.--lh-186{line-height:186px}.YELLOW ._white-text.--lh-187{line-height:187px}.YELLOW ._white-text.--lh-188{line-height:188px}.YELLOW ._white-text.--lh-189{line-height:189px}.YELLOW ._white-text.--lh-190{line-height:190px}.YELLOW ._white-text.--lh-191{line-height:191px}.YELLOW ._white-text.--lh-192{line-height:192px}.YELLOW ._white-text.--lh-193{line-height:193px}.YELLOW ._white-text.--lh-194{line-height:194px}.YELLOW ._white-text.--lh-195{line-height:195px}.YELLOW ._white-text.--lh-196{line-height:196px}.YELLOW ._white-text.--lh-197{line-height:197px}.YELLOW ._white-text.--lh-198{line-height:198px}.YELLOW ._white-text.--lh-199{line-height:199px}.YELLOW ._white-text.--lh-200{line-height:200px}.YELLOW ._white-text.--lh-201{line-height:201px}.YELLOW ._white-text.--lh-202{line-height:202px}.YELLOW ._white-text.--lh-203{line-height:203px}.YELLOW ._white-text.--lh-204{line-height:204px}.YELLOW ._white-text.--lh-205{line-height:205px}.YELLOW ._white-text.--lh-206{line-height:206px}.YELLOW ._white-text.--lh-207{line-height:207px}.YELLOW ._white-text.--lh-208{line-height:208px}.YELLOW ._white-text.--lh-209{line-height:209px}.YELLOW ._white-text.--lh-210{line-height:210px}.YELLOW ._white-text.--lh-211{line-height:211px}.YELLOW ._white-text.--lh-212{line-height:212px}.YELLOW ._white-text.--lh-213{line-height:213px}.YELLOW ._white-text.--lh-214{line-height:214px}.YELLOW ._white-text.--lh-215{line-height:215px}.YELLOW ._white-text.--lh-216{line-height:216px}.YELLOW ._white-text.--lh-217{line-height:217px}.YELLOW ._white-text.--lh-218{line-height:218px}.YELLOW ._white-text.--lh-219{line-height:219px}.YELLOW ._white-text.--lh-220{line-height:220px}.YELLOW ._white-text.--lh-221{line-height:221px}.YELLOW ._white-text.--lh-222{line-height:222px}.YELLOW ._white-text.--lh-223{line-height:223px}.YELLOW ._white-text.--lh-224{line-height:224px}.YELLOW ._white-text.--lh-225{line-height:225px}.YELLOW ._white-text.--lh-226{line-height:226px}.YELLOW ._white-text.--lh-227{line-height:227px}.YELLOW ._white-text.--lh-228{line-height:228px}.YELLOW ._white-text.--lh-229{line-height:229px}.YELLOW ._white-text.--lh-230{line-height:230px}.YELLOW ._white-text.--lh-231{line-height:231px}.YELLOW ._white-text.--lh-232{line-height:232px}.YELLOW ._white-text.--lh-233{line-height:233px}.YELLOW ._white-text.--lh-234{line-height:234px}.YELLOW ._white-text.--lh-235{line-height:235px}.YELLOW ._white-text.--lh-236{line-height:236px}.YELLOW ._white-text.--lh-237{line-height:237px}.YELLOW ._white-text.--lh-238{line-height:238px}.YELLOW ._white-text.--lh-239{line-height:239px}.YELLOW ._white-text.--lh-240{line-height:240px}.YELLOW ._white-text.--lh-241{line-height:241px}.YELLOW ._white-text.--lh-242{line-height:242px}.YELLOW ._white-text.--lh-243{line-height:243px}.YELLOW ._white-text.--lh-244{line-height:244px}.YELLOW ._white-text.--lh-245{line-height:245px}.YELLOW ._white-text.--lh-246{line-height:246px}.YELLOW ._white-text.--lh-247{line-height:247px}.YELLOW ._white-text.--lh-248{line-height:248px}.YELLOW ._white-text.--lh-249{line-height:249px}.YELLOW ._white-text.--lh-250{line-height:250px}.YELLOW ._white-text.--lh-251{line-height:251px}.YELLOW ._white-text.--lh-252{line-height:252px}.YELLOW ._white-text.--lh-253{line-height:253px}.YELLOW ._white-text.--lh-254{line-height:254px}.YELLOW ._white-text.--lh-255{line-height:255px}.YELLOW ._white-text.--lh-256{line-height:256px}.YELLOW ._white-text.--lh-257{line-height:257px}.YELLOW ._white-text.--lh-258{line-height:258px}.YELLOW ._white-text.--lh-259{line-height:259px}.YELLOW ._white-text.--lh-260{line-height:260px}.YELLOW ._white-text.--lh-261{line-height:261px}.YELLOW ._white-text.--lh-262{line-height:262px}.YELLOW ._white-text.--lh-263{line-height:263px}.YELLOW ._white-text.--lh-264{line-height:264px}.YELLOW ._white-text.--lh-265{line-height:265px}.YELLOW ._white-text.--lh-266{line-height:266px}.YELLOW ._white-text.--lh-267{line-height:267px}.YELLOW ._white-text.--lh-268{line-height:268px}.YELLOW ._white-text.--lh-269{line-height:269px}.YELLOW ._white-text.--lh-270{line-height:270px}.YELLOW ._white-text.--lh-271{line-height:271px}.YELLOW ._white-text.--lh-272{line-height:272px}.YELLOW ._white-text.--lh-273{line-height:273px}.YELLOW ._white-text.--lh-274{line-height:274px}.YELLOW ._white-text.--lh-275{line-height:275px}.YELLOW ._white-text.--lh-276{line-height:276px}.YELLOW ._white-text.--lh-277{line-height:277px}.YELLOW ._white-text.--lh-278{line-height:278px}.YELLOW ._white-text.--lh-279{line-height:279px}.YELLOW ._white-text.--lh-280{line-height:280px}.YELLOW ._white-text.--lh-281{line-height:281px}.YELLOW ._white-text.--lh-282{line-height:282px}.YELLOW ._white-text.--lh-283{line-height:283px}.YELLOW ._white-text.--lh-284{line-height:284px}.YELLOW ._white-text.--lh-285{line-height:285px}.YELLOW ._white-text.--lh-286{line-height:286px}.YELLOW ._white-text.--lh-287{line-height:287px}.YELLOW ._white-text.--lh-288{line-height:288px}.YELLOW ._white-text.--lh-289{line-height:289px}.YELLOW ._white-text.--lh-290{line-height:290px}.YELLOW ._white-text.--lh-291{line-height:291px}.YELLOW ._white-text.--lh-292{line-height:292px}.YELLOW ._white-text.--lh-293{line-height:293px}.YELLOW ._white-text.--lh-294{line-height:294px}.YELLOW ._white-text.--lh-295{line-height:295px}.YELLOW ._white-text.--lh-296{line-height:296px}.YELLOW ._white-text.--lh-297{line-height:297px}.YELLOW ._white-text.--lh-298{line-height:298px}.YELLOW ._white-text.--lh-299{line-height:299px}.YELLOW ._white-text.--lh-300{line-height:300px}.YELLOW ._white-text.--lh-301{line-height:301px}.YELLOW ._white-text.--lh-302{line-height:302px}.YELLOW ._white-text.--lh-303{line-height:303px}.YELLOW ._white-text.--lh-304{line-height:304px}.YELLOW ._white-text.--lh-305{line-height:305px}.YELLOW ._white-text.--lh-306{line-height:306px}.YELLOW ._white-text.--lh-307{line-height:307px}.YELLOW ._white-text.--lh-308{line-height:308px}.YELLOW ._white-text.--lh-309{line-height:309px}.YELLOW ._white-text.--lh-310{line-height:310px}.YELLOW ._white-text.--lh-311{line-height:311px}.YELLOW ._white-text.--lh-312{line-height:312px}.YELLOW ._white-text.--lh-313{line-height:313px}.YELLOW ._white-text.--lh-314{line-height:314px}.YELLOW ._white-text.--lh-315{line-height:315px}.YELLOW ._white-text.--lh-316{line-height:316px}.YELLOW ._white-text.--lh-317{line-height:317px}.YELLOW ._white-text.--lh-318{line-height:318px}.YELLOW ._white-text.--lh-319{line-height:319px}.YELLOW ._white-text.--lh-320{line-height:320px}.YELLOW ._white-text.--lh-321{line-height:321px}.YELLOW ._white-text.--lh-322{line-height:322px}.YELLOW ._white-text.--lh-323{line-height:323px}.YELLOW ._white-text.--lh-324{line-height:324px}.YELLOW ._white-text.--lh-325{line-height:325px}.YELLOW ._white-text.--lh-326{line-height:326px}.YELLOW ._white-text.--lh-327{line-height:327px}.YELLOW ._white-text.--lh-328{line-height:328px}.YELLOW ._white-text.--lh-329{line-height:329px}.YELLOW ._white-text.--lh-330{line-height:330px}.YELLOW ._white-text.--lh-331{line-height:331px}.YELLOW ._white-text.--lh-332{line-height:332px}.YELLOW ._white-text.--lh-333{line-height:333px}.YELLOW ._white-text.--lh-334{line-height:334px}.YELLOW ._white-text.--lh-335{line-height:335px}.YELLOW ._white-text.--lh-336{line-height:336px}.YELLOW ._white-text.--lh-337{line-height:337px}.YELLOW ._white-text.--lh-338{line-height:338px}.YELLOW ._white-text.--lh-339{line-height:339px}.YELLOW ._white-text.--lh-340{line-height:340px}.YELLOW ._white-text.--lh-341{line-height:341px}.YELLOW ._white-text.--lh-342{line-height:342px}.YELLOW ._white-text.--lh-343{line-height:343px}.YELLOW ._white-text.--lh-344{line-height:344px}.YELLOW ._white-text.--lh-345{line-height:345px}.YELLOW ._white-text.--lh-346{line-height:346px}.YELLOW ._white-text.--lh-347{line-height:347px}.YELLOW ._white-text.--lh-348{line-height:348px}.YELLOW ._white-text.--lh-349{line-height:349px}.YELLOW ._white-text.--lh-350{line-height:350px}.YELLOW ._white-text.--lh-351{line-height:351px}.YELLOW ._white-text.--lh-352{line-height:352px}.YELLOW ._white-text.--lh-353{line-height:353px}.YELLOW ._white-text.--lh-354{line-height:354px}.YELLOW ._white-text.--lh-355{line-height:355px}.YELLOW ._white-text.--lh-356{line-height:356px}.YELLOW ._white-text.--lh-357{line-height:357px}.YELLOW ._white-text.--lh-358{line-height:358px}.YELLOW ._white-text.--lh-359{line-height:359px}.YELLOW ._white-text.--lh-360{line-height:360px}.YELLOW ._white-text.--lh-361{line-height:361px}.YELLOW ._white-text.--lh-362{line-height:362px}.YELLOW ._white-text.--lh-363{line-height:363px}.YELLOW ._white-text.--lh-364{line-height:364px}.YELLOW ._white-text.--lh-365{line-height:365px}.YELLOW ._white-text.--lh-366{line-height:366px}.YELLOW ._white-text.--lh-367{line-height:367px}.YELLOW ._white-text.--lh-368{line-height:368px}.YELLOW ._white-text.--lh-369{line-height:369px}.YELLOW ._white-text.--lh-370{line-height:370px}.YELLOW ._white-text.--lh-371{line-height:371px}.YELLOW ._white-text.--lh-372{line-height:372px}.YELLOW ._white-text.--lh-373{line-height:373px}.YELLOW ._white-text.--lh-374{line-height:374px}.YELLOW ._white-text.--lh-375{line-height:375px}.YELLOW ._white-text.--lh-376{line-height:376px}.YELLOW ._white-text.--lh-377{line-height:377px}.YELLOW ._white-text.--lh-378{line-height:378px}.YELLOW ._white-text.--lh-379{line-height:379px}.YELLOW ._white-text.--lh-380{line-height:380px}.YELLOW ._white-text.--lh-381{line-height:381px}.YELLOW ._white-text.--lh-382{line-height:382px}.YELLOW ._white-text.--lh-383{line-height:383px}.YELLOW ._white-text.--lh-384{line-height:384px}.YELLOW ._white-text.--lh-385{line-height:385px}.YELLOW ._white-text.--lh-386{line-height:386px}.YELLOW ._white-text.--lh-387{line-height:387px}.YELLOW ._white-text.--lh-388{line-height:388px}.YELLOW ._white-text.--lh-389{line-height:389px}.YELLOW ._white-text.--lh-390{line-height:390px}.YELLOW ._white-text.--lh-391{line-height:391px}.YELLOW ._white-text.--lh-392{line-height:392px}.YELLOW ._white-text.--lh-393{line-height:393px}.YELLOW ._white-text.--lh-394{line-height:394px}.YELLOW ._white-text.--lh-395{line-height:395px}.YELLOW ._white-text.--lh-396{line-height:396px}.YELLOW ._white-text.--lh-397{line-height:397px}.YELLOW ._white-text.--lh-398{line-height:398px}.YELLOW ._white-text.--lh-399{line-height:399px}.YELLOW ._white-text.--lh-400{line-height:400px}.YELLOW ._white-text.--lh-401{line-height:401px}.YELLOW ._white-text.--lh-402{line-height:402px}.YELLOW ._white-text.--lh-403{line-height:403px}.YELLOW ._white-text.--lh-404{line-height:404px}.YELLOW ._white-text.--lh-405{line-height:405px}.YELLOW ._white-text.--lh-406{line-height:406px}.YELLOW ._white-text.--lh-407{line-height:407px}.YELLOW ._white-text.--lh-408{line-height:408px}.YELLOW ._white-text.--lh-409{line-height:409px}.YELLOW ._white-text.--lh-410{line-height:410px}.YELLOW ._white-text.--lh-411{line-height:411px}.YELLOW ._white-text.--lh-412{line-height:412px}.YELLOW ._white-text.--lh-413{line-height:413px}.YELLOW ._white-text.--lh-414{line-height:414px}.YELLOW ._white-text.--lh-415{line-height:415px}.YELLOW ._white-text.--lh-416{line-height:416px}.YELLOW ._white-text.--lh-417{line-height:417px}.YELLOW ._white-text.--lh-418{line-height:418px}.YELLOW ._white-text.--lh-419{line-height:419px}.YELLOW ._white-text.--lh-420{line-height:420px}.YELLOW ._white-text.--lh-421{line-height:421px}.YELLOW ._white-text.--lh-422{line-height:422px}.YELLOW ._white-text.--lh-423{line-height:423px}.YELLOW ._white-text.--lh-424{line-height:424px}.YELLOW ._white-text.--lh-425{line-height:425px}.YELLOW ._white-text.--lh-426{line-height:426px}.YELLOW ._white-text.--lh-427{line-height:427px}.YELLOW ._white-text.--lh-428{line-height:428px}.YELLOW ._white-text.--lh-429{line-height:429px}.YELLOW ._white-text.--lh-430{line-height:430px}.YELLOW ._white-text.--lh-431{line-height:431px}.YELLOW ._white-text.--lh-432{line-height:432px}.YELLOW ._white-text.--lh-433{line-height:433px}.YELLOW ._white-text.--lh-434{line-height:434px}.YELLOW ._white-text.--lh-435{line-height:435px}.YELLOW ._white-text.--lh-436{line-height:436px}.YELLOW ._white-text.--lh-437{line-height:437px}.YELLOW ._white-text.--lh-438{line-height:438px}.YELLOW ._white-text.--lh-439{line-height:439px}.YELLOW ._white-text.--lh-440{line-height:440px}.YELLOW ._white-text.--lh-441{line-height:441px}.YELLOW ._white-text.--lh-442{line-height:442px}.YELLOW ._white-text.--lh-443{line-height:443px}.YELLOW ._white-text.--lh-444{line-height:444px}.YELLOW ._white-text.--lh-445{line-height:445px}.YELLOW ._white-text.--lh-446{line-height:446px}.YELLOW ._white-text.--lh-447{line-height:447px}.YELLOW ._white-text.--lh-448{line-height:448px}.YELLOW ._white-text.--lh-449{line-height:449px}.YELLOW ._white-text.--lh-450{line-height:450px}.YELLOW ._white-text.--lh-451{line-height:451px}.YELLOW ._white-text.--lh-452{line-height:452px}.YELLOW ._white-text.--lh-453{line-height:453px}.YELLOW ._white-text.--lh-454{line-height:454px}.YELLOW ._white-text.--lh-455{line-height:455px}.YELLOW ._white-text.--lh-456{line-height:456px}.YELLOW ._white-text.--lh-457{line-height:457px}.YELLOW ._white-text.--lh-458{line-height:458px}.YELLOW ._white-text.--lh-459{line-height:459px}.YELLOW ._white-text.--lh-460{line-height:460px}.YELLOW ._white-text.--lh-461{line-height:461px}.YELLOW ._white-text.--lh-462{line-height:462px}.YELLOW ._white-text.--lh-463{line-height:463px}.YELLOW ._white-text.--lh-464{line-height:464px}.YELLOW ._white-text.--lh-465{line-height:465px}.YELLOW ._white-text.--lh-466{line-height:466px}.YELLOW ._white-text.--lh-467{line-height:467px}.YELLOW ._white-text.--lh-468{line-height:468px}.YELLOW ._white-text.--lh-469{line-height:469px}.YELLOW ._white-text.--lh-470{line-height:470px}.YELLOW ._white-text.--lh-471{line-height:471px}.YELLOW ._white-text.--lh-472{line-height:472px}.YELLOW ._white-text.--lh-473{line-height:473px}.YELLOW ._white-text.--lh-474{line-height:474px}.YELLOW ._white-text.--lh-475{line-height:475px}.YELLOW ._white-text.--lh-476{line-height:476px}.YELLOW ._white-text.--lh-477{line-height:477px}.YELLOW ._white-text.--lh-478{line-height:478px}.YELLOW ._white-text.--lh-479{line-height:479px}.YELLOW ._white-text.--lh-480{line-height:480px}.YELLOW ._white-text.--lh-481{line-height:481px}.YELLOW ._white-text.--lh-482{line-height:482px}.YELLOW ._white-text.--lh-483{line-height:483px}.YELLOW ._white-text.--lh-484{line-height:484px}.YELLOW ._white-text.--lh-485{line-height:485px}.YELLOW ._white-text.--lh-486{line-height:486px}.YELLOW ._white-text.--lh-487{line-height:487px}.YELLOW ._white-text.--lh-488{line-height:488px}.YELLOW ._white-text.--lh-489{line-height:489px}.YELLOW ._white-text.--lh-490{line-height:490px}.YELLOW ._white-text.--lh-491{line-height:491px}.YELLOW ._white-text.--lh-492{line-height:492px}.YELLOW ._white-text.--lh-493{line-height:493px}.YELLOW ._white-text.--lh-494{line-height:494px}.YELLOW ._white-text.--lh-495{line-height:495px}.YELLOW ._white-text.--lh-496{line-height:496px}.YELLOW ._white-text.--lh-497{line-height:497px}.YELLOW ._white-text.--lh-498{line-height:498px}.YELLOW ._white-text.--lh-499{line-height:499px}.YELLOW ._white-text.--lh-500{line-height:500px}.YELLOW ._white-text.--lh-501{line-height:501px}.YELLOW ._white-text.--lh-502{line-height:502px}.YELLOW ._white-text.--lh-503{line-height:503px}.YELLOW ._white-text.--lh-504{line-height:504px}.YELLOW ._white-text.--lh-505{line-height:505px}.YELLOW ._white-text.--lh-506{line-height:506px}.YELLOW ._white-text.--lh-507{line-height:507px}.YELLOW ._white-text.--lh-508{line-height:508px}.YELLOW ._white-text.--lh-509{line-height:509px}.YELLOW ._white-text.--lh-510{line-height:510px}.YELLOW ._white-text.--lh-511{line-height:511px}.YELLOW ._white-text.--lh-512{line-height:512px}.YELLOW ._white-text.--lh-513{line-height:513px}.YELLOW ._white-text.--lh-514{line-height:514px}.YELLOW ._white-text.--lh-515{line-height:515px}.YELLOW ._white-text.--lh-516{line-height:516px}.YELLOW ._white-text.--lh-517{line-height:517px}.YELLOW ._white-text.--lh-518{line-height:518px}.YELLOW ._white-text.--lh-519{line-height:519px}.YELLOW ._white-text.--lh-520{line-height:520px}.YELLOW ._white-text.--lh-521{line-height:521px}.YELLOW ._white-text.--lh-522{line-height:522px}.YELLOW ._white-text.--lh-523{line-height:523px}.YELLOW ._white-text.--lh-524{line-height:524px}.YELLOW ._white-text.--lh-525{line-height:525px}.YELLOW ._white-text.--lh-526{line-height:526px}.YELLOW ._white-text.--lh-527{line-height:527px}.YELLOW ._white-text.--lh-528{line-height:528px}.YELLOW ._white-text.--lh-529{line-height:529px}.YELLOW ._white-text.--lh-530{line-height:530px}.YELLOW ._white-text.--lh-531{line-height:531px}.YELLOW ._white-text.--lh-532{line-height:532px}.YELLOW ._white-text.--lh-533{line-height:533px}.YELLOW ._white-text.--lh-534{line-height:534px}.YELLOW ._white-text.--lh-535{line-height:535px}.YELLOW ._white-text.--lh-536{line-height:536px}.YELLOW ._white-text.--lh-537{line-height:537px}.YELLOW ._white-text.--lh-538{line-height:538px}.YELLOW ._white-text.--lh-539{line-height:539px}.YELLOW ._white-text.--lh-540{line-height:540px}.YELLOW ._white-text.--lh-541{line-height:541px}.YELLOW ._white-text.--lh-542{line-height:542px}.YELLOW ._white-text.--lh-543{line-height:543px}.YELLOW ._white-text.--lh-544{line-height:544px}.YELLOW ._white-text.--lh-545{line-height:545px}.YELLOW ._white-text.--lh-546{line-height:546px}.YELLOW ._white-text.--lh-547{line-height:547px}.YELLOW ._white-text.--lh-548{line-height:548px}.YELLOW ._white-text.--lh-549{line-height:549px}.YELLOW ._white-text.--lh-550{line-height:550px}.YELLOW ._white-text.--lh-551{line-height:551px}.YELLOW ._white-text.--lh-552{line-height:552px}.YELLOW ._white-text.--lh-553{line-height:553px}.YELLOW ._white-text.--lh-554{line-height:554px}.YELLOW ._white-text.--lh-555{line-height:555px}.YELLOW ._white-text.--lh-556{line-height:556px}.YELLOW ._white-text.--lh-557{line-height:557px}.YELLOW ._white-text.--lh-558{line-height:558px}.YELLOW ._white-text.--lh-559{line-height:559px}.YELLOW ._white-text.--lh-560{line-height:560px}.YELLOW ._white-text.--lh-561{line-height:561px}.YELLOW ._white-text.--lh-562{line-height:562px}.YELLOW ._white-text.--lh-563{line-height:563px}.YELLOW ._white-text.--lh-564{line-height:564px}.YELLOW ._white-text.--lh-565{line-height:565px}.YELLOW ._white-text.--lh-566{line-height:566px}.YELLOW ._white-text.--lh-567{line-height:567px}.YELLOW ._white-text.--lh-568{line-height:568px}.YELLOW ._white-text.--lh-569{line-height:569px}.YELLOW ._white-text.--lh-570{line-height:570px}.YELLOW ._white-text.--lh-571{line-height:571px}.YELLOW ._white-text.--lh-572{line-height:572px}.YELLOW ._white-text.--lh-573{line-height:573px}.YELLOW ._white-text.--lh-574{line-height:574px}.YELLOW ._white-text.--lh-575{line-height:575px}.YELLOW ._white-text.--lh-576{line-height:576px}.YELLOW ._white-text.--lh-577{line-height:577px}.YELLOW ._white-text.--lh-578{line-height:578px}.YELLOW ._white-text.--lh-579{line-height:579px}.YELLOW ._white-text.--lh-580{line-height:580px}.YELLOW ._white-text.--lh-581{line-height:581px}.YELLOW ._white-text.--lh-582{line-height:582px}.YELLOW ._white-text.--lh-583{line-height:583px}.YELLOW ._white-text.--lh-584{line-height:584px}.YELLOW ._white-text.--lh-585{line-height:585px}.YELLOW ._white-text.--lh-586{line-height:586px}.YELLOW ._white-text.--lh-587{line-height:587px}.YELLOW ._white-text.--lh-588{line-height:588px}.YELLOW ._white-text.--lh-589{line-height:589px}.YELLOW ._white-text.--lh-590{line-height:590px}.YELLOW ._white-text.--lh-591{line-height:591px}.YELLOW ._white-text.--lh-592{line-height:592px}.YELLOW ._white-text.--lh-593{line-height:593px}.YELLOW ._white-text.--lh-594{line-height:594px}.YELLOW ._white-text.--lh-595{line-height:595px}.YELLOW ._white-text.--lh-596{line-height:596px}.YELLOW ._white-text.--lh-597{line-height:597px}.YELLOW ._white-text.--lh-598{line-height:598px}.YELLOW ._white-text.--lh-599{line-height:599px}.YELLOW ._white-text.--lh-600{line-height:600px}.YELLOW ._white-text.--lh-601{line-height:601px}.YELLOW ._white-text.--lh-602{line-height:602px}.YELLOW ._white-text.--lh-603{line-height:603px}.YELLOW ._white-text.--lh-604{line-height:604px}.YELLOW ._white-text.--lh-605{line-height:605px}.YELLOW ._white-text.--lh-606{line-height:606px}.YELLOW ._white-text.--lh-607{line-height:607px}.YELLOW ._white-text.--lh-608{line-height:608px}.YELLOW ._white-text.--lh-609{line-height:609px}.YELLOW ._white-text.--lh-610{line-height:610px}.YELLOW ._white-text.--lh-611{line-height:611px}.YELLOW ._white-text.--lh-612{line-height:612px}.YELLOW ._white-text.--lh-613{line-height:613px}.YELLOW ._white-text.--lh-614{line-height:614px}.YELLOW ._white-text.--lh-615{line-height:615px}.YELLOW ._white-text.--lh-616{line-height:616px}.YELLOW ._white-text.--lh-617{line-height:617px}.YELLOW ._white-text.--lh-618{line-height:618px}.YELLOW ._white-text.--lh-619{line-height:619px}.YELLOW ._white-text.--lh-620{line-height:620px}.YELLOW ._white-text.--lh-621{line-height:621px}.YELLOW ._white-text.--lh-622{line-height:622px}.YELLOW ._white-text.--lh-623{line-height:623px}.YELLOW ._white-text.--lh-624{line-height:624px}.YELLOW ._white-text.--lh-625{line-height:625px}.YELLOW ._white-text.--lh-626{line-height:626px}.YELLOW ._white-text.--lh-627{line-height:627px}.YELLOW ._white-text.--lh-628{line-height:628px}.YELLOW ._white-text.--lh-629{line-height:629px}.YELLOW ._white-text.--lh-630{line-height:630px}.YELLOW ._white-text.--lh-631{line-height:631px}.YELLOW ._white-text.--lh-632{line-height:632px}.YELLOW ._white-text.--lh-633{line-height:633px}.YELLOW ._white-text.--lh-634{line-height:634px}.YELLOW ._white-text.--lh-635{line-height:635px}.YELLOW ._white-text.--lh-636{line-height:636px}.YELLOW ._white-text.--lh-637{line-height:637px}.YELLOW ._white-text.--lh-638{line-height:638px}.YELLOW ._white-text.--lh-639{line-height:639px}.YELLOW ._white-text.--lh-640{line-height:640px}.YELLOW ._white-text.--lh-641{line-height:641px}.YELLOW ._white-text.--lh-642{line-height:642px}.YELLOW ._white-text.--lh-643{line-height:643px}.YELLOW ._white-text.--lh-644{line-height:644px}.YELLOW ._white-text.--lh-645{line-height:645px}.YELLOW ._white-text.--lh-646{line-height:646px}.YELLOW ._white-text.--lh-647{line-height:647px}.YELLOW ._white-text.--lh-648{line-height:648px}.YELLOW ._white-text.--lh-649{line-height:649px}.YELLOW ._white-text.--lh-650{line-height:650px}.YELLOW ._white-text.--lh-651{line-height:651px}.YELLOW ._white-text.--lh-652{line-height:652px}.YELLOW ._white-text.--lh-653{line-height:653px}.YELLOW ._white-text.--lh-654{line-height:654px}.YELLOW ._white-text.--lh-655{line-height:655px}.YELLOW ._white-text.--lh-656{line-height:656px}.YELLOW ._white-text.--lh-657{line-height:657px}.YELLOW ._white-text.--lh-658{line-height:658px}.YELLOW ._white-text.--lh-659{line-height:659px}.YELLOW ._white-text.--lh-660{line-height:660px}.YELLOW ._white-text.--lh-661{line-height:661px}.YELLOW ._white-text.--lh-662{line-height:662px}.YELLOW ._white-text.--lh-663{line-height:663px}.YELLOW ._white-text.--lh-664{line-height:664px}.YELLOW ._white-text.--lh-665{line-height:665px}.YELLOW ._white-text.--lh-666{line-height:666px}.YELLOW ._white-text.--lh-667{line-height:667px}.YELLOW ._white-text.--lh-668{line-height:668px}.YELLOW ._white-text.--lh-669{line-height:669px}.YELLOW ._white-text.--lh-670{line-height:670px}.YELLOW ._white-text.--lh-671{line-height:671px}.YELLOW ._white-text.--lh-672{line-height:672px}.YELLOW ._white-text.--lh-673{line-height:673px}.YELLOW ._white-text.--lh-674{line-height:674px}.YELLOW ._white-text.--lh-675{line-height:675px}.YELLOW ._white-text.--lh-676{line-height:676px}.YELLOW ._white-text.--lh-677{line-height:677px}.YELLOW ._white-text.--lh-678{line-height:678px}.YELLOW ._white-text.--lh-679{line-height:679px}.YELLOW ._white-text.--lh-680{line-height:680px}.YELLOW ._white-text.--lh-681{line-height:681px}.YELLOW ._white-text.--lh-682{line-height:682px}.YELLOW ._white-text.--lh-683{line-height:683px}.YELLOW ._white-text.--lh-684{line-height:684px}.YELLOW ._white-text.--lh-685{line-height:685px}.YELLOW ._white-text.--lh-686{line-height:686px}.YELLOW ._white-text.--lh-687{line-height:687px}.YELLOW ._white-text.--lh-688{line-height:688px}.YELLOW ._white-text.--lh-689{line-height:689px}.YELLOW ._white-text.--lh-690{line-height:690px}.YELLOW ._white-text.--lh-691{line-height:691px}.YELLOW ._white-text.--lh-692{line-height:692px}.YELLOW ._white-text.--lh-693{line-height:693px}.YELLOW ._white-text.--lh-694{line-height:694px}.YELLOW ._white-text.--lh-695{line-height:695px}.YELLOW ._white-text.--lh-696{line-height:696px}.YELLOW ._white-text.--lh-697{line-height:697px}.YELLOW ._white-text.--lh-698{line-height:698px}.YELLOW ._white-text.--lh-699{line-height:699px}.YELLOW ._white-text.--lh-700{line-height:700px}.YELLOW ._white-text.--lh-701{line-height:701px}.YELLOW ._white-text.--lh-702{line-height:702px}.YELLOW ._white-text.--lh-703{line-height:703px}.YELLOW ._white-text.--lh-704{line-height:704px}.YELLOW ._white-text.--lh-705{line-height:705px}.YELLOW ._white-text.--lh-706{line-height:706px}.YELLOW ._white-text.--lh-707{line-height:707px}.YELLOW ._white-text.--lh-708{line-height:708px}.YELLOW ._white-text.--lh-709{line-height:709px}.YELLOW ._white-text.--lh-710{line-height:710px}.YELLOW ._white-text.--lh-711{line-height:711px}.YELLOW ._white-text.--lh-712{line-height:712px}.YELLOW ._white-text.--lh-713{line-height:713px}.YELLOW ._white-text.--lh-714{line-height:714px}.YELLOW ._white-text.--lh-715{line-height:715px}.YELLOW ._white-text.--lh-716{line-height:716px}.YELLOW ._white-text.--lh-717{line-height:717px}.YELLOW ._white-text.--lh-718{line-height:718px}.YELLOW ._white-text.--lh-719{line-height:719px}.YELLOW ._white-text.--lh-720{line-height:720px}.YELLOW ._white-text.--lh-721{line-height:721px}.YELLOW ._white-text.--lh-722{line-height:722px}.YELLOW ._white-text.--lh-723{line-height:723px}.YELLOW ._white-text.--lh-724{line-height:724px}.YELLOW ._white-text.--lh-725{line-height:725px}.YELLOW ._white-text.--lh-726{line-height:726px}.YELLOW ._white-text.--lh-727{line-height:727px}.YELLOW ._white-text.--lh-728{line-height:728px}.YELLOW ._white-text.--lh-729{line-height:729px}.YELLOW ._white-text.--lh-730{line-height:730px}.YELLOW ._white-text.--lh-731{line-height:731px}.YELLOW ._white-text.--lh-732{line-height:732px}.YELLOW ._white-text.--lh-733{line-height:733px}.YELLOW ._white-text.--lh-734{line-height:734px}.YELLOW ._white-text.--lh-735{line-height:735px}.YELLOW ._white-text.--lh-736{line-height:736px}.YELLOW ._white-text.--lh-737{line-height:737px}.YELLOW ._white-text.--lh-738{line-height:738px}.YELLOW ._white-text.--lh-739{line-height:739px}.YELLOW ._white-text.--lh-740{line-height:740px}.YELLOW ._white-text.--lh-741{line-height:741px}.YELLOW ._white-text.--lh-742{line-height:742px}.YELLOW ._white-text.--lh-743{line-height:743px}.YELLOW ._white-text.--lh-744{line-height:744px}.YELLOW ._white-text.--lh-745{line-height:745px}.YELLOW ._white-text.--lh-746{line-height:746px}.YELLOW ._white-text.--lh-747{line-height:747px}.YELLOW ._white-text.--lh-748{line-height:748px}.YELLOW ._white-text.--lh-749{line-height:749px}.YELLOW ._white-text.--lh-750{line-height:750px}.YELLOW ._white-text.--lh-751{line-height:751px}.YELLOW ._white-text.--lh-752{line-height:752px}.YELLOW ._white-text.--lh-753{line-height:753px}.YELLOW ._white-text.--lh-754{line-height:754px}.YELLOW ._white-text.--lh-755{line-height:755px}.YELLOW ._white-text.--lh-756{line-height:756px}.YELLOW ._white-text.--lh-757{line-height:757px}.YELLOW ._white-text.--lh-758{line-height:758px}.YELLOW ._white-text.--lh-759{line-height:759px}.YELLOW ._white-text.--lh-760{line-height:760px}.YELLOW ._white-text.--lh-761{line-height:761px}.YELLOW ._white-text.--lh-762{line-height:762px}.YELLOW ._white-text.--lh-763{line-height:763px}.YELLOW ._white-text.--lh-764{line-height:764px}.YELLOW ._white-text.--lh-765{line-height:765px}.YELLOW ._white-text.--lh-766{line-height:766px}.YELLOW ._white-text.--lh-767{line-height:767px}.YELLOW ._white-text.--lh-768{line-height:768px}.YELLOW ._white-text.--lh-769{line-height:769px}.YELLOW ._white-text.--lh-770{line-height:770px}.YELLOW ._white-text.--lh-771{line-height:771px}.YELLOW ._white-text.--lh-772{line-height:772px}.YELLOW ._white-text.--lh-773{line-height:773px}.YELLOW ._white-text.--lh-774{line-height:774px}.YELLOW ._white-text.--lh-775{line-height:775px}.YELLOW ._white-text.--lh-776{line-height:776px}.YELLOW ._white-text.--lh-777{line-height:777px}.YELLOW ._white-text.--lh-778{line-height:778px}.YELLOW ._white-text.--lh-779{line-height:779px}.YELLOW ._white-text.--lh-780{line-height:780px}.YELLOW ._white-text.--lh-781{line-height:781px}.YELLOW ._white-text.--lh-782{line-height:782px}.YELLOW ._white-text.--lh-783{line-height:783px}.YELLOW ._white-text.--lh-784{line-height:784px}.YELLOW ._white-text.--lh-785{line-height:785px}.YELLOW ._white-text.--lh-786{line-height:786px}.YELLOW ._white-text.--lh-787{line-height:787px}.YELLOW ._white-text.--lh-788{line-height:788px}.YELLOW ._white-text.--lh-789{line-height:789px}.YELLOW ._white-text.--lh-790{line-height:790px}.YELLOW ._white-text.--lh-791{line-height:791px}.YELLOW ._white-text.--lh-792{line-height:792px}.YELLOW ._white-text.--lh-793{line-height:793px}.YELLOW ._white-text.--lh-794{line-height:794px}.YELLOW ._white-text.--lh-795{line-height:795px}.YELLOW ._white-text.--lh-796{line-height:796px}.YELLOW ._white-text.--lh-797{line-height:797px}.YELLOW ._white-text.--lh-798{line-height:798px}.YELLOW ._white-text.--lh-799{line-height:799px}.YELLOW ._white-text.--lh-800{line-height:800px}.YELLOW .profile-details-label{font-size:22.37px;font-weight:700;line-height:33.55px}.PURPLE ._primary-text,.YELLOW .profile-details-label{font-family:Poppins;color:var(--white)}.PURPLE ._primary-text.--size-5{font-size:5px}.PURPLE ._primary-text.--size-6{font-size:6px}.PURPLE ._primary-text.--size-7{font-size:7px}.PURPLE ._primary-text.--size-8{font-size:8px}.PURPLE ._primary-text.--size-9{font-size:9px}.PURPLE ._primary-text.--size-10{font-size:10px}.PURPLE ._primary-text.--size-11{font-size:11px}.PURPLE ._primary-text.--size-12{font-size:12px}.PURPLE ._primary-text.--size-13{font-size:13px}.PURPLE ._primary-text.--size-14{font-size:14px}.PURPLE ._primary-text.--size-15{font-size:15px}.PURPLE ._primary-text.--size-16{font-size:16px}.PURPLE ._primary-text.--size-17{font-size:17px}.PURPLE ._primary-text.--size-18{font-size:18px}.PURPLE ._primary-text.--size-19{font-size:19px}.PURPLE ._primary-text.--size-20{font-size:20px}.PURPLE ._primary-text.--size-21{font-size:21px}.PURPLE ._primary-text.--size-22{font-size:22px}.PURPLE ._primary-text.--size-23{font-size:23px}.PURPLE ._primary-text.--size-24{font-size:24px}.PURPLE ._primary-text.--size-25{font-size:25px}.PURPLE ._primary-text.--size-26{font-size:26px}.PURPLE ._primary-text.--size-27{font-size:27px}.PURPLE ._primary-text.--size-28{font-size:28px}.PURPLE ._primary-text.--size-29{font-size:29px}.PURPLE ._primary-text.--size-30{font-size:30px}.PURPLE ._primary-text.--size-31{font-size:31px}.PURPLE ._primary-text.--size-32{font-size:32px}.PURPLE ._primary-text.--size-33{font-size:33px}.PURPLE ._primary-text.--size-34{font-size:34px}.PURPLE ._primary-text.--size-35{font-size:35px}.PURPLE ._primary-text.--size-36{font-size:36px}.PURPLE ._primary-text.--size-37{font-size:37px}.PURPLE ._primary-text.--size-38{font-size:38px}.PURPLE ._primary-text.--size-39{font-size:39px}.PURPLE ._primary-text.--size-40{font-size:40px}.PURPLE ._primary-text.--size-41{font-size:41px}.PURPLE ._primary-text.--size-42{font-size:42px}.PURPLE ._primary-text.--size-43{font-size:43px}.PURPLE ._primary-text.--size-44{font-size:44px}.PURPLE ._primary-text.--size-45{font-size:45px}.PURPLE ._primary-text.--size-46{font-size:46px}.PURPLE ._primary-text.--size-47{font-size:47px}.PURPLE ._primary-text.--size-48{font-size:48px}.PURPLE ._primary-text.--size-49{font-size:49px}.PURPLE ._primary-text.--size-50{font-size:50px}.PURPLE ._primary-text.--size-51{font-size:51px}.PURPLE ._primary-text.--size-52{font-size:52px}.PURPLE ._primary-text.--size-53{font-size:53px}.PURPLE ._primary-text.--size-54{font-size:54px}.PURPLE ._primary-text.--size-55{font-size:55px}.PURPLE ._primary-text.--size-56{font-size:56px}.PURPLE ._primary-text.--size-57{font-size:57px}.PURPLE ._primary-text.--size-58{font-size:58px}.PURPLE ._primary-text.--size-59{font-size:59px}.PURPLE ._primary-text.--size-60{font-size:60px}.PURPLE ._primary-text.--size-61{font-size:61px}.PURPLE ._primary-text.--size-62{font-size:62px}.PURPLE ._primary-text.--size-63{font-size:63px}.PURPLE ._primary-text.--size-64{font-size:64px}.PURPLE ._primary-text.--size-65{font-size:65px}.PURPLE ._primary-text.--size-66{font-size:66px}.PURPLE ._primary-text.--size-67{font-size:67px}.PURPLE ._primary-text.--size-68{font-size:68px}.PURPLE ._primary-text.--size-69{font-size:69px}.PURPLE ._primary-text.--size-70{font-size:70px}.PURPLE ._primary-text.--size-71{font-size:71px}.PURPLE ._primary-text.--size-72{font-size:72px}.PURPLE ._primary-text.--size-73{font-size:73px}.PURPLE ._primary-text.--size-74{font-size:74px}.PURPLE ._primary-text.--size-75{font-size:75px}.PURPLE ._primary-text.--size-76{font-size:76px}.PURPLE ._primary-text.--size-77{font-size:77px}.PURPLE ._primary-text.--size-78{font-size:78px}.PURPLE ._primary-text.--size-79{font-size:79px}.PURPLE ._primary-text.--size-80{font-size:80px}.PURPLE ._primary-text.--size-81{font-size:81px}.PURPLE ._primary-text.--size-82{font-size:82px}.PURPLE ._primary-text.--size-83{font-size:83px}.PURPLE ._primary-text.--size-84{font-size:84px}.PURPLE ._primary-text.--size-85{font-size:85px}.PURPLE ._primary-text.--size-86{font-size:86px}.PURPLE ._primary-text.--size-87{font-size:87px}.PURPLE ._primary-text.--size-88{font-size:88px}.PURPLE ._primary-text.--size-89{font-size:89px}.PURPLE ._primary-text.--size-90{font-size:90px}.PURPLE ._primary-text.--size-91{font-size:91px}.PURPLE ._primary-text.--size-92{font-size:92px}.PURPLE ._primary-text.--size-93{font-size:93px}.PURPLE ._primary-text.--size-94{font-size:94px}.PURPLE ._primary-text.--size-95{font-size:95px}.PURPLE ._primary-text.--size-96{font-size:96px}.PURPLE ._primary-text.--size-97{font-size:97px}.PURPLE ._primary-text.--size-98{font-size:98px}.PURPLE ._primary-text.--size-99{font-size:99px}.PURPLE ._primary-text.--size-100{font-size:100px}.PURPLE ._primary-text.--weight-100{font-weight:100}.PURPLE ._primary-text.--weight-101{font-weight:101}.PURPLE ._primary-text.--weight-102{font-weight:102}.PURPLE ._primary-text.--weight-103{font-weight:103}.PURPLE ._primary-text.--weight-104{font-weight:104}.PURPLE ._primary-text.--weight-105{font-weight:105}.PURPLE ._primary-text.--weight-106{font-weight:106}.PURPLE ._primary-text.--weight-107{font-weight:107}.PURPLE ._primary-text.--weight-108{font-weight:108}.PURPLE ._primary-text.--weight-109{font-weight:109}.PURPLE ._primary-text.--weight-110{font-weight:110}.PURPLE ._primary-text.--weight-111{font-weight:111}.PURPLE ._primary-text.--weight-112{font-weight:112}.PURPLE ._primary-text.--weight-113{font-weight:113}.PURPLE ._primary-text.--weight-114{font-weight:114}.PURPLE ._primary-text.--weight-115{font-weight:115}.PURPLE ._primary-text.--weight-116{font-weight:116}.PURPLE ._primary-text.--weight-117{font-weight:117}.PURPLE ._primary-text.--weight-118{font-weight:118}.PURPLE ._primary-text.--weight-119{font-weight:119}.PURPLE ._primary-text.--weight-120{font-weight:120}.PURPLE ._primary-text.--weight-121{font-weight:121}.PURPLE ._primary-text.--weight-122{font-weight:122}.PURPLE ._primary-text.--weight-123{font-weight:123}.PURPLE ._primary-text.--weight-124{font-weight:124}.PURPLE ._primary-text.--weight-125{font-weight:125}.PURPLE ._primary-text.--weight-126{font-weight:126}.PURPLE ._primary-text.--weight-127{font-weight:127}.PURPLE ._primary-text.--weight-128{font-weight:128}.PURPLE ._primary-text.--weight-129{font-weight:129}.PURPLE ._primary-text.--weight-130{font-weight:130}.PURPLE ._primary-text.--weight-131{font-weight:131}.PURPLE ._primary-text.--weight-132{font-weight:132}.PURPLE ._primary-text.--weight-133{font-weight:133}.PURPLE ._primary-text.--weight-134{font-weight:134}.PURPLE ._primary-text.--weight-135{font-weight:135}.PURPLE ._primary-text.--weight-136{font-weight:136}.PURPLE ._primary-text.--weight-137{font-weight:137}.PURPLE ._primary-text.--weight-138{font-weight:138}.PURPLE ._primary-text.--weight-139{font-weight:139}.PURPLE ._primary-text.--weight-140{font-weight:140}.PURPLE ._primary-text.--weight-141{font-weight:141}.PURPLE ._primary-text.--weight-142{font-weight:142}.PURPLE ._primary-text.--weight-143{font-weight:143}.PURPLE ._primary-text.--weight-144{font-weight:144}.PURPLE ._primary-text.--weight-145{font-weight:145}.PURPLE ._primary-text.--weight-146{font-weight:146}.PURPLE ._primary-text.--weight-147{font-weight:147}.PURPLE ._primary-text.--weight-148{font-weight:148}.PURPLE ._primary-text.--weight-149{font-weight:149}.PURPLE ._primary-text.--weight-150{font-weight:150}.PURPLE ._primary-text.--weight-151{font-weight:151}.PURPLE ._primary-text.--weight-152{font-weight:152}.PURPLE ._primary-text.--weight-153{font-weight:153}.PURPLE ._primary-text.--weight-154{font-weight:154}.PURPLE ._primary-text.--weight-155{font-weight:155}.PURPLE ._primary-text.--weight-156{font-weight:156}.PURPLE ._primary-text.--weight-157{font-weight:157}.PURPLE ._primary-text.--weight-158{font-weight:158}.PURPLE ._primary-text.--weight-159{font-weight:159}.PURPLE ._primary-text.--weight-160{font-weight:160}.PURPLE ._primary-text.--weight-161{font-weight:161}.PURPLE ._primary-text.--weight-162{font-weight:162}.PURPLE ._primary-text.--weight-163{font-weight:163}.PURPLE ._primary-text.--weight-164{font-weight:164}.PURPLE ._primary-text.--weight-165{font-weight:165}.PURPLE ._primary-text.--weight-166{font-weight:166}.PURPLE ._primary-text.--weight-167{font-weight:167}.PURPLE ._primary-text.--weight-168{font-weight:168}.PURPLE ._primary-text.--weight-169{font-weight:169}.PURPLE ._primary-text.--weight-170{font-weight:170}.PURPLE ._primary-text.--weight-171{font-weight:171}.PURPLE ._primary-text.--weight-172{font-weight:172}.PURPLE ._primary-text.--weight-173{font-weight:173}.PURPLE ._primary-text.--weight-174{font-weight:174}.PURPLE ._primary-text.--weight-175{font-weight:175}.PURPLE ._primary-text.--weight-176{font-weight:176}.PURPLE ._primary-text.--weight-177{font-weight:177}.PURPLE ._primary-text.--weight-178{font-weight:178}.PURPLE ._primary-text.--weight-179{font-weight:179}.PURPLE ._primary-text.--weight-180{font-weight:180}.PURPLE ._primary-text.--weight-181{font-weight:181}.PURPLE ._primary-text.--weight-182{font-weight:182}.PURPLE ._primary-text.--weight-183{font-weight:183}.PURPLE ._primary-text.--weight-184{font-weight:184}.PURPLE ._primary-text.--weight-185{font-weight:185}.PURPLE ._primary-text.--weight-186{font-weight:186}.PURPLE ._primary-text.--weight-187{font-weight:187}.PURPLE ._primary-text.--weight-188{font-weight:188}.PURPLE ._primary-text.--weight-189{font-weight:189}.PURPLE ._primary-text.--weight-190{font-weight:190}.PURPLE ._primary-text.--weight-191{font-weight:191}.PURPLE ._primary-text.--weight-192{font-weight:192}.PURPLE ._primary-text.--weight-193{font-weight:193}.PURPLE ._primary-text.--weight-194{font-weight:194}.PURPLE ._primary-text.--weight-195{font-weight:195}.PURPLE ._primary-text.--weight-196{font-weight:196}.PURPLE ._primary-text.--weight-197{font-weight:197}.PURPLE ._primary-text.--weight-198{font-weight:198}.PURPLE ._primary-text.--weight-199{font-weight:199}.PURPLE ._primary-text.--weight-200{font-weight:200}.PURPLE ._primary-text.--weight-201{font-weight:201}.PURPLE ._primary-text.--weight-202{font-weight:202}.PURPLE ._primary-text.--weight-203{font-weight:203}.PURPLE ._primary-text.--weight-204{font-weight:204}.PURPLE ._primary-text.--weight-205{font-weight:205}.PURPLE ._primary-text.--weight-206{font-weight:206}.PURPLE ._primary-text.--weight-207{font-weight:207}.PURPLE ._primary-text.--weight-208{font-weight:208}.PURPLE ._primary-text.--weight-209{font-weight:209}.PURPLE ._primary-text.--weight-210{font-weight:210}.PURPLE ._primary-text.--weight-211{font-weight:211}.PURPLE ._primary-text.--weight-212{font-weight:212}.PURPLE ._primary-text.--weight-213{font-weight:213}.PURPLE ._primary-text.--weight-214{font-weight:214}.PURPLE ._primary-text.--weight-215{font-weight:215}.PURPLE ._primary-text.--weight-216{font-weight:216}.PURPLE ._primary-text.--weight-217{font-weight:217}.PURPLE ._primary-text.--weight-218{font-weight:218}.PURPLE ._primary-text.--weight-219{font-weight:219}.PURPLE ._primary-text.--weight-220{font-weight:220}.PURPLE ._primary-text.--weight-221{font-weight:221}.PURPLE ._primary-text.--weight-222{font-weight:222}.PURPLE ._primary-text.--weight-223{font-weight:223}.PURPLE ._primary-text.--weight-224{font-weight:224}.PURPLE ._primary-text.--weight-225{font-weight:225}.PURPLE ._primary-text.--weight-226{font-weight:226}.PURPLE ._primary-text.--weight-227{font-weight:227}.PURPLE ._primary-text.--weight-228{font-weight:228}.PURPLE ._primary-text.--weight-229{font-weight:229}.PURPLE ._primary-text.--weight-230{font-weight:230}.PURPLE ._primary-text.--weight-231{font-weight:231}.PURPLE ._primary-text.--weight-232{font-weight:232}.PURPLE ._primary-text.--weight-233{font-weight:233}.PURPLE ._primary-text.--weight-234{font-weight:234}.PURPLE ._primary-text.--weight-235{font-weight:235}.PURPLE ._primary-text.--weight-236{font-weight:236}.PURPLE ._primary-text.--weight-237{font-weight:237}.PURPLE ._primary-text.--weight-238{font-weight:238}.PURPLE ._primary-text.--weight-239{font-weight:239}.PURPLE ._primary-text.--weight-240{font-weight:240}.PURPLE ._primary-text.--weight-241{font-weight:241}.PURPLE ._primary-text.--weight-242{font-weight:242}.PURPLE ._primary-text.--weight-243{font-weight:243}.PURPLE ._primary-text.--weight-244{font-weight:244}.PURPLE ._primary-text.--weight-245{font-weight:245}.PURPLE ._primary-text.--weight-246{font-weight:246}.PURPLE ._primary-text.--weight-247{font-weight:247}.PURPLE ._primary-text.--weight-248{font-weight:248}.PURPLE ._primary-text.--weight-249{font-weight:249}.PURPLE ._primary-text.--weight-250{font-weight:250}.PURPLE ._primary-text.--weight-251{font-weight:251}.PURPLE ._primary-text.--weight-252{font-weight:252}.PURPLE ._primary-text.--weight-253{font-weight:253}.PURPLE ._primary-text.--weight-254{font-weight:254}.PURPLE ._primary-text.--weight-255{font-weight:255}.PURPLE ._primary-text.--weight-256{font-weight:256}.PURPLE ._primary-text.--weight-257{font-weight:257}.PURPLE ._primary-text.--weight-258{font-weight:258}.PURPLE ._primary-text.--weight-259{font-weight:259}.PURPLE ._primary-text.--weight-260{font-weight:260}.PURPLE ._primary-text.--weight-261{font-weight:261}.PURPLE ._primary-text.--weight-262{font-weight:262}.PURPLE ._primary-text.--weight-263{font-weight:263}.PURPLE ._primary-text.--weight-264{font-weight:264}.PURPLE ._primary-text.--weight-265{font-weight:265}.PURPLE ._primary-text.--weight-266{font-weight:266}.PURPLE ._primary-text.--weight-267{font-weight:267}.PURPLE ._primary-text.--weight-268{font-weight:268}.PURPLE ._primary-text.--weight-269{font-weight:269}.PURPLE ._primary-text.--weight-270{font-weight:270}.PURPLE ._primary-text.--weight-271{font-weight:271}.PURPLE ._primary-text.--weight-272{font-weight:272}.PURPLE ._primary-text.--weight-273{font-weight:273}.PURPLE ._primary-text.--weight-274{font-weight:274}.PURPLE ._primary-text.--weight-275{font-weight:275}.PURPLE ._primary-text.--weight-276{font-weight:276}.PURPLE ._primary-text.--weight-277{font-weight:277}.PURPLE ._primary-text.--weight-278{font-weight:278}.PURPLE ._primary-text.--weight-279{font-weight:279}.PURPLE ._primary-text.--weight-280{font-weight:280}.PURPLE ._primary-text.--weight-281{font-weight:281}.PURPLE ._primary-text.--weight-282{font-weight:282}.PURPLE ._primary-text.--weight-283{font-weight:283}.PURPLE ._primary-text.--weight-284{font-weight:284}.PURPLE ._primary-text.--weight-285{font-weight:285}.PURPLE ._primary-text.--weight-286{font-weight:286}.PURPLE ._primary-text.--weight-287{font-weight:287}.PURPLE ._primary-text.--weight-288{font-weight:288}.PURPLE ._primary-text.--weight-289{font-weight:289}.PURPLE ._primary-text.--weight-290{font-weight:290}.PURPLE ._primary-text.--weight-291{font-weight:291}.PURPLE ._primary-text.--weight-292{font-weight:292}.PURPLE ._primary-text.--weight-293{font-weight:293}.PURPLE ._primary-text.--weight-294{font-weight:294}.PURPLE ._primary-text.--weight-295{font-weight:295}.PURPLE ._primary-text.--weight-296{font-weight:296}.PURPLE ._primary-text.--weight-297{font-weight:297}.PURPLE ._primary-text.--weight-298{font-weight:298}.PURPLE ._primary-text.--weight-299{font-weight:299}.PURPLE ._primary-text.--weight-300{font-weight:300}.PURPLE ._primary-text.--weight-301{font-weight:301}.PURPLE ._primary-text.--weight-302{font-weight:302}.PURPLE ._primary-text.--weight-303{font-weight:303}.PURPLE ._primary-text.--weight-304{font-weight:304}.PURPLE ._primary-text.--weight-305{font-weight:305}.PURPLE ._primary-text.--weight-306{font-weight:306}.PURPLE ._primary-text.--weight-307{font-weight:307}.PURPLE ._primary-text.--weight-308{font-weight:308}.PURPLE ._primary-text.--weight-309{font-weight:309}.PURPLE ._primary-text.--weight-310{font-weight:310}.PURPLE ._primary-text.--weight-311{font-weight:311}.PURPLE ._primary-text.--weight-312{font-weight:312}.PURPLE ._primary-text.--weight-313{font-weight:313}.PURPLE ._primary-text.--weight-314{font-weight:314}.PURPLE ._primary-text.--weight-315{font-weight:315}.PURPLE ._primary-text.--weight-316{font-weight:316}.PURPLE ._primary-text.--weight-317{font-weight:317}.PURPLE ._primary-text.--weight-318{font-weight:318}.PURPLE ._primary-text.--weight-319{font-weight:319}.PURPLE ._primary-text.--weight-320{font-weight:320}.PURPLE ._primary-text.--weight-321{font-weight:321}.PURPLE ._primary-text.--weight-322{font-weight:322}.PURPLE ._primary-text.--weight-323{font-weight:323}.PURPLE ._primary-text.--weight-324{font-weight:324}.PURPLE ._primary-text.--weight-325{font-weight:325}.PURPLE ._primary-text.--weight-326{font-weight:326}.PURPLE ._primary-text.--weight-327{font-weight:327}.PURPLE ._primary-text.--weight-328{font-weight:328}.PURPLE ._primary-text.--weight-329{font-weight:329}.PURPLE ._primary-text.--weight-330{font-weight:330}.PURPLE ._primary-text.--weight-331{font-weight:331}.PURPLE ._primary-text.--weight-332{font-weight:332}.PURPLE ._primary-text.--weight-333{font-weight:333}.PURPLE ._primary-text.--weight-334{font-weight:334}.PURPLE ._primary-text.--weight-335{font-weight:335}.PURPLE ._primary-text.--weight-336{font-weight:336}.PURPLE ._primary-text.--weight-337{font-weight:337}.PURPLE ._primary-text.--weight-338{font-weight:338}.PURPLE ._primary-text.--weight-339{font-weight:339}.PURPLE ._primary-text.--weight-340{font-weight:340}.PURPLE ._primary-text.--weight-341{font-weight:341}.PURPLE ._primary-text.--weight-342{font-weight:342}.PURPLE ._primary-text.--weight-343{font-weight:343}.PURPLE ._primary-text.--weight-344{font-weight:344}.PURPLE ._primary-text.--weight-345{font-weight:345}.PURPLE ._primary-text.--weight-346{font-weight:346}.PURPLE ._primary-text.--weight-347{font-weight:347}.PURPLE ._primary-text.--weight-348{font-weight:348}.PURPLE ._primary-text.--weight-349{font-weight:349}.PURPLE ._primary-text.--weight-350{font-weight:350}.PURPLE ._primary-text.--weight-351{font-weight:351}.PURPLE ._primary-text.--weight-352{font-weight:352}.PURPLE ._primary-text.--weight-353{font-weight:353}.PURPLE ._primary-text.--weight-354{font-weight:354}.PURPLE ._primary-text.--weight-355{font-weight:355}.PURPLE ._primary-text.--weight-356{font-weight:356}.PURPLE ._primary-text.--weight-357{font-weight:357}.PURPLE ._primary-text.--weight-358{font-weight:358}.PURPLE ._primary-text.--weight-359{font-weight:359}.PURPLE ._primary-text.--weight-360{font-weight:360}.PURPLE ._primary-text.--weight-361{font-weight:361}.PURPLE ._primary-text.--weight-362{font-weight:362}.PURPLE ._primary-text.--weight-363{font-weight:363}.PURPLE ._primary-text.--weight-364{font-weight:364}.PURPLE ._primary-text.--weight-365{font-weight:365}.PURPLE ._primary-text.--weight-366{font-weight:366}.PURPLE ._primary-text.--weight-367{font-weight:367}.PURPLE ._primary-text.--weight-368{font-weight:368}.PURPLE ._primary-text.--weight-369{font-weight:369}.PURPLE ._primary-text.--weight-370{font-weight:370}.PURPLE ._primary-text.--weight-371{font-weight:371}.PURPLE ._primary-text.--weight-372{font-weight:372}.PURPLE ._primary-text.--weight-373{font-weight:373}.PURPLE ._primary-text.--weight-374{font-weight:374}.PURPLE ._primary-text.--weight-375{font-weight:375}.PURPLE ._primary-text.--weight-376{font-weight:376}.PURPLE ._primary-text.--weight-377{font-weight:377}.PURPLE ._primary-text.--weight-378{font-weight:378}.PURPLE ._primary-text.--weight-379{font-weight:379}.PURPLE ._primary-text.--weight-380{font-weight:380}.PURPLE ._primary-text.--weight-381{font-weight:381}.PURPLE ._primary-text.--weight-382{font-weight:382}.PURPLE ._primary-text.--weight-383{font-weight:383}.PURPLE ._primary-text.--weight-384{font-weight:384}.PURPLE ._primary-text.--weight-385{font-weight:385}.PURPLE ._primary-text.--weight-386{font-weight:386}.PURPLE ._primary-text.--weight-387{font-weight:387}.PURPLE ._primary-text.--weight-388{font-weight:388}.PURPLE ._primary-text.--weight-389{font-weight:389}.PURPLE ._primary-text.--weight-390{font-weight:390}.PURPLE ._primary-text.--weight-391{font-weight:391}.PURPLE ._primary-text.--weight-392{font-weight:392}.PURPLE ._primary-text.--weight-393{font-weight:393}.PURPLE ._primary-text.--weight-394{font-weight:394}.PURPLE ._primary-text.--weight-395{font-weight:395}.PURPLE ._primary-text.--weight-396{font-weight:396}.PURPLE ._primary-text.--weight-397{font-weight:397}.PURPLE ._primary-text.--weight-398{font-weight:398}.PURPLE ._primary-text.--weight-399{font-weight:399}.PURPLE ._primary-text.--weight-400{font-weight:400}.PURPLE ._primary-text.--weight-401{font-weight:401}.PURPLE ._primary-text.--weight-402{font-weight:402}.PURPLE ._primary-text.--weight-403{font-weight:403}.PURPLE ._primary-text.--weight-404{font-weight:404}.PURPLE ._primary-text.--weight-405{font-weight:405}.PURPLE ._primary-text.--weight-406{font-weight:406}.PURPLE ._primary-text.--weight-407{font-weight:407}.PURPLE ._primary-text.--weight-408{font-weight:408}.PURPLE ._primary-text.--weight-409{font-weight:409}.PURPLE ._primary-text.--weight-410{font-weight:410}.PURPLE ._primary-text.--weight-411{font-weight:411}.PURPLE ._primary-text.--weight-412{font-weight:412}.PURPLE ._primary-text.--weight-413{font-weight:413}.PURPLE ._primary-text.--weight-414{font-weight:414}.PURPLE ._primary-text.--weight-415{font-weight:415}.PURPLE ._primary-text.--weight-416{font-weight:416}.PURPLE ._primary-text.--weight-417{font-weight:417}.PURPLE ._primary-text.--weight-418{font-weight:418}.PURPLE ._primary-text.--weight-419{font-weight:419}.PURPLE ._primary-text.--weight-420{font-weight:420}.PURPLE ._primary-text.--weight-421{font-weight:421}.PURPLE ._primary-text.--weight-422{font-weight:422}.PURPLE ._primary-text.--weight-423{font-weight:423}.PURPLE ._primary-text.--weight-424{font-weight:424}.PURPLE ._primary-text.--weight-425{font-weight:425}.PURPLE ._primary-text.--weight-426{font-weight:426}.PURPLE ._primary-text.--weight-427{font-weight:427}.PURPLE ._primary-text.--weight-428{font-weight:428}.PURPLE ._primary-text.--weight-429{font-weight:429}.PURPLE ._primary-text.--weight-430{font-weight:430}.PURPLE ._primary-text.--weight-431{font-weight:431}.PURPLE ._primary-text.--weight-432{font-weight:432}.PURPLE ._primary-text.--weight-433{font-weight:433}.PURPLE ._primary-text.--weight-434{font-weight:434}.PURPLE ._primary-text.--weight-435{font-weight:435}.PURPLE ._primary-text.--weight-436{font-weight:436}.PURPLE ._primary-text.--weight-437{font-weight:437}.PURPLE ._primary-text.--weight-438{font-weight:438}.PURPLE ._primary-text.--weight-439{font-weight:439}.PURPLE ._primary-text.--weight-440{font-weight:440}.PURPLE ._primary-text.--weight-441{font-weight:441}.PURPLE ._primary-text.--weight-442{font-weight:442}.PURPLE ._primary-text.--weight-443{font-weight:443}.PURPLE ._primary-text.--weight-444{font-weight:444}.PURPLE ._primary-text.--weight-445{font-weight:445}.PURPLE ._primary-text.--weight-446{font-weight:446}.PURPLE ._primary-text.--weight-447{font-weight:447}.PURPLE ._primary-text.--weight-448{font-weight:448}.PURPLE ._primary-text.--weight-449{font-weight:449}.PURPLE ._primary-text.--weight-450{font-weight:450}.PURPLE ._primary-text.--weight-451{font-weight:451}.PURPLE ._primary-text.--weight-452{font-weight:452}.PURPLE ._primary-text.--weight-453{font-weight:453}.PURPLE ._primary-text.--weight-454{font-weight:454}.PURPLE ._primary-text.--weight-455{font-weight:455}.PURPLE ._primary-text.--weight-456{font-weight:456}.PURPLE ._primary-text.--weight-457{font-weight:457}.PURPLE ._primary-text.--weight-458{font-weight:458}.PURPLE ._primary-text.--weight-459{font-weight:459}.PURPLE ._primary-text.--weight-460{font-weight:460}.PURPLE ._primary-text.--weight-461{font-weight:461}.PURPLE ._primary-text.--weight-462{font-weight:462}.PURPLE ._primary-text.--weight-463{font-weight:463}.PURPLE ._primary-text.--weight-464{font-weight:464}.PURPLE ._primary-text.--weight-465{font-weight:465}.PURPLE ._primary-text.--weight-466{font-weight:466}.PURPLE ._primary-text.--weight-467{font-weight:467}.PURPLE ._primary-text.--weight-468{font-weight:468}.PURPLE ._primary-text.--weight-469{font-weight:469}.PURPLE ._primary-text.--weight-470{font-weight:470}.PURPLE ._primary-text.--weight-471{font-weight:471}.PURPLE ._primary-text.--weight-472{font-weight:472}.PURPLE ._primary-text.--weight-473{font-weight:473}.PURPLE ._primary-text.--weight-474{font-weight:474}.PURPLE ._primary-text.--weight-475{font-weight:475}.PURPLE ._primary-text.--weight-476{font-weight:476}.PURPLE ._primary-text.--weight-477{font-weight:477}.PURPLE ._primary-text.--weight-478{font-weight:478}.PURPLE ._primary-text.--weight-479{font-weight:479}.PURPLE ._primary-text.--weight-480{font-weight:480}.PURPLE ._primary-text.--weight-481{font-weight:481}.PURPLE ._primary-text.--weight-482{font-weight:482}.PURPLE ._primary-text.--weight-483{font-weight:483}.PURPLE ._primary-text.--weight-484{font-weight:484}.PURPLE ._primary-text.--weight-485{font-weight:485}.PURPLE ._primary-text.--weight-486{font-weight:486}.PURPLE ._primary-text.--weight-487{font-weight:487}.PURPLE ._primary-text.--weight-488{font-weight:488}.PURPLE ._primary-text.--weight-489{font-weight:489}.PURPLE ._primary-text.--weight-490{font-weight:490}.PURPLE ._primary-text.--weight-491{font-weight:491}.PURPLE ._primary-text.--weight-492{font-weight:492}.PURPLE ._primary-text.--weight-493{font-weight:493}.PURPLE ._primary-text.--weight-494{font-weight:494}.PURPLE ._primary-text.--weight-495{font-weight:495}.PURPLE ._primary-text.--weight-496{font-weight:496}.PURPLE ._primary-text.--weight-497{font-weight:497}.PURPLE ._primary-text.--weight-498{font-weight:498}.PURPLE ._primary-text.--weight-499{font-weight:499}.PURPLE ._primary-text.--weight-500{font-weight:500}.PURPLE ._primary-text.--weight-501{font-weight:501}.PURPLE ._primary-text.--weight-502{font-weight:502}.PURPLE ._primary-text.--weight-503{font-weight:503}.PURPLE ._primary-text.--weight-504{font-weight:504}.PURPLE ._primary-text.--weight-505{font-weight:505}.PURPLE ._primary-text.--weight-506{font-weight:506}.PURPLE ._primary-text.--weight-507{font-weight:507}.PURPLE ._primary-text.--weight-508{font-weight:508}.PURPLE ._primary-text.--weight-509{font-weight:509}.PURPLE ._primary-text.--weight-510{font-weight:510}.PURPLE ._primary-text.--weight-511{font-weight:511}.PURPLE ._primary-text.--weight-512{font-weight:512}.PURPLE ._primary-text.--weight-513{font-weight:513}.PURPLE ._primary-text.--weight-514{font-weight:514}.PURPLE ._primary-text.--weight-515{font-weight:515}.PURPLE ._primary-text.--weight-516{font-weight:516}.PURPLE ._primary-text.--weight-517{font-weight:517}.PURPLE ._primary-text.--weight-518{font-weight:518}.PURPLE ._primary-text.--weight-519{font-weight:519}.PURPLE ._primary-text.--weight-520{font-weight:520}.PURPLE ._primary-text.--weight-521{font-weight:521}.PURPLE ._primary-text.--weight-522{font-weight:522}.PURPLE ._primary-text.--weight-523{font-weight:523}.PURPLE ._primary-text.--weight-524{font-weight:524}.PURPLE ._primary-text.--weight-525{font-weight:525}.PURPLE ._primary-text.--weight-526{font-weight:526}.PURPLE ._primary-text.--weight-527{font-weight:527}.PURPLE ._primary-text.--weight-528{font-weight:528}.PURPLE ._primary-text.--weight-529{font-weight:529}.PURPLE ._primary-text.--weight-530{font-weight:530}.PURPLE ._primary-text.--weight-531{font-weight:531}.PURPLE ._primary-text.--weight-532{font-weight:532}.PURPLE ._primary-text.--weight-533{font-weight:533}.PURPLE ._primary-text.--weight-534{font-weight:534}.PURPLE ._primary-text.--weight-535{font-weight:535}.PURPLE ._primary-text.--weight-536{font-weight:536}.PURPLE ._primary-text.--weight-537{font-weight:537}.PURPLE ._primary-text.--weight-538{font-weight:538}.PURPLE ._primary-text.--weight-539{font-weight:539}.PURPLE ._primary-text.--weight-540{font-weight:540}.PURPLE ._primary-text.--weight-541{font-weight:541}.PURPLE ._primary-text.--weight-542{font-weight:542}.PURPLE ._primary-text.--weight-543{font-weight:543}.PURPLE ._primary-text.--weight-544{font-weight:544}.PURPLE ._primary-text.--weight-545{font-weight:545}.PURPLE ._primary-text.--weight-546{font-weight:546}.PURPLE ._primary-text.--weight-547{font-weight:547}.PURPLE ._primary-text.--weight-548{font-weight:548}.PURPLE ._primary-text.--weight-549{font-weight:549}.PURPLE ._primary-text.--weight-550{font-weight:550}.PURPLE ._primary-text.--weight-551{font-weight:551}.PURPLE ._primary-text.--weight-552{font-weight:552}.PURPLE ._primary-text.--weight-553{font-weight:553}.PURPLE ._primary-text.--weight-554{font-weight:554}.PURPLE ._primary-text.--weight-555{font-weight:555}.PURPLE ._primary-text.--weight-556{font-weight:556}.PURPLE ._primary-text.--weight-557{font-weight:557}.PURPLE ._primary-text.--weight-558{font-weight:558}.PURPLE ._primary-text.--weight-559{font-weight:559}.PURPLE ._primary-text.--weight-560{font-weight:560}.PURPLE ._primary-text.--weight-561{font-weight:561}.PURPLE ._primary-text.--weight-562{font-weight:562}.PURPLE ._primary-text.--weight-563{font-weight:563}.PURPLE ._primary-text.--weight-564{font-weight:564}.PURPLE ._primary-text.--weight-565{font-weight:565}.PURPLE ._primary-text.--weight-566{font-weight:566}.PURPLE ._primary-text.--weight-567{font-weight:567}.PURPLE ._primary-text.--weight-568{font-weight:568}.PURPLE ._primary-text.--weight-569{font-weight:569}.PURPLE ._primary-text.--weight-570{font-weight:570}.PURPLE ._primary-text.--weight-571{font-weight:571}.PURPLE ._primary-text.--weight-572{font-weight:572}.PURPLE ._primary-text.--weight-573{font-weight:573}.PURPLE ._primary-text.--weight-574{font-weight:574}.PURPLE ._primary-text.--weight-575{font-weight:575}.PURPLE ._primary-text.--weight-576{font-weight:576}.PURPLE ._primary-text.--weight-577{font-weight:577}.PURPLE ._primary-text.--weight-578{font-weight:578}.PURPLE ._primary-text.--weight-579{font-weight:579}.PURPLE ._primary-text.--weight-580{font-weight:580}.PURPLE ._primary-text.--weight-581{font-weight:581}.PURPLE ._primary-text.--weight-582{font-weight:582}.PURPLE ._primary-text.--weight-583{font-weight:583}.PURPLE ._primary-text.--weight-584{font-weight:584}.PURPLE ._primary-text.--weight-585{font-weight:585}.PURPLE ._primary-text.--weight-586{font-weight:586}.PURPLE ._primary-text.--weight-587{font-weight:587}.PURPLE ._primary-text.--weight-588{font-weight:588}.PURPLE ._primary-text.--weight-589{font-weight:589}.PURPLE ._primary-text.--weight-590{font-weight:590}.PURPLE ._primary-text.--weight-591{font-weight:591}.PURPLE ._primary-text.--weight-592{font-weight:592}.PURPLE ._primary-text.--weight-593{font-weight:593}.PURPLE ._primary-text.--weight-594{font-weight:594}.PURPLE ._primary-text.--weight-595{font-weight:595}.PURPLE ._primary-text.--weight-596{font-weight:596}.PURPLE ._primary-text.--weight-597{font-weight:597}.PURPLE ._primary-text.--weight-598{font-weight:598}.PURPLE ._primary-text.--weight-599{font-weight:599}.PURPLE ._primary-text.--weight-600{font-weight:600}.PURPLE ._primary-text.--weight-601{font-weight:601}.PURPLE ._primary-text.--weight-602{font-weight:602}.PURPLE ._primary-text.--weight-603{font-weight:603}.PURPLE ._primary-text.--weight-604{font-weight:604}.PURPLE ._primary-text.--weight-605{font-weight:605}.PURPLE ._primary-text.--weight-606{font-weight:606}.PURPLE ._primary-text.--weight-607{font-weight:607}.PURPLE ._primary-text.--weight-608{font-weight:608}.PURPLE ._primary-text.--weight-609{font-weight:609}.PURPLE ._primary-text.--weight-610{font-weight:610}.PURPLE ._primary-text.--weight-611{font-weight:611}.PURPLE ._primary-text.--weight-612{font-weight:612}.PURPLE ._primary-text.--weight-613{font-weight:613}.PURPLE ._primary-text.--weight-614{font-weight:614}.PURPLE ._primary-text.--weight-615{font-weight:615}.PURPLE ._primary-text.--weight-616{font-weight:616}.PURPLE ._primary-text.--weight-617{font-weight:617}.PURPLE ._primary-text.--weight-618{font-weight:618}.PURPLE ._primary-text.--weight-619{font-weight:619}.PURPLE ._primary-text.--weight-620{font-weight:620}.PURPLE ._primary-text.--weight-621{font-weight:621}.PURPLE ._primary-text.--weight-622{font-weight:622}.PURPLE ._primary-text.--weight-623{font-weight:623}.PURPLE ._primary-text.--weight-624{font-weight:624}.PURPLE ._primary-text.--weight-625{font-weight:625}.PURPLE ._primary-text.--weight-626{font-weight:626}.PURPLE ._primary-text.--weight-627{font-weight:627}.PURPLE ._primary-text.--weight-628{font-weight:628}.PURPLE ._primary-text.--weight-629{font-weight:629}.PURPLE ._primary-text.--weight-630{font-weight:630}.PURPLE ._primary-text.--weight-631{font-weight:631}.PURPLE ._primary-text.--weight-632{font-weight:632}.PURPLE ._primary-text.--weight-633{font-weight:633}.PURPLE ._primary-text.--weight-634{font-weight:634}.PURPLE ._primary-text.--weight-635{font-weight:635}.PURPLE ._primary-text.--weight-636{font-weight:636}.PURPLE ._primary-text.--weight-637{font-weight:637}.PURPLE ._primary-text.--weight-638{font-weight:638}.PURPLE ._primary-text.--weight-639{font-weight:639}.PURPLE ._primary-text.--weight-640{font-weight:640}.PURPLE ._primary-text.--weight-641{font-weight:641}.PURPLE ._primary-text.--weight-642{font-weight:642}.PURPLE ._primary-text.--weight-643{font-weight:643}.PURPLE ._primary-text.--weight-644{font-weight:644}.PURPLE ._primary-text.--weight-645{font-weight:645}.PURPLE ._primary-text.--weight-646{font-weight:646}.PURPLE ._primary-text.--weight-647{font-weight:647}.PURPLE ._primary-text.--weight-648{font-weight:648}.PURPLE ._primary-text.--weight-649{font-weight:649}.PURPLE ._primary-text.--weight-650{font-weight:650}.PURPLE ._primary-text.--weight-651{font-weight:651}.PURPLE ._primary-text.--weight-652{font-weight:652}.PURPLE ._primary-text.--weight-653{font-weight:653}.PURPLE ._primary-text.--weight-654{font-weight:654}.PURPLE ._primary-text.--weight-655{font-weight:655}.PURPLE ._primary-text.--weight-656{font-weight:656}.PURPLE ._primary-text.--weight-657{font-weight:657}.PURPLE ._primary-text.--weight-658{font-weight:658}.PURPLE ._primary-text.--weight-659{font-weight:659}.PURPLE ._primary-text.--weight-660{font-weight:660}.PURPLE ._primary-text.--weight-661{font-weight:661}.PURPLE ._primary-text.--weight-662{font-weight:662}.PURPLE ._primary-text.--weight-663{font-weight:663}.PURPLE ._primary-text.--weight-664{font-weight:664}.PURPLE ._primary-text.--weight-665{font-weight:665}.PURPLE ._primary-text.--weight-666{font-weight:666}.PURPLE ._primary-text.--weight-667{font-weight:667}.PURPLE ._primary-text.--weight-668{font-weight:668}.PURPLE ._primary-text.--weight-669{font-weight:669}.PURPLE ._primary-text.--weight-670{font-weight:670}.PURPLE ._primary-text.--weight-671{font-weight:671}.PURPLE ._primary-text.--weight-672{font-weight:672}.PURPLE ._primary-text.--weight-673{font-weight:673}.PURPLE ._primary-text.--weight-674{font-weight:674}.PURPLE ._primary-text.--weight-675{font-weight:675}.PURPLE ._primary-text.--weight-676{font-weight:676}.PURPLE ._primary-text.--weight-677{font-weight:677}.PURPLE ._primary-text.--weight-678{font-weight:678}.PURPLE ._primary-text.--weight-679{font-weight:679}.PURPLE ._primary-text.--weight-680{font-weight:680}.PURPLE ._primary-text.--weight-681{font-weight:681}.PURPLE ._primary-text.--weight-682{font-weight:682}.PURPLE ._primary-text.--weight-683{font-weight:683}.PURPLE ._primary-text.--weight-684{font-weight:684}.PURPLE ._primary-text.--weight-685{font-weight:685}.PURPLE ._primary-text.--weight-686{font-weight:686}.PURPLE ._primary-text.--weight-687{font-weight:687}.PURPLE ._primary-text.--weight-688{font-weight:688}.PURPLE ._primary-text.--weight-689{font-weight:689}.PURPLE ._primary-text.--weight-690{font-weight:690}.PURPLE ._primary-text.--weight-691{font-weight:691}.PURPLE ._primary-text.--weight-692{font-weight:692}.PURPLE ._primary-text.--weight-693{font-weight:693}.PURPLE ._primary-text.--weight-694{font-weight:694}.PURPLE ._primary-text.--weight-695{font-weight:695}.PURPLE ._primary-text.--weight-696{font-weight:696}.PURPLE ._primary-text.--weight-697{font-weight:697}.PURPLE ._primary-text.--weight-698{font-weight:698}.PURPLE ._primary-text.--weight-699{font-weight:699}.PURPLE ._primary-text.--weight-700{font-weight:700}.PURPLE ._primary-text.--weight-701{font-weight:701}.PURPLE ._primary-text.--weight-702{font-weight:702}.PURPLE ._primary-text.--weight-703{font-weight:703}.PURPLE ._primary-text.--weight-704{font-weight:704}.PURPLE ._primary-text.--weight-705{font-weight:705}.PURPLE ._primary-text.--weight-706{font-weight:706}.PURPLE ._primary-text.--weight-707{font-weight:707}.PURPLE ._primary-text.--weight-708{font-weight:708}.PURPLE ._primary-text.--weight-709{font-weight:709}.PURPLE ._primary-text.--weight-710{font-weight:710}.PURPLE ._primary-text.--weight-711{font-weight:711}.PURPLE ._primary-text.--weight-712{font-weight:712}.PURPLE ._primary-text.--weight-713{font-weight:713}.PURPLE ._primary-text.--weight-714{font-weight:714}.PURPLE ._primary-text.--weight-715{font-weight:715}.PURPLE ._primary-text.--weight-716{font-weight:716}.PURPLE ._primary-text.--weight-717{font-weight:717}.PURPLE ._primary-text.--weight-718{font-weight:718}.PURPLE ._primary-text.--weight-719{font-weight:719}.PURPLE ._primary-text.--weight-720{font-weight:720}.PURPLE ._primary-text.--weight-721{font-weight:721}.PURPLE ._primary-text.--weight-722{font-weight:722}.PURPLE ._primary-text.--weight-723{font-weight:723}.PURPLE ._primary-text.--weight-724{font-weight:724}.PURPLE ._primary-text.--weight-725{font-weight:725}.PURPLE ._primary-text.--weight-726{font-weight:726}.PURPLE ._primary-text.--weight-727{font-weight:727}.PURPLE ._primary-text.--weight-728{font-weight:728}.PURPLE ._primary-text.--weight-729{font-weight:729}.PURPLE ._primary-text.--weight-730{font-weight:730}.PURPLE ._primary-text.--weight-731{font-weight:731}.PURPLE ._primary-text.--weight-732{font-weight:732}.PURPLE ._primary-text.--weight-733{font-weight:733}.PURPLE ._primary-text.--weight-734{font-weight:734}.PURPLE ._primary-text.--weight-735{font-weight:735}.PURPLE ._primary-text.--weight-736{font-weight:736}.PURPLE ._primary-text.--weight-737{font-weight:737}.PURPLE ._primary-text.--weight-738{font-weight:738}.PURPLE ._primary-text.--weight-739{font-weight:739}.PURPLE ._primary-text.--weight-740{font-weight:740}.PURPLE ._primary-text.--weight-741{font-weight:741}.PURPLE ._primary-text.--weight-742{font-weight:742}.PURPLE ._primary-text.--weight-743{font-weight:743}.PURPLE ._primary-text.--weight-744{font-weight:744}.PURPLE ._primary-text.--weight-745{font-weight:745}.PURPLE ._primary-text.--weight-746{font-weight:746}.PURPLE ._primary-text.--weight-747{font-weight:747}.PURPLE ._primary-text.--weight-748{font-weight:748}.PURPLE ._primary-text.--weight-749{font-weight:749}.PURPLE ._primary-text.--weight-750{font-weight:750}.PURPLE ._primary-text.--weight-751{font-weight:751}.PURPLE ._primary-text.--weight-752{font-weight:752}.PURPLE ._primary-text.--weight-753{font-weight:753}.PURPLE ._primary-text.--weight-754{font-weight:754}.PURPLE ._primary-text.--weight-755{font-weight:755}.PURPLE ._primary-text.--weight-756{font-weight:756}.PURPLE ._primary-text.--weight-757{font-weight:757}.PURPLE ._primary-text.--weight-758{font-weight:758}.PURPLE ._primary-text.--weight-759{font-weight:759}.PURPLE ._primary-text.--weight-760{font-weight:760}.PURPLE ._primary-text.--weight-761{font-weight:761}.PURPLE ._primary-text.--weight-762{font-weight:762}.PURPLE ._primary-text.--weight-763{font-weight:763}.PURPLE ._primary-text.--weight-764{font-weight:764}.PURPLE ._primary-text.--weight-765{font-weight:765}.PURPLE ._primary-text.--weight-766{font-weight:766}.PURPLE ._primary-text.--weight-767{font-weight:767}.PURPLE ._primary-text.--weight-768{font-weight:768}.PURPLE ._primary-text.--weight-769{font-weight:769}.PURPLE ._primary-text.--weight-770{font-weight:770}.PURPLE ._primary-text.--weight-771{font-weight:771}.PURPLE ._primary-text.--weight-772{font-weight:772}.PURPLE ._primary-text.--weight-773{font-weight:773}.PURPLE ._primary-text.--weight-774{font-weight:774}.PURPLE ._primary-text.--weight-775{font-weight:775}.PURPLE ._primary-text.--weight-776{font-weight:776}.PURPLE ._primary-text.--weight-777{font-weight:777}.PURPLE ._primary-text.--weight-778{font-weight:778}.PURPLE ._primary-text.--weight-779{font-weight:779}.PURPLE ._primary-text.--weight-780{font-weight:780}.PURPLE ._primary-text.--weight-781{font-weight:781}.PURPLE ._primary-text.--weight-782{font-weight:782}.PURPLE ._primary-text.--weight-783{font-weight:783}.PURPLE ._primary-text.--weight-784{font-weight:784}.PURPLE ._primary-text.--weight-785{font-weight:785}.PURPLE ._primary-text.--weight-786{font-weight:786}.PURPLE ._primary-text.--weight-787{font-weight:787}.PURPLE ._primary-text.--weight-788{font-weight:788}.PURPLE ._primary-text.--weight-789{font-weight:789}.PURPLE ._primary-text.--weight-790{font-weight:790}.PURPLE ._primary-text.--weight-791{font-weight:791}.PURPLE ._primary-text.--weight-792{font-weight:792}.PURPLE ._primary-text.--weight-793{font-weight:793}.PURPLE ._primary-text.--weight-794{font-weight:794}.PURPLE ._primary-text.--weight-795{font-weight:795}.PURPLE ._primary-text.--weight-796{font-weight:796}.PURPLE ._primary-text.--weight-797{font-weight:797}.PURPLE ._primary-text.--weight-798{font-weight:798}.PURPLE ._primary-text.--weight-799{font-weight:799}.PURPLE ._primary-text.--weight-800{font-weight:800}.PURPLE ._primary-text.--lh-1{line-height:1px}.PURPLE ._primary-text.--lh-2{line-height:2px}.PURPLE ._primary-text.--lh-3{line-height:3px}.PURPLE ._primary-text.--lh-4{line-height:4px}.PURPLE ._primary-text.--lh-5{line-height:5px}.PURPLE ._primary-text.--lh-6{line-height:6px}.PURPLE ._primary-text.--lh-7{line-height:7px}.PURPLE ._primary-text.--lh-8{line-height:8px}.PURPLE ._primary-text.--lh-9{line-height:9px}.PURPLE ._primary-text.--lh-10{line-height:10px}.PURPLE ._primary-text.--lh-11{line-height:11px}.PURPLE ._primary-text.--lh-12{line-height:12px}.PURPLE ._primary-text.--lh-13{line-height:13px}.PURPLE ._primary-text.--lh-14{line-height:14px}.PURPLE ._primary-text.--lh-15{line-height:15px}.PURPLE ._primary-text.--lh-16{line-height:16px}.PURPLE ._primary-text.--lh-17{line-height:17px}.PURPLE ._primary-text.--lh-18{line-height:18px}.PURPLE ._primary-text.--lh-19{line-height:19px}.PURPLE ._primary-text.--lh-20{line-height:20px}.PURPLE ._primary-text.--lh-21{line-height:21px}.PURPLE ._primary-text.--lh-22{line-height:22px}.PURPLE ._primary-text.--lh-23{line-height:23px}.PURPLE ._primary-text.--lh-24{line-height:24px}.PURPLE ._primary-text.--lh-25{line-height:25px}.PURPLE ._primary-text.--lh-26{line-height:26px}.PURPLE ._primary-text.--lh-27{line-height:27px}.PURPLE ._primary-text.--lh-28{line-height:28px}.PURPLE ._primary-text.--lh-29{line-height:29px}.PURPLE ._primary-text.--lh-30{line-height:30px}.PURPLE ._primary-text.--lh-31{line-height:31px}.PURPLE ._primary-text.--lh-32{line-height:32px}.PURPLE ._primary-text.--lh-33{line-height:33px}.PURPLE ._primary-text.--lh-34{line-height:34px}.PURPLE ._primary-text.--lh-35{line-height:35px}.PURPLE ._primary-text.--lh-36{line-height:36px}.PURPLE ._primary-text.--lh-37{line-height:37px}.PURPLE ._primary-text.--lh-38{line-height:38px}.PURPLE ._primary-text.--lh-39{line-height:39px}.PURPLE ._primary-text.--lh-40{line-height:40px}.PURPLE ._primary-text.--lh-41{line-height:41px}.PURPLE ._primary-text.--lh-42{line-height:42px}.PURPLE ._primary-text.--lh-43{line-height:43px}.PURPLE ._primary-text.--lh-44{line-height:44px}.PURPLE ._primary-text.--lh-45{line-height:45px}.PURPLE ._primary-text.--lh-46{line-height:46px}.PURPLE ._primary-text.--lh-47{line-height:47px}.PURPLE ._primary-text.--lh-48{line-height:48px}.PURPLE ._primary-text.--lh-49{line-height:49px}.PURPLE ._primary-text.--lh-50{line-height:50px}.PURPLE ._primary-text.--lh-51{line-height:51px}.PURPLE ._primary-text.--lh-52{line-height:52px}.PURPLE ._primary-text.--lh-53{line-height:53px}.PURPLE ._primary-text.--lh-54{line-height:54px}.PURPLE ._primary-text.--lh-55{line-height:55px}.PURPLE ._primary-text.--lh-56{line-height:56px}.PURPLE ._primary-text.--lh-57{line-height:57px}.PURPLE ._primary-text.--lh-58{line-height:58px}.PURPLE ._primary-text.--lh-59{line-height:59px}.PURPLE ._primary-text.--lh-60{line-height:60px}.PURPLE ._primary-text.--lh-61{line-height:61px}.PURPLE ._primary-text.--lh-62{line-height:62px}.PURPLE ._primary-text.--lh-63{line-height:63px}.PURPLE ._primary-text.--lh-64{line-height:64px}.PURPLE ._primary-text.--lh-65{line-height:65px}.PURPLE ._primary-text.--lh-66{line-height:66px}.PURPLE ._primary-text.--lh-67{line-height:67px}.PURPLE ._primary-text.--lh-68{line-height:68px}.PURPLE ._primary-text.--lh-69{line-height:69px}.PURPLE ._primary-text.--lh-70{line-height:70px}.PURPLE ._primary-text.--lh-71{line-height:71px}.PURPLE ._primary-text.--lh-72{line-height:72px}.PURPLE ._primary-text.--lh-73{line-height:73px}.PURPLE ._primary-text.--lh-74{line-height:74px}.PURPLE ._primary-text.--lh-75{line-height:75px}.PURPLE ._primary-text.--lh-76{line-height:76px}.PURPLE ._primary-text.--lh-77{line-height:77px}.PURPLE ._primary-text.--lh-78{line-height:78px}.PURPLE ._primary-text.--lh-79{line-height:79px}.PURPLE ._primary-text.--lh-80{line-height:80px}.PURPLE ._primary-text.--lh-81{line-height:81px}.PURPLE ._primary-text.--lh-82{line-height:82px}.PURPLE ._primary-text.--lh-83{line-height:83px}.PURPLE ._primary-text.--lh-84{line-height:84px}.PURPLE ._primary-text.--lh-85{line-height:85px}.PURPLE ._primary-text.--lh-86{line-height:86px}.PURPLE ._primary-text.--lh-87{line-height:87px}.PURPLE ._primary-text.--lh-88{line-height:88px}.PURPLE ._primary-text.--lh-89{line-height:89px}.PURPLE ._primary-text.--lh-90{line-height:90px}.PURPLE ._primary-text.--lh-91{line-height:91px}.PURPLE ._primary-text.--lh-92{line-height:92px}.PURPLE ._primary-text.--lh-93{line-height:93px}.PURPLE ._primary-text.--lh-94{line-height:94px}.PURPLE ._primary-text.--lh-95{line-height:95px}.PURPLE ._primary-text.--lh-96{line-height:96px}.PURPLE ._primary-text.--lh-97{line-height:97px}.PURPLE ._primary-text.--lh-98{line-height:98px}.PURPLE ._primary-text.--lh-99{line-height:99px}.PURPLE ._primary-text.--lh-100{line-height:100px}.PURPLE ._primary-text.--lh-101{line-height:101px}.PURPLE ._primary-text.--lh-102{line-height:102px}.PURPLE ._primary-text.--lh-103{line-height:103px}.PURPLE ._primary-text.--lh-104{line-height:104px}.PURPLE ._primary-text.--lh-105{line-height:105px}.PURPLE ._primary-text.--lh-106{line-height:106px}.PURPLE ._primary-text.--lh-107{line-height:107px}.PURPLE ._primary-text.--lh-108{line-height:108px}.PURPLE ._primary-text.--lh-109{line-height:109px}.PURPLE ._primary-text.--lh-110{line-height:110px}.PURPLE ._primary-text.--lh-111{line-height:111px}.PURPLE ._primary-text.--lh-112{line-height:112px}.PURPLE ._primary-text.--lh-113{line-height:113px}.PURPLE ._primary-text.--lh-114{line-height:114px}.PURPLE ._primary-text.--lh-115{line-height:115px}.PURPLE ._primary-text.--lh-116{line-height:116px}.PURPLE ._primary-text.--lh-117{line-height:117px}.PURPLE ._primary-text.--lh-118{line-height:118px}.PURPLE ._primary-text.--lh-119{line-height:119px}.PURPLE ._primary-text.--lh-120{line-height:120px}.PURPLE ._primary-text.--lh-121{line-height:121px}.PURPLE ._primary-text.--lh-122{line-height:122px}.PURPLE ._primary-text.--lh-123{line-height:123px}.PURPLE ._primary-text.--lh-124{line-height:124px}.PURPLE ._primary-text.--lh-125{line-height:125px}.PURPLE ._primary-text.--lh-126{line-height:126px}.PURPLE ._primary-text.--lh-127{line-height:127px}.PURPLE ._primary-text.--lh-128{line-height:128px}.PURPLE ._primary-text.--lh-129{line-height:129px}.PURPLE ._primary-text.--lh-130{line-height:130px}.PURPLE ._primary-text.--lh-131{line-height:131px}.PURPLE ._primary-text.--lh-132{line-height:132px}.PURPLE ._primary-text.--lh-133{line-height:133px}.PURPLE ._primary-text.--lh-134{line-height:134px}.PURPLE ._primary-text.--lh-135{line-height:135px}.PURPLE ._primary-text.--lh-136{line-height:136px}.PURPLE ._primary-text.--lh-137{line-height:137px}.PURPLE ._primary-text.--lh-138{line-height:138px}.PURPLE ._primary-text.--lh-139{line-height:139px}.PURPLE ._primary-text.--lh-140{line-height:140px}.PURPLE ._primary-text.--lh-141{line-height:141px}.PURPLE ._primary-text.--lh-142{line-height:142px}.PURPLE ._primary-text.--lh-143{line-height:143px}.PURPLE ._primary-text.--lh-144{line-height:144px}.PURPLE ._primary-text.--lh-145{line-height:145px}.PURPLE ._primary-text.--lh-146{line-height:146px}.PURPLE ._primary-text.--lh-147{line-height:147px}.PURPLE ._primary-text.--lh-148{line-height:148px}.PURPLE ._primary-text.--lh-149{line-height:149px}.PURPLE ._primary-text.--lh-150{line-height:150px}.PURPLE ._primary-text.--lh-151{line-height:151px}.PURPLE ._primary-text.--lh-152{line-height:152px}.PURPLE ._primary-text.--lh-153{line-height:153px}.PURPLE ._primary-text.--lh-154{line-height:154px}.PURPLE ._primary-text.--lh-155{line-height:155px}.PURPLE ._primary-text.--lh-156{line-height:156px}.PURPLE ._primary-text.--lh-157{line-height:157px}.PURPLE ._primary-text.--lh-158{line-height:158px}.PURPLE ._primary-text.--lh-159{line-height:159px}.PURPLE ._primary-text.--lh-160{line-height:160px}.PURPLE ._primary-text.--lh-161{line-height:161px}.PURPLE ._primary-text.--lh-162{line-height:162px}.PURPLE ._primary-text.--lh-163{line-height:163px}.PURPLE ._primary-text.--lh-164{line-height:164px}.PURPLE ._primary-text.--lh-165{line-height:165px}.PURPLE ._primary-text.--lh-166{line-height:166px}.PURPLE ._primary-text.--lh-167{line-height:167px}.PURPLE ._primary-text.--lh-168{line-height:168px}.PURPLE ._primary-text.--lh-169{line-height:169px}.PURPLE ._primary-text.--lh-170{line-height:170px}.PURPLE ._primary-text.--lh-171{line-height:171px}.PURPLE ._primary-text.--lh-172{line-height:172px}.PURPLE ._primary-text.--lh-173{line-height:173px}.PURPLE ._primary-text.--lh-174{line-height:174px}.PURPLE ._primary-text.--lh-175{line-height:175px}.PURPLE ._primary-text.--lh-176{line-height:176px}.PURPLE ._primary-text.--lh-177{line-height:177px}.PURPLE ._primary-text.--lh-178{line-height:178px}.PURPLE ._primary-text.--lh-179{line-height:179px}.PURPLE ._primary-text.--lh-180{line-height:180px}.PURPLE ._primary-text.--lh-181{line-height:181px}.PURPLE ._primary-text.--lh-182{line-height:182px}.PURPLE ._primary-text.--lh-183{line-height:183px}.PURPLE ._primary-text.--lh-184{line-height:184px}.PURPLE ._primary-text.--lh-185{line-height:185px}.PURPLE ._primary-text.--lh-186{line-height:186px}.PURPLE ._primary-text.--lh-187{line-height:187px}.PURPLE ._primary-text.--lh-188{line-height:188px}.PURPLE ._primary-text.--lh-189{line-height:189px}.PURPLE ._primary-text.--lh-190{line-height:190px}.PURPLE ._primary-text.--lh-191{line-height:191px}.PURPLE ._primary-text.--lh-192{line-height:192px}.PURPLE ._primary-text.--lh-193{line-height:193px}.PURPLE ._primary-text.--lh-194{line-height:194px}.PURPLE ._primary-text.--lh-195{line-height:195px}.PURPLE ._primary-text.--lh-196{line-height:196px}.PURPLE ._primary-text.--lh-197{line-height:197px}.PURPLE ._primary-text.--lh-198{line-height:198px}.PURPLE ._primary-text.--lh-199{line-height:199px}.PURPLE ._primary-text.--lh-200{line-height:200px}.PURPLE ._primary-text.--lh-201{line-height:201px}.PURPLE ._primary-text.--lh-202{line-height:202px}.PURPLE ._primary-text.--lh-203{line-height:203px}.PURPLE ._primary-text.--lh-204{line-height:204px}.PURPLE ._primary-text.--lh-205{line-height:205px}.PURPLE ._primary-text.--lh-206{line-height:206px}.PURPLE ._primary-text.--lh-207{line-height:207px}.PURPLE ._primary-text.--lh-208{line-height:208px}.PURPLE ._primary-text.--lh-209{line-height:209px}.PURPLE ._primary-text.--lh-210{line-height:210px}.PURPLE ._primary-text.--lh-211{line-height:211px}.PURPLE ._primary-text.--lh-212{line-height:212px}.PURPLE ._primary-text.--lh-213{line-height:213px}.PURPLE ._primary-text.--lh-214{line-height:214px}.PURPLE ._primary-text.--lh-215{line-height:215px}.PURPLE ._primary-text.--lh-216{line-height:216px}.PURPLE ._primary-text.--lh-217{line-height:217px}.PURPLE ._primary-text.--lh-218{line-height:218px}.PURPLE ._primary-text.--lh-219{line-height:219px}.PURPLE ._primary-text.--lh-220{line-height:220px}.PURPLE ._primary-text.--lh-221{line-height:221px}.PURPLE ._primary-text.--lh-222{line-height:222px}.PURPLE ._primary-text.--lh-223{line-height:223px}.PURPLE ._primary-text.--lh-224{line-height:224px}.PURPLE ._primary-text.--lh-225{line-height:225px}.PURPLE ._primary-text.--lh-226{line-height:226px}.PURPLE ._primary-text.--lh-227{line-height:227px}.PURPLE ._primary-text.--lh-228{line-height:228px}.PURPLE ._primary-text.--lh-229{line-height:229px}.PURPLE ._primary-text.--lh-230{line-height:230px}.PURPLE ._primary-text.--lh-231{line-height:231px}.PURPLE ._primary-text.--lh-232{line-height:232px}.PURPLE ._primary-text.--lh-233{line-height:233px}.PURPLE ._primary-text.--lh-234{line-height:234px}.PURPLE ._primary-text.--lh-235{line-height:235px}.PURPLE ._primary-text.--lh-236{line-height:236px}.PURPLE ._primary-text.--lh-237{line-height:237px}.PURPLE ._primary-text.--lh-238{line-height:238px}.PURPLE ._primary-text.--lh-239{line-height:239px}.PURPLE ._primary-text.--lh-240{line-height:240px}.PURPLE ._primary-text.--lh-241{line-height:241px}.PURPLE ._primary-text.--lh-242{line-height:242px}.PURPLE ._primary-text.--lh-243{line-height:243px}.PURPLE ._primary-text.--lh-244{line-height:244px}.PURPLE ._primary-text.--lh-245{line-height:245px}.PURPLE ._primary-text.--lh-246{line-height:246px}.PURPLE ._primary-text.--lh-247{line-height:247px}.PURPLE ._primary-text.--lh-248{line-height:248px}.PURPLE ._primary-text.--lh-249{line-height:249px}.PURPLE ._primary-text.--lh-250{line-height:250px}.PURPLE ._primary-text.--lh-251{line-height:251px}.PURPLE ._primary-text.--lh-252{line-height:252px}.PURPLE ._primary-text.--lh-253{line-height:253px}.PURPLE ._primary-text.--lh-254{line-height:254px}.PURPLE ._primary-text.--lh-255{line-height:255px}.PURPLE ._primary-text.--lh-256{line-height:256px}.PURPLE ._primary-text.--lh-257{line-height:257px}.PURPLE ._primary-text.--lh-258{line-height:258px}.PURPLE ._primary-text.--lh-259{line-height:259px}.PURPLE ._primary-text.--lh-260{line-height:260px}.PURPLE ._primary-text.--lh-261{line-height:261px}.PURPLE ._primary-text.--lh-262{line-height:262px}.PURPLE ._primary-text.--lh-263{line-height:263px}.PURPLE ._primary-text.--lh-264{line-height:264px}.PURPLE ._primary-text.--lh-265{line-height:265px}.PURPLE ._primary-text.--lh-266{line-height:266px}.PURPLE ._primary-text.--lh-267{line-height:267px}.PURPLE ._primary-text.--lh-268{line-height:268px}.PURPLE ._primary-text.--lh-269{line-height:269px}.PURPLE ._primary-text.--lh-270{line-height:270px}.PURPLE ._primary-text.--lh-271{line-height:271px}.PURPLE ._primary-text.--lh-272{line-height:272px}.PURPLE ._primary-text.--lh-273{line-height:273px}.PURPLE ._primary-text.--lh-274{line-height:274px}.PURPLE ._primary-text.--lh-275{line-height:275px}.PURPLE ._primary-text.--lh-276{line-height:276px}.PURPLE ._primary-text.--lh-277{line-height:277px}.PURPLE ._primary-text.--lh-278{line-height:278px}.PURPLE ._primary-text.--lh-279{line-height:279px}.PURPLE ._primary-text.--lh-280{line-height:280px}.PURPLE ._primary-text.--lh-281{line-height:281px}.PURPLE ._primary-text.--lh-282{line-height:282px}.PURPLE ._primary-text.--lh-283{line-height:283px}.PURPLE ._primary-text.--lh-284{line-height:284px}.PURPLE ._primary-text.--lh-285{line-height:285px}.PURPLE ._primary-text.--lh-286{line-height:286px}.PURPLE ._primary-text.--lh-287{line-height:287px}.PURPLE ._primary-text.--lh-288{line-height:288px}.PURPLE ._primary-text.--lh-289{line-height:289px}.PURPLE ._primary-text.--lh-290{line-height:290px}.PURPLE ._primary-text.--lh-291{line-height:291px}.PURPLE ._primary-text.--lh-292{line-height:292px}.PURPLE ._primary-text.--lh-293{line-height:293px}.PURPLE ._primary-text.--lh-294{line-height:294px}.PURPLE ._primary-text.--lh-295{line-height:295px}.PURPLE ._primary-text.--lh-296{line-height:296px}.PURPLE ._primary-text.--lh-297{line-height:297px}.PURPLE ._primary-text.--lh-298{line-height:298px}.PURPLE ._primary-text.--lh-299{line-height:299px}.PURPLE ._primary-text.--lh-300{line-height:300px}.PURPLE ._primary-text.--lh-301{line-height:301px}.PURPLE ._primary-text.--lh-302{line-height:302px}.PURPLE ._primary-text.--lh-303{line-height:303px}.PURPLE ._primary-text.--lh-304{line-height:304px}.PURPLE ._primary-text.--lh-305{line-height:305px}.PURPLE ._primary-text.--lh-306{line-height:306px}.PURPLE ._primary-text.--lh-307{line-height:307px}.PURPLE ._primary-text.--lh-308{line-height:308px}.PURPLE ._primary-text.--lh-309{line-height:309px}.PURPLE ._primary-text.--lh-310{line-height:310px}.PURPLE ._primary-text.--lh-311{line-height:311px}.PURPLE ._primary-text.--lh-312{line-height:312px}.PURPLE ._primary-text.--lh-313{line-height:313px}.PURPLE ._primary-text.--lh-314{line-height:314px}.PURPLE ._primary-text.--lh-315{line-height:315px}.PURPLE ._primary-text.--lh-316{line-height:316px}.PURPLE ._primary-text.--lh-317{line-height:317px}.PURPLE ._primary-text.--lh-318{line-height:318px}.PURPLE ._primary-text.--lh-319{line-height:319px}.PURPLE ._primary-text.--lh-320{line-height:320px}.PURPLE ._primary-text.--lh-321{line-height:321px}.PURPLE ._primary-text.--lh-322{line-height:322px}.PURPLE ._primary-text.--lh-323{line-height:323px}.PURPLE ._primary-text.--lh-324{line-height:324px}.PURPLE ._primary-text.--lh-325{line-height:325px}.PURPLE ._primary-text.--lh-326{line-height:326px}.PURPLE ._primary-text.--lh-327{line-height:327px}.PURPLE ._primary-text.--lh-328{line-height:328px}.PURPLE ._primary-text.--lh-329{line-height:329px}.PURPLE ._primary-text.--lh-330{line-height:330px}.PURPLE ._primary-text.--lh-331{line-height:331px}.PURPLE ._primary-text.--lh-332{line-height:332px}.PURPLE ._primary-text.--lh-333{line-height:333px}.PURPLE ._primary-text.--lh-334{line-height:334px}.PURPLE ._primary-text.--lh-335{line-height:335px}.PURPLE ._primary-text.--lh-336{line-height:336px}.PURPLE ._primary-text.--lh-337{line-height:337px}.PURPLE ._primary-text.--lh-338{line-height:338px}.PURPLE ._primary-text.--lh-339{line-height:339px}.PURPLE ._primary-text.--lh-340{line-height:340px}.PURPLE ._primary-text.--lh-341{line-height:341px}.PURPLE ._primary-text.--lh-342{line-height:342px}.PURPLE ._primary-text.--lh-343{line-height:343px}.PURPLE ._primary-text.--lh-344{line-height:344px}.PURPLE ._primary-text.--lh-345{line-height:345px}.PURPLE ._primary-text.--lh-346{line-height:346px}.PURPLE ._primary-text.--lh-347{line-height:347px}.PURPLE ._primary-text.--lh-348{line-height:348px}.PURPLE ._primary-text.--lh-349{line-height:349px}.PURPLE ._primary-text.--lh-350{line-height:350px}.PURPLE ._primary-text.--lh-351{line-height:351px}.PURPLE ._primary-text.--lh-352{line-height:352px}.PURPLE ._primary-text.--lh-353{line-height:353px}.PURPLE ._primary-text.--lh-354{line-height:354px}.PURPLE ._primary-text.--lh-355{line-height:355px}.PURPLE ._primary-text.--lh-356{line-height:356px}.PURPLE ._primary-text.--lh-357{line-height:357px}.PURPLE ._primary-text.--lh-358{line-height:358px}.PURPLE ._primary-text.--lh-359{line-height:359px}.PURPLE ._primary-text.--lh-360{line-height:360px}.PURPLE ._primary-text.--lh-361{line-height:361px}.PURPLE ._primary-text.--lh-362{line-height:362px}.PURPLE ._primary-text.--lh-363{line-height:363px}.PURPLE ._primary-text.--lh-364{line-height:364px}.PURPLE ._primary-text.--lh-365{line-height:365px}.PURPLE ._primary-text.--lh-366{line-height:366px}.PURPLE ._primary-text.--lh-367{line-height:367px}.PURPLE ._primary-text.--lh-368{line-height:368px}.PURPLE ._primary-text.--lh-369{line-height:369px}.PURPLE ._primary-text.--lh-370{line-height:370px}.PURPLE ._primary-text.--lh-371{line-height:371px}.PURPLE ._primary-text.--lh-372{line-height:372px}.PURPLE ._primary-text.--lh-373{line-height:373px}.PURPLE ._primary-text.--lh-374{line-height:374px}.PURPLE ._primary-text.--lh-375{line-height:375px}.PURPLE ._primary-text.--lh-376{line-height:376px}.PURPLE ._primary-text.--lh-377{line-height:377px}.PURPLE ._primary-text.--lh-378{line-height:378px}.PURPLE ._primary-text.--lh-379{line-height:379px}.PURPLE ._primary-text.--lh-380{line-height:380px}.PURPLE ._primary-text.--lh-381{line-height:381px}.PURPLE ._primary-text.--lh-382{line-height:382px}.PURPLE ._primary-text.--lh-383{line-height:383px}.PURPLE ._primary-text.--lh-384{line-height:384px}.PURPLE ._primary-text.--lh-385{line-height:385px}.PURPLE ._primary-text.--lh-386{line-height:386px}.PURPLE ._primary-text.--lh-387{line-height:387px}.PURPLE ._primary-text.--lh-388{line-height:388px}.PURPLE ._primary-text.--lh-389{line-height:389px}.PURPLE ._primary-text.--lh-390{line-height:390px}.PURPLE ._primary-text.--lh-391{line-height:391px}.PURPLE ._primary-text.--lh-392{line-height:392px}.PURPLE ._primary-text.--lh-393{line-height:393px}.PURPLE ._primary-text.--lh-394{line-height:394px}.PURPLE ._primary-text.--lh-395{line-height:395px}.PURPLE ._primary-text.--lh-396{line-height:396px}.PURPLE ._primary-text.--lh-397{line-height:397px}.PURPLE ._primary-text.--lh-398{line-height:398px}.PURPLE ._primary-text.--lh-399{line-height:399px}.PURPLE ._primary-text.--lh-400{line-height:400px}.PURPLE ._primary-text.--lh-401{line-height:401px}.PURPLE ._primary-text.--lh-402{line-height:402px}.PURPLE ._primary-text.--lh-403{line-height:403px}.PURPLE ._primary-text.--lh-404{line-height:404px}.PURPLE ._primary-text.--lh-405{line-height:405px}.PURPLE ._primary-text.--lh-406{line-height:406px}.PURPLE ._primary-text.--lh-407{line-height:407px}.PURPLE ._primary-text.--lh-408{line-height:408px}.PURPLE ._primary-text.--lh-409{line-height:409px}.PURPLE ._primary-text.--lh-410{line-height:410px}.PURPLE ._primary-text.--lh-411{line-height:411px}.PURPLE ._primary-text.--lh-412{line-height:412px}.PURPLE ._primary-text.--lh-413{line-height:413px}.PURPLE ._primary-text.--lh-414{line-height:414px}.PURPLE ._primary-text.--lh-415{line-height:415px}.PURPLE ._primary-text.--lh-416{line-height:416px}.PURPLE ._primary-text.--lh-417{line-height:417px}.PURPLE ._primary-text.--lh-418{line-height:418px}.PURPLE ._primary-text.--lh-419{line-height:419px}.PURPLE ._primary-text.--lh-420{line-height:420px}.PURPLE ._primary-text.--lh-421{line-height:421px}.PURPLE ._primary-text.--lh-422{line-height:422px}.PURPLE ._primary-text.--lh-423{line-height:423px}.PURPLE ._primary-text.--lh-424{line-height:424px}.PURPLE ._primary-text.--lh-425{line-height:425px}.PURPLE ._primary-text.--lh-426{line-height:426px}.PURPLE ._primary-text.--lh-427{line-height:427px}.PURPLE ._primary-text.--lh-428{line-height:428px}.PURPLE ._primary-text.--lh-429{line-height:429px}.PURPLE ._primary-text.--lh-430{line-height:430px}.PURPLE ._primary-text.--lh-431{line-height:431px}.PURPLE ._primary-text.--lh-432{line-height:432px}.PURPLE ._primary-text.--lh-433{line-height:433px}.PURPLE ._primary-text.--lh-434{line-height:434px}.PURPLE ._primary-text.--lh-435{line-height:435px}.PURPLE ._primary-text.--lh-436{line-height:436px}.PURPLE ._primary-text.--lh-437{line-height:437px}.PURPLE ._primary-text.--lh-438{line-height:438px}.PURPLE ._primary-text.--lh-439{line-height:439px}.PURPLE ._primary-text.--lh-440{line-height:440px}.PURPLE ._primary-text.--lh-441{line-height:441px}.PURPLE ._primary-text.--lh-442{line-height:442px}.PURPLE ._primary-text.--lh-443{line-height:443px}.PURPLE ._primary-text.--lh-444{line-height:444px}.PURPLE ._primary-text.--lh-445{line-height:445px}.PURPLE ._primary-text.--lh-446{line-height:446px}.PURPLE ._primary-text.--lh-447{line-height:447px}.PURPLE ._primary-text.--lh-448{line-height:448px}.PURPLE ._primary-text.--lh-449{line-height:449px}.PURPLE ._primary-text.--lh-450{line-height:450px}.PURPLE ._primary-text.--lh-451{line-height:451px}.PURPLE ._primary-text.--lh-452{line-height:452px}.PURPLE ._primary-text.--lh-453{line-height:453px}.PURPLE ._primary-text.--lh-454{line-height:454px}.PURPLE ._primary-text.--lh-455{line-height:455px}.PURPLE ._primary-text.--lh-456{line-height:456px}.PURPLE ._primary-text.--lh-457{line-height:457px}.PURPLE ._primary-text.--lh-458{line-height:458px}.PURPLE ._primary-text.--lh-459{line-height:459px}.PURPLE ._primary-text.--lh-460{line-height:460px}.PURPLE ._primary-text.--lh-461{line-height:461px}.PURPLE ._primary-text.--lh-462{line-height:462px}.PURPLE ._primary-text.--lh-463{line-height:463px}.PURPLE ._primary-text.--lh-464{line-height:464px}.PURPLE ._primary-text.--lh-465{line-height:465px}.PURPLE ._primary-text.--lh-466{line-height:466px}.PURPLE ._primary-text.--lh-467{line-height:467px}.PURPLE ._primary-text.--lh-468{line-height:468px}.PURPLE ._primary-text.--lh-469{line-height:469px}.PURPLE ._primary-text.--lh-470{line-height:470px}.PURPLE ._primary-text.--lh-471{line-height:471px}.PURPLE ._primary-text.--lh-472{line-height:472px}.PURPLE ._primary-text.--lh-473{line-height:473px}.PURPLE ._primary-text.--lh-474{line-height:474px}.PURPLE ._primary-text.--lh-475{line-height:475px}.PURPLE ._primary-text.--lh-476{line-height:476px}.PURPLE ._primary-text.--lh-477{line-height:477px}.PURPLE ._primary-text.--lh-478{line-height:478px}.PURPLE ._primary-text.--lh-479{line-height:479px}.PURPLE ._primary-text.--lh-480{line-height:480px}.PURPLE ._primary-text.--lh-481{line-height:481px}.PURPLE ._primary-text.--lh-482{line-height:482px}.PURPLE ._primary-text.--lh-483{line-height:483px}.PURPLE ._primary-text.--lh-484{line-height:484px}.PURPLE ._primary-text.--lh-485{line-height:485px}.PURPLE ._primary-text.--lh-486{line-height:486px}.PURPLE ._primary-text.--lh-487{line-height:487px}.PURPLE ._primary-text.--lh-488{line-height:488px}.PURPLE ._primary-text.--lh-489{line-height:489px}.PURPLE ._primary-text.--lh-490{line-height:490px}.PURPLE ._primary-text.--lh-491{line-height:491px}.PURPLE ._primary-text.--lh-492{line-height:492px}.PURPLE ._primary-text.--lh-493{line-height:493px}.PURPLE ._primary-text.--lh-494{line-height:494px}.PURPLE ._primary-text.--lh-495{line-height:495px}.PURPLE ._primary-text.--lh-496{line-height:496px}.PURPLE ._primary-text.--lh-497{line-height:497px}.PURPLE ._primary-text.--lh-498{line-height:498px}.PURPLE ._primary-text.--lh-499{line-height:499px}.PURPLE ._primary-text.--lh-500{line-height:500px}.PURPLE ._primary-text.--lh-501{line-height:501px}.PURPLE ._primary-text.--lh-502{line-height:502px}.PURPLE ._primary-text.--lh-503{line-height:503px}.PURPLE ._primary-text.--lh-504{line-height:504px}.PURPLE ._primary-text.--lh-505{line-height:505px}.PURPLE ._primary-text.--lh-506{line-height:506px}.PURPLE ._primary-text.--lh-507{line-height:507px}.PURPLE ._primary-text.--lh-508{line-height:508px}.PURPLE ._primary-text.--lh-509{line-height:509px}.PURPLE ._primary-text.--lh-510{line-height:510px}.PURPLE ._primary-text.--lh-511{line-height:511px}.PURPLE ._primary-text.--lh-512{line-height:512px}.PURPLE ._primary-text.--lh-513{line-height:513px}.PURPLE ._primary-text.--lh-514{line-height:514px}.PURPLE ._primary-text.--lh-515{line-height:515px}.PURPLE ._primary-text.--lh-516{line-height:516px}.PURPLE ._primary-text.--lh-517{line-height:517px}.PURPLE ._primary-text.--lh-518{line-height:518px}.PURPLE ._primary-text.--lh-519{line-height:519px}.PURPLE ._primary-text.--lh-520{line-height:520px}.PURPLE ._primary-text.--lh-521{line-height:521px}.PURPLE ._primary-text.--lh-522{line-height:522px}.PURPLE ._primary-text.--lh-523{line-height:523px}.PURPLE ._primary-text.--lh-524{line-height:524px}.PURPLE ._primary-text.--lh-525{line-height:525px}.PURPLE ._primary-text.--lh-526{line-height:526px}.PURPLE ._primary-text.--lh-527{line-height:527px}.PURPLE ._primary-text.--lh-528{line-height:528px}.PURPLE ._primary-text.--lh-529{line-height:529px}.PURPLE ._primary-text.--lh-530{line-height:530px}.PURPLE ._primary-text.--lh-531{line-height:531px}.PURPLE ._primary-text.--lh-532{line-height:532px}.PURPLE ._primary-text.--lh-533{line-height:533px}.PURPLE ._primary-text.--lh-534{line-height:534px}.PURPLE ._primary-text.--lh-535{line-height:535px}.PURPLE ._primary-text.--lh-536{line-height:536px}.PURPLE ._primary-text.--lh-537{line-height:537px}.PURPLE ._primary-text.--lh-538{line-height:538px}.PURPLE ._primary-text.--lh-539{line-height:539px}.PURPLE ._primary-text.--lh-540{line-height:540px}.PURPLE ._primary-text.--lh-541{line-height:541px}.PURPLE ._primary-text.--lh-542{line-height:542px}.PURPLE ._primary-text.--lh-543{line-height:543px}.PURPLE ._primary-text.--lh-544{line-height:544px}.PURPLE ._primary-text.--lh-545{line-height:545px}.PURPLE ._primary-text.--lh-546{line-height:546px}.PURPLE ._primary-text.--lh-547{line-height:547px}.PURPLE ._primary-text.--lh-548{line-height:548px}.PURPLE ._primary-text.--lh-549{line-height:549px}.PURPLE ._primary-text.--lh-550{line-height:550px}.PURPLE ._primary-text.--lh-551{line-height:551px}.PURPLE ._primary-text.--lh-552{line-height:552px}.PURPLE ._primary-text.--lh-553{line-height:553px}.PURPLE ._primary-text.--lh-554{line-height:554px}.PURPLE ._primary-text.--lh-555{line-height:555px}.PURPLE ._primary-text.--lh-556{line-height:556px}.PURPLE ._primary-text.--lh-557{line-height:557px}.PURPLE ._primary-text.--lh-558{line-height:558px}.PURPLE ._primary-text.--lh-559{line-height:559px}.PURPLE ._primary-text.--lh-560{line-height:560px}.PURPLE ._primary-text.--lh-561{line-height:561px}.PURPLE ._primary-text.--lh-562{line-height:562px}.PURPLE ._primary-text.--lh-563{line-height:563px}.PURPLE ._primary-text.--lh-564{line-height:564px}.PURPLE ._primary-text.--lh-565{line-height:565px}.PURPLE ._primary-text.--lh-566{line-height:566px}.PURPLE ._primary-text.--lh-567{line-height:567px}.PURPLE ._primary-text.--lh-568{line-height:568px}.PURPLE ._primary-text.--lh-569{line-height:569px}.PURPLE ._primary-text.--lh-570{line-height:570px}.PURPLE ._primary-text.--lh-571{line-height:571px}.PURPLE ._primary-text.--lh-572{line-height:572px}.PURPLE ._primary-text.--lh-573{line-height:573px}.PURPLE ._primary-text.--lh-574{line-height:574px}.PURPLE ._primary-text.--lh-575{line-height:575px}.PURPLE ._primary-text.--lh-576{line-height:576px}.PURPLE ._primary-text.--lh-577{line-height:577px}.PURPLE ._primary-text.--lh-578{line-height:578px}.PURPLE ._primary-text.--lh-579{line-height:579px}.PURPLE ._primary-text.--lh-580{line-height:580px}.PURPLE ._primary-text.--lh-581{line-height:581px}.PURPLE ._primary-text.--lh-582{line-height:582px}.PURPLE ._primary-text.--lh-583{line-height:583px}.PURPLE ._primary-text.--lh-584{line-height:584px}.PURPLE ._primary-text.--lh-585{line-height:585px}.PURPLE ._primary-text.--lh-586{line-height:586px}.PURPLE ._primary-text.--lh-587{line-height:587px}.PURPLE ._primary-text.--lh-588{line-height:588px}.PURPLE ._primary-text.--lh-589{line-height:589px}.PURPLE ._primary-text.--lh-590{line-height:590px}.PURPLE ._primary-text.--lh-591{line-height:591px}.PURPLE ._primary-text.--lh-592{line-height:592px}.PURPLE ._primary-text.--lh-593{line-height:593px}.PURPLE ._primary-text.--lh-594{line-height:594px}.PURPLE ._primary-text.--lh-595{line-height:595px}.PURPLE ._primary-text.--lh-596{line-height:596px}.PURPLE ._primary-text.--lh-597{line-height:597px}.PURPLE ._primary-text.--lh-598{line-height:598px}.PURPLE ._primary-text.--lh-599{line-height:599px}.PURPLE ._primary-text.--lh-600{line-height:600px}.PURPLE ._primary-text.--lh-601{line-height:601px}.PURPLE ._primary-text.--lh-602{line-height:602px}.PURPLE ._primary-text.--lh-603{line-height:603px}.PURPLE ._primary-text.--lh-604{line-height:604px}.PURPLE ._primary-text.--lh-605{line-height:605px}.PURPLE ._primary-text.--lh-606{line-height:606px}.PURPLE ._primary-text.--lh-607{line-height:607px}.PURPLE ._primary-text.--lh-608{line-height:608px}.PURPLE ._primary-text.--lh-609{line-height:609px}.PURPLE ._primary-text.--lh-610{line-height:610px}.PURPLE ._primary-text.--lh-611{line-height:611px}.PURPLE ._primary-text.--lh-612{line-height:612px}.PURPLE ._primary-text.--lh-613{line-height:613px}.PURPLE ._primary-text.--lh-614{line-height:614px}.PURPLE ._primary-text.--lh-615{line-height:615px}.PURPLE ._primary-text.--lh-616{line-height:616px}.PURPLE ._primary-text.--lh-617{line-height:617px}.PURPLE ._primary-text.--lh-618{line-height:618px}.PURPLE ._primary-text.--lh-619{line-height:619px}.PURPLE ._primary-text.--lh-620{line-height:620px}.PURPLE ._primary-text.--lh-621{line-height:621px}.PURPLE ._primary-text.--lh-622{line-height:622px}.PURPLE ._primary-text.--lh-623{line-height:623px}.PURPLE ._primary-text.--lh-624{line-height:624px}.PURPLE ._primary-text.--lh-625{line-height:625px}.PURPLE ._primary-text.--lh-626{line-height:626px}.PURPLE ._primary-text.--lh-627{line-height:627px}.PURPLE ._primary-text.--lh-628{line-height:628px}.PURPLE ._primary-text.--lh-629{line-height:629px}.PURPLE ._primary-text.--lh-630{line-height:630px}.PURPLE ._primary-text.--lh-631{line-height:631px}.PURPLE ._primary-text.--lh-632{line-height:632px}.PURPLE ._primary-text.--lh-633{line-height:633px}.PURPLE ._primary-text.--lh-634{line-height:634px}.PURPLE ._primary-text.--lh-635{line-height:635px}.PURPLE ._primary-text.--lh-636{line-height:636px}.PURPLE ._primary-text.--lh-637{line-height:637px}.PURPLE ._primary-text.--lh-638{line-height:638px}.PURPLE ._primary-text.--lh-639{line-height:639px}.PURPLE ._primary-text.--lh-640{line-height:640px}.PURPLE ._primary-text.--lh-641{line-height:641px}.PURPLE ._primary-text.--lh-642{line-height:642px}.PURPLE ._primary-text.--lh-643{line-height:643px}.PURPLE ._primary-text.--lh-644{line-height:644px}.PURPLE ._primary-text.--lh-645{line-height:645px}.PURPLE ._primary-text.--lh-646{line-height:646px}.PURPLE ._primary-text.--lh-647{line-height:647px}.PURPLE ._primary-text.--lh-648{line-height:648px}.PURPLE ._primary-text.--lh-649{line-height:649px}.PURPLE ._primary-text.--lh-650{line-height:650px}.PURPLE ._primary-text.--lh-651{line-height:651px}.PURPLE ._primary-text.--lh-652{line-height:652px}.PURPLE ._primary-text.--lh-653{line-height:653px}.PURPLE ._primary-text.--lh-654{line-height:654px}.PURPLE ._primary-text.--lh-655{line-height:655px}.PURPLE ._primary-text.--lh-656{line-height:656px}.PURPLE ._primary-text.--lh-657{line-height:657px}.PURPLE ._primary-text.--lh-658{line-height:658px}.PURPLE ._primary-text.--lh-659{line-height:659px}.PURPLE ._primary-text.--lh-660{line-height:660px}.PURPLE ._primary-text.--lh-661{line-height:661px}.PURPLE ._primary-text.--lh-662{line-height:662px}.PURPLE ._primary-text.--lh-663{line-height:663px}.PURPLE ._primary-text.--lh-664{line-height:664px}.PURPLE ._primary-text.--lh-665{line-height:665px}.PURPLE ._primary-text.--lh-666{line-height:666px}.PURPLE ._primary-text.--lh-667{line-height:667px}.PURPLE ._primary-text.--lh-668{line-height:668px}.PURPLE ._primary-text.--lh-669{line-height:669px}.PURPLE ._primary-text.--lh-670{line-height:670px}.PURPLE ._primary-text.--lh-671{line-height:671px}.PURPLE ._primary-text.--lh-672{line-height:672px}.PURPLE ._primary-text.--lh-673{line-height:673px}.PURPLE ._primary-text.--lh-674{line-height:674px}.PURPLE ._primary-text.--lh-675{line-height:675px}.PURPLE ._primary-text.--lh-676{line-height:676px}.PURPLE ._primary-text.--lh-677{line-height:677px}.PURPLE ._primary-text.--lh-678{line-height:678px}.PURPLE ._primary-text.--lh-679{line-height:679px}.PURPLE ._primary-text.--lh-680{line-height:680px}.PURPLE ._primary-text.--lh-681{line-height:681px}.PURPLE ._primary-text.--lh-682{line-height:682px}.PURPLE ._primary-text.--lh-683{line-height:683px}.PURPLE ._primary-text.--lh-684{line-height:684px}.PURPLE ._primary-text.--lh-685{line-height:685px}.PURPLE ._primary-text.--lh-686{line-height:686px}.PURPLE ._primary-text.--lh-687{line-height:687px}.PURPLE ._primary-text.--lh-688{line-height:688px}.PURPLE ._primary-text.--lh-689{line-height:689px}.PURPLE ._primary-text.--lh-690{line-height:690px}.PURPLE ._primary-text.--lh-691{line-height:691px}.PURPLE ._primary-text.--lh-692{line-height:692px}.PURPLE ._primary-text.--lh-693{line-height:693px}.PURPLE ._primary-text.--lh-694{line-height:694px}.PURPLE ._primary-text.--lh-695{line-height:695px}.PURPLE ._primary-text.--lh-696{line-height:696px}.PURPLE ._primary-text.--lh-697{line-height:697px}.PURPLE ._primary-text.--lh-698{line-height:698px}.PURPLE ._primary-text.--lh-699{line-height:699px}.PURPLE ._primary-text.--lh-700{line-height:700px}.PURPLE ._primary-text.--lh-701{line-height:701px}.PURPLE ._primary-text.--lh-702{line-height:702px}.PURPLE ._primary-text.--lh-703{line-height:703px}.PURPLE ._primary-text.--lh-704{line-height:704px}.PURPLE ._primary-text.--lh-705{line-height:705px}.PURPLE ._primary-text.--lh-706{line-height:706px}.PURPLE ._primary-text.--lh-707{line-height:707px}.PURPLE ._primary-text.--lh-708{line-height:708px}.PURPLE ._primary-text.--lh-709{line-height:709px}.PURPLE ._primary-text.--lh-710{line-height:710px}.PURPLE ._primary-text.--lh-711{line-height:711px}.PURPLE ._primary-text.--lh-712{line-height:712px}.PURPLE ._primary-text.--lh-713{line-height:713px}.PURPLE ._primary-text.--lh-714{line-height:714px}.PURPLE ._primary-text.--lh-715{line-height:715px}.PURPLE ._primary-text.--lh-716{line-height:716px}.PURPLE ._primary-text.--lh-717{line-height:717px}.PURPLE ._primary-text.--lh-718{line-height:718px}.PURPLE ._primary-text.--lh-719{line-height:719px}.PURPLE ._primary-text.--lh-720{line-height:720px}.PURPLE ._primary-text.--lh-721{line-height:721px}.PURPLE ._primary-text.--lh-722{line-height:722px}.PURPLE ._primary-text.--lh-723{line-height:723px}.PURPLE ._primary-text.--lh-724{line-height:724px}.PURPLE ._primary-text.--lh-725{line-height:725px}.PURPLE ._primary-text.--lh-726{line-height:726px}.PURPLE ._primary-text.--lh-727{line-height:727px}.PURPLE ._primary-text.--lh-728{line-height:728px}.PURPLE ._primary-text.--lh-729{line-height:729px}.PURPLE ._primary-text.--lh-730{line-height:730px}.PURPLE ._primary-text.--lh-731{line-height:731px}.PURPLE ._primary-text.--lh-732{line-height:732px}.PURPLE ._primary-text.--lh-733{line-height:733px}.PURPLE ._primary-text.--lh-734{line-height:734px}.PURPLE ._primary-text.--lh-735{line-height:735px}.PURPLE ._primary-text.--lh-736{line-height:736px}.PURPLE ._primary-text.--lh-737{line-height:737px}.PURPLE ._primary-text.--lh-738{line-height:738px}.PURPLE ._primary-text.--lh-739{line-height:739px}.PURPLE ._primary-text.--lh-740{line-height:740px}.PURPLE ._primary-text.--lh-741{line-height:741px}.PURPLE ._primary-text.--lh-742{line-height:742px}.PURPLE ._primary-text.--lh-743{line-height:743px}.PURPLE ._primary-text.--lh-744{line-height:744px}.PURPLE ._primary-text.--lh-745{line-height:745px}.PURPLE ._primary-text.--lh-746{line-height:746px}.PURPLE ._primary-text.--lh-747{line-height:747px}.PURPLE ._primary-text.--lh-748{line-height:748px}.PURPLE ._primary-text.--lh-749{line-height:749px}.PURPLE ._primary-text.--lh-750{line-height:750px}.PURPLE ._primary-text.--lh-751{line-height:751px}.PURPLE ._primary-text.--lh-752{line-height:752px}.PURPLE ._primary-text.--lh-753{line-height:753px}.PURPLE ._primary-text.--lh-754{line-height:754px}.PURPLE ._primary-text.--lh-755{line-height:755px}.PURPLE ._primary-text.--lh-756{line-height:756px}.PURPLE ._primary-text.--lh-757{line-height:757px}.PURPLE ._primary-text.--lh-758{line-height:758px}.PURPLE ._primary-text.--lh-759{line-height:759px}.PURPLE ._primary-text.--lh-760{line-height:760px}.PURPLE ._primary-text.--lh-761{line-height:761px}.PURPLE ._primary-text.--lh-762{line-height:762px}.PURPLE ._primary-text.--lh-763{line-height:763px}.PURPLE ._primary-text.--lh-764{line-height:764px}.PURPLE ._primary-text.--lh-765{line-height:765px}.PURPLE ._primary-text.--lh-766{line-height:766px}.PURPLE ._primary-text.--lh-767{line-height:767px}.PURPLE ._primary-text.--lh-768{line-height:768px}.PURPLE ._primary-text.--lh-769{line-height:769px}.PURPLE ._primary-text.--lh-770{line-height:770px}.PURPLE ._primary-text.--lh-771{line-height:771px}.PURPLE ._primary-text.--lh-772{line-height:772px}.PURPLE ._primary-text.--lh-773{line-height:773px}.PURPLE ._primary-text.--lh-774{line-height:774px}.PURPLE ._primary-text.--lh-775{line-height:775px}.PURPLE ._primary-text.--lh-776{line-height:776px}.PURPLE ._primary-text.--lh-777{line-height:777px}.PURPLE ._primary-text.--lh-778{line-height:778px}.PURPLE ._primary-text.--lh-779{line-height:779px}.PURPLE ._primary-text.--lh-780{line-height:780px}.PURPLE ._primary-text.--lh-781{line-height:781px}.PURPLE ._primary-text.--lh-782{line-height:782px}.PURPLE ._primary-text.--lh-783{line-height:783px}.PURPLE ._primary-text.--lh-784{line-height:784px}.PURPLE ._primary-text.--lh-785{line-height:785px}.PURPLE ._primary-text.--lh-786{line-height:786px}.PURPLE ._primary-text.--lh-787{line-height:787px}.PURPLE ._primary-text.--lh-788{line-height:788px}.PURPLE ._primary-text.--lh-789{line-height:789px}.PURPLE ._primary-text.--lh-790{line-height:790px}.PURPLE ._primary-text.--lh-791{line-height:791px}.PURPLE ._primary-text.--lh-792{line-height:792px}.PURPLE ._primary-text.--lh-793{line-height:793px}.PURPLE ._primary-text.--lh-794{line-height:794px}.PURPLE ._primary-text.--lh-795{line-height:795px}.PURPLE ._primary-text.--lh-796{line-height:796px}.PURPLE ._primary-text.--lh-797{line-height:797px}.PURPLE ._primary-text.--lh-798{line-height:798px}.PURPLE ._primary-text.--lh-799{line-height:799px}.PURPLE ._primary-text.--lh-800{line-height:800px}.PURPLE ._secondary-text{color:var(--secondary);font-family:Poppins}.PURPLE ._secondary-text.--size-5{font-size:5px}.PURPLE ._secondary-text.--size-6{font-size:6px}.PURPLE ._secondary-text.--size-7{font-size:7px}.PURPLE ._secondary-text.--size-8{font-size:8px}.PURPLE ._secondary-text.--size-9{font-size:9px}.PURPLE ._secondary-text.--size-10{font-size:10px}.PURPLE ._secondary-text.--size-11{font-size:11px}.PURPLE ._secondary-text.--size-12{font-size:12px}.PURPLE ._secondary-text.--size-13{font-size:13px}.PURPLE ._secondary-text.--size-14{font-size:14px}.PURPLE ._secondary-text.--size-15{font-size:15px}.PURPLE ._secondary-text.--size-16{font-size:16px}.PURPLE ._secondary-text.--size-17{font-size:17px}.PURPLE ._secondary-text.--size-18{font-size:18px}.PURPLE ._secondary-text.--size-19{font-size:19px}.PURPLE ._secondary-text.--size-20{font-size:20px}.PURPLE ._secondary-text.--size-21{font-size:21px}.PURPLE ._secondary-text.--size-22{font-size:22px}.PURPLE ._secondary-text.--size-23{font-size:23px}.PURPLE ._secondary-text.--size-24{font-size:24px}.PURPLE ._secondary-text.--size-25{font-size:25px}.PURPLE ._secondary-text.--size-26{font-size:26px}.PURPLE ._secondary-text.--size-27{font-size:27px}.PURPLE ._secondary-text.--size-28{font-size:28px}.PURPLE ._secondary-text.--size-29{font-size:29px}.PURPLE ._secondary-text.--size-30{font-size:30px}.PURPLE ._secondary-text.--size-31{font-size:31px}.PURPLE ._secondary-text.--size-32{font-size:32px}.PURPLE ._secondary-text.--size-33{font-size:33px}.PURPLE ._secondary-text.--size-34{font-size:34px}.PURPLE ._secondary-text.--size-35{font-size:35px}.PURPLE ._secondary-text.--size-36{font-size:36px}.PURPLE ._secondary-text.--size-37{font-size:37px}.PURPLE ._secondary-text.--size-38{font-size:38px}.PURPLE ._secondary-text.--size-39{font-size:39px}.PURPLE ._secondary-text.--size-40{font-size:40px}.PURPLE ._secondary-text.--size-41{font-size:41px}.PURPLE ._secondary-text.--size-42{font-size:42px}.PURPLE ._secondary-text.--size-43{font-size:43px}.PURPLE ._secondary-text.--size-44{font-size:44px}.PURPLE ._secondary-text.--size-45{font-size:45px}.PURPLE ._secondary-text.--size-46{font-size:46px}.PURPLE ._secondary-text.--size-47{font-size:47px}.PURPLE ._secondary-text.--size-48{font-size:48px}.PURPLE ._secondary-text.--size-49{font-size:49px}.PURPLE ._secondary-text.--size-50{font-size:50px}.PURPLE ._secondary-text.--size-51{font-size:51px}.PURPLE ._secondary-text.--size-52{font-size:52px}.PURPLE ._secondary-text.--size-53{font-size:53px}.PURPLE ._secondary-text.--size-54{font-size:54px}.PURPLE ._secondary-text.--size-55{font-size:55px}.PURPLE ._secondary-text.--size-56{font-size:56px}.PURPLE ._secondary-text.--size-57{font-size:57px}.PURPLE ._secondary-text.--size-58{font-size:58px}.PURPLE ._secondary-text.--size-59{font-size:59px}.PURPLE ._secondary-text.--size-60{font-size:60px}.PURPLE ._secondary-text.--size-61{font-size:61px}.PURPLE ._secondary-text.--size-62{font-size:62px}.PURPLE ._secondary-text.--size-63{font-size:63px}.PURPLE ._secondary-text.--size-64{font-size:64px}.PURPLE ._secondary-text.--size-65{font-size:65px}.PURPLE ._secondary-text.--size-66{font-size:66px}.PURPLE ._secondary-text.--size-67{font-size:67px}.PURPLE ._secondary-text.--size-68{font-size:68px}.PURPLE ._secondary-text.--size-69{font-size:69px}.PURPLE ._secondary-text.--size-70{font-size:70px}.PURPLE ._secondary-text.--size-71{font-size:71px}.PURPLE ._secondary-text.--size-72{font-size:72px}.PURPLE ._secondary-text.--size-73{font-size:73px}.PURPLE ._secondary-text.--size-74{font-size:74px}.PURPLE ._secondary-text.--size-75{font-size:75px}.PURPLE ._secondary-text.--size-76{font-size:76px}.PURPLE ._secondary-text.--size-77{font-size:77px}.PURPLE ._secondary-text.--size-78{font-size:78px}.PURPLE ._secondary-text.--size-79{font-size:79px}.PURPLE ._secondary-text.--size-80{font-size:80px}.PURPLE ._secondary-text.--size-81{font-size:81px}.PURPLE ._secondary-text.--size-82{font-size:82px}.PURPLE ._secondary-text.--size-83{font-size:83px}.PURPLE ._secondary-text.--size-84{font-size:84px}.PURPLE ._secondary-text.--size-85{font-size:85px}.PURPLE ._secondary-text.--size-86{font-size:86px}.PURPLE ._secondary-text.--size-87{font-size:87px}.PURPLE ._secondary-text.--size-88{font-size:88px}.PURPLE ._secondary-text.--size-89{font-size:89px}.PURPLE ._secondary-text.--size-90{font-size:90px}.PURPLE ._secondary-text.--size-91{font-size:91px}.PURPLE ._secondary-text.--size-92{font-size:92px}.PURPLE ._secondary-text.--size-93{font-size:93px}.PURPLE ._secondary-text.--size-94{font-size:94px}.PURPLE ._secondary-text.--size-95{font-size:95px}.PURPLE ._secondary-text.--size-96{font-size:96px}.PURPLE ._secondary-text.--size-97{font-size:97px}.PURPLE ._secondary-text.--size-98{font-size:98px}.PURPLE ._secondary-text.--size-99{font-size:99px}.PURPLE ._secondary-text.--size-100{font-size:100px}.PURPLE ._secondary-text.--weight-100{font-weight:100}.PURPLE ._secondary-text.--weight-101{font-weight:101}.PURPLE ._secondary-text.--weight-102{font-weight:102}.PURPLE ._secondary-text.--weight-103{font-weight:103}.PURPLE ._secondary-text.--weight-104{font-weight:104}.PURPLE ._secondary-text.--weight-105{font-weight:105}.PURPLE ._secondary-text.--weight-106{font-weight:106}.PURPLE ._secondary-text.--weight-107{font-weight:107}.PURPLE ._secondary-text.--weight-108{font-weight:108}.PURPLE ._secondary-text.--weight-109{font-weight:109}.PURPLE ._secondary-text.--weight-110{font-weight:110}.PURPLE ._secondary-text.--weight-111{font-weight:111}.PURPLE ._secondary-text.--weight-112{font-weight:112}.PURPLE ._secondary-text.--weight-113{font-weight:113}.PURPLE ._secondary-text.--weight-114{font-weight:114}.PURPLE ._secondary-text.--weight-115{font-weight:115}.PURPLE ._secondary-text.--weight-116{font-weight:116}.PURPLE ._secondary-text.--weight-117{font-weight:117}.PURPLE ._secondary-text.--weight-118{font-weight:118}.PURPLE ._secondary-text.--weight-119{font-weight:119}.PURPLE ._secondary-text.--weight-120{font-weight:120}.PURPLE ._secondary-text.--weight-121{font-weight:121}.PURPLE ._secondary-text.--weight-122{font-weight:122}.PURPLE ._secondary-text.--weight-123{font-weight:123}.PURPLE ._secondary-text.--weight-124{font-weight:124}.PURPLE ._secondary-text.--weight-125{font-weight:125}.PURPLE ._secondary-text.--weight-126{font-weight:126}.PURPLE ._secondary-text.--weight-127{font-weight:127}.PURPLE ._secondary-text.--weight-128{font-weight:128}.PURPLE ._secondary-text.--weight-129{font-weight:129}.PURPLE ._secondary-text.--weight-130{font-weight:130}.PURPLE ._secondary-text.--weight-131{font-weight:131}.PURPLE ._secondary-text.--weight-132{font-weight:132}.PURPLE ._secondary-text.--weight-133{font-weight:133}.PURPLE ._secondary-text.--weight-134{font-weight:134}.PURPLE ._secondary-text.--weight-135{font-weight:135}.PURPLE ._secondary-text.--weight-136{font-weight:136}.PURPLE ._secondary-text.--weight-137{font-weight:137}.PURPLE ._secondary-text.--weight-138{font-weight:138}.PURPLE ._secondary-text.--weight-139{font-weight:139}.PURPLE ._secondary-text.--weight-140{font-weight:140}.PURPLE ._secondary-text.--weight-141{font-weight:141}.PURPLE ._secondary-text.--weight-142{font-weight:142}.PURPLE ._secondary-text.--weight-143{font-weight:143}.PURPLE ._secondary-text.--weight-144{font-weight:144}.PURPLE ._secondary-text.--weight-145{font-weight:145}.PURPLE ._secondary-text.--weight-146{font-weight:146}.PURPLE ._secondary-text.--weight-147{font-weight:147}.PURPLE ._secondary-text.--weight-148{font-weight:148}.PURPLE ._secondary-text.--weight-149{font-weight:149}.PURPLE ._secondary-text.--weight-150{font-weight:150}.PURPLE ._secondary-text.--weight-151{font-weight:151}.PURPLE ._secondary-text.--weight-152{font-weight:152}.PURPLE ._secondary-text.--weight-153{font-weight:153}.PURPLE ._secondary-text.--weight-154{font-weight:154}.PURPLE ._secondary-text.--weight-155{font-weight:155}.PURPLE ._secondary-text.--weight-156{font-weight:156}.PURPLE ._secondary-text.--weight-157{font-weight:157}.PURPLE ._secondary-text.--weight-158{font-weight:158}.PURPLE ._secondary-text.--weight-159{font-weight:159}.PURPLE ._secondary-text.--weight-160{font-weight:160}.PURPLE ._secondary-text.--weight-161{font-weight:161}.PURPLE ._secondary-text.--weight-162{font-weight:162}.PURPLE ._secondary-text.--weight-163{font-weight:163}.PURPLE ._secondary-text.--weight-164{font-weight:164}.PURPLE ._secondary-text.--weight-165{font-weight:165}.PURPLE ._secondary-text.--weight-166{font-weight:166}.PURPLE ._secondary-text.--weight-167{font-weight:167}.PURPLE ._secondary-text.--weight-168{font-weight:168}.PURPLE ._secondary-text.--weight-169{font-weight:169}.PURPLE ._secondary-text.--weight-170{font-weight:170}.PURPLE ._secondary-text.--weight-171{font-weight:171}.PURPLE ._secondary-text.--weight-172{font-weight:172}.PURPLE ._secondary-text.--weight-173{font-weight:173}.PURPLE ._secondary-text.--weight-174{font-weight:174}.PURPLE ._secondary-text.--weight-175{font-weight:175}.PURPLE ._secondary-text.--weight-176{font-weight:176}.PURPLE ._secondary-text.--weight-177{font-weight:177}.PURPLE ._secondary-text.--weight-178{font-weight:178}.PURPLE ._secondary-text.--weight-179{font-weight:179}.PURPLE ._secondary-text.--weight-180{font-weight:180}.PURPLE ._secondary-text.--weight-181{font-weight:181}.PURPLE ._secondary-text.--weight-182{font-weight:182}.PURPLE ._secondary-text.--weight-183{font-weight:183}.PURPLE ._secondary-text.--weight-184{font-weight:184}.PURPLE ._secondary-text.--weight-185{font-weight:185}.PURPLE ._secondary-text.--weight-186{font-weight:186}.PURPLE ._secondary-text.--weight-187{font-weight:187}.PURPLE ._secondary-text.--weight-188{font-weight:188}.PURPLE ._secondary-text.--weight-189{font-weight:189}.PURPLE ._secondary-text.--weight-190{font-weight:190}.PURPLE ._secondary-text.--weight-191{font-weight:191}.PURPLE ._secondary-text.--weight-192{font-weight:192}.PURPLE ._secondary-text.--weight-193{font-weight:193}.PURPLE ._secondary-text.--weight-194{font-weight:194}.PURPLE ._secondary-text.--weight-195{font-weight:195}.PURPLE ._secondary-text.--weight-196{font-weight:196}.PURPLE ._secondary-text.--weight-197{font-weight:197}.PURPLE ._secondary-text.--weight-198{font-weight:198}.PURPLE ._secondary-text.--weight-199{font-weight:199}.PURPLE ._secondary-text.--weight-200{font-weight:200}.PURPLE ._secondary-text.--weight-201{font-weight:201}.PURPLE ._secondary-text.--weight-202{font-weight:202}.PURPLE ._secondary-text.--weight-203{font-weight:203}.PURPLE ._secondary-text.--weight-204{font-weight:204}.PURPLE ._secondary-text.--weight-205{font-weight:205}.PURPLE ._secondary-text.--weight-206{font-weight:206}.PURPLE ._secondary-text.--weight-207{font-weight:207}.PURPLE ._secondary-text.--weight-208{font-weight:208}.PURPLE ._secondary-text.--weight-209{font-weight:209}.PURPLE ._secondary-text.--weight-210{font-weight:210}.PURPLE ._secondary-text.--weight-211{font-weight:211}.PURPLE ._secondary-text.--weight-212{font-weight:212}.PURPLE ._secondary-text.--weight-213{font-weight:213}.PURPLE ._secondary-text.--weight-214{font-weight:214}.PURPLE ._secondary-text.--weight-215{font-weight:215}.PURPLE ._secondary-text.--weight-216{font-weight:216}.PURPLE ._secondary-text.--weight-217{font-weight:217}.PURPLE ._secondary-text.--weight-218{font-weight:218}.PURPLE ._secondary-text.--weight-219{font-weight:219}.PURPLE ._secondary-text.--weight-220{font-weight:220}.PURPLE ._secondary-text.--weight-221{font-weight:221}.PURPLE ._secondary-text.--weight-222{font-weight:222}.PURPLE ._secondary-text.--weight-223{font-weight:223}.PURPLE ._secondary-text.--weight-224{font-weight:224}.PURPLE ._secondary-text.--weight-225{font-weight:225}.PURPLE ._secondary-text.--weight-226{font-weight:226}.PURPLE ._secondary-text.--weight-227{font-weight:227}.PURPLE ._secondary-text.--weight-228{font-weight:228}.PURPLE ._secondary-text.--weight-229{font-weight:229}.PURPLE ._secondary-text.--weight-230{font-weight:230}.PURPLE ._secondary-text.--weight-231{font-weight:231}.PURPLE ._secondary-text.--weight-232{font-weight:232}.PURPLE ._secondary-text.--weight-233{font-weight:233}.PURPLE ._secondary-text.--weight-234{font-weight:234}.PURPLE ._secondary-text.--weight-235{font-weight:235}.PURPLE ._secondary-text.--weight-236{font-weight:236}.PURPLE ._secondary-text.--weight-237{font-weight:237}.PURPLE ._secondary-text.--weight-238{font-weight:238}.PURPLE ._secondary-text.--weight-239{font-weight:239}.PURPLE ._secondary-text.--weight-240{font-weight:240}.PURPLE ._secondary-text.--weight-241{font-weight:241}.PURPLE ._secondary-text.--weight-242{font-weight:242}.PURPLE ._secondary-text.--weight-243{font-weight:243}.PURPLE ._secondary-text.--weight-244{font-weight:244}.PURPLE ._secondary-text.--weight-245{font-weight:245}.PURPLE ._secondary-text.--weight-246{font-weight:246}.PURPLE ._secondary-text.--weight-247{font-weight:247}.PURPLE ._secondary-text.--weight-248{font-weight:248}.PURPLE ._secondary-text.--weight-249{font-weight:249}.PURPLE ._secondary-text.--weight-250{font-weight:250}.PURPLE ._secondary-text.--weight-251{font-weight:251}.PURPLE ._secondary-text.--weight-252{font-weight:252}.PURPLE ._secondary-text.--weight-253{font-weight:253}.PURPLE ._secondary-text.--weight-254{font-weight:254}.PURPLE ._secondary-text.--weight-255{font-weight:255}.PURPLE ._secondary-text.--weight-256{font-weight:256}.PURPLE ._secondary-text.--weight-257{font-weight:257}.PURPLE ._secondary-text.--weight-258{font-weight:258}.PURPLE ._secondary-text.--weight-259{font-weight:259}.PURPLE ._secondary-text.--weight-260{font-weight:260}.PURPLE ._secondary-text.--weight-261{font-weight:261}.PURPLE ._secondary-text.--weight-262{font-weight:262}.PURPLE ._secondary-text.--weight-263{font-weight:263}.PURPLE ._secondary-text.--weight-264{font-weight:264}.PURPLE ._secondary-text.--weight-265{font-weight:265}.PURPLE ._secondary-text.--weight-266{font-weight:266}.PURPLE ._secondary-text.--weight-267{font-weight:267}.PURPLE ._secondary-text.--weight-268{font-weight:268}.PURPLE ._secondary-text.--weight-269{font-weight:269}.PURPLE ._secondary-text.--weight-270{font-weight:270}.PURPLE ._secondary-text.--weight-271{font-weight:271}.PURPLE ._secondary-text.--weight-272{font-weight:272}.PURPLE ._secondary-text.--weight-273{font-weight:273}.PURPLE ._secondary-text.--weight-274{font-weight:274}.PURPLE ._secondary-text.--weight-275{font-weight:275}.PURPLE ._secondary-text.--weight-276{font-weight:276}.PURPLE ._secondary-text.--weight-277{font-weight:277}.PURPLE ._secondary-text.--weight-278{font-weight:278}.PURPLE ._secondary-text.--weight-279{font-weight:279}.PURPLE ._secondary-text.--weight-280{font-weight:280}.PURPLE ._secondary-text.--weight-281{font-weight:281}.PURPLE ._secondary-text.--weight-282{font-weight:282}.PURPLE ._secondary-text.--weight-283{font-weight:283}.PURPLE ._secondary-text.--weight-284{font-weight:284}.PURPLE ._secondary-text.--weight-285{font-weight:285}.PURPLE ._secondary-text.--weight-286{font-weight:286}.PURPLE ._secondary-text.--weight-287{font-weight:287}.PURPLE ._secondary-text.--weight-288{font-weight:288}.PURPLE ._secondary-text.--weight-289{font-weight:289}.PURPLE ._secondary-text.--weight-290{font-weight:290}.PURPLE ._secondary-text.--weight-291{font-weight:291}.PURPLE ._secondary-text.--weight-292{font-weight:292}.PURPLE ._secondary-text.--weight-293{font-weight:293}.PURPLE ._secondary-text.--weight-294{font-weight:294}.PURPLE ._secondary-text.--weight-295{font-weight:295}.PURPLE ._secondary-text.--weight-296{font-weight:296}.PURPLE ._secondary-text.--weight-297{font-weight:297}.PURPLE ._secondary-text.--weight-298{font-weight:298}.PURPLE ._secondary-text.--weight-299{font-weight:299}.PURPLE ._secondary-text.--weight-300{font-weight:300}.PURPLE ._secondary-text.--weight-301{font-weight:301}.PURPLE ._secondary-text.--weight-302{font-weight:302}.PURPLE ._secondary-text.--weight-303{font-weight:303}.PURPLE ._secondary-text.--weight-304{font-weight:304}.PURPLE ._secondary-text.--weight-305{font-weight:305}.PURPLE ._secondary-text.--weight-306{font-weight:306}.PURPLE ._secondary-text.--weight-307{font-weight:307}.PURPLE ._secondary-text.--weight-308{font-weight:308}.PURPLE ._secondary-text.--weight-309{font-weight:309}.PURPLE ._secondary-text.--weight-310{font-weight:310}.PURPLE ._secondary-text.--weight-311{font-weight:311}.PURPLE ._secondary-text.--weight-312{font-weight:312}.PURPLE ._secondary-text.--weight-313{font-weight:313}.PURPLE ._secondary-text.--weight-314{font-weight:314}.PURPLE ._secondary-text.--weight-315{font-weight:315}.PURPLE ._secondary-text.--weight-316{font-weight:316}.PURPLE ._secondary-text.--weight-317{font-weight:317}.PURPLE ._secondary-text.--weight-318{font-weight:318}.PURPLE ._secondary-text.--weight-319{font-weight:319}.PURPLE ._secondary-text.--weight-320{font-weight:320}.PURPLE ._secondary-text.--weight-321{font-weight:321}.PURPLE ._secondary-text.--weight-322{font-weight:322}.PURPLE ._secondary-text.--weight-323{font-weight:323}.PURPLE ._secondary-text.--weight-324{font-weight:324}.PURPLE ._secondary-text.--weight-325{font-weight:325}.PURPLE ._secondary-text.--weight-326{font-weight:326}.PURPLE ._secondary-text.--weight-327{font-weight:327}.PURPLE ._secondary-text.--weight-328{font-weight:328}.PURPLE ._secondary-text.--weight-329{font-weight:329}.PURPLE ._secondary-text.--weight-330{font-weight:330}.PURPLE ._secondary-text.--weight-331{font-weight:331}.PURPLE ._secondary-text.--weight-332{font-weight:332}.PURPLE ._secondary-text.--weight-333{font-weight:333}.PURPLE ._secondary-text.--weight-334{font-weight:334}.PURPLE ._secondary-text.--weight-335{font-weight:335}.PURPLE ._secondary-text.--weight-336{font-weight:336}.PURPLE ._secondary-text.--weight-337{font-weight:337}.PURPLE ._secondary-text.--weight-338{font-weight:338}.PURPLE ._secondary-text.--weight-339{font-weight:339}.PURPLE ._secondary-text.--weight-340{font-weight:340}.PURPLE ._secondary-text.--weight-341{font-weight:341}.PURPLE ._secondary-text.--weight-342{font-weight:342}.PURPLE ._secondary-text.--weight-343{font-weight:343}.PURPLE ._secondary-text.--weight-344{font-weight:344}.PURPLE ._secondary-text.--weight-345{font-weight:345}.PURPLE ._secondary-text.--weight-346{font-weight:346}.PURPLE ._secondary-text.--weight-347{font-weight:347}.PURPLE ._secondary-text.--weight-348{font-weight:348}.PURPLE ._secondary-text.--weight-349{font-weight:349}.PURPLE ._secondary-text.--weight-350{font-weight:350}.PURPLE ._secondary-text.--weight-351{font-weight:351}.PURPLE ._secondary-text.--weight-352{font-weight:352}.PURPLE ._secondary-text.--weight-353{font-weight:353}.PURPLE ._secondary-text.--weight-354{font-weight:354}.PURPLE ._secondary-text.--weight-355{font-weight:355}.PURPLE ._secondary-text.--weight-356{font-weight:356}.PURPLE ._secondary-text.--weight-357{font-weight:357}.PURPLE ._secondary-text.--weight-358{font-weight:358}.PURPLE ._secondary-text.--weight-359{font-weight:359}.PURPLE ._secondary-text.--weight-360{font-weight:360}.PURPLE ._secondary-text.--weight-361{font-weight:361}.PURPLE ._secondary-text.--weight-362{font-weight:362}.PURPLE ._secondary-text.--weight-363{font-weight:363}.PURPLE ._secondary-text.--weight-364{font-weight:364}.PURPLE ._secondary-text.--weight-365{font-weight:365}.PURPLE ._secondary-text.--weight-366{font-weight:366}.PURPLE ._secondary-text.--weight-367{font-weight:367}.PURPLE ._secondary-text.--weight-368{font-weight:368}.PURPLE ._secondary-text.--weight-369{font-weight:369}.PURPLE ._secondary-text.--weight-370{font-weight:370}.PURPLE ._secondary-text.--weight-371{font-weight:371}.PURPLE ._secondary-text.--weight-372{font-weight:372}.PURPLE ._secondary-text.--weight-373{font-weight:373}.PURPLE ._secondary-text.--weight-374{font-weight:374}.PURPLE ._secondary-text.--weight-375{font-weight:375}.PURPLE ._secondary-text.--weight-376{font-weight:376}.PURPLE ._secondary-text.--weight-377{font-weight:377}.PURPLE ._secondary-text.--weight-378{font-weight:378}.PURPLE ._secondary-text.--weight-379{font-weight:379}.PURPLE ._secondary-text.--weight-380{font-weight:380}.PURPLE ._secondary-text.--weight-381{font-weight:381}.PURPLE ._secondary-text.--weight-382{font-weight:382}.PURPLE ._secondary-text.--weight-383{font-weight:383}.PURPLE ._secondary-text.--weight-384{font-weight:384}.PURPLE ._secondary-text.--weight-385{font-weight:385}.PURPLE ._secondary-text.--weight-386{font-weight:386}.PURPLE ._secondary-text.--weight-387{font-weight:387}.PURPLE ._secondary-text.--weight-388{font-weight:388}.PURPLE ._secondary-text.--weight-389{font-weight:389}.PURPLE ._secondary-text.--weight-390{font-weight:390}.PURPLE ._secondary-text.--weight-391{font-weight:391}.PURPLE ._secondary-text.--weight-392{font-weight:392}.PURPLE ._secondary-text.--weight-393{font-weight:393}.PURPLE ._secondary-text.--weight-394{font-weight:394}.PURPLE ._secondary-text.--weight-395{font-weight:395}.PURPLE ._secondary-text.--weight-396{font-weight:396}.PURPLE ._secondary-text.--weight-397{font-weight:397}.PURPLE ._secondary-text.--weight-398{font-weight:398}.PURPLE ._secondary-text.--weight-399{font-weight:399}.PURPLE ._secondary-text.--weight-400{font-weight:400}.PURPLE ._secondary-text.--weight-401{font-weight:401}.PURPLE ._secondary-text.--weight-402{font-weight:402}.PURPLE ._secondary-text.--weight-403{font-weight:403}.PURPLE ._secondary-text.--weight-404{font-weight:404}.PURPLE ._secondary-text.--weight-405{font-weight:405}.PURPLE ._secondary-text.--weight-406{font-weight:406}.PURPLE ._secondary-text.--weight-407{font-weight:407}.PURPLE ._secondary-text.--weight-408{font-weight:408}.PURPLE ._secondary-text.--weight-409{font-weight:409}.PURPLE ._secondary-text.--weight-410{font-weight:410}.PURPLE ._secondary-text.--weight-411{font-weight:411}.PURPLE ._secondary-text.--weight-412{font-weight:412}.PURPLE ._secondary-text.--weight-413{font-weight:413}.PURPLE ._secondary-text.--weight-414{font-weight:414}.PURPLE ._secondary-text.--weight-415{font-weight:415}.PURPLE ._secondary-text.--weight-416{font-weight:416}.PURPLE ._secondary-text.--weight-417{font-weight:417}.PURPLE ._secondary-text.--weight-418{font-weight:418}.PURPLE ._secondary-text.--weight-419{font-weight:419}.PURPLE ._secondary-text.--weight-420{font-weight:420}.PURPLE ._secondary-text.--weight-421{font-weight:421}.PURPLE ._secondary-text.--weight-422{font-weight:422}.PURPLE ._secondary-text.--weight-423{font-weight:423}.PURPLE ._secondary-text.--weight-424{font-weight:424}.PURPLE ._secondary-text.--weight-425{font-weight:425}.PURPLE ._secondary-text.--weight-426{font-weight:426}.PURPLE ._secondary-text.--weight-427{font-weight:427}.PURPLE ._secondary-text.--weight-428{font-weight:428}.PURPLE ._secondary-text.--weight-429{font-weight:429}.PURPLE ._secondary-text.--weight-430{font-weight:430}.PURPLE ._secondary-text.--weight-431{font-weight:431}.PURPLE ._secondary-text.--weight-432{font-weight:432}.PURPLE ._secondary-text.--weight-433{font-weight:433}.PURPLE ._secondary-text.--weight-434{font-weight:434}.PURPLE ._secondary-text.--weight-435{font-weight:435}.PURPLE ._secondary-text.--weight-436{font-weight:436}.PURPLE ._secondary-text.--weight-437{font-weight:437}.PURPLE ._secondary-text.--weight-438{font-weight:438}.PURPLE ._secondary-text.--weight-439{font-weight:439}.PURPLE ._secondary-text.--weight-440{font-weight:440}.PURPLE ._secondary-text.--weight-441{font-weight:441}.PURPLE ._secondary-text.--weight-442{font-weight:442}.PURPLE ._secondary-text.--weight-443{font-weight:443}.PURPLE ._secondary-text.--weight-444{font-weight:444}.PURPLE ._secondary-text.--weight-445{font-weight:445}.PURPLE ._secondary-text.--weight-446{font-weight:446}.PURPLE ._secondary-text.--weight-447{font-weight:447}.PURPLE ._secondary-text.--weight-448{font-weight:448}.PURPLE ._secondary-text.--weight-449{font-weight:449}.PURPLE ._secondary-text.--weight-450{font-weight:450}.PURPLE ._secondary-text.--weight-451{font-weight:451}.PURPLE ._secondary-text.--weight-452{font-weight:452}.PURPLE ._secondary-text.--weight-453{font-weight:453}.PURPLE ._secondary-text.--weight-454{font-weight:454}.PURPLE ._secondary-text.--weight-455{font-weight:455}.PURPLE ._secondary-text.--weight-456{font-weight:456}.PURPLE ._secondary-text.--weight-457{font-weight:457}.PURPLE ._secondary-text.--weight-458{font-weight:458}.PURPLE ._secondary-text.--weight-459{font-weight:459}.PURPLE ._secondary-text.--weight-460{font-weight:460}.PURPLE ._secondary-text.--weight-461{font-weight:461}.PURPLE ._secondary-text.--weight-462{font-weight:462}.PURPLE ._secondary-text.--weight-463{font-weight:463}.PURPLE ._secondary-text.--weight-464{font-weight:464}.PURPLE ._secondary-text.--weight-465{font-weight:465}.PURPLE ._secondary-text.--weight-466{font-weight:466}.PURPLE ._secondary-text.--weight-467{font-weight:467}.PURPLE ._secondary-text.--weight-468{font-weight:468}.PURPLE ._secondary-text.--weight-469{font-weight:469}.PURPLE ._secondary-text.--weight-470{font-weight:470}.PURPLE ._secondary-text.--weight-471{font-weight:471}.PURPLE ._secondary-text.--weight-472{font-weight:472}.PURPLE ._secondary-text.--weight-473{font-weight:473}.PURPLE ._secondary-text.--weight-474{font-weight:474}.PURPLE ._secondary-text.--weight-475{font-weight:475}.PURPLE ._secondary-text.--weight-476{font-weight:476}.PURPLE ._secondary-text.--weight-477{font-weight:477}.PURPLE ._secondary-text.--weight-478{font-weight:478}.PURPLE ._secondary-text.--weight-479{font-weight:479}.PURPLE ._secondary-text.--weight-480{font-weight:480}.PURPLE ._secondary-text.--weight-481{font-weight:481}.PURPLE ._secondary-text.--weight-482{font-weight:482}.PURPLE ._secondary-text.--weight-483{font-weight:483}.PURPLE ._secondary-text.--weight-484{font-weight:484}.PURPLE ._secondary-text.--weight-485{font-weight:485}.PURPLE ._secondary-text.--weight-486{font-weight:486}.PURPLE ._secondary-text.--weight-487{font-weight:487}.PURPLE ._secondary-text.--weight-488{font-weight:488}.PURPLE ._secondary-text.--weight-489{font-weight:489}.PURPLE ._secondary-text.--weight-490{font-weight:490}.PURPLE ._secondary-text.--weight-491{font-weight:491}.PURPLE ._secondary-text.--weight-492{font-weight:492}.PURPLE ._secondary-text.--weight-493{font-weight:493}.PURPLE ._secondary-text.--weight-494{font-weight:494}.PURPLE ._secondary-text.--weight-495{font-weight:495}.PURPLE ._secondary-text.--weight-496{font-weight:496}.PURPLE ._secondary-text.--weight-497{font-weight:497}.PURPLE ._secondary-text.--weight-498{font-weight:498}.PURPLE ._secondary-text.--weight-499{font-weight:499}.PURPLE ._secondary-text.--weight-500{font-weight:500}.PURPLE ._secondary-text.--weight-501{font-weight:501}.PURPLE ._secondary-text.--weight-502{font-weight:502}.PURPLE ._secondary-text.--weight-503{font-weight:503}.PURPLE ._secondary-text.--weight-504{font-weight:504}.PURPLE ._secondary-text.--weight-505{font-weight:505}.PURPLE ._secondary-text.--weight-506{font-weight:506}.PURPLE ._secondary-text.--weight-507{font-weight:507}.PURPLE ._secondary-text.--weight-508{font-weight:508}.PURPLE ._secondary-text.--weight-509{font-weight:509}.PURPLE ._secondary-text.--weight-510{font-weight:510}.PURPLE ._secondary-text.--weight-511{font-weight:511}.PURPLE ._secondary-text.--weight-512{font-weight:512}.PURPLE ._secondary-text.--weight-513{font-weight:513}.PURPLE ._secondary-text.--weight-514{font-weight:514}.PURPLE ._secondary-text.--weight-515{font-weight:515}.PURPLE ._secondary-text.--weight-516{font-weight:516}.PURPLE ._secondary-text.--weight-517{font-weight:517}.PURPLE ._secondary-text.--weight-518{font-weight:518}.PURPLE ._secondary-text.--weight-519{font-weight:519}.PURPLE ._secondary-text.--weight-520{font-weight:520}.PURPLE ._secondary-text.--weight-521{font-weight:521}.PURPLE ._secondary-text.--weight-522{font-weight:522}.PURPLE ._secondary-text.--weight-523{font-weight:523}.PURPLE ._secondary-text.--weight-524{font-weight:524}.PURPLE ._secondary-text.--weight-525{font-weight:525}.PURPLE ._secondary-text.--weight-526{font-weight:526}.PURPLE ._secondary-text.--weight-527{font-weight:527}.PURPLE ._secondary-text.--weight-528{font-weight:528}.PURPLE ._secondary-text.--weight-529{font-weight:529}.PURPLE ._secondary-text.--weight-530{font-weight:530}.PURPLE ._secondary-text.--weight-531{font-weight:531}.PURPLE ._secondary-text.--weight-532{font-weight:532}.PURPLE ._secondary-text.--weight-533{font-weight:533}.PURPLE ._secondary-text.--weight-534{font-weight:534}.PURPLE ._secondary-text.--weight-535{font-weight:535}.PURPLE ._secondary-text.--weight-536{font-weight:536}.PURPLE ._secondary-text.--weight-537{font-weight:537}.PURPLE ._secondary-text.--weight-538{font-weight:538}.PURPLE ._secondary-text.--weight-539{font-weight:539}.PURPLE ._secondary-text.--weight-540{font-weight:540}.PURPLE ._secondary-text.--weight-541{font-weight:541}.PURPLE ._secondary-text.--weight-542{font-weight:542}.PURPLE ._secondary-text.--weight-543{font-weight:543}.PURPLE ._secondary-text.--weight-544{font-weight:544}.PURPLE ._secondary-text.--weight-545{font-weight:545}.PURPLE ._secondary-text.--weight-546{font-weight:546}.PURPLE ._secondary-text.--weight-547{font-weight:547}.PURPLE ._secondary-text.--weight-548{font-weight:548}.PURPLE ._secondary-text.--weight-549{font-weight:549}.PURPLE ._secondary-text.--weight-550{font-weight:550}.PURPLE ._secondary-text.--weight-551{font-weight:551}.PURPLE ._secondary-text.--weight-552{font-weight:552}.PURPLE ._secondary-text.--weight-553{font-weight:553}.PURPLE ._secondary-text.--weight-554{font-weight:554}.PURPLE ._secondary-text.--weight-555{font-weight:555}.PURPLE ._secondary-text.--weight-556{font-weight:556}.PURPLE ._secondary-text.--weight-557{font-weight:557}.PURPLE ._secondary-text.--weight-558{font-weight:558}.PURPLE ._secondary-text.--weight-559{font-weight:559}.PURPLE ._secondary-text.--weight-560{font-weight:560}.PURPLE ._secondary-text.--weight-561{font-weight:561}.PURPLE ._secondary-text.--weight-562{font-weight:562}.PURPLE ._secondary-text.--weight-563{font-weight:563}.PURPLE ._secondary-text.--weight-564{font-weight:564}.PURPLE ._secondary-text.--weight-565{font-weight:565}.PURPLE ._secondary-text.--weight-566{font-weight:566}.PURPLE ._secondary-text.--weight-567{font-weight:567}.PURPLE ._secondary-text.--weight-568{font-weight:568}.PURPLE ._secondary-text.--weight-569{font-weight:569}.PURPLE ._secondary-text.--weight-570{font-weight:570}.PURPLE ._secondary-text.--weight-571{font-weight:571}.PURPLE ._secondary-text.--weight-572{font-weight:572}.PURPLE ._secondary-text.--weight-573{font-weight:573}.PURPLE ._secondary-text.--weight-574{font-weight:574}.PURPLE ._secondary-text.--weight-575{font-weight:575}.PURPLE ._secondary-text.--weight-576{font-weight:576}.PURPLE ._secondary-text.--weight-577{font-weight:577}.PURPLE ._secondary-text.--weight-578{font-weight:578}.PURPLE ._secondary-text.--weight-579{font-weight:579}.PURPLE ._secondary-text.--weight-580{font-weight:580}.PURPLE ._secondary-text.--weight-581{font-weight:581}.PURPLE ._secondary-text.--weight-582{font-weight:582}.PURPLE ._secondary-text.--weight-583{font-weight:583}.PURPLE ._secondary-text.--weight-584{font-weight:584}.PURPLE ._secondary-text.--weight-585{font-weight:585}.PURPLE ._secondary-text.--weight-586{font-weight:586}.PURPLE ._secondary-text.--weight-587{font-weight:587}.PURPLE ._secondary-text.--weight-588{font-weight:588}.PURPLE ._secondary-text.--weight-589{font-weight:589}.PURPLE ._secondary-text.--weight-590{font-weight:590}.PURPLE ._secondary-text.--weight-591{font-weight:591}.PURPLE ._secondary-text.--weight-592{font-weight:592}.PURPLE ._secondary-text.--weight-593{font-weight:593}.PURPLE ._secondary-text.--weight-594{font-weight:594}.PURPLE ._secondary-text.--weight-595{font-weight:595}.PURPLE ._secondary-text.--weight-596{font-weight:596}.PURPLE ._secondary-text.--weight-597{font-weight:597}.PURPLE ._secondary-text.--weight-598{font-weight:598}.PURPLE ._secondary-text.--weight-599{font-weight:599}.PURPLE ._secondary-text.--weight-600{font-weight:600}.PURPLE ._secondary-text.--weight-601{font-weight:601}.PURPLE ._secondary-text.--weight-602{font-weight:602}.PURPLE ._secondary-text.--weight-603{font-weight:603}.PURPLE ._secondary-text.--weight-604{font-weight:604}.PURPLE ._secondary-text.--weight-605{font-weight:605}.PURPLE ._secondary-text.--weight-606{font-weight:606}.PURPLE ._secondary-text.--weight-607{font-weight:607}.PURPLE ._secondary-text.--weight-608{font-weight:608}.PURPLE ._secondary-text.--weight-609{font-weight:609}.PURPLE ._secondary-text.--weight-610{font-weight:610}.PURPLE ._secondary-text.--weight-611{font-weight:611}.PURPLE ._secondary-text.--weight-612{font-weight:612}.PURPLE ._secondary-text.--weight-613{font-weight:613}.PURPLE ._secondary-text.--weight-614{font-weight:614}.PURPLE ._secondary-text.--weight-615{font-weight:615}.PURPLE ._secondary-text.--weight-616{font-weight:616}.PURPLE ._secondary-text.--weight-617{font-weight:617}.PURPLE ._secondary-text.--weight-618{font-weight:618}.PURPLE ._secondary-text.--weight-619{font-weight:619}.PURPLE ._secondary-text.--weight-620{font-weight:620}.PURPLE ._secondary-text.--weight-621{font-weight:621}.PURPLE ._secondary-text.--weight-622{font-weight:622}.PURPLE ._secondary-text.--weight-623{font-weight:623}.PURPLE ._secondary-text.--weight-624{font-weight:624}.PURPLE ._secondary-text.--weight-625{font-weight:625}.PURPLE ._secondary-text.--weight-626{font-weight:626}.PURPLE ._secondary-text.--weight-627{font-weight:627}.PURPLE ._secondary-text.--weight-628{font-weight:628}.PURPLE ._secondary-text.--weight-629{font-weight:629}.PURPLE ._secondary-text.--weight-630{font-weight:630}.PURPLE ._secondary-text.--weight-631{font-weight:631}.PURPLE ._secondary-text.--weight-632{font-weight:632}.PURPLE ._secondary-text.--weight-633{font-weight:633}.PURPLE ._secondary-text.--weight-634{font-weight:634}.PURPLE ._secondary-text.--weight-635{font-weight:635}.PURPLE ._secondary-text.--weight-636{font-weight:636}.PURPLE ._secondary-text.--weight-637{font-weight:637}.PURPLE ._secondary-text.--weight-638{font-weight:638}.PURPLE ._secondary-text.--weight-639{font-weight:639}.PURPLE ._secondary-text.--weight-640{font-weight:640}.PURPLE ._secondary-text.--weight-641{font-weight:641}.PURPLE ._secondary-text.--weight-642{font-weight:642}.PURPLE ._secondary-text.--weight-643{font-weight:643}.PURPLE ._secondary-text.--weight-644{font-weight:644}.PURPLE ._secondary-text.--weight-645{font-weight:645}.PURPLE ._secondary-text.--weight-646{font-weight:646}.PURPLE ._secondary-text.--weight-647{font-weight:647}.PURPLE ._secondary-text.--weight-648{font-weight:648}.PURPLE ._secondary-text.--weight-649{font-weight:649}.PURPLE ._secondary-text.--weight-650{font-weight:650}.PURPLE ._secondary-text.--weight-651{font-weight:651}.PURPLE ._secondary-text.--weight-652{font-weight:652}.PURPLE ._secondary-text.--weight-653{font-weight:653}.PURPLE ._secondary-text.--weight-654{font-weight:654}.PURPLE ._secondary-text.--weight-655{font-weight:655}.PURPLE ._secondary-text.--weight-656{font-weight:656}.PURPLE ._secondary-text.--weight-657{font-weight:657}.PURPLE ._secondary-text.--weight-658{font-weight:658}.PURPLE ._secondary-text.--weight-659{font-weight:659}.PURPLE ._secondary-text.--weight-660{font-weight:660}.PURPLE ._secondary-text.--weight-661{font-weight:661}.PURPLE ._secondary-text.--weight-662{font-weight:662}.PURPLE ._secondary-text.--weight-663{font-weight:663}.PURPLE ._secondary-text.--weight-664{font-weight:664}.PURPLE ._secondary-text.--weight-665{font-weight:665}.PURPLE ._secondary-text.--weight-666{font-weight:666}.PURPLE ._secondary-text.--weight-667{font-weight:667}.PURPLE ._secondary-text.--weight-668{font-weight:668}.PURPLE ._secondary-text.--weight-669{font-weight:669}.PURPLE ._secondary-text.--weight-670{font-weight:670}.PURPLE ._secondary-text.--weight-671{font-weight:671}.PURPLE ._secondary-text.--weight-672{font-weight:672}.PURPLE ._secondary-text.--weight-673{font-weight:673}.PURPLE ._secondary-text.--weight-674{font-weight:674}.PURPLE ._secondary-text.--weight-675{font-weight:675}.PURPLE ._secondary-text.--weight-676{font-weight:676}.PURPLE ._secondary-text.--weight-677{font-weight:677}.PURPLE ._secondary-text.--weight-678{font-weight:678}.PURPLE ._secondary-text.--weight-679{font-weight:679}.PURPLE ._secondary-text.--weight-680{font-weight:680}.PURPLE ._secondary-text.--weight-681{font-weight:681}.PURPLE ._secondary-text.--weight-682{font-weight:682}.PURPLE ._secondary-text.--weight-683{font-weight:683}.PURPLE ._secondary-text.--weight-684{font-weight:684}.PURPLE ._secondary-text.--weight-685{font-weight:685}.PURPLE ._secondary-text.--weight-686{font-weight:686}.PURPLE ._secondary-text.--weight-687{font-weight:687}.PURPLE ._secondary-text.--weight-688{font-weight:688}.PURPLE ._secondary-text.--weight-689{font-weight:689}.PURPLE ._secondary-text.--weight-690{font-weight:690}.PURPLE ._secondary-text.--weight-691{font-weight:691}.PURPLE ._secondary-text.--weight-692{font-weight:692}.PURPLE ._secondary-text.--weight-693{font-weight:693}.PURPLE ._secondary-text.--weight-694{font-weight:694}.PURPLE ._secondary-text.--weight-695{font-weight:695}.PURPLE ._secondary-text.--weight-696{font-weight:696}.PURPLE ._secondary-text.--weight-697{font-weight:697}.PURPLE ._secondary-text.--weight-698{font-weight:698}.PURPLE ._secondary-text.--weight-699{font-weight:699}.PURPLE ._secondary-text.--weight-700{font-weight:700}.PURPLE ._secondary-text.--weight-701{font-weight:701}.PURPLE ._secondary-text.--weight-702{font-weight:702}.PURPLE ._secondary-text.--weight-703{font-weight:703}.PURPLE ._secondary-text.--weight-704{font-weight:704}.PURPLE ._secondary-text.--weight-705{font-weight:705}.PURPLE ._secondary-text.--weight-706{font-weight:706}.PURPLE ._secondary-text.--weight-707{font-weight:707}.PURPLE ._secondary-text.--weight-708{font-weight:708}.PURPLE ._secondary-text.--weight-709{font-weight:709}.PURPLE ._secondary-text.--weight-710{font-weight:710}.PURPLE ._secondary-text.--weight-711{font-weight:711}.PURPLE ._secondary-text.--weight-712{font-weight:712}.PURPLE ._secondary-text.--weight-713{font-weight:713}.PURPLE ._secondary-text.--weight-714{font-weight:714}.PURPLE ._secondary-text.--weight-715{font-weight:715}.PURPLE ._secondary-text.--weight-716{font-weight:716}.PURPLE ._secondary-text.--weight-717{font-weight:717}.PURPLE ._secondary-text.--weight-718{font-weight:718}.PURPLE ._secondary-text.--weight-719{font-weight:719}.PURPLE ._secondary-text.--weight-720{font-weight:720}.PURPLE ._secondary-text.--weight-721{font-weight:721}.PURPLE ._secondary-text.--weight-722{font-weight:722}.PURPLE ._secondary-text.--weight-723{font-weight:723}.PURPLE ._secondary-text.--weight-724{font-weight:724}.PURPLE ._secondary-text.--weight-725{font-weight:725}.PURPLE ._secondary-text.--weight-726{font-weight:726}.PURPLE ._secondary-text.--weight-727{font-weight:727}.PURPLE ._secondary-text.--weight-728{font-weight:728}.PURPLE ._secondary-text.--weight-729{font-weight:729}.PURPLE ._secondary-text.--weight-730{font-weight:730}.PURPLE ._secondary-text.--weight-731{font-weight:731}.PURPLE ._secondary-text.--weight-732{font-weight:732}.PURPLE ._secondary-text.--weight-733{font-weight:733}.PURPLE ._secondary-text.--weight-734{font-weight:734}.PURPLE ._secondary-text.--weight-735{font-weight:735}.PURPLE ._secondary-text.--weight-736{font-weight:736}.PURPLE ._secondary-text.--weight-737{font-weight:737}.PURPLE ._secondary-text.--weight-738{font-weight:738}.PURPLE ._secondary-text.--weight-739{font-weight:739}.PURPLE ._secondary-text.--weight-740{font-weight:740}.PURPLE ._secondary-text.--weight-741{font-weight:741}.PURPLE ._secondary-text.--weight-742{font-weight:742}.PURPLE ._secondary-text.--weight-743{font-weight:743}.PURPLE ._secondary-text.--weight-744{font-weight:744}.PURPLE ._secondary-text.--weight-745{font-weight:745}.PURPLE ._secondary-text.--weight-746{font-weight:746}.PURPLE ._secondary-text.--weight-747{font-weight:747}.PURPLE ._secondary-text.--weight-748{font-weight:748}.PURPLE ._secondary-text.--weight-749{font-weight:749}.PURPLE ._secondary-text.--weight-750{font-weight:750}.PURPLE ._secondary-text.--weight-751{font-weight:751}.PURPLE ._secondary-text.--weight-752{font-weight:752}.PURPLE ._secondary-text.--weight-753{font-weight:753}.PURPLE ._secondary-text.--weight-754{font-weight:754}.PURPLE ._secondary-text.--weight-755{font-weight:755}.PURPLE ._secondary-text.--weight-756{font-weight:756}.PURPLE ._secondary-text.--weight-757{font-weight:757}.PURPLE ._secondary-text.--weight-758{font-weight:758}.PURPLE ._secondary-text.--weight-759{font-weight:759}.PURPLE ._secondary-text.--weight-760{font-weight:760}.PURPLE ._secondary-text.--weight-761{font-weight:761}.PURPLE ._secondary-text.--weight-762{font-weight:762}.PURPLE ._secondary-text.--weight-763{font-weight:763}.PURPLE ._secondary-text.--weight-764{font-weight:764}.PURPLE ._secondary-text.--weight-765{font-weight:765}.PURPLE ._secondary-text.--weight-766{font-weight:766}.PURPLE ._secondary-text.--weight-767{font-weight:767}.PURPLE ._secondary-text.--weight-768{font-weight:768}.PURPLE ._secondary-text.--weight-769{font-weight:769}.PURPLE ._secondary-text.--weight-770{font-weight:770}.PURPLE ._secondary-text.--weight-771{font-weight:771}.PURPLE ._secondary-text.--weight-772{font-weight:772}.PURPLE ._secondary-text.--weight-773{font-weight:773}.PURPLE ._secondary-text.--weight-774{font-weight:774}.PURPLE ._secondary-text.--weight-775{font-weight:775}.PURPLE ._secondary-text.--weight-776{font-weight:776}.PURPLE ._secondary-text.--weight-777{font-weight:777}.PURPLE ._secondary-text.--weight-778{font-weight:778}.PURPLE ._secondary-text.--weight-779{font-weight:779}.PURPLE ._secondary-text.--weight-780{font-weight:780}.PURPLE ._secondary-text.--weight-781{font-weight:781}.PURPLE ._secondary-text.--weight-782{font-weight:782}.PURPLE ._secondary-text.--weight-783{font-weight:783}.PURPLE ._secondary-text.--weight-784{font-weight:784}.PURPLE ._secondary-text.--weight-785{font-weight:785}.PURPLE ._secondary-text.--weight-786{font-weight:786}.PURPLE ._secondary-text.--weight-787{font-weight:787}.PURPLE ._secondary-text.--weight-788{font-weight:788}.PURPLE ._secondary-text.--weight-789{font-weight:789}.PURPLE ._secondary-text.--weight-790{font-weight:790}.PURPLE ._secondary-text.--weight-791{font-weight:791}.PURPLE ._secondary-text.--weight-792{font-weight:792}.PURPLE ._secondary-text.--weight-793{font-weight:793}.PURPLE ._secondary-text.--weight-794{font-weight:794}.PURPLE ._secondary-text.--weight-795{font-weight:795}.PURPLE ._secondary-text.--weight-796{font-weight:796}.PURPLE ._secondary-text.--weight-797{font-weight:797}.PURPLE ._secondary-text.--weight-798{font-weight:798}.PURPLE ._secondary-text.--weight-799{font-weight:799}.PURPLE ._secondary-text.--weight-800{font-weight:800}.PURPLE ._secondary-text.--lh-1{line-height:1px}.PURPLE ._secondary-text.--lh-2{line-height:2px}.PURPLE ._secondary-text.--lh-3{line-height:3px}.PURPLE ._secondary-text.--lh-4{line-height:4px}.PURPLE ._secondary-text.--lh-5{line-height:5px}.PURPLE ._secondary-text.--lh-6{line-height:6px}.PURPLE ._secondary-text.--lh-7{line-height:7px}.PURPLE ._secondary-text.--lh-8{line-height:8px}.PURPLE ._secondary-text.--lh-9{line-height:9px}.PURPLE ._secondary-text.--lh-10{line-height:10px}.PURPLE ._secondary-text.--lh-11{line-height:11px}.PURPLE ._secondary-text.--lh-12{line-height:12px}.PURPLE ._secondary-text.--lh-13{line-height:13px}.PURPLE ._secondary-text.--lh-14{line-height:14px}.PURPLE ._secondary-text.--lh-15{line-height:15px}.PURPLE ._secondary-text.--lh-16{line-height:16px}.PURPLE ._secondary-text.--lh-17{line-height:17px}.PURPLE ._secondary-text.--lh-18{line-height:18px}.PURPLE ._secondary-text.--lh-19{line-height:19px}.PURPLE ._secondary-text.--lh-20{line-height:20px}.PURPLE ._secondary-text.--lh-21{line-height:21px}.PURPLE ._secondary-text.--lh-22{line-height:22px}.PURPLE ._secondary-text.--lh-23{line-height:23px}.PURPLE ._secondary-text.--lh-24{line-height:24px}.PURPLE ._secondary-text.--lh-25{line-height:25px}.PURPLE ._secondary-text.--lh-26{line-height:26px}.PURPLE ._secondary-text.--lh-27{line-height:27px}.PURPLE ._secondary-text.--lh-28{line-height:28px}.PURPLE ._secondary-text.--lh-29{line-height:29px}.PURPLE ._secondary-text.--lh-30{line-height:30px}.PURPLE ._secondary-text.--lh-31{line-height:31px}.PURPLE ._secondary-text.--lh-32{line-height:32px}.PURPLE ._secondary-text.--lh-33{line-height:33px}.PURPLE ._secondary-text.--lh-34{line-height:34px}.PURPLE ._secondary-text.--lh-35{line-height:35px}.PURPLE ._secondary-text.--lh-36{line-height:36px}.PURPLE ._secondary-text.--lh-37{line-height:37px}.PURPLE ._secondary-text.--lh-38{line-height:38px}.PURPLE ._secondary-text.--lh-39{line-height:39px}.PURPLE ._secondary-text.--lh-40{line-height:40px}.PURPLE ._secondary-text.--lh-41{line-height:41px}.PURPLE ._secondary-text.--lh-42{line-height:42px}.PURPLE ._secondary-text.--lh-43{line-height:43px}.PURPLE ._secondary-text.--lh-44{line-height:44px}.PURPLE ._secondary-text.--lh-45{line-height:45px}.PURPLE ._secondary-text.--lh-46{line-height:46px}.PURPLE ._secondary-text.--lh-47{line-height:47px}.PURPLE ._secondary-text.--lh-48{line-height:48px}.PURPLE ._secondary-text.--lh-49{line-height:49px}.PURPLE ._secondary-text.--lh-50{line-height:50px}.PURPLE ._secondary-text.--lh-51{line-height:51px}.PURPLE ._secondary-text.--lh-52{line-height:52px}.PURPLE ._secondary-text.--lh-53{line-height:53px}.PURPLE ._secondary-text.--lh-54{line-height:54px}.PURPLE ._secondary-text.--lh-55{line-height:55px}.PURPLE ._secondary-text.--lh-56{line-height:56px}.PURPLE ._secondary-text.--lh-57{line-height:57px}.PURPLE ._secondary-text.--lh-58{line-height:58px}.PURPLE ._secondary-text.--lh-59{line-height:59px}.PURPLE ._secondary-text.--lh-60{line-height:60px}.PURPLE ._secondary-text.--lh-61{line-height:61px}.PURPLE ._secondary-text.--lh-62{line-height:62px}.PURPLE ._secondary-text.--lh-63{line-height:63px}.PURPLE ._secondary-text.--lh-64{line-height:64px}.PURPLE ._secondary-text.--lh-65{line-height:65px}.PURPLE ._secondary-text.--lh-66{line-height:66px}.PURPLE ._secondary-text.--lh-67{line-height:67px}.PURPLE ._secondary-text.--lh-68{line-height:68px}.PURPLE ._secondary-text.--lh-69{line-height:69px}.PURPLE ._secondary-text.--lh-70{line-height:70px}.PURPLE ._secondary-text.--lh-71{line-height:71px}.PURPLE ._secondary-text.--lh-72{line-height:72px}.PURPLE ._secondary-text.--lh-73{line-height:73px}.PURPLE ._secondary-text.--lh-74{line-height:74px}.PURPLE ._secondary-text.--lh-75{line-height:75px}.PURPLE ._secondary-text.--lh-76{line-height:76px}.PURPLE ._secondary-text.--lh-77{line-height:77px}.PURPLE ._secondary-text.--lh-78{line-height:78px}.PURPLE ._secondary-text.--lh-79{line-height:79px}.PURPLE ._secondary-text.--lh-80{line-height:80px}.PURPLE ._secondary-text.--lh-81{line-height:81px}.PURPLE ._secondary-text.--lh-82{line-height:82px}.PURPLE ._secondary-text.--lh-83{line-height:83px}.PURPLE ._secondary-text.--lh-84{line-height:84px}.PURPLE ._secondary-text.--lh-85{line-height:85px}.PURPLE ._secondary-text.--lh-86{line-height:86px}.PURPLE ._secondary-text.--lh-87{line-height:87px}.PURPLE ._secondary-text.--lh-88{line-height:88px}.PURPLE ._secondary-text.--lh-89{line-height:89px}.PURPLE ._secondary-text.--lh-90{line-height:90px}.PURPLE ._secondary-text.--lh-91{line-height:91px}.PURPLE ._secondary-text.--lh-92{line-height:92px}.PURPLE ._secondary-text.--lh-93{line-height:93px}.PURPLE ._secondary-text.--lh-94{line-height:94px}.PURPLE ._secondary-text.--lh-95{line-height:95px}.PURPLE ._secondary-text.--lh-96{line-height:96px}.PURPLE ._secondary-text.--lh-97{line-height:97px}.PURPLE ._secondary-text.--lh-98{line-height:98px}.PURPLE ._secondary-text.--lh-99{line-height:99px}.PURPLE ._secondary-text.--lh-100{line-height:100px}.PURPLE ._secondary-text.--lh-101{line-height:101px}.PURPLE ._secondary-text.--lh-102{line-height:102px}.PURPLE ._secondary-text.--lh-103{line-height:103px}.PURPLE ._secondary-text.--lh-104{line-height:104px}.PURPLE ._secondary-text.--lh-105{line-height:105px}.PURPLE ._secondary-text.--lh-106{line-height:106px}.PURPLE ._secondary-text.--lh-107{line-height:107px}.PURPLE ._secondary-text.--lh-108{line-height:108px}.PURPLE ._secondary-text.--lh-109{line-height:109px}.PURPLE ._secondary-text.--lh-110{line-height:110px}.PURPLE ._secondary-text.--lh-111{line-height:111px}.PURPLE ._secondary-text.--lh-112{line-height:112px}.PURPLE ._secondary-text.--lh-113{line-height:113px}.PURPLE ._secondary-text.--lh-114{line-height:114px}.PURPLE ._secondary-text.--lh-115{line-height:115px}.PURPLE ._secondary-text.--lh-116{line-height:116px}.PURPLE ._secondary-text.--lh-117{line-height:117px}.PURPLE ._secondary-text.--lh-118{line-height:118px}.PURPLE ._secondary-text.--lh-119{line-height:119px}.PURPLE ._secondary-text.--lh-120{line-height:120px}.PURPLE ._secondary-text.--lh-121{line-height:121px}.PURPLE ._secondary-text.--lh-122{line-height:122px}.PURPLE ._secondary-text.--lh-123{line-height:123px}.PURPLE ._secondary-text.--lh-124{line-height:124px}.PURPLE ._secondary-text.--lh-125{line-height:125px}.PURPLE ._secondary-text.--lh-126{line-height:126px}.PURPLE ._secondary-text.--lh-127{line-height:127px}.PURPLE ._secondary-text.--lh-128{line-height:128px}.PURPLE ._secondary-text.--lh-129{line-height:129px}.PURPLE ._secondary-text.--lh-130{line-height:130px}.PURPLE ._secondary-text.--lh-131{line-height:131px}.PURPLE ._secondary-text.--lh-132{line-height:132px}.PURPLE ._secondary-text.--lh-133{line-height:133px}.PURPLE ._secondary-text.--lh-134{line-height:134px}.PURPLE ._secondary-text.--lh-135{line-height:135px}.PURPLE ._secondary-text.--lh-136{line-height:136px}.PURPLE ._secondary-text.--lh-137{line-height:137px}.PURPLE ._secondary-text.--lh-138{line-height:138px}.PURPLE ._secondary-text.--lh-139{line-height:139px}.PURPLE ._secondary-text.--lh-140{line-height:140px}.PURPLE ._secondary-text.--lh-141{line-height:141px}.PURPLE ._secondary-text.--lh-142{line-height:142px}.PURPLE ._secondary-text.--lh-143{line-height:143px}.PURPLE ._secondary-text.--lh-144{line-height:144px}.PURPLE ._secondary-text.--lh-145{line-height:145px}.PURPLE ._secondary-text.--lh-146{line-height:146px}.PURPLE ._secondary-text.--lh-147{line-height:147px}.PURPLE ._secondary-text.--lh-148{line-height:148px}.PURPLE ._secondary-text.--lh-149{line-height:149px}.PURPLE ._secondary-text.--lh-150{line-height:150px}.PURPLE ._secondary-text.--lh-151{line-height:151px}.PURPLE ._secondary-text.--lh-152{line-height:152px}.PURPLE ._secondary-text.--lh-153{line-height:153px}.PURPLE ._secondary-text.--lh-154{line-height:154px}.PURPLE ._secondary-text.--lh-155{line-height:155px}.PURPLE ._secondary-text.--lh-156{line-height:156px}.PURPLE ._secondary-text.--lh-157{line-height:157px}.PURPLE ._secondary-text.--lh-158{line-height:158px}.PURPLE ._secondary-text.--lh-159{line-height:159px}.PURPLE ._secondary-text.--lh-160{line-height:160px}.PURPLE ._secondary-text.--lh-161{line-height:161px}.PURPLE ._secondary-text.--lh-162{line-height:162px}.PURPLE ._secondary-text.--lh-163{line-height:163px}.PURPLE ._secondary-text.--lh-164{line-height:164px}.PURPLE ._secondary-text.--lh-165{line-height:165px}.PURPLE ._secondary-text.--lh-166{line-height:166px}.PURPLE ._secondary-text.--lh-167{line-height:167px}.PURPLE ._secondary-text.--lh-168{line-height:168px}.PURPLE ._secondary-text.--lh-169{line-height:169px}.PURPLE ._secondary-text.--lh-170{line-height:170px}.PURPLE ._secondary-text.--lh-171{line-height:171px}.PURPLE ._secondary-text.--lh-172{line-height:172px}.PURPLE ._secondary-text.--lh-173{line-height:173px}.PURPLE ._secondary-text.--lh-174{line-height:174px}.PURPLE ._secondary-text.--lh-175{line-height:175px}.PURPLE ._secondary-text.--lh-176{line-height:176px}.PURPLE ._secondary-text.--lh-177{line-height:177px}.PURPLE ._secondary-text.--lh-178{line-height:178px}.PURPLE ._secondary-text.--lh-179{line-height:179px}.PURPLE ._secondary-text.--lh-180{line-height:180px}.PURPLE ._secondary-text.--lh-181{line-height:181px}.PURPLE ._secondary-text.--lh-182{line-height:182px}.PURPLE ._secondary-text.--lh-183{line-height:183px}.PURPLE ._secondary-text.--lh-184{line-height:184px}.PURPLE ._secondary-text.--lh-185{line-height:185px}.PURPLE ._secondary-text.--lh-186{line-height:186px}.PURPLE ._secondary-text.--lh-187{line-height:187px}.PURPLE ._secondary-text.--lh-188{line-height:188px}.PURPLE ._secondary-text.--lh-189{line-height:189px}.PURPLE ._secondary-text.--lh-190{line-height:190px}.PURPLE ._secondary-text.--lh-191{line-height:191px}.PURPLE ._secondary-text.--lh-192{line-height:192px}.PURPLE ._secondary-text.--lh-193{line-height:193px}.PURPLE ._secondary-text.--lh-194{line-height:194px}.PURPLE ._secondary-text.--lh-195{line-height:195px}.PURPLE ._secondary-text.--lh-196{line-height:196px}.PURPLE ._secondary-text.--lh-197{line-height:197px}.PURPLE ._secondary-text.--lh-198{line-height:198px}.PURPLE ._secondary-text.--lh-199{line-height:199px}.PURPLE ._secondary-text.--lh-200{line-height:200px}.PURPLE ._secondary-text.--lh-201{line-height:201px}.PURPLE ._secondary-text.--lh-202{line-height:202px}.PURPLE ._secondary-text.--lh-203{line-height:203px}.PURPLE ._secondary-text.--lh-204{line-height:204px}.PURPLE ._secondary-text.--lh-205{line-height:205px}.PURPLE ._secondary-text.--lh-206{line-height:206px}.PURPLE ._secondary-text.--lh-207{line-height:207px}.PURPLE ._secondary-text.--lh-208{line-height:208px}.PURPLE ._secondary-text.--lh-209{line-height:209px}.PURPLE ._secondary-text.--lh-210{line-height:210px}.PURPLE ._secondary-text.--lh-211{line-height:211px}.PURPLE ._secondary-text.--lh-212{line-height:212px}.PURPLE ._secondary-text.--lh-213{line-height:213px}.PURPLE ._secondary-text.--lh-214{line-height:214px}.PURPLE ._secondary-text.--lh-215{line-height:215px}.PURPLE ._secondary-text.--lh-216{line-height:216px}.PURPLE ._secondary-text.--lh-217{line-height:217px}.PURPLE ._secondary-text.--lh-218{line-height:218px}.PURPLE ._secondary-text.--lh-219{line-height:219px}.PURPLE ._secondary-text.--lh-220{line-height:220px}.PURPLE ._secondary-text.--lh-221{line-height:221px}.PURPLE ._secondary-text.--lh-222{line-height:222px}.PURPLE ._secondary-text.--lh-223{line-height:223px}.PURPLE ._secondary-text.--lh-224{line-height:224px}.PURPLE ._secondary-text.--lh-225{line-height:225px}.PURPLE ._secondary-text.--lh-226{line-height:226px}.PURPLE ._secondary-text.--lh-227{line-height:227px}.PURPLE ._secondary-text.--lh-228{line-height:228px}.PURPLE ._secondary-text.--lh-229{line-height:229px}.PURPLE ._secondary-text.--lh-230{line-height:230px}.PURPLE ._secondary-text.--lh-231{line-height:231px}.PURPLE ._secondary-text.--lh-232{line-height:232px}.PURPLE ._secondary-text.--lh-233{line-height:233px}.PURPLE ._secondary-text.--lh-234{line-height:234px}.PURPLE ._secondary-text.--lh-235{line-height:235px}.PURPLE ._secondary-text.--lh-236{line-height:236px}.PURPLE ._secondary-text.--lh-237{line-height:237px}.PURPLE ._secondary-text.--lh-238{line-height:238px}.PURPLE ._secondary-text.--lh-239{line-height:239px}.PURPLE ._secondary-text.--lh-240{line-height:240px}.PURPLE ._secondary-text.--lh-241{line-height:241px}.PURPLE ._secondary-text.--lh-242{line-height:242px}.PURPLE ._secondary-text.--lh-243{line-height:243px}.PURPLE ._secondary-text.--lh-244{line-height:244px}.PURPLE ._secondary-text.--lh-245{line-height:245px}.PURPLE ._secondary-text.--lh-246{line-height:246px}.PURPLE ._secondary-text.--lh-247{line-height:247px}.PURPLE ._secondary-text.--lh-248{line-height:248px}.PURPLE ._secondary-text.--lh-249{line-height:249px}.PURPLE ._secondary-text.--lh-250{line-height:250px}.PURPLE ._secondary-text.--lh-251{line-height:251px}.PURPLE ._secondary-text.--lh-252{line-height:252px}.PURPLE ._secondary-text.--lh-253{line-height:253px}.PURPLE ._secondary-text.--lh-254{line-height:254px}.PURPLE ._secondary-text.--lh-255{line-height:255px}.PURPLE ._secondary-text.--lh-256{line-height:256px}.PURPLE ._secondary-text.--lh-257{line-height:257px}.PURPLE ._secondary-text.--lh-258{line-height:258px}.PURPLE ._secondary-text.--lh-259{line-height:259px}.PURPLE ._secondary-text.--lh-260{line-height:260px}.PURPLE ._secondary-text.--lh-261{line-height:261px}.PURPLE ._secondary-text.--lh-262{line-height:262px}.PURPLE ._secondary-text.--lh-263{line-height:263px}.PURPLE ._secondary-text.--lh-264{line-height:264px}.PURPLE ._secondary-text.--lh-265{line-height:265px}.PURPLE ._secondary-text.--lh-266{line-height:266px}.PURPLE ._secondary-text.--lh-267{line-height:267px}.PURPLE ._secondary-text.--lh-268{line-height:268px}.PURPLE ._secondary-text.--lh-269{line-height:269px}.PURPLE ._secondary-text.--lh-270{line-height:270px}.PURPLE ._secondary-text.--lh-271{line-height:271px}.PURPLE ._secondary-text.--lh-272{line-height:272px}.PURPLE ._secondary-text.--lh-273{line-height:273px}.PURPLE ._secondary-text.--lh-274{line-height:274px}.PURPLE ._secondary-text.--lh-275{line-height:275px}.PURPLE ._secondary-text.--lh-276{line-height:276px}.PURPLE ._secondary-text.--lh-277{line-height:277px}.PURPLE ._secondary-text.--lh-278{line-height:278px}.PURPLE ._secondary-text.--lh-279{line-height:279px}.PURPLE ._secondary-text.--lh-280{line-height:280px}.PURPLE ._secondary-text.--lh-281{line-height:281px}.PURPLE ._secondary-text.--lh-282{line-height:282px}.PURPLE ._secondary-text.--lh-283{line-height:283px}.PURPLE ._secondary-text.--lh-284{line-height:284px}.PURPLE ._secondary-text.--lh-285{line-height:285px}.PURPLE ._secondary-text.--lh-286{line-height:286px}.PURPLE ._secondary-text.--lh-287{line-height:287px}.PURPLE ._secondary-text.--lh-288{line-height:288px}.PURPLE ._secondary-text.--lh-289{line-height:289px}.PURPLE ._secondary-text.--lh-290{line-height:290px}.PURPLE ._secondary-text.--lh-291{line-height:291px}.PURPLE ._secondary-text.--lh-292{line-height:292px}.PURPLE ._secondary-text.--lh-293{line-height:293px}.PURPLE ._secondary-text.--lh-294{line-height:294px}.PURPLE ._secondary-text.--lh-295{line-height:295px}.PURPLE ._secondary-text.--lh-296{line-height:296px}.PURPLE ._secondary-text.--lh-297{line-height:297px}.PURPLE ._secondary-text.--lh-298{line-height:298px}.PURPLE ._secondary-text.--lh-299{line-height:299px}.PURPLE ._secondary-text.--lh-300{line-height:300px}.PURPLE ._secondary-text.--lh-301{line-height:301px}.PURPLE ._secondary-text.--lh-302{line-height:302px}.PURPLE ._secondary-text.--lh-303{line-height:303px}.PURPLE ._secondary-text.--lh-304{line-height:304px}.PURPLE ._secondary-text.--lh-305{line-height:305px}.PURPLE ._secondary-text.--lh-306{line-height:306px}.PURPLE ._secondary-text.--lh-307{line-height:307px}.PURPLE ._secondary-text.--lh-308{line-height:308px}.PURPLE ._secondary-text.--lh-309{line-height:309px}.PURPLE ._secondary-text.--lh-310{line-height:310px}.PURPLE ._secondary-text.--lh-311{line-height:311px}.PURPLE ._secondary-text.--lh-312{line-height:312px}.PURPLE ._secondary-text.--lh-313{line-height:313px}.PURPLE ._secondary-text.--lh-314{line-height:314px}.PURPLE ._secondary-text.--lh-315{line-height:315px}.PURPLE ._secondary-text.--lh-316{line-height:316px}.PURPLE ._secondary-text.--lh-317{line-height:317px}.PURPLE ._secondary-text.--lh-318{line-height:318px}.PURPLE ._secondary-text.--lh-319{line-height:319px}.PURPLE ._secondary-text.--lh-320{line-height:320px}.PURPLE ._secondary-text.--lh-321{line-height:321px}.PURPLE ._secondary-text.--lh-322{line-height:322px}.PURPLE ._secondary-text.--lh-323{line-height:323px}.PURPLE ._secondary-text.--lh-324{line-height:324px}.PURPLE ._secondary-text.--lh-325{line-height:325px}.PURPLE ._secondary-text.--lh-326{line-height:326px}.PURPLE ._secondary-text.--lh-327{line-height:327px}.PURPLE ._secondary-text.--lh-328{line-height:328px}.PURPLE ._secondary-text.--lh-329{line-height:329px}.PURPLE ._secondary-text.--lh-330{line-height:330px}.PURPLE ._secondary-text.--lh-331{line-height:331px}.PURPLE ._secondary-text.--lh-332{line-height:332px}.PURPLE ._secondary-text.--lh-333{line-height:333px}.PURPLE ._secondary-text.--lh-334{line-height:334px}.PURPLE ._secondary-text.--lh-335{line-height:335px}.PURPLE ._secondary-text.--lh-336{line-height:336px}.PURPLE ._secondary-text.--lh-337{line-height:337px}.PURPLE ._secondary-text.--lh-338{line-height:338px}.PURPLE ._secondary-text.--lh-339{line-height:339px}.PURPLE ._secondary-text.--lh-340{line-height:340px}.PURPLE ._secondary-text.--lh-341{line-height:341px}.PURPLE ._secondary-text.--lh-342{line-height:342px}.PURPLE ._secondary-text.--lh-343{line-height:343px}.PURPLE ._secondary-text.--lh-344{line-height:344px}.PURPLE ._secondary-text.--lh-345{line-height:345px}.PURPLE ._secondary-text.--lh-346{line-height:346px}.PURPLE ._secondary-text.--lh-347{line-height:347px}.PURPLE ._secondary-text.--lh-348{line-height:348px}.PURPLE ._secondary-text.--lh-349{line-height:349px}.PURPLE ._secondary-text.--lh-350{line-height:350px}.PURPLE ._secondary-text.--lh-351{line-height:351px}.PURPLE ._secondary-text.--lh-352{line-height:352px}.PURPLE ._secondary-text.--lh-353{line-height:353px}.PURPLE ._secondary-text.--lh-354{line-height:354px}.PURPLE ._secondary-text.--lh-355{line-height:355px}.PURPLE ._secondary-text.--lh-356{line-height:356px}.PURPLE ._secondary-text.--lh-357{line-height:357px}.PURPLE ._secondary-text.--lh-358{line-height:358px}.PURPLE ._secondary-text.--lh-359{line-height:359px}.PURPLE ._secondary-text.--lh-360{line-height:360px}.PURPLE ._secondary-text.--lh-361{line-height:361px}.PURPLE ._secondary-text.--lh-362{line-height:362px}.PURPLE ._secondary-text.--lh-363{line-height:363px}.PURPLE ._secondary-text.--lh-364{line-height:364px}.PURPLE ._secondary-text.--lh-365{line-height:365px}.PURPLE ._secondary-text.--lh-366{line-height:366px}.PURPLE ._secondary-text.--lh-367{line-height:367px}.PURPLE ._secondary-text.--lh-368{line-height:368px}.PURPLE ._secondary-text.--lh-369{line-height:369px}.PURPLE ._secondary-text.--lh-370{line-height:370px}.PURPLE ._secondary-text.--lh-371{line-height:371px}.PURPLE ._secondary-text.--lh-372{line-height:372px}.PURPLE ._secondary-text.--lh-373{line-height:373px}.PURPLE ._secondary-text.--lh-374{line-height:374px}.PURPLE ._secondary-text.--lh-375{line-height:375px}.PURPLE ._secondary-text.--lh-376{line-height:376px}.PURPLE ._secondary-text.--lh-377{line-height:377px}.PURPLE ._secondary-text.--lh-378{line-height:378px}.PURPLE ._secondary-text.--lh-379{line-height:379px}.PURPLE ._secondary-text.--lh-380{line-height:380px}.PURPLE ._secondary-text.--lh-381{line-height:381px}.PURPLE ._secondary-text.--lh-382{line-height:382px}.PURPLE ._secondary-text.--lh-383{line-height:383px}.PURPLE ._secondary-text.--lh-384{line-height:384px}.PURPLE ._secondary-text.--lh-385{line-height:385px}.PURPLE ._secondary-text.--lh-386{line-height:386px}.PURPLE ._secondary-text.--lh-387{line-height:387px}.PURPLE ._secondary-text.--lh-388{line-height:388px}.PURPLE ._secondary-text.--lh-389{line-height:389px}.PURPLE ._secondary-text.--lh-390{line-height:390px}.PURPLE ._secondary-text.--lh-391{line-height:391px}.PURPLE ._secondary-text.--lh-392{line-height:392px}.PURPLE ._secondary-text.--lh-393{line-height:393px}.PURPLE ._secondary-text.--lh-394{line-height:394px}.PURPLE ._secondary-text.--lh-395{line-height:395px}.PURPLE ._secondary-text.--lh-396{line-height:396px}.PURPLE ._secondary-text.--lh-397{line-height:397px}.PURPLE ._secondary-text.--lh-398{line-height:398px}.PURPLE ._secondary-text.--lh-399{line-height:399px}.PURPLE ._secondary-text.--lh-400{line-height:400px}.PURPLE ._secondary-text.--lh-401{line-height:401px}.PURPLE ._secondary-text.--lh-402{line-height:402px}.PURPLE ._secondary-text.--lh-403{line-height:403px}.PURPLE ._secondary-text.--lh-404{line-height:404px}.PURPLE ._secondary-text.--lh-405{line-height:405px}.PURPLE ._secondary-text.--lh-406{line-height:406px}.PURPLE ._secondary-text.--lh-407{line-height:407px}.PURPLE ._secondary-text.--lh-408{line-height:408px}.PURPLE ._secondary-text.--lh-409{line-height:409px}.PURPLE ._secondary-text.--lh-410{line-height:410px}.PURPLE ._secondary-text.--lh-411{line-height:411px}.PURPLE ._secondary-text.--lh-412{line-height:412px}.PURPLE ._secondary-text.--lh-413{line-height:413px}.PURPLE ._secondary-text.--lh-414{line-height:414px}.PURPLE ._secondary-text.--lh-415{line-height:415px}.PURPLE ._secondary-text.--lh-416{line-height:416px}.PURPLE ._secondary-text.--lh-417{line-height:417px}.PURPLE ._secondary-text.--lh-418{line-height:418px}.PURPLE ._secondary-text.--lh-419{line-height:419px}.PURPLE ._secondary-text.--lh-420{line-height:420px}.PURPLE ._secondary-text.--lh-421{line-height:421px}.PURPLE ._secondary-text.--lh-422{line-height:422px}.PURPLE ._secondary-text.--lh-423{line-height:423px}.PURPLE ._secondary-text.--lh-424{line-height:424px}.PURPLE ._secondary-text.--lh-425{line-height:425px}.PURPLE ._secondary-text.--lh-426{line-height:426px}.PURPLE ._secondary-text.--lh-427{line-height:427px}.PURPLE ._secondary-text.--lh-428{line-height:428px}.PURPLE ._secondary-text.--lh-429{line-height:429px}.PURPLE ._secondary-text.--lh-430{line-height:430px}.PURPLE ._secondary-text.--lh-431{line-height:431px}.PURPLE ._secondary-text.--lh-432{line-height:432px}.PURPLE ._secondary-text.--lh-433{line-height:433px}.PURPLE ._secondary-text.--lh-434{line-height:434px}.PURPLE ._secondary-text.--lh-435{line-height:435px}.PURPLE ._secondary-text.--lh-436{line-height:436px}.PURPLE ._secondary-text.--lh-437{line-height:437px}.PURPLE ._secondary-text.--lh-438{line-height:438px}.PURPLE ._secondary-text.--lh-439{line-height:439px}.PURPLE ._secondary-text.--lh-440{line-height:440px}.PURPLE ._secondary-text.--lh-441{line-height:441px}.PURPLE ._secondary-text.--lh-442{line-height:442px}.PURPLE ._secondary-text.--lh-443{line-height:443px}.PURPLE ._secondary-text.--lh-444{line-height:444px}.PURPLE ._secondary-text.--lh-445{line-height:445px}.PURPLE ._secondary-text.--lh-446{line-height:446px}.PURPLE ._secondary-text.--lh-447{line-height:447px}.PURPLE ._secondary-text.--lh-448{line-height:448px}.PURPLE ._secondary-text.--lh-449{line-height:449px}.PURPLE ._secondary-text.--lh-450{line-height:450px}.PURPLE ._secondary-text.--lh-451{line-height:451px}.PURPLE ._secondary-text.--lh-452{line-height:452px}.PURPLE ._secondary-text.--lh-453{line-height:453px}.PURPLE ._secondary-text.--lh-454{line-height:454px}.PURPLE ._secondary-text.--lh-455{line-height:455px}.PURPLE ._secondary-text.--lh-456{line-height:456px}.PURPLE ._secondary-text.--lh-457{line-height:457px}.PURPLE ._secondary-text.--lh-458{line-height:458px}.PURPLE ._secondary-text.--lh-459{line-height:459px}.PURPLE ._secondary-text.--lh-460{line-height:460px}.PURPLE ._secondary-text.--lh-461{line-height:461px}.PURPLE ._secondary-text.--lh-462{line-height:462px}.PURPLE ._secondary-text.--lh-463{line-height:463px}.PURPLE ._secondary-text.--lh-464{line-height:464px}.PURPLE ._secondary-text.--lh-465{line-height:465px}.PURPLE ._secondary-text.--lh-466{line-height:466px}.PURPLE ._secondary-text.--lh-467{line-height:467px}.PURPLE ._secondary-text.--lh-468{line-height:468px}.PURPLE ._secondary-text.--lh-469{line-height:469px}.PURPLE ._secondary-text.--lh-470{line-height:470px}.PURPLE ._secondary-text.--lh-471{line-height:471px}.PURPLE ._secondary-text.--lh-472{line-height:472px}.PURPLE ._secondary-text.--lh-473{line-height:473px}.PURPLE ._secondary-text.--lh-474{line-height:474px}.PURPLE ._secondary-text.--lh-475{line-height:475px}.PURPLE ._secondary-text.--lh-476{line-height:476px}.PURPLE ._secondary-text.--lh-477{line-height:477px}.PURPLE ._secondary-text.--lh-478{line-height:478px}.PURPLE ._secondary-text.--lh-479{line-height:479px}.PURPLE ._secondary-text.--lh-480{line-height:480px}.PURPLE ._secondary-text.--lh-481{line-height:481px}.PURPLE ._secondary-text.--lh-482{line-height:482px}.PURPLE ._secondary-text.--lh-483{line-height:483px}.PURPLE ._secondary-text.--lh-484{line-height:484px}.PURPLE ._secondary-text.--lh-485{line-height:485px}.PURPLE ._secondary-text.--lh-486{line-height:486px}.PURPLE ._secondary-text.--lh-487{line-height:487px}.PURPLE ._secondary-text.--lh-488{line-height:488px}.PURPLE ._secondary-text.--lh-489{line-height:489px}.PURPLE ._secondary-text.--lh-490{line-height:490px}.PURPLE ._secondary-text.--lh-491{line-height:491px}.PURPLE ._secondary-text.--lh-492{line-height:492px}.PURPLE ._secondary-text.--lh-493{line-height:493px}.PURPLE ._secondary-text.--lh-494{line-height:494px}.PURPLE ._secondary-text.--lh-495{line-height:495px}.PURPLE ._secondary-text.--lh-496{line-height:496px}.PURPLE ._secondary-text.--lh-497{line-height:497px}.PURPLE ._secondary-text.--lh-498{line-height:498px}.PURPLE ._secondary-text.--lh-499{line-height:499px}.PURPLE ._secondary-text.--lh-500{line-height:500px}.PURPLE ._secondary-text.--lh-501{line-height:501px}.PURPLE ._secondary-text.--lh-502{line-height:502px}.PURPLE ._secondary-text.--lh-503{line-height:503px}.PURPLE ._secondary-text.--lh-504{line-height:504px}.PURPLE ._secondary-text.--lh-505{line-height:505px}.PURPLE ._secondary-text.--lh-506{line-height:506px}.PURPLE ._secondary-text.--lh-507{line-height:507px}.PURPLE ._secondary-text.--lh-508{line-height:508px}.PURPLE ._secondary-text.--lh-509{line-height:509px}.PURPLE ._secondary-text.--lh-510{line-height:510px}.PURPLE ._secondary-text.--lh-511{line-height:511px}.PURPLE ._secondary-text.--lh-512{line-height:512px}.PURPLE ._secondary-text.--lh-513{line-height:513px}.PURPLE ._secondary-text.--lh-514{line-height:514px}.PURPLE ._secondary-text.--lh-515{line-height:515px}.PURPLE ._secondary-text.--lh-516{line-height:516px}.PURPLE ._secondary-text.--lh-517{line-height:517px}.PURPLE ._secondary-text.--lh-518{line-height:518px}.PURPLE ._secondary-text.--lh-519{line-height:519px}.PURPLE ._secondary-text.--lh-520{line-height:520px}.PURPLE ._secondary-text.--lh-521{line-height:521px}.PURPLE ._secondary-text.--lh-522{line-height:522px}.PURPLE ._secondary-text.--lh-523{line-height:523px}.PURPLE ._secondary-text.--lh-524{line-height:524px}.PURPLE ._secondary-text.--lh-525{line-height:525px}.PURPLE ._secondary-text.--lh-526{line-height:526px}.PURPLE ._secondary-text.--lh-527{line-height:527px}.PURPLE ._secondary-text.--lh-528{line-height:528px}.PURPLE ._secondary-text.--lh-529{line-height:529px}.PURPLE ._secondary-text.--lh-530{line-height:530px}.PURPLE ._secondary-text.--lh-531{line-height:531px}.PURPLE ._secondary-text.--lh-532{line-height:532px}.PURPLE ._secondary-text.--lh-533{line-height:533px}.PURPLE ._secondary-text.--lh-534{line-height:534px}.PURPLE ._secondary-text.--lh-535{line-height:535px}.PURPLE ._secondary-text.--lh-536{line-height:536px}.PURPLE ._secondary-text.--lh-537{line-height:537px}.PURPLE ._secondary-text.--lh-538{line-height:538px}.PURPLE ._secondary-text.--lh-539{line-height:539px}.PURPLE ._secondary-text.--lh-540{line-height:540px}.PURPLE ._secondary-text.--lh-541{line-height:541px}.PURPLE ._secondary-text.--lh-542{line-height:542px}.PURPLE ._secondary-text.--lh-543{line-height:543px}.PURPLE ._secondary-text.--lh-544{line-height:544px}.PURPLE ._secondary-text.--lh-545{line-height:545px}.PURPLE ._secondary-text.--lh-546{line-height:546px}.PURPLE ._secondary-text.--lh-547{line-height:547px}.PURPLE ._secondary-text.--lh-548{line-height:548px}.PURPLE ._secondary-text.--lh-549{line-height:549px}.PURPLE ._secondary-text.--lh-550{line-height:550px}.PURPLE ._secondary-text.--lh-551{line-height:551px}.PURPLE ._secondary-text.--lh-552{line-height:552px}.PURPLE ._secondary-text.--lh-553{line-height:553px}.PURPLE ._secondary-text.--lh-554{line-height:554px}.PURPLE ._secondary-text.--lh-555{line-height:555px}.PURPLE ._secondary-text.--lh-556{line-height:556px}.PURPLE ._secondary-text.--lh-557{line-height:557px}.PURPLE ._secondary-text.--lh-558{line-height:558px}.PURPLE ._secondary-text.--lh-559{line-height:559px}.PURPLE ._secondary-text.--lh-560{line-height:560px}.PURPLE ._secondary-text.--lh-561{line-height:561px}.PURPLE ._secondary-text.--lh-562{line-height:562px}.PURPLE ._secondary-text.--lh-563{line-height:563px}.PURPLE ._secondary-text.--lh-564{line-height:564px}.PURPLE ._secondary-text.--lh-565{line-height:565px}.PURPLE ._secondary-text.--lh-566{line-height:566px}.PURPLE ._secondary-text.--lh-567{line-height:567px}.PURPLE ._secondary-text.--lh-568{line-height:568px}.PURPLE ._secondary-text.--lh-569{line-height:569px}.PURPLE ._secondary-text.--lh-570{line-height:570px}.PURPLE ._secondary-text.--lh-571{line-height:571px}.PURPLE ._secondary-text.--lh-572{line-height:572px}.PURPLE ._secondary-text.--lh-573{line-height:573px}.PURPLE ._secondary-text.--lh-574{line-height:574px}.PURPLE ._secondary-text.--lh-575{line-height:575px}.PURPLE ._secondary-text.--lh-576{line-height:576px}.PURPLE ._secondary-text.--lh-577{line-height:577px}.PURPLE ._secondary-text.--lh-578{line-height:578px}.PURPLE ._secondary-text.--lh-579{line-height:579px}.PURPLE ._secondary-text.--lh-580{line-height:580px}.PURPLE ._secondary-text.--lh-581{line-height:581px}.PURPLE ._secondary-text.--lh-582{line-height:582px}.PURPLE ._secondary-text.--lh-583{line-height:583px}.PURPLE ._secondary-text.--lh-584{line-height:584px}.PURPLE ._secondary-text.--lh-585{line-height:585px}.PURPLE ._secondary-text.--lh-586{line-height:586px}.PURPLE ._secondary-text.--lh-587{line-height:587px}.PURPLE ._secondary-text.--lh-588{line-height:588px}.PURPLE ._secondary-text.--lh-589{line-height:589px}.PURPLE ._secondary-text.--lh-590{line-height:590px}.PURPLE ._secondary-text.--lh-591{line-height:591px}.PURPLE ._secondary-text.--lh-592{line-height:592px}.PURPLE ._secondary-text.--lh-593{line-height:593px}.PURPLE ._secondary-text.--lh-594{line-height:594px}.PURPLE ._secondary-text.--lh-595{line-height:595px}.PURPLE ._secondary-text.--lh-596{line-height:596px}.PURPLE ._secondary-text.--lh-597{line-height:597px}.PURPLE ._secondary-text.--lh-598{line-height:598px}.PURPLE ._secondary-text.--lh-599{line-height:599px}.PURPLE ._secondary-text.--lh-600{line-height:600px}.PURPLE ._secondary-text.--lh-601{line-height:601px}.PURPLE ._secondary-text.--lh-602{line-height:602px}.PURPLE ._secondary-text.--lh-603{line-height:603px}.PURPLE ._secondary-text.--lh-604{line-height:604px}.PURPLE ._secondary-text.--lh-605{line-height:605px}.PURPLE ._secondary-text.--lh-606{line-height:606px}.PURPLE ._secondary-text.--lh-607{line-height:607px}.PURPLE ._secondary-text.--lh-608{line-height:608px}.PURPLE ._secondary-text.--lh-609{line-height:609px}.PURPLE ._secondary-text.--lh-610{line-height:610px}.PURPLE ._secondary-text.--lh-611{line-height:611px}.PURPLE ._secondary-text.--lh-612{line-height:612px}.PURPLE ._secondary-text.--lh-613{line-height:613px}.PURPLE ._secondary-text.--lh-614{line-height:614px}.PURPLE ._secondary-text.--lh-615{line-height:615px}.PURPLE ._secondary-text.--lh-616{line-height:616px}.PURPLE ._secondary-text.--lh-617{line-height:617px}.PURPLE ._secondary-text.--lh-618{line-height:618px}.PURPLE ._secondary-text.--lh-619{line-height:619px}.PURPLE ._secondary-text.--lh-620{line-height:620px}.PURPLE ._secondary-text.--lh-621{line-height:621px}.PURPLE ._secondary-text.--lh-622{line-height:622px}.PURPLE ._secondary-text.--lh-623{line-height:623px}.PURPLE ._secondary-text.--lh-624{line-height:624px}.PURPLE ._secondary-text.--lh-625{line-height:625px}.PURPLE ._secondary-text.--lh-626{line-height:626px}.PURPLE ._secondary-text.--lh-627{line-height:627px}.PURPLE ._secondary-text.--lh-628{line-height:628px}.PURPLE ._secondary-text.--lh-629{line-height:629px}.PURPLE ._secondary-text.--lh-630{line-height:630px}.PURPLE ._secondary-text.--lh-631{line-height:631px}.PURPLE ._secondary-text.--lh-632{line-height:632px}.PURPLE ._secondary-text.--lh-633{line-height:633px}.PURPLE ._secondary-text.--lh-634{line-height:634px}.PURPLE ._secondary-text.--lh-635{line-height:635px}.PURPLE ._secondary-text.--lh-636{line-height:636px}.PURPLE ._secondary-text.--lh-637{line-height:637px}.PURPLE ._secondary-text.--lh-638{line-height:638px}.PURPLE ._secondary-text.--lh-639{line-height:639px}.PURPLE ._secondary-text.--lh-640{line-height:640px}.PURPLE ._secondary-text.--lh-641{line-height:641px}.PURPLE ._secondary-text.--lh-642{line-height:642px}.PURPLE ._secondary-text.--lh-643{line-height:643px}.PURPLE ._secondary-text.--lh-644{line-height:644px}.PURPLE ._secondary-text.--lh-645{line-height:645px}.PURPLE ._secondary-text.--lh-646{line-height:646px}.PURPLE ._secondary-text.--lh-647{line-height:647px}.PURPLE ._secondary-text.--lh-648{line-height:648px}.PURPLE ._secondary-text.--lh-649{line-height:649px}.PURPLE ._secondary-text.--lh-650{line-height:650px}.PURPLE ._secondary-text.--lh-651{line-height:651px}.PURPLE ._secondary-text.--lh-652{line-height:652px}.PURPLE ._secondary-text.--lh-653{line-height:653px}.PURPLE ._secondary-text.--lh-654{line-height:654px}.PURPLE ._secondary-text.--lh-655{line-height:655px}.PURPLE ._secondary-text.--lh-656{line-height:656px}.PURPLE ._secondary-text.--lh-657{line-height:657px}.PURPLE ._secondary-text.--lh-658{line-height:658px}.PURPLE ._secondary-text.--lh-659{line-height:659px}.PURPLE ._secondary-text.--lh-660{line-height:660px}.PURPLE ._secondary-text.--lh-661{line-height:661px}.PURPLE ._secondary-text.--lh-662{line-height:662px}.PURPLE ._secondary-text.--lh-663{line-height:663px}.PURPLE ._secondary-text.--lh-664{line-height:664px}.PURPLE ._secondary-text.--lh-665{line-height:665px}.PURPLE ._secondary-text.--lh-666{line-height:666px}.PURPLE ._secondary-text.--lh-667{line-height:667px}.PURPLE ._secondary-text.--lh-668{line-height:668px}.PURPLE ._secondary-text.--lh-669{line-height:669px}.PURPLE ._secondary-text.--lh-670{line-height:670px}.PURPLE ._secondary-text.--lh-671{line-height:671px}.PURPLE ._secondary-text.--lh-672{line-height:672px}.PURPLE ._secondary-text.--lh-673{line-height:673px}.PURPLE ._secondary-text.--lh-674{line-height:674px}.PURPLE ._secondary-text.--lh-675{line-height:675px}.PURPLE ._secondary-text.--lh-676{line-height:676px}.PURPLE ._secondary-text.--lh-677{line-height:677px}.PURPLE ._secondary-text.--lh-678{line-height:678px}.PURPLE ._secondary-text.--lh-679{line-height:679px}.PURPLE ._secondary-text.--lh-680{line-height:680px}.PURPLE ._secondary-text.--lh-681{line-height:681px}.PURPLE ._secondary-text.--lh-682{line-height:682px}.PURPLE ._secondary-text.--lh-683{line-height:683px}.PURPLE ._secondary-text.--lh-684{line-height:684px}.PURPLE ._secondary-text.--lh-685{line-height:685px}.PURPLE ._secondary-text.--lh-686{line-height:686px}.PURPLE ._secondary-text.--lh-687{line-height:687px}.PURPLE ._secondary-text.--lh-688{line-height:688px}.PURPLE ._secondary-text.--lh-689{line-height:689px}.PURPLE ._secondary-text.--lh-690{line-height:690px}.PURPLE ._secondary-text.--lh-691{line-height:691px}.PURPLE ._secondary-text.--lh-692{line-height:692px}.PURPLE ._secondary-text.--lh-693{line-height:693px}.PURPLE ._secondary-text.--lh-694{line-height:694px}.PURPLE ._secondary-text.--lh-695{line-height:695px}.PURPLE ._secondary-text.--lh-696{line-height:696px}.PURPLE ._secondary-text.--lh-697{line-height:697px}.PURPLE ._secondary-text.--lh-698{line-height:698px}.PURPLE ._secondary-text.--lh-699{line-height:699px}.PURPLE ._secondary-text.--lh-700{line-height:700px}.PURPLE ._secondary-text.--lh-701{line-height:701px}.PURPLE ._secondary-text.--lh-702{line-height:702px}.PURPLE ._secondary-text.--lh-703{line-height:703px}.PURPLE ._secondary-text.--lh-704{line-height:704px}.PURPLE ._secondary-text.--lh-705{line-height:705px}.PURPLE ._secondary-text.--lh-706{line-height:706px}.PURPLE ._secondary-text.--lh-707{line-height:707px}.PURPLE ._secondary-text.--lh-708{line-height:708px}.PURPLE ._secondary-text.--lh-709{line-height:709px}.PURPLE ._secondary-text.--lh-710{line-height:710px}.PURPLE ._secondary-text.--lh-711{line-height:711px}.PURPLE ._secondary-text.--lh-712{line-height:712px}.PURPLE ._secondary-text.--lh-713{line-height:713px}.PURPLE ._secondary-text.--lh-714{line-height:714px}.PURPLE ._secondary-text.--lh-715{line-height:715px}.PURPLE ._secondary-text.--lh-716{line-height:716px}.PURPLE ._secondary-text.--lh-717{line-height:717px}.PURPLE ._secondary-text.--lh-718{line-height:718px}.PURPLE ._secondary-text.--lh-719{line-height:719px}.PURPLE ._secondary-text.--lh-720{line-height:720px}.PURPLE ._secondary-text.--lh-721{line-height:721px}.PURPLE ._secondary-text.--lh-722{line-height:722px}.PURPLE ._secondary-text.--lh-723{line-height:723px}.PURPLE ._secondary-text.--lh-724{line-height:724px}.PURPLE ._secondary-text.--lh-725{line-height:725px}.PURPLE ._secondary-text.--lh-726{line-height:726px}.PURPLE ._secondary-text.--lh-727{line-height:727px}.PURPLE ._secondary-text.--lh-728{line-height:728px}.PURPLE ._secondary-text.--lh-729{line-height:729px}.PURPLE ._secondary-text.--lh-730{line-height:730px}.PURPLE ._secondary-text.--lh-731{line-height:731px}.PURPLE ._secondary-text.--lh-732{line-height:732px}.PURPLE ._secondary-text.--lh-733{line-height:733px}.PURPLE ._secondary-text.--lh-734{line-height:734px}.PURPLE ._secondary-text.--lh-735{line-height:735px}.PURPLE ._secondary-text.--lh-736{line-height:736px}.PURPLE ._secondary-text.--lh-737{line-height:737px}.PURPLE ._secondary-text.--lh-738{line-height:738px}.PURPLE ._secondary-text.--lh-739{line-height:739px}.PURPLE ._secondary-text.--lh-740{line-height:740px}.PURPLE ._secondary-text.--lh-741{line-height:741px}.PURPLE ._secondary-text.--lh-742{line-height:742px}.PURPLE ._secondary-text.--lh-743{line-height:743px}.PURPLE ._secondary-text.--lh-744{line-height:744px}.PURPLE ._secondary-text.--lh-745{line-height:745px}.PURPLE ._secondary-text.--lh-746{line-height:746px}.PURPLE ._secondary-text.--lh-747{line-height:747px}.PURPLE ._secondary-text.--lh-748{line-height:748px}.PURPLE ._secondary-text.--lh-749{line-height:749px}.PURPLE ._secondary-text.--lh-750{line-height:750px}.PURPLE ._secondary-text.--lh-751{line-height:751px}.PURPLE ._secondary-text.--lh-752{line-height:752px}.PURPLE ._secondary-text.--lh-753{line-height:753px}.PURPLE ._secondary-text.--lh-754{line-height:754px}.PURPLE ._secondary-text.--lh-755{line-height:755px}.PURPLE ._secondary-text.--lh-756{line-height:756px}.PURPLE ._secondary-text.--lh-757{line-height:757px}.PURPLE ._secondary-text.--lh-758{line-height:758px}.PURPLE ._secondary-text.--lh-759{line-height:759px}.PURPLE ._secondary-text.--lh-760{line-height:760px}.PURPLE ._secondary-text.--lh-761{line-height:761px}.PURPLE ._secondary-text.--lh-762{line-height:762px}.PURPLE ._secondary-text.--lh-763{line-height:763px}.PURPLE ._secondary-text.--lh-764{line-height:764px}.PURPLE ._secondary-text.--lh-765{line-height:765px}.PURPLE ._secondary-text.--lh-766{line-height:766px}.PURPLE ._secondary-text.--lh-767{line-height:767px}.PURPLE ._secondary-text.--lh-768{line-height:768px}.PURPLE ._secondary-text.--lh-769{line-height:769px}.PURPLE ._secondary-text.--lh-770{line-height:770px}.PURPLE ._secondary-text.--lh-771{line-height:771px}.PURPLE ._secondary-text.--lh-772{line-height:772px}.PURPLE ._secondary-text.--lh-773{line-height:773px}.PURPLE ._secondary-text.--lh-774{line-height:774px}.PURPLE ._secondary-text.--lh-775{line-height:775px}.PURPLE ._secondary-text.--lh-776{line-height:776px}.PURPLE ._secondary-text.--lh-777{line-height:777px}.PURPLE ._secondary-text.--lh-778{line-height:778px}.PURPLE ._secondary-text.--lh-779{line-height:779px}.PURPLE ._secondary-text.--lh-780{line-height:780px}.PURPLE ._secondary-text.--lh-781{line-height:781px}.PURPLE ._secondary-text.--lh-782{line-height:782px}.PURPLE ._secondary-text.--lh-783{line-height:783px}.PURPLE ._secondary-text.--lh-784{line-height:784px}.PURPLE ._secondary-text.--lh-785{line-height:785px}.PURPLE ._secondary-text.--lh-786{line-height:786px}.PURPLE ._secondary-text.--lh-787{line-height:787px}.PURPLE ._secondary-text.--lh-788{line-height:788px}.PURPLE ._secondary-text.--lh-789{line-height:789px}.PURPLE ._secondary-text.--lh-790{line-height:790px}.PURPLE ._secondary-text.--lh-791{line-height:791px}.PURPLE ._secondary-text.--lh-792{line-height:792px}.PURPLE ._secondary-text.--lh-793{line-height:793px}.PURPLE ._secondary-text.--lh-794{line-height:794px}.PURPLE ._secondary-text.--lh-795{line-height:795px}.PURPLE ._secondary-text.--lh-796{line-height:796px}.PURPLE ._secondary-text.--lh-797{line-height:797px}.PURPLE ._secondary-text.--lh-798{line-height:798px}.PURPLE ._secondary-text.--lh-799{line-height:799px}.PURPLE ._secondary-text.--lh-800{line-height:800px}.PURPLE ._tertiary-text{color:#bb4dff;font-family:Poppins}.PURPLE ._tertiary-text.--size-5{font-size:5px}.PURPLE ._tertiary-text.--size-6{font-size:6px}.PURPLE ._tertiary-text.--size-7{font-size:7px}.PURPLE ._tertiary-text.--size-8{font-size:8px}.PURPLE ._tertiary-text.--size-9{font-size:9px}.PURPLE ._tertiary-text.--size-10{font-size:10px}.PURPLE ._tertiary-text.--size-11{font-size:11px}.PURPLE ._tertiary-text.--size-12{font-size:12px}.PURPLE ._tertiary-text.--size-13{font-size:13px}.PURPLE ._tertiary-text.--size-14{font-size:14px}.PURPLE ._tertiary-text.--size-15{font-size:15px}.PURPLE ._tertiary-text.--size-16{font-size:16px}.PURPLE ._tertiary-text.--size-17{font-size:17px}.PURPLE ._tertiary-text.--size-18{font-size:18px}.PURPLE ._tertiary-text.--size-19{font-size:19px}.PURPLE ._tertiary-text.--size-20{font-size:20px}.PURPLE ._tertiary-text.--size-21{font-size:21px}.PURPLE ._tertiary-text.--size-22{font-size:22px}.PURPLE ._tertiary-text.--size-23{font-size:23px}.PURPLE ._tertiary-text.--size-24{font-size:24px}.PURPLE ._tertiary-text.--size-25{font-size:25px}.PURPLE ._tertiary-text.--size-26{font-size:26px}.PURPLE ._tertiary-text.--size-27{font-size:27px}.PURPLE ._tertiary-text.--size-28{font-size:28px}.PURPLE ._tertiary-text.--size-29{font-size:29px}.PURPLE ._tertiary-text.--size-30{font-size:30px}.PURPLE ._tertiary-text.--size-31{font-size:31px}.PURPLE ._tertiary-text.--size-32{font-size:32px}.PURPLE ._tertiary-text.--size-33{font-size:33px}.PURPLE ._tertiary-text.--size-34{font-size:34px}.PURPLE ._tertiary-text.--size-35{font-size:35px}.PURPLE ._tertiary-text.--size-36{font-size:36px}.PURPLE ._tertiary-text.--size-37{font-size:37px}.PURPLE ._tertiary-text.--size-38{font-size:38px}.PURPLE ._tertiary-text.--size-39{font-size:39px}.PURPLE ._tertiary-text.--size-40{font-size:40px}.PURPLE ._tertiary-text.--size-41{font-size:41px}.PURPLE ._tertiary-text.--size-42{font-size:42px}.PURPLE ._tertiary-text.--size-43{font-size:43px}.PURPLE ._tertiary-text.--size-44{font-size:44px}.PURPLE ._tertiary-text.--size-45{font-size:45px}.PURPLE ._tertiary-text.--size-46{font-size:46px}.PURPLE ._tertiary-text.--size-47{font-size:47px}.PURPLE ._tertiary-text.--size-48{font-size:48px}.PURPLE ._tertiary-text.--size-49{font-size:49px}.PURPLE ._tertiary-text.--size-50{font-size:50px}.PURPLE ._tertiary-text.--size-51{font-size:51px}.PURPLE ._tertiary-text.--size-52{font-size:52px}.PURPLE ._tertiary-text.--size-53{font-size:53px}.PURPLE ._tertiary-text.--size-54{font-size:54px}.PURPLE ._tertiary-text.--size-55{font-size:55px}.PURPLE ._tertiary-text.--size-56{font-size:56px}.PURPLE ._tertiary-text.--size-57{font-size:57px}.PURPLE ._tertiary-text.--size-58{font-size:58px}.PURPLE ._tertiary-text.--size-59{font-size:59px}.PURPLE ._tertiary-text.--size-60{font-size:60px}.PURPLE ._tertiary-text.--size-61{font-size:61px}.PURPLE ._tertiary-text.--size-62{font-size:62px}.PURPLE ._tertiary-text.--size-63{font-size:63px}.PURPLE ._tertiary-text.--size-64{font-size:64px}.PURPLE ._tertiary-text.--size-65{font-size:65px}.PURPLE ._tertiary-text.--size-66{font-size:66px}.PURPLE ._tertiary-text.--size-67{font-size:67px}.PURPLE ._tertiary-text.--size-68{font-size:68px}.PURPLE ._tertiary-text.--size-69{font-size:69px}.PURPLE ._tertiary-text.--size-70{font-size:70px}.PURPLE ._tertiary-text.--size-71{font-size:71px}.PURPLE ._tertiary-text.--size-72{font-size:72px}.PURPLE ._tertiary-text.--size-73{font-size:73px}.PURPLE ._tertiary-text.--size-74{font-size:74px}.PURPLE ._tertiary-text.--size-75{font-size:75px}.PURPLE ._tertiary-text.--size-76{font-size:76px}.PURPLE ._tertiary-text.--size-77{font-size:77px}.PURPLE ._tertiary-text.--size-78{font-size:78px}.PURPLE ._tertiary-text.--size-79{font-size:79px}.PURPLE ._tertiary-text.--size-80{font-size:80px}.PURPLE ._tertiary-text.--size-81{font-size:81px}.PURPLE ._tertiary-text.--size-82{font-size:82px}.PURPLE ._tertiary-text.--size-83{font-size:83px}.PURPLE ._tertiary-text.--size-84{font-size:84px}.PURPLE ._tertiary-text.--size-85{font-size:85px}.PURPLE ._tertiary-text.--size-86{font-size:86px}.PURPLE ._tertiary-text.--size-87{font-size:87px}.PURPLE ._tertiary-text.--size-88{font-size:88px}.PURPLE ._tertiary-text.--size-89{font-size:89px}.PURPLE ._tertiary-text.--size-90{font-size:90px}.PURPLE ._tertiary-text.--size-91{font-size:91px}.PURPLE ._tertiary-text.--size-92{font-size:92px}.PURPLE ._tertiary-text.--size-93{font-size:93px}.PURPLE ._tertiary-text.--size-94{font-size:94px}.PURPLE ._tertiary-text.--size-95{font-size:95px}.PURPLE ._tertiary-text.--size-96{font-size:96px}.PURPLE ._tertiary-text.--size-97{font-size:97px}.PURPLE ._tertiary-text.--size-98{font-size:98px}.PURPLE ._tertiary-text.--size-99{font-size:99px}.PURPLE ._tertiary-text.--size-100{font-size:100px}.PURPLE ._tertiary-text.--weight-100{font-weight:100}.PURPLE ._tertiary-text.--weight-101{font-weight:101}.PURPLE ._tertiary-text.--weight-102{font-weight:102}.PURPLE ._tertiary-text.--weight-103{font-weight:103}.PURPLE ._tertiary-text.--weight-104{font-weight:104}.PURPLE ._tertiary-text.--weight-105{font-weight:105}.PURPLE ._tertiary-text.--weight-106{font-weight:106}.PURPLE ._tertiary-text.--weight-107{font-weight:107}.PURPLE ._tertiary-text.--weight-108{font-weight:108}.PURPLE ._tertiary-text.--weight-109{font-weight:109}.PURPLE ._tertiary-text.--weight-110{font-weight:110}.PURPLE ._tertiary-text.--weight-111{font-weight:111}.PURPLE ._tertiary-text.--weight-112{font-weight:112}.PURPLE ._tertiary-text.--weight-113{font-weight:113}.PURPLE ._tertiary-text.--weight-114{font-weight:114}.PURPLE ._tertiary-text.--weight-115{font-weight:115}.PURPLE ._tertiary-text.--weight-116{font-weight:116}.PURPLE ._tertiary-text.--weight-117{font-weight:117}.PURPLE ._tertiary-text.--weight-118{font-weight:118}.PURPLE ._tertiary-text.--weight-119{font-weight:119}.PURPLE ._tertiary-text.--weight-120{font-weight:120}.PURPLE ._tertiary-text.--weight-121{font-weight:121}.PURPLE ._tertiary-text.--weight-122{font-weight:122}.PURPLE ._tertiary-text.--weight-123{font-weight:123}.PURPLE ._tertiary-text.--weight-124{font-weight:124}.PURPLE ._tertiary-text.--weight-125{font-weight:125}.PURPLE ._tertiary-text.--weight-126{font-weight:126}.PURPLE ._tertiary-text.--weight-127{font-weight:127}.PURPLE ._tertiary-text.--weight-128{font-weight:128}.PURPLE ._tertiary-text.--weight-129{font-weight:129}.PURPLE ._tertiary-text.--weight-130{font-weight:130}.PURPLE ._tertiary-text.--weight-131{font-weight:131}.PURPLE ._tertiary-text.--weight-132{font-weight:132}.PURPLE ._tertiary-text.--weight-133{font-weight:133}.PURPLE ._tertiary-text.--weight-134{font-weight:134}.PURPLE ._tertiary-text.--weight-135{font-weight:135}.PURPLE ._tertiary-text.--weight-136{font-weight:136}.PURPLE ._tertiary-text.--weight-137{font-weight:137}.PURPLE ._tertiary-text.--weight-138{font-weight:138}.PURPLE ._tertiary-text.--weight-139{font-weight:139}.PURPLE ._tertiary-text.--weight-140{font-weight:140}.PURPLE ._tertiary-text.--weight-141{font-weight:141}.PURPLE ._tertiary-text.--weight-142{font-weight:142}.PURPLE ._tertiary-text.--weight-143{font-weight:143}.PURPLE ._tertiary-text.--weight-144{font-weight:144}.PURPLE ._tertiary-text.--weight-145{font-weight:145}.PURPLE ._tertiary-text.--weight-146{font-weight:146}.PURPLE ._tertiary-text.--weight-147{font-weight:147}.PURPLE ._tertiary-text.--weight-148{font-weight:148}.PURPLE ._tertiary-text.--weight-149{font-weight:149}.PURPLE ._tertiary-text.--weight-150{font-weight:150}.PURPLE ._tertiary-text.--weight-151{font-weight:151}.PURPLE ._tertiary-text.--weight-152{font-weight:152}.PURPLE ._tertiary-text.--weight-153{font-weight:153}.PURPLE ._tertiary-text.--weight-154{font-weight:154}.PURPLE ._tertiary-text.--weight-155{font-weight:155}.PURPLE ._tertiary-text.--weight-156{font-weight:156}.PURPLE ._tertiary-text.--weight-157{font-weight:157}.PURPLE ._tertiary-text.--weight-158{font-weight:158}.PURPLE ._tertiary-text.--weight-159{font-weight:159}.PURPLE ._tertiary-text.--weight-160{font-weight:160}.PURPLE ._tertiary-text.--weight-161{font-weight:161}.PURPLE ._tertiary-text.--weight-162{font-weight:162}.PURPLE ._tertiary-text.--weight-163{font-weight:163}.PURPLE ._tertiary-text.--weight-164{font-weight:164}.PURPLE ._tertiary-text.--weight-165{font-weight:165}.PURPLE ._tertiary-text.--weight-166{font-weight:166}.PURPLE ._tertiary-text.--weight-167{font-weight:167}.PURPLE ._tertiary-text.--weight-168{font-weight:168}.PURPLE ._tertiary-text.--weight-169{font-weight:169}.PURPLE ._tertiary-text.--weight-170{font-weight:170}.PURPLE ._tertiary-text.--weight-171{font-weight:171}.PURPLE ._tertiary-text.--weight-172{font-weight:172}.PURPLE ._tertiary-text.--weight-173{font-weight:173}.PURPLE ._tertiary-text.--weight-174{font-weight:174}.PURPLE ._tertiary-text.--weight-175{font-weight:175}.PURPLE ._tertiary-text.--weight-176{font-weight:176}.PURPLE ._tertiary-text.--weight-177{font-weight:177}.PURPLE ._tertiary-text.--weight-178{font-weight:178}.PURPLE ._tertiary-text.--weight-179{font-weight:179}.PURPLE ._tertiary-text.--weight-180{font-weight:180}.PURPLE ._tertiary-text.--weight-181{font-weight:181}.PURPLE ._tertiary-text.--weight-182{font-weight:182}.PURPLE ._tertiary-text.--weight-183{font-weight:183}.PURPLE ._tertiary-text.--weight-184{font-weight:184}.PURPLE ._tertiary-text.--weight-185{font-weight:185}.PURPLE ._tertiary-text.--weight-186{font-weight:186}.PURPLE ._tertiary-text.--weight-187{font-weight:187}.PURPLE ._tertiary-text.--weight-188{font-weight:188}.PURPLE ._tertiary-text.--weight-189{font-weight:189}.PURPLE ._tertiary-text.--weight-190{font-weight:190}.PURPLE ._tertiary-text.--weight-191{font-weight:191}.PURPLE ._tertiary-text.--weight-192{font-weight:192}.PURPLE ._tertiary-text.--weight-193{font-weight:193}.PURPLE ._tertiary-text.--weight-194{font-weight:194}.PURPLE ._tertiary-text.--weight-195{font-weight:195}.PURPLE ._tertiary-text.--weight-196{font-weight:196}.PURPLE ._tertiary-text.--weight-197{font-weight:197}.PURPLE ._tertiary-text.--weight-198{font-weight:198}.PURPLE ._tertiary-text.--weight-199{font-weight:199}.PURPLE ._tertiary-text.--weight-200{font-weight:200}.PURPLE ._tertiary-text.--weight-201{font-weight:201}.PURPLE ._tertiary-text.--weight-202{font-weight:202}.PURPLE ._tertiary-text.--weight-203{font-weight:203}.PURPLE ._tertiary-text.--weight-204{font-weight:204}.PURPLE ._tertiary-text.--weight-205{font-weight:205}.PURPLE ._tertiary-text.--weight-206{font-weight:206}.PURPLE ._tertiary-text.--weight-207{font-weight:207}.PURPLE ._tertiary-text.--weight-208{font-weight:208}.PURPLE ._tertiary-text.--weight-209{font-weight:209}.PURPLE ._tertiary-text.--weight-210{font-weight:210}.PURPLE ._tertiary-text.--weight-211{font-weight:211}.PURPLE ._tertiary-text.--weight-212{font-weight:212}.PURPLE ._tertiary-text.--weight-213{font-weight:213}.PURPLE ._tertiary-text.--weight-214{font-weight:214}.PURPLE ._tertiary-text.--weight-215{font-weight:215}.PURPLE ._tertiary-text.--weight-216{font-weight:216}.PURPLE ._tertiary-text.--weight-217{font-weight:217}.PURPLE ._tertiary-text.--weight-218{font-weight:218}.PURPLE ._tertiary-text.--weight-219{font-weight:219}.PURPLE ._tertiary-text.--weight-220{font-weight:220}.PURPLE ._tertiary-text.--weight-221{font-weight:221}.PURPLE ._tertiary-text.--weight-222{font-weight:222}.PURPLE ._tertiary-text.--weight-223{font-weight:223}.PURPLE ._tertiary-text.--weight-224{font-weight:224}.PURPLE ._tertiary-text.--weight-225{font-weight:225}.PURPLE ._tertiary-text.--weight-226{font-weight:226}.PURPLE ._tertiary-text.--weight-227{font-weight:227}.PURPLE ._tertiary-text.--weight-228{font-weight:228}.PURPLE ._tertiary-text.--weight-229{font-weight:229}.PURPLE ._tertiary-text.--weight-230{font-weight:230}.PURPLE ._tertiary-text.--weight-231{font-weight:231}.PURPLE ._tertiary-text.--weight-232{font-weight:232}.PURPLE ._tertiary-text.--weight-233{font-weight:233}.PURPLE ._tertiary-text.--weight-234{font-weight:234}.PURPLE ._tertiary-text.--weight-235{font-weight:235}.PURPLE ._tertiary-text.--weight-236{font-weight:236}.PURPLE ._tertiary-text.--weight-237{font-weight:237}.PURPLE ._tertiary-text.--weight-238{font-weight:238}.PURPLE ._tertiary-text.--weight-239{font-weight:239}.PURPLE ._tertiary-text.--weight-240{font-weight:240}.PURPLE ._tertiary-text.--weight-241{font-weight:241}.PURPLE ._tertiary-text.--weight-242{font-weight:242}.PURPLE ._tertiary-text.--weight-243{font-weight:243}.PURPLE ._tertiary-text.--weight-244{font-weight:244}.PURPLE ._tertiary-text.--weight-245{font-weight:245}.PURPLE ._tertiary-text.--weight-246{font-weight:246}.PURPLE ._tertiary-text.--weight-247{font-weight:247}.PURPLE ._tertiary-text.--weight-248{font-weight:248}.PURPLE ._tertiary-text.--weight-249{font-weight:249}.PURPLE ._tertiary-text.--weight-250{font-weight:250}.PURPLE ._tertiary-text.--weight-251{font-weight:251}.PURPLE ._tertiary-text.--weight-252{font-weight:252}.PURPLE ._tertiary-text.--weight-253{font-weight:253}.PURPLE ._tertiary-text.--weight-254{font-weight:254}.PURPLE ._tertiary-text.--weight-255{font-weight:255}.PURPLE ._tertiary-text.--weight-256{font-weight:256}.PURPLE ._tertiary-text.--weight-257{font-weight:257}.PURPLE ._tertiary-text.--weight-258{font-weight:258}.PURPLE ._tertiary-text.--weight-259{font-weight:259}.PURPLE ._tertiary-text.--weight-260{font-weight:260}.PURPLE ._tertiary-text.--weight-261{font-weight:261}.PURPLE ._tertiary-text.--weight-262{font-weight:262}.PURPLE ._tertiary-text.--weight-263{font-weight:263}.PURPLE ._tertiary-text.--weight-264{font-weight:264}.PURPLE ._tertiary-text.--weight-265{font-weight:265}.PURPLE ._tertiary-text.--weight-266{font-weight:266}.PURPLE ._tertiary-text.--weight-267{font-weight:267}.PURPLE ._tertiary-text.--weight-268{font-weight:268}.PURPLE ._tertiary-text.--weight-269{font-weight:269}.PURPLE ._tertiary-text.--weight-270{font-weight:270}.PURPLE ._tertiary-text.--weight-271{font-weight:271}.PURPLE ._tertiary-text.--weight-272{font-weight:272}.PURPLE ._tertiary-text.--weight-273{font-weight:273}.PURPLE ._tertiary-text.--weight-274{font-weight:274}.PURPLE ._tertiary-text.--weight-275{font-weight:275}.PURPLE ._tertiary-text.--weight-276{font-weight:276}.PURPLE ._tertiary-text.--weight-277{font-weight:277}.PURPLE ._tertiary-text.--weight-278{font-weight:278}.PURPLE ._tertiary-text.--weight-279{font-weight:279}.PURPLE ._tertiary-text.--weight-280{font-weight:280}.PURPLE ._tertiary-text.--weight-281{font-weight:281}.PURPLE ._tertiary-text.--weight-282{font-weight:282}.PURPLE ._tertiary-text.--weight-283{font-weight:283}.PURPLE ._tertiary-text.--weight-284{font-weight:284}.PURPLE ._tertiary-text.--weight-285{font-weight:285}.PURPLE ._tertiary-text.--weight-286{font-weight:286}.PURPLE ._tertiary-text.--weight-287{font-weight:287}.PURPLE ._tertiary-text.--weight-288{font-weight:288}.PURPLE ._tertiary-text.--weight-289{font-weight:289}.PURPLE ._tertiary-text.--weight-290{font-weight:290}.PURPLE ._tertiary-text.--weight-291{font-weight:291}.PURPLE ._tertiary-text.--weight-292{font-weight:292}.PURPLE ._tertiary-text.--weight-293{font-weight:293}.PURPLE ._tertiary-text.--weight-294{font-weight:294}.PURPLE ._tertiary-text.--weight-295{font-weight:295}.PURPLE ._tertiary-text.--weight-296{font-weight:296}.PURPLE ._tertiary-text.--weight-297{font-weight:297}.PURPLE ._tertiary-text.--weight-298{font-weight:298}.PURPLE ._tertiary-text.--weight-299{font-weight:299}.PURPLE ._tertiary-text.--weight-300{font-weight:300}.PURPLE ._tertiary-text.--weight-301{font-weight:301}.PURPLE ._tertiary-text.--weight-302{font-weight:302}.PURPLE ._tertiary-text.--weight-303{font-weight:303}.PURPLE ._tertiary-text.--weight-304{font-weight:304}.PURPLE ._tertiary-text.--weight-305{font-weight:305}.PURPLE ._tertiary-text.--weight-306{font-weight:306}.PURPLE ._tertiary-text.--weight-307{font-weight:307}.PURPLE ._tertiary-text.--weight-308{font-weight:308}.PURPLE ._tertiary-text.--weight-309{font-weight:309}.PURPLE ._tertiary-text.--weight-310{font-weight:310}.PURPLE ._tertiary-text.--weight-311{font-weight:311}.PURPLE ._tertiary-text.--weight-312{font-weight:312}.PURPLE ._tertiary-text.--weight-313{font-weight:313}.PURPLE ._tertiary-text.--weight-314{font-weight:314}.PURPLE ._tertiary-text.--weight-315{font-weight:315}.PURPLE ._tertiary-text.--weight-316{font-weight:316}.PURPLE ._tertiary-text.--weight-317{font-weight:317}.PURPLE ._tertiary-text.--weight-318{font-weight:318}.PURPLE ._tertiary-text.--weight-319{font-weight:319}.PURPLE ._tertiary-text.--weight-320{font-weight:320}.PURPLE ._tertiary-text.--weight-321{font-weight:321}.PURPLE ._tertiary-text.--weight-322{font-weight:322}.PURPLE ._tertiary-text.--weight-323{font-weight:323}.PURPLE ._tertiary-text.--weight-324{font-weight:324}.PURPLE ._tertiary-text.--weight-325{font-weight:325}.PURPLE ._tertiary-text.--weight-326{font-weight:326}.PURPLE ._tertiary-text.--weight-327{font-weight:327}.PURPLE ._tertiary-text.--weight-328{font-weight:328}.PURPLE ._tertiary-text.--weight-329{font-weight:329}.PURPLE ._tertiary-text.--weight-330{font-weight:330}.PURPLE ._tertiary-text.--weight-331{font-weight:331}.PURPLE ._tertiary-text.--weight-332{font-weight:332}.PURPLE ._tertiary-text.--weight-333{font-weight:333}.PURPLE ._tertiary-text.--weight-334{font-weight:334}.PURPLE ._tertiary-text.--weight-335{font-weight:335}.PURPLE ._tertiary-text.--weight-336{font-weight:336}.PURPLE ._tertiary-text.--weight-337{font-weight:337}.PURPLE ._tertiary-text.--weight-338{font-weight:338}.PURPLE ._tertiary-text.--weight-339{font-weight:339}.PURPLE ._tertiary-text.--weight-340{font-weight:340}.PURPLE ._tertiary-text.--weight-341{font-weight:341}.PURPLE ._tertiary-text.--weight-342{font-weight:342}.PURPLE ._tertiary-text.--weight-343{font-weight:343}.PURPLE ._tertiary-text.--weight-344{font-weight:344}.PURPLE ._tertiary-text.--weight-345{font-weight:345}.PURPLE ._tertiary-text.--weight-346{font-weight:346}.PURPLE ._tertiary-text.--weight-347{font-weight:347}.PURPLE ._tertiary-text.--weight-348{font-weight:348}.PURPLE ._tertiary-text.--weight-349{font-weight:349}.PURPLE ._tertiary-text.--weight-350{font-weight:350}.PURPLE ._tertiary-text.--weight-351{font-weight:351}.PURPLE ._tertiary-text.--weight-352{font-weight:352}.PURPLE ._tertiary-text.--weight-353{font-weight:353}.PURPLE ._tertiary-text.--weight-354{font-weight:354}.PURPLE ._tertiary-text.--weight-355{font-weight:355}.PURPLE ._tertiary-text.--weight-356{font-weight:356}.PURPLE ._tertiary-text.--weight-357{font-weight:357}.PURPLE ._tertiary-text.--weight-358{font-weight:358}.PURPLE ._tertiary-text.--weight-359{font-weight:359}.PURPLE ._tertiary-text.--weight-360{font-weight:360}.PURPLE ._tertiary-text.--weight-361{font-weight:361}.PURPLE ._tertiary-text.--weight-362{font-weight:362}.PURPLE ._tertiary-text.--weight-363{font-weight:363}.PURPLE ._tertiary-text.--weight-364{font-weight:364}.PURPLE ._tertiary-text.--weight-365{font-weight:365}.PURPLE ._tertiary-text.--weight-366{font-weight:366}.PURPLE ._tertiary-text.--weight-367{font-weight:367}.PURPLE ._tertiary-text.--weight-368{font-weight:368}.PURPLE ._tertiary-text.--weight-369{font-weight:369}.PURPLE ._tertiary-text.--weight-370{font-weight:370}.PURPLE ._tertiary-text.--weight-371{font-weight:371}.PURPLE ._tertiary-text.--weight-372{font-weight:372}.PURPLE ._tertiary-text.--weight-373{font-weight:373}.PURPLE ._tertiary-text.--weight-374{font-weight:374}.PURPLE ._tertiary-text.--weight-375{font-weight:375}.PURPLE ._tertiary-text.--weight-376{font-weight:376}.PURPLE ._tertiary-text.--weight-377{font-weight:377}.PURPLE ._tertiary-text.--weight-378{font-weight:378}.PURPLE ._tertiary-text.--weight-379{font-weight:379}.PURPLE ._tertiary-text.--weight-380{font-weight:380}.PURPLE ._tertiary-text.--weight-381{font-weight:381}.PURPLE ._tertiary-text.--weight-382{font-weight:382}.PURPLE ._tertiary-text.--weight-383{font-weight:383}.PURPLE ._tertiary-text.--weight-384{font-weight:384}.PURPLE ._tertiary-text.--weight-385{font-weight:385}.PURPLE ._tertiary-text.--weight-386{font-weight:386}.PURPLE ._tertiary-text.--weight-387{font-weight:387}.PURPLE ._tertiary-text.--weight-388{font-weight:388}.PURPLE ._tertiary-text.--weight-389{font-weight:389}.PURPLE ._tertiary-text.--weight-390{font-weight:390}.PURPLE ._tertiary-text.--weight-391{font-weight:391}.PURPLE ._tertiary-text.--weight-392{font-weight:392}.PURPLE ._tertiary-text.--weight-393{font-weight:393}.PURPLE ._tertiary-text.--weight-394{font-weight:394}.PURPLE ._tertiary-text.--weight-395{font-weight:395}.PURPLE ._tertiary-text.--weight-396{font-weight:396}.PURPLE ._tertiary-text.--weight-397{font-weight:397}.PURPLE ._tertiary-text.--weight-398{font-weight:398}.PURPLE ._tertiary-text.--weight-399{font-weight:399}.PURPLE ._tertiary-text.--weight-400{font-weight:400}.PURPLE ._tertiary-text.--weight-401{font-weight:401}.PURPLE ._tertiary-text.--weight-402{font-weight:402}.PURPLE ._tertiary-text.--weight-403{font-weight:403}.PURPLE ._tertiary-text.--weight-404{font-weight:404}.PURPLE ._tertiary-text.--weight-405{font-weight:405}.PURPLE ._tertiary-text.--weight-406{font-weight:406}.PURPLE ._tertiary-text.--weight-407{font-weight:407}.PURPLE ._tertiary-text.--weight-408{font-weight:408}.PURPLE ._tertiary-text.--weight-409{font-weight:409}.PURPLE ._tertiary-text.--weight-410{font-weight:410}.PURPLE ._tertiary-text.--weight-411{font-weight:411}.PURPLE ._tertiary-text.--weight-412{font-weight:412}.PURPLE ._tertiary-text.--weight-413{font-weight:413}.PURPLE ._tertiary-text.--weight-414{font-weight:414}.PURPLE ._tertiary-text.--weight-415{font-weight:415}.PURPLE ._tertiary-text.--weight-416{font-weight:416}.PURPLE ._tertiary-text.--weight-417{font-weight:417}.PURPLE ._tertiary-text.--weight-418{font-weight:418}.PURPLE ._tertiary-text.--weight-419{font-weight:419}.PURPLE ._tertiary-text.--weight-420{font-weight:420}.PURPLE ._tertiary-text.--weight-421{font-weight:421}.PURPLE ._tertiary-text.--weight-422{font-weight:422}.PURPLE ._tertiary-text.--weight-423{font-weight:423}.PURPLE ._tertiary-text.--weight-424{font-weight:424}.PURPLE ._tertiary-text.--weight-425{font-weight:425}.PURPLE ._tertiary-text.--weight-426{font-weight:426}.PURPLE ._tertiary-text.--weight-427{font-weight:427}.PURPLE ._tertiary-text.--weight-428{font-weight:428}.PURPLE ._tertiary-text.--weight-429{font-weight:429}.PURPLE ._tertiary-text.--weight-430{font-weight:430}.PURPLE ._tertiary-text.--weight-431{font-weight:431}.PURPLE ._tertiary-text.--weight-432{font-weight:432}.PURPLE ._tertiary-text.--weight-433{font-weight:433}.PURPLE ._tertiary-text.--weight-434{font-weight:434}.PURPLE ._tertiary-text.--weight-435{font-weight:435}.PURPLE ._tertiary-text.--weight-436{font-weight:436}.PURPLE ._tertiary-text.--weight-437{font-weight:437}.PURPLE ._tertiary-text.--weight-438{font-weight:438}.PURPLE ._tertiary-text.--weight-439{font-weight:439}.PURPLE ._tertiary-text.--weight-440{font-weight:440}.PURPLE ._tertiary-text.--weight-441{font-weight:441}.PURPLE ._tertiary-text.--weight-442{font-weight:442}.PURPLE ._tertiary-text.--weight-443{font-weight:443}.PURPLE ._tertiary-text.--weight-444{font-weight:444}.PURPLE ._tertiary-text.--weight-445{font-weight:445}.PURPLE ._tertiary-text.--weight-446{font-weight:446}.PURPLE ._tertiary-text.--weight-447{font-weight:447}.PURPLE ._tertiary-text.--weight-448{font-weight:448}.PURPLE ._tertiary-text.--weight-449{font-weight:449}.PURPLE ._tertiary-text.--weight-450{font-weight:450}.PURPLE ._tertiary-text.--weight-451{font-weight:451}.PURPLE ._tertiary-text.--weight-452{font-weight:452}.PURPLE ._tertiary-text.--weight-453{font-weight:453}.PURPLE ._tertiary-text.--weight-454{font-weight:454}.PURPLE ._tertiary-text.--weight-455{font-weight:455}.PURPLE ._tertiary-text.--weight-456{font-weight:456}.PURPLE ._tertiary-text.--weight-457{font-weight:457}.PURPLE ._tertiary-text.--weight-458{font-weight:458}.PURPLE ._tertiary-text.--weight-459{font-weight:459}.PURPLE ._tertiary-text.--weight-460{font-weight:460}.PURPLE ._tertiary-text.--weight-461{font-weight:461}.PURPLE ._tertiary-text.--weight-462{font-weight:462}.PURPLE ._tertiary-text.--weight-463{font-weight:463}.PURPLE ._tertiary-text.--weight-464{font-weight:464}.PURPLE ._tertiary-text.--weight-465{font-weight:465}.PURPLE ._tertiary-text.--weight-466{font-weight:466}.PURPLE ._tertiary-text.--weight-467{font-weight:467}.PURPLE ._tertiary-text.--weight-468{font-weight:468}.PURPLE ._tertiary-text.--weight-469{font-weight:469}.PURPLE ._tertiary-text.--weight-470{font-weight:470}.PURPLE ._tertiary-text.--weight-471{font-weight:471}.PURPLE ._tertiary-text.--weight-472{font-weight:472}.PURPLE ._tertiary-text.--weight-473{font-weight:473}.PURPLE ._tertiary-text.--weight-474{font-weight:474}.PURPLE ._tertiary-text.--weight-475{font-weight:475}.PURPLE ._tertiary-text.--weight-476{font-weight:476}.PURPLE ._tertiary-text.--weight-477{font-weight:477}.PURPLE ._tertiary-text.--weight-478{font-weight:478}.PURPLE ._tertiary-text.--weight-479{font-weight:479}.PURPLE ._tertiary-text.--weight-480{font-weight:480}.PURPLE ._tertiary-text.--weight-481{font-weight:481}.PURPLE ._tertiary-text.--weight-482{font-weight:482}.PURPLE ._tertiary-text.--weight-483{font-weight:483}.PURPLE ._tertiary-text.--weight-484{font-weight:484}.PURPLE ._tertiary-text.--weight-485{font-weight:485}.PURPLE ._tertiary-text.--weight-486{font-weight:486}.PURPLE ._tertiary-text.--weight-487{font-weight:487}.PURPLE ._tertiary-text.--weight-488{font-weight:488}.PURPLE ._tertiary-text.--weight-489{font-weight:489}.PURPLE ._tertiary-text.--weight-490{font-weight:490}.PURPLE ._tertiary-text.--weight-491{font-weight:491}.PURPLE ._tertiary-text.--weight-492{font-weight:492}.PURPLE ._tertiary-text.--weight-493{font-weight:493}.PURPLE ._tertiary-text.--weight-494{font-weight:494}.PURPLE ._tertiary-text.--weight-495{font-weight:495}.PURPLE ._tertiary-text.--weight-496{font-weight:496}.PURPLE ._tertiary-text.--weight-497{font-weight:497}.PURPLE ._tertiary-text.--weight-498{font-weight:498}.PURPLE ._tertiary-text.--weight-499{font-weight:499}.PURPLE ._tertiary-text.--weight-500{font-weight:500}.PURPLE ._tertiary-text.--weight-501{font-weight:501}.PURPLE ._tertiary-text.--weight-502{font-weight:502}.PURPLE ._tertiary-text.--weight-503{font-weight:503}.PURPLE ._tertiary-text.--weight-504{font-weight:504}.PURPLE ._tertiary-text.--weight-505{font-weight:505}.PURPLE ._tertiary-text.--weight-506{font-weight:506}.PURPLE ._tertiary-text.--weight-507{font-weight:507}.PURPLE ._tertiary-text.--weight-508{font-weight:508}.PURPLE ._tertiary-text.--weight-509{font-weight:509}.PURPLE ._tertiary-text.--weight-510{font-weight:510}.PURPLE ._tertiary-text.--weight-511{font-weight:511}.PURPLE ._tertiary-text.--weight-512{font-weight:512}.PURPLE ._tertiary-text.--weight-513{font-weight:513}.PURPLE ._tertiary-text.--weight-514{font-weight:514}.PURPLE ._tertiary-text.--weight-515{font-weight:515}.PURPLE ._tertiary-text.--weight-516{font-weight:516}.PURPLE ._tertiary-text.--weight-517{font-weight:517}.PURPLE ._tertiary-text.--weight-518{font-weight:518}.PURPLE ._tertiary-text.--weight-519{font-weight:519}.PURPLE ._tertiary-text.--weight-520{font-weight:520}.PURPLE ._tertiary-text.--weight-521{font-weight:521}.PURPLE ._tertiary-text.--weight-522{font-weight:522}.PURPLE ._tertiary-text.--weight-523{font-weight:523}.PURPLE ._tertiary-text.--weight-524{font-weight:524}.PURPLE ._tertiary-text.--weight-525{font-weight:525}.PURPLE ._tertiary-text.--weight-526{font-weight:526}.PURPLE ._tertiary-text.--weight-527{font-weight:527}.PURPLE ._tertiary-text.--weight-528{font-weight:528}.PURPLE ._tertiary-text.--weight-529{font-weight:529}.PURPLE ._tertiary-text.--weight-530{font-weight:530}.PURPLE ._tertiary-text.--weight-531{font-weight:531}.PURPLE ._tertiary-text.--weight-532{font-weight:532}.PURPLE ._tertiary-text.--weight-533{font-weight:533}.PURPLE ._tertiary-text.--weight-534{font-weight:534}.PURPLE ._tertiary-text.--weight-535{font-weight:535}.PURPLE ._tertiary-text.--weight-536{font-weight:536}.PURPLE ._tertiary-text.--weight-537{font-weight:537}.PURPLE ._tertiary-text.--weight-538{font-weight:538}.PURPLE ._tertiary-text.--weight-539{font-weight:539}.PURPLE ._tertiary-text.--weight-540{font-weight:540}.PURPLE ._tertiary-text.--weight-541{font-weight:541}.PURPLE ._tertiary-text.--weight-542{font-weight:542}.PURPLE ._tertiary-text.--weight-543{font-weight:543}.PURPLE ._tertiary-text.--weight-544{font-weight:544}.PURPLE ._tertiary-text.--weight-545{font-weight:545}.PURPLE ._tertiary-text.--weight-546{font-weight:546}.PURPLE ._tertiary-text.--weight-547{font-weight:547}.PURPLE ._tertiary-text.--weight-548{font-weight:548}.PURPLE ._tertiary-text.--weight-549{font-weight:549}.PURPLE ._tertiary-text.--weight-550{font-weight:550}.PURPLE ._tertiary-text.--weight-551{font-weight:551}.PURPLE ._tertiary-text.--weight-552{font-weight:552}.PURPLE ._tertiary-text.--weight-553{font-weight:553}.PURPLE ._tertiary-text.--weight-554{font-weight:554}.PURPLE ._tertiary-text.--weight-555{font-weight:555}.PURPLE ._tertiary-text.--weight-556{font-weight:556}.PURPLE ._tertiary-text.--weight-557{font-weight:557}.PURPLE ._tertiary-text.--weight-558{font-weight:558}.PURPLE ._tertiary-text.--weight-559{font-weight:559}.PURPLE ._tertiary-text.--weight-560{font-weight:560}.PURPLE ._tertiary-text.--weight-561{font-weight:561}.PURPLE ._tertiary-text.--weight-562{font-weight:562}.PURPLE ._tertiary-text.--weight-563{font-weight:563}.PURPLE ._tertiary-text.--weight-564{font-weight:564}.PURPLE ._tertiary-text.--weight-565{font-weight:565}.PURPLE ._tertiary-text.--weight-566{font-weight:566}.PURPLE ._tertiary-text.--weight-567{font-weight:567}.PURPLE ._tertiary-text.--weight-568{font-weight:568}.PURPLE ._tertiary-text.--weight-569{font-weight:569}.PURPLE ._tertiary-text.--weight-570{font-weight:570}.PURPLE ._tertiary-text.--weight-571{font-weight:571}.PURPLE ._tertiary-text.--weight-572{font-weight:572}.PURPLE ._tertiary-text.--weight-573{font-weight:573}.PURPLE ._tertiary-text.--weight-574{font-weight:574}.PURPLE ._tertiary-text.--weight-575{font-weight:575}.PURPLE ._tertiary-text.--weight-576{font-weight:576}.PURPLE ._tertiary-text.--weight-577{font-weight:577}.PURPLE ._tertiary-text.--weight-578{font-weight:578}.PURPLE ._tertiary-text.--weight-579{font-weight:579}.PURPLE ._tertiary-text.--weight-580{font-weight:580}.PURPLE ._tertiary-text.--weight-581{font-weight:581}.PURPLE ._tertiary-text.--weight-582{font-weight:582}.PURPLE ._tertiary-text.--weight-583{font-weight:583}.PURPLE ._tertiary-text.--weight-584{font-weight:584}.PURPLE ._tertiary-text.--weight-585{font-weight:585}.PURPLE ._tertiary-text.--weight-586{font-weight:586}.PURPLE ._tertiary-text.--weight-587{font-weight:587}.PURPLE ._tertiary-text.--weight-588{font-weight:588}.PURPLE ._tertiary-text.--weight-589{font-weight:589}.PURPLE ._tertiary-text.--weight-590{font-weight:590}.PURPLE ._tertiary-text.--weight-591{font-weight:591}.PURPLE ._tertiary-text.--weight-592{font-weight:592}.PURPLE ._tertiary-text.--weight-593{font-weight:593}.PURPLE ._tertiary-text.--weight-594{font-weight:594}.PURPLE ._tertiary-text.--weight-595{font-weight:595}.PURPLE ._tertiary-text.--weight-596{font-weight:596}.PURPLE ._tertiary-text.--weight-597{font-weight:597}.PURPLE ._tertiary-text.--weight-598{font-weight:598}.PURPLE ._tertiary-text.--weight-599{font-weight:599}.PURPLE ._tertiary-text.--weight-600{font-weight:600}.PURPLE ._tertiary-text.--weight-601{font-weight:601}.PURPLE ._tertiary-text.--weight-602{font-weight:602}.PURPLE ._tertiary-text.--weight-603{font-weight:603}.PURPLE ._tertiary-text.--weight-604{font-weight:604}.PURPLE ._tertiary-text.--weight-605{font-weight:605}.PURPLE ._tertiary-text.--weight-606{font-weight:606}.PURPLE ._tertiary-text.--weight-607{font-weight:607}.PURPLE ._tertiary-text.--weight-608{font-weight:608}.PURPLE ._tertiary-text.--weight-609{font-weight:609}.PURPLE ._tertiary-text.--weight-610{font-weight:610}.PURPLE ._tertiary-text.--weight-611{font-weight:611}.PURPLE ._tertiary-text.--weight-612{font-weight:612}.PURPLE ._tertiary-text.--weight-613{font-weight:613}.PURPLE ._tertiary-text.--weight-614{font-weight:614}.PURPLE ._tertiary-text.--weight-615{font-weight:615}.PURPLE ._tertiary-text.--weight-616{font-weight:616}.PURPLE ._tertiary-text.--weight-617{font-weight:617}.PURPLE ._tertiary-text.--weight-618{font-weight:618}.PURPLE ._tertiary-text.--weight-619{font-weight:619}.PURPLE ._tertiary-text.--weight-620{font-weight:620}.PURPLE ._tertiary-text.--weight-621{font-weight:621}.PURPLE ._tertiary-text.--weight-622{font-weight:622}.PURPLE ._tertiary-text.--weight-623{font-weight:623}.PURPLE ._tertiary-text.--weight-624{font-weight:624}.PURPLE ._tertiary-text.--weight-625{font-weight:625}.PURPLE ._tertiary-text.--weight-626{font-weight:626}.PURPLE ._tertiary-text.--weight-627{font-weight:627}.PURPLE ._tertiary-text.--weight-628{font-weight:628}.PURPLE ._tertiary-text.--weight-629{font-weight:629}.PURPLE ._tertiary-text.--weight-630{font-weight:630}.PURPLE ._tertiary-text.--weight-631{font-weight:631}.PURPLE ._tertiary-text.--weight-632{font-weight:632}.PURPLE ._tertiary-text.--weight-633{font-weight:633}.PURPLE ._tertiary-text.--weight-634{font-weight:634}.PURPLE ._tertiary-text.--weight-635{font-weight:635}.PURPLE ._tertiary-text.--weight-636{font-weight:636}.PURPLE ._tertiary-text.--weight-637{font-weight:637}.PURPLE ._tertiary-text.--weight-638{font-weight:638}.PURPLE ._tertiary-text.--weight-639{font-weight:639}.PURPLE ._tertiary-text.--weight-640{font-weight:640}.PURPLE ._tertiary-text.--weight-641{font-weight:641}.PURPLE ._tertiary-text.--weight-642{font-weight:642}.PURPLE ._tertiary-text.--weight-643{font-weight:643}.PURPLE ._tertiary-text.--weight-644{font-weight:644}.PURPLE ._tertiary-text.--weight-645{font-weight:645}.PURPLE ._tertiary-text.--weight-646{font-weight:646}.PURPLE ._tertiary-text.--weight-647{font-weight:647}.PURPLE ._tertiary-text.--weight-648{font-weight:648}.PURPLE ._tertiary-text.--weight-649{font-weight:649}.PURPLE ._tertiary-text.--weight-650{font-weight:650}.PURPLE ._tertiary-text.--weight-651{font-weight:651}.PURPLE ._tertiary-text.--weight-652{font-weight:652}.PURPLE ._tertiary-text.--weight-653{font-weight:653}.PURPLE ._tertiary-text.--weight-654{font-weight:654}.PURPLE ._tertiary-text.--weight-655{font-weight:655}.PURPLE ._tertiary-text.--weight-656{font-weight:656}.PURPLE ._tertiary-text.--weight-657{font-weight:657}.PURPLE ._tertiary-text.--weight-658{font-weight:658}.PURPLE ._tertiary-text.--weight-659{font-weight:659}.PURPLE ._tertiary-text.--weight-660{font-weight:660}.PURPLE ._tertiary-text.--weight-661{font-weight:661}.PURPLE ._tertiary-text.--weight-662{font-weight:662}.PURPLE ._tertiary-text.--weight-663{font-weight:663}.PURPLE ._tertiary-text.--weight-664{font-weight:664}.PURPLE ._tertiary-text.--weight-665{font-weight:665}.PURPLE ._tertiary-text.--weight-666{font-weight:666}.PURPLE ._tertiary-text.--weight-667{font-weight:667}.PURPLE ._tertiary-text.--weight-668{font-weight:668}.PURPLE ._tertiary-text.--weight-669{font-weight:669}.PURPLE ._tertiary-text.--weight-670{font-weight:670}.PURPLE ._tertiary-text.--weight-671{font-weight:671}.PURPLE ._tertiary-text.--weight-672{font-weight:672}.PURPLE ._tertiary-text.--weight-673{font-weight:673}.PURPLE ._tertiary-text.--weight-674{font-weight:674}.PURPLE ._tertiary-text.--weight-675{font-weight:675}.PURPLE ._tertiary-text.--weight-676{font-weight:676}.PURPLE ._tertiary-text.--weight-677{font-weight:677}.PURPLE ._tertiary-text.--weight-678{font-weight:678}.PURPLE ._tertiary-text.--weight-679{font-weight:679}.PURPLE ._tertiary-text.--weight-680{font-weight:680}.PURPLE ._tertiary-text.--weight-681{font-weight:681}.PURPLE ._tertiary-text.--weight-682{font-weight:682}.PURPLE ._tertiary-text.--weight-683{font-weight:683}.PURPLE ._tertiary-text.--weight-684{font-weight:684}.PURPLE ._tertiary-text.--weight-685{font-weight:685}.PURPLE ._tertiary-text.--weight-686{font-weight:686}.PURPLE ._tertiary-text.--weight-687{font-weight:687}.PURPLE ._tertiary-text.--weight-688{font-weight:688}.PURPLE ._tertiary-text.--weight-689{font-weight:689}.PURPLE ._tertiary-text.--weight-690{font-weight:690}.PURPLE ._tertiary-text.--weight-691{font-weight:691}.PURPLE ._tertiary-text.--weight-692{font-weight:692}.PURPLE ._tertiary-text.--weight-693{font-weight:693}.PURPLE ._tertiary-text.--weight-694{font-weight:694}.PURPLE ._tertiary-text.--weight-695{font-weight:695}.PURPLE ._tertiary-text.--weight-696{font-weight:696}.PURPLE ._tertiary-text.--weight-697{font-weight:697}.PURPLE ._tertiary-text.--weight-698{font-weight:698}.PURPLE ._tertiary-text.--weight-699{font-weight:699}.PURPLE ._tertiary-text.--weight-700{font-weight:700}.PURPLE ._tertiary-text.--weight-701{font-weight:701}.PURPLE ._tertiary-text.--weight-702{font-weight:702}.PURPLE ._tertiary-text.--weight-703{font-weight:703}.PURPLE ._tertiary-text.--weight-704{font-weight:704}.PURPLE ._tertiary-text.--weight-705{font-weight:705}.PURPLE ._tertiary-text.--weight-706{font-weight:706}.PURPLE ._tertiary-text.--weight-707{font-weight:707}.PURPLE ._tertiary-text.--weight-708{font-weight:708}.PURPLE ._tertiary-text.--weight-709{font-weight:709}.PURPLE ._tertiary-text.--weight-710{font-weight:710}.PURPLE ._tertiary-text.--weight-711{font-weight:711}.PURPLE ._tertiary-text.--weight-712{font-weight:712}.PURPLE ._tertiary-text.--weight-713{font-weight:713}.PURPLE ._tertiary-text.--weight-714{font-weight:714}.PURPLE ._tertiary-text.--weight-715{font-weight:715}.PURPLE ._tertiary-text.--weight-716{font-weight:716}.PURPLE ._tertiary-text.--weight-717{font-weight:717}.PURPLE ._tertiary-text.--weight-718{font-weight:718}.PURPLE ._tertiary-text.--weight-719{font-weight:719}.PURPLE ._tertiary-text.--weight-720{font-weight:720}.PURPLE ._tertiary-text.--weight-721{font-weight:721}.PURPLE ._tertiary-text.--weight-722{font-weight:722}.PURPLE ._tertiary-text.--weight-723{font-weight:723}.PURPLE ._tertiary-text.--weight-724{font-weight:724}.PURPLE ._tertiary-text.--weight-725{font-weight:725}.PURPLE ._tertiary-text.--weight-726{font-weight:726}.PURPLE ._tertiary-text.--weight-727{font-weight:727}.PURPLE ._tertiary-text.--weight-728{font-weight:728}.PURPLE ._tertiary-text.--weight-729{font-weight:729}.PURPLE ._tertiary-text.--weight-730{font-weight:730}.PURPLE ._tertiary-text.--weight-731{font-weight:731}.PURPLE ._tertiary-text.--weight-732{font-weight:732}.PURPLE ._tertiary-text.--weight-733{font-weight:733}.PURPLE ._tertiary-text.--weight-734{font-weight:734}.PURPLE ._tertiary-text.--weight-735{font-weight:735}.PURPLE ._tertiary-text.--weight-736{font-weight:736}.PURPLE ._tertiary-text.--weight-737{font-weight:737}.PURPLE ._tertiary-text.--weight-738{font-weight:738}.PURPLE ._tertiary-text.--weight-739{font-weight:739}.PURPLE ._tertiary-text.--weight-740{font-weight:740}.PURPLE ._tertiary-text.--weight-741{font-weight:741}.PURPLE ._tertiary-text.--weight-742{font-weight:742}.PURPLE ._tertiary-text.--weight-743{font-weight:743}.PURPLE ._tertiary-text.--weight-744{font-weight:744}.PURPLE ._tertiary-text.--weight-745{font-weight:745}.PURPLE ._tertiary-text.--weight-746{font-weight:746}.PURPLE ._tertiary-text.--weight-747{font-weight:747}.PURPLE ._tertiary-text.--weight-748{font-weight:748}.PURPLE ._tertiary-text.--weight-749{font-weight:749}.PURPLE ._tertiary-text.--weight-750{font-weight:750}.PURPLE ._tertiary-text.--weight-751{font-weight:751}.PURPLE ._tertiary-text.--weight-752{font-weight:752}.PURPLE ._tertiary-text.--weight-753{font-weight:753}.PURPLE ._tertiary-text.--weight-754{font-weight:754}.PURPLE ._tertiary-text.--weight-755{font-weight:755}.PURPLE ._tertiary-text.--weight-756{font-weight:756}.PURPLE ._tertiary-text.--weight-757{font-weight:757}.PURPLE ._tertiary-text.--weight-758{font-weight:758}.PURPLE ._tertiary-text.--weight-759{font-weight:759}.PURPLE ._tertiary-text.--weight-760{font-weight:760}.PURPLE ._tertiary-text.--weight-761{font-weight:761}.PURPLE ._tertiary-text.--weight-762{font-weight:762}.PURPLE ._tertiary-text.--weight-763{font-weight:763}.PURPLE ._tertiary-text.--weight-764{font-weight:764}.PURPLE ._tertiary-text.--weight-765{font-weight:765}.PURPLE ._tertiary-text.--weight-766{font-weight:766}.PURPLE ._tertiary-text.--weight-767{font-weight:767}.PURPLE ._tertiary-text.--weight-768{font-weight:768}.PURPLE ._tertiary-text.--weight-769{font-weight:769}.PURPLE ._tertiary-text.--weight-770{font-weight:770}.PURPLE ._tertiary-text.--weight-771{font-weight:771}.PURPLE ._tertiary-text.--weight-772{font-weight:772}.PURPLE ._tertiary-text.--weight-773{font-weight:773}.PURPLE ._tertiary-text.--weight-774{font-weight:774}.PURPLE ._tertiary-text.--weight-775{font-weight:775}.PURPLE ._tertiary-text.--weight-776{font-weight:776}.PURPLE ._tertiary-text.--weight-777{font-weight:777}.PURPLE ._tertiary-text.--weight-778{font-weight:778}.PURPLE ._tertiary-text.--weight-779{font-weight:779}.PURPLE ._tertiary-text.--weight-780{font-weight:780}.PURPLE ._tertiary-text.--weight-781{font-weight:781}.PURPLE ._tertiary-text.--weight-782{font-weight:782}.PURPLE ._tertiary-text.--weight-783{font-weight:783}.PURPLE ._tertiary-text.--weight-784{font-weight:784}.PURPLE ._tertiary-text.--weight-785{font-weight:785}.PURPLE ._tertiary-text.--weight-786{font-weight:786}.PURPLE ._tertiary-text.--weight-787{font-weight:787}.PURPLE ._tertiary-text.--weight-788{font-weight:788}.PURPLE ._tertiary-text.--weight-789{font-weight:789}.PURPLE ._tertiary-text.--weight-790{font-weight:790}.PURPLE ._tertiary-text.--weight-791{font-weight:791}.PURPLE ._tertiary-text.--weight-792{font-weight:792}.PURPLE ._tertiary-text.--weight-793{font-weight:793}.PURPLE ._tertiary-text.--weight-794{font-weight:794}.PURPLE ._tertiary-text.--weight-795{font-weight:795}.PURPLE ._tertiary-text.--weight-796{font-weight:796}.PURPLE ._tertiary-text.--weight-797{font-weight:797}.PURPLE ._tertiary-text.--weight-798{font-weight:798}.PURPLE ._tertiary-text.--weight-799{font-weight:799}.PURPLE ._tertiary-text.--weight-800{font-weight:800}.PURPLE ._tertiary-text.--lh-1{line-height:1px}.PURPLE ._tertiary-text.--lh-2{line-height:2px}.PURPLE ._tertiary-text.--lh-3{line-height:3px}.PURPLE ._tertiary-text.--lh-4{line-height:4px}.PURPLE ._tertiary-text.--lh-5{line-height:5px}.PURPLE ._tertiary-text.--lh-6{line-height:6px}.PURPLE ._tertiary-text.--lh-7{line-height:7px}.PURPLE ._tertiary-text.--lh-8{line-height:8px}.PURPLE ._tertiary-text.--lh-9{line-height:9px}.PURPLE ._tertiary-text.--lh-10{line-height:10px}.PURPLE ._tertiary-text.--lh-11{line-height:11px}.PURPLE ._tertiary-text.--lh-12{line-height:12px}.PURPLE ._tertiary-text.--lh-13{line-height:13px}.PURPLE ._tertiary-text.--lh-14{line-height:14px}.PURPLE ._tertiary-text.--lh-15{line-height:15px}.PURPLE ._tertiary-text.--lh-16{line-height:16px}.PURPLE ._tertiary-text.--lh-17{line-height:17px}.PURPLE ._tertiary-text.--lh-18{line-height:18px}.PURPLE ._tertiary-text.--lh-19{line-height:19px}.PURPLE ._tertiary-text.--lh-20{line-height:20px}.PURPLE ._tertiary-text.--lh-21{line-height:21px}.PURPLE ._tertiary-text.--lh-22{line-height:22px}.PURPLE ._tertiary-text.--lh-23{line-height:23px}.PURPLE ._tertiary-text.--lh-24{line-height:24px}.PURPLE ._tertiary-text.--lh-25{line-height:25px}.PURPLE ._tertiary-text.--lh-26{line-height:26px}.PURPLE ._tertiary-text.--lh-27{line-height:27px}.PURPLE ._tertiary-text.--lh-28{line-height:28px}.PURPLE ._tertiary-text.--lh-29{line-height:29px}.PURPLE ._tertiary-text.--lh-30{line-height:30px}.PURPLE ._tertiary-text.--lh-31{line-height:31px}.PURPLE ._tertiary-text.--lh-32{line-height:32px}.PURPLE ._tertiary-text.--lh-33{line-height:33px}.PURPLE ._tertiary-text.--lh-34{line-height:34px}.PURPLE ._tertiary-text.--lh-35{line-height:35px}.PURPLE ._tertiary-text.--lh-36{line-height:36px}.PURPLE ._tertiary-text.--lh-37{line-height:37px}.PURPLE ._tertiary-text.--lh-38{line-height:38px}.PURPLE ._tertiary-text.--lh-39{line-height:39px}.PURPLE ._tertiary-text.--lh-40{line-height:40px}.PURPLE ._tertiary-text.--lh-41{line-height:41px}.PURPLE ._tertiary-text.--lh-42{line-height:42px}.PURPLE ._tertiary-text.--lh-43{line-height:43px}.PURPLE ._tertiary-text.--lh-44{line-height:44px}.PURPLE ._tertiary-text.--lh-45{line-height:45px}.PURPLE ._tertiary-text.--lh-46{line-height:46px}.PURPLE ._tertiary-text.--lh-47{line-height:47px}.PURPLE ._tertiary-text.--lh-48{line-height:48px}.PURPLE ._tertiary-text.--lh-49{line-height:49px}.PURPLE ._tertiary-text.--lh-50{line-height:50px}.PURPLE ._tertiary-text.--lh-51{line-height:51px}.PURPLE ._tertiary-text.--lh-52{line-height:52px}.PURPLE ._tertiary-text.--lh-53{line-height:53px}.PURPLE ._tertiary-text.--lh-54{line-height:54px}.PURPLE ._tertiary-text.--lh-55{line-height:55px}.PURPLE ._tertiary-text.--lh-56{line-height:56px}.PURPLE ._tertiary-text.--lh-57{line-height:57px}.PURPLE ._tertiary-text.--lh-58{line-height:58px}.PURPLE ._tertiary-text.--lh-59{line-height:59px}.PURPLE ._tertiary-text.--lh-60{line-height:60px}.PURPLE ._tertiary-text.--lh-61{line-height:61px}.PURPLE ._tertiary-text.--lh-62{line-height:62px}.PURPLE ._tertiary-text.--lh-63{line-height:63px}.PURPLE ._tertiary-text.--lh-64{line-height:64px}.PURPLE ._tertiary-text.--lh-65{line-height:65px}.PURPLE ._tertiary-text.--lh-66{line-height:66px}.PURPLE ._tertiary-text.--lh-67{line-height:67px}.PURPLE ._tertiary-text.--lh-68{line-height:68px}.PURPLE ._tertiary-text.--lh-69{line-height:69px}.PURPLE ._tertiary-text.--lh-70{line-height:70px}.PURPLE ._tertiary-text.--lh-71{line-height:71px}.PURPLE ._tertiary-text.--lh-72{line-height:72px}.PURPLE ._tertiary-text.--lh-73{line-height:73px}.PURPLE ._tertiary-text.--lh-74{line-height:74px}.PURPLE ._tertiary-text.--lh-75{line-height:75px}.PURPLE ._tertiary-text.--lh-76{line-height:76px}.PURPLE ._tertiary-text.--lh-77{line-height:77px}.PURPLE ._tertiary-text.--lh-78{line-height:78px}.PURPLE ._tertiary-text.--lh-79{line-height:79px}.PURPLE ._tertiary-text.--lh-80{line-height:80px}.PURPLE ._tertiary-text.--lh-81{line-height:81px}.PURPLE ._tertiary-text.--lh-82{line-height:82px}.PURPLE ._tertiary-text.--lh-83{line-height:83px}.PURPLE ._tertiary-text.--lh-84{line-height:84px}.PURPLE ._tertiary-text.--lh-85{line-height:85px}.PURPLE ._tertiary-text.--lh-86{line-height:86px}.PURPLE ._tertiary-text.--lh-87{line-height:87px}.PURPLE ._tertiary-text.--lh-88{line-height:88px}.PURPLE ._tertiary-text.--lh-89{line-height:89px}.PURPLE ._tertiary-text.--lh-90{line-height:90px}.PURPLE ._tertiary-text.--lh-91{line-height:91px}.PURPLE ._tertiary-text.--lh-92{line-height:92px}.PURPLE ._tertiary-text.--lh-93{line-height:93px}.PURPLE ._tertiary-text.--lh-94{line-height:94px}.PURPLE ._tertiary-text.--lh-95{line-height:95px}.PURPLE ._tertiary-text.--lh-96{line-height:96px}.PURPLE ._tertiary-text.--lh-97{line-height:97px}.PURPLE ._tertiary-text.--lh-98{line-height:98px}.PURPLE ._tertiary-text.--lh-99{line-height:99px}.PURPLE ._tertiary-text.--lh-100{line-height:100px}.PURPLE ._tertiary-text.--lh-101{line-height:101px}.PURPLE ._tertiary-text.--lh-102{line-height:102px}.PURPLE ._tertiary-text.--lh-103{line-height:103px}.PURPLE ._tertiary-text.--lh-104{line-height:104px}.PURPLE ._tertiary-text.--lh-105{line-height:105px}.PURPLE ._tertiary-text.--lh-106{line-height:106px}.PURPLE ._tertiary-text.--lh-107{line-height:107px}.PURPLE ._tertiary-text.--lh-108{line-height:108px}.PURPLE ._tertiary-text.--lh-109{line-height:109px}.PURPLE ._tertiary-text.--lh-110{line-height:110px}.PURPLE ._tertiary-text.--lh-111{line-height:111px}.PURPLE ._tertiary-text.--lh-112{line-height:112px}.PURPLE ._tertiary-text.--lh-113{line-height:113px}.PURPLE ._tertiary-text.--lh-114{line-height:114px}.PURPLE ._tertiary-text.--lh-115{line-height:115px}.PURPLE ._tertiary-text.--lh-116{line-height:116px}.PURPLE ._tertiary-text.--lh-117{line-height:117px}.PURPLE ._tertiary-text.--lh-118{line-height:118px}.PURPLE ._tertiary-text.--lh-119{line-height:119px}.PURPLE ._tertiary-text.--lh-120{line-height:120px}.PURPLE ._tertiary-text.--lh-121{line-height:121px}.PURPLE ._tertiary-text.--lh-122{line-height:122px}.PURPLE ._tertiary-text.--lh-123{line-height:123px}.PURPLE ._tertiary-text.--lh-124{line-height:124px}.PURPLE ._tertiary-text.--lh-125{line-height:125px}.PURPLE ._tertiary-text.--lh-126{line-height:126px}.PURPLE ._tertiary-text.--lh-127{line-height:127px}.PURPLE ._tertiary-text.--lh-128{line-height:128px}.PURPLE ._tertiary-text.--lh-129{line-height:129px}.PURPLE ._tertiary-text.--lh-130{line-height:130px}.PURPLE ._tertiary-text.--lh-131{line-height:131px}.PURPLE ._tertiary-text.--lh-132{line-height:132px}.PURPLE ._tertiary-text.--lh-133{line-height:133px}.PURPLE ._tertiary-text.--lh-134{line-height:134px}.PURPLE ._tertiary-text.--lh-135{line-height:135px}.PURPLE ._tertiary-text.--lh-136{line-height:136px}.PURPLE ._tertiary-text.--lh-137{line-height:137px}.PURPLE ._tertiary-text.--lh-138{line-height:138px}.PURPLE ._tertiary-text.--lh-139{line-height:139px}.PURPLE ._tertiary-text.--lh-140{line-height:140px}.PURPLE ._tertiary-text.--lh-141{line-height:141px}.PURPLE ._tertiary-text.--lh-142{line-height:142px}.PURPLE ._tertiary-text.--lh-143{line-height:143px}.PURPLE ._tertiary-text.--lh-144{line-height:144px}.PURPLE ._tertiary-text.--lh-145{line-height:145px}.PURPLE ._tertiary-text.--lh-146{line-height:146px}.PURPLE ._tertiary-text.--lh-147{line-height:147px}.PURPLE ._tertiary-text.--lh-148{line-height:148px}.PURPLE ._tertiary-text.--lh-149{line-height:149px}.PURPLE ._tertiary-text.--lh-150{line-height:150px}.PURPLE ._tertiary-text.--lh-151{line-height:151px}.PURPLE ._tertiary-text.--lh-152{line-height:152px}.PURPLE ._tertiary-text.--lh-153{line-height:153px}.PURPLE ._tertiary-text.--lh-154{line-height:154px}.PURPLE ._tertiary-text.--lh-155{line-height:155px}.PURPLE ._tertiary-text.--lh-156{line-height:156px}.PURPLE ._tertiary-text.--lh-157{line-height:157px}.PURPLE ._tertiary-text.--lh-158{line-height:158px}.PURPLE ._tertiary-text.--lh-159{line-height:159px}.PURPLE ._tertiary-text.--lh-160{line-height:160px}.PURPLE ._tertiary-text.--lh-161{line-height:161px}.PURPLE ._tertiary-text.--lh-162{line-height:162px}.PURPLE ._tertiary-text.--lh-163{line-height:163px}.PURPLE ._tertiary-text.--lh-164{line-height:164px}.PURPLE ._tertiary-text.--lh-165{line-height:165px}.PURPLE ._tertiary-text.--lh-166{line-height:166px}.PURPLE ._tertiary-text.--lh-167{line-height:167px}.PURPLE ._tertiary-text.--lh-168{line-height:168px}.PURPLE ._tertiary-text.--lh-169{line-height:169px}.PURPLE ._tertiary-text.--lh-170{line-height:170px}.PURPLE ._tertiary-text.--lh-171{line-height:171px}.PURPLE ._tertiary-text.--lh-172{line-height:172px}.PURPLE ._tertiary-text.--lh-173{line-height:173px}.PURPLE ._tertiary-text.--lh-174{line-height:174px}.PURPLE ._tertiary-text.--lh-175{line-height:175px}.PURPLE ._tertiary-text.--lh-176{line-height:176px}.PURPLE ._tertiary-text.--lh-177{line-height:177px}.PURPLE ._tertiary-text.--lh-178{line-height:178px}.PURPLE ._tertiary-text.--lh-179{line-height:179px}.PURPLE ._tertiary-text.--lh-180{line-height:180px}.PURPLE ._tertiary-text.--lh-181{line-height:181px}.PURPLE ._tertiary-text.--lh-182{line-height:182px}.PURPLE ._tertiary-text.--lh-183{line-height:183px}.PURPLE ._tertiary-text.--lh-184{line-height:184px}.PURPLE ._tertiary-text.--lh-185{line-height:185px}.PURPLE ._tertiary-text.--lh-186{line-height:186px}.PURPLE ._tertiary-text.--lh-187{line-height:187px}.PURPLE ._tertiary-text.--lh-188{line-height:188px}.PURPLE ._tertiary-text.--lh-189{line-height:189px}.PURPLE ._tertiary-text.--lh-190{line-height:190px}.PURPLE ._tertiary-text.--lh-191{line-height:191px}.PURPLE ._tertiary-text.--lh-192{line-height:192px}.PURPLE ._tertiary-text.--lh-193{line-height:193px}.PURPLE ._tertiary-text.--lh-194{line-height:194px}.PURPLE ._tertiary-text.--lh-195{line-height:195px}.PURPLE ._tertiary-text.--lh-196{line-height:196px}.PURPLE ._tertiary-text.--lh-197{line-height:197px}.PURPLE ._tertiary-text.--lh-198{line-height:198px}.PURPLE ._tertiary-text.--lh-199{line-height:199px}.PURPLE ._tertiary-text.--lh-200{line-height:200px}.PURPLE ._tertiary-text.--lh-201{line-height:201px}.PURPLE ._tertiary-text.--lh-202{line-height:202px}.PURPLE ._tertiary-text.--lh-203{line-height:203px}.PURPLE ._tertiary-text.--lh-204{line-height:204px}.PURPLE ._tertiary-text.--lh-205{line-height:205px}.PURPLE ._tertiary-text.--lh-206{line-height:206px}.PURPLE ._tertiary-text.--lh-207{line-height:207px}.PURPLE ._tertiary-text.--lh-208{line-height:208px}.PURPLE ._tertiary-text.--lh-209{line-height:209px}.PURPLE ._tertiary-text.--lh-210{line-height:210px}.PURPLE ._tertiary-text.--lh-211{line-height:211px}.PURPLE ._tertiary-text.--lh-212{line-height:212px}.PURPLE ._tertiary-text.--lh-213{line-height:213px}.PURPLE ._tertiary-text.--lh-214{line-height:214px}.PURPLE ._tertiary-text.--lh-215{line-height:215px}.PURPLE ._tertiary-text.--lh-216{line-height:216px}.PURPLE ._tertiary-text.--lh-217{line-height:217px}.PURPLE ._tertiary-text.--lh-218{line-height:218px}.PURPLE ._tertiary-text.--lh-219{line-height:219px}.PURPLE ._tertiary-text.--lh-220{line-height:220px}.PURPLE ._tertiary-text.--lh-221{line-height:221px}.PURPLE ._tertiary-text.--lh-222{line-height:222px}.PURPLE ._tertiary-text.--lh-223{line-height:223px}.PURPLE ._tertiary-text.--lh-224{line-height:224px}.PURPLE ._tertiary-text.--lh-225{line-height:225px}.PURPLE ._tertiary-text.--lh-226{line-height:226px}.PURPLE ._tertiary-text.--lh-227{line-height:227px}.PURPLE ._tertiary-text.--lh-228{line-height:228px}.PURPLE ._tertiary-text.--lh-229{line-height:229px}.PURPLE ._tertiary-text.--lh-230{line-height:230px}.PURPLE ._tertiary-text.--lh-231{line-height:231px}.PURPLE ._tertiary-text.--lh-232{line-height:232px}.PURPLE ._tertiary-text.--lh-233{line-height:233px}.PURPLE ._tertiary-text.--lh-234{line-height:234px}.PURPLE ._tertiary-text.--lh-235{line-height:235px}.PURPLE ._tertiary-text.--lh-236{line-height:236px}.PURPLE ._tertiary-text.--lh-237{line-height:237px}.PURPLE ._tertiary-text.--lh-238{line-height:238px}.PURPLE ._tertiary-text.--lh-239{line-height:239px}.PURPLE ._tertiary-text.--lh-240{line-height:240px}.PURPLE ._tertiary-text.--lh-241{line-height:241px}.PURPLE ._tertiary-text.--lh-242{line-height:242px}.PURPLE ._tertiary-text.--lh-243{line-height:243px}.PURPLE ._tertiary-text.--lh-244{line-height:244px}.PURPLE ._tertiary-text.--lh-245{line-height:245px}.PURPLE ._tertiary-text.--lh-246{line-height:246px}.PURPLE ._tertiary-text.--lh-247{line-height:247px}.PURPLE ._tertiary-text.--lh-248{line-height:248px}.PURPLE ._tertiary-text.--lh-249{line-height:249px}.PURPLE ._tertiary-text.--lh-250{line-height:250px}.PURPLE ._tertiary-text.--lh-251{line-height:251px}.PURPLE ._tertiary-text.--lh-252{line-height:252px}.PURPLE ._tertiary-text.--lh-253{line-height:253px}.PURPLE ._tertiary-text.--lh-254{line-height:254px}.PURPLE ._tertiary-text.--lh-255{line-height:255px}.PURPLE ._tertiary-text.--lh-256{line-height:256px}.PURPLE ._tertiary-text.--lh-257{line-height:257px}.PURPLE ._tertiary-text.--lh-258{line-height:258px}.PURPLE ._tertiary-text.--lh-259{line-height:259px}.PURPLE ._tertiary-text.--lh-260{line-height:260px}.PURPLE ._tertiary-text.--lh-261{line-height:261px}.PURPLE ._tertiary-text.--lh-262{line-height:262px}.PURPLE ._tertiary-text.--lh-263{line-height:263px}.PURPLE ._tertiary-text.--lh-264{line-height:264px}.PURPLE ._tertiary-text.--lh-265{line-height:265px}.PURPLE ._tertiary-text.--lh-266{line-height:266px}.PURPLE ._tertiary-text.--lh-267{line-height:267px}.PURPLE ._tertiary-text.--lh-268{line-height:268px}.PURPLE ._tertiary-text.--lh-269{line-height:269px}.PURPLE ._tertiary-text.--lh-270{line-height:270px}.PURPLE ._tertiary-text.--lh-271{line-height:271px}.PURPLE ._tertiary-text.--lh-272{line-height:272px}.PURPLE ._tertiary-text.--lh-273{line-height:273px}.PURPLE ._tertiary-text.--lh-274{line-height:274px}.PURPLE ._tertiary-text.--lh-275{line-height:275px}.PURPLE ._tertiary-text.--lh-276{line-height:276px}.PURPLE ._tertiary-text.--lh-277{line-height:277px}.PURPLE ._tertiary-text.--lh-278{line-height:278px}.PURPLE ._tertiary-text.--lh-279{line-height:279px}.PURPLE ._tertiary-text.--lh-280{line-height:280px}.PURPLE ._tertiary-text.--lh-281{line-height:281px}.PURPLE ._tertiary-text.--lh-282{line-height:282px}.PURPLE ._tertiary-text.--lh-283{line-height:283px}.PURPLE ._tertiary-text.--lh-284{line-height:284px}.PURPLE ._tertiary-text.--lh-285{line-height:285px}.PURPLE ._tertiary-text.--lh-286{line-height:286px}.PURPLE ._tertiary-text.--lh-287{line-height:287px}.PURPLE ._tertiary-text.--lh-288{line-height:288px}.PURPLE ._tertiary-text.--lh-289{line-height:289px}.PURPLE ._tertiary-text.--lh-290{line-height:290px}.PURPLE ._tertiary-text.--lh-291{line-height:291px}.PURPLE ._tertiary-text.--lh-292{line-height:292px}.PURPLE ._tertiary-text.--lh-293{line-height:293px}.PURPLE ._tertiary-text.--lh-294{line-height:294px}.PURPLE ._tertiary-text.--lh-295{line-height:295px}.PURPLE ._tertiary-text.--lh-296{line-height:296px}.PURPLE ._tertiary-text.--lh-297{line-height:297px}.PURPLE ._tertiary-text.--lh-298{line-height:298px}.PURPLE ._tertiary-text.--lh-299{line-height:299px}.PURPLE ._tertiary-text.--lh-300{line-height:300px}.PURPLE ._tertiary-text.--lh-301{line-height:301px}.PURPLE ._tertiary-text.--lh-302{line-height:302px}.PURPLE ._tertiary-text.--lh-303{line-height:303px}.PURPLE ._tertiary-text.--lh-304{line-height:304px}.PURPLE ._tertiary-text.--lh-305{line-height:305px}.PURPLE ._tertiary-text.--lh-306{line-height:306px}.PURPLE ._tertiary-text.--lh-307{line-height:307px}.PURPLE ._tertiary-text.--lh-308{line-height:308px}.PURPLE ._tertiary-text.--lh-309{line-height:309px}.PURPLE ._tertiary-text.--lh-310{line-height:310px}.PURPLE ._tertiary-text.--lh-311{line-height:311px}.PURPLE ._tertiary-text.--lh-312{line-height:312px}.PURPLE ._tertiary-text.--lh-313{line-height:313px}.PURPLE ._tertiary-text.--lh-314{line-height:314px}.PURPLE ._tertiary-text.--lh-315{line-height:315px}.PURPLE ._tertiary-text.--lh-316{line-height:316px}.PURPLE ._tertiary-text.--lh-317{line-height:317px}.PURPLE ._tertiary-text.--lh-318{line-height:318px}.PURPLE ._tertiary-text.--lh-319{line-height:319px}.PURPLE ._tertiary-text.--lh-320{line-height:320px}.PURPLE ._tertiary-text.--lh-321{line-height:321px}.PURPLE ._tertiary-text.--lh-322{line-height:322px}.PURPLE ._tertiary-text.--lh-323{line-height:323px}.PURPLE ._tertiary-text.--lh-324{line-height:324px}.PURPLE ._tertiary-text.--lh-325{line-height:325px}.PURPLE ._tertiary-text.--lh-326{line-height:326px}.PURPLE ._tertiary-text.--lh-327{line-height:327px}.PURPLE ._tertiary-text.--lh-328{line-height:328px}.PURPLE ._tertiary-text.--lh-329{line-height:329px}.PURPLE ._tertiary-text.--lh-330{line-height:330px}.PURPLE ._tertiary-text.--lh-331{line-height:331px}.PURPLE ._tertiary-text.--lh-332{line-height:332px}.PURPLE ._tertiary-text.--lh-333{line-height:333px}.PURPLE ._tertiary-text.--lh-334{line-height:334px}.PURPLE ._tertiary-text.--lh-335{line-height:335px}.PURPLE ._tertiary-text.--lh-336{line-height:336px}.PURPLE ._tertiary-text.--lh-337{line-height:337px}.PURPLE ._tertiary-text.--lh-338{line-height:338px}.PURPLE ._tertiary-text.--lh-339{line-height:339px}.PURPLE ._tertiary-text.--lh-340{line-height:340px}.PURPLE ._tertiary-text.--lh-341{line-height:341px}.PURPLE ._tertiary-text.--lh-342{line-height:342px}.PURPLE ._tertiary-text.--lh-343{line-height:343px}.PURPLE ._tertiary-text.--lh-344{line-height:344px}.PURPLE ._tertiary-text.--lh-345{line-height:345px}.PURPLE ._tertiary-text.--lh-346{line-height:346px}.PURPLE ._tertiary-text.--lh-347{line-height:347px}.PURPLE ._tertiary-text.--lh-348{line-height:348px}.PURPLE ._tertiary-text.--lh-349{line-height:349px}.PURPLE ._tertiary-text.--lh-350{line-height:350px}.PURPLE ._tertiary-text.--lh-351{line-height:351px}.PURPLE ._tertiary-text.--lh-352{line-height:352px}.PURPLE ._tertiary-text.--lh-353{line-height:353px}.PURPLE ._tertiary-text.--lh-354{line-height:354px}.PURPLE ._tertiary-text.--lh-355{line-height:355px}.PURPLE ._tertiary-text.--lh-356{line-height:356px}.PURPLE ._tertiary-text.--lh-357{line-height:357px}.PURPLE ._tertiary-text.--lh-358{line-height:358px}.PURPLE ._tertiary-text.--lh-359{line-height:359px}.PURPLE ._tertiary-text.--lh-360{line-height:360px}.PURPLE ._tertiary-text.--lh-361{line-height:361px}.PURPLE ._tertiary-text.--lh-362{line-height:362px}.PURPLE ._tertiary-text.--lh-363{line-height:363px}.PURPLE ._tertiary-text.--lh-364{line-height:364px}.PURPLE ._tertiary-text.--lh-365{line-height:365px}.PURPLE ._tertiary-text.--lh-366{line-height:366px}.PURPLE ._tertiary-text.--lh-367{line-height:367px}.PURPLE ._tertiary-text.--lh-368{line-height:368px}.PURPLE ._tertiary-text.--lh-369{line-height:369px}.PURPLE ._tertiary-text.--lh-370{line-height:370px}.PURPLE ._tertiary-text.--lh-371{line-height:371px}.PURPLE ._tertiary-text.--lh-372{line-height:372px}.PURPLE ._tertiary-text.--lh-373{line-height:373px}.PURPLE ._tertiary-text.--lh-374{line-height:374px}.PURPLE ._tertiary-text.--lh-375{line-height:375px}.PURPLE ._tertiary-text.--lh-376{line-height:376px}.PURPLE ._tertiary-text.--lh-377{line-height:377px}.PURPLE ._tertiary-text.--lh-378{line-height:378px}.PURPLE ._tertiary-text.--lh-379{line-height:379px}.PURPLE ._tertiary-text.--lh-380{line-height:380px}.PURPLE ._tertiary-text.--lh-381{line-height:381px}.PURPLE ._tertiary-text.--lh-382{line-height:382px}.PURPLE ._tertiary-text.--lh-383{line-height:383px}.PURPLE ._tertiary-text.--lh-384{line-height:384px}.PURPLE ._tertiary-text.--lh-385{line-height:385px}.PURPLE ._tertiary-text.--lh-386{line-height:386px}.PURPLE ._tertiary-text.--lh-387{line-height:387px}.PURPLE ._tertiary-text.--lh-388{line-height:388px}.PURPLE ._tertiary-text.--lh-389{line-height:389px}.PURPLE ._tertiary-text.--lh-390{line-height:390px}.PURPLE ._tertiary-text.--lh-391{line-height:391px}.PURPLE ._tertiary-text.--lh-392{line-height:392px}.PURPLE ._tertiary-text.--lh-393{line-height:393px}.PURPLE ._tertiary-text.--lh-394{line-height:394px}.PURPLE ._tertiary-text.--lh-395{line-height:395px}.PURPLE ._tertiary-text.--lh-396{line-height:396px}.PURPLE ._tertiary-text.--lh-397{line-height:397px}.PURPLE ._tertiary-text.--lh-398{line-height:398px}.PURPLE ._tertiary-text.--lh-399{line-height:399px}.PURPLE ._tertiary-text.--lh-400{line-height:400px}.PURPLE ._tertiary-text.--lh-401{line-height:401px}.PURPLE ._tertiary-text.--lh-402{line-height:402px}.PURPLE ._tertiary-text.--lh-403{line-height:403px}.PURPLE ._tertiary-text.--lh-404{line-height:404px}.PURPLE ._tertiary-text.--lh-405{line-height:405px}.PURPLE ._tertiary-text.--lh-406{line-height:406px}.PURPLE ._tertiary-text.--lh-407{line-height:407px}.PURPLE ._tertiary-text.--lh-408{line-height:408px}.PURPLE ._tertiary-text.--lh-409{line-height:409px}.PURPLE ._tertiary-text.--lh-410{line-height:410px}.PURPLE ._tertiary-text.--lh-411{line-height:411px}.PURPLE ._tertiary-text.--lh-412{line-height:412px}.PURPLE ._tertiary-text.--lh-413{line-height:413px}.PURPLE ._tertiary-text.--lh-414{line-height:414px}.PURPLE ._tertiary-text.--lh-415{line-height:415px}.PURPLE ._tertiary-text.--lh-416{line-height:416px}.PURPLE ._tertiary-text.--lh-417{line-height:417px}.PURPLE ._tertiary-text.--lh-418{line-height:418px}.PURPLE ._tertiary-text.--lh-419{line-height:419px}.PURPLE ._tertiary-text.--lh-420{line-height:420px}.PURPLE ._tertiary-text.--lh-421{line-height:421px}.PURPLE ._tertiary-text.--lh-422{line-height:422px}.PURPLE ._tertiary-text.--lh-423{line-height:423px}.PURPLE ._tertiary-text.--lh-424{line-height:424px}.PURPLE ._tertiary-text.--lh-425{line-height:425px}.PURPLE ._tertiary-text.--lh-426{line-height:426px}.PURPLE ._tertiary-text.--lh-427{line-height:427px}.PURPLE ._tertiary-text.--lh-428{line-height:428px}.PURPLE ._tertiary-text.--lh-429{line-height:429px}.PURPLE ._tertiary-text.--lh-430{line-height:430px}.PURPLE ._tertiary-text.--lh-431{line-height:431px}.PURPLE ._tertiary-text.--lh-432{line-height:432px}.PURPLE ._tertiary-text.--lh-433{line-height:433px}.PURPLE ._tertiary-text.--lh-434{line-height:434px}.PURPLE ._tertiary-text.--lh-435{line-height:435px}.PURPLE ._tertiary-text.--lh-436{line-height:436px}.PURPLE ._tertiary-text.--lh-437{line-height:437px}.PURPLE ._tertiary-text.--lh-438{line-height:438px}.PURPLE ._tertiary-text.--lh-439{line-height:439px}.PURPLE ._tertiary-text.--lh-440{line-height:440px}.PURPLE ._tertiary-text.--lh-441{line-height:441px}.PURPLE ._tertiary-text.--lh-442{line-height:442px}.PURPLE ._tertiary-text.--lh-443{line-height:443px}.PURPLE ._tertiary-text.--lh-444{line-height:444px}.PURPLE ._tertiary-text.--lh-445{line-height:445px}.PURPLE ._tertiary-text.--lh-446{line-height:446px}.PURPLE ._tertiary-text.--lh-447{line-height:447px}.PURPLE ._tertiary-text.--lh-448{line-height:448px}.PURPLE ._tertiary-text.--lh-449{line-height:449px}.PURPLE ._tertiary-text.--lh-450{line-height:450px}.PURPLE ._tertiary-text.--lh-451{line-height:451px}.PURPLE ._tertiary-text.--lh-452{line-height:452px}.PURPLE ._tertiary-text.--lh-453{line-height:453px}.PURPLE ._tertiary-text.--lh-454{line-height:454px}.PURPLE ._tertiary-text.--lh-455{line-height:455px}.PURPLE ._tertiary-text.--lh-456{line-height:456px}.PURPLE ._tertiary-text.--lh-457{line-height:457px}.PURPLE ._tertiary-text.--lh-458{line-height:458px}.PURPLE ._tertiary-text.--lh-459{line-height:459px}.PURPLE ._tertiary-text.--lh-460{line-height:460px}.PURPLE ._tertiary-text.--lh-461{line-height:461px}.PURPLE ._tertiary-text.--lh-462{line-height:462px}.PURPLE ._tertiary-text.--lh-463{line-height:463px}.PURPLE ._tertiary-text.--lh-464{line-height:464px}.PURPLE ._tertiary-text.--lh-465{line-height:465px}.PURPLE ._tertiary-text.--lh-466{line-height:466px}.PURPLE ._tertiary-text.--lh-467{line-height:467px}.PURPLE ._tertiary-text.--lh-468{line-height:468px}.PURPLE ._tertiary-text.--lh-469{line-height:469px}.PURPLE ._tertiary-text.--lh-470{line-height:470px}.PURPLE ._tertiary-text.--lh-471{line-height:471px}.PURPLE ._tertiary-text.--lh-472{line-height:472px}.PURPLE ._tertiary-text.--lh-473{line-height:473px}.PURPLE ._tertiary-text.--lh-474{line-height:474px}.PURPLE ._tertiary-text.--lh-475{line-height:475px}.PURPLE ._tertiary-text.--lh-476{line-height:476px}.PURPLE ._tertiary-text.--lh-477{line-height:477px}.PURPLE ._tertiary-text.--lh-478{line-height:478px}.PURPLE ._tertiary-text.--lh-479{line-height:479px}.PURPLE ._tertiary-text.--lh-480{line-height:480px}.PURPLE ._tertiary-text.--lh-481{line-height:481px}.PURPLE ._tertiary-text.--lh-482{line-height:482px}.PURPLE ._tertiary-text.--lh-483{line-height:483px}.PURPLE ._tertiary-text.--lh-484{line-height:484px}.PURPLE ._tertiary-text.--lh-485{line-height:485px}.PURPLE ._tertiary-text.--lh-486{line-height:486px}.PURPLE ._tertiary-text.--lh-487{line-height:487px}.PURPLE ._tertiary-text.--lh-488{line-height:488px}.PURPLE ._tertiary-text.--lh-489{line-height:489px}.PURPLE ._tertiary-text.--lh-490{line-height:490px}.PURPLE ._tertiary-text.--lh-491{line-height:491px}.PURPLE ._tertiary-text.--lh-492{line-height:492px}.PURPLE ._tertiary-text.--lh-493{line-height:493px}.PURPLE ._tertiary-text.--lh-494{line-height:494px}.PURPLE ._tertiary-text.--lh-495{line-height:495px}.PURPLE ._tertiary-text.--lh-496{line-height:496px}.PURPLE ._tertiary-text.--lh-497{line-height:497px}.PURPLE ._tertiary-text.--lh-498{line-height:498px}.PURPLE ._tertiary-text.--lh-499{line-height:499px}.PURPLE ._tertiary-text.--lh-500{line-height:500px}.PURPLE ._tertiary-text.--lh-501{line-height:501px}.PURPLE ._tertiary-text.--lh-502{line-height:502px}.PURPLE ._tertiary-text.--lh-503{line-height:503px}.PURPLE ._tertiary-text.--lh-504{line-height:504px}.PURPLE ._tertiary-text.--lh-505{line-height:505px}.PURPLE ._tertiary-text.--lh-506{line-height:506px}.PURPLE ._tertiary-text.--lh-507{line-height:507px}.PURPLE ._tertiary-text.--lh-508{line-height:508px}.PURPLE ._tertiary-text.--lh-509{line-height:509px}.PURPLE ._tertiary-text.--lh-510{line-height:510px}.PURPLE ._tertiary-text.--lh-511{line-height:511px}.PURPLE ._tertiary-text.--lh-512{line-height:512px}.PURPLE ._tertiary-text.--lh-513{line-height:513px}.PURPLE ._tertiary-text.--lh-514{line-height:514px}.PURPLE ._tertiary-text.--lh-515{line-height:515px}.PURPLE ._tertiary-text.--lh-516{line-height:516px}.PURPLE ._tertiary-text.--lh-517{line-height:517px}.PURPLE ._tertiary-text.--lh-518{line-height:518px}.PURPLE ._tertiary-text.--lh-519{line-height:519px}.PURPLE ._tertiary-text.--lh-520{line-height:520px}.PURPLE ._tertiary-text.--lh-521{line-height:521px}.PURPLE ._tertiary-text.--lh-522{line-height:522px}.PURPLE ._tertiary-text.--lh-523{line-height:523px}.PURPLE ._tertiary-text.--lh-524{line-height:524px}.PURPLE ._tertiary-text.--lh-525{line-height:525px}.PURPLE ._tertiary-text.--lh-526{line-height:526px}.PURPLE ._tertiary-text.--lh-527{line-height:527px}.PURPLE ._tertiary-text.--lh-528{line-height:528px}.PURPLE ._tertiary-text.--lh-529{line-height:529px}.PURPLE ._tertiary-text.--lh-530{line-height:530px}.PURPLE ._tertiary-text.--lh-531{line-height:531px}.PURPLE ._tertiary-text.--lh-532{line-height:532px}.PURPLE ._tertiary-text.--lh-533{line-height:533px}.PURPLE ._tertiary-text.--lh-534{line-height:534px}.PURPLE ._tertiary-text.--lh-535{line-height:535px}.PURPLE ._tertiary-text.--lh-536{line-height:536px}.PURPLE ._tertiary-text.--lh-537{line-height:537px}.PURPLE ._tertiary-text.--lh-538{line-height:538px}.PURPLE ._tertiary-text.--lh-539{line-height:539px}.PURPLE ._tertiary-text.--lh-540{line-height:540px}.PURPLE ._tertiary-text.--lh-541{line-height:541px}.PURPLE ._tertiary-text.--lh-542{line-height:542px}.PURPLE ._tertiary-text.--lh-543{line-height:543px}.PURPLE ._tertiary-text.--lh-544{line-height:544px}.PURPLE ._tertiary-text.--lh-545{line-height:545px}.PURPLE ._tertiary-text.--lh-546{line-height:546px}.PURPLE ._tertiary-text.--lh-547{line-height:547px}.PURPLE ._tertiary-text.--lh-548{line-height:548px}.PURPLE ._tertiary-text.--lh-549{line-height:549px}.PURPLE ._tertiary-text.--lh-550{line-height:550px}.PURPLE ._tertiary-text.--lh-551{line-height:551px}.PURPLE ._tertiary-text.--lh-552{line-height:552px}.PURPLE ._tertiary-text.--lh-553{line-height:553px}.PURPLE ._tertiary-text.--lh-554{line-height:554px}.PURPLE ._tertiary-text.--lh-555{line-height:555px}.PURPLE ._tertiary-text.--lh-556{line-height:556px}.PURPLE ._tertiary-text.--lh-557{line-height:557px}.PURPLE ._tertiary-text.--lh-558{line-height:558px}.PURPLE ._tertiary-text.--lh-559{line-height:559px}.PURPLE ._tertiary-text.--lh-560{line-height:560px}.PURPLE ._tertiary-text.--lh-561{line-height:561px}.PURPLE ._tertiary-text.--lh-562{line-height:562px}.PURPLE ._tertiary-text.--lh-563{line-height:563px}.PURPLE ._tertiary-text.--lh-564{line-height:564px}.PURPLE ._tertiary-text.--lh-565{line-height:565px}.PURPLE ._tertiary-text.--lh-566{line-height:566px}.PURPLE ._tertiary-text.--lh-567{line-height:567px}.PURPLE ._tertiary-text.--lh-568{line-height:568px}.PURPLE ._tertiary-text.--lh-569{line-height:569px}.PURPLE ._tertiary-text.--lh-570{line-height:570px}.PURPLE ._tertiary-text.--lh-571{line-height:571px}.PURPLE ._tertiary-text.--lh-572{line-height:572px}.PURPLE ._tertiary-text.--lh-573{line-height:573px}.PURPLE ._tertiary-text.--lh-574{line-height:574px}.PURPLE ._tertiary-text.--lh-575{line-height:575px}.PURPLE ._tertiary-text.--lh-576{line-height:576px}.PURPLE ._tertiary-text.--lh-577{line-height:577px}.PURPLE ._tertiary-text.--lh-578{line-height:578px}.PURPLE ._tertiary-text.--lh-579{line-height:579px}.PURPLE ._tertiary-text.--lh-580{line-height:580px}.PURPLE ._tertiary-text.--lh-581{line-height:581px}.PURPLE ._tertiary-text.--lh-582{line-height:582px}.PURPLE ._tertiary-text.--lh-583{line-height:583px}.PURPLE ._tertiary-text.--lh-584{line-height:584px}.PURPLE ._tertiary-text.--lh-585{line-height:585px}.PURPLE ._tertiary-text.--lh-586{line-height:586px}.PURPLE ._tertiary-text.--lh-587{line-height:587px}.PURPLE ._tertiary-text.--lh-588{line-height:588px}.PURPLE ._tertiary-text.--lh-589{line-height:589px}.PURPLE ._tertiary-text.--lh-590{line-height:590px}.PURPLE ._tertiary-text.--lh-591{line-height:591px}.PURPLE ._tertiary-text.--lh-592{line-height:592px}.PURPLE ._tertiary-text.--lh-593{line-height:593px}.PURPLE ._tertiary-text.--lh-594{line-height:594px}.PURPLE ._tertiary-text.--lh-595{line-height:595px}.PURPLE ._tertiary-text.--lh-596{line-height:596px}.PURPLE ._tertiary-text.--lh-597{line-height:597px}.PURPLE ._tertiary-text.--lh-598{line-height:598px}.PURPLE ._tertiary-text.--lh-599{line-height:599px}.PURPLE ._tertiary-text.--lh-600{line-height:600px}.PURPLE ._tertiary-text.--lh-601{line-height:601px}.PURPLE ._tertiary-text.--lh-602{line-height:602px}.PURPLE ._tertiary-text.--lh-603{line-height:603px}.PURPLE ._tertiary-text.--lh-604{line-height:604px}.PURPLE ._tertiary-text.--lh-605{line-height:605px}.PURPLE ._tertiary-text.--lh-606{line-height:606px}.PURPLE ._tertiary-text.--lh-607{line-height:607px}.PURPLE ._tertiary-text.--lh-608{line-height:608px}.PURPLE ._tertiary-text.--lh-609{line-height:609px}.PURPLE ._tertiary-text.--lh-610{line-height:610px}.PURPLE ._tertiary-text.--lh-611{line-height:611px}.PURPLE ._tertiary-text.--lh-612{line-height:612px}.PURPLE ._tertiary-text.--lh-613{line-height:613px}.PURPLE ._tertiary-text.--lh-614{line-height:614px}.PURPLE ._tertiary-text.--lh-615{line-height:615px}.PURPLE ._tertiary-text.--lh-616{line-height:616px}.PURPLE ._tertiary-text.--lh-617{line-height:617px}.PURPLE ._tertiary-text.--lh-618{line-height:618px}.PURPLE ._tertiary-text.--lh-619{line-height:619px}.PURPLE ._tertiary-text.--lh-620{line-height:620px}.PURPLE ._tertiary-text.--lh-621{line-height:621px}.PURPLE ._tertiary-text.--lh-622{line-height:622px}.PURPLE ._tertiary-text.--lh-623{line-height:623px}.PURPLE ._tertiary-text.--lh-624{line-height:624px}.PURPLE ._tertiary-text.--lh-625{line-height:625px}.PURPLE ._tertiary-text.--lh-626{line-height:626px}.PURPLE ._tertiary-text.--lh-627{line-height:627px}.PURPLE ._tertiary-text.--lh-628{line-height:628px}.PURPLE ._tertiary-text.--lh-629{line-height:629px}.PURPLE ._tertiary-text.--lh-630{line-height:630px}.PURPLE ._tertiary-text.--lh-631{line-height:631px}.PURPLE ._tertiary-text.--lh-632{line-height:632px}.PURPLE ._tertiary-text.--lh-633{line-height:633px}.PURPLE ._tertiary-text.--lh-634{line-height:634px}.PURPLE ._tertiary-text.--lh-635{line-height:635px}.PURPLE ._tertiary-text.--lh-636{line-height:636px}.PURPLE ._tertiary-text.--lh-637{line-height:637px}.PURPLE ._tertiary-text.--lh-638{line-height:638px}.PURPLE ._tertiary-text.--lh-639{line-height:639px}.PURPLE ._tertiary-text.--lh-640{line-height:640px}.PURPLE ._tertiary-text.--lh-641{line-height:641px}.PURPLE ._tertiary-text.--lh-642{line-height:642px}.PURPLE ._tertiary-text.--lh-643{line-height:643px}.PURPLE ._tertiary-text.--lh-644{line-height:644px}.PURPLE ._tertiary-text.--lh-645{line-height:645px}.PURPLE ._tertiary-text.--lh-646{line-height:646px}.PURPLE ._tertiary-text.--lh-647{line-height:647px}.PURPLE ._tertiary-text.--lh-648{line-height:648px}.PURPLE ._tertiary-text.--lh-649{line-height:649px}.PURPLE ._tertiary-text.--lh-650{line-height:650px}.PURPLE ._tertiary-text.--lh-651{line-height:651px}.PURPLE ._tertiary-text.--lh-652{line-height:652px}.PURPLE ._tertiary-text.--lh-653{line-height:653px}.PURPLE ._tertiary-text.--lh-654{line-height:654px}.PURPLE ._tertiary-text.--lh-655{line-height:655px}.PURPLE ._tertiary-text.--lh-656{line-height:656px}.PURPLE ._tertiary-text.--lh-657{line-height:657px}.PURPLE ._tertiary-text.--lh-658{line-height:658px}.PURPLE ._tertiary-text.--lh-659{line-height:659px}.PURPLE ._tertiary-text.--lh-660{line-height:660px}.PURPLE ._tertiary-text.--lh-661{line-height:661px}.PURPLE ._tertiary-text.--lh-662{line-height:662px}.PURPLE ._tertiary-text.--lh-663{line-height:663px}.PURPLE ._tertiary-text.--lh-664{line-height:664px}.PURPLE ._tertiary-text.--lh-665{line-height:665px}.PURPLE ._tertiary-text.--lh-666{line-height:666px}.PURPLE ._tertiary-text.--lh-667{line-height:667px}.PURPLE ._tertiary-text.--lh-668{line-height:668px}.PURPLE ._tertiary-text.--lh-669{line-height:669px}.PURPLE ._tertiary-text.--lh-670{line-height:670px}.PURPLE ._tertiary-text.--lh-671{line-height:671px}.PURPLE ._tertiary-text.--lh-672{line-height:672px}.PURPLE ._tertiary-text.--lh-673{line-height:673px}.PURPLE ._tertiary-text.--lh-674{line-height:674px}.PURPLE ._tertiary-text.--lh-675{line-height:675px}.PURPLE ._tertiary-text.--lh-676{line-height:676px}.PURPLE ._tertiary-text.--lh-677{line-height:677px}.PURPLE ._tertiary-text.--lh-678{line-height:678px}.PURPLE ._tertiary-text.--lh-679{line-height:679px}.PURPLE ._tertiary-text.--lh-680{line-height:680px}.PURPLE ._tertiary-text.--lh-681{line-height:681px}.PURPLE ._tertiary-text.--lh-682{line-height:682px}.PURPLE ._tertiary-text.--lh-683{line-height:683px}.PURPLE ._tertiary-text.--lh-684{line-height:684px}.PURPLE ._tertiary-text.--lh-685{line-height:685px}.PURPLE ._tertiary-text.--lh-686{line-height:686px}.PURPLE ._tertiary-text.--lh-687{line-height:687px}.PURPLE ._tertiary-text.--lh-688{line-height:688px}.PURPLE ._tertiary-text.--lh-689{line-height:689px}.PURPLE ._tertiary-text.--lh-690{line-height:690px}.PURPLE ._tertiary-text.--lh-691{line-height:691px}.PURPLE ._tertiary-text.--lh-692{line-height:692px}.PURPLE ._tertiary-text.--lh-693{line-height:693px}.PURPLE ._tertiary-text.--lh-694{line-height:694px}.PURPLE ._tertiary-text.--lh-695{line-height:695px}.PURPLE ._tertiary-text.--lh-696{line-height:696px}.PURPLE ._tertiary-text.--lh-697{line-height:697px}.PURPLE ._tertiary-text.--lh-698{line-height:698px}.PURPLE ._tertiary-text.--lh-699{line-height:699px}.PURPLE ._tertiary-text.--lh-700{line-height:700px}.PURPLE ._tertiary-text.--lh-701{line-height:701px}.PURPLE ._tertiary-text.--lh-702{line-height:702px}.PURPLE ._tertiary-text.--lh-703{line-height:703px}.PURPLE ._tertiary-text.--lh-704{line-height:704px}.PURPLE ._tertiary-text.--lh-705{line-height:705px}.PURPLE ._tertiary-text.--lh-706{line-height:706px}.PURPLE ._tertiary-text.--lh-707{line-height:707px}.PURPLE ._tertiary-text.--lh-708{line-height:708px}.PURPLE ._tertiary-text.--lh-709{line-height:709px}.PURPLE ._tertiary-text.--lh-710{line-height:710px}.PURPLE ._tertiary-text.--lh-711{line-height:711px}.PURPLE ._tertiary-text.--lh-712{line-height:712px}.PURPLE ._tertiary-text.--lh-713{line-height:713px}.PURPLE ._tertiary-text.--lh-714{line-height:714px}.PURPLE ._tertiary-text.--lh-715{line-height:715px}.PURPLE ._tertiary-text.--lh-716{line-height:716px}.PURPLE ._tertiary-text.--lh-717{line-height:717px}.PURPLE ._tertiary-text.--lh-718{line-height:718px}.PURPLE ._tertiary-text.--lh-719{line-height:719px}.PURPLE ._tertiary-text.--lh-720{line-height:720px}.PURPLE ._tertiary-text.--lh-721{line-height:721px}.PURPLE ._tertiary-text.--lh-722{line-height:722px}.PURPLE ._tertiary-text.--lh-723{line-height:723px}.PURPLE ._tertiary-text.--lh-724{line-height:724px}.PURPLE ._tertiary-text.--lh-725{line-height:725px}.PURPLE ._tertiary-text.--lh-726{line-height:726px}.PURPLE ._tertiary-text.--lh-727{line-height:727px}.PURPLE ._tertiary-text.--lh-728{line-height:728px}.PURPLE ._tertiary-text.--lh-729{line-height:729px}.PURPLE ._tertiary-text.--lh-730{line-height:730px}.PURPLE ._tertiary-text.--lh-731{line-height:731px}.PURPLE ._tertiary-text.--lh-732{line-height:732px}.PURPLE ._tertiary-text.--lh-733{line-height:733px}.PURPLE ._tertiary-text.--lh-734{line-height:734px}.PURPLE ._tertiary-text.--lh-735{line-height:735px}.PURPLE ._tertiary-text.--lh-736{line-height:736px}.PURPLE ._tertiary-text.--lh-737{line-height:737px}.PURPLE ._tertiary-text.--lh-738{line-height:738px}.PURPLE ._tertiary-text.--lh-739{line-height:739px}.PURPLE ._tertiary-text.--lh-740{line-height:740px}.PURPLE ._tertiary-text.--lh-741{line-height:741px}.PURPLE ._tertiary-text.--lh-742{line-height:742px}.PURPLE ._tertiary-text.--lh-743{line-height:743px}.PURPLE ._tertiary-text.--lh-744{line-height:744px}.PURPLE ._tertiary-text.--lh-745{line-height:745px}.PURPLE ._tertiary-text.--lh-746{line-height:746px}.PURPLE ._tertiary-text.--lh-747{line-height:747px}.PURPLE ._tertiary-text.--lh-748{line-height:748px}.PURPLE ._tertiary-text.--lh-749{line-height:749px}.PURPLE ._tertiary-text.--lh-750{line-height:750px}.PURPLE ._tertiary-text.--lh-751{line-height:751px}.PURPLE ._tertiary-text.--lh-752{line-height:752px}.PURPLE ._tertiary-text.--lh-753{line-height:753px}.PURPLE ._tertiary-text.--lh-754{line-height:754px}.PURPLE ._tertiary-text.--lh-755{line-height:755px}.PURPLE ._tertiary-text.--lh-756{line-height:756px}.PURPLE ._tertiary-text.--lh-757{line-height:757px}.PURPLE ._tertiary-text.--lh-758{line-height:758px}.PURPLE ._tertiary-text.--lh-759{line-height:759px}.PURPLE ._tertiary-text.--lh-760{line-height:760px}.PURPLE ._tertiary-text.--lh-761{line-height:761px}.PURPLE ._tertiary-text.--lh-762{line-height:762px}.PURPLE ._tertiary-text.--lh-763{line-height:763px}.PURPLE ._tertiary-text.--lh-764{line-height:764px}.PURPLE ._tertiary-text.--lh-765{line-height:765px}.PURPLE ._tertiary-text.--lh-766{line-height:766px}.PURPLE ._tertiary-text.--lh-767{line-height:767px}.PURPLE ._tertiary-text.--lh-768{line-height:768px}.PURPLE ._tertiary-text.--lh-769{line-height:769px}.PURPLE ._tertiary-text.--lh-770{line-height:770px}.PURPLE ._tertiary-text.--lh-771{line-height:771px}.PURPLE ._tertiary-text.--lh-772{line-height:772px}.PURPLE ._tertiary-text.--lh-773{line-height:773px}.PURPLE ._tertiary-text.--lh-774{line-height:774px}.PURPLE ._tertiary-text.--lh-775{line-height:775px}.PURPLE ._tertiary-text.--lh-776{line-height:776px}.PURPLE ._tertiary-text.--lh-777{line-height:777px}.PURPLE ._tertiary-text.--lh-778{line-height:778px}.PURPLE ._tertiary-text.--lh-779{line-height:779px}.PURPLE ._tertiary-text.--lh-780{line-height:780px}.PURPLE ._tertiary-text.--lh-781{line-height:781px}.PURPLE ._tertiary-text.--lh-782{line-height:782px}.PURPLE ._tertiary-text.--lh-783{line-height:783px}.PURPLE ._tertiary-text.--lh-784{line-height:784px}.PURPLE ._tertiary-text.--lh-785{line-height:785px}.PURPLE ._tertiary-text.--lh-786{line-height:786px}.PURPLE ._tertiary-text.--lh-787{line-height:787px}.PURPLE ._tertiary-text.--lh-788{line-height:788px}.PURPLE ._tertiary-text.--lh-789{line-height:789px}.PURPLE ._tertiary-text.--lh-790{line-height:790px}.PURPLE ._tertiary-text.--lh-791{line-height:791px}.PURPLE ._tertiary-text.--lh-792{line-height:792px}.PURPLE ._tertiary-text.--lh-793{line-height:793px}.PURPLE ._tertiary-text.--lh-794{line-height:794px}.PURPLE ._tertiary-text.--lh-795{line-height:795px}.PURPLE ._tertiary-text.--lh-796{line-height:796px}.PURPLE ._tertiary-text.--lh-797{line-height:797px}.PURPLE ._tertiary-text.--lh-798{line-height:798px}.PURPLE ._tertiary-text.--lh-799{line-height:799px}.PURPLE ._tertiary-text.--lh-800{line-height:800px}.PURPLE ._white-text{color:var(--white2);font-family:Poppins}.PURPLE ._white-text.--size-5{font-size:5px}.PURPLE ._white-text.--size-6{font-size:6px}.PURPLE ._white-text.--size-7{font-size:7px}.PURPLE ._white-text.--size-8{font-size:8px}.PURPLE ._white-text.--size-9{font-size:9px}.PURPLE ._white-text.--size-10{font-size:10px}.PURPLE ._white-text.--size-11{font-size:11px}.PURPLE ._white-text.--size-12{font-size:12px}.PURPLE ._white-text.--size-13{font-size:13px}.PURPLE ._white-text.--size-14{font-size:14px}.PURPLE ._white-text.--size-15{font-size:15px}.PURPLE ._white-text.--size-16{font-size:16px}.PURPLE ._white-text.--size-17{font-size:17px}.PURPLE ._white-text.--size-18{font-size:18px}.PURPLE ._white-text.--size-19{font-size:19px}.PURPLE ._white-text.--size-20{font-size:20px}.PURPLE ._white-text.--size-21{font-size:21px}.PURPLE ._white-text.--size-22{font-size:22px}.PURPLE ._white-text.--size-23{font-size:23px}.PURPLE ._white-text.--size-24{font-size:24px}.PURPLE ._white-text.--size-25{font-size:25px}.PURPLE ._white-text.--size-26{font-size:26px}.PURPLE ._white-text.--size-27{font-size:27px}.PURPLE ._white-text.--size-28{font-size:28px}.PURPLE ._white-text.--size-29{font-size:29px}.PURPLE ._white-text.--size-30{font-size:30px}.PURPLE ._white-text.--size-31{font-size:31px}.PURPLE ._white-text.--size-32{font-size:32px}.PURPLE ._white-text.--size-33{font-size:33px}.PURPLE ._white-text.--size-34{font-size:34px}.PURPLE ._white-text.--size-35{font-size:35px}.PURPLE ._white-text.--size-36{font-size:36px}.PURPLE ._white-text.--size-37{font-size:37px}.PURPLE ._white-text.--size-38{font-size:38px}.PURPLE ._white-text.--size-39{font-size:39px}.PURPLE ._white-text.--size-40{font-size:40px}.PURPLE ._white-text.--size-41{font-size:41px}.PURPLE ._white-text.--size-42{font-size:42px}.PURPLE ._white-text.--size-43{font-size:43px}.PURPLE ._white-text.--size-44{font-size:44px}.PURPLE ._white-text.--size-45{font-size:45px}.PURPLE ._white-text.--size-46{font-size:46px}.PURPLE ._white-text.--size-47{font-size:47px}.PURPLE ._white-text.--size-48{font-size:48px}.PURPLE ._white-text.--size-49{font-size:49px}.PURPLE ._white-text.--size-50{font-size:50px}.PURPLE ._white-text.--size-51{font-size:51px}.PURPLE ._white-text.--size-52{font-size:52px}.PURPLE ._white-text.--size-53{font-size:53px}.PURPLE ._white-text.--size-54{font-size:54px}.PURPLE ._white-text.--size-55{font-size:55px}.PURPLE ._white-text.--size-56{font-size:56px}.PURPLE ._white-text.--size-57{font-size:57px}.PURPLE ._white-text.--size-58{font-size:58px}.PURPLE ._white-text.--size-59{font-size:59px}.PURPLE ._white-text.--size-60{font-size:60px}.PURPLE ._white-text.--size-61{font-size:61px}.PURPLE ._white-text.--size-62{font-size:62px}.PURPLE ._white-text.--size-63{font-size:63px}.PURPLE ._white-text.--size-64{font-size:64px}.PURPLE ._white-text.--size-65{font-size:65px}.PURPLE ._white-text.--size-66{font-size:66px}.PURPLE ._white-text.--size-67{font-size:67px}.PURPLE ._white-text.--size-68{font-size:68px}.PURPLE ._white-text.--size-69{font-size:69px}.PURPLE ._white-text.--size-70{font-size:70px}.PURPLE ._white-text.--size-71{font-size:71px}.PURPLE ._white-text.--size-72{font-size:72px}.PURPLE ._white-text.--size-73{font-size:73px}.PURPLE ._white-text.--size-74{font-size:74px}.PURPLE ._white-text.--size-75{font-size:75px}.PURPLE ._white-text.--size-76{font-size:76px}.PURPLE ._white-text.--size-77{font-size:77px}.PURPLE ._white-text.--size-78{font-size:78px}.PURPLE ._white-text.--size-79{font-size:79px}.PURPLE ._white-text.--size-80{font-size:80px}.PURPLE ._white-text.--size-81{font-size:81px}.PURPLE ._white-text.--size-82{font-size:82px}.PURPLE ._white-text.--size-83{font-size:83px}.PURPLE ._white-text.--size-84{font-size:84px}.PURPLE ._white-text.--size-85{font-size:85px}.PURPLE ._white-text.--size-86{font-size:86px}.PURPLE ._white-text.--size-87{font-size:87px}.PURPLE ._white-text.--size-88{font-size:88px}.PURPLE ._white-text.--size-89{font-size:89px}.PURPLE ._white-text.--size-90{font-size:90px}.PURPLE ._white-text.--size-91{font-size:91px}.PURPLE ._white-text.--size-92{font-size:92px}.PURPLE ._white-text.--size-93{font-size:93px}.PURPLE ._white-text.--size-94{font-size:94px}.PURPLE ._white-text.--size-95{font-size:95px}.PURPLE ._white-text.--size-96{font-size:96px}.PURPLE ._white-text.--size-97{font-size:97px}.PURPLE ._white-text.--size-98{font-size:98px}.PURPLE ._white-text.--size-99{font-size:99px}.PURPLE ._white-text.--size-100{font-size:100px}.PURPLE ._white-text.--weight-100{font-weight:100}.PURPLE ._white-text.--weight-101{font-weight:101}.PURPLE ._white-text.--weight-102{font-weight:102}.PURPLE ._white-text.--weight-103{font-weight:103}.PURPLE ._white-text.--weight-104{font-weight:104}.PURPLE ._white-text.--weight-105{font-weight:105}.PURPLE ._white-text.--weight-106{font-weight:106}.PURPLE ._white-text.--weight-107{font-weight:107}.PURPLE ._white-text.--weight-108{font-weight:108}.PURPLE ._white-text.--weight-109{font-weight:109}.PURPLE ._white-text.--weight-110{font-weight:110}.PURPLE ._white-text.--weight-111{font-weight:111}.PURPLE ._white-text.--weight-112{font-weight:112}.PURPLE ._white-text.--weight-113{font-weight:113}.PURPLE ._white-text.--weight-114{font-weight:114}.PURPLE ._white-text.--weight-115{font-weight:115}.PURPLE ._white-text.--weight-116{font-weight:116}.PURPLE ._white-text.--weight-117{font-weight:117}.PURPLE ._white-text.--weight-118{font-weight:118}.PURPLE ._white-text.--weight-119{font-weight:119}.PURPLE ._white-text.--weight-120{font-weight:120}.PURPLE ._white-text.--weight-121{font-weight:121}.PURPLE ._white-text.--weight-122{font-weight:122}.PURPLE ._white-text.--weight-123{font-weight:123}.PURPLE ._white-text.--weight-124{font-weight:124}.PURPLE ._white-text.--weight-125{font-weight:125}.PURPLE ._white-text.--weight-126{font-weight:126}.PURPLE ._white-text.--weight-127{font-weight:127}.PURPLE ._white-text.--weight-128{font-weight:128}.PURPLE ._white-text.--weight-129{font-weight:129}.PURPLE ._white-text.--weight-130{font-weight:130}.PURPLE ._white-text.--weight-131{font-weight:131}.PURPLE ._white-text.--weight-132{font-weight:132}.PURPLE ._white-text.--weight-133{font-weight:133}.PURPLE ._white-text.--weight-134{font-weight:134}.PURPLE ._white-text.--weight-135{font-weight:135}.PURPLE ._white-text.--weight-136{font-weight:136}.PURPLE ._white-text.--weight-137{font-weight:137}.PURPLE ._white-text.--weight-138{font-weight:138}.PURPLE ._white-text.--weight-139{font-weight:139}.PURPLE ._white-text.--weight-140{font-weight:140}.PURPLE ._white-text.--weight-141{font-weight:141}.PURPLE ._white-text.--weight-142{font-weight:142}.PURPLE ._white-text.--weight-143{font-weight:143}.PURPLE ._white-text.--weight-144{font-weight:144}.PURPLE ._white-text.--weight-145{font-weight:145}.PURPLE ._white-text.--weight-146{font-weight:146}.PURPLE ._white-text.--weight-147{font-weight:147}.PURPLE ._white-text.--weight-148{font-weight:148}.PURPLE ._white-text.--weight-149{font-weight:149}.PURPLE ._white-text.--weight-150{font-weight:150}.PURPLE ._white-text.--weight-151{font-weight:151}.PURPLE ._white-text.--weight-152{font-weight:152}.PURPLE ._white-text.--weight-153{font-weight:153}.PURPLE ._white-text.--weight-154{font-weight:154}.PURPLE ._white-text.--weight-155{font-weight:155}.PURPLE ._white-text.--weight-156{font-weight:156}.PURPLE ._white-text.--weight-157{font-weight:157}.PURPLE ._white-text.--weight-158{font-weight:158}.PURPLE ._white-text.--weight-159{font-weight:159}.PURPLE ._white-text.--weight-160{font-weight:160}.PURPLE ._white-text.--weight-161{font-weight:161}.PURPLE ._white-text.--weight-162{font-weight:162}.PURPLE ._white-text.--weight-163{font-weight:163}.PURPLE ._white-text.--weight-164{font-weight:164}.PURPLE ._white-text.--weight-165{font-weight:165}.PURPLE ._white-text.--weight-166{font-weight:166}.PURPLE ._white-text.--weight-167{font-weight:167}.PURPLE ._white-text.--weight-168{font-weight:168}.PURPLE ._white-text.--weight-169{font-weight:169}.PURPLE ._white-text.--weight-170{font-weight:170}.PURPLE ._white-text.--weight-171{font-weight:171}.PURPLE ._white-text.--weight-172{font-weight:172}.PURPLE ._white-text.--weight-173{font-weight:173}.PURPLE ._white-text.--weight-174{font-weight:174}.PURPLE ._white-text.--weight-175{font-weight:175}.PURPLE ._white-text.--weight-176{font-weight:176}.PURPLE ._white-text.--weight-177{font-weight:177}.PURPLE ._white-text.--weight-178{font-weight:178}.PURPLE ._white-text.--weight-179{font-weight:179}.PURPLE ._white-text.--weight-180{font-weight:180}.PURPLE ._white-text.--weight-181{font-weight:181}.PURPLE ._white-text.--weight-182{font-weight:182}.PURPLE ._white-text.--weight-183{font-weight:183}.PURPLE ._white-text.--weight-184{font-weight:184}.PURPLE ._white-text.--weight-185{font-weight:185}.PURPLE ._white-text.--weight-186{font-weight:186}.PURPLE ._white-text.--weight-187{font-weight:187}.PURPLE ._white-text.--weight-188{font-weight:188}.PURPLE ._white-text.--weight-189{font-weight:189}.PURPLE ._white-text.--weight-190{font-weight:190}.PURPLE ._white-text.--weight-191{font-weight:191}.PURPLE ._white-text.--weight-192{font-weight:192}.PURPLE ._white-text.--weight-193{font-weight:193}.PURPLE ._white-text.--weight-194{font-weight:194}.PURPLE ._white-text.--weight-195{font-weight:195}.PURPLE ._white-text.--weight-196{font-weight:196}.PURPLE ._white-text.--weight-197{font-weight:197}.PURPLE ._white-text.--weight-198{font-weight:198}.PURPLE ._white-text.--weight-199{font-weight:199}.PURPLE ._white-text.--weight-200{font-weight:200}.PURPLE ._white-text.--weight-201{font-weight:201}.PURPLE ._white-text.--weight-202{font-weight:202}.PURPLE ._white-text.--weight-203{font-weight:203}.PURPLE ._white-text.--weight-204{font-weight:204}.PURPLE ._white-text.--weight-205{font-weight:205}.PURPLE ._white-text.--weight-206{font-weight:206}.PURPLE ._white-text.--weight-207{font-weight:207}.PURPLE ._white-text.--weight-208{font-weight:208}.PURPLE ._white-text.--weight-209{font-weight:209}.PURPLE ._white-text.--weight-210{font-weight:210}.PURPLE ._white-text.--weight-211{font-weight:211}.PURPLE ._white-text.--weight-212{font-weight:212}.PURPLE ._white-text.--weight-213{font-weight:213}.PURPLE ._white-text.--weight-214{font-weight:214}.PURPLE ._white-text.--weight-215{font-weight:215}.PURPLE ._white-text.--weight-216{font-weight:216}.PURPLE ._white-text.--weight-217{font-weight:217}.PURPLE ._white-text.--weight-218{font-weight:218}.PURPLE ._white-text.--weight-219{font-weight:219}.PURPLE ._white-text.--weight-220{font-weight:220}.PURPLE ._white-text.--weight-221{font-weight:221}.PURPLE ._white-text.--weight-222{font-weight:222}.PURPLE ._white-text.--weight-223{font-weight:223}.PURPLE ._white-text.--weight-224{font-weight:224}.PURPLE ._white-text.--weight-225{font-weight:225}.PURPLE ._white-text.--weight-226{font-weight:226}.PURPLE ._white-text.--weight-227{font-weight:227}.PURPLE ._white-text.--weight-228{font-weight:228}.PURPLE ._white-text.--weight-229{font-weight:229}.PURPLE ._white-text.--weight-230{font-weight:230}.PURPLE ._white-text.--weight-231{font-weight:231}.PURPLE ._white-text.--weight-232{font-weight:232}.PURPLE ._white-text.--weight-233{font-weight:233}.PURPLE ._white-text.--weight-234{font-weight:234}.PURPLE ._white-text.--weight-235{font-weight:235}.PURPLE ._white-text.--weight-236{font-weight:236}.PURPLE ._white-text.--weight-237{font-weight:237}.PURPLE ._white-text.--weight-238{font-weight:238}.PURPLE ._white-text.--weight-239{font-weight:239}.PURPLE ._white-text.--weight-240{font-weight:240}.PURPLE ._white-text.--weight-241{font-weight:241}.PURPLE ._white-text.--weight-242{font-weight:242}.PURPLE ._white-text.--weight-243{font-weight:243}.PURPLE ._white-text.--weight-244{font-weight:244}.PURPLE ._white-text.--weight-245{font-weight:245}.PURPLE ._white-text.--weight-246{font-weight:246}.PURPLE ._white-text.--weight-247{font-weight:247}.PURPLE ._white-text.--weight-248{font-weight:248}.PURPLE ._white-text.--weight-249{font-weight:249}.PURPLE ._white-text.--weight-250{font-weight:250}.PURPLE ._white-text.--weight-251{font-weight:251}.PURPLE ._white-text.--weight-252{font-weight:252}.PURPLE ._white-text.--weight-253{font-weight:253}.PURPLE ._white-text.--weight-254{font-weight:254}.PURPLE ._white-text.--weight-255{font-weight:255}.PURPLE ._white-text.--weight-256{font-weight:256}.PURPLE ._white-text.--weight-257{font-weight:257}.PURPLE ._white-text.--weight-258{font-weight:258}.PURPLE ._white-text.--weight-259{font-weight:259}.PURPLE ._white-text.--weight-260{font-weight:260}.PURPLE ._white-text.--weight-261{font-weight:261}.PURPLE ._white-text.--weight-262{font-weight:262}.PURPLE ._white-text.--weight-263{font-weight:263}.PURPLE ._white-text.--weight-264{font-weight:264}.PURPLE ._white-text.--weight-265{font-weight:265}.PURPLE ._white-text.--weight-266{font-weight:266}.PURPLE ._white-text.--weight-267{font-weight:267}.PURPLE ._white-text.--weight-268{font-weight:268}.PURPLE ._white-text.--weight-269{font-weight:269}.PURPLE ._white-text.--weight-270{font-weight:270}.PURPLE ._white-text.--weight-271{font-weight:271}.PURPLE ._white-text.--weight-272{font-weight:272}.PURPLE ._white-text.--weight-273{font-weight:273}.PURPLE ._white-text.--weight-274{font-weight:274}.PURPLE ._white-text.--weight-275{font-weight:275}.PURPLE ._white-text.--weight-276{font-weight:276}.PURPLE ._white-text.--weight-277{font-weight:277}.PURPLE ._white-text.--weight-278{font-weight:278}.PURPLE ._white-text.--weight-279{font-weight:279}.PURPLE ._white-text.--weight-280{font-weight:280}.PURPLE ._white-text.--weight-281{font-weight:281}.PURPLE ._white-text.--weight-282{font-weight:282}.PURPLE ._white-text.--weight-283{font-weight:283}.PURPLE ._white-text.--weight-284{font-weight:284}.PURPLE ._white-text.--weight-285{font-weight:285}.PURPLE ._white-text.--weight-286{font-weight:286}.PURPLE ._white-text.--weight-287{font-weight:287}.PURPLE ._white-text.--weight-288{font-weight:288}.PURPLE ._white-text.--weight-289{font-weight:289}.PURPLE ._white-text.--weight-290{font-weight:290}.PURPLE ._white-text.--weight-291{font-weight:291}.PURPLE ._white-text.--weight-292{font-weight:292}.PURPLE ._white-text.--weight-293{font-weight:293}.PURPLE ._white-text.--weight-294{font-weight:294}.PURPLE ._white-text.--weight-295{font-weight:295}.PURPLE ._white-text.--weight-296{font-weight:296}.PURPLE ._white-text.--weight-297{font-weight:297}.PURPLE ._white-text.--weight-298{font-weight:298}.PURPLE ._white-text.--weight-299{font-weight:299}.PURPLE ._white-text.--weight-300{font-weight:300}.PURPLE ._white-text.--weight-301{font-weight:301}.PURPLE ._white-text.--weight-302{font-weight:302}.PURPLE ._white-text.--weight-303{font-weight:303}.PURPLE ._white-text.--weight-304{font-weight:304}.PURPLE ._white-text.--weight-305{font-weight:305}.PURPLE ._white-text.--weight-306{font-weight:306}.PURPLE ._white-text.--weight-307{font-weight:307}.PURPLE ._white-text.--weight-308{font-weight:308}.PURPLE ._white-text.--weight-309{font-weight:309}.PURPLE ._white-text.--weight-310{font-weight:310}.PURPLE ._white-text.--weight-311{font-weight:311}.PURPLE ._white-text.--weight-312{font-weight:312}.PURPLE ._white-text.--weight-313{font-weight:313}.PURPLE ._white-text.--weight-314{font-weight:314}.PURPLE ._white-text.--weight-315{font-weight:315}.PURPLE ._white-text.--weight-316{font-weight:316}.PURPLE ._white-text.--weight-317{font-weight:317}.PURPLE ._white-text.--weight-318{font-weight:318}.PURPLE ._white-text.--weight-319{font-weight:319}.PURPLE ._white-text.--weight-320{font-weight:320}.PURPLE ._white-text.--weight-321{font-weight:321}.PURPLE ._white-text.--weight-322{font-weight:322}.PURPLE ._white-text.--weight-323{font-weight:323}.PURPLE ._white-text.--weight-324{font-weight:324}.PURPLE ._white-text.--weight-325{font-weight:325}.PURPLE ._white-text.--weight-326{font-weight:326}.PURPLE ._white-text.--weight-327{font-weight:327}.PURPLE ._white-text.--weight-328{font-weight:328}.PURPLE ._white-text.--weight-329{font-weight:329}.PURPLE ._white-text.--weight-330{font-weight:330}.PURPLE ._white-text.--weight-331{font-weight:331}.PURPLE ._white-text.--weight-332{font-weight:332}.PURPLE ._white-text.--weight-333{font-weight:333}.PURPLE ._white-text.--weight-334{font-weight:334}.PURPLE ._white-text.--weight-335{font-weight:335}.PURPLE ._white-text.--weight-336{font-weight:336}.PURPLE ._white-text.--weight-337{font-weight:337}.PURPLE ._white-text.--weight-338{font-weight:338}.PURPLE ._white-text.--weight-339{font-weight:339}.PURPLE ._white-text.--weight-340{font-weight:340}.PURPLE ._white-text.--weight-341{font-weight:341}.PURPLE ._white-text.--weight-342{font-weight:342}.PURPLE ._white-text.--weight-343{font-weight:343}.PURPLE ._white-text.--weight-344{font-weight:344}.PURPLE ._white-text.--weight-345{font-weight:345}.PURPLE ._white-text.--weight-346{font-weight:346}.PURPLE ._white-text.--weight-347{font-weight:347}.PURPLE ._white-text.--weight-348{font-weight:348}.PURPLE ._white-text.--weight-349{font-weight:349}.PURPLE ._white-text.--weight-350{font-weight:350}.PURPLE ._white-text.--weight-351{font-weight:351}.PURPLE ._white-text.--weight-352{font-weight:352}.PURPLE ._white-text.--weight-353{font-weight:353}.PURPLE ._white-text.--weight-354{font-weight:354}.PURPLE ._white-text.--weight-355{font-weight:355}.PURPLE ._white-text.--weight-356{font-weight:356}.PURPLE ._white-text.--weight-357{font-weight:357}.PURPLE ._white-text.--weight-358{font-weight:358}.PURPLE ._white-text.--weight-359{font-weight:359}.PURPLE ._white-text.--weight-360{font-weight:360}.PURPLE ._white-text.--weight-361{font-weight:361}.PURPLE ._white-text.--weight-362{font-weight:362}.PURPLE ._white-text.--weight-363{font-weight:363}.PURPLE ._white-text.--weight-364{font-weight:364}.PURPLE ._white-text.--weight-365{font-weight:365}.PURPLE ._white-text.--weight-366{font-weight:366}.PURPLE ._white-text.--weight-367{font-weight:367}.PURPLE ._white-text.--weight-368{font-weight:368}.PURPLE ._white-text.--weight-369{font-weight:369}.PURPLE ._white-text.--weight-370{font-weight:370}.PURPLE ._white-text.--weight-371{font-weight:371}.PURPLE ._white-text.--weight-372{font-weight:372}.PURPLE ._white-text.--weight-373{font-weight:373}.PURPLE ._white-text.--weight-374{font-weight:374}.PURPLE ._white-text.--weight-375{font-weight:375}.PURPLE ._white-text.--weight-376{font-weight:376}.PURPLE ._white-text.--weight-377{font-weight:377}.PURPLE ._white-text.--weight-378{font-weight:378}.PURPLE ._white-text.--weight-379{font-weight:379}.PURPLE ._white-text.--weight-380{font-weight:380}.PURPLE ._white-text.--weight-381{font-weight:381}.PURPLE ._white-text.--weight-382{font-weight:382}.PURPLE ._white-text.--weight-383{font-weight:383}.PURPLE ._white-text.--weight-384{font-weight:384}.PURPLE ._white-text.--weight-385{font-weight:385}.PURPLE ._white-text.--weight-386{font-weight:386}.PURPLE ._white-text.--weight-387{font-weight:387}.PURPLE ._white-text.--weight-388{font-weight:388}.PURPLE ._white-text.--weight-389{font-weight:389}.PURPLE ._white-text.--weight-390{font-weight:390}.PURPLE ._white-text.--weight-391{font-weight:391}.PURPLE ._white-text.--weight-392{font-weight:392}.PURPLE ._white-text.--weight-393{font-weight:393}.PURPLE ._white-text.--weight-394{font-weight:394}.PURPLE ._white-text.--weight-395{font-weight:395}.PURPLE ._white-text.--weight-396{font-weight:396}.PURPLE ._white-text.--weight-397{font-weight:397}.PURPLE ._white-text.--weight-398{font-weight:398}.PURPLE ._white-text.--weight-399{font-weight:399}.PURPLE ._white-text.--weight-400{font-weight:400}.PURPLE ._white-text.--weight-401{font-weight:401}.PURPLE ._white-text.--weight-402{font-weight:402}.PURPLE ._white-text.--weight-403{font-weight:403}.PURPLE ._white-text.--weight-404{font-weight:404}.PURPLE ._white-text.--weight-405{font-weight:405}.PURPLE ._white-text.--weight-406{font-weight:406}.PURPLE ._white-text.--weight-407{font-weight:407}.PURPLE ._white-text.--weight-408{font-weight:408}.PURPLE ._white-text.--weight-409{font-weight:409}.PURPLE ._white-text.--weight-410{font-weight:410}.PURPLE ._white-text.--weight-411{font-weight:411}.PURPLE ._white-text.--weight-412{font-weight:412}.PURPLE ._white-text.--weight-413{font-weight:413}.PURPLE ._white-text.--weight-414{font-weight:414}.PURPLE ._white-text.--weight-415{font-weight:415}.PURPLE ._white-text.--weight-416{font-weight:416}.PURPLE ._white-text.--weight-417{font-weight:417}.PURPLE ._white-text.--weight-418{font-weight:418}.PURPLE ._white-text.--weight-419{font-weight:419}.PURPLE ._white-text.--weight-420{font-weight:420}.PURPLE ._white-text.--weight-421{font-weight:421}.PURPLE ._white-text.--weight-422{font-weight:422}.PURPLE ._white-text.--weight-423{font-weight:423}.PURPLE ._white-text.--weight-424{font-weight:424}.PURPLE ._white-text.--weight-425{font-weight:425}.PURPLE ._white-text.--weight-426{font-weight:426}.PURPLE ._white-text.--weight-427{font-weight:427}.PURPLE ._white-text.--weight-428{font-weight:428}.PURPLE ._white-text.--weight-429{font-weight:429}.PURPLE ._white-text.--weight-430{font-weight:430}.PURPLE ._white-text.--weight-431{font-weight:431}.PURPLE ._white-text.--weight-432{font-weight:432}.PURPLE ._white-text.--weight-433{font-weight:433}.PURPLE ._white-text.--weight-434{font-weight:434}.PURPLE ._white-text.--weight-435{font-weight:435}.PURPLE ._white-text.--weight-436{font-weight:436}.PURPLE ._white-text.--weight-437{font-weight:437}.PURPLE ._white-text.--weight-438{font-weight:438}.PURPLE ._white-text.--weight-439{font-weight:439}.PURPLE ._white-text.--weight-440{font-weight:440}.PURPLE ._white-text.--weight-441{font-weight:441}.PURPLE ._white-text.--weight-442{font-weight:442}.PURPLE ._white-text.--weight-443{font-weight:443}.PURPLE ._white-text.--weight-444{font-weight:444}.PURPLE ._white-text.--weight-445{font-weight:445}.PURPLE ._white-text.--weight-446{font-weight:446}.PURPLE ._white-text.--weight-447{font-weight:447}.PURPLE ._white-text.--weight-448{font-weight:448}.PURPLE ._white-text.--weight-449{font-weight:449}.PURPLE ._white-text.--weight-450{font-weight:450}.PURPLE ._white-text.--weight-451{font-weight:451}.PURPLE ._white-text.--weight-452{font-weight:452}.PURPLE ._white-text.--weight-453{font-weight:453}.PURPLE ._white-text.--weight-454{font-weight:454}.PURPLE ._white-text.--weight-455{font-weight:455}.PURPLE ._white-text.--weight-456{font-weight:456}.PURPLE ._white-text.--weight-457{font-weight:457}.PURPLE ._white-text.--weight-458{font-weight:458}.PURPLE ._white-text.--weight-459{font-weight:459}.PURPLE ._white-text.--weight-460{font-weight:460}.PURPLE ._white-text.--weight-461{font-weight:461}.PURPLE ._white-text.--weight-462{font-weight:462}.PURPLE ._white-text.--weight-463{font-weight:463}.PURPLE ._white-text.--weight-464{font-weight:464}.PURPLE ._white-text.--weight-465{font-weight:465}.PURPLE ._white-text.--weight-466{font-weight:466}.PURPLE ._white-text.--weight-467{font-weight:467}.PURPLE ._white-text.--weight-468{font-weight:468}.PURPLE ._white-text.--weight-469{font-weight:469}.PURPLE ._white-text.--weight-470{font-weight:470}.PURPLE ._white-text.--weight-471{font-weight:471}.PURPLE ._white-text.--weight-472{font-weight:472}.PURPLE ._white-text.--weight-473{font-weight:473}.PURPLE ._white-text.--weight-474{font-weight:474}.PURPLE ._white-text.--weight-475{font-weight:475}.PURPLE ._white-text.--weight-476{font-weight:476}.PURPLE ._white-text.--weight-477{font-weight:477}.PURPLE ._white-text.--weight-478{font-weight:478}.PURPLE ._white-text.--weight-479{font-weight:479}.PURPLE ._white-text.--weight-480{font-weight:480}.PURPLE ._white-text.--weight-481{font-weight:481}.PURPLE ._white-text.--weight-482{font-weight:482}.PURPLE ._white-text.--weight-483{font-weight:483}.PURPLE ._white-text.--weight-484{font-weight:484}.PURPLE ._white-text.--weight-485{font-weight:485}.PURPLE ._white-text.--weight-486{font-weight:486}.PURPLE ._white-text.--weight-487{font-weight:487}.PURPLE ._white-text.--weight-488{font-weight:488}.PURPLE ._white-text.--weight-489{font-weight:489}.PURPLE ._white-text.--weight-490{font-weight:490}.PURPLE ._white-text.--weight-491{font-weight:491}.PURPLE ._white-text.--weight-492{font-weight:492}.PURPLE ._white-text.--weight-493{font-weight:493}.PURPLE ._white-text.--weight-494{font-weight:494}.PURPLE ._white-text.--weight-495{font-weight:495}.PURPLE ._white-text.--weight-496{font-weight:496}.PURPLE ._white-text.--weight-497{font-weight:497}.PURPLE ._white-text.--weight-498{font-weight:498}.PURPLE ._white-text.--weight-499{font-weight:499}.PURPLE ._white-text.--weight-500{font-weight:500}.PURPLE ._white-text.--weight-501{font-weight:501}.PURPLE ._white-text.--weight-502{font-weight:502}.PURPLE ._white-text.--weight-503{font-weight:503}.PURPLE ._white-text.--weight-504{font-weight:504}.PURPLE ._white-text.--weight-505{font-weight:505}.PURPLE ._white-text.--weight-506{font-weight:506}.PURPLE ._white-text.--weight-507{font-weight:507}.PURPLE ._white-text.--weight-508{font-weight:508}.PURPLE ._white-text.--weight-509{font-weight:509}.PURPLE ._white-text.--weight-510{font-weight:510}.PURPLE ._white-text.--weight-511{font-weight:511}.PURPLE ._white-text.--weight-512{font-weight:512}.PURPLE ._white-text.--weight-513{font-weight:513}.PURPLE ._white-text.--weight-514{font-weight:514}.PURPLE ._white-text.--weight-515{font-weight:515}.PURPLE ._white-text.--weight-516{font-weight:516}.PURPLE ._white-text.--weight-517{font-weight:517}.PURPLE ._white-text.--weight-518{font-weight:518}.PURPLE ._white-text.--weight-519{font-weight:519}.PURPLE ._white-text.--weight-520{font-weight:520}.PURPLE ._white-text.--weight-521{font-weight:521}.PURPLE ._white-text.--weight-522{font-weight:522}.PURPLE ._white-text.--weight-523{font-weight:523}.PURPLE ._white-text.--weight-524{font-weight:524}.PURPLE ._white-text.--weight-525{font-weight:525}.PURPLE ._white-text.--weight-526{font-weight:526}.PURPLE ._white-text.--weight-527{font-weight:527}.PURPLE ._white-text.--weight-528{font-weight:528}.PURPLE ._white-text.--weight-529{font-weight:529}.PURPLE ._white-text.--weight-530{font-weight:530}.PURPLE ._white-text.--weight-531{font-weight:531}.PURPLE ._white-text.--weight-532{font-weight:532}.PURPLE ._white-text.--weight-533{font-weight:533}.PURPLE ._white-text.--weight-534{font-weight:534}.PURPLE ._white-text.--weight-535{font-weight:535}.PURPLE ._white-text.--weight-536{font-weight:536}.PURPLE ._white-text.--weight-537{font-weight:537}.PURPLE ._white-text.--weight-538{font-weight:538}.PURPLE ._white-text.--weight-539{font-weight:539}.PURPLE ._white-text.--weight-540{font-weight:540}.PURPLE ._white-text.--weight-541{font-weight:541}.PURPLE ._white-text.--weight-542{font-weight:542}.PURPLE ._white-text.--weight-543{font-weight:543}.PURPLE ._white-text.--weight-544{font-weight:544}.PURPLE ._white-text.--weight-545{font-weight:545}.PURPLE ._white-text.--weight-546{font-weight:546}.PURPLE ._white-text.--weight-547{font-weight:547}.PURPLE ._white-text.--weight-548{font-weight:548}.PURPLE ._white-text.--weight-549{font-weight:549}.PURPLE ._white-text.--weight-550{font-weight:550}.PURPLE ._white-text.--weight-551{font-weight:551}.PURPLE ._white-text.--weight-552{font-weight:552}.PURPLE ._white-text.--weight-553{font-weight:553}.PURPLE ._white-text.--weight-554{font-weight:554}.PURPLE ._white-text.--weight-555{font-weight:555}.PURPLE ._white-text.--weight-556{font-weight:556}.PURPLE ._white-text.--weight-557{font-weight:557}.PURPLE ._white-text.--weight-558{font-weight:558}.PURPLE ._white-text.--weight-559{font-weight:559}.PURPLE ._white-text.--weight-560{font-weight:560}.PURPLE ._white-text.--weight-561{font-weight:561}.PURPLE ._white-text.--weight-562{font-weight:562}.PURPLE ._white-text.--weight-563{font-weight:563}.PURPLE ._white-text.--weight-564{font-weight:564}.PURPLE ._white-text.--weight-565{font-weight:565}.PURPLE ._white-text.--weight-566{font-weight:566}.PURPLE ._white-text.--weight-567{font-weight:567}.PURPLE ._white-text.--weight-568{font-weight:568}.PURPLE ._white-text.--weight-569{font-weight:569}.PURPLE ._white-text.--weight-570{font-weight:570}.PURPLE ._white-text.--weight-571{font-weight:571}.PURPLE ._white-text.--weight-572{font-weight:572}.PURPLE ._white-text.--weight-573{font-weight:573}.PURPLE ._white-text.--weight-574{font-weight:574}.PURPLE ._white-text.--weight-575{font-weight:575}.PURPLE ._white-text.--weight-576{font-weight:576}.PURPLE ._white-text.--weight-577{font-weight:577}.PURPLE ._white-text.--weight-578{font-weight:578}.PURPLE ._white-text.--weight-579{font-weight:579}.PURPLE ._white-text.--weight-580{font-weight:580}.PURPLE ._white-text.--weight-581{font-weight:581}.PURPLE ._white-text.--weight-582{font-weight:582}.PURPLE ._white-text.--weight-583{font-weight:583}.PURPLE ._white-text.--weight-584{font-weight:584}.PURPLE ._white-text.--weight-585{font-weight:585}.PURPLE ._white-text.--weight-586{font-weight:586}.PURPLE ._white-text.--weight-587{font-weight:587}.PURPLE ._white-text.--weight-588{font-weight:588}.PURPLE ._white-text.--weight-589{font-weight:589}.PURPLE ._white-text.--weight-590{font-weight:590}.PURPLE ._white-text.--weight-591{font-weight:591}.PURPLE ._white-text.--weight-592{font-weight:592}.PURPLE ._white-text.--weight-593{font-weight:593}.PURPLE ._white-text.--weight-594{font-weight:594}.PURPLE ._white-text.--weight-595{font-weight:595}.PURPLE ._white-text.--weight-596{font-weight:596}.PURPLE ._white-text.--weight-597{font-weight:597}.PURPLE ._white-text.--weight-598{font-weight:598}.PURPLE ._white-text.--weight-599{font-weight:599}.PURPLE ._white-text.--weight-600{font-weight:600}.PURPLE ._white-text.--weight-601{font-weight:601}.PURPLE ._white-text.--weight-602{font-weight:602}.PURPLE ._white-text.--weight-603{font-weight:603}.PURPLE ._white-text.--weight-604{font-weight:604}.PURPLE ._white-text.--weight-605{font-weight:605}.PURPLE ._white-text.--weight-606{font-weight:606}.PURPLE ._white-text.--weight-607{font-weight:607}.PURPLE ._white-text.--weight-608{font-weight:608}.PURPLE ._white-text.--weight-609{font-weight:609}.PURPLE ._white-text.--weight-610{font-weight:610}.PURPLE ._white-text.--weight-611{font-weight:611}.PURPLE ._white-text.--weight-612{font-weight:612}.PURPLE ._white-text.--weight-613{font-weight:613}.PURPLE ._white-text.--weight-614{font-weight:614}.PURPLE ._white-text.--weight-615{font-weight:615}.PURPLE ._white-text.--weight-616{font-weight:616}.PURPLE ._white-text.--weight-617{font-weight:617}.PURPLE ._white-text.--weight-618{font-weight:618}.PURPLE ._white-text.--weight-619{font-weight:619}.PURPLE ._white-text.--weight-620{font-weight:620}.PURPLE ._white-text.--weight-621{font-weight:621}.PURPLE ._white-text.--weight-622{font-weight:622}.PURPLE ._white-text.--weight-623{font-weight:623}.PURPLE ._white-text.--weight-624{font-weight:624}.PURPLE ._white-text.--weight-625{font-weight:625}.PURPLE ._white-text.--weight-626{font-weight:626}.PURPLE ._white-text.--weight-627{font-weight:627}.PURPLE ._white-text.--weight-628{font-weight:628}.PURPLE ._white-text.--weight-629{font-weight:629}.PURPLE ._white-text.--weight-630{font-weight:630}.PURPLE ._white-text.--weight-631{font-weight:631}.PURPLE ._white-text.--weight-632{font-weight:632}.PURPLE ._white-text.--weight-633{font-weight:633}.PURPLE ._white-text.--weight-634{font-weight:634}.PURPLE ._white-text.--weight-635{font-weight:635}.PURPLE ._white-text.--weight-636{font-weight:636}.PURPLE ._white-text.--weight-637{font-weight:637}.PURPLE ._white-text.--weight-638{font-weight:638}.PURPLE ._white-text.--weight-639{font-weight:639}.PURPLE ._white-text.--weight-640{font-weight:640}.PURPLE ._white-text.--weight-641{font-weight:641}.PURPLE ._white-text.--weight-642{font-weight:642}.PURPLE ._white-text.--weight-643{font-weight:643}.PURPLE ._white-text.--weight-644{font-weight:644}.PURPLE ._white-text.--weight-645{font-weight:645}.PURPLE ._white-text.--weight-646{font-weight:646}.PURPLE ._white-text.--weight-647{font-weight:647}.PURPLE ._white-text.--weight-648{font-weight:648}.PURPLE ._white-text.--weight-649{font-weight:649}.PURPLE ._white-text.--weight-650{font-weight:650}.PURPLE ._white-text.--weight-651{font-weight:651}.PURPLE ._white-text.--weight-652{font-weight:652}.PURPLE ._white-text.--weight-653{font-weight:653}.PURPLE ._white-text.--weight-654{font-weight:654}.PURPLE ._white-text.--weight-655{font-weight:655}.PURPLE ._white-text.--weight-656{font-weight:656}.PURPLE ._white-text.--weight-657{font-weight:657}.PURPLE ._white-text.--weight-658{font-weight:658}.PURPLE ._white-text.--weight-659{font-weight:659}.PURPLE ._white-text.--weight-660{font-weight:660}.PURPLE ._white-text.--weight-661{font-weight:661}.PURPLE ._white-text.--weight-662{font-weight:662}.PURPLE ._white-text.--weight-663{font-weight:663}.PURPLE ._white-text.--weight-664{font-weight:664}.PURPLE ._white-text.--weight-665{font-weight:665}.PURPLE ._white-text.--weight-666{font-weight:666}.PURPLE ._white-text.--weight-667{font-weight:667}.PURPLE ._white-text.--weight-668{font-weight:668}.PURPLE ._white-text.--weight-669{font-weight:669}.PURPLE ._white-text.--weight-670{font-weight:670}.PURPLE ._white-text.--weight-671{font-weight:671}.PURPLE ._white-text.--weight-672{font-weight:672}.PURPLE ._white-text.--weight-673{font-weight:673}.PURPLE ._white-text.--weight-674{font-weight:674}.PURPLE ._white-text.--weight-675{font-weight:675}.PURPLE ._white-text.--weight-676{font-weight:676}.PURPLE ._white-text.--weight-677{font-weight:677}.PURPLE ._white-text.--weight-678{font-weight:678}.PURPLE ._white-text.--weight-679{font-weight:679}.PURPLE ._white-text.--weight-680{font-weight:680}.PURPLE ._white-text.--weight-681{font-weight:681}.PURPLE ._white-text.--weight-682{font-weight:682}.PURPLE ._white-text.--weight-683{font-weight:683}.PURPLE ._white-text.--weight-684{font-weight:684}.PURPLE ._white-text.--weight-685{font-weight:685}.PURPLE ._white-text.--weight-686{font-weight:686}.PURPLE ._white-text.--weight-687{font-weight:687}.PURPLE ._white-text.--weight-688{font-weight:688}.PURPLE ._white-text.--weight-689{font-weight:689}.PURPLE ._white-text.--weight-690{font-weight:690}.PURPLE ._white-text.--weight-691{font-weight:691}.PURPLE ._white-text.--weight-692{font-weight:692}.PURPLE ._white-text.--weight-693{font-weight:693}.PURPLE ._white-text.--weight-694{font-weight:694}.PURPLE ._white-text.--weight-695{font-weight:695}.PURPLE ._white-text.--weight-696{font-weight:696}.PURPLE ._white-text.--weight-697{font-weight:697}.PURPLE ._white-text.--weight-698{font-weight:698}.PURPLE ._white-text.--weight-699{font-weight:699}.PURPLE ._white-text.--weight-700{font-weight:700}.PURPLE ._white-text.--weight-701{font-weight:701}.PURPLE ._white-text.--weight-702{font-weight:702}.PURPLE ._white-text.--weight-703{font-weight:703}.PURPLE ._white-text.--weight-704{font-weight:704}.PURPLE ._white-text.--weight-705{font-weight:705}.PURPLE ._white-text.--weight-706{font-weight:706}.PURPLE ._white-text.--weight-707{font-weight:707}.PURPLE ._white-text.--weight-708{font-weight:708}.PURPLE ._white-text.--weight-709{font-weight:709}.PURPLE ._white-text.--weight-710{font-weight:710}.PURPLE ._white-text.--weight-711{font-weight:711}.PURPLE ._white-text.--weight-712{font-weight:712}.PURPLE ._white-text.--weight-713{font-weight:713}.PURPLE ._white-text.--weight-714{font-weight:714}.PURPLE ._white-text.--weight-715{font-weight:715}.PURPLE ._white-text.--weight-716{font-weight:716}.PURPLE ._white-text.--weight-717{font-weight:717}.PURPLE ._white-text.--weight-718{font-weight:718}.PURPLE ._white-text.--weight-719{font-weight:719}.PURPLE ._white-text.--weight-720{font-weight:720}.PURPLE ._white-text.--weight-721{font-weight:721}.PURPLE ._white-text.--weight-722{font-weight:722}.PURPLE ._white-text.--weight-723{font-weight:723}.PURPLE ._white-text.--weight-724{font-weight:724}.PURPLE ._white-text.--weight-725{font-weight:725}.PURPLE ._white-text.--weight-726{font-weight:726}.PURPLE ._white-text.--weight-727{font-weight:727}.PURPLE ._white-text.--weight-728{font-weight:728}.PURPLE ._white-text.--weight-729{font-weight:729}.PURPLE ._white-text.--weight-730{font-weight:730}.PURPLE ._white-text.--weight-731{font-weight:731}.PURPLE ._white-text.--weight-732{font-weight:732}.PURPLE ._white-text.--weight-733{font-weight:733}.PURPLE ._white-text.--weight-734{font-weight:734}.PURPLE ._white-text.--weight-735{font-weight:735}.PURPLE ._white-text.--weight-736{font-weight:736}.PURPLE ._white-text.--weight-737{font-weight:737}.PURPLE ._white-text.--weight-738{font-weight:738}.PURPLE ._white-text.--weight-739{font-weight:739}.PURPLE ._white-text.--weight-740{font-weight:740}.PURPLE ._white-text.--weight-741{font-weight:741}.PURPLE ._white-text.--weight-742{font-weight:742}.PURPLE ._white-text.--weight-743{font-weight:743}.PURPLE ._white-text.--weight-744{font-weight:744}.PURPLE ._white-text.--weight-745{font-weight:745}.PURPLE ._white-text.--weight-746{font-weight:746}.PURPLE ._white-text.--weight-747{font-weight:747}.PURPLE ._white-text.--weight-748{font-weight:748}.PURPLE ._white-text.--weight-749{font-weight:749}.PURPLE ._white-text.--weight-750{font-weight:750}.PURPLE ._white-text.--weight-751{font-weight:751}.PURPLE ._white-text.--weight-752{font-weight:752}.PURPLE ._white-text.--weight-753{font-weight:753}.PURPLE ._white-text.--weight-754{font-weight:754}.PURPLE ._white-text.--weight-755{font-weight:755}.PURPLE ._white-text.--weight-756{font-weight:756}.PURPLE ._white-text.--weight-757{font-weight:757}.PURPLE ._white-text.--weight-758{font-weight:758}.PURPLE ._white-text.--weight-759{font-weight:759}.PURPLE ._white-text.--weight-760{font-weight:760}.PURPLE ._white-text.--weight-761{font-weight:761}.PURPLE ._white-text.--weight-762{font-weight:762}.PURPLE ._white-text.--weight-763{font-weight:763}.PURPLE ._white-text.--weight-764{font-weight:764}.PURPLE ._white-text.--weight-765{font-weight:765}.PURPLE ._white-text.--weight-766{font-weight:766}.PURPLE ._white-text.--weight-767{font-weight:767}.PURPLE ._white-text.--weight-768{font-weight:768}.PURPLE ._white-text.--weight-769{font-weight:769}.PURPLE ._white-text.--weight-770{font-weight:770}.PURPLE ._white-text.--weight-771{font-weight:771}.PURPLE ._white-text.--weight-772{font-weight:772}.PURPLE ._white-text.--weight-773{font-weight:773}.PURPLE ._white-text.--weight-774{font-weight:774}.PURPLE ._white-text.--weight-775{font-weight:775}.PURPLE ._white-text.--weight-776{font-weight:776}.PURPLE ._white-text.--weight-777{font-weight:777}.PURPLE ._white-text.--weight-778{font-weight:778}.PURPLE ._white-text.--weight-779{font-weight:779}.PURPLE ._white-text.--weight-780{font-weight:780}.PURPLE ._white-text.--weight-781{font-weight:781}.PURPLE ._white-text.--weight-782{font-weight:782}.PURPLE ._white-text.--weight-783{font-weight:783}.PURPLE ._white-text.--weight-784{font-weight:784}.PURPLE ._white-text.--weight-785{font-weight:785}.PURPLE ._white-text.--weight-786{font-weight:786}.PURPLE ._white-text.--weight-787{font-weight:787}.PURPLE ._white-text.--weight-788{font-weight:788}.PURPLE ._white-text.--weight-789{font-weight:789}.PURPLE ._white-text.--weight-790{font-weight:790}.PURPLE ._white-text.--weight-791{font-weight:791}.PURPLE ._white-text.--weight-792{font-weight:792}.PURPLE ._white-text.--weight-793{font-weight:793}.PURPLE ._white-text.--weight-794{font-weight:794}.PURPLE ._white-text.--weight-795{font-weight:795}.PURPLE ._white-text.--weight-796{font-weight:796}.PURPLE ._white-text.--weight-797{font-weight:797}.PURPLE ._white-text.--weight-798{font-weight:798}.PURPLE ._white-text.--weight-799{font-weight:799}.PURPLE ._white-text.--weight-800{font-weight:800}.PURPLE ._white-text.--lh-1{line-height:1px}.PURPLE ._white-text.--lh-2{line-height:2px}.PURPLE ._white-text.--lh-3{line-height:3px}.PURPLE ._white-text.--lh-4{line-height:4px}.PURPLE ._white-text.--lh-5{line-height:5px}.PURPLE ._white-text.--lh-6{line-height:6px}.PURPLE ._white-text.--lh-7{line-height:7px}.PURPLE ._white-text.--lh-8{line-height:8px}.PURPLE ._white-text.--lh-9{line-height:9px}.PURPLE ._white-text.--lh-10{line-height:10px}.PURPLE ._white-text.--lh-11{line-height:11px}.PURPLE ._white-text.--lh-12{line-height:12px}.PURPLE ._white-text.--lh-13{line-height:13px}.PURPLE ._white-text.--lh-14{line-height:14px}.PURPLE ._white-text.--lh-15{line-height:15px}.PURPLE ._white-text.--lh-16{line-height:16px}.PURPLE ._white-text.--lh-17{line-height:17px}.PURPLE ._white-text.--lh-18{line-height:18px}.PURPLE ._white-text.--lh-19{line-height:19px}.PURPLE ._white-text.--lh-20{line-height:20px}.PURPLE ._white-text.--lh-21{line-height:21px}.PURPLE ._white-text.--lh-22{line-height:22px}.PURPLE ._white-text.--lh-23{line-height:23px}.PURPLE ._white-text.--lh-24{line-height:24px}.PURPLE ._white-text.--lh-25{line-height:25px}.PURPLE ._white-text.--lh-26{line-height:26px}.PURPLE ._white-text.--lh-27{line-height:27px}.PURPLE ._white-text.--lh-28{line-height:28px}.PURPLE ._white-text.--lh-29{line-height:29px}.PURPLE ._white-text.--lh-30{line-height:30px}.PURPLE ._white-text.--lh-31{line-height:31px}.PURPLE ._white-text.--lh-32{line-height:32px}.PURPLE ._white-text.--lh-33{line-height:33px}.PURPLE ._white-text.--lh-34{line-height:34px}.PURPLE ._white-text.--lh-35{line-height:35px}.PURPLE ._white-text.--lh-36{line-height:36px}.PURPLE ._white-text.--lh-37{line-height:37px}.PURPLE ._white-text.--lh-38{line-height:38px}.PURPLE ._white-text.--lh-39{line-height:39px}.PURPLE ._white-text.--lh-40{line-height:40px}.PURPLE ._white-text.--lh-41{line-height:41px}.PURPLE ._white-text.--lh-42{line-height:42px}.PURPLE ._white-text.--lh-43{line-height:43px}.PURPLE ._white-text.--lh-44{line-height:44px}.PURPLE ._white-text.--lh-45{line-height:45px}.PURPLE ._white-text.--lh-46{line-height:46px}.PURPLE ._white-text.--lh-47{line-height:47px}.PURPLE ._white-text.--lh-48{line-height:48px}.PURPLE ._white-text.--lh-49{line-height:49px}.PURPLE ._white-text.--lh-50{line-height:50px}.PURPLE ._white-text.--lh-51{line-height:51px}.PURPLE ._white-text.--lh-52{line-height:52px}.PURPLE ._white-text.--lh-53{line-height:53px}.PURPLE ._white-text.--lh-54{line-height:54px}.PURPLE ._white-text.--lh-55{line-height:55px}.PURPLE ._white-text.--lh-56{line-height:56px}.PURPLE ._white-text.--lh-57{line-height:57px}.PURPLE ._white-text.--lh-58{line-height:58px}.PURPLE ._white-text.--lh-59{line-height:59px}.PURPLE ._white-text.--lh-60{line-height:60px}.PURPLE ._white-text.--lh-61{line-height:61px}.PURPLE ._white-text.--lh-62{line-height:62px}.PURPLE ._white-text.--lh-63{line-height:63px}.PURPLE ._white-text.--lh-64{line-height:64px}.PURPLE ._white-text.--lh-65{line-height:65px}.PURPLE ._white-text.--lh-66{line-height:66px}.PURPLE ._white-text.--lh-67{line-height:67px}.PURPLE ._white-text.--lh-68{line-height:68px}.PURPLE ._white-text.--lh-69{line-height:69px}.PURPLE ._white-text.--lh-70{line-height:70px}.PURPLE ._white-text.--lh-71{line-height:71px}.PURPLE ._white-text.--lh-72{line-height:72px}.PURPLE ._white-text.--lh-73{line-height:73px}.PURPLE ._white-text.--lh-74{line-height:74px}.PURPLE ._white-text.--lh-75{line-height:75px}.PURPLE ._white-text.--lh-76{line-height:76px}.PURPLE ._white-text.--lh-77{line-height:77px}.PURPLE ._white-text.--lh-78{line-height:78px}.PURPLE ._white-text.--lh-79{line-height:79px}.PURPLE ._white-text.--lh-80{line-height:80px}.PURPLE ._white-text.--lh-81{line-height:81px}.PURPLE ._white-text.--lh-82{line-height:82px}.PURPLE ._white-text.--lh-83{line-height:83px}.PURPLE ._white-text.--lh-84{line-height:84px}.PURPLE ._white-text.--lh-85{line-height:85px}.PURPLE ._white-text.--lh-86{line-height:86px}.PURPLE ._white-text.--lh-87{line-height:87px}.PURPLE ._white-text.--lh-88{line-height:88px}.PURPLE ._white-text.--lh-89{line-height:89px}.PURPLE ._white-text.--lh-90{line-height:90px}.PURPLE ._white-text.--lh-91{line-height:91px}.PURPLE ._white-text.--lh-92{line-height:92px}.PURPLE ._white-text.--lh-93{line-height:93px}.PURPLE ._white-text.--lh-94{line-height:94px}.PURPLE ._white-text.--lh-95{line-height:95px}.PURPLE ._white-text.--lh-96{line-height:96px}.PURPLE ._white-text.--lh-97{line-height:97px}.PURPLE ._white-text.--lh-98{line-height:98px}.PURPLE ._white-text.--lh-99{line-height:99px}.PURPLE ._white-text.--lh-100{line-height:100px}.PURPLE ._white-text.--lh-101{line-height:101px}.PURPLE ._white-text.--lh-102{line-height:102px}.PURPLE ._white-text.--lh-103{line-height:103px}.PURPLE ._white-text.--lh-104{line-height:104px}.PURPLE ._white-text.--lh-105{line-height:105px}.PURPLE ._white-text.--lh-106{line-height:106px}.PURPLE ._white-text.--lh-107{line-height:107px}.PURPLE ._white-text.--lh-108{line-height:108px}.PURPLE ._white-text.--lh-109{line-height:109px}.PURPLE ._white-text.--lh-110{line-height:110px}.PURPLE ._white-text.--lh-111{line-height:111px}.PURPLE ._white-text.--lh-112{line-height:112px}.PURPLE ._white-text.--lh-113{line-height:113px}.PURPLE ._white-text.--lh-114{line-height:114px}.PURPLE ._white-text.--lh-115{line-height:115px}.PURPLE ._white-text.--lh-116{line-height:116px}.PURPLE ._white-text.--lh-117{line-height:117px}.PURPLE ._white-text.--lh-118{line-height:118px}.PURPLE ._white-text.--lh-119{line-height:119px}.PURPLE ._white-text.--lh-120{line-height:120px}.PURPLE ._white-text.--lh-121{line-height:121px}.PURPLE ._white-text.--lh-122{line-height:122px}.PURPLE ._white-text.--lh-123{line-height:123px}.PURPLE ._white-text.--lh-124{line-height:124px}.PURPLE ._white-text.--lh-125{line-height:125px}.PURPLE ._white-text.--lh-126{line-height:126px}.PURPLE ._white-text.--lh-127{line-height:127px}.PURPLE ._white-text.--lh-128{line-height:128px}.PURPLE ._white-text.--lh-129{line-height:129px}.PURPLE ._white-text.--lh-130{line-height:130px}.PURPLE ._white-text.--lh-131{line-height:131px}.PURPLE ._white-text.--lh-132{line-height:132px}.PURPLE ._white-text.--lh-133{line-height:133px}.PURPLE ._white-text.--lh-134{line-height:134px}.PURPLE ._white-text.--lh-135{line-height:135px}.PURPLE ._white-text.--lh-136{line-height:136px}.PURPLE ._white-text.--lh-137{line-height:137px}.PURPLE ._white-text.--lh-138{line-height:138px}.PURPLE ._white-text.--lh-139{line-height:139px}.PURPLE ._white-text.--lh-140{line-height:140px}.PURPLE ._white-text.--lh-141{line-height:141px}.PURPLE ._white-text.--lh-142{line-height:142px}.PURPLE ._white-text.--lh-143{line-height:143px}.PURPLE ._white-text.--lh-144{line-height:144px}.PURPLE ._white-text.--lh-145{line-height:145px}.PURPLE ._white-text.--lh-146{line-height:146px}.PURPLE ._white-text.--lh-147{line-height:147px}.PURPLE ._white-text.--lh-148{line-height:148px}.PURPLE ._white-text.--lh-149{line-height:149px}.PURPLE ._white-text.--lh-150{line-height:150px}.PURPLE ._white-text.--lh-151{line-height:151px}.PURPLE ._white-text.--lh-152{line-height:152px}.PURPLE ._white-text.--lh-153{line-height:153px}.PURPLE ._white-text.--lh-154{line-height:154px}.PURPLE ._white-text.--lh-155{line-height:155px}.PURPLE ._white-text.--lh-156{line-height:156px}.PURPLE ._white-text.--lh-157{line-height:157px}.PURPLE ._white-text.--lh-158{line-height:158px}.PURPLE ._white-text.--lh-159{line-height:159px}.PURPLE ._white-text.--lh-160{line-height:160px}.PURPLE ._white-text.--lh-161{line-height:161px}.PURPLE ._white-text.--lh-162{line-height:162px}.PURPLE ._white-text.--lh-163{line-height:163px}.PURPLE ._white-text.--lh-164{line-height:164px}.PURPLE ._white-text.--lh-165{line-height:165px}.PURPLE ._white-text.--lh-166{line-height:166px}.PURPLE ._white-text.--lh-167{line-height:167px}.PURPLE ._white-text.--lh-168{line-height:168px}.PURPLE ._white-text.--lh-169{line-height:169px}.PURPLE ._white-text.--lh-170{line-height:170px}.PURPLE ._white-text.--lh-171{line-height:171px}.PURPLE ._white-text.--lh-172{line-height:172px}.PURPLE ._white-text.--lh-173{line-height:173px}.PURPLE ._white-text.--lh-174{line-height:174px}.PURPLE ._white-text.--lh-175{line-height:175px}.PURPLE ._white-text.--lh-176{line-height:176px}.PURPLE ._white-text.--lh-177{line-height:177px}.PURPLE ._white-text.--lh-178{line-height:178px}.PURPLE ._white-text.--lh-179{line-height:179px}.PURPLE ._white-text.--lh-180{line-height:180px}.PURPLE ._white-text.--lh-181{line-height:181px}.PURPLE ._white-text.--lh-182{line-height:182px}.PURPLE ._white-text.--lh-183{line-height:183px}.PURPLE ._white-text.--lh-184{line-height:184px}.PURPLE ._white-text.--lh-185{line-height:185px}.PURPLE ._white-text.--lh-186{line-height:186px}.PURPLE ._white-text.--lh-187{line-height:187px}.PURPLE ._white-text.--lh-188{line-height:188px}.PURPLE ._white-text.--lh-189{line-height:189px}.PURPLE ._white-text.--lh-190{line-height:190px}.PURPLE ._white-text.--lh-191{line-height:191px}.PURPLE ._white-text.--lh-192{line-height:192px}.PURPLE ._white-text.--lh-193{line-height:193px}.PURPLE ._white-text.--lh-194{line-height:194px}.PURPLE ._white-text.--lh-195{line-height:195px}.PURPLE ._white-text.--lh-196{line-height:196px}.PURPLE ._white-text.--lh-197{line-height:197px}.PURPLE ._white-text.--lh-198{line-height:198px}.PURPLE ._white-text.--lh-199{line-height:199px}.PURPLE ._white-text.--lh-200{line-height:200px}.PURPLE ._white-text.--lh-201{line-height:201px}.PURPLE ._white-text.--lh-202{line-height:202px}.PURPLE ._white-text.--lh-203{line-height:203px}.PURPLE ._white-text.--lh-204{line-height:204px}.PURPLE ._white-text.--lh-205{line-height:205px}.PURPLE ._white-text.--lh-206{line-height:206px}.PURPLE ._white-text.--lh-207{line-height:207px}.PURPLE ._white-text.--lh-208{line-height:208px}.PURPLE ._white-text.--lh-209{line-height:209px}.PURPLE ._white-text.--lh-210{line-height:210px}.PURPLE ._white-text.--lh-211{line-height:211px}.PURPLE ._white-text.--lh-212{line-height:212px}.PURPLE ._white-text.--lh-213{line-height:213px}.PURPLE ._white-text.--lh-214{line-height:214px}.PURPLE ._white-text.--lh-215{line-height:215px}.PURPLE ._white-text.--lh-216{line-height:216px}.PURPLE ._white-text.--lh-217{line-height:217px}.PURPLE ._white-text.--lh-218{line-height:218px}.PURPLE ._white-text.--lh-219{line-height:219px}.PURPLE ._white-text.--lh-220{line-height:220px}.PURPLE ._white-text.--lh-221{line-height:221px}.PURPLE ._white-text.--lh-222{line-height:222px}.PURPLE ._white-text.--lh-223{line-height:223px}.PURPLE ._white-text.--lh-224{line-height:224px}.PURPLE ._white-text.--lh-225{line-height:225px}.PURPLE ._white-text.--lh-226{line-height:226px}.PURPLE ._white-text.--lh-227{line-height:227px}.PURPLE ._white-text.--lh-228{line-height:228px}.PURPLE ._white-text.--lh-229{line-height:229px}.PURPLE ._white-text.--lh-230{line-height:230px}.PURPLE ._white-text.--lh-231{line-height:231px}.PURPLE ._white-text.--lh-232{line-height:232px}.PURPLE ._white-text.--lh-233{line-height:233px}.PURPLE ._white-text.--lh-234{line-height:234px}.PURPLE ._white-text.--lh-235{line-height:235px}.PURPLE ._white-text.--lh-236{line-height:236px}.PURPLE ._white-text.--lh-237{line-height:237px}.PURPLE ._white-text.--lh-238{line-height:238px}.PURPLE ._white-text.--lh-239{line-height:239px}.PURPLE ._white-text.--lh-240{line-height:240px}.PURPLE ._white-text.--lh-241{line-height:241px}.PURPLE ._white-text.--lh-242{line-height:242px}.PURPLE ._white-text.--lh-243{line-height:243px}.PURPLE ._white-text.--lh-244{line-height:244px}.PURPLE ._white-text.--lh-245{line-height:245px}.PURPLE ._white-text.--lh-246{line-height:246px}.PURPLE ._white-text.--lh-247{line-height:247px}.PURPLE ._white-text.--lh-248{line-height:248px}.PURPLE ._white-text.--lh-249{line-height:249px}.PURPLE ._white-text.--lh-250{line-height:250px}.PURPLE ._white-text.--lh-251{line-height:251px}.PURPLE ._white-text.--lh-252{line-height:252px}.PURPLE ._white-text.--lh-253{line-height:253px}.PURPLE ._white-text.--lh-254{line-height:254px}.PURPLE ._white-text.--lh-255{line-height:255px}.PURPLE ._white-text.--lh-256{line-height:256px}.PURPLE ._white-text.--lh-257{line-height:257px}.PURPLE ._white-text.--lh-258{line-height:258px}.PURPLE ._white-text.--lh-259{line-height:259px}.PURPLE ._white-text.--lh-260{line-height:260px}.PURPLE ._white-text.--lh-261{line-height:261px}.PURPLE ._white-text.--lh-262{line-height:262px}.PURPLE ._white-text.--lh-263{line-height:263px}.PURPLE ._white-text.--lh-264{line-height:264px}.PURPLE ._white-text.--lh-265{line-height:265px}.PURPLE ._white-text.--lh-266{line-height:266px}.PURPLE ._white-text.--lh-267{line-height:267px}.PURPLE ._white-text.--lh-268{line-height:268px}.PURPLE ._white-text.--lh-269{line-height:269px}.PURPLE ._white-text.--lh-270{line-height:270px}.PURPLE ._white-text.--lh-271{line-height:271px}.PURPLE ._white-text.--lh-272{line-height:272px}.PURPLE ._white-text.--lh-273{line-height:273px}.PURPLE ._white-text.--lh-274{line-height:274px}.PURPLE ._white-text.--lh-275{line-height:275px}.PURPLE ._white-text.--lh-276{line-height:276px}.PURPLE ._white-text.--lh-277{line-height:277px}.PURPLE ._white-text.--lh-278{line-height:278px}.PURPLE ._white-text.--lh-279{line-height:279px}.PURPLE ._white-text.--lh-280{line-height:280px}.PURPLE ._white-text.--lh-281{line-height:281px}.PURPLE ._white-text.--lh-282{line-height:282px}.PURPLE ._white-text.--lh-283{line-height:283px}.PURPLE ._white-text.--lh-284{line-height:284px}.PURPLE ._white-text.--lh-285{line-height:285px}.PURPLE ._white-text.--lh-286{line-height:286px}.PURPLE ._white-text.--lh-287{line-height:287px}.PURPLE ._white-text.--lh-288{line-height:288px}.PURPLE ._white-text.--lh-289{line-height:289px}.PURPLE ._white-text.--lh-290{line-height:290px}.PURPLE ._white-text.--lh-291{line-height:291px}.PURPLE ._white-text.--lh-292{line-height:292px}.PURPLE ._white-text.--lh-293{line-height:293px}.PURPLE ._white-text.--lh-294{line-height:294px}.PURPLE ._white-text.--lh-295{line-height:295px}.PURPLE ._white-text.--lh-296{line-height:296px}.PURPLE ._white-text.--lh-297{line-height:297px}.PURPLE ._white-text.--lh-298{line-height:298px}.PURPLE ._white-text.--lh-299{line-height:299px}.PURPLE ._white-text.--lh-300{line-height:300px}.PURPLE ._white-text.--lh-301{line-height:301px}.PURPLE ._white-text.--lh-302{line-height:302px}.PURPLE ._white-text.--lh-303{line-height:303px}.PURPLE ._white-text.--lh-304{line-height:304px}.PURPLE ._white-text.--lh-305{line-height:305px}.PURPLE ._white-text.--lh-306{line-height:306px}.PURPLE ._white-text.--lh-307{line-height:307px}.PURPLE ._white-text.--lh-308{line-height:308px}.PURPLE ._white-text.--lh-309{line-height:309px}.PURPLE ._white-text.--lh-310{line-height:310px}.PURPLE ._white-text.--lh-311{line-height:311px}.PURPLE ._white-text.--lh-312{line-height:312px}.PURPLE ._white-text.--lh-313{line-height:313px}.PURPLE ._white-text.--lh-314{line-height:314px}.PURPLE ._white-text.--lh-315{line-height:315px}.PURPLE ._white-text.--lh-316{line-height:316px}.PURPLE ._white-text.--lh-317{line-height:317px}.PURPLE ._white-text.--lh-318{line-height:318px}.PURPLE ._white-text.--lh-319{line-height:319px}.PURPLE ._white-text.--lh-320{line-height:320px}.PURPLE ._white-text.--lh-321{line-height:321px}.PURPLE ._white-text.--lh-322{line-height:322px}.PURPLE ._white-text.--lh-323{line-height:323px}.PURPLE ._white-text.--lh-324{line-height:324px}.PURPLE ._white-text.--lh-325{line-height:325px}.PURPLE ._white-text.--lh-326{line-height:326px}.PURPLE ._white-text.--lh-327{line-height:327px}.PURPLE ._white-text.--lh-328{line-height:328px}.PURPLE ._white-text.--lh-329{line-height:329px}.PURPLE ._white-text.--lh-330{line-height:330px}.PURPLE ._white-text.--lh-331{line-height:331px}.PURPLE ._white-text.--lh-332{line-height:332px}.PURPLE ._white-text.--lh-333{line-height:333px}.PURPLE ._white-text.--lh-334{line-height:334px}.PURPLE ._white-text.--lh-335{line-height:335px}.PURPLE ._white-text.--lh-336{line-height:336px}.PURPLE ._white-text.--lh-337{line-height:337px}.PURPLE ._white-text.--lh-338{line-height:338px}.PURPLE ._white-text.--lh-339{line-height:339px}.PURPLE ._white-text.--lh-340{line-height:340px}.PURPLE ._white-text.--lh-341{line-height:341px}.PURPLE ._white-text.--lh-342{line-height:342px}.PURPLE ._white-text.--lh-343{line-height:343px}.PURPLE ._white-text.--lh-344{line-height:344px}.PURPLE ._white-text.--lh-345{line-height:345px}.PURPLE ._white-text.--lh-346{line-height:346px}.PURPLE ._white-text.--lh-347{line-height:347px}.PURPLE ._white-text.--lh-348{line-height:348px}.PURPLE ._white-text.--lh-349{line-height:349px}.PURPLE ._white-text.--lh-350{line-height:350px}.PURPLE ._white-text.--lh-351{line-height:351px}.PURPLE ._white-text.--lh-352{line-height:352px}.PURPLE ._white-text.--lh-353{line-height:353px}.PURPLE ._white-text.--lh-354{line-height:354px}.PURPLE ._white-text.--lh-355{line-height:355px}.PURPLE ._white-text.--lh-356{line-height:356px}.PURPLE ._white-text.--lh-357{line-height:357px}.PURPLE ._white-text.--lh-358{line-height:358px}.PURPLE ._white-text.--lh-359{line-height:359px}.PURPLE ._white-text.--lh-360{line-height:360px}.PURPLE ._white-text.--lh-361{line-height:361px}.PURPLE ._white-text.--lh-362{line-height:362px}.PURPLE ._white-text.--lh-363{line-height:363px}.PURPLE ._white-text.--lh-364{line-height:364px}.PURPLE ._white-text.--lh-365{line-height:365px}.PURPLE ._white-text.--lh-366{line-height:366px}.PURPLE ._white-text.--lh-367{line-height:367px}.PURPLE ._white-text.--lh-368{line-height:368px}.PURPLE ._white-text.--lh-369{line-height:369px}.PURPLE ._white-text.--lh-370{line-height:370px}.PURPLE ._white-text.--lh-371{line-height:371px}.PURPLE ._white-text.--lh-372{line-height:372px}.PURPLE ._white-text.--lh-373{line-height:373px}.PURPLE ._white-text.--lh-374{line-height:374px}.PURPLE ._white-text.--lh-375{line-height:375px}.PURPLE ._white-text.--lh-376{line-height:376px}.PURPLE ._white-text.--lh-377{line-height:377px}.PURPLE ._white-text.--lh-378{line-height:378px}.PURPLE ._white-text.--lh-379{line-height:379px}.PURPLE ._white-text.--lh-380{line-height:380px}.PURPLE ._white-text.--lh-381{line-height:381px}.PURPLE ._white-text.--lh-382{line-height:382px}.PURPLE ._white-text.--lh-383{line-height:383px}.PURPLE ._white-text.--lh-384{line-height:384px}.PURPLE ._white-text.--lh-385{line-height:385px}.PURPLE ._white-text.--lh-386{line-height:386px}.PURPLE ._white-text.--lh-387{line-height:387px}.PURPLE ._white-text.--lh-388{line-height:388px}.PURPLE ._white-text.--lh-389{line-height:389px}.PURPLE ._white-text.--lh-390{line-height:390px}.PURPLE ._white-text.--lh-391{line-height:391px}.PURPLE ._white-text.--lh-392{line-height:392px}.PURPLE ._white-text.--lh-393{line-height:393px}.PURPLE ._white-text.--lh-394{line-height:394px}.PURPLE ._white-text.--lh-395{line-height:395px}.PURPLE ._white-text.--lh-396{line-height:396px}.PURPLE ._white-text.--lh-397{line-height:397px}.PURPLE ._white-text.--lh-398{line-height:398px}.PURPLE ._white-text.--lh-399{line-height:399px}.PURPLE ._white-text.--lh-400{line-height:400px}.PURPLE ._white-text.--lh-401{line-height:401px}.PURPLE ._white-text.--lh-402{line-height:402px}.PURPLE ._white-text.--lh-403{line-height:403px}.PURPLE ._white-text.--lh-404{line-height:404px}.PURPLE ._white-text.--lh-405{line-height:405px}.PURPLE ._white-text.--lh-406{line-height:406px}.PURPLE ._white-text.--lh-407{line-height:407px}.PURPLE ._white-text.--lh-408{line-height:408px}.PURPLE ._white-text.--lh-409{line-height:409px}.PURPLE ._white-text.--lh-410{line-height:410px}.PURPLE ._white-text.--lh-411{line-height:411px}.PURPLE ._white-text.--lh-412{line-height:412px}.PURPLE ._white-text.--lh-413{line-height:413px}.PURPLE ._white-text.--lh-414{line-height:414px}.PURPLE ._white-text.--lh-415{line-height:415px}.PURPLE ._white-text.--lh-416{line-height:416px}.PURPLE ._white-text.--lh-417{line-height:417px}.PURPLE ._white-text.--lh-418{line-height:418px}.PURPLE ._white-text.--lh-419{line-height:419px}.PURPLE ._white-text.--lh-420{line-height:420px}.PURPLE ._white-text.--lh-421{line-height:421px}.PURPLE ._white-text.--lh-422{line-height:422px}.PURPLE ._white-text.--lh-423{line-height:423px}.PURPLE ._white-text.--lh-424{line-height:424px}.PURPLE ._white-text.--lh-425{line-height:425px}.PURPLE ._white-text.--lh-426{line-height:426px}.PURPLE ._white-text.--lh-427{line-height:427px}.PURPLE ._white-text.--lh-428{line-height:428px}.PURPLE ._white-text.--lh-429{line-height:429px}.PURPLE ._white-text.--lh-430{line-height:430px}.PURPLE ._white-text.--lh-431{line-height:431px}.PURPLE ._white-text.--lh-432{line-height:432px}.PURPLE ._white-text.--lh-433{line-height:433px}.PURPLE ._white-text.--lh-434{line-height:434px}.PURPLE ._white-text.--lh-435{line-height:435px}.PURPLE ._white-text.--lh-436{line-height:436px}.PURPLE ._white-text.--lh-437{line-height:437px}.PURPLE ._white-text.--lh-438{line-height:438px}.PURPLE ._white-text.--lh-439{line-height:439px}.PURPLE ._white-text.--lh-440{line-height:440px}.PURPLE ._white-text.--lh-441{line-height:441px}.PURPLE ._white-text.--lh-442{line-height:442px}.PURPLE ._white-text.--lh-443{line-height:443px}.PURPLE ._white-text.--lh-444{line-height:444px}.PURPLE ._white-text.--lh-445{line-height:445px}.PURPLE ._white-text.--lh-446{line-height:446px}.PURPLE ._white-text.--lh-447{line-height:447px}.PURPLE ._white-text.--lh-448{line-height:448px}.PURPLE ._white-text.--lh-449{line-height:449px}.PURPLE ._white-text.--lh-450{line-height:450px}.PURPLE ._white-text.--lh-451{line-height:451px}.PURPLE ._white-text.--lh-452{line-height:452px}.PURPLE ._white-text.--lh-453{line-height:453px}.PURPLE ._white-text.--lh-454{line-height:454px}.PURPLE ._white-text.--lh-455{line-height:455px}.PURPLE ._white-text.--lh-456{line-height:456px}.PURPLE ._white-text.--lh-457{line-height:457px}.PURPLE ._white-text.--lh-458{line-height:458px}.PURPLE ._white-text.--lh-459{line-height:459px}.PURPLE ._white-text.--lh-460{line-height:460px}.PURPLE ._white-text.--lh-461{line-height:461px}.PURPLE ._white-text.--lh-462{line-height:462px}.PURPLE ._white-text.--lh-463{line-height:463px}.PURPLE ._white-text.--lh-464{line-height:464px}.PURPLE ._white-text.--lh-465{line-height:465px}.PURPLE ._white-text.--lh-466{line-height:466px}.PURPLE ._white-text.--lh-467{line-height:467px}.PURPLE ._white-text.--lh-468{line-height:468px}.PURPLE ._white-text.--lh-469{line-height:469px}.PURPLE ._white-text.--lh-470{line-height:470px}.PURPLE ._white-text.--lh-471{line-height:471px}.PURPLE ._white-text.--lh-472{line-height:472px}.PURPLE ._white-text.--lh-473{line-height:473px}.PURPLE ._white-text.--lh-474{line-height:474px}.PURPLE ._white-text.--lh-475{line-height:475px}.PURPLE ._white-text.--lh-476{line-height:476px}.PURPLE ._white-text.--lh-477{line-height:477px}.PURPLE ._white-text.--lh-478{line-height:478px}.PURPLE ._white-text.--lh-479{line-height:479px}.PURPLE ._white-text.--lh-480{line-height:480px}.PURPLE ._white-text.--lh-481{line-height:481px}.PURPLE ._white-text.--lh-482{line-height:482px}.PURPLE ._white-text.--lh-483{line-height:483px}.PURPLE ._white-text.--lh-484{line-height:484px}.PURPLE ._white-text.--lh-485{line-height:485px}.PURPLE ._white-text.--lh-486{line-height:486px}.PURPLE ._white-text.--lh-487{line-height:487px}.PURPLE ._white-text.--lh-488{line-height:488px}.PURPLE ._white-text.--lh-489{line-height:489px}.PURPLE ._white-text.--lh-490{line-height:490px}.PURPLE ._white-text.--lh-491{line-height:491px}.PURPLE ._white-text.--lh-492{line-height:492px}.PURPLE ._white-text.--lh-493{line-height:493px}.PURPLE ._white-text.--lh-494{line-height:494px}.PURPLE ._white-text.--lh-495{line-height:495px}.PURPLE ._white-text.--lh-496{line-height:496px}.PURPLE ._white-text.--lh-497{line-height:497px}.PURPLE ._white-text.--lh-498{line-height:498px}.PURPLE ._white-text.--lh-499{line-height:499px}.PURPLE ._white-text.--lh-500{line-height:500px}.PURPLE ._white-text.--lh-501{line-height:501px}.PURPLE ._white-text.--lh-502{line-height:502px}.PURPLE ._white-text.--lh-503{line-height:503px}.PURPLE ._white-text.--lh-504{line-height:504px}.PURPLE ._white-text.--lh-505{line-height:505px}.PURPLE ._white-text.--lh-506{line-height:506px}.PURPLE ._white-text.--lh-507{line-height:507px}.PURPLE ._white-text.--lh-508{line-height:508px}.PURPLE ._white-text.--lh-509{line-height:509px}.PURPLE ._white-text.--lh-510{line-height:510px}.PURPLE ._white-text.--lh-511{line-height:511px}.PURPLE ._white-text.--lh-512{line-height:512px}.PURPLE ._white-text.--lh-513{line-height:513px}.PURPLE ._white-text.--lh-514{line-height:514px}.PURPLE ._white-text.--lh-515{line-height:515px}.PURPLE ._white-text.--lh-516{line-height:516px}.PURPLE ._white-text.--lh-517{line-height:517px}.PURPLE ._white-text.--lh-518{line-height:518px}.PURPLE ._white-text.--lh-519{line-height:519px}.PURPLE ._white-text.--lh-520{line-height:520px}.PURPLE ._white-text.--lh-521{line-height:521px}.PURPLE ._white-text.--lh-522{line-height:522px}.PURPLE ._white-text.--lh-523{line-height:523px}.PURPLE ._white-text.--lh-524{line-height:524px}.PURPLE ._white-text.--lh-525{line-height:525px}.PURPLE ._white-text.--lh-526{line-height:526px}.PURPLE ._white-text.--lh-527{line-height:527px}.PURPLE ._white-text.--lh-528{line-height:528px}.PURPLE ._white-text.--lh-529{line-height:529px}.PURPLE ._white-text.--lh-530{line-height:530px}.PURPLE ._white-text.--lh-531{line-height:531px}.PURPLE ._white-text.--lh-532{line-height:532px}.PURPLE ._white-text.--lh-533{line-height:533px}.PURPLE ._white-text.--lh-534{line-height:534px}.PURPLE ._white-text.--lh-535{line-height:535px}.PURPLE ._white-text.--lh-536{line-height:536px}.PURPLE ._white-text.--lh-537{line-height:537px}.PURPLE ._white-text.--lh-538{line-height:538px}.PURPLE ._white-text.--lh-539{line-height:539px}.PURPLE ._white-text.--lh-540{line-height:540px}.PURPLE ._white-text.--lh-541{line-height:541px}.PURPLE ._white-text.--lh-542{line-height:542px}.PURPLE ._white-text.--lh-543{line-height:543px}.PURPLE ._white-text.--lh-544{line-height:544px}.PURPLE ._white-text.--lh-545{line-height:545px}.PURPLE ._white-text.--lh-546{line-height:546px}.PURPLE ._white-text.--lh-547{line-height:547px}.PURPLE ._white-text.--lh-548{line-height:548px}.PURPLE ._white-text.--lh-549{line-height:549px}.PURPLE ._white-text.--lh-550{line-height:550px}.PURPLE ._white-text.--lh-551{line-height:551px}.PURPLE ._white-text.--lh-552{line-height:552px}.PURPLE ._white-text.--lh-553{line-height:553px}.PURPLE ._white-text.--lh-554{line-height:554px}.PURPLE ._white-text.--lh-555{line-height:555px}.PURPLE ._white-text.--lh-556{line-height:556px}.PURPLE ._white-text.--lh-557{line-height:557px}.PURPLE ._white-text.--lh-558{line-height:558px}.PURPLE ._white-text.--lh-559{line-height:559px}.PURPLE ._white-text.--lh-560{line-height:560px}.PURPLE ._white-text.--lh-561{line-height:561px}.PURPLE ._white-text.--lh-562{line-height:562px}.PURPLE ._white-text.--lh-563{line-height:563px}.PURPLE ._white-text.--lh-564{line-height:564px}.PURPLE ._white-text.--lh-565{line-height:565px}.PURPLE ._white-text.--lh-566{line-height:566px}.PURPLE ._white-text.--lh-567{line-height:567px}.PURPLE ._white-text.--lh-568{line-height:568px}.PURPLE ._white-text.--lh-569{line-height:569px}.PURPLE ._white-text.--lh-570{line-height:570px}.PURPLE ._white-text.--lh-571{line-height:571px}.PURPLE ._white-text.--lh-572{line-height:572px}.PURPLE ._white-text.--lh-573{line-height:573px}.PURPLE ._white-text.--lh-574{line-height:574px}.PURPLE ._white-text.--lh-575{line-height:575px}.PURPLE ._white-text.--lh-576{line-height:576px}.PURPLE ._white-text.--lh-577{line-height:577px}.PURPLE ._white-text.--lh-578{line-height:578px}.PURPLE ._white-text.--lh-579{line-height:579px}.PURPLE ._white-text.--lh-580{line-height:580px}.PURPLE ._white-text.--lh-581{line-height:581px}.PURPLE ._white-text.--lh-582{line-height:582px}.PURPLE ._white-text.--lh-583{line-height:583px}.PURPLE ._white-text.--lh-584{line-height:584px}.PURPLE ._white-text.--lh-585{line-height:585px}.PURPLE ._white-text.--lh-586{line-height:586px}.PURPLE ._white-text.--lh-587{line-height:587px}.PURPLE ._white-text.--lh-588{line-height:588px}.PURPLE ._white-text.--lh-589{line-height:589px}.PURPLE ._white-text.--lh-590{line-height:590px}.PURPLE ._white-text.--lh-591{line-height:591px}.PURPLE ._white-text.--lh-592{line-height:592px}.PURPLE ._white-text.--lh-593{line-height:593px}.PURPLE ._white-text.--lh-594{line-height:594px}.PURPLE ._white-text.--lh-595{line-height:595px}.PURPLE ._white-text.--lh-596{line-height:596px}.PURPLE ._white-text.--lh-597{line-height:597px}.PURPLE ._white-text.--lh-598{line-height:598px}.PURPLE ._white-text.--lh-599{line-height:599px}.PURPLE ._white-text.--lh-600{line-height:600px}.PURPLE ._white-text.--lh-601{line-height:601px}.PURPLE ._white-text.--lh-602{line-height:602px}.PURPLE ._white-text.--lh-603{line-height:603px}.PURPLE ._white-text.--lh-604{line-height:604px}.PURPLE ._white-text.--lh-605{line-height:605px}.PURPLE ._white-text.--lh-606{line-height:606px}.PURPLE ._white-text.--lh-607{line-height:607px}.PURPLE ._white-text.--lh-608{line-height:608px}.PURPLE ._white-text.--lh-609{line-height:609px}.PURPLE ._white-text.--lh-610{line-height:610px}.PURPLE ._white-text.--lh-611{line-height:611px}.PURPLE ._white-text.--lh-612{line-height:612px}.PURPLE ._white-text.--lh-613{line-height:613px}.PURPLE ._white-text.--lh-614{line-height:614px}.PURPLE ._white-text.--lh-615{line-height:615px}.PURPLE ._white-text.--lh-616{line-height:616px}.PURPLE ._white-text.--lh-617{line-height:617px}.PURPLE ._white-text.--lh-618{line-height:618px}.PURPLE ._white-text.--lh-619{line-height:619px}.PURPLE ._white-text.--lh-620{line-height:620px}.PURPLE ._white-text.--lh-621{line-height:621px}.PURPLE ._white-text.--lh-622{line-height:622px}.PURPLE ._white-text.--lh-623{line-height:623px}.PURPLE ._white-text.--lh-624{line-height:624px}.PURPLE ._white-text.--lh-625{line-height:625px}.PURPLE ._white-text.--lh-626{line-height:626px}.PURPLE ._white-text.--lh-627{line-height:627px}.PURPLE ._white-text.--lh-628{line-height:628px}.PURPLE ._white-text.--lh-629{line-height:629px}.PURPLE ._white-text.--lh-630{line-height:630px}.PURPLE ._white-text.--lh-631{line-height:631px}.PURPLE ._white-text.--lh-632{line-height:632px}.PURPLE ._white-text.--lh-633{line-height:633px}.PURPLE ._white-text.--lh-634{line-height:634px}.PURPLE ._white-text.--lh-635{line-height:635px}.PURPLE ._white-text.--lh-636{line-height:636px}.PURPLE ._white-text.--lh-637{line-height:637px}.PURPLE ._white-text.--lh-638{line-height:638px}.PURPLE ._white-text.--lh-639{line-height:639px}.PURPLE ._white-text.--lh-640{line-height:640px}.PURPLE ._white-text.--lh-641{line-height:641px}.PURPLE ._white-text.--lh-642{line-height:642px}.PURPLE ._white-text.--lh-643{line-height:643px}.PURPLE ._white-text.--lh-644{line-height:644px}.PURPLE ._white-text.--lh-645{line-height:645px}.PURPLE ._white-text.--lh-646{line-height:646px}.PURPLE ._white-text.--lh-647{line-height:647px}.PURPLE ._white-text.--lh-648{line-height:648px}.PURPLE ._white-text.--lh-649{line-height:649px}.PURPLE ._white-text.--lh-650{line-height:650px}.PURPLE ._white-text.--lh-651{line-height:651px}.PURPLE ._white-text.--lh-652{line-height:652px}.PURPLE ._white-text.--lh-653{line-height:653px}.PURPLE ._white-text.--lh-654{line-height:654px}.PURPLE ._white-text.--lh-655{line-height:655px}.PURPLE ._white-text.--lh-656{line-height:656px}.PURPLE ._white-text.--lh-657{line-height:657px}.PURPLE ._white-text.--lh-658{line-height:658px}.PURPLE ._white-text.--lh-659{line-height:659px}.PURPLE ._white-text.--lh-660{line-height:660px}.PURPLE ._white-text.--lh-661{line-height:661px}.PURPLE ._white-text.--lh-662{line-height:662px}.PURPLE ._white-text.--lh-663{line-height:663px}.PURPLE ._white-text.--lh-664{line-height:664px}.PURPLE ._white-text.--lh-665{line-height:665px}.PURPLE ._white-text.--lh-666{line-height:666px}.PURPLE ._white-text.--lh-667{line-height:667px}.PURPLE ._white-text.--lh-668{line-height:668px}.PURPLE ._white-text.--lh-669{line-height:669px}.PURPLE ._white-text.--lh-670{line-height:670px}.PURPLE ._white-text.--lh-671{line-height:671px}.PURPLE ._white-text.--lh-672{line-height:672px}.PURPLE ._white-text.--lh-673{line-height:673px}.PURPLE ._white-text.--lh-674{line-height:674px}.PURPLE ._white-text.--lh-675{line-height:675px}.PURPLE ._white-text.--lh-676{line-height:676px}.PURPLE ._white-text.--lh-677{line-height:677px}.PURPLE ._white-text.--lh-678{line-height:678px}.PURPLE ._white-text.--lh-679{line-height:679px}.PURPLE ._white-text.--lh-680{line-height:680px}.PURPLE ._white-text.--lh-681{line-height:681px}.PURPLE ._white-text.--lh-682{line-height:682px}.PURPLE ._white-text.--lh-683{line-height:683px}.PURPLE ._white-text.--lh-684{line-height:684px}.PURPLE ._white-text.--lh-685{line-height:685px}.PURPLE ._white-text.--lh-686{line-height:686px}.PURPLE ._white-text.--lh-687{line-height:687px}.PURPLE ._white-text.--lh-688{line-height:688px}.PURPLE ._white-text.--lh-689{line-height:689px}.PURPLE ._white-text.--lh-690{line-height:690px}.PURPLE ._white-text.--lh-691{line-height:691px}.PURPLE ._white-text.--lh-692{line-height:692px}.PURPLE ._white-text.--lh-693{line-height:693px}.PURPLE ._white-text.--lh-694{line-height:694px}.PURPLE ._white-text.--lh-695{line-height:695px}.PURPLE ._white-text.--lh-696{line-height:696px}.PURPLE ._white-text.--lh-697{line-height:697px}.PURPLE ._white-text.--lh-698{line-height:698px}.PURPLE ._white-text.--lh-699{line-height:699px}.PURPLE ._white-text.--lh-700{line-height:700px}.PURPLE ._white-text.--lh-701{line-height:701px}.PURPLE ._white-text.--lh-702{line-height:702px}.PURPLE ._white-text.--lh-703{line-height:703px}.PURPLE ._white-text.--lh-704{line-height:704px}.PURPLE ._white-text.--lh-705{line-height:705px}.PURPLE ._white-text.--lh-706{line-height:706px}.PURPLE ._white-text.--lh-707{line-height:707px}.PURPLE ._white-text.--lh-708{line-height:708px}.PURPLE ._white-text.--lh-709{line-height:709px}.PURPLE ._white-text.--lh-710{line-height:710px}.PURPLE ._white-text.--lh-711{line-height:711px}.PURPLE ._white-text.--lh-712{line-height:712px}.PURPLE ._white-text.--lh-713{line-height:713px}.PURPLE ._white-text.--lh-714{line-height:714px}.PURPLE ._white-text.--lh-715{line-height:715px}.PURPLE ._white-text.--lh-716{line-height:716px}.PURPLE ._white-text.--lh-717{line-height:717px}.PURPLE ._white-text.--lh-718{line-height:718px}.PURPLE ._white-text.--lh-719{line-height:719px}.PURPLE ._white-text.--lh-720{line-height:720px}.PURPLE ._white-text.--lh-721{line-height:721px}.PURPLE ._white-text.--lh-722{line-height:722px}.PURPLE ._white-text.--lh-723{line-height:723px}.PURPLE ._white-text.--lh-724{line-height:724px}.PURPLE ._white-text.--lh-725{line-height:725px}.PURPLE ._white-text.--lh-726{line-height:726px}.PURPLE ._white-text.--lh-727{line-height:727px}.PURPLE ._white-text.--lh-728{line-height:728px}.PURPLE ._white-text.--lh-729{line-height:729px}.PURPLE ._white-text.--lh-730{line-height:730px}.PURPLE ._white-text.--lh-731{line-height:731px}.PURPLE ._white-text.--lh-732{line-height:732px}.PURPLE ._white-text.--lh-733{line-height:733px}.PURPLE ._white-text.--lh-734{line-height:734px}.PURPLE ._white-text.--lh-735{line-height:735px}.PURPLE ._white-text.--lh-736{line-height:736px}.PURPLE ._white-text.--lh-737{line-height:737px}.PURPLE ._white-text.--lh-738{line-height:738px}.PURPLE ._white-text.--lh-739{line-height:739px}.PURPLE ._white-text.--lh-740{line-height:740px}.PURPLE ._white-text.--lh-741{line-height:741px}.PURPLE ._white-text.--lh-742{line-height:742px}.PURPLE ._white-text.--lh-743{line-height:743px}.PURPLE ._white-text.--lh-744{line-height:744px}.PURPLE ._white-text.--lh-745{line-height:745px}.PURPLE ._white-text.--lh-746{line-height:746px}.PURPLE ._white-text.--lh-747{line-height:747px}.PURPLE ._white-text.--lh-748{line-height:748px}.PURPLE ._white-text.--lh-749{line-height:749px}.PURPLE ._white-text.--lh-750{line-height:750px}.PURPLE ._white-text.--lh-751{line-height:751px}.PURPLE ._white-text.--lh-752{line-height:752px}.PURPLE ._white-text.--lh-753{line-height:753px}.PURPLE ._white-text.--lh-754{line-height:754px}.PURPLE ._white-text.--lh-755{line-height:755px}.PURPLE ._white-text.--lh-756{line-height:756px}.PURPLE ._white-text.--lh-757{line-height:757px}.PURPLE ._white-text.--lh-758{line-height:758px}.PURPLE ._white-text.--lh-759{line-height:759px}.PURPLE ._white-text.--lh-760{line-height:760px}.PURPLE ._white-text.--lh-761{line-height:761px}.PURPLE ._white-text.--lh-762{line-height:762px}.PURPLE ._white-text.--lh-763{line-height:763px}.PURPLE ._white-text.--lh-764{line-height:764px}.PURPLE ._white-text.--lh-765{line-height:765px}.PURPLE ._white-text.--lh-766{line-height:766px}.PURPLE ._white-text.--lh-767{line-height:767px}.PURPLE ._white-text.--lh-768{line-height:768px}.PURPLE ._white-text.--lh-769{line-height:769px}.PURPLE ._white-text.--lh-770{line-height:770px}.PURPLE ._white-text.--lh-771{line-height:771px}.PURPLE ._white-text.--lh-772{line-height:772px}.PURPLE ._white-text.--lh-773{line-height:773px}.PURPLE ._white-text.--lh-774{line-height:774px}.PURPLE ._white-text.--lh-775{line-height:775px}.PURPLE ._white-text.--lh-776{line-height:776px}.PURPLE ._white-text.--lh-777{line-height:777px}.PURPLE ._white-text.--lh-778{line-height:778px}.PURPLE ._white-text.--lh-779{line-height:779px}.PURPLE ._white-text.--lh-780{line-height:780px}.PURPLE ._white-text.--lh-781{line-height:781px}.PURPLE ._white-text.--lh-782{line-height:782px}.PURPLE ._white-text.--lh-783{line-height:783px}.PURPLE ._white-text.--lh-784{line-height:784px}.PURPLE ._white-text.--lh-785{line-height:785px}.PURPLE ._white-text.--lh-786{line-height:786px}.PURPLE ._white-text.--lh-787{line-height:787px}.PURPLE ._white-text.--lh-788{line-height:788px}.PURPLE ._white-text.--lh-789{line-height:789px}.PURPLE ._white-text.--lh-790{line-height:790px}.PURPLE ._white-text.--lh-791{line-height:791px}.PURPLE ._white-text.--lh-792{line-height:792px}.PURPLE ._white-text.--lh-793{line-height:793px}.PURPLE ._white-text.--lh-794{line-height:794px}.PURPLE ._white-text.--lh-795{line-height:795px}.PURPLE ._white-text.--lh-796{line-height:796px}.PURPLE ._white-text.--lh-797{line-height:797px}.PURPLE ._white-text.--lh-798{line-height:798px}.PURPLE ._white-text.--lh-799{line-height:799px}.PURPLE ._white-text.--lh-800{line-height:800px}.PURPLE .profile-details-label{font-size:22.37px;font-weight:700;line-height:33.55px}.ORANGE ._primary-text,.PURPLE .profile-details-label{font-family:Poppins;color:var(--white)}.ORANGE ._primary-text.--size-5{font-size:5px}.ORANGE ._primary-text.--size-6{font-size:6px}.ORANGE ._primary-text.--size-7{font-size:7px}.ORANGE ._primary-text.--size-8{font-size:8px}.ORANGE ._primary-text.--size-9{font-size:9px}.ORANGE ._primary-text.--size-10{font-size:10px}.ORANGE ._primary-text.--size-11{font-size:11px}.ORANGE ._primary-text.--size-12{font-size:12px}.ORANGE ._primary-text.--size-13{font-size:13px}.ORANGE ._primary-text.--size-14{font-size:14px}.ORANGE ._primary-text.--size-15{font-size:15px}.ORANGE ._primary-text.--size-16{font-size:16px}.ORANGE ._primary-text.--size-17{font-size:17px}.ORANGE ._primary-text.--size-18{font-size:18px}.ORANGE ._primary-text.--size-19{font-size:19px}.ORANGE ._primary-text.--size-20{font-size:20px}.ORANGE ._primary-text.--size-21{font-size:21px}.ORANGE ._primary-text.--size-22{font-size:22px}.ORANGE ._primary-text.--size-23{font-size:23px}.ORANGE ._primary-text.--size-24{font-size:24px}.ORANGE ._primary-text.--size-25{font-size:25px}.ORANGE ._primary-text.--size-26{font-size:26px}.ORANGE ._primary-text.--size-27{font-size:27px}.ORANGE ._primary-text.--size-28{font-size:28px}.ORANGE ._primary-text.--size-29{font-size:29px}.ORANGE ._primary-text.--size-30{font-size:30px}.ORANGE ._primary-text.--size-31{font-size:31px}.ORANGE ._primary-text.--size-32{font-size:32px}.ORANGE ._primary-text.--size-33{font-size:33px}.ORANGE ._primary-text.--size-34{font-size:34px}.ORANGE ._primary-text.--size-35{font-size:35px}.ORANGE ._primary-text.--size-36{font-size:36px}.ORANGE ._primary-text.--size-37{font-size:37px}.ORANGE ._primary-text.--size-38{font-size:38px}.ORANGE ._primary-text.--size-39{font-size:39px}.ORANGE ._primary-text.--size-40{font-size:40px}.ORANGE ._primary-text.--size-41{font-size:41px}.ORANGE ._primary-text.--size-42{font-size:42px}.ORANGE ._primary-text.--size-43{font-size:43px}.ORANGE ._primary-text.--size-44{font-size:44px}.ORANGE ._primary-text.--size-45{font-size:45px}.ORANGE ._primary-text.--size-46{font-size:46px}.ORANGE ._primary-text.--size-47{font-size:47px}.ORANGE ._primary-text.--size-48{font-size:48px}.ORANGE ._primary-text.--size-49{font-size:49px}.ORANGE ._primary-text.--size-50{font-size:50px}.ORANGE ._primary-text.--size-51{font-size:51px}.ORANGE ._primary-text.--size-52{font-size:52px}.ORANGE ._primary-text.--size-53{font-size:53px}.ORANGE ._primary-text.--size-54{font-size:54px}.ORANGE ._primary-text.--size-55{font-size:55px}.ORANGE ._primary-text.--size-56{font-size:56px}.ORANGE ._primary-text.--size-57{font-size:57px}.ORANGE ._primary-text.--size-58{font-size:58px}.ORANGE ._primary-text.--size-59{font-size:59px}.ORANGE ._primary-text.--size-60{font-size:60px}.ORANGE ._primary-text.--size-61{font-size:61px}.ORANGE ._primary-text.--size-62{font-size:62px}.ORANGE ._primary-text.--size-63{font-size:63px}.ORANGE ._primary-text.--size-64{font-size:64px}.ORANGE ._primary-text.--size-65{font-size:65px}.ORANGE ._primary-text.--size-66{font-size:66px}.ORANGE ._primary-text.--size-67{font-size:67px}.ORANGE ._primary-text.--size-68{font-size:68px}.ORANGE ._primary-text.--size-69{font-size:69px}.ORANGE ._primary-text.--size-70{font-size:70px}.ORANGE ._primary-text.--size-71{font-size:71px}.ORANGE ._primary-text.--size-72{font-size:72px}.ORANGE ._primary-text.--size-73{font-size:73px}.ORANGE ._primary-text.--size-74{font-size:74px}.ORANGE ._primary-text.--size-75{font-size:75px}.ORANGE ._primary-text.--size-76{font-size:76px}.ORANGE ._primary-text.--size-77{font-size:77px}.ORANGE ._primary-text.--size-78{font-size:78px}.ORANGE ._primary-text.--size-79{font-size:79px}.ORANGE ._primary-text.--size-80{font-size:80px}.ORANGE ._primary-text.--size-81{font-size:81px}.ORANGE ._primary-text.--size-82{font-size:82px}.ORANGE ._primary-text.--size-83{font-size:83px}.ORANGE ._primary-text.--size-84{font-size:84px}.ORANGE ._primary-text.--size-85{font-size:85px}.ORANGE ._primary-text.--size-86{font-size:86px}.ORANGE ._primary-text.--size-87{font-size:87px}.ORANGE ._primary-text.--size-88{font-size:88px}.ORANGE ._primary-text.--size-89{font-size:89px}.ORANGE ._primary-text.--size-90{font-size:90px}.ORANGE ._primary-text.--size-91{font-size:91px}.ORANGE ._primary-text.--size-92{font-size:92px}.ORANGE ._primary-text.--size-93{font-size:93px}.ORANGE ._primary-text.--size-94{font-size:94px}.ORANGE ._primary-text.--size-95{font-size:95px}.ORANGE ._primary-text.--size-96{font-size:96px}.ORANGE ._primary-text.--size-97{font-size:97px}.ORANGE ._primary-text.--size-98{font-size:98px}.ORANGE ._primary-text.--size-99{font-size:99px}.ORANGE ._primary-text.--size-100{font-size:100px}.ORANGE ._primary-text.--weight-100{font-weight:100}.ORANGE ._primary-text.--weight-101{font-weight:101}.ORANGE ._primary-text.--weight-102{font-weight:102}.ORANGE ._primary-text.--weight-103{font-weight:103}.ORANGE ._primary-text.--weight-104{font-weight:104}.ORANGE ._primary-text.--weight-105{font-weight:105}.ORANGE ._primary-text.--weight-106{font-weight:106}.ORANGE ._primary-text.--weight-107{font-weight:107}.ORANGE ._primary-text.--weight-108{font-weight:108}.ORANGE ._primary-text.--weight-109{font-weight:109}.ORANGE ._primary-text.--weight-110{font-weight:110}.ORANGE ._primary-text.--weight-111{font-weight:111}.ORANGE ._primary-text.--weight-112{font-weight:112}.ORANGE ._primary-text.--weight-113{font-weight:113}.ORANGE ._primary-text.--weight-114{font-weight:114}.ORANGE ._primary-text.--weight-115{font-weight:115}.ORANGE ._primary-text.--weight-116{font-weight:116}.ORANGE ._primary-text.--weight-117{font-weight:117}.ORANGE ._primary-text.--weight-118{font-weight:118}.ORANGE ._primary-text.--weight-119{font-weight:119}.ORANGE ._primary-text.--weight-120{font-weight:120}.ORANGE ._primary-text.--weight-121{font-weight:121}.ORANGE ._primary-text.--weight-122{font-weight:122}.ORANGE ._primary-text.--weight-123{font-weight:123}.ORANGE ._primary-text.--weight-124{font-weight:124}.ORANGE ._primary-text.--weight-125{font-weight:125}.ORANGE ._primary-text.--weight-126{font-weight:126}.ORANGE ._primary-text.--weight-127{font-weight:127}.ORANGE ._primary-text.--weight-128{font-weight:128}.ORANGE ._primary-text.--weight-129{font-weight:129}.ORANGE ._primary-text.--weight-130{font-weight:130}.ORANGE ._primary-text.--weight-131{font-weight:131}.ORANGE ._primary-text.--weight-132{font-weight:132}.ORANGE ._primary-text.--weight-133{font-weight:133}.ORANGE ._primary-text.--weight-134{font-weight:134}.ORANGE ._primary-text.--weight-135{font-weight:135}.ORANGE ._primary-text.--weight-136{font-weight:136}.ORANGE ._primary-text.--weight-137{font-weight:137}.ORANGE ._primary-text.--weight-138{font-weight:138}.ORANGE ._primary-text.--weight-139{font-weight:139}.ORANGE ._primary-text.--weight-140{font-weight:140}.ORANGE ._primary-text.--weight-141{font-weight:141}.ORANGE ._primary-text.--weight-142{font-weight:142}.ORANGE ._primary-text.--weight-143{font-weight:143}.ORANGE ._primary-text.--weight-144{font-weight:144}.ORANGE ._primary-text.--weight-145{font-weight:145}.ORANGE ._primary-text.--weight-146{font-weight:146}.ORANGE ._primary-text.--weight-147{font-weight:147}.ORANGE ._primary-text.--weight-148{font-weight:148}.ORANGE ._primary-text.--weight-149{font-weight:149}.ORANGE ._primary-text.--weight-150{font-weight:150}.ORANGE ._primary-text.--weight-151{font-weight:151}.ORANGE ._primary-text.--weight-152{font-weight:152}.ORANGE ._primary-text.--weight-153{font-weight:153}.ORANGE ._primary-text.--weight-154{font-weight:154}.ORANGE ._primary-text.--weight-155{font-weight:155}.ORANGE ._primary-text.--weight-156{font-weight:156}.ORANGE ._primary-text.--weight-157{font-weight:157}.ORANGE ._primary-text.--weight-158{font-weight:158}.ORANGE ._primary-text.--weight-159{font-weight:159}.ORANGE ._primary-text.--weight-160{font-weight:160}.ORANGE ._primary-text.--weight-161{font-weight:161}.ORANGE ._primary-text.--weight-162{font-weight:162}.ORANGE ._primary-text.--weight-163{font-weight:163}.ORANGE ._primary-text.--weight-164{font-weight:164}.ORANGE ._primary-text.--weight-165{font-weight:165}.ORANGE ._primary-text.--weight-166{font-weight:166}.ORANGE ._primary-text.--weight-167{font-weight:167}.ORANGE ._primary-text.--weight-168{font-weight:168}.ORANGE ._primary-text.--weight-169{font-weight:169}.ORANGE ._primary-text.--weight-170{font-weight:170}.ORANGE ._primary-text.--weight-171{font-weight:171}.ORANGE ._primary-text.--weight-172{font-weight:172}.ORANGE ._primary-text.--weight-173{font-weight:173}.ORANGE ._primary-text.--weight-174{font-weight:174}.ORANGE ._primary-text.--weight-175{font-weight:175}.ORANGE ._primary-text.--weight-176{font-weight:176}.ORANGE ._primary-text.--weight-177{font-weight:177}.ORANGE ._primary-text.--weight-178{font-weight:178}.ORANGE ._primary-text.--weight-179{font-weight:179}.ORANGE ._primary-text.--weight-180{font-weight:180}.ORANGE ._primary-text.--weight-181{font-weight:181}.ORANGE ._primary-text.--weight-182{font-weight:182}.ORANGE ._primary-text.--weight-183{font-weight:183}.ORANGE ._primary-text.--weight-184{font-weight:184}.ORANGE ._primary-text.--weight-185{font-weight:185}.ORANGE ._primary-text.--weight-186{font-weight:186}.ORANGE ._primary-text.--weight-187{font-weight:187}.ORANGE ._primary-text.--weight-188{font-weight:188}.ORANGE ._primary-text.--weight-189{font-weight:189}.ORANGE ._primary-text.--weight-190{font-weight:190}.ORANGE ._primary-text.--weight-191{font-weight:191}.ORANGE ._primary-text.--weight-192{font-weight:192}.ORANGE ._primary-text.--weight-193{font-weight:193}.ORANGE ._primary-text.--weight-194{font-weight:194}.ORANGE ._primary-text.--weight-195{font-weight:195}.ORANGE ._primary-text.--weight-196{font-weight:196}.ORANGE ._primary-text.--weight-197{font-weight:197}.ORANGE ._primary-text.--weight-198{font-weight:198}.ORANGE ._primary-text.--weight-199{font-weight:199}.ORANGE ._primary-text.--weight-200{font-weight:200}.ORANGE ._primary-text.--weight-201{font-weight:201}.ORANGE ._primary-text.--weight-202{font-weight:202}.ORANGE ._primary-text.--weight-203{font-weight:203}.ORANGE ._primary-text.--weight-204{font-weight:204}.ORANGE ._primary-text.--weight-205{font-weight:205}.ORANGE ._primary-text.--weight-206{font-weight:206}.ORANGE ._primary-text.--weight-207{font-weight:207}.ORANGE ._primary-text.--weight-208{font-weight:208}.ORANGE ._primary-text.--weight-209{font-weight:209}.ORANGE ._primary-text.--weight-210{font-weight:210}.ORANGE ._primary-text.--weight-211{font-weight:211}.ORANGE ._primary-text.--weight-212{font-weight:212}.ORANGE ._primary-text.--weight-213{font-weight:213}.ORANGE ._primary-text.--weight-214{font-weight:214}.ORANGE ._primary-text.--weight-215{font-weight:215}.ORANGE ._primary-text.--weight-216{font-weight:216}.ORANGE ._primary-text.--weight-217{font-weight:217}.ORANGE ._primary-text.--weight-218{font-weight:218}.ORANGE ._primary-text.--weight-219{font-weight:219}.ORANGE ._primary-text.--weight-220{font-weight:220}.ORANGE ._primary-text.--weight-221{font-weight:221}.ORANGE ._primary-text.--weight-222{font-weight:222}.ORANGE ._primary-text.--weight-223{font-weight:223}.ORANGE ._primary-text.--weight-224{font-weight:224}.ORANGE ._primary-text.--weight-225{font-weight:225}.ORANGE ._primary-text.--weight-226{font-weight:226}.ORANGE ._primary-text.--weight-227{font-weight:227}.ORANGE ._primary-text.--weight-228{font-weight:228}.ORANGE ._primary-text.--weight-229{font-weight:229}.ORANGE ._primary-text.--weight-230{font-weight:230}.ORANGE ._primary-text.--weight-231{font-weight:231}.ORANGE ._primary-text.--weight-232{font-weight:232}.ORANGE ._primary-text.--weight-233{font-weight:233}.ORANGE ._primary-text.--weight-234{font-weight:234}.ORANGE ._primary-text.--weight-235{font-weight:235}.ORANGE ._primary-text.--weight-236{font-weight:236}.ORANGE ._primary-text.--weight-237{font-weight:237}.ORANGE ._primary-text.--weight-238{font-weight:238}.ORANGE ._primary-text.--weight-239{font-weight:239}.ORANGE ._primary-text.--weight-240{font-weight:240}.ORANGE ._primary-text.--weight-241{font-weight:241}.ORANGE ._primary-text.--weight-242{font-weight:242}.ORANGE ._primary-text.--weight-243{font-weight:243}.ORANGE ._primary-text.--weight-244{font-weight:244}.ORANGE ._primary-text.--weight-245{font-weight:245}.ORANGE ._primary-text.--weight-246{font-weight:246}.ORANGE ._primary-text.--weight-247{font-weight:247}.ORANGE ._primary-text.--weight-248{font-weight:248}.ORANGE ._primary-text.--weight-249{font-weight:249}.ORANGE ._primary-text.--weight-250{font-weight:250}.ORANGE ._primary-text.--weight-251{font-weight:251}.ORANGE ._primary-text.--weight-252{font-weight:252}.ORANGE ._primary-text.--weight-253{font-weight:253}.ORANGE ._primary-text.--weight-254{font-weight:254}.ORANGE ._primary-text.--weight-255{font-weight:255}.ORANGE ._primary-text.--weight-256{font-weight:256}.ORANGE ._primary-text.--weight-257{font-weight:257}.ORANGE ._primary-text.--weight-258{font-weight:258}.ORANGE ._primary-text.--weight-259{font-weight:259}.ORANGE ._primary-text.--weight-260{font-weight:260}.ORANGE ._primary-text.--weight-261{font-weight:261}.ORANGE ._primary-text.--weight-262{font-weight:262}.ORANGE ._primary-text.--weight-263{font-weight:263}.ORANGE ._primary-text.--weight-264{font-weight:264}.ORANGE ._primary-text.--weight-265{font-weight:265}.ORANGE ._primary-text.--weight-266{font-weight:266}.ORANGE ._primary-text.--weight-267{font-weight:267}.ORANGE ._primary-text.--weight-268{font-weight:268}.ORANGE ._primary-text.--weight-269{font-weight:269}.ORANGE ._primary-text.--weight-270{font-weight:270}.ORANGE ._primary-text.--weight-271{font-weight:271}.ORANGE ._primary-text.--weight-272{font-weight:272}.ORANGE ._primary-text.--weight-273{font-weight:273}.ORANGE ._primary-text.--weight-274{font-weight:274}.ORANGE ._primary-text.--weight-275{font-weight:275}.ORANGE ._primary-text.--weight-276{font-weight:276}.ORANGE ._primary-text.--weight-277{font-weight:277}.ORANGE ._primary-text.--weight-278{font-weight:278}.ORANGE ._primary-text.--weight-279{font-weight:279}.ORANGE ._primary-text.--weight-280{font-weight:280}.ORANGE ._primary-text.--weight-281{font-weight:281}.ORANGE ._primary-text.--weight-282{font-weight:282}.ORANGE ._primary-text.--weight-283{font-weight:283}.ORANGE ._primary-text.--weight-284{font-weight:284}.ORANGE ._primary-text.--weight-285{font-weight:285}.ORANGE ._primary-text.--weight-286{font-weight:286}.ORANGE ._primary-text.--weight-287{font-weight:287}.ORANGE ._primary-text.--weight-288{font-weight:288}.ORANGE ._primary-text.--weight-289{font-weight:289}.ORANGE ._primary-text.--weight-290{font-weight:290}.ORANGE ._primary-text.--weight-291{font-weight:291}.ORANGE ._primary-text.--weight-292{font-weight:292}.ORANGE ._primary-text.--weight-293{font-weight:293}.ORANGE ._primary-text.--weight-294{font-weight:294}.ORANGE ._primary-text.--weight-295{font-weight:295}.ORANGE ._primary-text.--weight-296{font-weight:296}.ORANGE ._primary-text.--weight-297{font-weight:297}.ORANGE ._primary-text.--weight-298{font-weight:298}.ORANGE ._primary-text.--weight-299{font-weight:299}.ORANGE ._primary-text.--weight-300{font-weight:300}.ORANGE ._primary-text.--weight-301{font-weight:301}.ORANGE ._primary-text.--weight-302{font-weight:302}.ORANGE ._primary-text.--weight-303{font-weight:303}.ORANGE ._primary-text.--weight-304{font-weight:304}.ORANGE ._primary-text.--weight-305{font-weight:305}.ORANGE ._primary-text.--weight-306{font-weight:306}.ORANGE ._primary-text.--weight-307{font-weight:307}.ORANGE ._primary-text.--weight-308{font-weight:308}.ORANGE ._primary-text.--weight-309{font-weight:309}.ORANGE ._primary-text.--weight-310{font-weight:310}.ORANGE ._primary-text.--weight-311{font-weight:311}.ORANGE ._primary-text.--weight-312{font-weight:312}.ORANGE ._primary-text.--weight-313{font-weight:313}.ORANGE ._primary-text.--weight-314{font-weight:314}.ORANGE ._primary-text.--weight-315{font-weight:315}.ORANGE ._primary-text.--weight-316{font-weight:316}.ORANGE ._primary-text.--weight-317{font-weight:317}.ORANGE ._primary-text.--weight-318{font-weight:318}.ORANGE ._primary-text.--weight-319{font-weight:319}.ORANGE ._primary-text.--weight-320{font-weight:320}.ORANGE ._primary-text.--weight-321{font-weight:321}.ORANGE ._primary-text.--weight-322{font-weight:322}.ORANGE ._primary-text.--weight-323{font-weight:323}.ORANGE ._primary-text.--weight-324{font-weight:324}.ORANGE ._primary-text.--weight-325{font-weight:325}.ORANGE ._primary-text.--weight-326{font-weight:326}.ORANGE ._primary-text.--weight-327{font-weight:327}.ORANGE ._primary-text.--weight-328{font-weight:328}.ORANGE ._primary-text.--weight-329{font-weight:329}.ORANGE ._primary-text.--weight-330{font-weight:330}.ORANGE ._primary-text.--weight-331{font-weight:331}.ORANGE ._primary-text.--weight-332{font-weight:332}.ORANGE ._primary-text.--weight-333{font-weight:333}.ORANGE ._primary-text.--weight-334{font-weight:334}.ORANGE ._primary-text.--weight-335{font-weight:335}.ORANGE ._primary-text.--weight-336{font-weight:336}.ORANGE ._primary-text.--weight-337{font-weight:337}.ORANGE ._primary-text.--weight-338{font-weight:338}.ORANGE ._primary-text.--weight-339{font-weight:339}.ORANGE ._primary-text.--weight-340{font-weight:340}.ORANGE ._primary-text.--weight-341{font-weight:341}.ORANGE ._primary-text.--weight-342{font-weight:342}.ORANGE ._primary-text.--weight-343{font-weight:343}.ORANGE ._primary-text.--weight-344{font-weight:344}.ORANGE ._primary-text.--weight-345{font-weight:345}.ORANGE ._primary-text.--weight-346{font-weight:346}.ORANGE ._primary-text.--weight-347{font-weight:347}.ORANGE ._primary-text.--weight-348{font-weight:348}.ORANGE ._primary-text.--weight-349{font-weight:349}.ORANGE ._primary-text.--weight-350{font-weight:350}.ORANGE ._primary-text.--weight-351{font-weight:351}.ORANGE ._primary-text.--weight-352{font-weight:352}.ORANGE ._primary-text.--weight-353{font-weight:353}.ORANGE ._primary-text.--weight-354{font-weight:354}.ORANGE ._primary-text.--weight-355{font-weight:355}.ORANGE ._primary-text.--weight-356{font-weight:356}.ORANGE ._primary-text.--weight-357{font-weight:357}.ORANGE ._primary-text.--weight-358{font-weight:358}.ORANGE ._primary-text.--weight-359{font-weight:359}.ORANGE ._primary-text.--weight-360{font-weight:360}.ORANGE ._primary-text.--weight-361{font-weight:361}.ORANGE ._primary-text.--weight-362{font-weight:362}.ORANGE ._primary-text.--weight-363{font-weight:363}.ORANGE ._primary-text.--weight-364{font-weight:364}.ORANGE ._primary-text.--weight-365{font-weight:365}.ORANGE ._primary-text.--weight-366{font-weight:366}.ORANGE ._primary-text.--weight-367{font-weight:367}.ORANGE ._primary-text.--weight-368{font-weight:368}.ORANGE ._primary-text.--weight-369{font-weight:369}.ORANGE ._primary-text.--weight-370{font-weight:370}.ORANGE ._primary-text.--weight-371{font-weight:371}.ORANGE ._primary-text.--weight-372{font-weight:372}.ORANGE ._primary-text.--weight-373{font-weight:373}.ORANGE ._primary-text.--weight-374{font-weight:374}.ORANGE ._primary-text.--weight-375{font-weight:375}.ORANGE ._primary-text.--weight-376{font-weight:376}.ORANGE ._primary-text.--weight-377{font-weight:377}.ORANGE ._primary-text.--weight-378{font-weight:378}.ORANGE ._primary-text.--weight-379{font-weight:379}.ORANGE ._primary-text.--weight-380{font-weight:380}.ORANGE ._primary-text.--weight-381{font-weight:381}.ORANGE ._primary-text.--weight-382{font-weight:382}.ORANGE ._primary-text.--weight-383{font-weight:383}.ORANGE ._primary-text.--weight-384{font-weight:384}.ORANGE ._primary-text.--weight-385{font-weight:385}.ORANGE ._primary-text.--weight-386{font-weight:386}.ORANGE ._primary-text.--weight-387{font-weight:387}.ORANGE ._primary-text.--weight-388{font-weight:388}.ORANGE ._primary-text.--weight-389{font-weight:389}.ORANGE ._primary-text.--weight-390{font-weight:390}.ORANGE ._primary-text.--weight-391{font-weight:391}.ORANGE ._primary-text.--weight-392{font-weight:392}.ORANGE ._primary-text.--weight-393{font-weight:393}.ORANGE ._primary-text.--weight-394{font-weight:394}.ORANGE ._primary-text.--weight-395{font-weight:395}.ORANGE ._primary-text.--weight-396{font-weight:396}.ORANGE ._primary-text.--weight-397{font-weight:397}.ORANGE ._primary-text.--weight-398{font-weight:398}.ORANGE ._primary-text.--weight-399{font-weight:399}.ORANGE ._primary-text.--weight-400{font-weight:400}.ORANGE ._primary-text.--weight-401{font-weight:401}.ORANGE ._primary-text.--weight-402{font-weight:402}.ORANGE ._primary-text.--weight-403{font-weight:403}.ORANGE ._primary-text.--weight-404{font-weight:404}.ORANGE ._primary-text.--weight-405{font-weight:405}.ORANGE ._primary-text.--weight-406{font-weight:406}.ORANGE ._primary-text.--weight-407{font-weight:407}.ORANGE ._primary-text.--weight-408{font-weight:408}.ORANGE ._primary-text.--weight-409{font-weight:409}.ORANGE ._primary-text.--weight-410{font-weight:410}.ORANGE ._primary-text.--weight-411{font-weight:411}.ORANGE ._primary-text.--weight-412{font-weight:412}.ORANGE ._primary-text.--weight-413{font-weight:413}.ORANGE ._primary-text.--weight-414{font-weight:414}.ORANGE ._primary-text.--weight-415{font-weight:415}.ORANGE ._primary-text.--weight-416{font-weight:416}.ORANGE ._primary-text.--weight-417{font-weight:417}.ORANGE ._primary-text.--weight-418{font-weight:418}.ORANGE ._primary-text.--weight-419{font-weight:419}.ORANGE ._primary-text.--weight-420{font-weight:420}.ORANGE ._primary-text.--weight-421{font-weight:421}.ORANGE ._primary-text.--weight-422{font-weight:422}.ORANGE ._primary-text.--weight-423{font-weight:423}.ORANGE ._primary-text.--weight-424{font-weight:424}.ORANGE ._primary-text.--weight-425{font-weight:425}.ORANGE ._primary-text.--weight-426{font-weight:426}.ORANGE ._primary-text.--weight-427{font-weight:427}.ORANGE ._primary-text.--weight-428{font-weight:428}.ORANGE ._primary-text.--weight-429{font-weight:429}.ORANGE ._primary-text.--weight-430{font-weight:430}.ORANGE ._primary-text.--weight-431{font-weight:431}.ORANGE ._primary-text.--weight-432{font-weight:432}.ORANGE ._primary-text.--weight-433{font-weight:433}.ORANGE ._primary-text.--weight-434{font-weight:434}.ORANGE ._primary-text.--weight-435{font-weight:435}.ORANGE ._primary-text.--weight-436{font-weight:436}.ORANGE ._primary-text.--weight-437{font-weight:437}.ORANGE ._primary-text.--weight-438{font-weight:438}.ORANGE ._primary-text.--weight-439{font-weight:439}.ORANGE ._primary-text.--weight-440{font-weight:440}.ORANGE ._primary-text.--weight-441{font-weight:441}.ORANGE ._primary-text.--weight-442{font-weight:442}.ORANGE ._primary-text.--weight-443{font-weight:443}.ORANGE ._primary-text.--weight-444{font-weight:444}.ORANGE ._primary-text.--weight-445{font-weight:445}.ORANGE ._primary-text.--weight-446{font-weight:446}.ORANGE ._primary-text.--weight-447{font-weight:447}.ORANGE ._primary-text.--weight-448{font-weight:448}.ORANGE ._primary-text.--weight-449{font-weight:449}.ORANGE ._primary-text.--weight-450{font-weight:450}.ORANGE ._primary-text.--weight-451{font-weight:451}.ORANGE ._primary-text.--weight-452{font-weight:452}.ORANGE ._primary-text.--weight-453{font-weight:453}.ORANGE ._primary-text.--weight-454{font-weight:454}.ORANGE ._primary-text.--weight-455{font-weight:455}.ORANGE ._primary-text.--weight-456{font-weight:456}.ORANGE ._primary-text.--weight-457{font-weight:457}.ORANGE ._primary-text.--weight-458{font-weight:458}.ORANGE ._primary-text.--weight-459{font-weight:459}.ORANGE ._primary-text.--weight-460{font-weight:460}.ORANGE ._primary-text.--weight-461{font-weight:461}.ORANGE ._primary-text.--weight-462{font-weight:462}.ORANGE ._primary-text.--weight-463{font-weight:463}.ORANGE ._primary-text.--weight-464{font-weight:464}.ORANGE ._primary-text.--weight-465{font-weight:465}.ORANGE ._primary-text.--weight-466{font-weight:466}.ORANGE ._primary-text.--weight-467{font-weight:467}.ORANGE ._primary-text.--weight-468{font-weight:468}.ORANGE ._primary-text.--weight-469{font-weight:469}.ORANGE ._primary-text.--weight-470{font-weight:470}.ORANGE ._primary-text.--weight-471{font-weight:471}.ORANGE ._primary-text.--weight-472{font-weight:472}.ORANGE ._primary-text.--weight-473{font-weight:473}.ORANGE ._primary-text.--weight-474{font-weight:474}.ORANGE ._primary-text.--weight-475{font-weight:475}.ORANGE ._primary-text.--weight-476{font-weight:476}.ORANGE ._primary-text.--weight-477{font-weight:477}.ORANGE ._primary-text.--weight-478{font-weight:478}.ORANGE ._primary-text.--weight-479{font-weight:479}.ORANGE ._primary-text.--weight-480{font-weight:480}.ORANGE ._primary-text.--weight-481{font-weight:481}.ORANGE ._primary-text.--weight-482{font-weight:482}.ORANGE ._primary-text.--weight-483{font-weight:483}.ORANGE ._primary-text.--weight-484{font-weight:484}.ORANGE ._primary-text.--weight-485{font-weight:485}.ORANGE ._primary-text.--weight-486{font-weight:486}.ORANGE ._primary-text.--weight-487{font-weight:487}.ORANGE ._primary-text.--weight-488{font-weight:488}.ORANGE ._primary-text.--weight-489{font-weight:489}.ORANGE ._primary-text.--weight-490{font-weight:490}.ORANGE ._primary-text.--weight-491{font-weight:491}.ORANGE ._primary-text.--weight-492{font-weight:492}.ORANGE ._primary-text.--weight-493{font-weight:493}.ORANGE ._primary-text.--weight-494{font-weight:494}.ORANGE ._primary-text.--weight-495{font-weight:495}.ORANGE ._primary-text.--weight-496{font-weight:496}.ORANGE ._primary-text.--weight-497{font-weight:497}.ORANGE ._primary-text.--weight-498{font-weight:498}.ORANGE ._primary-text.--weight-499{font-weight:499}.ORANGE ._primary-text.--weight-500{font-weight:500}.ORANGE ._primary-text.--weight-501{font-weight:501}.ORANGE ._primary-text.--weight-502{font-weight:502}.ORANGE ._primary-text.--weight-503{font-weight:503}.ORANGE ._primary-text.--weight-504{font-weight:504}.ORANGE ._primary-text.--weight-505{font-weight:505}.ORANGE ._primary-text.--weight-506{font-weight:506}.ORANGE ._primary-text.--weight-507{font-weight:507}.ORANGE ._primary-text.--weight-508{font-weight:508}.ORANGE ._primary-text.--weight-509{font-weight:509}.ORANGE ._primary-text.--weight-510{font-weight:510}.ORANGE ._primary-text.--weight-511{font-weight:511}.ORANGE ._primary-text.--weight-512{font-weight:512}.ORANGE ._primary-text.--weight-513{font-weight:513}.ORANGE ._primary-text.--weight-514{font-weight:514}.ORANGE ._primary-text.--weight-515{font-weight:515}.ORANGE ._primary-text.--weight-516{font-weight:516}.ORANGE ._primary-text.--weight-517{font-weight:517}.ORANGE ._primary-text.--weight-518{font-weight:518}.ORANGE ._primary-text.--weight-519{font-weight:519}.ORANGE ._primary-text.--weight-520{font-weight:520}.ORANGE ._primary-text.--weight-521{font-weight:521}.ORANGE ._primary-text.--weight-522{font-weight:522}.ORANGE ._primary-text.--weight-523{font-weight:523}.ORANGE ._primary-text.--weight-524{font-weight:524}.ORANGE ._primary-text.--weight-525{font-weight:525}.ORANGE ._primary-text.--weight-526{font-weight:526}.ORANGE ._primary-text.--weight-527{font-weight:527}.ORANGE ._primary-text.--weight-528{font-weight:528}.ORANGE ._primary-text.--weight-529{font-weight:529}.ORANGE ._primary-text.--weight-530{font-weight:530}.ORANGE ._primary-text.--weight-531{font-weight:531}.ORANGE ._primary-text.--weight-532{font-weight:532}.ORANGE ._primary-text.--weight-533{font-weight:533}.ORANGE ._primary-text.--weight-534{font-weight:534}.ORANGE ._primary-text.--weight-535{font-weight:535}.ORANGE ._primary-text.--weight-536{font-weight:536}.ORANGE ._primary-text.--weight-537{font-weight:537}.ORANGE ._primary-text.--weight-538{font-weight:538}.ORANGE ._primary-text.--weight-539{font-weight:539}.ORANGE ._primary-text.--weight-540{font-weight:540}.ORANGE ._primary-text.--weight-541{font-weight:541}.ORANGE ._primary-text.--weight-542{font-weight:542}.ORANGE ._primary-text.--weight-543{font-weight:543}.ORANGE ._primary-text.--weight-544{font-weight:544}.ORANGE ._primary-text.--weight-545{font-weight:545}.ORANGE ._primary-text.--weight-546{font-weight:546}.ORANGE ._primary-text.--weight-547{font-weight:547}.ORANGE ._primary-text.--weight-548{font-weight:548}.ORANGE ._primary-text.--weight-549{font-weight:549}.ORANGE ._primary-text.--weight-550{font-weight:550}.ORANGE ._primary-text.--weight-551{font-weight:551}.ORANGE ._primary-text.--weight-552{font-weight:552}.ORANGE ._primary-text.--weight-553{font-weight:553}.ORANGE ._primary-text.--weight-554{font-weight:554}.ORANGE ._primary-text.--weight-555{font-weight:555}.ORANGE ._primary-text.--weight-556{font-weight:556}.ORANGE ._primary-text.--weight-557{font-weight:557}.ORANGE ._primary-text.--weight-558{font-weight:558}.ORANGE ._primary-text.--weight-559{font-weight:559}.ORANGE ._primary-text.--weight-560{font-weight:560}.ORANGE ._primary-text.--weight-561{font-weight:561}.ORANGE ._primary-text.--weight-562{font-weight:562}.ORANGE ._primary-text.--weight-563{font-weight:563}.ORANGE ._primary-text.--weight-564{font-weight:564}.ORANGE ._primary-text.--weight-565{font-weight:565}.ORANGE ._primary-text.--weight-566{font-weight:566}.ORANGE ._primary-text.--weight-567{font-weight:567}.ORANGE ._primary-text.--weight-568{font-weight:568}.ORANGE ._primary-text.--weight-569{font-weight:569}.ORANGE ._primary-text.--weight-570{font-weight:570}.ORANGE ._primary-text.--weight-571{font-weight:571}.ORANGE ._primary-text.--weight-572{font-weight:572}.ORANGE ._primary-text.--weight-573{font-weight:573}.ORANGE ._primary-text.--weight-574{font-weight:574}.ORANGE ._primary-text.--weight-575{font-weight:575}.ORANGE ._primary-text.--weight-576{font-weight:576}.ORANGE ._primary-text.--weight-577{font-weight:577}.ORANGE ._primary-text.--weight-578{font-weight:578}.ORANGE ._primary-text.--weight-579{font-weight:579}.ORANGE ._primary-text.--weight-580{font-weight:580}.ORANGE ._primary-text.--weight-581{font-weight:581}.ORANGE ._primary-text.--weight-582{font-weight:582}.ORANGE ._primary-text.--weight-583{font-weight:583}.ORANGE ._primary-text.--weight-584{font-weight:584}.ORANGE ._primary-text.--weight-585{font-weight:585}.ORANGE ._primary-text.--weight-586{font-weight:586}.ORANGE ._primary-text.--weight-587{font-weight:587}.ORANGE ._primary-text.--weight-588{font-weight:588}.ORANGE ._primary-text.--weight-589{font-weight:589}.ORANGE ._primary-text.--weight-590{font-weight:590}.ORANGE ._primary-text.--weight-591{font-weight:591}.ORANGE ._primary-text.--weight-592{font-weight:592}.ORANGE ._primary-text.--weight-593{font-weight:593}.ORANGE ._primary-text.--weight-594{font-weight:594}.ORANGE ._primary-text.--weight-595{font-weight:595}.ORANGE ._primary-text.--weight-596{font-weight:596}.ORANGE ._primary-text.--weight-597{font-weight:597}.ORANGE ._primary-text.--weight-598{font-weight:598}.ORANGE ._primary-text.--weight-599{font-weight:599}.ORANGE ._primary-text.--weight-600{font-weight:600}.ORANGE ._primary-text.--weight-601{font-weight:601}.ORANGE ._primary-text.--weight-602{font-weight:602}.ORANGE ._primary-text.--weight-603{font-weight:603}.ORANGE ._primary-text.--weight-604{font-weight:604}.ORANGE ._primary-text.--weight-605{font-weight:605}.ORANGE ._primary-text.--weight-606{font-weight:606}.ORANGE ._primary-text.--weight-607{font-weight:607}.ORANGE ._primary-text.--weight-608{font-weight:608}.ORANGE ._primary-text.--weight-609{font-weight:609}.ORANGE ._primary-text.--weight-610{font-weight:610}.ORANGE ._primary-text.--weight-611{font-weight:611}.ORANGE ._primary-text.--weight-612{font-weight:612}.ORANGE ._primary-text.--weight-613{font-weight:613}.ORANGE ._primary-text.--weight-614{font-weight:614}.ORANGE ._primary-text.--weight-615{font-weight:615}.ORANGE ._primary-text.--weight-616{font-weight:616}.ORANGE ._primary-text.--weight-617{font-weight:617}.ORANGE ._primary-text.--weight-618{font-weight:618}.ORANGE ._primary-text.--weight-619{font-weight:619}.ORANGE ._primary-text.--weight-620{font-weight:620}.ORANGE ._primary-text.--weight-621{font-weight:621}.ORANGE ._primary-text.--weight-622{font-weight:622}.ORANGE ._primary-text.--weight-623{font-weight:623}.ORANGE ._primary-text.--weight-624{font-weight:624}.ORANGE ._primary-text.--weight-625{font-weight:625}.ORANGE ._primary-text.--weight-626{font-weight:626}.ORANGE ._primary-text.--weight-627{font-weight:627}.ORANGE ._primary-text.--weight-628{font-weight:628}.ORANGE ._primary-text.--weight-629{font-weight:629}.ORANGE ._primary-text.--weight-630{font-weight:630}.ORANGE ._primary-text.--weight-631{font-weight:631}.ORANGE ._primary-text.--weight-632{font-weight:632}.ORANGE ._primary-text.--weight-633{font-weight:633}.ORANGE ._primary-text.--weight-634{font-weight:634}.ORANGE ._primary-text.--weight-635{font-weight:635}.ORANGE ._primary-text.--weight-636{font-weight:636}.ORANGE ._primary-text.--weight-637{font-weight:637}.ORANGE ._primary-text.--weight-638{font-weight:638}.ORANGE ._primary-text.--weight-639{font-weight:639}.ORANGE ._primary-text.--weight-640{font-weight:640}.ORANGE ._primary-text.--weight-641{font-weight:641}.ORANGE ._primary-text.--weight-642{font-weight:642}.ORANGE ._primary-text.--weight-643{font-weight:643}.ORANGE ._primary-text.--weight-644{font-weight:644}.ORANGE ._primary-text.--weight-645{font-weight:645}.ORANGE ._primary-text.--weight-646{font-weight:646}.ORANGE ._primary-text.--weight-647{font-weight:647}.ORANGE ._primary-text.--weight-648{font-weight:648}.ORANGE ._primary-text.--weight-649{font-weight:649}.ORANGE ._primary-text.--weight-650{font-weight:650}.ORANGE ._primary-text.--weight-651{font-weight:651}.ORANGE ._primary-text.--weight-652{font-weight:652}.ORANGE ._primary-text.--weight-653{font-weight:653}.ORANGE ._primary-text.--weight-654{font-weight:654}.ORANGE ._primary-text.--weight-655{font-weight:655}.ORANGE ._primary-text.--weight-656{font-weight:656}.ORANGE ._primary-text.--weight-657{font-weight:657}.ORANGE ._primary-text.--weight-658{font-weight:658}.ORANGE ._primary-text.--weight-659{font-weight:659}.ORANGE ._primary-text.--weight-660{font-weight:660}.ORANGE ._primary-text.--weight-661{font-weight:661}.ORANGE ._primary-text.--weight-662{font-weight:662}.ORANGE ._primary-text.--weight-663{font-weight:663}.ORANGE ._primary-text.--weight-664{font-weight:664}.ORANGE ._primary-text.--weight-665{font-weight:665}.ORANGE ._primary-text.--weight-666{font-weight:666}.ORANGE ._primary-text.--weight-667{font-weight:667}.ORANGE ._primary-text.--weight-668{font-weight:668}.ORANGE ._primary-text.--weight-669{font-weight:669}.ORANGE ._primary-text.--weight-670{font-weight:670}.ORANGE ._primary-text.--weight-671{font-weight:671}.ORANGE ._primary-text.--weight-672{font-weight:672}.ORANGE ._primary-text.--weight-673{font-weight:673}.ORANGE ._primary-text.--weight-674{font-weight:674}.ORANGE ._primary-text.--weight-675{font-weight:675}.ORANGE ._primary-text.--weight-676{font-weight:676}.ORANGE ._primary-text.--weight-677{font-weight:677}.ORANGE ._primary-text.--weight-678{font-weight:678}.ORANGE ._primary-text.--weight-679{font-weight:679}.ORANGE ._primary-text.--weight-680{font-weight:680}.ORANGE ._primary-text.--weight-681{font-weight:681}.ORANGE ._primary-text.--weight-682{font-weight:682}.ORANGE ._primary-text.--weight-683{font-weight:683}.ORANGE ._primary-text.--weight-684{font-weight:684}.ORANGE ._primary-text.--weight-685{font-weight:685}.ORANGE ._primary-text.--weight-686{font-weight:686}.ORANGE ._primary-text.--weight-687{font-weight:687}.ORANGE ._primary-text.--weight-688{font-weight:688}.ORANGE ._primary-text.--weight-689{font-weight:689}.ORANGE ._primary-text.--weight-690{font-weight:690}.ORANGE ._primary-text.--weight-691{font-weight:691}.ORANGE ._primary-text.--weight-692{font-weight:692}.ORANGE ._primary-text.--weight-693{font-weight:693}.ORANGE ._primary-text.--weight-694{font-weight:694}.ORANGE ._primary-text.--weight-695{font-weight:695}.ORANGE ._primary-text.--weight-696{font-weight:696}.ORANGE ._primary-text.--weight-697{font-weight:697}.ORANGE ._primary-text.--weight-698{font-weight:698}.ORANGE ._primary-text.--weight-699{font-weight:699}.ORANGE ._primary-text.--weight-700{font-weight:700}.ORANGE ._primary-text.--weight-701{font-weight:701}.ORANGE ._primary-text.--weight-702{font-weight:702}.ORANGE ._primary-text.--weight-703{font-weight:703}.ORANGE ._primary-text.--weight-704{font-weight:704}.ORANGE ._primary-text.--weight-705{font-weight:705}.ORANGE ._primary-text.--weight-706{font-weight:706}.ORANGE ._primary-text.--weight-707{font-weight:707}.ORANGE ._primary-text.--weight-708{font-weight:708}.ORANGE ._primary-text.--weight-709{font-weight:709}.ORANGE ._primary-text.--weight-710{font-weight:710}.ORANGE ._primary-text.--weight-711{font-weight:711}.ORANGE ._primary-text.--weight-712{font-weight:712}.ORANGE ._primary-text.--weight-713{font-weight:713}.ORANGE ._primary-text.--weight-714{font-weight:714}.ORANGE ._primary-text.--weight-715{font-weight:715}.ORANGE ._primary-text.--weight-716{font-weight:716}.ORANGE ._primary-text.--weight-717{font-weight:717}.ORANGE ._primary-text.--weight-718{font-weight:718}.ORANGE ._primary-text.--weight-719{font-weight:719}.ORANGE ._primary-text.--weight-720{font-weight:720}.ORANGE ._primary-text.--weight-721{font-weight:721}.ORANGE ._primary-text.--weight-722{font-weight:722}.ORANGE ._primary-text.--weight-723{font-weight:723}.ORANGE ._primary-text.--weight-724{font-weight:724}.ORANGE ._primary-text.--weight-725{font-weight:725}.ORANGE ._primary-text.--weight-726{font-weight:726}.ORANGE ._primary-text.--weight-727{font-weight:727}.ORANGE ._primary-text.--weight-728{font-weight:728}.ORANGE ._primary-text.--weight-729{font-weight:729}.ORANGE ._primary-text.--weight-730{font-weight:730}.ORANGE ._primary-text.--weight-731{font-weight:731}.ORANGE ._primary-text.--weight-732{font-weight:732}.ORANGE ._primary-text.--weight-733{font-weight:733}.ORANGE ._primary-text.--weight-734{font-weight:734}.ORANGE ._primary-text.--weight-735{font-weight:735}.ORANGE ._primary-text.--weight-736{font-weight:736}.ORANGE ._primary-text.--weight-737{font-weight:737}.ORANGE ._primary-text.--weight-738{font-weight:738}.ORANGE ._primary-text.--weight-739{font-weight:739}.ORANGE ._primary-text.--weight-740{font-weight:740}.ORANGE ._primary-text.--weight-741{font-weight:741}.ORANGE ._primary-text.--weight-742{font-weight:742}.ORANGE ._primary-text.--weight-743{font-weight:743}.ORANGE ._primary-text.--weight-744{font-weight:744}.ORANGE ._primary-text.--weight-745{font-weight:745}.ORANGE ._primary-text.--weight-746{font-weight:746}.ORANGE ._primary-text.--weight-747{font-weight:747}.ORANGE ._primary-text.--weight-748{font-weight:748}.ORANGE ._primary-text.--weight-749{font-weight:749}.ORANGE ._primary-text.--weight-750{font-weight:750}.ORANGE ._primary-text.--weight-751{font-weight:751}.ORANGE ._primary-text.--weight-752{font-weight:752}.ORANGE ._primary-text.--weight-753{font-weight:753}.ORANGE ._primary-text.--weight-754{font-weight:754}.ORANGE ._primary-text.--weight-755{font-weight:755}.ORANGE ._primary-text.--weight-756{font-weight:756}.ORANGE ._primary-text.--weight-757{font-weight:757}.ORANGE ._primary-text.--weight-758{font-weight:758}.ORANGE ._primary-text.--weight-759{font-weight:759}.ORANGE ._primary-text.--weight-760{font-weight:760}.ORANGE ._primary-text.--weight-761{font-weight:761}.ORANGE ._primary-text.--weight-762{font-weight:762}.ORANGE ._primary-text.--weight-763{font-weight:763}.ORANGE ._primary-text.--weight-764{font-weight:764}.ORANGE ._primary-text.--weight-765{font-weight:765}.ORANGE ._primary-text.--weight-766{font-weight:766}.ORANGE ._primary-text.--weight-767{font-weight:767}.ORANGE ._primary-text.--weight-768{font-weight:768}.ORANGE ._primary-text.--weight-769{font-weight:769}.ORANGE ._primary-text.--weight-770{font-weight:770}.ORANGE ._primary-text.--weight-771{font-weight:771}.ORANGE ._primary-text.--weight-772{font-weight:772}.ORANGE ._primary-text.--weight-773{font-weight:773}.ORANGE ._primary-text.--weight-774{font-weight:774}.ORANGE ._primary-text.--weight-775{font-weight:775}.ORANGE ._primary-text.--weight-776{font-weight:776}.ORANGE ._primary-text.--weight-777{font-weight:777}.ORANGE ._primary-text.--weight-778{font-weight:778}.ORANGE ._primary-text.--weight-779{font-weight:779}.ORANGE ._primary-text.--weight-780{font-weight:780}.ORANGE ._primary-text.--weight-781{font-weight:781}.ORANGE ._primary-text.--weight-782{font-weight:782}.ORANGE ._primary-text.--weight-783{font-weight:783}.ORANGE ._primary-text.--weight-784{font-weight:784}.ORANGE ._primary-text.--weight-785{font-weight:785}.ORANGE ._primary-text.--weight-786{font-weight:786}.ORANGE ._primary-text.--weight-787{font-weight:787}.ORANGE ._primary-text.--weight-788{font-weight:788}.ORANGE ._primary-text.--weight-789{font-weight:789}.ORANGE ._primary-text.--weight-790{font-weight:790}.ORANGE ._primary-text.--weight-791{font-weight:791}.ORANGE ._primary-text.--weight-792{font-weight:792}.ORANGE ._primary-text.--weight-793{font-weight:793}.ORANGE ._primary-text.--weight-794{font-weight:794}.ORANGE ._primary-text.--weight-795{font-weight:795}.ORANGE ._primary-text.--weight-796{font-weight:796}.ORANGE ._primary-text.--weight-797{font-weight:797}.ORANGE ._primary-text.--weight-798{font-weight:798}.ORANGE ._primary-text.--weight-799{font-weight:799}.ORANGE ._primary-text.--weight-800{font-weight:800}.ORANGE ._primary-text.--lh-1{line-height:1px}.ORANGE ._primary-text.--lh-2{line-height:2px}.ORANGE ._primary-text.--lh-3{line-height:3px}.ORANGE ._primary-text.--lh-4{line-height:4px}.ORANGE ._primary-text.--lh-5{line-height:5px}.ORANGE ._primary-text.--lh-6{line-height:6px}.ORANGE ._primary-text.--lh-7{line-height:7px}.ORANGE ._primary-text.--lh-8{line-height:8px}.ORANGE ._primary-text.--lh-9{line-height:9px}.ORANGE ._primary-text.--lh-10{line-height:10px}.ORANGE ._primary-text.--lh-11{line-height:11px}.ORANGE ._primary-text.--lh-12{line-height:12px}.ORANGE ._primary-text.--lh-13{line-height:13px}.ORANGE ._primary-text.--lh-14{line-height:14px}.ORANGE ._primary-text.--lh-15{line-height:15px}.ORANGE ._primary-text.--lh-16{line-height:16px}.ORANGE ._primary-text.--lh-17{line-height:17px}.ORANGE ._primary-text.--lh-18{line-height:18px}.ORANGE ._primary-text.--lh-19{line-height:19px}.ORANGE ._primary-text.--lh-20{line-height:20px}.ORANGE ._primary-text.--lh-21{line-height:21px}.ORANGE ._primary-text.--lh-22{line-height:22px}.ORANGE ._primary-text.--lh-23{line-height:23px}.ORANGE ._primary-text.--lh-24{line-height:24px}.ORANGE ._primary-text.--lh-25{line-height:25px}.ORANGE ._primary-text.--lh-26{line-height:26px}.ORANGE ._primary-text.--lh-27{line-height:27px}.ORANGE ._primary-text.--lh-28{line-height:28px}.ORANGE ._primary-text.--lh-29{line-height:29px}.ORANGE ._primary-text.--lh-30{line-height:30px}.ORANGE ._primary-text.--lh-31{line-height:31px}.ORANGE ._primary-text.--lh-32{line-height:32px}.ORANGE ._primary-text.--lh-33{line-height:33px}.ORANGE ._primary-text.--lh-34{line-height:34px}.ORANGE ._primary-text.--lh-35{line-height:35px}.ORANGE ._primary-text.--lh-36{line-height:36px}.ORANGE ._primary-text.--lh-37{line-height:37px}.ORANGE ._primary-text.--lh-38{line-height:38px}.ORANGE ._primary-text.--lh-39{line-height:39px}.ORANGE ._primary-text.--lh-40{line-height:40px}.ORANGE ._primary-text.--lh-41{line-height:41px}.ORANGE ._primary-text.--lh-42{line-height:42px}.ORANGE ._primary-text.--lh-43{line-height:43px}.ORANGE ._primary-text.--lh-44{line-height:44px}.ORANGE ._primary-text.--lh-45{line-height:45px}.ORANGE ._primary-text.--lh-46{line-height:46px}.ORANGE ._primary-text.--lh-47{line-height:47px}.ORANGE ._primary-text.--lh-48{line-height:48px}.ORANGE ._primary-text.--lh-49{line-height:49px}.ORANGE ._primary-text.--lh-50{line-height:50px}.ORANGE ._primary-text.--lh-51{line-height:51px}.ORANGE ._primary-text.--lh-52{line-height:52px}.ORANGE ._primary-text.--lh-53{line-height:53px}.ORANGE ._primary-text.--lh-54{line-height:54px}.ORANGE ._primary-text.--lh-55{line-height:55px}.ORANGE ._primary-text.--lh-56{line-height:56px}.ORANGE ._primary-text.--lh-57{line-height:57px}.ORANGE ._primary-text.--lh-58{line-height:58px}.ORANGE ._primary-text.--lh-59{line-height:59px}.ORANGE ._primary-text.--lh-60{line-height:60px}.ORANGE ._primary-text.--lh-61{line-height:61px}.ORANGE ._primary-text.--lh-62{line-height:62px}.ORANGE ._primary-text.--lh-63{line-height:63px}.ORANGE ._primary-text.--lh-64{line-height:64px}.ORANGE ._primary-text.--lh-65{line-height:65px}.ORANGE ._primary-text.--lh-66{line-height:66px}.ORANGE ._primary-text.--lh-67{line-height:67px}.ORANGE ._primary-text.--lh-68{line-height:68px}.ORANGE ._primary-text.--lh-69{line-height:69px}.ORANGE ._primary-text.--lh-70{line-height:70px}.ORANGE ._primary-text.--lh-71{line-height:71px}.ORANGE ._primary-text.--lh-72{line-height:72px}.ORANGE ._primary-text.--lh-73{line-height:73px}.ORANGE ._primary-text.--lh-74{line-height:74px}.ORANGE ._primary-text.--lh-75{line-height:75px}.ORANGE ._primary-text.--lh-76{line-height:76px}.ORANGE ._primary-text.--lh-77{line-height:77px}.ORANGE ._primary-text.--lh-78{line-height:78px}.ORANGE ._primary-text.--lh-79{line-height:79px}.ORANGE ._primary-text.--lh-80{line-height:80px}.ORANGE ._primary-text.--lh-81{line-height:81px}.ORANGE ._primary-text.--lh-82{line-height:82px}.ORANGE ._primary-text.--lh-83{line-height:83px}.ORANGE ._primary-text.--lh-84{line-height:84px}.ORANGE ._primary-text.--lh-85{line-height:85px}.ORANGE ._primary-text.--lh-86{line-height:86px}.ORANGE ._primary-text.--lh-87{line-height:87px}.ORANGE ._primary-text.--lh-88{line-height:88px}.ORANGE ._primary-text.--lh-89{line-height:89px}.ORANGE ._primary-text.--lh-90{line-height:90px}.ORANGE ._primary-text.--lh-91{line-height:91px}.ORANGE ._primary-text.--lh-92{line-height:92px}.ORANGE ._primary-text.--lh-93{line-height:93px}.ORANGE ._primary-text.--lh-94{line-height:94px}.ORANGE ._primary-text.--lh-95{line-height:95px}.ORANGE ._primary-text.--lh-96{line-height:96px}.ORANGE ._primary-text.--lh-97{line-height:97px}.ORANGE ._primary-text.--lh-98{line-height:98px}.ORANGE ._primary-text.--lh-99{line-height:99px}.ORANGE ._primary-text.--lh-100{line-height:100px}.ORANGE ._primary-text.--lh-101{line-height:101px}.ORANGE ._primary-text.--lh-102{line-height:102px}.ORANGE ._primary-text.--lh-103{line-height:103px}.ORANGE ._primary-text.--lh-104{line-height:104px}.ORANGE ._primary-text.--lh-105{line-height:105px}.ORANGE ._primary-text.--lh-106{line-height:106px}.ORANGE ._primary-text.--lh-107{line-height:107px}.ORANGE ._primary-text.--lh-108{line-height:108px}.ORANGE ._primary-text.--lh-109{line-height:109px}.ORANGE ._primary-text.--lh-110{line-height:110px}.ORANGE ._primary-text.--lh-111{line-height:111px}.ORANGE ._primary-text.--lh-112{line-height:112px}.ORANGE ._primary-text.--lh-113{line-height:113px}.ORANGE ._primary-text.--lh-114{line-height:114px}.ORANGE ._primary-text.--lh-115{line-height:115px}.ORANGE ._primary-text.--lh-116{line-height:116px}.ORANGE ._primary-text.--lh-117{line-height:117px}.ORANGE ._primary-text.--lh-118{line-height:118px}.ORANGE ._primary-text.--lh-119{line-height:119px}.ORANGE ._primary-text.--lh-120{line-height:120px}.ORANGE ._primary-text.--lh-121{line-height:121px}.ORANGE ._primary-text.--lh-122{line-height:122px}.ORANGE ._primary-text.--lh-123{line-height:123px}.ORANGE ._primary-text.--lh-124{line-height:124px}.ORANGE ._primary-text.--lh-125{line-height:125px}.ORANGE ._primary-text.--lh-126{line-height:126px}.ORANGE ._primary-text.--lh-127{line-height:127px}.ORANGE ._primary-text.--lh-128{line-height:128px}.ORANGE ._primary-text.--lh-129{line-height:129px}.ORANGE ._primary-text.--lh-130{line-height:130px}.ORANGE ._primary-text.--lh-131{line-height:131px}.ORANGE ._primary-text.--lh-132{line-height:132px}.ORANGE ._primary-text.--lh-133{line-height:133px}.ORANGE ._primary-text.--lh-134{line-height:134px}.ORANGE ._primary-text.--lh-135{line-height:135px}.ORANGE ._primary-text.--lh-136{line-height:136px}.ORANGE ._primary-text.--lh-137{line-height:137px}.ORANGE ._primary-text.--lh-138{line-height:138px}.ORANGE ._primary-text.--lh-139{line-height:139px}.ORANGE ._primary-text.--lh-140{line-height:140px}.ORANGE ._primary-text.--lh-141{line-height:141px}.ORANGE ._primary-text.--lh-142{line-height:142px}.ORANGE ._primary-text.--lh-143{line-height:143px}.ORANGE ._primary-text.--lh-144{line-height:144px}.ORANGE ._primary-text.--lh-145{line-height:145px}.ORANGE ._primary-text.--lh-146{line-height:146px}.ORANGE ._primary-text.--lh-147{line-height:147px}.ORANGE ._primary-text.--lh-148{line-height:148px}.ORANGE ._primary-text.--lh-149{line-height:149px}.ORANGE ._primary-text.--lh-150{line-height:150px}.ORANGE ._primary-text.--lh-151{line-height:151px}.ORANGE ._primary-text.--lh-152{line-height:152px}.ORANGE ._primary-text.--lh-153{line-height:153px}.ORANGE ._primary-text.--lh-154{line-height:154px}.ORANGE ._primary-text.--lh-155{line-height:155px}.ORANGE ._primary-text.--lh-156{line-height:156px}.ORANGE ._primary-text.--lh-157{line-height:157px}.ORANGE ._primary-text.--lh-158{line-height:158px}.ORANGE ._primary-text.--lh-159{line-height:159px}.ORANGE ._primary-text.--lh-160{line-height:160px}.ORANGE ._primary-text.--lh-161{line-height:161px}.ORANGE ._primary-text.--lh-162{line-height:162px}.ORANGE ._primary-text.--lh-163{line-height:163px}.ORANGE ._primary-text.--lh-164{line-height:164px}.ORANGE ._primary-text.--lh-165{line-height:165px}.ORANGE ._primary-text.--lh-166{line-height:166px}.ORANGE ._primary-text.--lh-167{line-height:167px}.ORANGE ._primary-text.--lh-168{line-height:168px}.ORANGE ._primary-text.--lh-169{line-height:169px}.ORANGE ._primary-text.--lh-170{line-height:170px}.ORANGE ._primary-text.--lh-171{line-height:171px}.ORANGE ._primary-text.--lh-172{line-height:172px}.ORANGE ._primary-text.--lh-173{line-height:173px}.ORANGE ._primary-text.--lh-174{line-height:174px}.ORANGE ._primary-text.--lh-175{line-height:175px}.ORANGE ._primary-text.--lh-176{line-height:176px}.ORANGE ._primary-text.--lh-177{line-height:177px}.ORANGE ._primary-text.--lh-178{line-height:178px}.ORANGE ._primary-text.--lh-179{line-height:179px}.ORANGE ._primary-text.--lh-180{line-height:180px}.ORANGE ._primary-text.--lh-181{line-height:181px}.ORANGE ._primary-text.--lh-182{line-height:182px}.ORANGE ._primary-text.--lh-183{line-height:183px}.ORANGE ._primary-text.--lh-184{line-height:184px}.ORANGE ._primary-text.--lh-185{line-height:185px}.ORANGE ._primary-text.--lh-186{line-height:186px}.ORANGE ._primary-text.--lh-187{line-height:187px}.ORANGE ._primary-text.--lh-188{line-height:188px}.ORANGE ._primary-text.--lh-189{line-height:189px}.ORANGE ._primary-text.--lh-190{line-height:190px}.ORANGE ._primary-text.--lh-191{line-height:191px}.ORANGE ._primary-text.--lh-192{line-height:192px}.ORANGE ._primary-text.--lh-193{line-height:193px}.ORANGE ._primary-text.--lh-194{line-height:194px}.ORANGE ._primary-text.--lh-195{line-height:195px}.ORANGE ._primary-text.--lh-196{line-height:196px}.ORANGE ._primary-text.--lh-197{line-height:197px}.ORANGE ._primary-text.--lh-198{line-height:198px}.ORANGE ._primary-text.--lh-199{line-height:199px}.ORANGE ._primary-text.--lh-200{line-height:200px}.ORANGE ._primary-text.--lh-201{line-height:201px}.ORANGE ._primary-text.--lh-202{line-height:202px}.ORANGE ._primary-text.--lh-203{line-height:203px}.ORANGE ._primary-text.--lh-204{line-height:204px}.ORANGE ._primary-text.--lh-205{line-height:205px}.ORANGE ._primary-text.--lh-206{line-height:206px}.ORANGE ._primary-text.--lh-207{line-height:207px}.ORANGE ._primary-text.--lh-208{line-height:208px}.ORANGE ._primary-text.--lh-209{line-height:209px}.ORANGE ._primary-text.--lh-210{line-height:210px}.ORANGE ._primary-text.--lh-211{line-height:211px}.ORANGE ._primary-text.--lh-212{line-height:212px}.ORANGE ._primary-text.--lh-213{line-height:213px}.ORANGE ._primary-text.--lh-214{line-height:214px}.ORANGE ._primary-text.--lh-215{line-height:215px}.ORANGE ._primary-text.--lh-216{line-height:216px}.ORANGE ._primary-text.--lh-217{line-height:217px}.ORANGE ._primary-text.--lh-218{line-height:218px}.ORANGE ._primary-text.--lh-219{line-height:219px}.ORANGE ._primary-text.--lh-220{line-height:220px}.ORANGE ._primary-text.--lh-221{line-height:221px}.ORANGE ._primary-text.--lh-222{line-height:222px}.ORANGE ._primary-text.--lh-223{line-height:223px}.ORANGE ._primary-text.--lh-224{line-height:224px}.ORANGE ._primary-text.--lh-225{line-height:225px}.ORANGE ._primary-text.--lh-226{line-height:226px}.ORANGE ._primary-text.--lh-227{line-height:227px}.ORANGE ._primary-text.--lh-228{line-height:228px}.ORANGE ._primary-text.--lh-229{line-height:229px}.ORANGE ._primary-text.--lh-230{line-height:230px}.ORANGE ._primary-text.--lh-231{line-height:231px}.ORANGE ._primary-text.--lh-232{line-height:232px}.ORANGE ._primary-text.--lh-233{line-height:233px}.ORANGE ._primary-text.--lh-234{line-height:234px}.ORANGE ._primary-text.--lh-235{line-height:235px}.ORANGE ._primary-text.--lh-236{line-height:236px}.ORANGE ._primary-text.--lh-237{line-height:237px}.ORANGE ._primary-text.--lh-238{line-height:238px}.ORANGE ._primary-text.--lh-239{line-height:239px}.ORANGE ._primary-text.--lh-240{line-height:240px}.ORANGE ._primary-text.--lh-241{line-height:241px}.ORANGE ._primary-text.--lh-242{line-height:242px}.ORANGE ._primary-text.--lh-243{line-height:243px}.ORANGE ._primary-text.--lh-244{line-height:244px}.ORANGE ._primary-text.--lh-245{line-height:245px}.ORANGE ._primary-text.--lh-246{line-height:246px}.ORANGE ._primary-text.--lh-247{line-height:247px}.ORANGE ._primary-text.--lh-248{line-height:248px}.ORANGE ._primary-text.--lh-249{line-height:249px}.ORANGE ._primary-text.--lh-250{line-height:250px}.ORANGE ._primary-text.--lh-251{line-height:251px}.ORANGE ._primary-text.--lh-252{line-height:252px}.ORANGE ._primary-text.--lh-253{line-height:253px}.ORANGE ._primary-text.--lh-254{line-height:254px}.ORANGE ._primary-text.--lh-255{line-height:255px}.ORANGE ._primary-text.--lh-256{line-height:256px}.ORANGE ._primary-text.--lh-257{line-height:257px}.ORANGE ._primary-text.--lh-258{line-height:258px}.ORANGE ._primary-text.--lh-259{line-height:259px}.ORANGE ._primary-text.--lh-260{line-height:260px}.ORANGE ._primary-text.--lh-261{line-height:261px}.ORANGE ._primary-text.--lh-262{line-height:262px}.ORANGE ._primary-text.--lh-263{line-height:263px}.ORANGE ._primary-text.--lh-264{line-height:264px}.ORANGE ._primary-text.--lh-265{line-height:265px}.ORANGE ._primary-text.--lh-266{line-height:266px}.ORANGE ._primary-text.--lh-267{line-height:267px}.ORANGE ._primary-text.--lh-268{line-height:268px}.ORANGE ._primary-text.--lh-269{line-height:269px}.ORANGE ._primary-text.--lh-270{line-height:270px}.ORANGE ._primary-text.--lh-271{line-height:271px}.ORANGE ._primary-text.--lh-272{line-height:272px}.ORANGE ._primary-text.--lh-273{line-height:273px}.ORANGE ._primary-text.--lh-274{line-height:274px}.ORANGE ._primary-text.--lh-275{line-height:275px}.ORANGE ._primary-text.--lh-276{line-height:276px}.ORANGE ._primary-text.--lh-277{line-height:277px}.ORANGE ._primary-text.--lh-278{line-height:278px}.ORANGE ._primary-text.--lh-279{line-height:279px}.ORANGE ._primary-text.--lh-280{line-height:280px}.ORANGE ._primary-text.--lh-281{line-height:281px}.ORANGE ._primary-text.--lh-282{line-height:282px}.ORANGE ._primary-text.--lh-283{line-height:283px}.ORANGE ._primary-text.--lh-284{line-height:284px}.ORANGE ._primary-text.--lh-285{line-height:285px}.ORANGE ._primary-text.--lh-286{line-height:286px}.ORANGE ._primary-text.--lh-287{line-height:287px}.ORANGE ._primary-text.--lh-288{line-height:288px}.ORANGE ._primary-text.--lh-289{line-height:289px}.ORANGE ._primary-text.--lh-290{line-height:290px}.ORANGE ._primary-text.--lh-291{line-height:291px}.ORANGE ._primary-text.--lh-292{line-height:292px}.ORANGE ._primary-text.--lh-293{line-height:293px}.ORANGE ._primary-text.--lh-294{line-height:294px}.ORANGE ._primary-text.--lh-295{line-height:295px}.ORANGE ._primary-text.--lh-296{line-height:296px}.ORANGE ._primary-text.--lh-297{line-height:297px}.ORANGE ._primary-text.--lh-298{line-height:298px}.ORANGE ._primary-text.--lh-299{line-height:299px}.ORANGE ._primary-text.--lh-300{line-height:300px}.ORANGE ._primary-text.--lh-301{line-height:301px}.ORANGE ._primary-text.--lh-302{line-height:302px}.ORANGE ._primary-text.--lh-303{line-height:303px}.ORANGE ._primary-text.--lh-304{line-height:304px}.ORANGE ._primary-text.--lh-305{line-height:305px}.ORANGE ._primary-text.--lh-306{line-height:306px}.ORANGE ._primary-text.--lh-307{line-height:307px}.ORANGE ._primary-text.--lh-308{line-height:308px}.ORANGE ._primary-text.--lh-309{line-height:309px}.ORANGE ._primary-text.--lh-310{line-height:310px}.ORANGE ._primary-text.--lh-311{line-height:311px}.ORANGE ._primary-text.--lh-312{line-height:312px}.ORANGE ._primary-text.--lh-313{line-height:313px}.ORANGE ._primary-text.--lh-314{line-height:314px}.ORANGE ._primary-text.--lh-315{line-height:315px}.ORANGE ._primary-text.--lh-316{line-height:316px}.ORANGE ._primary-text.--lh-317{line-height:317px}.ORANGE ._primary-text.--lh-318{line-height:318px}.ORANGE ._primary-text.--lh-319{line-height:319px}.ORANGE ._primary-text.--lh-320{line-height:320px}.ORANGE ._primary-text.--lh-321{line-height:321px}.ORANGE ._primary-text.--lh-322{line-height:322px}.ORANGE ._primary-text.--lh-323{line-height:323px}.ORANGE ._primary-text.--lh-324{line-height:324px}.ORANGE ._primary-text.--lh-325{line-height:325px}.ORANGE ._primary-text.--lh-326{line-height:326px}.ORANGE ._primary-text.--lh-327{line-height:327px}.ORANGE ._primary-text.--lh-328{line-height:328px}.ORANGE ._primary-text.--lh-329{line-height:329px}.ORANGE ._primary-text.--lh-330{line-height:330px}.ORANGE ._primary-text.--lh-331{line-height:331px}.ORANGE ._primary-text.--lh-332{line-height:332px}.ORANGE ._primary-text.--lh-333{line-height:333px}.ORANGE ._primary-text.--lh-334{line-height:334px}.ORANGE ._primary-text.--lh-335{line-height:335px}.ORANGE ._primary-text.--lh-336{line-height:336px}.ORANGE ._primary-text.--lh-337{line-height:337px}.ORANGE ._primary-text.--lh-338{line-height:338px}.ORANGE ._primary-text.--lh-339{line-height:339px}.ORANGE ._primary-text.--lh-340{line-height:340px}.ORANGE ._primary-text.--lh-341{line-height:341px}.ORANGE ._primary-text.--lh-342{line-height:342px}.ORANGE ._primary-text.--lh-343{line-height:343px}.ORANGE ._primary-text.--lh-344{line-height:344px}.ORANGE ._primary-text.--lh-345{line-height:345px}.ORANGE ._primary-text.--lh-346{line-height:346px}.ORANGE ._primary-text.--lh-347{line-height:347px}.ORANGE ._primary-text.--lh-348{line-height:348px}.ORANGE ._primary-text.--lh-349{line-height:349px}.ORANGE ._primary-text.--lh-350{line-height:350px}.ORANGE ._primary-text.--lh-351{line-height:351px}.ORANGE ._primary-text.--lh-352{line-height:352px}.ORANGE ._primary-text.--lh-353{line-height:353px}.ORANGE ._primary-text.--lh-354{line-height:354px}.ORANGE ._primary-text.--lh-355{line-height:355px}.ORANGE ._primary-text.--lh-356{line-height:356px}.ORANGE ._primary-text.--lh-357{line-height:357px}.ORANGE ._primary-text.--lh-358{line-height:358px}.ORANGE ._primary-text.--lh-359{line-height:359px}.ORANGE ._primary-text.--lh-360{line-height:360px}.ORANGE ._primary-text.--lh-361{line-height:361px}.ORANGE ._primary-text.--lh-362{line-height:362px}.ORANGE ._primary-text.--lh-363{line-height:363px}.ORANGE ._primary-text.--lh-364{line-height:364px}.ORANGE ._primary-text.--lh-365{line-height:365px}.ORANGE ._primary-text.--lh-366{line-height:366px}.ORANGE ._primary-text.--lh-367{line-height:367px}.ORANGE ._primary-text.--lh-368{line-height:368px}.ORANGE ._primary-text.--lh-369{line-height:369px}.ORANGE ._primary-text.--lh-370{line-height:370px}.ORANGE ._primary-text.--lh-371{line-height:371px}.ORANGE ._primary-text.--lh-372{line-height:372px}.ORANGE ._primary-text.--lh-373{line-height:373px}.ORANGE ._primary-text.--lh-374{line-height:374px}.ORANGE ._primary-text.--lh-375{line-height:375px}.ORANGE ._primary-text.--lh-376{line-height:376px}.ORANGE ._primary-text.--lh-377{line-height:377px}.ORANGE ._primary-text.--lh-378{line-height:378px}.ORANGE ._primary-text.--lh-379{line-height:379px}.ORANGE ._primary-text.--lh-380{line-height:380px}.ORANGE ._primary-text.--lh-381{line-height:381px}.ORANGE ._primary-text.--lh-382{line-height:382px}.ORANGE ._primary-text.--lh-383{line-height:383px}.ORANGE ._primary-text.--lh-384{line-height:384px}.ORANGE ._primary-text.--lh-385{line-height:385px}.ORANGE ._primary-text.--lh-386{line-height:386px}.ORANGE ._primary-text.--lh-387{line-height:387px}.ORANGE ._primary-text.--lh-388{line-height:388px}.ORANGE ._primary-text.--lh-389{line-height:389px}.ORANGE ._primary-text.--lh-390{line-height:390px}.ORANGE ._primary-text.--lh-391{line-height:391px}.ORANGE ._primary-text.--lh-392{line-height:392px}.ORANGE ._primary-text.--lh-393{line-height:393px}.ORANGE ._primary-text.--lh-394{line-height:394px}.ORANGE ._primary-text.--lh-395{line-height:395px}.ORANGE ._primary-text.--lh-396{line-height:396px}.ORANGE ._primary-text.--lh-397{line-height:397px}.ORANGE ._primary-text.--lh-398{line-height:398px}.ORANGE ._primary-text.--lh-399{line-height:399px}.ORANGE ._primary-text.--lh-400{line-height:400px}.ORANGE ._primary-text.--lh-401{line-height:401px}.ORANGE ._primary-text.--lh-402{line-height:402px}.ORANGE ._primary-text.--lh-403{line-height:403px}.ORANGE ._primary-text.--lh-404{line-height:404px}.ORANGE ._primary-text.--lh-405{line-height:405px}.ORANGE ._primary-text.--lh-406{line-height:406px}.ORANGE ._primary-text.--lh-407{line-height:407px}.ORANGE ._primary-text.--lh-408{line-height:408px}.ORANGE ._primary-text.--lh-409{line-height:409px}.ORANGE ._primary-text.--lh-410{line-height:410px}.ORANGE ._primary-text.--lh-411{line-height:411px}.ORANGE ._primary-text.--lh-412{line-height:412px}.ORANGE ._primary-text.--lh-413{line-height:413px}.ORANGE ._primary-text.--lh-414{line-height:414px}.ORANGE ._primary-text.--lh-415{line-height:415px}.ORANGE ._primary-text.--lh-416{line-height:416px}.ORANGE ._primary-text.--lh-417{line-height:417px}.ORANGE ._primary-text.--lh-418{line-height:418px}.ORANGE ._primary-text.--lh-419{line-height:419px}.ORANGE ._primary-text.--lh-420{line-height:420px}.ORANGE ._primary-text.--lh-421{line-height:421px}.ORANGE ._primary-text.--lh-422{line-height:422px}.ORANGE ._primary-text.--lh-423{line-height:423px}.ORANGE ._primary-text.--lh-424{line-height:424px}.ORANGE ._primary-text.--lh-425{line-height:425px}.ORANGE ._primary-text.--lh-426{line-height:426px}.ORANGE ._primary-text.--lh-427{line-height:427px}.ORANGE ._primary-text.--lh-428{line-height:428px}.ORANGE ._primary-text.--lh-429{line-height:429px}.ORANGE ._primary-text.--lh-430{line-height:430px}.ORANGE ._primary-text.--lh-431{line-height:431px}.ORANGE ._primary-text.--lh-432{line-height:432px}.ORANGE ._primary-text.--lh-433{line-height:433px}.ORANGE ._primary-text.--lh-434{line-height:434px}.ORANGE ._primary-text.--lh-435{line-height:435px}.ORANGE ._primary-text.--lh-436{line-height:436px}.ORANGE ._primary-text.--lh-437{line-height:437px}.ORANGE ._primary-text.--lh-438{line-height:438px}.ORANGE ._primary-text.--lh-439{line-height:439px}.ORANGE ._primary-text.--lh-440{line-height:440px}.ORANGE ._primary-text.--lh-441{line-height:441px}.ORANGE ._primary-text.--lh-442{line-height:442px}.ORANGE ._primary-text.--lh-443{line-height:443px}.ORANGE ._primary-text.--lh-444{line-height:444px}.ORANGE ._primary-text.--lh-445{line-height:445px}.ORANGE ._primary-text.--lh-446{line-height:446px}.ORANGE ._primary-text.--lh-447{line-height:447px}.ORANGE ._primary-text.--lh-448{line-height:448px}.ORANGE ._primary-text.--lh-449{line-height:449px}.ORANGE ._primary-text.--lh-450{line-height:450px}.ORANGE ._primary-text.--lh-451{line-height:451px}.ORANGE ._primary-text.--lh-452{line-height:452px}.ORANGE ._primary-text.--lh-453{line-height:453px}.ORANGE ._primary-text.--lh-454{line-height:454px}.ORANGE ._primary-text.--lh-455{line-height:455px}.ORANGE ._primary-text.--lh-456{line-height:456px}.ORANGE ._primary-text.--lh-457{line-height:457px}.ORANGE ._primary-text.--lh-458{line-height:458px}.ORANGE ._primary-text.--lh-459{line-height:459px}.ORANGE ._primary-text.--lh-460{line-height:460px}.ORANGE ._primary-text.--lh-461{line-height:461px}.ORANGE ._primary-text.--lh-462{line-height:462px}.ORANGE ._primary-text.--lh-463{line-height:463px}.ORANGE ._primary-text.--lh-464{line-height:464px}.ORANGE ._primary-text.--lh-465{line-height:465px}.ORANGE ._primary-text.--lh-466{line-height:466px}.ORANGE ._primary-text.--lh-467{line-height:467px}.ORANGE ._primary-text.--lh-468{line-height:468px}.ORANGE ._primary-text.--lh-469{line-height:469px}.ORANGE ._primary-text.--lh-470{line-height:470px}.ORANGE ._primary-text.--lh-471{line-height:471px}.ORANGE ._primary-text.--lh-472{line-height:472px}.ORANGE ._primary-text.--lh-473{line-height:473px}.ORANGE ._primary-text.--lh-474{line-height:474px}.ORANGE ._primary-text.--lh-475{line-height:475px}.ORANGE ._primary-text.--lh-476{line-height:476px}.ORANGE ._primary-text.--lh-477{line-height:477px}.ORANGE ._primary-text.--lh-478{line-height:478px}.ORANGE ._primary-text.--lh-479{line-height:479px}.ORANGE ._primary-text.--lh-480{line-height:480px}.ORANGE ._primary-text.--lh-481{line-height:481px}.ORANGE ._primary-text.--lh-482{line-height:482px}.ORANGE ._primary-text.--lh-483{line-height:483px}.ORANGE ._primary-text.--lh-484{line-height:484px}.ORANGE ._primary-text.--lh-485{line-height:485px}.ORANGE ._primary-text.--lh-486{line-height:486px}.ORANGE ._primary-text.--lh-487{line-height:487px}.ORANGE ._primary-text.--lh-488{line-height:488px}.ORANGE ._primary-text.--lh-489{line-height:489px}.ORANGE ._primary-text.--lh-490{line-height:490px}.ORANGE ._primary-text.--lh-491{line-height:491px}.ORANGE ._primary-text.--lh-492{line-height:492px}.ORANGE ._primary-text.--lh-493{line-height:493px}.ORANGE ._primary-text.--lh-494{line-height:494px}.ORANGE ._primary-text.--lh-495{line-height:495px}.ORANGE ._primary-text.--lh-496{line-height:496px}.ORANGE ._primary-text.--lh-497{line-height:497px}.ORANGE ._primary-text.--lh-498{line-height:498px}.ORANGE ._primary-text.--lh-499{line-height:499px}.ORANGE ._primary-text.--lh-500{line-height:500px}.ORANGE ._primary-text.--lh-501{line-height:501px}.ORANGE ._primary-text.--lh-502{line-height:502px}.ORANGE ._primary-text.--lh-503{line-height:503px}.ORANGE ._primary-text.--lh-504{line-height:504px}.ORANGE ._primary-text.--lh-505{line-height:505px}.ORANGE ._primary-text.--lh-506{line-height:506px}.ORANGE ._primary-text.--lh-507{line-height:507px}.ORANGE ._primary-text.--lh-508{line-height:508px}.ORANGE ._primary-text.--lh-509{line-height:509px}.ORANGE ._primary-text.--lh-510{line-height:510px}.ORANGE ._primary-text.--lh-511{line-height:511px}.ORANGE ._primary-text.--lh-512{line-height:512px}.ORANGE ._primary-text.--lh-513{line-height:513px}.ORANGE ._primary-text.--lh-514{line-height:514px}.ORANGE ._primary-text.--lh-515{line-height:515px}.ORANGE ._primary-text.--lh-516{line-height:516px}.ORANGE ._primary-text.--lh-517{line-height:517px}.ORANGE ._primary-text.--lh-518{line-height:518px}.ORANGE ._primary-text.--lh-519{line-height:519px}.ORANGE ._primary-text.--lh-520{line-height:520px}.ORANGE ._primary-text.--lh-521{line-height:521px}.ORANGE ._primary-text.--lh-522{line-height:522px}.ORANGE ._primary-text.--lh-523{line-height:523px}.ORANGE ._primary-text.--lh-524{line-height:524px}.ORANGE ._primary-text.--lh-525{line-height:525px}.ORANGE ._primary-text.--lh-526{line-height:526px}.ORANGE ._primary-text.--lh-527{line-height:527px}.ORANGE ._primary-text.--lh-528{line-height:528px}.ORANGE ._primary-text.--lh-529{line-height:529px}.ORANGE ._primary-text.--lh-530{line-height:530px}.ORANGE ._primary-text.--lh-531{line-height:531px}.ORANGE ._primary-text.--lh-532{line-height:532px}.ORANGE ._primary-text.--lh-533{line-height:533px}.ORANGE ._primary-text.--lh-534{line-height:534px}.ORANGE ._primary-text.--lh-535{line-height:535px}.ORANGE ._primary-text.--lh-536{line-height:536px}.ORANGE ._primary-text.--lh-537{line-height:537px}.ORANGE ._primary-text.--lh-538{line-height:538px}.ORANGE ._primary-text.--lh-539{line-height:539px}.ORANGE ._primary-text.--lh-540{line-height:540px}.ORANGE ._primary-text.--lh-541{line-height:541px}.ORANGE ._primary-text.--lh-542{line-height:542px}.ORANGE ._primary-text.--lh-543{line-height:543px}.ORANGE ._primary-text.--lh-544{line-height:544px}.ORANGE ._primary-text.--lh-545{line-height:545px}.ORANGE ._primary-text.--lh-546{line-height:546px}.ORANGE ._primary-text.--lh-547{line-height:547px}.ORANGE ._primary-text.--lh-548{line-height:548px}.ORANGE ._primary-text.--lh-549{line-height:549px}.ORANGE ._primary-text.--lh-550{line-height:550px}.ORANGE ._primary-text.--lh-551{line-height:551px}.ORANGE ._primary-text.--lh-552{line-height:552px}.ORANGE ._primary-text.--lh-553{line-height:553px}.ORANGE ._primary-text.--lh-554{line-height:554px}.ORANGE ._primary-text.--lh-555{line-height:555px}.ORANGE ._primary-text.--lh-556{line-height:556px}.ORANGE ._primary-text.--lh-557{line-height:557px}.ORANGE ._primary-text.--lh-558{line-height:558px}.ORANGE ._primary-text.--lh-559{line-height:559px}.ORANGE ._primary-text.--lh-560{line-height:560px}.ORANGE ._primary-text.--lh-561{line-height:561px}.ORANGE ._primary-text.--lh-562{line-height:562px}.ORANGE ._primary-text.--lh-563{line-height:563px}.ORANGE ._primary-text.--lh-564{line-height:564px}.ORANGE ._primary-text.--lh-565{line-height:565px}.ORANGE ._primary-text.--lh-566{line-height:566px}.ORANGE ._primary-text.--lh-567{line-height:567px}.ORANGE ._primary-text.--lh-568{line-height:568px}.ORANGE ._primary-text.--lh-569{line-height:569px}.ORANGE ._primary-text.--lh-570{line-height:570px}.ORANGE ._primary-text.--lh-571{line-height:571px}.ORANGE ._primary-text.--lh-572{line-height:572px}.ORANGE ._primary-text.--lh-573{line-height:573px}.ORANGE ._primary-text.--lh-574{line-height:574px}.ORANGE ._primary-text.--lh-575{line-height:575px}.ORANGE ._primary-text.--lh-576{line-height:576px}.ORANGE ._primary-text.--lh-577{line-height:577px}.ORANGE ._primary-text.--lh-578{line-height:578px}.ORANGE ._primary-text.--lh-579{line-height:579px}.ORANGE ._primary-text.--lh-580{line-height:580px}.ORANGE ._primary-text.--lh-581{line-height:581px}.ORANGE ._primary-text.--lh-582{line-height:582px}.ORANGE ._primary-text.--lh-583{line-height:583px}.ORANGE ._primary-text.--lh-584{line-height:584px}.ORANGE ._primary-text.--lh-585{line-height:585px}.ORANGE ._primary-text.--lh-586{line-height:586px}.ORANGE ._primary-text.--lh-587{line-height:587px}.ORANGE ._primary-text.--lh-588{line-height:588px}.ORANGE ._primary-text.--lh-589{line-height:589px}.ORANGE ._primary-text.--lh-590{line-height:590px}.ORANGE ._primary-text.--lh-591{line-height:591px}.ORANGE ._primary-text.--lh-592{line-height:592px}.ORANGE ._primary-text.--lh-593{line-height:593px}.ORANGE ._primary-text.--lh-594{line-height:594px}.ORANGE ._primary-text.--lh-595{line-height:595px}.ORANGE ._primary-text.--lh-596{line-height:596px}.ORANGE ._primary-text.--lh-597{line-height:597px}.ORANGE ._primary-text.--lh-598{line-height:598px}.ORANGE ._primary-text.--lh-599{line-height:599px}.ORANGE ._primary-text.--lh-600{line-height:600px}.ORANGE ._primary-text.--lh-601{line-height:601px}.ORANGE ._primary-text.--lh-602{line-height:602px}.ORANGE ._primary-text.--lh-603{line-height:603px}.ORANGE ._primary-text.--lh-604{line-height:604px}.ORANGE ._primary-text.--lh-605{line-height:605px}.ORANGE ._primary-text.--lh-606{line-height:606px}.ORANGE ._primary-text.--lh-607{line-height:607px}.ORANGE ._primary-text.--lh-608{line-height:608px}.ORANGE ._primary-text.--lh-609{line-height:609px}.ORANGE ._primary-text.--lh-610{line-height:610px}.ORANGE ._primary-text.--lh-611{line-height:611px}.ORANGE ._primary-text.--lh-612{line-height:612px}.ORANGE ._primary-text.--lh-613{line-height:613px}.ORANGE ._primary-text.--lh-614{line-height:614px}.ORANGE ._primary-text.--lh-615{line-height:615px}.ORANGE ._primary-text.--lh-616{line-height:616px}.ORANGE ._primary-text.--lh-617{line-height:617px}.ORANGE ._primary-text.--lh-618{line-height:618px}.ORANGE ._primary-text.--lh-619{line-height:619px}.ORANGE ._primary-text.--lh-620{line-height:620px}.ORANGE ._primary-text.--lh-621{line-height:621px}.ORANGE ._primary-text.--lh-622{line-height:622px}.ORANGE ._primary-text.--lh-623{line-height:623px}.ORANGE ._primary-text.--lh-624{line-height:624px}.ORANGE ._primary-text.--lh-625{line-height:625px}.ORANGE ._primary-text.--lh-626{line-height:626px}.ORANGE ._primary-text.--lh-627{line-height:627px}.ORANGE ._primary-text.--lh-628{line-height:628px}.ORANGE ._primary-text.--lh-629{line-height:629px}.ORANGE ._primary-text.--lh-630{line-height:630px}.ORANGE ._primary-text.--lh-631{line-height:631px}.ORANGE ._primary-text.--lh-632{line-height:632px}.ORANGE ._primary-text.--lh-633{line-height:633px}.ORANGE ._primary-text.--lh-634{line-height:634px}.ORANGE ._primary-text.--lh-635{line-height:635px}.ORANGE ._primary-text.--lh-636{line-height:636px}.ORANGE ._primary-text.--lh-637{line-height:637px}.ORANGE ._primary-text.--lh-638{line-height:638px}.ORANGE ._primary-text.--lh-639{line-height:639px}.ORANGE ._primary-text.--lh-640{line-height:640px}.ORANGE ._primary-text.--lh-641{line-height:641px}.ORANGE ._primary-text.--lh-642{line-height:642px}.ORANGE ._primary-text.--lh-643{line-height:643px}.ORANGE ._primary-text.--lh-644{line-height:644px}.ORANGE ._primary-text.--lh-645{line-height:645px}.ORANGE ._primary-text.--lh-646{line-height:646px}.ORANGE ._primary-text.--lh-647{line-height:647px}.ORANGE ._primary-text.--lh-648{line-height:648px}.ORANGE ._primary-text.--lh-649{line-height:649px}.ORANGE ._primary-text.--lh-650{line-height:650px}.ORANGE ._primary-text.--lh-651{line-height:651px}.ORANGE ._primary-text.--lh-652{line-height:652px}.ORANGE ._primary-text.--lh-653{line-height:653px}.ORANGE ._primary-text.--lh-654{line-height:654px}.ORANGE ._primary-text.--lh-655{line-height:655px}.ORANGE ._primary-text.--lh-656{line-height:656px}.ORANGE ._primary-text.--lh-657{line-height:657px}.ORANGE ._primary-text.--lh-658{line-height:658px}.ORANGE ._primary-text.--lh-659{line-height:659px}.ORANGE ._primary-text.--lh-660{line-height:660px}.ORANGE ._primary-text.--lh-661{line-height:661px}.ORANGE ._primary-text.--lh-662{line-height:662px}.ORANGE ._primary-text.--lh-663{line-height:663px}.ORANGE ._primary-text.--lh-664{line-height:664px}.ORANGE ._primary-text.--lh-665{line-height:665px}.ORANGE ._primary-text.--lh-666{line-height:666px}.ORANGE ._primary-text.--lh-667{line-height:667px}.ORANGE ._primary-text.--lh-668{line-height:668px}.ORANGE ._primary-text.--lh-669{line-height:669px}.ORANGE ._primary-text.--lh-670{line-height:670px}.ORANGE ._primary-text.--lh-671{line-height:671px}.ORANGE ._primary-text.--lh-672{line-height:672px}.ORANGE ._primary-text.--lh-673{line-height:673px}.ORANGE ._primary-text.--lh-674{line-height:674px}.ORANGE ._primary-text.--lh-675{line-height:675px}.ORANGE ._primary-text.--lh-676{line-height:676px}.ORANGE ._primary-text.--lh-677{line-height:677px}.ORANGE ._primary-text.--lh-678{line-height:678px}.ORANGE ._primary-text.--lh-679{line-height:679px}.ORANGE ._primary-text.--lh-680{line-height:680px}.ORANGE ._primary-text.--lh-681{line-height:681px}.ORANGE ._primary-text.--lh-682{line-height:682px}.ORANGE ._primary-text.--lh-683{line-height:683px}.ORANGE ._primary-text.--lh-684{line-height:684px}.ORANGE ._primary-text.--lh-685{line-height:685px}.ORANGE ._primary-text.--lh-686{line-height:686px}.ORANGE ._primary-text.--lh-687{line-height:687px}.ORANGE ._primary-text.--lh-688{line-height:688px}.ORANGE ._primary-text.--lh-689{line-height:689px}.ORANGE ._primary-text.--lh-690{line-height:690px}.ORANGE ._primary-text.--lh-691{line-height:691px}.ORANGE ._primary-text.--lh-692{line-height:692px}.ORANGE ._primary-text.--lh-693{line-height:693px}.ORANGE ._primary-text.--lh-694{line-height:694px}.ORANGE ._primary-text.--lh-695{line-height:695px}.ORANGE ._primary-text.--lh-696{line-height:696px}.ORANGE ._primary-text.--lh-697{line-height:697px}.ORANGE ._primary-text.--lh-698{line-height:698px}.ORANGE ._primary-text.--lh-699{line-height:699px}.ORANGE ._primary-text.--lh-700{line-height:700px}.ORANGE ._primary-text.--lh-701{line-height:701px}.ORANGE ._primary-text.--lh-702{line-height:702px}.ORANGE ._primary-text.--lh-703{line-height:703px}.ORANGE ._primary-text.--lh-704{line-height:704px}.ORANGE ._primary-text.--lh-705{line-height:705px}.ORANGE ._primary-text.--lh-706{line-height:706px}.ORANGE ._primary-text.--lh-707{line-height:707px}.ORANGE ._primary-text.--lh-708{line-height:708px}.ORANGE ._primary-text.--lh-709{line-height:709px}.ORANGE ._primary-text.--lh-710{line-height:710px}.ORANGE ._primary-text.--lh-711{line-height:711px}.ORANGE ._primary-text.--lh-712{line-height:712px}.ORANGE ._primary-text.--lh-713{line-height:713px}.ORANGE ._primary-text.--lh-714{line-height:714px}.ORANGE ._primary-text.--lh-715{line-height:715px}.ORANGE ._primary-text.--lh-716{line-height:716px}.ORANGE ._primary-text.--lh-717{line-height:717px}.ORANGE ._primary-text.--lh-718{line-height:718px}.ORANGE ._primary-text.--lh-719{line-height:719px}.ORANGE ._primary-text.--lh-720{line-height:720px}.ORANGE ._primary-text.--lh-721{line-height:721px}.ORANGE ._primary-text.--lh-722{line-height:722px}.ORANGE ._primary-text.--lh-723{line-height:723px}.ORANGE ._primary-text.--lh-724{line-height:724px}.ORANGE ._primary-text.--lh-725{line-height:725px}.ORANGE ._primary-text.--lh-726{line-height:726px}.ORANGE ._primary-text.--lh-727{line-height:727px}.ORANGE ._primary-text.--lh-728{line-height:728px}.ORANGE ._primary-text.--lh-729{line-height:729px}.ORANGE ._primary-text.--lh-730{line-height:730px}.ORANGE ._primary-text.--lh-731{line-height:731px}.ORANGE ._primary-text.--lh-732{line-height:732px}.ORANGE ._primary-text.--lh-733{line-height:733px}.ORANGE ._primary-text.--lh-734{line-height:734px}.ORANGE ._primary-text.--lh-735{line-height:735px}.ORANGE ._primary-text.--lh-736{line-height:736px}.ORANGE ._primary-text.--lh-737{line-height:737px}.ORANGE ._primary-text.--lh-738{line-height:738px}.ORANGE ._primary-text.--lh-739{line-height:739px}.ORANGE ._primary-text.--lh-740{line-height:740px}.ORANGE ._primary-text.--lh-741{line-height:741px}.ORANGE ._primary-text.--lh-742{line-height:742px}.ORANGE ._primary-text.--lh-743{line-height:743px}.ORANGE ._primary-text.--lh-744{line-height:744px}.ORANGE ._primary-text.--lh-745{line-height:745px}.ORANGE ._primary-text.--lh-746{line-height:746px}.ORANGE ._primary-text.--lh-747{line-height:747px}.ORANGE ._primary-text.--lh-748{line-height:748px}.ORANGE ._primary-text.--lh-749{line-height:749px}.ORANGE ._primary-text.--lh-750{line-height:750px}.ORANGE ._primary-text.--lh-751{line-height:751px}.ORANGE ._primary-text.--lh-752{line-height:752px}.ORANGE ._primary-text.--lh-753{line-height:753px}.ORANGE ._primary-text.--lh-754{line-height:754px}.ORANGE ._primary-text.--lh-755{line-height:755px}.ORANGE ._primary-text.--lh-756{line-height:756px}.ORANGE ._primary-text.--lh-757{line-height:757px}.ORANGE ._primary-text.--lh-758{line-height:758px}.ORANGE ._primary-text.--lh-759{line-height:759px}.ORANGE ._primary-text.--lh-760{line-height:760px}.ORANGE ._primary-text.--lh-761{line-height:761px}.ORANGE ._primary-text.--lh-762{line-height:762px}.ORANGE ._primary-text.--lh-763{line-height:763px}.ORANGE ._primary-text.--lh-764{line-height:764px}.ORANGE ._primary-text.--lh-765{line-height:765px}.ORANGE ._primary-text.--lh-766{line-height:766px}.ORANGE ._primary-text.--lh-767{line-height:767px}.ORANGE ._primary-text.--lh-768{line-height:768px}.ORANGE ._primary-text.--lh-769{line-height:769px}.ORANGE ._primary-text.--lh-770{line-height:770px}.ORANGE ._primary-text.--lh-771{line-height:771px}.ORANGE ._primary-text.--lh-772{line-height:772px}.ORANGE ._primary-text.--lh-773{line-height:773px}.ORANGE ._primary-text.--lh-774{line-height:774px}.ORANGE ._primary-text.--lh-775{line-height:775px}.ORANGE ._primary-text.--lh-776{line-height:776px}.ORANGE ._primary-text.--lh-777{line-height:777px}.ORANGE ._primary-text.--lh-778{line-height:778px}.ORANGE ._primary-text.--lh-779{line-height:779px}.ORANGE ._primary-text.--lh-780{line-height:780px}.ORANGE ._primary-text.--lh-781{line-height:781px}.ORANGE ._primary-text.--lh-782{line-height:782px}.ORANGE ._primary-text.--lh-783{line-height:783px}.ORANGE ._primary-text.--lh-784{line-height:784px}.ORANGE ._primary-text.--lh-785{line-height:785px}.ORANGE ._primary-text.--lh-786{line-height:786px}.ORANGE ._primary-text.--lh-787{line-height:787px}.ORANGE ._primary-text.--lh-788{line-height:788px}.ORANGE ._primary-text.--lh-789{line-height:789px}.ORANGE ._primary-text.--lh-790{line-height:790px}.ORANGE ._primary-text.--lh-791{line-height:791px}.ORANGE ._primary-text.--lh-792{line-height:792px}.ORANGE ._primary-text.--lh-793{line-height:793px}.ORANGE ._primary-text.--lh-794{line-height:794px}.ORANGE ._primary-text.--lh-795{line-height:795px}.ORANGE ._primary-text.--lh-796{line-height:796px}.ORANGE ._primary-text.--lh-797{line-height:797px}.ORANGE ._primary-text.--lh-798{line-height:798px}.ORANGE ._primary-text.--lh-799{line-height:799px}.ORANGE ._primary-text.--lh-800{line-height:800px}.ORANGE ._secondary-text{color:var(--secondary);font-family:Poppins}.ORANGE ._secondary-text.--size-5{font-size:5px}.ORANGE ._secondary-text.--size-6{font-size:6px}.ORANGE ._secondary-text.--size-7{font-size:7px}.ORANGE ._secondary-text.--size-8{font-size:8px}.ORANGE ._secondary-text.--size-9{font-size:9px}.ORANGE ._secondary-text.--size-10{font-size:10px}.ORANGE ._secondary-text.--size-11{font-size:11px}.ORANGE ._secondary-text.--size-12{font-size:12px}.ORANGE ._secondary-text.--size-13{font-size:13px}.ORANGE ._secondary-text.--size-14{font-size:14px}.ORANGE ._secondary-text.--size-15{font-size:15px}.ORANGE ._secondary-text.--size-16{font-size:16px}.ORANGE ._secondary-text.--size-17{font-size:17px}.ORANGE ._secondary-text.--size-18{font-size:18px}.ORANGE ._secondary-text.--size-19{font-size:19px}.ORANGE ._secondary-text.--size-20{font-size:20px}.ORANGE ._secondary-text.--size-21{font-size:21px}.ORANGE ._secondary-text.--size-22{font-size:22px}.ORANGE ._secondary-text.--size-23{font-size:23px}.ORANGE ._secondary-text.--size-24{font-size:24px}.ORANGE ._secondary-text.--size-25{font-size:25px}.ORANGE ._secondary-text.--size-26{font-size:26px}.ORANGE ._secondary-text.--size-27{font-size:27px}.ORANGE ._secondary-text.--size-28{font-size:28px}.ORANGE ._secondary-text.--size-29{font-size:29px}.ORANGE ._secondary-text.--size-30{font-size:30px}.ORANGE ._secondary-text.--size-31{font-size:31px}.ORANGE ._secondary-text.--size-32{font-size:32px}.ORANGE ._secondary-text.--size-33{font-size:33px}.ORANGE ._secondary-text.--size-34{font-size:34px}.ORANGE ._secondary-text.--size-35{font-size:35px}.ORANGE ._secondary-text.--size-36{font-size:36px}.ORANGE ._secondary-text.--size-37{font-size:37px}.ORANGE ._secondary-text.--size-38{font-size:38px}.ORANGE ._secondary-text.--size-39{font-size:39px}.ORANGE ._secondary-text.--size-40{font-size:40px}.ORANGE ._secondary-text.--size-41{font-size:41px}.ORANGE ._secondary-text.--size-42{font-size:42px}.ORANGE ._secondary-text.--size-43{font-size:43px}.ORANGE ._secondary-text.--size-44{font-size:44px}.ORANGE ._secondary-text.--size-45{font-size:45px}.ORANGE ._secondary-text.--size-46{font-size:46px}.ORANGE ._secondary-text.--size-47{font-size:47px}.ORANGE ._secondary-text.--size-48{font-size:48px}.ORANGE ._secondary-text.--size-49{font-size:49px}.ORANGE ._secondary-text.--size-50{font-size:50px}.ORANGE ._secondary-text.--size-51{font-size:51px}.ORANGE ._secondary-text.--size-52{font-size:52px}.ORANGE ._secondary-text.--size-53{font-size:53px}.ORANGE ._secondary-text.--size-54{font-size:54px}.ORANGE ._secondary-text.--size-55{font-size:55px}.ORANGE ._secondary-text.--size-56{font-size:56px}.ORANGE ._secondary-text.--size-57{font-size:57px}.ORANGE ._secondary-text.--size-58{font-size:58px}.ORANGE ._secondary-text.--size-59{font-size:59px}.ORANGE ._secondary-text.--size-60{font-size:60px}.ORANGE ._secondary-text.--size-61{font-size:61px}.ORANGE ._secondary-text.--size-62{font-size:62px}.ORANGE ._secondary-text.--size-63{font-size:63px}.ORANGE ._secondary-text.--size-64{font-size:64px}.ORANGE ._secondary-text.--size-65{font-size:65px}.ORANGE ._secondary-text.--size-66{font-size:66px}.ORANGE ._secondary-text.--size-67{font-size:67px}.ORANGE ._secondary-text.--size-68{font-size:68px}.ORANGE ._secondary-text.--size-69{font-size:69px}.ORANGE ._secondary-text.--size-70{font-size:70px}.ORANGE ._secondary-text.--size-71{font-size:71px}.ORANGE ._secondary-text.--size-72{font-size:72px}.ORANGE ._secondary-text.--size-73{font-size:73px}.ORANGE ._secondary-text.--size-74{font-size:74px}.ORANGE ._secondary-text.--size-75{font-size:75px}.ORANGE ._secondary-text.--size-76{font-size:76px}.ORANGE ._secondary-text.--size-77{font-size:77px}.ORANGE ._secondary-text.--size-78{font-size:78px}.ORANGE ._secondary-text.--size-79{font-size:79px}.ORANGE ._secondary-text.--size-80{font-size:80px}.ORANGE ._secondary-text.--size-81{font-size:81px}.ORANGE ._secondary-text.--size-82{font-size:82px}.ORANGE ._secondary-text.--size-83{font-size:83px}.ORANGE ._secondary-text.--size-84{font-size:84px}.ORANGE ._secondary-text.--size-85{font-size:85px}.ORANGE ._secondary-text.--size-86{font-size:86px}.ORANGE ._secondary-text.--size-87{font-size:87px}.ORANGE ._secondary-text.--size-88{font-size:88px}.ORANGE ._secondary-text.--size-89{font-size:89px}.ORANGE ._secondary-text.--size-90{font-size:90px}.ORANGE ._secondary-text.--size-91{font-size:91px}.ORANGE ._secondary-text.--size-92{font-size:92px}.ORANGE ._secondary-text.--size-93{font-size:93px}.ORANGE ._secondary-text.--size-94{font-size:94px}.ORANGE ._secondary-text.--size-95{font-size:95px}.ORANGE ._secondary-text.--size-96{font-size:96px}.ORANGE ._secondary-text.--size-97{font-size:97px}.ORANGE ._secondary-text.--size-98{font-size:98px}.ORANGE ._secondary-text.--size-99{font-size:99px}.ORANGE ._secondary-text.--size-100{font-size:100px}.ORANGE ._secondary-text.--weight-100{font-weight:100}.ORANGE ._secondary-text.--weight-101{font-weight:101}.ORANGE ._secondary-text.--weight-102{font-weight:102}.ORANGE ._secondary-text.--weight-103{font-weight:103}.ORANGE ._secondary-text.--weight-104{font-weight:104}.ORANGE ._secondary-text.--weight-105{font-weight:105}.ORANGE ._secondary-text.--weight-106{font-weight:106}.ORANGE ._secondary-text.--weight-107{font-weight:107}.ORANGE ._secondary-text.--weight-108{font-weight:108}.ORANGE ._secondary-text.--weight-109{font-weight:109}.ORANGE ._secondary-text.--weight-110{font-weight:110}.ORANGE ._secondary-text.--weight-111{font-weight:111}.ORANGE ._secondary-text.--weight-112{font-weight:112}.ORANGE ._secondary-text.--weight-113{font-weight:113}.ORANGE ._secondary-text.--weight-114{font-weight:114}.ORANGE ._secondary-text.--weight-115{font-weight:115}.ORANGE ._secondary-text.--weight-116{font-weight:116}.ORANGE ._secondary-text.--weight-117{font-weight:117}.ORANGE ._secondary-text.--weight-118{font-weight:118}.ORANGE ._secondary-text.--weight-119{font-weight:119}.ORANGE ._secondary-text.--weight-120{font-weight:120}.ORANGE ._secondary-text.--weight-121{font-weight:121}.ORANGE ._secondary-text.--weight-122{font-weight:122}.ORANGE ._secondary-text.--weight-123{font-weight:123}.ORANGE ._secondary-text.--weight-124{font-weight:124}.ORANGE ._secondary-text.--weight-125{font-weight:125}.ORANGE ._secondary-text.--weight-126{font-weight:126}.ORANGE ._secondary-text.--weight-127{font-weight:127}.ORANGE ._secondary-text.--weight-128{font-weight:128}.ORANGE ._secondary-text.--weight-129{font-weight:129}.ORANGE ._secondary-text.--weight-130{font-weight:130}.ORANGE ._secondary-text.--weight-131{font-weight:131}.ORANGE ._secondary-text.--weight-132{font-weight:132}.ORANGE ._secondary-text.--weight-133{font-weight:133}.ORANGE ._secondary-text.--weight-134{font-weight:134}.ORANGE ._secondary-text.--weight-135{font-weight:135}.ORANGE ._secondary-text.--weight-136{font-weight:136}.ORANGE ._secondary-text.--weight-137{font-weight:137}.ORANGE ._secondary-text.--weight-138{font-weight:138}.ORANGE ._secondary-text.--weight-139{font-weight:139}.ORANGE ._secondary-text.--weight-140{font-weight:140}.ORANGE ._secondary-text.--weight-141{font-weight:141}.ORANGE ._secondary-text.--weight-142{font-weight:142}.ORANGE ._secondary-text.--weight-143{font-weight:143}.ORANGE ._secondary-text.--weight-144{font-weight:144}.ORANGE ._secondary-text.--weight-145{font-weight:145}.ORANGE ._secondary-text.--weight-146{font-weight:146}.ORANGE ._secondary-text.--weight-147{font-weight:147}.ORANGE ._secondary-text.--weight-148{font-weight:148}.ORANGE ._secondary-text.--weight-149{font-weight:149}.ORANGE ._secondary-text.--weight-150{font-weight:150}.ORANGE ._secondary-text.--weight-151{font-weight:151}.ORANGE ._secondary-text.--weight-152{font-weight:152}.ORANGE ._secondary-text.--weight-153{font-weight:153}.ORANGE ._secondary-text.--weight-154{font-weight:154}.ORANGE ._secondary-text.--weight-155{font-weight:155}.ORANGE ._secondary-text.--weight-156{font-weight:156}.ORANGE ._secondary-text.--weight-157{font-weight:157}.ORANGE ._secondary-text.--weight-158{font-weight:158}.ORANGE ._secondary-text.--weight-159{font-weight:159}.ORANGE ._secondary-text.--weight-160{font-weight:160}.ORANGE ._secondary-text.--weight-161{font-weight:161}.ORANGE ._secondary-text.--weight-162{font-weight:162}.ORANGE ._secondary-text.--weight-163{font-weight:163}.ORANGE ._secondary-text.--weight-164{font-weight:164}.ORANGE ._secondary-text.--weight-165{font-weight:165}.ORANGE ._secondary-text.--weight-166{font-weight:166}.ORANGE ._secondary-text.--weight-167{font-weight:167}.ORANGE ._secondary-text.--weight-168{font-weight:168}.ORANGE ._secondary-text.--weight-169{font-weight:169}.ORANGE ._secondary-text.--weight-170{font-weight:170}.ORANGE ._secondary-text.--weight-171{font-weight:171}.ORANGE ._secondary-text.--weight-172{font-weight:172}.ORANGE ._secondary-text.--weight-173{font-weight:173}.ORANGE ._secondary-text.--weight-174{font-weight:174}.ORANGE ._secondary-text.--weight-175{font-weight:175}.ORANGE ._secondary-text.--weight-176{font-weight:176}.ORANGE ._secondary-text.--weight-177{font-weight:177}.ORANGE ._secondary-text.--weight-178{font-weight:178}.ORANGE ._secondary-text.--weight-179{font-weight:179}.ORANGE ._secondary-text.--weight-180{font-weight:180}.ORANGE ._secondary-text.--weight-181{font-weight:181}.ORANGE ._secondary-text.--weight-182{font-weight:182}.ORANGE ._secondary-text.--weight-183{font-weight:183}.ORANGE ._secondary-text.--weight-184{font-weight:184}.ORANGE ._secondary-text.--weight-185{font-weight:185}.ORANGE ._secondary-text.--weight-186{font-weight:186}.ORANGE ._secondary-text.--weight-187{font-weight:187}.ORANGE ._secondary-text.--weight-188{font-weight:188}.ORANGE ._secondary-text.--weight-189{font-weight:189}.ORANGE ._secondary-text.--weight-190{font-weight:190}.ORANGE ._secondary-text.--weight-191{font-weight:191}.ORANGE ._secondary-text.--weight-192{font-weight:192}.ORANGE ._secondary-text.--weight-193{font-weight:193}.ORANGE ._secondary-text.--weight-194{font-weight:194}.ORANGE ._secondary-text.--weight-195{font-weight:195}.ORANGE ._secondary-text.--weight-196{font-weight:196}.ORANGE ._secondary-text.--weight-197{font-weight:197}.ORANGE ._secondary-text.--weight-198{font-weight:198}.ORANGE ._secondary-text.--weight-199{font-weight:199}.ORANGE ._secondary-text.--weight-200{font-weight:200}.ORANGE ._secondary-text.--weight-201{font-weight:201}.ORANGE ._secondary-text.--weight-202{font-weight:202}.ORANGE ._secondary-text.--weight-203{font-weight:203}.ORANGE ._secondary-text.--weight-204{font-weight:204}.ORANGE ._secondary-text.--weight-205{font-weight:205}.ORANGE ._secondary-text.--weight-206{font-weight:206}.ORANGE ._secondary-text.--weight-207{font-weight:207}.ORANGE ._secondary-text.--weight-208{font-weight:208}.ORANGE ._secondary-text.--weight-209{font-weight:209}.ORANGE ._secondary-text.--weight-210{font-weight:210}.ORANGE ._secondary-text.--weight-211{font-weight:211}.ORANGE ._secondary-text.--weight-212{font-weight:212}.ORANGE ._secondary-text.--weight-213{font-weight:213}.ORANGE ._secondary-text.--weight-214{font-weight:214}.ORANGE ._secondary-text.--weight-215{font-weight:215}.ORANGE ._secondary-text.--weight-216{font-weight:216}.ORANGE ._secondary-text.--weight-217{font-weight:217}.ORANGE ._secondary-text.--weight-218{font-weight:218}.ORANGE ._secondary-text.--weight-219{font-weight:219}.ORANGE ._secondary-text.--weight-220{font-weight:220}.ORANGE ._secondary-text.--weight-221{font-weight:221}.ORANGE ._secondary-text.--weight-222{font-weight:222}.ORANGE ._secondary-text.--weight-223{font-weight:223}.ORANGE ._secondary-text.--weight-224{font-weight:224}.ORANGE ._secondary-text.--weight-225{font-weight:225}.ORANGE ._secondary-text.--weight-226{font-weight:226}.ORANGE ._secondary-text.--weight-227{font-weight:227}.ORANGE ._secondary-text.--weight-228{font-weight:228}.ORANGE ._secondary-text.--weight-229{font-weight:229}.ORANGE ._secondary-text.--weight-230{font-weight:230}.ORANGE ._secondary-text.--weight-231{font-weight:231}.ORANGE ._secondary-text.--weight-232{font-weight:232}.ORANGE ._secondary-text.--weight-233{font-weight:233}.ORANGE ._secondary-text.--weight-234{font-weight:234}.ORANGE ._secondary-text.--weight-235{font-weight:235}.ORANGE ._secondary-text.--weight-236{font-weight:236}.ORANGE ._secondary-text.--weight-237{font-weight:237}.ORANGE ._secondary-text.--weight-238{font-weight:238}.ORANGE ._secondary-text.--weight-239{font-weight:239}.ORANGE ._secondary-text.--weight-240{font-weight:240}.ORANGE ._secondary-text.--weight-241{font-weight:241}.ORANGE ._secondary-text.--weight-242{font-weight:242}.ORANGE ._secondary-text.--weight-243{font-weight:243}.ORANGE ._secondary-text.--weight-244{font-weight:244}.ORANGE ._secondary-text.--weight-245{font-weight:245}.ORANGE ._secondary-text.--weight-246{font-weight:246}.ORANGE ._secondary-text.--weight-247{font-weight:247}.ORANGE ._secondary-text.--weight-248{font-weight:248}.ORANGE ._secondary-text.--weight-249{font-weight:249}.ORANGE ._secondary-text.--weight-250{font-weight:250}.ORANGE ._secondary-text.--weight-251{font-weight:251}.ORANGE ._secondary-text.--weight-252{font-weight:252}.ORANGE ._secondary-text.--weight-253{font-weight:253}.ORANGE ._secondary-text.--weight-254{font-weight:254}.ORANGE ._secondary-text.--weight-255{font-weight:255}.ORANGE ._secondary-text.--weight-256{font-weight:256}.ORANGE ._secondary-text.--weight-257{font-weight:257}.ORANGE ._secondary-text.--weight-258{font-weight:258}.ORANGE ._secondary-text.--weight-259{font-weight:259}.ORANGE ._secondary-text.--weight-260{font-weight:260}.ORANGE ._secondary-text.--weight-261{font-weight:261}.ORANGE ._secondary-text.--weight-262{font-weight:262}.ORANGE ._secondary-text.--weight-263{font-weight:263}.ORANGE ._secondary-text.--weight-264{font-weight:264}.ORANGE ._secondary-text.--weight-265{font-weight:265}.ORANGE ._secondary-text.--weight-266{font-weight:266}.ORANGE ._secondary-text.--weight-267{font-weight:267}.ORANGE ._secondary-text.--weight-268{font-weight:268}.ORANGE ._secondary-text.--weight-269{font-weight:269}.ORANGE ._secondary-text.--weight-270{font-weight:270}.ORANGE ._secondary-text.--weight-271{font-weight:271}.ORANGE ._secondary-text.--weight-272{font-weight:272}.ORANGE ._secondary-text.--weight-273{font-weight:273}.ORANGE ._secondary-text.--weight-274{font-weight:274}.ORANGE ._secondary-text.--weight-275{font-weight:275}.ORANGE ._secondary-text.--weight-276{font-weight:276}.ORANGE ._secondary-text.--weight-277{font-weight:277}.ORANGE ._secondary-text.--weight-278{font-weight:278}.ORANGE ._secondary-text.--weight-279{font-weight:279}.ORANGE ._secondary-text.--weight-280{font-weight:280}.ORANGE ._secondary-text.--weight-281{font-weight:281}.ORANGE ._secondary-text.--weight-282{font-weight:282}.ORANGE ._secondary-text.--weight-283{font-weight:283}.ORANGE ._secondary-text.--weight-284{font-weight:284}.ORANGE ._secondary-text.--weight-285{font-weight:285}.ORANGE ._secondary-text.--weight-286{font-weight:286}.ORANGE ._secondary-text.--weight-287{font-weight:287}.ORANGE ._secondary-text.--weight-288{font-weight:288}.ORANGE ._secondary-text.--weight-289{font-weight:289}.ORANGE ._secondary-text.--weight-290{font-weight:290}.ORANGE ._secondary-text.--weight-291{font-weight:291}.ORANGE ._secondary-text.--weight-292{font-weight:292}.ORANGE ._secondary-text.--weight-293{font-weight:293}.ORANGE ._secondary-text.--weight-294{font-weight:294}.ORANGE ._secondary-text.--weight-295{font-weight:295}.ORANGE ._secondary-text.--weight-296{font-weight:296}.ORANGE ._secondary-text.--weight-297{font-weight:297}.ORANGE ._secondary-text.--weight-298{font-weight:298}.ORANGE ._secondary-text.--weight-299{font-weight:299}.ORANGE ._secondary-text.--weight-300{font-weight:300}.ORANGE ._secondary-text.--weight-301{font-weight:301}.ORANGE ._secondary-text.--weight-302{font-weight:302}.ORANGE ._secondary-text.--weight-303{font-weight:303}.ORANGE ._secondary-text.--weight-304{font-weight:304}.ORANGE ._secondary-text.--weight-305{font-weight:305}.ORANGE ._secondary-text.--weight-306{font-weight:306}.ORANGE ._secondary-text.--weight-307{font-weight:307}.ORANGE ._secondary-text.--weight-308{font-weight:308}.ORANGE ._secondary-text.--weight-309{font-weight:309}.ORANGE ._secondary-text.--weight-310{font-weight:310}.ORANGE ._secondary-text.--weight-311{font-weight:311}.ORANGE ._secondary-text.--weight-312{font-weight:312}.ORANGE ._secondary-text.--weight-313{font-weight:313}.ORANGE ._secondary-text.--weight-314{font-weight:314}.ORANGE ._secondary-text.--weight-315{font-weight:315}.ORANGE ._secondary-text.--weight-316{font-weight:316}.ORANGE ._secondary-text.--weight-317{font-weight:317}.ORANGE ._secondary-text.--weight-318{font-weight:318}.ORANGE ._secondary-text.--weight-319{font-weight:319}.ORANGE ._secondary-text.--weight-320{font-weight:320}.ORANGE ._secondary-text.--weight-321{font-weight:321}.ORANGE ._secondary-text.--weight-322{font-weight:322}.ORANGE ._secondary-text.--weight-323{font-weight:323}.ORANGE ._secondary-text.--weight-324{font-weight:324}.ORANGE ._secondary-text.--weight-325{font-weight:325}.ORANGE ._secondary-text.--weight-326{font-weight:326}.ORANGE ._secondary-text.--weight-327{font-weight:327}.ORANGE ._secondary-text.--weight-328{font-weight:328}.ORANGE ._secondary-text.--weight-329{font-weight:329}.ORANGE ._secondary-text.--weight-330{font-weight:330}.ORANGE ._secondary-text.--weight-331{font-weight:331}.ORANGE ._secondary-text.--weight-332{font-weight:332}.ORANGE ._secondary-text.--weight-333{font-weight:333}.ORANGE ._secondary-text.--weight-334{font-weight:334}.ORANGE ._secondary-text.--weight-335{font-weight:335}.ORANGE ._secondary-text.--weight-336{font-weight:336}.ORANGE ._secondary-text.--weight-337{font-weight:337}.ORANGE ._secondary-text.--weight-338{font-weight:338}.ORANGE ._secondary-text.--weight-339{font-weight:339}.ORANGE ._secondary-text.--weight-340{font-weight:340}.ORANGE ._secondary-text.--weight-341{font-weight:341}.ORANGE ._secondary-text.--weight-342{font-weight:342}.ORANGE ._secondary-text.--weight-343{font-weight:343}.ORANGE ._secondary-text.--weight-344{font-weight:344}.ORANGE ._secondary-text.--weight-345{font-weight:345}.ORANGE ._secondary-text.--weight-346{font-weight:346}.ORANGE ._secondary-text.--weight-347{font-weight:347}.ORANGE ._secondary-text.--weight-348{font-weight:348}.ORANGE ._secondary-text.--weight-349{font-weight:349}.ORANGE ._secondary-text.--weight-350{font-weight:350}.ORANGE ._secondary-text.--weight-351{font-weight:351}.ORANGE ._secondary-text.--weight-352{font-weight:352}.ORANGE ._secondary-text.--weight-353{font-weight:353}.ORANGE ._secondary-text.--weight-354{font-weight:354}.ORANGE ._secondary-text.--weight-355{font-weight:355}.ORANGE ._secondary-text.--weight-356{font-weight:356}.ORANGE ._secondary-text.--weight-357{font-weight:357}.ORANGE ._secondary-text.--weight-358{font-weight:358}.ORANGE ._secondary-text.--weight-359{font-weight:359}.ORANGE ._secondary-text.--weight-360{font-weight:360}.ORANGE ._secondary-text.--weight-361{font-weight:361}.ORANGE ._secondary-text.--weight-362{font-weight:362}.ORANGE ._secondary-text.--weight-363{font-weight:363}.ORANGE ._secondary-text.--weight-364{font-weight:364}.ORANGE ._secondary-text.--weight-365{font-weight:365}.ORANGE ._secondary-text.--weight-366{font-weight:366}.ORANGE ._secondary-text.--weight-367{font-weight:367}.ORANGE ._secondary-text.--weight-368{font-weight:368}.ORANGE ._secondary-text.--weight-369{font-weight:369}.ORANGE ._secondary-text.--weight-370{font-weight:370}.ORANGE ._secondary-text.--weight-371{font-weight:371}.ORANGE ._secondary-text.--weight-372{font-weight:372}.ORANGE ._secondary-text.--weight-373{font-weight:373}.ORANGE ._secondary-text.--weight-374{font-weight:374}.ORANGE ._secondary-text.--weight-375{font-weight:375}.ORANGE ._secondary-text.--weight-376{font-weight:376}.ORANGE ._secondary-text.--weight-377{font-weight:377}.ORANGE ._secondary-text.--weight-378{font-weight:378}.ORANGE ._secondary-text.--weight-379{font-weight:379}.ORANGE ._secondary-text.--weight-380{font-weight:380}.ORANGE ._secondary-text.--weight-381{font-weight:381}.ORANGE ._secondary-text.--weight-382{font-weight:382}.ORANGE ._secondary-text.--weight-383{font-weight:383}.ORANGE ._secondary-text.--weight-384{font-weight:384}.ORANGE ._secondary-text.--weight-385{font-weight:385}.ORANGE ._secondary-text.--weight-386{font-weight:386}.ORANGE ._secondary-text.--weight-387{font-weight:387}.ORANGE ._secondary-text.--weight-388{font-weight:388}.ORANGE ._secondary-text.--weight-389{font-weight:389}.ORANGE ._secondary-text.--weight-390{font-weight:390}.ORANGE ._secondary-text.--weight-391{font-weight:391}.ORANGE ._secondary-text.--weight-392{font-weight:392}.ORANGE ._secondary-text.--weight-393{font-weight:393}.ORANGE ._secondary-text.--weight-394{font-weight:394}.ORANGE ._secondary-text.--weight-395{font-weight:395}.ORANGE ._secondary-text.--weight-396{font-weight:396}.ORANGE ._secondary-text.--weight-397{font-weight:397}.ORANGE ._secondary-text.--weight-398{font-weight:398}.ORANGE ._secondary-text.--weight-399{font-weight:399}.ORANGE ._secondary-text.--weight-400{font-weight:400}.ORANGE ._secondary-text.--weight-401{font-weight:401}.ORANGE ._secondary-text.--weight-402{font-weight:402}.ORANGE ._secondary-text.--weight-403{font-weight:403}.ORANGE ._secondary-text.--weight-404{font-weight:404}.ORANGE ._secondary-text.--weight-405{font-weight:405}.ORANGE ._secondary-text.--weight-406{font-weight:406}.ORANGE ._secondary-text.--weight-407{font-weight:407}.ORANGE ._secondary-text.--weight-408{font-weight:408}.ORANGE ._secondary-text.--weight-409{font-weight:409}.ORANGE ._secondary-text.--weight-410{font-weight:410}.ORANGE ._secondary-text.--weight-411{font-weight:411}.ORANGE ._secondary-text.--weight-412{font-weight:412}.ORANGE ._secondary-text.--weight-413{font-weight:413}.ORANGE ._secondary-text.--weight-414{font-weight:414}.ORANGE ._secondary-text.--weight-415{font-weight:415}.ORANGE ._secondary-text.--weight-416{font-weight:416}.ORANGE ._secondary-text.--weight-417{font-weight:417}.ORANGE ._secondary-text.--weight-418{font-weight:418}.ORANGE ._secondary-text.--weight-419{font-weight:419}.ORANGE ._secondary-text.--weight-420{font-weight:420}.ORANGE ._secondary-text.--weight-421{font-weight:421}.ORANGE ._secondary-text.--weight-422{font-weight:422}.ORANGE ._secondary-text.--weight-423{font-weight:423}.ORANGE ._secondary-text.--weight-424{font-weight:424}.ORANGE ._secondary-text.--weight-425{font-weight:425}.ORANGE ._secondary-text.--weight-426{font-weight:426}.ORANGE ._secondary-text.--weight-427{font-weight:427}.ORANGE ._secondary-text.--weight-428{font-weight:428}.ORANGE ._secondary-text.--weight-429{font-weight:429}.ORANGE ._secondary-text.--weight-430{font-weight:430}.ORANGE ._secondary-text.--weight-431{font-weight:431}.ORANGE ._secondary-text.--weight-432{font-weight:432}.ORANGE ._secondary-text.--weight-433{font-weight:433}.ORANGE ._secondary-text.--weight-434{font-weight:434}.ORANGE ._secondary-text.--weight-435{font-weight:435}.ORANGE ._secondary-text.--weight-436{font-weight:436}.ORANGE ._secondary-text.--weight-437{font-weight:437}.ORANGE ._secondary-text.--weight-438{font-weight:438}.ORANGE ._secondary-text.--weight-439{font-weight:439}.ORANGE ._secondary-text.--weight-440{font-weight:440}.ORANGE ._secondary-text.--weight-441{font-weight:441}.ORANGE ._secondary-text.--weight-442{font-weight:442}.ORANGE ._secondary-text.--weight-443{font-weight:443}.ORANGE ._secondary-text.--weight-444{font-weight:444}.ORANGE ._secondary-text.--weight-445{font-weight:445}.ORANGE ._secondary-text.--weight-446{font-weight:446}.ORANGE ._secondary-text.--weight-447{font-weight:447}.ORANGE ._secondary-text.--weight-448{font-weight:448}.ORANGE ._secondary-text.--weight-449{font-weight:449}.ORANGE ._secondary-text.--weight-450{font-weight:450}.ORANGE ._secondary-text.--weight-451{font-weight:451}.ORANGE ._secondary-text.--weight-452{font-weight:452}.ORANGE ._secondary-text.--weight-453{font-weight:453}.ORANGE ._secondary-text.--weight-454{font-weight:454}.ORANGE ._secondary-text.--weight-455{font-weight:455}.ORANGE ._secondary-text.--weight-456{font-weight:456}.ORANGE ._secondary-text.--weight-457{font-weight:457}.ORANGE ._secondary-text.--weight-458{font-weight:458}.ORANGE ._secondary-text.--weight-459{font-weight:459}.ORANGE ._secondary-text.--weight-460{font-weight:460}.ORANGE ._secondary-text.--weight-461{font-weight:461}.ORANGE ._secondary-text.--weight-462{font-weight:462}.ORANGE ._secondary-text.--weight-463{font-weight:463}.ORANGE ._secondary-text.--weight-464{font-weight:464}.ORANGE ._secondary-text.--weight-465{font-weight:465}.ORANGE ._secondary-text.--weight-466{font-weight:466}.ORANGE ._secondary-text.--weight-467{font-weight:467}.ORANGE ._secondary-text.--weight-468{font-weight:468}.ORANGE ._secondary-text.--weight-469{font-weight:469}.ORANGE ._secondary-text.--weight-470{font-weight:470}.ORANGE ._secondary-text.--weight-471{font-weight:471}.ORANGE ._secondary-text.--weight-472{font-weight:472}.ORANGE ._secondary-text.--weight-473{font-weight:473}.ORANGE ._secondary-text.--weight-474{font-weight:474}.ORANGE ._secondary-text.--weight-475{font-weight:475}.ORANGE ._secondary-text.--weight-476{font-weight:476}.ORANGE ._secondary-text.--weight-477{font-weight:477}.ORANGE ._secondary-text.--weight-478{font-weight:478}.ORANGE ._secondary-text.--weight-479{font-weight:479}.ORANGE ._secondary-text.--weight-480{font-weight:480}.ORANGE ._secondary-text.--weight-481{font-weight:481}.ORANGE ._secondary-text.--weight-482{font-weight:482}.ORANGE ._secondary-text.--weight-483{font-weight:483}.ORANGE ._secondary-text.--weight-484{font-weight:484}.ORANGE ._secondary-text.--weight-485{font-weight:485}.ORANGE ._secondary-text.--weight-486{font-weight:486}.ORANGE ._secondary-text.--weight-487{font-weight:487}.ORANGE ._secondary-text.--weight-488{font-weight:488}.ORANGE ._secondary-text.--weight-489{font-weight:489}.ORANGE ._secondary-text.--weight-490{font-weight:490}.ORANGE ._secondary-text.--weight-491{font-weight:491}.ORANGE ._secondary-text.--weight-492{font-weight:492}.ORANGE ._secondary-text.--weight-493{font-weight:493}.ORANGE ._secondary-text.--weight-494{font-weight:494}.ORANGE ._secondary-text.--weight-495{font-weight:495}.ORANGE ._secondary-text.--weight-496{font-weight:496}.ORANGE ._secondary-text.--weight-497{font-weight:497}.ORANGE ._secondary-text.--weight-498{font-weight:498}.ORANGE ._secondary-text.--weight-499{font-weight:499}.ORANGE ._secondary-text.--weight-500{font-weight:500}.ORANGE ._secondary-text.--weight-501{font-weight:501}.ORANGE ._secondary-text.--weight-502{font-weight:502}.ORANGE ._secondary-text.--weight-503{font-weight:503}.ORANGE ._secondary-text.--weight-504{font-weight:504}.ORANGE ._secondary-text.--weight-505{font-weight:505}.ORANGE ._secondary-text.--weight-506{font-weight:506}.ORANGE ._secondary-text.--weight-507{font-weight:507}.ORANGE ._secondary-text.--weight-508{font-weight:508}.ORANGE ._secondary-text.--weight-509{font-weight:509}.ORANGE ._secondary-text.--weight-510{font-weight:510}.ORANGE ._secondary-text.--weight-511{font-weight:511}.ORANGE ._secondary-text.--weight-512{font-weight:512}.ORANGE ._secondary-text.--weight-513{font-weight:513}.ORANGE ._secondary-text.--weight-514{font-weight:514}.ORANGE ._secondary-text.--weight-515{font-weight:515}.ORANGE ._secondary-text.--weight-516{font-weight:516}.ORANGE ._secondary-text.--weight-517{font-weight:517}.ORANGE ._secondary-text.--weight-518{font-weight:518}.ORANGE ._secondary-text.--weight-519{font-weight:519}.ORANGE ._secondary-text.--weight-520{font-weight:520}.ORANGE ._secondary-text.--weight-521{font-weight:521}.ORANGE ._secondary-text.--weight-522{font-weight:522}.ORANGE ._secondary-text.--weight-523{font-weight:523}.ORANGE ._secondary-text.--weight-524{font-weight:524}.ORANGE ._secondary-text.--weight-525{font-weight:525}.ORANGE ._secondary-text.--weight-526{font-weight:526}.ORANGE ._secondary-text.--weight-527{font-weight:527}.ORANGE ._secondary-text.--weight-528{font-weight:528}.ORANGE ._secondary-text.--weight-529{font-weight:529}.ORANGE ._secondary-text.--weight-530{font-weight:530}.ORANGE ._secondary-text.--weight-531{font-weight:531}.ORANGE ._secondary-text.--weight-532{font-weight:532}.ORANGE ._secondary-text.--weight-533{font-weight:533}.ORANGE ._secondary-text.--weight-534{font-weight:534}.ORANGE ._secondary-text.--weight-535{font-weight:535}.ORANGE ._secondary-text.--weight-536{font-weight:536}.ORANGE ._secondary-text.--weight-537{font-weight:537}.ORANGE ._secondary-text.--weight-538{font-weight:538}.ORANGE ._secondary-text.--weight-539{font-weight:539}.ORANGE ._secondary-text.--weight-540{font-weight:540}.ORANGE ._secondary-text.--weight-541{font-weight:541}.ORANGE ._secondary-text.--weight-542{font-weight:542}.ORANGE ._secondary-text.--weight-543{font-weight:543}.ORANGE ._secondary-text.--weight-544{font-weight:544}.ORANGE ._secondary-text.--weight-545{font-weight:545}.ORANGE ._secondary-text.--weight-546{font-weight:546}.ORANGE ._secondary-text.--weight-547{font-weight:547}.ORANGE ._secondary-text.--weight-548{font-weight:548}.ORANGE ._secondary-text.--weight-549{font-weight:549}.ORANGE ._secondary-text.--weight-550{font-weight:550}.ORANGE ._secondary-text.--weight-551{font-weight:551}.ORANGE ._secondary-text.--weight-552{font-weight:552}.ORANGE ._secondary-text.--weight-553{font-weight:553}.ORANGE ._secondary-text.--weight-554{font-weight:554}.ORANGE ._secondary-text.--weight-555{font-weight:555}.ORANGE ._secondary-text.--weight-556{font-weight:556}.ORANGE ._secondary-text.--weight-557{font-weight:557}.ORANGE ._secondary-text.--weight-558{font-weight:558}.ORANGE ._secondary-text.--weight-559{font-weight:559}.ORANGE ._secondary-text.--weight-560{font-weight:560}.ORANGE ._secondary-text.--weight-561{font-weight:561}.ORANGE ._secondary-text.--weight-562{font-weight:562}.ORANGE ._secondary-text.--weight-563{font-weight:563}.ORANGE ._secondary-text.--weight-564{font-weight:564}.ORANGE ._secondary-text.--weight-565{font-weight:565}.ORANGE ._secondary-text.--weight-566{font-weight:566}.ORANGE ._secondary-text.--weight-567{font-weight:567}.ORANGE ._secondary-text.--weight-568{font-weight:568}.ORANGE ._secondary-text.--weight-569{font-weight:569}.ORANGE ._secondary-text.--weight-570{font-weight:570}.ORANGE ._secondary-text.--weight-571{font-weight:571}.ORANGE ._secondary-text.--weight-572{font-weight:572}.ORANGE ._secondary-text.--weight-573{font-weight:573}.ORANGE ._secondary-text.--weight-574{font-weight:574}.ORANGE ._secondary-text.--weight-575{font-weight:575}.ORANGE ._secondary-text.--weight-576{font-weight:576}.ORANGE ._secondary-text.--weight-577{font-weight:577}.ORANGE ._secondary-text.--weight-578{font-weight:578}.ORANGE ._secondary-text.--weight-579{font-weight:579}.ORANGE ._secondary-text.--weight-580{font-weight:580}.ORANGE ._secondary-text.--weight-581{font-weight:581}.ORANGE ._secondary-text.--weight-582{font-weight:582}.ORANGE ._secondary-text.--weight-583{font-weight:583}.ORANGE ._secondary-text.--weight-584{font-weight:584}.ORANGE ._secondary-text.--weight-585{font-weight:585}.ORANGE ._secondary-text.--weight-586{font-weight:586}.ORANGE ._secondary-text.--weight-587{font-weight:587}.ORANGE ._secondary-text.--weight-588{font-weight:588}.ORANGE ._secondary-text.--weight-589{font-weight:589}.ORANGE ._secondary-text.--weight-590{font-weight:590}.ORANGE ._secondary-text.--weight-591{font-weight:591}.ORANGE ._secondary-text.--weight-592{font-weight:592}.ORANGE ._secondary-text.--weight-593{font-weight:593}.ORANGE ._secondary-text.--weight-594{font-weight:594}.ORANGE ._secondary-text.--weight-595{font-weight:595}.ORANGE ._secondary-text.--weight-596{font-weight:596}.ORANGE ._secondary-text.--weight-597{font-weight:597}.ORANGE ._secondary-text.--weight-598{font-weight:598}.ORANGE ._secondary-text.--weight-599{font-weight:599}.ORANGE ._secondary-text.--weight-600{font-weight:600}.ORANGE ._secondary-text.--weight-601{font-weight:601}.ORANGE ._secondary-text.--weight-602{font-weight:602}.ORANGE ._secondary-text.--weight-603{font-weight:603}.ORANGE ._secondary-text.--weight-604{font-weight:604}.ORANGE ._secondary-text.--weight-605{font-weight:605}.ORANGE ._secondary-text.--weight-606{font-weight:606}.ORANGE ._secondary-text.--weight-607{font-weight:607}.ORANGE ._secondary-text.--weight-608{font-weight:608}.ORANGE ._secondary-text.--weight-609{font-weight:609}.ORANGE ._secondary-text.--weight-610{font-weight:610}.ORANGE ._secondary-text.--weight-611{font-weight:611}.ORANGE ._secondary-text.--weight-612{font-weight:612}.ORANGE ._secondary-text.--weight-613{font-weight:613}.ORANGE ._secondary-text.--weight-614{font-weight:614}.ORANGE ._secondary-text.--weight-615{font-weight:615}.ORANGE ._secondary-text.--weight-616{font-weight:616}.ORANGE ._secondary-text.--weight-617{font-weight:617}.ORANGE ._secondary-text.--weight-618{font-weight:618}.ORANGE ._secondary-text.--weight-619{font-weight:619}.ORANGE ._secondary-text.--weight-620{font-weight:620}.ORANGE ._secondary-text.--weight-621{font-weight:621}.ORANGE ._secondary-text.--weight-622{font-weight:622}.ORANGE ._secondary-text.--weight-623{font-weight:623}.ORANGE ._secondary-text.--weight-624{font-weight:624}.ORANGE ._secondary-text.--weight-625{font-weight:625}.ORANGE ._secondary-text.--weight-626{font-weight:626}.ORANGE ._secondary-text.--weight-627{font-weight:627}.ORANGE ._secondary-text.--weight-628{font-weight:628}.ORANGE ._secondary-text.--weight-629{font-weight:629}.ORANGE ._secondary-text.--weight-630{font-weight:630}.ORANGE ._secondary-text.--weight-631{font-weight:631}.ORANGE ._secondary-text.--weight-632{font-weight:632}.ORANGE ._secondary-text.--weight-633{font-weight:633}.ORANGE ._secondary-text.--weight-634{font-weight:634}.ORANGE ._secondary-text.--weight-635{font-weight:635}.ORANGE ._secondary-text.--weight-636{font-weight:636}.ORANGE ._secondary-text.--weight-637{font-weight:637}.ORANGE ._secondary-text.--weight-638{font-weight:638}.ORANGE ._secondary-text.--weight-639{font-weight:639}.ORANGE ._secondary-text.--weight-640{font-weight:640}.ORANGE ._secondary-text.--weight-641{font-weight:641}.ORANGE ._secondary-text.--weight-642{font-weight:642}.ORANGE ._secondary-text.--weight-643{font-weight:643}.ORANGE ._secondary-text.--weight-644{font-weight:644}.ORANGE ._secondary-text.--weight-645{font-weight:645}.ORANGE ._secondary-text.--weight-646{font-weight:646}.ORANGE ._secondary-text.--weight-647{font-weight:647}.ORANGE ._secondary-text.--weight-648{font-weight:648}.ORANGE ._secondary-text.--weight-649{font-weight:649}.ORANGE ._secondary-text.--weight-650{font-weight:650}.ORANGE ._secondary-text.--weight-651{font-weight:651}.ORANGE ._secondary-text.--weight-652{font-weight:652}.ORANGE ._secondary-text.--weight-653{font-weight:653}.ORANGE ._secondary-text.--weight-654{font-weight:654}.ORANGE ._secondary-text.--weight-655{font-weight:655}.ORANGE ._secondary-text.--weight-656{font-weight:656}.ORANGE ._secondary-text.--weight-657{font-weight:657}.ORANGE ._secondary-text.--weight-658{font-weight:658}.ORANGE ._secondary-text.--weight-659{font-weight:659}.ORANGE ._secondary-text.--weight-660{font-weight:660}.ORANGE ._secondary-text.--weight-661{font-weight:661}.ORANGE ._secondary-text.--weight-662{font-weight:662}.ORANGE ._secondary-text.--weight-663{font-weight:663}.ORANGE ._secondary-text.--weight-664{font-weight:664}.ORANGE ._secondary-text.--weight-665{font-weight:665}.ORANGE ._secondary-text.--weight-666{font-weight:666}.ORANGE ._secondary-text.--weight-667{font-weight:667}.ORANGE ._secondary-text.--weight-668{font-weight:668}.ORANGE ._secondary-text.--weight-669{font-weight:669}.ORANGE ._secondary-text.--weight-670{font-weight:670}.ORANGE ._secondary-text.--weight-671{font-weight:671}.ORANGE ._secondary-text.--weight-672{font-weight:672}.ORANGE ._secondary-text.--weight-673{font-weight:673}.ORANGE ._secondary-text.--weight-674{font-weight:674}.ORANGE ._secondary-text.--weight-675{font-weight:675}.ORANGE ._secondary-text.--weight-676{font-weight:676}.ORANGE ._secondary-text.--weight-677{font-weight:677}.ORANGE ._secondary-text.--weight-678{font-weight:678}.ORANGE ._secondary-text.--weight-679{font-weight:679}.ORANGE ._secondary-text.--weight-680{font-weight:680}.ORANGE ._secondary-text.--weight-681{font-weight:681}.ORANGE ._secondary-text.--weight-682{font-weight:682}.ORANGE ._secondary-text.--weight-683{font-weight:683}.ORANGE ._secondary-text.--weight-684{font-weight:684}.ORANGE ._secondary-text.--weight-685{font-weight:685}.ORANGE ._secondary-text.--weight-686{font-weight:686}.ORANGE ._secondary-text.--weight-687{font-weight:687}.ORANGE ._secondary-text.--weight-688{font-weight:688}.ORANGE ._secondary-text.--weight-689{font-weight:689}.ORANGE ._secondary-text.--weight-690{font-weight:690}.ORANGE ._secondary-text.--weight-691{font-weight:691}.ORANGE ._secondary-text.--weight-692{font-weight:692}.ORANGE ._secondary-text.--weight-693{font-weight:693}.ORANGE ._secondary-text.--weight-694{font-weight:694}.ORANGE ._secondary-text.--weight-695{font-weight:695}.ORANGE ._secondary-text.--weight-696{font-weight:696}.ORANGE ._secondary-text.--weight-697{font-weight:697}.ORANGE ._secondary-text.--weight-698{font-weight:698}.ORANGE ._secondary-text.--weight-699{font-weight:699}.ORANGE ._secondary-text.--weight-700{font-weight:700}.ORANGE ._secondary-text.--weight-701{font-weight:701}.ORANGE ._secondary-text.--weight-702{font-weight:702}.ORANGE ._secondary-text.--weight-703{font-weight:703}.ORANGE ._secondary-text.--weight-704{font-weight:704}.ORANGE ._secondary-text.--weight-705{font-weight:705}.ORANGE ._secondary-text.--weight-706{font-weight:706}.ORANGE ._secondary-text.--weight-707{font-weight:707}.ORANGE ._secondary-text.--weight-708{font-weight:708}.ORANGE ._secondary-text.--weight-709{font-weight:709}.ORANGE ._secondary-text.--weight-710{font-weight:710}.ORANGE ._secondary-text.--weight-711{font-weight:711}.ORANGE ._secondary-text.--weight-712{font-weight:712}.ORANGE ._secondary-text.--weight-713{font-weight:713}.ORANGE ._secondary-text.--weight-714{font-weight:714}.ORANGE ._secondary-text.--weight-715{font-weight:715}.ORANGE ._secondary-text.--weight-716{font-weight:716}.ORANGE ._secondary-text.--weight-717{font-weight:717}.ORANGE ._secondary-text.--weight-718{font-weight:718}.ORANGE ._secondary-text.--weight-719{font-weight:719}.ORANGE ._secondary-text.--weight-720{font-weight:720}.ORANGE ._secondary-text.--weight-721{font-weight:721}.ORANGE ._secondary-text.--weight-722{font-weight:722}.ORANGE ._secondary-text.--weight-723{font-weight:723}.ORANGE ._secondary-text.--weight-724{font-weight:724}.ORANGE ._secondary-text.--weight-725{font-weight:725}.ORANGE ._secondary-text.--weight-726{font-weight:726}.ORANGE ._secondary-text.--weight-727{font-weight:727}.ORANGE ._secondary-text.--weight-728{font-weight:728}.ORANGE ._secondary-text.--weight-729{font-weight:729}.ORANGE ._secondary-text.--weight-730{font-weight:730}.ORANGE ._secondary-text.--weight-731{font-weight:731}.ORANGE ._secondary-text.--weight-732{font-weight:732}.ORANGE ._secondary-text.--weight-733{font-weight:733}.ORANGE ._secondary-text.--weight-734{font-weight:734}.ORANGE ._secondary-text.--weight-735{font-weight:735}.ORANGE ._secondary-text.--weight-736{font-weight:736}.ORANGE ._secondary-text.--weight-737{font-weight:737}.ORANGE ._secondary-text.--weight-738{font-weight:738}.ORANGE ._secondary-text.--weight-739{font-weight:739}.ORANGE ._secondary-text.--weight-740{font-weight:740}.ORANGE ._secondary-text.--weight-741{font-weight:741}.ORANGE ._secondary-text.--weight-742{font-weight:742}.ORANGE ._secondary-text.--weight-743{font-weight:743}.ORANGE ._secondary-text.--weight-744{font-weight:744}.ORANGE ._secondary-text.--weight-745{font-weight:745}.ORANGE ._secondary-text.--weight-746{font-weight:746}.ORANGE ._secondary-text.--weight-747{font-weight:747}.ORANGE ._secondary-text.--weight-748{font-weight:748}.ORANGE ._secondary-text.--weight-749{font-weight:749}.ORANGE ._secondary-text.--weight-750{font-weight:750}.ORANGE ._secondary-text.--weight-751{font-weight:751}.ORANGE ._secondary-text.--weight-752{font-weight:752}.ORANGE ._secondary-text.--weight-753{font-weight:753}.ORANGE ._secondary-text.--weight-754{font-weight:754}.ORANGE ._secondary-text.--weight-755{font-weight:755}.ORANGE ._secondary-text.--weight-756{font-weight:756}.ORANGE ._secondary-text.--weight-757{font-weight:757}.ORANGE ._secondary-text.--weight-758{font-weight:758}.ORANGE ._secondary-text.--weight-759{font-weight:759}.ORANGE ._secondary-text.--weight-760{font-weight:760}.ORANGE ._secondary-text.--weight-761{font-weight:761}.ORANGE ._secondary-text.--weight-762{font-weight:762}.ORANGE ._secondary-text.--weight-763{font-weight:763}.ORANGE ._secondary-text.--weight-764{font-weight:764}.ORANGE ._secondary-text.--weight-765{font-weight:765}.ORANGE ._secondary-text.--weight-766{font-weight:766}.ORANGE ._secondary-text.--weight-767{font-weight:767}.ORANGE ._secondary-text.--weight-768{font-weight:768}.ORANGE ._secondary-text.--weight-769{font-weight:769}.ORANGE ._secondary-text.--weight-770{font-weight:770}.ORANGE ._secondary-text.--weight-771{font-weight:771}.ORANGE ._secondary-text.--weight-772{font-weight:772}.ORANGE ._secondary-text.--weight-773{font-weight:773}.ORANGE ._secondary-text.--weight-774{font-weight:774}.ORANGE ._secondary-text.--weight-775{font-weight:775}.ORANGE ._secondary-text.--weight-776{font-weight:776}.ORANGE ._secondary-text.--weight-777{font-weight:777}.ORANGE ._secondary-text.--weight-778{font-weight:778}.ORANGE ._secondary-text.--weight-779{font-weight:779}.ORANGE ._secondary-text.--weight-780{font-weight:780}.ORANGE ._secondary-text.--weight-781{font-weight:781}.ORANGE ._secondary-text.--weight-782{font-weight:782}.ORANGE ._secondary-text.--weight-783{font-weight:783}.ORANGE ._secondary-text.--weight-784{font-weight:784}.ORANGE ._secondary-text.--weight-785{font-weight:785}.ORANGE ._secondary-text.--weight-786{font-weight:786}.ORANGE ._secondary-text.--weight-787{font-weight:787}.ORANGE ._secondary-text.--weight-788{font-weight:788}.ORANGE ._secondary-text.--weight-789{font-weight:789}.ORANGE ._secondary-text.--weight-790{font-weight:790}.ORANGE ._secondary-text.--weight-791{font-weight:791}.ORANGE ._secondary-text.--weight-792{font-weight:792}.ORANGE ._secondary-text.--weight-793{font-weight:793}.ORANGE ._secondary-text.--weight-794{font-weight:794}.ORANGE ._secondary-text.--weight-795{font-weight:795}.ORANGE ._secondary-text.--weight-796{font-weight:796}.ORANGE ._secondary-text.--weight-797{font-weight:797}.ORANGE ._secondary-text.--weight-798{font-weight:798}.ORANGE ._secondary-text.--weight-799{font-weight:799}.ORANGE ._secondary-text.--weight-800{font-weight:800}.ORANGE ._secondary-text.--lh-1{line-height:1px}.ORANGE ._secondary-text.--lh-2{line-height:2px}.ORANGE ._secondary-text.--lh-3{line-height:3px}.ORANGE ._secondary-text.--lh-4{line-height:4px}.ORANGE ._secondary-text.--lh-5{line-height:5px}.ORANGE ._secondary-text.--lh-6{line-height:6px}.ORANGE ._secondary-text.--lh-7{line-height:7px}.ORANGE ._secondary-text.--lh-8{line-height:8px}.ORANGE ._secondary-text.--lh-9{line-height:9px}.ORANGE ._secondary-text.--lh-10{line-height:10px}.ORANGE ._secondary-text.--lh-11{line-height:11px}.ORANGE ._secondary-text.--lh-12{line-height:12px}.ORANGE ._secondary-text.--lh-13{line-height:13px}.ORANGE ._secondary-text.--lh-14{line-height:14px}.ORANGE ._secondary-text.--lh-15{line-height:15px}.ORANGE ._secondary-text.--lh-16{line-height:16px}.ORANGE ._secondary-text.--lh-17{line-height:17px}.ORANGE ._secondary-text.--lh-18{line-height:18px}.ORANGE ._secondary-text.--lh-19{line-height:19px}.ORANGE ._secondary-text.--lh-20{line-height:20px}.ORANGE ._secondary-text.--lh-21{line-height:21px}.ORANGE ._secondary-text.--lh-22{line-height:22px}.ORANGE ._secondary-text.--lh-23{line-height:23px}.ORANGE ._secondary-text.--lh-24{line-height:24px}.ORANGE ._secondary-text.--lh-25{line-height:25px}.ORANGE ._secondary-text.--lh-26{line-height:26px}.ORANGE ._secondary-text.--lh-27{line-height:27px}.ORANGE ._secondary-text.--lh-28{line-height:28px}.ORANGE ._secondary-text.--lh-29{line-height:29px}.ORANGE ._secondary-text.--lh-30{line-height:30px}.ORANGE ._secondary-text.--lh-31{line-height:31px}.ORANGE ._secondary-text.--lh-32{line-height:32px}.ORANGE ._secondary-text.--lh-33{line-height:33px}.ORANGE ._secondary-text.--lh-34{line-height:34px}.ORANGE ._secondary-text.--lh-35{line-height:35px}.ORANGE ._secondary-text.--lh-36{line-height:36px}.ORANGE ._secondary-text.--lh-37{line-height:37px}.ORANGE ._secondary-text.--lh-38{line-height:38px}.ORANGE ._secondary-text.--lh-39{line-height:39px}.ORANGE ._secondary-text.--lh-40{line-height:40px}.ORANGE ._secondary-text.--lh-41{line-height:41px}.ORANGE ._secondary-text.--lh-42{line-height:42px}.ORANGE ._secondary-text.--lh-43{line-height:43px}.ORANGE ._secondary-text.--lh-44{line-height:44px}.ORANGE ._secondary-text.--lh-45{line-height:45px}.ORANGE ._secondary-text.--lh-46{line-height:46px}.ORANGE ._secondary-text.--lh-47{line-height:47px}.ORANGE ._secondary-text.--lh-48{line-height:48px}.ORANGE ._secondary-text.--lh-49{line-height:49px}.ORANGE ._secondary-text.--lh-50{line-height:50px}.ORANGE ._secondary-text.--lh-51{line-height:51px}.ORANGE ._secondary-text.--lh-52{line-height:52px}.ORANGE ._secondary-text.--lh-53{line-height:53px}.ORANGE ._secondary-text.--lh-54{line-height:54px}.ORANGE ._secondary-text.--lh-55{line-height:55px}.ORANGE ._secondary-text.--lh-56{line-height:56px}.ORANGE ._secondary-text.--lh-57{line-height:57px}.ORANGE ._secondary-text.--lh-58{line-height:58px}.ORANGE ._secondary-text.--lh-59{line-height:59px}.ORANGE ._secondary-text.--lh-60{line-height:60px}.ORANGE ._secondary-text.--lh-61{line-height:61px}.ORANGE ._secondary-text.--lh-62{line-height:62px}.ORANGE ._secondary-text.--lh-63{line-height:63px}.ORANGE ._secondary-text.--lh-64{line-height:64px}.ORANGE ._secondary-text.--lh-65{line-height:65px}.ORANGE ._secondary-text.--lh-66{line-height:66px}.ORANGE ._secondary-text.--lh-67{line-height:67px}.ORANGE ._secondary-text.--lh-68{line-height:68px}.ORANGE ._secondary-text.--lh-69{line-height:69px}.ORANGE ._secondary-text.--lh-70{line-height:70px}.ORANGE ._secondary-text.--lh-71{line-height:71px}.ORANGE ._secondary-text.--lh-72{line-height:72px}.ORANGE ._secondary-text.--lh-73{line-height:73px}.ORANGE ._secondary-text.--lh-74{line-height:74px}.ORANGE ._secondary-text.--lh-75{line-height:75px}.ORANGE ._secondary-text.--lh-76{line-height:76px}.ORANGE ._secondary-text.--lh-77{line-height:77px}.ORANGE ._secondary-text.--lh-78{line-height:78px}.ORANGE ._secondary-text.--lh-79{line-height:79px}.ORANGE ._secondary-text.--lh-80{line-height:80px}.ORANGE ._secondary-text.--lh-81{line-height:81px}.ORANGE ._secondary-text.--lh-82{line-height:82px}.ORANGE ._secondary-text.--lh-83{line-height:83px}.ORANGE ._secondary-text.--lh-84{line-height:84px}.ORANGE ._secondary-text.--lh-85{line-height:85px}.ORANGE ._secondary-text.--lh-86{line-height:86px}.ORANGE ._secondary-text.--lh-87{line-height:87px}.ORANGE ._secondary-text.--lh-88{line-height:88px}.ORANGE ._secondary-text.--lh-89{line-height:89px}.ORANGE ._secondary-text.--lh-90{line-height:90px}.ORANGE ._secondary-text.--lh-91{line-height:91px}.ORANGE ._secondary-text.--lh-92{line-height:92px}.ORANGE ._secondary-text.--lh-93{line-height:93px}.ORANGE ._secondary-text.--lh-94{line-height:94px}.ORANGE ._secondary-text.--lh-95{line-height:95px}.ORANGE ._secondary-text.--lh-96{line-height:96px}.ORANGE ._secondary-text.--lh-97{line-height:97px}.ORANGE ._secondary-text.--lh-98{line-height:98px}.ORANGE ._secondary-text.--lh-99{line-height:99px}.ORANGE ._secondary-text.--lh-100{line-height:100px}.ORANGE ._secondary-text.--lh-101{line-height:101px}.ORANGE ._secondary-text.--lh-102{line-height:102px}.ORANGE ._secondary-text.--lh-103{line-height:103px}.ORANGE ._secondary-text.--lh-104{line-height:104px}.ORANGE ._secondary-text.--lh-105{line-height:105px}.ORANGE ._secondary-text.--lh-106{line-height:106px}.ORANGE ._secondary-text.--lh-107{line-height:107px}.ORANGE ._secondary-text.--lh-108{line-height:108px}.ORANGE ._secondary-text.--lh-109{line-height:109px}.ORANGE ._secondary-text.--lh-110{line-height:110px}.ORANGE ._secondary-text.--lh-111{line-height:111px}.ORANGE ._secondary-text.--lh-112{line-height:112px}.ORANGE ._secondary-text.--lh-113{line-height:113px}.ORANGE ._secondary-text.--lh-114{line-height:114px}.ORANGE ._secondary-text.--lh-115{line-height:115px}.ORANGE ._secondary-text.--lh-116{line-height:116px}.ORANGE ._secondary-text.--lh-117{line-height:117px}.ORANGE ._secondary-text.--lh-118{line-height:118px}.ORANGE ._secondary-text.--lh-119{line-height:119px}.ORANGE ._secondary-text.--lh-120{line-height:120px}.ORANGE ._secondary-text.--lh-121{line-height:121px}.ORANGE ._secondary-text.--lh-122{line-height:122px}.ORANGE ._secondary-text.--lh-123{line-height:123px}.ORANGE ._secondary-text.--lh-124{line-height:124px}.ORANGE ._secondary-text.--lh-125{line-height:125px}.ORANGE ._secondary-text.--lh-126{line-height:126px}.ORANGE ._secondary-text.--lh-127{line-height:127px}.ORANGE ._secondary-text.--lh-128{line-height:128px}.ORANGE ._secondary-text.--lh-129{line-height:129px}.ORANGE ._secondary-text.--lh-130{line-height:130px}.ORANGE ._secondary-text.--lh-131{line-height:131px}.ORANGE ._secondary-text.--lh-132{line-height:132px}.ORANGE ._secondary-text.--lh-133{line-height:133px}.ORANGE ._secondary-text.--lh-134{line-height:134px}.ORANGE ._secondary-text.--lh-135{line-height:135px}.ORANGE ._secondary-text.--lh-136{line-height:136px}.ORANGE ._secondary-text.--lh-137{line-height:137px}.ORANGE ._secondary-text.--lh-138{line-height:138px}.ORANGE ._secondary-text.--lh-139{line-height:139px}.ORANGE ._secondary-text.--lh-140{line-height:140px}.ORANGE ._secondary-text.--lh-141{line-height:141px}.ORANGE ._secondary-text.--lh-142{line-height:142px}.ORANGE ._secondary-text.--lh-143{line-height:143px}.ORANGE ._secondary-text.--lh-144{line-height:144px}.ORANGE ._secondary-text.--lh-145{line-height:145px}.ORANGE ._secondary-text.--lh-146{line-height:146px}.ORANGE ._secondary-text.--lh-147{line-height:147px}.ORANGE ._secondary-text.--lh-148{line-height:148px}.ORANGE ._secondary-text.--lh-149{line-height:149px}.ORANGE ._secondary-text.--lh-150{line-height:150px}.ORANGE ._secondary-text.--lh-151{line-height:151px}.ORANGE ._secondary-text.--lh-152{line-height:152px}.ORANGE ._secondary-text.--lh-153{line-height:153px}.ORANGE ._secondary-text.--lh-154{line-height:154px}.ORANGE ._secondary-text.--lh-155{line-height:155px}.ORANGE ._secondary-text.--lh-156{line-height:156px}.ORANGE ._secondary-text.--lh-157{line-height:157px}.ORANGE ._secondary-text.--lh-158{line-height:158px}.ORANGE ._secondary-text.--lh-159{line-height:159px}.ORANGE ._secondary-text.--lh-160{line-height:160px}.ORANGE ._secondary-text.--lh-161{line-height:161px}.ORANGE ._secondary-text.--lh-162{line-height:162px}.ORANGE ._secondary-text.--lh-163{line-height:163px}.ORANGE ._secondary-text.--lh-164{line-height:164px}.ORANGE ._secondary-text.--lh-165{line-height:165px}.ORANGE ._secondary-text.--lh-166{line-height:166px}.ORANGE ._secondary-text.--lh-167{line-height:167px}.ORANGE ._secondary-text.--lh-168{line-height:168px}.ORANGE ._secondary-text.--lh-169{line-height:169px}.ORANGE ._secondary-text.--lh-170{line-height:170px}.ORANGE ._secondary-text.--lh-171{line-height:171px}.ORANGE ._secondary-text.--lh-172{line-height:172px}.ORANGE ._secondary-text.--lh-173{line-height:173px}.ORANGE ._secondary-text.--lh-174{line-height:174px}.ORANGE ._secondary-text.--lh-175{line-height:175px}.ORANGE ._secondary-text.--lh-176{line-height:176px}.ORANGE ._secondary-text.--lh-177{line-height:177px}.ORANGE ._secondary-text.--lh-178{line-height:178px}.ORANGE ._secondary-text.--lh-179{line-height:179px}.ORANGE ._secondary-text.--lh-180{line-height:180px}.ORANGE ._secondary-text.--lh-181{line-height:181px}.ORANGE ._secondary-text.--lh-182{line-height:182px}.ORANGE ._secondary-text.--lh-183{line-height:183px}.ORANGE ._secondary-text.--lh-184{line-height:184px}.ORANGE ._secondary-text.--lh-185{line-height:185px}.ORANGE ._secondary-text.--lh-186{line-height:186px}.ORANGE ._secondary-text.--lh-187{line-height:187px}.ORANGE ._secondary-text.--lh-188{line-height:188px}.ORANGE ._secondary-text.--lh-189{line-height:189px}.ORANGE ._secondary-text.--lh-190{line-height:190px}.ORANGE ._secondary-text.--lh-191{line-height:191px}.ORANGE ._secondary-text.--lh-192{line-height:192px}.ORANGE ._secondary-text.--lh-193{line-height:193px}.ORANGE ._secondary-text.--lh-194{line-height:194px}.ORANGE ._secondary-text.--lh-195{line-height:195px}.ORANGE ._secondary-text.--lh-196{line-height:196px}.ORANGE ._secondary-text.--lh-197{line-height:197px}.ORANGE ._secondary-text.--lh-198{line-height:198px}.ORANGE ._secondary-text.--lh-199{line-height:199px}.ORANGE ._secondary-text.--lh-200{line-height:200px}.ORANGE ._secondary-text.--lh-201{line-height:201px}.ORANGE ._secondary-text.--lh-202{line-height:202px}.ORANGE ._secondary-text.--lh-203{line-height:203px}.ORANGE ._secondary-text.--lh-204{line-height:204px}.ORANGE ._secondary-text.--lh-205{line-height:205px}.ORANGE ._secondary-text.--lh-206{line-height:206px}.ORANGE ._secondary-text.--lh-207{line-height:207px}.ORANGE ._secondary-text.--lh-208{line-height:208px}.ORANGE ._secondary-text.--lh-209{line-height:209px}.ORANGE ._secondary-text.--lh-210{line-height:210px}.ORANGE ._secondary-text.--lh-211{line-height:211px}.ORANGE ._secondary-text.--lh-212{line-height:212px}.ORANGE ._secondary-text.--lh-213{line-height:213px}.ORANGE ._secondary-text.--lh-214{line-height:214px}.ORANGE ._secondary-text.--lh-215{line-height:215px}.ORANGE ._secondary-text.--lh-216{line-height:216px}.ORANGE ._secondary-text.--lh-217{line-height:217px}.ORANGE ._secondary-text.--lh-218{line-height:218px}.ORANGE ._secondary-text.--lh-219{line-height:219px}.ORANGE ._secondary-text.--lh-220{line-height:220px}.ORANGE ._secondary-text.--lh-221{line-height:221px}.ORANGE ._secondary-text.--lh-222{line-height:222px}.ORANGE ._secondary-text.--lh-223{line-height:223px}.ORANGE ._secondary-text.--lh-224{line-height:224px}.ORANGE ._secondary-text.--lh-225{line-height:225px}.ORANGE ._secondary-text.--lh-226{line-height:226px}.ORANGE ._secondary-text.--lh-227{line-height:227px}.ORANGE ._secondary-text.--lh-228{line-height:228px}.ORANGE ._secondary-text.--lh-229{line-height:229px}.ORANGE ._secondary-text.--lh-230{line-height:230px}.ORANGE ._secondary-text.--lh-231{line-height:231px}.ORANGE ._secondary-text.--lh-232{line-height:232px}.ORANGE ._secondary-text.--lh-233{line-height:233px}.ORANGE ._secondary-text.--lh-234{line-height:234px}.ORANGE ._secondary-text.--lh-235{line-height:235px}.ORANGE ._secondary-text.--lh-236{line-height:236px}.ORANGE ._secondary-text.--lh-237{line-height:237px}.ORANGE ._secondary-text.--lh-238{line-height:238px}.ORANGE ._secondary-text.--lh-239{line-height:239px}.ORANGE ._secondary-text.--lh-240{line-height:240px}.ORANGE ._secondary-text.--lh-241{line-height:241px}.ORANGE ._secondary-text.--lh-242{line-height:242px}.ORANGE ._secondary-text.--lh-243{line-height:243px}.ORANGE ._secondary-text.--lh-244{line-height:244px}.ORANGE ._secondary-text.--lh-245{line-height:245px}.ORANGE ._secondary-text.--lh-246{line-height:246px}.ORANGE ._secondary-text.--lh-247{line-height:247px}.ORANGE ._secondary-text.--lh-248{line-height:248px}.ORANGE ._secondary-text.--lh-249{line-height:249px}.ORANGE ._secondary-text.--lh-250{line-height:250px}.ORANGE ._secondary-text.--lh-251{line-height:251px}.ORANGE ._secondary-text.--lh-252{line-height:252px}.ORANGE ._secondary-text.--lh-253{line-height:253px}.ORANGE ._secondary-text.--lh-254{line-height:254px}.ORANGE ._secondary-text.--lh-255{line-height:255px}.ORANGE ._secondary-text.--lh-256{line-height:256px}.ORANGE ._secondary-text.--lh-257{line-height:257px}.ORANGE ._secondary-text.--lh-258{line-height:258px}.ORANGE ._secondary-text.--lh-259{line-height:259px}.ORANGE ._secondary-text.--lh-260{line-height:260px}.ORANGE ._secondary-text.--lh-261{line-height:261px}.ORANGE ._secondary-text.--lh-262{line-height:262px}.ORANGE ._secondary-text.--lh-263{line-height:263px}.ORANGE ._secondary-text.--lh-264{line-height:264px}.ORANGE ._secondary-text.--lh-265{line-height:265px}.ORANGE ._secondary-text.--lh-266{line-height:266px}.ORANGE ._secondary-text.--lh-267{line-height:267px}.ORANGE ._secondary-text.--lh-268{line-height:268px}.ORANGE ._secondary-text.--lh-269{line-height:269px}.ORANGE ._secondary-text.--lh-270{line-height:270px}.ORANGE ._secondary-text.--lh-271{line-height:271px}.ORANGE ._secondary-text.--lh-272{line-height:272px}.ORANGE ._secondary-text.--lh-273{line-height:273px}.ORANGE ._secondary-text.--lh-274{line-height:274px}.ORANGE ._secondary-text.--lh-275{line-height:275px}.ORANGE ._secondary-text.--lh-276{line-height:276px}.ORANGE ._secondary-text.--lh-277{line-height:277px}.ORANGE ._secondary-text.--lh-278{line-height:278px}.ORANGE ._secondary-text.--lh-279{line-height:279px}.ORANGE ._secondary-text.--lh-280{line-height:280px}.ORANGE ._secondary-text.--lh-281{line-height:281px}.ORANGE ._secondary-text.--lh-282{line-height:282px}.ORANGE ._secondary-text.--lh-283{line-height:283px}.ORANGE ._secondary-text.--lh-284{line-height:284px}.ORANGE ._secondary-text.--lh-285{line-height:285px}.ORANGE ._secondary-text.--lh-286{line-height:286px}.ORANGE ._secondary-text.--lh-287{line-height:287px}.ORANGE ._secondary-text.--lh-288{line-height:288px}.ORANGE ._secondary-text.--lh-289{line-height:289px}.ORANGE ._secondary-text.--lh-290{line-height:290px}.ORANGE ._secondary-text.--lh-291{line-height:291px}.ORANGE ._secondary-text.--lh-292{line-height:292px}.ORANGE ._secondary-text.--lh-293{line-height:293px}.ORANGE ._secondary-text.--lh-294{line-height:294px}.ORANGE ._secondary-text.--lh-295{line-height:295px}.ORANGE ._secondary-text.--lh-296{line-height:296px}.ORANGE ._secondary-text.--lh-297{line-height:297px}.ORANGE ._secondary-text.--lh-298{line-height:298px}.ORANGE ._secondary-text.--lh-299{line-height:299px}.ORANGE ._secondary-text.--lh-300{line-height:300px}.ORANGE ._secondary-text.--lh-301{line-height:301px}.ORANGE ._secondary-text.--lh-302{line-height:302px}.ORANGE ._secondary-text.--lh-303{line-height:303px}.ORANGE ._secondary-text.--lh-304{line-height:304px}.ORANGE ._secondary-text.--lh-305{line-height:305px}.ORANGE ._secondary-text.--lh-306{line-height:306px}.ORANGE ._secondary-text.--lh-307{line-height:307px}.ORANGE ._secondary-text.--lh-308{line-height:308px}.ORANGE ._secondary-text.--lh-309{line-height:309px}.ORANGE ._secondary-text.--lh-310{line-height:310px}.ORANGE ._secondary-text.--lh-311{line-height:311px}.ORANGE ._secondary-text.--lh-312{line-height:312px}.ORANGE ._secondary-text.--lh-313{line-height:313px}.ORANGE ._secondary-text.--lh-314{line-height:314px}.ORANGE ._secondary-text.--lh-315{line-height:315px}.ORANGE ._secondary-text.--lh-316{line-height:316px}.ORANGE ._secondary-text.--lh-317{line-height:317px}.ORANGE ._secondary-text.--lh-318{line-height:318px}.ORANGE ._secondary-text.--lh-319{line-height:319px}.ORANGE ._secondary-text.--lh-320{line-height:320px}.ORANGE ._secondary-text.--lh-321{line-height:321px}.ORANGE ._secondary-text.--lh-322{line-height:322px}.ORANGE ._secondary-text.--lh-323{line-height:323px}.ORANGE ._secondary-text.--lh-324{line-height:324px}.ORANGE ._secondary-text.--lh-325{line-height:325px}.ORANGE ._secondary-text.--lh-326{line-height:326px}.ORANGE ._secondary-text.--lh-327{line-height:327px}.ORANGE ._secondary-text.--lh-328{line-height:328px}.ORANGE ._secondary-text.--lh-329{line-height:329px}.ORANGE ._secondary-text.--lh-330{line-height:330px}.ORANGE ._secondary-text.--lh-331{line-height:331px}.ORANGE ._secondary-text.--lh-332{line-height:332px}.ORANGE ._secondary-text.--lh-333{line-height:333px}.ORANGE ._secondary-text.--lh-334{line-height:334px}.ORANGE ._secondary-text.--lh-335{line-height:335px}.ORANGE ._secondary-text.--lh-336{line-height:336px}.ORANGE ._secondary-text.--lh-337{line-height:337px}.ORANGE ._secondary-text.--lh-338{line-height:338px}.ORANGE ._secondary-text.--lh-339{line-height:339px}.ORANGE ._secondary-text.--lh-340{line-height:340px}.ORANGE ._secondary-text.--lh-341{line-height:341px}.ORANGE ._secondary-text.--lh-342{line-height:342px}.ORANGE ._secondary-text.--lh-343{line-height:343px}.ORANGE ._secondary-text.--lh-344{line-height:344px}.ORANGE ._secondary-text.--lh-345{line-height:345px}.ORANGE ._secondary-text.--lh-346{line-height:346px}.ORANGE ._secondary-text.--lh-347{line-height:347px}.ORANGE ._secondary-text.--lh-348{line-height:348px}.ORANGE ._secondary-text.--lh-349{line-height:349px}.ORANGE ._secondary-text.--lh-350{line-height:350px}.ORANGE ._secondary-text.--lh-351{line-height:351px}.ORANGE ._secondary-text.--lh-352{line-height:352px}.ORANGE ._secondary-text.--lh-353{line-height:353px}.ORANGE ._secondary-text.--lh-354{line-height:354px}.ORANGE ._secondary-text.--lh-355{line-height:355px}.ORANGE ._secondary-text.--lh-356{line-height:356px}.ORANGE ._secondary-text.--lh-357{line-height:357px}.ORANGE ._secondary-text.--lh-358{line-height:358px}.ORANGE ._secondary-text.--lh-359{line-height:359px}.ORANGE ._secondary-text.--lh-360{line-height:360px}.ORANGE ._secondary-text.--lh-361{line-height:361px}.ORANGE ._secondary-text.--lh-362{line-height:362px}.ORANGE ._secondary-text.--lh-363{line-height:363px}.ORANGE ._secondary-text.--lh-364{line-height:364px}.ORANGE ._secondary-text.--lh-365{line-height:365px}.ORANGE ._secondary-text.--lh-366{line-height:366px}.ORANGE ._secondary-text.--lh-367{line-height:367px}.ORANGE ._secondary-text.--lh-368{line-height:368px}.ORANGE ._secondary-text.--lh-369{line-height:369px}.ORANGE ._secondary-text.--lh-370{line-height:370px}.ORANGE ._secondary-text.--lh-371{line-height:371px}.ORANGE ._secondary-text.--lh-372{line-height:372px}.ORANGE ._secondary-text.--lh-373{line-height:373px}.ORANGE ._secondary-text.--lh-374{line-height:374px}.ORANGE ._secondary-text.--lh-375{line-height:375px}.ORANGE ._secondary-text.--lh-376{line-height:376px}.ORANGE ._secondary-text.--lh-377{line-height:377px}.ORANGE ._secondary-text.--lh-378{line-height:378px}.ORANGE ._secondary-text.--lh-379{line-height:379px}.ORANGE ._secondary-text.--lh-380{line-height:380px}.ORANGE ._secondary-text.--lh-381{line-height:381px}.ORANGE ._secondary-text.--lh-382{line-height:382px}.ORANGE ._secondary-text.--lh-383{line-height:383px}.ORANGE ._secondary-text.--lh-384{line-height:384px}.ORANGE ._secondary-text.--lh-385{line-height:385px}.ORANGE ._secondary-text.--lh-386{line-height:386px}.ORANGE ._secondary-text.--lh-387{line-height:387px}.ORANGE ._secondary-text.--lh-388{line-height:388px}.ORANGE ._secondary-text.--lh-389{line-height:389px}.ORANGE ._secondary-text.--lh-390{line-height:390px}.ORANGE ._secondary-text.--lh-391{line-height:391px}.ORANGE ._secondary-text.--lh-392{line-height:392px}.ORANGE ._secondary-text.--lh-393{line-height:393px}.ORANGE ._secondary-text.--lh-394{line-height:394px}.ORANGE ._secondary-text.--lh-395{line-height:395px}.ORANGE ._secondary-text.--lh-396{line-height:396px}.ORANGE ._secondary-text.--lh-397{line-height:397px}.ORANGE ._secondary-text.--lh-398{line-height:398px}.ORANGE ._secondary-text.--lh-399{line-height:399px}.ORANGE ._secondary-text.--lh-400{line-height:400px}.ORANGE ._secondary-text.--lh-401{line-height:401px}.ORANGE ._secondary-text.--lh-402{line-height:402px}.ORANGE ._secondary-text.--lh-403{line-height:403px}.ORANGE ._secondary-text.--lh-404{line-height:404px}.ORANGE ._secondary-text.--lh-405{line-height:405px}.ORANGE ._secondary-text.--lh-406{line-height:406px}.ORANGE ._secondary-text.--lh-407{line-height:407px}.ORANGE ._secondary-text.--lh-408{line-height:408px}.ORANGE ._secondary-text.--lh-409{line-height:409px}.ORANGE ._secondary-text.--lh-410{line-height:410px}.ORANGE ._secondary-text.--lh-411{line-height:411px}.ORANGE ._secondary-text.--lh-412{line-height:412px}.ORANGE ._secondary-text.--lh-413{line-height:413px}.ORANGE ._secondary-text.--lh-414{line-height:414px}.ORANGE ._secondary-text.--lh-415{line-height:415px}.ORANGE ._secondary-text.--lh-416{line-height:416px}.ORANGE ._secondary-text.--lh-417{line-height:417px}.ORANGE ._secondary-text.--lh-418{line-height:418px}.ORANGE ._secondary-text.--lh-419{line-height:419px}.ORANGE ._secondary-text.--lh-420{line-height:420px}.ORANGE ._secondary-text.--lh-421{line-height:421px}.ORANGE ._secondary-text.--lh-422{line-height:422px}.ORANGE ._secondary-text.--lh-423{line-height:423px}.ORANGE ._secondary-text.--lh-424{line-height:424px}.ORANGE ._secondary-text.--lh-425{line-height:425px}.ORANGE ._secondary-text.--lh-426{line-height:426px}.ORANGE ._secondary-text.--lh-427{line-height:427px}.ORANGE ._secondary-text.--lh-428{line-height:428px}.ORANGE ._secondary-text.--lh-429{line-height:429px}.ORANGE ._secondary-text.--lh-430{line-height:430px}.ORANGE ._secondary-text.--lh-431{line-height:431px}.ORANGE ._secondary-text.--lh-432{line-height:432px}.ORANGE ._secondary-text.--lh-433{line-height:433px}.ORANGE ._secondary-text.--lh-434{line-height:434px}.ORANGE ._secondary-text.--lh-435{line-height:435px}.ORANGE ._secondary-text.--lh-436{line-height:436px}.ORANGE ._secondary-text.--lh-437{line-height:437px}.ORANGE ._secondary-text.--lh-438{line-height:438px}.ORANGE ._secondary-text.--lh-439{line-height:439px}.ORANGE ._secondary-text.--lh-440{line-height:440px}.ORANGE ._secondary-text.--lh-441{line-height:441px}.ORANGE ._secondary-text.--lh-442{line-height:442px}.ORANGE ._secondary-text.--lh-443{line-height:443px}.ORANGE ._secondary-text.--lh-444{line-height:444px}.ORANGE ._secondary-text.--lh-445{line-height:445px}.ORANGE ._secondary-text.--lh-446{line-height:446px}.ORANGE ._secondary-text.--lh-447{line-height:447px}.ORANGE ._secondary-text.--lh-448{line-height:448px}.ORANGE ._secondary-text.--lh-449{line-height:449px}.ORANGE ._secondary-text.--lh-450{line-height:450px}.ORANGE ._secondary-text.--lh-451{line-height:451px}.ORANGE ._secondary-text.--lh-452{line-height:452px}.ORANGE ._secondary-text.--lh-453{line-height:453px}.ORANGE ._secondary-text.--lh-454{line-height:454px}.ORANGE ._secondary-text.--lh-455{line-height:455px}.ORANGE ._secondary-text.--lh-456{line-height:456px}.ORANGE ._secondary-text.--lh-457{line-height:457px}.ORANGE ._secondary-text.--lh-458{line-height:458px}.ORANGE ._secondary-text.--lh-459{line-height:459px}.ORANGE ._secondary-text.--lh-460{line-height:460px}.ORANGE ._secondary-text.--lh-461{line-height:461px}.ORANGE ._secondary-text.--lh-462{line-height:462px}.ORANGE ._secondary-text.--lh-463{line-height:463px}.ORANGE ._secondary-text.--lh-464{line-height:464px}.ORANGE ._secondary-text.--lh-465{line-height:465px}.ORANGE ._secondary-text.--lh-466{line-height:466px}.ORANGE ._secondary-text.--lh-467{line-height:467px}.ORANGE ._secondary-text.--lh-468{line-height:468px}.ORANGE ._secondary-text.--lh-469{line-height:469px}.ORANGE ._secondary-text.--lh-470{line-height:470px}.ORANGE ._secondary-text.--lh-471{line-height:471px}.ORANGE ._secondary-text.--lh-472{line-height:472px}.ORANGE ._secondary-text.--lh-473{line-height:473px}.ORANGE ._secondary-text.--lh-474{line-height:474px}.ORANGE ._secondary-text.--lh-475{line-height:475px}.ORANGE ._secondary-text.--lh-476{line-height:476px}.ORANGE ._secondary-text.--lh-477{line-height:477px}.ORANGE ._secondary-text.--lh-478{line-height:478px}.ORANGE ._secondary-text.--lh-479{line-height:479px}.ORANGE ._secondary-text.--lh-480{line-height:480px}.ORANGE ._secondary-text.--lh-481{line-height:481px}.ORANGE ._secondary-text.--lh-482{line-height:482px}.ORANGE ._secondary-text.--lh-483{line-height:483px}.ORANGE ._secondary-text.--lh-484{line-height:484px}.ORANGE ._secondary-text.--lh-485{line-height:485px}.ORANGE ._secondary-text.--lh-486{line-height:486px}.ORANGE ._secondary-text.--lh-487{line-height:487px}.ORANGE ._secondary-text.--lh-488{line-height:488px}.ORANGE ._secondary-text.--lh-489{line-height:489px}.ORANGE ._secondary-text.--lh-490{line-height:490px}.ORANGE ._secondary-text.--lh-491{line-height:491px}.ORANGE ._secondary-text.--lh-492{line-height:492px}.ORANGE ._secondary-text.--lh-493{line-height:493px}.ORANGE ._secondary-text.--lh-494{line-height:494px}.ORANGE ._secondary-text.--lh-495{line-height:495px}.ORANGE ._secondary-text.--lh-496{line-height:496px}.ORANGE ._secondary-text.--lh-497{line-height:497px}.ORANGE ._secondary-text.--lh-498{line-height:498px}.ORANGE ._secondary-text.--lh-499{line-height:499px}.ORANGE ._secondary-text.--lh-500{line-height:500px}.ORANGE ._secondary-text.--lh-501{line-height:501px}.ORANGE ._secondary-text.--lh-502{line-height:502px}.ORANGE ._secondary-text.--lh-503{line-height:503px}.ORANGE ._secondary-text.--lh-504{line-height:504px}.ORANGE ._secondary-text.--lh-505{line-height:505px}.ORANGE ._secondary-text.--lh-506{line-height:506px}.ORANGE ._secondary-text.--lh-507{line-height:507px}.ORANGE ._secondary-text.--lh-508{line-height:508px}.ORANGE ._secondary-text.--lh-509{line-height:509px}.ORANGE ._secondary-text.--lh-510{line-height:510px}.ORANGE ._secondary-text.--lh-511{line-height:511px}.ORANGE ._secondary-text.--lh-512{line-height:512px}.ORANGE ._secondary-text.--lh-513{line-height:513px}.ORANGE ._secondary-text.--lh-514{line-height:514px}.ORANGE ._secondary-text.--lh-515{line-height:515px}.ORANGE ._secondary-text.--lh-516{line-height:516px}.ORANGE ._secondary-text.--lh-517{line-height:517px}.ORANGE ._secondary-text.--lh-518{line-height:518px}.ORANGE ._secondary-text.--lh-519{line-height:519px}.ORANGE ._secondary-text.--lh-520{line-height:520px}.ORANGE ._secondary-text.--lh-521{line-height:521px}.ORANGE ._secondary-text.--lh-522{line-height:522px}.ORANGE ._secondary-text.--lh-523{line-height:523px}.ORANGE ._secondary-text.--lh-524{line-height:524px}.ORANGE ._secondary-text.--lh-525{line-height:525px}.ORANGE ._secondary-text.--lh-526{line-height:526px}.ORANGE ._secondary-text.--lh-527{line-height:527px}.ORANGE ._secondary-text.--lh-528{line-height:528px}.ORANGE ._secondary-text.--lh-529{line-height:529px}.ORANGE ._secondary-text.--lh-530{line-height:530px}.ORANGE ._secondary-text.--lh-531{line-height:531px}.ORANGE ._secondary-text.--lh-532{line-height:532px}.ORANGE ._secondary-text.--lh-533{line-height:533px}.ORANGE ._secondary-text.--lh-534{line-height:534px}.ORANGE ._secondary-text.--lh-535{line-height:535px}.ORANGE ._secondary-text.--lh-536{line-height:536px}.ORANGE ._secondary-text.--lh-537{line-height:537px}.ORANGE ._secondary-text.--lh-538{line-height:538px}.ORANGE ._secondary-text.--lh-539{line-height:539px}.ORANGE ._secondary-text.--lh-540{line-height:540px}.ORANGE ._secondary-text.--lh-541{line-height:541px}.ORANGE ._secondary-text.--lh-542{line-height:542px}.ORANGE ._secondary-text.--lh-543{line-height:543px}.ORANGE ._secondary-text.--lh-544{line-height:544px}.ORANGE ._secondary-text.--lh-545{line-height:545px}.ORANGE ._secondary-text.--lh-546{line-height:546px}.ORANGE ._secondary-text.--lh-547{line-height:547px}.ORANGE ._secondary-text.--lh-548{line-height:548px}.ORANGE ._secondary-text.--lh-549{line-height:549px}.ORANGE ._secondary-text.--lh-550{line-height:550px}.ORANGE ._secondary-text.--lh-551{line-height:551px}.ORANGE ._secondary-text.--lh-552{line-height:552px}.ORANGE ._secondary-text.--lh-553{line-height:553px}.ORANGE ._secondary-text.--lh-554{line-height:554px}.ORANGE ._secondary-text.--lh-555{line-height:555px}.ORANGE ._secondary-text.--lh-556{line-height:556px}.ORANGE ._secondary-text.--lh-557{line-height:557px}.ORANGE ._secondary-text.--lh-558{line-height:558px}.ORANGE ._secondary-text.--lh-559{line-height:559px}.ORANGE ._secondary-text.--lh-560{line-height:560px}.ORANGE ._secondary-text.--lh-561{line-height:561px}.ORANGE ._secondary-text.--lh-562{line-height:562px}.ORANGE ._secondary-text.--lh-563{line-height:563px}.ORANGE ._secondary-text.--lh-564{line-height:564px}.ORANGE ._secondary-text.--lh-565{line-height:565px}.ORANGE ._secondary-text.--lh-566{line-height:566px}.ORANGE ._secondary-text.--lh-567{line-height:567px}.ORANGE ._secondary-text.--lh-568{line-height:568px}.ORANGE ._secondary-text.--lh-569{line-height:569px}.ORANGE ._secondary-text.--lh-570{line-height:570px}.ORANGE ._secondary-text.--lh-571{line-height:571px}.ORANGE ._secondary-text.--lh-572{line-height:572px}.ORANGE ._secondary-text.--lh-573{line-height:573px}.ORANGE ._secondary-text.--lh-574{line-height:574px}.ORANGE ._secondary-text.--lh-575{line-height:575px}.ORANGE ._secondary-text.--lh-576{line-height:576px}.ORANGE ._secondary-text.--lh-577{line-height:577px}.ORANGE ._secondary-text.--lh-578{line-height:578px}.ORANGE ._secondary-text.--lh-579{line-height:579px}.ORANGE ._secondary-text.--lh-580{line-height:580px}.ORANGE ._secondary-text.--lh-581{line-height:581px}.ORANGE ._secondary-text.--lh-582{line-height:582px}.ORANGE ._secondary-text.--lh-583{line-height:583px}.ORANGE ._secondary-text.--lh-584{line-height:584px}.ORANGE ._secondary-text.--lh-585{line-height:585px}.ORANGE ._secondary-text.--lh-586{line-height:586px}.ORANGE ._secondary-text.--lh-587{line-height:587px}.ORANGE ._secondary-text.--lh-588{line-height:588px}.ORANGE ._secondary-text.--lh-589{line-height:589px}.ORANGE ._secondary-text.--lh-590{line-height:590px}.ORANGE ._secondary-text.--lh-591{line-height:591px}.ORANGE ._secondary-text.--lh-592{line-height:592px}.ORANGE ._secondary-text.--lh-593{line-height:593px}.ORANGE ._secondary-text.--lh-594{line-height:594px}.ORANGE ._secondary-text.--lh-595{line-height:595px}.ORANGE ._secondary-text.--lh-596{line-height:596px}.ORANGE ._secondary-text.--lh-597{line-height:597px}.ORANGE ._secondary-text.--lh-598{line-height:598px}.ORANGE ._secondary-text.--lh-599{line-height:599px}.ORANGE ._secondary-text.--lh-600{line-height:600px}.ORANGE ._secondary-text.--lh-601{line-height:601px}.ORANGE ._secondary-text.--lh-602{line-height:602px}.ORANGE ._secondary-text.--lh-603{line-height:603px}.ORANGE ._secondary-text.--lh-604{line-height:604px}.ORANGE ._secondary-text.--lh-605{line-height:605px}.ORANGE ._secondary-text.--lh-606{line-height:606px}.ORANGE ._secondary-text.--lh-607{line-height:607px}.ORANGE ._secondary-text.--lh-608{line-height:608px}.ORANGE ._secondary-text.--lh-609{line-height:609px}.ORANGE ._secondary-text.--lh-610{line-height:610px}.ORANGE ._secondary-text.--lh-611{line-height:611px}.ORANGE ._secondary-text.--lh-612{line-height:612px}.ORANGE ._secondary-text.--lh-613{line-height:613px}.ORANGE ._secondary-text.--lh-614{line-height:614px}.ORANGE ._secondary-text.--lh-615{line-height:615px}.ORANGE ._secondary-text.--lh-616{line-height:616px}.ORANGE ._secondary-text.--lh-617{line-height:617px}.ORANGE ._secondary-text.--lh-618{line-height:618px}.ORANGE ._secondary-text.--lh-619{line-height:619px}.ORANGE ._secondary-text.--lh-620{line-height:620px}.ORANGE ._secondary-text.--lh-621{line-height:621px}.ORANGE ._secondary-text.--lh-622{line-height:622px}.ORANGE ._secondary-text.--lh-623{line-height:623px}.ORANGE ._secondary-text.--lh-624{line-height:624px}.ORANGE ._secondary-text.--lh-625{line-height:625px}.ORANGE ._secondary-text.--lh-626{line-height:626px}.ORANGE ._secondary-text.--lh-627{line-height:627px}.ORANGE ._secondary-text.--lh-628{line-height:628px}.ORANGE ._secondary-text.--lh-629{line-height:629px}.ORANGE ._secondary-text.--lh-630{line-height:630px}.ORANGE ._secondary-text.--lh-631{line-height:631px}.ORANGE ._secondary-text.--lh-632{line-height:632px}.ORANGE ._secondary-text.--lh-633{line-height:633px}.ORANGE ._secondary-text.--lh-634{line-height:634px}.ORANGE ._secondary-text.--lh-635{line-height:635px}.ORANGE ._secondary-text.--lh-636{line-height:636px}.ORANGE ._secondary-text.--lh-637{line-height:637px}.ORANGE ._secondary-text.--lh-638{line-height:638px}.ORANGE ._secondary-text.--lh-639{line-height:639px}.ORANGE ._secondary-text.--lh-640{line-height:640px}.ORANGE ._secondary-text.--lh-641{line-height:641px}.ORANGE ._secondary-text.--lh-642{line-height:642px}.ORANGE ._secondary-text.--lh-643{line-height:643px}.ORANGE ._secondary-text.--lh-644{line-height:644px}.ORANGE ._secondary-text.--lh-645{line-height:645px}.ORANGE ._secondary-text.--lh-646{line-height:646px}.ORANGE ._secondary-text.--lh-647{line-height:647px}.ORANGE ._secondary-text.--lh-648{line-height:648px}.ORANGE ._secondary-text.--lh-649{line-height:649px}.ORANGE ._secondary-text.--lh-650{line-height:650px}.ORANGE ._secondary-text.--lh-651{line-height:651px}.ORANGE ._secondary-text.--lh-652{line-height:652px}.ORANGE ._secondary-text.--lh-653{line-height:653px}.ORANGE ._secondary-text.--lh-654{line-height:654px}.ORANGE ._secondary-text.--lh-655{line-height:655px}.ORANGE ._secondary-text.--lh-656{line-height:656px}.ORANGE ._secondary-text.--lh-657{line-height:657px}.ORANGE ._secondary-text.--lh-658{line-height:658px}.ORANGE ._secondary-text.--lh-659{line-height:659px}.ORANGE ._secondary-text.--lh-660{line-height:660px}.ORANGE ._secondary-text.--lh-661{line-height:661px}.ORANGE ._secondary-text.--lh-662{line-height:662px}.ORANGE ._secondary-text.--lh-663{line-height:663px}.ORANGE ._secondary-text.--lh-664{line-height:664px}.ORANGE ._secondary-text.--lh-665{line-height:665px}.ORANGE ._secondary-text.--lh-666{line-height:666px}.ORANGE ._secondary-text.--lh-667{line-height:667px}.ORANGE ._secondary-text.--lh-668{line-height:668px}.ORANGE ._secondary-text.--lh-669{line-height:669px}.ORANGE ._secondary-text.--lh-670{line-height:670px}.ORANGE ._secondary-text.--lh-671{line-height:671px}.ORANGE ._secondary-text.--lh-672{line-height:672px}.ORANGE ._secondary-text.--lh-673{line-height:673px}.ORANGE ._secondary-text.--lh-674{line-height:674px}.ORANGE ._secondary-text.--lh-675{line-height:675px}.ORANGE ._secondary-text.--lh-676{line-height:676px}.ORANGE ._secondary-text.--lh-677{line-height:677px}.ORANGE ._secondary-text.--lh-678{line-height:678px}.ORANGE ._secondary-text.--lh-679{line-height:679px}.ORANGE ._secondary-text.--lh-680{line-height:680px}.ORANGE ._secondary-text.--lh-681{line-height:681px}.ORANGE ._secondary-text.--lh-682{line-height:682px}.ORANGE ._secondary-text.--lh-683{line-height:683px}.ORANGE ._secondary-text.--lh-684{line-height:684px}.ORANGE ._secondary-text.--lh-685{line-height:685px}.ORANGE ._secondary-text.--lh-686{line-height:686px}.ORANGE ._secondary-text.--lh-687{line-height:687px}.ORANGE ._secondary-text.--lh-688{line-height:688px}.ORANGE ._secondary-text.--lh-689{line-height:689px}.ORANGE ._secondary-text.--lh-690{line-height:690px}.ORANGE ._secondary-text.--lh-691{line-height:691px}.ORANGE ._secondary-text.--lh-692{line-height:692px}.ORANGE ._secondary-text.--lh-693{line-height:693px}.ORANGE ._secondary-text.--lh-694{line-height:694px}.ORANGE ._secondary-text.--lh-695{line-height:695px}.ORANGE ._secondary-text.--lh-696{line-height:696px}.ORANGE ._secondary-text.--lh-697{line-height:697px}.ORANGE ._secondary-text.--lh-698{line-height:698px}.ORANGE ._secondary-text.--lh-699{line-height:699px}.ORANGE ._secondary-text.--lh-700{line-height:700px}.ORANGE ._secondary-text.--lh-701{line-height:701px}.ORANGE ._secondary-text.--lh-702{line-height:702px}.ORANGE ._secondary-text.--lh-703{line-height:703px}.ORANGE ._secondary-text.--lh-704{line-height:704px}.ORANGE ._secondary-text.--lh-705{line-height:705px}.ORANGE ._secondary-text.--lh-706{line-height:706px}.ORANGE ._secondary-text.--lh-707{line-height:707px}.ORANGE ._secondary-text.--lh-708{line-height:708px}.ORANGE ._secondary-text.--lh-709{line-height:709px}.ORANGE ._secondary-text.--lh-710{line-height:710px}.ORANGE ._secondary-text.--lh-711{line-height:711px}.ORANGE ._secondary-text.--lh-712{line-height:712px}.ORANGE ._secondary-text.--lh-713{line-height:713px}.ORANGE ._secondary-text.--lh-714{line-height:714px}.ORANGE ._secondary-text.--lh-715{line-height:715px}.ORANGE ._secondary-text.--lh-716{line-height:716px}.ORANGE ._secondary-text.--lh-717{line-height:717px}.ORANGE ._secondary-text.--lh-718{line-height:718px}.ORANGE ._secondary-text.--lh-719{line-height:719px}.ORANGE ._secondary-text.--lh-720{line-height:720px}.ORANGE ._secondary-text.--lh-721{line-height:721px}.ORANGE ._secondary-text.--lh-722{line-height:722px}.ORANGE ._secondary-text.--lh-723{line-height:723px}.ORANGE ._secondary-text.--lh-724{line-height:724px}.ORANGE ._secondary-text.--lh-725{line-height:725px}.ORANGE ._secondary-text.--lh-726{line-height:726px}.ORANGE ._secondary-text.--lh-727{line-height:727px}.ORANGE ._secondary-text.--lh-728{line-height:728px}.ORANGE ._secondary-text.--lh-729{line-height:729px}.ORANGE ._secondary-text.--lh-730{line-height:730px}.ORANGE ._secondary-text.--lh-731{line-height:731px}.ORANGE ._secondary-text.--lh-732{line-height:732px}.ORANGE ._secondary-text.--lh-733{line-height:733px}.ORANGE ._secondary-text.--lh-734{line-height:734px}.ORANGE ._secondary-text.--lh-735{line-height:735px}.ORANGE ._secondary-text.--lh-736{line-height:736px}.ORANGE ._secondary-text.--lh-737{line-height:737px}.ORANGE ._secondary-text.--lh-738{line-height:738px}.ORANGE ._secondary-text.--lh-739{line-height:739px}.ORANGE ._secondary-text.--lh-740{line-height:740px}.ORANGE ._secondary-text.--lh-741{line-height:741px}.ORANGE ._secondary-text.--lh-742{line-height:742px}.ORANGE ._secondary-text.--lh-743{line-height:743px}.ORANGE ._secondary-text.--lh-744{line-height:744px}.ORANGE ._secondary-text.--lh-745{line-height:745px}.ORANGE ._secondary-text.--lh-746{line-height:746px}.ORANGE ._secondary-text.--lh-747{line-height:747px}.ORANGE ._secondary-text.--lh-748{line-height:748px}.ORANGE ._secondary-text.--lh-749{line-height:749px}.ORANGE ._secondary-text.--lh-750{line-height:750px}.ORANGE ._secondary-text.--lh-751{line-height:751px}.ORANGE ._secondary-text.--lh-752{line-height:752px}.ORANGE ._secondary-text.--lh-753{line-height:753px}.ORANGE ._secondary-text.--lh-754{line-height:754px}.ORANGE ._secondary-text.--lh-755{line-height:755px}.ORANGE ._secondary-text.--lh-756{line-height:756px}.ORANGE ._secondary-text.--lh-757{line-height:757px}.ORANGE ._secondary-text.--lh-758{line-height:758px}.ORANGE ._secondary-text.--lh-759{line-height:759px}.ORANGE ._secondary-text.--lh-760{line-height:760px}.ORANGE ._secondary-text.--lh-761{line-height:761px}.ORANGE ._secondary-text.--lh-762{line-height:762px}.ORANGE ._secondary-text.--lh-763{line-height:763px}.ORANGE ._secondary-text.--lh-764{line-height:764px}.ORANGE ._secondary-text.--lh-765{line-height:765px}.ORANGE ._secondary-text.--lh-766{line-height:766px}.ORANGE ._secondary-text.--lh-767{line-height:767px}.ORANGE ._secondary-text.--lh-768{line-height:768px}.ORANGE ._secondary-text.--lh-769{line-height:769px}.ORANGE ._secondary-text.--lh-770{line-height:770px}.ORANGE ._secondary-text.--lh-771{line-height:771px}.ORANGE ._secondary-text.--lh-772{line-height:772px}.ORANGE ._secondary-text.--lh-773{line-height:773px}.ORANGE ._secondary-text.--lh-774{line-height:774px}.ORANGE ._secondary-text.--lh-775{line-height:775px}.ORANGE ._secondary-text.--lh-776{line-height:776px}.ORANGE ._secondary-text.--lh-777{line-height:777px}.ORANGE ._secondary-text.--lh-778{line-height:778px}.ORANGE ._secondary-text.--lh-779{line-height:779px}.ORANGE ._secondary-text.--lh-780{line-height:780px}.ORANGE ._secondary-text.--lh-781{line-height:781px}.ORANGE ._secondary-text.--lh-782{line-height:782px}.ORANGE ._secondary-text.--lh-783{line-height:783px}.ORANGE ._secondary-text.--lh-784{line-height:784px}.ORANGE ._secondary-text.--lh-785{line-height:785px}.ORANGE ._secondary-text.--lh-786{line-height:786px}.ORANGE ._secondary-text.--lh-787{line-height:787px}.ORANGE ._secondary-text.--lh-788{line-height:788px}.ORANGE ._secondary-text.--lh-789{line-height:789px}.ORANGE ._secondary-text.--lh-790{line-height:790px}.ORANGE ._secondary-text.--lh-791{line-height:791px}.ORANGE ._secondary-text.--lh-792{line-height:792px}.ORANGE ._secondary-text.--lh-793{line-height:793px}.ORANGE ._secondary-text.--lh-794{line-height:794px}.ORANGE ._secondary-text.--lh-795{line-height:795px}.ORANGE ._secondary-text.--lh-796{line-height:796px}.ORANGE ._secondary-text.--lh-797{line-height:797px}.ORANGE ._secondary-text.--lh-798{line-height:798px}.ORANGE ._secondary-text.--lh-799{line-height:799px}.ORANGE ._secondary-text.--lh-800{line-height:800px}.ORANGE ._gradient-text{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:14px;font-weight:600}.ORANGE ._tertiary-text{color:var(--tertiary);font-family:Poppins}.ORANGE ._tertiary-text.--size-5{font-size:5px}.ORANGE ._tertiary-text.--size-6{font-size:6px}.ORANGE ._tertiary-text.--size-7{font-size:7px}.ORANGE ._tertiary-text.--size-8{font-size:8px}.ORANGE ._tertiary-text.--size-9{font-size:9px}.ORANGE ._tertiary-text.--size-10{font-size:10px}.ORANGE ._tertiary-text.--size-11{font-size:11px}.ORANGE ._tertiary-text.--size-12{font-size:12px}.ORANGE ._tertiary-text.--size-13{font-size:13px}.ORANGE ._tertiary-text.--size-14{font-size:14px}.ORANGE ._tertiary-text.--size-15{font-size:15px}.ORANGE ._tertiary-text.--size-16{font-size:16px}.ORANGE ._tertiary-text.--size-17{font-size:17px}.ORANGE ._tertiary-text.--size-18{font-size:18px}.ORANGE ._tertiary-text.--size-19{font-size:19px}.ORANGE ._tertiary-text.--size-20{font-size:20px}.ORANGE ._tertiary-text.--size-21{font-size:21px}.ORANGE ._tertiary-text.--size-22{font-size:22px}.ORANGE ._tertiary-text.--size-23{font-size:23px}.ORANGE ._tertiary-text.--size-24{font-size:24px}.ORANGE ._tertiary-text.--size-25{font-size:25px}.ORANGE ._tertiary-text.--size-26{font-size:26px}.ORANGE ._tertiary-text.--size-27{font-size:27px}.ORANGE ._tertiary-text.--size-28{font-size:28px}.ORANGE ._tertiary-text.--size-29{font-size:29px}.ORANGE ._tertiary-text.--size-30{font-size:30px}.ORANGE ._tertiary-text.--size-31{font-size:31px}.ORANGE ._tertiary-text.--size-32{font-size:32px}.ORANGE ._tertiary-text.--size-33{font-size:33px}.ORANGE ._tertiary-text.--size-34{font-size:34px}.ORANGE ._tertiary-text.--size-35{font-size:35px}.ORANGE ._tertiary-text.--size-36{font-size:36px}.ORANGE ._tertiary-text.--size-37{font-size:37px}.ORANGE ._tertiary-text.--size-38{font-size:38px}.ORANGE ._tertiary-text.--size-39{font-size:39px}.ORANGE ._tertiary-text.--size-40{font-size:40px}.ORANGE ._tertiary-text.--size-41{font-size:41px}.ORANGE ._tertiary-text.--size-42{font-size:42px}.ORANGE ._tertiary-text.--size-43{font-size:43px}.ORANGE ._tertiary-text.--size-44{font-size:44px}.ORANGE ._tertiary-text.--size-45{font-size:45px}.ORANGE ._tertiary-text.--size-46{font-size:46px}.ORANGE ._tertiary-text.--size-47{font-size:47px}.ORANGE ._tertiary-text.--size-48{font-size:48px}.ORANGE ._tertiary-text.--size-49{font-size:49px}.ORANGE ._tertiary-text.--size-50{font-size:50px}.ORANGE ._tertiary-text.--size-51{font-size:51px}.ORANGE ._tertiary-text.--size-52{font-size:52px}.ORANGE ._tertiary-text.--size-53{font-size:53px}.ORANGE ._tertiary-text.--size-54{font-size:54px}.ORANGE ._tertiary-text.--size-55{font-size:55px}.ORANGE ._tertiary-text.--size-56{font-size:56px}.ORANGE ._tertiary-text.--size-57{font-size:57px}.ORANGE ._tertiary-text.--size-58{font-size:58px}.ORANGE ._tertiary-text.--size-59{font-size:59px}.ORANGE ._tertiary-text.--size-60{font-size:60px}.ORANGE ._tertiary-text.--size-61{font-size:61px}.ORANGE ._tertiary-text.--size-62{font-size:62px}.ORANGE ._tertiary-text.--size-63{font-size:63px}.ORANGE ._tertiary-text.--size-64{font-size:64px}.ORANGE ._tertiary-text.--size-65{font-size:65px}.ORANGE ._tertiary-text.--size-66{font-size:66px}.ORANGE ._tertiary-text.--size-67{font-size:67px}.ORANGE ._tertiary-text.--size-68{font-size:68px}.ORANGE ._tertiary-text.--size-69{font-size:69px}.ORANGE ._tertiary-text.--size-70{font-size:70px}.ORANGE ._tertiary-text.--size-71{font-size:71px}.ORANGE ._tertiary-text.--size-72{font-size:72px}.ORANGE ._tertiary-text.--size-73{font-size:73px}.ORANGE ._tertiary-text.--size-74{font-size:74px}.ORANGE ._tertiary-text.--size-75{font-size:75px}.ORANGE ._tertiary-text.--size-76{font-size:76px}.ORANGE ._tertiary-text.--size-77{font-size:77px}.ORANGE ._tertiary-text.--size-78{font-size:78px}.ORANGE ._tertiary-text.--size-79{font-size:79px}.ORANGE ._tertiary-text.--size-80{font-size:80px}.ORANGE ._tertiary-text.--size-81{font-size:81px}.ORANGE ._tertiary-text.--size-82{font-size:82px}.ORANGE ._tertiary-text.--size-83{font-size:83px}.ORANGE ._tertiary-text.--size-84{font-size:84px}.ORANGE ._tertiary-text.--size-85{font-size:85px}.ORANGE ._tertiary-text.--size-86{font-size:86px}.ORANGE ._tertiary-text.--size-87{font-size:87px}.ORANGE ._tertiary-text.--size-88{font-size:88px}.ORANGE ._tertiary-text.--size-89{font-size:89px}.ORANGE ._tertiary-text.--size-90{font-size:90px}.ORANGE ._tertiary-text.--size-91{font-size:91px}.ORANGE ._tertiary-text.--size-92{font-size:92px}.ORANGE ._tertiary-text.--size-93{font-size:93px}.ORANGE ._tertiary-text.--size-94{font-size:94px}.ORANGE ._tertiary-text.--size-95{font-size:95px}.ORANGE ._tertiary-text.--size-96{font-size:96px}.ORANGE ._tertiary-text.--size-97{font-size:97px}.ORANGE ._tertiary-text.--size-98{font-size:98px}.ORANGE ._tertiary-text.--size-99{font-size:99px}.ORANGE ._tertiary-text.--size-100{font-size:100px}.ORANGE ._tertiary-text.--weight-100{font-weight:100}.ORANGE ._tertiary-text.--weight-101{font-weight:101}.ORANGE ._tertiary-text.--weight-102{font-weight:102}.ORANGE ._tertiary-text.--weight-103{font-weight:103}.ORANGE ._tertiary-text.--weight-104{font-weight:104}.ORANGE ._tertiary-text.--weight-105{font-weight:105}.ORANGE ._tertiary-text.--weight-106{font-weight:106}.ORANGE ._tertiary-text.--weight-107{font-weight:107}.ORANGE ._tertiary-text.--weight-108{font-weight:108}.ORANGE ._tertiary-text.--weight-109{font-weight:109}.ORANGE ._tertiary-text.--weight-110{font-weight:110}.ORANGE ._tertiary-text.--weight-111{font-weight:111}.ORANGE ._tertiary-text.--weight-112{font-weight:112}.ORANGE ._tertiary-text.--weight-113{font-weight:113}.ORANGE ._tertiary-text.--weight-114{font-weight:114}.ORANGE ._tertiary-text.--weight-115{font-weight:115}.ORANGE ._tertiary-text.--weight-116{font-weight:116}.ORANGE ._tertiary-text.--weight-117{font-weight:117}.ORANGE ._tertiary-text.--weight-118{font-weight:118}.ORANGE ._tertiary-text.--weight-119{font-weight:119}.ORANGE ._tertiary-text.--weight-120{font-weight:120}.ORANGE ._tertiary-text.--weight-121{font-weight:121}.ORANGE ._tertiary-text.--weight-122{font-weight:122}.ORANGE ._tertiary-text.--weight-123{font-weight:123}.ORANGE ._tertiary-text.--weight-124{font-weight:124}.ORANGE ._tertiary-text.--weight-125{font-weight:125}.ORANGE ._tertiary-text.--weight-126{font-weight:126}.ORANGE ._tertiary-text.--weight-127{font-weight:127}.ORANGE ._tertiary-text.--weight-128{font-weight:128}.ORANGE ._tertiary-text.--weight-129{font-weight:129}.ORANGE ._tertiary-text.--weight-130{font-weight:130}.ORANGE ._tertiary-text.--weight-131{font-weight:131}.ORANGE ._tertiary-text.--weight-132{font-weight:132}.ORANGE ._tertiary-text.--weight-133{font-weight:133}.ORANGE ._tertiary-text.--weight-134{font-weight:134}.ORANGE ._tertiary-text.--weight-135{font-weight:135}.ORANGE ._tertiary-text.--weight-136{font-weight:136}.ORANGE ._tertiary-text.--weight-137{font-weight:137}.ORANGE ._tertiary-text.--weight-138{font-weight:138}.ORANGE ._tertiary-text.--weight-139{font-weight:139}.ORANGE ._tertiary-text.--weight-140{font-weight:140}.ORANGE ._tertiary-text.--weight-141{font-weight:141}.ORANGE ._tertiary-text.--weight-142{font-weight:142}.ORANGE ._tertiary-text.--weight-143{font-weight:143}.ORANGE ._tertiary-text.--weight-144{font-weight:144}.ORANGE ._tertiary-text.--weight-145{font-weight:145}.ORANGE ._tertiary-text.--weight-146{font-weight:146}.ORANGE ._tertiary-text.--weight-147{font-weight:147}.ORANGE ._tertiary-text.--weight-148{font-weight:148}.ORANGE ._tertiary-text.--weight-149{font-weight:149}.ORANGE ._tertiary-text.--weight-150{font-weight:150}.ORANGE ._tertiary-text.--weight-151{font-weight:151}.ORANGE ._tertiary-text.--weight-152{font-weight:152}.ORANGE ._tertiary-text.--weight-153{font-weight:153}.ORANGE ._tertiary-text.--weight-154{font-weight:154}.ORANGE ._tertiary-text.--weight-155{font-weight:155}.ORANGE ._tertiary-text.--weight-156{font-weight:156}.ORANGE ._tertiary-text.--weight-157{font-weight:157}.ORANGE ._tertiary-text.--weight-158{font-weight:158}.ORANGE ._tertiary-text.--weight-159{font-weight:159}.ORANGE ._tertiary-text.--weight-160{font-weight:160}.ORANGE ._tertiary-text.--weight-161{font-weight:161}.ORANGE ._tertiary-text.--weight-162{font-weight:162}.ORANGE ._tertiary-text.--weight-163{font-weight:163}.ORANGE ._tertiary-text.--weight-164{font-weight:164}.ORANGE ._tertiary-text.--weight-165{font-weight:165}.ORANGE ._tertiary-text.--weight-166{font-weight:166}.ORANGE ._tertiary-text.--weight-167{font-weight:167}.ORANGE ._tertiary-text.--weight-168{font-weight:168}.ORANGE ._tertiary-text.--weight-169{font-weight:169}.ORANGE ._tertiary-text.--weight-170{font-weight:170}.ORANGE ._tertiary-text.--weight-171{font-weight:171}.ORANGE ._tertiary-text.--weight-172{font-weight:172}.ORANGE ._tertiary-text.--weight-173{font-weight:173}.ORANGE ._tertiary-text.--weight-174{font-weight:174}.ORANGE ._tertiary-text.--weight-175{font-weight:175}.ORANGE ._tertiary-text.--weight-176{font-weight:176}.ORANGE ._tertiary-text.--weight-177{font-weight:177}.ORANGE ._tertiary-text.--weight-178{font-weight:178}.ORANGE ._tertiary-text.--weight-179{font-weight:179}.ORANGE ._tertiary-text.--weight-180{font-weight:180}.ORANGE ._tertiary-text.--weight-181{font-weight:181}.ORANGE ._tertiary-text.--weight-182{font-weight:182}.ORANGE ._tertiary-text.--weight-183{font-weight:183}.ORANGE ._tertiary-text.--weight-184{font-weight:184}.ORANGE ._tertiary-text.--weight-185{font-weight:185}.ORANGE ._tertiary-text.--weight-186{font-weight:186}.ORANGE ._tertiary-text.--weight-187{font-weight:187}.ORANGE ._tertiary-text.--weight-188{font-weight:188}.ORANGE ._tertiary-text.--weight-189{font-weight:189}.ORANGE ._tertiary-text.--weight-190{font-weight:190}.ORANGE ._tertiary-text.--weight-191{font-weight:191}.ORANGE ._tertiary-text.--weight-192{font-weight:192}.ORANGE ._tertiary-text.--weight-193{font-weight:193}.ORANGE ._tertiary-text.--weight-194{font-weight:194}.ORANGE ._tertiary-text.--weight-195{font-weight:195}.ORANGE ._tertiary-text.--weight-196{font-weight:196}.ORANGE ._tertiary-text.--weight-197{font-weight:197}.ORANGE ._tertiary-text.--weight-198{font-weight:198}.ORANGE ._tertiary-text.--weight-199{font-weight:199}.ORANGE ._tertiary-text.--weight-200{font-weight:200}.ORANGE ._tertiary-text.--weight-201{font-weight:201}.ORANGE ._tertiary-text.--weight-202{font-weight:202}.ORANGE ._tertiary-text.--weight-203{font-weight:203}.ORANGE ._tertiary-text.--weight-204{font-weight:204}.ORANGE ._tertiary-text.--weight-205{font-weight:205}.ORANGE ._tertiary-text.--weight-206{font-weight:206}.ORANGE ._tertiary-text.--weight-207{font-weight:207}.ORANGE ._tertiary-text.--weight-208{font-weight:208}.ORANGE ._tertiary-text.--weight-209{font-weight:209}.ORANGE ._tertiary-text.--weight-210{font-weight:210}.ORANGE ._tertiary-text.--weight-211{font-weight:211}.ORANGE ._tertiary-text.--weight-212{font-weight:212}.ORANGE ._tertiary-text.--weight-213{font-weight:213}.ORANGE ._tertiary-text.--weight-214{font-weight:214}.ORANGE ._tertiary-text.--weight-215{font-weight:215}.ORANGE ._tertiary-text.--weight-216{font-weight:216}.ORANGE ._tertiary-text.--weight-217{font-weight:217}.ORANGE ._tertiary-text.--weight-218{font-weight:218}.ORANGE ._tertiary-text.--weight-219{font-weight:219}.ORANGE ._tertiary-text.--weight-220{font-weight:220}.ORANGE ._tertiary-text.--weight-221{font-weight:221}.ORANGE ._tertiary-text.--weight-222{font-weight:222}.ORANGE ._tertiary-text.--weight-223{font-weight:223}.ORANGE ._tertiary-text.--weight-224{font-weight:224}.ORANGE ._tertiary-text.--weight-225{font-weight:225}.ORANGE ._tertiary-text.--weight-226{font-weight:226}.ORANGE ._tertiary-text.--weight-227{font-weight:227}.ORANGE ._tertiary-text.--weight-228{font-weight:228}.ORANGE ._tertiary-text.--weight-229{font-weight:229}.ORANGE ._tertiary-text.--weight-230{font-weight:230}.ORANGE ._tertiary-text.--weight-231{font-weight:231}.ORANGE ._tertiary-text.--weight-232{font-weight:232}.ORANGE ._tertiary-text.--weight-233{font-weight:233}.ORANGE ._tertiary-text.--weight-234{font-weight:234}.ORANGE ._tertiary-text.--weight-235{font-weight:235}.ORANGE ._tertiary-text.--weight-236{font-weight:236}.ORANGE ._tertiary-text.--weight-237{font-weight:237}.ORANGE ._tertiary-text.--weight-238{font-weight:238}.ORANGE ._tertiary-text.--weight-239{font-weight:239}.ORANGE ._tertiary-text.--weight-240{font-weight:240}.ORANGE ._tertiary-text.--weight-241{font-weight:241}.ORANGE ._tertiary-text.--weight-242{font-weight:242}.ORANGE ._tertiary-text.--weight-243{font-weight:243}.ORANGE ._tertiary-text.--weight-244{font-weight:244}.ORANGE ._tertiary-text.--weight-245{font-weight:245}.ORANGE ._tertiary-text.--weight-246{font-weight:246}.ORANGE ._tertiary-text.--weight-247{font-weight:247}.ORANGE ._tertiary-text.--weight-248{font-weight:248}.ORANGE ._tertiary-text.--weight-249{font-weight:249}.ORANGE ._tertiary-text.--weight-250{font-weight:250}.ORANGE ._tertiary-text.--weight-251{font-weight:251}.ORANGE ._tertiary-text.--weight-252{font-weight:252}.ORANGE ._tertiary-text.--weight-253{font-weight:253}.ORANGE ._tertiary-text.--weight-254{font-weight:254}.ORANGE ._tertiary-text.--weight-255{font-weight:255}.ORANGE ._tertiary-text.--weight-256{font-weight:256}.ORANGE ._tertiary-text.--weight-257{font-weight:257}.ORANGE ._tertiary-text.--weight-258{font-weight:258}.ORANGE ._tertiary-text.--weight-259{font-weight:259}.ORANGE ._tertiary-text.--weight-260{font-weight:260}.ORANGE ._tertiary-text.--weight-261{font-weight:261}.ORANGE ._tertiary-text.--weight-262{font-weight:262}.ORANGE ._tertiary-text.--weight-263{font-weight:263}.ORANGE ._tertiary-text.--weight-264{font-weight:264}.ORANGE ._tertiary-text.--weight-265{font-weight:265}.ORANGE ._tertiary-text.--weight-266{font-weight:266}.ORANGE ._tertiary-text.--weight-267{font-weight:267}.ORANGE ._tertiary-text.--weight-268{font-weight:268}.ORANGE ._tertiary-text.--weight-269{font-weight:269}.ORANGE ._tertiary-text.--weight-270{font-weight:270}.ORANGE ._tertiary-text.--weight-271{font-weight:271}.ORANGE ._tertiary-text.--weight-272{font-weight:272}.ORANGE ._tertiary-text.--weight-273{font-weight:273}.ORANGE ._tertiary-text.--weight-274{font-weight:274}.ORANGE ._tertiary-text.--weight-275{font-weight:275}.ORANGE ._tertiary-text.--weight-276{font-weight:276}.ORANGE ._tertiary-text.--weight-277{font-weight:277}.ORANGE ._tertiary-text.--weight-278{font-weight:278}.ORANGE ._tertiary-text.--weight-279{font-weight:279}.ORANGE ._tertiary-text.--weight-280{font-weight:280}.ORANGE ._tertiary-text.--weight-281{font-weight:281}.ORANGE ._tertiary-text.--weight-282{font-weight:282}.ORANGE ._tertiary-text.--weight-283{font-weight:283}.ORANGE ._tertiary-text.--weight-284{font-weight:284}.ORANGE ._tertiary-text.--weight-285{font-weight:285}.ORANGE ._tertiary-text.--weight-286{font-weight:286}.ORANGE ._tertiary-text.--weight-287{font-weight:287}.ORANGE ._tertiary-text.--weight-288{font-weight:288}.ORANGE ._tertiary-text.--weight-289{font-weight:289}.ORANGE ._tertiary-text.--weight-290{font-weight:290}.ORANGE ._tertiary-text.--weight-291{font-weight:291}.ORANGE ._tertiary-text.--weight-292{font-weight:292}.ORANGE ._tertiary-text.--weight-293{font-weight:293}.ORANGE ._tertiary-text.--weight-294{font-weight:294}.ORANGE ._tertiary-text.--weight-295{font-weight:295}.ORANGE ._tertiary-text.--weight-296{font-weight:296}.ORANGE ._tertiary-text.--weight-297{font-weight:297}.ORANGE ._tertiary-text.--weight-298{font-weight:298}.ORANGE ._tertiary-text.--weight-299{font-weight:299}.ORANGE ._tertiary-text.--weight-300{font-weight:300}.ORANGE ._tertiary-text.--weight-301{font-weight:301}.ORANGE ._tertiary-text.--weight-302{font-weight:302}.ORANGE ._tertiary-text.--weight-303{font-weight:303}.ORANGE ._tertiary-text.--weight-304{font-weight:304}.ORANGE ._tertiary-text.--weight-305{font-weight:305}.ORANGE ._tertiary-text.--weight-306{font-weight:306}.ORANGE ._tertiary-text.--weight-307{font-weight:307}.ORANGE ._tertiary-text.--weight-308{font-weight:308}.ORANGE ._tertiary-text.--weight-309{font-weight:309}.ORANGE ._tertiary-text.--weight-310{font-weight:310}.ORANGE ._tertiary-text.--weight-311{font-weight:311}.ORANGE ._tertiary-text.--weight-312{font-weight:312}.ORANGE ._tertiary-text.--weight-313{font-weight:313}.ORANGE ._tertiary-text.--weight-314{font-weight:314}.ORANGE ._tertiary-text.--weight-315{font-weight:315}.ORANGE ._tertiary-text.--weight-316{font-weight:316}.ORANGE ._tertiary-text.--weight-317{font-weight:317}.ORANGE ._tertiary-text.--weight-318{font-weight:318}.ORANGE ._tertiary-text.--weight-319{font-weight:319}.ORANGE ._tertiary-text.--weight-320{font-weight:320}.ORANGE ._tertiary-text.--weight-321{font-weight:321}.ORANGE ._tertiary-text.--weight-322{font-weight:322}.ORANGE ._tertiary-text.--weight-323{font-weight:323}.ORANGE ._tertiary-text.--weight-324{font-weight:324}.ORANGE ._tertiary-text.--weight-325{font-weight:325}.ORANGE ._tertiary-text.--weight-326{font-weight:326}.ORANGE ._tertiary-text.--weight-327{font-weight:327}.ORANGE ._tertiary-text.--weight-328{font-weight:328}.ORANGE ._tertiary-text.--weight-329{font-weight:329}.ORANGE ._tertiary-text.--weight-330{font-weight:330}.ORANGE ._tertiary-text.--weight-331{font-weight:331}.ORANGE ._tertiary-text.--weight-332{font-weight:332}.ORANGE ._tertiary-text.--weight-333{font-weight:333}.ORANGE ._tertiary-text.--weight-334{font-weight:334}.ORANGE ._tertiary-text.--weight-335{font-weight:335}.ORANGE ._tertiary-text.--weight-336{font-weight:336}.ORANGE ._tertiary-text.--weight-337{font-weight:337}.ORANGE ._tertiary-text.--weight-338{font-weight:338}.ORANGE ._tertiary-text.--weight-339{font-weight:339}.ORANGE ._tertiary-text.--weight-340{font-weight:340}.ORANGE ._tertiary-text.--weight-341{font-weight:341}.ORANGE ._tertiary-text.--weight-342{font-weight:342}.ORANGE ._tertiary-text.--weight-343{font-weight:343}.ORANGE ._tertiary-text.--weight-344{font-weight:344}.ORANGE ._tertiary-text.--weight-345{font-weight:345}.ORANGE ._tertiary-text.--weight-346{font-weight:346}.ORANGE ._tertiary-text.--weight-347{font-weight:347}.ORANGE ._tertiary-text.--weight-348{font-weight:348}.ORANGE ._tertiary-text.--weight-349{font-weight:349}.ORANGE ._tertiary-text.--weight-350{font-weight:350}.ORANGE ._tertiary-text.--weight-351{font-weight:351}.ORANGE ._tertiary-text.--weight-352{font-weight:352}.ORANGE ._tertiary-text.--weight-353{font-weight:353}.ORANGE ._tertiary-text.--weight-354{font-weight:354}.ORANGE ._tertiary-text.--weight-355{font-weight:355}.ORANGE ._tertiary-text.--weight-356{font-weight:356}.ORANGE ._tertiary-text.--weight-357{font-weight:357}.ORANGE ._tertiary-text.--weight-358{font-weight:358}.ORANGE ._tertiary-text.--weight-359{font-weight:359}.ORANGE ._tertiary-text.--weight-360{font-weight:360}.ORANGE ._tertiary-text.--weight-361{font-weight:361}.ORANGE ._tertiary-text.--weight-362{font-weight:362}.ORANGE ._tertiary-text.--weight-363{font-weight:363}.ORANGE ._tertiary-text.--weight-364{font-weight:364}.ORANGE ._tertiary-text.--weight-365{font-weight:365}.ORANGE ._tertiary-text.--weight-366{font-weight:366}.ORANGE ._tertiary-text.--weight-367{font-weight:367}.ORANGE ._tertiary-text.--weight-368{font-weight:368}.ORANGE ._tertiary-text.--weight-369{font-weight:369}.ORANGE ._tertiary-text.--weight-370{font-weight:370}.ORANGE ._tertiary-text.--weight-371{font-weight:371}.ORANGE ._tertiary-text.--weight-372{font-weight:372}.ORANGE ._tertiary-text.--weight-373{font-weight:373}.ORANGE ._tertiary-text.--weight-374{font-weight:374}.ORANGE ._tertiary-text.--weight-375{font-weight:375}.ORANGE ._tertiary-text.--weight-376{font-weight:376}.ORANGE ._tertiary-text.--weight-377{font-weight:377}.ORANGE ._tertiary-text.--weight-378{font-weight:378}.ORANGE ._tertiary-text.--weight-379{font-weight:379}.ORANGE ._tertiary-text.--weight-380{font-weight:380}.ORANGE ._tertiary-text.--weight-381{font-weight:381}.ORANGE ._tertiary-text.--weight-382{font-weight:382}.ORANGE ._tertiary-text.--weight-383{font-weight:383}.ORANGE ._tertiary-text.--weight-384{font-weight:384}.ORANGE ._tertiary-text.--weight-385{font-weight:385}.ORANGE ._tertiary-text.--weight-386{font-weight:386}.ORANGE ._tertiary-text.--weight-387{font-weight:387}.ORANGE ._tertiary-text.--weight-388{font-weight:388}.ORANGE ._tertiary-text.--weight-389{font-weight:389}.ORANGE ._tertiary-text.--weight-390{font-weight:390}.ORANGE ._tertiary-text.--weight-391{font-weight:391}.ORANGE ._tertiary-text.--weight-392{font-weight:392}.ORANGE ._tertiary-text.--weight-393{font-weight:393}.ORANGE ._tertiary-text.--weight-394{font-weight:394}.ORANGE ._tertiary-text.--weight-395{font-weight:395}.ORANGE ._tertiary-text.--weight-396{font-weight:396}.ORANGE ._tertiary-text.--weight-397{font-weight:397}.ORANGE ._tertiary-text.--weight-398{font-weight:398}.ORANGE ._tertiary-text.--weight-399{font-weight:399}.ORANGE ._tertiary-text.--weight-400{font-weight:400}.ORANGE ._tertiary-text.--weight-401{font-weight:401}.ORANGE ._tertiary-text.--weight-402{font-weight:402}.ORANGE ._tertiary-text.--weight-403{font-weight:403}.ORANGE ._tertiary-text.--weight-404{font-weight:404}.ORANGE ._tertiary-text.--weight-405{font-weight:405}.ORANGE ._tertiary-text.--weight-406{font-weight:406}.ORANGE ._tertiary-text.--weight-407{font-weight:407}.ORANGE ._tertiary-text.--weight-408{font-weight:408}.ORANGE ._tertiary-text.--weight-409{font-weight:409}.ORANGE ._tertiary-text.--weight-410{font-weight:410}.ORANGE ._tertiary-text.--weight-411{font-weight:411}.ORANGE ._tertiary-text.--weight-412{font-weight:412}.ORANGE ._tertiary-text.--weight-413{font-weight:413}.ORANGE ._tertiary-text.--weight-414{font-weight:414}.ORANGE ._tertiary-text.--weight-415{font-weight:415}.ORANGE ._tertiary-text.--weight-416{font-weight:416}.ORANGE ._tertiary-text.--weight-417{font-weight:417}.ORANGE ._tertiary-text.--weight-418{font-weight:418}.ORANGE ._tertiary-text.--weight-419{font-weight:419}.ORANGE ._tertiary-text.--weight-420{font-weight:420}.ORANGE ._tertiary-text.--weight-421{font-weight:421}.ORANGE ._tertiary-text.--weight-422{font-weight:422}.ORANGE ._tertiary-text.--weight-423{font-weight:423}.ORANGE ._tertiary-text.--weight-424{font-weight:424}.ORANGE ._tertiary-text.--weight-425{font-weight:425}.ORANGE ._tertiary-text.--weight-426{font-weight:426}.ORANGE ._tertiary-text.--weight-427{font-weight:427}.ORANGE ._tertiary-text.--weight-428{font-weight:428}.ORANGE ._tertiary-text.--weight-429{font-weight:429}.ORANGE ._tertiary-text.--weight-430{font-weight:430}.ORANGE ._tertiary-text.--weight-431{font-weight:431}.ORANGE ._tertiary-text.--weight-432{font-weight:432}.ORANGE ._tertiary-text.--weight-433{font-weight:433}.ORANGE ._tertiary-text.--weight-434{font-weight:434}.ORANGE ._tertiary-text.--weight-435{font-weight:435}.ORANGE ._tertiary-text.--weight-436{font-weight:436}.ORANGE ._tertiary-text.--weight-437{font-weight:437}.ORANGE ._tertiary-text.--weight-438{font-weight:438}.ORANGE ._tertiary-text.--weight-439{font-weight:439}.ORANGE ._tertiary-text.--weight-440{font-weight:440}.ORANGE ._tertiary-text.--weight-441{font-weight:441}.ORANGE ._tertiary-text.--weight-442{font-weight:442}.ORANGE ._tertiary-text.--weight-443{font-weight:443}.ORANGE ._tertiary-text.--weight-444{font-weight:444}.ORANGE ._tertiary-text.--weight-445{font-weight:445}.ORANGE ._tertiary-text.--weight-446{font-weight:446}.ORANGE ._tertiary-text.--weight-447{font-weight:447}.ORANGE ._tertiary-text.--weight-448{font-weight:448}.ORANGE ._tertiary-text.--weight-449{font-weight:449}.ORANGE ._tertiary-text.--weight-450{font-weight:450}.ORANGE ._tertiary-text.--weight-451{font-weight:451}.ORANGE ._tertiary-text.--weight-452{font-weight:452}.ORANGE ._tertiary-text.--weight-453{font-weight:453}.ORANGE ._tertiary-text.--weight-454{font-weight:454}.ORANGE ._tertiary-text.--weight-455{font-weight:455}.ORANGE ._tertiary-text.--weight-456{font-weight:456}.ORANGE ._tertiary-text.--weight-457{font-weight:457}.ORANGE ._tertiary-text.--weight-458{font-weight:458}.ORANGE ._tertiary-text.--weight-459{font-weight:459}.ORANGE ._tertiary-text.--weight-460{font-weight:460}.ORANGE ._tertiary-text.--weight-461{font-weight:461}.ORANGE ._tertiary-text.--weight-462{font-weight:462}.ORANGE ._tertiary-text.--weight-463{font-weight:463}.ORANGE ._tertiary-text.--weight-464{font-weight:464}.ORANGE ._tertiary-text.--weight-465{font-weight:465}.ORANGE ._tertiary-text.--weight-466{font-weight:466}.ORANGE ._tertiary-text.--weight-467{font-weight:467}.ORANGE ._tertiary-text.--weight-468{font-weight:468}.ORANGE ._tertiary-text.--weight-469{font-weight:469}.ORANGE ._tertiary-text.--weight-470{font-weight:470}.ORANGE ._tertiary-text.--weight-471{font-weight:471}.ORANGE ._tertiary-text.--weight-472{font-weight:472}.ORANGE ._tertiary-text.--weight-473{font-weight:473}.ORANGE ._tertiary-text.--weight-474{font-weight:474}.ORANGE ._tertiary-text.--weight-475{font-weight:475}.ORANGE ._tertiary-text.--weight-476{font-weight:476}.ORANGE ._tertiary-text.--weight-477{font-weight:477}.ORANGE ._tertiary-text.--weight-478{font-weight:478}.ORANGE ._tertiary-text.--weight-479{font-weight:479}.ORANGE ._tertiary-text.--weight-480{font-weight:480}.ORANGE ._tertiary-text.--weight-481{font-weight:481}.ORANGE ._tertiary-text.--weight-482{font-weight:482}.ORANGE ._tertiary-text.--weight-483{font-weight:483}.ORANGE ._tertiary-text.--weight-484{font-weight:484}.ORANGE ._tertiary-text.--weight-485{font-weight:485}.ORANGE ._tertiary-text.--weight-486{font-weight:486}.ORANGE ._tertiary-text.--weight-487{font-weight:487}.ORANGE ._tertiary-text.--weight-488{font-weight:488}.ORANGE ._tertiary-text.--weight-489{font-weight:489}.ORANGE ._tertiary-text.--weight-490{font-weight:490}.ORANGE ._tertiary-text.--weight-491{font-weight:491}.ORANGE ._tertiary-text.--weight-492{font-weight:492}.ORANGE ._tertiary-text.--weight-493{font-weight:493}.ORANGE ._tertiary-text.--weight-494{font-weight:494}.ORANGE ._tertiary-text.--weight-495{font-weight:495}.ORANGE ._tertiary-text.--weight-496{font-weight:496}.ORANGE ._tertiary-text.--weight-497{font-weight:497}.ORANGE ._tertiary-text.--weight-498{font-weight:498}.ORANGE ._tertiary-text.--weight-499{font-weight:499}.ORANGE ._tertiary-text.--weight-500{font-weight:500}.ORANGE ._tertiary-text.--weight-501{font-weight:501}.ORANGE ._tertiary-text.--weight-502{font-weight:502}.ORANGE ._tertiary-text.--weight-503{font-weight:503}.ORANGE ._tertiary-text.--weight-504{font-weight:504}.ORANGE ._tertiary-text.--weight-505{font-weight:505}.ORANGE ._tertiary-text.--weight-506{font-weight:506}.ORANGE ._tertiary-text.--weight-507{font-weight:507}.ORANGE ._tertiary-text.--weight-508{font-weight:508}.ORANGE ._tertiary-text.--weight-509{font-weight:509}.ORANGE ._tertiary-text.--weight-510{font-weight:510}.ORANGE ._tertiary-text.--weight-511{font-weight:511}.ORANGE ._tertiary-text.--weight-512{font-weight:512}.ORANGE ._tertiary-text.--weight-513{font-weight:513}.ORANGE ._tertiary-text.--weight-514{font-weight:514}.ORANGE ._tertiary-text.--weight-515{font-weight:515}.ORANGE ._tertiary-text.--weight-516{font-weight:516}.ORANGE ._tertiary-text.--weight-517{font-weight:517}.ORANGE ._tertiary-text.--weight-518{font-weight:518}.ORANGE ._tertiary-text.--weight-519{font-weight:519}.ORANGE ._tertiary-text.--weight-520{font-weight:520}.ORANGE ._tertiary-text.--weight-521{font-weight:521}.ORANGE ._tertiary-text.--weight-522{font-weight:522}.ORANGE ._tertiary-text.--weight-523{font-weight:523}.ORANGE ._tertiary-text.--weight-524{font-weight:524}.ORANGE ._tertiary-text.--weight-525{font-weight:525}.ORANGE ._tertiary-text.--weight-526{font-weight:526}.ORANGE ._tertiary-text.--weight-527{font-weight:527}.ORANGE ._tertiary-text.--weight-528{font-weight:528}.ORANGE ._tertiary-text.--weight-529{font-weight:529}.ORANGE ._tertiary-text.--weight-530{font-weight:530}.ORANGE ._tertiary-text.--weight-531{font-weight:531}.ORANGE ._tertiary-text.--weight-532{font-weight:532}.ORANGE ._tertiary-text.--weight-533{font-weight:533}.ORANGE ._tertiary-text.--weight-534{font-weight:534}.ORANGE ._tertiary-text.--weight-535{font-weight:535}.ORANGE ._tertiary-text.--weight-536{font-weight:536}.ORANGE ._tertiary-text.--weight-537{font-weight:537}.ORANGE ._tertiary-text.--weight-538{font-weight:538}.ORANGE ._tertiary-text.--weight-539{font-weight:539}.ORANGE ._tertiary-text.--weight-540{font-weight:540}.ORANGE ._tertiary-text.--weight-541{font-weight:541}.ORANGE ._tertiary-text.--weight-542{font-weight:542}.ORANGE ._tertiary-text.--weight-543{font-weight:543}.ORANGE ._tertiary-text.--weight-544{font-weight:544}.ORANGE ._tertiary-text.--weight-545{font-weight:545}.ORANGE ._tertiary-text.--weight-546{font-weight:546}.ORANGE ._tertiary-text.--weight-547{font-weight:547}.ORANGE ._tertiary-text.--weight-548{font-weight:548}.ORANGE ._tertiary-text.--weight-549{font-weight:549}.ORANGE ._tertiary-text.--weight-550{font-weight:550}.ORANGE ._tertiary-text.--weight-551{font-weight:551}.ORANGE ._tertiary-text.--weight-552{font-weight:552}.ORANGE ._tertiary-text.--weight-553{font-weight:553}.ORANGE ._tertiary-text.--weight-554{font-weight:554}.ORANGE ._tertiary-text.--weight-555{font-weight:555}.ORANGE ._tertiary-text.--weight-556{font-weight:556}.ORANGE ._tertiary-text.--weight-557{font-weight:557}.ORANGE ._tertiary-text.--weight-558{font-weight:558}.ORANGE ._tertiary-text.--weight-559{font-weight:559}.ORANGE ._tertiary-text.--weight-560{font-weight:560}.ORANGE ._tertiary-text.--weight-561{font-weight:561}.ORANGE ._tertiary-text.--weight-562{font-weight:562}.ORANGE ._tertiary-text.--weight-563{font-weight:563}.ORANGE ._tertiary-text.--weight-564{font-weight:564}.ORANGE ._tertiary-text.--weight-565{font-weight:565}.ORANGE ._tertiary-text.--weight-566{font-weight:566}.ORANGE ._tertiary-text.--weight-567{font-weight:567}.ORANGE ._tertiary-text.--weight-568{font-weight:568}.ORANGE ._tertiary-text.--weight-569{font-weight:569}.ORANGE ._tertiary-text.--weight-570{font-weight:570}.ORANGE ._tertiary-text.--weight-571{font-weight:571}.ORANGE ._tertiary-text.--weight-572{font-weight:572}.ORANGE ._tertiary-text.--weight-573{font-weight:573}.ORANGE ._tertiary-text.--weight-574{font-weight:574}.ORANGE ._tertiary-text.--weight-575{font-weight:575}.ORANGE ._tertiary-text.--weight-576{font-weight:576}.ORANGE ._tertiary-text.--weight-577{font-weight:577}.ORANGE ._tertiary-text.--weight-578{font-weight:578}.ORANGE ._tertiary-text.--weight-579{font-weight:579}.ORANGE ._tertiary-text.--weight-580{font-weight:580}.ORANGE ._tertiary-text.--weight-581{font-weight:581}.ORANGE ._tertiary-text.--weight-582{font-weight:582}.ORANGE ._tertiary-text.--weight-583{font-weight:583}.ORANGE ._tertiary-text.--weight-584{font-weight:584}.ORANGE ._tertiary-text.--weight-585{font-weight:585}.ORANGE ._tertiary-text.--weight-586{font-weight:586}.ORANGE ._tertiary-text.--weight-587{font-weight:587}.ORANGE ._tertiary-text.--weight-588{font-weight:588}.ORANGE ._tertiary-text.--weight-589{font-weight:589}.ORANGE ._tertiary-text.--weight-590{font-weight:590}.ORANGE ._tertiary-text.--weight-591{font-weight:591}.ORANGE ._tertiary-text.--weight-592{font-weight:592}.ORANGE ._tertiary-text.--weight-593{font-weight:593}.ORANGE ._tertiary-text.--weight-594{font-weight:594}.ORANGE ._tertiary-text.--weight-595{font-weight:595}.ORANGE ._tertiary-text.--weight-596{font-weight:596}.ORANGE ._tertiary-text.--weight-597{font-weight:597}.ORANGE ._tertiary-text.--weight-598{font-weight:598}.ORANGE ._tertiary-text.--weight-599{font-weight:599}.ORANGE ._tertiary-text.--weight-600{font-weight:600}.ORANGE ._tertiary-text.--weight-601{font-weight:601}.ORANGE ._tertiary-text.--weight-602{font-weight:602}.ORANGE ._tertiary-text.--weight-603{font-weight:603}.ORANGE ._tertiary-text.--weight-604{font-weight:604}.ORANGE ._tertiary-text.--weight-605{font-weight:605}.ORANGE ._tertiary-text.--weight-606{font-weight:606}.ORANGE ._tertiary-text.--weight-607{font-weight:607}.ORANGE ._tertiary-text.--weight-608{font-weight:608}.ORANGE ._tertiary-text.--weight-609{font-weight:609}.ORANGE ._tertiary-text.--weight-610{font-weight:610}.ORANGE ._tertiary-text.--weight-611{font-weight:611}.ORANGE ._tertiary-text.--weight-612{font-weight:612}.ORANGE ._tertiary-text.--weight-613{font-weight:613}.ORANGE ._tertiary-text.--weight-614{font-weight:614}.ORANGE ._tertiary-text.--weight-615{font-weight:615}.ORANGE ._tertiary-text.--weight-616{font-weight:616}.ORANGE ._tertiary-text.--weight-617{font-weight:617}.ORANGE ._tertiary-text.--weight-618{font-weight:618}.ORANGE ._tertiary-text.--weight-619{font-weight:619}.ORANGE ._tertiary-text.--weight-620{font-weight:620}.ORANGE ._tertiary-text.--weight-621{font-weight:621}.ORANGE ._tertiary-text.--weight-622{font-weight:622}.ORANGE ._tertiary-text.--weight-623{font-weight:623}.ORANGE ._tertiary-text.--weight-624{font-weight:624}.ORANGE ._tertiary-text.--weight-625{font-weight:625}.ORANGE ._tertiary-text.--weight-626{font-weight:626}.ORANGE ._tertiary-text.--weight-627{font-weight:627}.ORANGE ._tertiary-text.--weight-628{font-weight:628}.ORANGE ._tertiary-text.--weight-629{font-weight:629}.ORANGE ._tertiary-text.--weight-630{font-weight:630}.ORANGE ._tertiary-text.--weight-631{font-weight:631}.ORANGE ._tertiary-text.--weight-632{font-weight:632}.ORANGE ._tertiary-text.--weight-633{font-weight:633}.ORANGE ._tertiary-text.--weight-634{font-weight:634}.ORANGE ._tertiary-text.--weight-635{font-weight:635}.ORANGE ._tertiary-text.--weight-636{font-weight:636}.ORANGE ._tertiary-text.--weight-637{font-weight:637}.ORANGE ._tertiary-text.--weight-638{font-weight:638}.ORANGE ._tertiary-text.--weight-639{font-weight:639}.ORANGE ._tertiary-text.--weight-640{font-weight:640}.ORANGE ._tertiary-text.--weight-641{font-weight:641}.ORANGE ._tertiary-text.--weight-642{font-weight:642}.ORANGE ._tertiary-text.--weight-643{font-weight:643}.ORANGE ._tertiary-text.--weight-644{font-weight:644}.ORANGE ._tertiary-text.--weight-645{font-weight:645}.ORANGE ._tertiary-text.--weight-646{font-weight:646}.ORANGE ._tertiary-text.--weight-647{font-weight:647}.ORANGE ._tertiary-text.--weight-648{font-weight:648}.ORANGE ._tertiary-text.--weight-649{font-weight:649}.ORANGE ._tertiary-text.--weight-650{font-weight:650}.ORANGE ._tertiary-text.--weight-651{font-weight:651}.ORANGE ._tertiary-text.--weight-652{font-weight:652}.ORANGE ._tertiary-text.--weight-653{font-weight:653}.ORANGE ._tertiary-text.--weight-654{font-weight:654}.ORANGE ._tertiary-text.--weight-655{font-weight:655}.ORANGE ._tertiary-text.--weight-656{font-weight:656}.ORANGE ._tertiary-text.--weight-657{font-weight:657}.ORANGE ._tertiary-text.--weight-658{font-weight:658}.ORANGE ._tertiary-text.--weight-659{font-weight:659}.ORANGE ._tertiary-text.--weight-660{font-weight:660}.ORANGE ._tertiary-text.--weight-661{font-weight:661}.ORANGE ._tertiary-text.--weight-662{font-weight:662}.ORANGE ._tertiary-text.--weight-663{font-weight:663}.ORANGE ._tertiary-text.--weight-664{font-weight:664}.ORANGE ._tertiary-text.--weight-665{font-weight:665}.ORANGE ._tertiary-text.--weight-666{font-weight:666}.ORANGE ._tertiary-text.--weight-667{font-weight:667}.ORANGE ._tertiary-text.--weight-668{font-weight:668}.ORANGE ._tertiary-text.--weight-669{font-weight:669}.ORANGE ._tertiary-text.--weight-670{font-weight:670}.ORANGE ._tertiary-text.--weight-671{font-weight:671}.ORANGE ._tertiary-text.--weight-672{font-weight:672}.ORANGE ._tertiary-text.--weight-673{font-weight:673}.ORANGE ._tertiary-text.--weight-674{font-weight:674}.ORANGE ._tertiary-text.--weight-675{font-weight:675}.ORANGE ._tertiary-text.--weight-676{font-weight:676}.ORANGE ._tertiary-text.--weight-677{font-weight:677}.ORANGE ._tertiary-text.--weight-678{font-weight:678}.ORANGE ._tertiary-text.--weight-679{font-weight:679}.ORANGE ._tertiary-text.--weight-680{font-weight:680}.ORANGE ._tertiary-text.--weight-681{font-weight:681}.ORANGE ._tertiary-text.--weight-682{font-weight:682}.ORANGE ._tertiary-text.--weight-683{font-weight:683}.ORANGE ._tertiary-text.--weight-684{font-weight:684}.ORANGE ._tertiary-text.--weight-685{font-weight:685}.ORANGE ._tertiary-text.--weight-686{font-weight:686}.ORANGE ._tertiary-text.--weight-687{font-weight:687}.ORANGE ._tertiary-text.--weight-688{font-weight:688}.ORANGE ._tertiary-text.--weight-689{font-weight:689}.ORANGE ._tertiary-text.--weight-690{font-weight:690}.ORANGE ._tertiary-text.--weight-691{font-weight:691}.ORANGE ._tertiary-text.--weight-692{font-weight:692}.ORANGE ._tertiary-text.--weight-693{font-weight:693}.ORANGE ._tertiary-text.--weight-694{font-weight:694}.ORANGE ._tertiary-text.--weight-695{font-weight:695}.ORANGE ._tertiary-text.--weight-696{font-weight:696}.ORANGE ._tertiary-text.--weight-697{font-weight:697}.ORANGE ._tertiary-text.--weight-698{font-weight:698}.ORANGE ._tertiary-text.--weight-699{font-weight:699}.ORANGE ._tertiary-text.--weight-700{font-weight:700}.ORANGE ._tertiary-text.--weight-701{font-weight:701}.ORANGE ._tertiary-text.--weight-702{font-weight:702}.ORANGE ._tertiary-text.--weight-703{font-weight:703}.ORANGE ._tertiary-text.--weight-704{font-weight:704}.ORANGE ._tertiary-text.--weight-705{font-weight:705}.ORANGE ._tertiary-text.--weight-706{font-weight:706}.ORANGE ._tertiary-text.--weight-707{font-weight:707}.ORANGE ._tertiary-text.--weight-708{font-weight:708}.ORANGE ._tertiary-text.--weight-709{font-weight:709}.ORANGE ._tertiary-text.--weight-710{font-weight:710}.ORANGE ._tertiary-text.--weight-711{font-weight:711}.ORANGE ._tertiary-text.--weight-712{font-weight:712}.ORANGE ._tertiary-text.--weight-713{font-weight:713}.ORANGE ._tertiary-text.--weight-714{font-weight:714}.ORANGE ._tertiary-text.--weight-715{font-weight:715}.ORANGE ._tertiary-text.--weight-716{font-weight:716}.ORANGE ._tertiary-text.--weight-717{font-weight:717}.ORANGE ._tertiary-text.--weight-718{font-weight:718}.ORANGE ._tertiary-text.--weight-719{font-weight:719}.ORANGE ._tertiary-text.--weight-720{font-weight:720}.ORANGE ._tertiary-text.--weight-721{font-weight:721}.ORANGE ._tertiary-text.--weight-722{font-weight:722}.ORANGE ._tertiary-text.--weight-723{font-weight:723}.ORANGE ._tertiary-text.--weight-724{font-weight:724}.ORANGE ._tertiary-text.--weight-725{font-weight:725}.ORANGE ._tertiary-text.--weight-726{font-weight:726}.ORANGE ._tertiary-text.--weight-727{font-weight:727}.ORANGE ._tertiary-text.--weight-728{font-weight:728}.ORANGE ._tertiary-text.--weight-729{font-weight:729}.ORANGE ._tertiary-text.--weight-730{font-weight:730}.ORANGE ._tertiary-text.--weight-731{font-weight:731}.ORANGE ._tertiary-text.--weight-732{font-weight:732}.ORANGE ._tertiary-text.--weight-733{font-weight:733}.ORANGE ._tertiary-text.--weight-734{font-weight:734}.ORANGE ._tertiary-text.--weight-735{font-weight:735}.ORANGE ._tertiary-text.--weight-736{font-weight:736}.ORANGE ._tertiary-text.--weight-737{font-weight:737}.ORANGE ._tertiary-text.--weight-738{font-weight:738}.ORANGE ._tertiary-text.--weight-739{font-weight:739}.ORANGE ._tertiary-text.--weight-740{font-weight:740}.ORANGE ._tertiary-text.--weight-741{font-weight:741}.ORANGE ._tertiary-text.--weight-742{font-weight:742}.ORANGE ._tertiary-text.--weight-743{font-weight:743}.ORANGE ._tertiary-text.--weight-744{font-weight:744}.ORANGE ._tertiary-text.--weight-745{font-weight:745}.ORANGE ._tertiary-text.--weight-746{font-weight:746}.ORANGE ._tertiary-text.--weight-747{font-weight:747}.ORANGE ._tertiary-text.--weight-748{font-weight:748}.ORANGE ._tertiary-text.--weight-749{font-weight:749}.ORANGE ._tertiary-text.--weight-750{font-weight:750}.ORANGE ._tertiary-text.--weight-751{font-weight:751}.ORANGE ._tertiary-text.--weight-752{font-weight:752}.ORANGE ._tertiary-text.--weight-753{font-weight:753}.ORANGE ._tertiary-text.--weight-754{font-weight:754}.ORANGE ._tertiary-text.--weight-755{font-weight:755}.ORANGE ._tertiary-text.--weight-756{font-weight:756}.ORANGE ._tertiary-text.--weight-757{font-weight:757}.ORANGE ._tertiary-text.--weight-758{font-weight:758}.ORANGE ._tertiary-text.--weight-759{font-weight:759}.ORANGE ._tertiary-text.--weight-760{font-weight:760}.ORANGE ._tertiary-text.--weight-761{font-weight:761}.ORANGE ._tertiary-text.--weight-762{font-weight:762}.ORANGE ._tertiary-text.--weight-763{font-weight:763}.ORANGE ._tertiary-text.--weight-764{font-weight:764}.ORANGE ._tertiary-text.--weight-765{font-weight:765}.ORANGE ._tertiary-text.--weight-766{font-weight:766}.ORANGE ._tertiary-text.--weight-767{font-weight:767}.ORANGE ._tertiary-text.--weight-768{font-weight:768}.ORANGE ._tertiary-text.--weight-769{font-weight:769}.ORANGE ._tertiary-text.--weight-770{font-weight:770}.ORANGE ._tertiary-text.--weight-771{font-weight:771}.ORANGE ._tertiary-text.--weight-772{font-weight:772}.ORANGE ._tertiary-text.--weight-773{font-weight:773}.ORANGE ._tertiary-text.--weight-774{font-weight:774}.ORANGE ._tertiary-text.--weight-775{font-weight:775}.ORANGE ._tertiary-text.--weight-776{font-weight:776}.ORANGE ._tertiary-text.--weight-777{font-weight:777}.ORANGE ._tertiary-text.--weight-778{font-weight:778}.ORANGE ._tertiary-text.--weight-779{font-weight:779}.ORANGE ._tertiary-text.--weight-780{font-weight:780}.ORANGE ._tertiary-text.--weight-781{font-weight:781}.ORANGE ._tertiary-text.--weight-782{font-weight:782}.ORANGE ._tertiary-text.--weight-783{font-weight:783}.ORANGE ._tertiary-text.--weight-784{font-weight:784}.ORANGE ._tertiary-text.--weight-785{font-weight:785}.ORANGE ._tertiary-text.--weight-786{font-weight:786}.ORANGE ._tertiary-text.--weight-787{font-weight:787}.ORANGE ._tertiary-text.--weight-788{font-weight:788}.ORANGE ._tertiary-text.--weight-789{font-weight:789}.ORANGE ._tertiary-text.--weight-790{font-weight:790}.ORANGE ._tertiary-text.--weight-791{font-weight:791}.ORANGE ._tertiary-text.--weight-792{font-weight:792}.ORANGE ._tertiary-text.--weight-793{font-weight:793}.ORANGE ._tertiary-text.--weight-794{font-weight:794}.ORANGE ._tertiary-text.--weight-795{font-weight:795}.ORANGE ._tertiary-text.--weight-796{font-weight:796}.ORANGE ._tertiary-text.--weight-797{font-weight:797}.ORANGE ._tertiary-text.--weight-798{font-weight:798}.ORANGE ._tertiary-text.--weight-799{font-weight:799}.ORANGE ._tertiary-text.--weight-800{font-weight:800}.ORANGE ._tertiary-text.--lh-1{line-height:1px}.ORANGE ._tertiary-text.--lh-2{line-height:2px}.ORANGE ._tertiary-text.--lh-3{line-height:3px}.ORANGE ._tertiary-text.--lh-4{line-height:4px}.ORANGE ._tertiary-text.--lh-5{line-height:5px}.ORANGE ._tertiary-text.--lh-6{line-height:6px}.ORANGE ._tertiary-text.--lh-7{line-height:7px}.ORANGE ._tertiary-text.--lh-8{line-height:8px}.ORANGE ._tertiary-text.--lh-9{line-height:9px}.ORANGE ._tertiary-text.--lh-10{line-height:10px}.ORANGE ._tertiary-text.--lh-11{line-height:11px}.ORANGE ._tertiary-text.--lh-12{line-height:12px}.ORANGE ._tertiary-text.--lh-13{line-height:13px}.ORANGE ._tertiary-text.--lh-14{line-height:14px}.ORANGE ._tertiary-text.--lh-15{line-height:15px}.ORANGE ._tertiary-text.--lh-16{line-height:16px}.ORANGE ._tertiary-text.--lh-17{line-height:17px}.ORANGE ._tertiary-text.--lh-18{line-height:18px}.ORANGE ._tertiary-text.--lh-19{line-height:19px}.ORANGE ._tertiary-text.--lh-20{line-height:20px}.ORANGE ._tertiary-text.--lh-21{line-height:21px}.ORANGE ._tertiary-text.--lh-22{line-height:22px}.ORANGE ._tertiary-text.--lh-23{line-height:23px}.ORANGE ._tertiary-text.--lh-24{line-height:24px}.ORANGE ._tertiary-text.--lh-25{line-height:25px}.ORANGE ._tertiary-text.--lh-26{line-height:26px}.ORANGE ._tertiary-text.--lh-27{line-height:27px}.ORANGE ._tertiary-text.--lh-28{line-height:28px}.ORANGE ._tertiary-text.--lh-29{line-height:29px}.ORANGE ._tertiary-text.--lh-30{line-height:30px}.ORANGE ._tertiary-text.--lh-31{line-height:31px}.ORANGE ._tertiary-text.--lh-32{line-height:32px}.ORANGE ._tertiary-text.--lh-33{line-height:33px}.ORANGE ._tertiary-text.--lh-34{line-height:34px}.ORANGE ._tertiary-text.--lh-35{line-height:35px}.ORANGE ._tertiary-text.--lh-36{line-height:36px}.ORANGE ._tertiary-text.--lh-37{line-height:37px}.ORANGE ._tertiary-text.--lh-38{line-height:38px}.ORANGE ._tertiary-text.--lh-39{line-height:39px}.ORANGE ._tertiary-text.--lh-40{line-height:40px}.ORANGE ._tertiary-text.--lh-41{line-height:41px}.ORANGE ._tertiary-text.--lh-42{line-height:42px}.ORANGE ._tertiary-text.--lh-43{line-height:43px}.ORANGE ._tertiary-text.--lh-44{line-height:44px}.ORANGE ._tertiary-text.--lh-45{line-height:45px}.ORANGE ._tertiary-text.--lh-46{line-height:46px}.ORANGE ._tertiary-text.--lh-47{line-height:47px}.ORANGE ._tertiary-text.--lh-48{line-height:48px}.ORANGE ._tertiary-text.--lh-49{line-height:49px}.ORANGE ._tertiary-text.--lh-50{line-height:50px}.ORANGE ._tertiary-text.--lh-51{line-height:51px}.ORANGE ._tertiary-text.--lh-52{line-height:52px}.ORANGE ._tertiary-text.--lh-53{line-height:53px}.ORANGE ._tertiary-text.--lh-54{line-height:54px}.ORANGE ._tertiary-text.--lh-55{line-height:55px}.ORANGE ._tertiary-text.--lh-56{line-height:56px}.ORANGE ._tertiary-text.--lh-57{line-height:57px}.ORANGE ._tertiary-text.--lh-58{line-height:58px}.ORANGE ._tertiary-text.--lh-59{line-height:59px}.ORANGE ._tertiary-text.--lh-60{line-height:60px}.ORANGE ._tertiary-text.--lh-61{line-height:61px}.ORANGE ._tertiary-text.--lh-62{line-height:62px}.ORANGE ._tertiary-text.--lh-63{line-height:63px}.ORANGE ._tertiary-text.--lh-64{line-height:64px}.ORANGE ._tertiary-text.--lh-65{line-height:65px}.ORANGE ._tertiary-text.--lh-66{line-height:66px}.ORANGE ._tertiary-text.--lh-67{line-height:67px}.ORANGE ._tertiary-text.--lh-68{line-height:68px}.ORANGE ._tertiary-text.--lh-69{line-height:69px}.ORANGE ._tertiary-text.--lh-70{line-height:70px}.ORANGE ._tertiary-text.--lh-71{line-height:71px}.ORANGE ._tertiary-text.--lh-72{line-height:72px}.ORANGE ._tertiary-text.--lh-73{line-height:73px}.ORANGE ._tertiary-text.--lh-74{line-height:74px}.ORANGE ._tertiary-text.--lh-75{line-height:75px}.ORANGE ._tertiary-text.--lh-76{line-height:76px}.ORANGE ._tertiary-text.--lh-77{line-height:77px}.ORANGE ._tertiary-text.--lh-78{line-height:78px}.ORANGE ._tertiary-text.--lh-79{line-height:79px}.ORANGE ._tertiary-text.--lh-80{line-height:80px}.ORANGE ._tertiary-text.--lh-81{line-height:81px}.ORANGE ._tertiary-text.--lh-82{line-height:82px}.ORANGE ._tertiary-text.--lh-83{line-height:83px}.ORANGE ._tertiary-text.--lh-84{line-height:84px}.ORANGE ._tertiary-text.--lh-85{line-height:85px}.ORANGE ._tertiary-text.--lh-86{line-height:86px}.ORANGE ._tertiary-text.--lh-87{line-height:87px}.ORANGE ._tertiary-text.--lh-88{line-height:88px}.ORANGE ._tertiary-text.--lh-89{line-height:89px}.ORANGE ._tertiary-text.--lh-90{line-height:90px}.ORANGE ._tertiary-text.--lh-91{line-height:91px}.ORANGE ._tertiary-text.--lh-92{line-height:92px}.ORANGE ._tertiary-text.--lh-93{line-height:93px}.ORANGE ._tertiary-text.--lh-94{line-height:94px}.ORANGE ._tertiary-text.--lh-95{line-height:95px}.ORANGE ._tertiary-text.--lh-96{line-height:96px}.ORANGE ._tertiary-text.--lh-97{line-height:97px}.ORANGE ._tertiary-text.--lh-98{line-height:98px}.ORANGE ._tertiary-text.--lh-99{line-height:99px}.ORANGE ._tertiary-text.--lh-100{line-height:100px}.ORANGE ._tertiary-text.--lh-101{line-height:101px}.ORANGE ._tertiary-text.--lh-102{line-height:102px}.ORANGE ._tertiary-text.--lh-103{line-height:103px}.ORANGE ._tertiary-text.--lh-104{line-height:104px}.ORANGE ._tertiary-text.--lh-105{line-height:105px}.ORANGE ._tertiary-text.--lh-106{line-height:106px}.ORANGE ._tertiary-text.--lh-107{line-height:107px}.ORANGE ._tertiary-text.--lh-108{line-height:108px}.ORANGE ._tertiary-text.--lh-109{line-height:109px}.ORANGE ._tertiary-text.--lh-110{line-height:110px}.ORANGE ._tertiary-text.--lh-111{line-height:111px}.ORANGE ._tertiary-text.--lh-112{line-height:112px}.ORANGE ._tertiary-text.--lh-113{line-height:113px}.ORANGE ._tertiary-text.--lh-114{line-height:114px}.ORANGE ._tertiary-text.--lh-115{line-height:115px}.ORANGE ._tertiary-text.--lh-116{line-height:116px}.ORANGE ._tertiary-text.--lh-117{line-height:117px}.ORANGE ._tertiary-text.--lh-118{line-height:118px}.ORANGE ._tertiary-text.--lh-119{line-height:119px}.ORANGE ._tertiary-text.--lh-120{line-height:120px}.ORANGE ._tertiary-text.--lh-121{line-height:121px}.ORANGE ._tertiary-text.--lh-122{line-height:122px}.ORANGE ._tertiary-text.--lh-123{line-height:123px}.ORANGE ._tertiary-text.--lh-124{line-height:124px}.ORANGE ._tertiary-text.--lh-125{line-height:125px}.ORANGE ._tertiary-text.--lh-126{line-height:126px}.ORANGE ._tertiary-text.--lh-127{line-height:127px}.ORANGE ._tertiary-text.--lh-128{line-height:128px}.ORANGE ._tertiary-text.--lh-129{line-height:129px}.ORANGE ._tertiary-text.--lh-130{line-height:130px}.ORANGE ._tertiary-text.--lh-131{line-height:131px}.ORANGE ._tertiary-text.--lh-132{line-height:132px}.ORANGE ._tertiary-text.--lh-133{line-height:133px}.ORANGE ._tertiary-text.--lh-134{line-height:134px}.ORANGE ._tertiary-text.--lh-135{line-height:135px}.ORANGE ._tertiary-text.--lh-136{line-height:136px}.ORANGE ._tertiary-text.--lh-137{line-height:137px}.ORANGE ._tertiary-text.--lh-138{line-height:138px}.ORANGE ._tertiary-text.--lh-139{line-height:139px}.ORANGE ._tertiary-text.--lh-140{line-height:140px}.ORANGE ._tertiary-text.--lh-141{line-height:141px}.ORANGE ._tertiary-text.--lh-142{line-height:142px}.ORANGE ._tertiary-text.--lh-143{line-height:143px}.ORANGE ._tertiary-text.--lh-144{line-height:144px}.ORANGE ._tertiary-text.--lh-145{line-height:145px}.ORANGE ._tertiary-text.--lh-146{line-height:146px}.ORANGE ._tertiary-text.--lh-147{line-height:147px}.ORANGE ._tertiary-text.--lh-148{line-height:148px}.ORANGE ._tertiary-text.--lh-149{line-height:149px}.ORANGE ._tertiary-text.--lh-150{line-height:150px}.ORANGE ._tertiary-text.--lh-151{line-height:151px}.ORANGE ._tertiary-text.--lh-152{line-height:152px}.ORANGE ._tertiary-text.--lh-153{line-height:153px}.ORANGE ._tertiary-text.--lh-154{line-height:154px}.ORANGE ._tertiary-text.--lh-155{line-height:155px}.ORANGE ._tertiary-text.--lh-156{line-height:156px}.ORANGE ._tertiary-text.--lh-157{line-height:157px}.ORANGE ._tertiary-text.--lh-158{line-height:158px}.ORANGE ._tertiary-text.--lh-159{line-height:159px}.ORANGE ._tertiary-text.--lh-160{line-height:160px}.ORANGE ._tertiary-text.--lh-161{line-height:161px}.ORANGE ._tertiary-text.--lh-162{line-height:162px}.ORANGE ._tertiary-text.--lh-163{line-height:163px}.ORANGE ._tertiary-text.--lh-164{line-height:164px}.ORANGE ._tertiary-text.--lh-165{line-height:165px}.ORANGE ._tertiary-text.--lh-166{line-height:166px}.ORANGE ._tertiary-text.--lh-167{line-height:167px}.ORANGE ._tertiary-text.--lh-168{line-height:168px}.ORANGE ._tertiary-text.--lh-169{line-height:169px}.ORANGE ._tertiary-text.--lh-170{line-height:170px}.ORANGE ._tertiary-text.--lh-171{line-height:171px}.ORANGE ._tertiary-text.--lh-172{line-height:172px}.ORANGE ._tertiary-text.--lh-173{line-height:173px}.ORANGE ._tertiary-text.--lh-174{line-height:174px}.ORANGE ._tertiary-text.--lh-175{line-height:175px}.ORANGE ._tertiary-text.--lh-176{line-height:176px}.ORANGE ._tertiary-text.--lh-177{line-height:177px}.ORANGE ._tertiary-text.--lh-178{line-height:178px}.ORANGE ._tertiary-text.--lh-179{line-height:179px}.ORANGE ._tertiary-text.--lh-180{line-height:180px}.ORANGE ._tertiary-text.--lh-181{line-height:181px}.ORANGE ._tertiary-text.--lh-182{line-height:182px}.ORANGE ._tertiary-text.--lh-183{line-height:183px}.ORANGE ._tertiary-text.--lh-184{line-height:184px}.ORANGE ._tertiary-text.--lh-185{line-height:185px}.ORANGE ._tertiary-text.--lh-186{line-height:186px}.ORANGE ._tertiary-text.--lh-187{line-height:187px}.ORANGE ._tertiary-text.--lh-188{line-height:188px}.ORANGE ._tertiary-text.--lh-189{line-height:189px}.ORANGE ._tertiary-text.--lh-190{line-height:190px}.ORANGE ._tertiary-text.--lh-191{line-height:191px}.ORANGE ._tertiary-text.--lh-192{line-height:192px}.ORANGE ._tertiary-text.--lh-193{line-height:193px}.ORANGE ._tertiary-text.--lh-194{line-height:194px}.ORANGE ._tertiary-text.--lh-195{line-height:195px}.ORANGE ._tertiary-text.--lh-196{line-height:196px}.ORANGE ._tertiary-text.--lh-197{line-height:197px}.ORANGE ._tertiary-text.--lh-198{line-height:198px}.ORANGE ._tertiary-text.--lh-199{line-height:199px}.ORANGE ._tertiary-text.--lh-200{line-height:200px}.ORANGE ._tertiary-text.--lh-201{line-height:201px}.ORANGE ._tertiary-text.--lh-202{line-height:202px}.ORANGE ._tertiary-text.--lh-203{line-height:203px}.ORANGE ._tertiary-text.--lh-204{line-height:204px}.ORANGE ._tertiary-text.--lh-205{line-height:205px}.ORANGE ._tertiary-text.--lh-206{line-height:206px}.ORANGE ._tertiary-text.--lh-207{line-height:207px}.ORANGE ._tertiary-text.--lh-208{line-height:208px}.ORANGE ._tertiary-text.--lh-209{line-height:209px}.ORANGE ._tertiary-text.--lh-210{line-height:210px}.ORANGE ._tertiary-text.--lh-211{line-height:211px}.ORANGE ._tertiary-text.--lh-212{line-height:212px}.ORANGE ._tertiary-text.--lh-213{line-height:213px}.ORANGE ._tertiary-text.--lh-214{line-height:214px}.ORANGE ._tertiary-text.--lh-215{line-height:215px}.ORANGE ._tertiary-text.--lh-216{line-height:216px}.ORANGE ._tertiary-text.--lh-217{line-height:217px}.ORANGE ._tertiary-text.--lh-218{line-height:218px}.ORANGE ._tertiary-text.--lh-219{line-height:219px}.ORANGE ._tertiary-text.--lh-220{line-height:220px}.ORANGE ._tertiary-text.--lh-221{line-height:221px}.ORANGE ._tertiary-text.--lh-222{line-height:222px}.ORANGE ._tertiary-text.--lh-223{line-height:223px}.ORANGE ._tertiary-text.--lh-224{line-height:224px}.ORANGE ._tertiary-text.--lh-225{line-height:225px}.ORANGE ._tertiary-text.--lh-226{line-height:226px}.ORANGE ._tertiary-text.--lh-227{line-height:227px}.ORANGE ._tertiary-text.--lh-228{line-height:228px}.ORANGE ._tertiary-text.--lh-229{line-height:229px}.ORANGE ._tertiary-text.--lh-230{line-height:230px}.ORANGE ._tertiary-text.--lh-231{line-height:231px}.ORANGE ._tertiary-text.--lh-232{line-height:232px}.ORANGE ._tertiary-text.--lh-233{line-height:233px}.ORANGE ._tertiary-text.--lh-234{line-height:234px}.ORANGE ._tertiary-text.--lh-235{line-height:235px}.ORANGE ._tertiary-text.--lh-236{line-height:236px}.ORANGE ._tertiary-text.--lh-237{line-height:237px}.ORANGE ._tertiary-text.--lh-238{line-height:238px}.ORANGE ._tertiary-text.--lh-239{line-height:239px}.ORANGE ._tertiary-text.--lh-240{line-height:240px}.ORANGE ._tertiary-text.--lh-241{line-height:241px}.ORANGE ._tertiary-text.--lh-242{line-height:242px}.ORANGE ._tertiary-text.--lh-243{line-height:243px}.ORANGE ._tertiary-text.--lh-244{line-height:244px}.ORANGE ._tertiary-text.--lh-245{line-height:245px}.ORANGE ._tertiary-text.--lh-246{line-height:246px}.ORANGE ._tertiary-text.--lh-247{line-height:247px}.ORANGE ._tertiary-text.--lh-248{line-height:248px}.ORANGE ._tertiary-text.--lh-249{line-height:249px}.ORANGE ._tertiary-text.--lh-250{line-height:250px}.ORANGE ._tertiary-text.--lh-251{line-height:251px}.ORANGE ._tertiary-text.--lh-252{line-height:252px}.ORANGE ._tertiary-text.--lh-253{line-height:253px}.ORANGE ._tertiary-text.--lh-254{line-height:254px}.ORANGE ._tertiary-text.--lh-255{line-height:255px}.ORANGE ._tertiary-text.--lh-256{line-height:256px}.ORANGE ._tertiary-text.--lh-257{line-height:257px}.ORANGE ._tertiary-text.--lh-258{line-height:258px}.ORANGE ._tertiary-text.--lh-259{line-height:259px}.ORANGE ._tertiary-text.--lh-260{line-height:260px}.ORANGE ._tertiary-text.--lh-261{line-height:261px}.ORANGE ._tertiary-text.--lh-262{line-height:262px}.ORANGE ._tertiary-text.--lh-263{line-height:263px}.ORANGE ._tertiary-text.--lh-264{line-height:264px}.ORANGE ._tertiary-text.--lh-265{line-height:265px}.ORANGE ._tertiary-text.--lh-266{line-height:266px}.ORANGE ._tertiary-text.--lh-267{line-height:267px}.ORANGE ._tertiary-text.--lh-268{line-height:268px}.ORANGE ._tertiary-text.--lh-269{line-height:269px}.ORANGE ._tertiary-text.--lh-270{line-height:270px}.ORANGE ._tertiary-text.--lh-271{line-height:271px}.ORANGE ._tertiary-text.--lh-272{line-height:272px}.ORANGE ._tertiary-text.--lh-273{line-height:273px}.ORANGE ._tertiary-text.--lh-274{line-height:274px}.ORANGE ._tertiary-text.--lh-275{line-height:275px}.ORANGE ._tertiary-text.--lh-276{line-height:276px}.ORANGE ._tertiary-text.--lh-277{line-height:277px}.ORANGE ._tertiary-text.--lh-278{line-height:278px}.ORANGE ._tertiary-text.--lh-279{line-height:279px}.ORANGE ._tertiary-text.--lh-280{line-height:280px}.ORANGE ._tertiary-text.--lh-281{line-height:281px}.ORANGE ._tertiary-text.--lh-282{line-height:282px}.ORANGE ._tertiary-text.--lh-283{line-height:283px}.ORANGE ._tertiary-text.--lh-284{line-height:284px}.ORANGE ._tertiary-text.--lh-285{line-height:285px}.ORANGE ._tertiary-text.--lh-286{line-height:286px}.ORANGE ._tertiary-text.--lh-287{line-height:287px}.ORANGE ._tertiary-text.--lh-288{line-height:288px}.ORANGE ._tertiary-text.--lh-289{line-height:289px}.ORANGE ._tertiary-text.--lh-290{line-height:290px}.ORANGE ._tertiary-text.--lh-291{line-height:291px}.ORANGE ._tertiary-text.--lh-292{line-height:292px}.ORANGE ._tertiary-text.--lh-293{line-height:293px}.ORANGE ._tertiary-text.--lh-294{line-height:294px}.ORANGE ._tertiary-text.--lh-295{line-height:295px}.ORANGE ._tertiary-text.--lh-296{line-height:296px}.ORANGE ._tertiary-text.--lh-297{line-height:297px}.ORANGE ._tertiary-text.--lh-298{line-height:298px}.ORANGE ._tertiary-text.--lh-299{line-height:299px}.ORANGE ._tertiary-text.--lh-300{line-height:300px}.ORANGE ._tertiary-text.--lh-301{line-height:301px}.ORANGE ._tertiary-text.--lh-302{line-height:302px}.ORANGE ._tertiary-text.--lh-303{line-height:303px}.ORANGE ._tertiary-text.--lh-304{line-height:304px}.ORANGE ._tertiary-text.--lh-305{line-height:305px}.ORANGE ._tertiary-text.--lh-306{line-height:306px}.ORANGE ._tertiary-text.--lh-307{line-height:307px}.ORANGE ._tertiary-text.--lh-308{line-height:308px}.ORANGE ._tertiary-text.--lh-309{line-height:309px}.ORANGE ._tertiary-text.--lh-310{line-height:310px}.ORANGE ._tertiary-text.--lh-311{line-height:311px}.ORANGE ._tertiary-text.--lh-312{line-height:312px}.ORANGE ._tertiary-text.--lh-313{line-height:313px}.ORANGE ._tertiary-text.--lh-314{line-height:314px}.ORANGE ._tertiary-text.--lh-315{line-height:315px}.ORANGE ._tertiary-text.--lh-316{line-height:316px}.ORANGE ._tertiary-text.--lh-317{line-height:317px}.ORANGE ._tertiary-text.--lh-318{line-height:318px}.ORANGE ._tertiary-text.--lh-319{line-height:319px}.ORANGE ._tertiary-text.--lh-320{line-height:320px}.ORANGE ._tertiary-text.--lh-321{line-height:321px}.ORANGE ._tertiary-text.--lh-322{line-height:322px}.ORANGE ._tertiary-text.--lh-323{line-height:323px}.ORANGE ._tertiary-text.--lh-324{line-height:324px}.ORANGE ._tertiary-text.--lh-325{line-height:325px}.ORANGE ._tertiary-text.--lh-326{line-height:326px}.ORANGE ._tertiary-text.--lh-327{line-height:327px}.ORANGE ._tertiary-text.--lh-328{line-height:328px}.ORANGE ._tertiary-text.--lh-329{line-height:329px}.ORANGE ._tertiary-text.--lh-330{line-height:330px}.ORANGE ._tertiary-text.--lh-331{line-height:331px}.ORANGE ._tertiary-text.--lh-332{line-height:332px}.ORANGE ._tertiary-text.--lh-333{line-height:333px}.ORANGE ._tertiary-text.--lh-334{line-height:334px}.ORANGE ._tertiary-text.--lh-335{line-height:335px}.ORANGE ._tertiary-text.--lh-336{line-height:336px}.ORANGE ._tertiary-text.--lh-337{line-height:337px}.ORANGE ._tertiary-text.--lh-338{line-height:338px}.ORANGE ._tertiary-text.--lh-339{line-height:339px}.ORANGE ._tertiary-text.--lh-340{line-height:340px}.ORANGE ._tertiary-text.--lh-341{line-height:341px}.ORANGE ._tertiary-text.--lh-342{line-height:342px}.ORANGE ._tertiary-text.--lh-343{line-height:343px}.ORANGE ._tertiary-text.--lh-344{line-height:344px}.ORANGE ._tertiary-text.--lh-345{line-height:345px}.ORANGE ._tertiary-text.--lh-346{line-height:346px}.ORANGE ._tertiary-text.--lh-347{line-height:347px}.ORANGE ._tertiary-text.--lh-348{line-height:348px}.ORANGE ._tertiary-text.--lh-349{line-height:349px}.ORANGE ._tertiary-text.--lh-350{line-height:350px}.ORANGE ._tertiary-text.--lh-351{line-height:351px}.ORANGE ._tertiary-text.--lh-352{line-height:352px}.ORANGE ._tertiary-text.--lh-353{line-height:353px}.ORANGE ._tertiary-text.--lh-354{line-height:354px}.ORANGE ._tertiary-text.--lh-355{line-height:355px}.ORANGE ._tertiary-text.--lh-356{line-height:356px}.ORANGE ._tertiary-text.--lh-357{line-height:357px}.ORANGE ._tertiary-text.--lh-358{line-height:358px}.ORANGE ._tertiary-text.--lh-359{line-height:359px}.ORANGE ._tertiary-text.--lh-360{line-height:360px}.ORANGE ._tertiary-text.--lh-361{line-height:361px}.ORANGE ._tertiary-text.--lh-362{line-height:362px}.ORANGE ._tertiary-text.--lh-363{line-height:363px}.ORANGE ._tertiary-text.--lh-364{line-height:364px}.ORANGE ._tertiary-text.--lh-365{line-height:365px}.ORANGE ._tertiary-text.--lh-366{line-height:366px}.ORANGE ._tertiary-text.--lh-367{line-height:367px}.ORANGE ._tertiary-text.--lh-368{line-height:368px}.ORANGE ._tertiary-text.--lh-369{line-height:369px}.ORANGE ._tertiary-text.--lh-370{line-height:370px}.ORANGE ._tertiary-text.--lh-371{line-height:371px}.ORANGE ._tertiary-text.--lh-372{line-height:372px}.ORANGE ._tertiary-text.--lh-373{line-height:373px}.ORANGE ._tertiary-text.--lh-374{line-height:374px}.ORANGE ._tertiary-text.--lh-375{line-height:375px}.ORANGE ._tertiary-text.--lh-376{line-height:376px}.ORANGE ._tertiary-text.--lh-377{line-height:377px}.ORANGE ._tertiary-text.--lh-378{line-height:378px}.ORANGE ._tertiary-text.--lh-379{line-height:379px}.ORANGE ._tertiary-text.--lh-380{line-height:380px}.ORANGE ._tertiary-text.--lh-381{line-height:381px}.ORANGE ._tertiary-text.--lh-382{line-height:382px}.ORANGE ._tertiary-text.--lh-383{line-height:383px}.ORANGE ._tertiary-text.--lh-384{line-height:384px}.ORANGE ._tertiary-text.--lh-385{line-height:385px}.ORANGE ._tertiary-text.--lh-386{line-height:386px}.ORANGE ._tertiary-text.--lh-387{line-height:387px}.ORANGE ._tertiary-text.--lh-388{line-height:388px}.ORANGE ._tertiary-text.--lh-389{line-height:389px}.ORANGE ._tertiary-text.--lh-390{line-height:390px}.ORANGE ._tertiary-text.--lh-391{line-height:391px}.ORANGE ._tertiary-text.--lh-392{line-height:392px}.ORANGE ._tertiary-text.--lh-393{line-height:393px}.ORANGE ._tertiary-text.--lh-394{line-height:394px}.ORANGE ._tertiary-text.--lh-395{line-height:395px}.ORANGE ._tertiary-text.--lh-396{line-height:396px}.ORANGE ._tertiary-text.--lh-397{line-height:397px}.ORANGE ._tertiary-text.--lh-398{line-height:398px}.ORANGE ._tertiary-text.--lh-399{line-height:399px}.ORANGE ._tertiary-text.--lh-400{line-height:400px}.ORANGE ._tertiary-text.--lh-401{line-height:401px}.ORANGE ._tertiary-text.--lh-402{line-height:402px}.ORANGE ._tertiary-text.--lh-403{line-height:403px}.ORANGE ._tertiary-text.--lh-404{line-height:404px}.ORANGE ._tertiary-text.--lh-405{line-height:405px}.ORANGE ._tertiary-text.--lh-406{line-height:406px}.ORANGE ._tertiary-text.--lh-407{line-height:407px}.ORANGE ._tertiary-text.--lh-408{line-height:408px}.ORANGE ._tertiary-text.--lh-409{line-height:409px}.ORANGE ._tertiary-text.--lh-410{line-height:410px}.ORANGE ._tertiary-text.--lh-411{line-height:411px}.ORANGE ._tertiary-text.--lh-412{line-height:412px}.ORANGE ._tertiary-text.--lh-413{line-height:413px}.ORANGE ._tertiary-text.--lh-414{line-height:414px}.ORANGE ._tertiary-text.--lh-415{line-height:415px}.ORANGE ._tertiary-text.--lh-416{line-height:416px}.ORANGE ._tertiary-text.--lh-417{line-height:417px}.ORANGE ._tertiary-text.--lh-418{line-height:418px}.ORANGE ._tertiary-text.--lh-419{line-height:419px}.ORANGE ._tertiary-text.--lh-420{line-height:420px}.ORANGE ._tertiary-text.--lh-421{line-height:421px}.ORANGE ._tertiary-text.--lh-422{line-height:422px}.ORANGE ._tertiary-text.--lh-423{line-height:423px}.ORANGE ._tertiary-text.--lh-424{line-height:424px}.ORANGE ._tertiary-text.--lh-425{line-height:425px}.ORANGE ._tertiary-text.--lh-426{line-height:426px}.ORANGE ._tertiary-text.--lh-427{line-height:427px}.ORANGE ._tertiary-text.--lh-428{line-height:428px}.ORANGE ._tertiary-text.--lh-429{line-height:429px}.ORANGE ._tertiary-text.--lh-430{line-height:430px}.ORANGE ._tertiary-text.--lh-431{line-height:431px}.ORANGE ._tertiary-text.--lh-432{line-height:432px}.ORANGE ._tertiary-text.--lh-433{line-height:433px}.ORANGE ._tertiary-text.--lh-434{line-height:434px}.ORANGE ._tertiary-text.--lh-435{line-height:435px}.ORANGE ._tertiary-text.--lh-436{line-height:436px}.ORANGE ._tertiary-text.--lh-437{line-height:437px}.ORANGE ._tertiary-text.--lh-438{line-height:438px}.ORANGE ._tertiary-text.--lh-439{line-height:439px}.ORANGE ._tertiary-text.--lh-440{line-height:440px}.ORANGE ._tertiary-text.--lh-441{line-height:441px}.ORANGE ._tertiary-text.--lh-442{line-height:442px}.ORANGE ._tertiary-text.--lh-443{line-height:443px}.ORANGE ._tertiary-text.--lh-444{line-height:444px}.ORANGE ._tertiary-text.--lh-445{line-height:445px}.ORANGE ._tertiary-text.--lh-446{line-height:446px}.ORANGE ._tertiary-text.--lh-447{line-height:447px}.ORANGE ._tertiary-text.--lh-448{line-height:448px}.ORANGE ._tertiary-text.--lh-449{line-height:449px}.ORANGE ._tertiary-text.--lh-450{line-height:450px}.ORANGE ._tertiary-text.--lh-451{line-height:451px}.ORANGE ._tertiary-text.--lh-452{line-height:452px}.ORANGE ._tertiary-text.--lh-453{line-height:453px}.ORANGE ._tertiary-text.--lh-454{line-height:454px}.ORANGE ._tertiary-text.--lh-455{line-height:455px}.ORANGE ._tertiary-text.--lh-456{line-height:456px}.ORANGE ._tertiary-text.--lh-457{line-height:457px}.ORANGE ._tertiary-text.--lh-458{line-height:458px}.ORANGE ._tertiary-text.--lh-459{line-height:459px}.ORANGE ._tertiary-text.--lh-460{line-height:460px}.ORANGE ._tertiary-text.--lh-461{line-height:461px}.ORANGE ._tertiary-text.--lh-462{line-height:462px}.ORANGE ._tertiary-text.--lh-463{line-height:463px}.ORANGE ._tertiary-text.--lh-464{line-height:464px}.ORANGE ._tertiary-text.--lh-465{line-height:465px}.ORANGE ._tertiary-text.--lh-466{line-height:466px}.ORANGE ._tertiary-text.--lh-467{line-height:467px}.ORANGE ._tertiary-text.--lh-468{line-height:468px}.ORANGE ._tertiary-text.--lh-469{line-height:469px}.ORANGE ._tertiary-text.--lh-470{line-height:470px}.ORANGE ._tertiary-text.--lh-471{line-height:471px}.ORANGE ._tertiary-text.--lh-472{line-height:472px}.ORANGE ._tertiary-text.--lh-473{line-height:473px}.ORANGE ._tertiary-text.--lh-474{line-height:474px}.ORANGE ._tertiary-text.--lh-475{line-height:475px}.ORANGE ._tertiary-text.--lh-476{line-height:476px}.ORANGE ._tertiary-text.--lh-477{line-height:477px}.ORANGE ._tertiary-text.--lh-478{line-height:478px}.ORANGE ._tertiary-text.--lh-479{line-height:479px}.ORANGE ._tertiary-text.--lh-480{line-height:480px}.ORANGE ._tertiary-text.--lh-481{line-height:481px}.ORANGE ._tertiary-text.--lh-482{line-height:482px}.ORANGE ._tertiary-text.--lh-483{line-height:483px}.ORANGE ._tertiary-text.--lh-484{line-height:484px}.ORANGE ._tertiary-text.--lh-485{line-height:485px}.ORANGE ._tertiary-text.--lh-486{line-height:486px}.ORANGE ._tertiary-text.--lh-487{line-height:487px}.ORANGE ._tertiary-text.--lh-488{line-height:488px}.ORANGE ._tertiary-text.--lh-489{line-height:489px}.ORANGE ._tertiary-text.--lh-490{line-height:490px}.ORANGE ._tertiary-text.--lh-491{line-height:491px}.ORANGE ._tertiary-text.--lh-492{line-height:492px}.ORANGE ._tertiary-text.--lh-493{line-height:493px}.ORANGE ._tertiary-text.--lh-494{line-height:494px}.ORANGE ._tertiary-text.--lh-495{line-height:495px}.ORANGE ._tertiary-text.--lh-496{line-height:496px}.ORANGE ._tertiary-text.--lh-497{line-height:497px}.ORANGE ._tertiary-text.--lh-498{line-height:498px}.ORANGE ._tertiary-text.--lh-499{line-height:499px}.ORANGE ._tertiary-text.--lh-500{line-height:500px}.ORANGE ._tertiary-text.--lh-501{line-height:501px}.ORANGE ._tertiary-text.--lh-502{line-height:502px}.ORANGE ._tertiary-text.--lh-503{line-height:503px}.ORANGE ._tertiary-text.--lh-504{line-height:504px}.ORANGE ._tertiary-text.--lh-505{line-height:505px}.ORANGE ._tertiary-text.--lh-506{line-height:506px}.ORANGE ._tertiary-text.--lh-507{line-height:507px}.ORANGE ._tertiary-text.--lh-508{line-height:508px}.ORANGE ._tertiary-text.--lh-509{line-height:509px}.ORANGE ._tertiary-text.--lh-510{line-height:510px}.ORANGE ._tertiary-text.--lh-511{line-height:511px}.ORANGE ._tertiary-text.--lh-512{line-height:512px}.ORANGE ._tertiary-text.--lh-513{line-height:513px}.ORANGE ._tertiary-text.--lh-514{line-height:514px}.ORANGE ._tertiary-text.--lh-515{line-height:515px}.ORANGE ._tertiary-text.--lh-516{line-height:516px}.ORANGE ._tertiary-text.--lh-517{line-height:517px}.ORANGE ._tertiary-text.--lh-518{line-height:518px}.ORANGE ._tertiary-text.--lh-519{line-height:519px}.ORANGE ._tertiary-text.--lh-520{line-height:520px}.ORANGE ._tertiary-text.--lh-521{line-height:521px}.ORANGE ._tertiary-text.--lh-522{line-height:522px}.ORANGE ._tertiary-text.--lh-523{line-height:523px}.ORANGE ._tertiary-text.--lh-524{line-height:524px}.ORANGE ._tertiary-text.--lh-525{line-height:525px}.ORANGE ._tertiary-text.--lh-526{line-height:526px}.ORANGE ._tertiary-text.--lh-527{line-height:527px}.ORANGE ._tertiary-text.--lh-528{line-height:528px}.ORANGE ._tertiary-text.--lh-529{line-height:529px}.ORANGE ._tertiary-text.--lh-530{line-height:530px}.ORANGE ._tertiary-text.--lh-531{line-height:531px}.ORANGE ._tertiary-text.--lh-532{line-height:532px}.ORANGE ._tertiary-text.--lh-533{line-height:533px}.ORANGE ._tertiary-text.--lh-534{line-height:534px}.ORANGE ._tertiary-text.--lh-535{line-height:535px}.ORANGE ._tertiary-text.--lh-536{line-height:536px}.ORANGE ._tertiary-text.--lh-537{line-height:537px}.ORANGE ._tertiary-text.--lh-538{line-height:538px}.ORANGE ._tertiary-text.--lh-539{line-height:539px}.ORANGE ._tertiary-text.--lh-540{line-height:540px}.ORANGE ._tertiary-text.--lh-541{line-height:541px}.ORANGE ._tertiary-text.--lh-542{line-height:542px}.ORANGE ._tertiary-text.--lh-543{line-height:543px}.ORANGE ._tertiary-text.--lh-544{line-height:544px}.ORANGE ._tertiary-text.--lh-545{line-height:545px}.ORANGE ._tertiary-text.--lh-546{line-height:546px}.ORANGE ._tertiary-text.--lh-547{line-height:547px}.ORANGE ._tertiary-text.--lh-548{line-height:548px}.ORANGE ._tertiary-text.--lh-549{line-height:549px}.ORANGE ._tertiary-text.--lh-550{line-height:550px}.ORANGE ._tertiary-text.--lh-551{line-height:551px}.ORANGE ._tertiary-text.--lh-552{line-height:552px}.ORANGE ._tertiary-text.--lh-553{line-height:553px}.ORANGE ._tertiary-text.--lh-554{line-height:554px}.ORANGE ._tertiary-text.--lh-555{line-height:555px}.ORANGE ._tertiary-text.--lh-556{line-height:556px}.ORANGE ._tertiary-text.--lh-557{line-height:557px}.ORANGE ._tertiary-text.--lh-558{line-height:558px}.ORANGE ._tertiary-text.--lh-559{line-height:559px}.ORANGE ._tertiary-text.--lh-560{line-height:560px}.ORANGE ._tertiary-text.--lh-561{line-height:561px}.ORANGE ._tertiary-text.--lh-562{line-height:562px}.ORANGE ._tertiary-text.--lh-563{line-height:563px}.ORANGE ._tertiary-text.--lh-564{line-height:564px}.ORANGE ._tertiary-text.--lh-565{line-height:565px}.ORANGE ._tertiary-text.--lh-566{line-height:566px}.ORANGE ._tertiary-text.--lh-567{line-height:567px}.ORANGE ._tertiary-text.--lh-568{line-height:568px}.ORANGE ._tertiary-text.--lh-569{line-height:569px}.ORANGE ._tertiary-text.--lh-570{line-height:570px}.ORANGE ._tertiary-text.--lh-571{line-height:571px}.ORANGE ._tertiary-text.--lh-572{line-height:572px}.ORANGE ._tertiary-text.--lh-573{line-height:573px}.ORANGE ._tertiary-text.--lh-574{line-height:574px}.ORANGE ._tertiary-text.--lh-575{line-height:575px}.ORANGE ._tertiary-text.--lh-576{line-height:576px}.ORANGE ._tertiary-text.--lh-577{line-height:577px}.ORANGE ._tertiary-text.--lh-578{line-height:578px}.ORANGE ._tertiary-text.--lh-579{line-height:579px}.ORANGE ._tertiary-text.--lh-580{line-height:580px}.ORANGE ._tertiary-text.--lh-581{line-height:581px}.ORANGE ._tertiary-text.--lh-582{line-height:582px}.ORANGE ._tertiary-text.--lh-583{line-height:583px}.ORANGE ._tertiary-text.--lh-584{line-height:584px}.ORANGE ._tertiary-text.--lh-585{line-height:585px}.ORANGE ._tertiary-text.--lh-586{line-height:586px}.ORANGE ._tertiary-text.--lh-587{line-height:587px}.ORANGE ._tertiary-text.--lh-588{line-height:588px}.ORANGE ._tertiary-text.--lh-589{line-height:589px}.ORANGE ._tertiary-text.--lh-590{line-height:590px}.ORANGE ._tertiary-text.--lh-591{line-height:591px}.ORANGE ._tertiary-text.--lh-592{line-height:592px}.ORANGE ._tertiary-text.--lh-593{line-height:593px}.ORANGE ._tertiary-text.--lh-594{line-height:594px}.ORANGE ._tertiary-text.--lh-595{line-height:595px}.ORANGE ._tertiary-text.--lh-596{line-height:596px}.ORANGE ._tertiary-text.--lh-597{line-height:597px}.ORANGE ._tertiary-text.--lh-598{line-height:598px}.ORANGE ._tertiary-text.--lh-599{line-height:599px}.ORANGE ._tertiary-text.--lh-600{line-height:600px}.ORANGE ._tertiary-text.--lh-601{line-height:601px}.ORANGE ._tertiary-text.--lh-602{line-height:602px}.ORANGE ._tertiary-text.--lh-603{line-height:603px}.ORANGE ._tertiary-text.--lh-604{line-height:604px}.ORANGE ._tertiary-text.--lh-605{line-height:605px}.ORANGE ._tertiary-text.--lh-606{line-height:606px}.ORANGE ._tertiary-text.--lh-607{line-height:607px}.ORANGE ._tertiary-text.--lh-608{line-height:608px}.ORANGE ._tertiary-text.--lh-609{line-height:609px}.ORANGE ._tertiary-text.--lh-610{line-height:610px}.ORANGE ._tertiary-text.--lh-611{line-height:611px}.ORANGE ._tertiary-text.--lh-612{line-height:612px}.ORANGE ._tertiary-text.--lh-613{line-height:613px}.ORANGE ._tertiary-text.--lh-614{line-height:614px}.ORANGE ._tertiary-text.--lh-615{line-height:615px}.ORANGE ._tertiary-text.--lh-616{line-height:616px}.ORANGE ._tertiary-text.--lh-617{line-height:617px}.ORANGE ._tertiary-text.--lh-618{line-height:618px}.ORANGE ._tertiary-text.--lh-619{line-height:619px}.ORANGE ._tertiary-text.--lh-620{line-height:620px}.ORANGE ._tertiary-text.--lh-621{line-height:621px}.ORANGE ._tertiary-text.--lh-622{line-height:622px}.ORANGE ._tertiary-text.--lh-623{line-height:623px}.ORANGE ._tertiary-text.--lh-624{line-height:624px}.ORANGE ._tertiary-text.--lh-625{line-height:625px}.ORANGE ._tertiary-text.--lh-626{line-height:626px}.ORANGE ._tertiary-text.--lh-627{line-height:627px}.ORANGE ._tertiary-text.--lh-628{line-height:628px}.ORANGE ._tertiary-text.--lh-629{line-height:629px}.ORANGE ._tertiary-text.--lh-630{line-height:630px}.ORANGE ._tertiary-text.--lh-631{line-height:631px}.ORANGE ._tertiary-text.--lh-632{line-height:632px}.ORANGE ._tertiary-text.--lh-633{line-height:633px}.ORANGE ._tertiary-text.--lh-634{line-height:634px}.ORANGE ._tertiary-text.--lh-635{line-height:635px}.ORANGE ._tertiary-text.--lh-636{line-height:636px}.ORANGE ._tertiary-text.--lh-637{line-height:637px}.ORANGE ._tertiary-text.--lh-638{line-height:638px}.ORANGE ._tertiary-text.--lh-639{line-height:639px}.ORANGE ._tertiary-text.--lh-640{line-height:640px}.ORANGE ._tertiary-text.--lh-641{line-height:641px}.ORANGE ._tertiary-text.--lh-642{line-height:642px}.ORANGE ._tertiary-text.--lh-643{line-height:643px}.ORANGE ._tertiary-text.--lh-644{line-height:644px}.ORANGE ._tertiary-text.--lh-645{line-height:645px}.ORANGE ._tertiary-text.--lh-646{line-height:646px}.ORANGE ._tertiary-text.--lh-647{line-height:647px}.ORANGE ._tertiary-text.--lh-648{line-height:648px}.ORANGE ._tertiary-text.--lh-649{line-height:649px}.ORANGE ._tertiary-text.--lh-650{line-height:650px}.ORANGE ._tertiary-text.--lh-651{line-height:651px}.ORANGE ._tertiary-text.--lh-652{line-height:652px}.ORANGE ._tertiary-text.--lh-653{line-height:653px}.ORANGE ._tertiary-text.--lh-654{line-height:654px}.ORANGE ._tertiary-text.--lh-655{line-height:655px}.ORANGE ._tertiary-text.--lh-656{line-height:656px}.ORANGE ._tertiary-text.--lh-657{line-height:657px}.ORANGE ._tertiary-text.--lh-658{line-height:658px}.ORANGE ._tertiary-text.--lh-659{line-height:659px}.ORANGE ._tertiary-text.--lh-660{line-height:660px}.ORANGE ._tertiary-text.--lh-661{line-height:661px}.ORANGE ._tertiary-text.--lh-662{line-height:662px}.ORANGE ._tertiary-text.--lh-663{line-height:663px}.ORANGE ._tertiary-text.--lh-664{line-height:664px}.ORANGE ._tertiary-text.--lh-665{line-height:665px}.ORANGE ._tertiary-text.--lh-666{line-height:666px}.ORANGE ._tertiary-text.--lh-667{line-height:667px}.ORANGE ._tertiary-text.--lh-668{line-height:668px}.ORANGE ._tertiary-text.--lh-669{line-height:669px}.ORANGE ._tertiary-text.--lh-670{line-height:670px}.ORANGE ._tertiary-text.--lh-671{line-height:671px}.ORANGE ._tertiary-text.--lh-672{line-height:672px}.ORANGE ._tertiary-text.--lh-673{line-height:673px}.ORANGE ._tertiary-text.--lh-674{line-height:674px}.ORANGE ._tertiary-text.--lh-675{line-height:675px}.ORANGE ._tertiary-text.--lh-676{line-height:676px}.ORANGE ._tertiary-text.--lh-677{line-height:677px}.ORANGE ._tertiary-text.--lh-678{line-height:678px}.ORANGE ._tertiary-text.--lh-679{line-height:679px}.ORANGE ._tertiary-text.--lh-680{line-height:680px}.ORANGE ._tertiary-text.--lh-681{line-height:681px}.ORANGE ._tertiary-text.--lh-682{line-height:682px}.ORANGE ._tertiary-text.--lh-683{line-height:683px}.ORANGE ._tertiary-text.--lh-684{line-height:684px}.ORANGE ._tertiary-text.--lh-685{line-height:685px}.ORANGE ._tertiary-text.--lh-686{line-height:686px}.ORANGE ._tertiary-text.--lh-687{line-height:687px}.ORANGE ._tertiary-text.--lh-688{line-height:688px}.ORANGE ._tertiary-text.--lh-689{line-height:689px}.ORANGE ._tertiary-text.--lh-690{line-height:690px}.ORANGE ._tertiary-text.--lh-691{line-height:691px}.ORANGE ._tertiary-text.--lh-692{line-height:692px}.ORANGE ._tertiary-text.--lh-693{line-height:693px}.ORANGE ._tertiary-text.--lh-694{line-height:694px}.ORANGE ._tertiary-text.--lh-695{line-height:695px}.ORANGE ._tertiary-text.--lh-696{line-height:696px}.ORANGE ._tertiary-text.--lh-697{line-height:697px}.ORANGE ._tertiary-text.--lh-698{line-height:698px}.ORANGE ._tertiary-text.--lh-699{line-height:699px}.ORANGE ._tertiary-text.--lh-700{line-height:700px}.ORANGE ._tertiary-text.--lh-701{line-height:701px}.ORANGE ._tertiary-text.--lh-702{line-height:702px}.ORANGE ._tertiary-text.--lh-703{line-height:703px}.ORANGE ._tertiary-text.--lh-704{line-height:704px}.ORANGE ._tertiary-text.--lh-705{line-height:705px}.ORANGE ._tertiary-text.--lh-706{line-height:706px}.ORANGE ._tertiary-text.--lh-707{line-height:707px}.ORANGE ._tertiary-text.--lh-708{line-height:708px}.ORANGE ._tertiary-text.--lh-709{line-height:709px}.ORANGE ._tertiary-text.--lh-710{line-height:710px}.ORANGE ._tertiary-text.--lh-711{line-height:711px}.ORANGE ._tertiary-text.--lh-712{line-height:712px}.ORANGE ._tertiary-text.--lh-713{line-height:713px}.ORANGE ._tertiary-text.--lh-714{line-height:714px}.ORANGE ._tertiary-text.--lh-715{line-height:715px}.ORANGE ._tertiary-text.--lh-716{line-height:716px}.ORANGE ._tertiary-text.--lh-717{line-height:717px}.ORANGE ._tertiary-text.--lh-718{line-height:718px}.ORANGE ._tertiary-text.--lh-719{line-height:719px}.ORANGE ._tertiary-text.--lh-720{line-height:720px}.ORANGE ._tertiary-text.--lh-721{line-height:721px}.ORANGE ._tertiary-text.--lh-722{line-height:722px}.ORANGE ._tertiary-text.--lh-723{line-height:723px}.ORANGE ._tertiary-text.--lh-724{line-height:724px}.ORANGE ._tertiary-text.--lh-725{line-height:725px}.ORANGE ._tertiary-text.--lh-726{line-height:726px}.ORANGE ._tertiary-text.--lh-727{line-height:727px}.ORANGE ._tertiary-text.--lh-728{line-height:728px}.ORANGE ._tertiary-text.--lh-729{line-height:729px}.ORANGE ._tertiary-text.--lh-730{line-height:730px}.ORANGE ._tertiary-text.--lh-731{line-height:731px}.ORANGE ._tertiary-text.--lh-732{line-height:732px}.ORANGE ._tertiary-text.--lh-733{line-height:733px}.ORANGE ._tertiary-text.--lh-734{line-height:734px}.ORANGE ._tertiary-text.--lh-735{line-height:735px}.ORANGE ._tertiary-text.--lh-736{line-height:736px}.ORANGE ._tertiary-text.--lh-737{line-height:737px}.ORANGE ._tertiary-text.--lh-738{line-height:738px}.ORANGE ._tertiary-text.--lh-739{line-height:739px}.ORANGE ._tertiary-text.--lh-740{line-height:740px}.ORANGE ._tertiary-text.--lh-741{line-height:741px}.ORANGE ._tertiary-text.--lh-742{line-height:742px}.ORANGE ._tertiary-text.--lh-743{line-height:743px}.ORANGE ._tertiary-text.--lh-744{line-height:744px}.ORANGE ._tertiary-text.--lh-745{line-height:745px}.ORANGE ._tertiary-text.--lh-746{line-height:746px}.ORANGE ._tertiary-text.--lh-747{line-height:747px}.ORANGE ._tertiary-text.--lh-748{line-height:748px}.ORANGE ._tertiary-text.--lh-749{line-height:749px}.ORANGE ._tertiary-text.--lh-750{line-height:750px}.ORANGE ._tertiary-text.--lh-751{line-height:751px}.ORANGE ._tertiary-text.--lh-752{line-height:752px}.ORANGE ._tertiary-text.--lh-753{line-height:753px}.ORANGE ._tertiary-text.--lh-754{line-height:754px}.ORANGE ._tertiary-text.--lh-755{line-height:755px}.ORANGE ._tertiary-text.--lh-756{line-height:756px}.ORANGE ._tertiary-text.--lh-757{line-height:757px}.ORANGE ._tertiary-text.--lh-758{line-height:758px}.ORANGE ._tertiary-text.--lh-759{line-height:759px}.ORANGE ._tertiary-text.--lh-760{line-height:760px}.ORANGE ._tertiary-text.--lh-761{line-height:761px}.ORANGE ._tertiary-text.--lh-762{line-height:762px}.ORANGE ._tertiary-text.--lh-763{line-height:763px}.ORANGE ._tertiary-text.--lh-764{line-height:764px}.ORANGE ._tertiary-text.--lh-765{line-height:765px}.ORANGE ._tertiary-text.--lh-766{line-height:766px}.ORANGE ._tertiary-text.--lh-767{line-height:767px}.ORANGE ._tertiary-text.--lh-768{line-height:768px}.ORANGE ._tertiary-text.--lh-769{line-height:769px}.ORANGE ._tertiary-text.--lh-770{line-height:770px}.ORANGE ._tertiary-text.--lh-771{line-height:771px}.ORANGE ._tertiary-text.--lh-772{line-height:772px}.ORANGE ._tertiary-text.--lh-773{line-height:773px}.ORANGE ._tertiary-text.--lh-774{line-height:774px}.ORANGE ._tertiary-text.--lh-775{line-height:775px}.ORANGE ._tertiary-text.--lh-776{line-height:776px}.ORANGE ._tertiary-text.--lh-777{line-height:777px}.ORANGE ._tertiary-text.--lh-778{line-height:778px}.ORANGE ._tertiary-text.--lh-779{line-height:779px}.ORANGE ._tertiary-text.--lh-780{line-height:780px}.ORANGE ._tertiary-text.--lh-781{line-height:781px}.ORANGE ._tertiary-text.--lh-782{line-height:782px}.ORANGE ._tertiary-text.--lh-783{line-height:783px}.ORANGE ._tertiary-text.--lh-784{line-height:784px}.ORANGE ._tertiary-text.--lh-785{line-height:785px}.ORANGE ._tertiary-text.--lh-786{line-height:786px}.ORANGE ._tertiary-text.--lh-787{line-height:787px}.ORANGE ._tertiary-text.--lh-788{line-height:788px}.ORANGE ._tertiary-text.--lh-789{line-height:789px}.ORANGE ._tertiary-text.--lh-790{line-height:790px}.ORANGE ._tertiary-text.--lh-791{line-height:791px}.ORANGE ._tertiary-text.--lh-792{line-height:792px}.ORANGE ._tertiary-text.--lh-793{line-height:793px}.ORANGE ._tertiary-text.--lh-794{line-height:794px}.ORANGE ._tertiary-text.--lh-795{line-height:795px}.ORANGE ._tertiary-text.--lh-796{line-height:796px}.ORANGE ._tertiary-text.--lh-797{line-height:797px}.ORANGE ._tertiary-text.--lh-798{line-height:798px}.ORANGE ._tertiary-text.--lh-799{line-height:799px}.ORANGE ._tertiary-text.--lh-800{line-height:800px}.ORANGE ._white-text{color:var(--white2);font-family:Poppins}.ORANGE ._white-text.--size-5{font-size:5px}.ORANGE ._white-text.--size-6{font-size:6px}.ORANGE ._white-text.--size-7{font-size:7px}.ORANGE ._white-text.--size-8{font-size:8px}.ORANGE ._white-text.--size-9{font-size:9px}.ORANGE ._white-text.--size-10{font-size:10px}.ORANGE ._white-text.--size-11{font-size:11px}.ORANGE ._white-text.--size-12{font-size:12px}.ORANGE ._white-text.--size-13{font-size:13px}.ORANGE ._white-text.--size-14{font-size:14px}.ORANGE ._white-text.--size-15{font-size:15px}.ORANGE ._white-text.--size-16{font-size:16px}.ORANGE ._white-text.--size-17{font-size:17px}.ORANGE ._white-text.--size-18{font-size:18px}.ORANGE ._white-text.--size-19{font-size:19px}.ORANGE ._white-text.--size-20{font-size:20px}.ORANGE ._white-text.--size-21{font-size:21px}.ORANGE ._white-text.--size-22{font-size:22px}.ORANGE ._white-text.--size-23{font-size:23px}.ORANGE ._white-text.--size-24{font-size:24px}.ORANGE ._white-text.--size-25{font-size:25px}.ORANGE ._white-text.--size-26{font-size:26px}.ORANGE ._white-text.--size-27{font-size:27px}.ORANGE ._white-text.--size-28{font-size:28px}.ORANGE ._white-text.--size-29{font-size:29px}.ORANGE ._white-text.--size-30{font-size:30px}.ORANGE ._white-text.--size-31{font-size:31px}.ORANGE ._white-text.--size-32{font-size:32px}.ORANGE ._white-text.--size-33{font-size:33px}.ORANGE ._white-text.--size-34{font-size:34px}.ORANGE ._white-text.--size-35{font-size:35px}.ORANGE ._white-text.--size-36{font-size:36px}.ORANGE ._white-text.--size-37{font-size:37px}.ORANGE ._white-text.--size-38{font-size:38px}.ORANGE ._white-text.--size-39{font-size:39px}.ORANGE ._white-text.--size-40{font-size:40px}.ORANGE ._white-text.--size-41{font-size:41px}.ORANGE ._white-text.--size-42{font-size:42px}.ORANGE ._white-text.--size-43{font-size:43px}.ORANGE ._white-text.--size-44{font-size:44px}.ORANGE ._white-text.--size-45{font-size:45px}.ORANGE ._white-text.--size-46{font-size:46px}.ORANGE ._white-text.--size-47{font-size:47px}.ORANGE ._white-text.--size-48{font-size:48px}.ORANGE ._white-text.--size-49{font-size:49px}.ORANGE ._white-text.--size-50{font-size:50px}.ORANGE ._white-text.--size-51{font-size:51px}.ORANGE ._white-text.--size-52{font-size:52px}.ORANGE ._white-text.--size-53{font-size:53px}.ORANGE ._white-text.--size-54{font-size:54px}.ORANGE ._white-text.--size-55{font-size:55px}.ORANGE ._white-text.--size-56{font-size:56px}.ORANGE ._white-text.--size-57{font-size:57px}.ORANGE ._white-text.--size-58{font-size:58px}.ORANGE ._white-text.--size-59{font-size:59px}.ORANGE ._white-text.--size-60{font-size:60px}.ORANGE ._white-text.--size-61{font-size:61px}.ORANGE ._white-text.--size-62{font-size:62px}.ORANGE ._white-text.--size-63{font-size:63px}.ORANGE ._white-text.--size-64{font-size:64px}.ORANGE ._white-text.--size-65{font-size:65px}.ORANGE ._white-text.--size-66{font-size:66px}.ORANGE ._white-text.--size-67{font-size:67px}.ORANGE ._white-text.--size-68{font-size:68px}.ORANGE ._white-text.--size-69{font-size:69px}.ORANGE ._white-text.--size-70{font-size:70px}.ORANGE ._white-text.--size-71{font-size:71px}.ORANGE ._white-text.--size-72{font-size:72px}.ORANGE ._white-text.--size-73{font-size:73px}.ORANGE ._white-text.--size-74{font-size:74px}.ORANGE ._white-text.--size-75{font-size:75px}.ORANGE ._white-text.--size-76{font-size:76px}.ORANGE ._white-text.--size-77{font-size:77px}.ORANGE ._white-text.--size-78{font-size:78px}.ORANGE ._white-text.--size-79{font-size:79px}.ORANGE ._white-text.--size-80{font-size:80px}.ORANGE ._white-text.--size-81{font-size:81px}.ORANGE ._white-text.--size-82{font-size:82px}.ORANGE ._white-text.--size-83{font-size:83px}.ORANGE ._white-text.--size-84{font-size:84px}.ORANGE ._white-text.--size-85{font-size:85px}.ORANGE ._white-text.--size-86{font-size:86px}.ORANGE ._white-text.--size-87{font-size:87px}.ORANGE ._white-text.--size-88{font-size:88px}.ORANGE ._white-text.--size-89{font-size:89px}.ORANGE ._white-text.--size-90{font-size:90px}.ORANGE ._white-text.--size-91{font-size:91px}.ORANGE ._white-text.--size-92{font-size:92px}.ORANGE ._white-text.--size-93{font-size:93px}.ORANGE ._white-text.--size-94{font-size:94px}.ORANGE ._white-text.--size-95{font-size:95px}.ORANGE ._white-text.--size-96{font-size:96px}.ORANGE ._white-text.--size-97{font-size:97px}.ORANGE ._white-text.--size-98{font-size:98px}.ORANGE ._white-text.--size-99{font-size:99px}.ORANGE ._white-text.--size-100{font-size:100px}.ORANGE ._white-text.--weight-100{font-weight:100}.ORANGE ._white-text.--weight-101{font-weight:101}.ORANGE ._white-text.--weight-102{font-weight:102}.ORANGE ._white-text.--weight-103{font-weight:103}.ORANGE ._white-text.--weight-104{font-weight:104}.ORANGE ._white-text.--weight-105{font-weight:105}.ORANGE ._white-text.--weight-106{font-weight:106}.ORANGE ._white-text.--weight-107{font-weight:107}.ORANGE ._white-text.--weight-108{font-weight:108}.ORANGE ._white-text.--weight-109{font-weight:109}.ORANGE ._white-text.--weight-110{font-weight:110}.ORANGE ._white-text.--weight-111{font-weight:111}.ORANGE ._white-text.--weight-112{font-weight:112}.ORANGE ._white-text.--weight-113{font-weight:113}.ORANGE ._white-text.--weight-114{font-weight:114}.ORANGE ._white-text.--weight-115{font-weight:115}.ORANGE ._white-text.--weight-116{font-weight:116}.ORANGE ._white-text.--weight-117{font-weight:117}.ORANGE ._white-text.--weight-118{font-weight:118}.ORANGE ._white-text.--weight-119{font-weight:119}.ORANGE ._white-text.--weight-120{font-weight:120}.ORANGE ._white-text.--weight-121{font-weight:121}.ORANGE ._white-text.--weight-122{font-weight:122}.ORANGE ._white-text.--weight-123{font-weight:123}.ORANGE ._white-text.--weight-124{font-weight:124}.ORANGE ._white-text.--weight-125{font-weight:125}.ORANGE ._white-text.--weight-126{font-weight:126}.ORANGE ._white-text.--weight-127{font-weight:127}.ORANGE ._white-text.--weight-128{font-weight:128}.ORANGE ._white-text.--weight-129{font-weight:129}.ORANGE ._white-text.--weight-130{font-weight:130}.ORANGE ._white-text.--weight-131{font-weight:131}.ORANGE ._white-text.--weight-132{font-weight:132}.ORANGE ._white-text.--weight-133{font-weight:133}.ORANGE ._white-text.--weight-134{font-weight:134}.ORANGE ._white-text.--weight-135{font-weight:135}.ORANGE ._white-text.--weight-136{font-weight:136}.ORANGE ._white-text.--weight-137{font-weight:137}.ORANGE ._white-text.--weight-138{font-weight:138}.ORANGE ._white-text.--weight-139{font-weight:139}.ORANGE ._white-text.--weight-140{font-weight:140}.ORANGE ._white-text.--weight-141{font-weight:141}.ORANGE ._white-text.--weight-142{font-weight:142}.ORANGE ._white-text.--weight-143{font-weight:143}.ORANGE ._white-text.--weight-144{font-weight:144}.ORANGE ._white-text.--weight-145{font-weight:145}.ORANGE ._white-text.--weight-146{font-weight:146}.ORANGE ._white-text.--weight-147{font-weight:147}.ORANGE ._white-text.--weight-148{font-weight:148}.ORANGE ._white-text.--weight-149{font-weight:149}.ORANGE ._white-text.--weight-150{font-weight:150}.ORANGE ._white-text.--weight-151{font-weight:151}.ORANGE ._white-text.--weight-152{font-weight:152}.ORANGE ._white-text.--weight-153{font-weight:153}.ORANGE ._white-text.--weight-154{font-weight:154}.ORANGE ._white-text.--weight-155{font-weight:155}.ORANGE ._white-text.--weight-156{font-weight:156}.ORANGE ._white-text.--weight-157{font-weight:157}.ORANGE ._white-text.--weight-158{font-weight:158}.ORANGE ._white-text.--weight-159{font-weight:159}.ORANGE ._white-text.--weight-160{font-weight:160}.ORANGE ._white-text.--weight-161{font-weight:161}.ORANGE ._white-text.--weight-162{font-weight:162}.ORANGE ._white-text.--weight-163{font-weight:163}.ORANGE ._white-text.--weight-164{font-weight:164}.ORANGE ._white-text.--weight-165{font-weight:165}.ORANGE ._white-text.--weight-166{font-weight:166}.ORANGE ._white-text.--weight-167{font-weight:167}.ORANGE ._white-text.--weight-168{font-weight:168}.ORANGE ._white-text.--weight-169{font-weight:169}.ORANGE ._white-text.--weight-170{font-weight:170}.ORANGE ._white-text.--weight-171{font-weight:171}.ORANGE ._white-text.--weight-172{font-weight:172}.ORANGE ._white-text.--weight-173{font-weight:173}.ORANGE ._white-text.--weight-174{font-weight:174}.ORANGE ._white-text.--weight-175{font-weight:175}.ORANGE ._white-text.--weight-176{font-weight:176}.ORANGE ._white-text.--weight-177{font-weight:177}.ORANGE ._white-text.--weight-178{font-weight:178}.ORANGE ._white-text.--weight-179{font-weight:179}.ORANGE ._white-text.--weight-180{font-weight:180}.ORANGE ._white-text.--weight-181{font-weight:181}.ORANGE ._white-text.--weight-182{font-weight:182}.ORANGE ._white-text.--weight-183{font-weight:183}.ORANGE ._white-text.--weight-184{font-weight:184}.ORANGE ._white-text.--weight-185{font-weight:185}.ORANGE ._white-text.--weight-186{font-weight:186}.ORANGE ._white-text.--weight-187{font-weight:187}.ORANGE ._white-text.--weight-188{font-weight:188}.ORANGE ._white-text.--weight-189{font-weight:189}.ORANGE ._white-text.--weight-190{font-weight:190}.ORANGE ._white-text.--weight-191{font-weight:191}.ORANGE ._white-text.--weight-192{font-weight:192}.ORANGE ._white-text.--weight-193{font-weight:193}.ORANGE ._white-text.--weight-194{font-weight:194}.ORANGE ._white-text.--weight-195{font-weight:195}.ORANGE ._white-text.--weight-196{font-weight:196}.ORANGE ._white-text.--weight-197{font-weight:197}.ORANGE ._white-text.--weight-198{font-weight:198}.ORANGE ._white-text.--weight-199{font-weight:199}.ORANGE ._white-text.--weight-200{font-weight:200}.ORANGE ._white-text.--weight-201{font-weight:201}.ORANGE ._white-text.--weight-202{font-weight:202}.ORANGE ._white-text.--weight-203{font-weight:203}.ORANGE ._white-text.--weight-204{font-weight:204}.ORANGE ._white-text.--weight-205{font-weight:205}.ORANGE ._white-text.--weight-206{font-weight:206}.ORANGE ._white-text.--weight-207{font-weight:207}.ORANGE ._white-text.--weight-208{font-weight:208}.ORANGE ._white-text.--weight-209{font-weight:209}.ORANGE ._white-text.--weight-210{font-weight:210}.ORANGE ._white-text.--weight-211{font-weight:211}.ORANGE ._white-text.--weight-212{font-weight:212}.ORANGE ._white-text.--weight-213{font-weight:213}.ORANGE ._white-text.--weight-214{font-weight:214}.ORANGE ._white-text.--weight-215{font-weight:215}.ORANGE ._white-text.--weight-216{font-weight:216}.ORANGE ._white-text.--weight-217{font-weight:217}.ORANGE ._white-text.--weight-218{font-weight:218}.ORANGE ._white-text.--weight-219{font-weight:219}.ORANGE ._white-text.--weight-220{font-weight:220}.ORANGE ._white-text.--weight-221{font-weight:221}.ORANGE ._white-text.--weight-222{font-weight:222}.ORANGE ._white-text.--weight-223{font-weight:223}.ORANGE ._white-text.--weight-224{font-weight:224}.ORANGE ._white-text.--weight-225{font-weight:225}.ORANGE ._white-text.--weight-226{font-weight:226}.ORANGE ._white-text.--weight-227{font-weight:227}.ORANGE ._white-text.--weight-228{font-weight:228}.ORANGE ._white-text.--weight-229{font-weight:229}.ORANGE ._white-text.--weight-230{font-weight:230}.ORANGE ._white-text.--weight-231{font-weight:231}.ORANGE ._white-text.--weight-232{font-weight:232}.ORANGE ._white-text.--weight-233{font-weight:233}.ORANGE ._white-text.--weight-234{font-weight:234}.ORANGE ._white-text.--weight-235{font-weight:235}.ORANGE ._white-text.--weight-236{font-weight:236}.ORANGE ._white-text.--weight-237{font-weight:237}.ORANGE ._white-text.--weight-238{font-weight:238}.ORANGE ._white-text.--weight-239{font-weight:239}.ORANGE ._white-text.--weight-240{font-weight:240}.ORANGE ._white-text.--weight-241{font-weight:241}.ORANGE ._white-text.--weight-242{font-weight:242}.ORANGE ._white-text.--weight-243{font-weight:243}.ORANGE ._white-text.--weight-244{font-weight:244}.ORANGE ._white-text.--weight-245{font-weight:245}.ORANGE ._white-text.--weight-246{font-weight:246}.ORANGE ._white-text.--weight-247{font-weight:247}.ORANGE ._white-text.--weight-248{font-weight:248}.ORANGE ._white-text.--weight-249{font-weight:249}.ORANGE ._white-text.--weight-250{font-weight:250}.ORANGE ._white-text.--weight-251{font-weight:251}.ORANGE ._white-text.--weight-252{font-weight:252}.ORANGE ._white-text.--weight-253{font-weight:253}.ORANGE ._white-text.--weight-254{font-weight:254}.ORANGE ._white-text.--weight-255{font-weight:255}.ORANGE ._white-text.--weight-256{font-weight:256}.ORANGE ._white-text.--weight-257{font-weight:257}.ORANGE ._white-text.--weight-258{font-weight:258}.ORANGE ._white-text.--weight-259{font-weight:259}.ORANGE ._white-text.--weight-260{font-weight:260}.ORANGE ._white-text.--weight-261{font-weight:261}.ORANGE ._white-text.--weight-262{font-weight:262}.ORANGE ._white-text.--weight-263{font-weight:263}.ORANGE ._white-text.--weight-264{font-weight:264}.ORANGE ._white-text.--weight-265{font-weight:265}.ORANGE ._white-text.--weight-266{font-weight:266}.ORANGE ._white-text.--weight-267{font-weight:267}.ORANGE ._white-text.--weight-268{font-weight:268}.ORANGE ._white-text.--weight-269{font-weight:269}.ORANGE ._white-text.--weight-270{font-weight:270}.ORANGE ._white-text.--weight-271{font-weight:271}.ORANGE ._white-text.--weight-272{font-weight:272}.ORANGE ._white-text.--weight-273{font-weight:273}.ORANGE ._white-text.--weight-274{font-weight:274}.ORANGE ._white-text.--weight-275{font-weight:275}.ORANGE ._white-text.--weight-276{font-weight:276}.ORANGE ._white-text.--weight-277{font-weight:277}.ORANGE ._white-text.--weight-278{font-weight:278}.ORANGE ._white-text.--weight-279{font-weight:279}.ORANGE ._white-text.--weight-280{font-weight:280}.ORANGE ._white-text.--weight-281{font-weight:281}.ORANGE ._white-text.--weight-282{font-weight:282}.ORANGE ._white-text.--weight-283{font-weight:283}.ORANGE ._white-text.--weight-284{font-weight:284}.ORANGE ._white-text.--weight-285{font-weight:285}.ORANGE ._white-text.--weight-286{font-weight:286}.ORANGE ._white-text.--weight-287{font-weight:287}.ORANGE ._white-text.--weight-288{font-weight:288}.ORANGE ._white-text.--weight-289{font-weight:289}.ORANGE ._white-text.--weight-290{font-weight:290}.ORANGE ._white-text.--weight-291{font-weight:291}.ORANGE ._white-text.--weight-292{font-weight:292}.ORANGE ._white-text.--weight-293{font-weight:293}.ORANGE ._white-text.--weight-294{font-weight:294}.ORANGE ._white-text.--weight-295{font-weight:295}.ORANGE ._white-text.--weight-296{font-weight:296}.ORANGE ._white-text.--weight-297{font-weight:297}.ORANGE ._white-text.--weight-298{font-weight:298}.ORANGE ._white-text.--weight-299{font-weight:299}.ORANGE ._white-text.--weight-300{font-weight:300}.ORANGE ._white-text.--weight-301{font-weight:301}.ORANGE ._white-text.--weight-302{font-weight:302}.ORANGE ._white-text.--weight-303{font-weight:303}.ORANGE ._white-text.--weight-304{font-weight:304}.ORANGE ._white-text.--weight-305{font-weight:305}.ORANGE ._white-text.--weight-306{font-weight:306}.ORANGE ._white-text.--weight-307{font-weight:307}.ORANGE ._white-text.--weight-308{font-weight:308}.ORANGE ._white-text.--weight-309{font-weight:309}.ORANGE ._white-text.--weight-310{font-weight:310}.ORANGE ._white-text.--weight-311{font-weight:311}.ORANGE ._white-text.--weight-312{font-weight:312}.ORANGE ._white-text.--weight-313{font-weight:313}.ORANGE ._white-text.--weight-314{font-weight:314}.ORANGE ._white-text.--weight-315{font-weight:315}.ORANGE ._white-text.--weight-316{font-weight:316}.ORANGE ._white-text.--weight-317{font-weight:317}.ORANGE ._white-text.--weight-318{font-weight:318}.ORANGE ._white-text.--weight-319{font-weight:319}.ORANGE ._white-text.--weight-320{font-weight:320}.ORANGE ._white-text.--weight-321{font-weight:321}.ORANGE ._white-text.--weight-322{font-weight:322}.ORANGE ._white-text.--weight-323{font-weight:323}.ORANGE ._white-text.--weight-324{font-weight:324}.ORANGE ._white-text.--weight-325{font-weight:325}.ORANGE ._white-text.--weight-326{font-weight:326}.ORANGE ._white-text.--weight-327{font-weight:327}.ORANGE ._white-text.--weight-328{font-weight:328}.ORANGE ._white-text.--weight-329{font-weight:329}.ORANGE ._white-text.--weight-330{font-weight:330}.ORANGE ._white-text.--weight-331{font-weight:331}.ORANGE ._white-text.--weight-332{font-weight:332}.ORANGE ._white-text.--weight-333{font-weight:333}.ORANGE ._white-text.--weight-334{font-weight:334}.ORANGE ._white-text.--weight-335{font-weight:335}.ORANGE ._white-text.--weight-336{font-weight:336}.ORANGE ._white-text.--weight-337{font-weight:337}.ORANGE ._white-text.--weight-338{font-weight:338}.ORANGE ._white-text.--weight-339{font-weight:339}.ORANGE ._white-text.--weight-340{font-weight:340}.ORANGE ._white-text.--weight-341{font-weight:341}.ORANGE ._white-text.--weight-342{font-weight:342}.ORANGE ._white-text.--weight-343{font-weight:343}.ORANGE ._white-text.--weight-344{font-weight:344}.ORANGE ._white-text.--weight-345{font-weight:345}.ORANGE ._white-text.--weight-346{font-weight:346}.ORANGE ._white-text.--weight-347{font-weight:347}.ORANGE ._white-text.--weight-348{font-weight:348}.ORANGE ._white-text.--weight-349{font-weight:349}.ORANGE ._white-text.--weight-350{font-weight:350}.ORANGE ._white-text.--weight-351{font-weight:351}.ORANGE ._white-text.--weight-352{font-weight:352}.ORANGE ._white-text.--weight-353{font-weight:353}.ORANGE ._white-text.--weight-354{font-weight:354}.ORANGE ._white-text.--weight-355{font-weight:355}.ORANGE ._white-text.--weight-356{font-weight:356}.ORANGE ._white-text.--weight-357{font-weight:357}.ORANGE ._white-text.--weight-358{font-weight:358}.ORANGE ._white-text.--weight-359{font-weight:359}.ORANGE ._white-text.--weight-360{font-weight:360}.ORANGE ._white-text.--weight-361{font-weight:361}.ORANGE ._white-text.--weight-362{font-weight:362}.ORANGE ._white-text.--weight-363{font-weight:363}.ORANGE ._white-text.--weight-364{font-weight:364}.ORANGE ._white-text.--weight-365{font-weight:365}.ORANGE ._white-text.--weight-366{font-weight:366}.ORANGE ._white-text.--weight-367{font-weight:367}.ORANGE ._white-text.--weight-368{font-weight:368}.ORANGE ._white-text.--weight-369{font-weight:369}.ORANGE ._white-text.--weight-370{font-weight:370}.ORANGE ._white-text.--weight-371{font-weight:371}.ORANGE ._white-text.--weight-372{font-weight:372}.ORANGE ._white-text.--weight-373{font-weight:373}.ORANGE ._white-text.--weight-374{font-weight:374}.ORANGE ._white-text.--weight-375{font-weight:375}.ORANGE ._white-text.--weight-376{font-weight:376}.ORANGE ._white-text.--weight-377{font-weight:377}.ORANGE ._white-text.--weight-378{font-weight:378}.ORANGE ._white-text.--weight-379{font-weight:379}.ORANGE ._white-text.--weight-380{font-weight:380}.ORANGE ._white-text.--weight-381{font-weight:381}.ORANGE ._white-text.--weight-382{font-weight:382}.ORANGE ._white-text.--weight-383{font-weight:383}.ORANGE ._white-text.--weight-384{font-weight:384}.ORANGE ._white-text.--weight-385{font-weight:385}.ORANGE ._white-text.--weight-386{font-weight:386}.ORANGE ._white-text.--weight-387{font-weight:387}.ORANGE ._white-text.--weight-388{font-weight:388}.ORANGE ._white-text.--weight-389{font-weight:389}.ORANGE ._white-text.--weight-390{font-weight:390}.ORANGE ._white-text.--weight-391{font-weight:391}.ORANGE ._white-text.--weight-392{font-weight:392}.ORANGE ._white-text.--weight-393{font-weight:393}.ORANGE ._white-text.--weight-394{font-weight:394}.ORANGE ._white-text.--weight-395{font-weight:395}.ORANGE ._white-text.--weight-396{font-weight:396}.ORANGE ._white-text.--weight-397{font-weight:397}.ORANGE ._white-text.--weight-398{font-weight:398}.ORANGE ._white-text.--weight-399{font-weight:399}.ORANGE ._white-text.--weight-400{font-weight:400}.ORANGE ._white-text.--weight-401{font-weight:401}.ORANGE ._white-text.--weight-402{font-weight:402}.ORANGE ._white-text.--weight-403{font-weight:403}.ORANGE ._white-text.--weight-404{font-weight:404}.ORANGE ._white-text.--weight-405{font-weight:405}.ORANGE ._white-text.--weight-406{font-weight:406}.ORANGE ._white-text.--weight-407{font-weight:407}.ORANGE ._white-text.--weight-408{font-weight:408}.ORANGE ._white-text.--weight-409{font-weight:409}.ORANGE ._white-text.--weight-410{font-weight:410}.ORANGE ._white-text.--weight-411{font-weight:411}.ORANGE ._white-text.--weight-412{font-weight:412}.ORANGE ._white-text.--weight-413{font-weight:413}.ORANGE ._white-text.--weight-414{font-weight:414}.ORANGE ._white-text.--weight-415{font-weight:415}.ORANGE ._white-text.--weight-416{font-weight:416}.ORANGE ._white-text.--weight-417{font-weight:417}.ORANGE ._white-text.--weight-418{font-weight:418}.ORANGE ._white-text.--weight-419{font-weight:419}.ORANGE ._white-text.--weight-420{font-weight:420}.ORANGE ._white-text.--weight-421{font-weight:421}.ORANGE ._white-text.--weight-422{font-weight:422}.ORANGE ._white-text.--weight-423{font-weight:423}.ORANGE ._white-text.--weight-424{font-weight:424}.ORANGE ._white-text.--weight-425{font-weight:425}.ORANGE ._white-text.--weight-426{font-weight:426}.ORANGE ._white-text.--weight-427{font-weight:427}.ORANGE ._white-text.--weight-428{font-weight:428}.ORANGE ._white-text.--weight-429{font-weight:429}.ORANGE ._white-text.--weight-430{font-weight:430}.ORANGE ._white-text.--weight-431{font-weight:431}.ORANGE ._white-text.--weight-432{font-weight:432}.ORANGE ._white-text.--weight-433{font-weight:433}.ORANGE ._white-text.--weight-434{font-weight:434}.ORANGE ._white-text.--weight-435{font-weight:435}.ORANGE ._white-text.--weight-436{font-weight:436}.ORANGE ._white-text.--weight-437{font-weight:437}.ORANGE ._white-text.--weight-438{font-weight:438}.ORANGE ._white-text.--weight-439{font-weight:439}.ORANGE ._white-text.--weight-440{font-weight:440}.ORANGE ._white-text.--weight-441{font-weight:441}.ORANGE ._white-text.--weight-442{font-weight:442}.ORANGE ._white-text.--weight-443{font-weight:443}.ORANGE ._white-text.--weight-444{font-weight:444}.ORANGE ._white-text.--weight-445{font-weight:445}.ORANGE ._white-text.--weight-446{font-weight:446}.ORANGE ._white-text.--weight-447{font-weight:447}.ORANGE ._white-text.--weight-448{font-weight:448}.ORANGE ._white-text.--weight-449{font-weight:449}.ORANGE ._white-text.--weight-450{font-weight:450}.ORANGE ._white-text.--weight-451{font-weight:451}.ORANGE ._white-text.--weight-452{font-weight:452}.ORANGE ._white-text.--weight-453{font-weight:453}.ORANGE ._white-text.--weight-454{font-weight:454}.ORANGE ._white-text.--weight-455{font-weight:455}.ORANGE ._white-text.--weight-456{font-weight:456}.ORANGE ._white-text.--weight-457{font-weight:457}.ORANGE ._white-text.--weight-458{font-weight:458}.ORANGE ._white-text.--weight-459{font-weight:459}.ORANGE ._white-text.--weight-460{font-weight:460}.ORANGE ._white-text.--weight-461{font-weight:461}.ORANGE ._white-text.--weight-462{font-weight:462}.ORANGE ._white-text.--weight-463{font-weight:463}.ORANGE ._white-text.--weight-464{font-weight:464}.ORANGE ._white-text.--weight-465{font-weight:465}.ORANGE ._white-text.--weight-466{font-weight:466}.ORANGE ._white-text.--weight-467{font-weight:467}.ORANGE ._white-text.--weight-468{font-weight:468}.ORANGE ._white-text.--weight-469{font-weight:469}.ORANGE ._white-text.--weight-470{font-weight:470}.ORANGE ._white-text.--weight-471{font-weight:471}.ORANGE ._white-text.--weight-472{font-weight:472}.ORANGE ._white-text.--weight-473{font-weight:473}.ORANGE ._white-text.--weight-474{font-weight:474}.ORANGE ._white-text.--weight-475{font-weight:475}.ORANGE ._white-text.--weight-476{font-weight:476}.ORANGE ._white-text.--weight-477{font-weight:477}.ORANGE ._white-text.--weight-478{font-weight:478}.ORANGE ._white-text.--weight-479{font-weight:479}.ORANGE ._white-text.--weight-480{font-weight:480}.ORANGE ._white-text.--weight-481{font-weight:481}.ORANGE ._white-text.--weight-482{font-weight:482}.ORANGE ._white-text.--weight-483{font-weight:483}.ORANGE ._white-text.--weight-484{font-weight:484}.ORANGE ._white-text.--weight-485{font-weight:485}.ORANGE ._white-text.--weight-486{font-weight:486}.ORANGE ._white-text.--weight-487{font-weight:487}.ORANGE ._white-text.--weight-488{font-weight:488}.ORANGE ._white-text.--weight-489{font-weight:489}.ORANGE ._white-text.--weight-490{font-weight:490}.ORANGE ._white-text.--weight-491{font-weight:491}.ORANGE ._white-text.--weight-492{font-weight:492}.ORANGE ._white-text.--weight-493{font-weight:493}.ORANGE ._white-text.--weight-494{font-weight:494}.ORANGE ._white-text.--weight-495{font-weight:495}.ORANGE ._white-text.--weight-496{font-weight:496}.ORANGE ._white-text.--weight-497{font-weight:497}.ORANGE ._white-text.--weight-498{font-weight:498}.ORANGE ._white-text.--weight-499{font-weight:499}.ORANGE ._white-text.--weight-500{font-weight:500}.ORANGE ._white-text.--weight-501{font-weight:501}.ORANGE ._white-text.--weight-502{font-weight:502}.ORANGE ._white-text.--weight-503{font-weight:503}.ORANGE ._white-text.--weight-504{font-weight:504}.ORANGE ._white-text.--weight-505{font-weight:505}.ORANGE ._white-text.--weight-506{font-weight:506}.ORANGE ._white-text.--weight-507{font-weight:507}.ORANGE ._white-text.--weight-508{font-weight:508}.ORANGE ._white-text.--weight-509{font-weight:509}.ORANGE ._white-text.--weight-510{font-weight:510}.ORANGE ._white-text.--weight-511{font-weight:511}.ORANGE ._white-text.--weight-512{font-weight:512}.ORANGE ._white-text.--weight-513{font-weight:513}.ORANGE ._white-text.--weight-514{font-weight:514}.ORANGE ._white-text.--weight-515{font-weight:515}.ORANGE ._white-text.--weight-516{font-weight:516}.ORANGE ._white-text.--weight-517{font-weight:517}.ORANGE ._white-text.--weight-518{font-weight:518}.ORANGE ._white-text.--weight-519{font-weight:519}.ORANGE ._white-text.--weight-520{font-weight:520}.ORANGE ._white-text.--weight-521{font-weight:521}.ORANGE ._white-text.--weight-522{font-weight:522}.ORANGE ._white-text.--weight-523{font-weight:523}.ORANGE ._white-text.--weight-524{font-weight:524}.ORANGE ._white-text.--weight-525{font-weight:525}.ORANGE ._white-text.--weight-526{font-weight:526}.ORANGE ._white-text.--weight-527{font-weight:527}.ORANGE ._white-text.--weight-528{font-weight:528}.ORANGE ._white-text.--weight-529{font-weight:529}.ORANGE ._white-text.--weight-530{font-weight:530}.ORANGE ._white-text.--weight-531{font-weight:531}.ORANGE ._white-text.--weight-532{font-weight:532}.ORANGE ._white-text.--weight-533{font-weight:533}.ORANGE ._white-text.--weight-534{font-weight:534}.ORANGE ._white-text.--weight-535{font-weight:535}.ORANGE ._white-text.--weight-536{font-weight:536}.ORANGE ._white-text.--weight-537{font-weight:537}.ORANGE ._white-text.--weight-538{font-weight:538}.ORANGE ._white-text.--weight-539{font-weight:539}.ORANGE ._white-text.--weight-540{font-weight:540}.ORANGE ._white-text.--weight-541{font-weight:541}.ORANGE ._white-text.--weight-542{font-weight:542}.ORANGE ._white-text.--weight-543{font-weight:543}.ORANGE ._white-text.--weight-544{font-weight:544}.ORANGE ._white-text.--weight-545{font-weight:545}.ORANGE ._white-text.--weight-546{font-weight:546}.ORANGE ._white-text.--weight-547{font-weight:547}.ORANGE ._white-text.--weight-548{font-weight:548}.ORANGE ._white-text.--weight-549{font-weight:549}.ORANGE ._white-text.--weight-550{font-weight:550}.ORANGE ._white-text.--weight-551{font-weight:551}.ORANGE ._white-text.--weight-552{font-weight:552}.ORANGE ._white-text.--weight-553{font-weight:553}.ORANGE ._white-text.--weight-554{font-weight:554}.ORANGE ._white-text.--weight-555{font-weight:555}.ORANGE ._white-text.--weight-556{font-weight:556}.ORANGE ._white-text.--weight-557{font-weight:557}.ORANGE ._white-text.--weight-558{font-weight:558}.ORANGE ._white-text.--weight-559{font-weight:559}.ORANGE ._white-text.--weight-560{font-weight:560}.ORANGE ._white-text.--weight-561{font-weight:561}.ORANGE ._white-text.--weight-562{font-weight:562}.ORANGE ._white-text.--weight-563{font-weight:563}.ORANGE ._white-text.--weight-564{font-weight:564}.ORANGE ._white-text.--weight-565{font-weight:565}.ORANGE ._white-text.--weight-566{font-weight:566}.ORANGE ._white-text.--weight-567{font-weight:567}.ORANGE ._white-text.--weight-568{font-weight:568}.ORANGE ._white-text.--weight-569{font-weight:569}.ORANGE ._white-text.--weight-570{font-weight:570}.ORANGE ._white-text.--weight-571{font-weight:571}.ORANGE ._white-text.--weight-572{font-weight:572}.ORANGE ._white-text.--weight-573{font-weight:573}.ORANGE ._white-text.--weight-574{font-weight:574}.ORANGE ._white-text.--weight-575{font-weight:575}.ORANGE ._white-text.--weight-576{font-weight:576}.ORANGE ._white-text.--weight-577{font-weight:577}.ORANGE ._white-text.--weight-578{font-weight:578}.ORANGE ._white-text.--weight-579{font-weight:579}.ORANGE ._white-text.--weight-580{font-weight:580}.ORANGE ._white-text.--weight-581{font-weight:581}.ORANGE ._white-text.--weight-582{font-weight:582}.ORANGE ._white-text.--weight-583{font-weight:583}.ORANGE ._white-text.--weight-584{font-weight:584}.ORANGE ._white-text.--weight-585{font-weight:585}.ORANGE ._white-text.--weight-586{font-weight:586}.ORANGE ._white-text.--weight-587{font-weight:587}.ORANGE ._white-text.--weight-588{font-weight:588}.ORANGE ._white-text.--weight-589{font-weight:589}.ORANGE ._white-text.--weight-590{font-weight:590}.ORANGE ._white-text.--weight-591{font-weight:591}.ORANGE ._white-text.--weight-592{font-weight:592}.ORANGE ._white-text.--weight-593{font-weight:593}.ORANGE ._white-text.--weight-594{font-weight:594}.ORANGE ._white-text.--weight-595{font-weight:595}.ORANGE ._white-text.--weight-596{font-weight:596}.ORANGE ._white-text.--weight-597{font-weight:597}.ORANGE ._white-text.--weight-598{font-weight:598}.ORANGE ._white-text.--weight-599{font-weight:599}.ORANGE ._white-text.--weight-600{font-weight:600}.ORANGE ._white-text.--weight-601{font-weight:601}.ORANGE ._white-text.--weight-602{font-weight:602}.ORANGE ._white-text.--weight-603{font-weight:603}.ORANGE ._white-text.--weight-604{font-weight:604}.ORANGE ._white-text.--weight-605{font-weight:605}.ORANGE ._white-text.--weight-606{font-weight:606}.ORANGE ._white-text.--weight-607{font-weight:607}.ORANGE ._white-text.--weight-608{font-weight:608}.ORANGE ._white-text.--weight-609{font-weight:609}.ORANGE ._white-text.--weight-610{font-weight:610}.ORANGE ._white-text.--weight-611{font-weight:611}.ORANGE ._white-text.--weight-612{font-weight:612}.ORANGE ._white-text.--weight-613{font-weight:613}.ORANGE ._white-text.--weight-614{font-weight:614}.ORANGE ._white-text.--weight-615{font-weight:615}.ORANGE ._white-text.--weight-616{font-weight:616}.ORANGE ._white-text.--weight-617{font-weight:617}.ORANGE ._white-text.--weight-618{font-weight:618}.ORANGE ._white-text.--weight-619{font-weight:619}.ORANGE ._white-text.--weight-620{font-weight:620}.ORANGE ._white-text.--weight-621{font-weight:621}.ORANGE ._white-text.--weight-622{font-weight:622}.ORANGE ._white-text.--weight-623{font-weight:623}.ORANGE ._white-text.--weight-624{font-weight:624}.ORANGE ._white-text.--weight-625{font-weight:625}.ORANGE ._white-text.--weight-626{font-weight:626}.ORANGE ._white-text.--weight-627{font-weight:627}.ORANGE ._white-text.--weight-628{font-weight:628}.ORANGE ._white-text.--weight-629{font-weight:629}.ORANGE ._white-text.--weight-630{font-weight:630}.ORANGE ._white-text.--weight-631{font-weight:631}.ORANGE ._white-text.--weight-632{font-weight:632}.ORANGE ._white-text.--weight-633{font-weight:633}.ORANGE ._white-text.--weight-634{font-weight:634}.ORANGE ._white-text.--weight-635{font-weight:635}.ORANGE ._white-text.--weight-636{font-weight:636}.ORANGE ._white-text.--weight-637{font-weight:637}.ORANGE ._white-text.--weight-638{font-weight:638}.ORANGE ._white-text.--weight-639{font-weight:639}.ORANGE ._white-text.--weight-640{font-weight:640}.ORANGE ._white-text.--weight-641{font-weight:641}.ORANGE ._white-text.--weight-642{font-weight:642}.ORANGE ._white-text.--weight-643{font-weight:643}.ORANGE ._white-text.--weight-644{font-weight:644}.ORANGE ._white-text.--weight-645{font-weight:645}.ORANGE ._white-text.--weight-646{font-weight:646}.ORANGE ._white-text.--weight-647{font-weight:647}.ORANGE ._white-text.--weight-648{font-weight:648}.ORANGE ._white-text.--weight-649{font-weight:649}.ORANGE ._white-text.--weight-650{font-weight:650}.ORANGE ._white-text.--weight-651{font-weight:651}.ORANGE ._white-text.--weight-652{font-weight:652}.ORANGE ._white-text.--weight-653{font-weight:653}.ORANGE ._white-text.--weight-654{font-weight:654}.ORANGE ._white-text.--weight-655{font-weight:655}.ORANGE ._white-text.--weight-656{font-weight:656}.ORANGE ._white-text.--weight-657{font-weight:657}.ORANGE ._white-text.--weight-658{font-weight:658}.ORANGE ._white-text.--weight-659{font-weight:659}.ORANGE ._white-text.--weight-660{font-weight:660}.ORANGE ._white-text.--weight-661{font-weight:661}.ORANGE ._white-text.--weight-662{font-weight:662}.ORANGE ._white-text.--weight-663{font-weight:663}.ORANGE ._white-text.--weight-664{font-weight:664}.ORANGE ._white-text.--weight-665{font-weight:665}.ORANGE ._white-text.--weight-666{font-weight:666}.ORANGE ._white-text.--weight-667{font-weight:667}.ORANGE ._white-text.--weight-668{font-weight:668}.ORANGE ._white-text.--weight-669{font-weight:669}.ORANGE ._white-text.--weight-670{font-weight:670}.ORANGE ._white-text.--weight-671{font-weight:671}.ORANGE ._white-text.--weight-672{font-weight:672}.ORANGE ._white-text.--weight-673{font-weight:673}.ORANGE ._white-text.--weight-674{font-weight:674}.ORANGE ._white-text.--weight-675{font-weight:675}.ORANGE ._white-text.--weight-676{font-weight:676}.ORANGE ._white-text.--weight-677{font-weight:677}.ORANGE ._white-text.--weight-678{font-weight:678}.ORANGE ._white-text.--weight-679{font-weight:679}.ORANGE ._white-text.--weight-680{font-weight:680}.ORANGE ._white-text.--weight-681{font-weight:681}.ORANGE ._white-text.--weight-682{font-weight:682}.ORANGE ._white-text.--weight-683{font-weight:683}.ORANGE ._white-text.--weight-684{font-weight:684}.ORANGE ._white-text.--weight-685{font-weight:685}.ORANGE ._white-text.--weight-686{font-weight:686}.ORANGE ._white-text.--weight-687{font-weight:687}.ORANGE ._white-text.--weight-688{font-weight:688}.ORANGE ._white-text.--weight-689{font-weight:689}.ORANGE ._white-text.--weight-690{font-weight:690}.ORANGE ._white-text.--weight-691{font-weight:691}.ORANGE ._white-text.--weight-692{font-weight:692}.ORANGE ._white-text.--weight-693{font-weight:693}.ORANGE ._white-text.--weight-694{font-weight:694}.ORANGE ._white-text.--weight-695{font-weight:695}.ORANGE ._white-text.--weight-696{font-weight:696}.ORANGE ._white-text.--weight-697{font-weight:697}.ORANGE ._white-text.--weight-698{font-weight:698}.ORANGE ._white-text.--weight-699{font-weight:699}.ORANGE ._white-text.--weight-700{font-weight:700}.ORANGE ._white-text.--weight-701{font-weight:701}.ORANGE ._white-text.--weight-702{font-weight:702}.ORANGE ._white-text.--weight-703{font-weight:703}.ORANGE ._white-text.--weight-704{font-weight:704}.ORANGE ._white-text.--weight-705{font-weight:705}.ORANGE ._white-text.--weight-706{font-weight:706}.ORANGE ._white-text.--weight-707{font-weight:707}.ORANGE ._white-text.--weight-708{font-weight:708}.ORANGE ._white-text.--weight-709{font-weight:709}.ORANGE ._white-text.--weight-710{font-weight:710}.ORANGE ._white-text.--weight-711{font-weight:711}.ORANGE ._white-text.--weight-712{font-weight:712}.ORANGE ._white-text.--weight-713{font-weight:713}.ORANGE ._white-text.--weight-714{font-weight:714}.ORANGE ._white-text.--weight-715{font-weight:715}.ORANGE ._white-text.--weight-716{font-weight:716}.ORANGE ._white-text.--weight-717{font-weight:717}.ORANGE ._white-text.--weight-718{font-weight:718}.ORANGE ._white-text.--weight-719{font-weight:719}.ORANGE ._white-text.--weight-720{font-weight:720}.ORANGE ._white-text.--weight-721{font-weight:721}.ORANGE ._white-text.--weight-722{font-weight:722}.ORANGE ._white-text.--weight-723{font-weight:723}.ORANGE ._white-text.--weight-724{font-weight:724}.ORANGE ._white-text.--weight-725{font-weight:725}.ORANGE ._white-text.--weight-726{font-weight:726}.ORANGE ._white-text.--weight-727{font-weight:727}.ORANGE ._white-text.--weight-728{font-weight:728}.ORANGE ._white-text.--weight-729{font-weight:729}.ORANGE ._white-text.--weight-730{font-weight:730}.ORANGE ._white-text.--weight-731{font-weight:731}.ORANGE ._white-text.--weight-732{font-weight:732}.ORANGE ._white-text.--weight-733{font-weight:733}.ORANGE ._white-text.--weight-734{font-weight:734}.ORANGE ._white-text.--weight-735{font-weight:735}.ORANGE ._white-text.--weight-736{font-weight:736}.ORANGE ._white-text.--weight-737{font-weight:737}.ORANGE ._white-text.--weight-738{font-weight:738}.ORANGE ._white-text.--weight-739{font-weight:739}.ORANGE ._white-text.--weight-740{font-weight:740}.ORANGE ._white-text.--weight-741{font-weight:741}.ORANGE ._white-text.--weight-742{font-weight:742}.ORANGE ._white-text.--weight-743{font-weight:743}.ORANGE ._white-text.--weight-744{font-weight:744}.ORANGE ._white-text.--weight-745{font-weight:745}.ORANGE ._white-text.--weight-746{font-weight:746}.ORANGE ._white-text.--weight-747{font-weight:747}.ORANGE ._white-text.--weight-748{font-weight:748}.ORANGE ._white-text.--weight-749{font-weight:749}.ORANGE ._white-text.--weight-750{font-weight:750}.ORANGE ._white-text.--weight-751{font-weight:751}.ORANGE ._white-text.--weight-752{font-weight:752}.ORANGE ._white-text.--weight-753{font-weight:753}.ORANGE ._white-text.--weight-754{font-weight:754}.ORANGE ._white-text.--weight-755{font-weight:755}.ORANGE ._white-text.--weight-756{font-weight:756}.ORANGE ._white-text.--weight-757{font-weight:757}.ORANGE ._white-text.--weight-758{font-weight:758}.ORANGE ._white-text.--weight-759{font-weight:759}.ORANGE ._white-text.--weight-760{font-weight:760}.ORANGE ._white-text.--weight-761{font-weight:761}.ORANGE ._white-text.--weight-762{font-weight:762}.ORANGE ._white-text.--weight-763{font-weight:763}.ORANGE ._white-text.--weight-764{font-weight:764}.ORANGE ._white-text.--weight-765{font-weight:765}.ORANGE ._white-text.--weight-766{font-weight:766}.ORANGE ._white-text.--weight-767{font-weight:767}.ORANGE ._white-text.--weight-768{font-weight:768}.ORANGE ._white-text.--weight-769{font-weight:769}.ORANGE ._white-text.--weight-770{font-weight:770}.ORANGE ._white-text.--weight-771{font-weight:771}.ORANGE ._white-text.--weight-772{font-weight:772}.ORANGE ._white-text.--weight-773{font-weight:773}.ORANGE ._white-text.--weight-774{font-weight:774}.ORANGE ._white-text.--weight-775{font-weight:775}.ORANGE ._white-text.--weight-776{font-weight:776}.ORANGE ._white-text.--weight-777{font-weight:777}.ORANGE ._white-text.--weight-778{font-weight:778}.ORANGE ._white-text.--weight-779{font-weight:779}.ORANGE ._white-text.--weight-780{font-weight:780}.ORANGE ._white-text.--weight-781{font-weight:781}.ORANGE ._white-text.--weight-782{font-weight:782}.ORANGE ._white-text.--weight-783{font-weight:783}.ORANGE ._white-text.--weight-784{font-weight:784}.ORANGE ._white-text.--weight-785{font-weight:785}.ORANGE ._white-text.--weight-786{font-weight:786}.ORANGE ._white-text.--weight-787{font-weight:787}.ORANGE ._white-text.--weight-788{font-weight:788}.ORANGE ._white-text.--weight-789{font-weight:789}.ORANGE ._white-text.--weight-790{font-weight:790}.ORANGE ._white-text.--weight-791{font-weight:791}.ORANGE ._white-text.--weight-792{font-weight:792}.ORANGE ._white-text.--weight-793{font-weight:793}.ORANGE ._white-text.--weight-794{font-weight:794}.ORANGE ._white-text.--weight-795{font-weight:795}.ORANGE ._white-text.--weight-796{font-weight:796}.ORANGE ._white-text.--weight-797{font-weight:797}.ORANGE ._white-text.--weight-798{font-weight:798}.ORANGE ._white-text.--weight-799{font-weight:799}.ORANGE ._white-text.--weight-800{font-weight:800}.ORANGE ._white-text.--lh-1{line-height:1px}.ORANGE ._white-text.--lh-2{line-height:2px}.ORANGE ._white-text.--lh-3{line-height:3px}.ORANGE ._white-text.--lh-4{line-height:4px}.ORANGE ._white-text.--lh-5{line-height:5px}.ORANGE ._white-text.--lh-6{line-height:6px}.ORANGE ._white-text.--lh-7{line-height:7px}.ORANGE ._white-text.--lh-8{line-height:8px}.ORANGE ._white-text.--lh-9{line-height:9px}.ORANGE ._white-text.--lh-10{line-height:10px}.ORANGE ._white-text.--lh-11{line-height:11px}.ORANGE ._white-text.--lh-12{line-height:12px}.ORANGE ._white-text.--lh-13{line-height:13px}.ORANGE ._white-text.--lh-14{line-height:14px}.ORANGE ._white-text.--lh-15{line-height:15px}.ORANGE ._white-text.--lh-16{line-height:16px}.ORANGE ._white-text.--lh-17{line-height:17px}.ORANGE ._white-text.--lh-18{line-height:18px}.ORANGE ._white-text.--lh-19{line-height:19px}.ORANGE ._white-text.--lh-20{line-height:20px}.ORANGE ._white-text.--lh-21{line-height:21px}.ORANGE ._white-text.--lh-22{line-height:22px}.ORANGE ._white-text.--lh-23{line-height:23px}.ORANGE ._white-text.--lh-24{line-height:24px}.ORANGE ._white-text.--lh-25{line-height:25px}.ORANGE ._white-text.--lh-26{line-height:26px}.ORANGE ._white-text.--lh-27{line-height:27px}.ORANGE ._white-text.--lh-28{line-height:28px}.ORANGE ._white-text.--lh-29{line-height:29px}.ORANGE ._white-text.--lh-30{line-height:30px}.ORANGE ._white-text.--lh-31{line-height:31px}.ORANGE ._white-text.--lh-32{line-height:32px}.ORANGE ._white-text.--lh-33{line-height:33px}.ORANGE ._white-text.--lh-34{line-height:34px}.ORANGE ._white-text.--lh-35{line-height:35px}.ORANGE ._white-text.--lh-36{line-height:36px}.ORANGE ._white-text.--lh-37{line-height:37px}.ORANGE ._white-text.--lh-38{line-height:38px}.ORANGE ._white-text.--lh-39{line-height:39px}.ORANGE ._white-text.--lh-40{line-height:40px}.ORANGE ._white-text.--lh-41{line-height:41px}.ORANGE ._white-text.--lh-42{line-height:42px}.ORANGE ._white-text.--lh-43{line-height:43px}.ORANGE ._white-text.--lh-44{line-height:44px}.ORANGE ._white-text.--lh-45{line-height:45px}.ORANGE ._white-text.--lh-46{line-height:46px}.ORANGE ._white-text.--lh-47{line-height:47px}.ORANGE ._white-text.--lh-48{line-height:48px}.ORANGE ._white-text.--lh-49{line-height:49px}.ORANGE ._white-text.--lh-50{line-height:50px}.ORANGE ._white-text.--lh-51{line-height:51px}.ORANGE ._white-text.--lh-52{line-height:52px}.ORANGE ._white-text.--lh-53{line-height:53px}.ORANGE ._white-text.--lh-54{line-height:54px}.ORANGE ._white-text.--lh-55{line-height:55px}.ORANGE ._white-text.--lh-56{line-height:56px}.ORANGE ._white-text.--lh-57{line-height:57px}.ORANGE ._white-text.--lh-58{line-height:58px}.ORANGE ._white-text.--lh-59{line-height:59px}.ORANGE ._white-text.--lh-60{line-height:60px}.ORANGE ._white-text.--lh-61{line-height:61px}.ORANGE ._white-text.--lh-62{line-height:62px}.ORANGE ._white-text.--lh-63{line-height:63px}.ORANGE ._white-text.--lh-64{line-height:64px}.ORANGE ._white-text.--lh-65{line-height:65px}.ORANGE ._white-text.--lh-66{line-height:66px}.ORANGE ._white-text.--lh-67{line-height:67px}.ORANGE ._white-text.--lh-68{line-height:68px}.ORANGE ._white-text.--lh-69{line-height:69px}.ORANGE ._white-text.--lh-70{line-height:70px}.ORANGE ._white-text.--lh-71{line-height:71px}.ORANGE ._white-text.--lh-72{line-height:72px}.ORANGE ._white-text.--lh-73{line-height:73px}.ORANGE ._white-text.--lh-74{line-height:74px}.ORANGE ._white-text.--lh-75{line-height:75px}.ORANGE ._white-text.--lh-76{line-height:76px}.ORANGE ._white-text.--lh-77{line-height:77px}.ORANGE ._white-text.--lh-78{line-height:78px}.ORANGE ._white-text.--lh-79{line-height:79px}.ORANGE ._white-text.--lh-80{line-height:80px}.ORANGE ._white-text.--lh-81{line-height:81px}.ORANGE ._white-text.--lh-82{line-height:82px}.ORANGE ._white-text.--lh-83{line-height:83px}.ORANGE ._white-text.--lh-84{line-height:84px}.ORANGE ._white-text.--lh-85{line-height:85px}.ORANGE ._white-text.--lh-86{line-height:86px}.ORANGE ._white-text.--lh-87{line-height:87px}.ORANGE ._white-text.--lh-88{line-height:88px}.ORANGE ._white-text.--lh-89{line-height:89px}.ORANGE ._white-text.--lh-90{line-height:90px}.ORANGE ._white-text.--lh-91{line-height:91px}.ORANGE ._white-text.--lh-92{line-height:92px}.ORANGE ._white-text.--lh-93{line-height:93px}.ORANGE ._white-text.--lh-94{line-height:94px}.ORANGE ._white-text.--lh-95{line-height:95px}.ORANGE ._white-text.--lh-96{line-height:96px}.ORANGE ._white-text.--lh-97{line-height:97px}.ORANGE ._white-text.--lh-98{line-height:98px}.ORANGE ._white-text.--lh-99{line-height:99px}.ORANGE ._white-text.--lh-100{line-height:100px}.ORANGE ._white-text.--lh-101{line-height:101px}.ORANGE ._white-text.--lh-102{line-height:102px}.ORANGE ._white-text.--lh-103{line-height:103px}.ORANGE ._white-text.--lh-104{line-height:104px}.ORANGE ._white-text.--lh-105{line-height:105px}.ORANGE ._white-text.--lh-106{line-height:106px}.ORANGE ._white-text.--lh-107{line-height:107px}.ORANGE ._white-text.--lh-108{line-height:108px}.ORANGE ._white-text.--lh-109{line-height:109px}.ORANGE ._white-text.--lh-110{line-height:110px}.ORANGE ._white-text.--lh-111{line-height:111px}.ORANGE ._white-text.--lh-112{line-height:112px}.ORANGE ._white-text.--lh-113{line-height:113px}.ORANGE ._white-text.--lh-114{line-height:114px}.ORANGE ._white-text.--lh-115{line-height:115px}.ORANGE ._white-text.--lh-116{line-height:116px}.ORANGE ._white-text.--lh-117{line-height:117px}.ORANGE ._white-text.--lh-118{line-height:118px}.ORANGE ._white-text.--lh-119{line-height:119px}.ORANGE ._white-text.--lh-120{line-height:120px}.ORANGE ._white-text.--lh-121{line-height:121px}.ORANGE ._white-text.--lh-122{line-height:122px}.ORANGE ._white-text.--lh-123{line-height:123px}.ORANGE ._white-text.--lh-124{line-height:124px}.ORANGE ._white-text.--lh-125{line-height:125px}.ORANGE ._white-text.--lh-126{line-height:126px}.ORANGE ._white-text.--lh-127{line-height:127px}.ORANGE ._white-text.--lh-128{line-height:128px}.ORANGE ._white-text.--lh-129{line-height:129px}.ORANGE ._white-text.--lh-130{line-height:130px}.ORANGE ._white-text.--lh-131{line-height:131px}.ORANGE ._white-text.--lh-132{line-height:132px}.ORANGE ._white-text.--lh-133{line-height:133px}.ORANGE ._white-text.--lh-134{line-height:134px}.ORANGE ._white-text.--lh-135{line-height:135px}.ORANGE ._white-text.--lh-136{line-height:136px}.ORANGE ._white-text.--lh-137{line-height:137px}.ORANGE ._white-text.--lh-138{line-height:138px}.ORANGE ._white-text.--lh-139{line-height:139px}.ORANGE ._white-text.--lh-140{line-height:140px}.ORANGE ._white-text.--lh-141{line-height:141px}.ORANGE ._white-text.--lh-142{line-height:142px}.ORANGE ._white-text.--lh-143{line-height:143px}.ORANGE ._white-text.--lh-144{line-height:144px}.ORANGE ._white-text.--lh-145{line-height:145px}.ORANGE ._white-text.--lh-146{line-height:146px}.ORANGE ._white-text.--lh-147{line-height:147px}.ORANGE ._white-text.--lh-148{line-height:148px}.ORANGE ._white-text.--lh-149{line-height:149px}.ORANGE ._white-text.--lh-150{line-height:150px}.ORANGE ._white-text.--lh-151{line-height:151px}.ORANGE ._white-text.--lh-152{line-height:152px}.ORANGE ._white-text.--lh-153{line-height:153px}.ORANGE ._white-text.--lh-154{line-height:154px}.ORANGE ._white-text.--lh-155{line-height:155px}.ORANGE ._white-text.--lh-156{line-height:156px}.ORANGE ._white-text.--lh-157{line-height:157px}.ORANGE ._white-text.--lh-158{line-height:158px}.ORANGE ._white-text.--lh-159{line-height:159px}.ORANGE ._white-text.--lh-160{line-height:160px}.ORANGE ._white-text.--lh-161{line-height:161px}.ORANGE ._white-text.--lh-162{line-height:162px}.ORANGE ._white-text.--lh-163{line-height:163px}.ORANGE ._white-text.--lh-164{line-height:164px}.ORANGE ._white-text.--lh-165{line-height:165px}.ORANGE ._white-text.--lh-166{line-height:166px}.ORANGE ._white-text.--lh-167{line-height:167px}.ORANGE ._white-text.--lh-168{line-height:168px}.ORANGE ._white-text.--lh-169{line-height:169px}.ORANGE ._white-text.--lh-170{line-height:170px}.ORANGE ._white-text.--lh-171{line-height:171px}.ORANGE ._white-text.--lh-172{line-height:172px}.ORANGE ._white-text.--lh-173{line-height:173px}.ORANGE ._white-text.--lh-174{line-height:174px}.ORANGE ._white-text.--lh-175{line-height:175px}.ORANGE ._white-text.--lh-176{line-height:176px}.ORANGE ._white-text.--lh-177{line-height:177px}.ORANGE ._white-text.--lh-178{line-height:178px}.ORANGE ._white-text.--lh-179{line-height:179px}.ORANGE ._white-text.--lh-180{line-height:180px}.ORANGE ._white-text.--lh-181{line-height:181px}.ORANGE ._white-text.--lh-182{line-height:182px}.ORANGE ._white-text.--lh-183{line-height:183px}.ORANGE ._white-text.--lh-184{line-height:184px}.ORANGE ._white-text.--lh-185{line-height:185px}.ORANGE ._white-text.--lh-186{line-height:186px}.ORANGE ._white-text.--lh-187{line-height:187px}.ORANGE ._white-text.--lh-188{line-height:188px}.ORANGE ._white-text.--lh-189{line-height:189px}.ORANGE ._white-text.--lh-190{line-height:190px}.ORANGE ._white-text.--lh-191{line-height:191px}.ORANGE ._white-text.--lh-192{line-height:192px}.ORANGE ._white-text.--lh-193{line-height:193px}.ORANGE ._white-text.--lh-194{line-height:194px}.ORANGE ._white-text.--lh-195{line-height:195px}.ORANGE ._white-text.--lh-196{line-height:196px}.ORANGE ._white-text.--lh-197{line-height:197px}.ORANGE ._white-text.--lh-198{line-height:198px}.ORANGE ._white-text.--lh-199{line-height:199px}.ORANGE ._white-text.--lh-200{line-height:200px}.ORANGE ._white-text.--lh-201{line-height:201px}.ORANGE ._white-text.--lh-202{line-height:202px}.ORANGE ._white-text.--lh-203{line-height:203px}.ORANGE ._white-text.--lh-204{line-height:204px}.ORANGE ._white-text.--lh-205{line-height:205px}.ORANGE ._white-text.--lh-206{line-height:206px}.ORANGE ._white-text.--lh-207{line-height:207px}.ORANGE ._white-text.--lh-208{line-height:208px}.ORANGE ._white-text.--lh-209{line-height:209px}.ORANGE ._white-text.--lh-210{line-height:210px}.ORANGE ._white-text.--lh-211{line-height:211px}.ORANGE ._white-text.--lh-212{line-height:212px}.ORANGE ._white-text.--lh-213{line-height:213px}.ORANGE ._white-text.--lh-214{line-height:214px}.ORANGE ._white-text.--lh-215{line-height:215px}.ORANGE ._white-text.--lh-216{line-height:216px}.ORANGE ._white-text.--lh-217{line-height:217px}.ORANGE ._white-text.--lh-218{line-height:218px}.ORANGE ._white-text.--lh-219{line-height:219px}.ORANGE ._white-text.--lh-220{line-height:220px}.ORANGE ._white-text.--lh-221{line-height:221px}.ORANGE ._white-text.--lh-222{line-height:222px}.ORANGE ._white-text.--lh-223{line-height:223px}.ORANGE ._white-text.--lh-224{line-height:224px}.ORANGE ._white-text.--lh-225{line-height:225px}.ORANGE ._white-text.--lh-226{line-height:226px}.ORANGE ._white-text.--lh-227{line-height:227px}.ORANGE ._white-text.--lh-228{line-height:228px}.ORANGE ._white-text.--lh-229{line-height:229px}.ORANGE ._white-text.--lh-230{line-height:230px}.ORANGE ._white-text.--lh-231{line-height:231px}.ORANGE ._white-text.--lh-232{line-height:232px}.ORANGE ._white-text.--lh-233{line-height:233px}.ORANGE ._white-text.--lh-234{line-height:234px}.ORANGE ._white-text.--lh-235{line-height:235px}.ORANGE ._white-text.--lh-236{line-height:236px}.ORANGE ._white-text.--lh-237{line-height:237px}.ORANGE ._white-text.--lh-238{line-height:238px}.ORANGE ._white-text.--lh-239{line-height:239px}.ORANGE ._white-text.--lh-240{line-height:240px}.ORANGE ._white-text.--lh-241{line-height:241px}.ORANGE ._white-text.--lh-242{line-height:242px}.ORANGE ._white-text.--lh-243{line-height:243px}.ORANGE ._white-text.--lh-244{line-height:244px}.ORANGE ._white-text.--lh-245{line-height:245px}.ORANGE ._white-text.--lh-246{line-height:246px}.ORANGE ._white-text.--lh-247{line-height:247px}.ORANGE ._white-text.--lh-248{line-height:248px}.ORANGE ._white-text.--lh-249{line-height:249px}.ORANGE ._white-text.--lh-250{line-height:250px}.ORANGE ._white-text.--lh-251{line-height:251px}.ORANGE ._white-text.--lh-252{line-height:252px}.ORANGE ._white-text.--lh-253{line-height:253px}.ORANGE ._white-text.--lh-254{line-height:254px}.ORANGE ._white-text.--lh-255{line-height:255px}.ORANGE ._white-text.--lh-256{line-height:256px}.ORANGE ._white-text.--lh-257{line-height:257px}.ORANGE ._white-text.--lh-258{line-height:258px}.ORANGE ._white-text.--lh-259{line-height:259px}.ORANGE ._white-text.--lh-260{line-height:260px}.ORANGE ._white-text.--lh-261{line-height:261px}.ORANGE ._white-text.--lh-262{line-height:262px}.ORANGE ._white-text.--lh-263{line-height:263px}.ORANGE ._white-text.--lh-264{line-height:264px}.ORANGE ._white-text.--lh-265{line-height:265px}.ORANGE ._white-text.--lh-266{line-height:266px}.ORANGE ._white-text.--lh-267{line-height:267px}.ORANGE ._white-text.--lh-268{line-height:268px}.ORANGE ._white-text.--lh-269{line-height:269px}.ORANGE ._white-text.--lh-270{line-height:270px}.ORANGE ._white-text.--lh-271{line-height:271px}.ORANGE ._white-text.--lh-272{line-height:272px}.ORANGE ._white-text.--lh-273{line-height:273px}.ORANGE ._white-text.--lh-274{line-height:274px}.ORANGE ._white-text.--lh-275{line-height:275px}.ORANGE ._white-text.--lh-276{line-height:276px}.ORANGE ._white-text.--lh-277{line-height:277px}.ORANGE ._white-text.--lh-278{line-height:278px}.ORANGE ._white-text.--lh-279{line-height:279px}.ORANGE ._white-text.--lh-280{line-height:280px}.ORANGE ._white-text.--lh-281{line-height:281px}.ORANGE ._white-text.--lh-282{line-height:282px}.ORANGE ._white-text.--lh-283{line-height:283px}.ORANGE ._white-text.--lh-284{line-height:284px}.ORANGE ._white-text.--lh-285{line-height:285px}.ORANGE ._white-text.--lh-286{line-height:286px}.ORANGE ._white-text.--lh-287{line-height:287px}.ORANGE ._white-text.--lh-288{line-height:288px}.ORANGE ._white-text.--lh-289{line-height:289px}.ORANGE ._white-text.--lh-290{line-height:290px}.ORANGE ._white-text.--lh-291{line-height:291px}.ORANGE ._white-text.--lh-292{line-height:292px}.ORANGE ._white-text.--lh-293{line-height:293px}.ORANGE ._white-text.--lh-294{line-height:294px}.ORANGE ._white-text.--lh-295{line-height:295px}.ORANGE ._white-text.--lh-296{line-height:296px}.ORANGE ._white-text.--lh-297{line-height:297px}.ORANGE ._white-text.--lh-298{line-height:298px}.ORANGE ._white-text.--lh-299{line-height:299px}.ORANGE ._white-text.--lh-300{line-height:300px}.ORANGE ._white-text.--lh-301{line-height:301px}.ORANGE ._white-text.--lh-302{line-height:302px}.ORANGE ._white-text.--lh-303{line-height:303px}.ORANGE ._white-text.--lh-304{line-height:304px}.ORANGE ._white-text.--lh-305{line-height:305px}.ORANGE ._white-text.--lh-306{line-height:306px}.ORANGE ._white-text.--lh-307{line-height:307px}.ORANGE ._white-text.--lh-308{line-height:308px}.ORANGE ._white-text.--lh-309{line-height:309px}.ORANGE ._white-text.--lh-310{line-height:310px}.ORANGE ._white-text.--lh-311{line-height:311px}.ORANGE ._white-text.--lh-312{line-height:312px}.ORANGE ._white-text.--lh-313{line-height:313px}.ORANGE ._white-text.--lh-314{line-height:314px}.ORANGE ._white-text.--lh-315{line-height:315px}.ORANGE ._white-text.--lh-316{line-height:316px}.ORANGE ._white-text.--lh-317{line-height:317px}.ORANGE ._white-text.--lh-318{line-height:318px}.ORANGE ._white-text.--lh-319{line-height:319px}.ORANGE ._white-text.--lh-320{line-height:320px}.ORANGE ._white-text.--lh-321{line-height:321px}.ORANGE ._white-text.--lh-322{line-height:322px}.ORANGE ._white-text.--lh-323{line-height:323px}.ORANGE ._white-text.--lh-324{line-height:324px}.ORANGE ._white-text.--lh-325{line-height:325px}.ORANGE ._white-text.--lh-326{line-height:326px}.ORANGE ._white-text.--lh-327{line-height:327px}.ORANGE ._white-text.--lh-328{line-height:328px}.ORANGE ._white-text.--lh-329{line-height:329px}.ORANGE ._white-text.--lh-330{line-height:330px}.ORANGE ._white-text.--lh-331{line-height:331px}.ORANGE ._white-text.--lh-332{line-height:332px}.ORANGE ._white-text.--lh-333{line-height:333px}.ORANGE ._white-text.--lh-334{line-height:334px}.ORANGE ._white-text.--lh-335{line-height:335px}.ORANGE ._white-text.--lh-336{line-height:336px}.ORANGE ._white-text.--lh-337{line-height:337px}.ORANGE ._white-text.--lh-338{line-height:338px}.ORANGE ._white-text.--lh-339{line-height:339px}.ORANGE ._white-text.--lh-340{line-height:340px}.ORANGE ._white-text.--lh-341{line-height:341px}.ORANGE ._white-text.--lh-342{line-height:342px}.ORANGE ._white-text.--lh-343{line-height:343px}.ORANGE ._white-text.--lh-344{line-height:344px}.ORANGE ._white-text.--lh-345{line-height:345px}.ORANGE ._white-text.--lh-346{line-height:346px}.ORANGE ._white-text.--lh-347{line-height:347px}.ORANGE ._white-text.--lh-348{line-height:348px}.ORANGE ._white-text.--lh-349{line-height:349px}.ORANGE ._white-text.--lh-350{line-height:350px}.ORANGE ._white-text.--lh-351{line-height:351px}.ORANGE ._white-text.--lh-352{line-height:352px}.ORANGE ._white-text.--lh-353{line-height:353px}.ORANGE ._white-text.--lh-354{line-height:354px}.ORANGE ._white-text.--lh-355{line-height:355px}.ORANGE ._white-text.--lh-356{line-height:356px}.ORANGE ._white-text.--lh-357{line-height:357px}.ORANGE ._white-text.--lh-358{line-height:358px}.ORANGE ._white-text.--lh-359{line-height:359px}.ORANGE ._white-text.--lh-360{line-height:360px}.ORANGE ._white-text.--lh-361{line-height:361px}.ORANGE ._white-text.--lh-362{line-height:362px}.ORANGE ._white-text.--lh-363{line-height:363px}.ORANGE ._white-text.--lh-364{line-height:364px}.ORANGE ._white-text.--lh-365{line-height:365px}.ORANGE ._white-text.--lh-366{line-height:366px}.ORANGE ._white-text.--lh-367{line-height:367px}.ORANGE ._white-text.--lh-368{line-height:368px}.ORANGE ._white-text.--lh-369{line-height:369px}.ORANGE ._white-text.--lh-370{line-height:370px}.ORANGE ._white-text.--lh-371{line-height:371px}.ORANGE ._white-text.--lh-372{line-height:372px}.ORANGE ._white-text.--lh-373{line-height:373px}.ORANGE ._white-text.--lh-374{line-height:374px}.ORANGE ._white-text.--lh-375{line-height:375px}.ORANGE ._white-text.--lh-376{line-height:376px}.ORANGE ._white-text.--lh-377{line-height:377px}.ORANGE ._white-text.--lh-378{line-height:378px}.ORANGE ._white-text.--lh-379{line-height:379px}.ORANGE ._white-text.--lh-380{line-height:380px}.ORANGE ._white-text.--lh-381{line-height:381px}.ORANGE ._white-text.--lh-382{line-height:382px}.ORANGE ._white-text.--lh-383{line-height:383px}.ORANGE ._white-text.--lh-384{line-height:384px}.ORANGE ._white-text.--lh-385{line-height:385px}.ORANGE ._white-text.--lh-386{line-height:386px}.ORANGE ._white-text.--lh-387{line-height:387px}.ORANGE ._white-text.--lh-388{line-height:388px}.ORANGE ._white-text.--lh-389{line-height:389px}.ORANGE ._white-text.--lh-390{line-height:390px}.ORANGE ._white-text.--lh-391{line-height:391px}.ORANGE ._white-text.--lh-392{line-height:392px}.ORANGE ._white-text.--lh-393{line-height:393px}.ORANGE ._white-text.--lh-394{line-height:394px}.ORANGE ._white-text.--lh-395{line-height:395px}.ORANGE ._white-text.--lh-396{line-height:396px}.ORANGE ._white-text.--lh-397{line-height:397px}.ORANGE ._white-text.--lh-398{line-height:398px}.ORANGE ._white-text.--lh-399{line-height:399px}.ORANGE ._white-text.--lh-400{line-height:400px}.ORANGE ._white-text.--lh-401{line-height:401px}.ORANGE ._white-text.--lh-402{line-height:402px}.ORANGE ._white-text.--lh-403{line-height:403px}.ORANGE ._white-text.--lh-404{line-height:404px}.ORANGE ._white-text.--lh-405{line-height:405px}.ORANGE ._white-text.--lh-406{line-height:406px}.ORANGE ._white-text.--lh-407{line-height:407px}.ORANGE ._white-text.--lh-408{line-height:408px}.ORANGE ._white-text.--lh-409{line-height:409px}.ORANGE ._white-text.--lh-410{line-height:410px}.ORANGE ._white-text.--lh-411{line-height:411px}.ORANGE ._white-text.--lh-412{line-height:412px}.ORANGE ._white-text.--lh-413{line-height:413px}.ORANGE ._white-text.--lh-414{line-height:414px}.ORANGE ._white-text.--lh-415{line-height:415px}.ORANGE ._white-text.--lh-416{line-height:416px}.ORANGE ._white-text.--lh-417{line-height:417px}.ORANGE ._white-text.--lh-418{line-height:418px}.ORANGE ._white-text.--lh-419{line-height:419px}.ORANGE ._white-text.--lh-420{line-height:420px}.ORANGE ._white-text.--lh-421{line-height:421px}.ORANGE ._white-text.--lh-422{line-height:422px}.ORANGE ._white-text.--lh-423{line-height:423px}.ORANGE ._white-text.--lh-424{line-height:424px}.ORANGE ._white-text.--lh-425{line-height:425px}.ORANGE ._white-text.--lh-426{line-height:426px}.ORANGE ._white-text.--lh-427{line-height:427px}.ORANGE ._white-text.--lh-428{line-height:428px}.ORANGE ._white-text.--lh-429{line-height:429px}.ORANGE ._white-text.--lh-430{line-height:430px}.ORANGE ._white-text.--lh-431{line-height:431px}.ORANGE ._white-text.--lh-432{line-height:432px}.ORANGE ._white-text.--lh-433{line-height:433px}.ORANGE ._white-text.--lh-434{line-height:434px}.ORANGE ._white-text.--lh-435{line-height:435px}.ORANGE ._white-text.--lh-436{line-height:436px}.ORANGE ._white-text.--lh-437{line-height:437px}.ORANGE ._white-text.--lh-438{line-height:438px}.ORANGE ._white-text.--lh-439{line-height:439px}.ORANGE ._white-text.--lh-440{line-height:440px}.ORANGE ._white-text.--lh-441{line-height:441px}.ORANGE ._white-text.--lh-442{line-height:442px}.ORANGE ._white-text.--lh-443{line-height:443px}.ORANGE ._white-text.--lh-444{line-height:444px}.ORANGE ._white-text.--lh-445{line-height:445px}.ORANGE ._white-text.--lh-446{line-height:446px}.ORANGE ._white-text.--lh-447{line-height:447px}.ORANGE ._white-text.--lh-448{line-height:448px}.ORANGE ._white-text.--lh-449{line-height:449px}.ORANGE ._white-text.--lh-450{line-height:450px}.ORANGE ._white-text.--lh-451{line-height:451px}.ORANGE ._white-text.--lh-452{line-height:452px}.ORANGE ._white-text.--lh-453{line-height:453px}.ORANGE ._white-text.--lh-454{line-height:454px}.ORANGE ._white-text.--lh-455{line-height:455px}.ORANGE ._white-text.--lh-456{line-height:456px}.ORANGE ._white-text.--lh-457{line-height:457px}.ORANGE ._white-text.--lh-458{line-height:458px}.ORANGE ._white-text.--lh-459{line-height:459px}.ORANGE ._white-text.--lh-460{line-height:460px}.ORANGE ._white-text.--lh-461{line-height:461px}.ORANGE ._white-text.--lh-462{line-height:462px}.ORANGE ._white-text.--lh-463{line-height:463px}.ORANGE ._white-text.--lh-464{line-height:464px}.ORANGE ._white-text.--lh-465{line-height:465px}.ORANGE ._white-text.--lh-466{line-height:466px}.ORANGE ._white-text.--lh-467{line-height:467px}.ORANGE ._white-text.--lh-468{line-height:468px}.ORANGE ._white-text.--lh-469{line-height:469px}.ORANGE ._white-text.--lh-470{line-height:470px}.ORANGE ._white-text.--lh-471{line-height:471px}.ORANGE ._white-text.--lh-472{line-height:472px}.ORANGE ._white-text.--lh-473{line-height:473px}.ORANGE ._white-text.--lh-474{line-height:474px}.ORANGE ._white-text.--lh-475{line-height:475px}.ORANGE ._white-text.--lh-476{line-height:476px}.ORANGE ._white-text.--lh-477{line-height:477px}.ORANGE ._white-text.--lh-478{line-height:478px}.ORANGE ._white-text.--lh-479{line-height:479px}.ORANGE ._white-text.--lh-480{line-height:480px}.ORANGE ._white-text.--lh-481{line-height:481px}.ORANGE ._white-text.--lh-482{line-height:482px}.ORANGE ._white-text.--lh-483{line-height:483px}.ORANGE ._white-text.--lh-484{line-height:484px}.ORANGE ._white-text.--lh-485{line-height:485px}.ORANGE ._white-text.--lh-486{line-height:486px}.ORANGE ._white-text.--lh-487{line-height:487px}.ORANGE ._white-text.--lh-488{line-height:488px}.ORANGE ._white-text.--lh-489{line-height:489px}.ORANGE ._white-text.--lh-490{line-height:490px}.ORANGE ._white-text.--lh-491{line-height:491px}.ORANGE ._white-text.--lh-492{line-height:492px}.ORANGE ._white-text.--lh-493{line-height:493px}.ORANGE ._white-text.--lh-494{line-height:494px}.ORANGE ._white-text.--lh-495{line-height:495px}.ORANGE ._white-text.--lh-496{line-height:496px}.ORANGE ._white-text.--lh-497{line-height:497px}.ORANGE ._white-text.--lh-498{line-height:498px}.ORANGE ._white-text.--lh-499{line-height:499px}.ORANGE ._white-text.--lh-500{line-height:500px}.ORANGE ._white-text.--lh-501{line-height:501px}.ORANGE ._white-text.--lh-502{line-height:502px}.ORANGE ._white-text.--lh-503{line-height:503px}.ORANGE ._white-text.--lh-504{line-height:504px}.ORANGE ._white-text.--lh-505{line-height:505px}.ORANGE ._white-text.--lh-506{line-height:506px}.ORANGE ._white-text.--lh-507{line-height:507px}.ORANGE ._white-text.--lh-508{line-height:508px}.ORANGE ._white-text.--lh-509{line-height:509px}.ORANGE ._white-text.--lh-510{line-height:510px}.ORANGE ._white-text.--lh-511{line-height:511px}.ORANGE ._white-text.--lh-512{line-height:512px}.ORANGE ._white-text.--lh-513{line-height:513px}.ORANGE ._white-text.--lh-514{line-height:514px}.ORANGE ._white-text.--lh-515{line-height:515px}.ORANGE ._white-text.--lh-516{line-height:516px}.ORANGE ._white-text.--lh-517{line-height:517px}.ORANGE ._white-text.--lh-518{line-height:518px}.ORANGE ._white-text.--lh-519{line-height:519px}.ORANGE ._white-text.--lh-520{line-height:520px}.ORANGE ._white-text.--lh-521{line-height:521px}.ORANGE ._white-text.--lh-522{line-height:522px}.ORANGE ._white-text.--lh-523{line-height:523px}.ORANGE ._white-text.--lh-524{line-height:524px}.ORANGE ._white-text.--lh-525{line-height:525px}.ORANGE ._white-text.--lh-526{line-height:526px}.ORANGE ._white-text.--lh-527{line-height:527px}.ORANGE ._white-text.--lh-528{line-height:528px}.ORANGE ._white-text.--lh-529{line-height:529px}.ORANGE ._white-text.--lh-530{line-height:530px}.ORANGE ._white-text.--lh-531{line-height:531px}.ORANGE ._white-text.--lh-532{line-height:532px}.ORANGE ._white-text.--lh-533{line-height:533px}.ORANGE ._white-text.--lh-534{line-height:534px}.ORANGE ._white-text.--lh-535{line-height:535px}.ORANGE ._white-text.--lh-536{line-height:536px}.ORANGE ._white-text.--lh-537{line-height:537px}.ORANGE ._white-text.--lh-538{line-height:538px}.ORANGE ._white-text.--lh-539{line-height:539px}.ORANGE ._white-text.--lh-540{line-height:540px}.ORANGE ._white-text.--lh-541{line-height:541px}.ORANGE ._white-text.--lh-542{line-height:542px}.ORANGE ._white-text.--lh-543{line-height:543px}.ORANGE ._white-text.--lh-544{line-height:544px}.ORANGE ._white-text.--lh-545{line-height:545px}.ORANGE ._white-text.--lh-546{line-height:546px}.ORANGE ._white-text.--lh-547{line-height:547px}.ORANGE ._white-text.--lh-548{line-height:548px}.ORANGE ._white-text.--lh-549{line-height:549px}.ORANGE ._white-text.--lh-550{line-height:550px}.ORANGE ._white-text.--lh-551{line-height:551px}.ORANGE ._white-text.--lh-552{line-height:552px}.ORANGE ._white-text.--lh-553{line-height:553px}.ORANGE ._white-text.--lh-554{line-height:554px}.ORANGE ._white-text.--lh-555{line-height:555px}.ORANGE ._white-text.--lh-556{line-height:556px}.ORANGE ._white-text.--lh-557{line-height:557px}.ORANGE ._white-text.--lh-558{line-height:558px}.ORANGE ._white-text.--lh-559{line-height:559px}.ORANGE ._white-text.--lh-560{line-height:560px}.ORANGE ._white-text.--lh-561{line-height:561px}.ORANGE ._white-text.--lh-562{line-height:562px}.ORANGE ._white-text.--lh-563{line-height:563px}.ORANGE ._white-text.--lh-564{line-height:564px}.ORANGE ._white-text.--lh-565{line-height:565px}.ORANGE ._white-text.--lh-566{line-height:566px}.ORANGE ._white-text.--lh-567{line-height:567px}.ORANGE ._white-text.--lh-568{line-height:568px}.ORANGE ._white-text.--lh-569{line-height:569px}.ORANGE ._white-text.--lh-570{line-height:570px}.ORANGE ._white-text.--lh-571{line-height:571px}.ORANGE ._white-text.--lh-572{line-height:572px}.ORANGE ._white-text.--lh-573{line-height:573px}.ORANGE ._white-text.--lh-574{line-height:574px}.ORANGE ._white-text.--lh-575{line-height:575px}.ORANGE ._white-text.--lh-576{line-height:576px}.ORANGE ._white-text.--lh-577{line-height:577px}.ORANGE ._white-text.--lh-578{line-height:578px}.ORANGE ._white-text.--lh-579{line-height:579px}.ORANGE ._white-text.--lh-580{line-height:580px}.ORANGE ._white-text.--lh-581{line-height:581px}.ORANGE ._white-text.--lh-582{line-height:582px}.ORANGE ._white-text.--lh-583{line-height:583px}.ORANGE ._white-text.--lh-584{line-height:584px}.ORANGE ._white-text.--lh-585{line-height:585px}.ORANGE ._white-text.--lh-586{line-height:586px}.ORANGE ._white-text.--lh-587{line-height:587px}.ORANGE ._white-text.--lh-588{line-height:588px}.ORANGE ._white-text.--lh-589{line-height:589px}.ORANGE ._white-text.--lh-590{line-height:590px}.ORANGE ._white-text.--lh-591{line-height:591px}.ORANGE ._white-text.--lh-592{line-height:592px}.ORANGE ._white-text.--lh-593{line-height:593px}.ORANGE ._white-text.--lh-594{line-height:594px}.ORANGE ._white-text.--lh-595{line-height:595px}.ORANGE ._white-text.--lh-596{line-height:596px}.ORANGE ._white-text.--lh-597{line-height:597px}.ORANGE ._white-text.--lh-598{line-height:598px}.ORANGE ._white-text.--lh-599{line-height:599px}.ORANGE ._white-text.--lh-600{line-height:600px}.ORANGE ._white-text.--lh-601{line-height:601px}.ORANGE ._white-text.--lh-602{line-height:602px}.ORANGE ._white-text.--lh-603{line-height:603px}.ORANGE ._white-text.--lh-604{line-height:604px}.ORANGE ._white-text.--lh-605{line-height:605px}.ORANGE ._white-text.--lh-606{line-height:606px}.ORANGE ._white-text.--lh-607{line-height:607px}.ORANGE ._white-text.--lh-608{line-height:608px}.ORANGE ._white-text.--lh-609{line-height:609px}.ORANGE ._white-text.--lh-610{line-height:610px}.ORANGE ._white-text.--lh-611{line-height:611px}.ORANGE ._white-text.--lh-612{line-height:612px}.ORANGE ._white-text.--lh-613{line-height:613px}.ORANGE ._white-text.--lh-614{line-height:614px}.ORANGE ._white-text.--lh-615{line-height:615px}.ORANGE ._white-text.--lh-616{line-height:616px}.ORANGE ._white-text.--lh-617{line-height:617px}.ORANGE ._white-text.--lh-618{line-height:618px}.ORANGE ._white-text.--lh-619{line-height:619px}.ORANGE ._white-text.--lh-620{line-height:620px}.ORANGE ._white-text.--lh-621{line-height:621px}.ORANGE ._white-text.--lh-622{line-height:622px}.ORANGE ._white-text.--lh-623{line-height:623px}.ORANGE ._white-text.--lh-624{line-height:624px}.ORANGE ._white-text.--lh-625{line-height:625px}.ORANGE ._white-text.--lh-626{line-height:626px}.ORANGE ._white-text.--lh-627{line-height:627px}.ORANGE ._white-text.--lh-628{line-height:628px}.ORANGE ._white-text.--lh-629{line-height:629px}.ORANGE ._white-text.--lh-630{line-height:630px}.ORANGE ._white-text.--lh-631{line-height:631px}.ORANGE ._white-text.--lh-632{line-height:632px}.ORANGE ._white-text.--lh-633{line-height:633px}.ORANGE ._white-text.--lh-634{line-height:634px}.ORANGE ._white-text.--lh-635{line-height:635px}.ORANGE ._white-text.--lh-636{line-height:636px}.ORANGE ._white-text.--lh-637{line-height:637px}.ORANGE ._white-text.--lh-638{line-height:638px}.ORANGE ._white-text.--lh-639{line-height:639px}.ORANGE ._white-text.--lh-640{line-height:640px}.ORANGE ._white-text.--lh-641{line-height:641px}.ORANGE ._white-text.--lh-642{line-height:642px}.ORANGE ._white-text.--lh-643{line-height:643px}.ORANGE ._white-text.--lh-644{line-height:644px}.ORANGE ._white-text.--lh-645{line-height:645px}.ORANGE ._white-text.--lh-646{line-height:646px}.ORANGE ._white-text.--lh-647{line-height:647px}.ORANGE ._white-text.--lh-648{line-height:648px}.ORANGE ._white-text.--lh-649{line-height:649px}.ORANGE ._white-text.--lh-650{line-height:650px}.ORANGE ._white-text.--lh-651{line-height:651px}.ORANGE ._white-text.--lh-652{line-height:652px}.ORANGE ._white-text.--lh-653{line-height:653px}.ORANGE ._white-text.--lh-654{line-height:654px}.ORANGE ._white-text.--lh-655{line-height:655px}.ORANGE ._white-text.--lh-656{line-height:656px}.ORANGE ._white-text.--lh-657{line-height:657px}.ORANGE ._white-text.--lh-658{line-height:658px}.ORANGE ._white-text.--lh-659{line-height:659px}.ORANGE ._white-text.--lh-660{line-height:660px}.ORANGE ._white-text.--lh-661{line-height:661px}.ORANGE ._white-text.--lh-662{line-height:662px}.ORANGE ._white-text.--lh-663{line-height:663px}.ORANGE ._white-text.--lh-664{line-height:664px}.ORANGE ._white-text.--lh-665{line-height:665px}.ORANGE ._white-text.--lh-666{line-height:666px}.ORANGE ._white-text.--lh-667{line-height:667px}.ORANGE ._white-text.--lh-668{line-height:668px}.ORANGE ._white-text.--lh-669{line-height:669px}.ORANGE ._white-text.--lh-670{line-height:670px}.ORANGE ._white-text.--lh-671{line-height:671px}.ORANGE ._white-text.--lh-672{line-height:672px}.ORANGE ._white-text.--lh-673{line-height:673px}.ORANGE ._white-text.--lh-674{line-height:674px}.ORANGE ._white-text.--lh-675{line-height:675px}.ORANGE ._white-text.--lh-676{line-height:676px}.ORANGE ._white-text.--lh-677{line-height:677px}.ORANGE ._white-text.--lh-678{line-height:678px}.ORANGE ._white-text.--lh-679{line-height:679px}.ORANGE ._white-text.--lh-680{line-height:680px}.ORANGE ._white-text.--lh-681{line-height:681px}.ORANGE ._white-text.--lh-682{line-height:682px}.ORANGE ._white-text.--lh-683{line-height:683px}.ORANGE ._white-text.--lh-684{line-height:684px}.ORANGE ._white-text.--lh-685{line-height:685px}.ORANGE ._white-text.--lh-686{line-height:686px}.ORANGE ._white-text.--lh-687{line-height:687px}.ORANGE ._white-text.--lh-688{line-height:688px}.ORANGE ._white-text.--lh-689{line-height:689px}.ORANGE ._white-text.--lh-690{line-height:690px}.ORANGE ._white-text.--lh-691{line-height:691px}.ORANGE ._white-text.--lh-692{line-height:692px}.ORANGE ._white-text.--lh-693{line-height:693px}.ORANGE ._white-text.--lh-694{line-height:694px}.ORANGE ._white-text.--lh-695{line-height:695px}.ORANGE ._white-text.--lh-696{line-height:696px}.ORANGE ._white-text.--lh-697{line-height:697px}.ORANGE ._white-text.--lh-698{line-height:698px}.ORANGE ._white-text.--lh-699{line-height:699px}.ORANGE ._white-text.--lh-700{line-height:700px}.ORANGE ._white-text.--lh-701{line-height:701px}.ORANGE ._white-text.--lh-702{line-height:702px}.ORANGE ._white-text.--lh-703{line-height:703px}.ORANGE ._white-text.--lh-704{line-height:704px}.ORANGE ._white-text.--lh-705{line-height:705px}.ORANGE ._white-text.--lh-706{line-height:706px}.ORANGE ._white-text.--lh-707{line-height:707px}.ORANGE ._white-text.--lh-708{line-height:708px}.ORANGE ._white-text.--lh-709{line-height:709px}.ORANGE ._white-text.--lh-710{line-height:710px}.ORANGE ._white-text.--lh-711{line-height:711px}.ORANGE ._white-text.--lh-712{line-height:712px}.ORANGE ._white-text.--lh-713{line-height:713px}.ORANGE ._white-text.--lh-714{line-height:714px}.ORANGE ._white-text.--lh-715{line-height:715px}.ORANGE ._white-text.--lh-716{line-height:716px}.ORANGE ._white-text.--lh-717{line-height:717px}.ORANGE ._white-text.--lh-718{line-height:718px}.ORANGE ._white-text.--lh-719{line-height:719px}.ORANGE ._white-text.--lh-720{line-height:720px}.ORANGE ._white-text.--lh-721{line-height:721px}.ORANGE ._white-text.--lh-722{line-height:722px}.ORANGE ._white-text.--lh-723{line-height:723px}.ORANGE ._white-text.--lh-724{line-height:724px}.ORANGE ._white-text.--lh-725{line-height:725px}.ORANGE ._white-text.--lh-726{line-height:726px}.ORANGE ._white-text.--lh-727{line-height:727px}.ORANGE ._white-text.--lh-728{line-height:728px}.ORANGE ._white-text.--lh-729{line-height:729px}.ORANGE ._white-text.--lh-730{line-height:730px}.ORANGE ._white-text.--lh-731{line-height:731px}.ORANGE ._white-text.--lh-732{line-height:732px}.ORANGE ._white-text.--lh-733{line-height:733px}.ORANGE ._white-text.--lh-734{line-height:734px}.ORANGE ._white-text.--lh-735{line-height:735px}.ORANGE ._white-text.--lh-736{line-height:736px}.ORANGE ._white-text.--lh-737{line-height:737px}.ORANGE ._white-text.--lh-738{line-height:738px}.ORANGE ._white-text.--lh-739{line-height:739px}.ORANGE ._white-text.--lh-740{line-height:740px}.ORANGE ._white-text.--lh-741{line-height:741px}.ORANGE ._white-text.--lh-742{line-height:742px}.ORANGE ._white-text.--lh-743{line-height:743px}.ORANGE ._white-text.--lh-744{line-height:744px}.ORANGE ._white-text.--lh-745{line-height:745px}.ORANGE ._white-text.--lh-746{line-height:746px}.ORANGE ._white-text.--lh-747{line-height:747px}.ORANGE ._white-text.--lh-748{line-height:748px}.ORANGE ._white-text.--lh-749{line-height:749px}.ORANGE ._white-text.--lh-750{line-height:750px}.ORANGE ._white-text.--lh-751{line-height:751px}.ORANGE ._white-text.--lh-752{line-height:752px}.ORANGE ._white-text.--lh-753{line-height:753px}.ORANGE ._white-text.--lh-754{line-height:754px}.ORANGE ._white-text.--lh-755{line-height:755px}.ORANGE ._white-text.--lh-756{line-height:756px}.ORANGE ._white-text.--lh-757{line-height:757px}.ORANGE ._white-text.--lh-758{line-height:758px}.ORANGE ._white-text.--lh-759{line-height:759px}.ORANGE ._white-text.--lh-760{line-height:760px}.ORANGE ._white-text.--lh-761{line-height:761px}.ORANGE ._white-text.--lh-762{line-height:762px}.ORANGE ._white-text.--lh-763{line-height:763px}.ORANGE ._white-text.--lh-764{line-height:764px}.ORANGE ._white-text.--lh-765{line-height:765px}.ORANGE ._white-text.--lh-766{line-height:766px}.ORANGE ._white-text.--lh-767{line-height:767px}.ORANGE ._white-text.--lh-768{line-height:768px}.ORANGE ._white-text.--lh-769{line-height:769px}.ORANGE ._white-text.--lh-770{line-height:770px}.ORANGE ._white-text.--lh-771{line-height:771px}.ORANGE ._white-text.--lh-772{line-height:772px}.ORANGE ._white-text.--lh-773{line-height:773px}.ORANGE ._white-text.--lh-774{line-height:774px}.ORANGE ._white-text.--lh-775{line-height:775px}.ORANGE ._white-text.--lh-776{line-height:776px}.ORANGE ._white-text.--lh-777{line-height:777px}.ORANGE ._white-text.--lh-778{line-height:778px}.ORANGE ._white-text.--lh-779{line-height:779px}.ORANGE ._white-text.--lh-780{line-height:780px}.ORANGE ._white-text.--lh-781{line-height:781px}.ORANGE ._white-text.--lh-782{line-height:782px}.ORANGE ._white-text.--lh-783{line-height:783px}.ORANGE ._white-text.--lh-784{line-height:784px}.ORANGE ._white-text.--lh-785{line-height:785px}.ORANGE ._white-text.--lh-786{line-height:786px}.ORANGE ._white-text.--lh-787{line-height:787px}.ORANGE ._white-text.--lh-788{line-height:788px}.ORANGE ._white-text.--lh-789{line-height:789px}.ORANGE ._white-text.--lh-790{line-height:790px}.ORANGE ._white-text.--lh-791{line-height:791px}.ORANGE ._white-text.--lh-792{line-height:792px}.ORANGE ._white-text.--lh-793{line-height:793px}.ORANGE ._white-text.--lh-794{line-height:794px}.ORANGE ._white-text.--lh-795{line-height:795px}.ORANGE ._white-text.--lh-796{line-height:796px}.ORANGE ._white-text.--lh-797{line-height:797px}.ORANGE ._white-text.--lh-798{line-height:798px}.ORANGE ._white-text.--lh-799{line-height:799px}.ORANGE ._white-text.--lh-800{line-height:800px}.ORANGE .profile-details-label{font-family:Poppins;font-size:22.37px;font-weight:700;line-height:33.55px;color:var(--white)}._grey-text{color:var(--grey);font-family:Poppins}._grey-text.--size-5{font-size:5px}._grey-text.--size-6{font-size:6px}._grey-text.--size-7{font-size:7px}._grey-text.--size-8{font-size:8px}._grey-text.--size-9{font-size:9px}._grey-text.--size-10{font-size:10px}._grey-text.--size-11{font-size:11px}._grey-text.--size-12{font-size:12px}._grey-text.--size-13{font-size:13px}._grey-text.--size-14{font-size:14px}._grey-text.--size-15{font-size:15px}._grey-text.--size-16{font-size:16px}._grey-text.--size-17{font-size:17px}._grey-text.--size-18{font-size:18px}._grey-text.--size-19{font-size:19px}._grey-text.--size-20{font-size:20px}._grey-text.--size-21{font-size:21px}._grey-text.--size-22{font-size:22px}._grey-text.--size-23{font-size:23px}._grey-text.--size-24{font-size:24px}._grey-text.--size-25{font-size:25px}._grey-text.--size-26{font-size:26px}._grey-text.--size-27{font-size:27px}._grey-text.--size-28{font-size:28px}._grey-text.--size-29{font-size:29px}._grey-text.--size-30{font-size:30px}._grey-text.--size-31{font-size:31px}._grey-text.--size-32{font-size:32px}._grey-text.--size-33{font-size:33px}._grey-text.--size-34{font-size:34px}._grey-text.--size-35{font-size:35px}._grey-text.--size-36{font-size:36px}._grey-text.--size-37{font-size:37px}._grey-text.--size-38{font-size:38px}._grey-text.--size-39{font-size:39px}._grey-text.--size-40{font-size:40px}._grey-text.--size-41{font-size:41px}._grey-text.--size-42{font-size:42px}._grey-text.--size-43{font-size:43px}._grey-text.--size-44{font-size:44px}._grey-text.--size-45{font-size:45px}._grey-text.--size-46{font-size:46px}._grey-text.--size-47{font-size:47px}._grey-text.--size-48{font-size:48px}._grey-text.--size-49{font-size:49px}._grey-text.--size-50{font-size:50px}._grey-text.--size-51{font-size:51px}._grey-text.--size-52{font-size:52px}._grey-text.--size-53{font-size:53px}._grey-text.--size-54{font-size:54px}._grey-text.--size-55{font-size:55px}._grey-text.--size-56{font-size:56px}._grey-text.--size-57{font-size:57px}._grey-text.--size-58{font-size:58px}._grey-text.--size-59{font-size:59px}._grey-text.--size-60{font-size:60px}._grey-text.--size-61{font-size:61px}._grey-text.--size-62{font-size:62px}._grey-text.--size-63{font-size:63px}._grey-text.--size-64{font-size:64px}._grey-text.--size-65{font-size:65px}._grey-text.--size-66{font-size:66px}._grey-text.--size-67{font-size:67px}._grey-text.--size-68{font-size:68px}._grey-text.--size-69{font-size:69px}._grey-text.--size-70{font-size:70px}._grey-text.--size-71{font-size:71px}._grey-text.--size-72{font-size:72px}._grey-text.--size-73{font-size:73px}._grey-text.--size-74{font-size:74px}._grey-text.--size-75{font-size:75px}._grey-text.--size-76{font-size:76px}._grey-text.--size-77{font-size:77px}._grey-text.--size-78{font-size:78px}._grey-text.--size-79{font-size:79px}._grey-text.--size-80{font-size:80px}._grey-text.--size-81{font-size:81px}._grey-text.--size-82{font-size:82px}._grey-text.--size-83{font-size:83px}._grey-text.--size-84{font-size:84px}._grey-text.--size-85{font-size:85px}._grey-text.--size-86{font-size:86px}._grey-text.--size-87{font-size:87px}._grey-text.--size-88{font-size:88px}._grey-text.--size-89{font-size:89px}._grey-text.--size-90{font-size:90px}._grey-text.--size-91{font-size:91px}._grey-text.--size-92{font-size:92px}._grey-text.--size-93{font-size:93px}._grey-text.--size-94{font-size:94px}._grey-text.--size-95{font-size:95px}._grey-text.--size-96{font-size:96px}._grey-text.--size-97{font-size:97px}._grey-text.--size-98{font-size:98px}._grey-text.--size-99{font-size:99px}._grey-text.--size-100{font-size:100px}._grey-text.--weight-100{font-weight:100}._grey-text.--weight-101{font-weight:101}._grey-text.--weight-102{font-weight:102}._grey-text.--weight-103{font-weight:103}._grey-text.--weight-104{font-weight:104}._grey-text.--weight-105{font-weight:105}._grey-text.--weight-106{font-weight:106}._grey-text.--weight-107{font-weight:107}._grey-text.--weight-108{font-weight:108}._grey-text.--weight-109{font-weight:109}._grey-text.--weight-110{font-weight:110}._grey-text.--weight-111{font-weight:111}._grey-text.--weight-112{font-weight:112}._grey-text.--weight-113{font-weight:113}._grey-text.--weight-114{font-weight:114}._grey-text.--weight-115{font-weight:115}._grey-text.--weight-116{font-weight:116}._grey-text.--weight-117{font-weight:117}._grey-text.--weight-118{font-weight:118}._grey-text.--weight-119{font-weight:119}._grey-text.--weight-120{font-weight:120}._grey-text.--weight-121{font-weight:121}._grey-text.--weight-122{font-weight:122}._grey-text.--weight-123{font-weight:123}._grey-text.--weight-124{font-weight:124}._grey-text.--weight-125{font-weight:125}._grey-text.--weight-126{font-weight:126}._grey-text.--weight-127{font-weight:127}._grey-text.--weight-128{font-weight:128}._grey-text.--weight-129{font-weight:129}._grey-text.--weight-130{font-weight:130}._grey-text.--weight-131{font-weight:131}._grey-text.--weight-132{font-weight:132}._grey-text.--weight-133{font-weight:133}._grey-text.--weight-134{font-weight:134}._grey-text.--weight-135{font-weight:135}._grey-text.--weight-136{font-weight:136}._grey-text.--weight-137{font-weight:137}._grey-text.--weight-138{font-weight:138}._grey-text.--weight-139{font-weight:139}._grey-text.--weight-140{font-weight:140}._grey-text.--weight-141{font-weight:141}._grey-text.--weight-142{font-weight:142}._grey-text.--weight-143{font-weight:143}._grey-text.--weight-144{font-weight:144}._grey-text.--weight-145{font-weight:145}._grey-text.--weight-146{font-weight:146}._grey-text.--weight-147{font-weight:147}._grey-text.--weight-148{font-weight:148}._grey-text.--weight-149{font-weight:149}._grey-text.--weight-150{font-weight:150}._grey-text.--weight-151{font-weight:151}._grey-text.--weight-152{font-weight:152}._grey-text.--weight-153{font-weight:153}._grey-text.--weight-154{font-weight:154}._grey-text.--weight-155{font-weight:155}._grey-text.--weight-156{font-weight:156}._grey-text.--weight-157{font-weight:157}._grey-text.--weight-158{font-weight:158}._grey-text.--weight-159{font-weight:159}._grey-text.--weight-160{font-weight:160}._grey-text.--weight-161{font-weight:161}._grey-text.--weight-162{font-weight:162}._grey-text.--weight-163{font-weight:163}._grey-text.--weight-164{font-weight:164}._grey-text.--weight-165{font-weight:165}._grey-text.--weight-166{font-weight:166}._grey-text.--weight-167{font-weight:167}._grey-text.--weight-168{font-weight:168}._grey-text.--weight-169{font-weight:169}._grey-text.--weight-170{font-weight:170}._grey-text.--weight-171{font-weight:171}._grey-text.--weight-172{font-weight:172}._grey-text.--weight-173{font-weight:173}._grey-text.--weight-174{font-weight:174}._grey-text.--weight-175{font-weight:175}._grey-text.--weight-176{font-weight:176}._grey-text.--weight-177{font-weight:177}._grey-text.--weight-178{font-weight:178}._grey-text.--weight-179{font-weight:179}._grey-text.--weight-180{font-weight:180}._grey-text.--weight-181{font-weight:181}._grey-text.--weight-182{font-weight:182}._grey-text.--weight-183{font-weight:183}._grey-text.--weight-184{font-weight:184}._grey-text.--weight-185{font-weight:185}._grey-text.--weight-186{font-weight:186}._grey-text.--weight-187{font-weight:187}._grey-text.--weight-188{font-weight:188}._grey-text.--weight-189{font-weight:189}._grey-text.--weight-190{font-weight:190}._grey-text.--weight-191{font-weight:191}._grey-text.--weight-192{font-weight:192}._grey-text.--weight-193{font-weight:193}._grey-text.--weight-194{font-weight:194}._grey-text.--weight-195{font-weight:195}._grey-text.--weight-196{font-weight:196}._grey-text.--weight-197{font-weight:197}._grey-text.--weight-198{font-weight:198}._grey-text.--weight-199{font-weight:199}._grey-text.--weight-200{font-weight:200}._grey-text.--weight-201{font-weight:201}._grey-text.--weight-202{font-weight:202}._grey-text.--weight-203{font-weight:203}._grey-text.--weight-204{font-weight:204}._grey-text.--weight-205{font-weight:205}._grey-text.--weight-206{font-weight:206}._grey-text.--weight-207{font-weight:207}._grey-text.--weight-208{font-weight:208}._grey-text.--weight-209{font-weight:209}._grey-text.--weight-210{font-weight:210}._grey-text.--weight-211{font-weight:211}._grey-text.--weight-212{font-weight:212}._grey-text.--weight-213{font-weight:213}._grey-text.--weight-214{font-weight:214}._grey-text.--weight-215{font-weight:215}._grey-text.--weight-216{font-weight:216}._grey-text.--weight-217{font-weight:217}._grey-text.--weight-218{font-weight:218}._grey-text.--weight-219{font-weight:219}._grey-text.--weight-220{font-weight:220}._grey-text.--weight-221{font-weight:221}._grey-text.--weight-222{font-weight:222}._grey-text.--weight-223{font-weight:223}._grey-text.--weight-224{font-weight:224}._grey-text.--weight-225{font-weight:225}._grey-text.--weight-226{font-weight:226}._grey-text.--weight-227{font-weight:227}._grey-text.--weight-228{font-weight:228}._grey-text.--weight-229{font-weight:229}._grey-text.--weight-230{font-weight:230}._grey-text.--weight-231{font-weight:231}._grey-text.--weight-232{font-weight:232}._grey-text.--weight-233{font-weight:233}._grey-text.--weight-234{font-weight:234}._grey-text.--weight-235{font-weight:235}._grey-text.--weight-236{font-weight:236}._grey-text.--weight-237{font-weight:237}._grey-text.--weight-238{font-weight:238}._grey-text.--weight-239{font-weight:239}._grey-text.--weight-240{font-weight:240}._grey-text.--weight-241{font-weight:241}._grey-text.--weight-242{font-weight:242}._grey-text.--weight-243{font-weight:243}._grey-text.--weight-244{font-weight:244}._grey-text.--weight-245{font-weight:245}._grey-text.--weight-246{font-weight:246}._grey-text.--weight-247{font-weight:247}._grey-text.--weight-248{font-weight:248}._grey-text.--weight-249{font-weight:249}._grey-text.--weight-250{font-weight:250}._grey-text.--weight-251{font-weight:251}._grey-text.--weight-252{font-weight:252}._grey-text.--weight-253{font-weight:253}._grey-text.--weight-254{font-weight:254}._grey-text.--weight-255{font-weight:255}._grey-text.--weight-256{font-weight:256}._grey-text.--weight-257{font-weight:257}._grey-text.--weight-258{font-weight:258}._grey-text.--weight-259{font-weight:259}._grey-text.--weight-260{font-weight:260}._grey-text.--weight-261{font-weight:261}._grey-text.--weight-262{font-weight:262}._grey-text.--weight-263{font-weight:263}._grey-text.--weight-264{font-weight:264}._grey-text.--weight-265{font-weight:265}._grey-text.--weight-266{font-weight:266}._grey-text.--weight-267{font-weight:267}._grey-text.--weight-268{font-weight:268}._grey-text.--weight-269{font-weight:269}._grey-text.--weight-270{font-weight:270}._grey-text.--weight-271{font-weight:271}._grey-text.--weight-272{font-weight:272}._grey-text.--weight-273{font-weight:273}._grey-text.--weight-274{font-weight:274}._grey-text.--weight-275{font-weight:275}._grey-text.--weight-276{font-weight:276}._grey-text.--weight-277{font-weight:277}._grey-text.--weight-278{font-weight:278}._grey-text.--weight-279{font-weight:279}._grey-text.--weight-280{font-weight:280}._grey-text.--weight-281{font-weight:281}._grey-text.--weight-282{font-weight:282}._grey-text.--weight-283{font-weight:283}._grey-text.--weight-284{font-weight:284}._grey-text.--weight-285{font-weight:285}._grey-text.--weight-286{font-weight:286}._grey-text.--weight-287{font-weight:287}._grey-text.--weight-288{font-weight:288}._grey-text.--weight-289{font-weight:289}._grey-text.--weight-290{font-weight:290}._grey-text.--weight-291{font-weight:291}._grey-text.--weight-292{font-weight:292}._grey-text.--weight-293{font-weight:293}._grey-text.--weight-294{font-weight:294}._grey-text.--weight-295{font-weight:295}._grey-text.--weight-296{font-weight:296}._grey-text.--weight-297{font-weight:297}._grey-text.--weight-298{font-weight:298}._grey-text.--weight-299{font-weight:299}._grey-text.--weight-300{font-weight:300}._grey-text.--weight-301{font-weight:301}._grey-text.--weight-302{font-weight:302}._grey-text.--weight-303{font-weight:303}._grey-text.--weight-304{font-weight:304}._grey-text.--weight-305{font-weight:305}._grey-text.--weight-306{font-weight:306}._grey-text.--weight-307{font-weight:307}._grey-text.--weight-308{font-weight:308}._grey-text.--weight-309{font-weight:309}._grey-text.--weight-310{font-weight:310}._grey-text.--weight-311{font-weight:311}._grey-text.--weight-312{font-weight:312}._grey-text.--weight-313{font-weight:313}._grey-text.--weight-314{font-weight:314}._grey-text.--weight-315{font-weight:315}._grey-text.--weight-316{font-weight:316}._grey-text.--weight-317{font-weight:317}._grey-text.--weight-318{font-weight:318}._grey-text.--weight-319{font-weight:319}._grey-text.--weight-320{font-weight:320}._grey-text.--weight-321{font-weight:321}._grey-text.--weight-322{font-weight:322}._grey-text.--weight-323{font-weight:323}._grey-text.--weight-324{font-weight:324}._grey-text.--weight-325{font-weight:325}._grey-text.--weight-326{font-weight:326}._grey-text.--weight-327{font-weight:327}._grey-text.--weight-328{font-weight:328}._grey-text.--weight-329{font-weight:329}._grey-text.--weight-330{font-weight:330}._grey-text.--weight-331{font-weight:331}._grey-text.--weight-332{font-weight:332}._grey-text.--weight-333{font-weight:333}._grey-text.--weight-334{font-weight:334}._grey-text.--weight-335{font-weight:335}._grey-text.--weight-336{font-weight:336}._grey-text.--weight-337{font-weight:337}._grey-text.--weight-338{font-weight:338}._grey-text.--weight-339{font-weight:339}._grey-text.--weight-340{font-weight:340}._grey-text.--weight-341{font-weight:341}._grey-text.--weight-342{font-weight:342}._grey-text.--weight-343{font-weight:343}._grey-text.--weight-344{font-weight:344}._grey-text.--weight-345{font-weight:345}._grey-text.--weight-346{font-weight:346}._grey-text.--weight-347{font-weight:347}._grey-text.--weight-348{font-weight:348}._grey-text.--weight-349{font-weight:349}._grey-text.--weight-350{font-weight:350}._grey-text.--weight-351{font-weight:351}._grey-text.--weight-352{font-weight:352}._grey-text.--weight-353{font-weight:353}._grey-text.--weight-354{font-weight:354}._grey-text.--weight-355{font-weight:355}._grey-text.--weight-356{font-weight:356}._grey-text.--weight-357{font-weight:357}._grey-text.--weight-358{font-weight:358}._grey-text.--weight-359{font-weight:359}._grey-text.--weight-360{font-weight:360}._grey-text.--weight-361{font-weight:361}._grey-text.--weight-362{font-weight:362}._grey-text.--weight-363{font-weight:363}._grey-text.--weight-364{font-weight:364}._grey-text.--weight-365{font-weight:365}._grey-text.--weight-366{font-weight:366}._grey-text.--weight-367{font-weight:367}._grey-text.--weight-368{font-weight:368}._grey-text.--weight-369{font-weight:369}._grey-text.--weight-370{font-weight:370}._grey-text.--weight-371{font-weight:371}._grey-text.--weight-372{font-weight:372}._grey-text.--weight-373{font-weight:373}._grey-text.--weight-374{font-weight:374}._grey-text.--weight-375{font-weight:375}._grey-text.--weight-376{font-weight:376}._grey-text.--weight-377{font-weight:377}._grey-text.--weight-378{font-weight:378}._grey-text.--weight-379{font-weight:379}._grey-text.--weight-380{font-weight:380}._grey-text.--weight-381{font-weight:381}._grey-text.--weight-382{font-weight:382}._grey-text.--weight-383{font-weight:383}._grey-text.--weight-384{font-weight:384}._grey-text.--weight-385{font-weight:385}._grey-text.--weight-386{font-weight:386}._grey-text.--weight-387{font-weight:387}._grey-text.--weight-388{font-weight:388}._grey-text.--weight-389{font-weight:389}._grey-text.--weight-390{font-weight:390}._grey-text.--weight-391{font-weight:391}._grey-text.--weight-392{font-weight:392}._grey-text.--weight-393{font-weight:393}._grey-text.--weight-394{font-weight:394}._grey-text.--weight-395{font-weight:395}._grey-text.--weight-396{font-weight:396}._grey-text.--weight-397{font-weight:397}._grey-text.--weight-398{font-weight:398}._grey-text.--weight-399{font-weight:399}._grey-text.--weight-400{font-weight:400}._grey-text.--weight-401{font-weight:401}._grey-text.--weight-402{font-weight:402}._grey-text.--weight-403{font-weight:403}._grey-text.--weight-404{font-weight:404}._grey-text.--weight-405{font-weight:405}._grey-text.--weight-406{font-weight:406}._grey-text.--weight-407{font-weight:407}._grey-text.--weight-408{font-weight:408}._grey-text.--weight-409{font-weight:409}._grey-text.--weight-410{font-weight:410}._grey-text.--weight-411{font-weight:411}._grey-text.--weight-412{font-weight:412}._grey-text.--weight-413{font-weight:413}._grey-text.--weight-414{font-weight:414}._grey-text.--weight-415{font-weight:415}._grey-text.--weight-416{font-weight:416}._grey-text.--weight-417{font-weight:417}._grey-text.--weight-418{font-weight:418}._grey-text.--weight-419{font-weight:419}._grey-text.--weight-420{font-weight:420}._grey-text.--weight-421{font-weight:421}._grey-text.--weight-422{font-weight:422}._grey-text.--weight-423{font-weight:423}._grey-text.--weight-424{font-weight:424}._grey-text.--weight-425{font-weight:425}._grey-text.--weight-426{font-weight:426}._grey-text.--weight-427{font-weight:427}._grey-text.--weight-428{font-weight:428}._grey-text.--weight-429{font-weight:429}._grey-text.--weight-430{font-weight:430}._grey-text.--weight-431{font-weight:431}._grey-text.--weight-432{font-weight:432}._grey-text.--weight-433{font-weight:433}._grey-text.--weight-434{font-weight:434}._grey-text.--weight-435{font-weight:435}._grey-text.--weight-436{font-weight:436}._grey-text.--weight-437{font-weight:437}._grey-text.--weight-438{font-weight:438}._grey-text.--weight-439{font-weight:439}._grey-text.--weight-440{font-weight:440}._grey-text.--weight-441{font-weight:441}._grey-text.--weight-442{font-weight:442}._grey-text.--weight-443{font-weight:443}._grey-text.--weight-444{font-weight:444}._grey-text.--weight-445{font-weight:445}._grey-text.--weight-446{font-weight:446}._grey-text.--weight-447{font-weight:447}._grey-text.--weight-448{font-weight:448}._grey-text.--weight-449{font-weight:449}._grey-text.--weight-450{font-weight:450}._grey-text.--weight-451{font-weight:451}._grey-text.--weight-452{font-weight:452}._grey-text.--weight-453{font-weight:453}._grey-text.--weight-454{font-weight:454}._grey-text.--weight-455{font-weight:455}._grey-text.--weight-456{font-weight:456}._grey-text.--weight-457{font-weight:457}._grey-text.--weight-458{font-weight:458}._grey-text.--weight-459{font-weight:459}._grey-text.--weight-460{font-weight:460}._grey-text.--weight-461{font-weight:461}._grey-text.--weight-462{font-weight:462}._grey-text.--weight-463{font-weight:463}._grey-text.--weight-464{font-weight:464}._grey-text.--weight-465{font-weight:465}._grey-text.--weight-466{font-weight:466}._grey-text.--weight-467{font-weight:467}._grey-text.--weight-468{font-weight:468}._grey-text.--weight-469{font-weight:469}._grey-text.--weight-470{font-weight:470}._grey-text.--weight-471{font-weight:471}._grey-text.--weight-472{font-weight:472}._grey-text.--weight-473{font-weight:473}._grey-text.--weight-474{font-weight:474}._grey-text.--weight-475{font-weight:475}._grey-text.--weight-476{font-weight:476}._grey-text.--weight-477{font-weight:477}._grey-text.--weight-478{font-weight:478}._grey-text.--weight-479{font-weight:479}._grey-text.--weight-480{font-weight:480}._grey-text.--weight-481{font-weight:481}._grey-text.--weight-482{font-weight:482}._grey-text.--weight-483{font-weight:483}._grey-text.--weight-484{font-weight:484}._grey-text.--weight-485{font-weight:485}._grey-text.--weight-486{font-weight:486}._grey-text.--weight-487{font-weight:487}._grey-text.--weight-488{font-weight:488}._grey-text.--weight-489{font-weight:489}._grey-text.--weight-490{font-weight:490}._grey-text.--weight-491{font-weight:491}._grey-text.--weight-492{font-weight:492}._grey-text.--weight-493{font-weight:493}._grey-text.--weight-494{font-weight:494}._grey-text.--weight-495{font-weight:495}._grey-text.--weight-496{font-weight:496}._grey-text.--weight-497{font-weight:497}._grey-text.--weight-498{font-weight:498}._grey-text.--weight-499{font-weight:499}._grey-text.--weight-500{font-weight:500}._grey-text.--weight-501{font-weight:501}._grey-text.--weight-502{font-weight:502}._grey-text.--weight-503{font-weight:503}._grey-text.--weight-504{font-weight:504}._grey-text.--weight-505{font-weight:505}._grey-text.--weight-506{font-weight:506}._grey-text.--weight-507{font-weight:507}._grey-text.--weight-508{font-weight:508}._grey-text.--weight-509{font-weight:509}._grey-text.--weight-510{font-weight:510}._grey-text.--weight-511{font-weight:511}._grey-text.--weight-512{font-weight:512}._grey-text.--weight-513{font-weight:513}._grey-text.--weight-514{font-weight:514}._grey-text.--weight-515{font-weight:515}._grey-text.--weight-516{font-weight:516}._grey-text.--weight-517{font-weight:517}._grey-text.--weight-518{font-weight:518}._grey-text.--weight-519{font-weight:519}._grey-text.--weight-520{font-weight:520}._grey-text.--weight-521{font-weight:521}._grey-text.--weight-522{font-weight:522}._grey-text.--weight-523{font-weight:523}._grey-text.--weight-524{font-weight:524}._grey-text.--weight-525{font-weight:525}._grey-text.--weight-526{font-weight:526}._grey-text.--weight-527{font-weight:527}._grey-text.--weight-528{font-weight:528}._grey-text.--weight-529{font-weight:529}._grey-text.--weight-530{font-weight:530}._grey-text.--weight-531{font-weight:531}._grey-text.--weight-532{font-weight:532}._grey-text.--weight-533{font-weight:533}._grey-text.--weight-534{font-weight:534}._grey-text.--weight-535{font-weight:535}._grey-text.--weight-536{font-weight:536}._grey-text.--weight-537{font-weight:537}._grey-text.--weight-538{font-weight:538}._grey-text.--weight-539{font-weight:539}._grey-text.--weight-540{font-weight:540}._grey-text.--weight-541{font-weight:541}._grey-text.--weight-542{font-weight:542}._grey-text.--weight-543{font-weight:543}._grey-text.--weight-544{font-weight:544}._grey-text.--weight-545{font-weight:545}._grey-text.--weight-546{font-weight:546}._grey-text.--weight-547{font-weight:547}._grey-text.--weight-548{font-weight:548}._grey-text.--weight-549{font-weight:549}._grey-text.--weight-550{font-weight:550}._grey-text.--weight-551{font-weight:551}._grey-text.--weight-552{font-weight:552}._grey-text.--weight-553{font-weight:553}._grey-text.--weight-554{font-weight:554}._grey-text.--weight-555{font-weight:555}._grey-text.--weight-556{font-weight:556}._grey-text.--weight-557{font-weight:557}._grey-text.--weight-558{font-weight:558}._grey-text.--weight-559{font-weight:559}._grey-text.--weight-560{font-weight:560}._grey-text.--weight-561{font-weight:561}._grey-text.--weight-562{font-weight:562}._grey-text.--weight-563{font-weight:563}._grey-text.--weight-564{font-weight:564}._grey-text.--weight-565{font-weight:565}._grey-text.--weight-566{font-weight:566}._grey-text.--weight-567{font-weight:567}._grey-text.--weight-568{font-weight:568}._grey-text.--weight-569{font-weight:569}._grey-text.--weight-570{font-weight:570}._grey-text.--weight-571{font-weight:571}._grey-text.--weight-572{font-weight:572}._grey-text.--weight-573{font-weight:573}._grey-text.--weight-574{font-weight:574}._grey-text.--weight-575{font-weight:575}._grey-text.--weight-576{font-weight:576}._grey-text.--weight-577{font-weight:577}._grey-text.--weight-578{font-weight:578}._grey-text.--weight-579{font-weight:579}._grey-text.--weight-580{font-weight:580}._grey-text.--weight-581{font-weight:581}._grey-text.--weight-582{font-weight:582}._grey-text.--weight-583{font-weight:583}._grey-text.--weight-584{font-weight:584}._grey-text.--weight-585{font-weight:585}._grey-text.--weight-586{font-weight:586}._grey-text.--weight-587{font-weight:587}._grey-text.--weight-588{font-weight:588}._grey-text.--weight-589{font-weight:589}._grey-text.--weight-590{font-weight:590}._grey-text.--weight-591{font-weight:591}._grey-text.--weight-592{font-weight:592}._grey-text.--weight-593{font-weight:593}._grey-text.--weight-594{font-weight:594}._grey-text.--weight-595{font-weight:595}._grey-text.--weight-596{font-weight:596}._grey-text.--weight-597{font-weight:597}._grey-text.--weight-598{font-weight:598}._grey-text.--weight-599{font-weight:599}._grey-text.--weight-600{font-weight:600}._grey-text.--weight-601{font-weight:601}._grey-text.--weight-602{font-weight:602}._grey-text.--weight-603{font-weight:603}._grey-text.--weight-604{font-weight:604}._grey-text.--weight-605{font-weight:605}._grey-text.--weight-606{font-weight:606}._grey-text.--weight-607{font-weight:607}._grey-text.--weight-608{font-weight:608}._grey-text.--weight-609{font-weight:609}._grey-text.--weight-610{font-weight:610}._grey-text.--weight-611{font-weight:611}._grey-text.--weight-612{font-weight:612}._grey-text.--weight-613{font-weight:613}._grey-text.--weight-614{font-weight:614}._grey-text.--weight-615{font-weight:615}._grey-text.--weight-616{font-weight:616}._grey-text.--weight-617{font-weight:617}._grey-text.--weight-618{font-weight:618}._grey-text.--weight-619{font-weight:619}._grey-text.--weight-620{font-weight:620}._grey-text.--weight-621{font-weight:621}._grey-text.--weight-622{font-weight:622}._grey-text.--weight-623{font-weight:623}._grey-text.--weight-624{font-weight:624}._grey-text.--weight-625{font-weight:625}._grey-text.--weight-626{font-weight:626}._grey-text.--weight-627{font-weight:627}._grey-text.--weight-628{font-weight:628}._grey-text.--weight-629{font-weight:629}._grey-text.--weight-630{font-weight:630}._grey-text.--weight-631{font-weight:631}._grey-text.--weight-632{font-weight:632}._grey-text.--weight-633{font-weight:633}._grey-text.--weight-634{font-weight:634}._grey-text.--weight-635{font-weight:635}._grey-text.--weight-636{font-weight:636}._grey-text.--weight-637{font-weight:637}._grey-text.--weight-638{font-weight:638}._grey-text.--weight-639{font-weight:639}._grey-text.--weight-640{font-weight:640}._grey-text.--weight-641{font-weight:641}._grey-text.--weight-642{font-weight:642}._grey-text.--weight-643{font-weight:643}._grey-text.--weight-644{font-weight:644}._grey-text.--weight-645{font-weight:645}._grey-text.--weight-646{font-weight:646}._grey-text.--weight-647{font-weight:647}._grey-text.--weight-648{font-weight:648}._grey-text.--weight-649{font-weight:649}._grey-text.--weight-650{font-weight:650}._grey-text.--weight-651{font-weight:651}._grey-text.--weight-652{font-weight:652}._grey-text.--weight-653{font-weight:653}._grey-text.--weight-654{font-weight:654}._grey-text.--weight-655{font-weight:655}._grey-text.--weight-656{font-weight:656}._grey-text.--weight-657{font-weight:657}._grey-text.--weight-658{font-weight:658}._grey-text.--weight-659{font-weight:659}._grey-text.--weight-660{font-weight:660}._grey-text.--weight-661{font-weight:661}._grey-text.--weight-662{font-weight:662}._grey-text.--weight-663{font-weight:663}._grey-text.--weight-664{font-weight:664}._grey-text.--weight-665{font-weight:665}._grey-text.--weight-666{font-weight:666}._grey-text.--weight-667{font-weight:667}._grey-text.--weight-668{font-weight:668}._grey-text.--weight-669{font-weight:669}._grey-text.--weight-670{font-weight:670}._grey-text.--weight-671{font-weight:671}._grey-text.--weight-672{font-weight:672}._grey-text.--weight-673{font-weight:673}._grey-text.--weight-674{font-weight:674}._grey-text.--weight-675{font-weight:675}._grey-text.--weight-676{font-weight:676}._grey-text.--weight-677{font-weight:677}._grey-text.--weight-678{font-weight:678}._grey-text.--weight-679{font-weight:679}._grey-text.--weight-680{font-weight:680}._grey-text.--weight-681{font-weight:681}._grey-text.--weight-682{font-weight:682}._grey-text.--weight-683{font-weight:683}._grey-text.--weight-684{font-weight:684}._grey-text.--weight-685{font-weight:685}._grey-text.--weight-686{font-weight:686}._grey-text.--weight-687{font-weight:687}._grey-text.--weight-688{font-weight:688}._grey-text.--weight-689{font-weight:689}._grey-text.--weight-690{font-weight:690}._grey-text.--weight-691{font-weight:691}._grey-text.--weight-692{font-weight:692}._grey-text.--weight-693{font-weight:693}._grey-text.--weight-694{font-weight:694}._grey-text.--weight-695{font-weight:695}._grey-text.--weight-696{font-weight:696}._grey-text.--weight-697{font-weight:697}._grey-text.--weight-698{font-weight:698}._grey-text.--weight-699{font-weight:699}._grey-text.--weight-700{font-weight:700}._grey-text.--weight-701{font-weight:701}._grey-text.--weight-702{font-weight:702}._grey-text.--weight-703{font-weight:703}._grey-text.--weight-704{font-weight:704}._grey-text.--weight-705{font-weight:705}._grey-text.--weight-706{font-weight:706}._grey-text.--weight-707{font-weight:707}._grey-text.--weight-708{font-weight:708}._grey-text.--weight-709{font-weight:709}._grey-text.--weight-710{font-weight:710}._grey-text.--weight-711{font-weight:711}._grey-text.--weight-712{font-weight:712}._grey-text.--weight-713{font-weight:713}._grey-text.--weight-714{font-weight:714}._grey-text.--weight-715{font-weight:715}._grey-text.--weight-716{font-weight:716}._grey-text.--weight-717{font-weight:717}._grey-text.--weight-718{font-weight:718}._grey-text.--weight-719{font-weight:719}._grey-text.--weight-720{font-weight:720}._grey-text.--weight-721{font-weight:721}._grey-text.--weight-722{font-weight:722}._grey-text.--weight-723{font-weight:723}._grey-text.--weight-724{font-weight:724}._grey-text.--weight-725{font-weight:725}._grey-text.--weight-726{font-weight:726}._grey-text.--weight-727{font-weight:727}._grey-text.--weight-728{font-weight:728}._grey-text.--weight-729{font-weight:729}._grey-text.--weight-730{font-weight:730}._grey-text.--weight-731{font-weight:731}._grey-text.--weight-732{font-weight:732}._grey-text.--weight-733{font-weight:733}._grey-text.--weight-734{font-weight:734}._grey-text.--weight-735{font-weight:735}._grey-text.--weight-736{font-weight:736}._grey-text.--weight-737{font-weight:737}._grey-text.--weight-738{font-weight:738}._grey-text.--weight-739{font-weight:739}._grey-text.--weight-740{font-weight:740}._grey-text.--weight-741{font-weight:741}._grey-text.--weight-742{font-weight:742}._grey-text.--weight-743{font-weight:743}._grey-text.--weight-744{font-weight:744}._grey-text.--weight-745{font-weight:745}._grey-text.--weight-746{font-weight:746}._grey-text.--weight-747{font-weight:747}._grey-text.--weight-748{font-weight:748}._grey-text.--weight-749{font-weight:749}._grey-text.--weight-750{font-weight:750}._grey-text.--weight-751{font-weight:751}._grey-text.--weight-752{font-weight:752}._grey-text.--weight-753{font-weight:753}._grey-text.--weight-754{font-weight:754}._grey-text.--weight-755{font-weight:755}._grey-text.--weight-756{font-weight:756}._grey-text.--weight-757{font-weight:757}._grey-text.--weight-758{font-weight:758}._grey-text.--weight-759{font-weight:759}._grey-text.--weight-760{font-weight:760}._grey-text.--weight-761{font-weight:761}._grey-text.--weight-762{font-weight:762}._grey-text.--weight-763{font-weight:763}._grey-text.--weight-764{font-weight:764}._grey-text.--weight-765{font-weight:765}._grey-text.--weight-766{font-weight:766}._grey-text.--weight-767{font-weight:767}._grey-text.--weight-768{font-weight:768}._grey-text.--weight-769{font-weight:769}._grey-text.--weight-770{font-weight:770}._grey-text.--weight-771{font-weight:771}._grey-text.--weight-772{font-weight:772}._grey-text.--weight-773{font-weight:773}._grey-text.--weight-774{font-weight:774}._grey-text.--weight-775{font-weight:775}._grey-text.--weight-776{font-weight:776}._grey-text.--weight-777{font-weight:777}._grey-text.--weight-778{font-weight:778}._grey-text.--weight-779{font-weight:779}._grey-text.--weight-780{font-weight:780}._grey-text.--weight-781{font-weight:781}._grey-text.--weight-782{font-weight:782}._grey-text.--weight-783{font-weight:783}._grey-text.--weight-784{font-weight:784}._grey-text.--weight-785{font-weight:785}._grey-text.--weight-786{font-weight:786}._grey-text.--weight-787{font-weight:787}._grey-text.--weight-788{font-weight:788}._grey-text.--weight-789{font-weight:789}._grey-text.--weight-790{font-weight:790}._grey-text.--weight-791{font-weight:791}._grey-text.--weight-792{font-weight:792}._grey-text.--weight-793{font-weight:793}._grey-text.--weight-794{font-weight:794}._grey-text.--weight-795{font-weight:795}._grey-text.--weight-796{font-weight:796}._grey-text.--weight-797{font-weight:797}._grey-text.--weight-798{font-weight:798}._grey-text.--weight-799{font-weight:799}._grey-text.--weight-800{font-weight:800}._grey-text.--lh-1{line-height:1px}._grey-text.--lh-2{line-height:2px}._grey-text.--lh-3{line-height:3px}._grey-text.--lh-4{line-height:4px}._grey-text.--lh-5{line-height:5px}._grey-text.--lh-6{line-height:6px}._grey-text.--lh-7{line-height:7px}._grey-text.--lh-8{line-height:8px}._grey-text.--lh-9{line-height:9px}._grey-text.--lh-10{line-height:10px}._grey-text.--lh-11{line-height:11px}._grey-text.--lh-12{line-height:12px}._grey-text.--lh-13{line-height:13px}._grey-text.--lh-14{line-height:14px}._grey-text.--lh-15{line-height:15px}._grey-text.--lh-16{line-height:16px}._grey-text.--lh-17{line-height:17px}._grey-text.--lh-18{line-height:18px}._grey-text.--lh-19{line-height:19px}._grey-text.--lh-20{line-height:20px}._grey-text.--lh-21{line-height:21px}._grey-text.--lh-22{line-height:22px}._grey-text.--lh-23{line-height:23px}._grey-text.--lh-24{line-height:24px}._grey-text.--lh-25{line-height:25px}._grey-text.--lh-26{line-height:26px}._grey-text.--lh-27{line-height:27px}._grey-text.--lh-28{line-height:28px}._grey-text.--lh-29{line-height:29px}._grey-text.--lh-30{line-height:30px}._grey-text.--lh-31{line-height:31px}._grey-text.--lh-32{line-height:32px}._grey-text.--lh-33{line-height:33px}._grey-text.--lh-34{line-height:34px}._grey-text.--lh-35{line-height:35px}._grey-text.--lh-36{line-height:36px}._grey-text.--lh-37{line-height:37px}._grey-text.--lh-38{line-height:38px}._grey-text.--lh-39{line-height:39px}._grey-text.--lh-40{line-height:40px}._grey-text.--lh-41{line-height:41px}._grey-text.--lh-42{line-height:42px}._grey-text.--lh-43{line-height:43px}._grey-text.--lh-44{line-height:44px}._grey-text.--lh-45{line-height:45px}._grey-text.--lh-46{line-height:46px}._grey-text.--lh-47{line-height:47px}._grey-text.--lh-48{line-height:48px}._grey-text.--lh-49{line-height:49px}._grey-text.--lh-50{line-height:50px}._grey-text.--lh-51{line-height:51px}._grey-text.--lh-52{line-height:52px}._grey-text.--lh-53{line-height:53px}._grey-text.--lh-54{line-height:54px}._grey-text.--lh-55{line-height:55px}._grey-text.--lh-56{line-height:56px}._grey-text.--lh-57{line-height:57px}._grey-text.--lh-58{line-height:58px}._grey-text.--lh-59{line-height:59px}._grey-text.--lh-60{line-height:60px}._grey-text.--lh-61{line-height:61px}._grey-text.--lh-62{line-height:62px}._grey-text.--lh-63{line-height:63px}._grey-text.--lh-64{line-height:64px}._grey-text.--lh-65{line-height:65px}._grey-text.--lh-66{line-height:66px}._grey-text.--lh-67{line-height:67px}._grey-text.--lh-68{line-height:68px}._grey-text.--lh-69{line-height:69px}._grey-text.--lh-70{line-height:70px}._grey-text.--lh-71{line-height:71px}._grey-text.--lh-72{line-height:72px}._grey-text.--lh-73{line-height:73px}._grey-text.--lh-74{line-height:74px}._grey-text.--lh-75{line-height:75px}._grey-text.--lh-76{line-height:76px}._grey-text.--lh-77{line-height:77px}._grey-text.--lh-78{line-height:78px}._grey-text.--lh-79{line-height:79px}._grey-text.--lh-80{line-height:80px}._grey-text.--lh-81{line-height:81px}._grey-text.--lh-82{line-height:82px}._grey-text.--lh-83{line-height:83px}._grey-text.--lh-84{line-height:84px}._grey-text.--lh-85{line-height:85px}._grey-text.--lh-86{line-height:86px}._grey-text.--lh-87{line-height:87px}._grey-text.--lh-88{line-height:88px}._grey-text.--lh-89{line-height:89px}._grey-text.--lh-90{line-height:90px}._grey-text.--lh-91{line-height:91px}._grey-text.--lh-92{line-height:92px}._grey-text.--lh-93{line-height:93px}._grey-text.--lh-94{line-height:94px}._grey-text.--lh-95{line-height:95px}._grey-text.--lh-96{line-height:96px}._grey-text.--lh-97{line-height:97px}._grey-text.--lh-98{line-height:98px}._grey-text.--lh-99{line-height:99px}._grey-text.--lh-100{line-height:100px}._grey-text.--lh-101{line-height:101px}._grey-text.--lh-102{line-height:102px}._grey-text.--lh-103{line-height:103px}._grey-text.--lh-104{line-height:104px}._grey-text.--lh-105{line-height:105px}._grey-text.--lh-106{line-height:106px}._grey-text.--lh-107{line-height:107px}._grey-text.--lh-108{line-height:108px}._grey-text.--lh-109{line-height:109px}._grey-text.--lh-110{line-height:110px}._grey-text.--lh-111{line-height:111px}._grey-text.--lh-112{line-height:112px}._grey-text.--lh-113{line-height:113px}._grey-text.--lh-114{line-height:114px}._grey-text.--lh-115{line-height:115px}._grey-text.--lh-116{line-height:116px}._grey-text.--lh-117{line-height:117px}._grey-text.--lh-118{line-height:118px}._grey-text.--lh-119{line-height:119px}._grey-text.--lh-120{line-height:120px}._grey-text.--lh-121{line-height:121px}._grey-text.--lh-122{line-height:122px}._grey-text.--lh-123{line-height:123px}._grey-text.--lh-124{line-height:124px}._grey-text.--lh-125{line-height:125px}._grey-text.--lh-126{line-height:126px}._grey-text.--lh-127{line-height:127px}._grey-text.--lh-128{line-height:128px}._grey-text.--lh-129{line-height:129px}._grey-text.--lh-130{line-height:130px}._grey-text.--lh-131{line-height:131px}._grey-text.--lh-132{line-height:132px}._grey-text.--lh-133{line-height:133px}._grey-text.--lh-134{line-height:134px}._grey-text.--lh-135{line-height:135px}._grey-text.--lh-136{line-height:136px}._grey-text.--lh-137{line-height:137px}._grey-text.--lh-138{line-height:138px}._grey-text.--lh-139{line-height:139px}._grey-text.--lh-140{line-height:140px}._grey-text.--lh-141{line-height:141px}._grey-text.--lh-142{line-height:142px}._grey-text.--lh-143{line-height:143px}._grey-text.--lh-144{line-height:144px}._grey-text.--lh-145{line-height:145px}._grey-text.--lh-146{line-height:146px}._grey-text.--lh-147{line-height:147px}._grey-text.--lh-148{line-height:148px}._grey-text.--lh-149{line-height:149px}._grey-text.--lh-150{line-height:150px}._grey-text.--lh-151{line-height:151px}._grey-text.--lh-152{line-height:152px}._grey-text.--lh-153{line-height:153px}._grey-text.--lh-154{line-height:154px}._grey-text.--lh-155{line-height:155px}._grey-text.--lh-156{line-height:156px}._grey-text.--lh-157{line-height:157px}._grey-text.--lh-158{line-height:158px}._grey-text.--lh-159{line-height:159px}._grey-text.--lh-160{line-height:160px}._grey-text.--lh-161{line-height:161px}._grey-text.--lh-162{line-height:162px}._grey-text.--lh-163{line-height:163px}._grey-text.--lh-164{line-height:164px}._grey-text.--lh-165{line-height:165px}._grey-text.--lh-166{line-height:166px}._grey-text.--lh-167{line-height:167px}._grey-text.--lh-168{line-height:168px}._grey-text.--lh-169{line-height:169px}._grey-text.--lh-170{line-height:170px}._grey-text.--lh-171{line-height:171px}._grey-text.--lh-172{line-height:172px}._grey-text.--lh-173{line-height:173px}._grey-text.--lh-174{line-height:174px}._grey-text.--lh-175{line-height:175px}._grey-text.--lh-176{line-height:176px}._grey-text.--lh-177{line-height:177px}._grey-text.--lh-178{line-height:178px}._grey-text.--lh-179{line-height:179px}._grey-text.--lh-180{line-height:180px}._grey-text.--lh-181{line-height:181px}._grey-text.--lh-182{line-height:182px}._grey-text.--lh-183{line-height:183px}._grey-text.--lh-184{line-height:184px}._grey-text.--lh-185{line-height:185px}._grey-text.--lh-186{line-height:186px}._grey-text.--lh-187{line-height:187px}._grey-text.--lh-188{line-height:188px}._grey-text.--lh-189{line-height:189px}._grey-text.--lh-190{line-height:190px}._grey-text.--lh-191{line-height:191px}._grey-text.--lh-192{line-height:192px}._grey-text.--lh-193{line-height:193px}._grey-text.--lh-194{line-height:194px}._grey-text.--lh-195{line-height:195px}._grey-text.--lh-196{line-height:196px}._grey-text.--lh-197{line-height:197px}._grey-text.--lh-198{line-height:198px}._grey-text.--lh-199{line-height:199px}._grey-text.--lh-200{line-height:200px}._grey-text.--lh-201{line-height:201px}._grey-text.--lh-202{line-height:202px}._grey-text.--lh-203{line-height:203px}._grey-text.--lh-204{line-height:204px}._grey-text.--lh-205{line-height:205px}._grey-text.--lh-206{line-height:206px}._grey-text.--lh-207{line-height:207px}._grey-text.--lh-208{line-height:208px}._grey-text.--lh-209{line-height:209px}._grey-text.--lh-210{line-height:210px}._grey-text.--lh-211{line-height:211px}._grey-text.--lh-212{line-height:212px}._grey-text.--lh-213{line-height:213px}._grey-text.--lh-214{line-height:214px}._grey-text.--lh-215{line-height:215px}._grey-text.--lh-216{line-height:216px}._grey-text.--lh-217{line-height:217px}._grey-text.--lh-218{line-height:218px}._grey-text.--lh-219{line-height:219px}._grey-text.--lh-220{line-height:220px}._grey-text.--lh-221{line-height:221px}._grey-text.--lh-222{line-height:222px}._grey-text.--lh-223{line-height:223px}._grey-text.--lh-224{line-height:224px}._grey-text.--lh-225{line-height:225px}._grey-text.--lh-226{line-height:226px}._grey-text.--lh-227{line-height:227px}._grey-text.--lh-228{line-height:228px}._grey-text.--lh-229{line-height:229px}._grey-text.--lh-230{line-height:230px}._grey-text.--lh-231{line-height:231px}._grey-text.--lh-232{line-height:232px}._grey-text.--lh-233{line-height:233px}._grey-text.--lh-234{line-height:234px}._grey-text.--lh-235{line-height:235px}._grey-text.--lh-236{line-height:236px}._grey-text.--lh-237{line-height:237px}._grey-text.--lh-238{line-height:238px}._grey-text.--lh-239{line-height:239px}._grey-text.--lh-240{line-height:240px}._grey-text.--lh-241{line-height:241px}._grey-text.--lh-242{line-height:242px}._grey-text.--lh-243{line-height:243px}._grey-text.--lh-244{line-height:244px}._grey-text.--lh-245{line-height:245px}._grey-text.--lh-246{line-height:246px}._grey-text.--lh-247{line-height:247px}._grey-text.--lh-248{line-height:248px}._grey-text.--lh-249{line-height:249px}._grey-text.--lh-250{line-height:250px}._grey-text.--lh-251{line-height:251px}._grey-text.--lh-252{line-height:252px}._grey-text.--lh-253{line-height:253px}._grey-text.--lh-254{line-height:254px}._grey-text.--lh-255{line-height:255px}._grey-text.--lh-256{line-height:256px}._grey-text.--lh-257{line-height:257px}._grey-text.--lh-258{line-height:258px}._grey-text.--lh-259{line-height:259px}._grey-text.--lh-260{line-height:260px}._grey-text.--lh-261{line-height:261px}._grey-text.--lh-262{line-height:262px}._grey-text.--lh-263{line-height:263px}._grey-text.--lh-264{line-height:264px}._grey-text.--lh-265{line-height:265px}._grey-text.--lh-266{line-height:266px}._grey-text.--lh-267{line-height:267px}._grey-text.--lh-268{line-height:268px}._grey-text.--lh-269{line-height:269px}._grey-text.--lh-270{line-height:270px}._grey-text.--lh-271{line-height:271px}._grey-text.--lh-272{line-height:272px}._grey-text.--lh-273{line-height:273px}._grey-text.--lh-274{line-height:274px}._grey-text.--lh-275{line-height:275px}._grey-text.--lh-276{line-height:276px}._grey-text.--lh-277{line-height:277px}._grey-text.--lh-278{line-height:278px}._grey-text.--lh-279{line-height:279px}._grey-text.--lh-280{line-height:280px}._grey-text.--lh-281{line-height:281px}._grey-text.--lh-282{line-height:282px}._grey-text.--lh-283{line-height:283px}._grey-text.--lh-284{line-height:284px}._grey-text.--lh-285{line-height:285px}._grey-text.--lh-286{line-height:286px}._grey-text.--lh-287{line-height:287px}._grey-text.--lh-288{line-height:288px}._grey-text.--lh-289{line-height:289px}._grey-text.--lh-290{line-height:290px}._grey-text.--lh-291{line-height:291px}._grey-text.--lh-292{line-height:292px}._grey-text.--lh-293{line-height:293px}._grey-text.--lh-294{line-height:294px}._grey-text.--lh-295{line-height:295px}._grey-text.--lh-296{line-height:296px}._grey-text.--lh-297{line-height:297px}._grey-text.--lh-298{line-height:298px}._grey-text.--lh-299{line-height:299px}._grey-text.--lh-300{line-height:300px}._grey-text.--lh-301{line-height:301px}._grey-text.--lh-302{line-height:302px}._grey-text.--lh-303{line-height:303px}._grey-text.--lh-304{line-height:304px}._grey-text.--lh-305{line-height:305px}._grey-text.--lh-306{line-height:306px}._grey-text.--lh-307{line-height:307px}._grey-text.--lh-308{line-height:308px}._grey-text.--lh-309{line-height:309px}._grey-text.--lh-310{line-height:310px}._grey-text.--lh-311{line-height:311px}._grey-text.--lh-312{line-height:312px}._grey-text.--lh-313{line-height:313px}._grey-text.--lh-314{line-height:314px}._grey-text.--lh-315{line-height:315px}._grey-text.--lh-316{line-height:316px}._grey-text.--lh-317{line-height:317px}._grey-text.--lh-318{line-height:318px}._grey-text.--lh-319{line-height:319px}._grey-text.--lh-320{line-height:320px}._grey-text.--lh-321{line-height:321px}._grey-text.--lh-322{line-height:322px}._grey-text.--lh-323{line-height:323px}._grey-text.--lh-324{line-height:324px}._grey-text.--lh-325{line-height:325px}._grey-text.--lh-326{line-height:326px}._grey-text.--lh-327{line-height:327px}._grey-text.--lh-328{line-height:328px}._grey-text.--lh-329{line-height:329px}._grey-text.--lh-330{line-height:330px}._grey-text.--lh-331{line-height:331px}._grey-text.--lh-332{line-height:332px}._grey-text.--lh-333{line-height:333px}._grey-text.--lh-334{line-height:334px}._grey-text.--lh-335{line-height:335px}._grey-text.--lh-336{line-height:336px}._grey-text.--lh-337{line-height:337px}._grey-text.--lh-338{line-height:338px}._grey-text.--lh-339{line-height:339px}._grey-text.--lh-340{line-height:340px}._grey-text.--lh-341{line-height:341px}._grey-text.--lh-342{line-height:342px}._grey-text.--lh-343{line-height:343px}._grey-text.--lh-344{line-height:344px}._grey-text.--lh-345{line-height:345px}._grey-text.--lh-346{line-height:346px}._grey-text.--lh-347{line-height:347px}._grey-text.--lh-348{line-height:348px}._grey-text.--lh-349{line-height:349px}._grey-text.--lh-350{line-height:350px}._grey-text.--lh-351{line-height:351px}._grey-text.--lh-352{line-height:352px}._grey-text.--lh-353{line-height:353px}._grey-text.--lh-354{line-height:354px}._grey-text.--lh-355{line-height:355px}._grey-text.--lh-356{line-height:356px}._grey-text.--lh-357{line-height:357px}._grey-text.--lh-358{line-height:358px}._grey-text.--lh-359{line-height:359px}._grey-text.--lh-360{line-height:360px}._grey-text.--lh-361{line-height:361px}._grey-text.--lh-362{line-height:362px}._grey-text.--lh-363{line-height:363px}._grey-text.--lh-364{line-height:364px}._grey-text.--lh-365{line-height:365px}._grey-text.--lh-366{line-height:366px}._grey-text.--lh-367{line-height:367px}._grey-text.--lh-368{line-height:368px}._grey-text.--lh-369{line-height:369px}._grey-text.--lh-370{line-height:370px}._grey-text.--lh-371{line-height:371px}._grey-text.--lh-372{line-height:372px}._grey-text.--lh-373{line-height:373px}._grey-text.--lh-374{line-height:374px}._grey-text.--lh-375{line-height:375px}._grey-text.--lh-376{line-height:376px}._grey-text.--lh-377{line-height:377px}._grey-text.--lh-378{line-height:378px}._grey-text.--lh-379{line-height:379px}._grey-text.--lh-380{line-height:380px}._grey-text.--lh-381{line-height:381px}._grey-text.--lh-382{line-height:382px}._grey-text.--lh-383{line-height:383px}._grey-text.--lh-384{line-height:384px}._grey-text.--lh-385{line-height:385px}._grey-text.--lh-386{line-height:386px}._grey-text.--lh-387{line-height:387px}._grey-text.--lh-388{line-height:388px}._grey-text.--lh-389{line-height:389px}._grey-text.--lh-390{line-height:390px}._grey-text.--lh-391{line-height:391px}._grey-text.--lh-392{line-height:392px}._grey-text.--lh-393{line-height:393px}._grey-text.--lh-394{line-height:394px}._grey-text.--lh-395{line-height:395px}._grey-text.--lh-396{line-height:396px}._grey-text.--lh-397{line-height:397px}._grey-text.--lh-398{line-height:398px}._grey-text.--lh-399{line-height:399px}._grey-text.--lh-400{line-height:400px}._grey-text.--lh-401{line-height:401px}._grey-text.--lh-402{line-height:402px}._grey-text.--lh-403{line-height:403px}._grey-text.--lh-404{line-height:404px}._grey-text.--lh-405{line-height:405px}._grey-text.--lh-406{line-height:406px}._grey-text.--lh-407{line-height:407px}._grey-text.--lh-408{line-height:408px}._grey-text.--lh-409{line-height:409px}._grey-text.--lh-410{line-height:410px}._grey-text.--lh-411{line-height:411px}._grey-text.--lh-412{line-height:412px}._grey-text.--lh-413{line-height:413px}._grey-text.--lh-414{line-height:414px}._grey-text.--lh-415{line-height:415px}._grey-text.--lh-416{line-height:416px}._grey-text.--lh-417{line-height:417px}._grey-text.--lh-418{line-height:418px}._grey-text.--lh-419{line-height:419px}._grey-text.--lh-420{line-height:420px}._grey-text.--lh-421{line-height:421px}._grey-text.--lh-422{line-height:422px}._grey-text.--lh-423{line-height:423px}._grey-text.--lh-424{line-height:424px}._grey-text.--lh-425{line-height:425px}._grey-text.--lh-426{line-height:426px}._grey-text.--lh-427{line-height:427px}._grey-text.--lh-428{line-height:428px}._grey-text.--lh-429{line-height:429px}._grey-text.--lh-430{line-height:430px}._grey-text.--lh-431{line-height:431px}._grey-text.--lh-432{line-height:432px}._grey-text.--lh-433{line-height:433px}._grey-text.--lh-434{line-height:434px}._grey-text.--lh-435{line-height:435px}._grey-text.--lh-436{line-height:436px}._grey-text.--lh-437{line-height:437px}._grey-text.--lh-438{line-height:438px}._grey-text.--lh-439{line-height:439px}._grey-text.--lh-440{line-height:440px}._grey-text.--lh-441{line-height:441px}._grey-text.--lh-442{line-height:442px}._grey-text.--lh-443{line-height:443px}._grey-text.--lh-444{line-height:444px}._grey-text.--lh-445{line-height:445px}._grey-text.--lh-446{line-height:446px}._grey-text.--lh-447{line-height:447px}._grey-text.--lh-448{line-height:448px}._grey-text.--lh-449{line-height:449px}._grey-text.--lh-450{line-height:450px}._grey-text.--lh-451{line-height:451px}._grey-text.--lh-452{line-height:452px}._grey-text.--lh-453{line-height:453px}._grey-text.--lh-454{line-height:454px}._grey-text.--lh-455{line-height:455px}._grey-text.--lh-456{line-height:456px}._grey-text.--lh-457{line-height:457px}._grey-text.--lh-458{line-height:458px}._grey-text.--lh-459{line-height:459px}._grey-text.--lh-460{line-height:460px}._grey-text.--lh-461{line-height:461px}._grey-text.--lh-462{line-height:462px}._grey-text.--lh-463{line-height:463px}._grey-text.--lh-464{line-height:464px}._grey-text.--lh-465{line-height:465px}._grey-text.--lh-466{line-height:466px}._grey-text.--lh-467{line-height:467px}._grey-text.--lh-468{line-height:468px}._grey-text.--lh-469{line-height:469px}._grey-text.--lh-470{line-height:470px}._grey-text.--lh-471{line-height:471px}._grey-text.--lh-472{line-height:472px}._grey-text.--lh-473{line-height:473px}._grey-text.--lh-474{line-height:474px}._grey-text.--lh-475{line-height:475px}._grey-text.--lh-476{line-height:476px}._grey-text.--lh-477{line-height:477px}._grey-text.--lh-478{line-height:478px}._grey-text.--lh-479{line-height:479px}._grey-text.--lh-480{line-height:480px}._grey-text.--lh-481{line-height:481px}._grey-text.--lh-482{line-height:482px}._grey-text.--lh-483{line-height:483px}._grey-text.--lh-484{line-height:484px}._grey-text.--lh-485{line-height:485px}._grey-text.--lh-486{line-height:486px}._grey-text.--lh-487{line-height:487px}._grey-text.--lh-488{line-height:488px}._grey-text.--lh-489{line-height:489px}._grey-text.--lh-490{line-height:490px}._grey-text.--lh-491{line-height:491px}._grey-text.--lh-492{line-height:492px}._grey-text.--lh-493{line-height:493px}._grey-text.--lh-494{line-height:494px}._grey-text.--lh-495{line-height:495px}._grey-text.--lh-496{line-height:496px}._grey-text.--lh-497{line-height:497px}._grey-text.--lh-498{line-height:498px}._grey-text.--lh-499{line-height:499px}._grey-text.--lh-500{line-height:500px}._grey-text.--lh-501{line-height:501px}._grey-text.--lh-502{line-height:502px}._grey-text.--lh-503{line-height:503px}._grey-text.--lh-504{line-height:504px}._grey-text.--lh-505{line-height:505px}._grey-text.--lh-506{line-height:506px}._grey-text.--lh-507{line-height:507px}._grey-text.--lh-508{line-height:508px}._grey-text.--lh-509{line-height:509px}._grey-text.--lh-510{line-height:510px}._grey-text.--lh-511{line-height:511px}._grey-text.--lh-512{line-height:512px}._grey-text.--lh-513{line-height:513px}._grey-text.--lh-514{line-height:514px}._grey-text.--lh-515{line-height:515px}._grey-text.--lh-516{line-height:516px}._grey-text.--lh-517{line-height:517px}._grey-text.--lh-518{line-height:518px}._grey-text.--lh-519{line-height:519px}._grey-text.--lh-520{line-height:520px}._grey-text.--lh-521{line-height:521px}._grey-text.--lh-522{line-height:522px}._grey-text.--lh-523{line-height:523px}._grey-text.--lh-524{line-height:524px}._grey-text.--lh-525{line-height:525px}._grey-text.--lh-526{line-height:526px}._grey-text.--lh-527{line-height:527px}._grey-text.--lh-528{line-height:528px}._grey-text.--lh-529{line-height:529px}._grey-text.--lh-530{line-height:530px}._grey-text.--lh-531{line-height:531px}._grey-text.--lh-532{line-height:532px}._grey-text.--lh-533{line-height:533px}._grey-text.--lh-534{line-height:534px}._grey-text.--lh-535{line-height:535px}._grey-text.--lh-536{line-height:536px}._grey-text.--lh-537{line-height:537px}._grey-text.--lh-538{line-height:538px}._grey-text.--lh-539{line-height:539px}._grey-text.--lh-540{line-height:540px}._grey-text.--lh-541{line-height:541px}._grey-text.--lh-542{line-height:542px}._grey-text.--lh-543{line-height:543px}._grey-text.--lh-544{line-height:544px}._grey-text.--lh-545{line-height:545px}._grey-text.--lh-546{line-height:546px}._grey-text.--lh-547{line-height:547px}._grey-text.--lh-548{line-height:548px}._grey-text.--lh-549{line-height:549px}._grey-text.--lh-550{line-height:550px}._grey-text.--lh-551{line-height:551px}._grey-text.--lh-552{line-height:552px}._grey-text.--lh-553{line-height:553px}._grey-text.--lh-554{line-height:554px}._grey-text.--lh-555{line-height:555px}._grey-text.--lh-556{line-height:556px}._grey-text.--lh-557{line-height:557px}._grey-text.--lh-558{line-height:558px}._grey-text.--lh-559{line-height:559px}._grey-text.--lh-560{line-height:560px}._grey-text.--lh-561{line-height:561px}._grey-text.--lh-562{line-height:562px}._grey-text.--lh-563{line-height:563px}._grey-text.--lh-564{line-height:564px}._grey-text.--lh-565{line-height:565px}._grey-text.--lh-566{line-height:566px}._grey-text.--lh-567{line-height:567px}._grey-text.--lh-568{line-height:568px}._grey-text.--lh-569{line-height:569px}._grey-text.--lh-570{line-height:570px}._grey-text.--lh-571{line-height:571px}._grey-text.--lh-572{line-height:572px}._grey-text.--lh-573{line-height:573px}._grey-text.--lh-574{line-height:574px}._grey-text.--lh-575{line-height:575px}._grey-text.--lh-576{line-height:576px}._grey-text.--lh-577{line-height:577px}._grey-text.--lh-578{line-height:578px}._grey-text.--lh-579{line-height:579px}._grey-text.--lh-580{line-height:580px}._grey-text.--lh-581{line-height:581px}._grey-text.--lh-582{line-height:582px}._grey-text.--lh-583{line-height:583px}._grey-text.--lh-584{line-height:584px}._grey-text.--lh-585{line-height:585px}._grey-text.--lh-586{line-height:586px}._grey-text.--lh-587{line-height:587px}._grey-text.--lh-588{line-height:588px}._grey-text.--lh-589{line-height:589px}._grey-text.--lh-590{line-height:590px}._grey-text.--lh-591{line-height:591px}._grey-text.--lh-592{line-height:592px}._grey-text.--lh-593{line-height:593px}._grey-text.--lh-594{line-height:594px}._grey-text.--lh-595{line-height:595px}._grey-text.--lh-596{line-height:596px}._grey-text.--lh-597{line-height:597px}._grey-text.--lh-598{line-height:598px}._grey-text.--lh-599{line-height:599px}._grey-text.--lh-600{line-height:600px}._grey-text.--lh-601{line-height:601px}._grey-text.--lh-602{line-height:602px}._grey-text.--lh-603{line-height:603px}._grey-text.--lh-604{line-height:604px}._grey-text.--lh-605{line-height:605px}._grey-text.--lh-606{line-height:606px}._grey-text.--lh-607{line-height:607px}._grey-text.--lh-608{line-height:608px}._grey-text.--lh-609{line-height:609px}._grey-text.--lh-610{line-height:610px}._grey-text.--lh-611{line-height:611px}._grey-text.--lh-612{line-height:612px}._grey-text.--lh-613{line-height:613px}._grey-text.--lh-614{line-height:614px}._grey-text.--lh-615{line-height:615px}._grey-text.--lh-616{line-height:616px}._grey-text.--lh-617{line-height:617px}._grey-text.--lh-618{line-height:618px}._grey-text.--lh-619{line-height:619px}._grey-text.--lh-620{line-height:620px}._grey-text.--lh-621{line-height:621px}._grey-text.--lh-622{line-height:622px}._grey-text.--lh-623{line-height:623px}._grey-text.--lh-624{line-height:624px}._grey-text.--lh-625{line-height:625px}._grey-text.--lh-626{line-height:626px}._grey-text.--lh-627{line-height:627px}._grey-text.--lh-628{line-height:628px}._grey-text.--lh-629{line-height:629px}._grey-text.--lh-630{line-height:630px}._grey-text.--lh-631{line-height:631px}._grey-text.--lh-632{line-height:632px}._grey-text.--lh-633{line-height:633px}._grey-text.--lh-634{line-height:634px}._grey-text.--lh-635{line-height:635px}._grey-text.--lh-636{line-height:636px}._grey-text.--lh-637{line-height:637px}._grey-text.--lh-638{line-height:638px}._grey-text.--lh-639{line-height:639px}._grey-text.--lh-640{line-height:640px}._grey-text.--lh-641{line-height:641px}._grey-text.--lh-642{line-height:642px}._grey-text.--lh-643{line-height:643px}._grey-text.--lh-644{line-height:644px}._grey-text.--lh-645{line-height:645px}._grey-text.--lh-646{line-height:646px}._grey-text.--lh-647{line-height:647px}._grey-text.--lh-648{line-height:648px}._grey-text.--lh-649{line-height:649px}._grey-text.--lh-650{line-height:650px}._grey-text.--lh-651{line-height:651px}._grey-text.--lh-652{line-height:652px}._grey-text.--lh-653{line-height:653px}._grey-text.--lh-654{line-height:654px}._grey-text.--lh-655{line-height:655px}._grey-text.--lh-656{line-height:656px}._grey-text.--lh-657{line-height:657px}._grey-text.--lh-658{line-height:658px}._grey-text.--lh-659{line-height:659px}._grey-text.--lh-660{line-height:660px}._grey-text.--lh-661{line-height:661px}._grey-text.--lh-662{line-height:662px}._grey-text.--lh-663{line-height:663px}._grey-text.--lh-664{line-height:664px}._grey-text.--lh-665{line-height:665px}._grey-text.--lh-666{line-height:666px}._grey-text.--lh-667{line-height:667px}._grey-text.--lh-668{line-height:668px}._grey-text.--lh-669{line-height:669px}._grey-text.--lh-670{line-height:670px}._grey-text.--lh-671{line-height:671px}._grey-text.--lh-672{line-height:672px}._grey-text.--lh-673{line-height:673px}._grey-text.--lh-674{line-height:674px}._grey-text.--lh-675{line-height:675px}._grey-text.--lh-676{line-height:676px}._grey-text.--lh-677{line-height:677px}._grey-text.--lh-678{line-height:678px}._grey-text.--lh-679{line-height:679px}._grey-text.--lh-680{line-height:680px}._grey-text.--lh-681{line-height:681px}._grey-text.--lh-682{line-height:682px}._grey-text.--lh-683{line-height:683px}._grey-text.--lh-684{line-height:684px}._grey-text.--lh-685{line-height:685px}._grey-text.--lh-686{line-height:686px}._grey-text.--lh-687{line-height:687px}._grey-text.--lh-688{line-height:688px}._grey-text.--lh-689{line-height:689px}._grey-text.--lh-690{line-height:690px}._grey-text.--lh-691{line-height:691px}._grey-text.--lh-692{line-height:692px}._grey-text.--lh-693{line-height:693px}._grey-text.--lh-694{line-height:694px}._grey-text.--lh-695{line-height:695px}._grey-text.--lh-696{line-height:696px}._grey-text.--lh-697{line-height:697px}._grey-text.--lh-698{line-height:698px}._grey-text.--lh-699{line-height:699px}._grey-text.--lh-700{line-height:700px}._grey-text.--lh-701{line-height:701px}._grey-text.--lh-702{line-height:702px}._grey-text.--lh-703{line-height:703px}._grey-text.--lh-704{line-height:704px}._grey-text.--lh-705{line-height:705px}._grey-text.--lh-706{line-height:706px}._grey-text.--lh-707{line-height:707px}._grey-text.--lh-708{line-height:708px}._grey-text.--lh-709{line-height:709px}._grey-text.--lh-710{line-height:710px}._grey-text.--lh-711{line-height:711px}._grey-text.--lh-712{line-height:712px}._grey-text.--lh-713{line-height:713px}._grey-text.--lh-714{line-height:714px}._grey-text.--lh-715{line-height:715px}._grey-text.--lh-716{line-height:716px}._grey-text.--lh-717{line-height:717px}._grey-text.--lh-718{line-height:718px}._grey-text.--lh-719{line-height:719px}._grey-text.--lh-720{line-height:720px}._grey-text.--lh-721{line-height:721px}._grey-text.--lh-722{line-height:722px}._grey-text.--lh-723{line-height:723px}._grey-text.--lh-724{line-height:724px}._grey-text.--lh-725{line-height:725px}._grey-text.--lh-726{line-height:726px}._grey-text.--lh-727{line-height:727px}._grey-text.--lh-728{line-height:728px}._grey-text.--lh-729{line-height:729px}._grey-text.--lh-730{line-height:730px}._grey-text.--lh-731{line-height:731px}._grey-text.--lh-732{line-height:732px}._grey-text.--lh-733{line-height:733px}._grey-text.--lh-734{line-height:734px}._grey-text.--lh-735{line-height:735px}._grey-text.--lh-736{line-height:736px}._grey-text.--lh-737{line-height:737px}._grey-text.--lh-738{line-height:738px}._grey-text.--lh-739{line-height:739px}._grey-text.--lh-740{line-height:740px}._grey-text.--lh-741{line-height:741px}._grey-text.--lh-742{line-height:742px}._grey-text.--lh-743{line-height:743px}._grey-text.--lh-744{line-height:744px}._grey-text.--lh-745{line-height:745px}._grey-text.--lh-746{line-height:746px}._grey-text.--lh-747{line-height:747px}._grey-text.--lh-748{line-height:748px}._grey-text.--lh-749{line-height:749px}._grey-text.--lh-750{line-height:750px}._grey-text.--lh-751{line-height:751px}._grey-text.--lh-752{line-height:752px}._grey-text.--lh-753{line-height:753px}._grey-text.--lh-754{line-height:754px}._grey-text.--lh-755{line-height:755px}._grey-text.--lh-756{line-height:756px}._grey-text.--lh-757{line-height:757px}._grey-text.--lh-758{line-height:758px}._grey-text.--lh-759{line-height:759px}._grey-text.--lh-760{line-height:760px}._grey-text.--lh-761{line-height:761px}._grey-text.--lh-762{line-height:762px}._grey-text.--lh-763{line-height:763px}._grey-text.--lh-764{line-height:764px}._grey-text.--lh-765{line-height:765px}._grey-text.--lh-766{line-height:766px}._grey-text.--lh-767{line-height:767px}._grey-text.--lh-768{line-height:768px}._grey-text.--lh-769{line-height:769px}._grey-text.--lh-770{line-height:770px}._grey-text.--lh-771{line-height:771px}._grey-text.--lh-772{line-height:772px}._grey-text.--lh-773{line-height:773px}._grey-text.--lh-774{line-height:774px}._grey-text.--lh-775{line-height:775px}._grey-text.--lh-776{line-height:776px}._grey-text.--lh-777{line-height:777px}._grey-text.--lh-778{line-height:778px}._grey-text.--lh-779{line-height:779px}._grey-text.--lh-780{line-height:780px}._grey-text.--lh-781{line-height:781px}._grey-text.--lh-782{line-height:782px}._grey-text.--lh-783{line-height:783px}._grey-text.--lh-784{line-height:784px}._grey-text.--lh-785{line-height:785px}._grey-text.--lh-786{line-height:786px}._grey-text.--lh-787{line-height:787px}._grey-text.--lh-788{line-height:788px}._grey-text.--lh-789{line-height:789px}._grey-text.--lh-790{line-height:790px}._grey-text.--lh-791{line-height:791px}._grey-text.--lh-792{line-height:792px}._grey-text.--lh-793{line-height:793px}._grey-text.--lh-794{line-height:794px}._grey-text.--lh-795{line-height:795px}._grey-text.--lh-796{line-height:796px}._grey-text.--lh-797{line-height:797px}._grey-text.--lh-798{line-height:798px}._grey-text.--lh-799{line-height:799px}._grey-text.--lh-800{line-height:800px}._grey-text2{color:var(--grey2);font-family:Poppins}._grey-text2.--size-5{font-size:5px}._grey-text2.--size-6{font-size:6px}._grey-text2.--size-7{font-size:7px}._grey-text2.--size-8{font-size:8px}._grey-text2.--size-9{font-size:9px}._grey-text2.--size-10{font-size:10px}._grey-text2.--size-11{font-size:11px}._grey-text2.--size-12{font-size:12px}._grey-text2.--size-13{font-size:13px}._grey-text2.--size-14{font-size:14px}._grey-text2.--size-15{font-size:15px}._grey-text2.--size-16{font-size:16px}._grey-text2.--size-17{font-size:17px}._grey-text2.--size-18{font-size:18px}._grey-text2.--size-19{font-size:19px}._grey-text2.--size-20{font-size:20px}._grey-text2.--size-21{font-size:21px}._grey-text2.--size-22{font-size:22px}._grey-text2.--size-23{font-size:23px}._grey-text2.--size-24{font-size:24px}._grey-text2.--size-25{font-size:25px}._grey-text2.--size-26{font-size:26px}._grey-text2.--size-27{font-size:27px}._grey-text2.--size-28{font-size:28px}._grey-text2.--size-29{font-size:29px}._grey-text2.--size-30{font-size:30px}._grey-text2.--size-31{font-size:31px}._grey-text2.--size-32{font-size:32px}._grey-text2.--size-33{font-size:33px}._grey-text2.--size-34{font-size:34px}._grey-text2.--size-35{font-size:35px}._grey-text2.--size-36{font-size:36px}._grey-text2.--size-37{font-size:37px}._grey-text2.--size-38{font-size:38px}._grey-text2.--size-39{font-size:39px}._grey-text2.--size-40{font-size:40px}._grey-text2.--size-41{font-size:41px}._grey-text2.--size-42{font-size:42px}._grey-text2.--size-43{font-size:43px}._grey-text2.--size-44{font-size:44px}._grey-text2.--size-45{font-size:45px}._grey-text2.--size-46{font-size:46px}._grey-text2.--size-47{font-size:47px}._grey-text2.--size-48{font-size:48px}._grey-text2.--size-49{font-size:49px}._grey-text2.--size-50{font-size:50px}._grey-text2.--size-51{font-size:51px}._grey-text2.--size-52{font-size:52px}._grey-text2.--size-53{font-size:53px}._grey-text2.--size-54{font-size:54px}._grey-text2.--size-55{font-size:55px}._grey-text2.--size-56{font-size:56px}._grey-text2.--size-57{font-size:57px}._grey-text2.--size-58{font-size:58px}._grey-text2.--size-59{font-size:59px}._grey-text2.--size-60{font-size:60px}._grey-text2.--size-61{font-size:61px}._grey-text2.--size-62{font-size:62px}._grey-text2.--size-63{font-size:63px}._grey-text2.--size-64{font-size:64px}._grey-text2.--size-65{font-size:65px}._grey-text2.--size-66{font-size:66px}._grey-text2.--size-67{font-size:67px}._grey-text2.--size-68{font-size:68px}._grey-text2.--size-69{font-size:69px}._grey-text2.--size-70{font-size:70px}._grey-text2.--size-71{font-size:71px}._grey-text2.--size-72{font-size:72px}._grey-text2.--size-73{font-size:73px}._grey-text2.--size-74{font-size:74px}._grey-text2.--size-75{font-size:75px}._grey-text2.--size-76{font-size:76px}._grey-text2.--size-77{font-size:77px}._grey-text2.--size-78{font-size:78px}._grey-text2.--size-79{font-size:79px}._grey-text2.--size-80{font-size:80px}._grey-text2.--size-81{font-size:81px}._grey-text2.--size-82{font-size:82px}._grey-text2.--size-83{font-size:83px}._grey-text2.--size-84{font-size:84px}._grey-text2.--size-85{font-size:85px}._grey-text2.--size-86{font-size:86px}._grey-text2.--size-87{font-size:87px}._grey-text2.--size-88{font-size:88px}._grey-text2.--size-89{font-size:89px}._grey-text2.--size-90{font-size:90px}._grey-text2.--size-91{font-size:91px}._grey-text2.--size-92{font-size:92px}._grey-text2.--size-93{font-size:93px}._grey-text2.--size-94{font-size:94px}._grey-text2.--size-95{font-size:95px}._grey-text2.--size-96{font-size:96px}._grey-text2.--size-97{font-size:97px}._grey-text2.--size-98{font-size:98px}._grey-text2.--size-99{font-size:99px}._grey-text2.--size-100{font-size:100px}._grey-text2.--weight-100{font-weight:100}._grey-text2.--weight-101{font-weight:101}._grey-text2.--weight-102{font-weight:102}._grey-text2.--weight-103{font-weight:103}._grey-text2.--weight-104{font-weight:104}._grey-text2.--weight-105{font-weight:105}._grey-text2.--weight-106{font-weight:106}._grey-text2.--weight-107{font-weight:107}._grey-text2.--weight-108{font-weight:108}._grey-text2.--weight-109{font-weight:109}._grey-text2.--weight-110{font-weight:110}._grey-text2.--weight-111{font-weight:111}._grey-text2.--weight-112{font-weight:112}._grey-text2.--weight-113{font-weight:113}._grey-text2.--weight-114{font-weight:114}._grey-text2.--weight-115{font-weight:115}._grey-text2.--weight-116{font-weight:116}._grey-text2.--weight-117{font-weight:117}._grey-text2.--weight-118{font-weight:118}._grey-text2.--weight-119{font-weight:119}._grey-text2.--weight-120{font-weight:120}._grey-text2.--weight-121{font-weight:121}._grey-text2.--weight-122{font-weight:122}._grey-text2.--weight-123{font-weight:123}._grey-text2.--weight-124{font-weight:124}._grey-text2.--weight-125{font-weight:125}._grey-text2.--weight-126{font-weight:126}._grey-text2.--weight-127{font-weight:127}._grey-text2.--weight-128{font-weight:128}._grey-text2.--weight-129{font-weight:129}._grey-text2.--weight-130{font-weight:130}._grey-text2.--weight-131{font-weight:131}._grey-text2.--weight-132{font-weight:132}._grey-text2.--weight-133{font-weight:133}._grey-text2.--weight-134{font-weight:134}._grey-text2.--weight-135{font-weight:135}._grey-text2.--weight-136{font-weight:136}._grey-text2.--weight-137{font-weight:137}._grey-text2.--weight-138{font-weight:138}._grey-text2.--weight-139{font-weight:139}._grey-text2.--weight-140{font-weight:140}._grey-text2.--weight-141{font-weight:141}._grey-text2.--weight-142{font-weight:142}._grey-text2.--weight-143{font-weight:143}._grey-text2.--weight-144{font-weight:144}._grey-text2.--weight-145{font-weight:145}._grey-text2.--weight-146{font-weight:146}._grey-text2.--weight-147{font-weight:147}._grey-text2.--weight-148{font-weight:148}._grey-text2.--weight-149{font-weight:149}._grey-text2.--weight-150{font-weight:150}._grey-text2.--weight-151{font-weight:151}._grey-text2.--weight-152{font-weight:152}._grey-text2.--weight-153{font-weight:153}._grey-text2.--weight-154{font-weight:154}._grey-text2.--weight-155{font-weight:155}._grey-text2.--weight-156{font-weight:156}._grey-text2.--weight-157{font-weight:157}._grey-text2.--weight-158{font-weight:158}._grey-text2.--weight-159{font-weight:159}._grey-text2.--weight-160{font-weight:160}._grey-text2.--weight-161{font-weight:161}._grey-text2.--weight-162{font-weight:162}._grey-text2.--weight-163{font-weight:163}._grey-text2.--weight-164{font-weight:164}._grey-text2.--weight-165{font-weight:165}._grey-text2.--weight-166{font-weight:166}._grey-text2.--weight-167{font-weight:167}._grey-text2.--weight-168{font-weight:168}._grey-text2.--weight-169{font-weight:169}._grey-text2.--weight-170{font-weight:170}._grey-text2.--weight-171{font-weight:171}._grey-text2.--weight-172{font-weight:172}._grey-text2.--weight-173{font-weight:173}._grey-text2.--weight-174{font-weight:174}._grey-text2.--weight-175{font-weight:175}._grey-text2.--weight-176{font-weight:176}._grey-text2.--weight-177{font-weight:177}._grey-text2.--weight-178{font-weight:178}._grey-text2.--weight-179{font-weight:179}._grey-text2.--weight-180{font-weight:180}._grey-text2.--weight-181{font-weight:181}._grey-text2.--weight-182{font-weight:182}._grey-text2.--weight-183{font-weight:183}._grey-text2.--weight-184{font-weight:184}._grey-text2.--weight-185{font-weight:185}._grey-text2.--weight-186{font-weight:186}._grey-text2.--weight-187{font-weight:187}._grey-text2.--weight-188{font-weight:188}._grey-text2.--weight-189{font-weight:189}._grey-text2.--weight-190{font-weight:190}._grey-text2.--weight-191{font-weight:191}._grey-text2.--weight-192{font-weight:192}._grey-text2.--weight-193{font-weight:193}._grey-text2.--weight-194{font-weight:194}._grey-text2.--weight-195{font-weight:195}._grey-text2.--weight-196{font-weight:196}._grey-text2.--weight-197{font-weight:197}._grey-text2.--weight-198{font-weight:198}._grey-text2.--weight-199{font-weight:199}._grey-text2.--weight-200{font-weight:200}._grey-text2.--weight-201{font-weight:201}._grey-text2.--weight-202{font-weight:202}._grey-text2.--weight-203{font-weight:203}._grey-text2.--weight-204{font-weight:204}._grey-text2.--weight-205{font-weight:205}._grey-text2.--weight-206{font-weight:206}._grey-text2.--weight-207{font-weight:207}._grey-text2.--weight-208{font-weight:208}._grey-text2.--weight-209{font-weight:209}._grey-text2.--weight-210{font-weight:210}._grey-text2.--weight-211{font-weight:211}._grey-text2.--weight-212{font-weight:212}._grey-text2.--weight-213{font-weight:213}._grey-text2.--weight-214{font-weight:214}._grey-text2.--weight-215{font-weight:215}._grey-text2.--weight-216{font-weight:216}._grey-text2.--weight-217{font-weight:217}._grey-text2.--weight-218{font-weight:218}._grey-text2.--weight-219{font-weight:219}._grey-text2.--weight-220{font-weight:220}._grey-text2.--weight-221{font-weight:221}._grey-text2.--weight-222{font-weight:222}._grey-text2.--weight-223{font-weight:223}._grey-text2.--weight-224{font-weight:224}._grey-text2.--weight-225{font-weight:225}._grey-text2.--weight-226{font-weight:226}._grey-text2.--weight-227{font-weight:227}._grey-text2.--weight-228{font-weight:228}._grey-text2.--weight-229{font-weight:229}._grey-text2.--weight-230{font-weight:230}._grey-text2.--weight-231{font-weight:231}._grey-text2.--weight-232{font-weight:232}._grey-text2.--weight-233{font-weight:233}._grey-text2.--weight-234{font-weight:234}._grey-text2.--weight-235{font-weight:235}._grey-text2.--weight-236{font-weight:236}._grey-text2.--weight-237{font-weight:237}._grey-text2.--weight-238{font-weight:238}._grey-text2.--weight-239{font-weight:239}._grey-text2.--weight-240{font-weight:240}._grey-text2.--weight-241{font-weight:241}._grey-text2.--weight-242{font-weight:242}._grey-text2.--weight-243{font-weight:243}._grey-text2.--weight-244{font-weight:244}._grey-text2.--weight-245{font-weight:245}._grey-text2.--weight-246{font-weight:246}._grey-text2.--weight-247{font-weight:247}._grey-text2.--weight-248{font-weight:248}._grey-text2.--weight-249{font-weight:249}._grey-text2.--weight-250{font-weight:250}._grey-text2.--weight-251{font-weight:251}._grey-text2.--weight-252{font-weight:252}._grey-text2.--weight-253{font-weight:253}._grey-text2.--weight-254{font-weight:254}._grey-text2.--weight-255{font-weight:255}._grey-text2.--weight-256{font-weight:256}._grey-text2.--weight-257{font-weight:257}._grey-text2.--weight-258{font-weight:258}._grey-text2.--weight-259{font-weight:259}._grey-text2.--weight-260{font-weight:260}._grey-text2.--weight-261{font-weight:261}._grey-text2.--weight-262{font-weight:262}._grey-text2.--weight-263{font-weight:263}._grey-text2.--weight-264{font-weight:264}._grey-text2.--weight-265{font-weight:265}._grey-text2.--weight-266{font-weight:266}._grey-text2.--weight-267{font-weight:267}._grey-text2.--weight-268{font-weight:268}._grey-text2.--weight-269{font-weight:269}._grey-text2.--weight-270{font-weight:270}._grey-text2.--weight-271{font-weight:271}._grey-text2.--weight-272{font-weight:272}._grey-text2.--weight-273{font-weight:273}._grey-text2.--weight-274{font-weight:274}._grey-text2.--weight-275{font-weight:275}._grey-text2.--weight-276{font-weight:276}._grey-text2.--weight-277{font-weight:277}._grey-text2.--weight-278{font-weight:278}._grey-text2.--weight-279{font-weight:279}._grey-text2.--weight-280{font-weight:280}._grey-text2.--weight-281{font-weight:281}._grey-text2.--weight-282{font-weight:282}._grey-text2.--weight-283{font-weight:283}._grey-text2.--weight-284{font-weight:284}._grey-text2.--weight-285{font-weight:285}._grey-text2.--weight-286{font-weight:286}._grey-text2.--weight-287{font-weight:287}._grey-text2.--weight-288{font-weight:288}._grey-text2.--weight-289{font-weight:289}._grey-text2.--weight-290{font-weight:290}._grey-text2.--weight-291{font-weight:291}._grey-text2.--weight-292{font-weight:292}._grey-text2.--weight-293{font-weight:293}._grey-text2.--weight-294{font-weight:294}._grey-text2.--weight-295{font-weight:295}._grey-text2.--weight-296{font-weight:296}._grey-text2.--weight-297{font-weight:297}._grey-text2.--weight-298{font-weight:298}._grey-text2.--weight-299{font-weight:299}._grey-text2.--weight-300{font-weight:300}._grey-text2.--weight-301{font-weight:301}._grey-text2.--weight-302{font-weight:302}._grey-text2.--weight-303{font-weight:303}._grey-text2.--weight-304{font-weight:304}._grey-text2.--weight-305{font-weight:305}._grey-text2.--weight-306{font-weight:306}._grey-text2.--weight-307{font-weight:307}._grey-text2.--weight-308{font-weight:308}._grey-text2.--weight-309{font-weight:309}._grey-text2.--weight-310{font-weight:310}._grey-text2.--weight-311{font-weight:311}._grey-text2.--weight-312{font-weight:312}._grey-text2.--weight-313{font-weight:313}._grey-text2.--weight-314{font-weight:314}._grey-text2.--weight-315{font-weight:315}._grey-text2.--weight-316{font-weight:316}._grey-text2.--weight-317{font-weight:317}._grey-text2.--weight-318{font-weight:318}._grey-text2.--weight-319{font-weight:319}._grey-text2.--weight-320{font-weight:320}._grey-text2.--weight-321{font-weight:321}._grey-text2.--weight-322{font-weight:322}._grey-text2.--weight-323{font-weight:323}._grey-text2.--weight-324{font-weight:324}._grey-text2.--weight-325{font-weight:325}._grey-text2.--weight-326{font-weight:326}._grey-text2.--weight-327{font-weight:327}._grey-text2.--weight-328{font-weight:328}._grey-text2.--weight-329{font-weight:329}._grey-text2.--weight-330{font-weight:330}._grey-text2.--weight-331{font-weight:331}._grey-text2.--weight-332{font-weight:332}._grey-text2.--weight-333{font-weight:333}._grey-text2.--weight-334{font-weight:334}._grey-text2.--weight-335{font-weight:335}._grey-text2.--weight-336{font-weight:336}._grey-text2.--weight-337{font-weight:337}._grey-text2.--weight-338{font-weight:338}._grey-text2.--weight-339{font-weight:339}._grey-text2.--weight-340{font-weight:340}._grey-text2.--weight-341{font-weight:341}._grey-text2.--weight-342{font-weight:342}._grey-text2.--weight-343{font-weight:343}._grey-text2.--weight-344{font-weight:344}._grey-text2.--weight-345{font-weight:345}._grey-text2.--weight-346{font-weight:346}._grey-text2.--weight-347{font-weight:347}._grey-text2.--weight-348{font-weight:348}._grey-text2.--weight-349{font-weight:349}._grey-text2.--weight-350{font-weight:350}._grey-text2.--weight-351{font-weight:351}._grey-text2.--weight-352{font-weight:352}._grey-text2.--weight-353{font-weight:353}._grey-text2.--weight-354{font-weight:354}._grey-text2.--weight-355{font-weight:355}._grey-text2.--weight-356{font-weight:356}._grey-text2.--weight-357{font-weight:357}._grey-text2.--weight-358{font-weight:358}._grey-text2.--weight-359{font-weight:359}._grey-text2.--weight-360{font-weight:360}._grey-text2.--weight-361{font-weight:361}._grey-text2.--weight-362{font-weight:362}._grey-text2.--weight-363{font-weight:363}._grey-text2.--weight-364{font-weight:364}._grey-text2.--weight-365{font-weight:365}._grey-text2.--weight-366{font-weight:366}._grey-text2.--weight-367{font-weight:367}._grey-text2.--weight-368{font-weight:368}._grey-text2.--weight-369{font-weight:369}._grey-text2.--weight-370{font-weight:370}._grey-text2.--weight-371{font-weight:371}._grey-text2.--weight-372{font-weight:372}._grey-text2.--weight-373{font-weight:373}._grey-text2.--weight-374{font-weight:374}._grey-text2.--weight-375{font-weight:375}._grey-text2.--weight-376{font-weight:376}._grey-text2.--weight-377{font-weight:377}._grey-text2.--weight-378{font-weight:378}._grey-text2.--weight-379{font-weight:379}._grey-text2.--weight-380{font-weight:380}._grey-text2.--weight-381{font-weight:381}._grey-text2.--weight-382{font-weight:382}._grey-text2.--weight-383{font-weight:383}._grey-text2.--weight-384{font-weight:384}._grey-text2.--weight-385{font-weight:385}._grey-text2.--weight-386{font-weight:386}._grey-text2.--weight-387{font-weight:387}._grey-text2.--weight-388{font-weight:388}._grey-text2.--weight-389{font-weight:389}._grey-text2.--weight-390{font-weight:390}._grey-text2.--weight-391{font-weight:391}._grey-text2.--weight-392{font-weight:392}._grey-text2.--weight-393{font-weight:393}._grey-text2.--weight-394{font-weight:394}._grey-text2.--weight-395{font-weight:395}._grey-text2.--weight-396{font-weight:396}._grey-text2.--weight-397{font-weight:397}._grey-text2.--weight-398{font-weight:398}._grey-text2.--weight-399{font-weight:399}._grey-text2.--weight-400{font-weight:400}._grey-text2.--weight-401{font-weight:401}._grey-text2.--weight-402{font-weight:402}._grey-text2.--weight-403{font-weight:403}._grey-text2.--weight-404{font-weight:404}._grey-text2.--weight-405{font-weight:405}._grey-text2.--weight-406{font-weight:406}._grey-text2.--weight-407{font-weight:407}._grey-text2.--weight-408{font-weight:408}._grey-text2.--weight-409{font-weight:409}._grey-text2.--weight-410{font-weight:410}._grey-text2.--weight-411{font-weight:411}._grey-text2.--weight-412{font-weight:412}._grey-text2.--weight-413{font-weight:413}._grey-text2.--weight-414{font-weight:414}._grey-text2.--weight-415{font-weight:415}._grey-text2.--weight-416{font-weight:416}._grey-text2.--weight-417{font-weight:417}._grey-text2.--weight-418{font-weight:418}._grey-text2.--weight-419{font-weight:419}._grey-text2.--weight-420{font-weight:420}._grey-text2.--weight-421{font-weight:421}._grey-text2.--weight-422{font-weight:422}._grey-text2.--weight-423{font-weight:423}._grey-text2.--weight-424{font-weight:424}._grey-text2.--weight-425{font-weight:425}._grey-text2.--weight-426{font-weight:426}._grey-text2.--weight-427{font-weight:427}._grey-text2.--weight-428{font-weight:428}._grey-text2.--weight-429{font-weight:429}._grey-text2.--weight-430{font-weight:430}._grey-text2.--weight-431{font-weight:431}._grey-text2.--weight-432{font-weight:432}._grey-text2.--weight-433{font-weight:433}._grey-text2.--weight-434{font-weight:434}._grey-text2.--weight-435{font-weight:435}._grey-text2.--weight-436{font-weight:436}._grey-text2.--weight-437{font-weight:437}._grey-text2.--weight-438{font-weight:438}._grey-text2.--weight-439{font-weight:439}._grey-text2.--weight-440{font-weight:440}._grey-text2.--weight-441{font-weight:441}._grey-text2.--weight-442{font-weight:442}._grey-text2.--weight-443{font-weight:443}._grey-text2.--weight-444{font-weight:444}._grey-text2.--weight-445{font-weight:445}._grey-text2.--weight-446{font-weight:446}._grey-text2.--weight-447{font-weight:447}._grey-text2.--weight-448{font-weight:448}._grey-text2.--weight-449{font-weight:449}._grey-text2.--weight-450{font-weight:450}._grey-text2.--weight-451{font-weight:451}._grey-text2.--weight-452{font-weight:452}._grey-text2.--weight-453{font-weight:453}._grey-text2.--weight-454{font-weight:454}._grey-text2.--weight-455{font-weight:455}._grey-text2.--weight-456{font-weight:456}._grey-text2.--weight-457{font-weight:457}._grey-text2.--weight-458{font-weight:458}._grey-text2.--weight-459{font-weight:459}._grey-text2.--weight-460{font-weight:460}._grey-text2.--weight-461{font-weight:461}._grey-text2.--weight-462{font-weight:462}._grey-text2.--weight-463{font-weight:463}._grey-text2.--weight-464{font-weight:464}._grey-text2.--weight-465{font-weight:465}._grey-text2.--weight-466{font-weight:466}._grey-text2.--weight-467{font-weight:467}._grey-text2.--weight-468{font-weight:468}._grey-text2.--weight-469{font-weight:469}._grey-text2.--weight-470{font-weight:470}._grey-text2.--weight-471{font-weight:471}._grey-text2.--weight-472{font-weight:472}._grey-text2.--weight-473{font-weight:473}._grey-text2.--weight-474{font-weight:474}._grey-text2.--weight-475{font-weight:475}._grey-text2.--weight-476{font-weight:476}._grey-text2.--weight-477{font-weight:477}._grey-text2.--weight-478{font-weight:478}._grey-text2.--weight-479{font-weight:479}._grey-text2.--weight-480{font-weight:480}._grey-text2.--weight-481{font-weight:481}._grey-text2.--weight-482{font-weight:482}._grey-text2.--weight-483{font-weight:483}._grey-text2.--weight-484{font-weight:484}._grey-text2.--weight-485{font-weight:485}._grey-text2.--weight-486{font-weight:486}._grey-text2.--weight-487{font-weight:487}._grey-text2.--weight-488{font-weight:488}._grey-text2.--weight-489{font-weight:489}._grey-text2.--weight-490{font-weight:490}._grey-text2.--weight-491{font-weight:491}._grey-text2.--weight-492{font-weight:492}._grey-text2.--weight-493{font-weight:493}._grey-text2.--weight-494{font-weight:494}._grey-text2.--weight-495{font-weight:495}._grey-text2.--weight-496{font-weight:496}._grey-text2.--weight-497{font-weight:497}._grey-text2.--weight-498{font-weight:498}._grey-text2.--weight-499{font-weight:499}._grey-text2.--weight-500{font-weight:500}._grey-text2.--weight-501{font-weight:501}._grey-text2.--weight-502{font-weight:502}._grey-text2.--weight-503{font-weight:503}._grey-text2.--weight-504{font-weight:504}._grey-text2.--weight-505{font-weight:505}._grey-text2.--weight-506{font-weight:506}._grey-text2.--weight-507{font-weight:507}._grey-text2.--weight-508{font-weight:508}._grey-text2.--weight-509{font-weight:509}._grey-text2.--weight-510{font-weight:510}._grey-text2.--weight-511{font-weight:511}._grey-text2.--weight-512{font-weight:512}._grey-text2.--weight-513{font-weight:513}._grey-text2.--weight-514{font-weight:514}._grey-text2.--weight-515{font-weight:515}._grey-text2.--weight-516{font-weight:516}._grey-text2.--weight-517{font-weight:517}._grey-text2.--weight-518{font-weight:518}._grey-text2.--weight-519{font-weight:519}._grey-text2.--weight-520{font-weight:520}._grey-text2.--weight-521{font-weight:521}._grey-text2.--weight-522{font-weight:522}._grey-text2.--weight-523{font-weight:523}._grey-text2.--weight-524{font-weight:524}._grey-text2.--weight-525{font-weight:525}._grey-text2.--weight-526{font-weight:526}._grey-text2.--weight-527{font-weight:527}._grey-text2.--weight-528{font-weight:528}._grey-text2.--weight-529{font-weight:529}._grey-text2.--weight-530{font-weight:530}._grey-text2.--weight-531{font-weight:531}._grey-text2.--weight-532{font-weight:532}._grey-text2.--weight-533{font-weight:533}._grey-text2.--weight-534{font-weight:534}._grey-text2.--weight-535{font-weight:535}._grey-text2.--weight-536{font-weight:536}._grey-text2.--weight-537{font-weight:537}._grey-text2.--weight-538{font-weight:538}._grey-text2.--weight-539{font-weight:539}._grey-text2.--weight-540{font-weight:540}._grey-text2.--weight-541{font-weight:541}._grey-text2.--weight-542{font-weight:542}._grey-text2.--weight-543{font-weight:543}._grey-text2.--weight-544{font-weight:544}._grey-text2.--weight-545{font-weight:545}._grey-text2.--weight-546{font-weight:546}._grey-text2.--weight-547{font-weight:547}._grey-text2.--weight-548{font-weight:548}._grey-text2.--weight-549{font-weight:549}._grey-text2.--weight-550{font-weight:550}._grey-text2.--weight-551{font-weight:551}._grey-text2.--weight-552{font-weight:552}._grey-text2.--weight-553{font-weight:553}._grey-text2.--weight-554{font-weight:554}._grey-text2.--weight-555{font-weight:555}._grey-text2.--weight-556{font-weight:556}._grey-text2.--weight-557{font-weight:557}._grey-text2.--weight-558{font-weight:558}._grey-text2.--weight-559{font-weight:559}._grey-text2.--weight-560{font-weight:560}._grey-text2.--weight-561{font-weight:561}._grey-text2.--weight-562{font-weight:562}._grey-text2.--weight-563{font-weight:563}._grey-text2.--weight-564{font-weight:564}._grey-text2.--weight-565{font-weight:565}._grey-text2.--weight-566{font-weight:566}._grey-text2.--weight-567{font-weight:567}._grey-text2.--weight-568{font-weight:568}._grey-text2.--weight-569{font-weight:569}._grey-text2.--weight-570{font-weight:570}._grey-text2.--weight-571{font-weight:571}._grey-text2.--weight-572{font-weight:572}._grey-text2.--weight-573{font-weight:573}._grey-text2.--weight-574{font-weight:574}._grey-text2.--weight-575{font-weight:575}._grey-text2.--weight-576{font-weight:576}._grey-text2.--weight-577{font-weight:577}._grey-text2.--weight-578{font-weight:578}._grey-text2.--weight-579{font-weight:579}._grey-text2.--weight-580{font-weight:580}._grey-text2.--weight-581{font-weight:581}._grey-text2.--weight-582{font-weight:582}._grey-text2.--weight-583{font-weight:583}._grey-text2.--weight-584{font-weight:584}._grey-text2.--weight-585{font-weight:585}._grey-text2.--weight-586{font-weight:586}._grey-text2.--weight-587{font-weight:587}._grey-text2.--weight-588{font-weight:588}._grey-text2.--weight-589{font-weight:589}._grey-text2.--weight-590{font-weight:590}._grey-text2.--weight-591{font-weight:591}._grey-text2.--weight-592{font-weight:592}._grey-text2.--weight-593{font-weight:593}._grey-text2.--weight-594{font-weight:594}._grey-text2.--weight-595{font-weight:595}._grey-text2.--weight-596{font-weight:596}._grey-text2.--weight-597{font-weight:597}._grey-text2.--weight-598{font-weight:598}._grey-text2.--weight-599{font-weight:599}._grey-text2.--weight-600{font-weight:600}._grey-text2.--weight-601{font-weight:601}._grey-text2.--weight-602{font-weight:602}._grey-text2.--weight-603{font-weight:603}._grey-text2.--weight-604{font-weight:604}._grey-text2.--weight-605{font-weight:605}._grey-text2.--weight-606{font-weight:606}._grey-text2.--weight-607{font-weight:607}._grey-text2.--weight-608{font-weight:608}._grey-text2.--weight-609{font-weight:609}._grey-text2.--weight-610{font-weight:610}._grey-text2.--weight-611{font-weight:611}._grey-text2.--weight-612{font-weight:612}._grey-text2.--weight-613{font-weight:613}._grey-text2.--weight-614{font-weight:614}._grey-text2.--weight-615{font-weight:615}._grey-text2.--weight-616{font-weight:616}._grey-text2.--weight-617{font-weight:617}._grey-text2.--weight-618{font-weight:618}._grey-text2.--weight-619{font-weight:619}._grey-text2.--weight-620{font-weight:620}._grey-text2.--weight-621{font-weight:621}._grey-text2.--weight-622{font-weight:622}._grey-text2.--weight-623{font-weight:623}._grey-text2.--weight-624{font-weight:624}._grey-text2.--weight-625{font-weight:625}._grey-text2.--weight-626{font-weight:626}._grey-text2.--weight-627{font-weight:627}._grey-text2.--weight-628{font-weight:628}._grey-text2.--weight-629{font-weight:629}._grey-text2.--weight-630{font-weight:630}._grey-text2.--weight-631{font-weight:631}._grey-text2.--weight-632{font-weight:632}._grey-text2.--weight-633{font-weight:633}._grey-text2.--weight-634{font-weight:634}._grey-text2.--weight-635{font-weight:635}._grey-text2.--weight-636{font-weight:636}._grey-text2.--weight-637{font-weight:637}._grey-text2.--weight-638{font-weight:638}._grey-text2.--weight-639{font-weight:639}._grey-text2.--weight-640{font-weight:640}._grey-text2.--weight-641{font-weight:641}._grey-text2.--weight-642{font-weight:642}._grey-text2.--weight-643{font-weight:643}._grey-text2.--weight-644{font-weight:644}._grey-text2.--weight-645{font-weight:645}._grey-text2.--weight-646{font-weight:646}._grey-text2.--weight-647{font-weight:647}._grey-text2.--weight-648{font-weight:648}._grey-text2.--weight-649{font-weight:649}._grey-text2.--weight-650{font-weight:650}._grey-text2.--weight-651{font-weight:651}._grey-text2.--weight-652{font-weight:652}._grey-text2.--weight-653{font-weight:653}._grey-text2.--weight-654{font-weight:654}._grey-text2.--weight-655{font-weight:655}._grey-text2.--weight-656{font-weight:656}._grey-text2.--weight-657{font-weight:657}._grey-text2.--weight-658{font-weight:658}._grey-text2.--weight-659{font-weight:659}._grey-text2.--weight-660{font-weight:660}._grey-text2.--weight-661{font-weight:661}._grey-text2.--weight-662{font-weight:662}._grey-text2.--weight-663{font-weight:663}._grey-text2.--weight-664{font-weight:664}._grey-text2.--weight-665{font-weight:665}._grey-text2.--weight-666{font-weight:666}._grey-text2.--weight-667{font-weight:667}._grey-text2.--weight-668{font-weight:668}._grey-text2.--weight-669{font-weight:669}._grey-text2.--weight-670{font-weight:670}._grey-text2.--weight-671{font-weight:671}._grey-text2.--weight-672{font-weight:672}._grey-text2.--weight-673{font-weight:673}._grey-text2.--weight-674{font-weight:674}._grey-text2.--weight-675{font-weight:675}._grey-text2.--weight-676{font-weight:676}._grey-text2.--weight-677{font-weight:677}._grey-text2.--weight-678{font-weight:678}._grey-text2.--weight-679{font-weight:679}._grey-text2.--weight-680{font-weight:680}._grey-text2.--weight-681{font-weight:681}._grey-text2.--weight-682{font-weight:682}._grey-text2.--weight-683{font-weight:683}._grey-text2.--weight-684{font-weight:684}._grey-text2.--weight-685{font-weight:685}._grey-text2.--weight-686{font-weight:686}._grey-text2.--weight-687{font-weight:687}._grey-text2.--weight-688{font-weight:688}._grey-text2.--weight-689{font-weight:689}._grey-text2.--weight-690{font-weight:690}._grey-text2.--weight-691{font-weight:691}._grey-text2.--weight-692{font-weight:692}._grey-text2.--weight-693{font-weight:693}._grey-text2.--weight-694{font-weight:694}._grey-text2.--weight-695{font-weight:695}._grey-text2.--weight-696{font-weight:696}._grey-text2.--weight-697{font-weight:697}._grey-text2.--weight-698{font-weight:698}._grey-text2.--weight-699{font-weight:699}._grey-text2.--weight-700{font-weight:700}._grey-text2.--weight-701{font-weight:701}._grey-text2.--weight-702{font-weight:702}._grey-text2.--weight-703{font-weight:703}._grey-text2.--weight-704{font-weight:704}._grey-text2.--weight-705{font-weight:705}._grey-text2.--weight-706{font-weight:706}._grey-text2.--weight-707{font-weight:707}._grey-text2.--weight-708{font-weight:708}._grey-text2.--weight-709{font-weight:709}._grey-text2.--weight-710{font-weight:710}._grey-text2.--weight-711{font-weight:711}._grey-text2.--weight-712{font-weight:712}._grey-text2.--weight-713{font-weight:713}._grey-text2.--weight-714{font-weight:714}._grey-text2.--weight-715{font-weight:715}._grey-text2.--weight-716{font-weight:716}._grey-text2.--weight-717{font-weight:717}._grey-text2.--weight-718{font-weight:718}._grey-text2.--weight-719{font-weight:719}._grey-text2.--weight-720{font-weight:720}._grey-text2.--weight-721{font-weight:721}._grey-text2.--weight-722{font-weight:722}._grey-text2.--weight-723{font-weight:723}._grey-text2.--weight-724{font-weight:724}._grey-text2.--weight-725{font-weight:725}._grey-text2.--weight-726{font-weight:726}._grey-text2.--weight-727{font-weight:727}._grey-text2.--weight-728{font-weight:728}._grey-text2.--weight-729{font-weight:729}._grey-text2.--weight-730{font-weight:730}._grey-text2.--weight-731{font-weight:731}._grey-text2.--weight-732{font-weight:732}._grey-text2.--weight-733{font-weight:733}._grey-text2.--weight-734{font-weight:734}._grey-text2.--weight-735{font-weight:735}._grey-text2.--weight-736{font-weight:736}._grey-text2.--weight-737{font-weight:737}._grey-text2.--weight-738{font-weight:738}._grey-text2.--weight-739{font-weight:739}._grey-text2.--weight-740{font-weight:740}._grey-text2.--weight-741{font-weight:741}._grey-text2.--weight-742{font-weight:742}._grey-text2.--weight-743{font-weight:743}._grey-text2.--weight-744{font-weight:744}._grey-text2.--weight-745{font-weight:745}._grey-text2.--weight-746{font-weight:746}._grey-text2.--weight-747{font-weight:747}._grey-text2.--weight-748{font-weight:748}._grey-text2.--weight-749{font-weight:749}._grey-text2.--weight-750{font-weight:750}._grey-text2.--weight-751{font-weight:751}._grey-text2.--weight-752{font-weight:752}._grey-text2.--weight-753{font-weight:753}._grey-text2.--weight-754{font-weight:754}._grey-text2.--weight-755{font-weight:755}._grey-text2.--weight-756{font-weight:756}._grey-text2.--weight-757{font-weight:757}._grey-text2.--weight-758{font-weight:758}._grey-text2.--weight-759{font-weight:759}._grey-text2.--weight-760{font-weight:760}._grey-text2.--weight-761{font-weight:761}._grey-text2.--weight-762{font-weight:762}._grey-text2.--weight-763{font-weight:763}._grey-text2.--weight-764{font-weight:764}._grey-text2.--weight-765{font-weight:765}._grey-text2.--weight-766{font-weight:766}._grey-text2.--weight-767{font-weight:767}._grey-text2.--weight-768{font-weight:768}._grey-text2.--weight-769{font-weight:769}._grey-text2.--weight-770{font-weight:770}._grey-text2.--weight-771{font-weight:771}._grey-text2.--weight-772{font-weight:772}._grey-text2.--weight-773{font-weight:773}._grey-text2.--weight-774{font-weight:774}._grey-text2.--weight-775{font-weight:775}._grey-text2.--weight-776{font-weight:776}._grey-text2.--weight-777{font-weight:777}._grey-text2.--weight-778{font-weight:778}._grey-text2.--weight-779{font-weight:779}._grey-text2.--weight-780{font-weight:780}._grey-text2.--weight-781{font-weight:781}._grey-text2.--weight-782{font-weight:782}._grey-text2.--weight-783{font-weight:783}._grey-text2.--weight-784{font-weight:784}._grey-text2.--weight-785{font-weight:785}._grey-text2.--weight-786{font-weight:786}._grey-text2.--weight-787{font-weight:787}._grey-text2.--weight-788{font-weight:788}._grey-text2.--weight-789{font-weight:789}._grey-text2.--weight-790{font-weight:790}._grey-text2.--weight-791{font-weight:791}._grey-text2.--weight-792{font-weight:792}._grey-text2.--weight-793{font-weight:793}._grey-text2.--weight-794{font-weight:794}._grey-text2.--weight-795{font-weight:795}._grey-text2.--weight-796{font-weight:796}._grey-text2.--weight-797{font-weight:797}._grey-text2.--weight-798{font-weight:798}._grey-text2.--weight-799{font-weight:799}._grey-text2.--weight-800{font-weight:800}._grey-text2.--lh-1{line-height:1px}._grey-text2.--lh-2{line-height:2px}._grey-text2.--lh-3{line-height:3px}._grey-text2.--lh-4{line-height:4px}._grey-text2.--lh-5{line-height:5px}._grey-text2.--lh-6{line-height:6px}._grey-text2.--lh-7{line-height:7px}._grey-text2.--lh-8{line-height:8px}._grey-text2.--lh-9{line-height:9px}._grey-text2.--lh-10{line-height:10px}._grey-text2.--lh-11{line-height:11px}._grey-text2.--lh-12{line-height:12px}._grey-text2.--lh-13{line-height:13px}._grey-text2.--lh-14{line-height:14px}._grey-text2.--lh-15{line-height:15px}._grey-text2.--lh-16{line-height:16px}._grey-text2.--lh-17{line-height:17px}._grey-text2.--lh-18{line-height:18px}._grey-text2.--lh-19{line-height:19px}._grey-text2.--lh-20{line-height:20px}._grey-text2.--lh-21{line-height:21px}._grey-text2.--lh-22{line-height:22px}._grey-text2.--lh-23{line-height:23px}._grey-text2.--lh-24{line-height:24px}._grey-text2.--lh-25{line-height:25px}._grey-text2.--lh-26{line-height:26px}._grey-text2.--lh-27{line-height:27px}._grey-text2.--lh-28{line-height:28px}._grey-text2.--lh-29{line-height:29px}._grey-text2.--lh-30{line-height:30px}._grey-text2.--lh-31{line-height:31px}._grey-text2.--lh-32{line-height:32px}._grey-text2.--lh-33{line-height:33px}._grey-text2.--lh-34{line-height:34px}._grey-text2.--lh-35{line-height:35px}._grey-text2.--lh-36{line-height:36px}._grey-text2.--lh-37{line-height:37px}._grey-text2.--lh-38{line-height:38px}._grey-text2.--lh-39{line-height:39px}._grey-text2.--lh-40{line-height:40px}._grey-text2.--lh-41{line-height:41px}._grey-text2.--lh-42{line-height:42px}._grey-text2.--lh-43{line-height:43px}._grey-text2.--lh-44{line-height:44px}._grey-text2.--lh-45{line-height:45px}._grey-text2.--lh-46{line-height:46px}._grey-text2.--lh-47{line-height:47px}._grey-text2.--lh-48{line-height:48px}._grey-text2.--lh-49{line-height:49px}._grey-text2.--lh-50{line-height:50px}._grey-text2.--lh-51{line-height:51px}._grey-text2.--lh-52{line-height:52px}._grey-text2.--lh-53{line-height:53px}._grey-text2.--lh-54{line-height:54px}._grey-text2.--lh-55{line-height:55px}._grey-text2.--lh-56{line-height:56px}._grey-text2.--lh-57{line-height:57px}._grey-text2.--lh-58{line-height:58px}._grey-text2.--lh-59{line-height:59px}._grey-text2.--lh-60{line-height:60px}._grey-text2.--lh-61{line-height:61px}._grey-text2.--lh-62{line-height:62px}._grey-text2.--lh-63{line-height:63px}._grey-text2.--lh-64{line-height:64px}._grey-text2.--lh-65{line-height:65px}._grey-text2.--lh-66{line-height:66px}._grey-text2.--lh-67{line-height:67px}._grey-text2.--lh-68{line-height:68px}._grey-text2.--lh-69{line-height:69px}._grey-text2.--lh-70{line-height:70px}._grey-text2.--lh-71{line-height:71px}._grey-text2.--lh-72{line-height:72px}._grey-text2.--lh-73{line-height:73px}._grey-text2.--lh-74{line-height:74px}._grey-text2.--lh-75{line-height:75px}._grey-text2.--lh-76{line-height:76px}._grey-text2.--lh-77{line-height:77px}._grey-text2.--lh-78{line-height:78px}._grey-text2.--lh-79{line-height:79px}._grey-text2.--lh-80{line-height:80px}._grey-text2.--lh-81{line-height:81px}._grey-text2.--lh-82{line-height:82px}._grey-text2.--lh-83{line-height:83px}._grey-text2.--lh-84{line-height:84px}._grey-text2.--lh-85{line-height:85px}._grey-text2.--lh-86{line-height:86px}._grey-text2.--lh-87{line-height:87px}._grey-text2.--lh-88{line-height:88px}._grey-text2.--lh-89{line-height:89px}._grey-text2.--lh-90{line-height:90px}._grey-text2.--lh-91{line-height:91px}._grey-text2.--lh-92{line-height:92px}._grey-text2.--lh-93{line-height:93px}._grey-text2.--lh-94{line-height:94px}._grey-text2.--lh-95{line-height:95px}._grey-text2.--lh-96{line-height:96px}._grey-text2.--lh-97{line-height:97px}._grey-text2.--lh-98{line-height:98px}._grey-text2.--lh-99{line-height:99px}._grey-text2.--lh-100{line-height:100px}._grey-text2.--lh-101{line-height:101px}._grey-text2.--lh-102{line-height:102px}._grey-text2.--lh-103{line-height:103px}._grey-text2.--lh-104{line-height:104px}._grey-text2.--lh-105{line-height:105px}._grey-text2.--lh-106{line-height:106px}._grey-text2.--lh-107{line-height:107px}._grey-text2.--lh-108{line-height:108px}._grey-text2.--lh-109{line-height:109px}._grey-text2.--lh-110{line-height:110px}._grey-text2.--lh-111{line-height:111px}._grey-text2.--lh-112{line-height:112px}._grey-text2.--lh-113{line-height:113px}._grey-text2.--lh-114{line-height:114px}._grey-text2.--lh-115{line-height:115px}._grey-text2.--lh-116{line-height:116px}._grey-text2.--lh-117{line-height:117px}._grey-text2.--lh-118{line-height:118px}._grey-text2.--lh-119{line-height:119px}._grey-text2.--lh-120{line-height:120px}._grey-text2.--lh-121{line-height:121px}._grey-text2.--lh-122{line-height:122px}._grey-text2.--lh-123{line-height:123px}._grey-text2.--lh-124{line-height:124px}._grey-text2.--lh-125{line-height:125px}._grey-text2.--lh-126{line-height:126px}._grey-text2.--lh-127{line-height:127px}._grey-text2.--lh-128{line-height:128px}._grey-text2.--lh-129{line-height:129px}._grey-text2.--lh-130{line-height:130px}._grey-text2.--lh-131{line-height:131px}._grey-text2.--lh-132{line-height:132px}._grey-text2.--lh-133{line-height:133px}._grey-text2.--lh-134{line-height:134px}._grey-text2.--lh-135{line-height:135px}._grey-text2.--lh-136{line-height:136px}._grey-text2.--lh-137{line-height:137px}._grey-text2.--lh-138{line-height:138px}._grey-text2.--lh-139{line-height:139px}._grey-text2.--lh-140{line-height:140px}._grey-text2.--lh-141{line-height:141px}._grey-text2.--lh-142{line-height:142px}._grey-text2.--lh-143{line-height:143px}._grey-text2.--lh-144{line-height:144px}._grey-text2.--lh-145{line-height:145px}._grey-text2.--lh-146{line-height:146px}._grey-text2.--lh-147{line-height:147px}._grey-text2.--lh-148{line-height:148px}._grey-text2.--lh-149{line-height:149px}._grey-text2.--lh-150{line-height:150px}._grey-text2.--lh-151{line-height:151px}._grey-text2.--lh-152{line-height:152px}._grey-text2.--lh-153{line-height:153px}._grey-text2.--lh-154{line-height:154px}._grey-text2.--lh-155{line-height:155px}._grey-text2.--lh-156{line-height:156px}._grey-text2.--lh-157{line-height:157px}._grey-text2.--lh-158{line-height:158px}._grey-text2.--lh-159{line-height:159px}._grey-text2.--lh-160{line-height:160px}._grey-text2.--lh-161{line-height:161px}._grey-text2.--lh-162{line-height:162px}._grey-text2.--lh-163{line-height:163px}._grey-text2.--lh-164{line-height:164px}._grey-text2.--lh-165{line-height:165px}._grey-text2.--lh-166{line-height:166px}._grey-text2.--lh-167{line-height:167px}._grey-text2.--lh-168{line-height:168px}._grey-text2.--lh-169{line-height:169px}._grey-text2.--lh-170{line-height:170px}._grey-text2.--lh-171{line-height:171px}._grey-text2.--lh-172{line-height:172px}._grey-text2.--lh-173{line-height:173px}._grey-text2.--lh-174{line-height:174px}._grey-text2.--lh-175{line-height:175px}._grey-text2.--lh-176{line-height:176px}._grey-text2.--lh-177{line-height:177px}._grey-text2.--lh-178{line-height:178px}._grey-text2.--lh-179{line-height:179px}._grey-text2.--lh-180{line-height:180px}._grey-text2.--lh-181{line-height:181px}._grey-text2.--lh-182{line-height:182px}._grey-text2.--lh-183{line-height:183px}._grey-text2.--lh-184{line-height:184px}._grey-text2.--lh-185{line-height:185px}._grey-text2.--lh-186{line-height:186px}._grey-text2.--lh-187{line-height:187px}._grey-text2.--lh-188{line-height:188px}._grey-text2.--lh-189{line-height:189px}._grey-text2.--lh-190{line-height:190px}._grey-text2.--lh-191{line-height:191px}._grey-text2.--lh-192{line-height:192px}._grey-text2.--lh-193{line-height:193px}._grey-text2.--lh-194{line-height:194px}._grey-text2.--lh-195{line-height:195px}._grey-text2.--lh-196{line-height:196px}._grey-text2.--lh-197{line-height:197px}._grey-text2.--lh-198{line-height:198px}._grey-text2.--lh-199{line-height:199px}._grey-text2.--lh-200{line-height:200px}._grey-text2.--lh-201{line-height:201px}._grey-text2.--lh-202{line-height:202px}._grey-text2.--lh-203{line-height:203px}._grey-text2.--lh-204{line-height:204px}._grey-text2.--lh-205{line-height:205px}._grey-text2.--lh-206{line-height:206px}._grey-text2.--lh-207{line-height:207px}._grey-text2.--lh-208{line-height:208px}._grey-text2.--lh-209{line-height:209px}._grey-text2.--lh-210{line-height:210px}._grey-text2.--lh-211{line-height:211px}._grey-text2.--lh-212{line-height:212px}._grey-text2.--lh-213{line-height:213px}._grey-text2.--lh-214{line-height:214px}._grey-text2.--lh-215{line-height:215px}._grey-text2.--lh-216{line-height:216px}._grey-text2.--lh-217{line-height:217px}._grey-text2.--lh-218{line-height:218px}._grey-text2.--lh-219{line-height:219px}._grey-text2.--lh-220{line-height:220px}._grey-text2.--lh-221{line-height:221px}._grey-text2.--lh-222{line-height:222px}._grey-text2.--lh-223{line-height:223px}._grey-text2.--lh-224{line-height:224px}._grey-text2.--lh-225{line-height:225px}._grey-text2.--lh-226{line-height:226px}._grey-text2.--lh-227{line-height:227px}._grey-text2.--lh-228{line-height:228px}._grey-text2.--lh-229{line-height:229px}._grey-text2.--lh-230{line-height:230px}._grey-text2.--lh-231{line-height:231px}._grey-text2.--lh-232{line-height:232px}._grey-text2.--lh-233{line-height:233px}._grey-text2.--lh-234{line-height:234px}._grey-text2.--lh-235{line-height:235px}._grey-text2.--lh-236{line-height:236px}._grey-text2.--lh-237{line-height:237px}._grey-text2.--lh-238{line-height:238px}._grey-text2.--lh-239{line-height:239px}._grey-text2.--lh-240{line-height:240px}._grey-text2.--lh-241{line-height:241px}._grey-text2.--lh-242{line-height:242px}._grey-text2.--lh-243{line-height:243px}._grey-text2.--lh-244{line-height:244px}._grey-text2.--lh-245{line-height:245px}._grey-text2.--lh-246{line-height:246px}._grey-text2.--lh-247{line-height:247px}._grey-text2.--lh-248{line-height:248px}._grey-text2.--lh-249{line-height:249px}._grey-text2.--lh-250{line-height:250px}._grey-text2.--lh-251{line-height:251px}._grey-text2.--lh-252{line-height:252px}._grey-text2.--lh-253{line-height:253px}._grey-text2.--lh-254{line-height:254px}._grey-text2.--lh-255{line-height:255px}._grey-text2.--lh-256{line-height:256px}._grey-text2.--lh-257{line-height:257px}._grey-text2.--lh-258{line-height:258px}._grey-text2.--lh-259{line-height:259px}._grey-text2.--lh-260{line-height:260px}._grey-text2.--lh-261{line-height:261px}._grey-text2.--lh-262{line-height:262px}._grey-text2.--lh-263{line-height:263px}._grey-text2.--lh-264{line-height:264px}._grey-text2.--lh-265{line-height:265px}._grey-text2.--lh-266{line-height:266px}._grey-text2.--lh-267{line-height:267px}._grey-text2.--lh-268{line-height:268px}._grey-text2.--lh-269{line-height:269px}._grey-text2.--lh-270{line-height:270px}._grey-text2.--lh-271{line-height:271px}._grey-text2.--lh-272{line-height:272px}._grey-text2.--lh-273{line-height:273px}._grey-text2.--lh-274{line-height:274px}._grey-text2.--lh-275{line-height:275px}._grey-text2.--lh-276{line-height:276px}._grey-text2.--lh-277{line-height:277px}._grey-text2.--lh-278{line-height:278px}._grey-text2.--lh-279{line-height:279px}._grey-text2.--lh-280{line-height:280px}._grey-text2.--lh-281{line-height:281px}._grey-text2.--lh-282{line-height:282px}._grey-text2.--lh-283{line-height:283px}._grey-text2.--lh-284{line-height:284px}._grey-text2.--lh-285{line-height:285px}._grey-text2.--lh-286{line-height:286px}._grey-text2.--lh-287{line-height:287px}._grey-text2.--lh-288{line-height:288px}._grey-text2.--lh-289{line-height:289px}._grey-text2.--lh-290{line-height:290px}._grey-text2.--lh-291{line-height:291px}._grey-text2.--lh-292{line-height:292px}._grey-text2.--lh-293{line-height:293px}._grey-text2.--lh-294{line-height:294px}._grey-text2.--lh-295{line-height:295px}._grey-text2.--lh-296{line-height:296px}._grey-text2.--lh-297{line-height:297px}._grey-text2.--lh-298{line-height:298px}._grey-text2.--lh-299{line-height:299px}._grey-text2.--lh-300{line-height:300px}._grey-text2.--lh-301{line-height:301px}._grey-text2.--lh-302{line-height:302px}._grey-text2.--lh-303{line-height:303px}._grey-text2.--lh-304{line-height:304px}._grey-text2.--lh-305{line-height:305px}._grey-text2.--lh-306{line-height:306px}._grey-text2.--lh-307{line-height:307px}._grey-text2.--lh-308{line-height:308px}._grey-text2.--lh-309{line-height:309px}._grey-text2.--lh-310{line-height:310px}._grey-text2.--lh-311{line-height:311px}._grey-text2.--lh-312{line-height:312px}._grey-text2.--lh-313{line-height:313px}._grey-text2.--lh-314{line-height:314px}._grey-text2.--lh-315{line-height:315px}._grey-text2.--lh-316{line-height:316px}._grey-text2.--lh-317{line-height:317px}._grey-text2.--lh-318{line-height:318px}._grey-text2.--lh-319{line-height:319px}._grey-text2.--lh-320{line-height:320px}._grey-text2.--lh-321{line-height:321px}._grey-text2.--lh-322{line-height:322px}._grey-text2.--lh-323{line-height:323px}._grey-text2.--lh-324{line-height:324px}._grey-text2.--lh-325{line-height:325px}._grey-text2.--lh-326{line-height:326px}._grey-text2.--lh-327{line-height:327px}._grey-text2.--lh-328{line-height:328px}._grey-text2.--lh-329{line-height:329px}._grey-text2.--lh-330{line-height:330px}._grey-text2.--lh-331{line-height:331px}._grey-text2.--lh-332{line-height:332px}._grey-text2.--lh-333{line-height:333px}._grey-text2.--lh-334{line-height:334px}._grey-text2.--lh-335{line-height:335px}._grey-text2.--lh-336{line-height:336px}._grey-text2.--lh-337{line-height:337px}._grey-text2.--lh-338{line-height:338px}._grey-text2.--lh-339{line-height:339px}._grey-text2.--lh-340{line-height:340px}._grey-text2.--lh-341{line-height:341px}._grey-text2.--lh-342{line-height:342px}._grey-text2.--lh-343{line-height:343px}._grey-text2.--lh-344{line-height:344px}._grey-text2.--lh-345{line-height:345px}._grey-text2.--lh-346{line-height:346px}._grey-text2.--lh-347{line-height:347px}._grey-text2.--lh-348{line-height:348px}._grey-text2.--lh-349{line-height:349px}._grey-text2.--lh-350{line-height:350px}._grey-text2.--lh-351{line-height:351px}._grey-text2.--lh-352{line-height:352px}._grey-text2.--lh-353{line-height:353px}._grey-text2.--lh-354{line-height:354px}._grey-text2.--lh-355{line-height:355px}._grey-text2.--lh-356{line-height:356px}._grey-text2.--lh-357{line-height:357px}._grey-text2.--lh-358{line-height:358px}._grey-text2.--lh-359{line-height:359px}._grey-text2.--lh-360{line-height:360px}._grey-text2.--lh-361{line-height:361px}._grey-text2.--lh-362{line-height:362px}._grey-text2.--lh-363{line-height:363px}._grey-text2.--lh-364{line-height:364px}._grey-text2.--lh-365{line-height:365px}._grey-text2.--lh-366{line-height:366px}._grey-text2.--lh-367{line-height:367px}._grey-text2.--lh-368{line-height:368px}._grey-text2.--lh-369{line-height:369px}._grey-text2.--lh-370{line-height:370px}._grey-text2.--lh-371{line-height:371px}._grey-text2.--lh-372{line-height:372px}._grey-text2.--lh-373{line-height:373px}._grey-text2.--lh-374{line-height:374px}._grey-text2.--lh-375{line-height:375px}._grey-text2.--lh-376{line-height:376px}._grey-text2.--lh-377{line-height:377px}._grey-text2.--lh-378{line-height:378px}._grey-text2.--lh-379{line-height:379px}._grey-text2.--lh-380{line-height:380px}._grey-text2.--lh-381{line-height:381px}._grey-text2.--lh-382{line-height:382px}._grey-text2.--lh-383{line-height:383px}._grey-text2.--lh-384{line-height:384px}._grey-text2.--lh-385{line-height:385px}._grey-text2.--lh-386{line-height:386px}._grey-text2.--lh-387{line-height:387px}._grey-text2.--lh-388{line-height:388px}._grey-text2.--lh-389{line-height:389px}._grey-text2.--lh-390{line-height:390px}._grey-text2.--lh-391{line-height:391px}._grey-text2.--lh-392{line-height:392px}._grey-text2.--lh-393{line-height:393px}._grey-text2.--lh-394{line-height:394px}._grey-text2.--lh-395{line-height:395px}._grey-text2.--lh-396{line-height:396px}._grey-text2.--lh-397{line-height:397px}._grey-text2.--lh-398{line-height:398px}._grey-text2.--lh-399{line-height:399px}._grey-text2.--lh-400{line-height:400px}._grey-text2.--lh-401{line-height:401px}._grey-text2.--lh-402{line-height:402px}._grey-text2.--lh-403{line-height:403px}._grey-text2.--lh-404{line-height:404px}._grey-text2.--lh-405{line-height:405px}._grey-text2.--lh-406{line-height:406px}._grey-text2.--lh-407{line-height:407px}._grey-text2.--lh-408{line-height:408px}._grey-text2.--lh-409{line-height:409px}._grey-text2.--lh-410{line-height:410px}._grey-text2.--lh-411{line-height:411px}._grey-text2.--lh-412{line-height:412px}._grey-text2.--lh-413{line-height:413px}._grey-text2.--lh-414{line-height:414px}._grey-text2.--lh-415{line-height:415px}._grey-text2.--lh-416{line-height:416px}._grey-text2.--lh-417{line-height:417px}._grey-text2.--lh-418{line-height:418px}._grey-text2.--lh-419{line-height:419px}._grey-text2.--lh-420{line-height:420px}._grey-text2.--lh-421{line-height:421px}._grey-text2.--lh-422{line-height:422px}._grey-text2.--lh-423{line-height:423px}._grey-text2.--lh-424{line-height:424px}._grey-text2.--lh-425{line-height:425px}._grey-text2.--lh-426{line-height:426px}._grey-text2.--lh-427{line-height:427px}._grey-text2.--lh-428{line-height:428px}._grey-text2.--lh-429{line-height:429px}._grey-text2.--lh-430{line-height:430px}._grey-text2.--lh-431{line-height:431px}._grey-text2.--lh-432{line-height:432px}._grey-text2.--lh-433{line-height:433px}._grey-text2.--lh-434{line-height:434px}._grey-text2.--lh-435{line-height:435px}._grey-text2.--lh-436{line-height:436px}._grey-text2.--lh-437{line-height:437px}._grey-text2.--lh-438{line-height:438px}._grey-text2.--lh-439{line-height:439px}._grey-text2.--lh-440{line-height:440px}._grey-text2.--lh-441{line-height:441px}._grey-text2.--lh-442{line-height:442px}._grey-text2.--lh-443{line-height:443px}._grey-text2.--lh-444{line-height:444px}._grey-text2.--lh-445{line-height:445px}._grey-text2.--lh-446{line-height:446px}._grey-text2.--lh-447{line-height:447px}._grey-text2.--lh-448{line-height:448px}._grey-text2.--lh-449{line-height:449px}._grey-text2.--lh-450{line-height:450px}._grey-text2.--lh-451{line-height:451px}._grey-text2.--lh-452{line-height:452px}._grey-text2.--lh-453{line-height:453px}._grey-text2.--lh-454{line-height:454px}._grey-text2.--lh-455{line-height:455px}._grey-text2.--lh-456{line-height:456px}._grey-text2.--lh-457{line-height:457px}._grey-text2.--lh-458{line-height:458px}._grey-text2.--lh-459{line-height:459px}._grey-text2.--lh-460{line-height:460px}._grey-text2.--lh-461{line-height:461px}._grey-text2.--lh-462{line-height:462px}._grey-text2.--lh-463{line-height:463px}._grey-text2.--lh-464{line-height:464px}._grey-text2.--lh-465{line-height:465px}._grey-text2.--lh-466{line-height:466px}._grey-text2.--lh-467{line-height:467px}._grey-text2.--lh-468{line-height:468px}._grey-text2.--lh-469{line-height:469px}._grey-text2.--lh-470{line-height:470px}._grey-text2.--lh-471{line-height:471px}._grey-text2.--lh-472{line-height:472px}._grey-text2.--lh-473{line-height:473px}._grey-text2.--lh-474{line-height:474px}._grey-text2.--lh-475{line-height:475px}._grey-text2.--lh-476{line-height:476px}._grey-text2.--lh-477{line-height:477px}._grey-text2.--lh-478{line-height:478px}._grey-text2.--lh-479{line-height:479px}._grey-text2.--lh-480{line-height:480px}._grey-text2.--lh-481{line-height:481px}._grey-text2.--lh-482{line-height:482px}._grey-text2.--lh-483{line-height:483px}._grey-text2.--lh-484{line-height:484px}._grey-text2.--lh-485{line-height:485px}._grey-text2.--lh-486{line-height:486px}._grey-text2.--lh-487{line-height:487px}._grey-text2.--lh-488{line-height:488px}._grey-text2.--lh-489{line-height:489px}._grey-text2.--lh-490{line-height:490px}._grey-text2.--lh-491{line-height:491px}._grey-text2.--lh-492{line-height:492px}._grey-text2.--lh-493{line-height:493px}._grey-text2.--lh-494{line-height:494px}._grey-text2.--lh-495{line-height:495px}._grey-text2.--lh-496{line-height:496px}._grey-text2.--lh-497{line-height:497px}._grey-text2.--lh-498{line-height:498px}._grey-text2.--lh-499{line-height:499px}._grey-text2.--lh-500{line-height:500px}._grey-text2.--lh-501{line-height:501px}._grey-text2.--lh-502{line-height:502px}._grey-text2.--lh-503{line-height:503px}._grey-text2.--lh-504{line-height:504px}._grey-text2.--lh-505{line-height:505px}._grey-text2.--lh-506{line-height:506px}._grey-text2.--lh-507{line-height:507px}._grey-text2.--lh-508{line-height:508px}._grey-text2.--lh-509{line-height:509px}._grey-text2.--lh-510{line-height:510px}._grey-text2.--lh-511{line-height:511px}._grey-text2.--lh-512{line-height:512px}._grey-text2.--lh-513{line-height:513px}._grey-text2.--lh-514{line-height:514px}._grey-text2.--lh-515{line-height:515px}._grey-text2.--lh-516{line-height:516px}._grey-text2.--lh-517{line-height:517px}._grey-text2.--lh-518{line-height:518px}._grey-text2.--lh-519{line-height:519px}._grey-text2.--lh-520{line-height:520px}._grey-text2.--lh-521{line-height:521px}._grey-text2.--lh-522{line-height:522px}._grey-text2.--lh-523{line-height:523px}._grey-text2.--lh-524{line-height:524px}._grey-text2.--lh-525{line-height:525px}._grey-text2.--lh-526{line-height:526px}._grey-text2.--lh-527{line-height:527px}._grey-text2.--lh-528{line-height:528px}._grey-text2.--lh-529{line-height:529px}._grey-text2.--lh-530{line-height:530px}._grey-text2.--lh-531{line-height:531px}._grey-text2.--lh-532{line-height:532px}._grey-text2.--lh-533{line-height:533px}._grey-text2.--lh-534{line-height:534px}._grey-text2.--lh-535{line-height:535px}._grey-text2.--lh-536{line-height:536px}._grey-text2.--lh-537{line-height:537px}._grey-text2.--lh-538{line-height:538px}._grey-text2.--lh-539{line-height:539px}._grey-text2.--lh-540{line-height:540px}._grey-text2.--lh-541{line-height:541px}._grey-text2.--lh-542{line-height:542px}._grey-text2.--lh-543{line-height:543px}._grey-text2.--lh-544{line-height:544px}._grey-text2.--lh-545{line-height:545px}._grey-text2.--lh-546{line-height:546px}._grey-text2.--lh-547{line-height:547px}._grey-text2.--lh-548{line-height:548px}._grey-text2.--lh-549{line-height:549px}._grey-text2.--lh-550{line-height:550px}._grey-text2.--lh-551{line-height:551px}._grey-text2.--lh-552{line-height:552px}._grey-text2.--lh-553{line-height:553px}._grey-text2.--lh-554{line-height:554px}._grey-text2.--lh-555{line-height:555px}._grey-text2.--lh-556{line-height:556px}._grey-text2.--lh-557{line-height:557px}._grey-text2.--lh-558{line-height:558px}._grey-text2.--lh-559{line-height:559px}._grey-text2.--lh-560{line-height:560px}._grey-text2.--lh-561{line-height:561px}._grey-text2.--lh-562{line-height:562px}._grey-text2.--lh-563{line-height:563px}._grey-text2.--lh-564{line-height:564px}._grey-text2.--lh-565{line-height:565px}._grey-text2.--lh-566{line-height:566px}._grey-text2.--lh-567{line-height:567px}._grey-text2.--lh-568{line-height:568px}._grey-text2.--lh-569{line-height:569px}._grey-text2.--lh-570{line-height:570px}._grey-text2.--lh-571{line-height:571px}._grey-text2.--lh-572{line-height:572px}._grey-text2.--lh-573{line-height:573px}._grey-text2.--lh-574{line-height:574px}._grey-text2.--lh-575{line-height:575px}._grey-text2.--lh-576{line-height:576px}._grey-text2.--lh-577{line-height:577px}._grey-text2.--lh-578{line-height:578px}._grey-text2.--lh-579{line-height:579px}._grey-text2.--lh-580{line-height:580px}._grey-text2.--lh-581{line-height:581px}._grey-text2.--lh-582{line-height:582px}._grey-text2.--lh-583{line-height:583px}._grey-text2.--lh-584{line-height:584px}._grey-text2.--lh-585{line-height:585px}._grey-text2.--lh-586{line-height:586px}._grey-text2.--lh-587{line-height:587px}._grey-text2.--lh-588{line-height:588px}._grey-text2.--lh-589{line-height:589px}._grey-text2.--lh-590{line-height:590px}._grey-text2.--lh-591{line-height:591px}._grey-text2.--lh-592{line-height:592px}._grey-text2.--lh-593{line-height:593px}._grey-text2.--lh-594{line-height:594px}._grey-text2.--lh-595{line-height:595px}._grey-text2.--lh-596{line-height:596px}._grey-text2.--lh-597{line-height:597px}._grey-text2.--lh-598{line-height:598px}._grey-text2.--lh-599{line-height:599px}._grey-text2.--lh-600{line-height:600px}._grey-text2.--lh-601{line-height:601px}._grey-text2.--lh-602{line-height:602px}._grey-text2.--lh-603{line-height:603px}._grey-text2.--lh-604{line-height:604px}._grey-text2.--lh-605{line-height:605px}._grey-text2.--lh-606{line-height:606px}._grey-text2.--lh-607{line-height:607px}._grey-text2.--lh-608{line-height:608px}._grey-text2.--lh-609{line-height:609px}._grey-text2.--lh-610{line-height:610px}._grey-text2.--lh-611{line-height:611px}._grey-text2.--lh-612{line-height:612px}._grey-text2.--lh-613{line-height:613px}._grey-text2.--lh-614{line-height:614px}._grey-text2.--lh-615{line-height:615px}._grey-text2.--lh-616{line-height:616px}._grey-text2.--lh-617{line-height:617px}._grey-text2.--lh-618{line-height:618px}._grey-text2.--lh-619{line-height:619px}._grey-text2.--lh-620{line-height:620px}._grey-text2.--lh-621{line-height:621px}._grey-text2.--lh-622{line-height:622px}._grey-text2.--lh-623{line-height:623px}._grey-text2.--lh-624{line-height:624px}._grey-text2.--lh-625{line-height:625px}._grey-text2.--lh-626{line-height:626px}._grey-text2.--lh-627{line-height:627px}._grey-text2.--lh-628{line-height:628px}._grey-text2.--lh-629{line-height:629px}._grey-text2.--lh-630{line-height:630px}._grey-text2.--lh-631{line-height:631px}._grey-text2.--lh-632{line-height:632px}._grey-text2.--lh-633{line-height:633px}._grey-text2.--lh-634{line-height:634px}._grey-text2.--lh-635{line-height:635px}._grey-text2.--lh-636{line-height:636px}._grey-text2.--lh-637{line-height:637px}._grey-text2.--lh-638{line-height:638px}._grey-text2.--lh-639{line-height:639px}._grey-text2.--lh-640{line-height:640px}._grey-text2.--lh-641{line-height:641px}._grey-text2.--lh-642{line-height:642px}._grey-text2.--lh-643{line-height:643px}._grey-text2.--lh-644{line-height:644px}._grey-text2.--lh-645{line-height:645px}._grey-text2.--lh-646{line-height:646px}._grey-text2.--lh-647{line-height:647px}._grey-text2.--lh-648{line-height:648px}._grey-text2.--lh-649{line-height:649px}._grey-text2.--lh-650{line-height:650px}._grey-text2.--lh-651{line-height:651px}._grey-text2.--lh-652{line-height:652px}._grey-text2.--lh-653{line-height:653px}._grey-text2.--lh-654{line-height:654px}._grey-text2.--lh-655{line-height:655px}._grey-text2.--lh-656{line-height:656px}._grey-text2.--lh-657{line-height:657px}._grey-text2.--lh-658{line-height:658px}._grey-text2.--lh-659{line-height:659px}._grey-text2.--lh-660{line-height:660px}._grey-text2.--lh-661{line-height:661px}._grey-text2.--lh-662{line-height:662px}._grey-text2.--lh-663{line-height:663px}._grey-text2.--lh-664{line-height:664px}._grey-text2.--lh-665{line-height:665px}._grey-text2.--lh-666{line-height:666px}._grey-text2.--lh-667{line-height:667px}._grey-text2.--lh-668{line-height:668px}._grey-text2.--lh-669{line-height:669px}._grey-text2.--lh-670{line-height:670px}._grey-text2.--lh-671{line-height:671px}._grey-text2.--lh-672{line-height:672px}._grey-text2.--lh-673{line-height:673px}._grey-text2.--lh-674{line-height:674px}._grey-text2.--lh-675{line-height:675px}._grey-text2.--lh-676{line-height:676px}._grey-text2.--lh-677{line-height:677px}._grey-text2.--lh-678{line-height:678px}._grey-text2.--lh-679{line-height:679px}._grey-text2.--lh-680{line-height:680px}._grey-text2.--lh-681{line-height:681px}._grey-text2.--lh-682{line-height:682px}._grey-text2.--lh-683{line-height:683px}._grey-text2.--lh-684{line-height:684px}._grey-text2.--lh-685{line-height:685px}._grey-text2.--lh-686{line-height:686px}._grey-text2.--lh-687{line-height:687px}._grey-text2.--lh-688{line-height:688px}._grey-text2.--lh-689{line-height:689px}._grey-text2.--lh-690{line-height:690px}._grey-text2.--lh-691{line-height:691px}._grey-text2.--lh-692{line-height:692px}._grey-text2.--lh-693{line-height:693px}._grey-text2.--lh-694{line-height:694px}._grey-text2.--lh-695{line-height:695px}._grey-text2.--lh-696{line-height:696px}._grey-text2.--lh-697{line-height:697px}._grey-text2.--lh-698{line-height:698px}._grey-text2.--lh-699{line-height:699px}._grey-text2.--lh-700{line-height:700px}._grey-text2.--lh-701{line-height:701px}._grey-text2.--lh-702{line-height:702px}._grey-text2.--lh-703{line-height:703px}._grey-text2.--lh-704{line-height:704px}._grey-text2.--lh-705{line-height:705px}._grey-text2.--lh-706{line-height:706px}._grey-text2.--lh-707{line-height:707px}._grey-text2.--lh-708{line-height:708px}._grey-text2.--lh-709{line-height:709px}._grey-text2.--lh-710{line-height:710px}._grey-text2.--lh-711{line-height:711px}._grey-text2.--lh-712{line-height:712px}._grey-text2.--lh-713{line-height:713px}._grey-text2.--lh-714{line-height:714px}._grey-text2.--lh-715{line-height:715px}._grey-text2.--lh-716{line-height:716px}._grey-text2.--lh-717{line-height:717px}._grey-text2.--lh-718{line-height:718px}._grey-text2.--lh-719{line-height:719px}._grey-text2.--lh-720{line-height:720px}._grey-text2.--lh-721{line-height:721px}._grey-text2.--lh-722{line-height:722px}._grey-text2.--lh-723{line-height:723px}._grey-text2.--lh-724{line-height:724px}._grey-text2.--lh-725{line-height:725px}._grey-text2.--lh-726{line-height:726px}._grey-text2.--lh-727{line-height:727px}._grey-text2.--lh-728{line-height:728px}._grey-text2.--lh-729{line-height:729px}._grey-text2.--lh-730{line-height:730px}._grey-text2.--lh-731{line-height:731px}._grey-text2.--lh-732{line-height:732px}._grey-text2.--lh-733{line-height:733px}._grey-text2.--lh-734{line-height:734px}._grey-text2.--lh-735{line-height:735px}._grey-text2.--lh-736{line-height:736px}._grey-text2.--lh-737{line-height:737px}._grey-text2.--lh-738{line-height:738px}._grey-text2.--lh-739{line-height:739px}._grey-text2.--lh-740{line-height:740px}._grey-text2.--lh-741{line-height:741px}._grey-text2.--lh-742{line-height:742px}._grey-text2.--lh-743{line-height:743px}._grey-text2.--lh-744{line-height:744px}._grey-text2.--lh-745{line-height:745px}._grey-text2.--lh-746{line-height:746px}._grey-text2.--lh-747{line-height:747px}._grey-text2.--lh-748{line-height:748px}._grey-text2.--lh-749{line-height:749px}._grey-text2.--lh-750{line-height:750px}._grey-text2.--lh-751{line-height:751px}._grey-text2.--lh-752{line-height:752px}._grey-text2.--lh-753{line-height:753px}._grey-text2.--lh-754{line-height:754px}._grey-text2.--lh-755{line-height:755px}._grey-text2.--lh-756{line-height:756px}._grey-text2.--lh-757{line-height:757px}._grey-text2.--lh-758{line-height:758px}._grey-text2.--lh-759{line-height:759px}._grey-text2.--lh-760{line-height:760px}._grey-text2.--lh-761{line-height:761px}._grey-text2.--lh-762{line-height:762px}._grey-text2.--lh-763{line-height:763px}._grey-text2.--lh-764{line-height:764px}._grey-text2.--lh-765{line-height:765px}._grey-text2.--lh-766{line-height:766px}._grey-text2.--lh-767{line-height:767px}._grey-text2.--lh-768{line-height:768px}._grey-text2.--lh-769{line-height:769px}._grey-text2.--lh-770{line-height:770px}._grey-text2.--lh-771{line-height:771px}._grey-text2.--lh-772{line-height:772px}._grey-text2.--lh-773{line-height:773px}._grey-text2.--lh-774{line-height:774px}._grey-text2.--lh-775{line-height:775px}._grey-text2.--lh-776{line-height:776px}._grey-text2.--lh-777{line-height:777px}._grey-text2.--lh-778{line-height:778px}._grey-text2.--lh-779{line-height:779px}._grey-text2.--lh-780{line-height:780px}._grey-text2.--lh-781{line-height:781px}._grey-text2.--lh-782{line-height:782px}._grey-text2.--lh-783{line-height:783px}._grey-text2.--lh-784{line-height:784px}._grey-text2.--lh-785{line-height:785px}._grey-text2.--lh-786{line-height:786px}._grey-text2.--lh-787{line-height:787px}._grey-text2.--lh-788{line-height:788px}._grey-text2.--lh-789{line-height:789px}._grey-text2.--lh-790{line-height:790px}._grey-text2.--lh-791{line-height:791px}._grey-text2.--lh-792{line-height:792px}._grey-text2.--lh-793{line-height:793px}._grey-text2.--lh-794{line-height:794px}._grey-text2.--lh-795{line-height:795px}._grey-text2.--lh-796{line-height:796px}._grey-text2.--lh-797{line-height:797px}._grey-text2.--lh-798{line-height:798px}._grey-text2.--lh-799{line-height:799px}._grey-text2.--lh-800{line-height:800px}._black-text{color:var(--black);font-family:Poppins}._black-text.--size-5{font-size:5px}._black-text.--size-6{font-size:6px}._black-text.--size-7{font-size:7px}._black-text.--size-8{font-size:8px}._black-text.--size-9{font-size:9px}._black-text.--size-10{font-size:10px}._black-text.--size-11{font-size:11px}._black-text.--size-12{font-size:12px}._black-text.--size-13{font-size:13px}._black-text.--size-14{font-size:14px}._black-text.--size-15{font-size:15px}._black-text.--size-16{font-size:16px}._black-text.--size-17{font-size:17px}._black-text.--size-18{font-size:18px}._black-text.--size-19{font-size:19px}._black-text.--size-20{font-size:20px}._black-text.--size-21{font-size:21px}._black-text.--size-22{font-size:22px}._black-text.--size-23{font-size:23px}._black-text.--size-24{font-size:24px}._black-text.--size-25{font-size:25px}._black-text.--size-26{font-size:26px}._black-text.--size-27{font-size:27px}._black-text.--size-28{font-size:28px}._black-text.--size-29{font-size:29px}._black-text.--size-30{font-size:30px}._black-text.--size-31{font-size:31px}._black-text.--size-32{font-size:32px}._black-text.--size-33{font-size:33px}._black-text.--size-34{font-size:34px}._black-text.--size-35{font-size:35px}._black-text.--size-36{font-size:36px}._black-text.--size-37{font-size:37px}._black-text.--size-38{font-size:38px}._black-text.--size-39{font-size:39px}._black-text.--size-40{font-size:40px}._black-text.--size-41{font-size:41px}._black-text.--size-42{font-size:42px}._black-text.--size-43{font-size:43px}._black-text.--size-44{font-size:44px}._black-text.--size-45{font-size:45px}._black-text.--size-46{font-size:46px}._black-text.--size-47{font-size:47px}._black-text.--size-48{font-size:48px}._black-text.--size-49{font-size:49px}._black-text.--size-50{font-size:50px}._black-text.--size-51{font-size:51px}._black-text.--size-52{font-size:52px}._black-text.--size-53{font-size:53px}._black-text.--size-54{font-size:54px}._black-text.--size-55{font-size:55px}._black-text.--size-56{font-size:56px}._black-text.--size-57{font-size:57px}._black-text.--size-58{font-size:58px}._black-text.--size-59{font-size:59px}._black-text.--size-60{font-size:60px}._black-text.--size-61{font-size:61px}._black-text.--size-62{font-size:62px}._black-text.--size-63{font-size:63px}._black-text.--size-64{font-size:64px}._black-text.--size-65{font-size:65px}._black-text.--size-66{font-size:66px}._black-text.--size-67{font-size:67px}._black-text.--size-68{font-size:68px}._black-text.--size-69{font-size:69px}._black-text.--size-70{font-size:70px}._black-text.--size-71{font-size:71px}._black-text.--size-72{font-size:72px}._black-text.--size-73{font-size:73px}._black-text.--size-74{font-size:74px}._black-text.--size-75{font-size:75px}._black-text.--size-76{font-size:76px}._black-text.--size-77{font-size:77px}._black-text.--size-78{font-size:78px}._black-text.--size-79{font-size:79px}._black-text.--size-80{font-size:80px}._black-text.--size-81{font-size:81px}._black-text.--size-82{font-size:82px}._black-text.--size-83{font-size:83px}._black-text.--size-84{font-size:84px}._black-text.--size-85{font-size:85px}._black-text.--size-86{font-size:86px}._black-text.--size-87{font-size:87px}._black-text.--size-88{font-size:88px}._black-text.--size-89{font-size:89px}._black-text.--size-90{font-size:90px}._black-text.--size-91{font-size:91px}._black-text.--size-92{font-size:92px}._black-text.--size-93{font-size:93px}._black-text.--size-94{font-size:94px}._black-text.--size-95{font-size:95px}._black-text.--size-96{font-size:96px}._black-text.--size-97{font-size:97px}._black-text.--size-98{font-size:98px}._black-text.--size-99{font-size:99px}._black-text.--size-100{font-size:100px}._black-text.--weight-100{font-weight:100}._black-text.--weight-101{font-weight:101}._black-text.--weight-102{font-weight:102}._black-text.--weight-103{font-weight:103}._black-text.--weight-104{font-weight:104}._black-text.--weight-105{font-weight:105}._black-text.--weight-106{font-weight:106}._black-text.--weight-107{font-weight:107}._black-text.--weight-108{font-weight:108}._black-text.--weight-109{font-weight:109}._black-text.--weight-110{font-weight:110}._black-text.--weight-111{font-weight:111}._black-text.--weight-112{font-weight:112}._black-text.--weight-113{font-weight:113}._black-text.--weight-114{font-weight:114}._black-text.--weight-115{font-weight:115}._black-text.--weight-116{font-weight:116}._black-text.--weight-117{font-weight:117}._black-text.--weight-118{font-weight:118}._black-text.--weight-119{font-weight:119}._black-text.--weight-120{font-weight:120}._black-text.--weight-121{font-weight:121}._black-text.--weight-122{font-weight:122}._black-text.--weight-123{font-weight:123}._black-text.--weight-124{font-weight:124}._black-text.--weight-125{font-weight:125}._black-text.--weight-126{font-weight:126}._black-text.--weight-127{font-weight:127}._black-text.--weight-128{font-weight:128}._black-text.--weight-129{font-weight:129}._black-text.--weight-130{font-weight:130}._black-text.--weight-131{font-weight:131}._black-text.--weight-132{font-weight:132}._black-text.--weight-133{font-weight:133}._black-text.--weight-134{font-weight:134}._black-text.--weight-135{font-weight:135}._black-text.--weight-136{font-weight:136}._black-text.--weight-137{font-weight:137}._black-text.--weight-138{font-weight:138}._black-text.--weight-139{font-weight:139}._black-text.--weight-140{font-weight:140}._black-text.--weight-141{font-weight:141}._black-text.--weight-142{font-weight:142}._black-text.--weight-143{font-weight:143}._black-text.--weight-144{font-weight:144}._black-text.--weight-145{font-weight:145}._black-text.--weight-146{font-weight:146}._black-text.--weight-147{font-weight:147}._black-text.--weight-148{font-weight:148}._black-text.--weight-149{font-weight:149}._black-text.--weight-150{font-weight:150}._black-text.--weight-151{font-weight:151}._black-text.--weight-152{font-weight:152}._black-text.--weight-153{font-weight:153}._black-text.--weight-154{font-weight:154}._black-text.--weight-155{font-weight:155}._black-text.--weight-156{font-weight:156}._black-text.--weight-157{font-weight:157}._black-text.--weight-158{font-weight:158}._black-text.--weight-159{font-weight:159}._black-text.--weight-160{font-weight:160}._black-text.--weight-161{font-weight:161}._black-text.--weight-162{font-weight:162}._black-text.--weight-163{font-weight:163}._black-text.--weight-164{font-weight:164}._black-text.--weight-165{font-weight:165}._black-text.--weight-166{font-weight:166}._black-text.--weight-167{font-weight:167}._black-text.--weight-168{font-weight:168}._black-text.--weight-169{font-weight:169}._black-text.--weight-170{font-weight:170}._black-text.--weight-171{font-weight:171}._black-text.--weight-172{font-weight:172}._black-text.--weight-173{font-weight:173}._black-text.--weight-174{font-weight:174}._black-text.--weight-175{font-weight:175}._black-text.--weight-176{font-weight:176}._black-text.--weight-177{font-weight:177}._black-text.--weight-178{font-weight:178}._black-text.--weight-179{font-weight:179}._black-text.--weight-180{font-weight:180}._black-text.--weight-181{font-weight:181}._black-text.--weight-182{font-weight:182}._black-text.--weight-183{font-weight:183}._black-text.--weight-184{font-weight:184}._black-text.--weight-185{font-weight:185}._black-text.--weight-186{font-weight:186}._black-text.--weight-187{font-weight:187}._black-text.--weight-188{font-weight:188}._black-text.--weight-189{font-weight:189}._black-text.--weight-190{font-weight:190}._black-text.--weight-191{font-weight:191}._black-text.--weight-192{font-weight:192}._black-text.--weight-193{font-weight:193}._black-text.--weight-194{font-weight:194}._black-text.--weight-195{font-weight:195}._black-text.--weight-196{font-weight:196}._black-text.--weight-197{font-weight:197}._black-text.--weight-198{font-weight:198}._black-text.--weight-199{font-weight:199}._black-text.--weight-200{font-weight:200}._black-text.--weight-201{font-weight:201}._black-text.--weight-202{font-weight:202}._black-text.--weight-203{font-weight:203}._black-text.--weight-204{font-weight:204}._black-text.--weight-205{font-weight:205}._black-text.--weight-206{font-weight:206}._black-text.--weight-207{font-weight:207}._black-text.--weight-208{font-weight:208}._black-text.--weight-209{font-weight:209}._black-text.--weight-210{font-weight:210}._black-text.--weight-211{font-weight:211}._black-text.--weight-212{font-weight:212}._black-text.--weight-213{font-weight:213}._black-text.--weight-214{font-weight:214}._black-text.--weight-215{font-weight:215}._black-text.--weight-216{font-weight:216}._black-text.--weight-217{font-weight:217}._black-text.--weight-218{font-weight:218}._black-text.--weight-219{font-weight:219}._black-text.--weight-220{font-weight:220}._black-text.--weight-221{font-weight:221}._black-text.--weight-222{font-weight:222}._black-text.--weight-223{font-weight:223}._black-text.--weight-224{font-weight:224}._black-text.--weight-225{font-weight:225}._black-text.--weight-226{font-weight:226}._black-text.--weight-227{font-weight:227}._black-text.--weight-228{font-weight:228}._black-text.--weight-229{font-weight:229}._black-text.--weight-230{font-weight:230}._black-text.--weight-231{font-weight:231}._black-text.--weight-232{font-weight:232}._black-text.--weight-233{font-weight:233}._black-text.--weight-234{font-weight:234}._black-text.--weight-235{font-weight:235}._black-text.--weight-236{font-weight:236}._black-text.--weight-237{font-weight:237}._black-text.--weight-238{font-weight:238}._black-text.--weight-239{font-weight:239}._black-text.--weight-240{font-weight:240}._black-text.--weight-241{font-weight:241}._black-text.--weight-242{font-weight:242}._black-text.--weight-243{font-weight:243}._black-text.--weight-244{font-weight:244}._black-text.--weight-245{font-weight:245}._black-text.--weight-246{font-weight:246}._black-text.--weight-247{font-weight:247}._black-text.--weight-248{font-weight:248}._black-text.--weight-249{font-weight:249}._black-text.--weight-250{font-weight:250}._black-text.--weight-251{font-weight:251}._black-text.--weight-252{font-weight:252}._black-text.--weight-253{font-weight:253}._black-text.--weight-254{font-weight:254}._black-text.--weight-255{font-weight:255}._black-text.--weight-256{font-weight:256}._black-text.--weight-257{font-weight:257}._black-text.--weight-258{font-weight:258}._black-text.--weight-259{font-weight:259}._black-text.--weight-260{font-weight:260}._black-text.--weight-261{font-weight:261}._black-text.--weight-262{font-weight:262}._black-text.--weight-263{font-weight:263}._black-text.--weight-264{font-weight:264}._black-text.--weight-265{font-weight:265}._black-text.--weight-266{font-weight:266}._black-text.--weight-267{font-weight:267}._black-text.--weight-268{font-weight:268}._black-text.--weight-269{font-weight:269}._black-text.--weight-270{font-weight:270}._black-text.--weight-271{font-weight:271}._black-text.--weight-272{font-weight:272}._black-text.--weight-273{font-weight:273}._black-text.--weight-274{font-weight:274}._black-text.--weight-275{font-weight:275}._black-text.--weight-276{font-weight:276}._black-text.--weight-277{font-weight:277}._black-text.--weight-278{font-weight:278}._black-text.--weight-279{font-weight:279}._black-text.--weight-280{font-weight:280}._black-text.--weight-281{font-weight:281}._black-text.--weight-282{font-weight:282}._black-text.--weight-283{font-weight:283}._black-text.--weight-284{font-weight:284}._black-text.--weight-285{font-weight:285}._black-text.--weight-286{font-weight:286}._black-text.--weight-287{font-weight:287}._black-text.--weight-288{font-weight:288}._black-text.--weight-289{font-weight:289}._black-text.--weight-290{font-weight:290}._black-text.--weight-291{font-weight:291}._black-text.--weight-292{font-weight:292}._black-text.--weight-293{font-weight:293}._black-text.--weight-294{font-weight:294}._black-text.--weight-295{font-weight:295}._black-text.--weight-296{font-weight:296}._black-text.--weight-297{font-weight:297}._black-text.--weight-298{font-weight:298}._black-text.--weight-299{font-weight:299}._black-text.--weight-300{font-weight:300}._black-text.--weight-301{font-weight:301}._black-text.--weight-302{font-weight:302}._black-text.--weight-303{font-weight:303}._black-text.--weight-304{font-weight:304}._black-text.--weight-305{font-weight:305}._black-text.--weight-306{font-weight:306}._black-text.--weight-307{font-weight:307}._black-text.--weight-308{font-weight:308}._black-text.--weight-309{font-weight:309}._black-text.--weight-310{font-weight:310}._black-text.--weight-311{font-weight:311}._black-text.--weight-312{font-weight:312}._black-text.--weight-313{font-weight:313}._black-text.--weight-314{font-weight:314}._black-text.--weight-315{font-weight:315}._black-text.--weight-316{font-weight:316}._black-text.--weight-317{font-weight:317}._black-text.--weight-318{font-weight:318}._black-text.--weight-319{font-weight:319}._black-text.--weight-320{font-weight:320}._black-text.--weight-321{font-weight:321}._black-text.--weight-322{font-weight:322}._black-text.--weight-323{font-weight:323}._black-text.--weight-324{font-weight:324}._black-text.--weight-325{font-weight:325}._black-text.--weight-326{font-weight:326}._black-text.--weight-327{font-weight:327}._black-text.--weight-328{font-weight:328}._black-text.--weight-329{font-weight:329}._black-text.--weight-330{font-weight:330}._black-text.--weight-331{font-weight:331}._black-text.--weight-332{font-weight:332}._black-text.--weight-333{font-weight:333}._black-text.--weight-334{font-weight:334}._black-text.--weight-335{font-weight:335}._black-text.--weight-336{font-weight:336}._black-text.--weight-337{font-weight:337}._black-text.--weight-338{font-weight:338}._black-text.--weight-339{font-weight:339}._black-text.--weight-340{font-weight:340}._black-text.--weight-341{font-weight:341}._black-text.--weight-342{font-weight:342}._black-text.--weight-343{font-weight:343}._black-text.--weight-344{font-weight:344}._black-text.--weight-345{font-weight:345}._black-text.--weight-346{font-weight:346}._black-text.--weight-347{font-weight:347}._black-text.--weight-348{font-weight:348}._black-text.--weight-349{font-weight:349}._black-text.--weight-350{font-weight:350}._black-text.--weight-351{font-weight:351}._black-text.--weight-352{font-weight:352}._black-text.--weight-353{font-weight:353}._black-text.--weight-354{font-weight:354}._black-text.--weight-355{font-weight:355}._black-text.--weight-356{font-weight:356}._black-text.--weight-357{font-weight:357}._black-text.--weight-358{font-weight:358}._black-text.--weight-359{font-weight:359}._black-text.--weight-360{font-weight:360}._black-text.--weight-361{font-weight:361}._black-text.--weight-362{font-weight:362}._black-text.--weight-363{font-weight:363}._black-text.--weight-364{font-weight:364}._black-text.--weight-365{font-weight:365}._black-text.--weight-366{font-weight:366}._black-text.--weight-367{font-weight:367}._black-text.--weight-368{font-weight:368}._black-text.--weight-369{font-weight:369}._black-text.--weight-370{font-weight:370}._black-text.--weight-371{font-weight:371}._black-text.--weight-372{font-weight:372}._black-text.--weight-373{font-weight:373}._black-text.--weight-374{font-weight:374}._black-text.--weight-375{font-weight:375}._black-text.--weight-376{font-weight:376}._black-text.--weight-377{font-weight:377}._black-text.--weight-378{font-weight:378}._black-text.--weight-379{font-weight:379}._black-text.--weight-380{font-weight:380}._black-text.--weight-381{font-weight:381}._black-text.--weight-382{font-weight:382}._black-text.--weight-383{font-weight:383}._black-text.--weight-384{font-weight:384}._black-text.--weight-385{font-weight:385}._black-text.--weight-386{font-weight:386}._black-text.--weight-387{font-weight:387}._black-text.--weight-388{font-weight:388}._black-text.--weight-389{font-weight:389}._black-text.--weight-390{font-weight:390}._black-text.--weight-391{font-weight:391}._black-text.--weight-392{font-weight:392}._black-text.--weight-393{font-weight:393}._black-text.--weight-394{font-weight:394}._black-text.--weight-395{font-weight:395}._black-text.--weight-396{font-weight:396}._black-text.--weight-397{font-weight:397}._black-text.--weight-398{font-weight:398}._black-text.--weight-399{font-weight:399}._black-text.--weight-400{font-weight:400}._black-text.--weight-401{font-weight:401}._black-text.--weight-402{font-weight:402}._black-text.--weight-403{font-weight:403}._black-text.--weight-404{font-weight:404}._black-text.--weight-405{font-weight:405}._black-text.--weight-406{font-weight:406}._black-text.--weight-407{font-weight:407}._black-text.--weight-408{font-weight:408}._black-text.--weight-409{font-weight:409}._black-text.--weight-410{font-weight:410}._black-text.--weight-411{font-weight:411}._black-text.--weight-412{font-weight:412}._black-text.--weight-413{font-weight:413}._black-text.--weight-414{font-weight:414}._black-text.--weight-415{font-weight:415}._black-text.--weight-416{font-weight:416}._black-text.--weight-417{font-weight:417}._black-text.--weight-418{font-weight:418}._black-text.--weight-419{font-weight:419}._black-text.--weight-420{font-weight:420}._black-text.--weight-421{font-weight:421}._black-text.--weight-422{font-weight:422}._black-text.--weight-423{font-weight:423}._black-text.--weight-424{font-weight:424}._black-text.--weight-425{font-weight:425}._black-text.--weight-426{font-weight:426}._black-text.--weight-427{font-weight:427}._black-text.--weight-428{font-weight:428}._black-text.--weight-429{font-weight:429}._black-text.--weight-430{font-weight:430}._black-text.--weight-431{font-weight:431}._black-text.--weight-432{font-weight:432}._black-text.--weight-433{font-weight:433}._black-text.--weight-434{font-weight:434}._black-text.--weight-435{font-weight:435}._black-text.--weight-436{font-weight:436}._black-text.--weight-437{font-weight:437}._black-text.--weight-438{font-weight:438}._black-text.--weight-439{font-weight:439}._black-text.--weight-440{font-weight:440}._black-text.--weight-441{font-weight:441}._black-text.--weight-442{font-weight:442}._black-text.--weight-443{font-weight:443}._black-text.--weight-444{font-weight:444}._black-text.--weight-445{font-weight:445}._black-text.--weight-446{font-weight:446}._black-text.--weight-447{font-weight:447}._black-text.--weight-448{font-weight:448}._black-text.--weight-449{font-weight:449}._black-text.--weight-450{font-weight:450}._black-text.--weight-451{font-weight:451}._black-text.--weight-452{font-weight:452}._black-text.--weight-453{font-weight:453}._black-text.--weight-454{font-weight:454}._black-text.--weight-455{font-weight:455}._black-text.--weight-456{font-weight:456}._black-text.--weight-457{font-weight:457}._black-text.--weight-458{font-weight:458}._black-text.--weight-459{font-weight:459}._black-text.--weight-460{font-weight:460}._black-text.--weight-461{font-weight:461}._black-text.--weight-462{font-weight:462}._black-text.--weight-463{font-weight:463}._black-text.--weight-464{font-weight:464}._black-text.--weight-465{font-weight:465}._black-text.--weight-466{font-weight:466}._black-text.--weight-467{font-weight:467}._black-text.--weight-468{font-weight:468}._black-text.--weight-469{font-weight:469}._black-text.--weight-470{font-weight:470}._black-text.--weight-471{font-weight:471}._black-text.--weight-472{font-weight:472}._black-text.--weight-473{font-weight:473}._black-text.--weight-474{font-weight:474}._black-text.--weight-475{font-weight:475}._black-text.--weight-476{font-weight:476}._black-text.--weight-477{font-weight:477}._black-text.--weight-478{font-weight:478}._black-text.--weight-479{font-weight:479}._black-text.--weight-480{font-weight:480}._black-text.--weight-481{font-weight:481}._black-text.--weight-482{font-weight:482}._black-text.--weight-483{font-weight:483}._black-text.--weight-484{font-weight:484}._black-text.--weight-485{font-weight:485}._black-text.--weight-486{font-weight:486}._black-text.--weight-487{font-weight:487}._black-text.--weight-488{font-weight:488}._black-text.--weight-489{font-weight:489}._black-text.--weight-490{font-weight:490}._black-text.--weight-491{font-weight:491}._black-text.--weight-492{font-weight:492}._black-text.--weight-493{font-weight:493}._black-text.--weight-494{font-weight:494}._black-text.--weight-495{font-weight:495}._black-text.--weight-496{font-weight:496}._black-text.--weight-497{font-weight:497}._black-text.--weight-498{font-weight:498}._black-text.--weight-499{font-weight:499}._black-text.--weight-500{font-weight:500}._black-text.--weight-501{font-weight:501}._black-text.--weight-502{font-weight:502}._black-text.--weight-503{font-weight:503}._black-text.--weight-504{font-weight:504}._black-text.--weight-505{font-weight:505}._black-text.--weight-506{font-weight:506}._black-text.--weight-507{font-weight:507}._black-text.--weight-508{font-weight:508}._black-text.--weight-509{font-weight:509}._black-text.--weight-510{font-weight:510}._black-text.--weight-511{font-weight:511}._black-text.--weight-512{font-weight:512}._black-text.--weight-513{font-weight:513}._black-text.--weight-514{font-weight:514}._black-text.--weight-515{font-weight:515}._black-text.--weight-516{font-weight:516}._black-text.--weight-517{font-weight:517}._black-text.--weight-518{font-weight:518}._black-text.--weight-519{font-weight:519}._black-text.--weight-520{font-weight:520}._black-text.--weight-521{font-weight:521}._black-text.--weight-522{font-weight:522}._black-text.--weight-523{font-weight:523}._black-text.--weight-524{font-weight:524}._black-text.--weight-525{font-weight:525}._black-text.--weight-526{font-weight:526}._black-text.--weight-527{font-weight:527}._black-text.--weight-528{font-weight:528}._black-text.--weight-529{font-weight:529}._black-text.--weight-530{font-weight:530}._black-text.--weight-531{font-weight:531}._black-text.--weight-532{font-weight:532}._black-text.--weight-533{font-weight:533}._black-text.--weight-534{font-weight:534}._black-text.--weight-535{font-weight:535}._black-text.--weight-536{font-weight:536}._black-text.--weight-537{font-weight:537}._black-text.--weight-538{font-weight:538}._black-text.--weight-539{font-weight:539}._black-text.--weight-540{font-weight:540}._black-text.--weight-541{font-weight:541}._black-text.--weight-542{font-weight:542}._black-text.--weight-543{font-weight:543}._black-text.--weight-544{font-weight:544}._black-text.--weight-545{font-weight:545}._black-text.--weight-546{font-weight:546}._black-text.--weight-547{font-weight:547}._black-text.--weight-548{font-weight:548}._black-text.--weight-549{font-weight:549}._black-text.--weight-550{font-weight:550}._black-text.--weight-551{font-weight:551}._black-text.--weight-552{font-weight:552}._black-text.--weight-553{font-weight:553}._black-text.--weight-554{font-weight:554}._black-text.--weight-555{font-weight:555}._black-text.--weight-556{font-weight:556}._black-text.--weight-557{font-weight:557}._black-text.--weight-558{font-weight:558}._black-text.--weight-559{font-weight:559}._black-text.--weight-560{font-weight:560}._black-text.--weight-561{font-weight:561}._black-text.--weight-562{font-weight:562}._black-text.--weight-563{font-weight:563}._black-text.--weight-564{font-weight:564}._black-text.--weight-565{font-weight:565}._black-text.--weight-566{font-weight:566}._black-text.--weight-567{font-weight:567}._black-text.--weight-568{font-weight:568}._black-text.--weight-569{font-weight:569}._black-text.--weight-570{font-weight:570}._black-text.--weight-571{font-weight:571}._black-text.--weight-572{font-weight:572}._black-text.--weight-573{font-weight:573}._black-text.--weight-574{font-weight:574}._black-text.--weight-575{font-weight:575}._black-text.--weight-576{font-weight:576}._black-text.--weight-577{font-weight:577}._black-text.--weight-578{font-weight:578}._black-text.--weight-579{font-weight:579}._black-text.--weight-580{font-weight:580}._black-text.--weight-581{font-weight:581}._black-text.--weight-582{font-weight:582}._black-text.--weight-583{font-weight:583}._black-text.--weight-584{font-weight:584}._black-text.--weight-585{font-weight:585}._black-text.--weight-586{font-weight:586}._black-text.--weight-587{font-weight:587}._black-text.--weight-588{font-weight:588}._black-text.--weight-589{font-weight:589}._black-text.--weight-590{font-weight:590}._black-text.--weight-591{font-weight:591}._black-text.--weight-592{font-weight:592}._black-text.--weight-593{font-weight:593}._black-text.--weight-594{font-weight:594}._black-text.--weight-595{font-weight:595}._black-text.--weight-596{font-weight:596}._black-text.--weight-597{font-weight:597}._black-text.--weight-598{font-weight:598}._black-text.--weight-599{font-weight:599}._black-text.--weight-600{font-weight:600}._black-text.--weight-601{font-weight:601}._black-text.--weight-602{font-weight:602}._black-text.--weight-603{font-weight:603}._black-text.--weight-604{font-weight:604}._black-text.--weight-605{font-weight:605}._black-text.--weight-606{font-weight:606}._black-text.--weight-607{font-weight:607}._black-text.--weight-608{font-weight:608}._black-text.--weight-609{font-weight:609}._black-text.--weight-610{font-weight:610}._black-text.--weight-611{font-weight:611}._black-text.--weight-612{font-weight:612}._black-text.--weight-613{font-weight:613}._black-text.--weight-614{font-weight:614}._black-text.--weight-615{font-weight:615}._black-text.--weight-616{font-weight:616}._black-text.--weight-617{font-weight:617}._black-text.--weight-618{font-weight:618}._black-text.--weight-619{font-weight:619}._black-text.--weight-620{font-weight:620}._black-text.--weight-621{font-weight:621}._black-text.--weight-622{font-weight:622}._black-text.--weight-623{font-weight:623}._black-text.--weight-624{font-weight:624}._black-text.--weight-625{font-weight:625}._black-text.--weight-626{font-weight:626}._black-text.--weight-627{font-weight:627}._black-text.--weight-628{font-weight:628}._black-text.--weight-629{font-weight:629}._black-text.--weight-630{font-weight:630}._black-text.--weight-631{font-weight:631}._black-text.--weight-632{font-weight:632}._black-text.--weight-633{font-weight:633}._black-text.--weight-634{font-weight:634}._black-text.--weight-635{font-weight:635}._black-text.--weight-636{font-weight:636}._black-text.--weight-637{font-weight:637}._black-text.--weight-638{font-weight:638}._black-text.--weight-639{font-weight:639}._black-text.--weight-640{font-weight:640}._black-text.--weight-641{font-weight:641}._black-text.--weight-642{font-weight:642}._black-text.--weight-643{font-weight:643}._black-text.--weight-644{font-weight:644}._black-text.--weight-645{font-weight:645}._black-text.--weight-646{font-weight:646}._black-text.--weight-647{font-weight:647}._black-text.--weight-648{font-weight:648}._black-text.--weight-649{font-weight:649}._black-text.--weight-650{font-weight:650}._black-text.--weight-651{font-weight:651}._black-text.--weight-652{font-weight:652}._black-text.--weight-653{font-weight:653}._black-text.--weight-654{font-weight:654}._black-text.--weight-655{font-weight:655}._black-text.--weight-656{font-weight:656}._black-text.--weight-657{font-weight:657}._black-text.--weight-658{font-weight:658}._black-text.--weight-659{font-weight:659}._black-text.--weight-660{font-weight:660}._black-text.--weight-661{font-weight:661}._black-text.--weight-662{font-weight:662}._black-text.--weight-663{font-weight:663}._black-text.--weight-664{font-weight:664}._black-text.--weight-665{font-weight:665}._black-text.--weight-666{font-weight:666}._black-text.--weight-667{font-weight:667}._black-text.--weight-668{font-weight:668}._black-text.--weight-669{font-weight:669}._black-text.--weight-670{font-weight:670}._black-text.--weight-671{font-weight:671}._black-text.--weight-672{font-weight:672}._black-text.--weight-673{font-weight:673}._black-text.--weight-674{font-weight:674}._black-text.--weight-675{font-weight:675}._black-text.--weight-676{font-weight:676}._black-text.--weight-677{font-weight:677}._black-text.--weight-678{font-weight:678}._black-text.--weight-679{font-weight:679}._black-text.--weight-680{font-weight:680}._black-text.--weight-681{font-weight:681}._black-text.--weight-682{font-weight:682}._black-text.--weight-683{font-weight:683}._black-text.--weight-684{font-weight:684}._black-text.--weight-685{font-weight:685}._black-text.--weight-686{font-weight:686}._black-text.--weight-687{font-weight:687}._black-text.--weight-688{font-weight:688}._black-text.--weight-689{font-weight:689}._black-text.--weight-690{font-weight:690}._black-text.--weight-691{font-weight:691}._black-text.--weight-692{font-weight:692}._black-text.--weight-693{font-weight:693}._black-text.--weight-694{font-weight:694}._black-text.--weight-695{font-weight:695}._black-text.--weight-696{font-weight:696}._black-text.--weight-697{font-weight:697}._black-text.--weight-698{font-weight:698}._black-text.--weight-699{font-weight:699}._black-text.--weight-700{font-weight:700}._black-text.--weight-701{font-weight:701}._black-text.--weight-702{font-weight:702}._black-text.--weight-703{font-weight:703}._black-text.--weight-704{font-weight:704}._black-text.--weight-705{font-weight:705}._black-text.--weight-706{font-weight:706}._black-text.--weight-707{font-weight:707}._black-text.--weight-708{font-weight:708}._black-text.--weight-709{font-weight:709}._black-text.--weight-710{font-weight:710}._black-text.--weight-711{font-weight:711}._black-text.--weight-712{font-weight:712}._black-text.--weight-713{font-weight:713}._black-text.--weight-714{font-weight:714}._black-text.--weight-715{font-weight:715}._black-text.--weight-716{font-weight:716}._black-text.--weight-717{font-weight:717}._black-text.--weight-718{font-weight:718}._black-text.--weight-719{font-weight:719}._black-text.--weight-720{font-weight:720}._black-text.--weight-721{font-weight:721}._black-text.--weight-722{font-weight:722}._black-text.--weight-723{font-weight:723}._black-text.--weight-724{font-weight:724}._black-text.--weight-725{font-weight:725}._black-text.--weight-726{font-weight:726}._black-text.--weight-727{font-weight:727}._black-text.--weight-728{font-weight:728}._black-text.--weight-729{font-weight:729}._black-text.--weight-730{font-weight:730}._black-text.--weight-731{font-weight:731}._black-text.--weight-732{font-weight:732}._black-text.--weight-733{font-weight:733}._black-text.--weight-734{font-weight:734}._black-text.--weight-735{font-weight:735}._black-text.--weight-736{font-weight:736}._black-text.--weight-737{font-weight:737}._black-text.--weight-738{font-weight:738}._black-text.--weight-739{font-weight:739}._black-text.--weight-740{font-weight:740}._black-text.--weight-741{font-weight:741}._black-text.--weight-742{font-weight:742}._black-text.--weight-743{font-weight:743}._black-text.--weight-744{font-weight:744}._black-text.--weight-745{font-weight:745}._black-text.--weight-746{font-weight:746}._black-text.--weight-747{font-weight:747}._black-text.--weight-748{font-weight:748}._black-text.--weight-749{font-weight:749}._black-text.--weight-750{font-weight:750}._black-text.--weight-751{font-weight:751}._black-text.--weight-752{font-weight:752}._black-text.--weight-753{font-weight:753}._black-text.--weight-754{font-weight:754}._black-text.--weight-755{font-weight:755}._black-text.--weight-756{font-weight:756}._black-text.--weight-757{font-weight:757}._black-text.--weight-758{font-weight:758}._black-text.--weight-759{font-weight:759}._black-text.--weight-760{font-weight:760}._black-text.--weight-761{font-weight:761}._black-text.--weight-762{font-weight:762}._black-text.--weight-763{font-weight:763}._black-text.--weight-764{font-weight:764}._black-text.--weight-765{font-weight:765}._black-text.--weight-766{font-weight:766}._black-text.--weight-767{font-weight:767}._black-text.--weight-768{font-weight:768}._black-text.--weight-769{font-weight:769}._black-text.--weight-770{font-weight:770}._black-text.--weight-771{font-weight:771}._black-text.--weight-772{font-weight:772}._black-text.--weight-773{font-weight:773}._black-text.--weight-774{font-weight:774}._black-text.--weight-775{font-weight:775}._black-text.--weight-776{font-weight:776}._black-text.--weight-777{font-weight:777}._black-text.--weight-778{font-weight:778}._black-text.--weight-779{font-weight:779}._black-text.--weight-780{font-weight:780}._black-text.--weight-781{font-weight:781}._black-text.--weight-782{font-weight:782}._black-text.--weight-783{font-weight:783}._black-text.--weight-784{font-weight:784}._black-text.--weight-785{font-weight:785}._black-text.--weight-786{font-weight:786}._black-text.--weight-787{font-weight:787}._black-text.--weight-788{font-weight:788}._black-text.--weight-789{font-weight:789}._black-text.--weight-790{font-weight:790}._black-text.--weight-791{font-weight:791}._black-text.--weight-792{font-weight:792}._black-text.--weight-793{font-weight:793}._black-text.--weight-794{font-weight:794}._black-text.--weight-795{font-weight:795}._black-text.--weight-796{font-weight:796}._black-text.--weight-797{font-weight:797}._black-text.--weight-798{font-weight:798}._black-text.--weight-799{font-weight:799}._black-text.--weight-800{font-weight:800}._black-text.--lh-1{line-height:1px}._black-text.--lh-2{line-height:2px}._black-text.--lh-3{line-height:3px}._black-text.--lh-4{line-height:4px}._black-text.--lh-5{line-height:5px}._black-text.--lh-6{line-height:6px}._black-text.--lh-7{line-height:7px}._black-text.--lh-8{line-height:8px}._black-text.--lh-9{line-height:9px}._black-text.--lh-10{line-height:10px}._black-text.--lh-11{line-height:11px}._black-text.--lh-12{line-height:12px}._black-text.--lh-13{line-height:13px}._black-text.--lh-14{line-height:14px}._black-text.--lh-15{line-height:15px}._black-text.--lh-16{line-height:16px}._black-text.--lh-17{line-height:17px}._black-text.--lh-18{line-height:18px}._black-text.--lh-19{line-height:19px}._black-text.--lh-20{line-height:20px}._black-text.--lh-21{line-height:21px}._black-text.--lh-22{line-height:22px}._black-text.--lh-23{line-height:23px}._black-text.--lh-24{line-height:24px}._black-text.--lh-25{line-height:25px}._black-text.--lh-26{line-height:26px}._black-text.--lh-27{line-height:27px}._black-text.--lh-28{line-height:28px}._black-text.--lh-29{line-height:29px}._black-text.--lh-30{line-height:30px}._black-text.--lh-31{line-height:31px}._black-text.--lh-32{line-height:32px}._black-text.--lh-33{line-height:33px}._black-text.--lh-34{line-height:34px}._black-text.--lh-35{line-height:35px}._black-text.--lh-36{line-height:36px}._black-text.--lh-37{line-height:37px}._black-text.--lh-38{line-height:38px}._black-text.--lh-39{line-height:39px}._black-text.--lh-40{line-height:40px}._black-text.--lh-41{line-height:41px}._black-text.--lh-42{line-height:42px}._black-text.--lh-43{line-height:43px}._black-text.--lh-44{line-height:44px}._black-text.--lh-45{line-height:45px}._black-text.--lh-46{line-height:46px}._black-text.--lh-47{line-height:47px}._black-text.--lh-48{line-height:48px}._black-text.--lh-49{line-height:49px}._black-text.--lh-50{line-height:50px}._black-text.--lh-51{line-height:51px}._black-text.--lh-52{line-height:52px}._black-text.--lh-53{line-height:53px}._black-text.--lh-54{line-height:54px}._black-text.--lh-55{line-height:55px}._black-text.--lh-56{line-height:56px}._black-text.--lh-57{line-height:57px}._black-text.--lh-58{line-height:58px}._black-text.--lh-59{line-height:59px}._black-text.--lh-60{line-height:60px}._black-text.--lh-61{line-height:61px}._black-text.--lh-62{line-height:62px}._black-text.--lh-63{line-height:63px}._black-text.--lh-64{line-height:64px}._black-text.--lh-65{line-height:65px}._black-text.--lh-66{line-height:66px}._black-text.--lh-67{line-height:67px}._black-text.--lh-68{line-height:68px}._black-text.--lh-69{line-height:69px}._black-text.--lh-70{line-height:70px}._black-text.--lh-71{line-height:71px}._black-text.--lh-72{line-height:72px}._black-text.--lh-73{line-height:73px}._black-text.--lh-74{line-height:74px}._black-text.--lh-75{line-height:75px}._black-text.--lh-76{line-height:76px}._black-text.--lh-77{line-height:77px}._black-text.--lh-78{line-height:78px}._black-text.--lh-79{line-height:79px}._black-text.--lh-80{line-height:80px}._black-text.--lh-81{line-height:81px}._black-text.--lh-82{line-height:82px}._black-text.--lh-83{line-height:83px}._black-text.--lh-84{line-height:84px}._black-text.--lh-85{line-height:85px}._black-text.--lh-86{line-height:86px}._black-text.--lh-87{line-height:87px}._black-text.--lh-88{line-height:88px}._black-text.--lh-89{line-height:89px}._black-text.--lh-90{line-height:90px}._black-text.--lh-91{line-height:91px}._black-text.--lh-92{line-height:92px}._black-text.--lh-93{line-height:93px}._black-text.--lh-94{line-height:94px}._black-text.--lh-95{line-height:95px}._black-text.--lh-96{line-height:96px}._black-text.--lh-97{line-height:97px}._black-text.--lh-98{line-height:98px}._black-text.--lh-99{line-height:99px}._black-text.--lh-100{line-height:100px}._black-text.--lh-101{line-height:101px}._black-text.--lh-102{line-height:102px}._black-text.--lh-103{line-height:103px}._black-text.--lh-104{line-height:104px}._black-text.--lh-105{line-height:105px}._black-text.--lh-106{line-height:106px}._black-text.--lh-107{line-height:107px}._black-text.--lh-108{line-height:108px}._black-text.--lh-109{line-height:109px}._black-text.--lh-110{line-height:110px}._black-text.--lh-111{line-height:111px}._black-text.--lh-112{line-height:112px}._black-text.--lh-113{line-height:113px}._black-text.--lh-114{line-height:114px}._black-text.--lh-115{line-height:115px}._black-text.--lh-116{line-height:116px}._black-text.--lh-117{line-height:117px}._black-text.--lh-118{line-height:118px}._black-text.--lh-119{line-height:119px}._black-text.--lh-120{line-height:120px}._black-text.--lh-121{line-height:121px}._black-text.--lh-122{line-height:122px}._black-text.--lh-123{line-height:123px}._black-text.--lh-124{line-height:124px}._black-text.--lh-125{line-height:125px}._black-text.--lh-126{line-height:126px}._black-text.--lh-127{line-height:127px}._black-text.--lh-128{line-height:128px}._black-text.--lh-129{line-height:129px}._black-text.--lh-130{line-height:130px}._black-text.--lh-131{line-height:131px}._black-text.--lh-132{line-height:132px}._black-text.--lh-133{line-height:133px}._black-text.--lh-134{line-height:134px}._black-text.--lh-135{line-height:135px}._black-text.--lh-136{line-height:136px}._black-text.--lh-137{line-height:137px}._black-text.--lh-138{line-height:138px}._black-text.--lh-139{line-height:139px}._black-text.--lh-140{line-height:140px}._black-text.--lh-141{line-height:141px}._black-text.--lh-142{line-height:142px}._black-text.--lh-143{line-height:143px}._black-text.--lh-144{line-height:144px}._black-text.--lh-145{line-height:145px}._black-text.--lh-146{line-height:146px}._black-text.--lh-147{line-height:147px}._black-text.--lh-148{line-height:148px}._black-text.--lh-149{line-height:149px}._black-text.--lh-150{line-height:150px}._black-text.--lh-151{line-height:151px}._black-text.--lh-152{line-height:152px}._black-text.--lh-153{line-height:153px}._black-text.--lh-154{line-height:154px}._black-text.--lh-155{line-height:155px}._black-text.--lh-156{line-height:156px}._black-text.--lh-157{line-height:157px}._black-text.--lh-158{line-height:158px}._black-text.--lh-159{line-height:159px}._black-text.--lh-160{line-height:160px}._black-text.--lh-161{line-height:161px}._black-text.--lh-162{line-height:162px}._black-text.--lh-163{line-height:163px}._black-text.--lh-164{line-height:164px}._black-text.--lh-165{line-height:165px}._black-text.--lh-166{line-height:166px}._black-text.--lh-167{line-height:167px}._black-text.--lh-168{line-height:168px}._black-text.--lh-169{line-height:169px}._black-text.--lh-170{line-height:170px}._black-text.--lh-171{line-height:171px}._black-text.--lh-172{line-height:172px}._black-text.--lh-173{line-height:173px}._black-text.--lh-174{line-height:174px}._black-text.--lh-175{line-height:175px}._black-text.--lh-176{line-height:176px}._black-text.--lh-177{line-height:177px}._black-text.--lh-178{line-height:178px}._black-text.--lh-179{line-height:179px}._black-text.--lh-180{line-height:180px}._black-text.--lh-181{line-height:181px}._black-text.--lh-182{line-height:182px}._black-text.--lh-183{line-height:183px}._black-text.--lh-184{line-height:184px}._black-text.--lh-185{line-height:185px}._black-text.--lh-186{line-height:186px}._black-text.--lh-187{line-height:187px}._black-text.--lh-188{line-height:188px}._black-text.--lh-189{line-height:189px}._black-text.--lh-190{line-height:190px}._black-text.--lh-191{line-height:191px}._black-text.--lh-192{line-height:192px}._black-text.--lh-193{line-height:193px}._black-text.--lh-194{line-height:194px}._black-text.--lh-195{line-height:195px}._black-text.--lh-196{line-height:196px}._black-text.--lh-197{line-height:197px}._black-text.--lh-198{line-height:198px}._black-text.--lh-199{line-height:199px}._black-text.--lh-200{line-height:200px}._black-text.--lh-201{line-height:201px}._black-text.--lh-202{line-height:202px}._black-text.--lh-203{line-height:203px}._black-text.--lh-204{line-height:204px}._black-text.--lh-205{line-height:205px}._black-text.--lh-206{line-height:206px}._black-text.--lh-207{line-height:207px}._black-text.--lh-208{line-height:208px}._black-text.--lh-209{line-height:209px}._black-text.--lh-210{line-height:210px}._black-text.--lh-211{line-height:211px}._black-text.--lh-212{line-height:212px}._black-text.--lh-213{line-height:213px}._black-text.--lh-214{line-height:214px}._black-text.--lh-215{line-height:215px}._black-text.--lh-216{line-height:216px}._black-text.--lh-217{line-height:217px}._black-text.--lh-218{line-height:218px}._black-text.--lh-219{line-height:219px}._black-text.--lh-220{line-height:220px}._black-text.--lh-221{line-height:221px}._black-text.--lh-222{line-height:222px}._black-text.--lh-223{line-height:223px}._black-text.--lh-224{line-height:224px}._black-text.--lh-225{line-height:225px}._black-text.--lh-226{line-height:226px}._black-text.--lh-227{line-height:227px}._black-text.--lh-228{line-height:228px}._black-text.--lh-229{line-height:229px}._black-text.--lh-230{line-height:230px}._black-text.--lh-231{line-height:231px}._black-text.--lh-232{line-height:232px}._black-text.--lh-233{line-height:233px}._black-text.--lh-234{line-height:234px}._black-text.--lh-235{line-height:235px}._black-text.--lh-236{line-height:236px}._black-text.--lh-237{line-height:237px}._black-text.--lh-238{line-height:238px}._black-text.--lh-239{line-height:239px}._black-text.--lh-240{line-height:240px}._black-text.--lh-241{line-height:241px}._black-text.--lh-242{line-height:242px}._black-text.--lh-243{line-height:243px}._black-text.--lh-244{line-height:244px}._black-text.--lh-245{line-height:245px}._black-text.--lh-246{line-height:246px}._black-text.--lh-247{line-height:247px}._black-text.--lh-248{line-height:248px}._black-text.--lh-249{line-height:249px}._black-text.--lh-250{line-height:250px}._black-text.--lh-251{line-height:251px}._black-text.--lh-252{line-height:252px}._black-text.--lh-253{line-height:253px}._black-text.--lh-254{line-height:254px}._black-text.--lh-255{line-height:255px}._black-text.--lh-256{line-height:256px}._black-text.--lh-257{line-height:257px}._black-text.--lh-258{line-height:258px}._black-text.--lh-259{line-height:259px}._black-text.--lh-260{line-height:260px}._black-text.--lh-261{line-height:261px}._black-text.--lh-262{line-height:262px}._black-text.--lh-263{line-height:263px}._black-text.--lh-264{line-height:264px}._black-text.--lh-265{line-height:265px}._black-text.--lh-266{line-height:266px}._black-text.--lh-267{line-height:267px}._black-text.--lh-268{line-height:268px}._black-text.--lh-269{line-height:269px}._black-text.--lh-270{line-height:270px}._black-text.--lh-271{line-height:271px}._black-text.--lh-272{line-height:272px}._black-text.--lh-273{line-height:273px}._black-text.--lh-274{line-height:274px}._black-text.--lh-275{line-height:275px}._black-text.--lh-276{line-height:276px}._black-text.--lh-277{line-height:277px}._black-text.--lh-278{line-height:278px}._black-text.--lh-279{line-height:279px}._black-text.--lh-280{line-height:280px}._black-text.--lh-281{line-height:281px}._black-text.--lh-282{line-height:282px}._black-text.--lh-283{line-height:283px}._black-text.--lh-284{line-height:284px}._black-text.--lh-285{line-height:285px}._black-text.--lh-286{line-height:286px}._black-text.--lh-287{line-height:287px}._black-text.--lh-288{line-height:288px}._black-text.--lh-289{line-height:289px}._black-text.--lh-290{line-height:290px}._black-text.--lh-291{line-height:291px}._black-text.--lh-292{line-height:292px}._black-text.--lh-293{line-height:293px}._black-text.--lh-294{line-height:294px}._black-text.--lh-295{line-height:295px}._black-text.--lh-296{line-height:296px}._black-text.--lh-297{line-height:297px}._black-text.--lh-298{line-height:298px}._black-text.--lh-299{line-height:299px}._black-text.--lh-300{line-height:300px}._black-text.--lh-301{line-height:301px}._black-text.--lh-302{line-height:302px}._black-text.--lh-303{line-height:303px}._black-text.--lh-304{line-height:304px}._black-text.--lh-305{line-height:305px}._black-text.--lh-306{line-height:306px}._black-text.--lh-307{line-height:307px}._black-text.--lh-308{line-height:308px}._black-text.--lh-309{line-height:309px}._black-text.--lh-310{line-height:310px}._black-text.--lh-311{line-height:311px}._black-text.--lh-312{line-height:312px}._black-text.--lh-313{line-height:313px}._black-text.--lh-314{line-height:314px}._black-text.--lh-315{line-height:315px}._black-text.--lh-316{line-height:316px}._black-text.--lh-317{line-height:317px}._black-text.--lh-318{line-height:318px}._black-text.--lh-319{line-height:319px}._black-text.--lh-320{line-height:320px}._black-text.--lh-321{line-height:321px}._black-text.--lh-322{line-height:322px}._black-text.--lh-323{line-height:323px}._black-text.--lh-324{line-height:324px}._black-text.--lh-325{line-height:325px}._black-text.--lh-326{line-height:326px}._black-text.--lh-327{line-height:327px}._black-text.--lh-328{line-height:328px}._black-text.--lh-329{line-height:329px}._black-text.--lh-330{line-height:330px}._black-text.--lh-331{line-height:331px}._black-text.--lh-332{line-height:332px}._black-text.--lh-333{line-height:333px}._black-text.--lh-334{line-height:334px}._black-text.--lh-335{line-height:335px}._black-text.--lh-336{line-height:336px}._black-text.--lh-337{line-height:337px}._black-text.--lh-338{line-height:338px}._black-text.--lh-339{line-height:339px}._black-text.--lh-340{line-height:340px}._black-text.--lh-341{line-height:341px}._black-text.--lh-342{line-height:342px}._black-text.--lh-343{line-height:343px}._black-text.--lh-344{line-height:344px}._black-text.--lh-345{line-height:345px}._black-text.--lh-346{line-height:346px}._black-text.--lh-347{line-height:347px}._black-text.--lh-348{line-height:348px}._black-text.--lh-349{line-height:349px}._black-text.--lh-350{line-height:350px}._black-text.--lh-351{line-height:351px}._black-text.--lh-352{line-height:352px}._black-text.--lh-353{line-height:353px}._black-text.--lh-354{line-height:354px}._black-text.--lh-355{line-height:355px}._black-text.--lh-356{line-height:356px}._black-text.--lh-357{line-height:357px}._black-text.--lh-358{line-height:358px}._black-text.--lh-359{line-height:359px}._black-text.--lh-360{line-height:360px}._black-text.--lh-361{line-height:361px}._black-text.--lh-362{line-height:362px}._black-text.--lh-363{line-height:363px}._black-text.--lh-364{line-height:364px}._black-text.--lh-365{line-height:365px}._black-text.--lh-366{line-height:366px}._black-text.--lh-367{line-height:367px}._black-text.--lh-368{line-height:368px}._black-text.--lh-369{line-height:369px}._black-text.--lh-370{line-height:370px}._black-text.--lh-371{line-height:371px}._black-text.--lh-372{line-height:372px}._black-text.--lh-373{line-height:373px}._black-text.--lh-374{line-height:374px}._black-text.--lh-375{line-height:375px}._black-text.--lh-376{line-height:376px}._black-text.--lh-377{line-height:377px}._black-text.--lh-378{line-height:378px}._black-text.--lh-379{line-height:379px}._black-text.--lh-380{line-height:380px}._black-text.--lh-381{line-height:381px}._black-text.--lh-382{line-height:382px}._black-text.--lh-383{line-height:383px}._black-text.--lh-384{line-height:384px}._black-text.--lh-385{line-height:385px}._black-text.--lh-386{line-height:386px}._black-text.--lh-387{line-height:387px}._black-text.--lh-388{line-height:388px}._black-text.--lh-389{line-height:389px}._black-text.--lh-390{line-height:390px}._black-text.--lh-391{line-height:391px}._black-text.--lh-392{line-height:392px}._black-text.--lh-393{line-height:393px}._black-text.--lh-394{line-height:394px}._black-text.--lh-395{line-height:395px}._black-text.--lh-396{line-height:396px}._black-text.--lh-397{line-height:397px}._black-text.--lh-398{line-height:398px}._black-text.--lh-399{line-height:399px}._black-text.--lh-400{line-height:400px}._black-text.--lh-401{line-height:401px}._black-text.--lh-402{line-height:402px}._black-text.--lh-403{line-height:403px}._black-text.--lh-404{line-height:404px}._black-text.--lh-405{line-height:405px}._black-text.--lh-406{line-height:406px}._black-text.--lh-407{line-height:407px}._black-text.--lh-408{line-height:408px}._black-text.--lh-409{line-height:409px}._black-text.--lh-410{line-height:410px}._black-text.--lh-411{line-height:411px}._black-text.--lh-412{line-height:412px}._black-text.--lh-413{line-height:413px}._black-text.--lh-414{line-height:414px}._black-text.--lh-415{line-height:415px}._black-text.--lh-416{line-height:416px}._black-text.--lh-417{line-height:417px}._black-text.--lh-418{line-height:418px}._black-text.--lh-419{line-height:419px}._black-text.--lh-420{line-height:420px}._black-text.--lh-421{line-height:421px}._black-text.--lh-422{line-height:422px}._black-text.--lh-423{line-height:423px}._black-text.--lh-424{line-height:424px}._black-text.--lh-425{line-height:425px}._black-text.--lh-426{line-height:426px}._black-text.--lh-427{line-height:427px}._black-text.--lh-428{line-height:428px}._black-text.--lh-429{line-height:429px}._black-text.--lh-430{line-height:430px}._black-text.--lh-431{line-height:431px}._black-text.--lh-432{line-height:432px}._black-text.--lh-433{line-height:433px}._black-text.--lh-434{line-height:434px}._black-text.--lh-435{line-height:435px}._black-text.--lh-436{line-height:436px}._black-text.--lh-437{line-height:437px}._black-text.--lh-438{line-height:438px}._black-text.--lh-439{line-height:439px}._black-text.--lh-440{line-height:440px}._black-text.--lh-441{line-height:441px}._black-text.--lh-442{line-height:442px}._black-text.--lh-443{line-height:443px}._black-text.--lh-444{line-height:444px}._black-text.--lh-445{line-height:445px}._black-text.--lh-446{line-height:446px}._black-text.--lh-447{line-height:447px}._black-text.--lh-448{line-height:448px}._black-text.--lh-449{line-height:449px}._black-text.--lh-450{line-height:450px}._black-text.--lh-451{line-height:451px}._black-text.--lh-452{line-height:452px}._black-text.--lh-453{line-height:453px}._black-text.--lh-454{line-height:454px}._black-text.--lh-455{line-height:455px}._black-text.--lh-456{line-height:456px}._black-text.--lh-457{line-height:457px}._black-text.--lh-458{line-height:458px}._black-text.--lh-459{line-height:459px}._black-text.--lh-460{line-height:460px}._black-text.--lh-461{line-height:461px}._black-text.--lh-462{line-height:462px}._black-text.--lh-463{line-height:463px}._black-text.--lh-464{line-height:464px}._black-text.--lh-465{line-height:465px}._black-text.--lh-466{line-height:466px}._black-text.--lh-467{line-height:467px}._black-text.--lh-468{line-height:468px}._black-text.--lh-469{line-height:469px}._black-text.--lh-470{line-height:470px}._black-text.--lh-471{line-height:471px}._black-text.--lh-472{line-height:472px}._black-text.--lh-473{line-height:473px}._black-text.--lh-474{line-height:474px}._black-text.--lh-475{line-height:475px}._black-text.--lh-476{line-height:476px}._black-text.--lh-477{line-height:477px}._black-text.--lh-478{line-height:478px}._black-text.--lh-479{line-height:479px}._black-text.--lh-480{line-height:480px}._black-text.--lh-481{line-height:481px}._black-text.--lh-482{line-height:482px}._black-text.--lh-483{line-height:483px}._black-text.--lh-484{line-height:484px}._black-text.--lh-485{line-height:485px}._black-text.--lh-486{line-height:486px}._black-text.--lh-487{line-height:487px}._black-text.--lh-488{line-height:488px}._black-text.--lh-489{line-height:489px}._black-text.--lh-490{line-height:490px}._black-text.--lh-491{line-height:491px}._black-text.--lh-492{line-height:492px}._black-text.--lh-493{line-height:493px}._black-text.--lh-494{line-height:494px}._black-text.--lh-495{line-height:495px}._black-text.--lh-496{line-height:496px}._black-text.--lh-497{line-height:497px}._black-text.--lh-498{line-height:498px}._black-text.--lh-499{line-height:499px}._black-text.--lh-500{line-height:500px}._black-text.--lh-501{line-height:501px}._black-text.--lh-502{line-height:502px}._black-text.--lh-503{line-height:503px}._black-text.--lh-504{line-height:504px}._black-text.--lh-505{line-height:505px}._black-text.--lh-506{line-height:506px}._black-text.--lh-507{line-height:507px}._black-text.--lh-508{line-height:508px}._black-text.--lh-509{line-height:509px}._black-text.--lh-510{line-height:510px}._black-text.--lh-511{line-height:511px}._black-text.--lh-512{line-height:512px}._black-text.--lh-513{line-height:513px}._black-text.--lh-514{line-height:514px}._black-text.--lh-515{line-height:515px}._black-text.--lh-516{line-height:516px}._black-text.--lh-517{line-height:517px}._black-text.--lh-518{line-height:518px}._black-text.--lh-519{line-height:519px}._black-text.--lh-520{line-height:520px}._black-text.--lh-521{line-height:521px}._black-text.--lh-522{line-height:522px}._black-text.--lh-523{line-height:523px}._black-text.--lh-524{line-height:524px}._black-text.--lh-525{line-height:525px}._black-text.--lh-526{line-height:526px}._black-text.--lh-527{line-height:527px}._black-text.--lh-528{line-height:528px}._black-text.--lh-529{line-height:529px}._black-text.--lh-530{line-height:530px}._black-text.--lh-531{line-height:531px}._black-text.--lh-532{line-height:532px}._black-text.--lh-533{line-height:533px}._black-text.--lh-534{line-height:534px}._black-text.--lh-535{line-height:535px}._black-text.--lh-536{line-height:536px}._black-text.--lh-537{line-height:537px}._black-text.--lh-538{line-height:538px}._black-text.--lh-539{line-height:539px}._black-text.--lh-540{line-height:540px}._black-text.--lh-541{line-height:541px}._black-text.--lh-542{line-height:542px}._black-text.--lh-543{line-height:543px}._black-text.--lh-544{line-height:544px}._black-text.--lh-545{line-height:545px}._black-text.--lh-546{line-height:546px}._black-text.--lh-547{line-height:547px}._black-text.--lh-548{line-height:548px}._black-text.--lh-549{line-height:549px}._black-text.--lh-550{line-height:550px}._black-text.--lh-551{line-height:551px}._black-text.--lh-552{line-height:552px}._black-text.--lh-553{line-height:553px}._black-text.--lh-554{line-height:554px}._black-text.--lh-555{line-height:555px}._black-text.--lh-556{line-height:556px}._black-text.--lh-557{line-height:557px}._black-text.--lh-558{line-height:558px}._black-text.--lh-559{line-height:559px}._black-text.--lh-560{line-height:560px}._black-text.--lh-561{line-height:561px}._black-text.--lh-562{line-height:562px}._black-text.--lh-563{line-height:563px}._black-text.--lh-564{line-height:564px}._black-text.--lh-565{line-height:565px}._black-text.--lh-566{line-height:566px}._black-text.--lh-567{line-height:567px}._black-text.--lh-568{line-height:568px}._black-text.--lh-569{line-height:569px}._black-text.--lh-570{line-height:570px}._black-text.--lh-571{line-height:571px}._black-text.--lh-572{line-height:572px}._black-text.--lh-573{line-height:573px}._black-text.--lh-574{line-height:574px}._black-text.--lh-575{line-height:575px}._black-text.--lh-576{line-height:576px}._black-text.--lh-577{line-height:577px}._black-text.--lh-578{line-height:578px}._black-text.--lh-579{line-height:579px}._black-text.--lh-580{line-height:580px}._black-text.--lh-581{line-height:581px}._black-text.--lh-582{line-height:582px}._black-text.--lh-583{line-height:583px}._black-text.--lh-584{line-height:584px}._black-text.--lh-585{line-height:585px}._black-text.--lh-586{line-height:586px}._black-text.--lh-587{line-height:587px}._black-text.--lh-588{line-height:588px}._black-text.--lh-589{line-height:589px}._black-text.--lh-590{line-height:590px}._black-text.--lh-591{line-height:591px}._black-text.--lh-592{line-height:592px}._black-text.--lh-593{line-height:593px}._black-text.--lh-594{line-height:594px}._black-text.--lh-595{line-height:595px}._black-text.--lh-596{line-height:596px}._black-text.--lh-597{line-height:597px}._black-text.--lh-598{line-height:598px}._black-text.--lh-599{line-height:599px}._black-text.--lh-600{line-height:600px}._black-text.--lh-601{line-height:601px}._black-text.--lh-602{line-height:602px}._black-text.--lh-603{line-height:603px}._black-text.--lh-604{line-height:604px}._black-text.--lh-605{line-height:605px}._black-text.--lh-606{line-height:606px}._black-text.--lh-607{line-height:607px}._black-text.--lh-608{line-height:608px}._black-text.--lh-609{line-height:609px}._black-text.--lh-610{line-height:610px}._black-text.--lh-611{line-height:611px}._black-text.--lh-612{line-height:612px}._black-text.--lh-613{line-height:613px}._black-text.--lh-614{line-height:614px}._black-text.--lh-615{line-height:615px}._black-text.--lh-616{line-height:616px}._black-text.--lh-617{line-height:617px}._black-text.--lh-618{line-height:618px}._black-text.--lh-619{line-height:619px}._black-text.--lh-620{line-height:620px}._black-text.--lh-621{line-height:621px}._black-text.--lh-622{line-height:622px}._black-text.--lh-623{line-height:623px}._black-text.--lh-624{line-height:624px}._black-text.--lh-625{line-height:625px}._black-text.--lh-626{line-height:626px}._black-text.--lh-627{line-height:627px}._black-text.--lh-628{line-height:628px}._black-text.--lh-629{line-height:629px}._black-text.--lh-630{line-height:630px}._black-text.--lh-631{line-height:631px}._black-text.--lh-632{line-height:632px}._black-text.--lh-633{line-height:633px}._black-text.--lh-634{line-height:634px}._black-text.--lh-635{line-height:635px}._black-text.--lh-636{line-height:636px}._black-text.--lh-637{line-height:637px}._black-text.--lh-638{line-height:638px}._black-text.--lh-639{line-height:639px}._black-text.--lh-640{line-height:640px}._black-text.--lh-641{line-height:641px}._black-text.--lh-642{line-height:642px}._black-text.--lh-643{line-height:643px}._black-text.--lh-644{line-height:644px}._black-text.--lh-645{line-height:645px}._black-text.--lh-646{line-height:646px}._black-text.--lh-647{line-height:647px}._black-text.--lh-648{line-height:648px}._black-text.--lh-649{line-height:649px}._black-text.--lh-650{line-height:650px}._black-text.--lh-651{line-height:651px}._black-text.--lh-652{line-height:652px}._black-text.--lh-653{line-height:653px}._black-text.--lh-654{line-height:654px}._black-text.--lh-655{line-height:655px}._black-text.--lh-656{line-height:656px}._black-text.--lh-657{line-height:657px}._black-text.--lh-658{line-height:658px}._black-text.--lh-659{line-height:659px}._black-text.--lh-660{line-height:660px}._black-text.--lh-661{line-height:661px}._black-text.--lh-662{line-height:662px}._black-text.--lh-663{line-height:663px}._black-text.--lh-664{line-height:664px}._black-text.--lh-665{line-height:665px}._black-text.--lh-666{line-height:666px}._black-text.--lh-667{line-height:667px}._black-text.--lh-668{line-height:668px}._black-text.--lh-669{line-height:669px}._black-text.--lh-670{line-height:670px}._black-text.--lh-671{line-height:671px}._black-text.--lh-672{line-height:672px}._black-text.--lh-673{line-height:673px}._black-text.--lh-674{line-height:674px}._black-text.--lh-675{line-height:675px}._black-text.--lh-676{line-height:676px}._black-text.--lh-677{line-height:677px}._black-text.--lh-678{line-height:678px}._black-text.--lh-679{line-height:679px}._black-text.--lh-680{line-height:680px}._black-text.--lh-681{line-height:681px}._black-text.--lh-682{line-height:682px}._black-text.--lh-683{line-height:683px}._black-text.--lh-684{line-height:684px}._black-text.--lh-685{line-height:685px}._black-text.--lh-686{line-height:686px}._black-text.--lh-687{line-height:687px}._black-text.--lh-688{line-height:688px}._black-text.--lh-689{line-height:689px}._black-text.--lh-690{line-height:690px}._black-text.--lh-691{line-height:691px}._black-text.--lh-692{line-height:692px}._black-text.--lh-693{line-height:693px}._black-text.--lh-694{line-height:694px}._black-text.--lh-695{line-height:695px}._black-text.--lh-696{line-height:696px}._black-text.--lh-697{line-height:697px}._black-text.--lh-698{line-height:698px}._black-text.--lh-699{line-height:699px}._black-text.--lh-700{line-height:700px}._black-text.--lh-701{line-height:701px}._black-text.--lh-702{line-height:702px}._black-text.--lh-703{line-height:703px}._black-text.--lh-704{line-height:704px}._black-text.--lh-705{line-height:705px}._black-text.--lh-706{line-height:706px}._black-text.--lh-707{line-height:707px}._black-text.--lh-708{line-height:708px}._black-text.--lh-709{line-height:709px}._black-text.--lh-710{line-height:710px}._black-text.--lh-711{line-height:711px}._black-text.--lh-712{line-height:712px}._black-text.--lh-713{line-height:713px}._black-text.--lh-714{line-height:714px}._black-text.--lh-715{line-height:715px}._black-text.--lh-716{line-height:716px}._black-text.--lh-717{line-height:717px}._black-text.--lh-718{line-height:718px}._black-text.--lh-719{line-height:719px}._black-text.--lh-720{line-height:720px}._black-text.--lh-721{line-height:721px}._black-text.--lh-722{line-height:722px}._black-text.--lh-723{line-height:723px}._black-text.--lh-724{line-height:724px}._black-text.--lh-725{line-height:725px}._black-text.--lh-726{line-height:726px}._black-text.--lh-727{line-height:727px}._black-text.--lh-728{line-height:728px}._black-text.--lh-729{line-height:729px}._black-text.--lh-730{line-height:730px}._black-text.--lh-731{line-height:731px}._black-text.--lh-732{line-height:732px}._black-text.--lh-733{line-height:733px}._black-text.--lh-734{line-height:734px}._black-text.--lh-735{line-height:735px}._black-text.--lh-736{line-height:736px}._black-text.--lh-737{line-height:737px}._black-text.--lh-738{line-height:738px}._black-text.--lh-739{line-height:739px}._black-text.--lh-740{line-height:740px}._black-text.--lh-741{line-height:741px}._black-text.--lh-742{line-height:742px}._black-text.--lh-743{line-height:743px}._black-text.--lh-744{line-height:744px}._black-text.--lh-745{line-height:745px}._black-text.--lh-746{line-height:746px}._black-text.--lh-747{line-height:747px}._black-text.--lh-748{line-height:748px}._black-text.--lh-749{line-height:749px}._black-text.--lh-750{line-height:750px}._black-text.--lh-751{line-height:751px}._black-text.--lh-752{line-height:752px}._black-text.--lh-753{line-height:753px}._black-text.--lh-754{line-height:754px}._black-text.--lh-755{line-height:755px}._black-text.--lh-756{line-height:756px}._black-text.--lh-757{line-height:757px}._black-text.--lh-758{line-height:758px}._black-text.--lh-759{line-height:759px}._black-text.--lh-760{line-height:760px}._black-text.--lh-761{line-height:761px}._black-text.--lh-762{line-height:762px}._black-text.--lh-763{line-height:763px}._black-text.--lh-764{line-height:764px}._black-text.--lh-765{line-height:765px}._black-text.--lh-766{line-height:766px}._black-text.--lh-767{line-height:767px}._black-text.--lh-768{line-height:768px}._black-text.--lh-769{line-height:769px}._black-text.--lh-770{line-height:770px}._black-text.--lh-771{line-height:771px}._black-text.--lh-772{line-height:772px}._black-text.--lh-773{line-height:773px}._black-text.--lh-774{line-height:774px}._black-text.--lh-775{line-height:775px}._black-text.--lh-776{line-height:776px}._black-text.--lh-777{line-height:777px}._black-text.--lh-778{line-height:778px}._black-text.--lh-779{line-height:779px}._black-text.--lh-780{line-height:780px}._black-text.--lh-781{line-height:781px}._black-text.--lh-782{line-height:782px}._black-text.--lh-783{line-height:783px}._black-text.--lh-784{line-height:784px}._black-text.--lh-785{line-height:785px}._black-text.--lh-786{line-height:786px}._black-text.--lh-787{line-height:787px}._black-text.--lh-788{line-height:788px}._black-text.--lh-789{line-height:789px}._black-text.--lh-790{line-height:790px}._black-text.--lh-791{line-height:791px}._black-text.--lh-792{line-height:792px}._black-text.--lh-793{line-height:793px}._black-text.--lh-794{line-height:794px}._black-text.--lh-795{line-height:795px}._black-text.--lh-796{line-height:796px}._black-text.--lh-797{line-height:797px}._black-text.--lh-798{line-height:798px}._black-text.--lh-799{line-height:799px}._black-text.--lh-800{line-height:800px}.profile-label{color:var(--white);font-family:Poppins;font-size:.875rem;font-weight:500;line-height:1.25rem}._gold-text{color:var(--gold);font-family:Poppins}._gold-text.--size-5{font-size:5px}._gold-text.--size-6{font-size:6px}._gold-text.--size-7{font-size:7px}._gold-text.--size-8{font-size:8px}._gold-text.--size-9{font-size:9px}._gold-text.--size-10{font-size:10px}._gold-text.--size-11{font-size:11px}._gold-text.--size-12{font-size:12px}._gold-text.--size-13{font-size:13px}._gold-text.--size-14{font-size:14px}._gold-text.--size-15{font-size:15px}._gold-text.--size-16{font-size:16px}._gold-text.--size-17{font-size:17px}._gold-text.--size-18{font-size:18px}._gold-text.--size-19{font-size:19px}._gold-text.--size-20{font-size:20px}._gold-text.--size-21{font-size:21px}._gold-text.--size-22{font-size:22px}._gold-text.--size-23{font-size:23px}._gold-text.--size-24{font-size:24px}._gold-text.--size-25{font-size:25px}._gold-text.--size-26{font-size:26px}._gold-text.--size-27{font-size:27px}._gold-text.--size-28{font-size:28px}._gold-text.--size-29{font-size:29px}._gold-text.--size-30{font-size:30px}._gold-text.--size-31{font-size:31px}._gold-text.--size-32{font-size:32px}._gold-text.--size-33{font-size:33px}._gold-text.--size-34{font-size:34px}._gold-text.--size-35{font-size:35px}._gold-text.--size-36{font-size:36px}._gold-text.--size-37{font-size:37px}._gold-text.--size-38{font-size:38px}._gold-text.--size-39{font-size:39px}._gold-text.--size-40{font-size:40px}._gold-text.--size-41{font-size:41px}._gold-text.--size-42{font-size:42px}._gold-text.--size-43{font-size:43px}._gold-text.--size-44{font-size:44px}._gold-text.--size-45{font-size:45px}._gold-text.--size-46{font-size:46px}._gold-text.--size-47{font-size:47px}._gold-text.--size-48{font-size:48px}._gold-text.--size-49{font-size:49px}._gold-text.--size-50{font-size:50px}._gold-text.--size-51{font-size:51px}._gold-text.--size-52{font-size:52px}._gold-text.--size-53{font-size:53px}._gold-text.--size-54{font-size:54px}._gold-text.--size-55{font-size:55px}._gold-text.--size-56{font-size:56px}._gold-text.--size-57{font-size:57px}._gold-text.--size-58{font-size:58px}._gold-text.--size-59{font-size:59px}._gold-text.--size-60{font-size:60px}._gold-text.--size-61{font-size:61px}._gold-text.--size-62{font-size:62px}._gold-text.--size-63{font-size:63px}._gold-text.--size-64{font-size:64px}._gold-text.--size-65{font-size:65px}._gold-text.--size-66{font-size:66px}._gold-text.--size-67{font-size:67px}._gold-text.--size-68{font-size:68px}._gold-text.--size-69{font-size:69px}._gold-text.--size-70{font-size:70px}._gold-text.--size-71{font-size:71px}._gold-text.--size-72{font-size:72px}._gold-text.--size-73{font-size:73px}._gold-text.--size-74{font-size:74px}._gold-text.--size-75{font-size:75px}._gold-text.--size-76{font-size:76px}._gold-text.--size-77{font-size:77px}._gold-text.--size-78{font-size:78px}._gold-text.--size-79{font-size:79px}._gold-text.--size-80{font-size:80px}._gold-text.--size-81{font-size:81px}._gold-text.--size-82{font-size:82px}._gold-text.--size-83{font-size:83px}._gold-text.--size-84{font-size:84px}._gold-text.--size-85{font-size:85px}._gold-text.--size-86{font-size:86px}._gold-text.--size-87{font-size:87px}._gold-text.--size-88{font-size:88px}._gold-text.--size-89{font-size:89px}._gold-text.--size-90{font-size:90px}._gold-text.--size-91{font-size:91px}._gold-text.--size-92{font-size:92px}._gold-text.--size-93{font-size:93px}._gold-text.--size-94{font-size:94px}._gold-text.--size-95{font-size:95px}._gold-text.--size-96{font-size:96px}._gold-text.--size-97{font-size:97px}._gold-text.--size-98{font-size:98px}._gold-text.--size-99{font-size:99px}._gold-text.--size-100{font-size:100px}._gold-text.--weight-100{font-weight:100}._gold-text.--weight-101{font-weight:101}._gold-text.--weight-102{font-weight:102}._gold-text.--weight-103{font-weight:103}._gold-text.--weight-104{font-weight:104}._gold-text.--weight-105{font-weight:105}._gold-text.--weight-106{font-weight:106}._gold-text.--weight-107{font-weight:107}._gold-text.--weight-108{font-weight:108}._gold-text.--weight-109{font-weight:109}._gold-text.--weight-110{font-weight:110}._gold-text.--weight-111{font-weight:111}._gold-text.--weight-112{font-weight:112}._gold-text.--weight-113{font-weight:113}._gold-text.--weight-114{font-weight:114}._gold-text.--weight-115{font-weight:115}._gold-text.--weight-116{font-weight:116}._gold-text.--weight-117{font-weight:117}._gold-text.--weight-118{font-weight:118}._gold-text.--weight-119{font-weight:119}._gold-text.--weight-120{font-weight:120}._gold-text.--weight-121{font-weight:121}._gold-text.--weight-122{font-weight:122}._gold-text.--weight-123{font-weight:123}._gold-text.--weight-124{font-weight:124}._gold-text.--weight-125{font-weight:125}._gold-text.--weight-126{font-weight:126}._gold-text.--weight-127{font-weight:127}._gold-text.--weight-128{font-weight:128}._gold-text.--weight-129{font-weight:129}._gold-text.--weight-130{font-weight:130}._gold-text.--weight-131{font-weight:131}._gold-text.--weight-132{font-weight:132}._gold-text.--weight-133{font-weight:133}._gold-text.--weight-134{font-weight:134}._gold-text.--weight-135{font-weight:135}._gold-text.--weight-136{font-weight:136}._gold-text.--weight-137{font-weight:137}._gold-text.--weight-138{font-weight:138}._gold-text.--weight-139{font-weight:139}._gold-text.--weight-140{font-weight:140}._gold-text.--weight-141{font-weight:141}._gold-text.--weight-142{font-weight:142}._gold-text.--weight-143{font-weight:143}._gold-text.--weight-144{font-weight:144}._gold-text.--weight-145{font-weight:145}._gold-text.--weight-146{font-weight:146}._gold-text.--weight-147{font-weight:147}._gold-text.--weight-148{font-weight:148}._gold-text.--weight-149{font-weight:149}._gold-text.--weight-150{font-weight:150}._gold-text.--weight-151{font-weight:151}._gold-text.--weight-152{font-weight:152}._gold-text.--weight-153{font-weight:153}._gold-text.--weight-154{font-weight:154}._gold-text.--weight-155{font-weight:155}._gold-text.--weight-156{font-weight:156}._gold-text.--weight-157{font-weight:157}._gold-text.--weight-158{font-weight:158}._gold-text.--weight-159{font-weight:159}._gold-text.--weight-160{font-weight:160}._gold-text.--weight-161{font-weight:161}._gold-text.--weight-162{font-weight:162}._gold-text.--weight-163{font-weight:163}._gold-text.--weight-164{font-weight:164}._gold-text.--weight-165{font-weight:165}._gold-text.--weight-166{font-weight:166}._gold-text.--weight-167{font-weight:167}._gold-text.--weight-168{font-weight:168}._gold-text.--weight-169{font-weight:169}._gold-text.--weight-170{font-weight:170}._gold-text.--weight-171{font-weight:171}._gold-text.--weight-172{font-weight:172}._gold-text.--weight-173{font-weight:173}._gold-text.--weight-174{font-weight:174}._gold-text.--weight-175{font-weight:175}._gold-text.--weight-176{font-weight:176}._gold-text.--weight-177{font-weight:177}._gold-text.--weight-178{font-weight:178}._gold-text.--weight-179{font-weight:179}._gold-text.--weight-180{font-weight:180}._gold-text.--weight-181{font-weight:181}._gold-text.--weight-182{font-weight:182}._gold-text.--weight-183{font-weight:183}._gold-text.--weight-184{font-weight:184}._gold-text.--weight-185{font-weight:185}._gold-text.--weight-186{font-weight:186}._gold-text.--weight-187{font-weight:187}._gold-text.--weight-188{font-weight:188}._gold-text.--weight-189{font-weight:189}._gold-text.--weight-190{font-weight:190}._gold-text.--weight-191{font-weight:191}._gold-text.--weight-192{font-weight:192}._gold-text.--weight-193{font-weight:193}._gold-text.--weight-194{font-weight:194}._gold-text.--weight-195{font-weight:195}._gold-text.--weight-196{font-weight:196}._gold-text.--weight-197{font-weight:197}._gold-text.--weight-198{font-weight:198}._gold-text.--weight-199{font-weight:199}._gold-text.--weight-200{font-weight:200}._gold-text.--weight-201{font-weight:201}._gold-text.--weight-202{font-weight:202}._gold-text.--weight-203{font-weight:203}._gold-text.--weight-204{font-weight:204}._gold-text.--weight-205{font-weight:205}._gold-text.--weight-206{font-weight:206}._gold-text.--weight-207{font-weight:207}._gold-text.--weight-208{font-weight:208}._gold-text.--weight-209{font-weight:209}._gold-text.--weight-210{font-weight:210}._gold-text.--weight-211{font-weight:211}._gold-text.--weight-212{font-weight:212}._gold-text.--weight-213{font-weight:213}._gold-text.--weight-214{font-weight:214}._gold-text.--weight-215{font-weight:215}._gold-text.--weight-216{font-weight:216}._gold-text.--weight-217{font-weight:217}._gold-text.--weight-218{font-weight:218}._gold-text.--weight-219{font-weight:219}._gold-text.--weight-220{font-weight:220}._gold-text.--weight-221{font-weight:221}._gold-text.--weight-222{font-weight:222}._gold-text.--weight-223{font-weight:223}._gold-text.--weight-224{font-weight:224}._gold-text.--weight-225{font-weight:225}._gold-text.--weight-226{font-weight:226}._gold-text.--weight-227{font-weight:227}._gold-text.--weight-228{font-weight:228}._gold-text.--weight-229{font-weight:229}._gold-text.--weight-230{font-weight:230}._gold-text.--weight-231{font-weight:231}._gold-text.--weight-232{font-weight:232}._gold-text.--weight-233{font-weight:233}._gold-text.--weight-234{font-weight:234}._gold-text.--weight-235{font-weight:235}._gold-text.--weight-236{font-weight:236}._gold-text.--weight-237{font-weight:237}._gold-text.--weight-238{font-weight:238}._gold-text.--weight-239{font-weight:239}._gold-text.--weight-240{font-weight:240}._gold-text.--weight-241{font-weight:241}._gold-text.--weight-242{font-weight:242}._gold-text.--weight-243{font-weight:243}._gold-text.--weight-244{font-weight:244}._gold-text.--weight-245{font-weight:245}._gold-text.--weight-246{font-weight:246}._gold-text.--weight-247{font-weight:247}._gold-text.--weight-248{font-weight:248}._gold-text.--weight-249{font-weight:249}._gold-text.--weight-250{font-weight:250}._gold-text.--weight-251{font-weight:251}._gold-text.--weight-252{font-weight:252}._gold-text.--weight-253{font-weight:253}._gold-text.--weight-254{font-weight:254}._gold-text.--weight-255{font-weight:255}._gold-text.--weight-256{font-weight:256}._gold-text.--weight-257{font-weight:257}._gold-text.--weight-258{font-weight:258}._gold-text.--weight-259{font-weight:259}._gold-text.--weight-260{font-weight:260}._gold-text.--weight-261{font-weight:261}._gold-text.--weight-262{font-weight:262}._gold-text.--weight-263{font-weight:263}._gold-text.--weight-264{font-weight:264}._gold-text.--weight-265{font-weight:265}._gold-text.--weight-266{font-weight:266}._gold-text.--weight-267{font-weight:267}._gold-text.--weight-268{font-weight:268}._gold-text.--weight-269{font-weight:269}._gold-text.--weight-270{font-weight:270}._gold-text.--weight-271{font-weight:271}._gold-text.--weight-272{font-weight:272}._gold-text.--weight-273{font-weight:273}._gold-text.--weight-274{font-weight:274}._gold-text.--weight-275{font-weight:275}._gold-text.--weight-276{font-weight:276}._gold-text.--weight-277{font-weight:277}._gold-text.--weight-278{font-weight:278}._gold-text.--weight-279{font-weight:279}._gold-text.--weight-280{font-weight:280}._gold-text.--weight-281{font-weight:281}._gold-text.--weight-282{font-weight:282}._gold-text.--weight-283{font-weight:283}._gold-text.--weight-284{font-weight:284}._gold-text.--weight-285{font-weight:285}._gold-text.--weight-286{font-weight:286}._gold-text.--weight-287{font-weight:287}._gold-text.--weight-288{font-weight:288}._gold-text.--weight-289{font-weight:289}._gold-text.--weight-290{font-weight:290}._gold-text.--weight-291{font-weight:291}._gold-text.--weight-292{font-weight:292}._gold-text.--weight-293{font-weight:293}._gold-text.--weight-294{font-weight:294}._gold-text.--weight-295{font-weight:295}._gold-text.--weight-296{font-weight:296}._gold-text.--weight-297{font-weight:297}._gold-text.--weight-298{font-weight:298}._gold-text.--weight-299{font-weight:299}._gold-text.--weight-300{font-weight:300}._gold-text.--weight-301{font-weight:301}._gold-text.--weight-302{font-weight:302}._gold-text.--weight-303{font-weight:303}._gold-text.--weight-304{font-weight:304}._gold-text.--weight-305{font-weight:305}._gold-text.--weight-306{font-weight:306}._gold-text.--weight-307{font-weight:307}._gold-text.--weight-308{font-weight:308}._gold-text.--weight-309{font-weight:309}._gold-text.--weight-310{font-weight:310}._gold-text.--weight-311{font-weight:311}._gold-text.--weight-312{font-weight:312}._gold-text.--weight-313{font-weight:313}._gold-text.--weight-314{font-weight:314}._gold-text.--weight-315{font-weight:315}._gold-text.--weight-316{font-weight:316}._gold-text.--weight-317{font-weight:317}._gold-text.--weight-318{font-weight:318}._gold-text.--weight-319{font-weight:319}._gold-text.--weight-320{font-weight:320}._gold-text.--weight-321{font-weight:321}._gold-text.--weight-322{font-weight:322}._gold-text.--weight-323{font-weight:323}._gold-text.--weight-324{font-weight:324}._gold-text.--weight-325{font-weight:325}._gold-text.--weight-326{font-weight:326}._gold-text.--weight-327{font-weight:327}._gold-text.--weight-328{font-weight:328}._gold-text.--weight-329{font-weight:329}._gold-text.--weight-330{font-weight:330}._gold-text.--weight-331{font-weight:331}._gold-text.--weight-332{font-weight:332}._gold-text.--weight-333{font-weight:333}._gold-text.--weight-334{font-weight:334}._gold-text.--weight-335{font-weight:335}._gold-text.--weight-336{font-weight:336}._gold-text.--weight-337{font-weight:337}._gold-text.--weight-338{font-weight:338}._gold-text.--weight-339{font-weight:339}._gold-text.--weight-340{font-weight:340}._gold-text.--weight-341{font-weight:341}._gold-text.--weight-342{font-weight:342}._gold-text.--weight-343{font-weight:343}._gold-text.--weight-344{font-weight:344}._gold-text.--weight-345{font-weight:345}._gold-text.--weight-346{font-weight:346}._gold-text.--weight-347{font-weight:347}._gold-text.--weight-348{font-weight:348}._gold-text.--weight-349{font-weight:349}._gold-text.--weight-350{font-weight:350}._gold-text.--weight-351{font-weight:351}._gold-text.--weight-352{font-weight:352}._gold-text.--weight-353{font-weight:353}._gold-text.--weight-354{font-weight:354}._gold-text.--weight-355{font-weight:355}._gold-text.--weight-356{font-weight:356}._gold-text.--weight-357{font-weight:357}._gold-text.--weight-358{font-weight:358}._gold-text.--weight-359{font-weight:359}._gold-text.--weight-360{font-weight:360}._gold-text.--weight-361{font-weight:361}._gold-text.--weight-362{font-weight:362}._gold-text.--weight-363{font-weight:363}._gold-text.--weight-364{font-weight:364}._gold-text.--weight-365{font-weight:365}._gold-text.--weight-366{font-weight:366}._gold-text.--weight-367{font-weight:367}._gold-text.--weight-368{font-weight:368}._gold-text.--weight-369{font-weight:369}._gold-text.--weight-370{font-weight:370}._gold-text.--weight-371{font-weight:371}._gold-text.--weight-372{font-weight:372}._gold-text.--weight-373{font-weight:373}._gold-text.--weight-374{font-weight:374}._gold-text.--weight-375{font-weight:375}._gold-text.--weight-376{font-weight:376}._gold-text.--weight-377{font-weight:377}._gold-text.--weight-378{font-weight:378}._gold-text.--weight-379{font-weight:379}._gold-text.--weight-380{font-weight:380}._gold-text.--weight-381{font-weight:381}._gold-text.--weight-382{font-weight:382}._gold-text.--weight-383{font-weight:383}._gold-text.--weight-384{font-weight:384}._gold-text.--weight-385{font-weight:385}._gold-text.--weight-386{font-weight:386}._gold-text.--weight-387{font-weight:387}._gold-text.--weight-388{font-weight:388}._gold-text.--weight-389{font-weight:389}._gold-text.--weight-390{font-weight:390}._gold-text.--weight-391{font-weight:391}._gold-text.--weight-392{font-weight:392}._gold-text.--weight-393{font-weight:393}._gold-text.--weight-394{font-weight:394}._gold-text.--weight-395{font-weight:395}._gold-text.--weight-396{font-weight:396}._gold-text.--weight-397{font-weight:397}._gold-text.--weight-398{font-weight:398}._gold-text.--weight-399{font-weight:399}._gold-text.--weight-400{font-weight:400}._gold-text.--weight-401{font-weight:401}._gold-text.--weight-402{font-weight:402}._gold-text.--weight-403{font-weight:403}._gold-text.--weight-404{font-weight:404}._gold-text.--weight-405{font-weight:405}._gold-text.--weight-406{font-weight:406}._gold-text.--weight-407{font-weight:407}._gold-text.--weight-408{font-weight:408}._gold-text.--weight-409{font-weight:409}._gold-text.--weight-410{font-weight:410}._gold-text.--weight-411{font-weight:411}._gold-text.--weight-412{font-weight:412}._gold-text.--weight-413{font-weight:413}._gold-text.--weight-414{font-weight:414}._gold-text.--weight-415{font-weight:415}._gold-text.--weight-416{font-weight:416}._gold-text.--weight-417{font-weight:417}._gold-text.--weight-418{font-weight:418}._gold-text.--weight-419{font-weight:419}._gold-text.--weight-420{font-weight:420}._gold-text.--weight-421{font-weight:421}._gold-text.--weight-422{font-weight:422}._gold-text.--weight-423{font-weight:423}._gold-text.--weight-424{font-weight:424}._gold-text.--weight-425{font-weight:425}._gold-text.--weight-426{font-weight:426}._gold-text.--weight-427{font-weight:427}._gold-text.--weight-428{font-weight:428}._gold-text.--weight-429{font-weight:429}._gold-text.--weight-430{font-weight:430}._gold-text.--weight-431{font-weight:431}._gold-text.--weight-432{font-weight:432}._gold-text.--weight-433{font-weight:433}._gold-text.--weight-434{font-weight:434}._gold-text.--weight-435{font-weight:435}._gold-text.--weight-436{font-weight:436}._gold-text.--weight-437{font-weight:437}._gold-text.--weight-438{font-weight:438}._gold-text.--weight-439{font-weight:439}._gold-text.--weight-440{font-weight:440}._gold-text.--weight-441{font-weight:441}._gold-text.--weight-442{font-weight:442}._gold-text.--weight-443{font-weight:443}._gold-text.--weight-444{font-weight:444}._gold-text.--weight-445{font-weight:445}._gold-text.--weight-446{font-weight:446}._gold-text.--weight-447{font-weight:447}._gold-text.--weight-448{font-weight:448}._gold-text.--weight-449{font-weight:449}._gold-text.--weight-450{font-weight:450}._gold-text.--weight-451{font-weight:451}._gold-text.--weight-452{font-weight:452}._gold-text.--weight-453{font-weight:453}._gold-text.--weight-454{font-weight:454}._gold-text.--weight-455{font-weight:455}._gold-text.--weight-456{font-weight:456}._gold-text.--weight-457{font-weight:457}._gold-text.--weight-458{font-weight:458}._gold-text.--weight-459{font-weight:459}._gold-text.--weight-460{font-weight:460}._gold-text.--weight-461{font-weight:461}._gold-text.--weight-462{font-weight:462}._gold-text.--weight-463{font-weight:463}._gold-text.--weight-464{font-weight:464}._gold-text.--weight-465{font-weight:465}._gold-text.--weight-466{font-weight:466}._gold-text.--weight-467{font-weight:467}._gold-text.--weight-468{font-weight:468}._gold-text.--weight-469{font-weight:469}._gold-text.--weight-470{font-weight:470}._gold-text.--weight-471{font-weight:471}._gold-text.--weight-472{font-weight:472}._gold-text.--weight-473{font-weight:473}._gold-text.--weight-474{font-weight:474}._gold-text.--weight-475{font-weight:475}._gold-text.--weight-476{font-weight:476}._gold-text.--weight-477{font-weight:477}._gold-text.--weight-478{font-weight:478}._gold-text.--weight-479{font-weight:479}._gold-text.--weight-480{font-weight:480}._gold-text.--weight-481{font-weight:481}._gold-text.--weight-482{font-weight:482}._gold-text.--weight-483{font-weight:483}._gold-text.--weight-484{font-weight:484}._gold-text.--weight-485{font-weight:485}._gold-text.--weight-486{font-weight:486}._gold-text.--weight-487{font-weight:487}._gold-text.--weight-488{font-weight:488}._gold-text.--weight-489{font-weight:489}._gold-text.--weight-490{font-weight:490}._gold-text.--weight-491{font-weight:491}._gold-text.--weight-492{font-weight:492}._gold-text.--weight-493{font-weight:493}._gold-text.--weight-494{font-weight:494}._gold-text.--weight-495{font-weight:495}._gold-text.--weight-496{font-weight:496}._gold-text.--weight-497{font-weight:497}._gold-text.--weight-498{font-weight:498}._gold-text.--weight-499{font-weight:499}._gold-text.--weight-500{font-weight:500}._gold-text.--weight-501{font-weight:501}._gold-text.--weight-502{font-weight:502}._gold-text.--weight-503{font-weight:503}._gold-text.--weight-504{font-weight:504}._gold-text.--weight-505{font-weight:505}._gold-text.--weight-506{font-weight:506}._gold-text.--weight-507{font-weight:507}._gold-text.--weight-508{font-weight:508}._gold-text.--weight-509{font-weight:509}._gold-text.--weight-510{font-weight:510}._gold-text.--weight-511{font-weight:511}._gold-text.--weight-512{font-weight:512}._gold-text.--weight-513{font-weight:513}._gold-text.--weight-514{font-weight:514}._gold-text.--weight-515{font-weight:515}._gold-text.--weight-516{font-weight:516}._gold-text.--weight-517{font-weight:517}._gold-text.--weight-518{font-weight:518}._gold-text.--weight-519{font-weight:519}._gold-text.--weight-520{font-weight:520}._gold-text.--weight-521{font-weight:521}._gold-text.--weight-522{font-weight:522}._gold-text.--weight-523{font-weight:523}._gold-text.--weight-524{font-weight:524}._gold-text.--weight-525{font-weight:525}._gold-text.--weight-526{font-weight:526}._gold-text.--weight-527{font-weight:527}._gold-text.--weight-528{font-weight:528}._gold-text.--weight-529{font-weight:529}._gold-text.--weight-530{font-weight:530}._gold-text.--weight-531{font-weight:531}._gold-text.--weight-532{font-weight:532}._gold-text.--weight-533{font-weight:533}._gold-text.--weight-534{font-weight:534}._gold-text.--weight-535{font-weight:535}._gold-text.--weight-536{font-weight:536}._gold-text.--weight-537{font-weight:537}._gold-text.--weight-538{font-weight:538}._gold-text.--weight-539{font-weight:539}._gold-text.--weight-540{font-weight:540}._gold-text.--weight-541{font-weight:541}._gold-text.--weight-542{font-weight:542}._gold-text.--weight-543{font-weight:543}._gold-text.--weight-544{font-weight:544}._gold-text.--weight-545{font-weight:545}._gold-text.--weight-546{font-weight:546}._gold-text.--weight-547{font-weight:547}._gold-text.--weight-548{font-weight:548}._gold-text.--weight-549{font-weight:549}._gold-text.--weight-550{font-weight:550}._gold-text.--weight-551{font-weight:551}._gold-text.--weight-552{font-weight:552}._gold-text.--weight-553{font-weight:553}._gold-text.--weight-554{font-weight:554}._gold-text.--weight-555{font-weight:555}._gold-text.--weight-556{font-weight:556}._gold-text.--weight-557{font-weight:557}._gold-text.--weight-558{font-weight:558}._gold-text.--weight-559{font-weight:559}._gold-text.--weight-560{font-weight:560}._gold-text.--weight-561{font-weight:561}._gold-text.--weight-562{font-weight:562}._gold-text.--weight-563{font-weight:563}._gold-text.--weight-564{font-weight:564}._gold-text.--weight-565{font-weight:565}._gold-text.--weight-566{font-weight:566}._gold-text.--weight-567{font-weight:567}._gold-text.--weight-568{font-weight:568}._gold-text.--weight-569{font-weight:569}._gold-text.--weight-570{font-weight:570}._gold-text.--weight-571{font-weight:571}._gold-text.--weight-572{font-weight:572}._gold-text.--weight-573{font-weight:573}._gold-text.--weight-574{font-weight:574}._gold-text.--weight-575{font-weight:575}._gold-text.--weight-576{font-weight:576}._gold-text.--weight-577{font-weight:577}._gold-text.--weight-578{font-weight:578}._gold-text.--weight-579{font-weight:579}._gold-text.--weight-580{font-weight:580}._gold-text.--weight-581{font-weight:581}._gold-text.--weight-582{font-weight:582}._gold-text.--weight-583{font-weight:583}._gold-text.--weight-584{font-weight:584}._gold-text.--weight-585{font-weight:585}._gold-text.--weight-586{font-weight:586}._gold-text.--weight-587{font-weight:587}._gold-text.--weight-588{font-weight:588}._gold-text.--weight-589{font-weight:589}._gold-text.--weight-590{font-weight:590}._gold-text.--weight-591{font-weight:591}._gold-text.--weight-592{font-weight:592}._gold-text.--weight-593{font-weight:593}._gold-text.--weight-594{font-weight:594}._gold-text.--weight-595{font-weight:595}._gold-text.--weight-596{font-weight:596}._gold-text.--weight-597{font-weight:597}._gold-text.--weight-598{font-weight:598}._gold-text.--weight-599{font-weight:599}._gold-text.--weight-600{font-weight:600}._gold-text.--weight-601{font-weight:601}._gold-text.--weight-602{font-weight:602}._gold-text.--weight-603{font-weight:603}._gold-text.--weight-604{font-weight:604}._gold-text.--weight-605{font-weight:605}._gold-text.--weight-606{font-weight:606}._gold-text.--weight-607{font-weight:607}._gold-text.--weight-608{font-weight:608}._gold-text.--weight-609{font-weight:609}._gold-text.--weight-610{font-weight:610}._gold-text.--weight-611{font-weight:611}._gold-text.--weight-612{font-weight:612}._gold-text.--weight-613{font-weight:613}._gold-text.--weight-614{font-weight:614}._gold-text.--weight-615{font-weight:615}._gold-text.--weight-616{font-weight:616}._gold-text.--weight-617{font-weight:617}._gold-text.--weight-618{font-weight:618}._gold-text.--weight-619{font-weight:619}._gold-text.--weight-620{font-weight:620}._gold-text.--weight-621{font-weight:621}._gold-text.--weight-622{font-weight:622}._gold-text.--weight-623{font-weight:623}._gold-text.--weight-624{font-weight:624}._gold-text.--weight-625{font-weight:625}._gold-text.--weight-626{font-weight:626}._gold-text.--weight-627{font-weight:627}._gold-text.--weight-628{font-weight:628}._gold-text.--weight-629{font-weight:629}._gold-text.--weight-630{font-weight:630}._gold-text.--weight-631{font-weight:631}._gold-text.--weight-632{font-weight:632}._gold-text.--weight-633{font-weight:633}._gold-text.--weight-634{font-weight:634}._gold-text.--weight-635{font-weight:635}._gold-text.--weight-636{font-weight:636}._gold-text.--weight-637{font-weight:637}._gold-text.--weight-638{font-weight:638}._gold-text.--weight-639{font-weight:639}._gold-text.--weight-640{font-weight:640}._gold-text.--weight-641{font-weight:641}._gold-text.--weight-642{font-weight:642}._gold-text.--weight-643{font-weight:643}._gold-text.--weight-644{font-weight:644}._gold-text.--weight-645{font-weight:645}._gold-text.--weight-646{font-weight:646}._gold-text.--weight-647{font-weight:647}._gold-text.--weight-648{font-weight:648}._gold-text.--weight-649{font-weight:649}._gold-text.--weight-650{font-weight:650}._gold-text.--weight-651{font-weight:651}._gold-text.--weight-652{font-weight:652}._gold-text.--weight-653{font-weight:653}._gold-text.--weight-654{font-weight:654}._gold-text.--weight-655{font-weight:655}._gold-text.--weight-656{font-weight:656}._gold-text.--weight-657{font-weight:657}._gold-text.--weight-658{font-weight:658}._gold-text.--weight-659{font-weight:659}._gold-text.--weight-660{font-weight:660}._gold-text.--weight-661{font-weight:661}._gold-text.--weight-662{font-weight:662}._gold-text.--weight-663{font-weight:663}._gold-text.--weight-664{font-weight:664}._gold-text.--weight-665{font-weight:665}._gold-text.--weight-666{font-weight:666}._gold-text.--weight-667{font-weight:667}._gold-text.--weight-668{font-weight:668}._gold-text.--weight-669{font-weight:669}._gold-text.--weight-670{font-weight:670}._gold-text.--weight-671{font-weight:671}._gold-text.--weight-672{font-weight:672}._gold-text.--weight-673{font-weight:673}._gold-text.--weight-674{font-weight:674}._gold-text.--weight-675{font-weight:675}._gold-text.--weight-676{font-weight:676}._gold-text.--weight-677{font-weight:677}._gold-text.--weight-678{font-weight:678}._gold-text.--weight-679{font-weight:679}._gold-text.--weight-680{font-weight:680}._gold-text.--weight-681{font-weight:681}._gold-text.--weight-682{font-weight:682}._gold-text.--weight-683{font-weight:683}._gold-text.--weight-684{font-weight:684}._gold-text.--weight-685{font-weight:685}._gold-text.--weight-686{font-weight:686}._gold-text.--weight-687{font-weight:687}._gold-text.--weight-688{font-weight:688}._gold-text.--weight-689{font-weight:689}._gold-text.--weight-690{font-weight:690}._gold-text.--weight-691{font-weight:691}._gold-text.--weight-692{font-weight:692}._gold-text.--weight-693{font-weight:693}._gold-text.--weight-694{font-weight:694}._gold-text.--weight-695{font-weight:695}._gold-text.--weight-696{font-weight:696}._gold-text.--weight-697{font-weight:697}._gold-text.--weight-698{font-weight:698}._gold-text.--weight-699{font-weight:699}._gold-text.--weight-700{font-weight:700}._gold-text.--weight-701{font-weight:701}._gold-text.--weight-702{font-weight:702}._gold-text.--weight-703{font-weight:703}._gold-text.--weight-704{font-weight:704}._gold-text.--weight-705{font-weight:705}._gold-text.--weight-706{font-weight:706}._gold-text.--weight-707{font-weight:707}._gold-text.--weight-708{font-weight:708}._gold-text.--weight-709{font-weight:709}._gold-text.--weight-710{font-weight:710}._gold-text.--weight-711{font-weight:711}._gold-text.--weight-712{font-weight:712}._gold-text.--weight-713{font-weight:713}._gold-text.--weight-714{font-weight:714}._gold-text.--weight-715{font-weight:715}._gold-text.--weight-716{font-weight:716}._gold-text.--weight-717{font-weight:717}._gold-text.--weight-718{font-weight:718}._gold-text.--weight-719{font-weight:719}._gold-text.--weight-720{font-weight:720}._gold-text.--weight-721{font-weight:721}._gold-text.--weight-722{font-weight:722}._gold-text.--weight-723{font-weight:723}._gold-text.--weight-724{font-weight:724}._gold-text.--weight-725{font-weight:725}._gold-text.--weight-726{font-weight:726}._gold-text.--weight-727{font-weight:727}._gold-text.--weight-728{font-weight:728}._gold-text.--weight-729{font-weight:729}._gold-text.--weight-730{font-weight:730}._gold-text.--weight-731{font-weight:731}._gold-text.--weight-732{font-weight:732}._gold-text.--weight-733{font-weight:733}._gold-text.--weight-734{font-weight:734}._gold-text.--weight-735{font-weight:735}._gold-text.--weight-736{font-weight:736}._gold-text.--weight-737{font-weight:737}._gold-text.--weight-738{font-weight:738}._gold-text.--weight-739{font-weight:739}._gold-text.--weight-740{font-weight:740}._gold-text.--weight-741{font-weight:741}._gold-text.--weight-742{font-weight:742}._gold-text.--weight-743{font-weight:743}._gold-text.--weight-744{font-weight:744}._gold-text.--weight-745{font-weight:745}._gold-text.--weight-746{font-weight:746}._gold-text.--weight-747{font-weight:747}._gold-text.--weight-748{font-weight:748}._gold-text.--weight-749{font-weight:749}._gold-text.--weight-750{font-weight:750}._gold-text.--weight-751{font-weight:751}._gold-text.--weight-752{font-weight:752}._gold-text.--weight-753{font-weight:753}._gold-text.--weight-754{font-weight:754}._gold-text.--weight-755{font-weight:755}._gold-text.--weight-756{font-weight:756}._gold-text.--weight-757{font-weight:757}._gold-text.--weight-758{font-weight:758}._gold-text.--weight-759{font-weight:759}._gold-text.--weight-760{font-weight:760}._gold-text.--weight-761{font-weight:761}._gold-text.--weight-762{font-weight:762}._gold-text.--weight-763{font-weight:763}._gold-text.--weight-764{font-weight:764}._gold-text.--weight-765{font-weight:765}._gold-text.--weight-766{font-weight:766}._gold-text.--weight-767{font-weight:767}._gold-text.--weight-768{font-weight:768}._gold-text.--weight-769{font-weight:769}._gold-text.--weight-770{font-weight:770}._gold-text.--weight-771{font-weight:771}._gold-text.--weight-772{font-weight:772}._gold-text.--weight-773{font-weight:773}._gold-text.--weight-774{font-weight:774}._gold-text.--weight-775{font-weight:775}._gold-text.--weight-776{font-weight:776}._gold-text.--weight-777{font-weight:777}._gold-text.--weight-778{font-weight:778}._gold-text.--weight-779{font-weight:779}._gold-text.--weight-780{font-weight:780}._gold-text.--weight-781{font-weight:781}._gold-text.--weight-782{font-weight:782}._gold-text.--weight-783{font-weight:783}._gold-text.--weight-784{font-weight:784}._gold-text.--weight-785{font-weight:785}._gold-text.--weight-786{font-weight:786}._gold-text.--weight-787{font-weight:787}._gold-text.--weight-788{font-weight:788}._gold-text.--weight-789{font-weight:789}._gold-text.--weight-790{font-weight:790}._gold-text.--weight-791{font-weight:791}._gold-text.--weight-792{font-weight:792}._gold-text.--weight-793{font-weight:793}._gold-text.--weight-794{font-weight:794}._gold-text.--weight-795{font-weight:795}._gold-text.--weight-796{font-weight:796}._gold-text.--weight-797{font-weight:797}._gold-text.--weight-798{font-weight:798}._gold-text.--weight-799{font-weight:799}._gold-text.--weight-800{font-weight:800}._gold-text.--lh-1{line-height:1px}._gold-text.--lh-2{line-height:2px}._gold-text.--lh-3{line-height:3px}._gold-text.--lh-4{line-height:4px}._gold-text.--lh-5{line-height:5px}._gold-text.--lh-6{line-height:6px}._gold-text.--lh-7{line-height:7px}._gold-text.--lh-8{line-height:8px}._gold-text.--lh-9{line-height:9px}._gold-text.--lh-10{line-height:10px}._gold-text.--lh-11{line-height:11px}._gold-text.--lh-12{line-height:12px}._gold-text.--lh-13{line-height:13px}._gold-text.--lh-14{line-height:14px}._gold-text.--lh-15{line-height:15px}._gold-text.--lh-16{line-height:16px}._gold-text.--lh-17{line-height:17px}._gold-text.--lh-18{line-height:18px}._gold-text.--lh-19{line-height:19px}._gold-text.--lh-20{line-height:20px}._gold-text.--lh-21{line-height:21px}._gold-text.--lh-22{line-height:22px}._gold-text.--lh-23{line-height:23px}._gold-text.--lh-24{line-height:24px}._gold-text.--lh-25{line-height:25px}._gold-text.--lh-26{line-height:26px}._gold-text.--lh-27{line-height:27px}._gold-text.--lh-28{line-height:28px}._gold-text.--lh-29{line-height:29px}._gold-text.--lh-30{line-height:30px}._gold-text.--lh-31{line-height:31px}._gold-text.--lh-32{line-height:32px}._gold-text.--lh-33{line-height:33px}._gold-text.--lh-34{line-height:34px}._gold-text.--lh-35{line-height:35px}._gold-text.--lh-36{line-height:36px}._gold-text.--lh-37{line-height:37px}._gold-text.--lh-38{line-height:38px}._gold-text.--lh-39{line-height:39px}._gold-text.--lh-40{line-height:40px}._gold-text.--lh-41{line-height:41px}._gold-text.--lh-42{line-height:42px}._gold-text.--lh-43{line-height:43px}._gold-text.--lh-44{line-height:44px}._gold-text.--lh-45{line-height:45px}._gold-text.--lh-46{line-height:46px}._gold-text.--lh-47{line-height:47px}._gold-text.--lh-48{line-height:48px}._gold-text.--lh-49{line-height:49px}._gold-text.--lh-50{line-height:50px}._gold-text.--lh-51{line-height:51px}._gold-text.--lh-52{line-height:52px}._gold-text.--lh-53{line-height:53px}._gold-text.--lh-54{line-height:54px}._gold-text.--lh-55{line-height:55px}._gold-text.--lh-56{line-height:56px}._gold-text.--lh-57{line-height:57px}._gold-text.--lh-58{line-height:58px}._gold-text.--lh-59{line-height:59px}._gold-text.--lh-60{line-height:60px}._gold-text.--lh-61{line-height:61px}._gold-text.--lh-62{line-height:62px}._gold-text.--lh-63{line-height:63px}._gold-text.--lh-64{line-height:64px}._gold-text.--lh-65{line-height:65px}._gold-text.--lh-66{line-height:66px}._gold-text.--lh-67{line-height:67px}._gold-text.--lh-68{line-height:68px}._gold-text.--lh-69{line-height:69px}._gold-text.--lh-70{line-height:70px}._gold-text.--lh-71{line-height:71px}._gold-text.--lh-72{line-height:72px}._gold-text.--lh-73{line-height:73px}._gold-text.--lh-74{line-height:74px}._gold-text.--lh-75{line-height:75px}._gold-text.--lh-76{line-height:76px}._gold-text.--lh-77{line-height:77px}._gold-text.--lh-78{line-height:78px}._gold-text.--lh-79{line-height:79px}._gold-text.--lh-80{line-height:80px}._gold-text.--lh-81{line-height:81px}._gold-text.--lh-82{line-height:82px}._gold-text.--lh-83{line-height:83px}._gold-text.--lh-84{line-height:84px}._gold-text.--lh-85{line-height:85px}._gold-text.--lh-86{line-height:86px}._gold-text.--lh-87{line-height:87px}._gold-text.--lh-88{line-height:88px}._gold-text.--lh-89{line-height:89px}._gold-text.--lh-90{line-height:90px}._gold-text.--lh-91{line-height:91px}._gold-text.--lh-92{line-height:92px}._gold-text.--lh-93{line-height:93px}._gold-text.--lh-94{line-height:94px}._gold-text.--lh-95{line-height:95px}._gold-text.--lh-96{line-height:96px}._gold-text.--lh-97{line-height:97px}._gold-text.--lh-98{line-height:98px}._gold-text.--lh-99{line-height:99px}._gold-text.--lh-100{line-height:100px}._gold-text.--lh-101{line-height:101px}._gold-text.--lh-102{line-height:102px}._gold-text.--lh-103{line-height:103px}._gold-text.--lh-104{line-height:104px}._gold-text.--lh-105{line-height:105px}._gold-text.--lh-106{line-height:106px}._gold-text.--lh-107{line-height:107px}._gold-text.--lh-108{line-height:108px}._gold-text.--lh-109{line-height:109px}._gold-text.--lh-110{line-height:110px}._gold-text.--lh-111{line-height:111px}._gold-text.--lh-112{line-height:112px}._gold-text.--lh-113{line-height:113px}._gold-text.--lh-114{line-height:114px}._gold-text.--lh-115{line-height:115px}._gold-text.--lh-116{line-height:116px}._gold-text.--lh-117{line-height:117px}._gold-text.--lh-118{line-height:118px}._gold-text.--lh-119{line-height:119px}._gold-text.--lh-120{line-height:120px}._gold-text.--lh-121{line-height:121px}._gold-text.--lh-122{line-height:122px}._gold-text.--lh-123{line-height:123px}._gold-text.--lh-124{line-height:124px}._gold-text.--lh-125{line-height:125px}._gold-text.--lh-126{line-height:126px}._gold-text.--lh-127{line-height:127px}._gold-text.--lh-128{line-height:128px}._gold-text.--lh-129{line-height:129px}._gold-text.--lh-130{line-height:130px}._gold-text.--lh-131{line-height:131px}._gold-text.--lh-132{line-height:132px}._gold-text.--lh-133{line-height:133px}._gold-text.--lh-134{line-height:134px}._gold-text.--lh-135{line-height:135px}._gold-text.--lh-136{line-height:136px}._gold-text.--lh-137{line-height:137px}._gold-text.--lh-138{line-height:138px}._gold-text.--lh-139{line-height:139px}._gold-text.--lh-140{line-height:140px}._gold-text.--lh-141{line-height:141px}._gold-text.--lh-142{line-height:142px}._gold-text.--lh-143{line-height:143px}._gold-text.--lh-144{line-height:144px}._gold-text.--lh-145{line-height:145px}._gold-text.--lh-146{line-height:146px}._gold-text.--lh-147{line-height:147px}._gold-text.--lh-148{line-height:148px}._gold-text.--lh-149{line-height:149px}._gold-text.--lh-150{line-height:150px}._gold-text.--lh-151{line-height:151px}._gold-text.--lh-152{line-height:152px}._gold-text.--lh-153{line-height:153px}._gold-text.--lh-154{line-height:154px}._gold-text.--lh-155{line-height:155px}._gold-text.--lh-156{line-height:156px}._gold-text.--lh-157{line-height:157px}._gold-text.--lh-158{line-height:158px}._gold-text.--lh-159{line-height:159px}._gold-text.--lh-160{line-height:160px}._gold-text.--lh-161{line-height:161px}._gold-text.--lh-162{line-height:162px}._gold-text.--lh-163{line-height:163px}._gold-text.--lh-164{line-height:164px}._gold-text.--lh-165{line-height:165px}._gold-text.--lh-166{line-height:166px}._gold-text.--lh-167{line-height:167px}._gold-text.--lh-168{line-height:168px}._gold-text.--lh-169{line-height:169px}._gold-text.--lh-170{line-height:170px}._gold-text.--lh-171{line-height:171px}._gold-text.--lh-172{line-height:172px}._gold-text.--lh-173{line-height:173px}._gold-text.--lh-174{line-height:174px}._gold-text.--lh-175{line-height:175px}._gold-text.--lh-176{line-height:176px}._gold-text.--lh-177{line-height:177px}._gold-text.--lh-178{line-height:178px}._gold-text.--lh-179{line-height:179px}._gold-text.--lh-180{line-height:180px}._gold-text.--lh-181{line-height:181px}._gold-text.--lh-182{line-height:182px}._gold-text.--lh-183{line-height:183px}._gold-text.--lh-184{line-height:184px}._gold-text.--lh-185{line-height:185px}._gold-text.--lh-186{line-height:186px}._gold-text.--lh-187{line-height:187px}._gold-text.--lh-188{line-height:188px}._gold-text.--lh-189{line-height:189px}._gold-text.--lh-190{line-height:190px}._gold-text.--lh-191{line-height:191px}._gold-text.--lh-192{line-height:192px}._gold-text.--lh-193{line-height:193px}._gold-text.--lh-194{line-height:194px}._gold-text.--lh-195{line-height:195px}._gold-text.--lh-196{line-height:196px}._gold-text.--lh-197{line-height:197px}._gold-text.--lh-198{line-height:198px}._gold-text.--lh-199{line-height:199px}._gold-text.--lh-200{line-height:200px}._gold-text.--lh-201{line-height:201px}._gold-text.--lh-202{line-height:202px}._gold-text.--lh-203{line-height:203px}._gold-text.--lh-204{line-height:204px}._gold-text.--lh-205{line-height:205px}._gold-text.--lh-206{line-height:206px}._gold-text.--lh-207{line-height:207px}._gold-text.--lh-208{line-height:208px}._gold-text.--lh-209{line-height:209px}._gold-text.--lh-210{line-height:210px}._gold-text.--lh-211{line-height:211px}._gold-text.--lh-212{line-height:212px}._gold-text.--lh-213{line-height:213px}._gold-text.--lh-214{line-height:214px}._gold-text.--lh-215{line-height:215px}._gold-text.--lh-216{line-height:216px}._gold-text.--lh-217{line-height:217px}._gold-text.--lh-218{line-height:218px}._gold-text.--lh-219{line-height:219px}._gold-text.--lh-220{line-height:220px}._gold-text.--lh-221{line-height:221px}._gold-text.--lh-222{line-height:222px}._gold-text.--lh-223{line-height:223px}._gold-text.--lh-224{line-height:224px}._gold-text.--lh-225{line-height:225px}._gold-text.--lh-226{line-height:226px}._gold-text.--lh-227{line-height:227px}._gold-text.--lh-228{line-height:228px}._gold-text.--lh-229{line-height:229px}._gold-text.--lh-230{line-height:230px}._gold-text.--lh-231{line-height:231px}._gold-text.--lh-232{line-height:232px}._gold-text.--lh-233{line-height:233px}._gold-text.--lh-234{line-height:234px}._gold-text.--lh-235{line-height:235px}._gold-text.--lh-236{line-height:236px}._gold-text.--lh-237{line-height:237px}._gold-text.--lh-238{line-height:238px}._gold-text.--lh-239{line-height:239px}._gold-text.--lh-240{line-height:240px}._gold-text.--lh-241{line-height:241px}._gold-text.--lh-242{line-height:242px}._gold-text.--lh-243{line-height:243px}._gold-text.--lh-244{line-height:244px}._gold-text.--lh-245{line-height:245px}._gold-text.--lh-246{line-height:246px}._gold-text.--lh-247{line-height:247px}._gold-text.--lh-248{line-height:248px}._gold-text.--lh-249{line-height:249px}._gold-text.--lh-250{line-height:250px}._gold-text.--lh-251{line-height:251px}._gold-text.--lh-252{line-height:252px}._gold-text.--lh-253{line-height:253px}._gold-text.--lh-254{line-height:254px}._gold-text.--lh-255{line-height:255px}._gold-text.--lh-256{line-height:256px}._gold-text.--lh-257{line-height:257px}._gold-text.--lh-258{line-height:258px}._gold-text.--lh-259{line-height:259px}._gold-text.--lh-260{line-height:260px}._gold-text.--lh-261{line-height:261px}._gold-text.--lh-262{line-height:262px}._gold-text.--lh-263{line-height:263px}._gold-text.--lh-264{line-height:264px}._gold-text.--lh-265{line-height:265px}._gold-text.--lh-266{line-height:266px}._gold-text.--lh-267{line-height:267px}._gold-text.--lh-268{line-height:268px}._gold-text.--lh-269{line-height:269px}._gold-text.--lh-270{line-height:270px}._gold-text.--lh-271{line-height:271px}._gold-text.--lh-272{line-height:272px}._gold-text.--lh-273{line-height:273px}._gold-text.--lh-274{line-height:274px}._gold-text.--lh-275{line-height:275px}._gold-text.--lh-276{line-height:276px}._gold-text.--lh-277{line-height:277px}._gold-text.--lh-278{line-height:278px}._gold-text.--lh-279{line-height:279px}._gold-text.--lh-280{line-height:280px}._gold-text.--lh-281{line-height:281px}._gold-text.--lh-282{line-height:282px}._gold-text.--lh-283{line-height:283px}._gold-text.--lh-284{line-height:284px}._gold-text.--lh-285{line-height:285px}._gold-text.--lh-286{line-height:286px}._gold-text.--lh-287{line-height:287px}._gold-text.--lh-288{line-height:288px}._gold-text.--lh-289{line-height:289px}._gold-text.--lh-290{line-height:290px}._gold-text.--lh-291{line-height:291px}._gold-text.--lh-292{line-height:292px}._gold-text.--lh-293{line-height:293px}._gold-text.--lh-294{line-height:294px}._gold-text.--lh-295{line-height:295px}._gold-text.--lh-296{line-height:296px}._gold-text.--lh-297{line-height:297px}._gold-text.--lh-298{line-height:298px}._gold-text.--lh-299{line-height:299px}._gold-text.--lh-300{line-height:300px}._gold-text.--lh-301{line-height:301px}._gold-text.--lh-302{line-height:302px}._gold-text.--lh-303{line-height:303px}._gold-text.--lh-304{line-height:304px}._gold-text.--lh-305{line-height:305px}._gold-text.--lh-306{line-height:306px}._gold-text.--lh-307{line-height:307px}._gold-text.--lh-308{line-height:308px}._gold-text.--lh-309{line-height:309px}._gold-text.--lh-310{line-height:310px}._gold-text.--lh-311{line-height:311px}._gold-text.--lh-312{line-height:312px}._gold-text.--lh-313{line-height:313px}._gold-text.--lh-314{line-height:314px}._gold-text.--lh-315{line-height:315px}._gold-text.--lh-316{line-height:316px}._gold-text.--lh-317{line-height:317px}._gold-text.--lh-318{line-height:318px}._gold-text.--lh-319{line-height:319px}._gold-text.--lh-320{line-height:320px}._gold-text.--lh-321{line-height:321px}._gold-text.--lh-322{line-height:322px}._gold-text.--lh-323{line-height:323px}._gold-text.--lh-324{line-height:324px}._gold-text.--lh-325{line-height:325px}._gold-text.--lh-326{line-height:326px}._gold-text.--lh-327{line-height:327px}._gold-text.--lh-328{line-height:328px}._gold-text.--lh-329{line-height:329px}._gold-text.--lh-330{line-height:330px}._gold-text.--lh-331{line-height:331px}._gold-text.--lh-332{line-height:332px}._gold-text.--lh-333{line-height:333px}._gold-text.--lh-334{line-height:334px}._gold-text.--lh-335{line-height:335px}._gold-text.--lh-336{line-height:336px}._gold-text.--lh-337{line-height:337px}._gold-text.--lh-338{line-height:338px}._gold-text.--lh-339{line-height:339px}._gold-text.--lh-340{line-height:340px}._gold-text.--lh-341{line-height:341px}._gold-text.--lh-342{line-height:342px}._gold-text.--lh-343{line-height:343px}._gold-text.--lh-344{line-height:344px}._gold-text.--lh-345{line-height:345px}._gold-text.--lh-346{line-height:346px}._gold-text.--lh-347{line-height:347px}._gold-text.--lh-348{line-height:348px}._gold-text.--lh-349{line-height:349px}._gold-text.--lh-350{line-height:350px}._gold-text.--lh-351{line-height:351px}._gold-text.--lh-352{line-height:352px}._gold-text.--lh-353{line-height:353px}._gold-text.--lh-354{line-height:354px}._gold-text.--lh-355{line-height:355px}._gold-text.--lh-356{line-height:356px}._gold-text.--lh-357{line-height:357px}._gold-text.--lh-358{line-height:358px}._gold-text.--lh-359{line-height:359px}._gold-text.--lh-360{line-height:360px}._gold-text.--lh-361{line-height:361px}._gold-text.--lh-362{line-height:362px}._gold-text.--lh-363{line-height:363px}._gold-text.--lh-364{line-height:364px}._gold-text.--lh-365{line-height:365px}._gold-text.--lh-366{line-height:366px}._gold-text.--lh-367{line-height:367px}._gold-text.--lh-368{line-height:368px}._gold-text.--lh-369{line-height:369px}._gold-text.--lh-370{line-height:370px}._gold-text.--lh-371{line-height:371px}._gold-text.--lh-372{line-height:372px}._gold-text.--lh-373{line-height:373px}._gold-text.--lh-374{line-height:374px}._gold-text.--lh-375{line-height:375px}._gold-text.--lh-376{line-height:376px}._gold-text.--lh-377{line-height:377px}._gold-text.--lh-378{line-height:378px}._gold-text.--lh-379{line-height:379px}._gold-text.--lh-380{line-height:380px}._gold-text.--lh-381{line-height:381px}._gold-text.--lh-382{line-height:382px}._gold-text.--lh-383{line-height:383px}._gold-text.--lh-384{line-height:384px}._gold-text.--lh-385{line-height:385px}._gold-text.--lh-386{line-height:386px}._gold-text.--lh-387{line-height:387px}._gold-text.--lh-388{line-height:388px}._gold-text.--lh-389{line-height:389px}._gold-text.--lh-390{line-height:390px}._gold-text.--lh-391{line-height:391px}._gold-text.--lh-392{line-height:392px}._gold-text.--lh-393{line-height:393px}._gold-text.--lh-394{line-height:394px}._gold-text.--lh-395{line-height:395px}._gold-text.--lh-396{line-height:396px}._gold-text.--lh-397{line-height:397px}._gold-text.--lh-398{line-height:398px}._gold-text.--lh-399{line-height:399px}._gold-text.--lh-400{line-height:400px}._gold-text.--lh-401{line-height:401px}._gold-text.--lh-402{line-height:402px}._gold-text.--lh-403{line-height:403px}._gold-text.--lh-404{line-height:404px}._gold-text.--lh-405{line-height:405px}._gold-text.--lh-406{line-height:406px}._gold-text.--lh-407{line-height:407px}._gold-text.--lh-408{line-height:408px}._gold-text.--lh-409{line-height:409px}._gold-text.--lh-410{line-height:410px}._gold-text.--lh-411{line-height:411px}._gold-text.--lh-412{line-height:412px}._gold-text.--lh-413{line-height:413px}._gold-text.--lh-414{line-height:414px}._gold-text.--lh-415{line-height:415px}._gold-text.--lh-416{line-height:416px}._gold-text.--lh-417{line-height:417px}._gold-text.--lh-418{line-height:418px}._gold-text.--lh-419{line-height:419px}._gold-text.--lh-420{line-height:420px}._gold-text.--lh-421{line-height:421px}._gold-text.--lh-422{line-height:422px}._gold-text.--lh-423{line-height:423px}._gold-text.--lh-424{line-height:424px}._gold-text.--lh-425{line-height:425px}._gold-text.--lh-426{line-height:426px}._gold-text.--lh-427{line-height:427px}._gold-text.--lh-428{line-height:428px}._gold-text.--lh-429{line-height:429px}._gold-text.--lh-430{line-height:430px}._gold-text.--lh-431{line-height:431px}._gold-text.--lh-432{line-height:432px}._gold-text.--lh-433{line-height:433px}._gold-text.--lh-434{line-height:434px}._gold-text.--lh-435{line-height:435px}._gold-text.--lh-436{line-height:436px}._gold-text.--lh-437{line-height:437px}._gold-text.--lh-438{line-height:438px}._gold-text.--lh-439{line-height:439px}._gold-text.--lh-440{line-height:440px}._gold-text.--lh-441{line-height:441px}._gold-text.--lh-442{line-height:442px}._gold-text.--lh-443{line-height:443px}._gold-text.--lh-444{line-height:444px}._gold-text.--lh-445{line-height:445px}._gold-text.--lh-446{line-height:446px}._gold-text.--lh-447{line-height:447px}._gold-text.--lh-448{line-height:448px}._gold-text.--lh-449{line-height:449px}._gold-text.--lh-450{line-height:450px}._gold-text.--lh-451{line-height:451px}._gold-text.--lh-452{line-height:452px}._gold-text.--lh-453{line-height:453px}._gold-text.--lh-454{line-height:454px}._gold-text.--lh-455{line-height:455px}._gold-text.--lh-456{line-height:456px}._gold-text.--lh-457{line-height:457px}._gold-text.--lh-458{line-height:458px}._gold-text.--lh-459{line-height:459px}._gold-text.--lh-460{line-height:460px}._gold-text.--lh-461{line-height:461px}._gold-text.--lh-462{line-height:462px}._gold-text.--lh-463{line-height:463px}._gold-text.--lh-464{line-height:464px}._gold-text.--lh-465{line-height:465px}._gold-text.--lh-466{line-height:466px}._gold-text.--lh-467{line-height:467px}._gold-text.--lh-468{line-height:468px}._gold-text.--lh-469{line-height:469px}._gold-text.--lh-470{line-height:470px}._gold-text.--lh-471{line-height:471px}._gold-text.--lh-472{line-height:472px}._gold-text.--lh-473{line-height:473px}._gold-text.--lh-474{line-height:474px}._gold-text.--lh-475{line-height:475px}._gold-text.--lh-476{line-height:476px}._gold-text.--lh-477{line-height:477px}._gold-text.--lh-478{line-height:478px}._gold-text.--lh-479{line-height:479px}._gold-text.--lh-480{line-height:480px}._gold-text.--lh-481{line-height:481px}._gold-text.--lh-482{line-height:482px}._gold-text.--lh-483{line-height:483px}._gold-text.--lh-484{line-height:484px}._gold-text.--lh-485{line-height:485px}._gold-text.--lh-486{line-height:486px}._gold-text.--lh-487{line-height:487px}._gold-text.--lh-488{line-height:488px}._gold-text.--lh-489{line-height:489px}._gold-text.--lh-490{line-height:490px}._gold-text.--lh-491{line-height:491px}._gold-text.--lh-492{line-height:492px}._gold-text.--lh-493{line-height:493px}._gold-text.--lh-494{line-height:494px}._gold-text.--lh-495{line-height:495px}._gold-text.--lh-496{line-height:496px}._gold-text.--lh-497{line-height:497px}._gold-text.--lh-498{line-height:498px}._gold-text.--lh-499{line-height:499px}._gold-text.--lh-500{line-height:500px}._gold-text.--lh-501{line-height:501px}._gold-text.--lh-502{line-height:502px}._gold-text.--lh-503{line-height:503px}._gold-text.--lh-504{line-height:504px}._gold-text.--lh-505{line-height:505px}._gold-text.--lh-506{line-height:506px}._gold-text.--lh-507{line-height:507px}._gold-text.--lh-508{line-height:508px}._gold-text.--lh-509{line-height:509px}._gold-text.--lh-510{line-height:510px}._gold-text.--lh-511{line-height:511px}._gold-text.--lh-512{line-height:512px}._gold-text.--lh-513{line-height:513px}._gold-text.--lh-514{line-height:514px}._gold-text.--lh-515{line-height:515px}._gold-text.--lh-516{line-height:516px}._gold-text.--lh-517{line-height:517px}._gold-text.--lh-518{line-height:518px}._gold-text.--lh-519{line-height:519px}._gold-text.--lh-520{line-height:520px}._gold-text.--lh-521{line-height:521px}._gold-text.--lh-522{line-height:522px}._gold-text.--lh-523{line-height:523px}._gold-text.--lh-524{line-height:524px}._gold-text.--lh-525{line-height:525px}._gold-text.--lh-526{line-height:526px}._gold-text.--lh-527{line-height:527px}._gold-text.--lh-528{line-height:528px}._gold-text.--lh-529{line-height:529px}._gold-text.--lh-530{line-height:530px}._gold-text.--lh-531{line-height:531px}._gold-text.--lh-532{line-height:532px}._gold-text.--lh-533{line-height:533px}._gold-text.--lh-534{line-height:534px}._gold-text.--lh-535{line-height:535px}._gold-text.--lh-536{line-height:536px}._gold-text.--lh-537{line-height:537px}._gold-text.--lh-538{line-height:538px}._gold-text.--lh-539{line-height:539px}._gold-text.--lh-540{line-height:540px}._gold-text.--lh-541{line-height:541px}._gold-text.--lh-542{line-height:542px}._gold-text.--lh-543{line-height:543px}._gold-text.--lh-544{line-height:544px}._gold-text.--lh-545{line-height:545px}._gold-text.--lh-546{line-height:546px}._gold-text.--lh-547{line-height:547px}._gold-text.--lh-548{line-height:548px}._gold-text.--lh-549{line-height:549px}._gold-text.--lh-550{line-height:550px}._gold-text.--lh-551{line-height:551px}._gold-text.--lh-552{line-height:552px}._gold-text.--lh-553{line-height:553px}._gold-text.--lh-554{line-height:554px}._gold-text.--lh-555{line-height:555px}._gold-text.--lh-556{line-height:556px}._gold-text.--lh-557{line-height:557px}._gold-text.--lh-558{line-height:558px}._gold-text.--lh-559{line-height:559px}._gold-text.--lh-560{line-height:560px}._gold-text.--lh-561{line-height:561px}._gold-text.--lh-562{line-height:562px}._gold-text.--lh-563{line-height:563px}._gold-text.--lh-564{line-height:564px}._gold-text.--lh-565{line-height:565px}._gold-text.--lh-566{line-height:566px}._gold-text.--lh-567{line-height:567px}._gold-text.--lh-568{line-height:568px}._gold-text.--lh-569{line-height:569px}._gold-text.--lh-570{line-height:570px}._gold-text.--lh-571{line-height:571px}._gold-text.--lh-572{line-height:572px}._gold-text.--lh-573{line-height:573px}._gold-text.--lh-574{line-height:574px}._gold-text.--lh-575{line-height:575px}._gold-text.--lh-576{line-height:576px}._gold-text.--lh-577{line-height:577px}._gold-text.--lh-578{line-height:578px}._gold-text.--lh-579{line-height:579px}._gold-text.--lh-580{line-height:580px}._gold-text.--lh-581{line-height:581px}._gold-text.--lh-582{line-height:582px}._gold-text.--lh-583{line-height:583px}._gold-text.--lh-584{line-height:584px}._gold-text.--lh-585{line-height:585px}._gold-text.--lh-586{line-height:586px}._gold-text.--lh-587{line-height:587px}._gold-text.--lh-588{line-height:588px}._gold-text.--lh-589{line-height:589px}._gold-text.--lh-590{line-height:590px}._gold-text.--lh-591{line-height:591px}._gold-text.--lh-592{line-height:592px}._gold-text.--lh-593{line-height:593px}._gold-text.--lh-594{line-height:594px}._gold-text.--lh-595{line-height:595px}._gold-text.--lh-596{line-height:596px}._gold-text.--lh-597{line-height:597px}._gold-text.--lh-598{line-height:598px}._gold-text.--lh-599{line-height:599px}._gold-text.--lh-600{line-height:600px}._gold-text.--lh-601{line-height:601px}._gold-text.--lh-602{line-height:602px}._gold-text.--lh-603{line-height:603px}._gold-text.--lh-604{line-height:604px}._gold-text.--lh-605{line-height:605px}._gold-text.--lh-606{line-height:606px}._gold-text.--lh-607{line-height:607px}._gold-text.--lh-608{line-height:608px}._gold-text.--lh-609{line-height:609px}._gold-text.--lh-610{line-height:610px}._gold-text.--lh-611{line-height:611px}._gold-text.--lh-612{line-height:612px}._gold-text.--lh-613{line-height:613px}._gold-text.--lh-614{line-height:614px}._gold-text.--lh-615{line-height:615px}._gold-text.--lh-616{line-height:616px}._gold-text.--lh-617{line-height:617px}._gold-text.--lh-618{line-height:618px}._gold-text.--lh-619{line-height:619px}._gold-text.--lh-620{line-height:620px}._gold-text.--lh-621{line-height:621px}._gold-text.--lh-622{line-height:622px}._gold-text.--lh-623{line-height:623px}._gold-text.--lh-624{line-height:624px}._gold-text.--lh-625{line-height:625px}._gold-text.--lh-626{line-height:626px}._gold-text.--lh-627{line-height:627px}._gold-text.--lh-628{line-height:628px}._gold-text.--lh-629{line-height:629px}._gold-text.--lh-630{line-height:630px}._gold-text.--lh-631{line-height:631px}._gold-text.--lh-632{line-height:632px}._gold-text.--lh-633{line-height:633px}._gold-text.--lh-634{line-height:634px}._gold-text.--lh-635{line-height:635px}._gold-text.--lh-636{line-height:636px}._gold-text.--lh-637{line-height:637px}._gold-text.--lh-638{line-height:638px}._gold-text.--lh-639{line-height:639px}._gold-text.--lh-640{line-height:640px}._gold-text.--lh-641{line-height:641px}._gold-text.--lh-642{line-height:642px}._gold-text.--lh-643{line-height:643px}._gold-text.--lh-644{line-height:644px}._gold-text.--lh-645{line-height:645px}._gold-text.--lh-646{line-height:646px}._gold-text.--lh-647{line-height:647px}._gold-text.--lh-648{line-height:648px}._gold-text.--lh-649{line-height:649px}._gold-text.--lh-650{line-height:650px}._gold-text.--lh-651{line-height:651px}._gold-text.--lh-652{line-height:652px}._gold-text.--lh-653{line-height:653px}._gold-text.--lh-654{line-height:654px}._gold-text.--lh-655{line-height:655px}._gold-text.--lh-656{line-height:656px}._gold-text.--lh-657{line-height:657px}._gold-text.--lh-658{line-height:658px}._gold-text.--lh-659{line-height:659px}._gold-text.--lh-660{line-height:660px}._gold-text.--lh-661{line-height:661px}._gold-text.--lh-662{line-height:662px}._gold-text.--lh-663{line-height:663px}._gold-text.--lh-664{line-height:664px}._gold-text.--lh-665{line-height:665px}._gold-text.--lh-666{line-height:666px}._gold-text.--lh-667{line-height:667px}._gold-text.--lh-668{line-height:668px}._gold-text.--lh-669{line-height:669px}._gold-text.--lh-670{line-height:670px}._gold-text.--lh-671{line-height:671px}._gold-text.--lh-672{line-height:672px}._gold-text.--lh-673{line-height:673px}._gold-text.--lh-674{line-height:674px}._gold-text.--lh-675{line-height:675px}._gold-text.--lh-676{line-height:676px}._gold-text.--lh-677{line-height:677px}._gold-text.--lh-678{line-height:678px}._gold-text.--lh-679{line-height:679px}._gold-text.--lh-680{line-height:680px}._gold-text.--lh-681{line-height:681px}._gold-text.--lh-682{line-height:682px}._gold-text.--lh-683{line-height:683px}._gold-text.--lh-684{line-height:684px}._gold-text.--lh-685{line-height:685px}._gold-text.--lh-686{line-height:686px}._gold-text.--lh-687{line-height:687px}._gold-text.--lh-688{line-height:688px}._gold-text.--lh-689{line-height:689px}._gold-text.--lh-690{line-height:690px}._gold-text.--lh-691{line-height:691px}._gold-text.--lh-692{line-height:692px}._gold-text.--lh-693{line-height:693px}._gold-text.--lh-694{line-height:694px}._gold-text.--lh-695{line-height:695px}._gold-text.--lh-696{line-height:696px}._gold-text.--lh-697{line-height:697px}._gold-text.--lh-698{line-height:698px}._gold-text.--lh-699{line-height:699px}._gold-text.--lh-700{line-height:700px}._gold-text.--lh-701{line-height:701px}._gold-text.--lh-702{line-height:702px}._gold-text.--lh-703{line-height:703px}._gold-text.--lh-704{line-height:704px}._gold-text.--lh-705{line-height:705px}._gold-text.--lh-706{line-height:706px}._gold-text.--lh-707{line-height:707px}._gold-text.--lh-708{line-height:708px}._gold-text.--lh-709{line-height:709px}._gold-text.--lh-710{line-height:710px}._gold-text.--lh-711{line-height:711px}._gold-text.--lh-712{line-height:712px}._gold-text.--lh-713{line-height:713px}._gold-text.--lh-714{line-height:714px}._gold-text.--lh-715{line-height:715px}._gold-text.--lh-716{line-height:716px}._gold-text.--lh-717{line-height:717px}._gold-text.--lh-718{line-height:718px}._gold-text.--lh-719{line-height:719px}._gold-text.--lh-720{line-height:720px}._gold-text.--lh-721{line-height:721px}._gold-text.--lh-722{line-height:722px}._gold-text.--lh-723{line-height:723px}._gold-text.--lh-724{line-height:724px}._gold-text.--lh-725{line-height:725px}._gold-text.--lh-726{line-height:726px}._gold-text.--lh-727{line-height:727px}._gold-text.--lh-728{line-height:728px}._gold-text.--lh-729{line-height:729px}._gold-text.--lh-730{line-height:730px}._gold-text.--lh-731{line-height:731px}._gold-text.--lh-732{line-height:732px}._gold-text.--lh-733{line-height:733px}._gold-text.--lh-734{line-height:734px}._gold-text.--lh-735{line-height:735px}._gold-text.--lh-736{line-height:736px}._gold-text.--lh-737{line-height:737px}._gold-text.--lh-738{line-height:738px}._gold-text.--lh-739{line-height:739px}._gold-text.--lh-740{line-height:740px}._gold-text.--lh-741{line-height:741px}._gold-text.--lh-742{line-height:742px}._gold-text.--lh-743{line-height:743px}._gold-text.--lh-744{line-height:744px}._gold-text.--lh-745{line-height:745px}._gold-text.--lh-746{line-height:746px}._gold-text.--lh-747{line-height:747px}._gold-text.--lh-748{line-height:748px}._gold-text.--lh-749{line-height:749px}._gold-text.--lh-750{line-height:750px}._gold-text.--lh-751{line-height:751px}._gold-text.--lh-752{line-height:752px}._gold-text.--lh-753{line-height:753px}._gold-text.--lh-754{line-height:754px}._gold-text.--lh-755{line-height:755px}._gold-text.--lh-756{line-height:756px}._gold-text.--lh-757{line-height:757px}._gold-text.--lh-758{line-height:758px}._gold-text.--lh-759{line-height:759px}._gold-text.--lh-760{line-height:760px}._gold-text.--lh-761{line-height:761px}._gold-text.--lh-762{line-height:762px}._gold-text.--lh-763{line-height:763px}._gold-text.--lh-764{line-height:764px}._gold-text.--lh-765{line-height:765px}._gold-text.--lh-766{line-height:766px}._gold-text.--lh-767{line-height:767px}._gold-text.--lh-768{line-height:768px}._gold-text.--lh-769{line-height:769px}._gold-text.--lh-770{line-height:770px}._gold-text.--lh-771{line-height:771px}._gold-text.--lh-772{line-height:772px}._gold-text.--lh-773{line-height:773px}._gold-text.--lh-774{line-height:774px}._gold-text.--lh-775{line-height:775px}._gold-text.--lh-776{line-height:776px}._gold-text.--lh-777{line-height:777px}._gold-text.--lh-778{line-height:778px}._gold-text.--lh-779{line-height:779px}._gold-text.--lh-780{line-height:780px}._gold-text.--lh-781{line-height:781px}._gold-text.--lh-782{line-height:782px}._gold-text.--lh-783{line-height:783px}._gold-text.--lh-784{line-height:784px}._gold-text.--lh-785{line-height:785px}._gold-text.--lh-786{line-height:786px}._gold-text.--lh-787{line-height:787px}._gold-text.--lh-788{line-height:788px}._gold-text.--lh-789{line-height:789px}._gold-text.--lh-790{line-height:790px}._gold-text.--lh-791{line-height:791px}._gold-text.--lh-792{line-height:792px}._gold-text.--lh-793{line-height:793px}._gold-text.--lh-794{line-height:794px}._gold-text.--lh-795{line-height:795px}._gold-text.--lh-796{line-height:796px}._gold-text.--lh-797{line-height:797px}._gold-text.--lh-798{line-height:798px}._gold-text.--lh-799{line-height:799px}._gold-text.--lh-800{line-height:800px}html.ORANGE ._gold-text{color:#fff;font-family:Poppins}html.ORANGE ._gold-text.--size-5{font-size:5px}html.ORANGE ._gold-text.--size-6{font-size:6px}html.ORANGE ._gold-text.--size-7{font-size:7px}html.ORANGE ._gold-text.--size-8{font-size:8px}html.ORANGE ._gold-text.--size-9{font-size:9px}html.ORANGE ._gold-text.--size-10{font-size:10px}html.ORANGE ._gold-text.--size-11{font-size:11px}html.ORANGE ._gold-text.--size-12{font-size:12px}html.ORANGE ._gold-text.--size-13{font-size:13px}html.ORANGE ._gold-text.--size-14{font-size:14px}html.ORANGE ._gold-text.--size-15{font-size:15px}html.ORANGE ._gold-text.--size-16{font-size:16px}html.ORANGE ._gold-text.--size-17{font-size:17px}html.ORANGE ._gold-text.--size-18{font-size:18px}html.ORANGE ._gold-text.--size-19{font-size:19px}html.ORANGE ._gold-text.--size-20{font-size:20px}html.ORANGE ._gold-text.--size-21{font-size:21px}html.ORANGE ._gold-text.--size-22{font-size:22px}html.ORANGE ._gold-text.--size-23{font-size:23px}html.ORANGE ._gold-text.--size-24{font-size:24px}html.ORANGE ._gold-text.--size-25{font-size:25px}html.ORANGE ._gold-text.--size-26{font-size:26px}html.ORANGE ._gold-text.--size-27{font-size:27px}html.ORANGE ._gold-text.--size-28{font-size:28px}html.ORANGE ._gold-text.--size-29{font-size:29px}html.ORANGE ._gold-text.--size-30{font-size:30px}html.ORANGE ._gold-text.--size-31{font-size:31px}html.ORANGE ._gold-text.--size-32{font-size:32px}html.ORANGE ._gold-text.--size-33{font-size:33px}html.ORANGE ._gold-text.--size-34{font-size:34px}html.ORANGE ._gold-text.--size-35{font-size:35px}html.ORANGE ._gold-text.--size-36{font-size:36px}html.ORANGE ._gold-text.--size-37{font-size:37px}html.ORANGE ._gold-text.--size-38{font-size:38px}html.ORANGE ._gold-text.--size-39{font-size:39px}html.ORANGE ._gold-text.--size-40{font-size:40px}html.ORANGE ._gold-text.--size-41{font-size:41px}html.ORANGE ._gold-text.--size-42{font-size:42px}html.ORANGE ._gold-text.--size-43{font-size:43px}html.ORANGE ._gold-text.--size-44{font-size:44px}html.ORANGE ._gold-text.--size-45{font-size:45px}html.ORANGE ._gold-text.--size-46{font-size:46px}html.ORANGE ._gold-text.--size-47{font-size:47px}html.ORANGE ._gold-text.--size-48{font-size:48px}html.ORANGE ._gold-text.--size-49{font-size:49px}html.ORANGE ._gold-text.--size-50{font-size:50px}html.ORANGE ._gold-text.--size-51{font-size:51px}html.ORANGE ._gold-text.--size-52{font-size:52px}html.ORANGE ._gold-text.--size-53{font-size:53px}html.ORANGE ._gold-text.--size-54{font-size:54px}html.ORANGE ._gold-text.--size-55{font-size:55px}html.ORANGE ._gold-text.--size-56{font-size:56px}html.ORANGE ._gold-text.--size-57{font-size:57px}html.ORANGE ._gold-text.--size-58{font-size:58px}html.ORANGE ._gold-text.--size-59{font-size:59px}html.ORANGE ._gold-text.--size-60{font-size:60px}html.ORANGE ._gold-text.--size-61{font-size:61px}html.ORANGE ._gold-text.--size-62{font-size:62px}html.ORANGE ._gold-text.--size-63{font-size:63px}html.ORANGE ._gold-text.--size-64{font-size:64px}html.ORANGE ._gold-text.--size-65{font-size:65px}html.ORANGE ._gold-text.--size-66{font-size:66px}html.ORANGE ._gold-text.--size-67{font-size:67px}html.ORANGE ._gold-text.--size-68{font-size:68px}html.ORANGE ._gold-text.--size-69{font-size:69px}html.ORANGE ._gold-text.--size-70{font-size:70px}html.ORANGE ._gold-text.--size-71{font-size:71px}html.ORANGE ._gold-text.--size-72{font-size:72px}html.ORANGE ._gold-text.--size-73{font-size:73px}html.ORANGE ._gold-text.--size-74{font-size:74px}html.ORANGE ._gold-text.--size-75{font-size:75px}html.ORANGE ._gold-text.--size-76{font-size:76px}html.ORANGE ._gold-text.--size-77{font-size:77px}html.ORANGE ._gold-text.--size-78{font-size:78px}html.ORANGE ._gold-text.--size-79{font-size:79px}html.ORANGE ._gold-text.--size-80{font-size:80px}html.ORANGE ._gold-text.--size-81{font-size:81px}html.ORANGE ._gold-text.--size-82{font-size:82px}html.ORANGE ._gold-text.--size-83{font-size:83px}html.ORANGE ._gold-text.--size-84{font-size:84px}html.ORANGE ._gold-text.--size-85{font-size:85px}html.ORANGE ._gold-text.--size-86{font-size:86px}html.ORANGE ._gold-text.--size-87{font-size:87px}html.ORANGE ._gold-text.--size-88{font-size:88px}html.ORANGE ._gold-text.--size-89{font-size:89px}html.ORANGE ._gold-text.--size-90{font-size:90px}html.ORANGE ._gold-text.--size-91{font-size:91px}html.ORANGE ._gold-text.--size-92{font-size:92px}html.ORANGE ._gold-text.--size-93{font-size:93px}html.ORANGE ._gold-text.--size-94{font-size:94px}html.ORANGE ._gold-text.--size-95{font-size:95px}html.ORANGE ._gold-text.--size-96{font-size:96px}html.ORANGE ._gold-text.--size-97{font-size:97px}html.ORANGE ._gold-text.--size-98{font-size:98px}html.ORANGE ._gold-text.--size-99{font-size:99px}html.ORANGE ._gold-text.--size-100{font-size:100px}html.ORANGE ._gold-text.--weight-100{font-weight:100}html.ORANGE ._gold-text.--weight-101{font-weight:101}html.ORANGE ._gold-text.--weight-102{font-weight:102}html.ORANGE ._gold-text.--weight-103{font-weight:103}html.ORANGE ._gold-text.--weight-104{font-weight:104}html.ORANGE ._gold-text.--weight-105{font-weight:105}html.ORANGE ._gold-text.--weight-106{font-weight:106}html.ORANGE ._gold-text.--weight-107{font-weight:107}html.ORANGE ._gold-text.--weight-108{font-weight:108}html.ORANGE ._gold-text.--weight-109{font-weight:109}html.ORANGE ._gold-text.--weight-110{font-weight:110}html.ORANGE ._gold-text.--weight-111{font-weight:111}html.ORANGE ._gold-text.--weight-112{font-weight:112}html.ORANGE ._gold-text.--weight-113{font-weight:113}html.ORANGE ._gold-text.--weight-114{font-weight:114}html.ORANGE ._gold-text.--weight-115{font-weight:115}html.ORANGE ._gold-text.--weight-116{font-weight:116}html.ORANGE ._gold-text.--weight-117{font-weight:117}html.ORANGE ._gold-text.--weight-118{font-weight:118}html.ORANGE ._gold-text.--weight-119{font-weight:119}html.ORANGE ._gold-text.--weight-120{font-weight:120}html.ORANGE ._gold-text.--weight-121{font-weight:121}html.ORANGE ._gold-text.--weight-122{font-weight:122}html.ORANGE ._gold-text.--weight-123{font-weight:123}html.ORANGE ._gold-text.--weight-124{font-weight:124}html.ORANGE ._gold-text.--weight-125{font-weight:125}html.ORANGE ._gold-text.--weight-126{font-weight:126}html.ORANGE ._gold-text.--weight-127{font-weight:127}html.ORANGE ._gold-text.--weight-128{font-weight:128}html.ORANGE ._gold-text.--weight-129{font-weight:129}html.ORANGE ._gold-text.--weight-130{font-weight:130}html.ORANGE ._gold-text.--weight-131{font-weight:131}html.ORANGE ._gold-text.--weight-132{font-weight:132}html.ORANGE ._gold-text.--weight-133{font-weight:133}html.ORANGE ._gold-text.--weight-134{font-weight:134}html.ORANGE ._gold-text.--weight-135{font-weight:135}html.ORANGE ._gold-text.--weight-136{font-weight:136}html.ORANGE ._gold-text.--weight-137{font-weight:137}html.ORANGE ._gold-text.--weight-138{font-weight:138}html.ORANGE ._gold-text.--weight-139{font-weight:139}html.ORANGE ._gold-text.--weight-140{font-weight:140}html.ORANGE ._gold-text.--weight-141{font-weight:141}html.ORANGE ._gold-text.--weight-142{font-weight:142}html.ORANGE ._gold-text.--weight-143{font-weight:143}html.ORANGE ._gold-text.--weight-144{font-weight:144}html.ORANGE ._gold-text.--weight-145{font-weight:145}html.ORANGE ._gold-text.--weight-146{font-weight:146}html.ORANGE ._gold-text.--weight-147{font-weight:147}html.ORANGE ._gold-text.--weight-148{font-weight:148}html.ORANGE ._gold-text.--weight-149{font-weight:149}html.ORANGE ._gold-text.--weight-150{font-weight:150}html.ORANGE ._gold-text.--weight-151{font-weight:151}html.ORANGE ._gold-text.--weight-152{font-weight:152}html.ORANGE ._gold-text.--weight-153{font-weight:153}html.ORANGE ._gold-text.--weight-154{font-weight:154}html.ORANGE ._gold-text.--weight-155{font-weight:155}html.ORANGE ._gold-text.--weight-156{font-weight:156}html.ORANGE ._gold-text.--weight-157{font-weight:157}html.ORANGE ._gold-text.--weight-158{font-weight:158}html.ORANGE ._gold-text.--weight-159{font-weight:159}html.ORANGE ._gold-text.--weight-160{font-weight:160}html.ORANGE ._gold-text.--weight-161{font-weight:161}html.ORANGE ._gold-text.--weight-162{font-weight:162}html.ORANGE ._gold-text.--weight-163{font-weight:163}html.ORANGE ._gold-text.--weight-164{font-weight:164}html.ORANGE ._gold-text.--weight-165{font-weight:165}html.ORANGE ._gold-text.--weight-166{font-weight:166}html.ORANGE ._gold-text.--weight-167{font-weight:167}html.ORANGE ._gold-text.--weight-168{font-weight:168}html.ORANGE ._gold-text.--weight-169{font-weight:169}html.ORANGE ._gold-text.--weight-170{font-weight:170}html.ORANGE ._gold-text.--weight-171{font-weight:171}html.ORANGE ._gold-text.--weight-172{font-weight:172}html.ORANGE ._gold-text.--weight-173{font-weight:173}html.ORANGE ._gold-text.--weight-174{font-weight:174}html.ORANGE ._gold-text.--weight-175{font-weight:175}html.ORANGE ._gold-text.--weight-176{font-weight:176}html.ORANGE ._gold-text.--weight-177{font-weight:177}html.ORANGE ._gold-text.--weight-178{font-weight:178}html.ORANGE ._gold-text.--weight-179{font-weight:179}html.ORANGE ._gold-text.--weight-180{font-weight:180}html.ORANGE ._gold-text.--weight-181{font-weight:181}html.ORANGE ._gold-text.--weight-182{font-weight:182}html.ORANGE ._gold-text.--weight-183{font-weight:183}html.ORANGE ._gold-text.--weight-184{font-weight:184}html.ORANGE ._gold-text.--weight-185{font-weight:185}html.ORANGE ._gold-text.--weight-186{font-weight:186}html.ORANGE ._gold-text.--weight-187{font-weight:187}html.ORANGE ._gold-text.--weight-188{font-weight:188}html.ORANGE ._gold-text.--weight-189{font-weight:189}html.ORANGE ._gold-text.--weight-190{font-weight:190}html.ORANGE ._gold-text.--weight-191{font-weight:191}html.ORANGE ._gold-text.--weight-192{font-weight:192}html.ORANGE ._gold-text.--weight-193{font-weight:193}html.ORANGE ._gold-text.--weight-194{font-weight:194}html.ORANGE ._gold-text.--weight-195{font-weight:195}html.ORANGE ._gold-text.--weight-196{font-weight:196}html.ORANGE ._gold-text.--weight-197{font-weight:197}html.ORANGE ._gold-text.--weight-198{font-weight:198}html.ORANGE ._gold-text.--weight-199{font-weight:199}html.ORANGE ._gold-text.--weight-200{font-weight:200}html.ORANGE ._gold-text.--weight-201{font-weight:201}html.ORANGE ._gold-text.--weight-202{font-weight:202}html.ORANGE ._gold-text.--weight-203{font-weight:203}html.ORANGE ._gold-text.--weight-204{font-weight:204}html.ORANGE ._gold-text.--weight-205{font-weight:205}html.ORANGE ._gold-text.--weight-206{font-weight:206}html.ORANGE ._gold-text.--weight-207{font-weight:207}html.ORANGE ._gold-text.--weight-208{font-weight:208}html.ORANGE ._gold-text.--weight-209{font-weight:209}html.ORANGE ._gold-text.--weight-210{font-weight:210}html.ORANGE ._gold-text.--weight-211{font-weight:211}html.ORANGE ._gold-text.--weight-212{font-weight:212}html.ORANGE ._gold-text.--weight-213{font-weight:213}html.ORANGE ._gold-text.--weight-214{font-weight:214}html.ORANGE ._gold-text.--weight-215{font-weight:215}html.ORANGE ._gold-text.--weight-216{font-weight:216}html.ORANGE ._gold-text.--weight-217{font-weight:217}html.ORANGE ._gold-text.--weight-218{font-weight:218}html.ORANGE ._gold-text.--weight-219{font-weight:219}html.ORANGE ._gold-text.--weight-220{font-weight:220}html.ORANGE ._gold-text.--weight-221{font-weight:221}html.ORANGE ._gold-text.--weight-222{font-weight:222}html.ORANGE ._gold-text.--weight-223{font-weight:223}html.ORANGE ._gold-text.--weight-224{font-weight:224}html.ORANGE ._gold-text.--weight-225{font-weight:225}html.ORANGE ._gold-text.--weight-226{font-weight:226}html.ORANGE ._gold-text.--weight-227{font-weight:227}html.ORANGE ._gold-text.--weight-228{font-weight:228}html.ORANGE ._gold-text.--weight-229{font-weight:229}html.ORANGE ._gold-text.--weight-230{font-weight:230}html.ORANGE ._gold-text.--weight-231{font-weight:231}html.ORANGE ._gold-text.--weight-232{font-weight:232}html.ORANGE ._gold-text.--weight-233{font-weight:233}html.ORANGE ._gold-text.--weight-234{font-weight:234}html.ORANGE ._gold-text.--weight-235{font-weight:235}html.ORANGE ._gold-text.--weight-236{font-weight:236}html.ORANGE ._gold-text.--weight-237{font-weight:237}html.ORANGE ._gold-text.--weight-238{font-weight:238}html.ORANGE ._gold-text.--weight-239{font-weight:239}html.ORANGE ._gold-text.--weight-240{font-weight:240}html.ORANGE ._gold-text.--weight-241{font-weight:241}html.ORANGE ._gold-text.--weight-242{font-weight:242}html.ORANGE ._gold-text.--weight-243{font-weight:243}html.ORANGE ._gold-text.--weight-244{font-weight:244}html.ORANGE ._gold-text.--weight-245{font-weight:245}html.ORANGE ._gold-text.--weight-246{font-weight:246}html.ORANGE ._gold-text.--weight-247{font-weight:247}html.ORANGE ._gold-text.--weight-248{font-weight:248}html.ORANGE ._gold-text.--weight-249{font-weight:249}html.ORANGE ._gold-text.--weight-250{font-weight:250}html.ORANGE ._gold-text.--weight-251{font-weight:251}html.ORANGE ._gold-text.--weight-252{font-weight:252}html.ORANGE ._gold-text.--weight-253{font-weight:253}html.ORANGE ._gold-text.--weight-254{font-weight:254}html.ORANGE ._gold-text.--weight-255{font-weight:255}html.ORANGE ._gold-text.--weight-256{font-weight:256}html.ORANGE ._gold-text.--weight-257{font-weight:257}html.ORANGE ._gold-text.--weight-258{font-weight:258}html.ORANGE ._gold-text.--weight-259{font-weight:259}html.ORANGE ._gold-text.--weight-260{font-weight:260}html.ORANGE ._gold-text.--weight-261{font-weight:261}html.ORANGE ._gold-text.--weight-262{font-weight:262}html.ORANGE ._gold-text.--weight-263{font-weight:263}html.ORANGE ._gold-text.--weight-264{font-weight:264}html.ORANGE ._gold-text.--weight-265{font-weight:265}html.ORANGE ._gold-text.--weight-266{font-weight:266}html.ORANGE ._gold-text.--weight-267{font-weight:267}html.ORANGE ._gold-text.--weight-268{font-weight:268}html.ORANGE ._gold-text.--weight-269{font-weight:269}html.ORANGE ._gold-text.--weight-270{font-weight:270}html.ORANGE ._gold-text.--weight-271{font-weight:271}html.ORANGE ._gold-text.--weight-272{font-weight:272}html.ORANGE ._gold-text.--weight-273{font-weight:273}html.ORANGE ._gold-text.--weight-274{font-weight:274}html.ORANGE ._gold-text.--weight-275{font-weight:275}html.ORANGE ._gold-text.--weight-276{font-weight:276}html.ORANGE ._gold-text.--weight-277{font-weight:277}html.ORANGE ._gold-text.--weight-278{font-weight:278}html.ORANGE ._gold-text.--weight-279{font-weight:279}html.ORANGE ._gold-text.--weight-280{font-weight:280}html.ORANGE ._gold-text.--weight-281{font-weight:281}html.ORANGE ._gold-text.--weight-282{font-weight:282}html.ORANGE ._gold-text.--weight-283{font-weight:283}html.ORANGE ._gold-text.--weight-284{font-weight:284}html.ORANGE ._gold-text.--weight-285{font-weight:285}html.ORANGE ._gold-text.--weight-286{font-weight:286}html.ORANGE ._gold-text.--weight-287{font-weight:287}html.ORANGE ._gold-text.--weight-288{font-weight:288}html.ORANGE ._gold-text.--weight-289{font-weight:289}html.ORANGE ._gold-text.--weight-290{font-weight:290}html.ORANGE ._gold-text.--weight-291{font-weight:291}html.ORANGE ._gold-text.--weight-292{font-weight:292}html.ORANGE ._gold-text.--weight-293{font-weight:293}html.ORANGE ._gold-text.--weight-294{font-weight:294}html.ORANGE ._gold-text.--weight-295{font-weight:295}html.ORANGE ._gold-text.--weight-296{font-weight:296}html.ORANGE ._gold-text.--weight-297{font-weight:297}html.ORANGE ._gold-text.--weight-298{font-weight:298}html.ORANGE ._gold-text.--weight-299{font-weight:299}html.ORANGE ._gold-text.--weight-300{font-weight:300}html.ORANGE ._gold-text.--weight-301{font-weight:301}html.ORANGE ._gold-text.--weight-302{font-weight:302}html.ORANGE ._gold-text.--weight-303{font-weight:303}html.ORANGE ._gold-text.--weight-304{font-weight:304}html.ORANGE ._gold-text.--weight-305{font-weight:305}html.ORANGE ._gold-text.--weight-306{font-weight:306}html.ORANGE ._gold-text.--weight-307{font-weight:307}html.ORANGE ._gold-text.--weight-308{font-weight:308}html.ORANGE ._gold-text.--weight-309{font-weight:309}html.ORANGE ._gold-text.--weight-310{font-weight:310}html.ORANGE ._gold-text.--weight-311{font-weight:311}html.ORANGE ._gold-text.--weight-312{font-weight:312}html.ORANGE ._gold-text.--weight-313{font-weight:313}html.ORANGE ._gold-text.--weight-314{font-weight:314}html.ORANGE ._gold-text.--weight-315{font-weight:315}html.ORANGE ._gold-text.--weight-316{font-weight:316}html.ORANGE ._gold-text.--weight-317{font-weight:317}html.ORANGE ._gold-text.--weight-318{font-weight:318}html.ORANGE ._gold-text.--weight-319{font-weight:319}html.ORANGE ._gold-text.--weight-320{font-weight:320}html.ORANGE ._gold-text.--weight-321{font-weight:321}html.ORANGE ._gold-text.--weight-322{font-weight:322}html.ORANGE ._gold-text.--weight-323{font-weight:323}html.ORANGE ._gold-text.--weight-324{font-weight:324}html.ORANGE ._gold-text.--weight-325{font-weight:325}html.ORANGE ._gold-text.--weight-326{font-weight:326}html.ORANGE ._gold-text.--weight-327{font-weight:327}html.ORANGE ._gold-text.--weight-328{font-weight:328}html.ORANGE ._gold-text.--weight-329{font-weight:329}html.ORANGE ._gold-text.--weight-330{font-weight:330}html.ORANGE ._gold-text.--weight-331{font-weight:331}html.ORANGE ._gold-text.--weight-332{font-weight:332}html.ORANGE ._gold-text.--weight-333{font-weight:333}html.ORANGE ._gold-text.--weight-334{font-weight:334}html.ORANGE ._gold-text.--weight-335{font-weight:335}html.ORANGE ._gold-text.--weight-336{font-weight:336}html.ORANGE ._gold-text.--weight-337{font-weight:337}html.ORANGE ._gold-text.--weight-338{font-weight:338}html.ORANGE ._gold-text.--weight-339{font-weight:339}html.ORANGE ._gold-text.--weight-340{font-weight:340}html.ORANGE ._gold-text.--weight-341{font-weight:341}html.ORANGE ._gold-text.--weight-342{font-weight:342}html.ORANGE ._gold-text.--weight-343{font-weight:343}html.ORANGE ._gold-text.--weight-344{font-weight:344}html.ORANGE ._gold-text.--weight-345{font-weight:345}html.ORANGE ._gold-text.--weight-346{font-weight:346}html.ORANGE ._gold-text.--weight-347{font-weight:347}html.ORANGE ._gold-text.--weight-348{font-weight:348}html.ORANGE ._gold-text.--weight-349{font-weight:349}html.ORANGE ._gold-text.--weight-350{font-weight:350}html.ORANGE ._gold-text.--weight-351{font-weight:351}html.ORANGE ._gold-text.--weight-352{font-weight:352}html.ORANGE ._gold-text.--weight-353{font-weight:353}html.ORANGE ._gold-text.--weight-354{font-weight:354}html.ORANGE ._gold-text.--weight-355{font-weight:355}html.ORANGE ._gold-text.--weight-356{font-weight:356}html.ORANGE ._gold-text.--weight-357{font-weight:357}html.ORANGE ._gold-text.--weight-358{font-weight:358}html.ORANGE ._gold-text.--weight-359{font-weight:359}html.ORANGE ._gold-text.--weight-360{font-weight:360}html.ORANGE ._gold-text.--weight-361{font-weight:361}html.ORANGE ._gold-text.--weight-362{font-weight:362}html.ORANGE ._gold-text.--weight-363{font-weight:363}html.ORANGE ._gold-text.--weight-364{font-weight:364}html.ORANGE ._gold-text.--weight-365{font-weight:365}html.ORANGE ._gold-text.--weight-366{font-weight:366}html.ORANGE ._gold-text.--weight-367{font-weight:367}html.ORANGE ._gold-text.--weight-368{font-weight:368}html.ORANGE ._gold-text.--weight-369{font-weight:369}html.ORANGE ._gold-text.--weight-370{font-weight:370}html.ORANGE ._gold-text.--weight-371{font-weight:371}html.ORANGE ._gold-text.--weight-372{font-weight:372}html.ORANGE ._gold-text.--weight-373{font-weight:373}html.ORANGE ._gold-text.--weight-374{font-weight:374}html.ORANGE ._gold-text.--weight-375{font-weight:375}html.ORANGE ._gold-text.--weight-376{font-weight:376}html.ORANGE ._gold-text.--weight-377{font-weight:377}html.ORANGE ._gold-text.--weight-378{font-weight:378}html.ORANGE ._gold-text.--weight-379{font-weight:379}html.ORANGE ._gold-text.--weight-380{font-weight:380}html.ORANGE ._gold-text.--weight-381{font-weight:381}html.ORANGE ._gold-text.--weight-382{font-weight:382}html.ORANGE ._gold-text.--weight-383{font-weight:383}html.ORANGE ._gold-text.--weight-384{font-weight:384}html.ORANGE ._gold-text.--weight-385{font-weight:385}html.ORANGE ._gold-text.--weight-386{font-weight:386}html.ORANGE ._gold-text.--weight-387{font-weight:387}html.ORANGE ._gold-text.--weight-388{font-weight:388}html.ORANGE ._gold-text.--weight-389{font-weight:389}html.ORANGE ._gold-text.--weight-390{font-weight:390}html.ORANGE ._gold-text.--weight-391{font-weight:391}html.ORANGE ._gold-text.--weight-392{font-weight:392}html.ORANGE ._gold-text.--weight-393{font-weight:393}html.ORANGE ._gold-text.--weight-394{font-weight:394}html.ORANGE ._gold-text.--weight-395{font-weight:395}html.ORANGE ._gold-text.--weight-396{font-weight:396}html.ORANGE ._gold-text.--weight-397{font-weight:397}html.ORANGE ._gold-text.--weight-398{font-weight:398}html.ORANGE ._gold-text.--weight-399{font-weight:399}html.ORANGE ._gold-text.--weight-400{font-weight:400}html.ORANGE ._gold-text.--weight-401{font-weight:401}html.ORANGE ._gold-text.--weight-402{font-weight:402}html.ORANGE ._gold-text.--weight-403{font-weight:403}html.ORANGE ._gold-text.--weight-404{font-weight:404}html.ORANGE ._gold-text.--weight-405{font-weight:405}html.ORANGE ._gold-text.--weight-406{font-weight:406}html.ORANGE ._gold-text.--weight-407{font-weight:407}html.ORANGE ._gold-text.--weight-408{font-weight:408}html.ORANGE ._gold-text.--weight-409{font-weight:409}html.ORANGE ._gold-text.--weight-410{font-weight:410}html.ORANGE ._gold-text.--weight-411{font-weight:411}html.ORANGE ._gold-text.--weight-412{font-weight:412}html.ORANGE ._gold-text.--weight-413{font-weight:413}html.ORANGE ._gold-text.--weight-414{font-weight:414}html.ORANGE ._gold-text.--weight-415{font-weight:415}html.ORANGE ._gold-text.--weight-416{font-weight:416}html.ORANGE ._gold-text.--weight-417{font-weight:417}html.ORANGE ._gold-text.--weight-418{font-weight:418}html.ORANGE ._gold-text.--weight-419{font-weight:419}html.ORANGE ._gold-text.--weight-420{font-weight:420}html.ORANGE ._gold-text.--weight-421{font-weight:421}html.ORANGE ._gold-text.--weight-422{font-weight:422}html.ORANGE ._gold-text.--weight-423{font-weight:423}html.ORANGE ._gold-text.--weight-424{font-weight:424}html.ORANGE ._gold-text.--weight-425{font-weight:425}html.ORANGE ._gold-text.--weight-426{font-weight:426}html.ORANGE ._gold-text.--weight-427{font-weight:427}html.ORANGE ._gold-text.--weight-428{font-weight:428}html.ORANGE ._gold-text.--weight-429{font-weight:429}html.ORANGE ._gold-text.--weight-430{font-weight:430}html.ORANGE ._gold-text.--weight-431{font-weight:431}html.ORANGE ._gold-text.--weight-432{font-weight:432}html.ORANGE ._gold-text.--weight-433{font-weight:433}html.ORANGE ._gold-text.--weight-434{font-weight:434}html.ORANGE ._gold-text.--weight-435{font-weight:435}html.ORANGE ._gold-text.--weight-436{font-weight:436}html.ORANGE ._gold-text.--weight-437{font-weight:437}html.ORANGE ._gold-text.--weight-438{font-weight:438}html.ORANGE ._gold-text.--weight-439{font-weight:439}html.ORANGE ._gold-text.--weight-440{font-weight:440}html.ORANGE ._gold-text.--weight-441{font-weight:441}html.ORANGE ._gold-text.--weight-442{font-weight:442}html.ORANGE ._gold-text.--weight-443{font-weight:443}html.ORANGE ._gold-text.--weight-444{font-weight:444}html.ORANGE ._gold-text.--weight-445{font-weight:445}html.ORANGE ._gold-text.--weight-446{font-weight:446}html.ORANGE ._gold-text.--weight-447{font-weight:447}html.ORANGE ._gold-text.--weight-448{font-weight:448}html.ORANGE ._gold-text.--weight-449{font-weight:449}html.ORANGE ._gold-text.--weight-450{font-weight:450}html.ORANGE ._gold-text.--weight-451{font-weight:451}html.ORANGE ._gold-text.--weight-452{font-weight:452}html.ORANGE ._gold-text.--weight-453{font-weight:453}html.ORANGE ._gold-text.--weight-454{font-weight:454}html.ORANGE ._gold-text.--weight-455{font-weight:455}html.ORANGE ._gold-text.--weight-456{font-weight:456}html.ORANGE ._gold-text.--weight-457{font-weight:457}html.ORANGE ._gold-text.--weight-458{font-weight:458}html.ORANGE ._gold-text.--weight-459{font-weight:459}html.ORANGE ._gold-text.--weight-460{font-weight:460}html.ORANGE ._gold-text.--weight-461{font-weight:461}html.ORANGE ._gold-text.--weight-462{font-weight:462}html.ORANGE ._gold-text.--weight-463{font-weight:463}html.ORANGE ._gold-text.--weight-464{font-weight:464}html.ORANGE ._gold-text.--weight-465{font-weight:465}html.ORANGE ._gold-text.--weight-466{font-weight:466}html.ORANGE ._gold-text.--weight-467{font-weight:467}html.ORANGE ._gold-text.--weight-468{font-weight:468}html.ORANGE ._gold-text.--weight-469{font-weight:469}html.ORANGE ._gold-text.--weight-470{font-weight:470}html.ORANGE ._gold-text.--weight-471{font-weight:471}html.ORANGE ._gold-text.--weight-472{font-weight:472}html.ORANGE ._gold-text.--weight-473{font-weight:473}html.ORANGE ._gold-text.--weight-474{font-weight:474}html.ORANGE ._gold-text.--weight-475{font-weight:475}html.ORANGE ._gold-text.--weight-476{font-weight:476}html.ORANGE ._gold-text.--weight-477{font-weight:477}html.ORANGE ._gold-text.--weight-478{font-weight:478}html.ORANGE ._gold-text.--weight-479{font-weight:479}html.ORANGE ._gold-text.--weight-480{font-weight:480}html.ORANGE ._gold-text.--weight-481{font-weight:481}html.ORANGE ._gold-text.--weight-482{font-weight:482}html.ORANGE ._gold-text.--weight-483{font-weight:483}html.ORANGE ._gold-text.--weight-484{font-weight:484}html.ORANGE ._gold-text.--weight-485{font-weight:485}html.ORANGE ._gold-text.--weight-486{font-weight:486}html.ORANGE ._gold-text.--weight-487{font-weight:487}html.ORANGE ._gold-text.--weight-488{font-weight:488}html.ORANGE ._gold-text.--weight-489{font-weight:489}html.ORANGE ._gold-text.--weight-490{font-weight:490}html.ORANGE ._gold-text.--weight-491{font-weight:491}html.ORANGE ._gold-text.--weight-492{font-weight:492}html.ORANGE ._gold-text.--weight-493{font-weight:493}html.ORANGE ._gold-text.--weight-494{font-weight:494}html.ORANGE ._gold-text.--weight-495{font-weight:495}html.ORANGE ._gold-text.--weight-496{font-weight:496}html.ORANGE ._gold-text.--weight-497{font-weight:497}html.ORANGE ._gold-text.--weight-498{font-weight:498}html.ORANGE ._gold-text.--weight-499{font-weight:499}html.ORANGE ._gold-text.--weight-500{font-weight:500}html.ORANGE ._gold-text.--weight-501{font-weight:501}html.ORANGE ._gold-text.--weight-502{font-weight:502}html.ORANGE ._gold-text.--weight-503{font-weight:503}html.ORANGE ._gold-text.--weight-504{font-weight:504}html.ORANGE ._gold-text.--weight-505{font-weight:505}html.ORANGE ._gold-text.--weight-506{font-weight:506}html.ORANGE ._gold-text.--weight-507{font-weight:507}html.ORANGE ._gold-text.--weight-508{font-weight:508}html.ORANGE ._gold-text.--weight-509{font-weight:509}html.ORANGE ._gold-text.--weight-510{font-weight:510}html.ORANGE ._gold-text.--weight-511{font-weight:511}html.ORANGE ._gold-text.--weight-512{font-weight:512}html.ORANGE ._gold-text.--weight-513{font-weight:513}html.ORANGE ._gold-text.--weight-514{font-weight:514}html.ORANGE ._gold-text.--weight-515{font-weight:515}html.ORANGE ._gold-text.--weight-516{font-weight:516}html.ORANGE ._gold-text.--weight-517{font-weight:517}html.ORANGE ._gold-text.--weight-518{font-weight:518}html.ORANGE ._gold-text.--weight-519{font-weight:519}html.ORANGE ._gold-text.--weight-520{font-weight:520}html.ORANGE ._gold-text.--weight-521{font-weight:521}html.ORANGE ._gold-text.--weight-522{font-weight:522}html.ORANGE ._gold-text.--weight-523{font-weight:523}html.ORANGE ._gold-text.--weight-524{font-weight:524}html.ORANGE ._gold-text.--weight-525{font-weight:525}html.ORANGE ._gold-text.--weight-526{font-weight:526}html.ORANGE ._gold-text.--weight-527{font-weight:527}html.ORANGE ._gold-text.--weight-528{font-weight:528}html.ORANGE ._gold-text.--weight-529{font-weight:529}html.ORANGE ._gold-text.--weight-530{font-weight:530}html.ORANGE ._gold-text.--weight-531{font-weight:531}html.ORANGE ._gold-text.--weight-532{font-weight:532}html.ORANGE ._gold-text.--weight-533{font-weight:533}html.ORANGE ._gold-text.--weight-534{font-weight:534}html.ORANGE ._gold-text.--weight-535{font-weight:535}html.ORANGE ._gold-text.--weight-536{font-weight:536}html.ORANGE ._gold-text.--weight-537{font-weight:537}html.ORANGE ._gold-text.--weight-538{font-weight:538}html.ORANGE ._gold-text.--weight-539{font-weight:539}html.ORANGE ._gold-text.--weight-540{font-weight:540}html.ORANGE ._gold-text.--weight-541{font-weight:541}html.ORANGE ._gold-text.--weight-542{font-weight:542}html.ORANGE ._gold-text.--weight-543{font-weight:543}html.ORANGE ._gold-text.--weight-544{font-weight:544}html.ORANGE ._gold-text.--weight-545{font-weight:545}html.ORANGE ._gold-text.--weight-546{font-weight:546}html.ORANGE ._gold-text.--weight-547{font-weight:547}html.ORANGE ._gold-text.--weight-548{font-weight:548}html.ORANGE ._gold-text.--weight-549{font-weight:549}html.ORANGE ._gold-text.--weight-550{font-weight:550}html.ORANGE ._gold-text.--weight-551{font-weight:551}html.ORANGE ._gold-text.--weight-552{font-weight:552}html.ORANGE ._gold-text.--weight-553{font-weight:553}html.ORANGE ._gold-text.--weight-554{font-weight:554}html.ORANGE ._gold-text.--weight-555{font-weight:555}html.ORANGE ._gold-text.--weight-556{font-weight:556}html.ORANGE ._gold-text.--weight-557{font-weight:557}html.ORANGE ._gold-text.--weight-558{font-weight:558}html.ORANGE ._gold-text.--weight-559{font-weight:559}html.ORANGE ._gold-text.--weight-560{font-weight:560}html.ORANGE ._gold-text.--weight-561{font-weight:561}html.ORANGE ._gold-text.--weight-562{font-weight:562}html.ORANGE ._gold-text.--weight-563{font-weight:563}html.ORANGE ._gold-text.--weight-564{font-weight:564}html.ORANGE ._gold-text.--weight-565{font-weight:565}html.ORANGE ._gold-text.--weight-566{font-weight:566}html.ORANGE ._gold-text.--weight-567{font-weight:567}html.ORANGE ._gold-text.--weight-568{font-weight:568}html.ORANGE ._gold-text.--weight-569{font-weight:569}html.ORANGE ._gold-text.--weight-570{font-weight:570}html.ORANGE ._gold-text.--weight-571{font-weight:571}html.ORANGE ._gold-text.--weight-572{font-weight:572}html.ORANGE ._gold-text.--weight-573{font-weight:573}html.ORANGE ._gold-text.--weight-574{font-weight:574}html.ORANGE ._gold-text.--weight-575{font-weight:575}html.ORANGE ._gold-text.--weight-576{font-weight:576}html.ORANGE ._gold-text.--weight-577{font-weight:577}html.ORANGE ._gold-text.--weight-578{font-weight:578}html.ORANGE ._gold-text.--weight-579{font-weight:579}html.ORANGE ._gold-text.--weight-580{font-weight:580}html.ORANGE ._gold-text.--weight-581{font-weight:581}html.ORANGE ._gold-text.--weight-582{font-weight:582}html.ORANGE ._gold-text.--weight-583{font-weight:583}html.ORANGE ._gold-text.--weight-584{font-weight:584}html.ORANGE ._gold-text.--weight-585{font-weight:585}html.ORANGE ._gold-text.--weight-586{font-weight:586}html.ORANGE ._gold-text.--weight-587{font-weight:587}html.ORANGE ._gold-text.--weight-588{font-weight:588}html.ORANGE ._gold-text.--weight-589{font-weight:589}html.ORANGE ._gold-text.--weight-590{font-weight:590}html.ORANGE ._gold-text.--weight-591{font-weight:591}html.ORANGE ._gold-text.--weight-592{font-weight:592}html.ORANGE ._gold-text.--weight-593{font-weight:593}html.ORANGE ._gold-text.--weight-594{font-weight:594}html.ORANGE ._gold-text.--weight-595{font-weight:595}html.ORANGE ._gold-text.--weight-596{font-weight:596}html.ORANGE ._gold-text.--weight-597{font-weight:597}html.ORANGE ._gold-text.--weight-598{font-weight:598}html.ORANGE ._gold-text.--weight-599{font-weight:599}html.ORANGE ._gold-text.--weight-600{font-weight:600}html.ORANGE ._gold-text.--weight-601{font-weight:601}html.ORANGE ._gold-text.--weight-602{font-weight:602}html.ORANGE ._gold-text.--weight-603{font-weight:603}html.ORANGE ._gold-text.--weight-604{font-weight:604}html.ORANGE ._gold-text.--weight-605{font-weight:605}html.ORANGE ._gold-text.--weight-606{font-weight:606}html.ORANGE ._gold-text.--weight-607{font-weight:607}html.ORANGE ._gold-text.--weight-608{font-weight:608}html.ORANGE ._gold-text.--weight-609{font-weight:609}html.ORANGE ._gold-text.--weight-610{font-weight:610}html.ORANGE ._gold-text.--weight-611{font-weight:611}html.ORANGE ._gold-text.--weight-612{font-weight:612}html.ORANGE ._gold-text.--weight-613{font-weight:613}html.ORANGE ._gold-text.--weight-614{font-weight:614}html.ORANGE ._gold-text.--weight-615{font-weight:615}html.ORANGE ._gold-text.--weight-616{font-weight:616}html.ORANGE ._gold-text.--weight-617{font-weight:617}html.ORANGE ._gold-text.--weight-618{font-weight:618}html.ORANGE ._gold-text.--weight-619{font-weight:619}html.ORANGE ._gold-text.--weight-620{font-weight:620}html.ORANGE ._gold-text.--weight-621{font-weight:621}html.ORANGE ._gold-text.--weight-622{font-weight:622}html.ORANGE ._gold-text.--weight-623{font-weight:623}html.ORANGE ._gold-text.--weight-624{font-weight:624}html.ORANGE ._gold-text.--weight-625{font-weight:625}html.ORANGE ._gold-text.--weight-626{font-weight:626}html.ORANGE ._gold-text.--weight-627{font-weight:627}html.ORANGE ._gold-text.--weight-628{font-weight:628}html.ORANGE ._gold-text.--weight-629{font-weight:629}html.ORANGE ._gold-text.--weight-630{font-weight:630}html.ORANGE ._gold-text.--weight-631{font-weight:631}html.ORANGE ._gold-text.--weight-632{font-weight:632}html.ORANGE ._gold-text.--weight-633{font-weight:633}html.ORANGE ._gold-text.--weight-634{font-weight:634}html.ORANGE ._gold-text.--weight-635{font-weight:635}html.ORANGE ._gold-text.--weight-636{font-weight:636}html.ORANGE ._gold-text.--weight-637{font-weight:637}html.ORANGE ._gold-text.--weight-638{font-weight:638}html.ORANGE ._gold-text.--weight-639{font-weight:639}html.ORANGE ._gold-text.--weight-640{font-weight:640}html.ORANGE ._gold-text.--weight-641{font-weight:641}html.ORANGE ._gold-text.--weight-642{font-weight:642}html.ORANGE ._gold-text.--weight-643{font-weight:643}html.ORANGE ._gold-text.--weight-644{font-weight:644}html.ORANGE ._gold-text.--weight-645{font-weight:645}html.ORANGE ._gold-text.--weight-646{font-weight:646}html.ORANGE ._gold-text.--weight-647{font-weight:647}html.ORANGE ._gold-text.--weight-648{font-weight:648}html.ORANGE ._gold-text.--weight-649{font-weight:649}html.ORANGE ._gold-text.--weight-650{font-weight:650}html.ORANGE ._gold-text.--weight-651{font-weight:651}html.ORANGE ._gold-text.--weight-652{font-weight:652}html.ORANGE ._gold-text.--weight-653{font-weight:653}html.ORANGE ._gold-text.--weight-654{font-weight:654}html.ORANGE ._gold-text.--weight-655{font-weight:655}html.ORANGE ._gold-text.--weight-656{font-weight:656}html.ORANGE ._gold-text.--weight-657{font-weight:657}html.ORANGE ._gold-text.--weight-658{font-weight:658}html.ORANGE ._gold-text.--weight-659{font-weight:659}html.ORANGE ._gold-text.--weight-660{font-weight:660}html.ORANGE ._gold-text.--weight-661{font-weight:661}html.ORANGE ._gold-text.--weight-662{font-weight:662}html.ORANGE ._gold-text.--weight-663{font-weight:663}html.ORANGE ._gold-text.--weight-664{font-weight:664}html.ORANGE ._gold-text.--weight-665{font-weight:665}html.ORANGE ._gold-text.--weight-666{font-weight:666}html.ORANGE ._gold-text.--weight-667{font-weight:667}html.ORANGE ._gold-text.--weight-668{font-weight:668}html.ORANGE ._gold-text.--weight-669{font-weight:669}html.ORANGE ._gold-text.--weight-670{font-weight:670}html.ORANGE ._gold-text.--weight-671{font-weight:671}html.ORANGE ._gold-text.--weight-672{font-weight:672}html.ORANGE ._gold-text.--weight-673{font-weight:673}html.ORANGE ._gold-text.--weight-674{font-weight:674}html.ORANGE ._gold-text.--weight-675{font-weight:675}html.ORANGE ._gold-text.--weight-676{font-weight:676}html.ORANGE ._gold-text.--weight-677{font-weight:677}html.ORANGE ._gold-text.--weight-678{font-weight:678}html.ORANGE ._gold-text.--weight-679{font-weight:679}html.ORANGE ._gold-text.--weight-680{font-weight:680}html.ORANGE ._gold-text.--weight-681{font-weight:681}html.ORANGE ._gold-text.--weight-682{font-weight:682}html.ORANGE ._gold-text.--weight-683{font-weight:683}html.ORANGE ._gold-text.--weight-684{font-weight:684}html.ORANGE ._gold-text.--weight-685{font-weight:685}html.ORANGE ._gold-text.--weight-686{font-weight:686}html.ORANGE ._gold-text.--weight-687{font-weight:687}html.ORANGE ._gold-text.--weight-688{font-weight:688}html.ORANGE ._gold-text.--weight-689{font-weight:689}html.ORANGE ._gold-text.--weight-690{font-weight:690}html.ORANGE ._gold-text.--weight-691{font-weight:691}html.ORANGE ._gold-text.--weight-692{font-weight:692}html.ORANGE ._gold-text.--weight-693{font-weight:693}html.ORANGE ._gold-text.--weight-694{font-weight:694}html.ORANGE ._gold-text.--weight-695{font-weight:695}html.ORANGE ._gold-text.--weight-696{font-weight:696}html.ORANGE ._gold-text.--weight-697{font-weight:697}html.ORANGE ._gold-text.--weight-698{font-weight:698}html.ORANGE ._gold-text.--weight-699{font-weight:699}html.ORANGE ._gold-text.--weight-700{font-weight:700}html.ORANGE ._gold-text.--weight-701{font-weight:701}html.ORANGE ._gold-text.--weight-702{font-weight:702}html.ORANGE ._gold-text.--weight-703{font-weight:703}html.ORANGE ._gold-text.--weight-704{font-weight:704}html.ORANGE ._gold-text.--weight-705{font-weight:705}html.ORANGE ._gold-text.--weight-706{font-weight:706}html.ORANGE ._gold-text.--weight-707{font-weight:707}html.ORANGE ._gold-text.--weight-708{font-weight:708}html.ORANGE ._gold-text.--weight-709{font-weight:709}html.ORANGE ._gold-text.--weight-710{font-weight:710}html.ORANGE ._gold-text.--weight-711{font-weight:711}html.ORANGE ._gold-text.--weight-712{font-weight:712}html.ORANGE ._gold-text.--weight-713{font-weight:713}html.ORANGE ._gold-text.--weight-714{font-weight:714}html.ORANGE ._gold-text.--weight-715{font-weight:715}html.ORANGE ._gold-text.--weight-716{font-weight:716}html.ORANGE ._gold-text.--weight-717{font-weight:717}html.ORANGE ._gold-text.--weight-718{font-weight:718}html.ORANGE ._gold-text.--weight-719{font-weight:719}html.ORANGE ._gold-text.--weight-720{font-weight:720}html.ORANGE ._gold-text.--weight-721{font-weight:721}html.ORANGE ._gold-text.--weight-722{font-weight:722}html.ORANGE ._gold-text.--weight-723{font-weight:723}html.ORANGE ._gold-text.--weight-724{font-weight:724}html.ORANGE ._gold-text.--weight-725{font-weight:725}html.ORANGE ._gold-text.--weight-726{font-weight:726}html.ORANGE ._gold-text.--weight-727{font-weight:727}html.ORANGE ._gold-text.--weight-728{font-weight:728}html.ORANGE ._gold-text.--weight-729{font-weight:729}html.ORANGE ._gold-text.--weight-730{font-weight:730}html.ORANGE ._gold-text.--weight-731{font-weight:731}html.ORANGE ._gold-text.--weight-732{font-weight:732}html.ORANGE ._gold-text.--weight-733{font-weight:733}html.ORANGE ._gold-text.--weight-734{font-weight:734}html.ORANGE ._gold-text.--weight-735{font-weight:735}html.ORANGE ._gold-text.--weight-736{font-weight:736}html.ORANGE ._gold-text.--weight-737{font-weight:737}html.ORANGE ._gold-text.--weight-738{font-weight:738}html.ORANGE ._gold-text.--weight-739{font-weight:739}html.ORANGE ._gold-text.--weight-740{font-weight:740}html.ORANGE ._gold-text.--weight-741{font-weight:741}html.ORANGE ._gold-text.--weight-742{font-weight:742}html.ORANGE ._gold-text.--weight-743{font-weight:743}html.ORANGE ._gold-text.--weight-744{font-weight:744}html.ORANGE ._gold-text.--weight-745{font-weight:745}html.ORANGE ._gold-text.--weight-746{font-weight:746}html.ORANGE ._gold-text.--weight-747{font-weight:747}html.ORANGE ._gold-text.--weight-748{font-weight:748}html.ORANGE ._gold-text.--weight-749{font-weight:749}html.ORANGE ._gold-text.--weight-750{font-weight:750}html.ORANGE ._gold-text.--weight-751{font-weight:751}html.ORANGE ._gold-text.--weight-752{font-weight:752}html.ORANGE ._gold-text.--weight-753{font-weight:753}html.ORANGE ._gold-text.--weight-754{font-weight:754}html.ORANGE ._gold-text.--weight-755{font-weight:755}html.ORANGE ._gold-text.--weight-756{font-weight:756}html.ORANGE ._gold-text.--weight-757{font-weight:757}html.ORANGE ._gold-text.--weight-758{font-weight:758}html.ORANGE ._gold-text.--weight-759{font-weight:759}html.ORANGE ._gold-text.--weight-760{font-weight:760}html.ORANGE ._gold-text.--weight-761{font-weight:761}html.ORANGE ._gold-text.--weight-762{font-weight:762}html.ORANGE ._gold-text.--weight-763{font-weight:763}html.ORANGE ._gold-text.--weight-764{font-weight:764}html.ORANGE ._gold-text.--weight-765{font-weight:765}html.ORANGE ._gold-text.--weight-766{font-weight:766}html.ORANGE ._gold-text.--weight-767{font-weight:767}html.ORANGE ._gold-text.--weight-768{font-weight:768}html.ORANGE ._gold-text.--weight-769{font-weight:769}html.ORANGE ._gold-text.--weight-770{font-weight:770}html.ORANGE ._gold-text.--weight-771{font-weight:771}html.ORANGE ._gold-text.--weight-772{font-weight:772}html.ORANGE ._gold-text.--weight-773{font-weight:773}html.ORANGE ._gold-text.--weight-774{font-weight:774}html.ORANGE ._gold-text.--weight-775{font-weight:775}html.ORANGE ._gold-text.--weight-776{font-weight:776}html.ORANGE ._gold-text.--weight-777{font-weight:777}html.ORANGE ._gold-text.--weight-778{font-weight:778}html.ORANGE ._gold-text.--weight-779{font-weight:779}html.ORANGE ._gold-text.--weight-780{font-weight:780}html.ORANGE ._gold-text.--weight-781{font-weight:781}html.ORANGE ._gold-text.--weight-782{font-weight:782}html.ORANGE ._gold-text.--weight-783{font-weight:783}html.ORANGE ._gold-text.--weight-784{font-weight:784}html.ORANGE ._gold-text.--weight-785{font-weight:785}html.ORANGE ._gold-text.--weight-786{font-weight:786}html.ORANGE ._gold-text.--weight-787{font-weight:787}html.ORANGE ._gold-text.--weight-788{font-weight:788}html.ORANGE ._gold-text.--weight-789{font-weight:789}html.ORANGE ._gold-text.--weight-790{font-weight:790}html.ORANGE ._gold-text.--weight-791{font-weight:791}html.ORANGE ._gold-text.--weight-792{font-weight:792}html.ORANGE ._gold-text.--weight-793{font-weight:793}html.ORANGE ._gold-text.--weight-794{font-weight:794}html.ORANGE ._gold-text.--weight-795{font-weight:795}html.ORANGE ._gold-text.--weight-796{font-weight:796}html.ORANGE ._gold-text.--weight-797{font-weight:797}html.ORANGE ._gold-text.--weight-798{font-weight:798}html.ORANGE ._gold-text.--weight-799{font-weight:799}html.ORANGE ._gold-text.--weight-800{font-weight:800}html.ORANGE ._gold-text.--lh-1{line-height:1px}html.ORANGE ._gold-text.--lh-2{line-height:2px}html.ORANGE ._gold-text.--lh-3{line-height:3px}html.ORANGE ._gold-text.--lh-4{line-height:4px}html.ORANGE ._gold-text.--lh-5{line-height:5px}html.ORANGE ._gold-text.--lh-6{line-height:6px}html.ORANGE ._gold-text.--lh-7{line-height:7px}html.ORANGE ._gold-text.--lh-8{line-height:8px}html.ORANGE ._gold-text.--lh-9{line-height:9px}html.ORANGE ._gold-text.--lh-10{line-height:10px}html.ORANGE ._gold-text.--lh-11{line-height:11px}html.ORANGE ._gold-text.--lh-12{line-height:12px}html.ORANGE ._gold-text.--lh-13{line-height:13px}html.ORANGE ._gold-text.--lh-14{line-height:14px}html.ORANGE ._gold-text.--lh-15{line-height:15px}html.ORANGE ._gold-text.--lh-16{line-height:16px}html.ORANGE ._gold-text.--lh-17{line-height:17px}html.ORANGE ._gold-text.--lh-18{line-height:18px}html.ORANGE ._gold-text.--lh-19{line-height:19px}html.ORANGE ._gold-text.--lh-20{line-height:20px}html.ORANGE ._gold-text.--lh-21{line-height:21px}html.ORANGE ._gold-text.--lh-22{line-height:22px}html.ORANGE ._gold-text.--lh-23{line-height:23px}html.ORANGE ._gold-text.--lh-24{line-height:24px}html.ORANGE ._gold-text.--lh-25{line-height:25px}html.ORANGE ._gold-text.--lh-26{line-height:26px}html.ORANGE ._gold-text.--lh-27{line-height:27px}html.ORANGE ._gold-text.--lh-28{line-height:28px}html.ORANGE ._gold-text.--lh-29{line-height:29px}html.ORANGE ._gold-text.--lh-30{line-height:30px}html.ORANGE ._gold-text.--lh-31{line-height:31px}html.ORANGE ._gold-text.--lh-32{line-height:32px}html.ORANGE ._gold-text.--lh-33{line-height:33px}html.ORANGE ._gold-text.--lh-34{line-height:34px}html.ORANGE ._gold-text.--lh-35{line-height:35px}html.ORANGE ._gold-text.--lh-36{line-height:36px}html.ORANGE ._gold-text.--lh-37{line-height:37px}html.ORANGE ._gold-text.--lh-38{line-height:38px}html.ORANGE ._gold-text.--lh-39{line-height:39px}html.ORANGE ._gold-text.--lh-40{line-height:40px}html.ORANGE ._gold-text.--lh-41{line-height:41px}html.ORANGE ._gold-text.--lh-42{line-height:42px}html.ORANGE ._gold-text.--lh-43{line-height:43px}html.ORANGE ._gold-text.--lh-44{line-height:44px}html.ORANGE ._gold-text.--lh-45{line-height:45px}html.ORANGE ._gold-text.--lh-46{line-height:46px}html.ORANGE ._gold-text.--lh-47{line-height:47px}html.ORANGE ._gold-text.--lh-48{line-height:48px}html.ORANGE ._gold-text.--lh-49{line-height:49px}html.ORANGE ._gold-text.--lh-50{line-height:50px}html.ORANGE ._gold-text.--lh-51{line-height:51px}html.ORANGE ._gold-text.--lh-52{line-height:52px}html.ORANGE ._gold-text.--lh-53{line-height:53px}html.ORANGE ._gold-text.--lh-54{line-height:54px}html.ORANGE ._gold-text.--lh-55{line-height:55px}html.ORANGE ._gold-text.--lh-56{line-height:56px}html.ORANGE ._gold-text.--lh-57{line-height:57px}html.ORANGE ._gold-text.--lh-58{line-height:58px}html.ORANGE ._gold-text.--lh-59{line-height:59px}html.ORANGE ._gold-text.--lh-60{line-height:60px}html.ORANGE ._gold-text.--lh-61{line-height:61px}html.ORANGE ._gold-text.--lh-62{line-height:62px}html.ORANGE ._gold-text.--lh-63{line-height:63px}html.ORANGE ._gold-text.--lh-64{line-height:64px}html.ORANGE ._gold-text.--lh-65{line-height:65px}html.ORANGE ._gold-text.--lh-66{line-height:66px}html.ORANGE ._gold-text.--lh-67{line-height:67px}html.ORANGE ._gold-text.--lh-68{line-height:68px}html.ORANGE ._gold-text.--lh-69{line-height:69px}html.ORANGE ._gold-text.--lh-70{line-height:70px}html.ORANGE ._gold-text.--lh-71{line-height:71px}html.ORANGE ._gold-text.--lh-72{line-height:72px}html.ORANGE ._gold-text.--lh-73{line-height:73px}html.ORANGE ._gold-text.--lh-74{line-height:74px}html.ORANGE ._gold-text.--lh-75{line-height:75px}html.ORANGE ._gold-text.--lh-76{line-height:76px}html.ORANGE ._gold-text.--lh-77{line-height:77px}html.ORANGE ._gold-text.--lh-78{line-height:78px}html.ORANGE ._gold-text.--lh-79{line-height:79px}html.ORANGE ._gold-text.--lh-80{line-height:80px}html.ORANGE ._gold-text.--lh-81{line-height:81px}html.ORANGE ._gold-text.--lh-82{line-height:82px}html.ORANGE ._gold-text.--lh-83{line-height:83px}html.ORANGE ._gold-text.--lh-84{line-height:84px}html.ORANGE ._gold-text.--lh-85{line-height:85px}html.ORANGE ._gold-text.--lh-86{line-height:86px}html.ORANGE ._gold-text.--lh-87{line-height:87px}html.ORANGE ._gold-text.--lh-88{line-height:88px}html.ORANGE ._gold-text.--lh-89{line-height:89px}html.ORANGE ._gold-text.--lh-90{line-height:90px}html.ORANGE ._gold-text.--lh-91{line-height:91px}html.ORANGE ._gold-text.--lh-92{line-height:92px}html.ORANGE ._gold-text.--lh-93{line-height:93px}html.ORANGE ._gold-text.--lh-94{line-height:94px}html.ORANGE ._gold-text.--lh-95{line-height:95px}html.ORANGE ._gold-text.--lh-96{line-height:96px}html.ORANGE ._gold-text.--lh-97{line-height:97px}html.ORANGE ._gold-text.--lh-98{line-height:98px}html.ORANGE ._gold-text.--lh-99{line-height:99px}html.ORANGE ._gold-text.--lh-100{line-height:100px}html.ORANGE ._gold-text.--lh-101{line-height:101px}html.ORANGE ._gold-text.--lh-102{line-height:102px}html.ORANGE ._gold-text.--lh-103{line-height:103px}html.ORANGE ._gold-text.--lh-104{line-height:104px}html.ORANGE ._gold-text.--lh-105{line-height:105px}html.ORANGE ._gold-text.--lh-106{line-height:106px}html.ORANGE ._gold-text.--lh-107{line-height:107px}html.ORANGE ._gold-text.--lh-108{line-height:108px}html.ORANGE ._gold-text.--lh-109{line-height:109px}html.ORANGE ._gold-text.--lh-110{line-height:110px}html.ORANGE ._gold-text.--lh-111{line-height:111px}html.ORANGE ._gold-text.--lh-112{line-height:112px}html.ORANGE ._gold-text.--lh-113{line-height:113px}html.ORANGE ._gold-text.--lh-114{line-height:114px}html.ORANGE ._gold-text.--lh-115{line-height:115px}html.ORANGE ._gold-text.--lh-116{line-height:116px}html.ORANGE ._gold-text.--lh-117{line-height:117px}html.ORANGE ._gold-text.--lh-118{line-height:118px}html.ORANGE ._gold-text.--lh-119{line-height:119px}html.ORANGE ._gold-text.--lh-120{line-height:120px}html.ORANGE ._gold-text.--lh-121{line-height:121px}html.ORANGE ._gold-text.--lh-122{line-height:122px}html.ORANGE ._gold-text.--lh-123{line-height:123px}html.ORANGE ._gold-text.--lh-124{line-height:124px}html.ORANGE ._gold-text.--lh-125{line-height:125px}html.ORANGE ._gold-text.--lh-126{line-height:126px}html.ORANGE ._gold-text.--lh-127{line-height:127px}html.ORANGE ._gold-text.--lh-128{line-height:128px}html.ORANGE ._gold-text.--lh-129{line-height:129px}html.ORANGE ._gold-text.--lh-130{line-height:130px}html.ORANGE ._gold-text.--lh-131{line-height:131px}html.ORANGE ._gold-text.--lh-132{line-height:132px}html.ORANGE ._gold-text.--lh-133{line-height:133px}html.ORANGE ._gold-text.--lh-134{line-height:134px}html.ORANGE ._gold-text.--lh-135{line-height:135px}html.ORANGE ._gold-text.--lh-136{line-height:136px}html.ORANGE ._gold-text.--lh-137{line-height:137px}html.ORANGE ._gold-text.--lh-138{line-height:138px}html.ORANGE ._gold-text.--lh-139{line-height:139px}html.ORANGE ._gold-text.--lh-140{line-height:140px}html.ORANGE ._gold-text.--lh-141{line-height:141px}html.ORANGE ._gold-text.--lh-142{line-height:142px}html.ORANGE ._gold-text.--lh-143{line-height:143px}html.ORANGE ._gold-text.--lh-144{line-height:144px}html.ORANGE ._gold-text.--lh-145{line-height:145px}html.ORANGE ._gold-text.--lh-146{line-height:146px}html.ORANGE ._gold-text.--lh-147{line-height:147px}html.ORANGE ._gold-text.--lh-148{line-height:148px}html.ORANGE ._gold-text.--lh-149{line-height:149px}html.ORANGE ._gold-text.--lh-150{line-height:150px}html.ORANGE ._gold-text.--lh-151{line-height:151px}html.ORANGE ._gold-text.--lh-152{line-height:152px}html.ORANGE ._gold-text.--lh-153{line-height:153px}html.ORANGE ._gold-text.--lh-154{line-height:154px}html.ORANGE ._gold-text.--lh-155{line-height:155px}html.ORANGE ._gold-text.--lh-156{line-height:156px}html.ORANGE ._gold-text.--lh-157{line-height:157px}html.ORANGE ._gold-text.--lh-158{line-height:158px}html.ORANGE ._gold-text.--lh-159{line-height:159px}html.ORANGE ._gold-text.--lh-160{line-height:160px}html.ORANGE ._gold-text.--lh-161{line-height:161px}html.ORANGE ._gold-text.--lh-162{line-height:162px}html.ORANGE ._gold-text.--lh-163{line-height:163px}html.ORANGE ._gold-text.--lh-164{line-height:164px}html.ORANGE ._gold-text.--lh-165{line-height:165px}html.ORANGE ._gold-text.--lh-166{line-height:166px}html.ORANGE ._gold-text.--lh-167{line-height:167px}html.ORANGE ._gold-text.--lh-168{line-height:168px}html.ORANGE ._gold-text.--lh-169{line-height:169px}html.ORANGE ._gold-text.--lh-170{line-height:170px}html.ORANGE ._gold-text.--lh-171{line-height:171px}html.ORANGE ._gold-text.--lh-172{line-height:172px}html.ORANGE ._gold-text.--lh-173{line-height:173px}html.ORANGE ._gold-text.--lh-174{line-height:174px}html.ORANGE ._gold-text.--lh-175{line-height:175px}html.ORANGE ._gold-text.--lh-176{line-height:176px}html.ORANGE ._gold-text.--lh-177{line-height:177px}html.ORANGE ._gold-text.--lh-178{line-height:178px}html.ORANGE ._gold-text.--lh-179{line-height:179px}html.ORANGE ._gold-text.--lh-180{line-height:180px}html.ORANGE ._gold-text.--lh-181{line-height:181px}html.ORANGE ._gold-text.--lh-182{line-height:182px}html.ORANGE ._gold-text.--lh-183{line-height:183px}html.ORANGE ._gold-text.--lh-184{line-height:184px}html.ORANGE ._gold-text.--lh-185{line-height:185px}html.ORANGE ._gold-text.--lh-186{line-height:186px}html.ORANGE ._gold-text.--lh-187{line-height:187px}html.ORANGE ._gold-text.--lh-188{line-height:188px}html.ORANGE ._gold-text.--lh-189{line-height:189px}html.ORANGE ._gold-text.--lh-190{line-height:190px}html.ORANGE ._gold-text.--lh-191{line-height:191px}html.ORANGE ._gold-text.--lh-192{line-height:192px}html.ORANGE ._gold-text.--lh-193{line-height:193px}html.ORANGE ._gold-text.--lh-194{line-height:194px}html.ORANGE ._gold-text.--lh-195{line-height:195px}html.ORANGE ._gold-text.--lh-196{line-height:196px}html.ORANGE ._gold-text.--lh-197{line-height:197px}html.ORANGE ._gold-text.--lh-198{line-height:198px}html.ORANGE ._gold-text.--lh-199{line-height:199px}html.ORANGE ._gold-text.--lh-200{line-height:200px}html.ORANGE ._gold-text.--lh-201{line-height:201px}html.ORANGE ._gold-text.--lh-202{line-height:202px}html.ORANGE ._gold-text.--lh-203{line-height:203px}html.ORANGE ._gold-text.--lh-204{line-height:204px}html.ORANGE ._gold-text.--lh-205{line-height:205px}html.ORANGE ._gold-text.--lh-206{line-height:206px}html.ORANGE ._gold-text.--lh-207{line-height:207px}html.ORANGE ._gold-text.--lh-208{line-height:208px}html.ORANGE ._gold-text.--lh-209{line-height:209px}html.ORANGE ._gold-text.--lh-210{line-height:210px}html.ORANGE ._gold-text.--lh-211{line-height:211px}html.ORANGE ._gold-text.--lh-212{line-height:212px}html.ORANGE ._gold-text.--lh-213{line-height:213px}html.ORANGE ._gold-text.--lh-214{line-height:214px}html.ORANGE ._gold-text.--lh-215{line-height:215px}html.ORANGE ._gold-text.--lh-216{line-height:216px}html.ORANGE ._gold-text.--lh-217{line-height:217px}html.ORANGE ._gold-text.--lh-218{line-height:218px}html.ORANGE ._gold-text.--lh-219{line-height:219px}html.ORANGE ._gold-text.--lh-220{line-height:220px}html.ORANGE ._gold-text.--lh-221{line-height:221px}html.ORANGE ._gold-text.--lh-222{line-height:222px}html.ORANGE ._gold-text.--lh-223{line-height:223px}html.ORANGE ._gold-text.--lh-224{line-height:224px}html.ORANGE ._gold-text.--lh-225{line-height:225px}html.ORANGE ._gold-text.--lh-226{line-height:226px}html.ORANGE ._gold-text.--lh-227{line-height:227px}html.ORANGE ._gold-text.--lh-228{line-height:228px}html.ORANGE ._gold-text.--lh-229{line-height:229px}html.ORANGE ._gold-text.--lh-230{line-height:230px}html.ORANGE ._gold-text.--lh-231{line-height:231px}html.ORANGE ._gold-text.--lh-232{line-height:232px}html.ORANGE ._gold-text.--lh-233{line-height:233px}html.ORANGE ._gold-text.--lh-234{line-height:234px}html.ORANGE ._gold-text.--lh-235{line-height:235px}html.ORANGE ._gold-text.--lh-236{line-height:236px}html.ORANGE ._gold-text.--lh-237{line-height:237px}html.ORANGE ._gold-text.--lh-238{line-height:238px}html.ORANGE ._gold-text.--lh-239{line-height:239px}html.ORANGE ._gold-text.--lh-240{line-height:240px}html.ORANGE ._gold-text.--lh-241{line-height:241px}html.ORANGE ._gold-text.--lh-242{line-height:242px}html.ORANGE ._gold-text.--lh-243{line-height:243px}html.ORANGE ._gold-text.--lh-244{line-height:244px}html.ORANGE ._gold-text.--lh-245{line-height:245px}html.ORANGE ._gold-text.--lh-246{line-height:246px}html.ORANGE ._gold-text.--lh-247{line-height:247px}html.ORANGE ._gold-text.--lh-248{line-height:248px}html.ORANGE ._gold-text.--lh-249{line-height:249px}html.ORANGE ._gold-text.--lh-250{line-height:250px}html.ORANGE ._gold-text.--lh-251{line-height:251px}html.ORANGE ._gold-text.--lh-252{line-height:252px}html.ORANGE ._gold-text.--lh-253{line-height:253px}html.ORANGE ._gold-text.--lh-254{line-height:254px}html.ORANGE ._gold-text.--lh-255{line-height:255px}html.ORANGE ._gold-text.--lh-256{line-height:256px}html.ORANGE ._gold-text.--lh-257{line-height:257px}html.ORANGE ._gold-text.--lh-258{line-height:258px}html.ORANGE ._gold-text.--lh-259{line-height:259px}html.ORANGE ._gold-text.--lh-260{line-height:260px}html.ORANGE ._gold-text.--lh-261{line-height:261px}html.ORANGE ._gold-text.--lh-262{line-height:262px}html.ORANGE ._gold-text.--lh-263{line-height:263px}html.ORANGE ._gold-text.--lh-264{line-height:264px}html.ORANGE ._gold-text.--lh-265{line-height:265px}html.ORANGE ._gold-text.--lh-266{line-height:266px}html.ORANGE ._gold-text.--lh-267{line-height:267px}html.ORANGE ._gold-text.--lh-268{line-height:268px}html.ORANGE ._gold-text.--lh-269{line-height:269px}html.ORANGE ._gold-text.--lh-270{line-height:270px}html.ORANGE ._gold-text.--lh-271{line-height:271px}html.ORANGE ._gold-text.--lh-272{line-height:272px}html.ORANGE ._gold-text.--lh-273{line-height:273px}html.ORANGE ._gold-text.--lh-274{line-height:274px}html.ORANGE ._gold-text.--lh-275{line-height:275px}html.ORANGE ._gold-text.--lh-276{line-height:276px}html.ORANGE ._gold-text.--lh-277{line-height:277px}html.ORANGE ._gold-text.--lh-278{line-height:278px}html.ORANGE ._gold-text.--lh-279{line-height:279px}html.ORANGE ._gold-text.--lh-280{line-height:280px}html.ORANGE ._gold-text.--lh-281{line-height:281px}html.ORANGE ._gold-text.--lh-282{line-height:282px}html.ORANGE ._gold-text.--lh-283{line-height:283px}html.ORANGE ._gold-text.--lh-284{line-height:284px}html.ORANGE ._gold-text.--lh-285{line-height:285px}html.ORANGE ._gold-text.--lh-286{line-height:286px}html.ORANGE ._gold-text.--lh-287{line-height:287px}html.ORANGE ._gold-text.--lh-288{line-height:288px}html.ORANGE ._gold-text.--lh-289{line-height:289px}html.ORANGE ._gold-text.--lh-290{line-height:290px}html.ORANGE ._gold-text.--lh-291{line-height:291px}html.ORANGE ._gold-text.--lh-292{line-height:292px}html.ORANGE ._gold-text.--lh-293{line-height:293px}html.ORANGE ._gold-text.--lh-294{line-height:294px}html.ORANGE ._gold-text.--lh-295{line-height:295px}html.ORANGE ._gold-text.--lh-296{line-height:296px}html.ORANGE ._gold-text.--lh-297{line-height:297px}html.ORANGE ._gold-text.--lh-298{line-height:298px}html.ORANGE ._gold-text.--lh-299{line-height:299px}html.ORANGE ._gold-text.--lh-300{line-height:300px}html.ORANGE ._gold-text.--lh-301{line-height:301px}html.ORANGE ._gold-text.--lh-302{line-height:302px}html.ORANGE ._gold-text.--lh-303{line-height:303px}html.ORANGE ._gold-text.--lh-304{line-height:304px}html.ORANGE ._gold-text.--lh-305{line-height:305px}html.ORANGE ._gold-text.--lh-306{line-height:306px}html.ORANGE ._gold-text.--lh-307{line-height:307px}html.ORANGE ._gold-text.--lh-308{line-height:308px}html.ORANGE ._gold-text.--lh-309{line-height:309px}html.ORANGE ._gold-text.--lh-310{line-height:310px}html.ORANGE ._gold-text.--lh-311{line-height:311px}html.ORANGE ._gold-text.--lh-312{line-height:312px}html.ORANGE ._gold-text.--lh-313{line-height:313px}html.ORANGE ._gold-text.--lh-314{line-height:314px}html.ORANGE ._gold-text.--lh-315{line-height:315px}html.ORANGE ._gold-text.--lh-316{line-height:316px}html.ORANGE ._gold-text.--lh-317{line-height:317px}html.ORANGE ._gold-text.--lh-318{line-height:318px}html.ORANGE ._gold-text.--lh-319{line-height:319px}html.ORANGE ._gold-text.--lh-320{line-height:320px}html.ORANGE ._gold-text.--lh-321{line-height:321px}html.ORANGE ._gold-text.--lh-322{line-height:322px}html.ORANGE ._gold-text.--lh-323{line-height:323px}html.ORANGE ._gold-text.--lh-324{line-height:324px}html.ORANGE ._gold-text.--lh-325{line-height:325px}html.ORANGE ._gold-text.--lh-326{line-height:326px}html.ORANGE ._gold-text.--lh-327{line-height:327px}html.ORANGE ._gold-text.--lh-328{line-height:328px}html.ORANGE ._gold-text.--lh-329{line-height:329px}html.ORANGE ._gold-text.--lh-330{line-height:330px}html.ORANGE ._gold-text.--lh-331{line-height:331px}html.ORANGE ._gold-text.--lh-332{line-height:332px}html.ORANGE ._gold-text.--lh-333{line-height:333px}html.ORANGE ._gold-text.--lh-334{line-height:334px}html.ORANGE ._gold-text.--lh-335{line-height:335px}html.ORANGE ._gold-text.--lh-336{line-height:336px}html.ORANGE ._gold-text.--lh-337{line-height:337px}html.ORANGE ._gold-text.--lh-338{line-height:338px}html.ORANGE ._gold-text.--lh-339{line-height:339px}html.ORANGE ._gold-text.--lh-340{line-height:340px}html.ORANGE ._gold-text.--lh-341{line-height:341px}html.ORANGE ._gold-text.--lh-342{line-height:342px}html.ORANGE ._gold-text.--lh-343{line-height:343px}html.ORANGE ._gold-text.--lh-344{line-height:344px}html.ORANGE ._gold-text.--lh-345{line-height:345px}html.ORANGE ._gold-text.--lh-346{line-height:346px}html.ORANGE ._gold-text.--lh-347{line-height:347px}html.ORANGE ._gold-text.--lh-348{line-height:348px}html.ORANGE ._gold-text.--lh-349{line-height:349px}html.ORANGE ._gold-text.--lh-350{line-height:350px}html.ORANGE ._gold-text.--lh-351{line-height:351px}html.ORANGE ._gold-text.--lh-352{line-height:352px}html.ORANGE ._gold-text.--lh-353{line-height:353px}html.ORANGE ._gold-text.--lh-354{line-height:354px}html.ORANGE ._gold-text.--lh-355{line-height:355px}html.ORANGE ._gold-text.--lh-356{line-height:356px}html.ORANGE ._gold-text.--lh-357{line-height:357px}html.ORANGE ._gold-text.--lh-358{line-height:358px}html.ORANGE ._gold-text.--lh-359{line-height:359px}html.ORANGE ._gold-text.--lh-360{line-height:360px}html.ORANGE ._gold-text.--lh-361{line-height:361px}html.ORANGE ._gold-text.--lh-362{line-height:362px}html.ORANGE ._gold-text.--lh-363{line-height:363px}html.ORANGE ._gold-text.--lh-364{line-height:364px}html.ORANGE ._gold-text.--lh-365{line-height:365px}html.ORANGE ._gold-text.--lh-366{line-height:366px}html.ORANGE ._gold-text.--lh-367{line-height:367px}html.ORANGE ._gold-text.--lh-368{line-height:368px}html.ORANGE ._gold-text.--lh-369{line-height:369px}html.ORANGE ._gold-text.--lh-370{line-height:370px}html.ORANGE ._gold-text.--lh-371{line-height:371px}html.ORANGE ._gold-text.--lh-372{line-height:372px}html.ORANGE ._gold-text.--lh-373{line-height:373px}html.ORANGE ._gold-text.--lh-374{line-height:374px}html.ORANGE ._gold-text.--lh-375{line-height:375px}html.ORANGE ._gold-text.--lh-376{line-height:376px}html.ORANGE ._gold-text.--lh-377{line-height:377px}html.ORANGE ._gold-text.--lh-378{line-height:378px}html.ORANGE ._gold-text.--lh-379{line-height:379px}html.ORANGE ._gold-text.--lh-380{line-height:380px}html.ORANGE ._gold-text.--lh-381{line-height:381px}html.ORANGE ._gold-text.--lh-382{line-height:382px}html.ORANGE ._gold-text.--lh-383{line-height:383px}html.ORANGE ._gold-text.--lh-384{line-height:384px}html.ORANGE ._gold-text.--lh-385{line-height:385px}html.ORANGE ._gold-text.--lh-386{line-height:386px}html.ORANGE ._gold-text.--lh-387{line-height:387px}html.ORANGE ._gold-text.--lh-388{line-height:388px}html.ORANGE ._gold-text.--lh-389{line-height:389px}html.ORANGE ._gold-text.--lh-390{line-height:390px}html.ORANGE ._gold-text.--lh-391{line-height:391px}html.ORANGE ._gold-text.--lh-392{line-height:392px}html.ORANGE ._gold-text.--lh-393{line-height:393px}html.ORANGE ._gold-text.--lh-394{line-height:394px}html.ORANGE ._gold-text.--lh-395{line-height:395px}html.ORANGE ._gold-text.--lh-396{line-height:396px}html.ORANGE ._gold-text.--lh-397{line-height:397px}html.ORANGE ._gold-text.--lh-398{line-height:398px}html.ORANGE ._gold-text.--lh-399{line-height:399px}html.ORANGE ._gold-text.--lh-400{line-height:400px}html.ORANGE ._gold-text.--lh-401{line-height:401px}html.ORANGE ._gold-text.--lh-402{line-height:402px}html.ORANGE ._gold-text.--lh-403{line-height:403px}html.ORANGE ._gold-text.--lh-404{line-height:404px}html.ORANGE ._gold-text.--lh-405{line-height:405px}html.ORANGE ._gold-text.--lh-406{line-height:406px}html.ORANGE ._gold-text.--lh-407{line-height:407px}html.ORANGE ._gold-text.--lh-408{line-height:408px}html.ORANGE ._gold-text.--lh-409{line-height:409px}html.ORANGE ._gold-text.--lh-410{line-height:410px}html.ORANGE ._gold-text.--lh-411{line-height:411px}html.ORANGE ._gold-text.--lh-412{line-height:412px}html.ORANGE ._gold-text.--lh-413{line-height:413px}html.ORANGE ._gold-text.--lh-414{line-height:414px}html.ORANGE ._gold-text.--lh-415{line-height:415px}html.ORANGE ._gold-text.--lh-416{line-height:416px}html.ORANGE ._gold-text.--lh-417{line-height:417px}html.ORANGE ._gold-text.--lh-418{line-height:418px}html.ORANGE ._gold-text.--lh-419{line-height:419px}html.ORANGE ._gold-text.--lh-420{line-height:420px}html.ORANGE ._gold-text.--lh-421{line-height:421px}html.ORANGE ._gold-text.--lh-422{line-height:422px}html.ORANGE ._gold-text.--lh-423{line-height:423px}html.ORANGE ._gold-text.--lh-424{line-height:424px}html.ORANGE ._gold-text.--lh-425{line-height:425px}html.ORANGE ._gold-text.--lh-426{line-height:426px}html.ORANGE ._gold-text.--lh-427{line-height:427px}html.ORANGE ._gold-text.--lh-428{line-height:428px}html.ORANGE ._gold-text.--lh-429{line-height:429px}html.ORANGE ._gold-text.--lh-430{line-height:430px}html.ORANGE ._gold-text.--lh-431{line-height:431px}html.ORANGE ._gold-text.--lh-432{line-height:432px}html.ORANGE ._gold-text.--lh-433{line-height:433px}html.ORANGE ._gold-text.--lh-434{line-height:434px}html.ORANGE ._gold-text.--lh-435{line-height:435px}html.ORANGE ._gold-text.--lh-436{line-height:436px}html.ORANGE ._gold-text.--lh-437{line-height:437px}html.ORANGE ._gold-text.--lh-438{line-height:438px}html.ORANGE ._gold-text.--lh-439{line-height:439px}html.ORANGE ._gold-text.--lh-440{line-height:440px}html.ORANGE ._gold-text.--lh-441{line-height:441px}html.ORANGE ._gold-text.--lh-442{line-height:442px}html.ORANGE ._gold-text.--lh-443{line-height:443px}html.ORANGE ._gold-text.--lh-444{line-height:444px}html.ORANGE ._gold-text.--lh-445{line-height:445px}html.ORANGE ._gold-text.--lh-446{line-height:446px}html.ORANGE ._gold-text.--lh-447{line-height:447px}html.ORANGE ._gold-text.--lh-448{line-height:448px}html.ORANGE ._gold-text.--lh-449{line-height:449px}html.ORANGE ._gold-text.--lh-450{line-height:450px}html.ORANGE ._gold-text.--lh-451{line-height:451px}html.ORANGE ._gold-text.--lh-452{line-height:452px}html.ORANGE ._gold-text.--lh-453{line-height:453px}html.ORANGE ._gold-text.--lh-454{line-height:454px}html.ORANGE ._gold-text.--lh-455{line-height:455px}html.ORANGE ._gold-text.--lh-456{line-height:456px}html.ORANGE ._gold-text.--lh-457{line-height:457px}html.ORANGE ._gold-text.--lh-458{line-height:458px}html.ORANGE ._gold-text.--lh-459{line-height:459px}html.ORANGE ._gold-text.--lh-460{line-height:460px}html.ORANGE ._gold-text.--lh-461{line-height:461px}html.ORANGE ._gold-text.--lh-462{line-height:462px}html.ORANGE ._gold-text.--lh-463{line-height:463px}html.ORANGE ._gold-text.--lh-464{line-height:464px}html.ORANGE ._gold-text.--lh-465{line-height:465px}html.ORANGE ._gold-text.--lh-466{line-height:466px}html.ORANGE ._gold-text.--lh-467{line-height:467px}html.ORANGE ._gold-text.--lh-468{line-height:468px}html.ORANGE ._gold-text.--lh-469{line-height:469px}html.ORANGE ._gold-text.--lh-470{line-height:470px}html.ORANGE ._gold-text.--lh-471{line-height:471px}html.ORANGE ._gold-text.--lh-472{line-height:472px}html.ORANGE ._gold-text.--lh-473{line-height:473px}html.ORANGE ._gold-text.--lh-474{line-height:474px}html.ORANGE ._gold-text.--lh-475{line-height:475px}html.ORANGE ._gold-text.--lh-476{line-height:476px}html.ORANGE ._gold-text.--lh-477{line-height:477px}html.ORANGE ._gold-text.--lh-478{line-height:478px}html.ORANGE ._gold-text.--lh-479{line-height:479px}html.ORANGE ._gold-text.--lh-480{line-height:480px}html.ORANGE ._gold-text.--lh-481{line-height:481px}html.ORANGE ._gold-text.--lh-482{line-height:482px}html.ORANGE ._gold-text.--lh-483{line-height:483px}html.ORANGE ._gold-text.--lh-484{line-height:484px}html.ORANGE ._gold-text.--lh-485{line-height:485px}html.ORANGE ._gold-text.--lh-486{line-height:486px}html.ORANGE ._gold-text.--lh-487{line-height:487px}html.ORANGE ._gold-text.--lh-488{line-height:488px}html.ORANGE ._gold-text.--lh-489{line-height:489px}html.ORANGE ._gold-text.--lh-490{line-height:490px}html.ORANGE ._gold-text.--lh-491{line-height:491px}html.ORANGE ._gold-text.--lh-492{line-height:492px}html.ORANGE ._gold-text.--lh-493{line-height:493px}html.ORANGE ._gold-text.--lh-494{line-height:494px}html.ORANGE ._gold-text.--lh-495{line-height:495px}html.ORANGE ._gold-text.--lh-496{line-height:496px}html.ORANGE ._gold-text.--lh-497{line-height:497px}html.ORANGE ._gold-text.--lh-498{line-height:498px}html.ORANGE ._gold-text.--lh-499{line-height:499px}html.ORANGE ._gold-text.--lh-500{line-height:500px}html.ORANGE ._gold-text.--lh-501{line-height:501px}html.ORANGE ._gold-text.--lh-502{line-height:502px}html.ORANGE ._gold-text.--lh-503{line-height:503px}html.ORANGE ._gold-text.--lh-504{line-height:504px}html.ORANGE ._gold-text.--lh-505{line-height:505px}html.ORANGE ._gold-text.--lh-506{line-height:506px}html.ORANGE ._gold-text.--lh-507{line-height:507px}html.ORANGE ._gold-text.--lh-508{line-height:508px}html.ORANGE ._gold-text.--lh-509{line-height:509px}html.ORANGE ._gold-text.--lh-510{line-height:510px}html.ORANGE ._gold-text.--lh-511{line-height:511px}html.ORANGE ._gold-text.--lh-512{line-height:512px}html.ORANGE ._gold-text.--lh-513{line-height:513px}html.ORANGE ._gold-text.--lh-514{line-height:514px}html.ORANGE ._gold-text.--lh-515{line-height:515px}html.ORANGE ._gold-text.--lh-516{line-height:516px}html.ORANGE ._gold-text.--lh-517{line-height:517px}html.ORANGE ._gold-text.--lh-518{line-height:518px}html.ORANGE ._gold-text.--lh-519{line-height:519px}html.ORANGE ._gold-text.--lh-520{line-height:520px}html.ORANGE ._gold-text.--lh-521{line-height:521px}html.ORANGE ._gold-text.--lh-522{line-height:522px}html.ORANGE ._gold-text.--lh-523{line-height:523px}html.ORANGE ._gold-text.--lh-524{line-height:524px}html.ORANGE ._gold-text.--lh-525{line-height:525px}html.ORANGE ._gold-text.--lh-526{line-height:526px}html.ORANGE ._gold-text.--lh-527{line-height:527px}html.ORANGE ._gold-text.--lh-528{line-height:528px}html.ORANGE ._gold-text.--lh-529{line-height:529px}html.ORANGE ._gold-text.--lh-530{line-height:530px}html.ORANGE ._gold-text.--lh-531{line-height:531px}html.ORANGE ._gold-text.--lh-532{line-height:532px}html.ORANGE ._gold-text.--lh-533{line-height:533px}html.ORANGE ._gold-text.--lh-534{line-height:534px}html.ORANGE ._gold-text.--lh-535{line-height:535px}html.ORANGE ._gold-text.--lh-536{line-height:536px}html.ORANGE ._gold-text.--lh-537{line-height:537px}html.ORANGE ._gold-text.--lh-538{line-height:538px}html.ORANGE ._gold-text.--lh-539{line-height:539px}html.ORANGE ._gold-text.--lh-540{line-height:540px}html.ORANGE ._gold-text.--lh-541{line-height:541px}html.ORANGE ._gold-text.--lh-542{line-height:542px}html.ORANGE ._gold-text.--lh-543{line-height:543px}html.ORANGE ._gold-text.--lh-544{line-height:544px}html.ORANGE ._gold-text.--lh-545{line-height:545px}html.ORANGE ._gold-text.--lh-546{line-height:546px}html.ORANGE ._gold-text.--lh-547{line-height:547px}html.ORANGE ._gold-text.--lh-548{line-height:548px}html.ORANGE ._gold-text.--lh-549{line-height:549px}html.ORANGE ._gold-text.--lh-550{line-height:550px}html.ORANGE ._gold-text.--lh-551{line-height:551px}html.ORANGE ._gold-text.--lh-552{line-height:552px}html.ORANGE ._gold-text.--lh-553{line-height:553px}html.ORANGE ._gold-text.--lh-554{line-height:554px}html.ORANGE ._gold-text.--lh-555{line-height:555px}html.ORANGE ._gold-text.--lh-556{line-height:556px}html.ORANGE ._gold-text.--lh-557{line-height:557px}html.ORANGE ._gold-text.--lh-558{line-height:558px}html.ORANGE ._gold-text.--lh-559{line-height:559px}html.ORANGE ._gold-text.--lh-560{line-height:560px}html.ORANGE ._gold-text.--lh-561{line-height:561px}html.ORANGE ._gold-text.--lh-562{line-height:562px}html.ORANGE ._gold-text.--lh-563{line-height:563px}html.ORANGE ._gold-text.--lh-564{line-height:564px}html.ORANGE ._gold-text.--lh-565{line-height:565px}html.ORANGE ._gold-text.--lh-566{line-height:566px}html.ORANGE ._gold-text.--lh-567{line-height:567px}html.ORANGE ._gold-text.--lh-568{line-height:568px}html.ORANGE ._gold-text.--lh-569{line-height:569px}html.ORANGE ._gold-text.--lh-570{line-height:570px}html.ORANGE ._gold-text.--lh-571{line-height:571px}html.ORANGE ._gold-text.--lh-572{line-height:572px}html.ORANGE ._gold-text.--lh-573{line-height:573px}html.ORANGE ._gold-text.--lh-574{line-height:574px}html.ORANGE ._gold-text.--lh-575{line-height:575px}html.ORANGE ._gold-text.--lh-576{line-height:576px}html.ORANGE ._gold-text.--lh-577{line-height:577px}html.ORANGE ._gold-text.--lh-578{line-height:578px}html.ORANGE ._gold-text.--lh-579{line-height:579px}html.ORANGE ._gold-text.--lh-580{line-height:580px}html.ORANGE ._gold-text.--lh-581{line-height:581px}html.ORANGE ._gold-text.--lh-582{line-height:582px}html.ORANGE ._gold-text.--lh-583{line-height:583px}html.ORANGE ._gold-text.--lh-584{line-height:584px}html.ORANGE ._gold-text.--lh-585{line-height:585px}html.ORANGE ._gold-text.--lh-586{line-height:586px}html.ORANGE ._gold-text.--lh-587{line-height:587px}html.ORANGE ._gold-text.--lh-588{line-height:588px}html.ORANGE ._gold-text.--lh-589{line-height:589px}html.ORANGE ._gold-text.--lh-590{line-height:590px}html.ORANGE ._gold-text.--lh-591{line-height:591px}html.ORANGE ._gold-text.--lh-592{line-height:592px}html.ORANGE ._gold-text.--lh-593{line-height:593px}html.ORANGE ._gold-text.--lh-594{line-height:594px}html.ORANGE ._gold-text.--lh-595{line-height:595px}html.ORANGE ._gold-text.--lh-596{line-height:596px}html.ORANGE ._gold-text.--lh-597{line-height:597px}html.ORANGE ._gold-text.--lh-598{line-height:598px}html.ORANGE ._gold-text.--lh-599{line-height:599px}html.ORANGE ._gold-text.--lh-600{line-height:600px}html.ORANGE ._gold-text.--lh-601{line-height:601px}html.ORANGE ._gold-text.--lh-602{line-height:602px}html.ORANGE ._gold-text.--lh-603{line-height:603px}html.ORANGE ._gold-text.--lh-604{line-height:604px}html.ORANGE ._gold-text.--lh-605{line-height:605px}html.ORANGE ._gold-text.--lh-606{line-height:606px}html.ORANGE ._gold-text.--lh-607{line-height:607px}html.ORANGE ._gold-text.--lh-608{line-height:608px}html.ORANGE ._gold-text.--lh-609{line-height:609px}html.ORANGE ._gold-text.--lh-610{line-height:610px}html.ORANGE ._gold-text.--lh-611{line-height:611px}html.ORANGE ._gold-text.--lh-612{line-height:612px}html.ORANGE ._gold-text.--lh-613{line-height:613px}html.ORANGE ._gold-text.--lh-614{line-height:614px}html.ORANGE ._gold-text.--lh-615{line-height:615px}html.ORANGE ._gold-text.--lh-616{line-height:616px}html.ORANGE ._gold-text.--lh-617{line-height:617px}html.ORANGE ._gold-text.--lh-618{line-height:618px}html.ORANGE ._gold-text.--lh-619{line-height:619px}html.ORANGE ._gold-text.--lh-620{line-height:620px}html.ORANGE ._gold-text.--lh-621{line-height:621px}html.ORANGE ._gold-text.--lh-622{line-height:622px}html.ORANGE ._gold-text.--lh-623{line-height:623px}html.ORANGE ._gold-text.--lh-624{line-height:624px}html.ORANGE ._gold-text.--lh-625{line-height:625px}html.ORANGE ._gold-text.--lh-626{line-height:626px}html.ORANGE ._gold-text.--lh-627{line-height:627px}html.ORANGE ._gold-text.--lh-628{line-height:628px}html.ORANGE ._gold-text.--lh-629{line-height:629px}html.ORANGE ._gold-text.--lh-630{line-height:630px}html.ORANGE ._gold-text.--lh-631{line-height:631px}html.ORANGE ._gold-text.--lh-632{line-height:632px}html.ORANGE ._gold-text.--lh-633{line-height:633px}html.ORANGE ._gold-text.--lh-634{line-height:634px}html.ORANGE ._gold-text.--lh-635{line-height:635px}html.ORANGE ._gold-text.--lh-636{line-height:636px}html.ORANGE ._gold-text.--lh-637{line-height:637px}html.ORANGE ._gold-text.--lh-638{line-height:638px}html.ORANGE ._gold-text.--lh-639{line-height:639px}html.ORANGE ._gold-text.--lh-640{line-height:640px}html.ORANGE ._gold-text.--lh-641{line-height:641px}html.ORANGE ._gold-text.--lh-642{line-height:642px}html.ORANGE ._gold-text.--lh-643{line-height:643px}html.ORANGE ._gold-text.--lh-644{line-height:644px}html.ORANGE ._gold-text.--lh-645{line-height:645px}html.ORANGE ._gold-text.--lh-646{line-height:646px}html.ORANGE ._gold-text.--lh-647{line-height:647px}html.ORANGE ._gold-text.--lh-648{line-height:648px}html.ORANGE ._gold-text.--lh-649{line-height:649px}html.ORANGE ._gold-text.--lh-650{line-height:650px}html.ORANGE ._gold-text.--lh-651{line-height:651px}html.ORANGE ._gold-text.--lh-652{line-height:652px}html.ORANGE ._gold-text.--lh-653{line-height:653px}html.ORANGE ._gold-text.--lh-654{line-height:654px}html.ORANGE ._gold-text.--lh-655{line-height:655px}html.ORANGE ._gold-text.--lh-656{line-height:656px}html.ORANGE ._gold-text.--lh-657{line-height:657px}html.ORANGE ._gold-text.--lh-658{line-height:658px}html.ORANGE ._gold-text.--lh-659{line-height:659px}html.ORANGE ._gold-text.--lh-660{line-height:660px}html.ORANGE ._gold-text.--lh-661{line-height:661px}html.ORANGE ._gold-text.--lh-662{line-height:662px}html.ORANGE ._gold-text.--lh-663{line-height:663px}html.ORANGE ._gold-text.--lh-664{line-height:664px}html.ORANGE ._gold-text.--lh-665{line-height:665px}html.ORANGE ._gold-text.--lh-666{line-height:666px}html.ORANGE ._gold-text.--lh-667{line-height:667px}html.ORANGE ._gold-text.--lh-668{line-height:668px}html.ORANGE ._gold-text.--lh-669{line-height:669px}html.ORANGE ._gold-text.--lh-670{line-height:670px}html.ORANGE ._gold-text.--lh-671{line-height:671px}html.ORANGE ._gold-text.--lh-672{line-height:672px}html.ORANGE ._gold-text.--lh-673{line-height:673px}html.ORANGE ._gold-text.--lh-674{line-height:674px}html.ORANGE ._gold-text.--lh-675{line-height:675px}html.ORANGE ._gold-text.--lh-676{line-height:676px}html.ORANGE ._gold-text.--lh-677{line-height:677px}html.ORANGE ._gold-text.--lh-678{line-height:678px}html.ORANGE ._gold-text.--lh-679{line-height:679px}html.ORANGE ._gold-text.--lh-680{line-height:680px}html.ORANGE ._gold-text.--lh-681{line-height:681px}html.ORANGE ._gold-text.--lh-682{line-height:682px}html.ORANGE ._gold-text.--lh-683{line-height:683px}html.ORANGE ._gold-text.--lh-684{line-height:684px}html.ORANGE ._gold-text.--lh-685{line-height:685px}html.ORANGE ._gold-text.--lh-686{line-height:686px}html.ORANGE ._gold-text.--lh-687{line-height:687px}html.ORANGE ._gold-text.--lh-688{line-height:688px}html.ORANGE ._gold-text.--lh-689{line-height:689px}html.ORANGE ._gold-text.--lh-690{line-height:690px}html.ORANGE ._gold-text.--lh-691{line-height:691px}html.ORANGE ._gold-text.--lh-692{line-height:692px}html.ORANGE ._gold-text.--lh-693{line-height:693px}html.ORANGE ._gold-text.--lh-694{line-height:694px}html.ORANGE ._gold-text.--lh-695{line-height:695px}html.ORANGE ._gold-text.--lh-696{line-height:696px}html.ORANGE ._gold-text.--lh-697{line-height:697px}html.ORANGE ._gold-text.--lh-698{line-height:698px}html.ORANGE ._gold-text.--lh-699{line-height:699px}html.ORANGE ._gold-text.--lh-700{line-height:700px}html.ORANGE ._gold-text.--lh-701{line-height:701px}html.ORANGE ._gold-text.--lh-702{line-height:702px}html.ORANGE ._gold-text.--lh-703{line-height:703px}html.ORANGE ._gold-text.--lh-704{line-height:704px}html.ORANGE ._gold-text.--lh-705{line-height:705px}html.ORANGE ._gold-text.--lh-706{line-height:706px}html.ORANGE ._gold-text.--lh-707{line-height:707px}html.ORANGE ._gold-text.--lh-708{line-height:708px}html.ORANGE ._gold-text.--lh-709{line-height:709px}html.ORANGE ._gold-text.--lh-710{line-height:710px}html.ORANGE ._gold-text.--lh-711{line-height:711px}html.ORANGE ._gold-text.--lh-712{line-height:712px}html.ORANGE ._gold-text.--lh-713{line-height:713px}html.ORANGE ._gold-text.--lh-714{line-height:714px}html.ORANGE ._gold-text.--lh-715{line-height:715px}html.ORANGE ._gold-text.--lh-716{line-height:716px}html.ORANGE ._gold-text.--lh-717{line-height:717px}html.ORANGE ._gold-text.--lh-718{line-height:718px}html.ORANGE ._gold-text.--lh-719{line-height:719px}html.ORANGE ._gold-text.--lh-720{line-height:720px}html.ORANGE ._gold-text.--lh-721{line-height:721px}html.ORANGE ._gold-text.--lh-722{line-height:722px}html.ORANGE ._gold-text.--lh-723{line-height:723px}html.ORANGE ._gold-text.--lh-724{line-height:724px}html.ORANGE ._gold-text.--lh-725{line-height:725px}html.ORANGE ._gold-text.--lh-726{line-height:726px}html.ORANGE ._gold-text.--lh-727{line-height:727px}html.ORANGE ._gold-text.--lh-728{line-height:728px}html.ORANGE ._gold-text.--lh-729{line-height:729px}html.ORANGE ._gold-text.--lh-730{line-height:730px}html.ORANGE ._gold-text.--lh-731{line-height:731px}html.ORANGE ._gold-text.--lh-732{line-height:732px}html.ORANGE ._gold-text.--lh-733{line-height:733px}html.ORANGE ._gold-text.--lh-734{line-height:734px}html.ORANGE ._gold-text.--lh-735{line-height:735px}html.ORANGE ._gold-text.--lh-736{line-height:736px}html.ORANGE ._gold-text.--lh-737{line-height:737px}html.ORANGE ._gold-text.--lh-738{line-height:738px}html.ORANGE ._gold-text.--lh-739{line-height:739px}html.ORANGE ._gold-text.--lh-740{line-height:740px}html.ORANGE ._gold-text.--lh-741{line-height:741px}html.ORANGE ._gold-text.--lh-742{line-height:742px}html.ORANGE ._gold-text.--lh-743{line-height:743px}html.ORANGE ._gold-text.--lh-744{line-height:744px}html.ORANGE ._gold-text.--lh-745{line-height:745px}html.ORANGE ._gold-text.--lh-746{line-height:746px}html.ORANGE ._gold-text.--lh-747{line-height:747px}html.ORANGE ._gold-text.--lh-748{line-height:748px}html.ORANGE ._gold-text.--lh-749{line-height:749px}html.ORANGE ._gold-text.--lh-750{line-height:750px}html.ORANGE ._gold-text.--lh-751{line-height:751px}html.ORANGE ._gold-text.--lh-752{line-height:752px}html.ORANGE ._gold-text.--lh-753{line-height:753px}html.ORANGE ._gold-text.--lh-754{line-height:754px}html.ORANGE ._gold-text.--lh-755{line-height:755px}html.ORANGE ._gold-text.--lh-756{line-height:756px}html.ORANGE ._gold-text.--lh-757{line-height:757px}html.ORANGE ._gold-text.--lh-758{line-height:758px}html.ORANGE ._gold-text.--lh-759{line-height:759px}html.ORANGE ._gold-text.--lh-760{line-height:760px}html.ORANGE ._gold-text.--lh-761{line-height:761px}html.ORANGE ._gold-text.--lh-762{line-height:762px}html.ORANGE ._gold-text.--lh-763{line-height:763px}html.ORANGE ._gold-text.--lh-764{line-height:764px}html.ORANGE ._gold-text.--lh-765{line-height:765px}html.ORANGE ._gold-text.--lh-766{line-height:766px}html.ORANGE ._gold-text.--lh-767{line-height:767px}html.ORANGE ._gold-text.--lh-768{line-height:768px}html.ORANGE ._gold-text.--lh-769{line-height:769px}html.ORANGE ._gold-text.--lh-770{line-height:770px}html.ORANGE ._gold-text.--lh-771{line-height:771px}html.ORANGE ._gold-text.--lh-772{line-height:772px}html.ORANGE ._gold-text.--lh-773{line-height:773px}html.ORANGE ._gold-text.--lh-774{line-height:774px}html.ORANGE ._gold-text.--lh-775{line-height:775px}html.ORANGE ._gold-text.--lh-776{line-height:776px}html.ORANGE ._gold-text.--lh-777{line-height:777px}html.ORANGE ._gold-text.--lh-778{line-height:778px}html.ORANGE ._gold-text.--lh-779{line-height:779px}html.ORANGE ._gold-text.--lh-780{line-height:780px}html.ORANGE ._gold-text.--lh-781{line-height:781px}html.ORANGE ._gold-text.--lh-782{line-height:782px}html.ORANGE ._gold-text.--lh-783{line-height:783px}html.ORANGE ._gold-text.--lh-784{line-height:784px}html.ORANGE ._gold-text.--lh-785{line-height:785px}html.ORANGE ._gold-text.--lh-786{line-height:786px}html.ORANGE ._gold-text.--lh-787{line-height:787px}html.ORANGE ._gold-text.--lh-788{line-height:788px}html.ORANGE ._gold-text.--lh-789{line-height:789px}html.ORANGE ._gold-text.--lh-790{line-height:790px}html.ORANGE ._gold-text.--lh-791{line-height:791px}html.ORANGE ._gold-text.--lh-792{line-height:792px}html.ORANGE ._gold-text.--lh-793{line-height:793px}html.ORANGE ._gold-text.--lh-794{line-height:794px}html.ORANGE ._gold-text.--lh-795{line-height:795px}html.ORANGE ._gold-text.--lh-796{line-height:796px}html.ORANGE ._gold-text.--lh-797{line-height:797px}html.ORANGE ._gold-text.--lh-798{line-height:798px}html.ORANGE ._gold-text.--lh-799{line-height:799px}html.ORANGE ._gold-text.--lh-800{line-height:800px}html.PURPLE{--root-background:#080a1c;--card-bg:#1c1f38;--card-border:none;--card-title-color:#833edb;--card-subtitle-color:#fff;--game-search-bar-bg:#080a1c;--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#833edb;--input-bg:#262a4b;--input-selected-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--input-selected-color:#fff;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#7c8ca7;--input-border-color:none;--password-icon-color:#833edb;--button-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--button-submit-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--button-submit-border-radius:10px 0 10px 0px;--button-border:none;--button-submit-border:none;--button-submit-color:#fff;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#833edb;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#7c8ca7;--segment-bottom-border:1px solid #7c8ca7;--date-picker-bg:#262a4b;--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#262a4b;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:none;--dropdown-item-bg:transparent;--dropdown-item-color:#fff;--dropdown-item-active-color:#833edb;--table-bg:transparent;--table-hover-bg:hsla(0,0%,100%,.1);--table-header-bg:#833edb;--table-header-text-color:#fff;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#7c8ca7;--pagination-active-text-color:#833edb;--pagination-button-bg:#833edb;--pagination-button-text-color:#000;--pagination-button-disbaled-bg:hsla(0,0%,100%,.1);--pagination-button-disabled-text-color:#7c8ca7;--pagination-shadow:none;--menu-tab-btn-bg:#262a4b;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:linear-gradient(180deg,#9b4dff,#4e1d8c);--menu-tab-btn-color-hover:#fff;--menu-tab-btn-color-active:#fff;--menu-tab-btn-bg-active:linear-gradient(180deg,#9b4dff,#4e1d8c);--wallet-tab-bg:#1c1f38;--wallet-tab-active-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--wallet-tab-color:#fff;--wallet-tab-active-color:#fff;--wallet-tab-content-bg:#1c1f38;--wallet-tab-content-border-color:#532094;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--wallet--input-dropdown-color:#fff;--wallet--input-dropdown-bg-border:none;--refer-text-color:#fff;--refer-highlight-color:#833edb;--refer-bg:#1c1f38;--refer-border:none;--refer-button-bg:linear-gradient(180deg,#9b4dff,#4e1d8c);--refer-button-color:#00100a;--refer-button-border:none;--promotion-tab-color:#888;--promotion-tab-bg:transparent;--promotion-tab-boder:none;--promotion-tab-bg-active:transparent;--promotion-tab-color-active:#833edb;--promotion-tab-border-active:1px solid #833edb;--promotion-card-btn-bg:llinear-gradient(180deg,#9b4dff 0%,#4e1d8c 100%);--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #833edb;--promotion-card-bg:#262a4b;--promotion-card-border:1.5px solid #262a4b;--promotion-card-color:#fff;--promotion-header-color:#fff;--promotion-header-icon-color:#833edb}.GREEN .claim-form .form-label{color:var(--white);font-family:Poppins;font-size:12px;font-weight:600}.GREEN .claim-form .dropdown-toggle{border:none!important}.GREEN .claim-form .dropdown-menu,.GREEN .claim-form .dropdown-toggle{background-color:var(--dark-blue-bg)!important}.GREEN .claim-form .dropdown-menu .dropdown-item.active{background:none}.ORANGE .claim-form .form-label{color:var(--white);font-family:Poppins;font-size:12px;font-weight:600}.ORANGE .claim-form .dropdown-toggle{border:none!important}.ORANGE .claim-form .dropdown-menu,.ORANGE .claim-form .dropdown-toggle{background-color:var(--primary-bg)!important}.ORANGE .claim-form .dropdown-menu .dropdown-item.active{background:none}.YELLOW .claim-form .form-label{color:var(--white);font-family:Poppins;font-size:12px;font-weight:600}.YELLOW .claim-form .dropdown-toggle{border:none!important}.YELLOW .claim-form .dropdown-menu,.YELLOW .claim-form .dropdown-toggle{background-color:var(--grey2-bg)!important}.YELLOW .claim-form .dropdown-menu .dropdown-item.active{background:none}.PURPLE .claim-form .form-label{color:var(--white);font-family:Poppins;font-size:12px;font-weight:600}.PURPLE .claim-form .dropdown-toggle{border:none!important}.PURPLE .claim-form .dropdown-menu,.PURPLE .claim-form .dropdown-toggle{background-color:var(--dark-blue-bg)!important}.PURPLE .claim-form .dropdown-menu .dropdown-item.active{background:none}._error-msg,.error-msg{color:red;font-size:10px}.profile-dropdown{color:#9789cd;font-family:Excon,Roboto;font-size:.875rem;font-weight:500;line-height:1.25rem}.profile-dropdown .dropdownList{border-radius:10px;height:40px;width:100%;background:#2c2852;margin-top:10px;color:#000;outline:2px solid #463e7a!important}.profile-dropdown .dropdownList .dropdownPromotionButton{background:none;width:100%;height:100%;text-align:start;border:none}.profile-dropdown .dropdownList .dropdownPromotionActive{width:100%;border-radius:10px;background-color:#2c2852;font-size:14px;overflow-y:scroll;max-height:9em;outline:2px solid #463e7a;transform:translate3d(0,50px,0)!important}.profile-dropdown .dropdownList .dropdown-menu a:hover{background-color:#15749d}.profile-dropdown .dropdownList .dropdown-toggle:after{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#000}.YELLOW .deposit-input-global ._input-label{color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .deposit-input-global .dropdownPromotionButton{margin-top:5px;border-radius:10px;background:var(--input-bg)!important;text-align:start;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:10px;padding:15px;border:none!important}.YELLOW .deposit-input-global .dropdownPromotionButton:after{right:1em;position:absolute;top:calc(50% + 3px);transform:translateY(-50%)}.YELLOW .deposit-input-global ._primary-btn{border-radius:8px;border:none;background:var(--secondary);width:100%;padding:14px 0;outline:none;color:var(--black);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:10px}.YELLOW .deposit-input-global .dropdown-menu{background-color:var(--grey2-bg)!important}.YELLOW .deposit-input-global .dropdown-menu .dropdown-item:hover{background-color:transparent!important}.YELLOW .deposit-input-global .dropdown-menu .dropdown-item:hover span{color:var(--secondary);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .deposit-input-global .dropdown-menu span{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .deposit-input-global .react-datepicker-wrapper,.YELLOW .deposit-input-global .react-datepicker-wrapper .react-datepicker__input-container{width:100%}.YELLOW .deposit-input-global .react-datepicker-wrapper .react-datepicker__input-container input{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;width:100%;border-radius:10px;background:#1b1b1b;border:none!important;outline:none!important;padding:15px}.YELLOW .deposit-input-global .table-container{min-height:30vh}.YELLOW .deposit-input-global .table{--bs-table-hover-bg:var(--grey2-bg);--bs-table-bg:var(--secondary);--bs-table-color:var(--white)}.YELLOW .deposit-input-global .table .th-table{background-color:var(--secondary)}.YELLOW .deposit-input-global .table .th-table,.YELLOW .deposit-input-global .table label{color:var(--black);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .deposit-input-global .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;background:none}.YELLOW .deposit-input-global .table>:not(caption)>*>*{background-color:transparent}.YELLOW .deposit-input-global .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--primary-bg)}.YELLOW .deposit-input-global .table-striped>tbody>tr:nth-of-type(2n)>*{--bs-table-bg-type:var(--grey2-bg)}.YELLOW .deposit-input-global .table-striped>tbody>tr:nth-of-type(2n):hover>*{--bs-table-bg-type:var(--primary-bg)}.YELLOW .deposit-input-global .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:var(--secondary);--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--grey2-bg);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.YELLOW .deposit-input-global .pagination .page-item:disabled{cursor:not-allowed}.YELLOW .deposit-input-global .pagination .page-item:first-child a,.YELLOW .deposit-input-global .pagination .page-item:last-child a{background:var(--secondary);color:var(--black);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.YELLOW .deposit-input-global .pagination .page-item:first-child span,.YELLOW .deposit-input-global .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.YELLOW .deposit-input-global .pagination .page-item:first-child span:disabled,.YELLOW .deposit-input-global .pagination .page-item:last-child span:disabled{cursor:not-allowed}.YELLOW .deposit-input-global .pagination .active span{border:none!important}.YELLOW .deposit-input-global .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.YELLOW .deposit-input-global .table-responsive{border-radius:10px}.YELLOW .deposit-input-global .table-responsive::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey5)}.YELLOW .deposit-input-global .table-responsive::-webkit-scrollbar{height:5px}.YELLOW .deposit-input-global .table-responsive::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--green);height:1px}.YELLOW .deposit-input-global .no-data-label{color:var(--white)}.PURPLE .deposit-input-global ._input-label{color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .deposit-input-global .dropdownPromotionButton{margin-top:5px;border-radius:10px;background:var(--dark-blue-bg)!important;text-align:start;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:10px;padding:15px;border:none!important}.PURPLE .deposit-input-global .dropdownPromotionButton:after{right:1em;position:absolute;top:calc(50% + 3px);transform:translateY(-50%)}.PURPLE .deposit-input-global ._primary-btn{border-radius:8px 0;border:none;background:linear-gradient(180deg,#9b4dff,#4e1d8c);width:100%;padding:14px 0;outline:none;color:var(--white);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:10px}.PURPLE .deposit-input-global .dropdown-menu{background-color:var(--dark-blue-bg)!important}.PURPLE .deposit-input-global .dropdown-menu .dropdown-item:hover{background-color:transparent!important}.PURPLE .deposit-input-global .dropdown-menu .dropdown-item:hover span{color:#14ff6c;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .deposit-input-global .dropdown-menu span{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .deposit-input-global .react-datepicker-wrapper,.PURPLE .deposit-input-global .react-datepicker-wrapper .react-datepicker__input-container{width:100%}.PURPLE .deposit-input-global .react-datepicker-wrapper .react-datepicker__input-container input{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;width:100%;border-radius:10px;background:#1b1b1b;border:none!important;outline:none!important;padding:15px}.PURPLE .deposit-input-global .table-container{min-height:30vh}.PURPLE .deposit-input-global .table{--bs-table-hover-bg:var(--dark-blue-bg);--bs-table-bg:var(--dark-blue-bg);--bs-table-color:var(--white)}.PURPLE .deposit-input-global .table .th-table{background-color:var(--bs-table-bg)}.PURPLE .deposit-input-global .table .th-table,.PURPLE .deposit-input-global .table label{color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .deposit-input-global .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;background-color:var(--dark-blue-bg2)}.PURPLE .deposit-input-global .table>:not(caption)>*>*{background-color:transparent}.PURPLE .deposit-input-global .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--dark-blue-bg)}.PURPLE .deposit-input-global .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:#14ff6c;--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--dark-blue-bg);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.PURPLE .deposit-input-global .pagination .page-item:disabled{cursor:no-drop}.PURPLE .deposit-input-global .pagination .page-item:first-child a,.PURPLE .deposit-input-global .pagination .page-item:last-child a{background:linear-gradient(180deg,#9b4dff,#4e1d8c);color:var(--white);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.PURPLE .deposit-input-global .pagination .page-item:first-child span,.PURPLE .deposit-input-global .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.PURPLE .deposit-input-global .pagination .page-item:first-child span:disabled,.PURPLE .deposit-input-global .pagination .page-item:last-child span:disabled{cursor:no-drop}.PURPLE .deposit-input-global .pagination .active span{border:none!important}.PURPLE .deposit-input-global .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.PURPLE .deposit-input-global .table-responsive::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.PURPLE .deposit-input-global .table-responsive::-webkit-scrollbar{height:5px}.PURPLE .deposit-input-global .table-responsive::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--pink);height:1px}.GREEN .p-datepicker{margin-top:10px}.GREEN .p-datepicker .p-datepicker-header{padding:5px;background:var(--dark-blue-bg)!important}.GREEN .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN .p-datepicker table .p-highlight{color:#14ff6c!important;background:transparent!important;font-weight:700!important}.GREEN .p-datepicker table .p-datepicker-today span{color:var(--green)!important;background:transparent!important}.GREEN .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.GREEN .p-datepicker table td,.GREEN .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.GREEN .p-datepicker table td{font-size:12px;font-weight:400}.GREEN .p-datepicker table td span{background:transparent!important;width:100%}.GREEN .p-datepicker:not(.p-datepicker-inline){background:var(--dark-blue-bg)}.BLACK_ROSE .p-datepicker{margin-top:10px}.BLACK_ROSE .p-datepicker .p-datepicker-header{padding:5px;background:var(--dropdown-bg)!important}.BLACK_ROSE .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.BLACK_ROSE .p-datepicker table .p-highlight{color:#14ff6c!important;background:transparent!important;font-weight:700!important}.BLACK_ROSE .p-datepicker table .p-datepicker-today span{color:var(--rose)!important;background:transparent!important}.BLACK_ROSE .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.BLACK_ROSE .p-datepicker table td,.BLACK_ROSE .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.BLACK_ROSE .p-datepicker table td{font-size:12px;font-weight:400}.BLACK_ROSE .p-datepicker table td span{background:transparent!important;width:100%}.BLACK_ROSE .p-datepicker:not(.p-datepicker-inline){background:var(--dropdown-bg)}.GREEN_GOLD .p-datepicker{margin-top:10px}.GREEN_GOLD .p-datepicker .p-datepicker-header{padding:5px;background:var(--primary-bg)!important}.GREEN_GOLD .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GOLD .p-datepicker table .p-highlight{color:#14ff6c!important;background:transparent!important;font-weight:700!important}.GREEN_GOLD .p-datepicker table .p-datepicker-today span{color:var(--gold)!important;background:transparent!important}.GREEN_GOLD .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.GREEN_GOLD .p-datepicker table td,.GREEN_GOLD .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.GREEN_GOLD .p-datepicker table td{font-size:12px;font-weight:400}.GREEN_GOLD .p-datepicker table td span{background:transparent!important;width:100%}.GREEN_GOLD .p-datepicker:not(.p-datepicker-inline){background:var(--primary-bg)}.GREEN_GREY .p-datepicker{margin-top:10px}.GREEN_GREY .p-datepicker .p-datepicker-header{padding:5px;background:var(--primary-bg)!important}.GREEN_GREY .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GREY .p-datepicker table .p-highlight{color:#14ff6c!important;background:transparent!important;font-weight:700!important}.GREEN_GREY .p-datepicker table .p-datepicker-today span{color:var(--green)!important;background:transparent!important}.GREEN_GREY .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.GREEN_GREY .p-datepicker table td,.GREEN_GREY .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.GREEN_GREY .p-datepicker table td{font-size:12px;font-weight:400}.GREEN_GREY .p-datepicker table td span{background:transparent!important;width:100%}.GREEN_GREY .p-datepicker:not(.p-datepicker-inline){background:var(--primary-bg)}.YELLOW .p-datepicker{margin-top:10px}.YELLOW .p-datepicker .p-datepicker-header{padding:5px;background:var(--grey2-bg)!important}.YELLOW .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .p-datepicker table .p-highlight{font-weight:700!important}.YELLOW .p-datepicker table .p-datepicker-today span,.YELLOW .p-datepicker table .p-highlight{color:var(--secondary)!important;background:transparent!important}.YELLOW .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.YELLOW .p-datepicker table td,.YELLOW .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.YELLOW .p-datepicker table td{font-size:12px;font-weight:400}.YELLOW .p-datepicker table td span{background:transparent!important;width:100%}.YELLOW .p-datepicker:not(.p-datepicker-inline){background:var(--grey2-bg)}.PURPLE .p-datepicker{margin-top:10px}.PURPLE .p-datepicker .p-datepicker-header{padding:5px;background:var(--dark-blue-bg)!important}.PURPLE .p-datepicker .p-datepicker-title button{color:#d9d9d9;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .p-datepicker table .p-highlight{color:#14ff6c!important;background:transparent!important;font-weight:700!important}.PURPLE .p-datepicker table .p-datepicker-today span{color:var(--green)!important;background:transparent!important}.PURPLE .p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.PURPLE .p-datepicker table td,.PURPLE .p-datepicker table th{text-align:center;color:#fff;font-family:Poppins;font-style:normal;line-height:normal}.PURPLE .p-datepicker table td{font-size:12px;font-weight:400}.PURPLE .p-datepicker table td span{background:transparent!important;width:100%}.PURPLE .p-datepicker:not(.p-datepicker-inline){background:var(--dark-blue-bg)}.PURPLE .deposit-amount-input .dropdown-design{margin-top:5px;border-radius:10px;background:var(--dark-blue-bg)}.PURPLE .deposit-amount-input .dropdown-design .dropdown{display:flex;align-items:center;padding:6px 15px;width:auto!important}.PURPLE .deposit-amount-input .dropdown-design .dropdown .dropdown-toggle{color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;border:none;border-radius:5px;background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important}.PURPLE .deposit-amount-input .dropdown-design .dropdown-input{width:100%;color:#14ff6c;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .deposit-amount-input .dropdown-design .dropdown-input .input-group{margin:0!important;height:100%}.PURPLE .deposit-amount-input .dropdown-design .dropdown-input .input-group input{padding:11.5px 15px;line-height:10px;background:transparent!important;box-shadow:none!important;outline:none!important;text-align:end;color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.PURPLE .deposit-amount-input .dropdown-design .dropdown-input .input-group input::placeholder{color:#888;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .deposit-amount-input .dropdown-design .wrapper{padding:7px 15px;display:flex;align-items:center;gap:50px}.PURPLE .deposit-amount-input .custom-file-upload{cursor:pointer;border-radius:5px;background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important;color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:7px 25px}.PURPLE .deposit-amount-input .file-name{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .wallet-wrapper{background:var(--primary-bg);border-radius:12px}.YELLOW .wallet-wrapper.--layout-3{padding:35px 25px!important}.YELLOW .wallet-wrapper form{display:flex;gap:15px;flex-direction:column}.YELLOW .wallet-wrapper .crypto-empty-card,.YELLOW .wallet-wrapper .select-bank-card{padding:27px 43px;border-radius:20px;background:var(--grey2-bg);border:none!important;color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex!important;flex-direction:column;align-items:center;gap:15px}.YELLOW .wallet-wrapper .crypto-empty-card.active,.YELLOW .wallet-wrapper .select-bank-card.active{background:var(--secondary)!important}.YELLOW .wallet-wrapper .crypto-empty-card.active .content-text,.YELLOW .wallet-wrapper .crypto-empty-card.active .title,.YELLOW .wallet-wrapper .select-bank-card.active .content-text,.YELLOW .wallet-wrapper .select-bank-card.active .title{color:var(--black)!important}.YELLOW .wallet-wrapper .crypto-empty-card img,.YELLOW .wallet-wrapper .select-bank-card img{width:100%;height:auto}.YELLOW .wallet-wrapper .crypto-empty-card .title,.YELLOW .wallet-wrapper .select-bank-card .title{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .wallet-wrapper .crypto-empty-card .content-text,.YELLOW .wallet-wrapper .select-bank-card .content-text{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .wallet-wrapper .crypto-empty-card .no-bank,.YELLOW .wallet-wrapper .select-bank-card .no-bank{text-align:center}.YELLOW .wallet-wrapper .crypto-empty-card .no-bank.--layout-2,.YELLOW .wallet-wrapper .select-bank-card .no-bank.--layout-2{font-family:Poppins;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0;color:var(--white);text-align:center}.YELLOW .wallet-wrapper .crypto-empty-card button,.YELLOW .wallet-wrapper .select-bank-card button{border:none!important;border-radius:5px;background:var(--secondary-bg);width:114px;color:var(--black);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:25px;margin-left:auto;margin-right:auto;display:flex;justify-content:center}.YELLOW .wallet-wrapper .bank-card{padding:20px;border-radius:10px;background:var(--input-bg);border:none!important;color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex!important;flex-direction:column;align-items:flex-start;justify-content:center;gap:15px;height:100%}.YELLOW .wallet-wrapper .slick-slide{margin-top:5px;padding:0 15px 0 0}.YELLOW .wallet-wrapper .slick-track{margin:unset!important}.PURPLE .wallet-wrapper form{display:flex;gap:15px;flex-direction:column}.PURPLE .wallet-wrapper .crypto-empty-card,.PURPLE .wallet-wrapper .select-bank-card{width:100%;padding:20px;border-radius:10px;background:var(--dark-blue-bg);border:none!important;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex!important;flex-direction:column;align-items:flex-start;gap:15px;height:100%}.PURPLE .wallet-wrapper .crypto-empty-card .bank-name,.PURPLE .wallet-wrapper .select-bank-card .bank-name{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.PURPLE .wallet-wrapper .crypto-empty-card.active,.PURPLE .wallet-wrapper .select-bank-card.active{background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important}.PURPLE .wallet-wrapper .crypto-empty-card.active .content-text,.PURPLE .wallet-wrapper .crypto-empty-card.active .title,.PURPLE .wallet-wrapper .select-bank-card.active .content-text,.PURPLE .wallet-wrapper .select-bank-card.active .title{color:var(--white)!important}.PURPLE .wallet-wrapper .crypto-empty-card img,.PURPLE .wallet-wrapper .select-bank-card img{width:100%;height:auto}.PURPLE .wallet-wrapper .crypto-empty-card .title,.PURPLE .wallet-wrapper .select-bank-card .title{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .wallet-wrapper .crypto-empty-card .content-text,.PURPLE .wallet-wrapper .select-bank-card .content-text{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .wallet-wrapper .crypto-empty-card .no-bank,.PURPLE .wallet-wrapper .select-bank-card .no-bank{text-align:center}.PURPLE .wallet-wrapper .crypto-empty-card button,.PURPLE .wallet-wrapper .select-bank-card button{border:none!important;border-radius:5px;background:linear-gradient(180deg,#9b4dff,#4e1d8c);color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:25px;margin-left:auto;margin-right:auto;display:flex}.PURPLE .wallet-wrapper .bank-card{cursor:pointer;padding:20px;border-radius:10px;background:var(--dark-blue-bg);border:none!important;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex!important;flex-direction:column;align-items:flex-start;gap:15px;height:100%}.PURPLE .wallet-wrapper .bank-card .bank-name{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.PURPLE .wallet-wrapper .slick-slide{margin-top:5px;padding:0 15px 0 0}.PURPLE .wallet-wrapper .slick-track{margin:unset!important}.dropdown-provider{position:relative;padding:0}.dropdown-provider .dropdown-menu .dropdown-item:nth-child(2){margin-top:1em}.dropdown-provider .dropdown-menu .dropdown-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.GREEN .dropdown-provider .search-provider{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-blue-bg);box-shadow:2px 20px 16px var(--dark-blue-bg)}html.GREEN .dropdown-provider .search-provider input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}html.ORANGE .dropdown-provider .search-provider{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--primary-bg);box-shadow:2px 20px 16px var(--primary-bg)}html.ORANGE .dropdown-provider .search-provider input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}html.YELLOW .dropdown-provider .search-provider{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--primary-bg);box-shadow:2px 20px 16px var(--primary-bg)}html.YELLOW .dropdown-provider .search-provider input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--secondary)!important;outline:none!important;border-radius:10px;color:#fff!important}@media(min-width:1200px){.modal{--bs-modal-width:684px;--bs-modal-height:402px}}@media(min-width:768px){.modal{--bs-modal-width:780px;--bs-modal-height:402px}}html.PURPLE .modal{--bs-modal-bg:var(--primary-bg-layout-six)}html.GREEN .modal{--bs-modal-bg:var(--dark-blue-bg2)}html.GREEN_GOLD .modal{--bs-modal-bg:var(--black)}html.GREEN_GREY .modal{--bs-modal-bg:var(--grey)}html.YELLOW .modal{--bs-modal-bg:var(--primary-bg)}html.ORANGE .modal{--bs-modal-bg:var(--dark-red-bg)}html.GREEN .modal .btn-close{border:1px solid #14ff6c}html.GREEN .modal .btn-close,html.GREEN_GOLD .modal .btn-close{--bs-btn-close-opacity:1;--bs-btn-close-bg:url(/images/close-btn.png);width:15px;height:15px}html.GREEN_GOLD .modal .btn-close{border:1px solid var(--gold)}html.GREEN_GREY .modal .btn-close{--bs-btn-close-opacity:1;--bs-btn-close-bg:url(/images/close-btn.png);width:15px;height:15px;border:1px solid var(--green)}html.ORANGE .modal .btn-close{border:1px solid #f59b1c}html.ORANGE .modal .btn-close,html.YELLOW .modal .btn-close{--bs-btn-close-opacity:1;--bs-btn-close-bg:url(/images/white-close-btn.png);width:15px;height:15px}.modal .modal-footer,.modal .modal-header{border:none}.auth-modal{--bs-button-active-bg:none}html.GREEN .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--linear-green)}html.GREEN .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.GREEN .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--primary-bg);border-radius:10px;z-index:1;padding:2px}html.GREEN .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.GREEN_GOLD .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--gold)}html.GREEN_GOLD .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.GREEN_GOLD .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--black);border-radius:10px;z-index:1;padding:2px}html.GREEN_GOLD .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.GREEN_GREY .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--tertiary-bg)}html.GREEN_GREY .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.GREEN_GREY .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--grey);border-radius:10px;z-index:1;padding:2px}html.GREEN_GREY .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.ORANGE .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:#f57e20}html.ORANGE .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.ORANGE .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--dark-red-bg);border-radius:10px;z-index:1;padding:2px}html.ORANGE .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.BLACK_ROSE .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.BLACK_ROSE .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--secondary-bg);border-radius:10px;z-index:1;padding:2px}html.BLACK_ROSE .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.YELLOW .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--secondary)}html.YELLOW .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.YELLOW .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--primary-bg);border-radius:10px;z-index:1;padding:2px}html.YELLOW .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.PURPLE .auth-modal .btn-close{filter:contrast(0)}html.PURPLE .auth-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:#bb4dff!important}html.PURPLE .auth-modal .modal-body{padding:var(--bs-modal-padding) 0}html.PURPLE .auth-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--secondary);border-radius:10px;z-index:1;padding:2px}html.PURPLE .auth-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}html.PURPLE .auth-modal .form-style{background:transparent!important;color:#fff}html.PURPLE .auth-modal .form-style .txt{color:#bb4dff}.auth-modal .form-section{display:flex;flex-direction:row;justify-content:center;height:100%;flex:1 1}.auth-modal .form-section .register-bank{height:48px;padding:6px 12px;font-size:12px;line-height:18px;background-color:transparent!important;border-color:none!important}html.ORANGE .auth-modal .form-section .form-style{gap:36px;height:100%;width:100%;display:flex;background:var(--dark-red-bg);overflow-y:scroll;flex-direction:column;scrollbar-width:none}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .dropdown-toggle:active,html.ORANGE html.ORANGE .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group{background:var(--primary-bg)}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group:hover{outline:1px solid #14ff6c}html.ORANGE html.ORANGE .auth-modal .form-section .form-style #addon-left .input-group{background-color:transparent!important;outline:none!important}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group-text{background:var(--primary-bg)!important;outline:none!important;height:48px}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group{background:var(--primary-bg)!important;border-radius:8px;align-items:center}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group input{background:var(--primary-bg)!important;height:48px}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .input-group:hover{outline:1px solid var(--secondary)}html.ORANGE .auth-modal .form-section .form-style .box{z-index:2;width:100%;display:flex;position:relative;align-items:center;flex-direction:column}@media(min-width:768px){html.ORANGE .auth-modal .form-section .form-style .box{display:flex;justify-content:center}}@media(min-width:0px){html.ORANGE .auth-modal .form-section .form-style .box{align-items:normal;justify-content:normal;margin-top:0;padding-inline:10px}}@media(min-width:768px){html.ORANGE .auth-modal .form-section .form-style .box{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding-inline:22px}html.ORANGE .auth-modal .form-section .form-style .form-view{width:75vw}}@media(min-width:1200px){html.ORANGE .auth-modal .form-section .form-style .form-view{width:29vw}}@media(min-width:0px){html.ORANGE .auth-modal .form-section .form-style .bottom-section{align-items:normal;justify-content:normal;margin-top:0;padding-inline:16px}}@media(min-width:768px){html.ORANGE .auth-modal .form-section .form-style .bottom-section{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding-inline:22px}}html.ORANGE .auth-modal .form-section .form-style .form-view{gap:16px;width:100%;display:flex;flex-direction:column}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--primary-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--dark-red-bg)!important;max-height:150px;overflow-y:auto}html.ORANGE html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}@media(min-width:768px){html.ORANGE .auth-modal .form-section .form-style .form-view{width:100%}}@media(min-width:1200px){html.ORANGE .auth-modal .form-section .form-style .form-view{width:100%}}html.ORANGE .auth-modal .form-section .form-style .bottom-section{display:flex;align-items:center;justify-content:center;position:relative;padding-inline:16px;margin-top:auto;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;color:var(--secondary)}@media(min-width:0px){html.ORANGE .auth-modal .form-section .form-style .bottom-section{padding-top:0}}@media(min-width:768px){html.ORANGE .auth-modal .form-section .form-style .bottom-section{padding-bottom:0}}html.ORANGE .auth-modal .form-section .form-style .forgot-password{display:flex;justify-content:flex-end}.auth-modal .form-section .form-style{gap:36px;height:100%;width:100%;display:flex;overflow-y:scroll;flex-direction:column;scrollbar-width:none}html.GREEN .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px;overflow:auto;height:12em;width:100%}html.GREEN .auth-modal .form-section .form-style .dropdown-toggle:active,html.GREEN .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.GREEN_GOLD .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px;overflow:auto;height:12em;width:100%}html.GREEN_GOLD .auth-modal .form-section .form-style .dropdown-toggle:active,html.GREEN_GOLD .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.GREEN_GREY .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px;overflow:auto;height:12em;width:100%}html.GREEN_GREY .auth-modal .form-section .form-style .dropdown-toggle:active,html.GREEN_GREY .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.ORANGE .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px;overflow:auto;height:12em;width:100%}html.ORANGE .auth-modal .form-section .form-style .dropdown-toggle:active,html.ORANGE .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.YELLOW .auth-modal .form-section .form-style{background:var(--primary-bg)}html.YELLOW .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:var(--grey2-bg);border-radius:12px;overflow:auto;height:12em;width:100%}html.YELLOW .auth-modal .form-section .form-style .dropdown-item:hover{color:var(--secondary)}html.YELLOW .auth-modal .form-section .form-style .dropdown-toggle:active,html.YELLOW .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.PURPLE .auth-modal .form-section .form-style .dropdown-menu{--bs-dropdown-bg:#262a4b;border-radius:12px;overflow:auto;height:12em;width:100%}html.PURPLE .auth-modal .form-section .form-style .dropdown-toggle:active,html.PURPLE .auth-modal .form-section .form-style .dropdown-toggle:focus{background:var(--bs-button-active-bg)!important}html.GREEN .auth-modal .form-section .form-style .input-group{outline:1px solid #1b1b1b;background:var(--dark-blue-bg);border-radius:8px;align-items:center}html.GREEN .auth-modal .form-section .form-style .input-group input{height:48px}html.GREEN .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.GREEN .auth-modal .form-section .form-style .input-group:hover{outline:1px solid #14ff6c}html.GREEN .auth-modal .form-section .form-style #addon-left .input-group{background-color:transparent!important;outline:none!important}html.GREEN_GOLD .auth-modal .form-section .form-style .input-group{outline:1px solid #1b1b1b;background:var(--primary-bg);border-radius:8px;align-items:center}html.GREEN_GOLD .auth-modal .form-section .form-style .input-group input{height:48px}html.GREEN_GOLD .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.GREEN_GOLD .auth-modal .form-section .form-style .input-group:hover{outline:1px solid var(--gold)}html.GREEN_GOLD .auth-modal .form-section .form-style #addon-left .input-group{background-color:transparent!important;outline:none!important}html.GREEN_GREY .auth-modal .form-section .form-style .input-group{outline:1px solid #1b1b1b;background:var(--primary-bg);border-radius:8px;align-items:center}html.GREEN_GREY .auth-modal .form-section .form-style .input-group input{height:48px}html.GREEN_GREY .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.GREEN_GREY .auth-modal .form-section .form-style .input-group:hover{outline:1px solid var(--green)}html.GREEN_GREY .auth-modal .form-section .form-style #addon-left .input-group{background-color:transparent!important;outline:none!important}html.ORANGE .auth-modal .form-section .form-style .input-group{background:var(--dark-blue-bg)}html.ORANGE .auth-modal .form-section .form-style .input-group:hover{outline:1px solid #14ff6c}html.ORANGE .auth-modal .form-section .form-style #addon-left .input-group{background-color:transparent!important;outline:none!important}html.YELLOW .auth-modal .form-section .form-style .input-group-text{background:var(--grey2-bg)!important;outline:none!important;height:48px}html.YELLOW .auth-modal .form-section .form-style .input-group{background:var(--grey2-bg);border-radius:8px;align-items:center}html.YELLOW .auth-modal .form-section .form-style .input-group input{height:48px}html.YELLOW .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.YELLOW .auth-modal .form-section .form-style .input-group.phone:hover{outline:none}html.YELLOW .auth-modal .form-section .form-style .input-group:hover{outline:1px solid var(--secondary)}html.ORANGE .auth-modal .form-section .form-style .input-group-text{background:var(--primary-bg)!important;outline:none!important;height:48px}html.ORANGE .auth-modal .form-section .form-style .input-group{background:var(--primary-bg)!important;border-radius:8px;align-items:center}html.ORANGE .auth-modal .form-section .form-style .input-group input{background:var(--primary-bg)!important;height:48px}html.ORANGE .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.ORANGE .auth-modal .form-section .form-style .input-group:hover{outline:1px solid var(--secondary)}html.PURPLE .auth-modal .form-section .form-style .input-group-text{border:none;background:var(--dark-blue-bg);outline:none!important;height:48px}html.PURPLE .auth-modal .form-section .form-style .input-group{outline:none;background:var(--dark-blue-bg);border-radius:8px;align-items:center}html.PURPLE .auth-modal .form-section .form-style .input-group input{height:48px}html.PURPLE .auth-modal .form-section .form-style .input-group input:disabled{opacity:.4}html.PURPLE .auth-modal .form-section .form-style .input-group:hover{outline:none}.auth-modal .form-section .form-style .box{z-index:2;width:100%;display:flex;position:relative;align-items:center;flex-direction:column}@media(min-width:768px){.auth-modal .form-section .form-style .box{display:flex;justify-content:center}}@media(min-width:0px){.auth-modal .form-section .form-style .box{align-items:normal;justify-content:normal;margin-top:0;padding-inline:10px}}@media(min-width:768px){.auth-modal .form-section .form-style .box{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding-inline:22px}}.auth-modal .form-section .form-style .form-view .auth-title{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}@media(min-width:768px){.auth-modal .form-section .form-style .form-view{width:75vw}}@media(min-width:1200px){.auth-modal .form-section .form-style .form-view{width:29vw}}@media(min-width:0px){.auth-modal .form-section .form-style .bottom-section{align-items:normal;justify-content:normal;margin-top:0;padding-inline:16px}}@media(min-width:768px){.auth-modal .form-section .form-style .bottom-section{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding-inline:22px}}.auth-modal .form-section .form-style .form-view{gap:16px;width:100%;display:flex;flex-direction:column}html.GREEN .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--dark-blue-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.GREEN .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--dark-blue-bg)!important;max-height:150px;overflow-y:auto}html.GREEN .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}html.GREEN_GOLD .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--primary-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.GREEN_GOLD .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--primary-bg)!important;max-height:150px;overflow-y:auto}html.GREEN_GOLD .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}html.GREEN_GREY .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--primary-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.GREEN_GREY .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--primary-bg)!important;max-height:150px;overflow-y:auto}html.GREEN_GREY .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--primary-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--dark-red-bg)!important;max-height:150px;overflow-y:auto}html.ORANGE .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}html.YELLOW .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--grey2-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.YELLOW .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--primary-bg)!important;max-height:150px;overflow-y:auto}html.YELLOW .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}html.YELLOW .auth-modal .form-section .form-style .form-view .country-code-dropdown-item:hover{color:var(--secondary)}html.PURPLE .auth-modal .form-section .form-style .form-view .country-code-dropdown{background-color:var(--dark-blue-bg)!important;color:var(--white)!important;font-family:Poppins;font-size:12px;font-weight:700;line-height:18px;border:none!important}html.PURPLE .auth-modal .form-section .form-style .form-view .country-code-dropdown-menu{background-color:var(--dark-blue-bg)!important;max-height:150px;overflow-y:auto}html.PURPLE .auth-modal .form-section .form-style .form-view .country-code-dropdown-item{color:var(--white)}@media(min-width:768px){.auth-modal .form-section .form-style .form-view{width:100%}}@media(min-width:1200px){.auth-modal .form-section .form-style .form-view{width:100%}}.auth-modal .form-section .form-style .bottom-section{display:flex;align-items:center;justify-content:center;position:relative;padding-inline:16px;margin-top:auto;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;color:var(--secondary)}@media(min-width:0px){.auth-modal .form-section .form-style .bottom-section{padding-top:0}}@media(min-width:768px){.auth-modal .form-section .form-style .bottom-section{padding-bottom:0}}.auth-modal .form-section .form-style .forgot-password{display:flex;justify-content:flex-end}.auth-modal .image-section{display:flex;width:min(90dvh,50%);position:relative}@media(max-width:1200px){.auth-modal .image-section{display:none}}.menu-modal .modal-header{position:-webkit-sticky;position:sticky;top:0;z-index:99;background-color:var(--primary-bg);display:flex;justify-content:end}.menu-modal .modal-body{padding-bottom:30px}.menu-modal .modal-body::-webkit-scrollbar{display:none}.image-section{display:flex;width:min(90dvh,50%);position:relative}@media(max-width:1200px){.image-section{display:none}}@media(min-width:1200px){.form-view{width:29vw}}.form-view{gap:16px;display:flex;flex-direction:column;width:100%}.form-view ::placeholder{color:#888;font-size:12px;line-height:18px}.GREEN .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--green)}.GREEN .primary-txt:hover{background:none;color:var(--secondary)}.GREEN_GOLD .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--gold)}.GREEN_GOLD .primary-txt:hover{opacity:50%}.GREEN_GREY .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--green)}.GREEN_GREY .primary-txt:hover{opacity:50%}.ORANGE .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--white)}.ORANGE .primary-txt:hover{background:none;color:var(--secondary)}.BLACK_ROSE .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--white)}.BLACK_ROSE .primary-txt:hover{opacity:.5}.YELLOW .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--secondary)}.YELLOW .primary-txt:hover{background:none;color:var(--green)}.PURPLE .primary-txt{font-family:Poppins;font-size:12px;line-height:18px;letter-spacing:.01071em;font-weight:400;text-align:start;text-decoration:underline;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:#bb4dff}.PURPLE .primary-txt:hover{opacity:.6}.txt-box{gap:4px;display:flex;flex-direction:row}.GREEN .txt{color:#14ff6c}.GREEN .txt,.GREEN_GOLD .txt{margin:0;font-family:Poppins;letter-spacing:.00938em;font-size:25px!important;font-weight:700!important;line-height:27px!important}.GREEN_GOLD .txt{color:var(--gold)}.GREEN_GREY .txt{color:var(--green)}.GREEN_GREY .txt,.ORANGE .txt{margin:0;font-family:Poppins;letter-spacing:.00938em;font-size:25px!important;font-weight:700!important;line-height:27px!important}.ORANGE .txt,.YELLOW .txt{color:var(--white)}.YELLOW .txt{margin:0;font-family:Poppins;letter-spacing:.00938em;font-size:18px!important;font-weight:700!important;line-height:27px!important}.PURPLE .input-txt-field svg{color:#bb4dff!important}.txt-desc{margin:0;font-family:Excon,Roboto;font-size:.875rem;line-height:1.25rem;letter-spacing:.01071em;font-weight:700!important}.input-txt,.input-txt-field{display:flex;flex-direction:column}.input-txt-field{align-items:baseline;width:100%}html.YELLOW .input-txt-field svg path{fill:#bbfc01}.input-label{width:100%;padding:1px;gap:16px;display:block;transform-origin:left top;white-space:nowrap;text-overflow:ellipsis;max-width:100%;position:static;transform:none;transition:none;margin-bottom:6px;color:#fff;font-family:Poppins;font-weight:600;font-size:12px;line-height:18px;letter-spacing:.01071em}.input-label-group{font-family:Excon,Roboto;line-height:1.4375em;letter-spacing:.00938em;box-sizing:border-box;cursor:text;display:inline-flex;align-items:center;width:100%;background-color:#2c2852;font-weight:400;color:#fff;font-size:1rem;outline:2px solid #463e7a!important;outline-offset:-2px;transition:outline-color .25s;position:relative;border-radius:12px}.input-label-group :active,.input-label-group :focus,.input-label-group :focus-visible,.input-label-group:hover{box-shadow:none;background:none;border:none}.input-label-group input{padding:.6rem .75rem}.desc{margin:0;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;color:#9789cd!important;display:flex;gap:5px;align-items:center}.footer-desc{padding-bottom:32px;padding-top:16px;padding-inline:16px;margin-top:auto}.GREEN .modal-btn-primary,.footer-desc{display:flex;align-items:center;justify-content:center;position:relative}.GREEN .modal-btn-primary{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;border:0;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;width:100%;text-align:center;text-transform:none;border-radius:12px;font-weight:600;letter-spacing:normal;--roo-loading-color:#c56a18;--roo-btn-text-stroke-color:#c56a18;transition:background-size .3s ease-in-out;background:var(--linear-green)!important;padding:10px;color:var(--white)}.BLACK_ROSE .modal-btn-primary,.GREEN_GOLD .modal-btn-primary,.GREEN_GREY .modal-btn-primary{background:var(--tertiary-bg)!important;color:var(--black)}.BLACK_ROSE .modal-btn-primary,.GREEN_GOLD .modal-btn-primary,.GREEN_GREY .modal-btn-primary,.ORANGE .modal-btn-primary{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;border:0;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;width:100%;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;border-radius:12px;font-weight:600;letter-spacing:normal;--roo-loading-color:#c56a18;--roo-btn-text-stroke-color:#c56a18;transition:background-size .3s ease-in-out;padding:10px}.ORANGE .modal-btn-primary{background:#f59b1c!important;color:var(--white)}.YELLOW .modal-btn-primary{background:var(--secondary)!important;color:var(--black)}.PURPLE .modal-btn-primary,.YELLOW .modal-btn-primary{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;border:0;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;width:100%;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;border-radius:12px;font-weight:600;letter-spacing:normal;--roo-loading-color:#c56a18;--roo-btn-text-stroke-color:#c56a18;transition:background-size .3s ease-in-out;padding:10px}.PURPLE .modal-btn-primary{background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important;color:#fff}.modal-btn-txt{font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;font-weight:700;text-align:start;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:#9789cd}.modal-btn-txt:hover{color:#fff;text-decoration:underline}.modal-icon-open{color:#b4a6e2;width:1.25em;height:1em}.modal-icon-close{color:#b4a6e2;width:1.125em;height:1em}.primary-desc{font-size:.875rem;line-height:1.25rem;letter-spacing:.01071em;color:#b4a6e2;font-weight:500!important}.primary-desc,.txt-btn{margin:0;font-family:Excon,Roboto}.txt-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.8125rem;line-height:1.75;min-width:64px;width:100%;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;letter-spacing:normal;--roo-loading-color:#a37ef2;outline:0;border:0 initial;border-color:initial;border-image:initial;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);border-radius:12px;padding:7px 9px 9px}.txt-desc-s{line-height:1.66;letter-spacing:.03333em;text-align:left;margin:0 0 10px;width:100%;color:var(--green);font-weight:500}.primary-desc-s,.txt-desc-s{font-family:Excon,Roboto;font-size:.75rem}.primary-desc-s{margin:0;line-height:1rem;color:var(--secondary)}.dropdown-divider{border:2px solid var(--secondary);height:2px;width:100%}.checkbox-text{gap:16px;color:var(--secondary);margin-left:0!important;margin-right:0!important;display:inline-flex;align-items:center;cursor:pointer;vertical-align:middle;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:initial}.form-group{overflow-y:scroll;padding:25px 25px 100px}.form-group ::placeholder{color:#d9d9d9;font-size:12px}.form-group::-webkit-scrollbar{display:none}@media(min-width:576px){.form-group{max-height:35em}}.GREEN_GOLD .form-input{border-radius:10px;border:none;background:var(--primary-bg)!important;color:#fff;box-shadow:none;border-top-right-radius:10px!important;border-bottom-right-radius:10px!important}.GREEN_GOLD .form-input .input-group{color:var(--white);background:var(--primary-bg)!important}.GREEN_GOLD .form-input .input-group ::placeholder{color:var(--green)}.GREEN_GOLD .form-input .input-group input:-webkit-autofill,.GREEN_GOLD .form-input .input-group input:-webkit-autofill:active,.GREEN_GOLD .form-input .input-group input:-webkit-autofill:focus,.GREEN_GOLD .form-input .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.GREEN_GREY .form-input{border-radius:10px;border:none;background:var(--primary-bg)!important;color:#fff;box-shadow:none;border-top-right-radius:10px!important;border-bottom-right-radius:10px!important}.GREEN_GREY .form-input .input-group{color:var(--white);background:var(--primary-bg)!important}.GREEN_GREY .form-input .input-group ::placeholder{color:var(--green)}.GREEN_GREY .form-input .input-group input:-webkit-autofill,.GREEN_GREY .form-input .input-group input:-webkit-autofill:active,.GREEN_GREY .form-input .input-group input:-webkit-autofill:focus,.GREEN_GREY .form-input .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.PURPLE .form-input{border-radius:10px;border:none;background:var(--dark-blue-bg)!important;color:#fff;box-shadow:none;border-top-right-radius:10px!important;border-bottom-right-radius:10px!important}.PURPLE .form-input .input-group{color:var(--white);background:var(--dark-blue-bg)!important}.PURPLE .form-input .input-group ::placeholder{color:var(--green)}.PURPLE .form-input .input-group input:-webkit-autofill,.PURPLE .form-input .input-group input:-webkit-autofill:active,.PURPLE .form-input .input-group input:-webkit-autofill:focus,.PURPLE .form-input .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.ORANGE .form-input{border-radius:10px;border:none;background:var(--primary-bg)!important;color:#fff;box-shadow:none;border-top-right-radius:10px!important;border-bottom-right-radius:10px!important}.ORANGE .form-input .input-group{color:var(--white);background:var(--primary-bg)!important}.ORANGE .form-input .input-group ::placeholder{color:var(--green)}.ORANGE .form-input .input-group input:-webkit-autofill,.ORANGE .form-input .input-group input:-webkit-autofill:active,.ORANGE .form-input .input-group input:-webkit-autofill:focus,.ORANGE .form-input .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.form-button{border:1px transparent;background-origin:border-box;background-clip:content-box,border-box;padding:1px;color:#000!important;width:100%;display:flex;align-items:center;justify-content:center;border-radius:50px!important}.form-button .ladda-label{padding:0 10px}.YELLOW .submit-button{background:var(--secondary)!important;border-radius:8px;border-bottom-right-radius:8px;background-origin:border-box;background-clip:content-box,border-box;padding:1px;color:var(--black)!important;width:100%;border:none;outline:none;display:flex;align-items:center;justify-content:center}.YELLOW .submit-button:active{opacity:.5;background:var(--secondary)}.YELLOW .submit-button:hover{outline:none;border:none}.YELLOW .submit-button .ladda-label{padding:0 10px}.PURPLE .submit-button{border-bottom-left-radius:0;border-top-right-radius:0;background:var(--primary-bg-layout-six)!important;border-top-left-radius:8px;border-bottom-right-radius:8px;background-origin:border-box;background-clip:content-box,border-box;padding:1px;color:var(--white)!important;width:100%;display:flex;align-items:center;justify-content:center}.PURPLE .submit-button,.PURPLE .submit-button:hover{border:none;outline:none}.PURPLE .submit-button .ladda-label{padding:0 10px}.dropdown-toggle{width:100%}.YELLOW{--bs-btn-active-bg:none!important}.YELLOW .dropdown-menu{width:100%;overflow-y:scroll}.YELLOW .dropdown-menu::-webkit-scrollbar{display:none}.YELLOW .dropdown-menu .dropdown-item{color:var(--white)}.YELLOW .dropdown-menu .dropdown-item:active,.YELLOW .dropdown-menu .dropdown-item:hover{background:none!important;color:var(--secondary)}.PURPLE .dropdown-menu{width:100%;background:var(--dark-blue-bg);overflow-y:scroll}.PURPLE .dropdown-menu::-webkit-scrollbar{display:none}.PURPLE .dropdown-menu .dropdown-item{color:var(--white)}.PURPLE .dropdown-menu .dropdown-item:hover{background:none!important;color:#bb4dff}.PURPLE .dropdown-menu .dropdown-item.active{background:none!important;color:#bb4dff!important}.header-form-label{font-family:Excon,Roboto;color:#fff}.GREEN .search-modal{--bs-modal-bg:#090c1df2}.GREEN .search-modal .modal-body::-webkit-scrollbar{display:none}.PURPLE .search-modal{--bs-modal-bg:#090c1df2}.PURPLE .search-modal .modal-body::-webkit-scrollbar{display:none}.ORANGE .search-modal{--bs-modal-bg:#090c1df2}.ORANGE .search-modal .modal-body::-webkit-scrollbar{display:none}.YELLOW .search-modal{--bs-modal-bg:var(--primary-bg)}.YELLOW .search-modal .modal-body::-webkit-scrollbar{display:none}.GREEN .fullname-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--dark-blue-bg2);border:1px solid var(--green)}.GREEN .fullname-modal .modal-body{padding:var(--bs-modal-padding) 0}.GREEN .fullname-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}.GREEN .fullname-modal .input-group{color:var(--white);background:var(--dark-blue-bg)!important;font-size:12px;height:38px}.GREEN .fullname-modal .input-group input:-webkit-autofill,.GREEN .fullname-modal .input-group input:-webkit-autofill:active,.GREEN .fullname-modal .input-group input:-webkit-autofill:focus,.GREEN .fullname-modal .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.GREEN .fullname-modal .form-control:active,.GREEN .fullname-modal .form-control:focus{background:none!important;color:var(--white)!important;box-shadow:none}.GREEN .fullname-modal .form-control:disabled{cursor:not-allowed;background-color:var(--dark-blue-bg)!important;color:var(--light-grey);font-size:12px}.GREEN .fullname-modal ::placeholder{color:#888;font-size:12px}.ORANGE .fullname-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--primary-bg);border:1px solid var(--secondary)}.ORANGE .fullname-modal .modal-body{padding:var(--bs-modal-padding) 0}.ORANGE .fullname-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}.ORANGE .fullname-modal .input-group{color:var(--white);background:var(--grey2-bg)!important;border-radius:8px;font-size:12px;height:38px;border-top-right-radius:8px;border-bottom-right-radius:8px}.ORANGE .fullname-modal .input-group input:-webkit-autofill,.ORANGE .fullname-modal .input-group input:-webkit-autofill:active,.ORANGE .fullname-modal .input-group input:-webkit-autofill:focus,.ORANGE .fullname-modal .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.ORANGE .fullname-modal .form-control:active,.ORANGE .fullname-modal .form-control:focus{background:none!important;color:var(--white)!important;box-shadow:none}.ORANGE .fullname-modal .form-control:disabled{cursor:not-allowed;background-color:var(--grey2-bg)!important;opacity:.5;font-size:12px}.ORANGE .fullname-modal ::placeholder{color:#888;font-size:12px}.PURPLE .fullname-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:var(--primary-bg);border:1px solid var(--secondary)}.PURPLE .fullname-modal .modal-body{padding:var(--bs-modal-padding) 0}.PURPLE .fullname-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}.PURPLE .fullname-modal .input-group{color:var(--white);background:var(--grey2-bg)!important;border-radius:8px;font-size:12px;height:38px;border-top-right-radius:8px;border-bottom-right-radius:8px}.PURPLE .fullname-modal .input-group input:-webkit-autofill,.PURPLE .fullname-modal .input-group input:-webkit-autofill:active,.PURPLE .fullname-modal .input-group input:-webkit-autofill:focus,.PURPLE .fullname-modal .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.PURPLE .fullname-modal .input-group svg{color:#bb4dff}.PURPLE .fullname-modal .form-control:active,.PURPLE .fullname-modal .form-control:focus{background:none!important;color:var(--white)!important;box-shadow:none}.PURPLE .fullname-modal .form-control:disabled{cursor:not-allowed;background-color:var(--grey2-bg)!important;opacity:.5;font-size:12px}.PURPLE .fullname-modal ::placeholder{color:#888;font-size:12px}.modal-backdrop{--bs-backdrop-bg:#090c1d;--bs-backdrop-opacity:0.75}.promotion-details-global .modal-header{padding:50px 35px 20px;border-bottom:none}html.GREEN .promotion-details-global .modal-content{border:none;background-color:var(--dark-blue-bg);margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.GREEN .promotion-details-global .claim-promotion{border-radius:8px 0;border:none!important;background:var(--linear-green)!important;color:var(--white)!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.GREEN .promotion-details-global .claim-promotion:hover{opacity:.5}html.GREEN .promotion-details-global .claim-promotion:disabled{cursor:no-drop}html.GREEN_GOLD .promotion-details-global .modal-content{border:none;background-color:var(--black);margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.GREEN_GOLD .promotion-details-global .claim-promotion{border-radius:8px 0;border:none!important;background:var(--linear-green)!important;color:var(--white)!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.GREEN_GOLD .promotion-details-global .claim-promotion:hover{opacity:.5}html.GREEN_GOLD .promotion-details-global .claim-promotion:disabled{cursor:no-drop}html.GREEN_GREY .promotion-details-global .modal-content{border:none;background-color:var(--grey);margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.GREEN_GREY .promotion-details-global .claim-promotion{border-radius:8px 0;border:none!important;background:var(--linear-green)!important;color:var(--white)!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.GREEN_GREY .promotion-details-global .claim-promotion:hover{opacity:.5}html.GREEN_GREY .promotion-details-global .claim-promotion:disabled{cursor:no-drop}html.YELLOW .promotion-details-global .modal-content{border:none;background-color:var(--primary-bg);margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.YELLOW .promotion-details-global .claim-promotion{border-radius:8px 0;border:.748px solid var(--White-Solid,#fff)!important;background:#bbfc01!important;color:#000908!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.YELLOW .promotion-details-global .claim-promotion:hover{background:#bbfc01!important}html.PURPLE .promotion-details-global .modal-content{border:none;background-color:var(--dark-blue-bg);margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.PURPLE .promotion-details-global .claim-promotion{border-radius:8px 0;border:.748px solid var(--White-Solid,#fff)!important;color:var(--white)!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.PURPLE .promotion-details-global .claim-promotion,html.PURPLE .promotion-details-global .claim-promotion:hover{background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important}html.ORANGE .promotion-details-global .modal-content{border:none;margin-top:4em;overflow:unset;max-height:calc(100% - 4em)}html.ORANGE .promotion-details-global .claim-promotion{border-radius:8px 0;border:1px solid var(--white)!important;background:var(--primary-red)!important;color:#000908!important;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}html.ORANGE .promotion-details-global .claim-promotion:hover{background:var(--primary-red)!important}.promotion-details-global .content{padding-top:15px;color:var(--White,#fff);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:160%;text-transform:uppercase}.promotion-details-global .promotion-details-header{padding-top:.5em;padding-bottom:.5em;display:flex;flex-direction:column;justify-content:space-between}.promotion-details-global .promotion-details-header span{text-align:end;white-space:nowrap}.promotion-details-global .modal-body{padding:35px}.promotion-details-global .modal-body .ql-container.ql-snow{border:none}.promotion-details-global .modal-body .p-editor-container .p-editor-content .ql-editor{background:transparent;color:#fff}.promotion-details-global .modal-body strong{font-size:14px}.promotion-details-global .modal-body p{font-size:12px}html.GREEN .promotion-details-global .modal-body table{width:100%;--bs-table-bg:hsla(0,0%,100%,0);border-radius:5px;overflow:hidden}html.GREEN .promotion-details-global .modal-body table tbody{width:100%;border-top:2px solid var(--white);border-bottom:2px solid var(--white)}html.GREEN .promotion-details-global .modal-body table tr{border-bottom-width:1px;border-left:2px solid #fff;border-right:2px solid #fff}html.GREEN .promotion-details-global .modal-body table td{border:1px solid #485366;padding:1em;color:var(--white);text-align:center;font-family:Poppins;font-size:12px;font-weight:400;font-style:normal;line-height:normal}html.GREEN .promotion-details-global .modal-body table td strong{color:var(--green);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal}html.GREEN_GOLD .promotion-details-global .modal-body table{width:100%;--bs-table-bg:hsla(0,0%,100%,0);border-radius:5px;overflow:hidden}html.GREEN_GOLD .promotion-details-global .modal-body table tbody{width:100%;border:2px solid var(--white)}html.GREEN_GOLD .promotion-details-global .modal-body table tr{border-bottom-width:1px}html.GREEN_GOLD .promotion-details-global .modal-body table td{border:1px solid;padding:1em;color:var(--white);font-family:Poppins;font-size:12px;font-weight:400;font-style:normal;line-height:normal}html.GREEN_GOLD .promotion-details-global .modal-body table td strong{color:var(--gold);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal}html.YELLOW .promotion-details-global .modal-body table{width:100%;--bs-table-bg:hsla(0,0%,100%,0);border-radius:5px;overflow:hidden}html.YELLOW .promotion-details-global .modal-body table tbody{width:100%;border:2px solid var(--white)}html.YELLOW .promotion-details-global .modal-body table tr{border-bottom-width:1px}html.YELLOW .promotion-details-global .modal-body table td{border:1px solid;padding:1em;color:var(--white);font-family:Poppins;font-size:12px;font-weight:400;font-style:normal;line-height:normal}html.YELLOW .promotion-details-global .modal-body table td strong{color:var(--secondary);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal}html.PURPLE .promotion-details-global .modal-body table{width:100%;--bs-table-bg:hsla(0,0%,100%,0);border-radius:5px;overflow:hidden}html.PURPLE .promotion-details-global .modal-body table tbody{width:100%;border:2px solid var(--white)}html.PURPLE .promotion-details-global .modal-body table tr{border-bottom-width:1px}html.PURPLE .promotion-details-global .modal-body table td{border:1px solid;padding:1em;color:var(--white);font-family:Poppins;font-size:12px;font-weight:400;font-style:normal;line-height:normal}html.PURPLE .promotion-details-global .modal-body table td strong{color:#bb4dff;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.promotion-details-global .modal-body .promotion-details-header{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}html.GREEN .promotion-details-global .modal-body .promotion-details-header label{color:var(--green);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}html.GREEN_GOLD .promotion-details-global .modal-body .promotion-details-header label{color:var(--gold);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}html.GREEN_GREY .promotion-details-global .modal-body .promotion-details-header label{color:var(--green);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}html.YELLOW .promotion-details-global .modal-body .promotion-details-header label{color:var(--white);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}html.PURPLE .promotion-details-global .modal-body .promotion-details-header label{color:#bb4dff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.promotion-details-global .modal-body .promotion-details-text{color:var(--light-grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.promotion-details-global .modal-body .promotion-details-text.subtitle{padding-top:1em}.promotion-details-global .modal-body::-webkit-scrollbar{display:none}.promotion-details-global .modal-footer{width:100%;border-top:none!important}.promotion-details-global .modal-footer .button-section{display:flex;width:100%;gap:1em}.promotion-details-global .modal-footer .button-section button{border:none;width:100%;font-weight:600;font-size:14px;align-items:center}.promotion-details-global .modal-footer .button-section button._tertiary-btn{background:hsla(0,0%,53%,.848);color:hsla(0,4%,75%,.471)}.promotion-details-global .modal-footer .button-section button._primary-btn{background:#d3ff00;color:#000}.white-modal .modal-body{background-color:var(--grey-light-bg);border-radius:18px}.steps-container{display:flex;align-items:center;justify-content:center;padding:30px 0}@media(min-width:768px){.steps-container{width:634px}}html.YELLOW .steps-container{background-color:var(--primary-bg)}.ORANGE .steps-container{display:flex;align-items:center;justify-content:center;background-color:var(--dark-red-bg);padding:30px 0}@media(min-width:768px){.ORANGE .steps-container{width:634px}}.step{flex-direction:column}.icon,.step{display:flex;align-items:center}.icon{width:35px;height:35px;border-radius:50%;background-color:#2e2e2e;justify-content:center}.GREEN .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.GREEN .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.GREEN .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.GREEN .phone-highlight{background:url(/images/Phone_Highlight.png) no-repeat 50%;background-size:contain}.GREEN .bank-highlight{background:url(/images/Bank_Highlight.png) no-repeat 50%;background-size:contain}.GREEN .password-highlight{background:url(/images/Password_Highlight.png) no-repeat 50%;background-size:contain}.GREEN .label{font-weight:400;color:#fff}.GREEN .label,.GREEN .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.GREEN .label_hover_txt{font-weight:600;color:var(--green)}.GREEN_GOLD .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .phone-highlight{background:url(/images/Phone_Highlight-gold.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .bank-highlight{background:url(/images/Bank_Highlight.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .password-highlight{background:url(/images/Password_Highlight-gold.png) no-repeat 50%;background-size:contain}.GREEN_GOLD .label{font-weight:400;color:#fff}.GREEN_GOLD .label,.GREEN_GOLD .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.GREEN_GOLD .label_hover_txt{font-weight:600;color:var(--gold)}.GREEN_GREY .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.GREEN_GREY .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.GREEN_GREY .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.GREEN_GREY .phone-highlight{background:url(/images/Phone_Highlight.png) no-repeat 50%;background-size:contain}.GREEN_GREY .bank-highlight{background:url(/images/Bank_Highlight.png) no-repeat 50%;background-size:contain}.GREEN_GREY .password-highlight{background:url(/images/Password_Highlight.png) no-repeat 50%;background-size:contain}.GREEN_GREY .label{font-weight:400;color:#fff}.GREEN_GREY .label,.GREEN_GREY .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.GREEN_GREY .label_hover_txt{font-weight:600;color:var(--green)}.ORANGE .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.ORANGE .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.ORANGE .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.ORANGE .phone-highlight{background:url(/images/Phone_Highlight-orange.png) no-repeat 50%;background-size:contain}.ORANGE .bank-highlight{background:url(/images/Bank_Highlight-orange.png) no-repeat 50%;background-size:contain}.ORANGE .password-highlight{background:url(/images/Password_Highlight-orange.png) no-repeat 50%;background-size:contain}.ORANGE .label{font-weight:400;color:#fff}.ORANGE .label,.ORANGE .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.ORANGE .label_hover_txt{font-weight:600;color:var(--white)}.YELLOW .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.YELLOW .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.YELLOW .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.YELLOW .phone-highlight{background:url(/images/Phone_Highlight-yellow.png) no-repeat 50%;background-size:contain}.YELLOW .bank-highlight{background:url(/images/Bank_Highlight-yellow.png) no-repeat 50%;background-size:contain}.YELLOW .password-highlight{background:url(/images/Password_Highlight-yellow.png) no-repeat 50%;background-size:contain}.YELLOW .label{font-weight:400;color:#fff}.YELLOW .label,.YELLOW .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.YELLOW .label_hover_txt{font-weight:600;color:var(--secondary)}.PURPLE .phone{background:url(/images/Phone.png) no-repeat 50%;background-size:contain}.PURPLE .bank{background:url(/images/Bank.png) no-repeat 50%;background-size:contain}.PURPLE .password{background:url(/images/Password.png) no-repeat 50%;background-size:contain}.PURPLE .phone-highlight{background:url(/images/Phone_Highlight-purple.png) no-repeat 50%;background-size:contain}.PURPLE .bank-highlight{background:url(/images/Bank_Highlight-purple.png) no-repeat 50%;background-size:contain}.PURPLE .password-highlight{background:url(/images/Password_Highlight-purple.png) no-repeat 50%;background-size:contain}.PURPLE .label{font-weight:400;color:#fff}.PURPLE .label,.PURPLE .label_hover_txt{margin-top:10px;font-family:Poppins;font-size:10px;line-height:15px;text-align:center}.PURPLE .label_hover_txt{font-weight:600;color:#bb4dff}.line{width:120px;height:2px;background-color:#fff;margin:0 17px 30px}@media(min-width:768px){.line{width:220px}}.refer-modal .modal-content{padding:20px;position:relative;border-radius:10px;background:linear-gradient(#5fe3cb,#1dff5a)}.refer-modal .modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--primary-bg);border-radius:10px;z-index:1;padding:2px}.refer-modal .modal-header{padding:20px 35px 0;border-bottom:none;z-index:2}.refer-modal .modal-header .modal-header-label{color:#14ff6c;text-transform:uppercase;font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left}.refer-modal .modal-body{position:relative;z-index:1}.refer-modal .modal-body .modal-body-label{color:#fff;padding:20px;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;text-align:center}.input-verification{width:100%;align-items:center;gap:23px;display:flex;box-shadow:none}.announcement-modal .modal-body{width:100%}.GREEN .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.GREEN .announcement-modal .modal-content{max-width:576px;background-color:var(--dark-blue-bg2);display:flex;justify-content:center;align-items:center}.GREEN .announcement-modal .modal-header{color:var(--green);font-size:20px;font-weight:700}.GREEN .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.GREEN .announcement-modal .modal-body img{width:100%;height:100%}.GREEN .announcement-modal .modal-body img.portrait-image{max-width:250px}.GREEN .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888}.GREEN .announcement-modal .modal-body p,.GREEN .announcement-modal .modal-body span{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN .announcement-modal .modal-body span{color:var(--White-Solid,#fff)}.GREEN .announcement-modal .modal-footer{width:100%}.GREEN .announcement-modal .modal-footer Button{width:100%;border-radius:8px 0;border:none!important;background:var(--linear-green)!important;color:var(--white);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.GREEN .announcement-modal .modal-footer Button:hover{background-color:var(--green);opacity:50%;color:var(--white)}.PURPLE .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.PURPLE .announcement-modal .modal-content{max-width:576px;background-color:var(--dark-blue-bg);display:flex;justify-content:center;align-items:center}.PURPLE .announcement-modal .modal-header{color:var(--purple3);font-size:20px;font-weight:700}.PURPLE .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.PURPLE .announcement-modal .modal-body img{width:100%;height:100%}.PURPLE .announcement-modal .modal-body img.portrait-image{max-width:250px}.PURPLE .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888}.PURPLE .announcement-modal .modal-body p,.PURPLE .announcement-modal .modal-body span{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .announcement-modal .modal-body span{color:var(--White-Solid,#fff)}.PURPLE .announcement-modal .modal-footer{width:100%}.PURPLE .announcement-modal .modal-footer Button{width:100%;border-radius:8px 0;border:none!important;background:var(--linear-purple)!important;color:var(--white);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .announcement-modal .modal-footer Button:hover{background-color:var(--linear-purple);opacity:50%;color:var(--white)}.GREEN_GOLD .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.GREEN_GOLD .announcement-modal .modal-content{max-width:576px;background-color:var(--black);display:flex;justify-content:center;align-items:center}.GREEN_GOLD .announcement-modal .modal-header{color:var(--gold);font-size:20px;font-weight:700}.GREEN_GOLD .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.GREEN_GOLD .announcement-modal .modal-body img{width:100%;height:100%}.GREEN_GOLD .announcement-modal .modal-body img.portrait-image{max-width:250px}.GREEN_GOLD .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GOLD .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN_GOLD .announcement-modal .modal-body span{color:var(--White-Solid,#fff);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN_GOLD .announcement-modal .modal-footer{width:100%}.GREEN_GOLD .announcement-modal .modal-footer Button{width:100%;border-radius:8px;border:none!important;background:var(--tertiary-bg)!important;color:var(--black);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GOLD .announcement-modal .modal-footer Button:hover{opacity:50%}.GREEN_GREY .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.GREEN_GREY .announcement-modal .modal-content{max-width:576px;background-color:var(--grey);display:flex;justify-content:center;align-items:center}.GREEN_GREY .announcement-modal .modal-header{color:var(--green);font-size:20px;font-weight:700}.GREEN_GREY .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.GREEN_GREY .announcement-modal .modal-body img{width:100%;height:100%}.GREEN_GREY .announcement-modal .modal-body img.portrait-image{max-width:250px}.GREEN_GREY .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GREY .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN_GREY .announcement-modal .modal-body span{color:var(--White-Solid,#fff);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN_GREY .announcement-modal .modal-footer{width:100%}.GREEN_GREY .announcement-modal .modal-footer Button{width:100%;border-radius:8px;border:none!important;background:var(--tertiary-bg)!important;color:var(--black);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GREY .announcement-modal .modal-footer Button:hover{opacity:50%}.ORANGE .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.ORANGE .announcement-modal .modal-content{max-width:576px;background-color:var(--dark-red-bg);display:flex;justify-content:center;align-items:center}.ORANGE .announcement-modal .modal-header{color:var(--white);font-size:20px;font-weight:700}.ORANGE .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.ORANGE .announcement-modal .modal-body img{width:100%;height:100%}.ORANGE .announcement-modal .modal-body img.portrait-image{max-width:250px}.ORANGE .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.ORANGE .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888}.ORANGE .announcement-modal .modal-body p,.ORANGE .announcement-modal .modal-body span{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.ORANGE .announcement-modal .modal-body span{color:var(--White-Solid,#fff)}.ORANGE .announcement-modal .modal-footer{width:100%}.ORANGE .announcement-modal .modal-footer Button{width:100%;border-radius:8px 0;border:none!important;background:var(--primary-red)!important;color:var(--white);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.ORANGE .announcement-modal .modal-footer Button:hover{background-color:var(--primary-red);opacity:50%;color:var(--white)}.YELLOW .announcement-modal{display:flex!important;align-items:center;justify-content:center;height:100vh;font-family:Poppins}.YELLOW .announcement-modal .modal-content{max-width:576px;background-color:var(--primary-bg);display:flex;justify-content:center;align-items:center}.YELLOW .announcement-modal .modal-header{color:var(--secondary);font-size:20px;font-weight:700}.YELLOW .announcement-modal .modal-body{padding-top:0;color:var(--white);font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:8px}.YELLOW .announcement-modal .modal-body img{width:100%;height:100%}.YELLOW .announcement-modal .modal-body img.portrait-image{max-width:250px}.YELLOW .announcement-modal .modal-body .title{color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .announcement-modal .modal-body p{padding:.5em 0 2em;color:#888}.YELLOW .announcement-modal .modal-body p,.YELLOW .announcement-modal .modal-body span{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .announcement-modal .modal-body span{color:var(--White-Solid,#fff)}.YELLOW .announcement-modal .modal-footer{width:100%}.YELLOW .announcement-modal .modal-footer Button{width:100%;border-radius:8px;border:none!important;background:var(--secondary)!important;color:var(--black);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .announcement-modal .modal-footer Button:hover{background-color:var(--secondary);opacity:50%;color:var(--black)}.dropdown{color:#fff;font-size:14px;font-weight:500;font-family:Poppins;line-height:21px;border-radius:6px;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.GREEN .share-referral hr{border-color:#fff}.GREEN .share-referral .modal-close-btn{cursor:pointer;color:var(--green);display:flex;align-items:center;justify-content:end;font-size:24px}.GREEN .share-referral .content{max-width:26em;margin:auto;text-align:center}.GREEN .share-referral .content .title{color:var(--green);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.GREEN .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.GREEN .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--green)}.GREEN .share-referral .referral-code-box button{color:var(--white)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--linear-green)}.GREEN .share-referral .referral-code-box ._primary-text{color:var(--white)}.GREEN .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.GREEN .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.GREEN .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.GREEN_GOLD .share-referral hr{border-color:#fff}.GREEN_GOLD .share-referral .modal-close-btn{cursor:pointer;color:var(--gold);display:flex;align-items:center;justify-content:end;font-size:24px}.GREEN_GOLD .share-referral .content{max-width:26em;margin:auto;text-align:center}.GREEN_GOLD .share-referral .content .title{color:var(--gold);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GOLD .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.GREEN_GOLD .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.GREEN_GOLD .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--gold)}.GREEN_GOLD .share-referral .referral-code-box button{color:var(--black)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--tertiary-bg)}.GREEN_GOLD .share-referral .referral-code-box ._primary-text{color:var(--white)}.GREEN_GOLD .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.GREEN_GOLD .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.GREEN_GOLD .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.GREEN_GREY .share-referral hr{border-color:#fff}.GREEN_GREY .share-referral .modal-close-btn{cursor:pointer;color:var(--green);display:flex;align-items:center;justify-content:end;font-size:24px}.GREEN_GREY .share-referral .content{max-width:26em;margin:auto;text-align:center}.GREEN_GREY .share-referral .content .title{color:var(--green);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.GREEN_GREY .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.GREEN_GREY .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.GREEN_GREY .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--green)}.GREEN_GREY .share-referral .referral-code-box button{color:var(--black)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--tertiary-bg)}.GREEN_GREY .share-referral .referral-code-box ._primary-text{color:var(--white)}.GREEN_GREY .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.GREEN_GREY .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.GREEN_GREY .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.PURPLE .share-referral hr{border-color:#fff}.PURPLE .share-referral .modal-close-btn{cursor:pointer;color:var(--white);display:flex;align-items:center;justify-content:end;font-size:24px}.PURPLE .share-referral .modal-content{border:none;background:var(--primary-bg-layout-six)}.PURPLE .share-referral .content{max-width:26em;margin:auto;text-align:center}.PURPLE .share-referral .content .title{color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.PURPLE .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.PURPLE .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--dark-blue-bg)!important}.PURPLE .share-referral .referral-code-box button{color:var(--white)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--primary-bg-layout-six)}.PURPLE .share-referral .referral-code-box ._primary-text{color:var(--white)}.PURPLE .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.PURPLE .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.PURPLE .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.YELLOW .share-referral hr{border-color:#fff}.YELLOW .share-referral .modal-close-btn{cursor:pointer;color:var(--white);display:flex;align-items:center;justify-content:end;font-size:24px}.YELLOW .share-referral .content{max-width:26em;margin:auto;text-align:center}.YELLOW .share-referral .content .title{color:var(--secondary);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.YELLOW .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.YELLOW .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--secondary)}.YELLOW .share-referral .referral-code-box button{color:var(--Black-Solid,#1d1c29)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--secondary)}.YELLOW .share-referral .referral-code-box ._primary-text{color:var(--white)}.YELLOW .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.YELLOW .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.YELLOW .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.ORANGE .share-referral hr{border-color:#fff}.ORANGE .share-referral .modal-close-btn{cursor:pointer;color:var(--white);display:flex;align-items:center;justify-content:end;font-size:24px}.ORANGE .share-referral .content{max-width:26em;margin:auto;text-align:center}.ORANGE .share-referral .content .title{color:var(--tertiary);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.ORANGE .share-referral .qr-box{text-align:center;padding:2em 2em 1em}.ORANGE .share-referral .qr-box svg{background:#fff;padding:1em;border-radius:15px;width:200px;height:200px}.ORANGE .share-referral .referral-code-box{margin-top:1em;background:transparent;padding:.5em 1em;border-radius:30px;border:1px solid var(--white)}.ORANGE .share-referral .referral-code-box button{color:var(--white)!important;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border:none!important;border-radius:5px;background:var(--secondary-bg)}.ORANGE .share-referral .referral-code-box ._primary-text{color:var(--white)}.ORANGE .share-referral .referral-code-box .referral-text{color:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center}.ORANGE .share-referral .referral-code-box .referral-text label{white-space:nowrap;color:#fff}.ORANGE .share-referral .desc{padding:1em;margin-top:1em;font-size:12px;color:var(--white)!important;text-align:center}.react-share__ShareButton{color:#fff!important;padding:.5em 0!important}.react-share__ShareButton:hover{color:var(--green)!important}.react-share__ShareButton svg{width:35px;height:35px;border-radius:50%}.GREEN .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:var(--green);line-height:12px;font-size:30px;cursor:pointer}.GREEN .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.GREEN .modal-play-container .modal-content{border:.894px solid var(--green);background:var(--dark-blue-bg2)}.GREEN .modal-play-container .main-content{text-align:center}.GREEN .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--green)!important}.GREEN .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.GREEN .modal-play-container .form-button{border-radius:8px!important;border:1px solid var(--green)!important;width:100%;display:flex;justify-content:center;align-items:center;background:transparent;color:var(--green)!important;line-height:normal;padding:6px 12px}.GREEN .modal-play-container .confirm,.GREEN .modal-play-container .form-button{text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.GREEN .modal-play-container .confirm{padding:10px 0;border-radius:8px 0 8px 0!important;border:none;background:var(--linear-green)!important;box-shadow:none;line-height:12px;color:var(--white)!important;outline:none}.GREEN .modal-play-container .confirm:disabled{opacity:.6}.GREEN_GOLD .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:var(--gold);line-height:12px;font-size:30px;cursor:pointer}.GREEN_GOLD .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.GREEN_GOLD .modal-play-container .modal-content{border:.894px solid var(--gold);background:var(--black)}.GREEN_GOLD .modal-play-container .main-content{text-align:center}.GREEN_GOLD .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--gold)!important}.GREEN_GOLD .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.GREEN_GOLD .modal-play-container .form-button{border-radius:8px!important;border:1px solid var(--gold);width:100%;display:flex;justify-content:center;align-items:center;background:transparent;color:var(--gold)!important;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:6px 12px}.GREEN_GOLD .modal-play-container .confirm{padding:12px 0;border-radius:8px!important;border:none;background:var(--tertiary-bg);box-shadow:none;line-height:12px;color:var(--black)!important;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;outline:none}.GREEN_GOLD .modal-play-container .confirm:disabled{opacity:.6}.GREEN_GREY .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:var(--green);line-height:12px;font-size:30px;cursor:pointer}.GREEN_GREY .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.GREEN_GREY .modal-play-container .modal-content{border:.894px solid var(--green);background:var(--grey)}.GREEN_GREY .modal-play-container .main-content{text-align:center}.GREEN_GREY .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--green)!important}.GREEN_GREY .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.GREEN_GREY .modal-play-container .form-button{border-radius:8px!important;border:1px solid var(--green);width:100%;display:flex;justify-content:center;align-items:center;background:transparent;color:var(--green)!important;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:6px 12px}.GREEN_GREY .modal-play-container .confirm{padding:12px 0;border-radius:8px!important;border:none;background:var(--tertiary-bg);box-shadow:none;line-height:12px;color:var(--black)!important;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;outline:none}.GREEN_GREY .modal-play-container .confirm:disabled{opacity:.6}.ORANGE .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:var(--white);line-height:12px;font-size:30px;cursor:pointer}.ORANGE .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.ORANGE .modal-play-container .modal-content{border:.894px solid var(--white);background:var(--dark-red-bg)}.ORANGE .modal-play-container .main-content{text-align:center}.ORANGE .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--white)!important}.ORANGE .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.ORANGE .modal-play-container .form-button{border-radius:8px!important;border:1px solid var(--white)!important;width:100%;display:flex;justify-content:center;align-items:center;background:transparent;line-height:normal;padding:6px 12px}.ORANGE .modal-play-container .confirm,.ORANGE .modal-play-container .form-button{color:var(--white)!important;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.ORANGE .modal-play-container .confirm{padding:10px 0;border-radius:8px 0 8px 0!important;border:none;background:var(--primary-red)!important;box-shadow:none;line-height:12px;outline:none}.ORANGE .modal-play-container .confirm:disabled{opacity:.6}.YELLOW .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:var(--white);line-height:12px;font-size:30px;cursor:pointer}.YELLOW .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.YELLOW .modal-play-container .modal-content{border:.894px solid var(--secondary);background:var(--primary-bg)}.YELLOW .modal-play-container .main-content{text-align:center}.YELLOW .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--secondary)!important}.YELLOW .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.YELLOW .modal-play-container .form-button{border-radius:8px!important;border:1px solid var(--secondary)!important;background:var(--dark-yellow-bg)!important;width:100%;display:flex;justify-content:center;align-items:center;background:transparent;padding:6px 12px;color:var(--white)!important;line-height:normal}.YELLOW .modal-play-container .confirm,.YELLOW .modal-play-container .form-button{text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.YELLOW .modal-play-container .confirm{padding:10px 0;border-radius:8px!important;border:none;background:var(--secondary)!important;box-shadow:none;line-height:12px;color:var(--black)!important;outline:none}.YELLOW .modal-play-container .confirm:disabled{opacity:.6}.PURPLE .modal-play-container .modal-close-btn{display:flex;justify-content:end;color:#bb4dff;line-height:12px;font-size:30px;cursor:pointer}.PURPLE .modal-play-container .buttons{padding-top:20px;padding-bottom:10px}.PURPLE .modal-play-container .modal-content{border:.894px solid #bb4dff;background:var(--dark-blue-bg2)}.PURPLE .modal-play-container .main-content{text-align:center}.PURPLE .modal-play-container .main-title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:#bb4dff!important}.PURPLE .modal-play-container .desc{font-size:12px!important;color:var(--white)!important}.PURPLE .modal-play-container .form-button{border-radius:8px!important;border:1px solid #bb4dff!important;width:100%;display:flex;justify-content:center;align-items:center;background:transparent;color:#bb4dff!important;line-height:normal;padding:6px 12px}.PURPLE .modal-play-container .confirm,.PURPLE .modal-play-container .form-button{text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.PURPLE .modal-play-container .confirm{padding:10px 0;border-radius:8px 0 8px 0!important;border:none;background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important;box-shadow:none;line-height:12px;color:var(--white)!important;outline:none}.PURPLE .modal-play-container .confirm:disabled{opacity:.6}.GREEN .modal-buy-insurance-container .modal-close-btn{display:flex;justify-content:end;color:var(--green);line-height:12px;font-size:30px;cursor:pointer}.GREEN .modal-buy-insurance-container .buttons{padding-top:20px;padding-bottom:10px}.GREEN .modal-buy-insurance-container .modal-content{border:.894px solid var(--green);background:var(--dark-blue-bg2)}.ORANGE .modal-buy-insurance-container .modal-close-btn{display:flex;justify-content:end;color:var(--white);line-height:12px;font-size:30px;cursor:pointer}.ORANGE .modal-buy-insurance-container .buttons{padding-top:20px;padding-bottom:10px}.ORANGE .modal-buy-insurance-container .modal-content{border:.894px solid #f59b1c;background:#f59b1c}.YELLOW .modal-buy-insurance-container .modal-close-btn{display:flex;justify-content:end;color:var(--secondary);line-height:12px;font-size:30px;cursor:pointer}.YELLOW .modal-buy-insurance-container .modal-content{border:.894px solid var(--secondary);background:var(--primary-bg)}.PURPLE .modal-buy-insurance-container .modal-close-btn{display:flex;justify-content:end;color:#bb4dff;line-height:12px;font-size:30px;cursor:pointer}.PURPLE .modal-buy-insurance-container .buttons{padding-top:20px;padding-bottom:10px}.PURPLE .modal-buy-insurance-container .modal-content{border:.894px solid #bb4dff;background:var(--dark-blue-bg2)}.modal-sm{--bs-modal-width:500px}.GREEN .downline-list-modal .modal-content{border:1px solid var(--green)}.GREEN .downline-list-modal .modal-content .downline-card{border-radius:10px;background:var(--dark-blue-bg)}.GREEN .downline-list-modal .button-section,.GREEN .downline-list-modal .modal-footer{width:100%}.GREEN .downline-list-modal .button-section button{width:100%;max-width:144px;color:var(--white);text-align:center;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border-radius:8px 0;border:none;background:var(--linear-green)!important}.ORANGE .downline-list-modal .modal-content{border:1px solid var(--white)}.ORANGE .downline-list-modal .modal-content .downline-card{border-radius:10px;background:#f59b1c}.ORANGE .downline-list-modal .button-section,.ORANGE .downline-list-modal .modal-footer{width:100%}.ORANGE .downline-list-modal .button-section button{width:100%;max-width:144px;color:var(--white);text-align:center;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border-radius:8px 0;border:none;background:#f59b1c!important}.YELLOW .downline-list-modal .modal-content{border:1px solid var(--secondary)}.YELLOW .downline-list-modal .modal-content .downline-card{border-radius:10px;background:#1b1b1b}.YELLOW .downline-list-modal .button-section,.YELLOW .downline-list-modal .modal-footer{width:100%}.YELLOW .downline-list-modal .button-section button{width:100%;max-width:144px;color:var(--black);text-align:center;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border-radius:8px 0;border:none;background:var(--secondary)!important}.PURPLE .downline-list-modal .modal-content{border:1px solid #bb4dff}.PURPLE .downline-list-modal .modal-content .downline-card{border-radius:10px;background:var(--dark-blue-bg)}.PURPLE .downline-list-modal .button-section,.PURPLE .downline-list-modal .modal-footer{width:100%}.PURPLE .downline-list-modal .button-section button{width:100%;max-width:144px;color:var(--white);text-align:center;font-family:Poppins;font-size:10px;font-style:normal;font-weight:600;line-height:normal;border-radius:8px 0;border:none;background:var(--linear-green)!important}._game-card,._game-item{position:relative}._game-card{cursor:pointer;margin:0;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;overflow:hidden;outline:2px solid transparent;outline-offset:-2px}._game-card img{display:flex;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:cover;border-radius:10px}._game-card .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:1em;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px}._game-card .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){._game-card .play-overlay .game-title{font-size:1rem}}._game-card .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN ._game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.BLACK_ROSE ._game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--tertiary-bg)!important;color:var(--black)}html.ORANGE ._game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE ._game-card .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW ._game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE ._game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}html.GREEN ._game-card.game-img{border:1px solid var(--green);border-radius:12px}html.GREEN ._game-card.game-img img{height:130px}@media(min-width:1200px){html.GREEN ._game-card.game-img img{height:200px}}html.ORANGE ._game-card.game-img{border:1px solid var(--white);border-radius:12px}html.ORANGE ._game-card.game-img img{height:130px}@media(min-width:1200px){html.ORANGE ._game-card.game-img img{height:200px}}html.PURPLE ._game-card.game-img{border:1px solid var(--primary-bg);border:1px solid var(--rose)}html.YELLOW ._game-card.game-img{border:1px solid var(--secondary);border-radius:12px}html.YELLOW ._game-card.game-img img{height:130px}@media(min-width:1200px){html.YELLOW ._game-card.game-img img{height:200px}}html.PURPLE ._game-card.game-img{border:1px solid var(--purple);border-radius:12px}html.PURPLE ._game-card.game-img img{height:130px}@media(min-width:1200px){html.PURPLE ._game-card.game-img img{height:200px}}._game-card .play-section{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;transition:all .5s;border-radius:35px;background:rgba(2,2,2,.5);outline:2px solid var(--primary);-webkit-backdrop-filter:blur(3.75px);backdrop-filter:blur(3.75px);display:grid;align-items:end;padding:25px}@media(max-width:1199.98px){._game-card .play-section{padding:10px;border-radius:10px}}._game-card .play-section button{border:none;background:#000!important;padding:11px 14px;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;width:7em;margin-left:auto;margin-right:auto}._game-card:hover .play-section{opacity:1;transition:all .5s}._game-card-4{outline:none;border:none;width:100%;height:100%;opacity:.4}._game-card-4,._game-card-4.game-card-fp{position:relative;cursor:pointer;margin:0;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden}._game-card-4.game-card-fp{outline:2px solid transparent;outline-offset:-2px;scale:1.2}._game-card-4.acitve{opacity:1}._game-card-4 img{width:100%;height:auto;object-fit:cover;object-position:center}._game-card-4 .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){._game-card-4 .play-overlay{padding:8px 10px 15px}}._game-card-4 .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){._game-card-4 .play-overlay .game-title{font-size:1rem}}._game-card-4 .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN ._game-card-4 .play-overlay button{background:var(--linear-green)!important;color:var(--white);font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--tertiary-bg)!important;color:var(--black)}html.ORANGE ._game-card-4 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE ._game-card-4 .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW ._game-card-4 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE ._game-card-4 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}._rank-card{padding-bottom:7em}._rank-card .rank-name{display:flex;text-align:center;justify-content:center;align-items:center;color:#fff;font-weight:400;font-size:12px;line-height:18px;font-family:Poppins}html.GREEN ._rank-card .rank-card-header{background-color:var(--dark-blue-bg);border-top-left-radius:8px;border-top-right-radius:8px;padding:9px 9px 12px}html.ORANGE ._rank-card .rank-card-header{background:var(--primary-bg);border-top-left-radius:8px;border-top-right-radius:8px;padding:9px 9px 12px}html.PURPLE ._rank-card .rank-card-header{background-color:var(--dark-blue-bg);border-top-left-radius:8px;border-top-right-radius:8px;padding:9px 9px 12px}html.YELLOW ._rank-card .rank-card-header{background-color:transparent;border-top-left-radius:8px;border-top-right-radius:8px;padding:9px}html.GREEN ._rank-card .side-rank-content .rank-subname{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;color:#fff;font-size:14px;font-weight:500;font-family:Poppins}html.GREEN ._rank-card .side-rank-content .rank-subname-green{font-weight:600}html.GREEN ._rank-card .side-rank-content .rank-sub,html.GREEN ._rank-card .side-rank-content .rank-subname-green{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;color:var(--green);font-size:14px;font-family:Poppins}html.GREEN ._rank-card .side-rank-content .rank-sub{font-weight:500}html.ORANGE ._rank-card .side-rank-content .rank-subname{color:#fff;font-weight:500}html.ORANGE ._rank-card .side-rank-content .rank-subname,html.ORANGE ._rank-card .side-rank-content .rank-subname-green{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;font-size:14px;font-family:Poppins}html.ORANGE ._rank-card .side-rank-content .rank-subname-green{color:var(--white);font-weight:600}html.ORANGE ._rank-card .side-rank-content .rank-sub{color:var(--white)}html.ORANGE ._rank-card .side-rank-content .rank-sub,html.PURPLE ._rank-card .side-rank-content .rank-subname{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;font-size:14px;font-weight:500;font-family:Poppins}html.PURPLE ._rank-card .side-rank-content .rank-subname{color:#fff}html.PURPLE ._rank-card .side-rank-content .rank-subname-green{font-weight:600}html.PURPLE ._rank-card .side-rank-content .rank-sub,html.PURPLE ._rank-card .side-rank-content .rank-subname-green{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;color:var(--green);font-size:14px;font-family:Poppins}html.PURPLE ._rank-card .side-rank-content .rank-sub{font-weight:500}html.YELLOW ._rank-card .side-rank-content .rank-subname{font-weight:500}html.YELLOW ._rank-card .side-rank-content .rank-subname,html.YELLOW ._rank-card .side-rank-content .rank-subname-green{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;color:var(--secondary);font-size:14px;font-family:Poppins}html.YELLOW ._rank-card .side-rank-content .rank-subname-green{font-weight:600}html.YELLOW ._rank-card .side-rank-content .rank-sub{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 10px;color:var(--secondary);font-size:14px;font-weight:500;font-family:Poppins}._rank-card .side-rank-content .rank-subname-red{display:flex;text-align:center;justify-content:flex-end;align-items:center;padding:0 10px;color:#dc000c;font-size:14px;font-weight:600;font-family:Poppins}._rank-card .side-rank-content .new-item{animation:fadeIn 1s ease-in-out}html.GREEN ._rank-card .side-rank-content .rank-board:nth-child(odd),html.ORANGE ._rank-card .side-rank-content .rank-board:nth-child(odd),html.PURPLE ._rank-card .side-rank-content .rank-board:nth-child(odd){background-color:var(--dark-blue-bg2);padding-top:7.5px;padding-bottom:7.5px}html.YELLOW ._rank-card .side-rank-content .rank-board:nth-child(odd){background-color:var(--primary);padding-top:7.5px;padding-bottom:7.5px}html.GREEN ._rank-card .side-rank-content .rank-board:nth-child(2n),html.ORANGE ._rank-card .side-rank-content .rank-board:nth-child(2n),html.PURPLE ._rank-card .side-rank-content .rank-board:nth-child(2n){background-color:var(--dark-blue-bg2);padding-top:7.5px;padding-bottom:7.5px}html.YELLOW ._rank-card .side-rank-content .rank-board:nth-child(2n){background-color:transparent;padding-top:7.5px;padding-bottom:7.5px}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.wallet-balance-container{border-radius:10px;background:var(--grey-light-bg);box-shadow:0 4px 4px 0 #0a0c1d}.wallet-balance-container .main-wallet-balance-div{display:flex;justify-content:space-between;align-items:center;padding:20px}.wallet-balance-container .main-wallet-balance-div .main-wallet-balance{display:block}.wallet-balance-container .main-wallet-balance-div .restore-btn{cursor:pointer;white-space:nowrap;font-family:Poppins;background:var(--secondary);color:var(--primary);font-weight:600;border:none;align-items:center;display:flex;justify-content:center;font-size:10px}@media(min-width:768px){.wallet-balance-container .main-wallet-balance-div .restore-btn{width:135px;height:30px;font-size:14px}}.wallet-balance-container .show-wallet-balance-div{background:rgba(0,0,0,.25);padding:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.refresh-wallet-balance{cursor:pointer}.refresh-wallet-balance path{fill:var(--white)}.refresh-wallet-balance.spin{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GREEN .promotion-card{background-color:var(--dark-blue-bg);border-radius:8px;height:100%}.GREEN .promotion-card .card-header{padding:0}.GREEN .promotion-card .card-body{padding:25px 17.28px 26px;height:100%;display:flex;flex-direction:column}.GREEN .promotion-card .card-body .card-title{color:var(--white);font-family:Poppins;font-size:16px;font-weight:600;line-height:21px}.GREEN .promotion-card .card-body .card-text{color:var(--light-grey);font-family:Poppins;font-size:14px;font-weight:400;line-height:18px}.GREEN .promotion-card .card-body .learn-more-button{margin:8px auto 0;width:100%;display:flex;align-items:center;gap:25px}.GREEN .promotion-card .card-body .learn-more-button button{width:100%;border:none;background:var(--linear-green);border-radius:10px 0 10px 0;font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;color:var(--white)}.GREEN .promotion-card .card-body .learn-more-button button:disabled{cursor:no-drop!important}.ORANGE .promotion-card{background-color:#722c39;border-radius:8px;height:100%}.ORANGE .promotion-card .card-header{padding:0}.ORANGE .promotion-card .card-body{padding:25px 17.28px 26px;height:100%;display:flex;flex-direction:column}.ORANGE .promotion-card .card-body .card-title{color:var(--white);font-family:Poppins;font-size:16px;font-weight:600;line-height:21px}.ORANGE .promotion-card .card-body .card-text{color:var(--white);font-family:Poppins;font-size:14px;font-weight:400;line-height:18px}.ORANGE .promotion-card .card-body .learn-more-button{margin:8px auto 0;width:100%;display:flex;align-items:center;gap:25px}.ORANGE .promotion-card .card-body .learn-more-button button{width:100%;border:1px solid #fff;background:#f57e20;border-radius:10px 0 10px 0;font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;color:var(--white)}.PURPLE .promotion-card .card-body .learn-more-button button{background:var(--primary-bg-layout-six);font-size:16px}.YELLOW .promotion-card{background-color:var(--primary-bg);border-radius:8px;height:100%}.YELLOW .promotion-card .card-header{padding:0}.YELLOW .promotion-card .card-body{padding:25px 17.28px 26px;height:100%;display:flex;flex-direction:column}.YELLOW .promotion-card .card-body .card-title{color:var(--white);font-family:Poppins;font-size:16px;font-weight:600;line-height:21px}.YELLOW .promotion-card .card-body .card-text{color:var(--grey2);font-family:Poppins;font-size:14px;font-weight:400;line-height:18px}.YELLOW .promotion-card .card-body .learn-more-button{margin:8px auto 0;width:100%;display:flex;align-items:center;gap:25px}.YELLOW .promotion-card .card-body .learn-more-button button{width:100%;border:none;background:var(--secondary);border-radius:10px;font-family:Poppins;font-size:13px;font-weight:600;line-height:20px;text-align:center;color:var(--black);height:36px}.PURPLE .promotion-card{background-color:var(--dark-blue-bg);border-radius:8px;height:100%}.PURPLE .promotion-card .card-header{padding:0}.PURPLE .promotion-card .card-body{padding:25px 17.28px 26px;height:100%;display:flex;flex-direction:column}.PURPLE .promotion-card .card-body .card-title{color:var(--white);font-family:Poppins;font-size:16px;font-weight:600;line-height:21px}.PURPLE .promotion-card .card-body .card-text{color:var(--light-grey);font-family:Poppins;font-size:14px;font-weight:400;line-height:18px}.PURPLE .promotion-card .card-body .learn-more-button{margin:8px auto 0;width:100%;display:flex;align-items:center;gap:25px}.PURPLE .promotion-card .card-body .learn-more-button button{width:100%;border:none;background:linear-gradient(180deg,#9b4dff,#4e1d8c);border-radius:10px 0 10px 0;font-family:Poppins;font-size:13px;font-weight:600;line-height:20px;text-align:center;color:var(--white)}.PURPLE .promotion-card .card-body .learn-more-button button:focus{background:linear-gradient(180deg,#9b4dff,#4e1d8c)}.PURPLE .promotion-card .card-body .learn-more-button button:active{opacity:.5;background:linear-gradient(180deg,#9b4dff,#4e1d8c)}.total-balance-card .total-balance-info{border-top-left-radius:6px;border-bottom-left-radius:6px;background:var(--grey-light-bg);height:auto}@media(max-width:767.98px){.total-balance-card .total-balance-info{border-top-left-radius:6px;border-top-right-radius:6px}}.total-balance-card .total-balance-info .total-balance-title{color:var(--white);font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.total-balance-card .total-balance-info .total-balance-subtitle{color:var(--secondary);font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.GREEN .profile-detail-card{background:none;border:none}.GREEN .profile-detail-card .input-group{color:var(--white);background:var(--dark-blue-bg)!important;font-size:12px;height:38px}.GREEN .profile-detail-card .input-group input:-webkit-autofill,.GREEN .profile-detail-card .input-group input:-webkit-autofill:active,.GREEN .profile-detail-card .input-group input:-webkit-autofill:focus,.GREEN .profile-detail-card .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.GREEN .profile-detail-card .form-control:active,.GREEN .profile-detail-card .form-control:focus{background:none!important;color:var(--white)!important;box-shadow:none}.GREEN .profile-detail-card .form-control:disabled{cursor:not-allowed;background-color:var(--dark-blue-bg)!important;color:var(--light-grey);font-size:12px}.GREEN .profile-detail-card ::placeholder{color:#888;font-size:12px}.ORANGE .profile-detail-card{background:none;border:none}.ORANGE .profile-detail-card .input-group{color:var(--white);background:var(--primary-bg)!important;font-size:12px;height:38px;border-radius:10px}.ORANGE .profile-detail-card .input-group input:-webkit-autofill,.ORANGE .profile-detail-card .input-group input:-webkit-autofill:active,.ORANGE .profile-detail-card .input-group input:-webkit-autofill:focus,.ORANGE .profile-detail-card .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.ORANGE .profile-detail-card .form-control:active,.ORANGE .profile-detail-card .form-control:focus{background:var(--primary-bg)!important;color:var(--white)!important;box-shadow:none}.ORANGE .profile-detail-card .form-control:disabled{cursor:not-allowed;background-color:var(--primary-bg)!important;color:var(--light-grey);font-size:12px}.ORANGE .profile-detail-card ::placeholder{color:#888;font-size:12px}.PURPLE .profile-detail-card{background:none;border:none}.PURPLE .profile-detail-card .input-group{color:var(--white);background:var(--dark-blue-bg)!important;font-size:12px;height:38px}.PURPLE .profile-detail-card .input-group input:-webkit-autofill,.PURPLE .profile-detail-card .input-group input:-webkit-autofill:active,.PURPLE .profile-detail-card .input-group input:-webkit-autofill:focus,.PURPLE .profile-detail-card .input-group input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white)}.PURPLE .profile-detail-card .input-group svg{color:#bb4dff!important}.PURPLE .profile-detail-card .form-control:active,.PURPLE .profile-detail-card .form-control:focus{background:none!important;color:var(--white)!important;box-shadow:none}.PURPLE .profile-detail-card .form-control:disabled{cursor:not-allowed;background-color:var(--dark-blue-bg)!important;color:var(--light-grey);font-size:12px}.PURPLE .profile-detail-card ::placeholder{color:#888;font-size:12px}.vip-details-card{background:transparent;border-radius:10px;width:100%;padding:40px;border:none;background-position:50%}.vip-details-card .vip-club-title{font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%;text-align:center}.vip-details-card .vip-club-subtitle{font-family:Poppins;font-size:10px;font-weight:400;color:#888;text-align:center}.vip-details-card .icon-vip{width:100%;text-align:center}.vip-details-card .icon-vip img{position:absolute;top:10%;right:50%;transform:translate(50%,-50%)}.vip-details-banner{background:#1b1b1b;border-radius:14px;background-size:contain;background-position:100% 0;background-repeat:no-repeat}.vip-details-banner .vip-details-title{font-family:Poppins;font-size:32px;font-weight:700;color:#fff;text-transform:uppercase}.vip-details-banner .vip-details-subtitle{font-family:Poppins;font-size:12px;font-weight:400;color:#fff;text-transform:uppercase;padding:20px 0}.vip-details-banner .sign-up-btn{border-bottom-left-radius:0;border-top-right-radius:0;background:linear-gradient(90deg,#5fe3cb,#1dff5a);border-top-left-radius:8px;border-bottom-right-radius:8px;background-origin:border-box;background-clip:content-box,border-box;padding:1px;color:#000908!important;width:100%;border:.72px solid #fff;display:flex;align-items:center;justify-content:center}.accordion-card .accordion{display:flex;gap:10px;box-shadow:none;border-radius:4px;flex-direction:column}.accordion-card .accordion-button{background:#1b1b1b;border:none;color:#fff;font-family:Poppins;font-size:12px;box-shadow:none}.accordion-card .accordion-button:after{color:#fff}.accordion-card .accordion-item{border:none;gap:10px}.accordion-card .accordion-body{background-color:#212529;color:#fff}.refer-details-card{border:none;background:none;display:flex;flex-direction:row;align-items:center}.refer-details-card .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.refer-details-card .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.GREEN .refer-card-banner{background-color:var(--dark-blue-bg2);border-radius:14px;background-size:contain;background-position:100% 0;background-repeat:no-repeat}.GREEN .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.GREEN .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.GREEN .refer-reward-banner{background-color:var(--dark-blue-bg2);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.GREEN .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.GREEN .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.GREEN .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.GREEN .refer-reward-banner{background-size:cover}}.GREEN .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.GREEN .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.GREEN_GREY .refer-card-banner{background-color:var(--dark-blue-bg2);border-radius:14px;background-size:contain;background-position:100% 0;background-repeat:no-repeat}.GREEN_GREY .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.GREEN_GREY .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.GREEN_GREY .refer-reward-banner{background-color:var(--dark-blue-bg2);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.GREEN_GREY .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.GREEN_GREY .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.GREEN_GREY .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.GREEN_GREY .refer-reward-banner{background-size:cover}}.GREEN_GREY .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.GREEN_GREY .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.ORANGE .refer-card-banner{background:var(--primary-bg);border-radius:14px;background-size:contain;background-position:100% 0;background-repeat:no-repeat}.ORANGE .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.ORANGE .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.ORANGE .refer-reward-banner{background:var(--primary-bg);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.ORANGE .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.ORANGE .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.ORANGE .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.ORANGE .refer-reward-banner{background-size:cover}}.ORANGE .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.ORANGE .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.PURPLE .refer-card-banner{background-color:var(--dark-blue-bg)!important}.PURPLE .refer-reward-banner{background:var(--primary-bg-layout-six)}.YELLOW .refer-card-banner{background-image:url();background:var(--linear-green-yellow);border-radius:14px;background-size:cover;background-position:100% 0;background-repeat:no-repeat}@media(min-width:768px){.YELLOW .refer-card-banner.--layout-3{background-position:60%;min-height:280px}}.YELLOW .refer-card-banner .content-wrapper{padding:30px;display:flex;flex-direction:column;justify-content:center}.YELLOW .refer-card-banner .content-wrapper.--layout-3{position:relative;z-index:0;height:520px;justify-content:flex-end}@media(min-width:768px){.YELLOW .refer-card-banner .content-wrapper.--layout-3{height:100%;left:50px;padding:20px 0}}.YELLOW .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.YELLOW .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.YELLOW .refer-reward-banner{background:var(--linear-green-yellow);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.YELLOW .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.YELLOW .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.YELLOW .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.YELLOW .refer-reward-banner{background-size:cover}}.YELLOW .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.YELLOW .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.YELLOW2 .refer-card-banner{background-image:url();background:var(--linear-green-yellow);border-radius:14px;background-size:cover;background-position:100% 0;background-repeat:no-repeat}@media(min-width:768px){.YELLOW2 .refer-card-banner.--layout-3{background-position:60%;min-height:280px}}.YELLOW2 .refer-card-banner .content-wrapper{padding:30px;display:flex;flex-direction:column;justify-content:center}.YELLOW2 .refer-card-banner .content-wrapper.--layout-3{position:relative;z-index:0;height:520px;justify-content:flex-end}@media(min-width:768px){.YELLOW2 .refer-card-banner .content-wrapper.--layout-3{height:100%;left:50px;padding:20px 0}}.YELLOW2 .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.YELLOW2 .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.YELLOW2 .refer-reward-banner{background:var(--linear-green-yellow);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.YELLOW2 .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.YELLOW2 .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.YELLOW2 .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.YELLOW2 .refer-reward-banner{background-size:cover}}.YELLOW2 .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.YELLOW2 .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.PURPLE .refer-card-banner{background-color:var(--dark-blue-bg2);border-radius:14px;background-size:contain;background-position:100% 0;background-repeat:no-repeat}.PURPLE .refer-card-banner .refer-details-title{font-family:Poppins;font-size:32px;font-weight:bolder;color:#fff;line-height:110%}.PURPLE .refer-card-banner .refer-details-subtitle{font-family:Poppins;font-size:12px;font-weight:300;text-transform:uppercase;color:#fff;line-height:160%}.PURPLE .refer-reward-banner{background-color:var(--dark-blue-bg2);border-radius:8px;background-size:cover;background-position:0 0;background-repeat:no-repeat;max-height:164px;width:100%}@media(max-width:1199.98px){.PURPLE .refer-reward-banner{background-size:cover}}@media(max-width:991.98px){.PURPLE .refer-reward-banner{background-size:cover;height:auto}}@media(max-width:767.98px){.PURPLE .refer-reward-banner{background-size:contain;height:auto}}@media(max-width:575.98px){.PURPLE .refer-reward-banner{background-size:cover}}.PURPLE .refer-reward-banner .refer-reward-title{width:100%;font-family:Poppins;font-size:16px;font-weight:700;color:#fff;line-height:110%}.PURPLE .refer-reward-banner .refer-reward-subtitle{font-family:Poppins;font-size:10px;color:#888;line-height:110%;padding-top:10px}.GREEN .crypto-card{background:var(--dark-blue-bg2);border-radius:10px;padding:12px}.GREEN .slick-slide{padding:0 15px 0 0}.ORANGE .crypto-card{background:var(--primary-bg);border-radius:10px;padding:12px}.ORANGE .slick-slide{padding:0 15px 0 0}.YELLOW .crypto-card{background:var(--grey2-bg);border-radius:10px;padding:12px}.YELLOW .slick-slide{padding:0 15px 0 0}.YELLOW2 .crypto-card{background:var(--grey2-bg);border-radius:10px;padding:12px}.YELLOW2 .slick-slide{padding:0 15px 0 0}.marquee-provider-card{background:#262a4b;height:80px;display:flex;align-items:center;justify-content:center;padding:8px;margin:0 8px;border-radius:8px;overflow:hidden}.marquee-provider-card img{max-width:100%;max-height:100%;object-fit:contain}.PURPLE .crypto-card{background:var(--dark-blue-bg2);border-radius:10px;padding:12px}.PURPLE .slick-slide{padding:0 15px 0 0}.PURPLE .game-category-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;padding:20px;max-width:1200px;margin:0 auto}.PURPLE .game-category-card{width:100%;background-color:#31113f;height:225px;border-radius:10px;background-size:cover;background-position:50%;position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease;border:none;box-shadow:0 4px 8px rgba(0,0,0,.2)}.PURPLE .category-content{bottom:20px;left:20px;color:#fff;z-index:2;text-shadow:1px 1px 3px rgba(0,0,0,.8);display:flex;justify-content:space-between;flex-direction:column}.PURPLE .category-title{font-size:18px;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}@media(max-width:1199.98px){.PURPLE .category-title{font-size:12px}}.PURPLE .category-details{font-size:12px;margin:0;max-width:80%;color:#d7d7d7}@media(max-width:768px){.PURPLE .game-category-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.PURPLE .game-category-container{grid-template-columns:1fr}}.YELLOW .casino-card img,.YELLOW2 .casino-card img{width:100%;height:auto}main{margin-top:0!important;padding-top:9em!important}html.YELLOW main{padding-bottom:4.6em}html.ORANGE main,html.YELLOW main{padding-top:4.5em!important}html.GREEN_GOLD main{padding-top:10em!important}@media(max-width:767.98px){html.GREEN_GOLD main,html.GREEN_GREY main{padding-top:5em!important}main{padding-top:75px!important}}main{position:relative;isolation:isolate;margin-top:var(--roo-toolbar-height);margin-bottom:var(--roo-bottom-nav-height);will-change:margin-right;transition:margin-right .4s cubic-bezier(.4,0,.6,1)}.main-app{--roo-left-side-navigation-width:0;--roo-right-side-chat-width:0;--roo-toolbar-height:75px;--roo-bottom-nav-height:0;--roo-header-padding:16px 14px}.main-app.layout-four{--roo-toolbar-height:144px}@media(max-width:767.98px){.main-app.layout-four{--roo-toolbar-height:75px}}.main-app.layout-two{--roo-toolbar-height:144px}.main-app.layout-two.--disable-scroll{height:100vh;overflow-y:hidden}@media(max-width:767.98px){.main-app.layout-two{--roo-toolbar-height:75px}}.main-app .frame-box{pointer-events:none;position:fixed;inset:0}html.GREEN .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:none!important;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){html.GREEN .main-app .frame-box ._layout-button:after{display:none}}html.GREEN .main-app .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:transparent;border:1px solid;border-radius:4px;color:var(--green);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.GREEN .main-app .frame-box ._layout-button.--login-button{font-size:13px}}html.GREEN .main-app .frame-box ._layout-button.--register-button{background:var(--linear-green);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:30px;outline:none}@media(max-width:767.98px){html.GREEN .main-app .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){html.GREEN .main-app .frame-box ._layout-button.--login-button,html.GREEN .main-app .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}html.GREEN .main-app .frame-box ._layout-button.--deposit-button{background:var(--linear-green);font-family:Poppins;border:none;font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;outline:none}html.GREEN .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}html.GREEN_GOLD .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:none!important;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){html.GREEN_GOLD .main-app .frame-box ._layout-button:after{display:none}}html.GREEN_GOLD .main-app .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:var(--linear-green);border:1px solid var(--green);border-radius:4px;color:var(--black);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.GREEN_GOLD .main-app .frame-box ._layout-button.--login-button{font-size:13px}}html.GREEN_GOLD .main-app .frame-box ._layout-button.--register-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:var(--tertiary-bg);border:1px solid var(--gold);border-radius:4px;color:var(--black);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.GREEN_GOLD .main-app .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){html.GREEN_GOLD .main-app .frame-box ._layout-button.--login-button,html.GREEN_GOLD .main-app .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}html.GREEN_GOLD .main-app .frame-box ._layout-button.--deposit-button{background:var(--linear-green);font-family:Poppins;border:1px solid var(--green);font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:4px;color:var(--black);padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;outline:none}html.GREEN_GOLD .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}html.GREEN_GREY .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:none!important;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){html.GREEN_GREY .main-app .frame-box ._layout-button:after{display:none}}html.GREEN_GREY .main-app .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:transparent;border:1px solid var(--white);border-radius:30px;color:var(--white);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.GREEN_GREY .main-app .frame-box ._layout-button.--login-button{font-size:13px}}html.GREEN_GREY .main-app .frame-box ._layout-button.--register-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:transparent;border-radius:30px;color:var(--gold);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none;border:1px solid var(--gold)}@media(max-width:767.98px){html.GREEN_GREY .main-app .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){html.GREEN_GREY .main-app .frame-box ._layout-button.--login-button,html.GREEN_GREY .main-app .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}html.GREEN_GREY .main-app .frame-box ._layout-button.--deposit-button{background:var(--tertiary-bg);font-family:Poppins;border:none;font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:4px;color:var(--black);padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;outline:none}html.GREEN_GREY .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}html.ORANGE .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:none!important;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){html.ORANGE .main-app .frame-box ._layout-button:after{display:none}}html.ORANGE .main-app .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:var(--orange);border:1px solid var(--white);border-radius:4px;color:var(--white);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.ORANGE .main-app .frame-box ._layout-button.--login-button{font-size:13px}}html.ORANGE .main-app .frame-box ._layout-button.--register-button{background:var(--primary-red);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:1px solid var(--white);border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:30px;outline:none}@media(max-width:767.98px){html.ORANGE .main-app .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){html.ORANGE .main-app .frame-box ._layout-button.--login-button,html.ORANGE .main-app .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}html.ORANGE .main-app .frame-box ._layout-button.--deposit-button{background:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0,#9c2a1e 47.58%,#490b2d 100%);font-family:Poppins;border:1px solid #fff;font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;width:80px;height:35px;outline:none}html.ORANGE .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}html.YELLOW .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--green);font-weight:600;background-color:transparent;box-shadow:none!important;border:1px solid var(--white);margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;padding:6px;outline:none;min-width:36px;min-height:30px}@media(max-width:1200px){html.YELLOW .main-app .frame-box ._layout-button:after{display:none}}html.YELLOW .main-app .frame-box ._layout-button.--login-button{background:var(--primary-bg);color:var(--secondary);border-radius:0;padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;background-clip:padding-box;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}html.YELLOW .main-app .frame-box ._layout-button.--login-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--linear-yellow3);-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);z-index:-1}@media(max-width:767.98px){html.YELLOW .main-app .frame-box ._layout-button.--login-button{font-size:13px;padding:0 10px}}html.YELLOW .main-app .frame-box ._layout-button.--register-button{background:var(--linear-yellow);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:1px solid #fff;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;height:30px;border-radius:0}@media(max-width:767.98px){html.YELLOW .main-app .frame-box ._layout-button.--register-button{font-size:13px}}html.YELLOW .main-app .frame-box ._layout-button.--deposit-button{background:var(--linear-yellow);font-family:Poppins;font-size:14px;font-weight:600;line-height:15px;text-align:center;border:1px solid #fff;border-radius:0;box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2),0 2px 4px 0 rgba(0,195,158,.251);color:#000908;padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}html.YELLOW .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}html.BLACK_ROSE .main-app .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:none;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){html.BLACK_ROSE .main-app .frame-box ._layout-button:after{display:none}}html.BLACK_ROSE .main-app .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:14px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:transparent;border:1px solid var(--rose);border-radius:4px;color:var(--rose);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.BLACK_ROSE .main-app .frame-box ._layout-button.--login-button{font-size:13px}}html.BLACK_ROSE .main-app .frame-box ._layout-button.--register-button{padding:0 21px;margin:0;font-size:14px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:var(--tertiary-bg);box-shadow:0 0 10px 0 var(--rose);border:none;border-radius:4px;color:var(--black);white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){html.BLACK_ROSE .main-app .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){html.BLACK_ROSE .main-app .frame-box ._layout-button.--login-button,html.BLACK_ROSE .main-app .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}html.BLACK_ROSE .main-app .frame-box ._layout-button.--deposit-button{background:var(--tertiary);font-family:Poppins;border:none;font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:4px;color:var(--black);padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;outline:none;box-shadow:0 0 10px 0 var(--rose)}html.BLACK_ROSE .main-app .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}.main-app .login-function-tab .function-tab-login{background-color:var(--grey-light-bg);border:1px solid;border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 29.67%,hsla(0,0%,100%,0) 64.17%,hsla(0,0%,100%,.1) 95.67%);color:var(--secondary);border-radius:8px;border-top-right-radius:0}.main-app .login-function-tab .function-tab-join-now,.main-app .login-function-tab .function-tab-login{padding:4px 12px 8px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.3);font-size:14px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;height:44px;width:100%}.main-app .login-function-tab .function-tab-join-now{background-color:var(--secondary-bg);border:1px solid;border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0) 29.67%,hsla(0,0%,100%,0) 64.17%,hsla(0,0%,100%,.3) 95.67%);color:var(--primary);border-radius:8px;border-top-left-radius:0}@media(min-width:768px){.main-app{--roo-left-side-navigation-width:220px;--roo-toolbar-height:72px;--roo-bottom-nav-height:0;--roo-header-padding:10px 10px;--roo-right-side-chat-width:0}.main-app.layout-four{--roo-toolbar-height:144px}.main-app[data-chat-open=true]{--roo-right-side-chat-width:350px}.main-app[data-side-nav-open=false]{--roo-left-side-navigation-width:68px;--sidebar-width:68px}.main-app[data-side-nav-open=true]{--sidebar-width:230px}.main-app[data-side-nav-open=true].layout-two{--sidebar-width:327px}}@media(max-width:768px){.frame-right-section{grid-area:right;grid-template-columns:1fr var(--roo-right-side-chat-width);grid-template-rows:var(--roo-toolbar-height) 1fr;grid-template-areas:"nav" "content"}.main-app[data-side-nav-open=true]{--max-sidebar-width:100%}}.layout-six-main{position:relative;isolation:isolate;margin:var(--roo-toolbar-height) var(--roo-right-side-chat-width) var(--roo-bottom-nav-height) var(--roo-left-side-navigation-width);will-change:margin-right;container-type:inline-size;transition:margin-right .4s cubic-bezier(.4,0,.6,1);padding-top:4em!important}.main-app-layout-six{--roo-left-side-navigation-width:0;--roo-right-side-chat-width:0;--roo-toolbar-height:75px;--roo-bottom-nav-height:0;--roo-header-padding:16px}.main-app-layout-six .frame-box{pointer-events:none;position:fixed;inset:0}@media(min-width:768px){.main-app-layout-six .frame-box{display:grid}}.main-app-layout-six .frame-box ._layout-button{position:relative;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:600;background:#262a4b;box-shadow:none!important;border:none;margin:0;text-decoration:none;flex:0 0 auto;overflow:visible;border-radius:8px;padding:6px;min-width:36px;min-height:30px}@media(max-width:1200px){.main-app-layout-six .frame-box ._layout-button:after{display:none}}.main-app-layout-six .frame-box ._layout-button.--login-button{padding:0 21px;margin:0;font-size:16px;line-height:20px;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;background:transparent;border:1px solid;border-radius:4px;color:#bb4dff;white-space:nowrap;font-weight:600;visibility:initial;position:relative;outline:none}@media(max-width:767.98px){.main-app-layout-six .frame-box ._layout-button.--login-button{font-size:13px}}.main-app-layout-six .frame-box ._layout-button.--register-button{background:linear-gradient(180deg,#9b4dff,#4e1d8c);font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:30px;outline:none}@media(max-width:767.98px){.main-app-layout-six .frame-box ._layout-button.--register-button{font-size:13px}}@media(max-width:400px){.main-app-layout-six .frame-box ._layout-button.--login-button,.main-app-layout-six .frame-box ._layout-button.--register-button{padding:0 10px;font-size:14px}}.main-app-layout-six .frame-box ._layout-button.--deposit-button{background:linear-gradient(180deg,#9b4dff,#4e1d8c);font-family:Poppins;border:none;font-size:14px;font-weight:600;line-height:15px;text-align:center;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;width:80px;height:30px;outline:none}.main-app-layout-six .frame-box ._layout-button.--dropdown-btn{border:none;outline:none;background:none}@media(min-width:768px){.main-app-layout-six{--roo-left-side-navigation-width:220px;--roo-toolbar-height:72px;--roo-bottom-nav-height:0;--roo-header-padding:24px;--roo-right-side-chat-width:0}.main-app-layout-six[data-chat-open=true]{--roo-right-side-chat-width:350px}.main-app-layout-six[data-side-nav-open=false]{--roo-left-side-navigation-width:68px;--sidebar-width:68px}.main-app-layout-six[data-side-nav-open=true]{--sidebar-width:220px}.frame-box{grid-template-columns:var(--roo-left-side-navigation-width) 1fr!important;grid-template-rows:1fr!important;grid-template-areas:"left right"!important}}@media(max-width:768px){.frame-right-section{grid-area:right;grid-template-columns:1fr var(--roo-right-side-chat-width);grid-template-rows:var(--roo-toolbar-height) 1fr;grid-template-areas:"nav" "content"}.main-app-layout-six[data-side-nav-open=true]{--max-sidebar-width:100%}}@media(min-width:768px){.frame-right-section{position:relative;pointer-events:none}}@media(max-width:1200px){.frame-right-section{grid-template-areas:"nav" "content"}}@media(max-width:768px){.frame-right-section{display:grid;grid-template-areas:"nav" "content" "bottom";grid-template-columns:1fr;grid-template-rows:var(--roo-toolbar-height) 1fr var(--roo-bottom-nav-height);pointer-events:none;transition:grid-template-columns .4s cubic-bezier(.4,0,.6,1);grid-area:right;grid-template-columns:1fr var(--roo-right-side-chat-width);grid-template-rows:var(--roo-toolbar-height) 1fr;grid-template-areas:"nav" "content"}}.GREEN .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:10px 16px;flex-direction:column;position:relative;pointer-events:auto;z-index:-1}.GREEN .content-wrapper .box{width:100%;margin:0 auto;max-width:1200px}.GREEN .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.GREEN_GOLD .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:0 16px;flex-direction:column;position:relative;pointer-events:auto;z-index:-1}.GREEN_GOLD .content-wrapper .box{width:100%;margin:0 auto;max-width:1200px}.GREEN_GOLD .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.GREEN_GREY .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:0 16px;flex-direction:column;position:relative;pointer-events:auto;z-index:-1}.GREEN_GREY .content-wrapper .box{width:100%;margin:0 auto;max-width:1200px}.GREEN_GREY .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.YELLOW .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:10px 16px;flex-direction:column;position:relative;pointer-events:auto}.YELLOW .content-wrapper .box{width:100%;margin:0 auto;max-width:1200px}.YELLOW .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.PURPLE .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:10px 16px;flex-direction:column;position:relative;pointer-events:auto;z-index:-1}.PURPLE .content-wrapper .box{width:100%;margin:0 auto;max-width:unset}.PURPLE .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.ORANGE .content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:10px 16px;flex-direction:column;position:relative;pointer-events:auto;z-index:-1}.ORANGE .content-wrapper .box{width:100%;margin:0 auto;max-width:unset}.ORANGE .content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.history-content-wrapper{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:10px 16px;flex-direction:column;position:relative;pointer-events:auto}.history-content-wrapper .box{width:100%}.history-content-wrapper .box2{overflow:hidden;width:100%;margin:0 auto}.content-wrapper-layout-3{grid-area:content;pointer-events:none;overflow:clip;gap:12px;display:flex;padding:12px;flex-direction:column;position:relative;pointer-events:auto}.content-wrapper-layout-3 .box{display:flex;flex-direction:column;gap:25px;width:100%}.content-wrapper-layout-3 .box p{margin:0;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0}.content-wrapper-layout-3 .box2{overflow:hidden;width:100%;margin:0 auto}.content-wrapper-layout-3 .sticky-sidebar{height:max-content;position:-webkit-sticky;position:sticky;top:164px}.mid-right-section6{grid-area:content;pointer-events:none;overflow:clip;padding:10px 16px;position:relative;pointer-events:auto}.mid-right-section6 .box{width:100%;margin:0 auto;max-width:1200px}.mid-right-section6 .box2{overflow:hidden;width:100%;margin:0 auto}.GREEN .stack-div{white-space:nowrap;color:#888;font-weight:400;background-color:transparent;padding:10px;cursor:pointer}.GREEN .stack-div,.GREEN .stack-div.active{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.GREEN .stack-div.active{border-radius:5px;border:1px solid #14ff6c;color:var(--green);font-weight:600}@media(max-width:575.98px){.GREEN .stack-div{font-size:11px;white-space:nowrap}}.ORANGE .stack-div{white-space:nowrap;color:#888;font-weight:400;background-color:transparent;padding:10px;cursor:pointer}.ORANGE .stack-div,.ORANGE .stack-div.active{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.ORANGE .stack-div.active{border-radius:5px;border:1px solid var(--white);color:var(--white);font-weight:600}@media(max-width:575.98px){.ORANGE .stack-div{font-size:11px;white-space:nowrap}}.YELLOW .stack-div{white-space:nowrap;color:#888;font-weight:400;background-color:transparent;padding:10px;cursor:pointer}.YELLOW .stack-div,.YELLOW .stack-div.active{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.YELLOW .stack-div.active{border-radius:5px;border:1px solid var(--secondary);color:var(--secondary);font-weight:600}@media(max-width:575.98px){.YELLOW .stack-div{font-size:11px;white-space:nowrap}}.PURPLE .stack-div{white-space:nowrap;color:#888;font-weight:400;background-color:transparent;padding:10px;cursor:pointer}.PURPLE .stack-div,.PURPLE .stack-div.active{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.PURPLE .stack-div.active{border-radius:5px;border:1px solid #bb4dff;color:#bb4dff;font-weight:600}@media(max-width:575.98px){.PURPLE .stack-div{white-space:nowrap}}.GREEN header{height:72px;position:fixed;grid-area:nav;pointer-events:auto;background-color:var(--primary-bg);display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.GREEN header ._header-center-section{display:flex;justify-content:center}.GREEN header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.GREEN header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center;background-color:var(--primary-bg)}.GREEN header .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.GREEN header .logo-image{max-width:120px}}.ORANGE header{height:72px;position:fixed;grid-area:nav;pointer-events:auto;background:var(--secondary-bg);display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.ORANGE header ._header-center-section{display:flex;justify-content:center}.ORANGE header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.ORANGE header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center}.ORANGE header .logo-image{width:100%;height:auto;max-width:80px}@media(min-width:768px){.ORANGE header .logo-image{max-width:80px}}.PURPLE header{height:72px;position:-webkit-sticky;position:sticky;grid-area:nav;pointer-events:auto;background-color:#121426;position:relative;display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);z-index:9999;box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.PURPLE header ._header-center-section{display:flex;justify-content:center}.PURPLE header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.PURPLE header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center;background-color:var(--primary-bg)}.PURPLE header .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.PURPLE header .logo-image{max-width:120px}}.YELLOW header{height:72px;position:absolute;grid-area:nav;pointer-events:auto;background:hsla(0,0%,5%,.502);position:relative;display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);border-bottom:1px solid var(--secondary-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.YELLOW header ._header-center-section{display:flex;justify-content:center}.YELLOW header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.YELLOW header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center;background-color:transparent}.YELLOW header .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.YELLOW header .logo-image{max-width:120px}}.YELLOW .header-layout-3{height:72px;grid-area:nav;pointer-events:auto;background:hsla(0,0%,5%,.502);position:relative;display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);border:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.YELLOW .header-layout-3 ._header-center-section{display:flex;justify-content:center}.YELLOW .header-layout-3 ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.YELLOW .header-layout-3 ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center;background-color:transparent}.YELLOW .header-layout-3 .logo-image{width:100%;height:auto;max-width:90px}@media(min-width:768px){.YELLOW .header-layout-3 .logo-image{max-width:120px}}.GREEN_GOLD header{height:72px;position:fixed;grid-area:nav;pointer-events:auto;background:var(--radial-green);display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.GREEN_GOLD header ._header-center-section{display:flex;justify-content:center}.GREEN_GOLD header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.GREEN_GOLD header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center}.GREEN_GOLD header .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.GREEN_GOLD header .logo-image{max-width:120px}}.GREEN_GREY header{height:72px;position:fixed;grid-area:nav;pointer-events:auto;background:var(--primary-bg);display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.GREEN_GREY header ._header-center-section{display:flex;justify-content:center}.GREEN_GREY header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.GREEN_GREY header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center}.GREEN_GREY header .logo-image{width:100%;height:auto;max-width:60px}@media(min-width:768px){.GREEN_GREY header .logo-image{max-width:120px}}.BLACK_ROSE header{height:72px;position:fixed;grid-area:nav;pointer-events:auto;background:var(--primary-bg);display:flex;justify-content:space-between;align-items:center;padding-inline:var(--roo-header-padding);box-sizing:border-box;top:0;left:auto;right:0;color:var(--primary);box-shadow:none;-webkit-box-align:center;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.BLACK_ROSE header ._header-center-section{display:flex;justify-content:center}.BLACK_ROSE header ._header-right-section{justify-content:end;flex:1 1;display:flex;z-index:2;align-items:center;grid-column:3;justify-content:flex-end}.BLACK_ROSE header ._header-right-section ._auth-section{gap:15px;display:flex;padding:4px;border-radius:16px;align-items:center}.BLACK_ROSE header .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.BLACK_ROSE header .logo-image{max-width:95px}}footer{width:100%;bottom:0;position:relative;z-index:-999}.GREEN .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--dark-blue-bg);justify-content:space-between;height:33px}.GREEN .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}.GREEN .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.GREEN .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.GREEN .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--primary)}.GREEN .balance-wrapper .deposit-btn:hover{opacity:.5}.GREEN .balance-wrapper img{cursor:pointer}.BLACK_ROSE .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--secondary);justify-content:space-between;height:33px}.BLACK_ROSE .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}.BLACK_ROSE .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.BLACK_ROSE .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:0 0 10px 0 var(--rose);transition:background-size .3s ease-in-out;background:var(--tertiary-bg)}.BLACK_ROSE .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--black)}.BLACK_ROSE .balance-wrapper .deposit-btn:hover{opacity:.5}.BLACK_ROSE .balance-wrapper img{cursor:pointer}.GREEN_GOLD .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--black);justify-content:space-between;height:33px}.GREEN_GOLD .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}.GREEN_GOLD .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.GREEN_GOLD .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.GREEN_GOLD .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--primary)}.GREEN_GOLD .balance-wrapper .deposit-btn:hover{opacity:.5}.GREEN_GOLD .balance-wrapper img{cursor:pointer}.GREEN_GREY .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid var(--white);background-color:transparent;justify-content:space-between;height:33px}@media(max-width:767.98px){.GREEN_GREY .balance-wrapper{padding:0 8px}}.GREEN_GREY .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}@media(max-width:767.98px){.GREEN_GREY .balance-wrapper span{font-size:14px;line-height:14px}}.GREEN_GREY .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.GREEN_GREY .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.GREEN_GREY .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--primary)}.GREEN_GREY .balance-wrapper .deposit-btn:hover{opacity:.5}.GREEN_GREY .balance-wrapper img{cursor:pointer}.ORANGE .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--primary-bg);justify-content:space-between;height:33px}.ORANGE .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}.ORANGE .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.ORANGE .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.ORANGE .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--white)}.ORANGE .balance-wrapper .deposit-btn:hover{opacity:.5}.ORANGE .balance-wrapper img{cursor:pointer}.YELLOW .balance-wrapper{gap:10px;display:flex;padding:1px 0 1px 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--primary-bg);justify-content:space-between}.YELLOW .balance-wrapper span{margin:0;font-family:Poppins;font-size:14px;font-weight:600;letter-spacing:.01071em;color:var(--secondary)}@media(max-width:767.98px){.YELLOW .balance-wrapper span{font-size:12px;text-wrap-mode:nowrap}}.YELLOW .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.YELLOW .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.YELLOW .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--primary)}.YELLOW .balance-wrapper .deposit-btn:hover{opacity:.5}.YELLOW .balance-wrapper img{cursor:pointer}.PURPLE .balance-wrapper{gap:10px;display:flex;padding:0 0 0 8px;align-items:center;border-radius:8px;border:1px solid;background-color:var(--dark-blue-bg);justify-content:space-between;height:33px}.PURPLE .balance-wrapper span{margin:0;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:.01071em;color:var(--white)}@media(max-width:991.98px){.PURPLE .balance-wrapper span{font-size:12px;text-wrap-mode:nowrap}}.PURPLE .balance-wrapper .currency-section{gap:8px;cursor:pointer;height:100%;display:flex;align-items:center}.PURPLE .balance-wrapper .deposit-btn{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:normal;border-width:0;margin:0;text-decoration:none;border-radius:8px;padding:4px 12px 8px;min-width:34px;min-height:34px;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,.2);transition:background-size .3s ease-in-out;background:var(--secondary-bg)}.PURPLE .balance-wrapper .deposit-btn span{margin:0;font-size:16px;line-height:1rem;font-family:Poppins;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;visibility:initial;position:relative;padding:2px;color:var(--primary)}.PURPLE .balance-wrapper .deposit-btn:hover{opacity:.5}.PURPLE .balance-wrapper img{cursor:pointer}.GREEN .--user-details{background:var(--dark-blue-bg)!important;border:none;display:flex;align-items:center;text-align:start;border-radius:8px}@media(min-width:768px){.GREEN .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.GREEN .--user-details svg{width:24%}}.GREEN .--user-details.open:after{transform:rotate(180deg)}.GREEN .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.GREEN .--user-details img{width:22px;height:20px}.GREEN .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.GREEN .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GREEN .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.GREEN .--user-details .details .progress .progress-bar{background-color:var(--gold)}.BLACK_ROSE .--user-details{background:var(--secondary)!important;border:none;padding:4px 8px;display:flex;align-items:center;text-align:start;border-radius:8px}@media(min-width:768px){.BLACK_ROSE .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.BLACK_ROSE .--user-details svg{width:24%}}.BLACK_ROSE .--user-details.open:after{transform:rotate(180deg)}.BLACK_ROSE .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.BLACK_ROSE .--user-details img{width:22px;height:20px}.BLACK_ROSE .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.BLACK_ROSE .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BLACK_ROSE .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.BLACK_ROSE .--user-details .details .progress .progress-bar{background-color:var(--rose)}.BLACK_ROSE ._user-setting-menu:after{background:var(--linear-dark-green);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.GREEN_GOLD .--user-details{background:var(--black)!important;border:none;padding:4px 8px;display:flex;align-items:center;text-align:start;border-radius:8px}@media(min-width:768px){.GREEN_GOLD .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.GREEN_GOLD .--user-details svg{width:24%}}.GREEN_GOLD .--user-details.open:after{transform:rotate(180deg)}.GREEN_GOLD .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.GREEN_GOLD .--user-details img{width:22px;height:20px}.GREEN_GOLD .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.GREEN_GOLD .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GREEN_GOLD .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.GREEN_GOLD .--user-details .details .progress .progress-bar{background-color:var(--gold)}.GREEN_GOLD ._user-setting-menu:after{background:var(--linear-dark-green);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.GREEN_GREY .--user-details{background:transparent!important;border:1px solid var(--white);display:flex;align-items:center;text-align:start;border-radius:8px;padding-top:0;padding-bottom:5px}@media(min-width:768px){.GREEN_GREY .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.GREEN_GREY .--user-details svg{width:24%}}.GREEN_GREY .--user-details.open:after{transform:rotate(180deg)}.GREEN_GREY .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.GREEN_GREY .--user-details img{width:22px;height:20px}.GREEN_GREY .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.GREEN_GREY .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GREEN_GREY .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.GREEN_GREY .--user-details .details .progress .progress-bar{background-color:var(--gold)}.GREEN_GREY ._user-setting-menu:after{background:var(--linear-dark-green);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.ORANGE .--user-details{background:var(--primary-bg)!important;border:none;display:flex;align-items:center;text-align:start;border-radius:8px}@media(min-width:768px){.ORANGE .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.ORANGE .--user-details svg{width:24%}}.ORANGE .--user-details.open:after{transform:rotate(180deg)}.ORANGE .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.ORANGE .--user-details img{width:22px;height:20px}.ORANGE .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.ORANGE .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ORANGE .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.ORANGE .--user-details .details .progress .progress-bar{background-color:var(--gold)}.ORANGE ._user-setting-menu:after{background:var(--linear-dark-green);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.PURPLE .--user-details{background:var(--dark-blue-bg)!important;border:none;display:flex;align-items:center;text-align:start;border-radius:8px}@media(min-width:768px){.PURPLE .--user-details{justify-content:space-between;width:10em}}@media(min-width:1200px){.PURPLE .--user-details svg{width:24%}}.PURPLE .--user-details.open:after{transform:rotate(180deg)}.PURPLE .--user-details:after{background-image:url(/images/dropdown-arrow.png);color:var(--white);font-size:20px;padding-left:1px}.PURPLE .--user-details img{width:22px;height:20px}.PURPLE .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.PURPLE .--user-details .details ._text.--username{color:var(--white);font-family:Excon,Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PURPLE .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--white)}.PURPLE .--user-details .details .progress .progress-bar{background-color:var(--gold)}.PURPLE ._user-setting-menu:after{background:var(--primary-bg-layout-six);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.YELLOW .--user-details{background:var(--primary-bg)!important;border:none;display:flex;align-items:center;text-align:start;border-radius:8px}.YELLOW .--user-details.--layout-3{padding:10px}.YELLOW .--user-details.--layout-3-desktop{padding:4px 8px}@media(min-width:768px){.YELLOW .--user-details{justify-content:space-between}}@media(min-width:1200px){.YELLOW .--user-details svg{width:24%}}.YELLOW .--user-details.open:after{transform:rotate(180deg)}.YELLOW .--user-details:after{background-image:url(/public/images/dropdown-arrow.png);color:var(--secondary);font-size:20px;padding-left:1px}.YELLOW .--user-details img{width:22px;height:20px}.YELLOW .--user-details .details{line-height:12px;padding-left:8px;padding-right:2px;width:100%}.YELLOW .--user-details .details ._text.--username{color:var(--secondary);font-family:Excon,Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:19px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.YELLOW .--user-details .details .progress{margin-top:2px;height:.2rem;background-color:var(--grey-bg)}.YELLOW .--user-details .details .progress .progress-bar{background-color:var(--green)}.GREEN ._user-setting-menu{--bs-dropdown-bg:var(--dark-blue-bg);--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--green);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;background:var(--bs-dropdown-bg)!important;border-radius:16px;border:none;font-size:14px;font-family:Poppins;padding:0}@media(max-width:768px){.GREEN ._user-setting-menu{transform:translate3d(0,50px,0)!important}}@media(min-width:768px){.GREEN ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.GREEN ._user-setting-menu .wrapper{padding:15px}.GREEN ._user-setting-menu .wrapper section{border-radius:12px;background:var(--dark-blue-bg2)}.GREEN ._user-setting-menu .wrapper section a{padding:8px 12px 8px 10px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:10px;white-space:normal}.GREEN ._user-setting-menu .wrapper section a:hover{color:var(--white)!important;background:var(--linear-green)!important}.GREEN_GOLD ._user-setting-menu{--bs-dropdown-bg:var(--black);--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--green);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;background:var(--bs-dropdown-bg)!important;border-radius:16px;border:none;font-size:14px;font-family:Poppins;padding:0}@media(max-width:768px){.GREEN_GOLD ._user-setting-menu{transform:translate3d(0,50px,0)!important}}@media(min-width:768px){.GREEN_GOLD ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.GREEN_GOLD ._user-setting-menu .wrapper{padding:15px}.GREEN_GOLD ._user-setting-menu .wrapper section{border-radius:12px;background:var(--primary-bg)}.GREEN_GOLD ._user-setting-menu .wrapper section a{padding:8px 12px 8px 10px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:10px;white-space:normal}.GREEN_GOLD ._user-setting-menu .wrapper section a:hover{color:var(--black)!important;background:var(--linear-green)!important}.GREEN_GREY ._user-setting-menu{--bs-dropdown-bg:var(--primary-bg);--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--tertiary);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;background:var(--bs-dropdown-bg)!important;border-radius:16px;border:.5px solid var(--grey2);font-size:14px;font-family:Poppins;padding:0}@media(max-width:768px){.GREEN_GREY ._user-setting-menu{transform:translate3d(0,50px,0)!important}}@media(min-width:768px){.GREEN_GREY ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.GREEN_GREY ._user-setting-menu .wrapper{padding:15px}.GREEN_GREY ._user-setting-menu .wrapper section{border-radius:12px;background:var(--grey)}.GREEN_GREY ._user-setting-menu .wrapper section a{padding:8px 12px 8px 10px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:10px;white-space:normal}.GREEN_GREY ._user-setting-menu .wrapper section a:hover{color:var(--black)!important;background:var(--tertiary-bg)!important}.ORANGE ._user-setting-menu{--bs-dropdown-bg:#381811;--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--green);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;background:var(--bs-dropdown-bg)!important;border-radius:16px;border:none;font-size:14px;font-family:Poppins;padding:0}@media(max-width:768px){.ORANGE ._user-setting-menu{transform:translate3d(0,50px,0)!important}}@media(min-width:768px){.ORANGE ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.ORANGE ._user-setting-menu .wrapper{padding:15px}.ORANGE ._user-setting-menu .wrapper section{border-radius:12px;background:var(--primary-bg)}.ORANGE ._user-setting-menu .wrapper section a{color:#fff;padding:8px 12px 8px 10px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:10px;white-space:normal}.ORANGE ._user-setting-menu .wrapper section a:hover{color:var(--white)!important;background:var(--secondary-bg)!important}.PURPLE ._user-setting-menu{--bs-dropdown-bg:var(--dark-blue-bg);--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--green);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;background:var(--bs-dropdown-bg)!important;border-radius:16px;border:none;font-size:14px;font-family:Poppins;padding:0}@media(max-width:768px){.PURPLE ._user-setting-menu{transform:translate3d(0,50px,0)!important}}@media(min-width:768px){.PURPLE ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.PURPLE ._user-setting-menu .wrapper{padding:15px}.PURPLE ._user-setting-menu .wrapper section{border-radius:12px;background:var(--dark-blue-bg2)}.PURPLE ._user-setting-menu .wrapper section a{padding:8px 12px 8px 10px;border-radius:12px;display:flex;color:#fff;align-items:center;gap:12px;font-size:10px;white-space:normal}.PURPLE ._user-setting-menu .wrapper section a:hover{color:var(--white)!important;background:var(--primary-bg-layout-six)!important}.YELLOW ._user-setting-menu{--bs-dropdown-bg:var(--primary-bg);--bs-dropdown-link-color:var(--primary);--bs-dropdown-link-hover-color:var(--secondary);--bs-dropdown-link-hover-bg:var(--green);--bs-dropdown-link-active-bg:var(--secondary-bg);--bs-dropdown-min-width:12rem;border-radius:16px;border:1px solid var(--secondary);font-size:14px;font-family:Poppins;padding:0}@media(min-width:768px){.YELLOW ._user-setting-menu{transform:translate3d(0,52px,0)!important}}.YELLOW ._user-setting-menu .wrapper{padding:10px}.YELLOW ._user-setting-menu .wrapper section{border-radius:12px;background:var(--grey2-bg)}.YELLOW ._user-setting-menu .wrapper section a{padding:8px 12px 8px 10px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:10px}.YELLOW ._user-setting-menu .wrapper section a:active,.YELLOW ._user-setting-menu .wrapper section a:hover{color:#000!important;background:var(--secondary)!important}.GREEN ._user-setting-menu:after{background:var(--linear-dark-green);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.YELLOW ._user-setting-menu:after{background:var(--secondary);position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.GREEN .ps-sidebar-root{z-index:2!important;border:none;height:100%}.GREEN .ps-sidebar-root.css-1wvake5{border-right:none;width:auto;min-width:auto}@media(min-width:992px){.GREEN .ps-sidebar-root{top:0}}.GREEN .ps-sidebar-root .ps-sidebar-container{width:var(--sidebar-width);background-color:var(--primary-bg);padding:0 15px 15px;border-right:1px solid var(--secondary)}.ORANGE .ps-sidebar-root{z-index:2!important;border:none;height:100%}.ORANGE .ps-sidebar-root.css-1wvake5{border-right:none;width:auto;min-width:auto}@media(min-width:992px){.ORANGE .ps-sidebar-root{top:0}}.ORANGE .ps-sidebar-root .ps-sidebar-container{width:var(--sidebar-width);background-color:var(--primary-bg);padding:0 15px 15px;border-right:1px solid var(--secondary)}.PURPLE .ps-sidebar-root{z-index:2!important;border:none;height:100%}.PURPLE .ps-sidebar-root.css-1wvake5{border-right:none;width:auto;min-width:auto}@media(min-width:992px){.PURPLE .ps-sidebar-root{top:0}}.PURPLE .ps-sidebar-root .ps-sidebar-container{width:var(--sidebar-width);background-color:#121426;padding:0 15px 15px;border-right:1px solid var(--secondary)}.YELLOW .ps-sidebar-root{z-index:2!important;border:none;height:100%}.YELLOW .ps-sidebar-root.css-1wvake5{border-right:none;width:auto;min-width:auto}@media(min-width:992px){.YELLOW .ps-sidebar-root{top:0}}.YELLOW .ps-sidebar-root .ps-sidebar-container{width:var(--sidebar-width);background-color:var(--black);padding:10px 15px;border-right:1px solid var(--secondary)}.YELLOW .ps-sidebar-root .ps-sidebar-container.--layout-3{background-color:var(--primary-bg)!important}.YELLOW .ps-sidebar-root .ps-sidebar-container .sidebar-content{display:flex;flex-direction:column;gap:30px}.ps-sidebar-container::-webkit-scrollbar{display:none}.GREEN .ps-menu-root .ps-menu-button .ps-active{background:var(--linear-green);color:var(--white)}.GREEN .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background:var(--linear-green)}.GREEN .ps-menu-root .dropdown-div{border-radius:8px}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--secondary-bg);color:var(--white)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--linear-green);color:var(--primary)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button:hover{color:var(--black)}.GREEN .ps-menu-root.only-one-menu{margin-bottom:20px;background:var(--dark-blue-bg)}.GREEN .ps-menu-root.only-one-menu .ps-menu-button .ps-active{background:var(--linear-green);color:var(--primary)}.GREEN .ps-menu-root.only-one-menu.active{background:var(--linear-green);color:var(--white)}.ORANGE .ps-menu-root .ps-menu-button .ps-active{color:var(--white)}.ORANGE .ps-menu-root .dropdown-div{border-radius:8px}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--secondary-bg);color:var(--white)}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active,.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-label:hover{color:var(--black)}.ORANGE .ps-menu-root.only-one-menu{margin-bottom:20px;background:var(--secondary-bg)}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button .ps-active,.ORANGE .ps-menu-root.only-one-menu .ps-menu-button:hover,.ORANGE .ps-menu-root.only-one-menu.active{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text}.PURPLE .ps-menu-root{background:var(--black2)}.PURPLE .ps-menu-root .ps-menu-button .ps-active{background:var(--primary-bg-layout-six);color:var(--white)}.PURPLE .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background:var(--primary-bg-layout-six)}.PURPLE .ps-menu-root .dropdown-div{border-radius:8px}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--secondary-bg);color:var(--white)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{color:var(--primary)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button:hover{color:var(--black)}.PURPLE .ps-menu-root.only-one-menu{margin-bottom:20px;background:var(--black2)}.PURPLE .ps-menu-root.only-one-menu .ps-menu-button .ps-active{background:none;color:var(--primary)}.PURPLE .ps-menu-root.only-one-menu.active{color:var(--white)}.GREEN .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%}.GREEN .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.GREEN .ps-menu-root{background:var(--dark-blue-bg);border-radius:12px;overflow:hidden}.GREEN .ps-menu-root .ps-submenu-root{color:var(--white)}.GREEN .ps-menu-root .ps-submenu-root .ps-open{background:var(--linear-green);color:var(--white)}.GREEN .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--grey2)}.GREEN .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.GREEN .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background-color:var(--secondary);color:var(--white)}.GREEN .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.GREEN .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN .ps-menu-root .no-dropdown-div{display:none}.GREEN .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.GREEN .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.GREEN .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--secondary-bg);color:var(--black)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--linear-dark-green);color:var(--white)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.GREEN .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.GREEN .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.GREEN .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.GREEN .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background-color:var(--secondary);color:var(--primary)}.GREEN .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--linear-green);color:var(--white)}.GREEN .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.GREEN .ps-menu-root.only-one-menu.active{background-color:var(--linear-dark-green);color:var(--primary)}.GREEN .ps-broken .ps-toggled{transition:.2s;position:relative}.BLACK_ROSE .ps-menu-root{background:var(--secondary-bg);border-radius:12px;overflow:hidden}.BLACK_ROSE .ps-menu-root .ps-submenu-root{color:var(--white)}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-open{background:var(--tertiary-bg);color:var(--black)}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--white)}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background:var(--tertiary);color:var(--black)}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-menu-button:hover img{filter:brightness(0)}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.BLACK_ROSE .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.BLACK_ROSE .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.BLACK_ROSE .ps-menu-root .no-dropdown-div{display:none}.BLACK_ROSE .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.BLACK_ROSE .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.BLACK_ROSE .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active,.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--tertiary-bg);color:var(--black)}.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.BLACK_ROSE .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.BLACK_ROSE .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-button.ps-active,.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--tertiary-bg);color:var(--black)}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-button:hover img{filter:brightness(0)}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.BLACK_ROSE .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.BLACK_ROSE .ps-menu-root.only-one-menu.active{background:var(--tertiary-bg);color:var(--black)}.BLACK_ROSE .ps-broken .ps-toggled{transition:.2s;position:relative}.GREEN_GOLD .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%}.GREEN_GOLD .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.GREEN_GOLD .ps-menu-root{background:var(--dark-blue-bg);border-radius:12px;overflow:hidden}.GREEN_GOLD .ps-menu-root .ps-submenu-root{color:var(--white)}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-open{background:var(--linear-green);color:var(--white)}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--grey2)}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background-color:var(--secondary);color:var(--white)}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN_GOLD .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.GREEN_GOLD .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN_GOLD .ps-menu-root .no-dropdown-div{display:none}.GREEN_GOLD .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.GREEN_GOLD .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.GREEN_GOLD .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--secondary-bg);color:var(--black)}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--linear-dark-green);color:var(--white)}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN_GOLD .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.GREEN_GOLD .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background-color:var(--secondary);color:var(--primary)}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--tertiary-bg);color:var(--black)}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-button:hover img{filter:brightness(0)}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN_GOLD .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN_GOLD .ps-menu-root.only-one-menu.active{background-color:var(--linear-dark-green);color:var(--primary)}.GREEN_GOLD .ps-broken .ps-toggled{transition:.2s;position:relative}.GREEN_GREY .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%}.GREEN_GREY .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.GREEN_GREY .ps-menu-root{background:var(--grey);border-radius:12px;overflow:hidden}.GREEN_GREY .ps-menu-root .ps-submenu-root{color:var(--white)}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-open{background:var(--linear-green);color:var(--black)}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--grey2)}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background:var(--linear-green);color:var(--black)}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-menu-button:hover .ps-menu-icon img{filter:brightness(0)}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px;background:transparent}.GREEN_GREY .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN_GREY .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.GREEN_GREY .ps-menu-root .no-dropdown-div{display:none}.GREEN_GREY .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.GREEN_GREY .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.GREEN_GREY .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--secondary-bg);color:var(--black)}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--linear-green);color:var(--black)}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-button:hover .ps-menu-icon{filter:brightness(0)}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN_GREY .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.GREEN_GREY .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background-color:var(--secondary);color:var(--primary)}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--linear-green);color:var(--black)}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-button:hover .ps-menu-icon{filter:brightness(0)}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.GREEN_GREY .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.GREEN_GREY .ps-menu-root.only-one-menu.active{background-color:var(--linear-green);color:var(--primary)}.GREEN_GREY .ps-broken .ps-toggled{transition:.2s;position:relative}.PURPLE .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%}.PURPLE .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.PURPLE .ps-menu-root{background:var(--dark-blue-bg);border-radius:12px;overflow:hidden}.PURPLE .ps-menu-root .ps-submenu-root{color:var(--white)}.PURPLE .ps-menu-root .ps-submenu-root .ps-open{background:var(--primary-bg-layout-six);color:var(--white)}.PURPLE .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.PURPLE .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--grey2)}.PURPLE .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.PURPLE .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background-color:var(--secondary);color:var(--white)}.PURPLE .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px;background:none}.PURPLE .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.PURPLE .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.PURPLE .ps-menu-root .no-dropdown-div{display:none}.PURPLE .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.PURPLE .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.PURPLE .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background:var(--primary-bg-layout-six);color:var(--black)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--primary-bg-layout-six);color:var(--white)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.PURPLE .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.PURPLE .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.PURPLE .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.PURPLE .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.PURPLE .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background:var(--primary-bg-layout-six);color:var(--primary)}.PURPLE .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--primary-bg-layout-six);color:var(--white)}.PURPLE .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.PURPLE .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.PURPLE .ps-menu-root.only-one-menu.active{background:var(--primary-bg-layout-six);color:var(--primary)}.PURPLE .ps-broken .ps-toggled{transition:.2s;position:relative}.YELLOW .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%;pointer-events:auto}.YELLOW .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.YELLOW .ps-menu-root{background:var(--grey2-bg);border-radius:12px;overflow:hidden}.YELLOW .ps-menu-root .ps-submenu-root{color:var(--white)}.YELLOW .ps-menu-root .ps-submenu-root .ps-open{background:var(--secondary);color:var(--black)}.YELLOW .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{background-color:var(--black);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.YELLOW .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--grey2)}.YELLOW .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.YELLOW .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background-color:var(--secondary);color:var(--black)}.YELLOW .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.YELLOW .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.YELLOW .ps-menu-root .dropdown-div{background-color:var(--grey-bg);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.YELLOW .ps-menu-root .no-dropdown-div{display:none}.YELLOW .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.YELLOW .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.YELLOW .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--grey2)}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--secondary-bg);color:var(--black)}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--linear-dark-green);color:var(--black)}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.YELLOW .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.YELLOW .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.YELLOW .ps-menu-root.only-one-menu.--layout-2{color:var(--secondary)}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-button{padding:0;height:40px;background:var(--grey3)}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-button a,.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-button.--layout-2{background-color:var(--grey3);border-radius:5px}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-button.ps-active a{background-color:var(--secondary-bg);color:var(--black)}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-button:hover a{background:var(--secondary);color:var(--black)}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.YELLOW .ps-menu-root.only-one-menu.--layout-2 .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black)}.YELLOW .ps-menu-root.only-one-menu.--layout-3{margin:0;background-color:var(--primary-bg);border-radius:5px}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px;background:var(--grey2-bg)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button a,.YELLOW .ps-menu-root.only-one-menu .ps-menu-button.layout3{background-color:var(--primary-bg);border-radius:5px}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background-color:var(--secondary);color:var(--primary)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button.ps-active img{filter:brightness(0)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--secondary);color:var(--primary)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-button:hover img{filter:brightness(0)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.YELLOW .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--primary)}.YELLOW .ps-menu-root.only-one-menu .ps-menu-label:hover .ps-menu-icon:hover img{filter:brightness(0)}.YELLOW .ps-menu-root.only-one-menu.active{background-color:var(--linear-dark-green);color:var(--primary)}.YELLOW .ps-broken .ps-toggled{transition:.2s;position:relative}.ORANGE .bg-overlay{position:absolute;width:100%;z-index:3;background:rgba(2,2,2,.647);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;height:100%}.ORANGE .bg-overlay:before{content:"";position:absolute;border-radius:10px;inset:0;padding:1px}.ORANGE .ps-menu-root{background:var(--secondary-bg);border-radius:12px;overflow:hidden}.ORANGE .ps-menu-root .ps-submenu-root,.ORANGE .ps-menu-root .ps-submenu-root .ps-open{color:var(--white)}.ORANGE .ps-menu-root .ps-submenu-root .ps-open .dropdown-div{border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.ORANGE .ps-menu-root .ps-submenu-root .ps-submenu-content{background:transparent;color:var(--white)}.ORANGE .ps-menu-root .ps-submenu-root .ps-menu-button{padding:0;height:40px;border-radius:0}.ORANGE .ps-menu-root .ps-submenu-root .ps-menu-button:hover{background-color:var(--secondary);color:var(--white)}.ORANGE .ps-menu-root .ps-submenu-root .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.ORANGE .ps-menu-root .ps-submenu-root .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.ORANGE .ps-menu-root .dropdown-div{background-color:rgba(82,87,128,.502);border-radius:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.ORANGE .ps-menu-root .no-dropdown-div{display:none}.ORANGE .ps-menu-root .terbalik-dropdown-arrow{transform:rotate(180deg)}.ORANGE .ps-menu-root .ps-menu-button:hover{border-radius:0;background-color:#7841ee}.ORANGE .ps-menu-root.only-submenu-menu{margin-top:10px;border-radius:12px}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button{background-color:var(--grey2-bg);padding:0;height:40px;color:var(--secondary)}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button.ps-active{background-color:var(--secondary-bg);color:var(--black)}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-button:hover{background:var(--secondary-bg);color:var(--white)}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.ORANGE .ps-menu-root.only-submenu-menu .ps-menu-label:before{font-family:Poppins;font-weight:600;font-size:16px;color:var(--secondary)}.ORANGE .ps-menu-root.only-one-menu{margin-top:10px;border-radius:12px;padding:0;color:var(--white)}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button{padding:0;height:40px}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button img{width:30px;height:auto;padding-left:8px}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button.ps-active{background-color:var(--secondary);color:var(--primary)}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button:hover{background:var(--primary-bg)}.ORANGE .ps-menu-root.only-one-menu .ps-menu-button:hover img{filter:brightness(15)}.ORANGE .ps-menu-root.only-one-menu .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}.ORANGE .ps-menu-root.only-one-menu .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}.ORANGE .ps-menu-root.only-one-menu.active{background-color:var(--secondary-bg);color:var(--white)}.ORANGE .ps-broken .ps-toggled{transition:.2s;position:relative}html.GREEN .ps-submenu-content .ps-menu-button{background-color:var(--dark-blue-bg2);padding:0;height:40px}html.GREEN .ps-submenu-content .ps-menu-button:hover{background:var(--linear-green)}html.GREEN .ps-submenu-content .ps-menu-button:active{background-color:var(--dark-blue-bg)}html.GREEN .ps-submenu-content .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}html.GREEN .ps-submenu-content .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}html.GREEN .ps-submenu-content .ps-menuitem-root .ps-active{background:var(--linear-green);color:var(--white)}html.ORANGE .ps-submenu-content .ps-menu-button{background-color:var(--dark-red-bg);padding:0;height:40px}html.ORANGE .ps-submenu-content .ps-menu-button:active,html.ORANGE .ps-submenu-content .ps-menu-button:hover{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text}html.ORANGE .ps-submenu-content .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}html.ORANGE .ps-submenu-content .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}html.ORANGE .ps-submenu-content .ps-menuitem-root .ps-active{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text}html.PURPLE .ps-submenu-content .ps-menu-button{background-color:var(--black2);padding:0;height:40px}html.PURPLE .ps-submenu-content .ps-menu-button:hover{background:var(--linear-green)}html.PURPLE .ps-submenu-content .ps-menu-button:active{background-color:var(--dark-blue-bg)}html.PURPLE .ps-submenu-content .ps-menu-label{background:none;font-family:Poppins;font-weight:600;font-size:16px}html.PURPLE .ps-submenu-content .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}html.PURPLE .ps-submenu-content .ps-active{background:var(--primary-bg-layout-six);color:var(--white)}html.YELLOW .ps-submenu-content .ps-menu-button{background-color:var(--primary-bg);padding:0;height:40px}html.YELLOW .ps-submenu-content .ps-menu-button:hover{background-color:var(--secondary)}html.YELLOW .ps-submenu-content .ps-menu-label{font-family:Poppins;font-weight:600;font-size:16px}html.YELLOW .ps-submenu-content .ps-menu-label:hover{font-family:Poppins;font-weight:600;font-size:16px;color:var(--white)}html.YELLOW .ps-submenu-content .ps-menuitem-root .ps-active{background:var(--secondary);color:var(--black)}.mobile-sidebar.css-1wvake5{height:100%;width:100%;top:0}.ps-submenu-expand-icon{display:none}._sidebar{box-shadow:none;display:flex;flex-direction:column;height:100%;z-index:1200;position:fixed;top:0;left:0;background-color:var(--primary-bg);overflow-x:visible;overflow-y:visible;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);flex:1 0 auto;outline:0;border-right:none;width:var(--sidebar-width)}@media(min-width:768px){._sidebar{grid-area:left;pointer-events:auto}}._sidebar .top-section{-webkit-box-align:center;-webkit-box-pack:start;padding:18px 16px}._sidebar_mobile{box-shadow:none;display:flex;flex-direction:column;height:100%;z-index:1200;position:fixed;top:0;left:0;background-color:var(--primary-bg);overflow-x:visible;overflow-y:visible;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);flex:1 0 auto;outline:0;border-right:none;width:var(--max-sidebar-width)}._sidebar_mobile .top-section{-webkit-box-align:center;-webkit-box-pack:start;padding:18px 16px}.cube-box{display:contents;width:100%;height:12px}.cube-box .first{position:absolute;left:-4px;height:12px;right:-4px;border-radius:12px 12px 0 0;bottom:-12px;border-top:4px solid #090c1d;border-left:4px solid #090c1d;border-right:4px solid #090c1d;z-index:2}.cube-box .left{left:0;border-left:12px solid #191939}.cube-box .left,.cube-box .right{position:absolute;width:0;height:0;bottom:-4px;border-bottom:4px solid transparent;z-index:1}.cube-box .right{right:0;border-right:12px solid #191939}.GREEN .navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:15px;background-color:var(--primary-bg)}.GREEN .navbar-container .active-menu{background:var(--linear-green);padding:10px 15px;border-radius:10px}.GREEN .navbar-container img{width:auto}.ORANGE .navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:15px;background-color:var(--primary-bg)}.ORANGE .navbar-container .active-menu{background:linear-gradient(180deg,#f8e385,#bc8c41 130%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:10px 15px;border-radius:10px}.ORANGE .navbar-container img{width:auto}.PURPLE .navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:15px;background-color:var(--primary-bg)}.PURPLE .navbar-container .active-menu{background:var(--primary-bg-layout-six);padding:10px 15px;border-radius:10px}.PURPLE .navbar-container img{width:auto}.YELLOW .navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:15px;background:var(--linear-black2)}.YELLOW .navbar-container .active-menu{background:var(--secondary);padding:10px 15px;border-radius:10px}.YELLOW .navbar-container img{width:auto}.YELLOW .sidebar-container.--layout-3{position:fixed;top:0;right:0;height:100vh;width:230px}.YELLOW .yellow-navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--linear-black2);z-index:1}@media(max-width:767.98px){.YELLOW .yellow-navbar-container{padding:10px 3px}}.YELLOW .yellow-navbar-container3{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--linear-black2);z-index:1}@media(max-width:767.98px){.YELLOW .yellow-navbar-container3{padding:10px 3px}}.GREEN .yellow-navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--primary-bg);z-index:1}@media(max-width:767.98px){.GREEN .yellow-navbar-container{padding:15px 3px}}.GREEN .yellow-navbar-container img{width:auto}.ORANGE .yellow-navbar-container{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--primary-bg);z-index:1}@media(max-width:767.98px){.ORANGE .yellow-navbar-container{padding:15px 3px}}.ORANGE .yellow-navbar-container img{width:auto}.sidebar-container{grid-area:left;pointer-events:auto;border-right:1px solid var(--secondary)}.sidebar-container .ps-submenu-content .ps-menuitem-root.ps-active{color:var(--secondary)}.GREEN .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.GREEN .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.GREEN .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.GREEN .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.GREEN .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.GREEN .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.GREEN .controls-container .uiverse .wrapper .circle.circle-1,.GREEN .controls-container .uiverse .wrapper .circle.circle-10,.GREEN .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.GREEN .controls-container .uiverse .wrapper .circle.circle-3,.GREEN .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.GREEN .controls-container .uiverse .wrapper .circle.circle-5,.GREEN .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.GREEN .controls-container .uiverse .wrapper .circle.circle-11,.GREEN .controls-container .uiverse .wrapper .circle.circle-12,.GREEN .controls-container .uiverse .wrapper .circle.circle-2,.GREEN .controls-container .uiverse .wrapper .circle.circle-7,.GREEN .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.GREEN .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.GREEN .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.GREEN .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.GREEN .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.GREEN .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.GREEN .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.GREEN .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.GREEN .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.GREEN .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.GREEN .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.GREEN .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.GREEN .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.GREEN .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.GREEN .controls-container .controls{gap:15px}}.GREEN .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.GREEN .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.GREEN .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.GREEN .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.GREEN .controls-container .segment label{font-size:14px}.GREEN .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.GREEN .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--green)}@media(max-width:767.98px){.GREEN .controls-container .segment.active label{font-size:14px}.GREEN .controls-container .segment.active label img{width:20px;height:20px}}.GREEN .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--green)}.GREEN .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.BLACK_ROSE .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.BLACK_ROSE .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.BLACK_ROSE .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.BLACK_ROSE .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.BLACK_ROSE .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.BLACK_ROSE .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-1,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-10,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-3,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-5,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-11,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-12,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-2,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-7,.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.BLACK_ROSE .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.BLACK_ROSE .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.BLACK_ROSE .controls-container .controls{gap:15px}}.BLACK_ROSE .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.BLACK_ROSE .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.BLACK_ROSE .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.BLACK_ROSE .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.BLACK_ROSE .controls-container .segment label{font-size:14px}.BLACK_ROSE .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.BLACK_ROSE .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--green)}@media(max-width:767.98px){.BLACK_ROSE .controls-container .segment.active label{font-size:14px}.BLACK_ROSE .controls-container .segment.active label img{width:20px;height:20px}}.BLACK_ROSE .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--green)}.BLACK_ROSE .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.GREEN_GOLD .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.GREEN_GOLD .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.GREEN_GOLD .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.GREEN_GOLD .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.GREEN_GOLD .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.GREEN_GOLD .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-1,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-10,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-3,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-5,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-11,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-12,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-2,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-7,.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.GREEN_GOLD .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.GREEN_GOLD .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.GREEN_GOLD .controls-container .controls{gap:15px}}.GREEN_GOLD .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.GREEN_GOLD .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.GREEN_GOLD .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.GREEN_GOLD .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.GREEN_GOLD .controls-container .segment label{font-size:14px}.GREEN_GOLD .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.GREEN_GOLD .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--green)}@media(max-width:767.98px){.GREEN_GOLD .controls-container .segment.active label{font-size:14px}.GREEN_GOLD .controls-container .segment.active label img{width:20px;height:20px}}.GREEN_GOLD .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--green)}.GREEN_GOLD .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.GREEN_GREY .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.GREEN_GREY .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.GREEN_GREY .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.GREEN_GREY .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.GREEN_GREY .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.GREEN_GREY .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-1,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-10,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-3,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-5,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-11,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-12,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-2,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-7,.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.GREEN_GREY .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.GREEN_GREY .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.GREEN_GREY .controls-container .controls{gap:15px}}.GREEN_GREY .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.GREEN_GREY .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.GREEN_GREY .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.GREEN_GREY .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.GREEN_GREY .controls-container .segment label{font-size:14px}.GREEN_GREY .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.GREEN_GREY .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--green)}@media(max-width:767.98px){.GREEN_GREY .controls-container .segment.active label{font-size:14px}.GREEN_GREY .controls-container .segment.active label img{width:20px;height:20px}}.GREEN_GREY .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--green)}.GREEN_GREY .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.ORANGE .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.ORANGE .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.ORANGE .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.ORANGE .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.ORANGE .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.ORANGE .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.ORANGE .controls-container .uiverse .wrapper .circle.circle-1,.ORANGE .controls-container .uiverse .wrapper .circle.circle-10,.ORANGE .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.ORANGE .controls-container .uiverse .wrapper .circle.circle-3,.ORANGE .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.ORANGE .controls-container .uiverse .wrapper .circle.circle-5,.ORANGE .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.ORANGE .controls-container .uiverse .wrapper .circle.circle-11,.ORANGE .controls-container .uiverse .wrapper .circle.circle-12,.ORANGE .controls-container .uiverse .wrapper .circle.circle-2,.ORANGE .controls-container .uiverse .wrapper .circle.circle-7,.ORANGE .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.ORANGE .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.ORANGE .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.ORANGE .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.ORANGE .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.ORANGE .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.ORANGE .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.ORANGE .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.ORANGE .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.ORANGE .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.ORANGE .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.ORANGE .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.ORANGE .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.ORANGE .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.ORANGE .controls-container .controls{gap:15px}}.ORANGE .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.ORANGE .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.ORANGE .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.ORANGE .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.ORANGE .controls-container .segment label{font-size:14px}.ORANGE .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.ORANGE .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--secondary)}@media(max-width:767.98px){.ORANGE .controls-container .segment.active label{font-size:14px}.ORANGE .controls-container .segment.active label img{width:20px;height:20px}}.ORANGE .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--secondary)}.ORANGE .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.YELLOW .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.YELLOW .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.YELLOW .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.YELLOW .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.YELLOW .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.YELLOW .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.YELLOW .controls-container .uiverse .wrapper .circle.circle-1,.YELLOW .controls-container .uiverse .wrapper .circle.circle-10,.YELLOW .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.YELLOW .controls-container .uiverse .wrapper .circle.circle-3,.YELLOW .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.YELLOW .controls-container .uiverse .wrapper .circle.circle-5,.YELLOW .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.YELLOW .controls-container .uiverse .wrapper .circle.circle-11,.YELLOW .controls-container .uiverse .wrapper .circle.circle-12,.YELLOW .controls-container .uiverse .wrapper .circle.circle-2,.YELLOW .controls-container .uiverse .wrapper .circle.circle-7,.YELLOW .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.YELLOW .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.YELLOW .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.YELLOW .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.YELLOW .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.YELLOW .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.YELLOW .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.YELLOW .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.YELLOW .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.YELLOW .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.YELLOW .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.YELLOW .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.YELLOW .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.YELLOW .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.YELLOW .controls-container .controls{gap:15px}}.YELLOW .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.YELLOW .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.YELLOW .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--grey2);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.YELLOW .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.YELLOW .controls-container .segment label{font-size:14px}.YELLOW .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.YELLOW .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--secondary)}@media(max-width:767.98px){.YELLOW .controls-container .segment.active label{font-size:14px}.YELLOW .controls-container .segment.active label img{width:20px;height:20px}}.YELLOW .controls-container .controls:before{content:"";width:calc(25% - 45px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--secondary)}.YELLOW .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.PURPLE .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.PURPLE .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.PURPLE .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.PURPLE .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.PURPLE .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.PURPLE .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.PURPLE .controls-container .uiverse .wrapper .circle.circle-1,.PURPLE .controls-container .uiverse .wrapper .circle.circle-10,.PURPLE .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.PURPLE .controls-container .uiverse .wrapper .circle.circle-3,.PURPLE .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.PURPLE .controls-container .uiverse .wrapper .circle.circle-5,.PURPLE .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.PURPLE .controls-container .uiverse .wrapper .circle.circle-11,.PURPLE .controls-container .uiverse .wrapper .circle.circle-12,.PURPLE .controls-container .uiverse .wrapper .circle.circle-2,.PURPLE .controls-container .uiverse .wrapper .circle.circle-7,.PURPLE .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.PURPLE .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.PURPLE .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.PURPLE .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.PURPLE .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.PURPLE .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.PURPLE .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.PURPLE .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.PURPLE .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.PURPLE .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.PURPLE .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.PURPLE .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.PURPLE .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.PURPLE .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.PURPLE .controls-container .controls{gap:15px}}.PURPLE .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.PURPLE .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.PURPLE .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.PURPLE .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.PURPLE .controls-container .segment label{font-size:14px}.PURPLE .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.PURPLE .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:#bb4dff}@media(max-width:767.98px){.PURPLE .controls-container .segment.active label{font-size:14px}.PURPLE .controls-container .segment.active label img{width:20px;height:20px}}.PURPLE .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:#bb4dff}.PURPLE .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.GREEN .notification-div{cursor:pointer;background-color:var(--dark-blue-bg)!important;border:none!important;border-radius:8px;padding:10px;display:flex;justify-content:center;position:relative}.GREEN .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.GREEN .notification-content.active{cursor:pointer}.GREEN .notification-content.active label{color:var(--green)!important}.GREEN .notification-content.active span{opacity:.2}.GREEN .notification-content:hover label{opacity:.6}.GREEN .notification-content:hover span{opacity:.2}.BLACK_ROSE .notification-div{cursor:pointer;background:var(--secondary);border:none;border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center;height:33px;position:relative}.BLACK_ROSE .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.BLACK_ROSE .notification-div:focus{background:var(--black)}.BLACK_ROSE .notification-content.active{cursor:pointer}.BLACK_ROSE .notification-content.active label{color:var(--rose)!important}.BLACK_ROSE .notification-content.active span{opacity:.2}.BLACK_ROSE .notification-content:hover label{opacity:.6}.BLACK_ROSE .notification-content:hover span{opacity:.2}.GREEN_GOLD .notification-div{cursor:pointer;background:var(--black);border:none;border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center;height:33px;position:relative}.GREEN_GOLD .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.GREEN_GOLD .notification-div:focus{background:var(--black)}.GREEN_GOLD .notification-content.active{cursor:pointer}.GREEN_GOLD .notification-content.active label{color:var(--gold)!important}.GREEN_GOLD .notification-content.active span{opacity:.2}.GREEN_GOLD .notification-content:hover label{opacity:.6}.GREEN_GOLD .notification-content:hover span{opacity:.2}.GREEN_GREY .notification-div{cursor:pointer;background:transparent;border:1px solid var(--white);border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center;height:33px;position:relative}.GREEN_GREY .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.GREEN_GREY .notification-div:focus{background:var(--black)}.GREEN_GREY .notification-content.active{cursor:pointer}.GREEN_GREY .notification-content.active label{color:var(--green)!important}.GREEN_GREY .notification-content.active span{opacity:.2}.GREEN_GREY .notification-content:hover label{opacity:.6}.GREEN_GREY .notification-content:hover span{opacity:.2}.ORANGE .notification-div{cursor:pointer;background-color:var(--primary-bg)!important;border:none!important;border-radius:8px;padding:10px;display:flex;justify-content:center;position:relative}.ORANGE .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.ORANGE .notification-content.active{cursor:pointer}.ORANGE .notification-content.active label{color:var(--white)!important}.ORANGE .notification-content.active span{opacity:.2}.ORANGE .notification-content:hover label{opacity:.6}.ORANGE .notification-content:hover span{opacity:.2}.PURPLE .notification-div{cursor:pointer;background-color:var(--dark-blue-bg)!important;border:none!important;border-radius:8px;padding:10px;display:flex;justify-content:center;position:relative}.PURPLE .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.PURPLE .notification-content.active{cursor:pointer}.PURPLE .notification-content.active label{color:#bb4dff!important}.PURPLE .notification-content.active span{opacity:.2}.PURPLE .notification-content:hover label{opacity:.6}.PURPLE .notification-content:hover span{opacity:.2}.YELLOW .notification-div{cursor:pointer;background-color:var(--primary-bg)!important;border:none!important;border-radius:8px;padding:8px;display:flex;justify-content:center;position:relative}.YELLOW .notification-div .count{position:absolute;background:red;top:-3px;right:-3px;font-size:10px;color:#fff;font-family:Poppins;border-radius:50%;width:15px;height:15px;align-items:center;display:flex;justify-content:center}.YELLOW .notification-content.active{cursor:pointer}.YELLOW .notification-content.active label{color:var(--secondary-bg)!important}.YELLOW .notification-content.active span{opacity:.2}.YELLOW .notification-content:hover label{opacity:.6}.YELLOW .notification-content:hover span{opacity:.2}.YELLOW .search-div{cursor:pointer;background-color:var(--primary-bg)!important;border:none!important;border-radius:8px;padding:10px;display:flex;justify-content:center;position:relative}.YELLOW .search-div.active{cursor:pointer}.YELLOW .search-div.active label{color:var(--secondary-bg)!important}.YELLOW .search-div.active span{opacity:.2}.YELLOW .search-div:hover label{opacity:.6}.YELLOW .search-div:hover span{opacity:.2}.setting-div{background-color:var(--secondary-bg);border-radius:8px;padding:6px 13px;display:flex;justify-content:center}.GREEN .main-menu .sub-menu .ps-menu-button img,.ORANGE .main-menu .sub-menu .ps-menu-button img,.YELLOW .main-menu .sub-menu .ps-menu-button img{filter:brightness(15)}.YELLOW .main-menu .sub-menu .ps-menu-button .ps-active img,.YELLOW .main-menu .sub-menu .ps-menu-button:hover img{filter:brightness(0)}.ORANGE .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px;padding-top:8px;padding-left:0}html.YELLOW .ORANGE .game-category-box ._primary-text.active{color:#000!important}.GREEN .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px;padding-top:8px;padding-left:0}html.YELLOW .GREEN .game-category-box ._primary-text.active{color:#000!important}.GREEN_GOLD .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px;padding-top:8px;padding-left:0}html.YELLOW .GREEN_GOLD .game-category-box ._primary-text.active{color:#000!important}.GREEN_GREY .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px;padding-top:8px;padding-left:0}html.YELLOW .GREEN_GREY .game-category-box ._primary-text.active{color:#000!important}.YELLOW .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px;padding-top:8px;padding-left:0}html.YELLOW .YELLOW .game-category-box ._primary-text.active{color:#000!important}.PURPLE .game-category-box{display:flex;gap:8px;align-items:stretch;overflow-x:auto;padding-bottom:8px}html.YELLOW .PURPLE .game-category-box ._primary-text.active{color:#000!important}.game-category-box::-webkit-scrollbar{width:5px;height:4px;border-radius:10px;background-color:hsla(0,0%,96%,.475)}.game-category-box::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#c2c2c2}.game-category-box::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#36de7f}html.PURPLE .game-category-box::-webkit-scrollbar-thumb{background-color:#bb4dff}html.YELLOW .game-category-box::-webkit-scrollbar-thumb{background-color:#bbfc01}html.ORANGE .game-category-box::-webkit-scrollbar-thumb{background-color:#f69a26}html.GREEN_GREY .game-category-box::-webkit-scrollbar-thumb{background:var(--tertiary-bg)}.GREEN .layout-four-navbar{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--dark-blue-bg);z-index:1}@media(max-width:767.98px){.GREEN .layout-four-navbar{padding:7px 3px}}.GREEN .layout-four-navbar .deposit-gap{top:-47px;position:absolute;z-index:999;gap:2px}.GREEN .layout-four-navbar .wallet-box{height:27px;width:6.4rem;overflow:hidden;padding:.06rem;position:absolute;left:50%;top:-35%;transform:translate(-50%)}.GREEN .layout-four-navbar .quest-content{position:absolute;background:var(--dark-blue-bg3);z-index:1;padding:15px;bottom:61px;border-radius:10px;width:100%;transition:transform .3s}.GREEN .layout-four-navbar .quest-content .quest-box{background:var(--dark-blue-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN .layout-four-navbar .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.GREEN_GOLD .layout-four-navbar{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--primary-bg);z-index:1}@media(max-width:767.98px){.GREEN_GOLD .layout-four-navbar{padding:7px 3px}}.GREEN_GOLD .layout-four-navbar .deposit-gap{top:-47px;position:absolute;z-index:999;gap:2px}.GREEN_GOLD .layout-four-navbar .wallet-box{height:27px;width:6.4rem;overflow:hidden;padding:.06rem;position:absolute;left:50%;top:-35%;transform:translate(-50%)}.GREEN_GOLD .layout-four-navbar .wallet-box .half-circle{width:3.44rem;height:50px;background:var(--primary-bg);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);border-radius:50%;margin:0 auto}.GREEN_GOLD .layout-four-navbar .quest-content{position:absolute;background:var(--black);z-index:1;padding:15px;bottom:61px;border-radius:10px;width:100%;transition:transform .3s}.GREEN_GOLD .layout-four-navbar .quest-content .quest-box{background:var(--primary-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN_GOLD .layout-four-navbar .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.GREEN_GREY .layout-four-navbar{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--grey);z-index:1}@media(max-width:767.98px){.GREEN_GREY .layout-four-navbar{padding:7px 3px}}.GREEN_GREY .layout-four-navbar .deposit-gap{top:-47px;position:absolute;z-index:999;gap:2px}.GREEN_GREY .layout-four-navbar .wallet-box{height:27px;width:6.4rem;overflow:hidden;padding:.06rem;position:absolute;left:50%;top:-35%;transform:translate(-50%)}.GREEN_GREY .layout-four-navbar .wallet-box .half-circle{width:3.44rem;height:50px;background:var(--grey);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);border-radius:50%;margin:0 auto}.GREEN_GREY .layout-four-navbar .quest-content{position:absolute;background:var(--primary-bg);z-index:1;padding:15px;bottom:65px;border-radius:10px 0;width:100%;transition:transform .3s}.GREEN_GREY .layout-four-navbar .quest-content .quest-box{background:var(--grey);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN_GREY .layout-four-navbar .quest-content .quest-box .period-circle{background-color:var(--gold);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.PURPLE .layout-four-navbar{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:#262a4b;z-index:1}@media(max-width:767.98px){.PURPLE .layout-four-navbar{padding:7px 3px}}.PURPLE .layout-four-navbar .deposit-gap{top:-47px;position:absolute;z-index:999;gap:2px}.PURPLE .layout-four-navbar .wallet-box{height:27px;width:6.4rem;overflow:hidden;padding:.06rem;position:absolute;left:50%;top:-35%;transform:translate(-50%)}.PURPLE .layout-four-navbar .wallet-box .half-circle{width:3.44rem;height:50px;background:#262a4b;-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);border-radius:50%;margin:0 auto}.PURPLE .layout-four-navbar .quest-content{position:absolute;background:var(--secondary-bg);z-index:1;padding:15px;bottom:61px;border-radius:10px;width:100%;transition:transform .3s}.PURPLE .layout-four-navbar .quest-content .quest-box{background:var(--grey2-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.PURPLE .layout-four-navbar .quest-content .quest-box .period-circle{background-color:var(--secondary-bg);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.ORANGE .layout-four-navbar{grid-area:bottom;pointer-events:auto;bottom:0;position:fixed;width:100%;padding:12px 35px;background:var(--primary-bg);z-index:1}@media(max-width:767.98px){.ORANGE .layout-four-navbar{padding:7px 3px}}.ORANGE .layout-four-navbar .deposit-gif-gap{top:-60px;position:absolute;z-index:999;gap:0}.ORANGE .layout-four-navbar .deposit-gap{top:-47px;position:absolute;z-index:999;gap:2px}.ORANGE .layout-four-navbar .wallet-box{height:27px;width:6.4rem;overflow:hidden;padding:.06rem;position:absolute;left:50%;top:-35%;transform:translate(-50%)}.ORANGE .layout-four-navbar .quest-content{position:absolute;background:#381811;z-index:1;padding:15px;bottom:61px;border-radius:10px;width:100%;transition:transform .3s}.ORANGE .layout-four-navbar .quest-content .quest-box{background:#722c39;border-radius:10px;padding:16px 12px;margin-top:10px}.ORANGE .layout-four-navbar .quest-content .quest-box .primary-btn{border-radius:8px 0}.ORANGE .layout-four-navbar .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.GREEN .provider-content{position:fixed;background:var(--dark-blue-bg4);padding:15px;bottom:114px;width:100%;transition:transform .3s;left:0}.GREEN .provider-content .provider-box-container{overflow:auto;min-height:85px;max-height:282px;position:relative}.GREEN .provider-content .provider-box-container .provider-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding-bottom:5px}.GREEN .provider-content .provider-box-container .provider-wrapper .provider-box{background:var(--dark-blue-bg);border-radius:10px;padding:8px;display:flex;justify-content:center;align-items:center}.GREEN .provider-content .provider-box-container .provider-wrapper .provider-box.selected{border:1px solid var(--green)}.GREEN .provider-content .provider-box-container .provider-wrapper .provider-box img{width:auto}.GREEN .provider-content .provider-box-container::-webkit-scrollbar{display:none}.GREEN .provider-content .button-section{position:fixed;bottom:62px;left:0;width:100%;background:var(--dark-blue-bg4);padding:0 10px 10px}.GREEN .provider-content .button-section .reset-confirm-btn{background-color:var(--dark-blue-bg);border-radius:10px;width:133px;font-size:14px;font-weight:400;border:none;height:43px}.GREEN .provider-content .button-section .reset-confirm-btn.hover{opacity:.5}.GREEN_GOLD .provider-content{position:fixed;background:var(--black);padding:15px;bottom:114px;width:100%;transition:transform .3s;left:0}.GREEN_GOLD .provider-content .provider-box-container{overflow:auto;min-height:85px;max-height:282px;position:relative}.GREEN_GOLD .provider-content .provider-box-container .provider-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding-bottom:5px}.GREEN_GOLD .provider-content .provider-box-container .provider-wrapper .provider-box{background:var(--primary-bg);border-radius:10px;padding:8px;display:flex;justify-content:center;align-items:center}.GREEN_GOLD .provider-content .provider-box-container .provider-wrapper .provider-box.selected{border:1px solid var(--green)}.GREEN_GOLD .provider-content .provider-box-container .provider-wrapper .provider-box img{width:auto}.GREEN_GOLD .provider-content .provider-box-container::-webkit-scrollbar{display:none}.GREEN_GOLD .provider-content .button-section{position:fixed;bottom:62px;left:0;width:100%;background:var(--dark-blue-bg4);padding:0 10px 10px}.GREEN_GOLD .provider-content .button-section .reset-confirm-btn{background-color:var(--primary-bg);border-radius:10px;width:133px;font-size:14px;font-weight:400;border:none;height:43px}.GREEN_GOLD .provider-content .button-section .reset-confirm-btn.hover{opacity:.5}.BLACK_ROSE .provider-content .provider-box-container .provider-wrapper .provider-box.selected{border:1px solid var(--rose)}.BLACK_ROSE .provider-content .provider-box-container .provider-wrapper .provider-box img{width:auto}.BLACK_ROSE .provider-content .provider-box-container::-webkit-scrollbar{display:none}.BLACK_ROSE .provider-content .button-section{position:fixed;bottom:62px;left:0;width:100%;background:var(--primary-bg);padding:0 10px 10px}.BLACK_ROSE .provider-content .button-section .reset-confirm-btn.hover{opacity:.5}.GREEN_GREY .provider-content{position:fixed;background:var(--primary-bg);padding:15px;bottom:114px;width:100%;transition:transform .3s;left:0}.GREEN_GREY .provider-content .provider-box-container{overflow:auto;min-height:85px;max-height:282px;position:relative}.GREEN_GREY .provider-content .provider-box-container .provider-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding-bottom:5px}.GREEN_GREY .provider-content .provider-box-container .provider-wrapper .provider-box{background:var(--grey);border-radius:10px;padding:8px;display:flex;justify-content:center;align-items:center}.GREEN_GREY .provider-content .provider-box-container .provider-wrapper .provider-box.selected{border:1px solid var(--green)}.GREEN_GREY .provider-content .provider-box-container .provider-wrapper .provider-box img{width:auto}.GREEN_GREY .provider-content .provider-box-container::-webkit-scrollbar{display:none}.GREEN_GREY .provider-content .button-section{position:fixed;bottom:62px;left:0;width:100%;background:var(--primary-bg);padding:0 10px 10px}.GREEN_GREY .provider-content .button-section .reset-confirm-btn{background-color:var(--grey);border-radius:10px;width:133px;font-size:14px;font-weight:400;border:none;height:43px}.GREEN_GREY .provider-content .button-section .reset-confirm-btn.hover{opacity:.5}.ORANGE .provider-content{position:fixed;background:#381811;padding:10px 15px 20px;bottom:114px;width:100%;transition:transform .3s;left:0}.ORANGE .provider-content .provider-box-container{overflow:auto;min-height:85px;max-height:282px;position:relative}.ORANGE .provider-content .provider-box-container .provider-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding-bottom:5px}.ORANGE .provider-content .provider-box-container .provider-wrapper .provider-box{background:var(--primary-bg);border-radius:10px;padding:8px;display:flex;justify-content:center;align-items:center}.ORANGE .provider-content .provider-box-container .provider-wrapper .provider-box.selected{border:1px solid var(--white)}.ORANGE .provider-content .provider-box-container .provider-wrapper .provider-box img{width:auto}.ORANGE .provider-content .provider-box-container::-webkit-scrollbar{display:none}.ORANGE .provider-content .button-section{position:fixed;bottom:62px;left:0;width:100%;background:#381811;padding:10px 10px 20px}.ORANGE .provider-content .button-section .reset-confirm-btn{background-color:var(--primary-bg);border-radius:10px;width:133px;font-size:14px;font-weight:400;border:none;height:43px}.ORANGE .provider-content .button-section .reset-confirm-btn.hover{opacity:.5}.PURPLE .select-bank-option-card{width:100%;padding:20px;border-radius:10px;background:#262a4b;border:none!important;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:center;align-items:center;gap:15px;height:100%;text-wrap-mode:nowrap}.PURPLE .select-bank-option-card .bank-name{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.PURPLE .select-bank-option-card.active{background:var(--primary-bg-layout-six)!important}.PURPLE .select-bank-option-card.active .content-text,.PURPLE .select-bank-option-card.active .title{color:var(--white)!important}.PURPLE .select-bank-option-card img{width:100%;height:auto}.PURPLE .select-bank-option-card .title{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .select-bank-option-card .content-text{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:767.98px){.PURPLE .select-bank-option-card .content-text{font-size:11px}}.PURPLE .select-bank-option-card .no-bank{text-align:center}.PURPLE .select-bank-option-card button{border:none!important;border-radius:5px;background:linear-gradient(90deg,#5fe3cb,#1dff5a);color:#000a00;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:25px;margin-left:auto;margin-right:auto;display:flex}.YELLOW .slick-track{margin:1em 0 0}.YELLOW .wallet-wrapper{padding:0}.YELLOW .select-bank-option-card{width:100%;padding:20px;border-radius:10px;background:var(--grey2-bg);border:none!important;color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:center;align-items:center;gap:15px;height:100%;text-wrap-mode:nowrap}.YELLOW .select-bank-option-card .bank-name{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.YELLOW .select-bank-option-card.active{background:var(--secondary)!important}.YELLOW .select-bank-option-card.active .content-text,.YELLOW .select-bank-option-card.active .title{color:#000!important}.YELLOW .select-bank-option-card img{width:100%;height:auto}.YELLOW .select-bank-option-card .title{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .select-bank-option-card .content-text{color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .select-bank-option-card .no-bank{text-align:center}.YELLOW .select-bank-option-card button{border:none!important;border-radius:5px;background:linear-gradient(90deg,#5fe3cb,#1dff5a);color:#000a00;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .game-navbar-mobile-layout3-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.YELLOW .game-navbar-mobile-layout3-container .game-navbar-mobile-layout3{height:30px;display:flex;flex-direction:row;align-items:center;gap:10px;background:transparent;white-space:nowrap;overflow-x:auto}.YELLOW .game-navbar-mobile-layout3-container .game-navbar-mobile-layout3 .nav-item label.normal{font-family:Poppins;font-weight:600;font-size:15px;line-height:100%;letter-spacing:0;text-align:center;padding:0 7.5px;color:var(--grey2)}.YELLOW .game-navbar-mobile-layout3-container .game-navbar-mobile-layout3 .nav-item label.normal.active{color:var(--secondary)}.YELLOW .game-navbar-mobile-layout3-container .game-navbar-mobile-layout3 .nav-item .underline{width:40px;justify-self:center;height:3px;background:radial-gradient(50% 31250% at 50% 50%,#bbfc01 0,rgba(171,221,26,0) 100%)}.YELLOW .game-navbar-mobile-layout3-container .game-navbar-mobile-layout3::-webkit-scrollbar{display:none}.datatable-classic .card .--header{margin:0;padding-bottom:40px}@media(max-width:767.98px){.datatable-classic .card .--header{gap:1em}}.datatable-classic .card .--header .col{display:flex;align-items:center;padding:0}.datatable-classic .card .custom-datatable{border:none;background:transparent;color:#fff}.datatable-classic .card .custom-datatable thead .header-datatable{background:none;border:none;text-align:center;padding:0 15px;color:#d9d9d9;font-size:14px;font-weight:600;line-height:21px}.datatable-classic .card .custom-datatable thead .header-datatable th{background-color:transparent;color:#fff;font-size:14px;font-weight:500;border:none}.datatable-classic .card .custom-datatable tbody{height:auto!important}.datatable-classic .card .custom-datatable tbody .body-datatable{text-align:center;border:none}.datatable-classic .card .custom-datatable tbody .body-datatable td{background-color:transparent;color:#fff;font-size:14px;font-weight:500;border:none}.datatable-classic .card .--footer{margin:25px 20px!important}.datatable-classic .card .--footer ._pagination.--label{color:#8c8b9c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.datatable-classic .card .--footer .pagination .page-item{box-shadow:none!important;width:35px!important}.datatable-classic .card .--footer .pagination .page-item.active span{align-items:center!important;display:flex!important;padding-left:15px;padding-right:15px;border-radius:18px;background:none!important;border:none!important;color:#09f4b2}.datatable-classic .card .--footer .pagination .page-item.disabled{opacity:.5!important;cursor:no-drop}.datatable-classic .card .--footer .pagination .page-item span{border-radius:35px!important;background:var(--Dark-Blue-Gradient,linear-gradient(180deg,#2f3034 44.89%,#246776 102.46%))!important}.datatable-classic .card .--footer .pagination .page-item .page-link{padding:1px;width:100%;height:35px;border-radius:30px!important;border:2px double transparent!important;background-image:linear-gradient(180deg,#2f3034 44.89%,#246776 102.46%),linear-gradient(90deg,#01e4f9,#fae042)!important;background-origin:border-box!important;background-clip:content-box,border-box!important}.datatable-classic .card .--footer .pagination .page-item .page-link span{background:linear-gradient(88.38deg,#00e0ff 26.23%,#00e4f9 30.59%,#00e8f0 34.95%,#00ebe6 39.32%,#00eeda 43.68%,#00f0cc 48.04%,#00f3be 52.4%,#02f4ad 56.76%,#3df59d 61.13%,#5bf68b 65.49%,#75f679 69.85%,#8df567 74.21%,#a4f455 78.57%,#bbf242 82.94%,#d2ef2f 87.3%,#e8eb1a 91.66%,#ffe600 96.02%)!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;border:none!important;justify-content:center!important;display:flex!important;align-items:center!important;padding-top:3px!important;padding-right:2px!important}.datatable-classic .table-container{position:relative;min-height:15em}.datatable-classic .table-container .table-responsive::-webkit-scrollbar{display:none}.datatable-label{background:linear-gradient(88.38deg,#00e0ff 26.23%,#00e4f9 30.59%,#00e8f0 34.95%,#00ebe6 39.32%,#00eeda 43.68%,#00f0cc 48.04%,#00f3be 52.4%,#02f4ad 56.76%,#3df59d 61.13%,#5bf68b 65.49%,#75f679 69.85%,#8df567 74.21%,#a4f455 78.57%,#bbf242 82.94%,#d2ef2f 87.3%,#e8eb1a 91.66%,#ffe600 96.02%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.datatable-label .form-label{display:none}.datatable-label .input-group .form-input{align-items:start;border-radius:25px;border:none;background-color:hsla(0,0%,100%,.15);margin-top:10px;justify-content:center;color:#fff;white-space:nowrap;font:400 12px Poppins,sans-serif;text-align:start;padding:17px 20px 17px 15px;height:45px;border-top-right-radius:25px!important;border-bottom-right-radius:25px!important}.datatable-custom .card .rank-container{text-align:center;padding-bottom:11px;height:100%}.datatable-custom .card .rank-container.active{border-bottom:4px solid #ddad46}.datatable-custom .card .rank-container.active ._text.--rank-label{padding-top:5px;width:100%;font-family:PoppinsMedium;background:linear-gradient(115deg,#e9b749 27.62%,#ec6f32 95.61%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.datatable-custom .card .rank-container ._text.--rank-label{padding-top:5px;width:100%;font-family:PoppinsMedium;color:#fff;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.datatable-custom .card .--header{margin:0;padding-bottom:40px}@media(max-width:767.98px){.datatable-custom .card .--header{gap:1em}}.datatable-custom .card .--header .col{display:flex;align-items:center;padding:0}.datatable-custom .card .custom-datatable{border:none;border-top:1px solid #38383a;background:transparent;color:#fff}.datatable-custom .card .custom-datatable ._text.--header-label{width:100%;text-align:center}.datatable-custom .card .custom-datatable ._text.--detail-value{width:100%;text-align:center;background:linear-gradient(115deg,#e9b749 27.62%,#ec6f32 95.61%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.datatable-custom .card .custom-datatable ._text.--gray-text{width:100%;text-align:center;color:#8c8b9c}.datatable-custom .card .custom-datatable thead .header-datatable{border:none}.datatable-custom .card .custom-datatable thead .header-datatable th{background-color:transparent;color:#fff;font-size:14px;font-weight:500;border:none}.datatable-custom .card .custom-datatable tbody .body-datatable{border:none;border-bottom:1px dashed #38383a}.datatable-custom .card .custom-datatable tbody .body-datatable:last-child{border:none}.datatable-custom .card .custom-datatable tbody .body-datatable td{background-color:transparent;color:#fff;font-size:14px;font-weight:500;border:none;padding:1.5em 1em}.datatable-custom .card .--footer ._pagination.--label{color:#8c8b9c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.datatable-custom .card .--footer .pagination{gap:10px}.datatable-custom .card .--footer .pagination .page-item.active span{padding:6px 22px;border-radius:18px;background:linear-gradient(115deg,#e9b749 27.62%,#ec6f32 95.61%)}.datatable-custom .card .--footer .pagination .page-item.disabled{opacity:.5!important;cursor:no-drop}.datatable-custom .card .--footer .pagination .page-item span{color:#fff;padding:6px 10px;border-radius:18px;border-color:#242424;background:#0d0d0d}.datatable-custom .table-container{position:relative;min-height:15em}.datatable-downline .form-label{display:none}.datatable-downline .input-group .form-input{display:flex;justify-content:space-between;align-items:center;border-radius:25px;border:none;background-color:hsla(0,0%,100%,.15);margin-top:10px;color:#fff;white-space:nowrap;font:400 12px Poppins,sans-serif;text-align:start;padding:17px 20px 17px 15px;height:45px;border-top-right-radius:25px!important;border-bottom-right-radius:25px!important}.datatable-lucky .custom-datatable{border-radius:20px;background:hsla(0,0%,100%,.15);color:#fff;padding:15px 0 0}.datatable-lucky .custom-datatable thead .header-datatable{background:hsla(0,0%,100%,.15);border:none;text-align:start;padding:0 15px;color:#d9d9d9;font-size:14px;font-weight:600;line-height:21px}.datatable-lucky .custom-datatable thead .header-datatable th{background:hsla(0,0%,100%,.15);color:#fff;font-size:14px;font-weight:600;line-height:21px;border:none;padding-left:20px}@media(max-width:767.98px){.datatable-lucky .custom-datatable thead .header-datatable th{font-size:12px}}.datatable-lucky .custom-datatable thead .header-datatable th th{background:hsla(0,0%,100%,.15);color:#fff;font-size:14px;font-weight:500;border:none;padding-left:15px}.datatable-lucky .custom-datatable thead tbody{height:auto!important}.datatable-lucky .custom-datatable thead tbody .deposit-btn{background:linear-gradient(#00e0ff,#00e4f9,#00e8f0,#00ebe6,#00eeda,#00f0cc,#00f3be,#02f4ad,#3df59d,#5bf68b,#75f679,#8df567,#a4f455,#bbf242,#d2ef2f,#e8eb1a,#ffe600);text-align:center;color:#000;font-size:14px;font-family:Poppins;font-weight:600;line-height:normal;border-radius:150px;width:190%;margin-left:6em}@media(min-width:768px)and (max-width:991.98px){.datatable-lucky .custom-datatable thead tbody .deposit-btn{margin-left:2px}}@media(max-width:575.98px){.datatable-lucky .custom-datatable thead tbody .deposit-btn{margin-left:2em;width:100%}}.datatable-lucky .custom-datatable thead tbody .body-datatable{text-align:start;border:none;padding-left:15px}.datatable-lucky .custom-datatable tbody{height:auto!important}.datatable-lucky .custom-datatable tbody .deposit-btn{background:var(--Gradient,linear-gradient(88deg,#00e0ff 26.23%,#00e4f9 30.59%,#00e8f0 34.95%,#00ebe6 39.32%,#00eeda 43.68%,#00f0cc 48.04%,#00f3be 52.4%,#02f4ad 56.76%,#3df59d 61.13%,#5bf68b 65.49%,#75f679 69.85%,#8df567 74.21%,#a4f455 78.57%,#bbf242 82.94%,#d2ef2f 87.3%,#e8eb1a 91.66%,#ffe600 96.02%));color:#000;font-size:14px;font-family:Poppins;font-weight:600;line-height:normal;border-radius:150px;width:40em;position:absolute;left:50%;bottom:20%;transform:translate(-50%)}@media(max-width:767.98px){.datatable-lucky .custom-datatable tbody .deposit-btn{position:absolute;left:7%;width:70%;bottom:20%;transform:translate(-50%);font-size:12px}}@media(min-width:576px)and (max-width:767.98px){.datatable-lucky .custom-datatable tbody .deposit-btn{left:50%;bottom:21%}}@media(max-width:575.98px){.datatable-lucky .custom-datatable tbody .deposit-btn{left:50%;bottom:18%}}.datatable-lucky .custom-datatable tbody .body-datatable{text-align:start;border:none}.datatable-lucky .custom-datatable tbody .body-datatable td{background:hsla(0,0%,100%,.15);color:#fff;font-size:14px;font-weight:100;border:none;padding-left:20px}@media(max-width:767.98px){.datatable-lucky .custom-datatable tbody .body-datatable td{font-size:12px}}.datatable-lucky .--footer{margin:25px 20px}@media(max-width:575.98px){.datatable-lucky .--footer{margin-right:0}}.datatable-lucky .--footer ._pagination.--label{color:#8c8b9c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.datatable-lucky .--footer .pagination .page-item{width:35px!important;box-shadow:none!important;text-align:center}.datatable-lucky .--footer .pagination .page-item.active span{align-items:center!important;display:flex!important;padding-left:15px;padding-right:15px;border-radius:18px;background:none!important;border:none!important;color:#09f4b2}.datatable-lucky .--footer .pagination .page-item.disabled{opacity:.5!important;cursor:no-drop}.datatable-lucky .--footer .pagination .page-item span{border:none;padding-top:8px}.datatable-lucky .--footer .pagination .page-item .page-link{width:100%;height:35px;border-radius:30px;border:none;color:#fff;background:transparent!important;justify-content:center!important;display:flex!important;padding:1px 1px 10px}.datatable-lucky .--footer .pagination .page-item .page-link span{color:#09f4b2;background-clip:text!important;-webkit-background-clip:text!important;justify-content:center!important;display:flex!important;align-items:center!important;border:2px double transparent;background-image:linear-gradient(180deg,#2f3034 44.89%,#246776 102.46%),linear-gradient(90deg,#01e4f9,#fae042)!important;background-origin:border-box!important;background-clip:content-box,border-box!important;font-size:20px;width:100%;padding:1px;border-radius:50px;height:30px}.datatable-lucky .table-container{position:relative;min-height:15em}.datatable-lucky .table-responsive{border-radius:20px}.datatable-history{border-collapse:separate;border-spacing:0;border:none;border-radius:10px}.datatable-history thead .header-datatable{text-align:start;padding:0 15px;color:#fff;font-size:14px;font-weight:600;line-height:21px}.datatable-history thead .header-datatable th{background:var(--secondary-bg);color:var(--primary);font-family:Poppins;font-size:14px;font-weight:600;padding-left:15px;white-space:nowrap;border:none;box-shadow:none}.datatable-history tbody{height:auto!important}.datatable-history tbody .deposit-btn{background:linear-gradient(#00e0ff,#00e4f9,#00e8f0,#00ebe6,#00eeda,#00f0cc,#00f3be,#02f4ad,#3df59d,#5bf68b,#75f679,#8df567,#a4f455,#bbf242,#d2ef2f,#e8eb1a,#ffe600);text-align:start;color:#000;font-size:14px;font-family:Poppins;font-weight:600;line-height:normal;border-radius:150px;width:90%}.datatable-history tbody .body-datatable{text-align:start;border:none}.datatable-history tbody .body-datatable td{white-space:nowrap;background:hsla(0,0%,100%,.15);color:#fff;font-size:12px;font-weight:400;border:none;padding-left:15px}.datatable-history tr:nth-child(odd){background-color:var(--grey-dark-bg)}.datatable-history tr:nth-child(2n){background-color:var(--grey-light-bg)}.datatable-history .--footer{margin:25px 20px}@media(max-width:575.98px){.datatable-history .--footer{margin-right:0}}.datatable-historyPagination{margin:0 0 25px 20px}@media(max-width:575.98px){.datatable-historyPagination{margin-right:0}}.datatable-historyPagination .pagination .page-item{width:35px!important;color:#000;box-shadow:none!important}.datatable-historyPagination .pagination .page-item.active span{align-items:center!important;display:flex!important;padding-left:15px;padding-right:15px;border-radius:18px;background:none!important;border:none!important;color:var(--color-secondary);font-size:14px;padding-bottom:8px}.datatable-historyPagination .pagination .page-item.disabled{cursor:no-drop;opacity:.3}.datatable-historyPagination .pagination .page-item span{border:none;padding-top:8px}.datatable-historyPagination .pagination .page-item .page-link{width:100%;height:31px;border:none;background:none!important;justify-content:center!important;display:flex!important;padding:1px 3px 10px;font-size:14px}.datatable-historyPagination .pagination .page-item .page-link a{padding-bottom:20px}.datatable-historyPagination .pagination .page-item .page-link span{color:#2b2b2b;background-clip:text!important;-webkit-background-clip:text!important;justify-content:center!important;display:flex!important;align-items:center!important;border:2px double transparent;font-size:22px;width:100%;padding:1px;border-radius:50px;height:30px}.bank-pagination .--footer{margin:25px 20px}@media(max-width:575.98px){.bank-pagination .--footer{margin-right:0}}.bank-pagination .--footer ._pagination.--label{color:#8c8b9c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.bank-pagination .--footer .pagination .page-item{width:35px!important;box-shadow:none!important;text-align:center}.bank-pagination .--footer .pagination .page-item.active span{align-items:center!important;display:flex!important;padding-left:15px;padding-right:15px;border-radius:18px;background:none!important;border:none!important;color:#09f4b2}.bank-pagination .--footer .pagination .page-item.disabled{opacity:.5!important;cursor:no-drop}.bank-pagination .--footer .pagination .page-item span{border:none;padding-top:8px}.bank-pagination .--footer .pagination .page-item .page-link{width:100%;height:35px;border-radius:30px;border:none;color:#fff;background:transparent!important;justify-content:center!important;display:flex!important;padding:1px 1px 10px}.bank-pagination .--footer .pagination .page-item .page-link span{color:#09f4b2;background-clip:text!important;-webkit-background-clip:text!important;justify-content:center!important;display:flex!important;align-items:center!important;border:2px double transparent;background-image:linear-gradient(180deg,#2f3034 44.89%,#246776 102.46%),linear-gradient(90deg,#01e4f9,#fae042)!important;background-origin:border-box!important;background-clip:content-box,border-box!important;font-size:20px;width:100%;padding:1px;border-radius:50px;height:30px}._game-empty-wapper{min-height:20em;display:flex;align-items:center;justify-content:center}._game-empty-wapper span{font-family:Excon,Roboto;font-size:1rem;line-height:1.5rem;letter-spacing:.00938em;color:var(--light-grey);font-weight:500}._game-empty-wapper.--game-carousel{min-height:8em}@media(min-width:768px){._game-empty-wapper.--game-carousel{min-height:15em}}._game-wrapper{min-height:20em;padding-bottom:5em;grid-gap:10px;gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-flow:dense}._game-wrapper-layout-three{min-height:20em;padding-top:10px;grid-gap:var(--roo-game-thumbnail-gap);gap:var(--roo-game-thumbnail-gap);display:grid;grid-template-columns:repeat(var(--roo-game-thumbnail-per-column),1fr)}._game-wrapper-layout-three::-webkit-scrollbar{display:none}._game-wrapper-layout-six{min-height:20em;grid-gap:var(--roo-game-thumbnail-gap);gap:var(--roo-game-thumbnail-gap);display:grid;grid-template-columns:repeat(var(--roo-game-thumbnail-per-column),1fr)}.load-more-section{padding:30px 0;display:flex;align-items:center;justify-content:center}html.GREEN .load-more-section button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.9375rem;line-height:1.75;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--green)!important;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:transparent;border:1px solid var(--green)!important;box-shadow:none!important;outline:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);border-radius:4px;padding:11px 14px 13px;margin:0;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;visibility:initial}html.GREEN .load-more-section button:active,html.GREEN .load-more-section button:disabled,html.GREEN .load-more-section button:hover{background:#000a00!important}html.PURPLE .load-more-section button{color:var(--white)!important;border:1px solid var(--green)!important}html.YELLOW .load-more-section button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.9375rem;line-height:1.75;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--white)!important;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--dark-yellow-bg);border:1px solid var(--secondary)!important;box-shadow:none!important;outline:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);border-radius:4px;padding:11px 14px 13px;margin:0;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;visibility:initial}html.YELLOW .load-more-section button:active,html.YELLOW .load-more-section button:disabled{background:#000a00!important}html.ORANGE .load-more-section button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.9375rem;line-height:1.75;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--white)!important;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--dark-yellow-bg);border:1px solid var(--white)!important;box-shadow:none!important;outline:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);border-radius:4px;padding:11px 14px 13px;margin:0;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;visibility:initial}html.ORANGE .load-more-section button:active,html.ORANGE .load-more-section button:disabled{background:#000a00!important}html.PURPLE .load-more-section button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.9375rem;line-height:1.75;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--purple)!important;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:transparent;border:1px solid var(--purple)!important;box-shadow:none!important;outline:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);border-radius:4px;padding:11px 14px 13px;margin:0;font-size:.75rem;line-height:1rem;font-family:Excon,Roboto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;visibility:initial}html.PURPLE .load-more-section button:active,html.PURPLE .load-more-section button:disabled,html.PURPLE .load-more-section button:hover{background:#000a00!important}@media(min-width:0px){._game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}._game-wrapper-layout-six,._game-wrapper-layout-three{--roo-game-thumbnail-gap:8px;--roo-game-thumbnail-per-column:3}}@media(min-width:600px){._game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}._game-wrapper-layout-three{--roo-game-thumbnail-gap:16px;--roo-game-thumbnail-per-column:5}._game-wrapper-layout-six{--roo-game-thumbnail-gap:16px;--roo-game-thumbnail-per-column:4}}@media(min-width:800px){._game-wrapper-layout-six{--roo-game-thumbnail-per-column:5}}@media(min-width:1000px){._game-wrapper-layout-six{--roo-game-thumbnail-per-column:6}}@media(min-width:1100px){._game-wrapper-layout-six{--roo-game-thumbnail-per-column:7}}.total-bet-placed{border-radius:12px;background-color:var(--grey-light-bg);padding:10px 10px 8px;margin-top:10px}.GREEN ._game-carousel{gap:12px;width:100%;display:flex;position:relative;flex-direction:column;padding:0 12px 20px}@media(min-width:768px){.GREEN ._game-carousel{gap:16px}}.GREEN ._game-carousel .top-section{display:flex;align-items:center}.GREEN ._game-carousel .top-section a{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;text-decoration:none;gap:15px}.GREEN ._game-carousel .h2,.GREEN ._game-carousel h2{margin-left:10px;margin-bottom:0;font-family:Poppins;letter-spacing:0;color:var(--green);font-weight:700;font-size:18px;line-height:27px}@media(min-width:768px){.GREEN ._game-carousel .h2,.GREEN ._game-carousel h2{font-size:18px}}.GREEN ._game-carousel .prev-next-button{display:flex;gap:10px}.GREEN ._game-carousel .view-button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--white);font-weight:400;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--primary-bg);box-shadow:none!important;outline:0;border-color:transparent;border-image:initial;margin:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.GREEN ._game-carousel .view-button{font-size:16px}}.GREEN ._game-carousel .slider-button{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--black);background:var(--green)}.GREEN ._game-carousel .slider-button:disabled{color:var(--grey2);border-color:transparent;background:var(--dark-blue-bg);cursor:no-drop}.GREEN ._game-carousel .slider-button:hover{color:var(--black);background:var(--green);cursor:pointer}.GREEN ._game-carousel .provider-card{background:var(--grey2-bg);display:flex;justify-content:center;align-items:center;padding:10px;border-radius:8px;cursor:pointer}.GREEN ._game-carousel .provider-card img{width:auto}.GREEN_GREY ._game-carousel{gap:12px;width:100%;display:flex;position:relative;flex-direction:column;padding:0 12px 20px}@media(min-width:768px){.GREEN_GREY ._game-carousel{gap:16px}}.GREEN_GREY ._game-carousel .top-section{display:flex;align-items:center}.GREEN_GREY ._game-carousel .top-section a{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;text-decoration:none;gap:15px}.GREEN_GREY ._game-carousel .h2,.GREEN_GREY ._game-carousel h2{margin-left:10px;margin-bottom:0;font-family:Poppins;letter-spacing:0;color:var(--green);font-weight:700;font-size:18px;line-height:27px}@media(min-width:768px){.GREEN_GREY ._game-carousel .h2,.GREEN_GREY ._game-carousel h2{font-size:18px}}.GREEN_GREY ._game-carousel .prev-next-button{display:flex;gap:10px}.GREEN_GREY ._game-carousel .view-button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--white);font-weight:400;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--primary-bg);box-shadow:none!important;outline:0;border-color:transparent;border-image:initial;margin:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.GREEN_GREY ._game-carousel .view-button{font-size:16px}}.GREEN_GREY ._game-carousel .slider-button{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--black);background:var(--green)}.GREEN_GREY ._game-carousel .slider-button:disabled{color:var(--grey2);border-color:transparent;background:var(--grey);cursor:no-drop}.GREEN_GREY ._game-carousel .slider-button:hover{color:var(--black);background:var(--green);cursor:pointer}.GREEN_GREY ._game-carousel .provider-card{background:var(--grey2-bg);display:flex;justify-content:center;align-items:center;padding:10px;border-radius:8px;cursor:pointer}.GREEN_GREY ._game-carousel .provider-card img{width:auto}.YELLOW .menu-container{background-color:var(--primary-bg);padding:10px;border-radius:10px}.YELLOW .menu-container.--layout-2{background-color:var(--black)}.YELLOW .menu-container.--sidebar-menu{padding:0}.YELLOW ._game-carousel{gap:12px;width:100%;display:flex;position:relative;flex-direction:column}@media(min-width:768px){.YELLOW ._game-carousel{gap:16px}}.YELLOW ._game-carousel .top-section{display:flex;align-items:center}.YELLOW ._game-carousel .top-section .h2,.YELLOW ._game-carousel .top-section h2{margin:0;color:var(--White-Solid,#fff);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW ._game-carousel .top-section .view-button{border-radius:3px;border-top:1px solid rgba(187,252,1,.2);border-left:1px solid rgba(187,252,1,.7);border-right:1px solid rgba(187,252,1,.7);border-bottom:1px solid var(--secondary);background:var(--dark-yellow-bg);color:var(--white);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;padding:5px 10px}.YELLOW ._game-carousel .top-section a{padding:0 10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;text-decoration:none;gap:15px}.YELLOW ._game-carousel .h2,.YELLOW ._game-carousel h2{margin-left:10px;margin-bottom:0;font-family:Poppins;letter-spacing:0;color:var(--green);font-weight:700;font-size:16px;line-height:27px}@media(min-width:768px){.YELLOW ._game-carousel .h2,.YELLOW ._game-carousel h2{font-size:24px}}.YELLOW ._game-carousel .prev-next-button{display:flex;gap:10px}.YELLOW ._game-carousel .prev-next-button button{display:flex;align-items:center;border:none;background:#bbfc01}.YELLOW ._game-carousel .prev-next-button button svg{filter:brightness(0)}.YELLOW ._game-carousel .prev-next-button button:active,.YELLOW ._game-carousel .prev-next-button button:hover{background:#bbfc01}.YELLOW ._game-carousel .prev-next-button button:disabled{background:#323635}.YELLOW ._game-carousel .prev-next-button button:disabled svg{filter:brightness(1)}.YELLOW ._game-carousel .slider-button{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--black);background-color:var(--secondary-bg)!important}.YELLOW ._game-carousel .slider-button:disabled{color:#8e8e8e!important;border-color:transparent;background-color:#1b1b1b!important;cursor:no-drop}.YELLOW ._game-carousel .slider-button:hover{color:var(--secondary)!important;background-color:var(--primary)!important;cursor:pointer}.PURPLE ._game-carousel{gap:12px;width:100%;display:flex;position:relative;flex-direction:column}@media(min-width:768px){.PURPLE ._game-carousel{gap:16px}}.PURPLE ._game-carousel .top-section{display:flex;align-items:center}.PURPLE ._game-carousel .top-section a{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;text-decoration:none;gap:15px}.PURPLE ._game-carousel .h2,.PURPLE ._game-carousel h2{margin-left:10px;margin-bottom:0;font-family:Poppins;letter-spacing:0;color:var(--white);font-weight:700;font-size:18px;line-height:27px}@media(min-width:768px){.PURPLE ._game-carousel .h2,.PURPLE ._game-carousel h2{font-size:18px}}.PURPLE ._game-carousel .prev-next-button{display:flex;gap:10px}.PURPLE ._game-carousel .view-button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--green);font-weight:400;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--primary-bg);box-shadow:none!important;outline:0;border-color:transparent;border-image:initial;margin:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.PURPLE ._game-carousel .view-button{font-size:16px}}.PURPLE ._game-carousel .slider-button{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--primary-bg-layout-six)}.PURPLE ._game-carousel .slider-button:disabled{color:var(--grey2);border-color:transparent;background:var(--dark-blue-bg);cursor:no-drop}.PURPLE ._game-carousel .slider-button:hover{color:#000908!important;background:var(--primary-bg-layout-six);cursor:pointer}.PURPLE ._game-carousel .provider-card{background:var(--grey2-bg);display:flex;justify-content:center;align-items:center;padding:10px;border-radius:8px;cursor:pointer}.PURPLE ._game-carousel .provider-card img{width:auto}.ORANGE ._game-carousel{gap:12px;width:100%;display:flex;position:relative;flex-direction:column;padding:0 12px 20px}@media(min-width:768px){.ORANGE ._game-carousel{gap:16px}}.ORANGE ._game-carousel .top-section{display:flex;align-items:center}.ORANGE ._game-carousel .top-section a{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;text-decoration:none;gap:15px}.ORANGE ._game-carousel .h2,.ORANGE ._game-carousel h2{margin-left:10px;margin-bottom:0;font-family:Poppins;letter-spacing:0;color:var(--secondary);font-weight:700;font-size:18px;line-height:27px}@media(min-width:768px){.ORANGE ._game-carousel .h2,.ORANGE ._game-carousel h2{font-size:18px}}.ORANGE ._game-carousel .prev-next-button{display:flex;gap:10px}.ORANGE ._game-carousel .view-button{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Poppins;font-size:12px;line-height:18px;min-width:64px;text-align:center;text-transform:none;display:flex;justify-content:center;align-items:center;color:var(--white);font-weight:400;letter-spacing:normal;--roo-loading-color:#a37ef2;background-color:var(--primary-bg);box-shadow:none!important;outline:0;border-color:transparent;border-image:initial;margin:0;text-decoration:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.ORANGE ._game-carousel .view-button{font-size:16px}}.ORANGE ._game-carousel .slider-button{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--primary-bg)}.ORANGE ._game-carousel .slider-button:disabled{color:var(--grey2);border-color:transparent;background:var(--primary-bg);cursor:no-drop}.ORANGE ._game-carousel .slider-button:hover{color:#000908!important;background:var(--primary-bg);cursor:pointer}.ORANGE ._game-carousel .provider-card{background:var(--grey2-bg);display:flex;justify-content:center;align-items:center;padding:10px;border-radius:8px;cursor:pointer}.ORANGE ._game-carousel .provider-card img{width:auto}.rank-container{cursor:pointer;text-align:center;height:100%}.rank-container.active ._text{cursor:pointer}html.GREEN .rank-container.active ._text.--rank-label{font-size:14px;line-height:18px}html.GREEN .rank-container.active ._text.--mobile-rank-label,html.GREEN .rank-container.active ._text.--rank-label{width:100%;height:30px;padding:5px 7px;border-radius:5px;font-weight:600;font-family:Poppins;color:var(--green);border:1px solid var(--green);background-color:transparent!important}html.GREEN .rank-container.active ._text.--mobile-rank-label{white-space:nowrap;font-size:10px}html.PURPLE .rank-container.active ._text.--rank-label{font-size:14px;line-height:18px;color:var(--white)}html.PURPLE .rank-container.active ._text.--mobile-rank-label,html.PURPLE .rank-container.active ._text.--rank-label{width:100%;height:30px;padding:5px 7px;border-radius:5px;font-weight:600;font-family:Poppins;border:1px solid var(--purple);background-color:transparent!important}html.PURPLE .rank-container.active ._text.--mobile-rank-label{white-space:nowrap;font-size:10px;color:var(--purple)}html.ORANGE .rank-container.active ._text.--rank-label{font-size:14px;line-height:18px;color:var(--white)}html.ORANGE .rank-container.active ._text.--mobile-rank-label,html.ORANGE .rank-container.active ._text.--rank-label{width:100%;height:30px;padding:5px 7px;border-radius:5px;font-weight:600;font-family:Poppins;border:1px solid var(--white);background-color:transparent!important}html.ORANGE .rank-container.active ._text.--mobile-rank-label{white-space:nowrap;font-size:10px;color:var(--purple)}html.YELLOW .rank-container.active ._text.--rank-label{width:100%;height:30px;padding:5px 7px;border-radius:5px;font-weight:600;font-family:Poppins;font-size:14px;line-height:18px;color:var(--white);border:1px solid var(--secondary);background-color:rgba(187,252,1,.2)!important}html.YELLOW .rank-container.active ._text.--mobile-rank-label{white-space:nowrap;width:100%;height:30px;padding:5px 7px;border-radius:5px;font-weight:600;font-family:Poppins;font-size:10px;color:var(--green);border:1px solid var(--green);background-color:transparent!important}.rank-container ._text.--rank-label{width:100%;height:30px;padding:5px 7px;border-radius:5px;font-family:Poppins;font-weight:400;line-height:18px;font-size:12px;color:#888}.rank-container ._text.--mobile-rank-label{width:100%;height:30px;padding:5px 7px;border:1px solid #7f7f7f;border-radius:5px;font-family:Excon,Roboto;font-size:10px;color:#7f7f7f;background-color:#232325}.account-wrapper{gap:12px;width:100%;height:100%;display:flex;overflow:hidden;flex-direction:column;background-color:none;border-radius:12px;padding:20px 20px 5em}.account-wrapper .dropdownList p{background-color:transparent!important}.account-wrapper .btn-primary{--bs-btn-disabled-bg:#0a0c1db5}@media(min-width:768px){.account-wrapper{gap:16px;padding:20px}}.account-wrapper .h1,.account-wrapper h1{margin:0;font-size:1.75rem;font-family:Poppins;line-height:2.25rem;letter-spacing:0;color:var(--white)}.profile-field{margin-top:5px}.profile-field .profile-input{border:none;outline:none}.profile-field .profile-input input:-webkit-autofill,.profile-field .profile-input input:-webkit-autofill:active,.profile-field .profile-input input:-webkit-autofill:focus,.profile-field .profile-input input:-webkit-autofill:hover{-webkit-text-fill-color:#7666a4}.profile-field .profile-input input{-webkit-text-fill-color:#fff;background:var(--grey-dark-bg)!important;box-shadow:none!important;outline:var(--grey-light-bg) solid 2px;-webkit-background-clip:text;background-clip:text;padding:12px;font-size:12px;text-align:start;border-radius:10px!important}.profile-field .profile-input :focus{color:#fff;border:1px solid var(--light-grey);outline:var(--light-grey) solid 2px}.profile-field .profile-input :disabled{opacity:.5;outline:2px solid var(--light-grey)!important;-webkit-text-fill-color:var(--secondary);background:var(--grey-dark-bg)!important;color:var(--white)}.profile-field .profile-input ::placeholder{opacity:.5;-webkit-text-fill-color:var(--light-grey)}.deposit-container .dropdownList{border-radius:10px;height:40px;width:100%;background:var(--grey-dark-bg);margin-top:10px;color:#000;outline:var(--grey-light-bg) solid 2px!important}.deposit-container .dropdownList .dropdownPromotionButton{background:none;width:100%;height:100%;text-align:start;border:none}.deposit-container .dropdownList .dropdownPromotionActive{width:100%;border-radius:10px;background-color:var(--grey-dark-bg);font-size:14px;overflow-y:scroll;max-height:9em;outline:var(--grey-light-bg) solid 2px;transform:translate3d(0,50px,0)!important}.deposit-container .dropdownList .dropdown-menu a:hover{background-color:var(--secondary-bg);color:var(--primary)}.deposit-container .dropdownList .dropdown-toggle:after{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:var(--white)}.deposit-container .dropdownDepositDesign{background-color:var(--grey-dark-bg);color:#d9d9d9;border-radius:10px;height:44px;margin-top:10px;padding:8px;outline:var(--grey-light-bg) solid 2px!important}.deposit-container .dropdownDepositDesign .dropdownListButton{background:var(--secondary-bg);border-radius:10px;z-index:1;padding-left:15px}.deposit-container .dropdownDepositDesign .dropdownListButton .dropdownDepositButton{border:none;background:none!important;padding:5px!important;color:var(--primary);height:100%!important;font-size:12px;width:7em;text-align:start}.deposit-container .dropdownDepositDesign .dropdownListButton .dropdownDepositActive{width:100%;border-radius:10px;background-color:var(--grey-dark-bg);outline:2px solid var(--grey-light-bg);font-size:14px;overflow-y:scroll;max-height:9em;transform:translate3d(0,35px,0)!important}.deposit-container .dropdownDepositDesign .dropdownListButton .dropdown-menu a:hover{background-color:var(--secondary-bg);color:var(--primary)}.deposit-container .dropdownDepositDesign .dropdownListButton .dropdown-toggle:after{position:absolute;top:50%;right:15px;transform:translateY(-50%)}.deposit-container .dropdownDepositDesign .dropdownListButton .dropdown-item:active{background-color:none}.deposit-container .dropdownDepositDesign .deposit-input{outline:none;width:100%;height:25px}.deposit-container .dropdownDepositDesign .deposit-input .input-label-group{background-color:transparent;outline:none!important}.deposit-container .dropdownDepositDesign .deposit-input input{background:transparent!important;box-shadow:none!important;border:none!important;color:var(--white);padding:4px 0;font-size:14px;text-align:end;font-family:Poppins}.deposit-container .dropdownDepositDesign .deposit-input ::placeholder{color:var(--light-grey)}.deposit-container .dropdownDepositDesign .deposit-input.custom-file-upload{display:inline-block;width:25%;height:29px;border-radius:10px;background:var(--secondary-bg);cursor:pointer;overflow:hidden;position:relative;z-index:1;padding:2px;box-sizing:border-box}.deposit-container .dropdownDepositDesign .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.deposit-container .dropdownDepositDesign .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-1,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-10,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-3,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-5,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-11,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-12,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-2,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-7,.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.deposit-container .dropdownDepositDesign .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}.deposit-container .dropdownDepositDesign .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.deposit-container .dropdownDepositDesign .controls-container .controls{gap:15px}}.deposit-container .dropdownDepositDesign .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.deposit-container .dropdownDepositDesign .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.deposit-container .dropdownDepositDesign .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--light-grey);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.deposit-container .dropdownDepositDesign .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.deposit-container .dropdownDepositDesign .controls-container .segment label{font-size:14px}.deposit-container .dropdownDepositDesign .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.deposit-container .dropdownDepositDesign .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--green)}@media(max-width:767.98px){.deposit-container .dropdownDepositDesign .controls-container .segment.active label{font-size:14px}.deposit-container .dropdownDepositDesign .controls-container .segment.active label img{width:20px;height:20px}}.deposit-container .dropdownDepositDesign .controls-container .controls:before{content:"";width:calc(50% - 25px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--green)}@media(max-width:767.98px){.deposit-container .dropdownDepositDesign .controls-container .controls:before{width:calc(50% - 8px)}}.deposit-container .dropdownDepositDesign .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.deposit-container .file-name{font-size:14px;text-align:end;font-family:Poppins}.deposit-container .primary-btn{margin-top:4em;background:var(--secondary-bg);width:100%;color:var(--primary);border:none}.amount-field{position:relative;background-color:var(--grey-dark-bg);color:#d9d9d9;border-radius:10px;height:44px;margin-top:10px;padding:8px;outline:var(--grey-light-bg) solid 2px!important}.amount-field .amount-input{outline:none;width:100%;height:25px}.amount-field .amount-input input:-webkit-autofill,.amount-field .amount-input input:-webkit-autofill:active,.amount-field .amount-input input:-webkit-autofill:focus,.amount-field .amount-input input:-webkit-autofill:hover{-webkit-box-shadow:none!important;background-color:transparent!important;box-shadow:none!important}.amount-field .amount-input .input-label-group{outline:none!important}.amount-field .amount-input input{background:transparent!important;box-shadow:none!important;border:none!important;color:var(--white);padding:4px 10px;font-size:14px;font-family:Poppins}.amount-field .amount-input ::placeholder{color:var(--light-grey)}.amount-field .amount-input :disabled{opacity:.5}.amount-field .third-btn{display:flex;align-items:center;justify-content:center;border:none;color:var(--primary);background:var(--secondary-bg)!important;width:73px;height:30px;font-size:14px;position:absolute;right:7px;top:7px}.amount-field .third-btn:hover{background:var(--grey-light-bg)!important;color:var(--secondary);border:none}.YELLOW .history-container{width:100%;border-radius:13.046px;background:var(--primary-bg)}.YELLOW .history-container .dropdownList2{height:40px;border:none;width:100%;border-radius:10px;background:#1b1b1b;margin-top:10px;outline:none!important;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .history-container .dropdownList2 .dropdownPromotionButton{background:none;width:100%;text-align:start;border:none}.YELLOW .history-container .dropdownList2 .dropdownPromotionActive{width:100%;border-radius:10px;background-color:var(--grey-dark-bg);font-size:14px;overflow-y:scroll;max-height:9em}.YELLOW .history-container .dropdownList2 .dropdown-menu a:hover{background-color:var(--secondary-bg);color:var(--primary)}.YELLOW .history-container .dropdownList2 .dropdown-toggle:after{position:absolute;top:50%;right:15px;transform:translateY(-50%)}.YELLOW .history-container .dropdownList2 .scrolldown{display:flex;justify-content:center;color:#fff}.YELLOW .history-container .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.YELLOW .history-container .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.YELLOW .history-container .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.YELLOW .history-container .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.YELLOW .history-container .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.YELLOW .history-container .controls-container .uiverse .wrapper .circle{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;filter:blur(var(--blur,8px));background:var(--background,transparent);transform:translate(var(--x,0),var(--y,0)) translateZ(0);animation:var(--animation,none) var(--duration) var(--easing) infinite}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-1,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-10,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-9{--background:var(--c-color-4)}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-3,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-4{--background:var(--c-color-2);--blur:14px}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-5,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-6{--background:var(--c-color-3);--blur:16px}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-11,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-12,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-2,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-7,.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-8{--background:var(--c-color-1);--blur:12px}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-1{--x:0;--y:-40px;--animation:circle-1}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-2{--x:92px;--y:8px;--animation:circle-2}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-3{--x:-12px;--y:-12px;--animation:circle-3}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-4{--x:80px;--y:-12px;--animation:circle-4}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-5{--x:12px;--y:-4px;--animation:circle-5}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-6{--x:56px;--y:16px;--animation:circle-6}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-7{--x:8px;--y:28px;--animation:circle-7}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-8{--x:28px;--y:-4px;--animation:circle-8}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-9{--x:20px;--y:-12px;--animation:circle-9}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-10{--x:64px;--y:16px;--animation:circle-10}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-11{--x:4px;--y:4px;--animation:circle-11}.YELLOW .history-container .controls-container .uiverse .wrapper .circle.circle-12{--blur:14px;--x:52px;--y:4px;--animation:circle-12}@keyframes circle-1{33%{transform:translateY(16px) translateZ(0)}66%{transform:translate(12px,64px) translateZ(0)}}@keyframes circle-2{33%{transform:translate(80px,-10px) translateZ(0)}66%{transform:translate(72px,-48px) translateZ(0)}}@keyframes circle-3{33%{transform:translate(20px,12px) translateZ(0)}66%{transform:translate(12px,4px) translateZ(0)}}@keyframes circle-4{33%{transform:translate(76px,-12px) translateZ(0)}66%{transform:translate(112px,-8px) translateZ(0)}}@keyframes circle-5{33%{transform:translate(84px,28px) translateZ(0)}66%{transform:translate(40px,-32px) translateZ(0)}}@keyframes circle-6{33%{transform:translate(28px,-16px) translateZ(0)}66%{transform:translate(76px,-56px) translateZ(0)}}@keyframes circle-7{33%{transform:translate(8px,28px) translateZ(0)}66%{transform:translate(20px,-60px) translateZ(0)}}@keyframes circle-8{33%{transform:translate(32px,-4px) translateZ(0)}66%{transform:translate(56px,-20px) translateZ(0)}}@keyframes circle-9{33%{transform:translate(20px,-12px) translateZ(0)}66%{transform:translate(80px,-8px) translateZ(0)}}@keyframes circle-10{33%{transform:translate(68px,20px) translateZ(0)}66%{transform:translate(100px,28px) translateZ(0)}}@keyframes circle-11{33%{transform:translate(4px,4px) translateZ(0)}66%{transform:translate(68px,20px) translateZ(0)}}@keyframes circle-12{33%{transform:translate(56px) translateZ(0)}66%{transform:translate(60px,-32px) translateZ(0)}}.YELLOW .history-container .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:1px solid #888}@media(max-width:575.98px){.YELLOW .history-container .controls-container .controls{gap:6px}}.YELLOW .history-container .controls-container .controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.YELLOW .history-container .controls-container .segment{width:100%;position:relative;text-align:center;z-index:1;white-space:nowrap;justify-content:center;display:flex;align-items:start}.YELLOW .history-container .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--grey2);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.YELLOW .history-container .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.YELLOW .history-container .controls-container .segment label{font-size:9px}.YELLOW .history-container .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.YELLOW .history-container .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--secondary)}@media(max-width:767.98px){.YELLOW .history-container .controls-container .segment.active label{font-size:9px}.YELLOW .history-container .controls-container .segment.active label img{width:20px;height:20px}}.YELLOW .history-container .controls-container .controls:before{content:"";width:calc(25% - 45px);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--secondary)}@media(max-width:767.98px){.YELLOW .history-container .controls-container .controls:before{top:21px}}@media(max-width:575.98px){.YELLOW .history-container .controls-container .controls:before{width:calc(25% - 4px)}}.YELLOW .history-container .controls-container .controls.ready:before{transition:transform .3s ease,width .3s ease}.change-password-container .primary-btn{--bs-btn-disabled-bg:#0a0c1db5;margin-top:4em;background:var(--secondary-bg);width:100%;color:var(--primary);border:none}.cash-rebate-container{position:relative}.cash-rebate-container .controls-container .controls{background:var(--grey-dark-bg);border-radius:10px!important;width:100%;height:46px;display:flex;align-items:center;border:none}.cash-rebate-container .controls:before{width:var(--highlight-width);background:var(--secondary-bg);position:absolute;top:0;bottom:0;left:0;border-radius:10px;height:46px;border:none}.cash-rebate-container .segment{width:100%;display:inline;white-space:normal}@media(max-width:767.98px){.cash-rebate-container .segment{padding-left:13px}}.cash-rebate-container .segment label{color:var(--secondary);font-family:Poppins;font-size:14px!important;font-weight:400!important}@media(max-width:767.98px){.cash-rebate-container .segment label{font-size:12px!important;padding-right:5px}}.cash-rebate-container .segment.active label{color:var(--primary);font-family:Poppins;font-size:14px!important;font-weight:700!important}@media(max-width:767.98px){.cash-rebate-container .segment.active label{font-size:12px!important}}.bank-details-container .dropdownList{border-radius:10px;height:40px;width:100%;background:var(--grey-dark-bg);margin-top:10px;color:#fff;outline:var(--grey-light-bg) solid 2px!important}.bank-details-container .dropdownList .dropdownBankButton{background:var(--grey-dark-bg);width:100%;height:100%;text-align:start;border:none}.bank-details-container .dropdownList .dropdownBankButton p{background-color:transparent!important}.bank-details-container .dropdownList .dropdownBankActive{width:100%;border-radius:10px;background-color:var(--grey-dark-bg);font-size:14px;overflow-y:scroll;max-height:9em;outline:var(--grey-light-bg) solid 2px;transform:translate3d(0,50px,0)!important}.bank-details-container .dropdownList .dropdown-menu a:hover{background-color:var(--secondary-bg);color:var(--primary)}.bank-details-container .dropdownList .dropdown-toggle:after{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#fff}.GREEN .announcement-container{width:100%;height:30px;display:flex;flex-direction:row;background-color:var(--black);border:none;align-items:center;z-index:-999;pointer-events:auto}@media(min-width:768px){.GREEN .announcement-container{position:fixed;top:115px;padding-left:10px}}.GREEN .announcement-container .announcement-icon{background-color:transparent;margin:7px 15px 7px 7px;width:40px;height:26px;display:flex;align-items:center;justify-content:center}.GREEN .announcement-container .announcement-marquee{width:100%}.GREEN .announcement-container .announcement-marquee .announcement-marquee-content{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gold)}.GREEN_GOLD .announcement-container{width:100%;height:30px;display:flex;flex-direction:row;border:none;align-items:center;z-index:-999;background:#011a11;pointer-events:auto}@media(min-width:768px){.GREEN_GOLD .announcement-container{position:fixed;top:115px;padding-left:10px}}.GREEN_GOLD .announcement-container .announcement-icon{background-color:transparent;margin:7px 15px 7px 7px;width:40px;height:26px;display:flex;align-items:center;justify-content:center}.GREEN_GOLD .announcement-container .announcement-marquee{width:100%}.GREEN_GOLD .announcement-container .announcement-marquee .announcement-marquee-content{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gold)}.GREEN_GREY .announcement-container{width:100%;height:30px;display:flex;flex-direction:row;border:none;align-items:center;z-index:-999;background:var(--root-background);pointer-events:auto}@media(min-width:768px){.GREEN_GREY .announcement-container{position:fixed;top:115px;padding-left:10px}}.GREEN_GREY .announcement-container .announcement-icon{background-color:var(--root-background);margin:7px 15px 7px 7px;width:40px;height:26px;display:flex;align-items:center;justify-content:center}.GREEN_GREY .announcement-container .announcement-marquee{width:100%}.GREEN_GREY .announcement-container .announcement-marquee .announcement-marquee-content{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gold)}.ORANGE .announcement-container{width:100%;height:30px;display:flex;flex-direction:row;background-color:var(--root-background);border:none;align-items:center;z-index:-999;pointer-events:auto}@media(min-width:768px){.ORANGE .announcement-container{position:fixed;top:115px;padding-left:10px}}.ORANGE .announcement-container .announcement-icon{background-color:transparent;margin:7px 15px 7px 7px;width:40px;height:26px;display:flex;align-items:center;justify-content:center}.ORANGE .announcement-container .announcement-marquee{width:100%}.ORANGE .announcement-container .announcement-marquee .announcement-marquee-content{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--white)}.banner-container{margin:auto;max-width:1400px;width:100%;border-radius:60px}@media(max-width:767.98px){.banner-container{border-radius:0}}.banner-container.layout-3{width:100%;height:auto}.banner-container .banner-image{max-width:1400px;width:100%;height:auto;border-radius:60px}html.YELLOW .banner-container .banner-image{border-radius:0!important}@media(max-width:767.98px){.banner-container .banner-image{border-radius:0}}.banner-container .carousel{max-width:1400px;border-radius:60px}@media(max-width:767.98px){.banner-container .carousel{border-radius:0}}.banner-container .carousel-indicators{margin:0 15px 0 0;justify-content:flex-end;padding-top:10px;padding-bottom:10px;gap:8px;right:17px;bottom:14px}@media(max-width:991.98px){.banner-container .carousel-indicators{gap:1px;margin:0 10.53px 0 0;padding-top:4.51px;padding-bottom:4.51px}}.banner-container .carousel-indicators [data-bs-target]{margin:0}.banner-container .carousel-indicators button{background-color:var(--grey);width:24px;height:4px;border:1px solid transparent;border-radius:1px}@media(max-width:991.98px){.banner-container .carousel-indicators button{width:10.83px;height:1.81px;border-radius:.45px}}.banner-container .carousel-indicators .active{background-color:var(--secondary)}.banner-container .carousel-inner{border-radius:60px}html.YELLOW .banner-container .carousel-inner{border-radius:0!important}@media(max-width:767.98px){.banner-container .carousel-inner{border-radius:0}}.banner-container-layout-2 .banner-image{width:100%;height:auto}.banner-container-layout-2 .carousel{border-radius:60px}@media(max-width:767.98px){.banner-container-layout-2 .carousel{border-radius:0}}.banner-container-layout-2 .carousel-indicators{margin:0 15px;justify-content:flex-start;padding-top:10px;gap:8px;right:17px;bottom:8px}@media(max-width:991.98px){.banner-container-layout-2 .carousel-indicators{gap:1px;margin:0 10.53px 0 0;padding-top:4.51px;padding-bottom:4.51px}}.banner-container-layout-2 .carousel-indicators [data-bs-target]{margin:0}.banner-container-layout-2 .carousel-indicators button{background-color:var(--grey);width:24px;height:4px;border:1px solid transparent;border-radius:1px}@media(max-width:991.98px){.banner-container-layout-2 .carousel-indicators button{width:10.83px;height:1.81px;border-radius:.45px}}.banner-container-layout-2 .carousel-indicators .active{background-color:var(--secondary)}.banner-container-layout-2 .carousel-inner{border-radius:60px}html.YELLOW .banner-container-layout-2 .carousel-inner{border-radius:0!important}@media(max-width:767.98px){.banner-container-layout-2 .carousel-inner{border-radius:0}}.banner-container-layout-3 .banner-image{width:100%;height:auto}.banner-container-layout-3 .carousel{border-radius:60px}@media(max-width:767.98px){.banner-container-layout-3 .carousel{border-radius:0}}.banner-container-layout-3 .carousel-indicators{margin:0 15px 0 0;justify-content:flex-end;padding-top:10px;padding-bottom:10px;gap:8px;right:17px;bottom:14px}@media(max-width:991.98px){.banner-container-layout-3 .carousel-indicators{gap:1px;margin:0 10.53px 0 0;padding-top:4.51px;padding-bottom:4.51px}}.banner-container-layout-3 .carousel-indicators [data-bs-target]{margin:0}.banner-container-layout-3 .carousel-indicators button{background-color:var(--grey);width:24px;height:4px;border:1px solid transparent;border-radius:1px}@media(max-width:991.98px){.banner-container-layout-3 .carousel-indicators button{width:10.83px;height:1.81px;border-radius:.45px}}.banner-container-layout-3 .carousel-indicators .active{background-color:var(--secondary)}.banner-container-layout-3 .carousel-inner{border-radius:60px}html.YELLOW .banner-container-layout-3 .carousel-inner{border-radius:0!important}@media(max-width:767.98px){.banner-container-layout-3 .carousel-inner{border-radius:0}}.banner-container-layout-4{margin:auto;max-width:1400px;width:100%;padding:0 10px}.banner-container-layout-4 .banner-image{width:100%;height:auto}.banner-container-layout-4 .carousel{border-radius:60px}@media(max-width:767.98px){.banner-container-layout-4 .carousel{border-radius:0}}.banner-container-layout-4 .carousel-indicators{margin:0 15px 0 0;justify-content:flex-end;padding-top:10px;padding-bottom:10px;gap:8px;right:17px;bottom:14px}@media(max-width:991.98px){.banner-container-layout-4 .carousel-indicators{gap:1px;margin:0 10.53px 0 0;padding-top:4.51px;padding-bottom:4.51px}}.banner-container-layout-4 .carousel-indicators [data-bs-target]{margin:0}.banner-container-layout-4 .carousel-indicators button{background-color:var(--grey);width:24px;height:4px;border:1px solid transparent;border-radius:1px}@media(max-width:991.98px){.banner-container-layout-4 .carousel-indicators button{width:10.83px;height:1.81px;border-radius:.45px}}.banner-container-layout-4 .carousel-indicators .active{background-color:var(--secondary)}.banner-container-layout-4 .carousel-inner{border-radius:60px}html.YELLOW .banner-container-layout-4 .carousel-inner{border-radius:0!important}@media(max-width:767.98px){.banner-container-layout-4 .carousel-inner{border-radius:0}}.GREEN .footer-container{height:auto;background:var(--dark-blue-bg2);padding:40px 100px 29px}@media(max-width:991.98px){.GREEN .footer-container{padding:40px 15px 20px}}.GREEN .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.GREEN .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.GREEN .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.GREEN .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.GREEN .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.GREEN .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.GREEN .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.GREEN .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.GREEN .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.GREEN .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.GREEN .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.GREEN .footer-container .footer-copyright{margin-top:30px}}.GREEN .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.GREEN .footer4-container{height:auto;background:var(--dark-blue-bg2);padding:40px 25px 29px;position:relative}@media(max-width:767.98px){.GREEN .footer4-container{padding:40px 15px 90px}}.GREEN .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:4em}.GREEN .footer4-container .gaming-license-container .gaming-license{padding-right:40px}.GREEN .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.GREEN .footer4-container .gaming-license-container .no-gaming-license2{border-left:none}.GREEN .footer4-container .gaming-license-container .no-gaming-license2 img{width:auto}.GREEN .footer4-container .no-gaming-license-container{border-bottom:none}.GREEN .footer4-container .no-gaming-license-container .gaming-license{padding-right:40px}.GREEN .footer4-container .no-gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN .footer4-container .no-gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.GREEN .footer4-container .no-gaming-license-container .gaming-license2 img{width:auto}@media(max-width:767.98px){.GREEN .footer4-container .social-media-list{padding-bottom:10px}}.GREEN .footer4-container .social-media-list .no-deposit-method{border-left:none;padding-left:13px!important}.GREEN .footer4-container .social-media-list .no-deposit-method img{width:auto}.GREEN .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.GREEN .footer4-container .social-media-list .deposit-method img{width:auto}.GREEN .footer4-container .social-media-list .social-media-footer{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN .footer4-container .social-media-list .social-media-footer{padding-left:10px;border-left:none;padding-top:35px}}.GREEN .footer4-container .social-media-list .social-media-footer img{width:auto}.GREEN .footer4-container .social-media-list .no-social-media-footer{border-left:none;padding-left:13px!important}.GREEN .footer4-container .social-media-list .certification img,.GREEN .footer4-container .social-media-list .no-social-media-footer img{width:auto}.GREEN .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.GREEN .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.GREEN .footer4-container .social-media-list .connect-us img{width:auto}.BLACK_ROSE .footer-container{height:auto;background:var(--primary-bg);padding:40px 100px 29px}@media(max-width:991.98px){.BLACK_ROSE .footer-container{padding:40px 15px 20px}}.BLACK_ROSE .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.BLACK_ROSE .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.BLACK_ROSE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.BLACK_ROSE .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.BLACK_ROSE .footer-container .footer-copyright{margin-top:30px}}.BLACK_ROSE .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.BLACK_ROSE .footer4-container{height:auto;background:var(--primary-bg);padding:40px 25px 29px;position:relative;border-top:1px solid var(--white3)}@media(max-width:767.98px){.BLACK_ROSE .footer4-container{padding:40px 15px 90px}}.BLACK_ROSE .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:4em}.BLACK_ROSE .footer4-container .gaming-license-container .gaming-license{padding-right:40px}.BLACK_ROSE .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.BLACK_ROSE .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.BLACK_ROSE .footer4-container .gaming-license-container .gaming-license2 img{width:auto}.BLACK_ROSE .footer4-container .gaming-license-container .no-gaming-license2{border-left:none}.BLACK_ROSE .footer4-container .gaming-license-container .no-gaming-license2 img{width:auto}.BLACK_ROSE .footer4-container .no-gaming-license-container{border-bottom:none}.BLACK_ROSE .footer4-container .no-gaming-license-container .gaming-license{padding-right:40px}.BLACK_ROSE .footer4-container .no-gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.BLACK_ROSE .footer4-container .no-gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}@media(max-width:767.98px){.BLACK_ROSE .footer4-container .social-media-list{padding-bottom:10px}}.BLACK_ROSE .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.BLACK_ROSE .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.BLACK_ROSE .footer4-container .social-media-list .deposit-method img{width:auto}.BLACK_ROSE .footer4-container .social-media-list .social-media-footer{border-left:1px solid #485366;padding-left:40px}@media(max-width:991.98px){.BLACK_ROSE .footer4-container .social-media-list .social-media-footer{padding-left:10px;border-left:none;padding-top:35px}}.BLACK_ROSE .footer4-container .social-media-list .social-media-footer img{width:auto}.BLACK_ROSE .footer4-container .social-media-list .no-social-media-footer{border-left:none;padding-left:13px!important}.BLACK_ROSE .footer4-container .social-media-list .certification img,.BLACK_ROSE .footer4-container .social-media-list .no-social-media-footer img{width:auto}.BLACK_ROSE .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.BLACK_ROSE .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.BLACK_ROSE .footer4-container .social-media-list .connect-us img{width:auto}.GREEN_GOLD .footer-container{height:auto;background:var(--black);padding:40px 100px 29px}@media(max-width:991.98px){.GREEN_GOLD .footer-container{padding:40px 15px 20px}}.GREEN_GOLD .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.GREEN_GOLD .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.GREEN_GOLD .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.GREEN_GOLD .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.GREEN_GOLD .footer-container .footer-copyright{margin-top:30px}}.GREEN_GOLD .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.GREEN_GOLD .footer4-container{height:auto;background:var(--black);padding:40px 25px 29px;position:relative}@media(max-width:767.98px){.GREEN_GOLD .footer4-container{padding:40px 15px 90px}}.GREEN_GOLD .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:4em}.GREEN_GOLD .footer4-container .gaming-license-container .gaming-license{padding-right:40px}.GREEN_GOLD .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GOLD .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GOLD .footer4-container .gaming-license-container .no-gaming-license2{border-left:none}.GREEN_GOLD .footer4-container .gaming-license-container .no-gaming-license2 img{width:auto}.GREEN_GOLD .footer4-container .no-gaming-license-container{border-bottom:none}.GREEN_GOLD .footer4-container .no-gaming-license-container .gaming-license{padding-right:40px}.GREEN_GOLD .footer4-container .no-gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GOLD .footer4-container .no-gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GOLD .footer4-container .no-gaming-license-container .gaming-license2 img{width:auto}@media(max-width:767.98px){.GREEN_GOLD .footer4-container .social-media-list{padding-bottom:10px}}.GREEN_GOLD .footer4-container .social-media-list .no-deposit-method{border-left:none;padding-left:13px!important}.GREEN_GOLD .footer4-container .social-media-list .no-deposit-method img{width:auto}.GREEN_GOLD .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN_GOLD .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GOLD .footer4-container .social-media-list .deposit-method img{width:auto}.GREEN_GOLD .footer4-container .social-media-list .social-media-footer{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN_GOLD .footer4-container .social-media-list .social-media-footer{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GOLD .footer4-container .social-media-list .social-media-footer img{width:auto}.GREEN_GOLD .footer4-container .social-media-list .no-social-media-footer{border-left:none;padding-left:13px!important}.GREEN_GOLD .footer4-container .social-media-list .certification img,.GREEN_GOLD .footer4-container .social-media-list .no-social-media-footer img{width:auto}.GREEN_GOLD .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GOLD .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GOLD .footer4-container .social-media-list .connect-us img{width:auto}.GREEN_GREY .footer-container{height:auto;background:var(--black);padding:40px 100px 29px}@media(max-width:991.98px){.GREEN_GREY .footer-container{padding:40px 15px 20px}}.GREEN_GREY .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.GREEN_GREY .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.GREEN_GREY .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.GREEN_GREY .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.GREEN_GREY .footer-container .footer-copyright{margin-top:30px}}.GREEN_GREY .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.GREEN_GREY .footer4-container{height:auto;background:var(--black);padding:40px 25px 29px;position:relative;box-shadow:0 -4px 4px 0 rgba(0,0,0,.251)}@media(max-width:767.98px){.GREEN_GREY .footer4-container{padding:40px 15px 90px}}.GREEN_GREY .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:4em}.GREEN_GREY .footer4-container .gaming-license-container .gaming-license{padding-right:40px}.GREEN_GREY .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GREY .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GREY .footer4-container .gaming-license-container .gaming-license2 img{width:auto}.GREEN_GREY .footer4-container .gaming-license-container .no-gaming-license2{border-left:none}.GREEN_GREY .footer4-container .gaming-license-container .no-gaming-license2 img{width:auto}.GREEN_GREY .footer4-container .no-gaming-license-container{border-bottom:none}.GREEN_GREY .footer4-container .no-gaming-license-container .gaming-license{padding-right:40px}.GREEN_GREY .footer4-container .no-gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GREY .footer4-container .no-gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}@media(max-width:767.98px){.GREEN_GREY .footer4-container .social-media-list{padding-bottom:10px}}.GREEN_GREY .footer4-container .social-media-list .no-deposit-method{border-left:none;padding-left:13px!important}.GREEN_GREY .footer4-container .social-media-list .no-deposit-method img{width:auto}.GREEN_GREY .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN_GREY .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GREY .footer4-container .social-media-list .deposit-method img{width:auto}.GREEN_GREY .footer4-container .social-media-list .social-media-footer{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.GREEN_GREY .footer4-container .social-media-list .social-media-footer{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GREY .footer4-container .social-media-list .social-media-footer img{width:auto}.GREEN_GREY .footer4-container .social-media-list .no-social-media-footer{border-left:none;padding-left:13px!important}.GREEN_GREY .footer4-container .social-media-list .certification img,.GREEN_GREY .footer4-container .social-media-list .no-social-media-footer img{width:auto}.GREEN_GREY .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.GREEN_GREY .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.GREEN_GREY .footer4-container .social-media-list .connect-us img{width:auto}.ORANGE .footer-container{height:auto;background:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0,#9c2a1e 47.58%,#490b2d 100%);padding:40px 100px 29px}@media(max-width:991.98px){.ORANGE .footer-container{padding:40px 15px 20px}}.ORANGE .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.ORANGE .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.ORANGE .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.ORANGE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.ORANGE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.ORANGE .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.ORANGE .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.ORANGE .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.ORANGE .footer-container .footer-copyright{margin-top:30px}}.ORANGE .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.ORANGE .footer4-container{height:auto;background:var(--radial-gradient-red);padding:40px 25px 29px;position:relative}@media(max-width:767.98px){.ORANGE .footer4-container{padding:20px 15px 90px}}.ORANGE .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:2em}@media(min-width:992px){.ORANGE .footer4-container .gaming-license-container .gaming-license{padding-right:40px}}.ORANGE .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.ORANGE .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:15px}}.ORANGE .footer4-container .gaming-license-container .gaming-license2 img{width:auto}.ORANGE .footer4-container .gaming-license-container .no-gaming-license2{border-left:none}.ORANGE .footer4-container .gaming-license-container .no-gaming-license2 img{width:auto}.ORANGE .footer4-container .no-gaming-license-container{border-bottom:none}.ORANGE .footer4-container .no-gaming-license-container .gaming-license{padding-right:40px}.ORANGE .footer4-container .no-gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.ORANGE .footer4-container .no-gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}@media(max-width:767.98px){.ORANGE .footer4-container .social-media-list{padding-bottom:10px}}.ORANGE .footer4-container .social-media-list .no-deposit-method{border-left:none;padding-left:13px!important}.ORANGE .footer4-container .social-media-list .no-deposit-method img{width:auto}.ORANGE .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.ORANGE .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.ORANGE .footer4-container .social-media-list .deposit-method img{width:auto}.ORANGE .footer4-container .social-media-list .social-media-footer{border-left:1px solid #485366;padding-left:3em}@media(max-width:991.98px){.ORANGE .footer4-container .social-media-list .social-media-footer{padding-left:10px;border-left:none;padding-top:35px}}.ORANGE .footer4-container .social-media-list .social-media-footer img{width:auto}.ORANGE .footer4-container .social-media-list .no-social-media-footer{border-left:none;padding-left:13px!important}.ORANGE .footer4-container .social-media-list .certification img,.ORANGE .footer4-container .social-media-list .no-social-media-footer img{width:auto}.ORANGE .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.ORANGE .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.ORANGE .footer4-container .social-media-list .connect-us img{width:auto}.PURPLE .footer6-container{height:auto;background:var(--dark-blue-bg2);padding:10px 0 20px}@media(max-width:991.98px){.PURPLE .footer6-container{padding:25px 15px 10px}}.PURPLE .footer6-container img{width:auto;height:22px}.PURPLE .footer6-container .gaming-license-container{border-bottom:1px dotted var(--grey7);padding:0 30px}@media(max-width:767.98px){.PURPLE .footer6-container .gaming-license-container{padding:0}}.PURPLE .footer6-container .gaming-license-container .gaming-license{padding-top:0}.PURPLE .footer6-container .gaming-license-container .gaming-license:nth-child(4n+3),.PURPLE .footer6-container .gaming-license-container .gaming-license:nth-child(4n+4){padding-top:10px}.PURPLE .footer6-container .gaming-desc-container{padding:30px}@media(max-width:767.98px){.PURPLE .footer6-container .gaming-desc-container{padding:20px 0 5em}}.PURPLE .footer6-container .gaming-desc-container .gaming-license{padding-top:0}.PURPLE .footer6-container .gaming-desc-container .gaming-license:nth-child(4n+3),.PURPLE .footer6-container .gaming-desc-container .gaming-license:nth-child(4n+4){padding-top:10px}.PURPLE .footer6-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.PURPLE .footer6-container .footer-wrapper{gap:40px;flex-direction:column}}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.PURPLE .footer6-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.PURPLE .footer6-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.PURPLE .footer6-container .footer-copyright{margin-top:30px}}.PURPLE .footer6-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.PURPLE .footer4-container{height:auto;background:var(--dark-blue-bg2);padding:40px 25px 29px;position:relative}@media(max-width:991.98px){.PURPLE .footer4-container{padding:40px 15px 90px}}.PURPLE .footer4-container .gaming-license-container{border-bottom:1px solid #485366;padding-bottom:4em}.PURPLE .footer4-container .gaming-license-container .gaming-license{padding-right:40px}.PURPLE .footer4-container .gaming-license-container .gaming-license2{padding-left:40px;border-left:1px solid #485366}@media(max-width:991.98px){.PURPLE .footer4-container .gaming-license-container .gaming-license2{padding-left:10px;border-left:none;padding-top:35px}}@media(max-width:767.98px){.PURPLE .footer4-container .social-media-list{padding-bottom:10px}}.PURPLE .footer4-container .social-media-list .deposit-method{border-left:1px solid #485366}@media(max-width:991.98px){.PURPLE .footer4-container .social-media-list .deposit-method{padding-left:10px;border-left:none;padding-top:35px}}.PURPLE .footer4-container .social-media-list .certification img,.PURPLE .footer4-container .social-media-list .deposit-method img{width:auto}.PURPLE .footer4-container .social-media-list .connect-us{border-left:1px solid #485366}@media(max-width:991.98px){.PURPLE .footer4-container .social-media-list .connect-us{padding-left:10px;border-left:none;padding-top:35px}}.PURPLE .footer4-container .social-media-list .connect-us img{width:auto}.YELLOW .footer-container-layout-3{display:flex;flex-wrap:wrap;flex-direction:column;gap:40px;height:auto;background:linear-gradient(97.35deg,#2b2f2e 5.26%,#14181b 93.83%);padding:19px 15px}@media(max-width:991.98px){.YELLOW .footer-container-layout-3{padding:19px 15px 90px}}@media(max-width:768px){.YELLOW .footer-container-layout-3{gap:20px}}.YELLOW .footer-container-layout-3 .footer-content{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-content{align-items:center;margin-top:10px}}.YELLOW .footer-container-layout-3 .footer-content-wrapper{margin-top:10px;display:flex;flex-wrap:wrap;flex-direction:row;gap:80px}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-content-wrapper{margin-top:0;justify-content:space-between;gap:30px}}.YELLOW .footer-container-layout-3 .footer-content-wrapper .content{display:flex;flex-direction:column;gap:20px}.YELLOW .footer-container-layout-3 .footer-content-wrapper .content label{font-family:Poppins;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:middle;text-transform:uppercase;color:var(--white)}.YELLOW .footer-container-layout-3 .footer-content-wrapper .content .content-text{display:flex;flex-wrap:wrap;flex-direction:column;gap:15px;height:100%;max-height:123px}.YELLOW .footer-container-layout-3 .footer-content-wrapper .content .content-text p{margin:0;font-family:Poppins;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#8e8e8e}.YELLOW .footer-container-layout-3 .footer-content-wrapper .content .content-text a{color:var(--green);font-family:Poppins;font-size:12px;font-weight:400;line-height:12px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.YELLOW .footer-container-layout-3 .footer-sport{display:flex;flex-wrap:wrap;flex-direction:row;gap:50px;height:100%}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-sport{justify-content:space-between;gap:0}}.YELLOW .footer-container-layout-3 .footer-sport img{max-height:24px}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-sport img{max-height:16px}}.YELLOW .footer-container-layout-3 .footer-payment{display:flex;flex-wrap:wrap;flex-direction:column;gap:20px}.YELLOW .footer-container-layout-3 .footer-payment hr{border:1px solid var(--primary-bg);margin:0}.YELLOW .footer-container-layout-3 .footer-payment .footer-payment-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center}.YELLOW .footer-container-layout-3 .footer-payment .footer-payment-wrapper img{height:100%}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-payment .footer-payment-wrapper{justify-content:center;gap:20px}}.YELLOW .footer-container-layout-3 .footer-copyright{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-copyright{flex-direction:column-reverse;gap:20px}}.YELLOW .footer-container-layout-3 .footer-copyright .footer-copyright-image-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;align-items:center}@media(max-width:768px){.YELLOW .footer-container-layout-3 .footer-copyright .footer-copyright-image-wrapper{width:100%}}.YELLOW .footer-container-layout-3 .footer-copyright img{height:100%}.YELLOW .footer-container-layout-3 .footer-copyright p{font-family:Poppins;font-weight:500;font-size:10px;line-height:100%;letter-spacing:0;color:var(--grey);margin:0}.YELLOW .footer-container{height:auto;background:var(--primary-bg);padding:40px 100px 29px}@media(max-width:991.98px){.YELLOW .footer-container{padding:40px 15px 20px}}.YELLOW .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.YELLOW .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.YELLOW .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.YELLOW .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.YELLOW .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.YELLOW .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.YELLOW .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.YELLOW .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.YELLOW .footer-container .footer-copyright{margin-top:30px}}.YELLOW .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}.YELLOW2 .footer-container-layout-3{display:flex;flex-wrap:wrap;flex-direction:column;gap:40px;height:auto;background:linear-gradient(97.35deg,#2b2f2e 5.26%,#14181b 93.83%);padding:19px 15px}@media(max-width:991.98px){.YELLOW2 .footer-container-layout-3{padding:19px 15px 90px}}@media(max-width:768px){.YELLOW2 .footer-container-layout-3{gap:20px}}.YELLOW2 .footer-container-layout-3 .footer-content{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-content{align-items:center;margin-top:10px}}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper{margin-top:10px;display:flex;flex-wrap:wrap;flex-direction:row;gap:80px}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-content-wrapper{margin-top:0;justify-content:space-between;gap:30px}}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper .content{display:flex;flex-direction:column;gap:20px}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper .content label{font-family:Poppins;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:middle;text-transform:uppercase;color:var(--white)}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper .content .content-text{display:flex;flex-wrap:wrap;flex-direction:column;gap:15px;height:100%;max-height:123px}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper .content .content-text p{margin:0;font-family:Poppins;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#8e8e8e}.YELLOW2 .footer-container-layout-3 .footer-content-wrapper .content .content-text a{color:var(--green);font-family:Poppins;font-size:12px;font-weight:400;line-height:12px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.YELLOW2 .footer-container-layout-3 .footer-sport{display:flex;flex-wrap:wrap;flex-direction:row;gap:50px;height:100%}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-sport{justify-content:space-between;gap:0}}.YELLOW2 .footer-container-layout-3 .footer-sport img{max-height:24px}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-sport img{max-height:16px}}.YELLOW2 .footer-container-layout-3 .footer-payment{display:flex;flex-wrap:wrap;flex-direction:column;gap:20px}.YELLOW2 .footer-container-layout-3 .footer-payment hr{border:1px solid var(--primary-bg);margin:0}.YELLOW2 .footer-container-layout-3 .footer-payment .footer-payment-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center}.YELLOW2 .footer-container-layout-3 .footer-payment .footer-payment-wrapper img{height:100%}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-payment .footer-payment-wrapper{justify-content:center;gap:20px}}.YELLOW2 .footer-container-layout-3 .footer-copyright{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-copyright{flex-direction:column-reverse;gap:20px}}.YELLOW2 .footer-container-layout-3 .footer-copyright .footer-copyright-image-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;align-items:center}@media(max-width:768px){.YELLOW2 .footer-container-layout-3 .footer-copyright .footer-copyright-image-wrapper{width:100%}}.YELLOW2 .footer-container-layout-3 .footer-copyright img{height:100%}.YELLOW2 .footer-container-layout-3 .footer-copyright p{font-family:Poppins;font-weight:500;font-size:10px;line-height:100%;letter-spacing:0;color:var(--grey);margin:0}.YELLOW2 .footer-container{height:auto;background:var(--primary-bg);padding:40px 100px 29px}@media(max-width:991.98px){.YELLOW2 .footer-container{padding:40px 15px 20px}}.YELLOW2 .footer-container .footer-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:991.98px){.YELLOW2 .footer-container .footer-wrapper{gap:40px;flex-direction:column}}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left{display:flex;flex-direction:column;gap:20px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content{display:flex;flex-direction:row;gap:10px;align-items:center}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left .footer-left-content label{color:var(--secondary);font-family:Reddit Sans;font-size:40.64px;font-weight:800;line-height:52.79px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{display:flex;flex-direction:row;align-items:center;gap:20px;padding-left:7px}@media(max-width:991.98px){.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image{padding:0}}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-left .footer-left-image label{color:#2f2f2f;font-family:Poppins;font-size:40px;font-weight:700;line-height:60px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content{display:flex;flex-direction:column;gap:20px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content label{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .footer-platform{display:flex;flex-direction:row;gap:15px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content{display:flex;flex-direction:column;gap:15px}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;margin:0;cursor:pointer}.YELLOW2 .footer-container .footer-wrapper .footer-wrapper-right .footer-right-content .content a{color:var(--gold);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.YELLOW2 .footer-container .footer-copyright{margin-top:50px}@media(max-width:991.98px){.YELLOW2 .footer-container .footer-copyright{margin-top:30px}}.YELLOW2 .footer-container .footer-copyright p{color:var(--grey);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:center;margin:0}@media(max-width:991.98px){.gaming-license-container{gap:20px}}.GREEN .promotion-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.GREEN .promotion-container{gap:25px}}.GREEN .promotion-container .promotion-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.GREEN .promotion-container .promotion-header .hstack .stack-div{margin-top:15px}.GREEN .promotion-container .promotion-header .hstack::-webkit-scrollbar{display:none}.GREEN .promotion-container .promotion-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.GREEN .promotion-container label{font-family:Poppins;font-size:24px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.ORANGE .promotion-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.ORANGE .promotion-container{gap:25px}}.ORANGE .promotion-container .promotion-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.ORANGE .promotion-container .promotion-header .hstack .stack-div{margin-top:15px}.ORANGE .promotion-container .promotion-header .hstack::-webkit-scrollbar{display:none}.ORANGE .promotion-container .promotion-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.ORANGE .promotion-container label{font-family:Poppins;font-size:24px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.PURPLE .promotion-container label{color:var(--purple)}.YELLOW .promotion-wrapper{display:flex;flex-direction:column;gap:20px}.YELLOW .promotion-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.YELLOW .promotion-container{gap:25px}}.YELLOW .promotion-container .promotion-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.YELLOW .promotion-container .promotion-header .hstack .stack-div{margin-top:15px}.YELLOW .promotion-container .promotion-header .hstack::-webkit-scrollbar{display:none}.YELLOW .promotion-container .promotion-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.YELLOW .promotion-container label{font-family:Poppins;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;text-align:left;color:var(--white)}.YELLOW2 .promotion-wrapper{display:flex;flex-direction:column;gap:20px}.YELLOW2 .promotion-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.YELLOW2 .promotion-container{gap:25px}}.YELLOW2 .promotion-container .promotion-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.YELLOW2 .promotion-container .promotion-header .hstack .stack-div{margin-top:15px}.YELLOW2 .promotion-container .promotion-header .hstack::-webkit-scrollbar{display:none}.YELLOW2 .promotion-container .promotion-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.YELLOW2 .promotion-container label{font-family:Poppins;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;text-align:left;color:var(--white)}.PURPLE .promotion-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.PURPLE .promotion-container{gap:25px}}.PURPLE .promotion-container .promotion-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.PURPLE .promotion-container .promotion-header .hstack .stack-div{margin-top:15px}.PURPLE .promotion-container .promotion-header .hstack::-webkit-scrollbar{display:none}.PURPLE .promotion-container .promotion-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.PURPLE .promotion-container label{font-family:Poppins;font-size:24px;font-weight:700;line-height:27px;text-align:left;color:#bb4dff}.GREEN .security-container{position:relative;padding:20px;background:var(--dark-blue-bg2);background-clip:padding-box;border-radius:15px;border:1px solid var(--green);box-sizing:border-box}.PURPLE .security-container{background:var(--primary-bg-layout-six);border:1px solid var(--purple)}.ORANGE .security-container{position:relative;padding:20px;background:var(--dark-red-bg);background-clip:padding-box;border-radius:15px;border:none;box-sizing:border-box}.YELLOW .security-container{background:var(--primary-bg);background-clip:padding-box}.PURPLE .security-container,.YELLOW .security-container{position:relative;padding:20px;border-radius:15px;box-sizing:border-box}.PURPLE .security-container{background:var(--dark-blue-bg2);background-clip:padding-box;border:1px solid #532094}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child a,.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child a{background:var(--linear-green)}.ORANGE .insurance-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.ORANGE .insurance-container{gap:25px}}.ORANGE .insurance-container .insurance-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.ORANGE .insurance-container .insurance-header .title label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.ORANGE .insurance-container .insurance-bg{height:100%;background-size:100%;background-repeat:no-repeat;padding-bottom:1em}.ORANGE .insurance-container .insurance-bg .insurance-list{position:relative}.ORANGE .insurance-container .insurance-bg .insurance-list .insurance-label{background-color:var(--primary-bg);border-top-left-radius:10px;border-top-right-radius:10px;padding:10px;display:flex;justify-content:center}.ORANGE .insurance-container .insurance-bg .insurance-list .table-container{min-height:30vh}.ORANGE .insurance-container .insurance-bg .insurance-list .table{--bs-table-hover-bg:var(--dark-blue-bg);--bs-table-bg:var(--dark-blue-bg);--bs-table-color:var(--white)}.ORANGE .insurance-container .insurance-bg .insurance-list .table label,.ORANGE .insurance-container .insurance-bg .insurance-list .table th{white-space:nowrap;color:var(--white);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.ORANGE .insurance-container .insurance-bg .insurance-list .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background-color:var(--dark-blue-bg2)}.ORANGE .insurance-container .insurance-bg .insurance-list .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--dark-blue-bg)}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:#14ff6c;--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--dark-blue-bg);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:disabled{cursor:no-drop}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child a,.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child a{background:var(--linear-green);color:var(--white);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span,.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span:disabled,.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span:disabled{cursor:no-drop}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination .active span{border:none!important}.ORANGE .insurance-container .insurance-bg .insurance-list .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.GREEN .insurance-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.GREEN .insurance-container{gap:25px}}.GREEN .insurance-container .insurance-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.GREEN .insurance-container .insurance-header .title label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.GREEN .insurance-container .insurance-bg{height:100%;background-size:100%;background-repeat:no-repeat;padding-bottom:1em}.GREEN .insurance-container .insurance-bg .insurance-list{position:relative}.GREEN .insurance-container .insurance-bg .insurance-list .insurance-label{background-color:var(--primary-bg);border-top-left-radius:10px;border-top-right-radius:10px;padding:10px;display:flex;justify-content:center}.GREEN .insurance-container .insurance-bg .insurance-list .table-container{min-height:30vh}.GREEN .insurance-container .insurance-bg .insurance-list .table{--bs-table-hover-bg:var(--dark-blue-bg);--bs-table-bg:var(--dark-blue-bg);--bs-table-color:var(--white)}.GREEN .insurance-container .insurance-bg .insurance-list .table label,.GREEN .insurance-container .insurance-bg .insurance-list .table th{white-space:nowrap;color:var(--white);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.GREEN .insurance-container .insurance-bg .insurance-list .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background-color:var(--dark-blue-bg2)}.GREEN .insurance-container .insurance-bg .insurance-list .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--dark-blue-bg)}.GREEN .insurance-container .insurance-bg .insurance-list .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:#14ff6c;--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--dark-blue-bg);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:disabled{cursor:no-drop}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child a,.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child a{background:var(--primary-bg-layout-six);color:var(--white);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span,.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span:disabled,.GREEN .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span:disabled{cursor:no-drop}.GREEN .insurance-container .insurance-bg .insurance-list .pagination .active span{border:none!important}.GREEN .insurance-container .insurance-bg .insurance-list .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.YELLOW .insurance-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.YELLOW .insurance-container{gap:25px}}.YELLOW .insurance-container .insurance-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.YELLOW .insurance-container .insurance-header .title label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.YELLOW .insurance-container .insurance-bg{height:100%;background-size:100%;background-repeat:no-repeat;padding-bottom:1em}.YELLOW .insurance-container .insurance-bg .insurance-list{position:relative}.YELLOW .insurance-container .insurance-bg .insurance-list .insurance-label{background-color:var(--primary-bg);border-top-left-radius:10px;border-top-right-radius:10px;padding:10px;display:flex;justify-content:center}.YELLOW .insurance-container .insurance-bg .insurance-list .table-container{min-height:30vh}.YELLOW .insurance-container .insurance-bg .insurance-list .table{--bs-table-hover-bg:var(--primary-bg);--bs-table-bg:var(--secondary-bg);--bs-table-color:var(--white)}.YELLOW .insurance-container .insurance-bg .insurance-list .table label,.YELLOW .insurance-container .insurance-bg .insurance-list .table th{color:var(--black);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .insurance-container .insurance-bg .insurance-list .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;background-color:var(--grey2-bg)}.YELLOW .insurance-container .insurance-bg .insurance-list .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--primary-bg)}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:var(--secondary);--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--grey6);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:disabled{cursor:no-drop}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child a,.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child a{background:var(--linear-green);color:var(--white);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span,.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span:disabled,.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span:disabled{cursor:no-drop}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination .active span{border:none!important}.YELLOW .insurance-container .insurance-bg .insurance-list .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.PURPLE .insurance-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.PURPLE .insurance-container{gap:25px}}.PURPLE .insurance-container .insurance-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}.PURPLE .insurance-container .insurance-header .title label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.PURPLE .insurance-container .insurance-bg{height:100%;background-size:100%;background-repeat:no-repeat;padding-bottom:1em}.PURPLE .insurance-container .insurance-bg .insurance-list{position:relative}.PURPLE .insurance-container .insurance-bg .insurance-list .insurance-label{background-color:var(--primary-bg);border-top-left-radius:10px;border-top-right-radius:10px;padding:10px;display:flex;justify-content:center}.PURPLE .insurance-container .insurance-bg .insurance-list .table-container{min-height:30vh}.PURPLE .insurance-container .insurance-bg .insurance-list .table{--bs-table-hover-bg:var(--dark-blue-bg);--bs-table-bg:var(--dark-blue-bg);--bs-table-color:var(--white)}.PURPLE .insurance-container .insurance-bg .insurance-list .table label,.PURPLE .insurance-container .insurance-bg .insurance-list .table th{white-space:nowrap;color:var(--white);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .insurance-container .insurance-bg .insurance-list .table tbody td{border:none!important;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background-color:var(--dark-blue-bg2)}.PURPLE .insurance-container .insurance-bg .insurance-list .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-bg-type:var(--dark-blue-bg)}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination{--bs-pagination-bg:transparent;--bs-pagination-active-bg:transparent;--bs-pagination-active-color:#14ff6c;--bs-pagination-active-border-color:transparent;--bs-pagination-color:#888;--bs-pagination-hover-color:#14ff6a7a;--bs-pagination-hover-bg:transparent;--bs-pagination-focus-color:#888;--bs-pagination-focus-bg:transparent;--bs-pagination-disabled-bg:var(--dark-blue-bg);--bs-pagination-disabled-color:var(--grey2);gap:4px;display:flex;align-items:center}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:disabled{cursor:no-drop}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child a,.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child a{background:var(--linear-green);color:var(--white);height:33px;width:33px;display:flex;justify-content:center;align-items:center}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span,.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span{padding:0;height:33px;width:33px;display:flex;justify-content:center;align-items:center}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:first-child span:disabled,.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .page-item:last-child span:disabled{cursor:no-drop}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination .active span{border:none!important}.PURPLE .insurance-container .insurance-bg .insurance-list .pagination a{outline:none!important;border-radius:8px!important;border:none!important}.rewards-container{display:flex;flex-direction:column;gap:30px}@media(max-width:991.98px){.rewards-container{gap:25px}}.rewards-container .rewards-header .hstack{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.rewards-container .rewards-header .hstack .stack-div{margin-top:15px}.rewards-container .rewards-header .hstack::-webkit-scrollbar{display:none}.rewards-container .rewards-header .title{display:flex;flex-direction:row;align-items:center;gap:10px}html.GREEN .rewards-container label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}html.PURPLE .rewards-container label{color:var(--white)}html.ORANGE .rewards-container label,html.YELLOW .rewards-container label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}html.PURPLE .rewards-container label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}html.GREEN .rewards-container .rewards-card{background-color:var(--dark-blue-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:75px 13px 31px;margin-bottom:48px;margin-top:55px}html.GREEN .rewards-container .rewards-card .border-with-image{position:absolute;top:-38px}html.GREEN .rewards-container .rewards-card .border-with-button{position:absolute;bottom:-12px}html.GREEN .rewards-container .rewards-card .border-with-button Button{background:var(--linear-green);border:none;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;color:var(--white);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:28px;width:240px;outline:none}html.GREEN .rewards-container .rewards-card .rewards-body{display:flex;flex-direction:column;align-items:center}html.GREEN .rewards-container .rewards-card .rewards-body .rewards-percentage{color:var(--green);font-family:Poppins;font-size:16px;font-weight:700;line-height:24px}html.GREEN .rewards-container .rewards-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}html.GREEN .rewards-container .rewards-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:10px;font-weight:400;line-height:15px;text-align:center}html.ORANGE .rewards-container .rewards-card{background:var(--primary-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:75px 13px 31px;margin-bottom:48px;margin-top:55px}html.ORANGE .rewards-container .rewards-card .border-with-image{position:absolute;top:-38px}html.ORANGE .rewards-container .rewards-card .border-with-button{position:absolute;bottom:-12px}html.ORANGE .rewards-container .rewards-card .border-with-button Button{background:var(--dark-red-bg);border:none;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;color:var(--white);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:28px;width:240px;outline:none}html.ORANGE .rewards-container .rewards-card .rewards-body{display:flex;flex-direction:column;align-items:center}html.ORANGE .rewards-container .rewards-card .rewards-body .rewards-percentage{color:var(--white);font-family:Poppins;font-size:16px;font-weight:700;line-height:24px}html.ORANGE .rewards-container .rewards-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}html.ORANGE .rewards-container .rewards-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:10px;font-weight:400;line-height:15px;text-align:center}html.PURPLE .rewards-container .rewards-card,html.PURPLE .rewards-container .rewards-card .border-with-button Button{background:var(--primary-bg-layout-six)}html.PURPLE .rewards-container .rewards-card .rewards-body .rewards-percentage,html.PURPLE .rewards-container .rewards-card .rewards-body .rewards-title{color:var(--purple)}html.YELLOW .rewards-container .rewards-card{background-color:var(--primary-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:75px 13px 31px;margin-bottom:48px;margin-top:55px}html.YELLOW .rewards-container .rewards-card .border-with-image{position:absolute;top:-38px}html.YELLOW .rewards-container .rewards-card .border-with-button{position:absolute;bottom:-12px}html.YELLOW .rewards-container .rewards-card .border-with-button Button{background:var(--linear-yellow);border:none;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;color:var(--black);border-radius:0;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);display:flex;align-items:center;justify-content:center;height:28px;width:240px;outline:none}html.YELLOW .rewards-container .rewards-card .rewards-body{display:flex;flex-direction:column;align-items:center}html.YELLOW .rewards-container .rewards-card .rewards-body .rewards-percentage{color:var(--secondary);font-family:Poppins;font-size:16px;font-weight:700;line-height:24px}html.YELLOW .rewards-container .rewards-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}html.YELLOW .rewards-container .rewards-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:10px;font-weight:400;line-height:15px;text-align:center}html.PURPLE .rewards-container .rewards-card{background-color:var(--dark-blue-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:75px 13px 31px;margin-bottom:48px;margin-top:55px}html.PURPLE .rewards-container .rewards-card .border-with-image{position:absolute;top:-38px}html.PURPLE .rewards-container .rewards-card .border-with-button{position:absolute;bottom:-12px}html.PURPLE .rewards-container .rewards-card .border-with-button Button{background:var(--linear-green);border:none;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;color:var(--white);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:28px;width:240px;outline:none}html.PURPLE .rewards-container .rewards-card .rewards-body{display:flex;flex-direction:column;align-items:center}html.PURPLE .rewards-container .rewards-card .rewards-body .rewards-percentage{color:var(--green);font-family:Poppins;font-size:16px;font-weight:700;line-height:24px}html.PURPLE .rewards-container .rewards-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}html.PURPLE .rewards-container .rewards-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:10px;font-weight:400;line-height:15px;text-align:center}.GREEN .rewards-home-page-container{display:flex;flex-direction:column;gap:20px}@media(max-width:991.98px){.GREEN .rewards-home-page-container{gap:25px}}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper .rewards-home-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a{color:#ff0090;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a:hover{color:#ff0090;text-decoration:underline}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button{display:flex;flex-direction:row;gap:6.67px}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--black-bg);color:var(--light-grey);border-radius:5px;border:none;font-size:12px}.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button:hover{background-color:var(--secondary-bg);color:var(--green)}@media(max-width:991.98px){.GREEN .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{width:24px;height:24px;font-size:9.6px}}.GREEN .rewards-home-page-container .rewards-home-page-card{background-color:var(--grey-dark-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.GREEN .rewards-home-page-container .rewards-home-page-card .border-with-image{position:absolute;top:-50px}.GREEN .rewards-home-page-container .rewards-home-page-card .border-with-button{position:absolute;bottom:-12px}.GREEN .rewards-home-page-container .rewards-home-page-card .border-with-button Button{background:linear-gradient(90deg,#5fe3cb,#1dff5a);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.GREEN .rewards-home-page-container .rewards-home-page-card .rewards-body{display:flex;flex-direction:column;align-items:center}.GREEN .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-percentage{color:var(--green);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.GREEN .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.GREEN .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.ORANGE .rewards-home-page-container{display:flex;flex-direction:column;gap:20px}@media(max-width:991.98px){.ORANGE .rewards-home-page-container{gap:25px}}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper .rewards-home-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a{color:#ff0090;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a:hover{color:#ff0090;text-decoration:underline}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button{display:flex;flex-direction:row;gap:6.67px}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--black-bg);color:var(--light-grey);border-radius:5px;border:none;font-size:12px}.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button:hover{background-color:var(--secondary-bg);color:var(--green)}@media(max-width:991.98px){.ORANGE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{width:24px;height:24px;font-size:9.6px}}.ORANGE .rewards-home-page-container .rewards-home-page-card{background-color:var(--grey-dark-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.ORANGE .rewards-home-page-container .rewards-home-page-card .border-with-image{position:absolute;top:-50px}.ORANGE .rewards-home-page-container .rewards-home-page-card .border-with-button{position:absolute;bottom:-12px}.ORANGE .rewards-home-page-container .rewards-home-page-card .border-with-button Button{background:linear-gradient(90deg,#5fe3cb,#1dff5a);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.ORANGE .rewards-home-page-container .rewards-home-page-card .rewards-body{display:flex;flex-direction:column;align-items:center}.ORANGE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-percentage{color:var(--green);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.ORANGE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.ORANGE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button:hover,.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper label{color:var(--purple)}.PURPLE .rewards-home-page-container .rewards-home-page-card,.PURPLE .rewards-home-page-container .rewards-home-page-card .border-with-button Button{background:var(--primary-bg-layout-six)}.YELLOW .rewards-home-page-container{display:flex;flex-direction:column;gap:20px}@media(max-width:991.98px){.YELLOW .rewards-home-page-container{gap:25px}}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper .rewards-home-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a{color:var(--secondary);font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a:hover{color:var(--secondary);text-decoration:underline}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button{display:flex;flex-direction:row;gap:6.67px}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--black-bg);color:var(--light-grey);border-radius:5px;border:none;font-size:12px}.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button:hover{background-color:var(--secondary-bg);color:var(--green)}@media(max-width:991.98px){.YELLOW .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{width:24px;height:24px;font-size:9.6px}}.YELLOW .rewards-home-page-container .rewards-home-page-card{background-color:var(--primary-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.YELLOW .rewards-home-page-container .rewards-home-page-card .border-with-image{position:absolute;top:-50px}.YELLOW .rewards-home-page-container .rewards-home-page-card .border-with-button{position:absolute;bottom:-12px}.YELLOW .rewards-home-page-container .rewards-home-page-card .border-with-button Button{background:var(--linear-yellow);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:0;-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.YELLOW .rewards-home-page-container .rewards-home-page-card .rewards-body{display:flex;flex-direction:column;align-items:center}.YELLOW .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-percentage{color:var(--secondary);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.YELLOW .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.YELLOW .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.PURPLE .rewards-home-page-container{display:flex;flex-direction:column;gap:20px}@media(max-width:991.98px){.PURPLE .rewards-home-page-container{gap:25px}}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper .rewards-home-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a{color:#ff0090;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .rewards-home-page-title-wrapper a:hover{color:#ff0090;text-decoration:underline}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button{display:flex;flex-direction:row;gap:6.67px}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--black-bg);color:var(--light-grey);border-radius:5px;border:none;font-size:12px}.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button:hover{background-color:var(--secondary-bg);color:var(--green)}@media(max-width:991.98px){.PURPLE .rewards-home-page-container .rewards-home-page-header-wrapper .prev-next-button Button{width:24px;height:24px;font-size:9.6px}}.PURPLE .rewards-home-page-container .rewards-home-page-card{background-color:var(--grey-dark-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.PURPLE .rewards-home-page-container .rewards-home-page-card .border-with-image{position:absolute;top:-50px}.PURPLE .rewards-home-page-container .rewards-home-page-card .border-with-button{position:absolute;bottom:-12px}.PURPLE .rewards-home-page-container .rewards-home-page-card .border-with-button Button{background:linear-gradient(90deg,#5fe3cb,#1dff5a);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.PURPLE .rewards-home-page-container .rewards-home-page-card .rewards-body{display:flex;flex-direction:column;align-items:center}.PURPLE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-percentage{color:var(--green);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.PURPLE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.PURPLE .rewards-home-page-container .rewards-home-page-card .rewards-body .rewards-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.GREEN .wallet-tab{--bs-nav-tabs-link-active-bg:var(--linear-green)}.GREEN .wallet-tab .nav-link{border:none;border-radius:10px 10px 0 0;background:var(--dark-blue-bg2);color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.GREEN .wallet-tab .nav-link.active{background:var(--bs-nav-tabs-link-active-bg)!important;color:#fff!important}.ORANGE .wallet-tab{--bs-nav-tabs-link-active-bg:var(--secondary-bg)}.ORANGE .wallet-tab .nav-link{border:none;border-radius:10px 10px 0 0;background:var(--primary-bg);color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.ORANGE .wallet-tab .nav-link.active{background:var(--secondary-bg)!important;color:#fff!important}.PURPLE .wallet-tab{--bs-nav-tabs-link-active-bg:var(--primary-bg-layout-six)}.PURPLE .wallet-tab .nav-link.active{background:var(--bs-nav-tabs-link-active-bg)!important}.YELLOW .wallet-tab{--bs-nav-tabs-link-active-bg:var(--secondary)}.YELLOW .wallet-tab .nav-link{border:none;border-radius:10px 10px 0 0;background:var(--primary-bg);color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.YELLOW .wallet-tab .nav-link.active{background:var(--bs-nav-tabs-link-active-bg)!important;color:#000!important}.PURPLE .wallet-tab{--bs-nav-tabs-link-active-bg:var(--linear-green)}.PURPLE .wallet-tab .nav-link{border:none;border-radius:10px 10px 0 0;background:var(--dark-blue-bg2);color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.PURPLE .wallet-tab .nav-link.active{background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important;color:#fff!important}.PURPLE .tab-content .gradient{background:var(--primary-bg-layout-six)}.PURPLE .tab-content>.active{border:1px solid var(--purple)}.YELLOW .tab-content{position:relative}.YELLOW .tab-content .gradient{display:block!important;opacity:1!important;width:50%;height:1em;top:-1px;position:absolute;z-index:0;background:var(--secondary)}.YELLOW .tab-content .gradient.left{left:0}.YELLOW .tab-content .gradient.right{right:0}.YELLOW .tab-content>.active{z-index:1;position:relative;border:1px solid var(--secondary);border-radius:13px;background:var(--primary-bg);padding:35px 25px}.PURPLE .tab-content{position:relative}.PURPLE .tab-content .gradient{display:block!important;opacity:1!important;width:50%;height:1em;top:-1px;position:absolute;z-index:0;background:#532094}.PURPLE .tab-content .gradient.left{left:0}.PURPLE .tab-content .gradient.right{right:0}.PURPLE .tab-content>.active{z-index:1;position:relative;border:1px solid #532094;border-radius:13px;background:var(--dark-blue-bg2);padding:35px 25px}.banner-commission{cursor:pointer;display:grid;grid-gap:15px;gap:15px}.live-sport-page-container{display:flex;flex-direction:column;gap:20px;padding-bottom:7em;padding-top:2em}@media(max-width:767.98px){.live-sport-page-container.--layout-2{padding:0!important}}@media(max-width:991.98px){.live-sport-page-container{gap:25px}}.live-sport-page-container .live-sport-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper .live-sport-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}html.GREEN .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}html.GREEN_GOLD .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label,html.GREEN_GREY .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}html.ORANGE .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--secondary)}html.PURPLE .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label,html.YELLOW .live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper a{color:#ff0090;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.live-sport-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper a:hover{color:#ff0090;text-decoration:underline}.live-sport-page-container .live-sport-page-card{background-color:var(--grey-dark-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.live-sport-page-container .live-sport-page-card .border-with-image{position:absolute;top:-37px}.live-sport-page-container .live-sport-page-card .border-with-button{position:absolute;bottom:-12px}.live-sport-page-container .live-sport-page-card .border-with-button Button{background:linear-gradient(90deg,#5fe3cb,#1dff5a);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.live-sport-page-container .live-sport-page-card .livesport-body{display:flex;flex-direction:column;align-items:center}.live-sport-page-container .live-sport-page-card .livesport-body .livesport-percentage{color:var(--secondary);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.live-sport-page-container .live-sport-page-card .livesport-body .livesport-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.live-sport-page-container .live-sport-page-card .livesport-body .livesport-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.promotion-page-container{display:flex;flex-direction:column;gap:20px;padding-bottom:7em}@media(max-width:991.98px){.promotion-page-container{gap:25px}}.promotion-page-container .live-sport-page-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center}.promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper .live-sport-page-title{display:flex;flex-direction:row;align-items:center;gap:10px}html.GREEN .promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--green)}html.PURPLE .promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label,html.YELLOW .promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper label{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:left;color:var(--white)}.promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper a{color:#ff0090;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.promotion-page-container .live-sport-page-header-wrapper .live-sport-page-title-wrapper a:hover{color:#ff0090;text-decoration:underline}.promotion-page-container .live-sport-page-card{background-color:var(--grey-dark-bg);border-radius:8px;display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 0 21.45px;margin-top:35px;margin-bottom:15px;height:104.79px}.promotion-page-container .live-sport-page-card .border-with-image{position:absolute;top:-37px}.promotion-page-container .live-sport-page-card .border-with-button{position:absolute;bottom:-12px}.promotion-page-container .live-sport-page-card .border-with-button Button{background:linear-gradient(90deg,#5fe3cb,#1dff5a);border:.75px solid var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;padding:0;color:var(--primary);border-radius:8px 0 8px 0;display:flex;align-items:center;justify-content:center;height:23px;width:74.85px}.promotion-page-container .live-sport-page-card .livesport-body{display:flex;flex-direction:column;align-items:center}.promotion-page-container .live-sport-page-card .livesport-body .livesport-percentage{color:var(--secondary);font-family:Poppins;font-size:14px;font-weight:700;line-height:21px}.promotion-page-container .live-sport-page-card .livesport-body .livesport-title{color:var(--white);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px}.promotion-page-container .live-sport-page-card .livesport-body .livesport-description{color:var(--grey);font-family:Poppins;font-size:6px;font-weight:400;line-height:9px}.promotion-page-container .carousel-indicators{display:none}.promotion-page-container .carousel-control-prev{left:10px}.promotion-page-container .carousel-control-next{right:10px}.promotion-page-container .promotion-details-card{background-color:#000!important}.promotion-page-container .promotion-details-card img{max-height:180px;object-fit:contain}.promotion-page-container a{width:20px;height:20px;justify-content:unset;font-size:14px;padding:5px;border-radius:5px;background:#262a4b;color:#fff;top:50%;transform:translateY(-50%)}.GREEN .soccer-betting-card{background:var(--linear-dark-green);border-radius:10px;color:#fff;padding:10px 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2)}.GREEN .soccer-betting-card iframe{height:100%;min-height:500px;width:100%}.GREEN_GOLD .soccer-betting-card{background:var(--green2);border-radius:10px;color:#fff;padding:10px 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2);border:2px solid #94e6c9}.GREEN_GOLD .soccer-betting-card iframe{height:100%;min-height:500px;width:100%}.GREEN_GREY .soccer-betting-card{background:var(--green2);border-radius:10px;color:#fff;padding:10px 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2);border:none}.GREEN_GREY .soccer-betting-card iframe{height:100%;min-height:500px;width:100%}.ORANGE .soccer-betting-card{background:var(--primary-bg);border-radius:10px;color:#fff;padding:10px 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2)}.ORANGE .soccer-betting-card iframe{height:100%;min-height:500px;width:100%}.PURPLE .soccer-betting-card{background:var(--primary-bg-layout-six);border-radius:10px;color:#fff;padding:10px 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2)}.PURPLE .soccer-betting-card iframe{height:100%;min-height:500px;width:100%}.PURPLE .promotion-details-card{background:#211b46;border-radius:8px}.PURPLE .promotion-details-card,.YELLOW .soccer-betting-card{color:#fff;width:100%;text-align:center;font-family:Poppins,sans-serif}.YELLOW .soccer-betting-card{background:linear-gradient(180deg,#bbfc02 -3.33%,#323635 108.79%);border-radius:10px;padding:10px 10px 40px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.YELLOW .soccer-betting-card iframe{height:250px;width:100%}.YELLOW .soccer-betting-card iframe html{scrollbar-width:none!important}#soccer-highlights{color:var(--white)}.soccer-betting-card-details{background-color:#004725;border-radius:10px;color:#fff;padding:13px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2)}.header{justify-content:space-between;margin-bottom:15px}.header,.live-indicator{display:flex;align-items:center}.live-badge{background-color:#32cd32;color:#fff;font-size:12px;font-weight:700;padding:2px 5px;border-radius:3px;margin-right:5px}.live-text{font-size:14px;font-weight:600}.timer{color:#fff;font-size:10px;font-weight:400;line-height:14px}.league,.timer{font-family:Poppins}.league{font-size:16px;font-weight:700;line-height:24px}.teams{justify-content:space-between;margin-bottom:20px;width:100%}.team,.teams{display:flex;align-items:center}.team{flex-direction:column;font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.team-logo{width:65px;height:65px;margin-bottom:10px}.score{font-family:Poppins;font-size:24px;font-weight:700;line-height:36px;text-align:left}.bet-options{display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.bet-option{color:#fff;background:#050f0e;padding:9px;border-radius:5px}.bet-option,.bet-option span{font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;text-align:left}.bet-option span{padding-left:25px;color:#14ff6c}.place-bet{width:100%;background:linear-gradient(90deg,#5fe3cb,#1dff5a);font-family:Poppins;font-size:10px;font-weight:600;line-height:15px;text-align:center;border:none;border-radius:8px 0 8px 0;color:#000908;padding:10px 20px;cursor:pointer;transition:background-color .3s ease}.place-bet:hover{background:linear-gradient(90deg,#1dff5a,#5fe3cb)}.see-more{margin-top:13px;border:transparent;color:#10d888;font-size:10px;font-weight:400;font-family:Poppins;cursor:pointer}.see-more,.see-more:hover{background:transparent}._bets-container{gap:10px;flex-wrap:wrap;display:flex;padding-bottom:32px;justify-content:flex-start;z-index:2;position:relative;flex-direction:column}@media(min-width:768px){._bets-container{justify-content:space-between;flex-direction:row}}._bets-container ._bets-tabs{display:flex;align-items:center;gap:10px}.GREEN .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.GREEN .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.GREEN .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.GREEN .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid #14ff6c;background-color:transparent;color:var(--green)}.GREEN .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--linear-green);font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.GREEN .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.GREEN .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.GREEN .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:var(--green);display:flex;flex-direction:row;align-items:center}.GREEN .content-wrapper-left .clear-balance,.GREEN .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.GREEN .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.GREEN .content-wrapper-left .clear-balance:hover{color:var(--white)}.GREEN .content-wrapper-left .progress{--bs-progress-bar-bg:#36de7f}.GREEN .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.GREEN .content-wrapper-right Button{background-color:var(--secondary);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:var(--green)}.GREEN .content-wrapper-right Button:hover{background:var(--linear-green);color:var(--white)}.BLACK_ROSE .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.BLACK_ROSE .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.BLACK_ROSE .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.BLACK_ROSE .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid #14ff6c;background-color:transparent;color:var(--green)}.BLACK_ROSE .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--linear-green);font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.BLACK_ROSE .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.BLACK_ROSE .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.BLACK_ROSE .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:var(--rose);display:flex;flex-direction:row;align-items:center}.BLACK_ROSE .content-wrapper-left .clear-balance,.BLACK_ROSE .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.BLACK_ROSE .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.BLACK_ROSE .content-wrapper-left .clear-balance:hover{color:var(--white)}.BLACK_ROSE .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bg:var(--secondary)!important;--bs-progress-bar-bg:var(--rose)!important}.BLACK_ROSE .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.BLACK_ROSE .content-wrapper-right Button{background-color:var(--secondary);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:var(--rose)}.BLACK_ROSE .content-wrapper-right Button:hover{background:var(--tertiary);color:var(--black)}.GREEN_GOLD .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.GREEN_GOLD .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.GREEN_GOLD .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.GREEN_GOLD .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid #14ff6c;background-color:transparent;color:var(--green)}.GREEN_GOLD .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--linear-green);font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.GREEN_GOLD .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.GREEN_GOLD .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.GREEN_GOLD .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:var(--green);display:flex;flex-direction:row;align-items:center}.GREEN_GOLD .content-wrapper-left .clear-balance,.GREEN_GOLD .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.GREEN_GOLD .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.GREEN_GOLD .content-wrapper-left .clear-balance:hover{color:var(--white)}.GREEN_GOLD .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bg:var(--primary)!important;--bs-progress-bar-bg:var(--linear-green)!important}.GREEN_GOLD .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.GREEN_GOLD .content-wrapper-right Button{background-color:var(--primary);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:var(--green)}.GREEN_GOLD .content-wrapper-right Button:hover{background:var(--linear-green);color:var(--black)}.GREEN_GREY .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.GREEN_GREY .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.GREEN_GREY .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.GREEN_GREY .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid #14ff6c;background-color:transparent;color:var(--green)}.GREEN_GREY .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--linear-green);font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.GREEN_GREY .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.GREEN_GREY .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.GREEN_GREY .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:var(--green);display:flex;flex-direction:row;align-items:center}.GREEN_GREY .content-wrapper-left .clear-balance,.GREEN_GREY .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.GREEN_GREY .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.GREEN_GREY .content-wrapper-left .clear-balance:hover{color:var(--white)}.GREEN_GREY .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bg:var(--grey)!important;--bs-progress-bar-bg:var(--tertiary-bg)!important}.GREEN_GREY .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.GREEN_GREY .content-wrapper-right Button{background-color:var(--grey);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:var(--white)}.GREEN_GREY .content-wrapper-right Button:hover{background:var(--tertiary-bg);color:var(--black)}.ORANGE .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.ORANGE .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.ORANGE .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.ORANGE .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid var(--white);background-color:#f57e20;color:var(--white)}.ORANGE .wallet-home-page-container .login-register-wrapper Button.--register{background:#92191c;font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.ORANGE .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.ORANGE .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.ORANGE .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:#f59b1c;display:flex;flex-direction:row;align-items:center}.ORANGE .content-wrapper-left .clear-balance,.ORANGE .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.ORANGE .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.ORANGE .content-wrapper-left .clear-balance:hover{color:var(--white)}.ORANGE .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bg:#f59b1c!important;--bs-progress-bar-bg:var(--linear-orange)!important}.ORANGE .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.ORANGE .content-wrapper-right Button{background-color:var(--primary-bg);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:var(--white)}.ORANGE .content-wrapper-right Button:hover{background:var(--linear-orange);color:var(--white)}.PURPLE .wallet-home-page-container{background:var(--primary-bg-layout-six)}.PURPLE .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid var(--purple);color:var(--purple)}.PURPLE .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--primary-bg-layout-six)}.PURPLE .content-wrapper-left .money{color:var(--purple)}.PURPLE .content-wrapper-right Button{color:var(--white)}.PURPLE .content-wrapper-right Button:hover{background:var(--primary-bg-layout-six)}.YELLOW .wallet-home-page-container{border-radius:10px;background-color:var(--primary-bg);padding:15px 14.31px}.YELLOW .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.YELLOW .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:16px;font-weight:600;line-height:21px;text-align:center}.YELLOW .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid var(--secondary);background-color:var(--dark-yellow-bg);border-radius:0;color:var(--secondary);-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW .wallet-home-page-container .login-register-wrapper Button.--login:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;border:1px solid var(--secondary)}.YELLOW .wallet-home-page-container .login-register-wrapper Button.--register{border:none;background:var(--linear-yellow);box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.2);box-shadow:0 2px 4px 0 rgba(0,195,158,.251);border-radius:0;color:var(--black);-webkit-clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%);clip-path:polygon(16% 0,100% 0,100% 81%,84% 100%,0 100%,0 19%)}.YELLOW .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.YELLOW .content-wrapper-left .balance{font-family:Poppins;font-size:14px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.YELLOW .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:var(--secondary);display:flex;flex-direction:row;align-items:center}.YELLOW .content-wrapper-left .clear-balance,.YELLOW .content-wrapper-left .minimum{font-family:Poppins;font-size:8px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.YELLOW .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.YELLOW .content-wrapper-left .clear-balance:hover{color:var(--white)}.YELLOW .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bar-bg:var(--secondary);--bs-progress-bg:var(--grey2-bg)}.YELLOW .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.YELLOW .content-wrapper-right Button{background-color:var(--grey2-bg);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px;text-align:center;color:var(--white)}.YELLOW .content-wrapper-right Button:hover{background-color:var(--secondary);color:var(--black)}.PURPLE .wallet-home-page-container{border-radius:10px;background-color:var(--dark-blue-bg2);padding:15px 14.31px}.PURPLE .wallet-home-page-container .login-register-wrapper{display:flex;flex-direction:row;gap:19.08px}.PURPLE .wallet-home-page-container .login-register-wrapper Button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;text-align:center}.PURPLE .wallet-home-page-container .login-register-wrapper Button.--login{border:1px solid #14ff6c;background-color:transparent;color:var(--green)}.PURPLE .wallet-home-page-container .login-register-wrapper Button.--register{background:var(--linear-green);font-family:Poppins;font-size:14px;font-weight:600;line-height:20px;text-align:center;border:none;border-radius:8px 0 8px 0;color:var(--white);padding:10px 20px;transition:background-color .3s ease;height:34px;outline:none}.PURPLE .wallet-home-page-container .content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.PURPLE .content-wrapper-left .balance{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:var(--white)}.PURPLE .content-wrapper-left .money{font-family:Poppins;font-size:30px;font-weight:600;line-height:45px;text-align:left;color:#bb4dff;display:flex;flex-direction:row;align-items:center}.PURPLE .content-wrapper-left .clear-balance,.PURPLE .content-wrapper-left .minimum{font-family:Poppins;font-size:10px;font-weight:400;line-height:18px;text-align:left;color:var(--grey2)}.PURPLE .content-wrapper-left .clear-balance{cursor:pointer;text-decoration:underline}.PURPLE .content-wrapper-left .clear-balance:hover{color:var(--white)}.PURPLE .content-wrapper-left .progress{--bs-progress-height:10px!important;--bs-progress-bar-bg:#c070ff!important}.PURPLE .content-wrapper-right{display:flex;flex-direction:column;gap:8px}.PURPLE .content-wrapper-right Button{background-color:var(--secondary);border:0;border-radius:5px;height:29px;display:flex;flex-direction:row;gap:10px;align-items:center;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;text-align:center;color:#bb4dff}.PURPLE .content-wrapper-right Button:hover{background:linear-gradient(180deg,#9b4dff,#4e1d8c);color:var(--white)}.GREEN .banner-commision-container{position:relative}.GREEN .banner-commision-container .banner-commission-img{height:100%;width:100%}.GREEN .banner-commision-container .button-section{position:absolute;width:100%;padding:0 15px;bottom:1em}.GREEN .banner-commision-container .button-section .yellow-btn{border:none;color:var(--white);background:var(--linear-green)!important;width:100%;font-family:Poppins;font-weight:600;font-size:12px;white-space:nowrap}@media(max-width:1199.98px){.GREEN .banner-commision-container .button-section .yellow-btn{font-size:9px}}.GREEN .banner-commision-container .button-section .yellow-btn:hover{border:none!important;opacity:50%!important}.GREEN .banner-commision-container .button-section .yellow-btn:disabled{opacity:.5}.GREEN .banner-commision-container .button-section .dark-yellow-btn{border:1px solid var(--green)!important;color:var(--green)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:12px;font-weight:600;white-space:nowrap}@media(max-width:1199.98px){.GREEN .banner-commision-container .button-section .dark-yellow-btn{font-size:9px}}.GREEN .banner-commision-container .button-section .dark-yellow-btn:hover{opacity:50%!important}.GREEN .view-insurance-container{background-color:var(--primary-bg)}.ORANGE .banner-commision-container{position:relative}.ORANGE .banner-commision-container .banner-commission-img{height:100%;width:100%}.ORANGE .banner-commision-container .button-section{position:absolute;width:100%;padding:0 15px;bottom:1em}.ORANGE .banner-commision-container .button-section .yellow-btn{border:none;color:var(--white);background:var(--primary-bg)!important;width:100%;font-family:Poppins;font-weight:600;font-size:12px;white-space:nowrap}@media(max-width:1199.98px){.ORANGE .banner-commision-container .button-section .yellow-btn{font-size:9px}}.ORANGE .banner-commision-container .button-section .yellow-btn:hover{border:none!important;opacity:50%!important}.ORANGE .banner-commision-container .button-section .yellow-btn:disabled{opacity:.5}.ORANGE .banner-commision-container .button-section .dark-yellow-btn{border:1px solid var(--white)!important;color:var(--green)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:12px;font-weight:600;white-space:nowrap}@media(max-width:1199.98px){.ORANGE .banner-commision-container .button-section .dark-yellow-btn{font-size:9px}}.ORANGE .banner-commision-container .button-section .dark-yellow-btn:hover{opacity:50%!important}.PURPLE .banner-commision-container .button-section .yellow-btn{background:var(--primary-bg-layout-six)!important}.YELLOW .banner-commision-container{position:relative}.YELLOW .banner-commision-container.--layout-2{display:flex;flex-direction:column;gap:20px}.YELLOW .banner-commision-container .banner-commission-img{height:100%;width:100%}.YELLOW .banner-commision-container .banner-commission-img.--layout-2{height:190px}.YELLOW .banner-commision-container .button-section{position:absolute;width:100%;padding:0 15px;bottom:1em}.YELLOW .banner-commision-container .button-section.--layout-2{bottom:13em}.YELLOW .banner-commision-container .button-section .yellow-btn{border:none;color:var(--black);background:var(--secondary)!important;width:100%;font-family:Poppins;font-weight:600;font-size:12px;white-space:nowrap}@media(max-width:1199.98px){.YELLOW .banner-commision-container .button-section .yellow-btn{font-size:9px}}.YELLOW .banner-commision-container .button-section .yellow-btn:hover{border:none!important;opacity:50%!important}.YELLOW .banner-commision-container .button-section .yellow-btn:disabled{opacity:.5}.YELLOW .banner-commision-container .button-section .dark-yellow-btn{border-top:1px solid rgba(187,252,1,.2);border-left:1px solid rgba(187,252,1,.7);border-right:1px solid rgba(187,252,1,.7);border-bottom:1px solid var(--secondary);color:var(--secondary)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:transparent!important;width:100%;font-family:Poppins;font-size:12px;font-weight:600;white-space:nowrap}@media(max-width:1199.98px){.YELLOW .banner-commision-container .button-section .dark-yellow-btn{font-size:9px}}.YELLOW .banner-commision-container .button-section .dark-yellow-btn:hover{opacity:50%!important}.YELLOW .view-insurance-container{background-color:var(--primary-bg);padding:25px 35px;border-radius:13px}.PURPLE .banner-commision-container{position:relative}.PURPLE .banner-commision-container .banner-commission-img{height:100%;width:100%}.PURPLE .banner-commision-container .button-section{position:absolute;width:100%;padding:0 15px;bottom:1em}.PURPLE .banner-commision-container .button-section .yellow-btn{border:none;color:var(--white);background:var(--linear-green)!important;width:100%;font-family:Poppins;font-weight:600;font-size:12px;white-space:nowrap}@media(max-width:1199.98px){.PURPLE .banner-commision-container .button-section .yellow-btn{font-size:9px}}.PURPLE .banner-commision-container .button-section .yellow-btn:hover{border:none!important;opacity:50%!important}.PURPLE .banner-commision-container .button-section .yellow-btn:disabled{opacity:.5}.PURPLE .banner-commision-container .button-section .dark-yellow-btn{border:1px solid var(--green)!important;color:var(--green)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:12px;font-weight:600;white-space:nowrap}@media(max-width:1199.98px){.PURPLE .banner-commision-container .button-section .dark-yellow-btn{font-size:9px}}.PURPLE .banner-commision-container .button-section .dark-yellow-btn:hover{opacity:50%!important}.PURPLE .view-insurance-container{background-color:var(--primary-bg)}.GREEN .view-insurance-container,.PURPLE .view-insurance-container{background-color:var(--dark-blue-bg);padding:25px 35px;border-radius:13px}.ORANGE .view-insurance-container{background:var(--primary-bg);padding:25px 35px;border-radius:13px}.GREEN .game-container{padding-bottom:20px}.GREEN .game-container .game-nav{background:var(--black-bg);padding:10px}.GREEN .header-navbar-container{background:var(--primary-bg);display:flex;padding:10px;gap:10px}.ORANGE .game-container{padding-bottom:20px}.ORANGE .game-container .game-nav,.ORANGE .header-navbar-container{background:linear-gradient(180deg,#a0301f,#f59b1c);padding:10px}.ORANGE .header-navbar-container{display:flex;gap:10px}.PURPLE .game-container{padding-bottom:20px}.PURPLE .game-container .game-nav{background:var(--black-bg);padding:10px}.PURPLE .header-navbar-container{background:var(--primary-bg);display:flex;padding:10px;gap:10px}.GREEN .mid-middle-container{background:var(--linear-dark-blue);padding:30px 20px}.GREEN .mid-middle-container .number-circle{background:var(--linear-green2);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.GREEN .mid-middle-container .winner-bg{position:relative}.GREEN .mid-middle-container .winner-bg img{width:100%}.GREEN .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 20px;top:53%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.GREEN .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.GREEN .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:var(--green);font-size:14px;font-weight:500;font-family:Poppins}.GREEN .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg-mobile{height:100%}}.GREEN .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg-mobile img{height:100%}}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:var(--green);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.BLACK_ROSE .mid-middle-container{background:var(--linear-black);padding:30px 20px}.BLACK_ROSE .mid-middle-container .number-circle{background:var(--tertiary-bg);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px 0 var(--rose)}.BLACK_ROSE .mid-middle-container .winner-bg{position:relative}.BLACK_ROSE .mid-middle-container .winner-bg img{width:100%}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 30px;top:55%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.BLACK_ROSE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:var(--rose);font-size:14px;font-weight:500;font-family:Poppins}.BLACK_ROSE .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile{height:100%}}.BLACK_ROSE .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile img{height:100%}}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:1199.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard{padding:0 30px;top:54%}}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:var(--gold);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.BLACK_ROSE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.GREEN_GOLD .mid-middle-container{background:var(--linear-green3);padding:30px 20px}.GREEN_GOLD .mid-middle-container .number-circle{background:var(--linear-gold);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.GREEN_GOLD .mid-middle-container .winner-bg{position:relative}.GREEN_GOLD .mid-middle-container .winner-bg img{width:100%}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 20px;top:53%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.GREEN_GOLD .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:var(--gold);font-size:14px;font-weight:500;font-family:Poppins}.GREEN_GOLD .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg-mobile{height:100%}}.GREEN_GOLD .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg-mobile img{height:100%}}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:var(--gold);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN_GOLD .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.GREEN_GREY .mid-middle-container{background:var(--grey);padding:30px 20px}.GREEN_GREY .mid-middle-container .number-circle{background:var(--green);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.GREEN_GREY .mid-middle-container .winner-bg{position:relative}.GREEN_GREY .mid-middle-container .winner-bg img{width:100%}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 20px;top:53%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.GREEN_GREY .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.GREEN_GREY .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:var(--gold);font-size:14px;font-weight:500;font-family:Poppins}.GREEN_GREY .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg-mobile{height:100%}}.GREEN_GREY .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg-mobile img{height:100%}}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:var(--gold);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.GREEN_GREY .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.ORANGE .mid-middle-container{background:var(--dark-red-bg);padding:30px 20px}.ORANGE .mid-middle-container .number-circle{background:var(--radial-gradient-red);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.ORANGE .mid-middle-container .winner-bg{position:relative}.ORANGE .mid-middle-container .winner-bg img{width:100%}.ORANGE .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 20px;top:53%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.ORANGE .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #92191c}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.ORANGE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:#f69a26;font-size:14px;font-weight:500;font-family:Poppins}.ORANGE .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg-mobile{height:100%}}.ORANGE .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg-mobile img{height:100%}}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:#f69a26;font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.ORANGE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.PURPLE .mid-middle-container .number-circle{background:var(--linear-green2);border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.PURPLE .mid-middle-container .winner-bg{position:relative}.PURPLE .mid-middle-container .winner-bg img{width:100%}.PURPLE .mid-middle-container .winner-bg .winnerboard{position:absolute;padding:0 20px;top:53%;width:100%;transform:translateY(-50%);height:100%}@media(max-width:991.98px){.PURPLE .mid-middle-container .winner-bg .winnerboard{padding:36px 20px 38px}}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg .winnerboard{height:355px;padding:14px 20px 0}}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table{padding-top:20px}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}.PURPLE .mid-middle-container .winner-bg .winnerboard .winner-table .table-body .body-name2{color:#c070ff;font-size:14px;font-weight:500;font-family:Poppins}.PURPLE .mid-middle-container .winner-bg-mobile{position:relative}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg-mobile{height:100%}}.PURPLE .mid-middle-container .winner-bg-mobile img{width:100%}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg-mobile img{height:100%}}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard{position:absolute;padding:0 20px;top:52%;width:100%;transform:translateY(-50%);height:100%}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table{padding-top:15px}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:14px;font-weight:600;font-family:Poppins}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--green2)}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body{padding:2px 0}}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name{font-size:12px}}.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{color:#c070ff;font-size:14px;font-weight:500;font-family:Poppins}@media(max-width:575.98px){.PURPLE .mid-middle-container .winner-bg-mobile .winnerboard .winner-table .table-body .body-name2{font-size:12px}}.PURPLE .winner-bg-layout6{position:relative;height:100%;width:100%}.PURPLE .winner-bg-layout6 img{width:100%;height:100%;position:absolute;top:0}.PURPLE .winner-bg-layout6 .winnerboard{position:relative;padding:11px 20px 8px;width:100%;height:100%}.PURPLE .winner-bg-layout6 .winnerboard .winner-table{padding-top:15px}.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-header{display:flex;justify-content:space-between}.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-header .header-name{color:var(--white);font-size:12px;font-weight:600;font-family:Poppins}.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-body{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--purple2)}@media(max-width:991.98px){.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-body{padding:13px 0}}.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-body .body-name{color:var(--white);font-size:12px;font-weight:500;font-family:Poppins}.PURPLE .winner-bg-layout6 .winnerboard .winner-table .table-body .body-name2{color:#c070ff;font-size:12px;font-weight:500;font-family:Poppins}.sports-banner-container{width:100%;height:100%;border-radius:10px;position:relative}.sports-banner-container img{width:100%;height:100%}.sports-banner-container .carousel{position:absolute;top:50%;right:5%;transform:translateY(-50%);width:473px;height:100%}@media(max-width:1199.98px){.sports-banner-container .carousel{right:1%}}.sports-banner-container .carousel iframe{width:100%;height:100%}.sports-banner-container .carousel-indicators{margin:0 15px 0 0;justify-content:flex-end;padding-top:10px;padding-bottom:10px;gap:8px}@media(max-width:991.98px){.sports-banner-container .carousel-indicators{gap:1px;margin:0 10.53px 0 0;padding-top:4.51px}}.sports-banner-container .carousel-indicators [data-bs-target]{margin:0}.sports-banner-container .carousel-indicators button{background-color:var(--grey);width:24px;height:4px;border:1px solid transparent;border-radius:1px}@media(max-width:991.98px){.sports-banner-container .carousel-indicators button{width:10.83px;height:1.81px;border-radius:.45px}}.sports-banner-container .carousel-indicators .active{background-color:var(--secondary)}.sports-banner-container .carousel-inner,.sports-banner-container .carousel-item,.sports-banner-container .carousel-item.active{height:100%}html.GREEN .sports-banner-container .soccer-betting-card4{background:var(--linear-dark-green)}html.BLACK_ROSE .sports-banner-container .soccer-betting-card4,html.GREEN .sports-banner-container .soccer-betting-card4{border-radius:10px;color:#fff;padding:0 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2);height:100%}html.BLACK_ROSE .sports-banner-container .soccer-betting-card4{background:var(--tertiary-bg)}html.GREEN_GOLD .sports-banner-container .soccer-betting-card4,html.GREEN_GREY .sports-banner-container .soccer-betting-card4{background:var(--linear-dark-green);border-radius:10px;color:#fff;padding:0 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2);height:100%}html.ORANGE .sports-banner-container .soccer-betting-card4{background:var(--linear-orange);border-radius:10px;color:#fff;padding:0 10px 40px;width:100%;text-align:center;font-family:Poppins,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.2);height:100%}.GREEN .game-navbar-container{background:var(--primary-bg);padding-inline:var(--roo-header-padding);padding:3px 20px;pointer-events:auto;display:flex;position:fixed;width:100%;top:72px;z-index:-1}.GREEN .game-navbar-container .menu-tab{display:flex;gap:20px}.GREEN .game-navbar-container .menu-tab-item{position:fixed;background:rgba(8,10,28,.8);padding:40px 10px;top:114px;width:100%;right:0;left:0;z-index:-999;max-height:400px;overflow-y:auto}.GREEN .game-navbar-container .menu-tab-item .game-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.GREEN .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div{background:var(--dark-blue-bg);border-radius:8px;padding:10px;cursor:pointer}.GREEN .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div img{width:auto}@media(min-width:0px){.GREEN .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media(min-width:600px){.GREEN .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.GREEN .game-navbar-container .menu-tab-item::-webkit-scrollbar{display:none}.GREEN .game-navbar-container .quest-content{position:absolute;background:var(--dark-blue-bg3);z-index:1;padding:15px;top:56px;border-radius:10px;right:68px;min-width:320px}.GREEN .game-navbar-container .quest-content .quest-box{background:var(--dark-blue-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN .game-navbar-container .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.GREEN_GOLD .game-navbar-container{background:var(--linear-green4);padding-inline:var(--roo-header-padding);padding:3px 20px;pointer-events:auto;display:flex;position:fixed;width:100%;top:72px;z-index:-1}.GREEN_GOLD .game-navbar-container .menu-tab{display:flex;gap:20px}.GREEN_GOLD .game-navbar-container .menu-tab-item{position:fixed;background:rgba(8,10,28,.8);padding:40px 10px;top:114px;width:100%;right:0;left:0;z-index:-999;max-height:400px;overflow-y:auto}.GREEN_GOLD .game-navbar-container .menu-tab-item .game-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.GREEN_GOLD .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div{background:var(--primary-bg);border-radius:8px;padding:10px;cursor:pointer}.GREEN_GOLD .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div img{width:auto}@media(min-width:0px){.GREEN_GOLD .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media(min-width:600px){.GREEN_GOLD .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.GREEN_GOLD .game-navbar-container .menu-tab-item::-webkit-scrollbar{display:none}.GREEN_GOLD .game-navbar-container .quest-content{position:absolute;background:var(--dark-blue-bg3);z-index:1;padding:15px;top:56px;border-radius:10px;right:68px;min-width:320px}.GREEN_GOLD .game-navbar-container .quest-content .quest-box{background:var(--dark-blue-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN_GOLD .game-navbar-container .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.GREEN_GREY .game-navbar-container{background:var(--secondary-bg);padding-inline:var(--roo-header-padding);padding:3px 20px;pointer-events:auto;display:flex;position:fixed;width:100%;top:72px;z-index:-1}.GREEN_GREY .game-navbar-container .menu-tab{display:flex;gap:20px}.GREEN_GREY .game-navbar-container .menu-tab-item{position:fixed;background:var(--primary-bg);padding:40px 10px;top:114px;width:100%;right:0;left:0;z-index:-999;max-height:400px;overflow-y:auto}.GREEN_GREY .game-navbar-container .menu-tab-item .game-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.GREEN_GREY .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div{background:var(--grey);border-radius:8px;padding:10px;cursor:pointer}.GREEN_GREY .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div img{width:auto}@media(min-width:0px){.GREEN_GREY .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media(min-width:600px){.GREEN_GREY .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.GREEN_GREY .game-navbar-container .menu-tab-item::-webkit-scrollbar{display:none}.GREEN_GREY .game-navbar-container .quest-content{position:absolute;background:var(--dark-blue-bg3);z-index:1;padding:15px;top:56px;border-radius:10px;right:68px;min-width:320px}.GREEN_GREY .game-navbar-container .quest-content .quest-box{background:var(--dark-blue-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.GREEN_GREY .game-navbar-container .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.BLACK_ROSE .game-navbar-container{background:var(--secondary-bg);padding-inline:var(--roo-header-padding);padding:3px 20px;pointer-events:auto;display:flex;position:fixed;width:100%;top:72px;z-index:-1}.BLACK_ROSE .game-navbar-container .menu-tab{display:flex;gap:20px}.BLACK_ROSE .game-navbar-container .menu-tab-item{position:fixed;background:var(--black2);padding:40px 10px;top:114px;width:100%;right:0;left:0;z-index:-999;max-height:400px;overflow-y:auto}.BLACK_ROSE .game-navbar-container .menu-tab-item .game-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.BLACK_ROSE .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div{background:var(--secondary-bg);border-radius:8px;padding:10px;cursor:pointer}.BLACK_ROSE .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div img{width:auto}@media(min-width:0px){.BLACK_ROSE .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media(min-width:600px){.BLACK_ROSE .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.BLACK_ROSE .game-navbar-container .menu-tab-item::-webkit-scrollbar{display:none}.BLACK_ROSE .game-navbar-container .quest-content{position:absolute;background:var(--dark-blue-bg3);z-index:1;padding:15px;top:56px;border-radius:10px;right:68px;min-width:320px}.BLACK_ROSE .game-navbar-container .quest-content .quest-box{background:var(--dark-blue-bg);border-radius:10px;padding:16px 12px;margin-top:10px}.BLACK_ROSE .game-navbar-container .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.ORANGE .game-navbar-container{background:var(--primary-bg);padding-inline:var(--roo-header-padding);padding:3px 20px;pointer-events:auto;display:flex;position:fixed;width:100%;top:72px;z-index:-1}.ORANGE .game-navbar-container .menu-tab{display:flex;gap:20px}.ORANGE .game-navbar-container .menu-tab-item{position:fixed;background:rgba(8,10,28,.8);padding:40px 10px;top:114px;width:100%;right:0;left:0;z-index:-999;max-height:400px;overflow-y:auto}.ORANGE .game-navbar-container .menu-tab-item .game-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ORANGE .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div{background:var(--primary-bg);border-radius:8px;padding:10px;cursor:pointer}.ORANGE .game-navbar-container .menu-tab-item .game-wrapper .provider-game-div img{width:auto}@media(min-width:0px){.ORANGE .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media(min-width:600px){.ORANGE .game-navbar-container .menu-tab-item .game-wrapper{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.ORANGE .game-navbar-container .menu-tab-item::-webkit-scrollbar{display:none}.ORANGE .game-navbar-container .quest-content{position:absolute;background:#381811;z-index:1;padding:15px;top:56px;border-radius:10px;right:68px;min-width:320px}.ORANGE .game-navbar-container .quest-content .quest-box{background:#722c39;border-radius:10px;padding:16px 12px;margin-top:10px}.ORANGE .game-navbar-container .quest-content .quest-box .primary-btn{border-radius:8px 0!important}.ORANGE .game-navbar-container .quest-content .quest-box .period-circle{background-color:var(--red);border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 10px}.game-card-collection{margin:auto;max-width:1400px;width:100%;padding:0 10px}.game-card-collection .infinite-scroll-component::-webkit-scrollbar{display:none}.game-card-collection .game-wrapper{display:flex;padding-top:5px;flex-wrap:wrap;width:100%}.game-card-collection .game-wrapper .game-card{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden;outline:2px solid transparent;outline-offset:-2px;width:calc(12.5% - 20px);margin:10px}@media(max-width:1024px){.game-card-collection .game-wrapper .game-card{width:calc(20% - 20px)}}@media(max-width:767px){.game-card-collection .game-wrapper .game-card{width:calc(33.3% - 20px)}}@media(max-width:430px){.game-card-collection .game-wrapper .game-card{width:calc(40% - 38px);margin:5px}}@media(max-width:390px){.game-card-collection .game-wrapper .game-card{width:calc(40% - 35px);margin:5px}}.game-card-collection .game-wrapper .game-card img{width:100%;height:auto}.game-card-collection .game-wrapper .game-card .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.game-card-collection .game-wrapper .game-card .play-overlay{padding:8px 10px 15px}}.game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:1rem}}.game-card-collection .game-wrapper .game-card .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.ORANGE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE .game-card-collection .game-wrapper .game-card .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}html.GREEN_GREY .game-card-collection .game-wrapper .game-card .play-overlay{background:rgba(40,40,40,.722)!important}.game-card-collection .game-wrapper .game-card2{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden;outline:2px solid transparent;outline-offset:-2px;border:1px solid var(--white);border-radius:12px;width:calc(12.5% - 20px);margin:10px;height:auto}@media(max-width:1024px){.game-card-collection .game-wrapper .game-card2{width:calc(20% - 20px)}}@media(max-width:767px){.game-card-collection .game-wrapper .game-card2{width:calc(33.3% - 20px)}}@media(max-width:430px){.game-card-collection .game-wrapper .game-card2{width:calc(40% - 38px);margin:5px}}@media(max-width:390px){.game-card-collection .game-wrapper .game-card2{width:calc(40% - 35px);margin:5px}}.game-card-collection .game-wrapper .game-card2 img{width:100%;height:auto;object-fit:cover;object-position:center}.game-card-collection .game-wrapper .game-card2 .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.game-card-collection .game-wrapper .game-card2 .play-overlay{padding:8px 10px 15px}}.game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:1rem}}.game-card-collection .game-wrapper .game-card2 .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.ORANGE .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE .game-card-collection .game-wrapper .game-card2 .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}.game-card-collection .game-wrapper .game-card-fp{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden;outline:2px solid transparent;outline-offset:-2px;width:calc(12.5% - 20px);margin:10px;scale:1.2}@media(max-width:1024px){.game-card-collection .game-wrapper .game-card-fp{width:calc(20% - 20px)}}@media(max-width:767px){.game-card-collection .game-wrapper .game-card-fp{width:calc(33.3% - 20px)}}@media(max-width:430px){.game-card-collection .game-wrapper .game-card-fp{width:calc(40% - 38px);margin:5px}}@media(max-width:390px){.game-card-collection .game-wrapper .game-card-fp{width:calc(40% - 35px);margin:5px}}.game-card-collection .game-wrapper .game-card-fp img{width:100%;height:auto}.game-card-collection .game-wrapper .game-card-fp .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.game-card-collection .game-wrapper .game-card-fp .play-overlay{padding:8px 10px 15px}}.game-card-collection .game-wrapper .game-card-fp .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.game-card-collection .game-wrapper .game-card-fp .play-overlay .game-title{font-size:1rem}}.game-card-collection .game-wrapper .game-card-fp .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN .game-card-collection .game-wrapper .game-card-fp .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.ORANGE .game-card-collection .game-wrapper .game-card-fp .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE .game-card-collection .game-wrapper .game-card-fp .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW .game-card-collection .game-wrapper .game-card-fp .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE .game-card-collection .game-wrapper .game-card-fp .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}.GREEN_GOLD .game-card-collection{margin:auto;max-width:1400px;width:100%;padding:0 10px}.GREEN_GOLD .game-card-collection ._secondary-text{color:#fff!important}.GREEN_GOLD .game-card-collection .game-wrapper{display:flex;padding-top:10px;flex-wrap:wrap;width:100%}.GREEN_GOLD .game-card-collection .game-wrapper .game-card{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background:var(--secondary-bg) padding-box,var(--tertiary) border-box;overflow:hidden;border:2px solid transparent;outline:2px solid transparent;outline-offset:-2px;width:calc(12.5% - 6px);margin:3px;border-radius:8px}.GREEN_GOLD .game-card-collection .game-wrapper .game-card:hover{opacity:.4}@media(max-width:1024px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card{width:calc(20% - 6px)}}@media(max-width:767px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card{width:calc(33.3% - 6px)}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card img{width:100%;height:auto;object-position:center;min-height:50px}.GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay{padding:8px 10px 15px}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:1rem}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN .GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.ORANGE .GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE .GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW .GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE .GREEN_GOLD .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden;outline:2px solid transparent;outline-offset:-2px;border:1px solid var(--white);border-radius:12px;width:calc(12.5% - 6px);margin:3px;height:100%}@media(max-width:1024px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card2{width:calc(20% - 6px)}}@media(max-width:767px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card2{width:calc(33.3% - 6px)}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 img{width:100%;height:112px;object-fit:cover;object-position:center}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay{padding:8px 10px 15px}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:1rem}}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay:hover{opacity:1;transition:all .5s}.GREEN_GOLD .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--tertiary-bg)!important;color:var(--black)}.BLACK_ROSE .game-card-collection{margin:auto;max-width:1400px;width:100%;padding:0 10px}.BLACK_ROSE .game-card-collection ._secondary-text{color:#fff!important}.BLACK_ROSE .game-card-collection .game-wrapper{display:flex;padding-top:10px;flex-wrap:wrap;width:100%}.BLACK_ROSE .game-card-collection .game-wrapper .game-card{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background:var(--secondary-bg) padding-box,var(--tertiary) border-box;overflow:hidden;border:2px solid transparent;outline:2px solid transparent;outline-offset:-2px;width:calc(12.5% - 6px);margin:3px;border-radius:8px}.BLACK_ROSE .game-card-collection .game-wrapper .game-card:hover{opacity:.4}@media(max-width:1024px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card{width:calc(20% - 6px)}}@media(max-width:767px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card{width:calc(33.3% - 6px)}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card img{width:100%;height:auto;object-position:center;min-height:50px}.BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay{padding:8px 10px 15px}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay .game-title{font-size:1rem}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay:hover{opacity:1;transition:all .5s}html.GREEN .BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-green)!important;color:var(--white)}html.ORANGE .BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--primary-bg)!important;color:var(--white)}html.PURPLE .BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay button{background:var(--primary-bg-layout-six)!important}html.YELLOW .BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--secondary)!important;color:var(--black)}html.PURPLE .BLACK_ROSE .game-card-collection .game-wrapper .game-card .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--linear-purple)!important;color:var(--white)}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2{position:relative;cursor:pointer;font:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration-thickness:auto;-webkit-text-decoration-style:initial;text-decoration-style:solid;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:var(--primary);display:block;background-color:rgba(0,0,0,.2);overflow:hidden;outline:2px solid transparent;outline-offset:-2px;border:3px solid var(--rose);border-radius:12px;width:calc(12.5% - 6px);margin:3px;height:100%}@media(max-width:1024px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card2{width:calc(20% - 6px)}}@media(max-width:767px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card2{width:calc(33.3% - 6px)}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 img{width:100%;height:112px;object-fit:cover;object-position:center}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.565);height:100%;display:flex;gap:5px;justify-content:space-between;align-items:center;width:100%;opacity:0;flex-direction:column;padding:10px 10px 15px;right:0}@media(max-width:575.98px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay{padding:8px 10px 15px}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:.7rem;font-weight:bolder;background:none;border:none;color:#fff;text-align:center}@media(min-width:1200px){.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay .game-title{font-size:1rem}}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay:hover{opacity:1;transition:all .5s}.BLACK_ROSE .game-card-collection .game-wrapper .game-card2 .play-overlay button{font-weight:600;font-size:14px;border:none!important;padding:3px 10px;border-radius:8px;background:var(--tertiary-bg)!important;color:var(--black);box-shadow:0 0 10px 0 var(--rose)}.game-search-container .provider-btn{background-color:var(--green);color:var(--black);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.game-search-container .provider-btn img{filter:brightness(0)}.game-search-container .selected-provider-btn{background-color:var(--dark-blue-bg);color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.game-search-container .selected-provider-btn:hover{background:var(--green)!important;color:var(--black)}.game-search-container .selected-provider-btn:hover img{filter:brightness(0)}.game-search-container .dropdown-provider4 .dropdown-menu{display:none}.game-search-container #dropdown-provider4,.game-search-container #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px}html.ORANGE .game-search-container #dropdown-provider4,html.ORANGE .game-search-container #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-red-bg);padding:6px 20px;font-size:13px;gap:10px;border:1px solid var(--dark-red-bg)}html.BLACK_ROSE .game-search-container #dropdown-provider4,html.BLACK_ROSE .game-search-container #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--secondary-bg);padding:6px 20px;font-size:13px;gap:10px;border:none}html.GREEN_GOLD .game-search-container #dropdown-provider4,html.GREEN_GOLD .game-search-container #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--primary-bg);padding:6px 20px;font-size:13px;gap:10px;border:1px solid var(--primary-bg)}html.GREEN_GREY .game-search-container #dropdown-provider4,html.GREEN_GREY .game-search-container #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--grey);padding:6px 20px;font-size:13px;gap:10px;border:1px solid var(--grey)}.GREEN .game-search-container-mobile{background:var(--game-search-bar-bg);top:71px;z-index:999;position:-webkit-sticky;position:sticky}html.ORANGE .GREEN .game-search-container-mobile{top:0;position:relative!important}.GREEN .game-search-container-mobile .provider-btn{background-color:var(--green);color:var(--black);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN .game-search-container-mobile .provider-btn img{filter:brightness(0)}.GREEN .game-search-container-mobile .selected-provider-btn{background-color:var(--dark-blue-bg);color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN .game-search-container-mobile .selected-provider-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN .game-search-container-mobile .selected-provider-btn:hover img{filter:brightness(0)}.GREEN .game-search-container-mobile .dropdown-provider4 .dropdown-menu{display:none}.GREEN .game-search-container-mobile #dropdown-provider4,.GREEN .game-search-container-mobile #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px}.GREEN_GOLD .game-search-container-mobile{background:var(--game-search-bar-bg);top:0;z-index:999;position:relative!important}.GREEN_GOLD .game-search-container-mobile .provider-btn{background-color:var(--green);color:var(--black);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN_GOLD .game-search-container-mobile .provider-btn img{filter:brightness(0)}.GREEN_GOLD .game-search-container-mobile .selected-provider-btn{background-color:var(--dark-blue-bg);color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN_GOLD .game-search-container-mobile .selected-provider-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN_GOLD .game-search-container-mobile .selected-provider-btn:hover img{filter:brightness(0)}.GREEN_GOLD .game-search-container-mobile .dropdown-provider4 .dropdown-menu{display:none}.GREEN_GOLD .game-search-container-mobile #dropdown-provider4,.GREEN_GOLD .game-search-container-mobile #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px}.GREEN_GOLD .game-search-container-mobile #dropdown-provider,.GREEN_GOLD .game-search-container-mobile #dropdown-sort-by{background-color:var(--primary-bg);border:none}.GREEN_GREY .game-search-container-mobile{background:var(--game-search-bar-bg);top:0;z-index:999;position:relative!important}.GREEN_GREY .game-search-container-mobile .provider-btn{background-color:var(--green);color:var(--black);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN_GREY .game-search-container-mobile .provider-btn img{filter:brightness(0)}.GREEN_GREY .game-search-container-mobile .selected-provider-btn{background-color:var(--dark-blue-bg);color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.GREEN_GREY .game-search-container-mobile .selected-provider-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN_GREY .game-search-container-mobile .selected-provider-btn:hover img{filter:brightness(0)}.GREEN_GREY .game-search-container-mobile .dropdown-provider4 .dropdown-menu{display:none}.GREEN_GREY .game-search-container-mobile #dropdown-provider4,.GREEN_GREY .game-search-container-mobile #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--grey);padding:6px 20px;font-size:13px;gap:10px}.GREEN_GREY .game-search-container-mobile #dropdown-provider,.GREEN_GREY .game-search-container-mobile #dropdown-sort-by{background-color:var(--grey);border:none}.ORANGE .game-search-container-mobile{background:var(--game-search-bar-bg);top:0;z-index:999;position:relative!important}.ORANGE .game-search-container-mobile .provider-btn{background-color:var(--green);color:var(--black);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.ORANGE .game-search-container-mobile .provider-btn img{filter:brightness(0)}.ORANGE .game-search-container-mobile .selected-provider-btn{background-color:var(--dark-blue-bg);color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none;height:40px}.ORANGE .game-search-container-mobile .selected-provider-btn:hover{background:var(--green)!important;color:var(--black)}.ORANGE .game-search-container-mobile .selected-provider-btn:hover img{filter:brightness(0)}.ORANGE .game-search-container-mobile .dropdown-provider4 .dropdown-menu{display:none}.ORANGE .game-search-container-mobile #dropdown-provider4,.ORANGE .game-search-container-mobile #dropdown-sort-by4{width:16em;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px}.ORANGE .game-search-container-mobile #dropdown-provider,.ORANGE .game-search-container-mobile #dropdown-sort-by{background-color:var(--dark-red-bg);border:none}.play-now-container{width:100%;padding:0 10px;max-width:1400px;margin:auto}.play-now-container .play-now-div{background:var(--dark-green2);border-radius:5px;height:100%;padding-right:10px;position:relative;display:flex}.play-now-container .play-now-div img{height:auto;position:relative}.play-now-container .play-now-div .play-now-btn{background:var(--linear-green);border-radius:8px 0 8px 0;border:none;color:var(--white);font-size:10px;font-family:Poppins;font-weight:600;width:auto;height:auto;text-wrap:nowrap;padding:6px}@media(max-width:575.98px){.play-now-container .play-now-div .play-now-btn{font-size:8px;padding:4px 6px}}.more-play-now-container{position:absolute;background:var(--dark-blue-bg);z-index:1;padding:10px;top:56px;border-radius:10px;right:0;min-width:220px}.more-play-now-container img{height:100%;width:auto;position:relative}.PURPLE .game-rank-section{flex-direction:row}@media(max-width:1199.98px){.PURPLE .game-rank-section{flex-direction:column}}.PURPLE .game-rank-section .game-rank-left-container{display:flex;flex-direction:row;align-items:end;height:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-2{order:0;display:flex;flex-direction:column;align-items:center;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-2 .rank-2-img{position:relative;padding-top:50px;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-2 .rank-2-img .ranking-img{object-fit:cover;border-radius:16px;position:absolute;top:0;left:50%;transform:translateX(-50%)}.PURPLE .game-rank-section .game-rank-left-container .rank-1{order:1;display:flex;flex-direction:column;align-items:center;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-1 .rank-1-img{position:relative;padding-top:52px;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-1 .rank-1-img .ranking-img{object-fit:cover;border-radius:16px;position:absolute;top:0;left:50%;transform:translateX(-50%)}.PURPLE .game-rank-section .game-rank-left-container .rank-3{order:2;display:flex;flex-direction:column;align-items:center;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-3 .rank-3-img{position:relative;padding-top:48px;width:100%}.PURPLE .game-rank-section .game-rank-left-container .rank-3 .rank-3-img .ranking-img{object-fit:cover;border-radius:16px;position:absolute;top:0;left:50%;transform:translateX(-50%)}.PURPLE .game-rank-section .game-rank-left-container .ranking-stand-img{height:auto;position:relative;top:70%;transform:translate(-50%,-50%);width:100%;left:50%}.PURPLE .game-rank-section .game-rank-right-container{background:var(--grey2-bg);border-radius:8px;display:flex;justify-content:space-between;align-items:center;padding:15px}.YELLOW .game-navbar-layout3{display:flex;justify-content:space-between;background:var(--linear-black2)}.YELLOW .game-navbar-layout3 .logo-image{width:100%;height:auto;max-width:100px}@media(min-width:768px){.YELLOW .game-navbar-layout3 .logo-image{max-width:120px}}.YELLOW .deposit-container{background:var(--primary-bg);border-radius:12px}.YELLOW .deposit-container.--layout-3{padding:35px 25px}.YELLOW .game-container-layout-3{background:var(--primary-bg);border-radius:14px;padding:10px;height:100%}.YELLOW .game-container-layout-three{background:var(--primary-bg);border-radius:14px;padding:10px 10px 30px;height:100%}.ORANGE .deposit-container .slick-slider{margin-top:1em}.ORANGE .deposit-container .slick-track{margin:unset!important}.YELLOW .category-container-3 .category-div{background:var(--linear-black4);border-radius:10px;padding:10px;cursor:pointer}.YELLOW .game-navbar-container-layout3{background:var(--linear-black4);border-radius:5px;padding:10px;z-index:9;width:100%;pointer-events:auto}.YELLOW .game-navbar-container-layout3 .logo-image{width:auto;height:auto;max-width:115px}.YELLOW .game-navbar-container-layout3 .game-navbar{display:flex;gap:35px}.YELLOW .game-navbar-container-layout3 .game-navbar .nav-item .underline{position:relative;height:2px;background:var(--radial-yellow2);top:63px;transform:translateY(-50px)}.rotate{transition:all .5s linear}.rotate.down{transform:rotate(1turn)}.p-datepicker{margin-top:10px;background:var(--datepicker-panel-bg)}html.ORANGE .p-datepicker{--datepicker-panel-bg:#722c39;--datepicker-panel-color:#d9d9d9;--datepicker-panel-header-bg:#722c39;--datepicker-panel-header-color:#d9d9d9;--datepicker-panel-tdy-color:#f69a26;--datepicker-panel-selected-color:#000;--datepicker-panel-selected-bg:#f69a26}.p-datepicker .p-datepicker-header{padding:5px;background:var(--datepicker-panel-bg)!important}.p-datepicker .p-datepicker-title button{color:var(--datepicker-panel-header-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.p-datepicker table .p-highlight{color:var(--datepicker-panel-selected-color)!important;font-weight:700!important}.p-datepicker table .p-highlight .p-hidden-accessible{clip:unset;-webkit-clip-path:unset;clip-path:unset;border:0;padding:0;border-radius:50%;position:absolute;height:25px;width:25px;z-index:-1;background:var(--datepicker-panel-selected-bg)!important}.p-datepicker table .p-datepicker-today span{color:var(--datepicker-panel-tdy-color);background:transparent!important}.p-datepicker table th{padding:5px;font-size:14px;font-weight:600}.p-datepicker table td,.p-datepicker table th{text-align:center;color:var(--datepicker-panel-color);font-family:Poppins;font-style:normal;line-height:normal}.p-datepicker table td{font-size:12px;font-weight:400}.p-datepicker table td span{background:transparent!important;width:100%}.p-datepicker .p-datepicker:not(.p-datepicker-inline){background:var(--datepicker-panel-bg)}.menu-tab-btn{background:var(--menu-tab-btn-bg)!important;color:var(--menu-tab-btn-color)!important;gap:10px;border-radius:8px!important;padding:8px 12px 6px;font-size:16px!important;font-weight:600!important;height:36px;white-space:nowrap;font-family:Poppins;min-width:unset!important;text-transform:capitalize!important;cursor:pointer}.menu-tab-btn svg path{fill:var(--menu-tab-btn-color)}.menu-tab-btn:focus,.menu-tab-btn:hover{background:var(--menu-tab-btn-bg-hover)!important;color:var(--menu-tab-btn-color-hover)!important}.menu-tab-btn:focus svg path,.menu-tab-btn:hover svg path{fill:var(--menu-tab-btn-color-hover)}.menu-tab-btn.active{background:var(--menu-tab-btn-bg-active,var(--menu-tab-btn-bg-hover))!important;color:var(--menu-tab-btn-color-active,var(--menu-tab-btn-color-hover))!important}.menu-tab-btn.active svg path{fill:var(--menu-tab-btn-color-hover)}html.GREEN{--root-background:#080a1c;--card-bg:#1c1f38;--card-border:none;--card-title-color:#36de7f;--card-subtitle-color:#fff;--game-search-bar-bg:#080a1c;--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#36de7f;--input-bg:#262a4b;--input-selected-bg:linear-gradient(180deg,#22b963,#1d8c5c);--input-selected-color:#fff;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#7c8ca7;--input-border-color:none;--password-icon-color:#36de7f;--button-bg:linear-gradient(180deg,#22b963,#1d8c5c);--button-submit-bg:linear-gradient(180deg,#22b963,#1d8c5c);--button-submit-border-radius:10px 0 10px 0px;--button-border:none;--button-submit-border:none;--button-submit-color:#fff;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#36de7f;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#7c8ca7;--segment-bottom-border:1px solid #7c8ca7;--date-picker-bg:#262a4b;--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#262a4b;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:none;--dropdown-item-bg:transparent;--dropdown-item-color:#fff;--dropdown-item-active-color:#36de7f;--table-bg:transparent;--table-hover-bg:hsla(0,0%,100%,.1);--table-header-bg:#22af62;--table-header-text-color:#fff;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#7c8ca7;--pagination-active-text-color:#36de7f;--pagination-button-bg:#36de7f;--pagination-button-text-color:#000;--pagination-button-disbaled-bg:hsla(0,0%,100%,.1);--pagination-button-disabled-text-color:#7c8ca7;--pagination-shadow:none;--menu-tab-btn-bg:#262a4b;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:linear-gradient(#22b963,#1d8c5c);--menu-tab-btn-color-hover:#fff;--wallet-tab-bg:#1c1f38;--wallet-tab-active-bg:linear-gradient(180deg,#22b963,#1d8c5c);--wallet-tab-color:#fff;--wallet-tab-active-color:#fff;--wallet-tab-content-bg:#1c1f38;--wallet-tab-content-border-color:#1c8e5d;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:linear-gradient(180deg,#22b963,#1d8c5c);--wallet--input-dropdown-color:#fff;--wallet--input-dropdown-bg-border:none;--refer-text-color:#fff;--refer-highlight-color:#36de7f;--refer-bg:#1c1f38;--refer-border:none;--refer-button-bg:linear-gradient(180deg,#22b963,#1d8c5c);--refer-button-color:#00100a;--refer-button-border:none;--promotion-tab-color:#888;--promotion-tab-bg:transparent;--promotion-tab-boder:none;--promotion-tab-bg-active:transparent;--promotion-tab-color-active:#14ff6c;--promotion-tab-border-active:1px solid #14ff6c;--promotion-card-btn-bg:linear-gradient(180deg,#22b963,#1d8c5c);--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #36de7f;--promotion-card-bg:#262a4b;--promotion-card-border:1.5px solid #262a4b;--promotion-card-color:#fff;--promotion-header-color:#fff;--promotion-header-icon-color:#14ff6c}html.GREEN_GREY{--root-background:#282828;--card-bg:#3e3e3e;--card-border:none;--card-title-color:#fff;--card-subtitle-color:#fff;--game-search-bar-bg:transparent;--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#36de7f;--input-bg:#282828;--input-selected-bg:linear-gradient(90deg,#29ffbd,#86ffac);--input-selected-color:#000;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#ffffff3d;--input-border-color:none;--password-icon-color:#36de7f;--button-bg:linear-gradient(180deg,#22b963,#1d8c5c);--button-submit-bg:linear-gradient(90deg,#29ffbd,#86ffac);--button-submit-border-radius:50px;--button-border:none;--button-submit-border:none;--button-submit-color:#000;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#00dfa9;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#ffffff3d;--segment-bottom-border:1px solid #ffffff3d;--date-picker-bg:#282828;--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#282828;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:0.5px solid #d4d4d4;--dropdown-item-bg:transparent;--dropdown-item-color:#fff;--dropdown-item-active-color:#00dfa9;--table-bg:transparent;--table-hover-bg:hsla(0,0%,100%,.1);--table-header-bg:#00dfa9;--table-header-text-color:#000;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#7c8ca7;--pagination-active-text-color:#36de7f;--pagination-button-bg:#36de7f;--pagination-button-text-color:#000;--pagination-button-disbaled-bg:hsla(0,0%,100%,.1);--pagination-button-disabled-text-color:#7c8ca7;--pagination-shadow:none;--menu-tab-btn-bg:#3e3e3e;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:linear-gradient(90deg,#29ffbd,#86ffac);--menu-tab-btn-color-hover:#000;--wallet-tab-bg:#3e3e3e;--wallet-tab-active-bg:linear-gradient(90deg,#29ffbd,#86ffac);--wallet-tab-color:#fff;--wallet-tab-active-color:#000;--wallet-tab-content-bg:#3e3e3e;--wallet-tab-content-border-color:#81fead;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:linear-gradient(90deg,#29ffbd,#86ffac);--wallet--input-dropdown-bg-border:none;--refer-text-color:#fff;--refer-highlight-color:#00dfa9;--refer-bg:transparent;--refer-border:0.5px solid #d4d4d4;--refer-button-bg:linear-gradient(90deg,#29ffbd,#86ffac);--refer-button-color:#00100a;--refer-button-border:none;--promotion-tab-color:#fff;--promotion-tab-bg:#3e3e3e;--promotion-tab-boder:none;--promotion-tab-bg-active:linear-gradient(90deg,#29ffbd,#86ffac);--promotion-tab-color-active:#282828;--promotion-tab-border-active:none;--promotion-card-btn-bg:linear-gradient(90deg,#29ffbd,#86ffac);--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #36de7f;--promotion-card-bg:transparent;--promotion-card-border:0.5px solid #d4d4d4;--promotion-card-color:#fff;--promotion-header-color:#fff;--promotion-header-icon-color:#00dfa9}html.GREEN_GOLD{--root-background:radial-gradient(104.42% 60.89% at 50% 50%,#016440 0%,#00100a 100%);--card-bg:#00100a;--card-border:none;--card-title-color:#fff;--card-subtitle-color:#fff;--game-search-bar-bg:transparent;--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#36de7f;--input-bg:#0f4230;--input-selected-bg:linear-gradient(180deg,#ecda7a,#cbae54);--input-selected-color:#000;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#ffffff4d;--input-border-color:none;--password-icon-color:#36de7f;--button-bg:linear-gradient(180deg,#22b963,#1d8c5c);--button-submit-bg:linear-gradient(180deg,#ecda7a,#cbae54);--button-submit-color:#000;--button-submit-border-radius:10px;--button-border:none;--button-submit-border:none;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#cfc368;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#7c8ca7;--segment-bottom-border:1px solid #7c8ca7;--date-picker-bg:#0f4230;--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#0f4230;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:none;--dropdown-item-bg:transparent;--dropdown-item-color:#fff;--dropdown-item-active-color:#36de7f;--table-bg:transparent;--table-hover-bg:hsla(0,0%,100%,.1);--table-header-bg:#cfc368;--table-header-text-color:#000;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#7c8ca7;--pagination-active-text-color:#ead878;--pagination-button-bg:linear-gradient(180deg,#ecda7a,#cbae54);--pagination-button-text-color:#00100a;--pagination-button-disbaled-bg:linear-gradient(180deg,#dadada,#a4a4a4);--pagination-button-disabled-text-color:#aaa;--pagination-shadow:none;--menu-tab-btn-bg:#0f4230;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:linear-gradient(180deg,#ecda7a,#cbae54);--menu-tab-btn-color-hover:#000;--wallet-tab-bg:#00100a;--wallet-tab-active-bg:linear-gradient(180deg,#ecda7a,#cbae54);--wallet-tab-color:#fff;--wallet-tab-active-color:#000;--wallet-tab-content-bg:#00100a;--wallet-tab-content-border-color:#cfb257;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:linear-gradient(180deg,#ecda7a,#cbae54);--wallet--input-dropdown-color:#000;--wallet--input-dropdown-bg-border:none;--refer-text-color:#fff;--refer-highlight-color:#ffcd00;--refer-bg:linear-gradient(180deg,#00784e,#023f28);--refer-border:2px solid #94e6c9;--refer-button-bg:linear-gradient(180deg,#ecda7a,#cbae54);--refer-button-color:#00100a;--refer-button-border:none;--promotion-tab-color:#fff;--promotion-tab-bg:#0f4230;--promotion-tab-boder:none;--promotion-tab-bg-active:linear-gradient(180deg,#ecda7a,#cbae54);--promotion-tab-color-active:#000;--promotion-tab-border-active:none;--promotion-card-btn-bg:linear-gradient(180deg,#ecda7a,#cbae54);--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #ead878;--promotion-card-bg:linear-gradient(180deg,#005d3c,#02422a);--promotion-card-border:1.5px solid #ecda7a;--promotion-card-color:linear-gradient(180deg,#ecda7a,#cbae54);--promotion-header-color:#fff;--promotion-header-icon-color:#ead878}html.ORANGE{--root-background:#000;--card-bg:#381811;--card-border:none;--card-title-color:#f69a26;--card-subtitle-color:#fff;--game-search-bar-bg:transparent;--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#36de7f;--input-bg:#722c39;--input-selected-bg:linear-gradient(180deg,#a0301f,#f59b1c);--input-selected-color:#fff;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#ffffff38;--input-border-color:none;--password-icon-color:#f69a26;--button-bg:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0,#9c2a1e 47.58%,#490b2d 100%);--button-submit-bg:#92191c;--button-submit-border-radius:10px 0 10px 0px;--button-border:none;--button-submit-border:none;--button-submit-color:#fff;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#f69a26;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#ffffff38;--segment-bottom-border:1px solid #ffffff38;--date-picker-bg:#722c39;--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#722c39;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:none;--dropdown-item-bg:transparent;--dropdown-item-color:#fff;--dropdown-item-active-color:#f69a26;--table-bg:#722c39;--table-hover-bg:#722c39;--table-header-bg:#f69a26;--table-header-text-color:#000;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#ffffff38;--pagination-active-text-color:#f69a26;--pagination-button-bg:#f69a26;--pagination-button-text-color:#000;--pagination-button-disbaled-bg:#722c3978;--pagination-button-disabled-text-color:#ffffff38;--pagination-shadow:none;--menu-tab-btn-bg:#722c39;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:linear-gradient(180deg,#a0301f,#f59b1c);--menu-tab-btn-color-hover:#000;--wallet-tab-bg:#381811;--wallet-tab-active-bg:linear-gradient(180deg,#a0301f,#f59b1c);--wallet-tab-color:#fff;--wallet-tab-active-color:#000;--wallet-tab-content-bg:#381811;--wallet-tab-content-border-color:#f1951e;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:linear-gradient(180deg,#a0301f,#f59b1c);--wallet--input-dropdown-color:#fff;--wallet--input-dropdown-bg-border:none;--refer-text-color:#fff;--refer-highlight-color:#f69a26;--refer-bg:#722c39;--refer-border:none;--refer-button-bg:#92191c;--refer-button-color:#fff;--refer-button-border:1px solid #fff;--promotion-tab-color:#888;--promotion-tab-bg:transparent;--promotion-tab-boder:none;--promotion-tab-bg-active:transparent;--promotion-tab-color-active:#f57e20;--promotion-tab-border-active:1px solid #f57e20;--promotion-card-btn-bg:#f57e20;--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #36de7f;--promotion-card-bg:#722c39;--promotion-card-border:1.5px solid #722c39;--promotion-card-color:#fff;--promotion-header-color:#fff;--promotion-header-icon-color:#f57e20}html.YELLOW{--root-background:#080a1c;--card-bg:#323635;--card-border:none;--card-title-color:#fff;--card-subtitle-color:#fff;--game-search-bar-bg:linear-gradient(97.35deg,#23261d 7.31%,#161616 92.78%);--text-disabled-color:#7c8ca7;--text-color:#fff;--text-active-color:#fff;--input-bg:hsla(0,0%,100%,.1);--input-selected-bg:#bbfc01;--input-selected-color:#000;--input-label-color:#fff;--input-text-color:#fff;--input-placeholder-color:#ffffff38;--input-border-color:none;--password-icon-color:#fff;--button-bg:#bbfc01;--button-submit-bg:#bbfc01;--button-submit-border-radius:10px;--button-border:none;--button-submit-border:none;--button-submit-color:#000;--error-message-color:red;--error-message-font-size:10px;--segment-active-label:#bbfc01;--segment-active-width:calc(25% - 45px);--segment-active-width-md:calc(25% - 4px);--segment-label:#ffffff38;--segment-bottom-border:1px solid #ffffff38;--date-picker-bg:hsla(0,0%,100%,.1);--date-picker-text-color:#fff;--date-picker-placeholder-color:#ffffff38;--dropdown-bg:#323635;--dropdown-text-color:#fff;--dropdown-border-color:none;--dropdown-menu-boder:none;--dropdown-item-bg:transparent;--dropdown-item-color:#ffffff38;--dropdown-item-active-color:#bbfc01;--table-bg:#323635;--table-hover-bg:hsla(0,0%,100%,.1);--table-header-bg:#bbfc01;--table-header-text-color:#000;--table-text-color:#fff;--pagination-bg:transparent;--pagination-active-bg:transparent;--pagination-text-color:#b9b9b9;--pagination-active-text-color:#bbfc01;--pagination-button-bg:#bbfc01;--pagination-button-text-color:#000;--pagination-button-disbaled-bg:hsla(0,0%,100%,.1);--pagination-button-disabled-text-color:#b9b9b9;--pagination-shadow:none;--menu-tab-btn-bg:#323635;--menu-tab-btn-color:#fff;--menu-tab-btn-bg-hover:#bbfc01;--menu-tab-btn-color-hover:#000;--wallet-tab-bg:#323635;--wallet-tab-active-bg:#bbfc01;--wallet-tab-color:#fff;--wallet-tab-active-color:#000;--wallet-tab-content-bg:#323635;--wallet-tab-content-border-color:#bbfc01;--wallet-tab-content-border:1px solid var(--wallet-tab-content-border-color);--wallet--input-dropdown-bg:rgba(187,252,1,.2);--wallet--input-dropdown-color:#fff;--wallet--input-dropdown-bg-border:1px solid rgba(187,252,1,.2);--refer-text-color:#fff;--refer-highlight-color:#bbfc01;--refer-bg:#1c1f38;--refer-border:none;--refer-button-bg:#bbfc01;--refer-button-color:#00100a;--refer-button-border:none;--promotion-tab-color:#888;--promotion-tab-bg:transparent;--promotion-tab-boder:none;--promotion-tab-bg-active:transparent;--promotion-tab-color-active:#bbfc01;--promotion-tab-border-active:1px solid #bbfc01;--promotion-card-btn-bg:#bbfc01;--promotion-card-btn-color:#000;--promotion-card-btn-boder:1px solid #bbfc01;--promotion-card-bg:#323635;--promotion-card-border:1.5px solid #323635;--promotion-card-color:#fff;--promotion-header-color:#fff;--promotion-header-icon-color:#bbfc01}.promotion-container,.promotion-container .promotion-header{display:flex;flex-direction:column;gap:25px}.promotion-container .promotion-header .title{display:flex;align-items:center;gap:10px}.promotion-container .promotion-header .title label{color:var(--promotion-header-color);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.promotion-container .promotion-header .title svg path{fill:var(--promotion-header-icon-color)}.promotion-container .promotion-tab .stack-div{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal;border-radius:5px;border:var(--promotion-tab-border);color:var(--promotion-tab-color);font-weight:600;white-space:nowrap;background:var(--promotion-tab-bg);padding:10px;cursor:pointer}.promotion-container .promotion-tab .stack-div.active{border:var(--promotion-tab-border-active);background:var(--promotion-tab-bg-active);color:var(--promotion-tab-color-active)}.promotion-container .promotion-card{overflow:hidden;border-radius:8px;border:none;background:var(--promotion-card-bg)}.promotion-container .promotion-card .card-header{padding:0}.promotion-container .promotion-card .card-body{display:flex;flex-direction:column;gap:25px}.promotion-container .promotion-card .card-title{margin:0;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;background:var(--promotion-card-color);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.promotion-container .promotion-card .learn-more-button{width:100%;display:flex;align-items:center;gap:25px}.promotion-container .promotion-card .learn-more-button button{width:100%;border:none;background:var(--promotion-card-btn-bg);border:var(--promotion-card-btn-border);border-radius:4px;font-family:Poppins;font-size:16px;font-weight:600;line-height:20px;text-align:center;padding:10px 0;color:var(--promotion-card-btn-color)}.promotion-container .promotion-card .learn-more-button button:active,.promotion-container .promotion-card .learn-more-button button:focus{background:var(--promotion-card-btn-bg)}.promotion-container .promotion-card .learn-more-button button:disabled{cursor:no-drop!important}.promotion-container .refer-card-banner{position:relative;background-color:var(--refer-bg);border-radius:8px;border:var(--refer-border)}@media(max-width:575.98px){.promotion-container .refer-card-banner{flex-direction:column-reverse;height:450px}}.promotion-container .refer-card-banner img{width:100%;height:100%;object-fit:cover;object-position:center right;position:absolute}@media only screen and (max-width:1120px){.promotion-container .refer-card-banner img{opacity:.4}}@media(max-width:575.98px){.promotion-container .refer-card-banner img{opacity:1;top:0}}.promotion-container .refer-card-banner .content-wrapper{display:flex;flex-direction:column;max-width:600px;padding:45px;position:relative;gap:25px;z-index:2}@media(max-width:575.98px){.promotion-container .refer-card-banner .content-wrapper{padding:20px}}.promotion-container .refer-card-banner .content-wrapper .refer-title{font-family:Poppins;font-size:32px;font-style:normal;font-weight:800;line-height:110%;text-transform:uppercase;font-size:24px;font-weight:700;color:var(--refer-text-color)}.promotion-container .refer-card-banner .content-wrapper .refer-highlight{color:var(--refer-highlight-color)}.promotion-container .refer-card-banner .content-wrapper .refer-subtitle{color:var(--refer-text-color);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:160%;text-transform:uppercase}.promotion-container .refer-card-banner .content-wrapper .refer-btn{background:var(--refer-button-bg);color:var(--refer-button-color);border:var(--refer-button-border);border-radius:8px;padding:12px 24px;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600}.history-container .card-wrapper,.profile-container .card-wrapper,.wallet-container .card-wrapper{width:100%;padding:35px 25px;border-radius:13.046px;border:var(--card-border);background:var(--card-bg)}.history-container .card-wrapper .card-title,.profile-container .card-wrapper .card-title,.wallet-container .card-wrapper .card-title{color:var(--card-title-color);font-family:Poppins;font-size:22.365px;font-style:normal;font-weight:700;line-height:normal;margin:0}.history-container form,.profile-container form,.wallet-container form{display:flex;flex-direction:column;gap:30px}.history-container form .element-column-section,.profile-container form .element-column-section,.wallet-container form .element-column-section{display:flex;flex-direction:column;gap:15px}.history-container form .error-msg,.profile-container form .error-msg,.wallet-container form .error-msg{margin-top:5px;color:var(--error-message-color);font-size:var(--error-message-font-size);z-index:1;position:relative}.history-container .form-label,.profile-container .form-label,.wallet-container .form-label{font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;color:var(--input-label-color)}.history-container .slick-track,.profile-container .slick-track,.wallet-container .slick-track{margin:0}.history-container .select-bank-option-card,.profile-container .select-bank-option-card,.wallet-container .select-bank-option-card{width:100%;padding:20px;border-radius:10px;background:var(--input-bg);border:none!important;color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:center;align-items:start;gap:15px;height:100%;cursor:pointer}.history-container .select-bank-option-card .bank-card-content,.profile-container .select-bank-option-card .bank-card-content,.wallet-container .select-bank-option-card .bank-card-content{width:100%}.history-container .select-bank-option-card .bank-card-content .content-text,.profile-container .select-bank-option-card .bank-card-content .content-text,.wallet-container .select-bank-option-card .bank-card-content .content-text{width:100%;text-align:center}.history-container .select-bank-option-card .bank-name,.profile-container .select-bank-option-card .bank-name,.wallet-container .select-bank-option-card .bank-name{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.history-container .select-bank-option-card.active,.profile-container .select-bank-option-card.active,.wallet-container .select-bank-option-card.active{cursor:auto;background:var(--input-selected-bg)!important}.history-container .select-bank-option-card.active .content-text,.history-container .select-bank-option-card.active .title,.profile-container .select-bank-option-card.active .content-text,.profile-container .select-bank-option-card.active .title,.wallet-container .select-bank-option-card.active .content-text,.wallet-container .select-bank-option-card.active .title{color:var(--input-selected-color)!important}.history-container .select-bank-option-card img,.profile-container .select-bank-option-card img,.wallet-container .select-bank-option-card img{width:100%;height:auto}.history-container .select-bank-option-card .title,.profile-container .select-bank-option-card .title,.wallet-container .select-bank-option-card .title{color:var(--input-text-color);font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.history-container .select-bank-option-card .content-text,.profile-container .select-bank-option-card .content-text,.wallet-container .select-bank-option-card .content-text{color:var(--input-text-color);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.history-container .select-bank-option-card .no-bank,.profile-container .select-bank-option-card .no-bank,.wallet-container .select-bank-option-card .no-bank{text-align:center}.history-container .select-bank-option-card button,.profile-container .select-bank-option-card button,.wallet-container .select-bank-option-card button{border:none!important;border-radius:var(--button-submit-border-radius);background:var(--button-submit-bg);color:var(--button-submit-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:25px;margin-left:auto;margin-right:auto;display:flex}.history-container .select-bank-option-card button:active,.history-container .select-bank-option-card button:focus,.profile-container .select-bank-option-card button:active,.profile-container .select-bank-option-card button:focus,.wallet-container .select-bank-option-card button:active,.wallet-container .select-bank-option-card button:focus{background:var(--button-submit-bg)}.history-container .bank-card,.profile-container .bank-card,.wallet-container .bank-card{cursor:pointer;padding:20px;border-radius:10px;background:var(--input-bg);border:none!important;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex!important;flex-direction:column;align-items:flex-start;gap:15px;height:100%}.history-container .deposit-amount-input .dropdown-design,.profile-container .deposit-amount-input .dropdown-design,.wallet-container .deposit-amount-input .dropdown-design{margin-top:5px;border-radius:10px;background:var(--input-bg)}.history-container .deposit-amount-input .dropdown-design .dropdown,.profile-container .deposit-amount-input .dropdown-design .dropdown,.wallet-container .deposit-amount-input .dropdown-design .dropdown{display:flex;align-items:center;padding:6px 15px;width:auto!important}.history-container .deposit-amount-input .dropdown-design .dropdown .dropdown-toggle,.profile-container .deposit-amount-input .dropdown-design .dropdown .dropdown-toggle,.wallet-container .deposit-amount-input .dropdown-design .dropdown .dropdown-toggle{margin:0;color:var(--button-submit-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;border:var(--button-submit-border)!important;border-radius:var(--button-submit-border-radius);background:var(--button-submit-bg)!important;padding:5px 15px!important}.history-container .deposit-amount-input .dropdown-design .dropdown-input,.profile-container .deposit-amount-input .dropdown-design .dropdown-input,.wallet-container .deposit-amount-input .dropdown-design .dropdown-input{width:100%;color:#14ff6c;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.history-container .deposit-amount-input .dropdown-design .dropdown-input .input-group,.profile-container .deposit-amount-input .dropdown-design .dropdown-input .input-group,.wallet-container .deposit-amount-input .dropdown-design .dropdown-input .input-group{margin:0!important;height:100%}.history-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input,.profile-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input,.wallet-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input{padding:11.5px 15px;line-height:10px;background:transparent!important;box-shadow:none!important;outline:none!important;text-align:end;color:var(--white);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600}.history-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input::placeholder,.profile-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input::placeholder,.wallet-container .deposit-amount-input .dropdown-design .dropdown-input .input-group input::placeholder{color:#888;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.history-container .deposit-amount-input .dropdown-design .dropdown-input label,.profile-container .deposit-amount-input .dropdown-design .dropdown-input label,.wallet-container .deposit-amount-input .dropdown-design .dropdown-input label{line-height:17px}.history-container .deposit-amount-input .dropdown-design .wrapper,.profile-container .deposit-amount-input .dropdown-design .wrapper,.wallet-container .deposit-amount-input .dropdown-design .wrapper{padding:7px 15px;display:flex;align-items:center;gap:50px}.history-container .deposit-amount-input .custom-file-upload,.profile-container .deposit-amount-input .custom-file-upload,.wallet-container .deposit-amount-input .custom-file-upload{cursor:pointer;border-radius:5px;background:var(--wallet--input-dropdown-bg);border:var(--wallet--input-dropdown-bg-border);color:var(--input-selected-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:7px 25px}.history-container .deposit-amount-input .custom-file-upload svg path,.profile-container .deposit-amount-input .custom-file-upload svg path,.wallet-container .deposit-amount-input .custom-file-upload svg path{fill:var(--input-selected-color)}.history-container .deposit-amount-input .file-name,.profile-container .deposit-amount-input .file-name,.wallet-container .deposit-amount-input .file-name{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.history-container .wallet-wrapper,.history-container .wallet-wrapper .form,.profile-container .wallet-wrapper,.profile-container .wallet-wrapper .form,.wallet-container .wallet-wrapper,.wallet-container .wallet-wrapper .form{padding:0}.history-container .input-group,.profile-container .input-group,.wallet-container .input-group{font-size:12px;height:38px}.history-container .input-group input,.profile-container .input-group input,.wallet-container .input-group input{color:var(--input-label-color);background:var(--input-bg);border-radius:10px!important;border:none!important;box-shadow:none!important}.history-container .input-group input::placeholder,.profile-container .input-group input::placeholder,.wallet-container .input-group input::placeholder{color:var(--input-placeholder-color)}.history-container .input-group input:disabled,.profile-container .input-group input:disabled,.wallet-container .input-group input:disabled{cursor:not-allowed;opacity:.4}.history-container .input-group .password-icon,.profile-container .input-group .password-icon,.wallet-container .input-group .password-icon{height:12px;width:15px;color:var(--password-icon-color)}.history-container .submit-button,.profile-container .submit-button,.wallet-container .submit-button{width:100%;padding:8px;background:var(--button-submit-bg);border:var(--button-submit-border);border-radius:var(--button-submit-border-radius);color:var(--button-submit-color)}.history-container .submit-button:active,.history-container .submit-button:focus,.profile-container .submit-button:active,.profile-container .submit-button:focus,.wallet-container .submit-button:active,.wallet-container .submit-button:focus{background:var(--button-submit-bg)}.history-container .controls-container,.profile-container .controls-container,.wallet-container .controls-container{--highlight-width:32px;--highlight-x-pos:0;display:flex;margin-bottom:0}.history-container .controls-container .uiverse,.profile-container .controls-container .uiverse,.wallet-container .controls-container .uiverse{--duration:7s;--easing:linear;-webkit-appearance:none;outline:none;cursor:pointer;border:none}.history-container .controls-container .uiverse .wrapper,.profile-container .controls-container .uiverse .wrapper,.wallet-container .controls-container .uiverse .wrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,width .3s ease;width:var(--highlight-width);transform:translateX(var(--highlight-x-pos));position:absolute;top:0;bottom:0;left:0;z-index:0;color:var(--c-color);background:radial-gradient(circle,var(--c-radial-inner),var(--c-radial-outer) 80%);box-shadow:0 0 14px var(--c-shadow)}.history-container .controls-container .uiverse .wrapper span,.profile-container .controls-container .uiverse .wrapper span,.wallet-container .controls-container .uiverse .wrapper span{position:relative;z-index:1;color:#000;font-family:Poppins;font-size:14px;font-weight:400}.history-container .controls-container .uiverse .wrapper span .image-container,.profile-container .controls-container .uiverse .wrapper span .image-container,.wallet-container .controls-container .uiverse .wrapper span .image-container{filter:grayscale(0)}.history-container .controls-container .controls,.profile-container .controls-container .controls,.wallet-container .controls-container .controls{display:inline-flex;gap:60px;position:relative;width:100%;border-bottom:var(--segment-bottom-border)}@media(max-width:575.98px){.history-container .controls-container .controls,.profile-container .controls-container .controls,.wallet-container .controls-container .controls{gap:6px}}.history-container .controls-container .segment label,.profile-container .controls-container .segment label,.wallet-container .controls-container .segment label{cursor:pointer;display:block;font-weight:700;transition:color .5s ease;color:var(--segment-label);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 10px}.history-container .controls-container .segment label .active img,.profile-container .controls-container .segment label .active img,.wallet-container .controls-container .segment label .active img{left:0;height:100%!important;width:auto!important;top:0;padding:3px}@media(max-width:767.98px){.history-container .controls-container .segment label,.profile-container .controls-container .segment label,.wallet-container .controls-container .segment label{font-size:9px}.history-container .controls-container .segment label img,.profile-container .controls-container .segment label img,.wallet-container .controls-container .segment label img{width:20px;height:20px;position:absolute;left:10px}}.history-container .controls-container .segment.active label,.profile-container .controls-container .segment.active label,.wallet-container .controls-container .segment.active label{font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:var(--segment-active-label)}@media(max-width:767.98px){.history-container .controls-container .segment.active label,.profile-container .controls-container .segment.active label,.wallet-container .controls-container .segment.active label{font-size:9px}.history-container .controls-container .segment.active label img,.profile-container .controls-container .segment.active label img,.wallet-container .controls-container .segment.active label img{width:20px;height:20px}}.history-container .controls-container .controls:before,.profile-container .controls-container .controls:before,.wallet-container .controls-container .controls:before{content:"";width:var(--segment-active-width);height:3px;border-radius:20px;transform:translateX(var(--highlight-x-pos));position:absolute;top:30px;bottom:0;left:0;z-index:0;background:var(--segment-active-label)}@media(max-width:767.98px){.history-container .controls-container .controls:before,.profile-container .controls-container .controls:before,.wallet-container .controls-container .controls:before{top:21px}}@media(max-width:575.98px){.history-container .controls-container .controls:before,.profile-container .controls-container .controls:before,.wallet-container .controls-container .controls:before{width:var(--segment-active-width-md)}}.history-container .data-picker,.profile-container .data-picker,.wallet-container .data-picker{width:100%}.history-container .data-picker .p-inputtext,.profile-container .data-picker .p-inputtext,.wallet-container .data-picker .p-inputtext{background:var(--date-picker-bg);color:var(--date-picker-text-color);box-shadow:none;border:none;padding:10px 15px;border-radius:10px;height:40px;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.history-container .data-picker .p-inputtext::placeholder,.profile-container .data-picker .p-inputtext::placeholder,.wallet-container .data-picker .p-inputtext::placeholder{color:var(--date-picker-placeholder-color)}.history-container .dropdown button,.profile-container .dropdown button,.wallet-container .dropdown button{background:var(--dropdown-bg);color:var(--dropdown-text-color);border:var(--dropdown-border-color);margin-top:5px;border-radius:10px;text-align:start;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:10px;padding:15px}.history-container .dropdown button:active,.history-container .dropdown button:focus,.history-container .dropdown button:hover,.profile-container .dropdown button:active,.profile-container .dropdown button:focus,.profile-container .dropdown button:hover,.wallet-container .dropdown button:active,.wallet-container .dropdown button:focus,.wallet-container .dropdown button:hover{background:var(--dropdown-bg);color:var(--dropdown-text-color);border:var(--dropdown-border-color)}.history-container .dropdown button:disabled,.profile-container .dropdown button:disabled,.wallet-container .dropdown button:disabled{background:var(--dropdown-bg);color:var(--dropdown-text-color);border:var(--dropdown-border-color);opacity:.4}.history-container .table-container,.profile-container .table-container,.wallet-container .table-container{min-height:30vh}.history-container .table-container .table,.profile-container .table-container .table,.wallet-container .table-container .table{--bs-table-hover-bg:var(--table-hover-bg);--bs-table-bg:var(--table-bg);--bs-table-color:var(--table-text-color)}.history-container .table-container .table .header-datatable,.profile-container .table-container .table .header-datatable,.wallet-container .table-container .table .header-datatable{background-color:var(--table-header-bg)}.history-container .table-container .table .header-datatable th,.profile-container .table-container .table .header-datatable th,.wallet-container .table-container .table .header-datatable th{white-space:nowrap;color:var(--table-header-text-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.history-container .table-container .table thead th:first-child,.profile-container .table-container .table thead th:first-child,.wallet-container .table-container .table thead th:first-child{border-top-left-radius:10px}.history-container .table-container .table thead th:last-child,.profile-container .table-container .table thead th:last-child,.wallet-container .table-container .table thead th:last-child{border-top-right-radius:10px}.history-container .table-container .table tbody tr:nth-child(2n),.profile-container .table-container .table tbody tr:nth-child(2n),.wallet-container .table-container .table tbody tr:nth-child(2n){background-color:var(--table-hover-bg)}.history-container .table-container .table label,.profile-container .table-container .table label,.wallet-container .table-container .table label{color:var(--table-text-color);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.history-container .table-container .table tbody td,.profile-container .table-container .table tbody td,.wallet-container .table-container .table tbody td{border:none!important;color:var(--table-text-color);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.history-container .table-container .table>:not(caption)>*>*,.profile-container .table-container .table>:not(caption)>*>*,.wallet-container .table-container .table>:not(caption)>*>*{background-color:transparent}.history-container .table-container .table-responsive::-webkit-scrollbar-track,.profile-container .table-container .table-responsive::-webkit-scrollbar-track,.wallet-container .table-container .table-responsive::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.history-container .table-container .table-responsive::-webkit-scrollbar,.profile-container .table-container .table-responsive::-webkit-scrollbar,.wallet-container .table-container .table-responsive::-webkit-scrollbar{height:5px}.history-container .table-container .table-responsive::-webkit-scrollbar-thumb,.profile-container .table-container .table-responsive::-webkit-scrollbar-thumb,.wallet-container .table-container .table-responsive::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--pink);height:1px}.history-container .wallet-tab .nav-link,.profile-container .wallet-tab .nav-link,.wallet-container .wallet-tab .nav-link{border:none;border-radius:10px 10px 0 0;background:var(--wallet-tab-bg);color:var(--wallet-tab-color);text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.history-container .wallet-tab .nav-link.active,.profile-container .wallet-tab .nav-link.active,.wallet-container .wallet-tab .nav-link.active{background:var(--wallet-tab-active-bg)!important;color:var(--wallet-tab-active-color)!important}.history-container .tab-content,.profile-container .tab-content,.wallet-container .tab-content{position:relative}.history-container .tab-content .gradient,.profile-container .tab-content .gradient,.wallet-container .tab-content .gradient{display:block!important;opacity:1!important;width:50%;height:1em;top:-1px;position:absolute;z-index:0;background:var(--wallet-tab-bg)}.history-container .tab-content .gradient.left,.profile-container .tab-content .gradient.left,.wallet-container .tab-content .gradient.left{left:0}.history-container .tab-content .gradient.right,.profile-container .tab-content .gradient.right,.wallet-container .tab-content .gradient.right{right:0}.history-container .tab-content .gradient.left.selected,.history-container .tab-content .gradient.right.selected,.profile-container .tab-content .gradient.left.selected,.profile-container .tab-content .gradient.right.selected,.wallet-container .tab-content .gradient.left.selected,.wallet-container .tab-content .gradient.right.selected{background:var(--wallet-tab-content-border-color)}.history-container .tab-content>.active,.profile-container .tab-content>.active,.wallet-container .tab-content>.active{z-index:1;position:relative;border:var(--wallet-tab-content-border);border-radius:13px;background:var(--wallet-tab-content-bg);padding:35px 25px}.dropdown-menu{margin-top:.5em;background:var(--dropdown-bg);border:var(--dropdown-menu-boder);width:100%;overflow-y:scroll}.dropdown-menu::-webkit-scrollbar{display:none}.dropdown-menu .dropdown-item{color:var(--dropdown-item-color);background:var(--dropdown-item-bg)}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:hover{background:var(--dropdown-item-active-bg)!important;color:var(--dropdown-item-active-color)!important}.pagination{--bs-pagination-bg:var(--pagination-bg);--bs-pagination-color:var(--pagination-text-color);--bs-pagination-active-bg:var(--pagination-active-bg);--bs-pagination-active-color:var(--pagination-active-text-color);--bs-pagination-active-border-color:transparent;--bs-pagination-hover-color:var(--pagination-active-text-color);--bs-pagination-hover-bg:var(--pagination-active-bg);--bs-pagination-focus-color:var(--pagination-active-text-color);--bs-pagination-focus-bg:var(--pagination-active-bg);--bs-pagination-disabled-bg:var(--pagination-button-disbaled-bg);--bs-pagination-disabled-color:var(--pagination-button-disabled-text-color);--bs-box-shadow:var(--pagination-shadow);gap:4px;display:flex;align-items:center}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{background:var(--pagination-button-bg);color:var(--pagination-button-text-color);height:33px;width:33px;display:flex;justify-content:center;align-items:center;box-shadow:none;outline:none;border:none;border-radius:8px}.pagination .page-item:first-child .page-link:active,.pagination .page-item:first-child .page-link:focus,.pagination .page-item:last-child .page-link:active,.pagination .page-item:last-child .page-link:focus{box-shadow:none;outline:none;border:none}.pagination .page-item:first-child.disabled,.pagination .page-item:last-child.disabled{cursor:no-drop}.pagination .page-item:first-child.disabled .page-link,.pagination .page-item:last-child.disabled .page-link{background:var(--bs-pagination-disabled-bg);color:var(--bs-pagination-disabled-color)}.change-password-btn{box-shadow:inset 0 -3px 0 0 #232042,inset 0 2px 0 0 #59518e;padding:8px 14px 12px;background:#2c2852;color:#d9d1f4;text-shadow:#191939 0 1px 0;border:4px solid #090c1d}.change-password-btn :focus{outline:none;border:none}.change-password-btn:disabled{box-shadow:inset 0 -3px 0 0 #232042,inset 0 2px 0 0 #59518e;padding:8px 14px 12px;background:#2c2852;color:#d9d1f4;text-shadow:#191939 0 1px 0;border:4px solid #090c1d}.change-password-btn:disabled :focus{outline:none;border:none}.change-password-btn:hover{box-shadow:inset 0 -3px 0 0 #c56a18,inset 0 2px 0 0 #ffea2f;padding:8px 14px 12px;border:4px solid #090c1d;background:linear-gradient(420deg,#ffce00,#ffce00 49%,#eeaf0e 0,#eeaf0e) 0/100% 100% no-repeat;color:#fff}.change-password-btn:hover :focus{outline:none;border:none}.submit-btn{margin-top:4em;background:var(--secondary-bg);width:100%;color:var(--primary);border:none}.submit-btn:active,.submit-btn:hover{background:var(--primary-bg);color:var(--secondary)}.GREEN .radial-green-btn{background:var(--linear-dark-green);border:1px solid var(--green);border-radius:8px;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}.GREEN .radial-green-btn:hover{border:1px solid var(--green)}.BLACK_ROSE .radial-green-btn{background:var(--angular-rose);border:1px solid var(--white);border-radius:8px;color:var(--black);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap;box-shadow:0 0 10px 0 var(--rose)}.BLACK_ROSE .radial-green-btn:hover{opacity:50%}.GREEN_GOLD .radial-green-btn{background:var(--linear-green3) padding-box,var(--linear-green2) border-box;border:1px solid transparent;border-radius:8px;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}.GREEN_GOLD .radial-green-btn:hover{opacity:50%}.GREEN_GREY .radial-green-btn{background:transparent;border:1px solid var(--white);border-radius:30px;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}.GREEN_GREY .radial-green-btn:hover{opacity:50%}.ORANGE .radial-green-btn{background:var(--radial-dark-orange)}.PURPLE .radial-purple-btn{background:var(--primary-bg-layout-six);border:2px solid #9c1eff;border-radius:8px;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}.PURPLE .radial-purple-btn:hover{border:1px solid #9c1eff}.ORANGE .radial-green-btn{background:radial-gradient(80.66% 226.65% at 26.28% -23.45%,#ef931d 0,#9c2a1e 47.58%,#490b2d 100%);border:1px solid var(--white);border-radius:8px;color:var(--white);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}.ORANGE .radial-green-btn:hover{border:1px solid var(--white)}.YELLOW .radial-green-btn{background:var(--linear-black-yellow);border:1px solid var(--secondary);border-radius:8px;color:var(--secondary);font-family:Poppins;font-weight:600;font-size:16px;text-wrap-mode:nowrap}@media(max-width:991.98px){.YELLOW .radial-green-btn{font-size:13px}}.YELLOW .radial-green-btn:hover{border:1px solid var(--secondary)}.GREEN .primary-btn{border:none;color:var(--white);background:var(--linear-green)!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.GREEN .primary-btn:hover{border:none!important;opacity:50%!important}.GREEN .primary-btn:disabled{opacity:.5}.GREEN .secondary-btn{border:1px solid var(--green)!important;color:var(--green)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.GREEN .secondary-btn:hover{opacity:50%!important}.GREEN .tertiary-btn{background:var(--dark-blue-bg)!important;color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none}.GREEN .tertiary-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--linear-green)!important}.GREEN .slider-btn:disabled{color:var(--grey2)!important;background:var(--dark-blue-bg)!important;cursor:not-allowed}.GREEN_GOLD .primary-btn{border:none;color:var(--black);background:var(--tertiary-bg)!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.GREEN_GOLD .primary-btn:hover{border:none!important;opacity:50%!important}.GREEN_GOLD .primary-btn:disabled{opacity:.5}.GREEN_GOLD .secondary-btn{border:1px solid var(--gold)!important;color:var(--gold)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.GREEN_GOLD .secondary-btn:hover{opacity:50%!important}.GREEN_GOLD .tertiary-btn{background:var(--dark-blue-bg)!important;color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none}.GREEN_GOLD .tertiary-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN_GOLD .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--linear-green)!important}.GREEN_GOLD .slider-btn:disabled{color:var(--grey2)!important;background:var(--dark-blue-bg)!important;cursor:not-allowed}.GREEN_GREY .primary-btn{border:none;color:var(--black);background:var(--tertiary-bg)!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.GREEN_GREY .primary-btn:hover{border:none!important;opacity:50%!important}.GREEN_GREY .primary-btn:disabled{opacity:.5}.GREEN_GREY .secondary-btn{border:1px solid var(--gold)!important;color:var(--gold)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.GREEN_GREY .secondary-btn:hover{opacity:50%!important}.GREEN_GREY .tertiary-btn{background:var(--dark-blue-bg)!important;color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none}.GREEN_GREY .tertiary-btn:hover{background:var(--green)!important;color:var(--black)}.GREEN_GREY .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--linear-green)!important}.GREEN_GREY .slider-btn:disabled{color:var(--grey2)!important;background:var(--dark-blue-bg)!important;cursor:not-allowed}.PURPLE .primary-btn{border:none;color:var(--white);background:linear-gradient(180deg,#9b4dff,#4e1d8c)!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.PURPLE .primary-btn:hover{border:none!important;opacity:50%!important}.PURPLE .primary-btn:disabled{opacity:.5}.PURPLE .secondary-btn{border:1px solid var(--green)!important;color:var(--green)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.PURPLE .secondary-btn:hover{opacity:50%!important}.PURPLE .tertiary-btn{background:var(--dark-blue-bg)!important;color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none}.PURPLE .tertiary-btn:hover{background:var(--green)!important;color:var(--black)}.PURPLE .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:var(--linear-green)!important}.PURPLE .slider-btn:disabled{color:var(--grey2)!important;background:var(--dark-blue-bg)!important;cursor:not-allowed}.ORANGE .primary-btn{border:1px solid var(--white);color:var(--white);background:#f57e20!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.ORANGE .primary-btn:hover{border:1px solid var(--white)!important;opacity:50%!important}.ORANGE .primary-btn:disabled{opacity:.5}.ORANGE .secondary-btn{border:1px solid var(--white)!important;color:var(--white)!important;background:#92191c!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.ORANGE .secondary-btn:hover{opacity:50%!important}.ORANGE .tertiary-btn{background:var(--dark-blue-bg)!important;color:var(--white);font-family:Poppins;font-size:14px;font-weight:600;border:none;outline:none}.ORANGE .tertiary-btn:hover{background:var(--green)!important;color:var(--black)}.ORANGE .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--white);background:linear-gradient(180deg,#8d3d32,#bb5e35 50%,#ffa234)!important}.ORANGE .slider-btn:disabled{color:var(--grey2)!important;background:#381811!important;cursor:not-allowed}.YELLOW .primary-btn{border:none;color:var(--black);background:var(--secondary)!important;width:100%;font-family:Poppins;font-weight:600;font-size:14px}.YELLOW .primary-btn:hover{border:none!important;opacity:50%!important}.YELLOW .primary-btn:disabled{opacity:.5;cursor:no-drop}.YELLOW .secondary-btn{border:1px solid var(--secondary)!important;color:var(--secondary)!important;background:transparent!important;width:100%;font-family:Poppins;font-size:14px;font-weight:600}.YELLOW .secondary-btn:hover{opacity:50%!important}.YELLOW .slider-btn{display:flex;align-items:center;padding:5px;height:100%;border:none!important;color:var(--black);background-color:var(--secondary-bg)!important}.YELLOW .slider-btn:disabled{color:var(--grey5)!important;background-color:var(--grey2-bg)!important;cursor:not-allowed}.GREEN .language-btn{border:1px solid var(--green)!important;color:var(--secondary)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.GREEN .language-btn:hover{opacity:50%!important}.GREEN .language-container{position:absolute;background:var(--dark-blue-bg3);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:1px solid var(--green)}.BLACK_ROSE .language-btn{border:1px solid var(--rose)!important;color:var(--secondary)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.BLACK_ROSE .language-btn:hover{opacity:50%!important}.BLACK_ROSE .language-container{position:absolute;background:var(--primary-bg);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:none}.GREEN_GOLD .language-btn{color:var(--secondary)!important;background:var(--secondary-bg) padding-box,var(--tertiary-bg) border-box!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;outline:none;border:1px solid transparent}.GREEN_GOLD .language-btn:hover{opacity:50%!important}.GREEN_GOLD .language-container{position:absolute;background:var(--black);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:none}.GREEN_GREY .language-btn{color:var(--secondary)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;outline:none;border:1px solid var(--grey2)}.GREEN_GREY .language-btn:hover{opacity:50%!important}.GREEN_GREY .language-container{position:absolute;background:var(--primary);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:none;border:1px solid var(--white)}.ORANGE .language-btn{border:1px solid var(--white)!important;color:var(--white)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.ORANGE .language-btn:hover{opacity:50%!important}.ORANGE .language-container{position:absolute;background:#722c39;padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:1px solid var(--white)}.ORANGE .language-container label:hover{background:linear-gradient(180deg,#f8e385,#bc8c41 130%)!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.YELLOW .language-btn{border:1px solid var(--secondary)!important;color:var(--secondary)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.YELLOW .language-btn:hover{opacity:50%!important}.YELLOW .language-container{position:absolute;background:var(--dark-blue-bg3);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:1px solid var(--secondary)}.YELLOW .language-container.--layout-3{right:15px;background-color:var(--primary-bg);top:4em}@media(max-width:768px){.YELLOW .language-container.--layout-3{top:90px}}.PURPLE .language-btn{border:1px solid #9c1eff!important;color:var(--secondary)!important;background:transparent!important;border-radius:4px;font-family:Poppins;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.PURPLE .language-btn:hover{opacity:50%!important}.PURPLE .language-container{position:absolute;background:var(--grey2-bg);padding:.7em;right:14em;top:4em;display:flex;gap:2em;border-radius:10px;z-index:999;border:1px solid #9c1eff}input::-ms-clear,input::-ms-reveal{display:none}.GREEN .datePickerWalletHistory{width:100%}.GREEN .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--dark-blue-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.GREEN .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.GREEN .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.GREEN .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.GREEN .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.GREEN .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.GREEN .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.GREEN .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.BLACK_ROSE .datePickerWalletHistory{width:100%}.BLACK_ROSE .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--dark-blue-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.BLACK_ROSE .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.BLACK_ROSE .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.BLACK_ROSE .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.BLACK_ROSE .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.BLACK_ROSE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.BLACK_ROSE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.BLACK_ROSE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.BLACK_ROSE .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.GREEN_GOLD .datePickerWalletHistory{width:100%}.GREEN_GOLD .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--dark-blue-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.GREEN_GOLD .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.GREEN_GOLD .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.GREEN_GOLD .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.GREEN_GOLD .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.GREEN_GOLD .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.GREEN_GOLD .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.GREEN_GOLD .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.GREEN_GOLD .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.ORANGE .datePickerWalletHistory{width:100%}.ORANGE .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--primary-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.ORANGE .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.ORANGE .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.ORANGE .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.ORANGE .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.ORANGE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.ORANGE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.ORANGE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.ORANGE .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.PURPLE .datePickerWalletHistory{width:100%}.PURPLE .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--grey2-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.PURPLE .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.PURPLE .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.PURPLE .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.PURPLE .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.PURPLE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.PURPLE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.PURPLE .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.PURPLE .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.YELLOW .datePickerWalletHistory{width:100%}.YELLOW .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--grey2-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.YELLOW .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.YELLOW .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.YELLOW .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.YELLOW .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.YELLOW .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.YELLOW .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.YELLOW .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.YELLOW2 .datePickerWalletHistory{width:100%}.YELLOW2 .datePickerWalletHistory .p-inputtext{box-shadow:none;border-radius:12px!important;border:none!important;background:var(--grey2-bg);padding:10px 15px;width:100%;height:40px;--webkit-text-fill-color:var(--grey-bg);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.YELLOW2 .datePickerWalletHistory .p-inputtext ::placeholder{color:var(--grey2)}@media(max-width:767.98px){.YELLOW2 .datePickerWalletHistory .p-inputtext{width:100%;padding:15px,20px,15px,20px}}.YELLOW2 .datePickerWalletHistory .p-inputtext .p-datepicker-header{padding:0}.YELLOW2 .datePickerWalletHistory .p-inputtext .p-datepicker-calendar tbody tr td{padding:0;font-size:16px}.YELLOW2 .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar{padding:0}.YELLOW2 .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button{padding:5px 10px}.YELLOW2 .datePickerWalletHistory .p-inputtext .p-datepicker-buttonbar .p-button .p-button-label{font-size:16px}.YELLOW2 .datePickerWalletHistory .p-inputtext.p-datepicker{margin-top:5px;width:320px}.GREEN .refer-btn{border:none;border-bottom-left-radius:0;border-top-right-radius:0;background:var(--linear-green);border-top-left-radius:8px;border-bottom-right-radius:8px;padding:8px;color:var(--white)!important;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.GREEN .refer-btn:active{background:var(--linear-green);border:none}.YELLOW .refer-btn{border:none;background:var(--secondary);border-radius:8px;padding:8px;color:var(--black)!important;width:100%;cursor:pointer;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center}.YELLOW .refer-btn:active{opacity:.5;background:var(--secondary)}.YELLOW2 .refer-btn{border:none;background:var(--secondary);border-radius:8px;padding:8px;color:var(--black)!important;width:100%;cursor:pointer;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center}.YELLOW2 .refer-btn:active{opacity:.5;background:var(--secondary)}.PURPLE .refer-btn{border:1px transparent;border-bottom-left-radius:0;border-top-right-radius:0;background:linear-gradient(180deg,#9b4dff,#4e1d8c);border-top-left-radius:8px;border-bottom-right-radius:8px}.ORANGE .refer-btn,.PURPLE .refer-btn{padding:8px;color:var(--white)!important;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.ORANGE .refer-btn{border:1px solid var(--white);border-bottom-left-radius:0;border-top-right-radius:0;background:var(--primary-red);border-top-left-radius:8px;border-bottom-right-radius:8px}.ORANGE .refer-btn:active{background:var(--primary-red);border:1px solid var(--white)}.cryptoWithdrawalAmountDesign{background-color:var(--black-bg);border-radius:5px;height:36px;width:60px;cursor:pointer}.cryptoWithdrawalAmountDesign p{color:var(--light-grey);font-family:Poppins;font-size:12px;font-weight:400;display:flex;justify-content:center;align-items:center;height:100%}.cryptoWithdrawalAmountActive{border:none!important;border-radius:5px!important;background:var(--linear-dark-green);cursor:pointer}.cryptoWithdrawalAmountActive p{color:var(--primary);font-family:Poppins;font-size:12px;font-weight:400;display:flex;justify-content:center;align-items:center;height:100%}.withdrawal-input-password{background-color:#1b1b1b;border-radius:10px;height:40px;margin-top:5px}.withdrawal-input-password .input-group{margin:0!important;height:100%}.withdrawal-input-password .input-group input::placeholder{opacity:.4}.withdrawal-input-password .input-group input{padding:11.5px 15px;line-height:10px;background:transparent!important;box-shadow:none!important;outline:none!important;color:#14ff6c;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600}.MuiStack-root .css-1bwrb6y-MuiStack-root{overflow-y:hidden}.GREEN .dropdown-provider .dropdown-menu{background:var(--dark-blue-bg4);height:16em;padding:10px 15px}.GREEN .dropdown-provider-desktop4 .dropdown-menu{width:17em;padding-bottom:0;padding-top:0}.GREEN .search-provider4{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-blue-bg4);box-shadow:2px 20px 16px var(--dark-blue-bg4)}.GREEN .search-provider4 input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}.GREEN .reset-btn-section{background:var(--dark-blue-bg4);position:fixed;top:337px;width:100%}.GREEN .reset-btn-section .reset-confirm-btn{background:var(--dark-blue-bg);color:var(--white);border:none;width:100%}.GREEN .checkbox-container{height:320px;overflow-y:scroll;background:var(--dark-blue-bg4);padding-bottom:2em}.GREEN .checkbox-container .checkbox-section{padding:17px 10px 0}.GREEN .checkbox-container .checkbox-section input{width:15px;height:15px;accent-color:var(--dark-blue-bg);outline:1px solid var(--white)}.GREEN .checkbox-container .checkbox-section .check-input[type=checkbox]:checked{accent-color:var(--dark-blue-bg)}.GREEN .checkbox-container .checkbox-section img{width:auto}.GREEN .checkbox-container::-webkit-scrollbar{display:none}.GREEN_GOLD .dropdown-provider .dropdown-menu{background:var(--dark-blue-bg4);height:16em;padding:10px 15px}.GREEN_GOLD .dropdown-provider-desktop4 .dropdown-menu{width:17em;padding-bottom:0;padding-top:0}.GREEN_GOLD .search-provider4{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-blue-bg4);box-shadow:2px 20px 16px var(--dark-blue-bg4)}.GREEN_GOLD .search-provider4 input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}.GREEN_GOLD .reset-btn-section{background:var(--dark-blue-bg4);position:fixed;top:337px;width:100%}.GREEN_GOLD .reset-btn-section .reset-confirm-btn{background:var(--dark-blue-bg);color:var(--white);border:none;width:100%}.GREEN_GOLD .checkbox-container{height:320px;overflow-y:scroll;background:var(--dark-blue-bg4);padding-bottom:2em}.GREEN_GOLD .checkbox-container .checkbox-section{padding:17px 10px 0}.GREEN_GOLD .checkbox-container .checkbox-section input{width:15px;height:15px;accent-color:var(--dark-blue-bg);outline:1px solid var(--white)}.GREEN_GOLD .checkbox-container .checkbox-section .check-input[type=checkbox]:checked{accent-color:var(--dark-blue-bg)}.GREEN_GOLD .checkbox-container .checkbox-section img{width:auto}.GREEN_GOLD .checkbox-container::-webkit-scrollbar{display:none}.GREEN_GREY .dropdown-provider .dropdown-menu{background:var(--dark-blue-bg4);height:16em;padding:10px 15px}.GREEN_GREY .dropdown-provider-desktop4 .dropdown-menu{width:17em;padding-bottom:0;padding-top:0;border:.5px solid var(--grey2)}.GREEN_GREY .search-provider4{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-blue-bg4);box-shadow:2px 20px 16px var(--dark-blue-bg4)}.GREEN_GREY .search-provider4 input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}.GREEN_GREY .reset-btn-section{background:var(--dark-blue-bg4);position:fixed;top:337px;width:100%}.GREEN_GREY .reset-btn-section .reset-confirm-btn{background:var(--grey);color:var(--white);border:none;width:100%}.GREEN_GREY .checkbox-container{height:320px;overflow-y:scroll;background:var(--dark-blue-bg4);padding-bottom:2em}.GREEN_GREY .checkbox-container .checkbox-section{padding:17px 10px 0}.GREEN_GREY .checkbox-container .checkbox-section input{width:15px;height:15px;accent-color:var(--dark-blue-bg);outline:1px solid var(--white)}.GREEN_GREY .checkbox-container .checkbox-section .check-input[type=checkbox]:checked{accent-color:var(--dark-blue-bg)}.GREEN_GREY .checkbox-container .checkbox-section img{width:auto}.GREEN_GREY .checkbox-container::-webkit-scrollbar{display:none}.ORANGE .dropdown-provider .dropdown-menu{background:var(--dark-red-bg);height:16em;padding:10px 15px}.ORANGE .dropdown-provider-desktop4 .dropdown-menu{background:var(--dark-red-bg);width:17em;padding-bottom:0;padding-top:0}.ORANGE .search-provider4{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-red-bg);box-shadow:2px 20px 16px var(--dark-red-bg)}.ORANGE .search-provider4 input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}.ORANGE .checkbox-container{height:320px;overflow-y:scroll;background:var(--dark-red-bg);padding-bottom:2em}.ORANGE .checkbox-container .checkbox-section{padding:17px 10px 0}.ORANGE .checkbox-container .checkbox-section input{width:15px;height:15px;accent-color:var(--dark-red-bg);outline:1px solid var(--white)}.ORANGE .checkbox-container .checkbox-section .check-input[type=checkbox]:checked{accent-color:var(--dark-red-bg)}.ORANGE .checkbox-container .checkbox-section img{width:auto}.ORANGE .checkbox-container::-webkit-scrollbar{display:none}.YELLOW .dropdown-provider .dropdown-menu,.YELLOW2 .dropdown-provider .dropdown-menu{background:var(--primary-bg);overflow-y:scroll;height:16em}.PURPLE .dropdown-provider .dropdown-menu{background:var(--dark-blue-bg);overflow-y:scroll;height:16em}.PURPLE .dropdown-provider-desktop4 .dropdown-menu{background:var(--dark-blue-bg);overflow-y:scroll;height:21em;width:17em}.PURPLE .search-provider{position:-webkit-sticky;position:sticky;width:100%;padding:10px 10px 0;top:-8px;background:var(--dark-blue-bg);box-shadow:2px 20px 16px var(--dark-blue-bg)}.PURPLE .search-provider input{width:100%;padding:10px;background:transparent!important;border:1px solid var(--white)!important;outline:none!important;border-radius:10px;color:#fff!important}.PURPLE .checkbox-section{padding:17px 10px}.PURPLE .checkbox-section input{width:15px;height:15px;outline:1px solid var(--white)}.PURPLE .checkbox-section .check-input[type=checkbox]:checked,.PURPLE .checkbox-section input{accent-color:var(--dark-blue-bg)}.PURPLE .checkbox-section img{width:auto}#openButton{width:80px!important;height:80px!important;bottom:100px}@media(max-width:767.98px){#openButton{display:none!important}}.GREEN #dropdown-provider,.GREEN #dropdown-sort-by{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px;border:none}.YELLOW #dropdown-provider,.YELLOW #dropdown-sort-by,.YELLOW2 #dropdown-provider,.YELLOW2 #dropdown-sort-by{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--primary-bg);border:none;padding:6px 20px;font-size:13px;gap:10px;min-height:40px;border-radius:5px}.PURPLE #dropdown-provider,.PURPLE #dropdown-sort-by{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-blue-bg);padding:6px 20px;font-size:13px;gap:10px;height:41px}.GREEN #live-win ul{display:flex;overflow-x:scroll;padding-left:0}.GREEN #live-win ul li{list-style-type:none;text-align:center;margin:0 10px 0 0}.GREEN #live-win ul .live-win-img{width:50px;border-radius:10px;border:2px solid var(--grey2)}.GREEN #live-win ul p{color:var(--white);margin-bottom:0;font-size:8px}.GREEN #live-win ul p .amount{color:var(--secondary)}.GREEN #live-win ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.GREEN #live-win ul::-webkit-scrollbar{height:5px}.GREEN #live-win ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--pink);height:1px}.YELLOW #live-win ul{display:flex;overflow-x:scroll;padding-left:0}.YELLOW #live-win ul li{list-style-type:none;text-align:center;margin:0 10px 0 0}.YELLOW #live-win ul .live-win-img{width:50px;border-radius:10px;border:2px solid var(--grey2)}.YELLOW #live-win ul p{color:var(--white);margin-bottom:0;font-size:8px}.YELLOW #live-win ul p .amount{color:var(--secondary)}.YELLOW #live-win ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.YELLOW #live-win ul::-webkit-scrollbar{height:5px}.YELLOW #live-win ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--green);height:1px}.YELLOW2 #live-win ul{display:flex;overflow-x:scroll;padding-left:0}.YELLOW2 #live-win ul li{list-style-type:none;text-align:center;margin:0 10px 0 0}.YELLOW2 #live-win ul .live-win-img{width:50px;border-radius:10px;border:2px solid var(--grey2)}.YELLOW2 #live-win ul p{color:var(--white);margin-bottom:0;font-size:8px}.YELLOW2 #live-win ul p .amount{color:var(--secondary)}.YELLOW2 #live-win ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.YELLOW2 #live-win ul::-webkit-scrollbar{height:5px}.YELLOW2 #live-win ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--green);height:1px}.PURPLE #live-win ul{display:flex;overflow-x:scroll;padding-left:0}.PURPLE #live-win ul li{list-style-type:none;text-align:center;margin:0 10px 0 0}.PURPLE #live-win ul .live-win-img{width:50px;border-radius:10px;border:2px solid var(--grey2)}.PURPLE #live-win ul p{color:var(--white);margin-bottom:0;font-size:8px}.PURPLE #live-win ul p .amount{color:var(--secondary)}.PURPLE #live-win ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--grey3)}.PURPLE #live-win ul::-webkit-scrollbar{height:5px}.PURPLE #live-win ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--pink);height:1px}.game_disabled{filter:brightness(.5)}.YELLOW .login-polygon-external{cursor:pointer;background:var(--linear-yellow3);padding:1px;border-radius:3px}.YELLOW .login-polygon-external,.YELLOW .login-polygon-internal{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.YELLOW .login-polygon-internal{color:var(--secondary);background:#1f1f1f;padding:3px 13px;width:100%;font-size:13px;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.YELLOW .login-polygon-internal{padding:5px 13px}}.YELLOW .register-polygon-external{cursor:pointer;background:var(--white);padding:1px;border-radius:3px}.YELLOW .register-polygon-external,.YELLOW .register-polygon-internal{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.YELLOW .register-polygon-internal{color:var(--black);background:var(--linear-yellow);padding:3px 13px;width:100%;font-size:13px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.YELLOW .register-polygon-internal{padding:5px 13px}}.YELLOW .login-polygon-external3{cursor:pointer;background:var(--linear-yellow3);padding:1px;border-radius:3px}.YELLOW .login-polygon-external3,.YELLOW .login-polygon-internal3{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.YELLOW .login-polygon-internal3{color:var(--secondary);background:#1f1f1f;padding:3px 13px;width:100%;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.YELLOW .login-polygon-internal3{padding:5px 13px}}.YELLOW .register-polygon-external3{cursor:pointer;background:var(--white);padding:1px;border-radius:3px}.YELLOW .register-polygon-external3,.YELLOW .register-polygon-internal3{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.YELLOW .register-polygon-internal3{color:var(--black);background:var(--linear-yellow);padding:3px 13px;width:100%;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.YELLOW .register-polygon-internal3{padding:5px 13px}}.PURPLE .login-polygon-external{cursor:pointer;background:var(--primary-bg-layout-six);padding:1px;border-radius:3px}.PURPLE .login-polygon-external,.PURPLE .login-polygon-internal{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.PURPLE .login-polygon-internal{color:var(--secondary);background:#1f1f1f;padding:3px 13px;width:100%;font-size:13px;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.PURPLE .login-polygon-internal{padding:5px 13px}}.PURPLE .register-polygon-external{cursor:pointer;background:var(--white);padding:1px;border-radius:3px}.PURPLE .register-polygon-external,.PURPLE .register-polygon-internal{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.PURPLE .register-polygon-internal{color:var(--black);background:var(--primary-bg-layout-six);padding:3px 13px;width:100%;font-size:13px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.PURPLE .register-polygon-internal{padding:5px 13px}}.PURPLE .login-polygon-external3{cursor:pointer;background:var(--primary-bg-layout-six);padding:1px;border-radius:3px}.PURPLE .login-polygon-external3,.PURPLE .login-polygon-internal3{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.PURPLE .login-polygon-internal3{color:var(--secondary);background:#1f1f1f;padding:3px 13px;width:100%;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.PURPLE .login-polygon-internal3{padding:5px 13px}}.PURPLE .register-polygon-external3{cursor:pointer;background:#9c1eff;padding:1px;border-radius:3px}.PURPLE .register-polygon-external3,.PURPLE .register-polygon-internal3{-webkit-clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%);clip-path:polygon(8px 0,100% 0,100% 80%,calc(100% - 8px) 100%,0 100%,0 20%)}.PURPLE .register-polygon-internal3{color:var(--white);background:var(--primary-bg-layout-six);padding:3px 13px;width:100%;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center}@media(max-width:991.98px){.PURPLE .register-polygon-internal3{padding:5px 13px}}.deposit-tab{overflow-x:auto;padding-bottom:8px}.deposit-tab::-webkit-scrollbar{width:5px;height:4px;border-radius:10px;background-color:hsla(0,0%,96%,.475)}.deposit-tab::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#c2c2c2}.deposit-tab::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#36de7f}html.PURPLE .deposit-tab::-webkit-scrollbar-thumb{background-color:#bb4dff}html.YELLOW .deposit-tab::-webkit-scrollbar-thumb{background-color:#bbfc01}html.ORANGE .deposit-tab::-webkit-scrollbar-thumb{background-color:#f69a26}html.GREEN_GREY .deposit-tab::-webkit-scrollbar-thumb{background:var(--tertiary-bg)}.bank-icon{border-radius:50%}:root{font-family:Inter var,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;--font-family:"Inter var",sans-serif;--font-feature-settings:"cv02","cv03","cv04","cv11";--surface-a:#fff;--surface-b:#f9fafb;--surface-c:#f3f4f6;--surface-d:#e5e7eb;--surface-e:#fff;--surface-f:#fff;--text-color:#4b5563;--text-color-secondary:#6b7280;--primary-color:#06b6d4;--primary-color-text:#fff;--surface-0:#fff;--surface-50:#f9fafb;--surface-100:#f3f4f6;--surface-200:#e5e7eb;--surface-300:#d1d5db;--surface-400:#9ca3af;--surface-500:#6b7280;--surface-600:#4b5563;--surface-700:#374151;--surface-800:#1f2937;--surface-900:#111827;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--content-padding:1.25rem;--inline-spacing:0.5rem;--border-radius:6px;--surface-ground:#f9fafb;--surface-section:#fff;--surface-card:#fff;--surface-overlay:#fff;--surface-border:#dfe7ef;--surface-hover:#f6f9fc;--focus-ring:0 0 0 0.2rem #a5f3fc;--maskbg:rgba(0,0,0,.4);--highlight-bg:#ecfeff;--highlight-text-color:#0e7490;color-scheme:light;--blue-50:#f5f9ff;--blue-100:#d0e1fd;--blue-200:#abc9fb;--blue-300:#85b2f9;--blue-400:#609af8;--blue-500:#3b82f6;--blue-600:#326fd1;--blue-700:#295bac;--blue-800:#204887;--blue-900:#183462;--green-50:#f4fcf7;--green-100:#caf1d8;--green-200:#a0e6ba;--green-300:#76db9b;--green-400:#4cd07d;--green-500:#22c55e;--green-600:#1da750;--green-700:#188a42;--green-800:#136c34;--green-900:#0e4f26;--yellow-50:#fefbf3;--yellow-100:#faedc4;--yellow-200:#f6de95;--yellow-300:#f2d066;--yellow-400:#eec137;--yellow-500:#eab308;--yellow-600:#c79807;--yellow-700:#a47d06;--yellow-800:#816204;--yellow-900:#5e4803;--cyan-50:#f3fbfd;--cyan-100:#c3edf5;--cyan-200:#94e0ed;--cyan-300:#65d2e4;--cyan-400:#35c4dc;--cyan-500:#06b6d4;--cyan-600:#059bb4;--cyan-700:#047f94;--cyan-800:#036475;--cyan-900:#024955;--pink-50:#fef6fa;--pink-100:#fad3e7;--pink-200:#f7b0d3;--pink-300:#f38ec0;--pink-400:#f06bac;--pink-500:#ec4899;--pink-600:#c93d82;--pink-700:#a5326b;--pink-800:#822854;--pink-900:#5e1d3d;--indigo-50:#f7f7fe;--indigo-100:#dadafc;--indigo-200:#bcbdf9;--indigo-300:#9ea0f6;--indigo-400:#8183f4;--indigo-500:#6366f1;--indigo-600:#5457cd;--indigo-700:#4547a9;--indigo-800:#363885;--indigo-900:#282960;--teal-50:#f3fbfb;--teal-100:#c7eeea;--teal-200:#9ae0d9;--teal-300:#6dd3c8;--teal-400:#41c5b7;--teal-500:#14b8a6;--teal-600:#119c8d;--teal-700:#0e8174;--teal-800:#0b655b;--teal-900:#084a42;--orange-50:#fff8f3;--orange-100:#feddc7;--orange-200:#fcc39b;--orange-300:#fba86f;--orange-400:#fa8e42;--orange-500:#f97316;--orange-600:#d46213;--orange-700:#ae510f;--orange-800:#893f0c;--orange-900:#642e09;--bluegray-50:#f7f8f9;--bluegray-100:#dadee3;--bluegray-200:#bcc3cd;--bluegray-300:#9fa9b7;--bluegray-400:#818ea1;--bluegray-500:#64748b;--bluegray-600:#556376;--bluegray-700:#465161;--bluegray-800:#37404c;--bluegray-900:#282e38;--purple-50:#fbf7ff;--purple-100:#ead6fd;--purple-200:#dab6fc;--purple-300:#c996fa;--purple-400:#b975f9;--purple-500:#a855f7;--purple-600:#8f48d2;--purple-700:#763cad;--purple-800:#5c2f88;--purple-900:#432263;--red-50:#fff5f5;--red-100:#ffd0ce;--red-200:#ffaca7;--red-300:#ff8780;--red-400:#ff6259;--red-500:#ff3d32;--red-600:#d9342b;--red-700:#b32b23;--red-800:#8c221c;--red-900:#661814;--primary-50:#f3fbfd;--primary-100:#c3edf5;--primary-200:#94e0ed;--primary-300:#65d2e4;--primary-400:#35c4dc;--primary-500:#06b6d4;--primary-600:#059bb4;--primary-700:#047f94;--primary-800:#036475;--primary-900:#024955}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/_next/static/media/InterVariable.ff710c09.woff2) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/_next/static/media/InterVariable-Italic.ef0ecaff.woff2) format("woff2")}.p-editor-container .p-editor-toolbar{background:#f9fafb;border-top-right-radius:6px;border-top-left-radius:6px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0;color:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px;padding:.75rem 0}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#4b5563;background:#f3f4f6}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.75rem 1.25rem}.p-editor-container .p-editor-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-content .ql-editor{background:#fff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .ql-snow.ql-toolbar button:focus,.p-editor-container .ql-snow.ql-toolbar button:hover{color:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke{stroke:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill{fill:#4b5563}.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar button.ql-active{color:#06b6d4}.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke{stroke:#06b6d4}.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill{fill:#06b6d4}.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label{color:#06b6d4}@layer primereact{*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:rgba(0,0,0,.4);transition-duration:.2s}.p-component:disabled,.p-disabled{opacity:.6}.p-error{color:#e24c4c}.p-text-secondary{color:#6b7280}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem;border-radius:6px}.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.75rem}.p-autocomplete .p-autocomplete-multiple-container{padding:.375rem .75rem;gap:.5rem}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover{border-color:#06b6d4}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.375rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.375rem .75rem;margin-right:.5rem;background:#ecfeff;color:#0e7490;border-radius:6px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-autocomplete-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-autocomplete-panel .p-autocomplete-items{padding:.75rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover{color:#4b5563;background:#f3f4f6}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#0e7490;background:#ecfeff}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-datepicker{padding:.5rem;background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px}.p-datepicker:not(.p-datepicker-inline){background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#fff}.p-datepicker .p-datepicker-header{padding:.5rem;color:#4b5563;background:#fff;font-weight:600;margin:0;border-bottom:1px solid #e5e7eb;border-top-right-radius:6px;border-top-left-radius:6px}.p-datepicker .p-datepicker-header .p-datepicker-next,.p-datepicker .p-datepicker-header .p-datepicker-prev{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year{color:#4b5563;transition:background-color .2s,color .2s,box-shadow .2s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover{color:#06b6d4}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:50%;transition:box-shadow .2s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker table td.p-datepicker-today>span{background:#d1d5db;color:#4b5563;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #e5e7eb}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #e5e7eb;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-timepicker button:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#0e7490;background:#ecfeff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #e5e7eb;padding:0 .5rem}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}@media screen and (max-width:769px){.p-datepicker table td,.p-datepicker table th{padding:0}}.p-cascadeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-cascadeselect:not(.p-disabled):hover{border-color:#06b6d4}.p-cascadeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-cascadeselect.p-variant-filled,.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#fff}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0;padding:.75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#6b7280}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-cascadeselect.p-invalid.p-component{border-color:#e24c4c}.p-cascadeselect-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-cascadeselect-panel .p-cascadeselect-items{padding:.75rem 0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:0;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child{margin-bottom:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#0e7490;background:#ecfeff}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.75rem 1.25rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none}.p-checkbox{width:22px;height:22px}.p-checkbox .p-checkbox-box,.p-checkbox .p-checkbox-input{border:2px solid #d1d5db;border-radius:6px}.p-checkbox .p-checkbox-box{background:#fff;width:22px;height:22px;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:14px;height:14px}.p-checkbox.p-highlight .p-checkbox-box{border-color:#06b6d4;background:#06b6d4}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{border-color:#06b6d4}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{border-color:#0e7490;background:#0e7490;color:#fff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#e24c4c}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled.p-highlight .p-checkbox-box{background:#06b6d4}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0e7490}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox.p-highlight .p-checkbox-box{background:#06b6d4}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0e7490}.p-checkbox{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-input{cursor:pointer}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-tristatecheckbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box{background:#06b6d4}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0e7490}.p-chips{display:inline-flex}.p-chips-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-chips-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-chips-input-token{flex:1 1 auto;display:inline-flex}.p-chips-token-icon{cursor:pointer}.p-chips-input-token input{border:0;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-chips{display:flex}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#06b6d4}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-chips .p-chips-multiple-container{padding:.375rem .75rem;outline-color:transparent}.p-chips .p-chips-multiple-container .p-chips-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#e5e7eb;color:#4b5563}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.375rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-chips.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-colorpicker-preview{width:2rem;height:2rem}.p-colorpicker-panel{background:#323232;border:1px solid #191919}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;top:0;left:0}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}.p-dropdown{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-dropdown:not(.p-disabled):hover{border-color:#06b6d4}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-dropdown.p-variant-filled{background:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0}.p-dropdown .p-dropdown-label.p-placeholder{color:#6b7280}.p-dropdown .p-dropdown-label:enabled:focus,.p-dropdown .p-dropdown-label:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-dropdown .p-dropdown-clear-icon{color:#6b7280;right:3rem}.p-dropdown.p-invalid.p-component{border-color:#e24c4c}.p-dropdown-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#6b7280}.p-dropdown-panel .p-dropdown-items{padding:.75rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child{margin-bottom:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#0e7490;background:#ecfeff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{position:relative;margin-left:-.5rem;margin-right:.5rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-inputgroup-addon{background:#f3f4f6;color:#6b7280;border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-bottom:1px solid #d1d5db;padding:.75rem;min-width:3rem}.p-inputgroup-addon:last-child{border-right:1px solid #d1d5db}.p-inputgroup>.p-component,.p-inputgroup>.p-float-label>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon{border-left:0}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-float-label>.p-component:focus,.p-inputgroup>.p-float-label>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label{z-index:1}.p-inputgroup .p-float-label:first-child input,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup-addon:first-child,.p-inputgroup>.p-inputwrapper:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup .p-float-label:last-child input,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup-addon:last-child,.p-inputgroup>.p-inputwrapper:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:3rem}.p-inputnumber.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-inputswitch{position:relative;display:inline-block}.p-inputswitch-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none}.p-inputswitch-input,.p-inputswitch-slider{position:absolute;top:0;left:0;cursor:pointer}.p-inputswitch-slider{right:0;bottom:0;border:1px solid transparent}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}.p-inputswitch{width:3rem;height:1.75rem}.p-inputswitch .p-inputswitch-input{border-radius:30px}.p-inputswitch .p-inputswitch-slider{background:#d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:30px;outline-color:transparent}.p-inputswitch .p-inputswitch-slider:before{background:#fff;width:1.25rem;height:1.25rem;left:.25rem;margin-top:-.625rem;border-radius:50%;transition-duration:.2s}.p-inputswitch.p-highlight .p-inputswitch-slider{background:#06b6d4}.p-inputswitch.p-highlight .p-inputswitch-slider:before{background:#fff;transform:translateX(1.25rem)}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider{background:#b7bcc5}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider{background:#0891b2}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-inputswitch.p-invalid>.p-inputswitch-slider{border-color:#e24c4c}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem;color:#4b5563;background:#fff;padding:.75rem;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;outline-color:transparent}.p-inputtext:enabled:hover{border-color:#06b6d4}.p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-inputtext.p-invalid.p-component{border-color:#e24c4c}.p-inputtext.p-variant-filled,.p-inputtext.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-inputtext.p-variant-filled:enabled:focus{background-color:#fff}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.9375rem}.p-float-label>label{left:.75rem;color:#6b7280;transition-duration:.2s}.p-float-label>.p-invalid+label{color:#e24c4c}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#6b7280}:-moz-placeholder,::-moz-placeholder{color:#6b7280}:-ms-input-placeholder{color:#6b7280}.p-input-filled .p-inputtext,.p-input-filled .p-inputtext:enabled:hover{background-color:#f3f4f6}.p-input-filled .p-inputtext:enabled:focus{background-color:#fff}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.9375rem}.p-icon-field{position:relative}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}.p-icon-field-left>.p-input-icon:first-of-type{left:.75rem;color:#6b7280}.p-icon-field-right>.p-input-icon:last-of-type{right:.75rem;color:#6b7280}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-listbox-list-wrapper{overflow:auto}.p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox-item{cursor:pointer;position:relative;overflow:hidden}.p-listbox-item-group{cursor:auto}.p-listbox-filter-container{position:relative}.p-listbox-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-listbox-filter{width:100%}.p-listbox{background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-listbox .p-listbox-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#6b7280}.p-listbox .p-listbox-list{padding:.75rem 0;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item:last-child{margin-bottom:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#0e7490;background:#ecfeff}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus,.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover,.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#4b5563;background:#f3f4f6}.p-listbox.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-listbox.p-invalid{border-color:#e24c4c}.p-mention-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-mention-panel .p-mention-items{padding:.75rem 0}.p-mention-panel .p-mention-items .p-mention-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-mention-panel .p-mention-items .p-mention-item:hover{color:#4b5563;background:#f3f4f6}.p-mention-panel .p-mention-items .p-mention-item.p-highlight{color:#0e7490;background:#ecfeff}.p-multiselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-multiselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-multiselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-multiselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-multiselect-token-icon{cursor:pointer}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-items-wrapper{overflow:auto}.p-multiselect-items{margin:0;padding:0;list-style-type:none}.p-multiselect-item{cursor:pointer;display:flex;align-items:center;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-multiselect-item-group{cursor:auto}.p-multiselect-header{display:flex;align-items:center;justify-content:space-between}.p-multiselect-filter-container{position:relative;flex:1 1 auto}.p-multiselect-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-multiselect-filter-container .p-inputtext{width:100%}.p-multiselect-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;margin-left:auto}.p-fluid .p-multiselect{display:flex}.p-multiselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-multiselect:not(.p-disabled):hover{border-color:#06b6d4}.p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-multiselect.p-variant-filled{background:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-multiselect .p-multiselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-multiselect .p-multiselect-label.p-placeholder{color:#6b7280}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-multiselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.375rem .75rem}.p-multiselect-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-multiselect-panel .p-multiselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#6b7280}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-multiselect-panel .p-multiselect-items{padding:.75rem 0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child{margin-bottom:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#0e7490;background:#ecfeff}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-password.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-password-panel{padding:1.25rem;background:#fff;color:#4b5563;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e5e7eb}.p-password-panel .p-password-meter .p-password-strength.weak{background:#ea5455}.p-password-panel .p-password-meter .p-password-strength.medium{background:#ff9f42}.p-password-panel .p-password-meter .p-password-strength.strong{background:#29c76f}.p-radiobutton{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-input{cursor:pointer}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-radiobutton{width:22px;height:22px}.p-radiobutton .p-radiobutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:2px solid #d1d5db;border-radius:50%}.p-radiobutton .p-radiobutton-box{border:2px solid #d1d5db;background:#fff;width:22px;height:22px;color:#4b5563;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.2s;background-color:#fff}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:#06b6d4;background:#06b6d4}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{border-color:#06b6d4}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{border-color:#0e7490;background:#0e7490}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#fff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-radiobutton.p-invalid>.p-radiobutton-box{border-color:#e24c4c}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box{background:#06b6d4}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#0e7490}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box{background:#06b6d4}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#0e7490}.p-rating{position:relative;display:flex;align-items:center}.p-rating-item{display:inline-flex;align-items:center;cursor:pointer}.p-rating.p-readonly .p-rating-item{cursor:default}.p-rating{gap:.5rem}.p-rating .p-rating-item{outline-color:transparent;border-radius:50%}.p-rating .p-rating-item .p-rating-icon{color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;font-size:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1.143rem;height:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#ea5455}.p-rating .p-rating-item.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon,.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#06b6d4}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#e73d3e}.p-selectbutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#6b7280}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#374151}.p-selectbutton .p-button.p-highlight{background:#06b6d4;border-color:#06b6d4;color:#fff}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight:hover{background:#0891b2;border-color:#0891b2;color:#fff}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#fff}.p-selectbutton.p-invalid>.p-button{border-color:#e24c4c}.p-slider{background:#e5e7eb;border:0;border-radius:6px}.p-slider.p-slider-horizontal{height:.286rem}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-.5715rem;margin-left:-.5715rem}.p-slider.p-slider-vertical{width:.286rem}.p-slider.p-slider-vertical .p-slider-handle{margin-left:-.5715rem;margin-bottom:-.5715rem}.p-slider .p-slider-handle{height:1.143rem;width:1.143rem;background:#fff;border:2px solid #06b6d4;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-slider .p-slider-range{background:#06b6d4}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#06b6d4;border-color:#06b6d4}.p-treeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-treeselect:not(.p-disabled):hover{border-color:#06b6d4}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-treeselect.p-treeselect-clearable .p-treeselect-label{padding-right:1.75rem}.p-treeselect.p-variant-filled{background:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-treeselect .p-treeselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-treeselect .p-treeselect-label.p-placeholder{color:#6b7280}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-treeselect .p-treeselect-clear-icon{color:#6b7280;right:3rem}.p-treeselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.375rem .75rem}.p-treeselect-panel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#6b7280}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-input-filled .p-treeselect{background:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#fff}.p-togglebutton{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-togglebutton-input{cursor:pointer}.p-togglebutton .p-button{flex:1 1 auto}.p-togglebutton .p-togglebutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #d1d5db;border-radius:6px}.p-togglebutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-togglebutton .p-button .p-button-icon-left,.p-togglebutton .p-button .p-button-icon-right{color:#6b7280}.p-togglebutton.p-highlight .p-button{background:#06b6d4;border-color:#06b6d4;color:#fff}.p-togglebutton.p-highlight .p-button .p-button-icon-left,.p-togglebutton.p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right{color:#374151}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button{background:#0891b2;border-color:#0891b2;color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc;border-color:#06b6d4}.p-togglebutton.p-invalid>.p-button{border-color:#e24c4c}.p-button{color:#fff;background:#06b6d4;border:1px solid #06b6d4;padding:.75rem 1.25rem;font-size:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-button:not(:disabled):hover{background:#0891b2;color:#fff;border-color:#0891b2}.p-button:not(:disabled):active{background:#0e7490;color:#fff;border-color:#0e7490}.p-button.p-button-outlined{background-color:transparent;color:#06b6d4;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:rgba(6,182,212,.04);color:#06b6d4;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:rgba(6,182,212,.16);color:#06b6d4;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#6b7280;border-color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button.p-button-text{background-color:transparent;color:#06b6d4;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:rgba(6,182,212,.04);color:#06b6d4;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:rgba(6,182,212,.16);color:#06b6d4;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-button .p-button-label{transition-duration:.2s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#06b6d4;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:3rem;padding:.75rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:3rem}.p-button.p-button-sm{font-size:.875rem;padding:.65625rem 1.09375rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only.p-button-loading-left .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only.p-button-loading-right .p-button-label{margin-right:.5rem}.p-button.p-button-loading-label-only.p-button-loading-top .p-button-label{margin-top:.5rem}.p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label{margin-bottom:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:3rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1 1}.p-button-group.p-button-secondary>.p-button,.p-button.p-button-secondary,.p-fileupload-choose.p-button-secondary,.p-splitbutton.p-button-secondary>.p-button{color:#fff;background:#64748b;border:1px solid #64748b}.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-button.p-button-secondary:not(:disabled):hover,.p-fileupload-choose.p-button-secondary:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover{background:#475569;color:#fff;border-color:#475569}.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-button.p-button-secondary:not(:disabled):focus,.p-fileupload-choose.p-button-secondary:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #e2e8f0}.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-button.p-button-secondary:not(:disabled):active,.p-fileupload-choose.p-button-secondary:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active{background:#334155;color:#fff;border-color:#334155}.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-button.p-button-secondary.p-button-outlined,.p-fileupload-choose.p-button-secondary.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined{background-color:transparent;color:#64748b;border:1px solid}.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(100,116,139,.04);color:#64748b;border:1px solid}.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active{background:rgba(100,116,139,.16);color:#64748b;border:1px solid}.p-button-group.p-button-secondary>.p-button.p-button-text,.p-button.p-button-secondary.p-button-text,.p-fileupload-choose.p-button-secondary.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text{background-color:transparent;color:#64748b;border-color:transparent}.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover{background:rgba(100,116,139,.04);border-color:transparent;color:#64748b}.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active{background:rgba(100,116,139,.16);border-color:transparent;color:#64748b}.p-button-group.p-button-info>.p-button,.p-button.p-button-info,.p-fileupload-choose.p-button-info,.p-splitbutton.p-button-info>.p-button{color:#fff;background:#0ea5e9;border:1px solid #0ea5e9}.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-button.p-button-info:not(:disabled):hover,.p-fileupload-choose.p-button-info:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover{background:#0284c7;color:#fff;border-color:#0284c7}.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-button.p-button-info:not(:disabled):focus,.p-fileupload-choose.p-button-info:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #bfdbfe}.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-button.p-button-info:not(:disabled):active,.p-fileupload-choose.p-button-info:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active{background:#0369a1;color:#fff;border-color:#0369a1}.p-button-group.p-button-info>.p-button.p-button-outlined,.p-button.p-button-info.p-button-outlined,.p-fileupload-choose.p-button-info.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined{background-color:transparent;color:#0ea5e9;border:1px solid}.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(14,165,233,.04);color:#0ea5e9;border:1px solid}.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active{background:rgba(14,165,233,.16);color:#0ea5e9;border:1px solid}.p-button-group.p-button-info>.p-button.p-button-text,.p-button.p-button-info.p-button-text,.p-fileupload-choose.p-button-info.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover{background:rgba(14,165,233,.04);border-color:transparent;color:#0ea5e9}.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-info.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active{background:rgba(14,165,233,.16);border-color:transparent;color:#0ea5e9}.p-button-group.p-button-success>.p-button,.p-button.p-button-success,.p-fileupload-choose.p-button-success,.p-splitbutton.p-button-success>.p-button{color:#fff;background:#22c55e;border:1px solid #22c55e}.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-button.p-button-success:not(:disabled):hover,.p-fileupload-choose.p-button-success:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover{background:#16a34a;color:#fff;border-color:#16a34a}.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-button.p-button-success:not(:disabled):focus,.p-fileupload-choose.p-button-success:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #bbf7d0}.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-button.p-button-success:not(:disabled):active,.p-fileupload-choose.p-button-success:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active{background:#15803d;color:#fff;border-color:#15803d}.p-button-group.p-button-success>.p-button.p-button-outlined,.p-button.p-button-success.p-button-outlined,.p-fileupload-choose.p-button-success.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined{background-color:transparent;color:#22c55e;border:1px solid}.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(34,197,94,.04);color:#22c55e;border:1px solid}.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active{background:rgba(34,197,94,.16);color:#22c55e;border:1px solid}.p-button-group.p-button-success>.p-button.p-button-text,.p-button.p-button-success.p-button-text,.p-fileupload-choose.p-button-success.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text{background-color:transparent;color:#22c55e;border-color:transparent}.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover{background:rgba(34,197,94,.04);border-color:transparent;color:#22c55e}.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-success.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active{background:rgba(34,197,94,.16);border-color:transparent;color:#22c55e}.p-button-group.p-button-warning>.p-button,.p-button.p-button-warning,.p-fileupload-choose.p-button-warning,.p-splitbutton.p-button-warning>.p-button{color:#fff;background:#f97316;border:1px solid #f97316}.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-button.p-button-warning:not(:disabled):hover,.p-fileupload-choose.p-button-warning:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover{background:#ea580c;color:#fff;border-color:#ea580c}.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-button.p-button-warning:not(:disabled):focus,.p-fileupload-choose.p-button-warning:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #fde68a}.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-button.p-button-warning:not(:disabled):active,.p-fileupload-choose.p-button-warning:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active{background:#c2410c;color:#fff;border-color:#c2410c}.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-button.p-button-warning.p-button-outlined,.p-fileupload-choose.p-button-warning.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined{background-color:transparent;color:#f97316;border:1px solid}.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(249,115,22,.04);color:#f97316;border:1px solid}.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active{background:rgba(249,115,22,.16);color:#f97316;border:1px solid}.p-button-group.p-button-warning>.p-button.p-button-text,.p-button.p-button-warning.p-button-text,.p-fileupload-choose.p-button-warning.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text{background-color:transparent;color:#f97316;border-color:transparent}.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover{background:rgba(249,115,22,.04);border-color:transparent;color:#f97316}.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active{background:rgba(249,115,22,.16);border-color:transparent;color:#f97316}.p-button-group.p-button-help>.p-button,.p-button.p-button-help,.p-fileupload-choose.p-button-help,.p-splitbutton.p-button-help>.p-button{color:#fff;background:#a855f7;border:1px solid #a855f7}.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-button.p-button-help:not(:disabled):hover,.p-fileupload-choose.p-button-help:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover{background:#9333ea;color:#fff;border-color:#9333ea}.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-button.p-button-help:not(:disabled):focus,.p-fileupload-choose.p-button-help:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #e9d5ff}.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-button.p-button-help:not(:disabled):active,.p-fileupload-choose.p-button-help:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active{background:#7e22ce;color:#fff;border-color:#7e22ce}.p-button-group.p-button-help>.p-button.p-button-outlined,.p-button.p-button-help.p-button-outlined,.p-fileupload-choose.p-button-help.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined{background-color:transparent;color:#a855f7;border:1px solid}.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(168,85,247,.04);color:#a855f7;border:1px solid}.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active{background:rgba(168,85,247,.16);color:#a855f7;border:1px solid}.p-button-group.p-button-help>.p-button.p-button-text,.p-button.p-button-help.p-button-text,.p-fileupload-choose.p-button-help.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text{background-color:transparent;color:#a855f7;border-color:transparent}.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover{background:rgba(168,85,247,.04);border-color:transparent;color:#a855f7}.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-help.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active{background:rgba(168,85,247,.16);border-color:transparent;color:#a855f7}.p-button-group.p-button-danger>.p-button,.p-button.p-button-danger,.p-fileupload-choose.p-button-danger,.p-splitbutton.p-button-danger>.p-button{color:#fff;background:#ef4444;border:1px solid #ef4444}.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-button.p-button-danger:not(:disabled):hover,.p-fileupload-choose.p-button-danger:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover{background:#dc2626;color:#fff;border-color:#dc2626}.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-button.p-button-danger:not(:disabled):focus,.p-fileupload-choose.p-button-danger:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #fecaca}.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-button.p-button-danger:not(:disabled):active,.p-fileupload-choose.p-button-danger:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active{background:#b91c1c;color:#fff;border-color:#b91c1c}.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-button.p-button-danger.p-button-outlined,.p-fileupload-choose.p-button-danger.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined{background-color:transparent;color:#ef4444;border:1px solid}.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(239,68,68,.04);color:#ef4444;border:1px solid}.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active{background:rgba(239,68,68,.16);color:#ef4444;border:1px solid}.p-button-group.p-button-danger>.p-button.p-button-text,.p-button.p-button-danger.p-button-text,.p-fileupload-choose.p-button-danger.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text{background-color:transparent;color:#ef4444;border-color:transparent}.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover{background:rgba(239,68,68,.04);border-color:transparent;color:#ef4444}.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active{background:rgba(239,68,68,.16);border-color:transparent;color:#ef4444}.p-button-group.p-button-contrast>.p-button,.p-button.p-button-contrast,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#1f2937;border:1px solid #1f2937}.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-button.p-button-contrast:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#374151;color:#fff;border-color:#374151}.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-button.p-button-contrast:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-button.p-button-contrast:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#4b5563;color:#fff;border-color:#4b5563}.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-button.p-button-contrast.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#1f2937;border:1px solid}.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(31,41,55,.04);color:#1f2937;border:1px solid}.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:rgba(31,41,55,.16);color:#1f2937;border:1px solid}.p-button-group.p-button-contrast>.p-button.p-button-text,.p-button.p-button-contrast.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#1f2937;border-color:transparent}.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:rgba(31,41,55,.04);border-color:transparent;color:#1f2937}.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:rgba(31,41,55,.16);border-color:transparent;color:#1f2937}.p-button.p-button-link{color:#0e7490;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#0e7490;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #a5f3fc;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#0e7490;border-color:transparent}.p-splitbutton{border-radius:6px}.p-splitbutton.p-button-outlined>.p-button{background-color:transparent;color:#06b6d4;border:1px solid}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(6,182,212,.04);color:#06b6d4}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):active{background:rgba(6,182,212,.16);color:#06b6d4}.p-splitbutton.p-button-outlined.p-button-plain>.p-button{color:#6b7280;border-color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-text>.p-button{background-color:transparent;color:#06b6d4;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):hover{background:rgba(6,182,212,.04);color:#06b6d4;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):active{background:rgba(6,182,212,.16);color:#06b6d4;border-color:transparent}.p-splitbutton.p-button-text.p-button-plain>.p-button{color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.p-splitbutton.p-button-rounded,.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-sm>.p-button{font-size:.875rem;padding:.65625rem 1.09375rem}.p-splitbutton.p-button-sm>.p-button .p-button-icon{font-size:.875rem}.p-splitbutton.p-button-lg>.p-button{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-splitbutton.p-button-lg>.p-button.p-button-icon-only{width:auto}.p-splitbutton.p-button-lg>.p-button .p-button-icon{font-size:1.25rem}.p-splitbutton .p-splitbutton-menubutton,.p-splitbutton .p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button,.p-splitbutton .p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button{border-top-left-radius:0;border-bottom-left-radius:0}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button{background-color:transparent;color:#64748b;border:1px solid}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(100,116,139,.04);color:#64748b}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active{background:rgba(100,116,139,.16);color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button{background-color:transparent;color:#64748b;border-color:transparent}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover{background:rgba(100,116,139,.04);border-color:transparent;color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active{background:rgba(100,116,139,.16);border-color:transparent;color:#64748b}.p-splitbutton.p-button-info.p-button-outlined>.p-button{background-color:transparent;color:#0ea5e9;border:1px solid}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(14,165,233,.04);color:#0ea5e9}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active{background:rgba(14,165,233,.16);color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover{background:rgba(14,165,233,.04);border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active{background:rgba(14,165,233,.16);border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-success.p-button-outlined>.p-button{background-color:transparent;color:#22c55e;border:1px solid}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(34,197,94,.04);color:#22c55e}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active{background:rgba(34,197,94,.16);color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button{background-color:transparent;color:#22c55e;border-color:transparent}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover{background:rgba(34,197,94,.04);border-color:transparent;color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active{background:rgba(34,197,94,.16);border-color:transparent;color:#22c55e}.p-splitbutton.p-button-warning.p-button-outlined>.p-button{background-color:transparent;color:#f97316;border:1px solid}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(249,115,22,.04);color:#f97316}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active{background:rgba(249,115,22,.16);color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button{background-color:transparent;color:#f97316;border-color:transparent}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover{background:rgba(249,115,22,.04);border-color:transparent;color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active{background:rgba(249,115,22,.16);border-color:transparent;color:#f97316}.p-splitbutton.p-button-help.p-button-outlined>.p-button{background-color:transparent;color:#a855f7;border:1px solid}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(168,85,247,.04);color:#a855f7}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active{background:rgba(168,85,247,.16);color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button{background-color:transparent;color:#a855f7;border-color:transparent}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover{background:rgba(168,85,247,.04);border-color:transparent;color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active{background:rgba(168,85,247,.16);border-color:transparent;color:#a855f7}.p-splitbutton.p-button-danger.p-button-outlined>.p-button{background-color:transparent;color:#ef4444;border:1px solid}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover{background:rgba(239,68,68,.04);color:#ef4444}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active{background:rgba(239,68,68,.16);color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button{background-color:transparent;color:#ef4444;border-color:transparent}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover{background:rgba(239,68,68,.04);border-color:transparent;color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active{background:rgba(239,68,68,.16);border-color:transparent;color:#ef4444}.p-speeddial-button.p-button.p-button-icon-only{width:4rem;height:4rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1.3rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon{width:1.3rem;height:1.3rem}.p-speeddial-list{outline:0 none}.p-speeddial-action{width:3rem;height:3rem;background:#4b5563;color:#fff}.p-speeddial-action:hover{background:#022354;color:#fff}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:rgba(0,0,0,.4);border-radius:6px}.p-carousel .p-carousel-content .p-carousel-next,.p-carousel .p-carousel-content .p-carousel-prev{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin:.5rem}.p-carousel .p-carousel-content .p-carousel-next:enabled:hover,.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-carousel .p-carousel-content .p-carousel-next:focus-visible,.p-carousel .p-carousel-content .p-carousel-prev:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#d1d5db;width:2rem;height:.5rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#9ca3af}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#ecfeff;color:#0e7490}.p-datatable .p-paginator-bottom,.p-datatable .p-paginator-top{border-width:0 0 1px;border-radius:0}.p-datatable .p-datatable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0;padding:1rem;font-weight:700}.p-datatable .p-datatable-footer,.p-datatable .p-datatable-thead>tr>th{background:#f9fafb;color:#374151;border:solid #e5e7eb;border-width:0 0 1px;padding:1rem;font-weight:700}.p-datatable .p-datatable-thead>tr>th{text-align:left;transition:box-shadow .2s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:solid #e5e7eb;border-width:0 0 1px;font-weight:700;color:#374151;background:#f9fafb}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#0e7490;background:#ecfeff;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover{background:#f3f4f6;color:#374151}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#374151}.p-datatable .p-sortable-column.p-highlight{background:#ecfeff;color:#0e7490}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#0e7490}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover{background:#ecfeff;color:#0e7490}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#0e7490}.p-datatable .p-sortable-column:focus-visible{box-shadow:inset 0 0 0 .15rem #a5f3fc;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:solid #e5e7eb;border-width:0 0 1px;padding:1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-toggler{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{font-weight:700}.p-datatable .p-datatable-tbody>tr.p-highlight,.p-datatable .p-datatable-tbody>tr>td.p-highlight{background:#ecfeff;color:#0e7490}.p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{outline:.15rem solid #a5f3fc;outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px 0 0 #ecfeff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px 0 0 #ecfeff}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:focus-visible{outline:.15rem solid #a5f3fc;outline-offset:-.15rem}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:focus-visible{outline:.15rem solid #a5f3fc;outline-offset:-.15rem}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable .p-column-resizer-helper{background:#06b6d4}.p-datatable .p-datatable-scrollable-footer,.p-datatable .p-datatable-scrollable-header{background:#f9fafb}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead{background-color:#f9fafb}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable .p-datatable-loading-icon.p-icon{width:2rem;height:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:#f8f8fa}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight{background:#ecfeff;color:#0e7490}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler,.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#0e7490}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-datatable.p-datatable-sm .p-datatable-footer,.p-datatable.p-datatable-sm .p-datatable-header,.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td,.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td,.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.5rem}.p-datatable.p-datatable-lg .p-datatable-footer,.p-datatable.p-datatable-lg .p-datatable-header,.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td,.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td,.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:1.25rem}.p-datatable-drag-selection-helper{background:rgba(6,182,212,.16)}.p-dataview .p-paginator-bottom,.p-dataview .p-paginator-top{border-width:0 0 1px;border-radius:0}.p-dataview .p-dataview-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0;padding:1rem;font-weight:700}.p-dataview .p-dataview-content{background:#fff;color:#4b5563;border:0;padding:0}.p-dataview .p-dataview-footer{background:#f9fafb;color:#374151;border:solid #e5e7eb;border-width:0 0 1px;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-dataview .p-dataview-loading-icon{font-size:2rem}.p-dataview .p-dataview-loading-icon.p-icon{width:2rem;height:2rem}.p-datascroller .p-paginator-bottom,.p-datascroller .p-paginator-top{border-width:0 0 1px;border-radius:0}.p-datascroller .p-datascroller-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0;padding:1rem;font-weight:700}.p-datascroller .p-datascroller-content{background:#fff;color:#4b5563;border:0;padding:0}.p-datascroller .p-datascroller-footer,.p-datascroller.p-datascroller-inline .p-datascroller-list>li{border:solid #e5e7eb;border-width:0 0 1px}.p-datascroller .p-datascroller-footer{background:#f9fafb;color:#374151;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-column-filter-row .p-column-filter-clear-button,.p-column-filter-row .p-column-filter-menu-button{margin-left:.5rem}.p-column-filter-menu-button{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-menu-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:#f3f4f6;color:#374151}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#ecfeff;color:#0e7490}.p-column-filter-menu-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-column-filter-clear-button{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-clear-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-clear-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-column-filter-overlay{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.75rem 0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:0;padding:.75rem 1.25rem;border:0;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#0e7490;background:#ecfeff}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #a5f3fc}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:1.25rem;border-bottom:1px solid #e5e7eb}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0}.p-column-filter-overlay-menu .p-column-filter-add-rule{padding:.75rem 1.25rem}.p-column-filter-overlay-menu .p-column-filter-buttonbar,.p-orderlist .p-orderlist-controls{padding:1.25rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-header{background:#f9fafb;color:#374151;padding:1.25rem;font-weight:700;border:1px solid #e5e7eb;border-bottom:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-orderlist .p-orderlist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input{padding-right:1.75rem}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{right:.75rem;color:#6b7280}.p-orderlist .p-orderlist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.75rem 1.25rem;margin:0;border:0;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#0e7490;background:#ecfeff}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#f8f8fa}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#f3f4f6}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#ecfeff;color:#0e7490}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#6df7ff}.p-organizationchart .p-organizationchart-line-down{background:#e5e7eb}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid;border-color:#e5e7eb}.p-organizationchart .p-organizationchart-line-top{border-color:#e5e7eb;border-top:1px solid #e5e7eb}.p-organizationchart .p-organizationchart-node-content{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-paginator{background:#fff;color:#6b7280;border:0 solid #f3f4f6;padding:.5rem 1rem;border-radius:6px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-last,.p-paginator .p-paginator-next,.p-paginator .p-paginator-prev{background-color:transparent;border:0;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-paginator .p-paginator-first{border-top-left-radius:50%;border-bottom-left-radius:50%}.p-paginator .p-paginator-last{border-top-right-radius:50%;border-bottom-right-radius:50%}.p-paginator .p-dropdown{margin-left:.5rem;height:3rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:3rem}.p-paginator .p-paginator-current{padding:0 .5rem}.p-paginator .p-paginator-current,.p-paginator .p-paginator-pages .p-paginator-page{background-color:transparent;border:0;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem}.p-paginator .p-paginator-pages .p-paginator-page{transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#ecfeff;border-color:#ecfeff;color:#0e7490}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-picklist .p-picklist-buttons{padding:1.25rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-header{background:#f9fafb;color:#374151;padding:1.25rem;font-weight:700;border:1px solid #e5e7eb;border-bottom:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-picklist .p-picklist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0}.p-picklist .p-picklist-filter-container .p-picklist-filter-input{padding-right:1.75rem}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{right:.75rem;color:#6b7280}.p-picklist .p-picklist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-picklist .p-picklist-list .p-picklist-item{padding:.75rem 1.25rem;margin:0;border:0;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#0e7490;background:#ecfeff}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:rgba(6,182,212,.24)}.p-tree-container{overflow:auto}.p-tree-container,.p-treenode-children{margin:0;padding:0;list-style-type:none}.p-tree-toggler,.p-treenode-selectable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-tree-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.p-treenode-leaf>.p-treenode-content .p-tree-toggler{visibility:hidden}.p-treenode-content{display:flex;align-items:center}.p-tree-filter{width:100%}.p-tree-filter-container{position:relative;display:block;width:100%}.p-tree-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-tree-loading{position:relative;min-height:4rem}.p-tree .p-tree-loading-overlay{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center}.p-tree{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem;border-radius:6px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #a5f3fc}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:6px;transition:box-shadow .2s;padding:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6b7280}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon{color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#ecfeff;color:#0e7490}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#0e7490}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#6b7280}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint{height:.5rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background:#8af9ff}.p-treetable{position:relative}.p-treetable>.p-treetable-wrapper{overflow:auto}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-treetable-selectable .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative}.p-treetable-toggler,.p-treetable-toggler+.p-checkbox,.p-treetable-toggler+.p-checkbox+span{vertical-align:middle}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-tbody>tr>td,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-thead>tr>th{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-footer,.p-treetable-scrollable-header{overflow:hidden;border:0}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-unfrozen-view{position:absolute;top:0;left:0}.p-treetable-reorder-indicator-down,.p-treetable-reorder-indicator-up{position:absolute;display:none}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-treetable-tbody>tr>td.p-align-left,.p-treetable .p-treetable-tfoot>tr>td.p-align-left,.p-treetable .p-treetable-thead>tr>th.p-align-left>.p-column-header-content{text-align:left;justify-content:flex-start}.p-treetable .p-treetable-tbody>tr>td.p-align-right,.p-treetable .p-treetable-tfoot>tr>td.p-align-right,.p-treetable .p-treetable-thead>tr>th.p-align-right>.p-column-header-content{text-align:right;justify-content:flex-end}.p-treetable .p-treetable-tbody>tr>td.p-align-center,.p-treetable .p-treetable-tfoot>tr>td.p-align-center,.p-treetable .p-treetable-thead>tr>th.p-align-center>.p-column-header-content{text-align:center;justify-content:center}.p-treetable .p-paginator-bottom,.p-treetable .p-paginator-top{border-width:0 0 1px;border-radius:0}.p-treetable .p-treetable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-footer,.p-treetable .p-treetable-thead>tr>th{background:#f9fafb;color:#374151;border:solid #e5e7eb;border-width:0 0 1px;padding:1rem;font-weight:700}.p-treetable .p-treetable-thead>tr>th{text-align:left;transition:box-shadow .2s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:solid #e5e7eb;border-width:0 0 1px;font-weight:700;color:#374151;background:#f9fafb}.p-treetable .p-sortable-column{outline-color:#a5f3fc}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#0e7490;background:#ecfeff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#f3f4f6;color:#374151}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#374151}.p-treetable .p-sortable-column.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#0e7490}.p-treetable .p-treetable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:solid #e5e7eb;border-width:0 0 1px;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon{color:#4b5563}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid #a5f3fc;outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler,.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#0e7490}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover,.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#4b5563}.p-treetable .p-column-resizer-helper{background:#06b6d4}.p-treetable .p-treetable-scrollable-footer,.p-treetable .p-treetable-scrollable-header{background:#f9fafb}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-treetable-header{border-width:1px 1px 0}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td,.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td,.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd{background:#f8f8fa}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight{background:#ecfeff;color:#0e7490}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler,.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#0e7490}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-footer,.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td,.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td,.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-footer,.p-treetable.p-treetable-lg .p-treetable-header,.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td,.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td,.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-timeline .p-timeline-event-marker{border:2px solid #06b6d4;border-radius:50%;width:1rem;height:1rem;background-color:#fff}.p-timeline .p-timeline-event-connector{background-color:#e5e7eb}.p-timeline.p-timeline-vertical .p-timeline-event-content,.p-timeline.p-timeline-vertical .p-timeline-event-opposite{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-content,.p-timeline.p-timeline-horizontal .p-timeline-event-opposite{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1.25rem;border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;font-weight:700;border-radius:6px;transition:box-shadow .2s}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-accordion .p-accordion-content{padding:1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-accordion .p-accordion-tab{margin-bottom:4px}.p-card{background:#fff;color:#4b5563;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);border-radius:6px}.p-card .p-card-body{padding:1.25rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6b7280}.p-card .p-card-content{padding:1.25rem 0}.p-card .p-card-footer{padding:1.25rem 0 0}.p-fieldset{border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:6px}.p-fieldset .p-fieldset-legend{padding:1.25rem;border:1px solid #e5e7eb;color:#374151;background:#f9fafb;font-weight:700;border-radius:6px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:background-color .2s,color .2s,box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1.25rem;color:#374151;border-radius:6px;transition:box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1.25rem 0;padding:0 1.25rem}.p-divider.p-divider-horizontal:before{border-top:1px #e5e7eb}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1.25rem;padding:1.25rem 0}.p-divider.p-divider-vertical:before{border-left:1px #e5e7eb}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel .p-panel-header{border:1px solid #e5e7eb;padding:1.25rem;background:#f9fafb;color:#374151;border-top-right-radius:6px;border-top-left-radius:6px}.p-panel .p-panel-header .p-panel-title{font-weight:700}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-panel.p-panel-toggleable .p-panel-header{padding:.75rem 1.25rem}.p-panel .p-panel-content{padding:1.25rem;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-panel .p-panel-content,.p-panel .p-panel-footer{background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-top:0}.p-panel .p-panel-footer{padding:.75rem 1.25rem}.p-splitter{border:1px solid #e5e7eb;background:#fff;border-radius:6px;color:#4b5563}.p-splitter .p-splitter-gutter{transition:background-color .2s,color .2s,box-shadow .2s;background:#f9fafb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#e5e7eb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-splitter .p-splitter-gutter-resizing{background:#e5e7eb}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:box-shadow .2s;border-radius:6px;background:#fff;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#4b5563;border:2px solid #f3f4f6;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#6b7280;font-weight:700;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#ecfeff;color:#0e7490}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#4b5563}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#06b6d4}.p-stepper .p-stepper-panels{background:#fff;padding:1.25rem;color:#4b5563}.p-stepper .p-stepper-separator{background-color:#e5e7eb;width:100%;height:2px;-webkit-margin-start:1rem;margin-inline-start:1rem;transition:box-shadow .2s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#fff;color:#4b5563}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;-webkit-margin-start:calc(1.75rem + 2px);margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#06b6d4}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-scrollpanel .p-scrollpanel-bar{background:#f9fafb;border:0}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-tabview-nav-container{position:relative}.p-tabview-scrollable .p-tabview-nav-container{overflow:hidden}.p-tabview-nav-content{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain auto;position:relative}.p-tabview-nav{display:flex;margin:0;padding:0;list-style-type:none;flex:1 1 auto}.p-tabview-nav-link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabview-ink-bar{display:none;z-index:1}.p-tabview-close,.p-tabview-nav-link:focus{z-index:1}.p-tabview-title{line-height:1;white-space:nowrap}.p-tabview-nav-btn{position:absolute;top:0;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.p-tabview-nav-prev{left:0}.p-tabview-nav-next{right:0}.p-tabview-nav-content::-webkit-scrollbar{display:none}.p-tabview .p-tabview-nav{background:#fff;border:solid #e5e7eb;border-width:0 0 2px}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:0 solid transparent;border-bottom:2px solid #e5e7eb;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #a5f3fc}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#fff;border-color:#06b6d4;color:#06b6d4}.p-tabview .p-tabview-close{margin-left:.5rem}.p-tabview .p-tabview-nav-btn.p-link{background:#fff;color:#06b6d4;width:3rem;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:0}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #a5f3fc}.p-tabview .p-tabview-panels{background:#fff;padding:1.25rem;border:0;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-toolbar{background:#f9fafb;border:1px solid #e5e7eb;padding:1.25rem;border-radius:6px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-confirm-popup{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.p-confirm-popup .p-confirm-popup-content{padding:1.25rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:0 1.25rem 1.25rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border:solid hsla(0,0%,100%,0);border-bottom:solid #fff}.p-confirm-popup:before{border:solid hsla(0,0%,100%,0);border-bottom:solid #f2f2f2}.p-confirm-popup.p-confirm-popup-flipped:after,.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#fff}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog{border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.3);border:0}.p-dialog .p-dialog-header{border-bottom:0;background:#fff;color:#374151;padding:1.5rem;border-top-right-radius:6px;border-top-left-radius:6px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:700;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#fff;color:#4b5563;padding:0 1.5rem 2rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer{border-top:0;background:#fff;color:#4b5563;padding:0 1.5rem 1.5rem;text-align:right;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer button{margin:0 .5rem 0 0;width:auto}.p-dialog.p-dialog-maximized .p-dialog-content:last-of-type,.p-dialog.p-dialog-maximized .p-dialog-header{border-radius:0}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon{width:2rem;height:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message{margin-left:1rem}.p-overlaypanel{background:#fff;color:#4b5563;border:0;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.p-overlaypanel .p-overlaypanel-content{padding:1.25rem}.p-overlaypanel .p-overlaypanel-close{background:#06b6d4;color:#fff;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#0891b2;color:#fff}.p-overlaypanel:after{border:solid hsla(0,0%,100%,0);border-bottom:solid #fff}.p-overlaypanel:before{border:solid hsla(0,0%,100%,0);border-bottom:solid #f2f2f2}.p-overlaypanel.p-overlaypanel-flipped:after,.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#fff}.p-sidebar{background:#fff;color:#4b5563;border:0;box-shadow:0 1px 3px rgba(0,0,0,.3)}.p-sidebar .p-sidebar-header{padding:1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:2rem;height:2rem;color:#6b7280;border:0;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:1.25rem}.p-tooltip .p-tooltip-text{background:#4b5563;color:#fff;padding:.75rem;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#4b5563}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#4b5563}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#4b5563}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#4b5563}.p-fileupload .p-fileupload-buttonbar{background:#f9fafb;padding:1.25rem;color:#374151;border:1px solid #e5e7eb;border-bottom:0;border-top-right-radius:6px;border-top-left-radius:6px;gap:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #e5e7eb;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-breadcrumb{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:box-shadow .2s;border-radius:6px}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#6b7280}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#6b7280}.p-contextmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px;width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock .p-dock-list-container{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:6px}.p-dock .p-dock-item.p-focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #a5f3fc}.p-dock .p-dock-action{width:4rem;height:4rem}.p-dock.p-dock-bottom .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-top .p-dock-item-second-prev{margin:0 .9rem}.p-dock.p-dock-bottom .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-top .p-dock-item-prev{margin:0 1.3rem}.p-dock.p-dock-bottom .p-dock-item-current,.p-dock.p-dock-top .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock.p-dock-mobile .p-dock-list .p-dock-item,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev{transform:none;margin:0}.p-megamenu{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-megamenu-panel{background:#fff;color:#4b5563;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-megamenu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px}.p-megamenu .p-submenu-list{padding:.5rem 0;width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-vertical{width:12.5rem;padding:.5rem 0}.p-megamenu .p-megamenu-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-megamenu .p-megamenu-button:hover{color:#6b7280;background:#f3f4f6}.p-megamenu .p-megamenu-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list{padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon{font-size:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem{width:100%;position:static}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem{width:100%;position:static}.p-menu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-menu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu.p-menu-overlay{background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-menu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-submenu-list{padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);width:12.5rem}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar.p-menubar-mobile .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar.p-menubar-mobile .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-menubar.p-menubar-mobile .p-menubar-root-list{padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}@media screen and (max-width:960px){.p-menubar{position:relative}.p-menubar .p-menubar-button{display:flex;width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-menubar .p-menubar-root-list{position:absolute;display:none;padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);width:100%}.p-menubar .p-menubar-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar .p-menubar-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-menubar .p-menubar-root-list>.p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar .p-menubar-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0}.p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;border-radius:6px;transition:box-shadow .2s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link{color:#6b7280;padding:1.25rem;font-weight:700}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #a5f3fc}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-panelmenu .p-panelmenu-content{padding:.5rem 0;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:4px}.p-slidemenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-slidemenu .p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu .p-slidemenu-list,.p-slidemenu.p-slidemenu-overlay{background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-slidemenu .p-slidemenu-list{padding:.5rem 0}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link{background:#ecfeff}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-icon,.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-text{color:#0e7490}.p-slidemenu .p-slidemenu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-slidemenu .p-slidemenu-icon{font-size:.875rem}.p-slidemenu .p-slidemenu-icon.p-icon{width:.875rem;height:.875rem}.p-slidemenu .p-slidemenu-backward{padding:.75rem 1.25rem;color:#4b5563}.p-steps .p-steps-item .p-menuitem-link{background:transparent;transition:box-shadow .2s;border-radius:6px;background:#fff}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#4b5563;border:1px solid #f3f4f6;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:50%}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#6b7280}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#ecfeff;color:#0e7490}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:700;color:#4b5563}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #e5e7eb;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu .p-tabmenu-nav{background:#fff;border:solid #e5e7eb;border-width:0 0 2px}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:0 solid transparent;border-bottom:2px solid #e5e7eb;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px;height:calc(100% + 2px)}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #a5f3fc}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#fff;border-color:#06b6d4;color:#06b6d4}.p-tieredmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#0e7490;background:#ecfeff}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#0e7490}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(6,182,212,.24)}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{padding:.75rem;margin:0;border-radius:6px}.p-inline-message.p-inline-message-info{background:rgba(219,234,254,.7);border:0 solid #3b82f6;color:#3b82f6}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#3b82f6}.p-inline-message.p-inline-message-success{background:rgba(228,248,240,.7);border:0 solid #1ea97c;color:#1ea97c}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#1ea97c}.p-inline-message.p-inline-message-warn{background:rgba(255,242,226,.7);border:0 solid #cc8925;color:#cc8925}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#cc8925}.p-inline-message.p-inline-message-error{background:hsla(2,100%,95%,.7);border:0 solid #ff5757;color:#ff5757}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#ff5757}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-inline-message-icon.p-icon{width:1rem;height:1rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message{margin:1rem 0;border-radius:6px}.p-message .p-message-wrapper{padding:1.25rem 1.75rem}.p-message .p-message-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-message .p-message-close:hover{background:hsla(0,0%,100%,.5)}.p-message .p-message-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-message.p-message-info{background:rgba(219,234,254,.7);border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-message.p-message-info .p-message-close,.p-message.p-message-info .p-message-icon{color:#3b82f6}.p-message.p-message-success{background:rgba(228,248,240,.7);border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-message.p-message-success .p-message-close,.p-message.p-message-success .p-message-icon{color:#1ea97c}.p-message.p-message-warn{background:rgba(255,242,226,.7);border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-message.p-message-warn .p-message-close,.p-message.p-message-warn .p-message-icon{color:#cc8925}.p-message.p-message-error{background:hsla(2,100%,95%,.7);border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-message.p-message-error .p-message-close,.p-message.p-message-error .p-message-icon{color:#ff5757}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1.5rem;margin-right:.5rem}.p-message .p-message-icon.p-icon{width:1.5rem;height:1.5rem}.p-message .p-message-summary{font-weight:700}.p-message .p-message-detail{margin-left:.5rem}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:6px}.p-toast .p-toast-message .p-toast-message-content{padding:1rem;border-width:0 0 0 6px}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-toast .p-toast-message .p-toast-icon-close:hover{background:hsla(0,0%,100%,.5)}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-toast .p-toast-message.p-toast-message-info{background:rgba(219,234,254,.7);border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close,.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon{color:#3b82f6}.p-toast .p-toast-message.p-toast-message-success{background:rgba(228,248,240,.7);border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close,.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon{color:#1ea97c}.p-toast .p-toast-message.p-toast-message-warn{background:rgba(255,242,226,.7);border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close,.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon{color:#cc8925}.p-toast .p-toast-message.p-toast-message-error{background:hsla(2,100%,95%,.7);border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close,.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon{color:#ff5757}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-galleria-close-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:hsla(0,0%,100%,.1);color:#f9fafb}.p-galleria .p-galleria-item-nav{background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:6px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:hsla(0,0%,100%,.1);color:#f9fafb}.p-galleria .p-galleria-caption{background:rgba(0,0,0,.5);color:#f9fafb;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#d1d5db;width:1rem;height:1rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#9ca3af}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#ecfeff;color:#0e7490}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:rgba(0,0,0,.5)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:hsla(0,0%,100%,.4)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:hsla(0,0%,100%,.6)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#ecfeff;color:#0e7490}.p-galleria .p-galleria-thumbnail-container{background:rgba(0,0,0,.9);padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev{margin:.5rem;background-color:transparent;color:#f9fafb;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover{background:hsla(0,0%,100%,.1);color:#f9fafb}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content{transition:box-shadow .2s}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-galleria-mask,.p-image-mask{--maskbg:rgba(0,0,0,.9)}.p-image-preview-indicator{background-color:transparent;color:#f8f9fa;transition:background-color .2s,color .2s,box-shadow .2s}.p-image-preview-indicator .p-icon{width:1.5rem;height:1.5rem}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:rgba(0,0,0,.5)}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#f8f9fa;background-color:hsla(0,0%,100%,.1)}.p-image-action.p-link span{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{background-color:#e5e7eb;border-radius:6px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-circle{border-radius:50%}.p-avatar-group .p-avatar{border:2px solid #fff}.p-chip{background-color:#e5e7eb;color:#4b5563;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.375rem;margin-bottom:.375rem}.p-chip .p-chip-icon,.p-chip img{margin-right:.5rem}.p-chip img{width:2.25rem;height:2.25rem;margin-left:-.75rem}.p-chip .p-chip-remove-icon{border-radius:6px;transition:background-color .2s,color .2s,box-shadow .2s;margin-left:.5rem}.p-chip .p-chip-remove-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-chip .p-chip-remove-icon:focus{outline:0 none}.p-scrolltop{width:3rem;height:3rem;border-radius:50%;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);transition:background-color .2s,color .2s,box-shadow .2s}.p-scrolltop.p-link{background:rgba(0,0,0,.7)}.p-scrolltop.p-link:hover{background:rgba(0,0,0,.8)}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#f9fafb}.p-scrolltop .p-scrolltop-icon.p-icon{width:1.5rem;height:1.5rem}.p-skeleton{background-color:#e5e7eb;border-radius:6px}.p-skeleton:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4),hsla(0,0%,100%,0))}.p-tag .p-tag-icon{margin-right:.25rem;font-size:.75rem}.p-tag .p-tag-icon.p-icon{width:.75rem;height:.75rem}.p-inplace .p-inplace-display{padding:.75rem;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#f3f4f6;color:#4b5563}.p-inplace .p-inplace-display:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #a5f3fc}.p-metergroup .p-metergroup-meter-container{background:#e5e7eb;border-radius:6px}.p-metergroup .p-metergroup-meter{border:0;background:#06b6d4}.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item{line-height:1.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-type{background:#06b6d4;width:.5rem;height:.5rem;border-radius:100%;margin-right:.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label{margin-right:1rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-icon{width:1rem;height:1rem;margin-right:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start{margin-bottom:1rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end{margin-top:1rem}.p-metergroup.p-metergroup-vertical .p-metergroup-meter-container{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start){margin-left:1rem}.p-progressbar{border:0;height:1.5rem;background:#e5e7eb;border-radius:6px}.p-progressbar .p-progressbar-value{border:0;margin:0;background:#06b6d4}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.5rem}.p-terminal{background:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:1.25rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings,normal);font-size:1rem}.p-badge{background:#06b6d4;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-secondary{background-color:#64748b;color:#fff}.p-badge.p-badge-success{background-color:#22c55e;color:#fff}.p-badge.p-badge-info{background-color:#0ea5e9;color:#fff}.p-badge.p-badge-warning{background-color:#f97316;color:#fff}.p-badge.p-badge-danger{background-color:#ef4444;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-tag{background:#06b6d4;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:6px}.p-tag.p-tag-success{background-color:#22c55e;color:#fff}.p-tag.p-tag-info{background-color:#0ea5e9;color:#fff}.p-tag.p-tag-warning{background-color:#f97316;color:#fff}.p-tag.p-tag-danger{background-color:#ef4444;color:#fff}.p-button-label{font-weight:700}.p-accordion .p-accordion-header .p-accordion-header-link,.p-selectbutton>.p-button,.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link,.p-tabview .p-tabview-nav li .p-tabview-nav-link,.p-togglebutton.p-button{transition:background-color .2s,border-color .2s,box-shadow .2s}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button,.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background-color:#06b6d4}.p-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #71e7fb,0 1px 2px 0 #000}.p-button.p-button-secondary:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #b0b9c6,0 1px 2px 0 #000}.p-button.p-button-success:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #88eaac,0 1px 2px 0 #000}.p-button.p-button-info:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #83d3f8,0 1px 2px 0 #000}.p-button.p-button-warning:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #fcb98b,0 1px 2px 0 #000}.p-button.p-button-help:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #d4aafb,0 1px 2px 0 #000}.p-button.p-button-danger:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f7a2a2,0 1px 2px 0 #000}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px 0 0 #06b6d4}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px 0 0 #06b6d4}.p-speeddial-item.p-focus>.p-speeddial-action{box-shadow:0 0 0 2px #fff,0 0 0 4px #71e7fb,0 1px 2px 0 #000}.p-toast-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.p-inline-message-text{font-weight:500}.p-orderlist-controls .p-button,.p-picklist-buttons .p-button{transition:opacity .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-stepper .p-stepper-header.p-highlight .p-stepper-number,.p-steps .p-steps-item.p-highlight .p-steps-number{background:#06b6d4;color:#fff}}